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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d6bb722142882bb77132ee5872fb175c277cb455 | f7a9f42d637c3354465baa676c37ffe48646ee63 | /oscil.h | 0f2bf6c11a6bd4d2ca9e296ef31675a2cb6749ad | [] | no_license | BearingBall/stm32 | 89092ada4f08645e708ce5f3c3b3b32dd2c77888 | 63ba38731c5b19cbc32860afd224fc152eab968d | refs/heads/main | 2023-05-05T14:43:34.064741 | 2021-05-25T14:33:53 | 2021-05-25T14:33:53 | 364,226,616 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,534 | h | #include <stm32f0xx.h>
#include <stdbool.h>
#include "spi_matrix.h"
#include "numberToMatrix.h"
void initADC()
{
RCC->APB2ENR |= RCC_APB2ENR_ADC1EN;
ADC1->CHSELR |= ADC_CHSELR_CHSEL1;
ADC1->CFGR1 |= 0x01 << ADC_CFGR1_RES_Pos; //resolution (1024 points)
//ADC1->CFGR1 |= ADC_CFGR1_CONT; //continuous c... | [
"noreply@github.com"
] | BearingBall.noreply@github.com |
7e38d3dfdb88074b705122f11288a5a6ceabec24 | 3e783d6a57e66d9a98fe44118759dcaaf488be95 | /Transaction.c | 1403dccf929b4e5d31da22e9911189348dbb7047 | [] | no_license | Mostafa305-eng/C-challenge | 2a856cac12533615b710c54ab3643ff9b26c8642 | 08e171f919c28b08e4808eb490d1b6c26a7376ba | refs/heads/master | 2021-08-08T13:56:17.786694 | 2020-10-06T15:41:31 | 2020-10-06T15:41:31 | 225,933,656 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,486 | c | #include "Transaction.h"
/*****************************************************************************************************
data types
******************************************************************************************************/
/* global variable used as a flag to change the state of transa... | [
"noreply@github.com"
] | Mostafa305-eng.noreply@github.com |
c8174b7ff315acd46aa3237b5df8e0e8640561fe | 6db50762ba2c142247e1cf125c488c56dc7a946d | /util.c | 12c8140783e75d032c082047220863f812a80890 | [] | no_license | scottkildall/PlayingDuchampGNUChess | a23580640e7a56b64527af919411dd324bf3eaaa | 7abdd508ce174f29984d5c184ae2cb25e2ef4022 | refs/heads/master | 2020-05-29T12:27:05.420023 | 2016-01-04T19:59:47 | 2016-01-04T19:59:47 | 48,916,261 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,538 | c | /* GNU Chess 5.0 - util.c - utility routine code
Copyright (c) 1999-2002 Free Software Foundation, Inc.
GNU Chess is based on the two research programs
Cobalt by Chua Kong-Sian and Gazebo by Stuart Cracraft.
GNU Chess is free software; you can redistribute it and/or modify
it under the terms of the GN... | [
"scott@kildall.com"
] | scott@kildall.com |
e0137a80537675dcebac4914dedcc054472ed731 | c25eb662954c58933bf3a571d48877c72580b2fa | /AOJ/mode_value.c | 1a65cbcb391dcacb3dfb0da50b9c167a12744f72 | [] | no_license | zwirky/programming | ce667b83c316fcde6dd3e0cf1a5fd5a6085e8e18 | 73431c22ecc261fd1fde64dbda3d9a67fabfda5c | refs/heads/master | 2020-05-20T06:01:19.609452 | 2013-01-28T16:02:09 | 2013-01-28T16:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 352 | c | #include<stdio.h>
int main()
{
int data[101];
int count=0;
int temp;
int i;
int mode=0;
for(i=1;i<101;i++){
data[i]=0;
}
while(scanf("%d",&temp)!=EOF){
data[temp]=data[temp]+1;
count++;
}
for(i=1;i<101;i++){
if(mode<data[i]){
mode=data[i];
}
}
for(i=1;i<101;i++){
if(mode==data[i]){
printf... | [
"daiki0226@gmail.com"
] | daiki0226@gmail.com |
994ef3abfe4ddf3c0bc5aceea84d460df94ab3c9 | 204cc62cabf9a8ded9994abb6005b3f2d4f8ce9f | /EngineCore/Source/3rdParty/luaplus51-all/Src/Modules/filefind/src/filefind.c | f80ac1dae00c86bc6f60f6b7d80fd4b713e738fa | [
"MIT"
] | permissive | ClowReed32/Cthugha-Engine-Demos | 0619afa3b11b5bbc8fa5234ff3a43edc5065d2bc | 313f7cef74e35e2d1dc344d54e6e000180e63e3f | refs/heads/master | 2016-08-13T01:54:13.161904 | 2016-05-08T19:27:57 | 2016-05-08T19:27:57 | 52,268,478 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,152 | c | #include "lua.h"
#include "lauxlib.h"
#if defined(WIN32)
#include <windows.h>
#else
#include <dirent.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <string.h>
#endif /* WIN32 */
#include <time.h>
#include <ctype.h>
#define FILEGLOB_NEED_FILETIME_TO_TIME_T_CONVERSION
#include "fileglob.h"
#if _MSC_VER && _MSC... | [
"vash3.2@gmail.com"
] | vash3.2@gmail.com |
1b70e476a25227aaed4aceb1105b3defb1701d6d | 97ac5e15bb723f852f86bd7f7acee85fbfcccc37 | /src/mame/includes/matmania.h | fc6846d9db601e972ff22c0999731bc1c7cb519a | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | r-type/mame2009-libretro | e2b306b9909bf88407db0abfcd27b9a22de7d08b | 45048806fbc0fea82709a75a523f2eda945e0a47 | refs/heads/master | 2021-01-22T18:02:03.324079 | 2017-09-24T12:15:24 | 2017-09-24T12:15:24 | 100,746,208 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,070 | h | /*----------- defined in machine/maniach.c -----------*/
READ8_HANDLER( maniach_68705_portA_r );
WRITE8_HANDLER( maniach_68705_portA_w );
READ8_HANDLER( maniach_68705_portB_r );
WRITE8_HANDLER( maniach_68705_portB_w );
READ8_HANDLER( maniach_68705_portC_r );
WRITE8_HANDLER( maniach_68705_portC_w );
WRITE8_HANDLER( man... | [
"r-type@gmail.com"
] | r-type@gmail.com |
2761dfe6392344c405c0dca695c8719f360a87e7 | 8c65ab4fd19a7aaa82fd68cb2d65c480e372c666 | /project/tuya_iot/include/tuya_adapter/utilities/mix_method.h | 007c771ce2bac8d9ed34decb058c22d0cd658855 | [] | no_license | ghsecuritylab/tysdk_for_bk7231t | 77facfc9a6adcf3c9661814b3f85b71efc7e24b4 | 1cecb9af3b22dcc063311a55cfb7a5913799a284 | refs/heads/master | 2021-02-28T20:43:11.973891 | 2020-02-21T09:26:24 | 2020-02-21T09:26:24 | 245,731,107 | 0 | 1 | null | 2020-03-08T01:09:23 | 2020-03-08T01:09:22 | null | UTF-8 | C | false | false | 4,372 | h | /*
mix_method.h
Copyright(C),2018-2020, 涂鸦科技 www.tuya.comm
*/
#ifndef _MIX_METHOD_H
#define _MIX_METHOD_H
#include "tuya_cloud_types.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __MIX_METHOD_GLOBALS
#define __MIX_METHOD_EXT
#else
#define __MIX_METHOD_EXT extern
#endif
/*****************************... | [
"chenyisong@tuya.com"
] | chenyisong@tuya.com |
55ec63129eae2ce204687cb9c87ebce033299a60 | 1e32f9a8a19e77c1feadd9ca9fa25348a4943d91 | /src/linux/headers/linux-headers-4.19.0-xlnx-v2019.1-zynqmp-fpga/arch/sh/include/asm/syscall_64.h | 43882580c7f99bec93e519f1b4182c1daad2fbf0 | [
"GPL-2.0-only",
"MIT"
] | permissive | maxpark/ultra96-v2_design_mipicamera | d02a4c8cced4e25fbfae20c557a2dd66bf684a34 | cff1d24bc605585e8f0e4e716b409ef9eb2e1bcf | refs/heads/master | 2022-07-19T18:15:02.208637 | 2020-05-19T06:13:01 | 2020-05-19T06:13:01 | 265,425,370 | 1 | 0 | MIT | 2020-05-20T02:20:48 | 2020-05-20T02:20:47 | null | UTF-8 | C | false | false | 1,831 | h | /* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_SYSCALL_64_H
#define __ASM_SH_SYSCALL_64_H
#include <uapi/linux/audit.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <asm/ptrace.h>
/* The system call number is given by the user in R9 */
static inline long syscall_get_nr(struct task_struct *task... | [
"hw_zw@autobrain.cn"
] | hw_zw@autobrain.cn |
3aece033624841599bac170cc877d2261783e90f | 2345e136eed1b9ac204a7089198f60a3ad24ba42 | /0x10-variadic_functions/variadic_functions.h | 192af4be67abf5da824802ac195264408c8f1e2a | [] | no_license | Ndutaw/alx-low_level_programming | 4769d2df2784badd35522be27bfb9b3318ae0d15 | c794e13a920ab0cfd720b345c113d36b7979b5de | refs/heads/master | 2023-08-01T20:50:24.665136 | 2021-10-02T19:53:32 | 2021-10-02T19:53:32 | 400,907,040 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 546 | h | #ifndef VARIADIC_FUNCTIONS_H
#define VARIADIC_FUNCTIONS_H
#include <stdarg.h>
#include <stdio.h>
typedef struct printer
{
char *symbol;
void (*print)(va_list arg);
} printer_t;
int sum_them_all(const unsigned int n, ...);
void print_numbers(const char *separator, const unsigned int n, ...);
void print_strings(con... | [
"ndutaw94@gmail.com"
] | ndutaw94@gmail.com |
40f724120be2cb1c7659a95967ec2877b759e72a | 81f35fac383313b49a7ea6452426b549ee589549 | /keil/TFT/Core/Src/SDRAM.c | 03b63e4b5ba7115757de47c116f137483083d968 | [] | no_license | lijinlong21549/ART_PI | 76c2b70dcab8dff155c9c4086bb286135e844983 | 6fb1b05338ee6e36f554d95ac79c22e16c59e3b6 | refs/heads/main | 2023-04-10T15:43:31.053413 | 2021-04-13T06:52:01 | 2021-04-13T06:52:01 | 354,757,509 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 6,468 | c |
#include "main.h"
#include "stdio.h"
#include "SDRAM.h"
/*
void SDRAM_Init(void)
{
uint32_t temp;
// 1. 时钟使能命令
SDRAM_SendCommand(FMC_SDRAM_CMD_CLK_ENABLE, 1, 1, 0);
// 2. 延时,至少100us
HAL_Delay(1);
// 3. SDRAM全部预充电命令
SDRAM_SendCommand(FMC_SDRAM_CMD_PALL, 1, 1, 0);
// 4. 自动刷新命令
SDR... | [
"44923858+lijinlong21549@users.noreply.github.com"
] | 44923858+lijinlong21549@users.noreply.github.com |
bbd0c05b5e2c0aaeb1cc8e384997dffbcdd5c70b | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/19/25.c | be921b668835e32edac41c5f714468aced396e2d | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 597 | c |
int main()
{
char s[100],a[100],b[100];
gets(s);
gets(a);
gets(b);
// printf("%s %s %s",a,b,s);
int i,j,k,ls,la,lb,r;
ls=strlen(s);
la=strlen(a);
lb=strlen(b);
for(i=0;i<ls;i++)
{
if(s[i]==a[0] && (s[i-1]==32 || i==0) && (s[i+la]==32 || i==ls-1))
{
r=1;
for(k=i,j=0;j<la;j++,k++)... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
a04d9cfb61cc5b47379a26eaca8d3df9664c8b26 | ef997c485d4194b4c8802aef635cb240895568c5 | /AL.h | 15b7725527285e4b9881081b831f8552b8dfab4c | [] | no_license | kn0wthing/Chess-game-in-C | 5c9d92daec606ad6e381fc228869b74345791553 | 1547a9eb4c1224bdb7da6001db8e750294ee4d1c | refs/heads/main | 2023-08-28T21:55:33.295366 | 2021-10-26T08:27:19 | 2021-10-26T08:27:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,828 | h | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<time.h>
#define mark 1000
typedef struct {
int i, j, k, l, eval;
char side;
char ent1;
} list_elm;
typedef struct node {
struct node *head;
list_elm* elist;
struct node* array[100];
int dcntr;/*to know how many times our k... | [
"noreply@github.com"
] | kn0wthing.noreply@github.com |
6186cbdf6367331cf54c7e0f4deed99b20c18202 | 83d9d89aad2fefab165be4f9ded9bab88f83f8d6 | /bin/android_app/openframeworks-openFrameworks-53dd099/apps/androidExamples/androidOpenNI/src/mind-controller.h | 648f2d27273b3abae20b7e4f91d3f3fe36966b25 | [
"Apache-2.0"
] | permissive | OESF/TreasureHuntingRobot | 6531a22212077330436ef522cd23b711bb4ed7d0 | 88d06dcada6e220fbd97430fc068e63d8365c5db | refs/heads/master | 2016-09-15T17:55:30.628203 | 2012-04-16T08:43:04 | 2012-04-16T08:43:04 | 3,972,744 | 4 | 8 | null | null | null | null | UTF-8 | C | false | false | 2,153 | h | /*
* Copyright (C) 2006-2011 SIProp Project http://www.siprop.org/
*
* 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
*
* Un... | [
"noritsuna@oesf.biz"
] | noritsuna@oesf.biz |
6a2667a021037020dbdcdd2db4025c6ec15c2922 | 5a6fa1a1c9509c32aee22aad00b8c659ea10a273 | /util/src/arrays.h | 3f66bd80714f0f8bbb63ffa36f9cc5f581a31e33 | [] | no_license | csinva/pyfim-clone | d055814c284aa6ca4caffd91d2cb8c81db66500e | ead586e05e47871319fde6081e4c670d6f6df959 | refs/heads/master | 2021-07-12T07:39:31.448393 | 2020-09-12T23:39:30 | 2020-09-12T23:39:30 | 197,580,010 | 2 | 5 | null | null | null | null | UTF-8 | C | false | false | 26,534 | h | /*----------------------------------------------------------------------
File : arrays.h
Contents: some basic array operations, especially for pointer arrays
Author : Christian Borgelt
History : 1996.09.16 file created as arrays.h
1999.02.04 long int changed to int (32 bit systems)
2... | [
"chandan_singh@berkeley.edu"
] | chandan_singh@berkeley.edu |
0ace39e2c27a96c2cf2af96d509a6056e4007686 | cfe69fc556729bdecf2118fa5bc329343c42ed80 | /10.0.10240.16384/ntoskrnl/Functions/sub_519D00.c | a1119224d872a0283b45207c38296920f97504e7 | [] | no_license | Myprivateclonelibrary/W10M_unedited-decomp | 8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a | 67b05851a3e262ff8a5d11ee50db34f28c350f16 | refs/heads/main | 2023-08-31T06:00:37.303105 | 2021-05-15T23:53:23 | 2021-05-15T23:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 144 | c | // sub_519D00
void sub_519D00()
{
unsigned int *v0; // r4
ExpAcquireSpinLockExclusiveAtDpcLevelInstrumented(v0);
JUMPOUT(0x4E048E);
}
| [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
8a3fb48484c1a2c02d61e7fa8ee8a96c079400bb | e894c60c0600a0152fcd8ebe60c6b56fc73472bf | /2021_3_1_InsertSort/sort.h | 494e24e5aa1e9c93b87006e09f6d05b9066d2439 | [] | no_license | zhoujianan145/Data-structure | dabe98dbed4d53931bbf5efaf2e509628bf22d01 | 3572668035e625ca5acf00874db56de7174fe851 | refs/heads/main | 2023-03-28T16:51:23.951315 | 2021-03-28T14:40:32 | 2021-03-28T14:40:32 | 330,080,985 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 2,045 | h | #include<stdio.h>
#include<time.h>
#include<stdlib.h>
// 插入排序
void InsertSort(int* a, int n);
// 希尔排序
void ShellSort(int* a, int n);
// 选择排序
void SelectSort(int* a, int n);
// 堆排序
void AdjustDwon(int* a, int n, int root);
void HeapSort(int* a, int n);
// 冒泡排序
void BubbleSort(int* a, int n);
// 快速排序递归实现
// 快速排序hoare版本
... | [
"972935804@qq.com"
] | 972935804@qq.com |
6a8605514d848ca0ac0c7dce052c86c0ba5e3acb | 7255563faf1e81094588e1c1215f7991c80649ff | /pintos/src/filesys/inode.c | 8417accab3fd011554b90e04d0024cbaa8615f34 | [
"MIT-Modern-Variant",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | smadan17/PintOS-Project-2 | 4dd71d0792c3481569a01316b399b6484bd9aa14 | 640c48a5f8df3bd8c86bfcdcda6907a1f5aeb001 | refs/heads/master | 2021-04-03T05:37:51.936678 | 2016-02-25T06:26:06 | 2016-02-25T06:26:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,109 | c | #include "filesys/inode.h"
#include <list.h>
#include <debug.h>
#include <round.h>
#include <string.h>
#include "filesys/filesys.h"
#include "filesys/free-map.h"
#include "threads/malloc.h"
/* Identifies an inode. */
#define INODE_MAGIC 0x494e4f44
/* Returns the number of sectors to allocate for an inode SIZE
byt... | [
"hfanc001@ucr.edu"
] | hfanc001@ucr.edu |
25dd2de8e38ccfead91258075a547b2f777195a2 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE134_Uncontrolled_Format_String/s03/CWE134_Uncontrolled_Format_String__char_listen_socket_vfprintf_53d.c | f4c84a4259af07c19afdbbf20f2b4654fffb1f7c | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 2,711 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE134_Uncontrolled_Format_String__char_listen_socket_vfprintf_53d.c
Label Definition File: CWE134_Uncontrolled_Format_String.vasinks.label.xml
Template File: sources-vasinks-53d.tmpl.c
*/
/*
* @description
* CWE: 134 Uncontrolled Format String
* BadSource: liste... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
e02f88c05f08d98971f15ee1830756c82c0a6af2 | 92b1f79b49b5c37ba82172febfeb577dc2ca7130 | /src/libgpaste/gpaste-gtk4/gpaste-gtk-preferences-behaviour-page.h | b61dd59a14c4ffb4499c4526b35c5ee55b0c4cc4 | [
"BSD-2-Clause"
] | permissive | Keruspe/GPaste | 67ce4080fe09b7d3ae716641f6611fd4272c02ce | 734286a8bd76d3a76a9d5f2f1651b8be36be17f9 | refs/heads/master | 2023-09-03T00:18:06.425352 | 2023-08-29T11:31:09 | 2023-08-30T11:56:25 | 1,268,515 | 699 | 77 | BSD-2-Clause | 2023-05-10T12:44:04 | 2011-01-18T20:42:57 | C | UTF-8 | C | false | false | 692 | h | /*
* This file is part of GPaste.
*
* Copyright (c) 2010-2022, Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
*/
#if !defined (__G_PASTE_GTK4_H_INSIDE__) && !defined (G_PASTE_COMPILATION)
#error "Only <gpaste-gtk4.h> can be included directly."
#endif
#pragma once
#include <gpaste-gtk4/gpaste-gtk-preferences-m... | [
"Marc-Antoine@Perennou.com"
] | Marc-Antoine@Perennou.com |
6663db382cc0694d4dd8271587759316d332aa82 | 09c34f496c28dcbfd62350e0ec0ad29ffc987edf | /droneStm/libs/service/filter/HightPassFilter.c | f7e2793204e6474ea177cb6f069fd39ee1c87bab | [] | no_license | TruongLX8993/TCopter2 | 647bf1257f8cec847a11f42216514c5f0166dc91 | 9e2331edb0c878980da93d62a04c80e782b7485a | refs/heads/master | 2021-01-19T14:46:17.139454 | 2017-08-24T10:24:41 | 2017-08-24T10:24:41 | 100,921,184 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 350 | c | #include "Filter.h"
#include <math.h>
void initHightPassFilter(HightPassFilter *filter,float defaultValue,float thresHold){
filter->defaultValue=defaultValue;
filter->thresHold=thresHold;
}
float updateHightPassFilter(HightPassFilter *filter,float value){
if(fabs(value)>filter->thresHold)
return value;
else
r... | [
"truonglx8993@gmail.com"
] | truonglx8993@gmail.com |
c65111966589a1041c1b08239011076f58a960ec | f720369e167889b8c65fb5c9f9ded80a8378a200 | /src/test/video/include/video.h | d120b9e5f4b38a37097dcb241e3f2b0003c04ded | [
"BSD-3-Clause"
] | permissive | eugenecartwright/hthreads | 1aa2af6838738ad49376511333a7b546ba47fa86 | 826c495dd855f8fcc1e12e1ac01845c2983ecf04 | refs/heads/master | 2020-04-06T07:00:23.582279 | 2016-11-27T02:47:34 | 2016-11-27T02:47:34 | 50,606,707 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 62 | h | #ifndef _VIDEO_H_
#define _VIDEO_H_
#include <vga.h>
#endif
| [
"eugene@104e0820-0bf2-0310-80e0-c6be5c5bc5c8"
] | eugene@104e0820-0bf2-0310-80e0-c6be5c5bc5c8 |
0c8f7bde695a8bad5b45c88fb3433170e94df5a2 | 775cb98a05a5a3de7be51e8a4222afd1779a837d | /Jpark259_Custom_Project/Jpark259_Custom_Project/main.c | e2e9d56eb3375290ee6b8e4809e7b1db5ac8b83e | [] | no_license | kaikaikoala/CS120B-Labs | d07dd641e680b42433788d422c83a74b15401aeb | 46abc0e53b6e99121a510d00ffde1992417a57ec | refs/heads/master | 2020-03-24T19:26:28.038067 | 2018-08-29T22:20:47 | 2018-08-29T22:20:47 | 142,926,597 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,023 | c | #include <avr/io.h>
#include <bit.h>
#include <timer.h>
#include <avr/interrupt.h>
#include <stdio.h>
#include "io.c"
#include "keypad.h"
#include "menu.h"
#include "gameplay.h"
#include <string.h>
unsigned short numTasks = 2;
unsigned char A = 0x00;
unsigned long int findGCD(unsigned long int a, unsigned long int b)... | [
"32422763+JoePark1993@users.noreply.github.com"
] | 32422763+JoePark1993@users.noreply.github.com |
8809c4c6e684642af6607ecf56eda05da12a100d | 8ce6c22b1d9908fe3c04667982e0140831dfa41f | /src/unum/config/openwrt_generic/config_platform.c | 8d86b0eac48f24aa3dc7d4c9fcee309ef0ddd400 | [
"Apache-2.0"
] | permissive | lowellmower/unum-sdk | 1ec060205a216d6542231e8ee86b36763c208a7b | 7614e30d0ce7e04cbf8f6f0b65010f319e7b9057 | refs/heads/master | 2020-06-03T01:08:24.359746 | 2019-03-01T02:22:23 | 2019-03-01T02:22:23 | 191,372,011 | 0 | 0 | Apache-2.0 | 2019-07-18T13:33:31 | 2019-06-11T12:57:58 | C | UTF-8 | C | false | false | 7,924 | c | // Copyright 2019 Minim Inc
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in wr... | [
"noreply@github.com"
] | lowellmower.noreply@github.com |
66a8ed71afeb3c6d82359252e5a6937162c260dc | e176adf081a888d31706ac04d34d0e2e8c7cd3ce | /src/object.c | ed2d542d7ab90bdd79339c99c776a864bf1a7f4e | [] | no_license | larryjiang/myredis | 692cdf349abfe233751ee5d167c52fd09af4baed | 44e90294c4cc59cd8c784f7a29584495328f78b2 | refs/heads/master | 2020-03-24T04:32:15.875739 | 2019-06-09T15:34:42 | 2019-06-09T15:34:42 | 142,456,455 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,757 | c | #include "server.h"
#include <math.h>
#include <ctype.h>
#ifdef __CYGWIN__
#define strtold(a, b) ((long double)strtod((a), (b)))
#endif
robj *createObject(int type, void *ptr)
{
robj *o = zmalloc(sizeof(*o));
o->type = type;
o->encoding = OBJ_ENCODING_RAW;
o->ptr = ptr;
o->refcount = 1;
if (s... | [
"ljjy23@yahoo.com"
] | ljjy23@yahoo.com |
2cc8e5593cb25b1d9a721765ca5f69b3bba01e37 | c0a8d59b4efb60758e003e6537578c255c90b227 | /convolution_layer/Conv1/test-cl.c | 99e61ed94dd6b523e5db420dab208617c4cbce52 | [] | no_license | venkatesh20/fpga_layers | 790a7add70ce076e7afb8993933adc4bddda918a | 48a7c9ad99b7665395501cc724872dc13fcb36d9 | refs/heads/master | 2021-01-18T11:13:06.163635 | 2015-08-16T18:04:35 | 2015-08-16T18:04:35 | 40,793,688 | 5 | 0 | null | 2015-08-16T00:21:32 | 2015-08-16T00:21:32 | null | UTF-8 | C | false | false | 12,989 | c | /*******************************************************************************
Vendor: Xilinx
Associated Filename: test-cl.c
Purpose: OpenCL Host Code for Matrix Multiply Example
Revision History: July 1, 2013 - initial release
****************************************... | [
"dicecco.rob@gmail.com"
] | dicecco.rob@gmail.com |
7a021fa20be9b3c02cd2b0c6c11655933aefb12b | ace6e902bf4a1a49befa546742c06856f08c84db | /flot/statistiques.h | 1004fecd441a00667a4f260d86878b1a7dda096d | [] | no_license | zakaryaxali/cryptanalyse_rc4 | 9937d8b385d9121cc774440899fca81285f790a2 | 0ad7ff15d4c600fe145ef6c4f989d59d41fe791d | refs/heads/master | 2021-04-12T08:44:32.439889 | 2018-03-21T12:02:42 | 2018-03-21T12:02:42 | 126,172,127 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 674 | h | #ifndef _STATISTIQUES_H
#define _STATISTIQUES_H
void rand_key(unsigned char* key,int,int,int);
void add_tab_new_file(long int tab[32][256],char*);
void add_tab_double_new_file(double[32][256],char*);
void extract_tab_file(long int tab[32][256],char*);
void extract_tab_float_file(float tab[32][256], char* file);
void a... | [
"zakarya.ali@gmail.com"
] | zakarya.ali@gmail.com |
4e36f51fc26c357f62a0e6f6655f3e4b02ecd53c | 9b1f2b1aa92688b4d594b97ada3933d66dd7c07a | /common/matrix.c | 32775e066c56850790dea1a9ae10de122954049d | [
"Unlicense"
] | permissive | hellux/3d-projection | 9aa5aa2d801e9bc2e15923417269051e2ab6bf3a | e7568ed5e37400d00f3274ae5dac77fd05b16aa8 | refs/heads/master | 2021-01-17T14:51:22.934285 | 2018-10-30T11:28:49 | 2018-10-30T11:28:49 | 45,928,470 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,615 | c | #include "matrix.h"
void matrix_product(size_t rows_A, size_t cols_A, double A[][cols_A],
size_t rows_B, size_t cols_B, double B[][cols_B],
double C[][cols_B]) {
/* Matrix product:
* C = A*B */
if (cols_A != rows_B) {
fpri... | [
"hellux07@gmail.com"
] | hellux07@gmail.com |
2209f04c4e6c6f47f086203c179375bf5c37b9aa | f0456b098eeca1a8c2bce614c7950516a54815d5 | /Program 5/DictionaryTest.c | eec97fe0ebf0bd3a6c03afdf4d49bab4bf0f10da | [] | no_license | jeffreyysy/CMPS12B | 7e77a3ac2e6554281757e40c9a8807606d113b72 | 522b032d22fd9e7df56614d42d272f239f72984c | refs/heads/master | 2020-03-08T17:38:22.806049 | 2018-04-05T23:12:24 | 2018-04-05T23:12:24 | 128,274,040 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,487 | c | //Jeffrey Yeung
//jeyyeung
//CMPS 12B
//March 12, 2018
//test file for Dictionary.c
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include"Dictionary.h"
#define MAX_LEN 180
int main(int argc, char* argv[]){
Dictionary A = newDictionary();
char* k;
char* v;
char* word1[] = {"one","two","three","... | [
"jeffreyysy@gmail.com"
] | jeffreyysy@gmail.com |
bf95a06fd9025f78586a9ac4252d06b3866529ea | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/pain/Legion/Lib/l_color.h | 6a6e5aba5ac61660f7665197b934d586b6b98c89 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 773 | h | /*
l_color(str)
Turn guild color either on or off.
*/
l_color(str) {
if(!str && str != "on" && str != "off") {
write("Usage l_color <on/off>\n");
return 1;
}
if(str == "on" && query_color() == "on") {
write(RED+"Legion color"+END+" is already on.\n");
return 1;
}
if(str ... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
a864b12ce2a53876ad41d92442ac97873b09cd78 | e634b77598f2052b24a6c9a285a9a2c8fe2b425e | /Lab6/original/up/GPS/C/gps.c | 7d6163351342d95a49ab3d585e9b2d5155649786 | [
"Unlicense"
] | permissive | baatochan/PeripheralDevicesProgramming | 3ded8e2d5cbc169127091cb81f1c15f06cbd81df | 3f81237407bf279af57b2c50fe26fbb6abcfc908 | refs/heads/master | 2021-09-19T17:01:18.897183 | 2018-07-29T21:50:24 | 2018-07-29T21:50:24 | 110,535,460 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,169 | c | #include "gps.h"
gps_state gps_init(UART_HandleTypeDef* uart) {
struct gps_state state;
state.uart = uart;
for(uint8_t i=0; i<100; i++) state.line_buffer[i] = '\0';
state.writer_position = 0;
state.reader_position = 0;
for(uint8_t i=0; i<30; i++) state.field_buffer[i] = '\0';
state.field_position = 0;
state.... | [
"bartoszka1996@gmail.com"
] | bartoszka1996@gmail.com |
5813b181d01e7621492fb122232927a6cee68dfc | 6991f5de98ccc553e31c0d5992b11b658f1b2538 | /bcmdrivers/broadcom/include/bcm963xx/bpm.h | ed3b07925e55d36d929d9ebc7145b533c5be599d | [] | no_license | pyrovski/zyxel-c1000z-firmware | 25f3a5519c869e7e87551973ad30de5dee34d67d | c791ef191a54965e56e46f03c1f150c2891eb6c8 | refs/heads/master | 2020-07-31T00:15:39.873562 | 2016-08-30T05:41:46 | 2016-08-30T05:41:46 | 66,726,304 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 7,603 | h |
#ifndef __BPM_H_INCLUDED__
#define __BPM_H_INCLUDED__
/*
<:copyright-BRCM:2007:DUAL/GPL:standard
Copyright (c) 2007 Broadcom Corporation
All Rights Reserved
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as published by
the... | [
"peter.eldridge.bailey@gmail.com"
] | peter.eldridge.bailey@gmail.com |
a7af90649a321319b5370a7659e2036ac5551229 | 04cf2e17363b992f103bb35b818e8ffe5aa7f048 | /displayntermsofnaturalnumberandtheirsum.c | 35ac61c9f141cfaf7dfa5f63d14bdc8a9f767b92 | [] | no_license | JhonellaJazmine/C-Practice-Codes | c0a257a5030bb46dbf9cb0e8dae69698fb96de2e | 269baf5824d4a8347b38f12bffdfc7cc39e3089f | refs/heads/master | 2023-02-17T09:34:26.801056 | 2021-01-07T08:18:32 | 2021-01-07T08:18:32 | 280,795,816 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 649 | c | //Write a program in C to display n terms of natural number and their sum.
#include <stdio.h>
int main()
{
int n,sum=0;
printf("nth term: "); //prompts user to input nth term
scanf("%d",&n); //gets user nth term
printf("The first %d natural number is : ",n);
for(int ... | [
"noreply@github.com"
] | JhonellaJazmine.noreply@github.com |
248389785e3a77f5e69754349ab46d6dd2d7af36 | 6eb81e6a7cac03c30924b876d4b6cc06bcf333d5 | /target/cq_frk_fm3_gcc/target_sil.h | 4c427d1e33408d07a6194294790c16aa4d23f922 | [] | no_license | rohiniku/toppers_ssp_cq_starm_gcc | e65eb74bf596ceccea84ce09fe31ed9fd636fb2f | 94cff266da13aad3e9a8e77015e451345f2d7462 | refs/heads/master | 2020-04-18T00:41:47.401352 | 2015-02-26T18:51:52 | 2015-02-26T18:51:52 | 31,375,373 | 1 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 3,752 | h | /*
* TOPPERS Software
* Toyohashi Open Platform for Embedded Real-Time Systems
*
* Copyright (C) 2007 by Embedded and Real-Time Systems Laboratory
* Graduate School of Information Science, Nagoya Univ., JAPAN
*
* 上記著作権者は,以下の(1)〜(4)の条件を満たす場合に限り,本ソフトウェ
* ア(本ソフトウェアを改変したものを含む.以下同じ)を使... | [
"aihara.kunihiro@gmail.com"
] | aihara.kunihiro@gmail.com |
c81bfb0bcfa03e140222b2f6148b81e3a04dbd5d | 43e35506f88bdf3bc6227649a4c8785daa512678 | /OCTEON-SDK/components/hfa/utils/cvmgz/zconf.h | 6434f73630bd36ab9d32cadc5c34f2a53079c89a | [] | no_license | wenij/openwrt-1.7 | 4042f86dfb8a9bea4a4b3290a1319a120803aef0 | 255407a83cd5d51ded04677177b2ba44d99c1e0b | refs/heads/master | 2021-04-10T14:12:54.935384 | 2016-01-15T08:26:06 | 2016-01-15T08:26:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,788 | h | /* zconf.h -- configuration of the zlib compression library
* Copyright (C) 1995-2012 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#ifndef ZCONF_H
#define ZCONF_H
/*
* If you *really* need a unique prefix for all types and library functions,
* com... | [
"gary@ubuntu.(none)"
] | gary@ubuntu.(none) |
a2a04dcb208bcd3614d4184255c990c4cd1ed729 | 969e852a088f97a88ffc1826c907e78c03362e27 | /kernel/arch/mips64/src/mm/as.c | 41c5a7eed7cc1a06d88e0194148e706734db672a | [] | no_license | fhector/helenOS-0.5-Hector | 1f9a0bca016d004eb0eca22b3e39199b073150a3 | c7af670be800ee49c8ea2b9a187dd9086006d0a3 | refs/heads/master | 2021-01-22T12:02:19.078636 | 2014-08-28T16:03:21 | 2014-08-28T16:03:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,126 | c | /*
* Copyright (c) 2005 Jakub Jermar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of condit... | [
"f_hector@hotmail.com"
] | f_hector@hotmail.com |
451cf85f8fa1d04253948a4c8677ddfea9c7e7d1 | 6a55c65c8bbf84eb7f8fb843f552263ff88353f4 | /cfe/feerrs.h | 58d59e28253b844a09b7c1506411c00ce2c1a49e | [
"Apache-2.0"
] | permissive | stardot/ncc | 710e12c68aa95d592941dbf61ff6e5827e76f726 | 8c2bda7122c651756d1b66844e7b1f0d3f44d940 | refs/heads/main | 2023-08-15T12:38:32.402661 | 2022-03-11T11:27:03 | 2022-03-27T10:55:17 | 475,350,265 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,336 | h | /*
* cfe/feerrs.h - prototype for front-end error messages file
* Copyright (C) Acorn Computers Ltd., 1988-1990.
* Copyright (C) Codemist Ltd., 1987-1992.
* Copyright (C) Advanced RISC Machines Limited, 1991-1992.
* SPDX-Licence-Identifier: Apache-2.0
* version 3b.
*/
/*
* RCS $Revision$
* Checkin $Date$
* R... | [
"code@riscosopen.org"
] | code@riscosopen.org |
e0debfe3f4a46ee19cc984f73c54593fe909e37e | 3dadf84e470014bea64ee3a4233b8505277c962a | /quantizer/quantizer.h | a7cb6f1eaa56a2f995b77d611aba753b655a1822 | [] | no_license | ajitmathew/JPEG-Encoder-HLS | fb77807e0b83c8a2109c7e39678e1e0a73e73d79 | f7caa49d9cd955b11fc57e53998f06efc1d7eef5 | refs/heads/master | 2021-01-22T05:16:45.574526 | 2015-07-27T18:49:12 | 2015-07-27T18:49:12 | 39,629,864 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 7,279 | h | enum Y_Cr {Y, Cr};
enum factor{Hundred, EightyFive, SeventyFive, Fifty};
const unsigned short int reciprocal_rom[256]=
{
0,
65535,
32768,
21845,
16384,
13107,
10923,
9362,
8192,
7282,
6554,
5958,
5461,
5041,... | [
"ajitmathew04@gmail.com"
] | ajitmathew04@gmail.com |
7f2334137a5138142217026b235237f3edca9b1b | 4a654cfe09e5ca61a3f210674b4c82b83038cac9 | /src/catalog.C | a6137c985390ef7147912420e086b3ce5643f120 | [] | no_license | allendaicool/part6 | 51296f19928d7096a465a2e28d968bbd229841af | 0400502fb46899ba6d399e8e39642b47ea6ac061 | refs/heads/master | 2020-03-30T04:16:59.772126 | 2014-04-26T16:34:36 | 2014-04-26T16:34:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,710 | c | #include "catalog.h"
RelCatalog::RelCatalog(Status &status) :
HeapFile(RELCATNAME, status)
{
}
const Status RelCatalog::getInfo(const string & relation, RelDesc &record)
{
if (relation.empty())
return BADCATPARM;
Status status;
Record rec;
RID rid;
HeapFileScan* hfs;
hfs = new HeapFileScan(RELCATNAME, st... | [
"ydai6@wisc.edu"
] | ydai6@wisc.edu |
fce342c207017f284afed6545989765194f4d6aa | e387b702bf03df0b86793bdfd31443208a85603a | /14151164_张鹏_4_6.c | 45c9acf24abe40461025fe45edb375045f425e4f | [] | no_license | 2015CLanguage/homework3 | 9c55daeab2effbf1c6077a3fa79871855cc99dc4 | 4aece9dc5539d8fc237211c4b7b881d870117d76 | refs/heads/master | 2021-01-01T19:52:10.664330 | 2015-06-23T00:21:12 | 2015-06-23T00:21:12 | 33,063,553 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 219 | c | #include<stdio.h>
int main()
{
float x,y;
scanf("%f",&x);
if(x<1)
{ y=x;
printf("y=%f\n",y);
}
else
if(x<10)
{y=2*x-1;
printf("y=%f\n",y);
}
else
{y=3*x-11;
printf("y=%f\n",y);
}
return 0;
}
| [
"buaa_2015_c@163.com"
] | buaa_2015_c@163.com |
d56629cb43d1d9e6e7039c592a695f37c0d8a669 | 3d5950cbc76914db68e4cb1695665aaabf81732b | /ASSIGNMENT/bintodec.c | 821edc430efca31a9b04b206f0227f196a44e2c8 | [] | no_license | keerthi1611/COMPUTATIONAL-THINKING-ASSIGNMENT | 3dea3cf5225530130c92d324041bd90c7d49afbb | fae0293e866bb60cfc44c2e48998e5e50e011c62 | refs/heads/master | 2021-05-13T12:49:37.636691 | 2018-02-11T10:35:35 | 2018-02-11T10:35:35 | 116,685,861 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 206 | c |
#include<stdio.h>
void main()
{
int n,a[100],i;
scanf("%ld",&n);
for(i=0;n>0;i++)
{
a[i]=n%2;
n=n/2;
}
for(i=i-1;i>=0;i--)
{
printf("%ld",a[i]);
}
}
| [
"noreply@github.com"
] | keerthi1611.noreply@github.com |
4fe1198bf67ecaa2f302c12a943a8dc831187bef | a283126c78ba3d1a40e1012d11d17c6b1bfc9c44 | /src/wcslib/cylfix.h | 88559c557b4c18f8a6ed43126c631d6b2b984547 | [
"MIT"
] | permissive | maartenbreddels/kaplot | 2c992667b7cbbb883cea8ad0e3f85fbeeff810ae | 305026209f8026094d54373e14541f4f039501d5 | refs/heads/master | 2020-03-18T19:27:10.463600 | 2018-05-28T12:04:46 | 2018-05-28T12:04:46 | 135,155,181 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,337 | h | /*============================================================================
*
* WCSLIB 3.6 - an implementation of the FITS WCS convention.
* Copyright (C) 1995-2004, Mark Calabretta
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Library General Public... | [
"breddels@astro.rug.nl"
] | breddels@astro.rug.nl |
7fe5460e18093df0c1f451f2c08af20648a4ad75 | f5d536f66bebde70e9ae13177a6228f65e36b9e2 | /d/eastland/dragon/monster/woodman.c | ece1ba2dfbad727a2d2c44a57f4c3bd50349507d | [] | no_license | MudRen/es | f60a5884c6a57bddc67893bcafa78896b0fe021c | 4c2177e513c9f2e57fbcca3a9239e6a5096a6b7d | refs/heads/master | 2021-08-26T07:38:41.278630 | 2021-08-17T09:40:05 | 2021-08-17T09:40:05 | 173,731,541 | 1 | 1 | null | null | null | null | GB18030 | C | false | false | 2,344 | c |
#include "../../layuter.h"
inherit MONSTER ;
void create ()
{
object boots,dagger,shield,legging,plate,cloak;
::create();
set_level(11);
set_name( "draconian woodman", "龙人樵夫" );
add ("id", ({ "draconian", "woodman"}) );
set_short( " 龙人樵夫");
set("unit","位");
... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
4a9ecc593bb2ef0ad6bc42e6e5064f8cba27ecb6 | 9923e30eb99716bfc179ba2bb789dcddc28f45e6 | /openapi-generator/c/model/inline_object_3.h | 29558476dba2e77fb66b96c6f34a8b0294f4d923 | [
"curl"
] | permissive | silverspace/samsara-sdks | cefcd61458ed3c3753ac5e6bf767229dd8df9485 | c054b91e488ab4266f3b3874e9b8e1c9e2d4d5fa | refs/heads/master | 2020-04-25T13:16:59.137551 | 2019-03-01T05:49:05 | 2019-03-01T05:49:05 | 172,804,041 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 614 | h | /*
* inline_object_3.h
*
*
*/
#ifndef _inline_object_3_H_
#define _inline_object_3_H_
#include <string.h>
#include "../external/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
typedef struct inline_object_3_t {
long groupId; //numeric
} inline_object_3_t;
inline_object_3_... | [
"greg@samsara.com"
] | greg@samsara.com |
91227174996a9f113d3094bbc56e7859c145cf07 | 6b44b3b1322c41e746815b7d48ae929fe1011c06 | /srcs/integer.c | 9ff5cb0141223e6402c4c85691e468821cae0336 | [
"MIT"
] | permissive | wbeuil/cli_args | 1ded8f46f0fa14813aef77cc2761515676995b98 | e03549725456adba40df3ea53ff984d5f708d5a6 | refs/heads/master | 2021-05-03T06:44:39.645788 | 2018-02-22T19:54:45 | 2018-02-22T19:54:45 | 120,601,838 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,429 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* integer.c :+: :+: :+: ... | [
"william.beuil@gmail.com"
] | william.beuil@gmail.com |
9afc61229728f44cae7b5eb3f6869c2ae655cbdf | 9d9dc3b061fe1c606c9f5a7ecb16992b6ddd0ac7 | /include/qse/si/sio.h | 99fdba29243315ff3254a8af844838dd558fe4e8 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | hyung-hwan/qse | 26b07ac7227faff48a224d6c726fa5c05a694651 | aef4ac2a2cab38bb8af58d944d9759728ccae5ea | refs/heads/main | 2023-08-10T23:33:52.016075 | 2023-08-01T07:52:41 | 2023-08-01T07:52:41 | 34,650,818 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,314 | h | /*
* $Id$
*
Copyright (c) 2006-2019 Chung, Hyung-Hwan. 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
notic... | [
"hyunghwan.chung@gmail.com"
] | hyunghwan.chung@gmail.com |
7b189269f3ca5e2c7ce13969258a4500a88c82c4 | 4fb2940150e1279168ee69c71e7cffd96e2f6920 | /drivers/staging/cxt1e1/sbeproc.h | 33e003f7b21ad098ba118a29f079104304ff4fa2 | [] | no_license | mhrsolanki2020/Dhollmen_Kernel | 740d33825301dd191cc6243f5fc7ef9cb67ed3fb | c144e86a40e514c21c28621ba43f37fae8f1c0d1 | refs/heads/master | 2021-01-18T20:17:29.719478 | 2014-04-15T00:16:49 | 2014-04-15T00:16:49 | 19,468,965 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,848 | h | /*
* $Id: sbeproc.h,v 1.2 2005/10/17 23:55:28 rickd PMCC4_3_1B $
*/
#ifndef _INC_SBEPROC_H_
#define _INC_SBEPROC_H_
/*-----------------------------------------------------------------------------
* sbeproc.h -
*
* Copyright (C) 2004-2005 SBE, Inc.
*
* This program is free software; you can redistribute it a... | [
"usuario@localhost.localdomain"
] | usuario@localhost.localdomain |
40c73bfe987869b636640fbc6a77f7455fe381d2 | 6a7287933d62be74b54ad4c3d2fbf90b8830832e | /Gobang/Gobang/main.c | 7afa31a61643259f632a1648b35bd651b5493cbf | [] | no_license | 903419/c-learning | c9a42f2dbce71ae348c93884e69522f388a9ef15 | 83251d102d33fe715f41c116d1337797e8137ac5 | refs/heads/master | 2021-05-18T10:22:14.463412 | 2020-10-13T02:18:56 | 2020-10-13T02:18:56 | 251,208,271 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 285 | c | #include "test.h"
int main()
{
int select = 1;
srand((int)time(0));
while (select == 1)
{
Menu();
scanf("%d", &select);
switch (select)
{
case 1:
Game();
printf("\n要不要再玩一局!\n");
break;
case 2:
break;
default:
break;
}
}
return 0;
} | [
"987404656@qq.com"
] | 987404656@qq.com |
3a95e7fb7f4f5d5f66df09ea8be2d71d0124f6e5 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/crypto/cryptd.c | 0508c48a45c4fc88ecb96a81dbb24c36930b4fd5 | [
"Linux-syscall-note",
"GPL-2.0-only",
"BSD-2-Clause"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 37,196 | c | /*
* Software async crypto daemon.
*
* Copyright (c) 2006 Herbert Xu <herbert@gondor.apana.org.au>
*
* Added AEAD support to cryptd.
* Authors: Tadeusz Struk (tadeusz.struk@intel.com)
* Adrian Hoban <adrian.hoban@intel.com>
* Gabriele Paoloni <gabriele.paoloni@intel.com>
* ... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
492f8b90587ce35603e45535cc93bcb42ae161f9 | f50da5dfb1d27cf737825705ce5e286bde578820 | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen264344154MethodDeclarations.h | e08df90afef5a1b04e0e4e6fe078c01dc10adf51 | [] | no_license | magonicolas/OXpecker | 03f0ea81d0dedd030d892bfa2afa4e787e855f70 | f08475118dc8f29fc9c89aafea5628ab20c173f7 | refs/heads/master | 2020-07-05T11:07:21.694986 | 2016-09-12T16:20:33 | 2016-09-12T16:20:33 | 67,150,904 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,375 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Array_InternalEnumerator_1_gen744596923MethodDeclarations.h"
// System.Void Sy... | [
"magonicolas@gmail.com"
] | magonicolas@gmail.com |
6ab17f2e6c21769ed8749ec7041d641b99e7b667 | 9d8fe725e79e5856b8b863abf0907a6a5f6f8a3c | /800239C.c | 365b365df7615aa84c8f3f30dd71121e58111048 | [] | no_license | camthesaxman/ruby-c | 08bb12c3c6662b113f558a2b43a4f232fedcbd91 | afb59d795416468362ddf942d4cb1fca638f2bd6 | refs/heads/master | 2020-12-30T16:45:53.246386 | 2016-09-11T22:33:27 | 2016-09-11T22:33:27 | 91,023,059 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 305 | c | int __fastcall LoadTilesForSpriteSheets(_DWORD *a1)
{
_DWORD *v1; // r5@1
int v2; // r4@1
int v4; // [sp+8h] [bp-4h]@0
v1 = a1;
v2 = 0;
if ( *a1 )
{
do
{
LoadTilesForSpriteSheet((int)&v1[2 * v2]);
v2 = (v2 + 1) & 0xFF;
}
while ( v1[2 * v2] );
}
return v4;
}
| [
"shadow962@live.com"
] | shadow962@live.com |
06ef431faf199cc4ae05de9f09186b7690996fff | 66bdc0599109f1f8ac18a38c698a212c69df6e22 | /programas_miguel/Folla1_Exemplos/calcu+case.c | f6fef17d4d91ae718bed47527b1ef96be3ec0ea8 | [] | no_license | susoooo/IFCT06092019IS | 89d4f5bbb52b73a93be9d86bede39e69ef8914fc | cad627edea0a5cc87d20cbf30dcde35969cb2ff2 | refs/heads/master | 2020-11-25T12:54:15.763808 | 2020-08-11T15:54:16 | 2020-08-11T15:54:16 | 228,667,820 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,791 | c | #include <stdio.h>
#include <math.h>
int main()
{
printf("Ola, son o programa CALC+ programado por Miguel Díaz para executar operacións matemáticas\n\n");
int opcion;
int numero1;
int numero2;
int suma;
int resta;
int multiplica;
double division;
suma=0;
resta=0;
multiplica=0;
division=0;
opcion=0;
do
{
printf("... | [
"migel@proba02.com"
] | migel@proba02.com |
f89f62e6f9332c9340d0a95ca64173246198121a | 82254b37aa0eb646178634df839b9eb5f1e60838 | /io.c | 3a823693236a410a8785c26f118ec8ecd8965b0a | [
"MIT"
] | permissive | ajblane/revsh | 06acb41fc868b33da892b679d908aa0ae1c84917 | 22cd9101ab432786b95c1a7a5fcbd357e3cb2241 | refs/heads/master | 2020-03-18T11:27:25.956808 | 2018-05-11T04:47:28 | 2018-05-11T04:47:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,814 | c |
/* The ssl and non-ssl portions of this file have been split out into their own separate files. */
#ifdef OPENSSL
# include "io_ssl.c"
#else
# include "io_nossl.c"
#endif
/***********************************************************************************************************************
*
* negotiate_protocol... | [
"pseudorandom@gmail.com"
] | pseudorandom@gmail.com |
08dbf8cc40d60ac32831e4ad5b3d9b4564404932 | b6d6ecad7765503d67f3628d423a2a163cf0dfe6 | /src/SoC/aes_ip_apb/aes_ip_apb/aes_ip_apb/SoftConsole/aes_ip_apb_MSS_MSS_CM3_0/aes_ip_apb_MSS_MSS_CM3_0_hw_platform/drivers_config/mss_ace/ace_config.c | 1989b4a0e192ae2b68004d0ea6f2f95723ea4824 | [] | no_license | julioamerico/openAES | 2f25503f9015e8ae00d7ec5c80c86c1925298757 | d59d078692df83e306a18dd926ff67eb6654b111 | refs/heads/master | 2021-06-25T12:22:24.802459 | 2017-05-06T16:41:22 | 2017-05-06T16:41:22 | 57,399,426 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,138 | c | /*****************************************************************************
* (c) Copyright Actel Corporation. All rights reserved.
*
*ACE configuration .c file
*Created by Actel MSS_ACE Configurator Sun Jul 06 12:03:25 2014
*
*/
#include "../../drivers/mss_ace/mss_ace_configurator.h"
#include "ace_config.h"
#incl... | [
"julioamerico@yahoo.com.br"
] | julioamerico@yahoo.com.br |
7a6bfe8cbefc921cd1f4ede7ebe437d47c28019e | 70af3170c92fa75c51f3011258ef1e8e6d7071c0 | /cpu/i386/kernel/pe_exec.c | a94d2168249dd94d177d2a7c6fc1d4345f3cbbf8 | [] | no_license | ZYQ634455388/NetbasOS_Kernel | ddc5f9a24005629d362e0d7cfce1dc5a9d6ea054 | 1323720c4e3632b89c12e54392712cf4af515149 | refs/heads/master | 2021-12-04T06:20:14.219091 | 2015-02-03T09:22:24 | 2015-02-03T09:22:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,257 | c | /*
** (R)Jicama OS
** Coff Executable Format Support
** Copyright (C) 2003 DengPingPing
*/
#include <jicama/system.h>
#include <jicama/process.h>
#include <jicama/coff.h>
#include <jicama/pe.h>
#include <string.h>
void dump_coff_head(const struct coff_hdr* hdr);
void dump_coff_aout(const struct coff_aou... | [
"easion@gmail.com"
] | easion@gmail.com |
a2bb0fa9932ff3713f459e1e44450adc5aeb9e47 | 5d3972338814dcf8a15b1a9946d64a70162ea21d | /Lesson2.c | a25a385c6cfe0195ab1f77e01a84f766dfd3e707 | [] | no_license | lijianying-github/NDKPractice | 857dc92cbbd1de445c8a91032bf18f542e682ab4 | 1697af89e2129b9f7b8b099b1b7363cba02f50f1 | refs/heads/master | 2023-03-10T19:14:08.515974 | 2021-03-01T11:06:12 | 2021-03-01T11:06:12 | 343,338,317 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,402 | c | #include <stdio.h>
//第二节:时间:2021-02-25
//课程内容函数指针与指针运算
//t1:多级指针练习,
void t1MultiPoint() {
//原始数据变量
int number = 100;
printf("number value = %d,number address=%p\n", number, &number);
//一级指针,value=指向变量的地址
int *p_number = &number;
printf("p_number value = %p,p_number address=%p, p_number addres... | [
"ljying2013@gmail.com"
] | ljying2013@gmail.com |
9aa531bf5648518ad83ee84910c874316ca288a9 | 04c8d8da9cebc13513c1b9c7658707ecadfa0ed3 | /Roll a Ball/Temp/il2cppOutput/il2cppOutput/Parse_Unity_System_Threading_Tasks_Task_1_gen_36.h | 27a514cf451247ceb874a11007ac2f5765078ad0 | [] | no_license | fkieyhzen/RollABall | ed9ef9e93f3cfaecd2be10013797e97e9c1e479e | f083b660966094939ed2b5d2028e31bb4e86a67e | refs/heads/master | 2023-03-19T18:19:11.437779 | 2015-06-08T15:27:45 | 2015-06-08T15:27:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 343 | h | #pragma once
// Parse.ParseSession
struct ParseSession_t658;
// System.Threading.Tasks.Task
#include "Parse_Unity_System_Threading_Tasks_Task.h"
// System.Threading.Tasks.Task`1<Parse.ParseSession>
struct Task_1_t657 : public Task_t438
{
// T System.Threading.Tasks.Task`1<Parse.ParseSession>::result
ParseSession_t6... | [
"patrick@beetheswarm"
] | patrick@beetheswarm |
7fd3673a73f041b709efd7170cd1ac6f777a5e5e | 95186364f23ba4944854236a4ce08fcdc52a597e | /c_src/literal.c | 85ca959f78f0f5b25437d471cd6c4c8f8f710c94 | [] | no_license | GriTRini/study | acd1a9d9a45dbd7045aa8121811a64d65a382af3 | 4031ccf93d0c1e91ab708f1d17df9dbc9cb3a071 | refs/heads/main | 2023-07-31T07:01:33.376363 | 2021-09-04T14:30:26 | 2021-09-04T14:30:26 | 370,933,659 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 427 | c | #include <stdio.h>
int main(void){
printf("%d %d %d\n", 100, 0144, 0x64);
printf("%d 0%o 0x%x\n", 100, 100, 100); //10진수, 8진수, 16진수
printf("%d %d %d\n", 'A', 'a', '0');
printf("%c %c %c\n", 65, 97, 48);
printf("%c %c %c\n", 'A', 'a', '0');
printf("%c %c %c\n", 'A', 'A' + 1, 'A' + 2);
printf("%lldLL\n"... | [
"cd2918@naver.com"
] | cd2918@naver.com |
c473957a03267d77117fce78324391b16750301c | 9886807f4745b1ff08e33a20f905c3b0e90582fa | /vendor/Pods/BuildHeaders/AWSiOSSDK/EC2/EC2DeleteTagsResponse.h | c9af13ac75b1845bc20bd1b5da14a1d1483e5c89 | [] | no_license | SpencerArtisan/lostandfound | e2548a63b64af2b03dab9dc2245acc6125fff043 | 4cc93486f0b186ef47078f3936a5e1525d992f02 | refs/heads/master | 2021-01-21T19:28:07.468983 | 2013-09-12T18:13:56 | 2013-09-12T18:13:56 | 12,667,344 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 58 | h | ../../../AWSiOSSDK/src/include/EC2/EC2DeleteTagsResponse.h | [
"spencerartisan@gmail.com"
] | spencerartisan@gmail.com |
7bc61c658efa6af561135e48f3a90346de08e31e | c3c848ae6c90313fed11be129187234e487c5f96 | /VC6PLATSDK/samples/multimedia/gdi/GdiDemo/Dialog.c | 0dfaec481b63113c516162e3c6c3c13f3e2e062b | [] | no_license | timxx/VC6-Platform-SDK | 247e117cfe77109cd1b1effcd68e8a428ebe40f0 | 9fd59ed5e8e25a1a72652b44cbefb433c62b1c0f | refs/heads/master | 2023-07-04T06:48:32.683084 | 2021-08-10T12:52:47 | 2021-08-10T12:52:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,828 | c |
/******************************************************************************\
* This is a part of the Microsoft Source Code Samples.
* Copyright 1993 - 2000 Microsoft Corporation.
* All rights reserved.
* This source code is only intended as a supplement to
* Microsoft Develop... | [
"radiowebmasters@gmail.com"
] | radiowebmasters@gmail.com |
6166e4c87ff9d4b8f262fef4cfd3cd07138478b6 | 39392725e7bd4341e49d1b476c032086fb84e1c7 | /GoogleHosted/NavBoardFirmware/NavBoard_M3/LPC1343_CodeBase_v0.25/lpc134x.h | b129ec8dfb4d53734cd601aa2a9a4401a2c74dde | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lucianoclugli/navboard-m3 | d7c15e4334789cf2e166f66e72caa96167ba787f | a4924de27d13c03461872a1c34ad4bb27ff06a66 | refs/heads/master | 2021-05-28T22:42:16.555396 | 2011-02-08T02:30:02 | 2011-02-08T02:30:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 257,041 | h | /**************************************************************************/
/*!
@file lpc134x.h
@author K. Townsend (microBuilder.eu)
@date 22 March 2010
@version 0.10
@section DESCRIPTION
LPC1343 header file, based on V0.10 of the LPC1343 User Manual.
@section LICEN... | [
"support@ryanmechatronics.com@1d263e2e-3101-f3f9-c486-fffe3e794788"
] | support@ryanmechatronics.com@1d263e2e-3101-f3f9-c486-fffe3e794788 |
670c85c444b6315253b538a376fed5f5ad387c0a | 28c22ab2559708c84443345c0f172f3aa03b1450 | /2_Linked_List/5_LinkedList.c | 971cfe6dd414f4a17e187a1d91a812c28b65167e | [] | no_license | abbhowmik/Data-Structure-and-Algorithm-Course | 69c9cb5c678273f5930b54db788deb1aa5b8c0ac | 08c55f048f1e79210803ed951645e953412b54fd | refs/heads/main | 2023-06-01T02:31:59.439914 | 2021-06-29T17:56:38 | 2021-06-29T17:56:38 | 381,452,309 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,130 | c | #include <stdio.h>
#include <stdlib.h>
struct Node
{
int data;
struct Node *next; // the next pointer points the same type of node
};
void linkListTravel(struct Node *ptr)
{
while (ptr != NULL)
{
printf("Element : %d\n", ptr->data);
ptr = ptr->next;
}
}
int main(... | [
"noreply@github.com"
] | abbhowmik.noreply@github.com |
d23c1364f1cbf084626a3af36314ee220b8acd07 | ab0abbdcd93866852bcd5c2ac1dcb840aac36380 | /test.c | 42cee937f6fc5734abb29010356411eba612e252 | [
"Apache-2.0"
] | permissive | ucscXena/ucsc-xena-wasm | a1c91675ddf76760bbf8f64c6e4c149b1e6d8b47 | 8b05ede6256bfa437acacf80e8dc2f4529cca426 | refs/heads/master | 2021-07-26T22:06:50.017765 | 2020-05-21T00:38:57 | 2020-05-21T00:38:57 | 179,855,290 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 618 | c | #include <stdlib.h>
#include <check.h>
int main(int argc, char *argv[]) {
int number_failed;
Suite *s = suite_create("xena");
TCase *tc;
#define TEST(x) \
do {\
void add_ ## x(TCase *s); \
tc = tcase_create(#x); \
add_ ## x(tc); \
suite_add_tcase(s, tc); \
} while (0)
TEST(baos);
TEST(queue);
TEST(s... | [
"craft@soe.ucsc.edu"
] | craft@soe.ucsc.edu |
0ff0cdfac0f47066db259a8fc987684c74902a0b | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE377_Insecure_Temporary_File/CWE377_Insecure_Temporary_File__char_mktemp_04.c | fc7109a9a8655420b11a79f5993b9c5c322bf4da | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 4,611 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE377_Insecure_Temporary_File__char_mktemp_04.c
Label Definition File: CWE377_Insecure_Temporary_File.label.xml
Template File: point-flaw-04.tmpl.c
*/
/*
* @description
* CWE: 377 Insecure Temporary File
* Sinks: mktemp
* GoodSink: Create and open a tempora... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
8adf8e36ed034cb2d57ac568a5d04cd46acc5295 | a92a91a02b97334487fd89deb29064dd109b965d | /multimedia/video/components/jpegdec/arm_nmf/common/inc/JPEGDec_Parser.h | 8a2ede857f3f3ea230020e1f0bdf21a18a6d1ae7 | [
"Apache-2.0"
] | permissive | AveHornet/vendor_st-ericsson_u8500 | 4af9987f79cbe9bebd142c770cf10c36ac959fd7 | 5c3c8f4491a9996429c52ecc946bf76d3c4fc5a8 | refs/heads/master | 2021-01-21T09:07:00.004338 | 2014-03-03T04:23:29 | 2014-03-03T04:23:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 984 | h | /*
* Copyright (C) ST-Ericsson SA 2010. All rights reserved.
* This code is ST-Ericsson proprietary and confidential.
* Any use of the code for whatever purpose is subject to
* specific written permission of ST-Ericsson SA.
*/
#ifndef __JPEGDEC_PARSER_H
#define __JPEGDEC_PARSER_H
#include <stdio.h>
#ifdef __JP... | [
"shantanupaul@live.com"
] | shantanupaul@live.com |
336dcc455143b6584165f134a5ecb8b5e6865b1b | 9d9dc3b061fe1c606c9f5a7ecb16992b6ddd0ac7 | /lib/cmn/tmr.c | c56f533585196722cf1a6248a2fb89ca46d9be68 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | hyung-hwan/qse | 26b07ac7227faff48a224d6c726fa5c05a694651 | aef4ac2a2cab38bb8af58d944d9759728ccae5ea | refs/heads/main | 2023-08-10T23:33:52.016075 | 2023-08-01T07:52:41 | 2023-08-01T07:52:41 | 34,650,818 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,127 | c | /*
* $Id$
*
Copyright (c) 2006-2019 Chung, Hyung-Hwan. 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
notic... | [
"hyunghwan.chung@gmail.com"
] | hyunghwan.chung@gmail.com |
6bed197b1884341882d9b172aeece10a842d423c | ef070216562f41b19e005efea86304d4cae05d37 | /lift.c | be1c489576a65532ac1b9521e58396117a6a1cdb | [] | no_license | franko4don/mikroc | d6f8d7087fc3a30d74617ef586a45561a2383041 | cf87d64abb8049fc9c0c8491b81d0f5d32fcd772 | refs/heads/master | 2021-01-10T11:38:58.769646 | 2016-03-09T20:33:59 | 2016-03-09T20:33:59 | 53,529,668 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,331 | c | int store[]={0,0,0,0};
char temp[15];
float v,answer;
sbit LCD_RS at RD0_bit;
sbit LCD_EN at RD1_bit;
sbit LCD_D7 at RC7_bit;
sbit LCD_D6 at RC6_bit;
sbit LCD_D5 at RC5_bit;
sbit LCD_D4 at RC4_bit;
sbit LCD_RS_Direction at TRISD0_bit;
sbit LCD_EN_Direction at TRISD1_bit;
sbit LCD_D7_Direction at TRISC7_bit;
sbit LCD_D6... | [
"franko4don@yahoo.com"
] | franko4don@yahoo.com |
0923f6e7ae1d84de7f6dca4fd783451d2551502a | 80c0f8e238be00dd70e72d8fed2b13f5d0882815 | /phpdev/vc9/x86/php-5.6.39/ext/igbinary/library.c | c368d3a3cf688cc053764632a85806ed9169c813 | [
"PHP-3.01",
"Apache-2.0",
"BSD-3-Clause",
"BSD-4-Clause-UC",
"Zlib",
"ISC",
"LicenseRef-scancode-other-permissive",
"TCL",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"JSON",
"LicenseRef-scancode-pcre",
"blessing"
] | permissive | melissayi-hq/php-5.6.3x4VC9 | 050a56e584c6d908940e8ffca8567dd0e3c7a2fd | 47f9765b797279061c364e004153a0919895b23e | refs/heads/master | 2023-03-16T17:26:26.823087 | 2020-07-21T00:03:22 | 2020-07-21T00:03:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51,589 | c | #ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "common.h"
#include "php_network.h"
#include <sys/types.h>
#ifndef _MSC_VER
#include <netinet/tcp.h> /* TCP_NODELAY */
#include <sys/socket.h>
#endif
#include <ext/standard/php_smart_str.h>
#include <ext/standard/php_var.h>
#ifdef HAVE_REDIS_IGBINARY
#include "i... | [
"orynider@rdslink.ro"
] | orynider@rdslink.ro |
78edd154cd1de00b92ade9d258fda151fe97cba0 | 8e3da8d4942add11ff83e7b49fbfcc66776aa983 | /DemoApp/Pods/Headers/Private/IFACoreUI/IFAHudView.h | 893cc6f11cd5180d0109819f69edaee1c96bbb7e | [
"Apache-2.0"
] | permissive | Bishaljain/IFAAppUI | 61da030640cb56ec30d60eba4f71b0bcf59ffe49 | 487647d0cafb91708676ebe545efcedf505fcbbe | refs/heads/master | 2021-04-18T18:18:41.625858 | 2020-05-28T23:48:24 | 2020-05-28T23:48:24 | 249,571,368 | 0 | 0 | NOASSERTION | 2020-03-24T00:01:55 | 2020-03-24T00:01:55 | null | UTF-8 | C | false | false | 59 | h | ../../../IFACoreUI/IFACoreUI/IFACoreUI/classes/IFAHudView.h | [
"marcelo.schroeder@infoaccent.com"
] | marcelo.schroeder@infoaccent.com |
f7c357243d80b61d1628446ee6714232c05a5bdb | 52464cf72cac987504e2f8309fc1b7819859ab07 | /simple_ftp_v2.0/server/jhash.h | 7f95269a5b9c9a2879d66c407dccb419185dc8ec | [] | no_license | wdj729115299/project_cs | dbd13ea885cd7ad88429eeb785945347be59fd72 | db10eed58f0726f95b67412a9717f680ab8ccb34 | refs/heads/master | 2021-01-11T14:17:40.564430 | 2017-03-22T10:42:34 | 2017-03-22T10:42:34 | 81,313,820 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,875 | h | /* jhash.h: Jenkins hash support.
*
* Copyright (C) 2006. Bob Jenkins (bob_jenkins@burtleburtle.net)
*
* http://burtleburtle.net/bob/hash/
*
* These are the credits from Bob's sources:
*
* lookup3.c, by Bob Jenkins, May 2006, Public Domain.
*
* These are functions for producing 32-bit hashes for hash table lo... | [
"729115299@qq.com"
] | 729115299@qq.com |
b85b1189385e79b7f53b5b9331172aa680591087 | 17227ad12bc0826771ac6ac2b95dddd9517d0117 | /Cores/FCEU/FCEU-2.2.3/boards/mmc3.h | 9dfbc920d471d9f7d4d4ad55afa2599cc2f48a51 | [
"BSD-2-Clause"
] | permissive | Provenance-Emu/Provenance | e38f7c81e784455d4876f8a2ff999baca0135199 | c6f49d7921ee27eb8c0c34ca95ec9dc7baf584c1 | refs/heads/develop | 2023-08-17T05:04:01.554294 | 2023-07-01T07:58:33 | 2023-07-01T07:58:33 | 12,416,862 | 2,367 | 364 | NOASSERTION | 2023-08-01T07:42:35 | 2013-08-27T20:34:36 | C | UTF-8 | C | false | false | 638 | h | extern uint8 MMC3_cmd;
extern uint8 mmc3opts;
extern uint8 A000B;
extern uint8 A001B;
extern uint8 EXPREGS[8];
extern uint8 DRegBuf[8];
#undef IRQCount
#undef IRQLatch
#undef IRQa
extern uint8 IRQCount,IRQLatch,IRQa;
extern uint8 IRQReload;
extern void (*pwrap)(uint32 A, uint8 V);
extern void (*cwrap)(u... | [
"addyman@me.com"
] | addyman@me.com |
4349ef2c817795774614d57676512b41da2258e4 | bc5c5140abe2a46d61ed36cc426b68ff1049a1bd | /ds2Reversing/ds2Reversing/item.h | 221c45dde6a188cd134aa4cbb13fcda4c892f0de | [] | no_license | BellCrow/ds2ItemReversing | 3744014b3eb8b4d71ba15ddf2bfd311367dfbfb0 | 3b1142420fdfd9c9dc9561c5acdfa86eb45b4642 | refs/heads/master | 2021-01-01T19:09:33.190570 | 2019-06-27T19:10:25 | 2019-06-27T19:10:25 | 98,528,215 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,890 | h | #include <Windows.h>
static int itemCount;
//size 0x80 bytes
typedef struct funcPtrArray_
{
int* func1;
int* func2;
int* func3;
int* func4;
int* func5;
int* func6;
int* func7;
int* func8;
int* func9;
int* func10;
int* func11;
int* func12;
int zeroMem;
int* func13;
}funcPtrArray;
typedef struct callBa... | [
"peremptor1@gmx.de"
] | peremptor1@gmx.de |
619bec58da9bbc7ed87a0ca451fe5883b82e4a50 | 722cf9ab069d75af63664eeae0c35c63aa73c51c | /epvallocz.c | 95ea4cfa9259f1cc43dd6aef72d2982ea330352a | [
"ISC"
] | permissive | maandree/libsimple | 1427bca158ad2af6bc601d6398b4cfffd1713cfb | 3d6482b0949159c33d6ac2972a69868bdda766f2 | refs/heads/master | 2022-07-04T08:30:37.349945 | 2022-06-12T18:13:23 | 2022-06-12T18:13:23 | 146,619,247 | 10 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,521 | c | /* See LICENSE file for copyright and license details. */
#include "common.h"
#ifndef TEST
extern inline void *libsimple_epvallocz(int, size_t);
#else
#include "test.h"
int
main(void)
{
struct allocinfo *volatile info;
void *ptr;
DEFINE_PAGESIZE;
DEFINE_CACHELINE;
assert((ptr = libsimple_epvallocz(1, 3 * pag... | [
"maandree@kth.se"
] | maandree@kth.se |
5ab6f77391294ed40c0d3313dc5b94f8f09a6438 | aaebaf250aa9a11b25c59051801e8f4357f3caf6 | /disk-files/CHAP09/POPPAD2.H | 67a093a831c7faf27debd841f8e3558b48081080 | [] | no_license | yeokm1/programming-win31 | c81c788beb9184977f817e7462e7651d1f3794a0 | 6a08e09b88de435f78bf66188abe392dda8de5f0 | refs/heads/master | 2023-07-14T05:17:18.390423 | 2023-07-02T03:59:13 | 2023-07-02T03:59:13 | 220,498,702 | 43 | 8 | null | null | null | null | UTF-8 | C | false | false | 398 | h | /*-----------------------
POPPAD2.H header file
-----------------------*/
#define IDM_NEW 1
#define IDM_OPEN 2
#define IDM_SAVE 3
#define IDM_SAVEAS 4
#define IDM_PRINT 5
#define IDM_EXIT 6
#define IDM_UNDO 10
#define IDM_CUT 11
#define IDM_COPY 12
#define IDM_PASTE 13
#define IDM_DEL... | [
"yeokm1@gmail.com"
] | yeokm1@gmail.com |
fb2d1a9c321ae6196a1b00918eb6165711ce9779 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/a254efaf-f64e-47b2-9fa1-9bc15218aceb.c | 21b8ff8615e55c38efe0d5a45fd4728e481f4551 | [] | 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 | 729 | c | #include <string.h>
#include <stdio.h>
int sum(int a) ;
int main() {
int num;
int result;
printf("Enter the number: ");
num = 00.0;
//variables
//random
/* START VULNERABILITY */
int a;
long b[13];
long c[32];
a = 0;
while (b[a] != 0) {
//random
/* START... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3d4ba7f65df8b642218b43435179e366afa20ae6 | 919210cfb88dc048fafd8725e0e975d9b530eb0d | /car/stm32l475-atk-pandora/rtconfig.h | e6bf8d9fb07d9d4f4b05377002732997a6a2d8c8 | [] | no_license | Shirleyxqq/game_console | c9c260dd971ec04e47ae0ae38d1eb90d17023612 | 16218e446c8c2714002700a41c27b11df7db3bea | refs/heads/master | 2020-09-29T10:24:37.742625 | 2019-12-09T12:36:56 | 2019-12-09T12:36:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,557 | h | #ifndef RT_CONFIG_H__
#define RT_CONFIG_H__
/* Automatically generated file; DO NOT EDIT. */
/* RT-Thread Configuration */
/* RT-Thread Kernel */
#define RT_NAME_MAX 8
#define RT_ALIGN_SIZE 4
#define RT_THREAD_PRIORITY_32
#define RT_THREAD_PRIORITY_MAX 32
#define RT_TICK_PER_SECOND 1000
#define RT_USING_OVERFLOW_CHE... | [
"dingo1688@126.com"
] | dingo1688@126.com |
1ff4e608ca74215b3111fbea58c32aba9e364c26 | 07c0798498968cfd5f5467dd0241a4881e6bb160 | /kmsSubStr.c | 6a35213e6c62046f96c4ef1829578bbd29084e81 | [] | no_license | yuqingqing/leetcode | 5efd7d51fcae1d98a9a20b308f87e3656dc4d0ad | 688825dc19046e2cf268e8d20ca567f963302fd7 | refs/heads/master | 2021-01-04T16:57:29.968275 | 2020-02-15T13:04:32 | 2020-02-15T13:04:32 | 240,645,700 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,955 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
void prefix_table(char pattern[], int prefix[], int n)
{
prefix[0] = 0;
int len = 0;
int i = 1;
while(i < n)
{
if(pattern[i] == pattern[len])
{
len++;
prefix[i] = len;
i++;
... | [
"qqyu@travelsky.com"
] | qqyu@travelsky.com |
62ed7e5319cef6ca5ec7ba0908b0707352da116e | 92636e2579e89b1a292358ab9d161b86beae0a21 | /src/VectorMath.h | 6e4ad90d43d1f6d8b7ea7421fc8950ecd42e712c | [
"BSD-3-Clause"
] | permissive | khutchins/Naive-Raytracer | 2185214cebc544d88cef24c5481528621f2f16d1 | fcdb37a611ffecd54ed1aa39ca7e2fd8e190c16d | refs/heads/master | 2021-01-01T05:51:23.180092 | 2016-12-05T23:20:43 | 2016-12-05T23:20:43 | 2,922,851 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 446 | h | #ifndef _VECTOR_MATH_
#define _VECTOR_MATH_
#include "Vector.h"
#include "Point.h"
double discrim(double a, double b, double c); //Discriminant
double quadratic(double a, double b, double c); //Returns the smallest value that satisfies the quadratic equation
bool pointsOnSameSideOfLine(Point point1, Point point2, Po... | [
"possessedcow@gmail.com"
] | possessedcow@gmail.com |
f5628e86c3cdbaa17d947f5346c9bb7e9decd5db | 807a6d15692480b9420e041972a589131447b923 | /app/src/main/cpp/glibc/abi-versions.h | 1249092f7b190c90c2665a7430be079dd97c6959 | [] | no_license | 1vanyk1/Awimul | b946a864d65b726e7195c6ada064b02892b1ad62 | 841098923e50468599f7221c9af2d21ae21f7b36 | refs/heads/master | 2023-07-17T16:44:47.525340 | 2021-08-26T17:23:50 | 2021-08-26T17:23:50 | 317,278,357 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 100,727 | h | #ifndef _ABI_VERSIONS_H
#define _ABI_VERSIONS_H
/* start ld */
#define ABI_ld_GLIBC_2_0 ABI_ld_GLIBC_2_2_5
#define VERSION_ld_GLIBC_2_0 GLIBC_2.2.5
#define ABI_ld_GLIBC_2_1 ABI_ld_GLIBC_2_2_5
#define VERSION_ld_GLIBC_2_1 GLIBC_2.2.5
#define ABI_ld_GLIBC_2_1_1 ABI_ld_GLIBC_2_2_5
#define VERSION_ld_GLIBC_2_1_1 GLIBC_2.2.... | [
"57059188+1vanyk1@users.noreply.github.com"
] | 57059188+1vanyk1@users.noreply.github.com |
068a49d45ee9e94ada6a735392b6656807f07326 | ccf500b6aed04bc397c267595154e0452ce7d656 | /GE_DefaultTurboBuildSettings_classes.h | f81ffa626839828e1d83465037f75a8abde2683f | [
"MIT"
] | permissive | NotDiscordOfficial/Fortnite_SDK | 775361ea044a22f508c0a8b42eb9ffdf12662aca | 58f8da148256f99cb35518003306fffee33c4a21 | refs/heads/main | 2023-05-25T23:47:11.201029 | 2021-06-09T03:55:35 | 2021-06-09T03:55:35 | 375,217,755 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 184 | h | // BlueprintGeneratedClass GE_DefaultTurboBuildSettings.GE_DefaultTurboBuildSettings_C
// Size: 0x800 (Inherited: 0x800)
struct UGE_DefaultTurboBuildSettings_C : UGameplayEffect {
};
| [
"83149379+NotDiscordOfficial@users.noreply.github.com"
] | 83149379+NotDiscordOfficial@users.noreply.github.com |
19de03b3e522201c1748b5117fe12a31b440cc07 | 81a3065164db905e12e5d998ffab257de86db28a | /rtunes/extern.h | 45596c2467885e21f5eba5d935f892ffa26297ab | [
"ISC"
] | permissive | erincandescent/rtunes | 7cf4aa6da7a52f593738e2738b28d810f767befa | ac749f32aca2e3306eaea86bbf0b6e59b0d0d8ee | refs/heads/master | 2023-03-20T00:19:17.361390 | 2021-03-24T13:32:56 | 2021-03-24T13:32:56 | 351,062,930 | 2 | 1 | ISC | 2021-03-24T13:32:57 | 2021-03-24T11:58:34 | C | UTF-8 | C | false | false | 1,621 | h | /* $Id: extern.h,v 1.4 2006/09/17 12:04:31 mbalmer Exp $ */
/*
* Copyright (c) 2006 Marcus Glocker <marcus@nazgul.ch>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice app... | [
"erin.shepherd@e43.eu"
] | erin.shepherd@e43.eu |
56e76c1e5611b1eb8bd4834e34b0d02de6bd81e4 | 2f044e323a7bb26b186212710167ac3594112010 | /tools/tis-interpreter/tis-interpreter/share/frama-c/libc/sys/io.h | a9481cd3bd7cf41b7099f4bb594c317babb7d5d4 | [] | no_license | zeta1999/misc-dep-types-exos | 8b06c5710852a155bb03c44c300931b8d4e6eef5 | 2737f5ec2d2cf39011e9a06f847c145e98cafed3 | refs/heads/master | 2020-03-16T09:09:33.031607 | 2019-06-19T06:24:13 | 2019-06-19T06:24:13 | 132,609,804 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,482 | h | /**************************************************************************/
/* */
/* This file is part of TrustInSoft Analyzer. */
/* */
/* Copyrigh... | [
"renaudb1999@gmail.com"
] | renaudb1999@gmail.com |
a9ef7297169fa18a69a6e98defc96eef44701d40 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5646553574277120_0/C/XDannyOrz/c.c | bc15a51b6ac942f3a9e27f59106d7780b65a399d | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C | false | false | 1,576 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
int main(void) {
int TestCase, i, j, k;
int C, D, V;
int Dval[50];
int tmp;
int Result;
//FILE* in_file = fopen("c.in", "r");
FILE* in_file = fopen("c-small.in", "r");
//FILE* in_file = fopen("c-large.in", "r");
... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
42843de391ba2c61080328805e6f6245de270fe5 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/drivers/misc/mic/bus/cosm_bus.h | 8b6341855dc3d635fc1ae035de41cb744bf7ede2 | [
"Linux-syscall-note",
"GPL-2.0-only",
"BSD-2-Clause"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 4,541 | h | /*
* Intel MIC Platform Software Stack (MPSS)
*
* Copyright(c) 2015 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2, as
* published by the Free Software Foundation.
*
* This program is distributed in t... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
a3a9588ca1d451ffbe490575a939976d932a3a13 | deee77e5b18afd9f270bd1610241a5d19cccf630 | /semana2/segundo_programa.c | 3fdc5de43154d18a792b14142b8013b14d4eeccd | [] | no_license | DCI-alxogm/pb2018-alop19 | 2549f0ce33021eda750683699aee9b1a34f678eb | fc844bc2c086c79f49f5b04f0c00893c30cfd57d | refs/heads/master | 2023-08-31T04:45:33.067081 | 2018-08-20T19:56:13 | 2018-08-20T19:56:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 535 | c | /*Creado el 15 de agosto de 2018 por Alexandra López*/
#include<stdio.h>
int main()
{
int a,b,c,d,e;
printf("Introduzca a continuacion cuatro numeros enteros \n");
scanf("%i %i %i %i", &a, &b, &c, &d);
e=(a+b) * c/d;
printf("El valor de la operacion e=(a+b)*c/d es %i \n", e);
e=((a+b) * c)/d;
printf("El val... | [
"lopezoa2018@dci25-158.ugto.mx"
] | lopezoa2018@dci25-158.ugto.mx |
314fa3a847b733cd5c62daf42bedd20374ea4a81 | cfcaafc1fcf09c118e4a5d9e6687f87c5c9b3a91 | /Tema_4/T4_P20_V1_funciones.c | 628e2bc812da3d2384bdd33271ab2f8aaef16575 | [] | no_license | juancarlosvim/ejercicios_c | dd5949b32bb2bf644ceace652476fe3f3450d17a | 543d6776898adbf1c073321cc906e07973992948 | refs/heads/master | 2021-01-11T01:34:44.304889 | 2018-05-14T16:56:29 | 2018-05-14T16:56:29 | 70,686,405 | 0 | 2 | null | null | null | null | ISO-8859-1 | C | false | false | 715 | c | #include <stdio.h>
//T4_P20_V1. Algoritmo que calcule e imprima la suma y el producto de los números
//pares comprendidos entre el 10 y el 20 (ambos inclusive).
//Nota: Se utilizan dos acumuladores SUMA y PRODUCTO que totalizan los dos resultados pedidos.
void miFuncion(int, int);
main()
{
int inicio =10... | [
"noreply@github.com"
] | juancarlosvim.noreply@github.com |
95d67a03b575af2f3a4647f542d45eb081f06b6d | 6b952cdc72c0503be0ee498b3332189b9f74db36 | /world/d/road/rwctoyy0.c | 8607cd508af050ff64e7d27be0f39cecf9997e7d | [] | no_license | wwwguess/4321 | 6d58e58396465ed6403b06b091e846227880a050 | 2322c6f5f34c594040a3bc352d9d1c63d77f2070 | refs/heads/master | 2021-01-17T10:52:06.325973 | 2017-04-28T02:43:35 | 2017-04-28T02:43:35 | 84,018,934 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 425 | c | #include <ansi.h>
#include <room.h>
inherit ROOM;
int drop_him(object me);
void create()
{
object san, sna;
set("short",HIC "驿道" NOR);
set("long", @LONG
一条驿道静静的向远方延伸,好象永远没有尽头。
LONG
);
set("exits", ([
"north" : __DIR__"wuchang",
"southwest" : __DIR__"rwctoyy1",
]));
set("outdoors", "road");
setup();repla... | [
"fanjiang008@gmail.com"
] | fanjiang008@gmail.com |
c2fe84353e337ce0c7df4b18d0a699accdfb5061 | 1b8ae277ef7f39af15b6e0bff057c433dc44a109 | /src/emu/machine/smc91c9x.c | 70866ddcba916a7c1a44ab5b28d85a9ac2fbebd6 | [] | 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 | 19,731 | c | /*************************************************************************
SMC91C9X ethernet controller implementation
by Aaron Giles
***************************************************************************
Notes:
* only loopback mode really works
********************************************... | [
"ilitirit@gmail.com"
] | ilitirit@gmail.com |
e3fb9c234dbd31e49333f2fee00aa75048ee644f | a22f180193a09e15985f3051c017bed9195c085b | /Pods/Headers/Private/SmartDeviceLink-iOS/NSThread+ThreadIndex.h | 9083997284e9bbb0c34627886b7f2e68c93f5c53 | [
"BSD-3-Clause"
] | permissive | LengTrang/mobile_weather_sdl | 23c088768d1cf8e607a3cd130531caee28a4fbf4 | aa8115ab3719804f956fb26a3ca705968519570f | refs/heads/master | 2021-08-23T10:12:46.504239 | 2017-11-12T05:31:57 | 2017-11-12T05:31:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 87 | h | ../../../SmartDeviceLink-iOS/SmartDeviceLink-iOS/SmartDeviceLink/NSThread+ThreadIndex.h | [
"amorelus@yahoo.com"
] | amorelus@yahoo.com |
0085085e46df4d8dc29a6a5d877634446ebd15fb | 09fcba6463a4a907d4c5427f6bea55d7912e5f56 | /DSP Program/My ManipulatorV3.8.8/include/My_Project.h | 3d69e1fcde71f6e15bb7f0842921487b8d88a92f | [] | no_license | 136126868369/hello-world | 8f8d166f8c0b5ffef394f1133c7ff3e2c7acd4ae | 5f85454a143faa2e7acb9fac7baa109bab7a9312 | refs/heads/main | 2023-02-22T22:46:06.789959 | 2021-01-25T03:41:41 | 2021-01-25T03:41:41 | 329,836,384 | 0 | 0 | null | 2021-01-15T07:51:05 | 2021-01-15T07:11:25 | null | GB18030 | C | false | false | 5,072 | h | /*
* My_Project.h
*
* Created on: 2015-3-18
* Author: rd49
*/
#ifndef MY_PROJECT_H_
#define MY_PROJECT_H_
#include "DSP2833x_Device.h" // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h" // DSP2833x Examples Include File
#include "math.h"
#include <string.h>
#include <stdlib.h>
#include... | [
"1009828238@qq.com"
] | 1009828238@qq.com |
228fe1d7e521e2b070ec2d89f24aea6335e60721 | ea79f3f2af50cc60ef05674fc4f4444b32be8ec5 | /gionee/alps/vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/stats/q3a/aec/aec_port.c | a60a53d45aac2c4ce66e33dafd504f2b260388a9 | [] | no_license | amersons/IUNI_U3_drv | fbae164a7b131638e5f51e47ffcfd88c9db06ffb | ddf0fbc16e61ffc72f72df36d042b0778c88970b | refs/heads/master | 2021-01-23T18:44:20.878763 | 2017-09-08T03:45:04 | 2017-09-08T03:45:04 | 102,803,982 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 55,412 | c | /* aec_port.c
*
* Copyright (c) 2013-2014 Qualcomm Technologies, Inc. All Rights Reserved.
* Qualcomm Technologies Proprietary and Confidential.
*/
#include "aec_module.h"
#include "aec_port.h"
#include "q3a_port.h"
#include <pthread.h>
#include "modules.h"
#include "stats_event.h"
#ifdef DBG_AEC_PORT
#undef CDB... | [
"xinhe.jiang@itel-mobile.com"
] | xinhe.jiang@itel-mobile.com |
d531596d2546802a33c0dc16617383f0ed0e3874 | 1a511ecf808d3e8b1c25f1d26b3cbdbad4acccbe | /model.h | 7c8c89e213aa2eef7d56dc6d3dc35bfe334631c1 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | fxkr/xlively | a4906cb1e75be0f559bd82d1d5c8f4b8b5af7a90 | f71084b202b10add215c5e88ee85c2b6df31c92d | refs/heads/master | 2020-03-30T22:59:01.080357 | 2018-10-05T07:34:15 | 2018-10-05T07:34:46 | 151,686,208 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 509 | h | #ifndef MODEL_H_
#define MODEL_H_
#include<stdbool.h>
typedef struct model_t {
int height;
int width;
char* array;
char* next_array;
} Model;
void model_init(void);
void model_exit(void);
void model_configure(int width, int height);
void model_populate(void);
void model_populate_randomly(float percen... | [
"felix.kaiser@fxkr.net"
] | felix.kaiser@fxkr.net |
cdecd5fdfae0d900fc07049517909e5454654af3 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/cygwin-master/newlib/libc/sys/linux/net/key-lookup.c.bak.c | a7e1082176d5222c90b699c7c0d6819754bea955 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,066 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/* Copyright (C) 1996 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of ... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
ec1e9fb5f6b731a7c422c3a91dad0636e43df076 | da3e89109d8d19b4dfae23040ba8e5ce05ee2993 | /new1/toggle_bit.c | b2cde9f29ed98df9239681e801dc4eb91b86d4be | [] | no_license | vrushabhmotgahre/vrushabh | ba39504fc5a9ac047208ecf359dbaba288250341 | 8dea9206874df1fecf72a6a4e9b9b0300aa4256a | refs/heads/master | 2023-03-07T04:49:50.290111 | 2021-02-21T19:44:53 | 2021-02-21T19:44:53 | 279,085,597 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 337 | c | #include <stdio.h>
int main()
{
int num,n,newnum;
printf("enter any num:\n");
scanf("%d",&num);
printf("enter the bit position to toggle:\n");
scanf("%d",&n);
newnum=num ^ (1<< n);
printf("bit toggled successfully\n");
printf("number before toggling %d\n",num);
printf("number after toggling %d \n",newnum);... | [
"motgharevrushabh@gmail.com"
] | motgharevrushabh@gmail.com |
40881595509ba36cd245244e6dab5997a531c4a6 | 07976bb4d0ffe98ac3f406abae5ea4a52a69641a | /beken378/driver/ble/beken_ble_sdk/sys/include/common_utils.h | 92d20a0f7744790188d1c963a883d0b62f31a23e | [] | no_license | xiangjin945/DoorLock | d4781177aea2a824dac2d3f4cabf858ac4ddcfd9 | 7ad73295736deaf1fa94b5cacf3e13b7c6d05f0f | refs/heads/master | 2023-07-18T01:24:05.436782 | 2021-09-08T03:02:29 | 2021-09-08T03:02:29 | 404,185,045 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,781 | h | /**
****************************************************************************************
*
* @file common_utils.h
*
* @brief Common utilities definitions
*
* Copyright (C) RivieraWaves 2009-2015
*
*
****************************************************************************************
*/
#ifndef _COMMO... | [
"2437974424@qq.com"
] | 2437974424@qq.com |
935a9dba7ac64b18f0969f765df903236d82965b | 03a87436d978270dea45998c3462c84807db8284 | /stp_table.c | ee9c6cd414968bdb3cf3b00ac553201aaae3309c | [] | no_license | handsomeleeshu/StapleVisualTracker | 5b862d57927fe4343d502ce4be71b24d8077d94c | 27abbb38b7e45465d15937656df21fa23cfd02a7 | refs/heads/master | 2020-05-15T03:21:08.864000 | 2019-09-18T15:39:47 | 2019-09-18T15:39:47 | 182,065,954 | 8 | 7 | null | null | null | null | UTF-8 | C | false | false | 109,651 | c | /*
* stp_table.c
*
* Created on: 2018-9-22
* Author: handsomelee
*/
#include "stp_table.h"
stp_int32 hann_win_32x1[32] = {
0,
10315824,
40866864,
90479064,
157245856,
238601408,
331419296,
432132608,
536870912,
641609216,
... | [
"shuai.li@yuneec.com"
] | shuai.li@yuneec.com |
7326c506b4dde3bbb98d274f6f8bf868830da3e9 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/mfd/extr_ucb1x00-core.c_ucb1x00_irq_set_type.c | 8dc034971c1c22d507760b9af6964cbfce690315 | [] | 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,659 | 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 |
058f51f843a77d037c3e8639fe39e5f56bd1d9c2 | 7e12a79b5131e246108d6e934583ffb0419e6a49 | /DPDK-FUSE/history/FUSE-2nd/dpdk-server/dpdk.h | 29268b44727bf103a145909fefe788cc086b0432 | [] | no_license | SungHoHong2/Ceph-Experiment | 8b2f6589b9d8bf8318ad92334497d86a35302861 | 9ffe838d90904c2f3cd1a67735d4ef5153262d5e | refs/heads/master | 2018-10-22T13:28:58.178574 | 2018-08-13T19:49:25 | 2018-08-13T19:49:25 | 105,505,983 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,934 | h | static volatile bool force_quit;
/* MAC updating enabled by default */
static int mac_updating = 1;
#define RTE_LOGTYPE_L2FWD RTE_LOGTYPE_USER1
#define NB_MBUF 8192
// #define MAX_PKT_BURST 32
#define PKT_SIZE 1024
#define MAX_PKT_BURST 1
#define BURST_TX_DRAIN_US 100 /* TX drain every ~100us */
#define MEMPO... | [
"sunghohong@hongseoghouimbp.cidse.dhcp.asu.edu"
] | sunghohong@hongseoghouimbp.cidse.dhcp.asu.edu |
d0b56961dd2b3a785004e88eb2b74a10bdb21dc7 | 0c4f436c420fa7997c0f5979836b6c6be96a0af3 | /mpich2/src/mpi/pt2pt/mrecv.c | 3a8fce52fb6922f3a2219aaad05a3de854e43a14 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"mpich2"
] | permissive | damianam/psmpi | 170181f9bd42901b513d22a5fe6897392ebd1cec | e272b52eb2cdb8320d41a29e4d98da21c4d4ad4d | refs/heads/master | 2021-03-12T15:06:05.465108 | 2020-03-11T17:04:29 | 2020-03-11T17:04:29 | 246,630,810 | 0 | 0 | NOASSERTION | 2020-03-11T17:01:49 | 2020-03-11T17:01:49 | null | UTF-8 | C | false | false | 4,941 | c | /* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
/*
* (C) 2011 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
/* -- Begin Profiling Symbol Block for routine MPI_Mrecv */
#if defined(HAVE_PRAGMA_WEAK)
#pragma weak MPI_Mrecv = PMPI_Mrecv
#elif de... | [
"hauke@par-tec.com"
] | hauke@par-tec.com |
91b0a43f91117bb597459a8afe7c5737a20080d6 | cc3930ae43921cd9a474825343c156c815f1d245 | /inc/ept.h | 377cf93c4f908d827a91f646a9bff34938b3fae3 | [
"BSD-4-Clause-UC"
] | permissive | deepaktabraham/Implementation-of-Features-for-a-Pedagogical-HOSS-Hypervisor | f4a9dcc14bbcd3b7a3903b347b775db1d62f3389 | 384a0c1096b1f5a7671eebca4518d09b8f65d107 | refs/heads/master | 2020-05-20T14:51:12.114021 | 2017-11-23T08:03:43 | 2017-11-23T08:03:43 | 86,725,406 | 11 | 2 | null | null | null | null | UTF-8 | C | false | false | 570 | h | #ifndef JOS_INC_EPT_H
#define JOS_INC_EPT_H
#define __EPTE_READ 0x01
#define __EPTE_WRITE 0x02
#define __EPTE_EXEC 0x04
#define __EPTE_IPAT 0x40
#define __EPTE_SZ 0x80
#define __EPTE_A 0x100
#define __EPTE_D 0x200
#define __EPTE_TYPE(n) (((n) & 0x7) << 3)
enum {
EPTE_TYPE_UC = 0, /* uncachable */
EPTE_TYPE_WC... | [
"deepaktabraham@gmail.com"
] | deepaktabraham@gmail.com |
940a48a6867b877a6285fc86856f54c39f812d0f | 3446c848f053263b41ca99456788c778defca1da | /工程 - 夹取/USER_CONF/start_task.c | 81a21319bff712f368eef669faf94f9b9e76db1c | [] | no_license | HJKai/2020RM | f64023df955c6e048e596987371c67ce12f42fd7 | e5bbf573fc4ae979aa80e60db7275f5be9ab2161 | refs/heads/master | 2020-12-08T16:17:17.924213 | 2020-01-16T19:21:12 | 2020-01-16T19:21:12 | 233,028,596 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,944 | c | #include "start_task.h"
#include "FreeRTOSConfig.h"
#include "FreeRTOS.h"
#include "task.h"
#include "timers.h"
#include "comm_task.h"
#include "modeswitch_task.h"
#include "info_get_task.h"
#include "detect_task.h"
#include "judge_task.h"
#include "pc_task.h"
#include "clamp_task.h"
#include "supply_task.h"
#includ... | [
"598829679@qq.com"
] | 598829679@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.