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 802
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 148
values | src_encoding stringclasses 33
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.3M | extension stringclasses 118
values | content stringlengths 3 10.3M | authors listlengths 1 1 | author_id stringlengths 0 228 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1c64671ae42e2d046ba36b208200b904defe7f2c | af4081a47f41f90bcafa80a42793da7350e2181a | /lexer.h | a29234fc7c2e3253f71c4b4b588089110f9b6ce0 | [
"MIT"
] | permissive | plotfi/gt-scheme | 06c803f8be61a8e6990dfa6e93d9cc380fb26991 | 1d2a1ff3a0d3e6289e100080c90ed53b36a4821c | refs/heads/main | 2023-07-24T05:45:17.882115 | 2021-08-19T08:20:06 | 2021-08-19T08:20:23 | 397,869,031 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 424 | h | #ifndef __LEXER_H
#define __LEXER_H
/* DO NOT MODIFY THIS FILE */
#include <stdio.h>
typedef enum {
LPAREN_TOK,
RPAREN_TOK,
DEFINE_TOK,
LAMBDA_TOK,
NUM_TOK,
ID_TOK,
IF_TOK,
EOF_TOK
} token_ty_t;
typedef struct _token_t {
token_ty_t type;
union {
char *s;
int i;
}... | [
"puyan@puyan.org"
] | puyan@puyan.org |
c493ac26401f1b7ed90482d4e3be63415d2c097d | a06397965b6d36129fa48009cc891de2a56387ca | /src/f16-raddstoreexpminusmax/gen/neonfp16arith-rr2-p2-x96-acc6.c | 9997e0adf7f4057a163c9e58b417c135028ee2e6 | [
"LicenseRef-scancode-generic-cla",
"BSD-3-Clause"
] | permissive | Pandinosaurus/XNNPACK | 70e2cc2f34cf651c68eaca65f3561ed4d663a403 | 13768839fc64617264c86ac1a348a5476595901e | refs/heads/master | 2023-08-31T22:52:50.001686 | 2022-02-23T22:00:03 | 2022-02-23T22:00:59 | 246,161,859 | 0 | 0 | NOASSERTION | 2022-02-25T02:48:37 | 2020-03-09T23:15:50 | C | UTF-8 | C | false | false | 13,334 | c | // Auto-generated file. Do not edit!
// Template: src/f16-raddstoreexpminusmax/neonfp16arith-rr2-p2.c.in
// Generator: tools/xngen
//
// Copyright 2022 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.... | [
"xnnpack-github-robot@google.com"
] | xnnpack-github-robot@google.com |
64ea39ab7ea8cd12e35c42b6f6ee70b49127b492 | 6d084fbe91e46c9a7165f2f7c9823fa362e103c3 | /tp-2014-1c-sistemasoperativos/UMV/src/memoria.h | 28e5b1cf2824454da345b53eb201728cec1f2bea | [] | no_license | mapeb/Marilu | b5ffa2748b686e55d26ce290d8eef1d7cb261435 | 0e773522f7dd9c16f93e45d12632b6e0c4a09652 | refs/heads/master | 2021-01-22T09:27:23.693370 | 2016-06-10T20:23:24 | 2016-06-10T20:23:24 | 58,096,240 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,461 | h | #include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include "Segmento.h"
#include "Consola.h"
#include "commons/collections/list.h"
#include "commons/log.h"
#include "commons/sockets.h"
#ifndef MEMORIA_H_
#define MEMORIA_H_
#define WORSTFIT 1
#define FIRSTFIT 0
#define SEGMENTOVACIO 0
#define PorCONSOLA 0... | [
"malupeb@hotmail.com.ar"
] | malupeb@hotmail.com.ar |
a3def628f2da0a65beffb4716d1087f322499f09 | 0652edefdb3ce11f6f23684a2610584b88ea2249 | /source/adc.c | e72087c267c7b5622fa8a97817cb3adb4a999b44 | [] | no_license | cenriq07/CC_2021_12x | cddc9860974d88dae4ef3f0991ae8b25b83a31dd | 639889c629e71af53a85faffd4e9ceeb6a857bcd | refs/heads/master | 2023-04-05T17:24:10.792362 | 2021-05-06T22:00:17 | 2021-05-06T22:00:17 | 359,954,724 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,696 | c | /** @file adc.c
* @brief ADC Driver Source File
* @date 11-Dec-2018
* @version 04.07.01
*
* This file contains:
* - API Functions
* - Interrupt Handlers
* .
* which are relevant for the ADC driver.
*/
/*
* Copyright (C) 2009-2018 Texas Instruments Incorporated - www.ti.com
*
*
* Redistribution a... | [
"5391@soyunaq.mx"
] | 5391@soyunaq.mx |
77b2eb637cb5ea8fcc90340254f314c2b2045b00 | 1456438321efcb4e8998a373ea0ded11740c9fdb | /formattedInput.c | 1df0c80d7d25e751687aada8a4477b29c5039f48 | [] | no_license | cathyatseneca/ipc144mm-f15 | 30007919fc80e46da4723f011e8519da26251af7 | 9db76ceefcc8a59232c695b688eb1f5f022234b0 | refs/heads/master | 2021-01-19T11:09:55.245892 | 2015-12-01T16:26:52 | 2015-12-01T16:26:52 | 42,190,001 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 399 | c | #include <stdio.h>
/*this function validates user input*/
int validateInput(const char* prompt){
int input;
int rc;
//print prompt:
printf("%s", prompt);
rc=scanf("%d",&input);
if(rc == 1){
printf("input was an integer!\n");
}
else{
printf("input was bad\n");
}
return input;
}
int main(void){
int inpu... | [
"cathyatseneca@gmail.com"
] | cathyatseneca@gmail.com |
8771ce7b51ef81409f44b76cc3924a9a97fbc5e7 | 2875e427d9931ab8cfe2e066e1568c3130fcc3f2 | /Solaris_2.6/os_net/src_ws/usr/src/uts/sun/sys/cg6thc.h | 4643152a7ab7c903330c66396f65e9f26e696bc1 | [] | no_license | legacy-codedigger/Solaris-2.6-Source-Code | 3afaff70487fb96c864d55bd5845dd11c6c5c871 | 60a0b3093caa7d84e63dd891a23df0e8e720bf3d | refs/heads/master | 2022-05-23T16:05:32.631954 | 2020-04-25T01:07:08 | 2020-04-25T01:07:08 | 258,658,903 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 10,215 | h | /*
* Copyright 1989, Sun Microsystems, Inc.
*/
#ifndef _SYS_CG6THC_H
#define _SYS_CG6THC_H
#pragma ident "@(#)cg6thc.h 1.3 92/07/14 SMI"
#ifdef __cplusplus
extern "C" {
#endif
/*
* TEC Hardware Configuration registers.
*
* Hardware register offsets from base address. These offsets are
* intended to be added t... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
20196cbda40929b071527275958a4ac750fd4d35 | 216f5252a8df73f8547d6a6c831409c916bae3e5 | /windows_embedded_compact_2013_2015M09/WINCE800/private/winceos/COREOS/core/corelibc/crtw32/stdcpp/xstoul.c | c4b96c88e9a711856f6811ebd5643313db3a86c6 | [] | no_license | fanzcsoft/windows_embedded_compact_2013_2015M09 | 845fe834d84d3f0021047bc73d6cf9a75fabb74d | d04b71c517428ed2c73e94caf21a1582b34b18e3 | refs/heads/master | 2022-12-19T02:52:16.222712 | 2020-09-28T20:13:09 | 2020-09-28T20:13:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,688 | c | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreement under which you licensed
// this source code. If you did not accept the terms of the license agreement,
// you are... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
f21babab8985e21225a8d4f424c90e47ef27adff | c9407242b82993b5c5893c40b1f5a1fe9afb25b9 | /Core/Src/system_stm32f4xx.c | 4eecdf7186d6c586fbd0c895f6591f69faabcc34 | [] | no_license | softqmisg/acm_HW02_Bootloader_Usage | 354487b82d4dce9e3add825e45b5d123fad6d67c | fc3c52fb6b948dbaf6e2dca15a028abbc33a228e | refs/heads/master | 2023-02-27T16:45:15.984701 | 2021-02-07T10:43:12 | 2021-02-07T10:43:12 | 335,604,154 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,732 | c | /**
******************************************************************************
* @file system_stm32f4xx.c
* @author MCD Application Team
* @brief CMSIS Cortex-M4 Device Peripheral Access Layer System Source File.
*
* This file provides two functions and one global variable to be called from
*... | [
"Administrator@DESKTOP-NBKRGK5"
] | Administrator@DESKTOP-NBKRGK5 |
79bcbee9d0afa854fda54b5b489939ed53b70e65 | d2c7d9e0870f2d8e53705f569a38140ce739cd29 | /samples/platforms/zc702_hdmi/samples/motion_demo/hw/img_filters.h | a9bc6f2b3ec445426e118b2218ae3f1232215c86 | [] | no_license | nguyencanhtrung/SDSoC | 41f27c972bc1ff0dabdf0ce5a513cb99f2add771 | c4aa7fe9073f62ee62ae15a5c3e68875171d5a8d | refs/heads/master | 2021-06-18T13:17:29.197541 | 2017-07-08T00:00:05 | 2017-07-08T00:00:05 | 63,587,014 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,994 | h | /*****************************************************************************
*
* Author: Xilinx, Inc. (c) Copyright 2012 Xilinx Inc.
* All rights reserved.
*
* This file may be used under the terms of the GNU General Public
* License version 3.0 as published by the Free Software Foundation
* ... | [
"trungnguyen@verratnix.zmk.uni-kl.de"
] | trungnguyen@verratnix.zmk.uni-kl.de |
12b1e23680b91fe0e3fff422a403c65ac2682969 | 07db481e38bb48a7f9323ae5dcdb8e4d82397a93 | /LAB 4/Laborator4/Laborator4/P5_modificat_P1.c | 4e92dfc1d9ebde32114d11928dcb0045dd6bbc2b | [] | no_license | stefana-matei/TP | 0b2618dbbb43fd1232843babab30b464384b6dd2 | 3552f5273bfad81745772b38a8626178344ead1e | refs/heads/master | 2022-04-18T21:26:24.944862 | 2020-04-14T19:08:12 | 2020-04-14T19:08:12 | 255,645,824 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,430 | c | /*Sa se modifice P1 astfel incat la adaugarea unui produs, daca numele respectiv exista deja in baza de date,
acesta sa nu mai fie adaugat ci sa fie schimbat pretul vechi cu cel nou introdus.*/
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <string.h>
typedef struct {
char nume[50];
float pret;
} prod... | [
"stefana.otilia.matei@gmail.com"
] | stefana.otilia.matei@gmail.com |
2c0652f3ad983f6f030945850765bba198221d8b | 080e032c83647b35804b8db9149330fc5ff8c733 | /0x07-pointers_arrays_strings/5-strstr.c | cb83ec7b1e660606ad7ae733865677e71656dfb6 | [] | no_license | JSalmen13/holbertonschool-low_level_programming | 505fca556b2ff34780b584405e0e718d1d62723a | d9a52883c84fa78dab2def82affbc1a2995a11b6 | refs/heads/master | 2023-06-02T02:27:28.050291 | 2021-06-22T11:58:20 | 2021-06-22T11:58:20 | 271,232,949 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 515 | c | #include "holberton.h"
#include <stdio.h>
/**
* _strstr - find occurence
* @haystack: str 1
* @needle: str 2
* Return: occurance
*/
char *_strstr(char *haystack, char *needle)
{
int i, j, k;
j = 0;
if (needle[0] == '\0')
return (haystack);
for (k = 0; needle[k]; k++)
;
for (i = 0; haystack[i]; i++)
{
if... | [
"jarraya.salmen13@gmail.com"
] | jarraya.salmen13@gmail.com |
f5729ddd0db031eefbe1931e4560a892e2629483 | ada21c1885cea007376ea4eba4798b584e9d8dcc | /003_DATA_STRUCTURE/012_BINARY_TREE/BinaryTreeFromPointer/BinaryTreeFromPointer/BinaryTree.h | 619c96ac1b0234f8f129ccfee4c61fbe2b4db29f | [
"MIT"
] | permissive | JooHyeon-Roh/Cpp | e5f1d036306407b93fd109d216a825217e8a8af3 | fe5cfce4872587f979a8b3ff0898cd9fe303cfb0 | refs/heads/master | 2022-03-06T07:23:12.448382 | 2022-02-22T09:27:44 | 2022-02-22T09:27:44 | 195,744,321 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 312 | h | #pragma once
#ifndef __BINARY_TREE_H__
#define __BINARY_TREE_H__
typedef struct _Node
{
int data;
_Node* leftChild;
_Node* rightChild;
}Node;
typedef struct _Tree
{
_Node* root;
}Tree;
void Init(Tree* tree);
bool Insert(Tree* tree, int data);
bool Delete(Tree* tree);
void PrintData(Tree* tree);
#endif | [
"tmzlatiajs@naver.com"
] | tmzlatiajs@naver.com |
f20410a30ebd0e5a2d687060ea16ae630a140573 | 3e7e4d33eb36aabb70395dcbce20ed0f5c549392 | /SPIXE/SPIXE/inc/spixe_kernel.h | 5db1485659136a8b7fef012994574dc25169ad25 | [] | no_license | bowen-xu/SPIXE | 228a34906f59761894075654c037ac7713bf952f | 90a4a15e4ed7bacfb24445c7aad6b464361d4983 | refs/heads/master | 2022-05-24T01:02:38.356308 | 2022-04-25T10:56:09 | 2022-04-25T10:56:09 | 200,505,206 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 81 | h | #ifndef _SPIXE_KERNEL_H_
#define _SPIXE_KERNEL_H_
#endif // !_SPIXE_KERNEL_H_
| [
"575650581@qq.com"
] | 575650581@qq.com |
6f7cd9efa2019f25b1bd1ac80ae4668e1a75d12e | b1385f35e79377fc5ff2cd4f62beda1851aeee49 | /external_libs/abc/aig/ivy/ivyDsd.c | 98fa5557ed4a85136b6f3e0f6557428c424b1653 | [
"MIT-Modern-Variant"
] | permissive | polarlight1994/Shang | 59d49eb4a5af8def0b2a0702f4baf31b5dcfe456 | 12b8f2f40f57921028401aefe03c3d2e14c3a8ed | refs/heads/master | 2021-03-22T04:56:07.868252 | 2017-10-27T07:07:55 | 2017-10-27T07:07:55 | 32,386,121 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,055 | c | /**CFile****************************************************************
FileName [ivyDsd.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [And-Inverter Graph package.]
Synopsis [Disjoint-support decomposition.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
... | [
"etherzhhb@gmail.com"
] | etherzhhb@gmail.com |
a49fb32d2aa5c80c41d8d8400291f07eae0ac4e5 | 54fad01b6a7bcd03ae081f9127b34399fb2d21bd | /Microchip/TCPIP-BSD/netpkt.h | 5fa6c18efc64ded992fe232c7dbff4962e52aeae | [] | no_license | douglaskatz/PIC32-Mass-Storage | 442a227469945f83d55bd9fc65fede2046b9d1b4 | fdcf4dfefae66f0b9ce41e792419c90bb4f1d833 | refs/heads/master | 2020-12-07T10:45:41.028028 | 2016-12-14T19:18:25 | 2016-12-14T19:18:25 | 73,502,321 | 2 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 5,027 | h | /*********************************************************************
*
* Packet Buffer Header File
*
*********************************************************************
* FileName: NetPkt.h
* Description: internal packet buffer definition
* Company: Microchip Technology, Inc.
*
*... | [
"fck22@cornell.edu"
] | fck22@cornell.edu |
f85fce8349d01a943d5bfa46cb0771f65a08e01d | 0955e2ccbfab358efeeca9ad07e83491b904a361 | /User/bsp/bsp.c | 88d6d0f92acaa6d5a78855ab18fafbf3cd80d7ef | [] | no_license | Shikunliu/Alcohol_vending_robot_flow_control_module | 4e70345b7e96a22654b257d38fa248144c0e916e | 6aa83e7f7533aa1de85e082f619435da9e512f53 | refs/heads/master | 2021-08-28T12:26:02.052709 | 2017-12-12T08:15:38 | 2017-12-12T08:15:38 | 113,932,237 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 1,466 | c | /*
*********************************************************************************************************
*
* 模块名称 : BSP模块
* 文件名称 : bsp.c
* 版 本 : V1.0
* 说 明 : 这是硬件底层驱动程序模块的主文件。主要提供 bsp_Init()函数供主程序调用。
* 主程序的每个c文件可以在开头 添加 #include "bsp.h" 来包含所有的外设驱动模块。
*
* 修改记录 :
* 版本号 日期 作者
* V1.0 201... | [
"shikunliu12@163.com"
] | shikunliu12@163.com |
25f48baa4f6700c962728c7e99bbc4e7912e22b4 | 8924feaa69b4820078352044d860a94960b93e32 | /src/04_FILE_DIR/ftw8.c | 0c136b8f91a5fd34da7072ddd11b26e27785909f | [] | no_license | JmyTest/apue | e8fc92724a28fa9a82eaf8941f598acb68cdc860 | 93986e68449b831b48d55749871a75997ef3ab6a | refs/heads/master | 2022-04-19T02:02:18.127018 | 2020-04-15T16:28:10 | 2020-04-15T16:28:10 | 259,927,599 | 1 | 0 | null | 2020-04-29T13:06:37 | 2020-04-29T13:06:36 | null | UTF-8 | C | false | false | 4,530 | c | /**
* @file 测试DIR相关
*
* apue示例程序 - ftw8.c
*
* @author Steve & r00tk1t
*
*/
#include "apue.h"
#include <dirent.h>
#include <limits.h>
#include <sys/stat.h>
/* function type that is called for each filename */
typedef int Myfunc(const char *, const struct stat *, int);
static Myfunc myfunc;
stat... | [
"whereisr00tk1t@gmail.com"
] | whereisr00tk1t@gmail.com |
93f84bf7ae6981cb4d87eb0b68cc9fee1818b8af | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/SoftEtherVPN/src/vpntest/extr_vpntest.c_memory_leak_test.c | 05a944d2042c20c26f69b27e3621754702f08c15 | [] | 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 | 688 | 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 |
2022b236904d972eee5a2155c02c505b674f96f6 | 4344664b8b1ab4cfce7ff90d4eafda90cb06cae8 | /main.c | b6cb8929f490443d43699e60d03a4b2a9f14a741 | [] | no_license | mhmmdmngl/StackArray | 41270483a9996236fc074fd0a1f3d2c21d9f65ed | 30e74327b91174656d936fb820f47f83f00d5cf6 | refs/heads/master | 2023-06-04T10:54:47.640393 | 2021-06-28T18:19:18 | 2021-06-28T18:19:18 | 381,123,970 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 889 | c | #include <stdio.h>
#define ARRAY_SIZE 10
int array[ARRAY_SIZE];
int top = -1;
int push(int data)
{
//we check if stack already full
//top + 1 means getting new top index after push data for stack
if(top + 1 >= ARRAY_SIZE)
{
printf("\nStack overflow....");
return top;
}
//push o... | [
"f121220076@ktun.edu.tr"
] | f121220076@ktun.edu.tr |
e6ceee7822b4ea942c012426116623d019157c9e | de6604045fb627b86b6bb03c9f99fc69ed01a954 | /pg/MATHEMATICAL/pg_degrees.c | fd55b409563c3304736a7cd124771bc09578673e | [
"MIT"
] | permissive | sfaroult/sqlite_libs | a522433a39c6352c2fcc11f6d7369face2f600f8 | c9d3937ce1756eab4c8d9dab5aede889393830e8 | refs/heads/master | 2016-09-14T08:26:24.877481 | 2016-05-18T19:42:46 | 2016-05-18T19:42:46 | 59,128,508 | 7 | 3 | null | null | null | null | UTF-8 | C | false | false | 643 | c | /*
* pg_degrees.c
*
* This program is used in SQLite and will convert a number from radians to
* degrees
*
* Input - A number in radians Output - The number in degrees
*
*/
#include <stdio.h>
#include <math.h>
#include <ksu_common.h>
/*
* Converts a number from radians to degrees.
*/
extern void pg_degre... | [
"sfaroult@roughsea.com"
] | sfaroult@roughsea.com |
b2c299747eef1171a1ab0705ed6270f945780b0d | c95a83e1a741b8c0eb810dd018d91060e5872dd8 | /libs/STLPort-4.0/stlport/stl/_threads.c | e930726c3dda0c694229c36795e9e783106aca9d | [
"LicenseRef-scancode-stlport-4.5"
] | permissive | rickyharis39/nolf2 | ba0b56e2abb076e60d97fc7a2a8ee7be4394266c | 0da0603dc961e73ac734ff365bfbfb8abb9b9b04 | refs/heads/master | 2021-01-01T17:21:00.678517 | 2011-07-23T12:11:19 | 2011-07-23T12:11:19 | 38,495,312 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,019 | c | /*
*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warran... | [
"vytautasrask@gmail.com"
] | vytautasrask@gmail.com |
1206ab3f7db33a292315f31fc8cfaf33ff065518 | 43369807c33c0643b07033d9d4e200debe302862 | /eve_server/sample/EIFGENs/sample/W_code/C12/ty389d.c | 44b0c766c38058382973463ff44435bb385e484a | [] | no_license | jvelilla/Eiffel_Web_Server | 8ebcc06b3d81ea1bf4bba9a557ad5b753db6d0c6 | d194d75ff2322a0e195a2d23aa063943660bce75 | refs/heads/master | 2020-06-01T20:16:17.066391 | 2014-06-27T11:41:14 | 2014-06-27T11:41:14 | 21,387,371 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,116 | c | /*
* Class reference TYPED_POINTER [POINTER]
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static EIF_TYPE_INDEX gen_type0_389 [] = {0xFF11,170,0xFFFF};
static EIF_TYPE_INDEX gen_type1_389 [] = {0xFF11,180,388,160,0xFFFF};
static EIF_TYPE_INDEX gen_type2_389 [] = {0xFF11,388,160,0xFFFF};
stati... | [
"manavkedia1993@gmail.com"
] | manavkedia1993@gmail.com |
c655d49b82f8a3c79207d1ad025b2ae446a8603d | 5792b184e71a9de7779e0bd21b6833f8ddfdb4b5 | /sysvr3/301/usr/src/uts/3b2/sys/immu.h | 52eb6697d6a3e4a1d79ccd47b245dec33c855124 | [] | no_license | ryanwoodsmall/oldsysv | 1637a3e62bb1b9426a224e832f44a46f1e1a31d4 | e68293af91e2dc39f5f29c20d7e429f9e0cabc75 | refs/heads/master | 2020-03-30T06:06:30.495611 | 2018-09-29T09:04:59 | 2018-09-29T09:04:59 | 150,839,670 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,857 | h | /* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)kern-port:sys/immu.h 10.5"
/*
* Page Descriptor (Table) Entry Definiti... | [
"rwoodsmall@gmail.com"
] | rwoodsmall@gmail.com |
86562a3a0bdfb5f35ddd81a6185473d4e8476145 | 14cd1a06fc36753d4c25ae952e9500813bd17b4a | /source/Base.h | 63aeb494bbc5ad9b6a1dae533463a3ab4b438f44 | [
"MIT"
] | permissive | knut0815/CubismUP_3D | 5191237d8cbccf41b9b6e8733e5b73b5636847f6 | de9a31945d8dde975a3a2f34c1f3423eae160581 | refs/heads/master | 2022-12-27T14:01:48.962191 | 2020-10-18T17:40:59 | 2020-10-18T17:40:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,089 | h | //
// Cubism3D
// Copyright (c) 2019 CSE-Lab, ETH Zurich, Switzerland.
// Distributed under the terms of the MIT license.
//
// Created by Ivica Kicic (kicici@ethz.ch).
//
#ifndef CubismUP_3D_Base_h
#define CubismUP_3D_Base_h
/*
* Macros and definition used by other header files.
*/
// Are we compiling from Cu... | [
"novatig@ethz.ch"
] | novatig@ethz.ch |
0b36e1ef822ad5aac2b4bcab41a6148bfffa0ab9 | 3286f38f37da2b40eaeb3664d5d55e27b0c31bf3 | /training_data/s12nn_16384_2_2_sa_out1.c | ff759c123b5a8df2b979bd1f7b5559a36004ab67 | [
"BSD-3-Clause"
] | permissive | intel/neuro-vectorizer | e20e207c2fbd934bbe3bd8c6182a762c4733343c | 28b65ab7cdcbae81b7e379e628bbf3bf85211000 | refs/heads/master | 2023-06-02T16:54:02.487191 | 2023-01-07T00:10:24 | 2023-01-07T00:10:24 | 219,954,590 | 79 | 35 | BSD-3-Clause | 2020-05-23T01:52:24 | 2019-11-06T09:04:15 | C | UTF-8 | C | false | false | 2,559 | c | /*
Copyright (c) 2019, Ameer Haj Ali (UC Berkeley), and Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
... | [
"ameerh@berkeley.edu"
] | ameerh@berkeley.edu |
dfe0c491e76eb8c17f48f0e80084dc54e6c46098 | ac362bb8969d647cd219430bc71c831d894e531c | /sys/arch/hp700/hp700/softintr.c | 107510be07c93495cd3b245256cd29564933d21d | [] | no_license | noud/mouse-bsd-4.0.1 | efb3b16fcc872ab227e6bb651cf1e836796a0804 | 4c0a1e08df407a759afac2d6a98507df94f5f814 | refs/heads/master | 2023-02-24T23:42:54.060718 | 2020-08-16T20:10:53 | 2020-08-16T20:10:53 | 334,536,412 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,754 | c | /* $NetBSD: softintr.c,v 1.6 2005/12/24 20:07:04 perry Exp $ */
/*-
* Copyright (c) 2000, 2001, 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe, and by Matthew Fredette.
*
* Redistribution and use in source ... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
d52dd195d4c32f552a63ec3aeeab5c1846171216 | 05e5d847bdacef4de195502773f53a9f168ffaf9 | /Internal Trainer/DLL Project/hooks.h | 7f6815657551b0cdcac3d83cafbf8950d2088dfe | [] | no_license | hell-moon/Pwn-Adventure-3-Trainer | 830b225159bec83e589ed7b93813a22726036b58 | 99d0552741df2e881667a178da392402b4c43eac | refs/heads/master | 2022-03-27T20:48:03.435622 | 2019-12-07T07:02:47 | 2019-12-07T07:02:47 | 218,686,495 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 109 | h | #include <windows.h>
bool Hook(void* toHook, void* ourFunct, int len);
void funcHook(const char* hookName); | [
"bdneidert@gmail.com"
] | bdneidert@gmail.com |
7e7cabd5630ce8b6277c2b1b05dc0303ce2cc1a1 | d49b8536d996a81fd2a356f2ccd850abd4447217 | /VirusPack/hdbotv0.2-ciscoscan/includes.h | ae8f7dfe309ed50f6c75f4284b4477a3cd360359 | [] | no_license | JonnyBanana/botnets | 28a90ab80f973478d54579f3d3eadc5feb33ff77 | 995b9c20aca5de0ae585ae17780a31e8bdfd9844 | refs/heads/master | 2021-07-01T01:51:01.211451 | 2020-10-22T23:14:57 | 2020-10-22T23:14:57 | 148,392,362 | 9 | 5 | null | null | null | null | UTF-8 | C | false | false | 1,667 | h | #ifdef WIN32
#define _WIN32_WINNT 0x0403 // Very important for critical sections.
#define WIN32_LEAN_AND_MEAN // Good to use.
#pragma optimize("gsy", on) // Global optimization, Short sequences, Frame pointers.
#pragma comment(linker,"/RELEASE") // Release code
#pragma comment(linker, "/ALIGN:4096") ... | [
"mstr.be832920@gmail.com"
] | mstr.be832920@gmail.com |
cf460bcda4b4c9413a7c35b5d6f1cdcb04a8316b | 12fe4026bb22125b9ce47865810682649d8c1737 | /EIFGENs/tictac/W_code/C3/yy1034.c | 0f01b372460f26f5b76d75e74887187ad4392f0c | [] | no_license | arminghobadi/eiffel-lab4 | f55d27355994a0b76add58659bf06747130c7140 | 9b1bc39851b8bed0d2ed925a318d73ae93f0a16b | refs/heads/master | 2020-03-27T01:28:15.860931 | 2018-08-22T17:02:26 | 2018-08-22T17:02:26 | 145,714,518 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45,890 | c | /*
* Code for class YY_BUFFER
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void F1034_8829(EIF_REFERENCE, EIF_TYPED_VALUE);
extern void F1034_8830(EIF_REFERENCE, EIF_TYPED_VALUE);
extern EIF_TYPED_VALUE F1034_8831(EIF_REFERENCE);
extern EIF_TYPED_VALUE F10... | [
"armin.ghobadi95@gmail.com"
] | armin.ghobadi95@gmail.com |
2953e856bd2f8339aba3aeb51f5f45754d866b62 | fdbc4290dd724a093cb74626ea3c3063b45fa2c7 | /osprey1.0/be/purple2/prp_driver.h | b418a4e73051e1b01f8621ae06f32993651c364d | [] | no_license | sriharikrishna/Open64 | fe764dd267f5c0cb040b3eceb2efbda71f8be9be | f9b081e5b22023fafb257694b91a2296fb44c179 | refs/heads/master | 2020-06-06T05:31:33.901374 | 2008-06-26T15:48:25 | 2008-06-26T15:48:25 | 192,648,234 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,249 | h | /*
Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of version 2 of the GNU General Public License as
published by the Free Software Foundation.
This program is distributed in the hope that it would... | [
"dsystem@856677d4-e204-44a3-822c-5496da239ec1"
] | dsystem@856677d4-e204-44a3-822c-5496da239ec1 |
00ecc60a3f8a0e54950321a3bf9437b654e8ca59 | 04ad1e5adbf9c8011629cce5251ac6e2f6b657e4 | /kungfu/class/shaolin/xuan-ci.c | 5311a2321355841f3e94b82f1669bd78e6c5a4e3 | [] | no_license | cao777/mudwllz2-utf8 | 7398dd2dc702e8ab9a3c98895d2afc3392c07232 | 19ae1d998a871b9ad7f29c467481015143ffb7a8 | refs/heads/master | 2023-03-16T08:34:07.707561 | 2020-05-09T00:04:07 | 2020-05-09T00:04:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,657 | c | // Npc: /kungfu/class/shaolin/xuan-ci.c
inherit NPC;
inherit F_MASTER;
void create()
{
set_name("玄慈大师", ({"xuanci dashi","xuanci","dashi",}));
set("long",@LONG
他是一位白须白眉的老僧,身穿一袭金丝绣红袈裟。他身材略显佝偻,但
却满面红光,目蕴慈笑,显得神完气足。
LONG
);
set("nickname", "少林寺方丈");
set("gender", "男性");
set("attitude", "friendly");
set("class", "bo... | [
"ashwing920@gmail.com"
] | ashwing920@gmail.com |
687955c82a9873f2f5841acdf07d41500b0a4917 | 01b94c9face88f3e77dfb7cd4088c595d06b1db6 | /nim_sdk/include/nim_pass_through_proxy_def.h | 9cf5b550392f9d648621f8b3b03561db0afcf79e | [] | no_license | hbkooo/NIMQtClient | d16840e085fca8ecb7c6d6d50ed4ef617447af81 | bd92b25e4e45a875d66b9608f376afff358eebf9 | refs/heads/master | 2023-06-07T21:22:05.420645 | 2021-06-28T04:49:56 | 2021-06-28T04:49:56 | 372,253,163 | 0 | 0 | null | 2021-06-12T09:34:03 | 2021-05-30T15:42:03 | C++ | UTF-8 | C | false | false | 2,000 | h | /** @file nim_pass_through_proxy_def.h
* @brief 透传服务代理相关的常量函数等定义头文件
* @copyright (c) 2015-2017, NetEase Inc. All rights reserved
* @author Dylan
* @date 2019/12/20
*/
#ifndef NIM_SDK_DLL_EXPORT_HEADERS_NIM_PASS_THROUGH_PROXY_DEF_H_
#define NIM_SDK_DLL_EXPORT_HEADERS_NIM_PASS_THROUGH_PROXY_DEF_H_
#include "nim_gl... | [
"1921642379@qq.com"
] | 1921642379@qq.com |
283f5baf546e5361387764311ea4b4530e9578cc | f134e6505bc122b88735fc95f1a0e75d740f2c78 | /script_rel/av_pump_cart.c | d7579fd154fa8df0fbff0168111fdb956403f9f2 | [] | no_license | Cephy314/RDR3-Scripts | 3f71af735258338d2bf2ce686c4a297588d55d34 | 48f90d93e55d47298c92c3e030c8329f57d97211 | refs/heads/master | 2022-12-07T06:15:34.610392 | 2020-07-06T12:19:41 | 2020-07-06T12:19:41 | 293,693,732 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 89,678 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
var uLocal_2 = 0;
var uLocal_3 = 0;
var uLocal_4 = 0;
var uLocal_5 = 0;
var uLocal_6 = 0;
float fLocal_7 = 0f;
float fLocal_8 = 0f;
int iLocal_9 = 0;
int iLocal_10 = 0;
int iLocal_11 = 0;
struct<13> ScriptParam_0 = { -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1... | [
"timoviveen@gmail.com"
] | timoviveen@gmail.com |
ca0fa7dd089c84525a489c8aed0f24230c156e14 | c2a07bbbebad8cdaa600ccd4a41363f7dd9912ad | /libft/ft_isdigit.c | 9cbc73b31cf42305cc4942421065e4f21c60c0a8 | [] | no_license | adagiox/Fdf | 794294dbedadeaddc9834d4b17df8dd6e0ddd82d | 520d4200cc4428f8566f6a018330576bb48c898c | refs/heads/master | 2020-06-16T11:22:29.156815 | 2017-11-05T04:27:19 | 2017-11-05T04:27:19 | 94,144,187 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,001 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isdigit.c :+: :+: :+: ... | [
"gerfiglmac@gmail.com"
] | gerfiglmac@gmail.com |
f6fe2d88236ecd5f040c4a0940056fecdc29996d | 1f83a8615021b6686030f14d182a537706cfa4f7 | /sys/dev/pci/if_de.c | b1290021cfb231c55f6318beb59ea8500e6465e1 | [] | no_license | ach84/netbsd-9.1 | b792ae300afd072f35ca1f14200304a1bf8cd8c6 | 0b531b792493c076fa4fd26c5a9f0104a511f625 | refs/heads/master | 2023-03-16T16:01:32.036323 | 2021-03-07T01:41:13 | 2021-03-07T01:41:13 | 343,806,155 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 173,521 | c | /* $NetBSD: if_de.c,v 1.163.2.1 2020/01/28 11:01:37 martin Exp $ */
/*-
* Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
* 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.... | [
"adrian.chomicki@gmail.com"
] | adrian.chomicki@gmail.com |
a63bddfb6d41096c0cbfcdca0cc21b04a067ebe1 | 5bc36e193d9cf748ac8bd6c1ff324db2597bcc35 | /week02/work/work02/loop.c | 3b42563b366efcfd3092c33176805eed65641ae1 | [] | no_license | NovalinaHutabarat/os171 | 626291165ac160ace4887e6fedab3622135ec848 | 5193cdf20456cffcc0acbb65e53e646c723744ca | refs/heads/master | 2021-01-22T05:10:24.131715 | 2017-05-23T01:22:43 | 2017-05-23T01:22:43 | 81,627,431 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 322 | c | #define LINETXT "================\n"
#define OLOOPTXT "OL [%4.4d]\n"
#define OLOOP 3
#define ILOOP 4
#include <stdio.h>
void main(){
int ii, jj;
printf(LINETXT);
for(ii=0; ii<OLOOP; ii++){
printf(OLOOPTXT, ii);
for(jj=0; jj<ILOOP; jj++){
printf(" IL[%d]\n",jj);
}
}
printf(LINETXT);
... | [
"novalina.hutabarat@badak.cs.ui.ac.id"
] | novalina.hutabarat@badak.cs.ui.ac.id |
1336b543eee27b4e3fd724e9c0b74fce72f39eec | b56f491a18843d11f1bbfa6197e8aea14bd648ad | /apache/mod_flvx/mod_flvx.c | 91b07608327989f0bcbb0ffc31435885e7cfeb9c | [] | no_license | rsenn/ports | 864504c7246b2a9f18b25edea3161e3538acf067 | bc61551eeb2b4021e9af2d92abe2d0c8534b4378 | refs/heads/master | 2022-05-07T21:34:20.960932 | 2022-03-08T02:09:35 | 2022-03-08T02:09:35 | 105,105,794 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,229 | c | /**
* Copyright 2006 Paul Querna
*
* 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 agr... | [
"roman.l.senn@gmail.com"
] | roman.l.senn@gmail.com |
42f4584d7c7413786cb3faf300ae24d2d73e7dbc | f3e94f6c6aa95ed4dd591ca34ea1f53a699840b1 | /GBOX_EXAMPLE/device_driver.h | 6a53ad194027417a88c72bf804cc03d1138f9355 | [] | no_license | sngn-libby/MiniGameProj | 71067834ac139093b2396faa6f06a02bab5030d9 | a73025d22288647ac2bc478cc65ac3d974674d05 | refs/heads/master | 2020-06-25T15:06:33.221546 | 2019-08-06T12:25:00 | 2019-08-06T12:25:00 | 199,346,544 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,679 | h | typedef unsigned int U32;
typedef signed int S32;
typedef unsigned short U16;
typedef short int S16;
typedef unsigned char U8;
typedef signed char S8;
typedef unsigned long long ULL;
// Heap.c
extern void * Get_Heap_Limit(void);
extern void * Get_Heap_Base(void);
extern unsigned int Get_Heap_Size(void);
//... | [
"pluet_@naver.com"
] | pluet_@naver.com |
197627befdfa0c92bd31f1838bf561bb1c3792a1 | 9ee0ec9ab2d9ed8258dc3ffea93f53fd261cb2c6 | /0.63_My_PuTTY/cmdline.c | 142ec206239eba46abeb76598a0ee619185e9540 | [
"MIT"
] | permissive | ralish/kitty | 1a466f4eaaa5bf10e2fcb6b8843e82117d90ff40 | 89cb3b023159f3632dc3b6073f09abd07b2b1553 | refs/heads/master | 2020-05-18T12:34:05.659401 | 2014-11-30T03:52:11 | 2014-11-30T03:53:45 | 17,172,079 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,517 | c | /*
* cmdline.c - command-line parsing shared between many of the
* PuTTY applications
*/
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include "putty.h"
/*
* Some command-line parameters need to be saved up until after
* we've loaded the saved session which will form the basis of our
... | [
"sdl@nexiom.net"
] | sdl@nexiom.net |
664123205b6b29e6ae39a1a5e744904654a36225 | f4b924f15d4a75b2a8e2e4f718102f0eea81f2b2 | /glad.c | bfbbf0fcd5f9676445f521af466213d732153ecb | [] | no_license | CameronWeller/3DGameOfLife_OpenGL | 7f2287c90ce42ab131f55f0692ad6bc85434eb0c | a8de1ed4532d6abc143494a33edcbc7e8cd07ae9 | refs/heads/master | 2023-06-04T11:39:12.865793 | 2021-06-28T02:57:03 | 2021-06-28T02:57:03 | 380,888,789 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 60,263 | c | /*
OpenGL loader generated by glad 0.1.34 on Sun Jun 27 06:23:23 2021.
Language/Generator: C/C++
Specification: gl
APIs: gl=3.3
Profile: core
Extensions:
Loader: True
Local files: False
Omit khrplatform: False
Reproducible: False
Commandline:
--profile="co... | [
"cwelleron@gmail.com"
] | cwelleron@gmail.com |
0123c359e2c754a37385f90907b802b69cefafa7 | ed199e53fc491397c4e0de25dc68c8af05322b59 | /Generated_Source/PSoC4/GLCD_SPIM_SCB_ss3_m.c | 0db54b3a79eb9f726cdd72f62b91d6c72ce83bad | [] | no_license | sanderzinc/Starblasters | 3f51ca048518623c8e5f602d3d4ba23e6a4e8d11 | 86d0fdb015a677537830cab754e0719289702f79 | refs/heads/master | 2020-07-05T03:51:14.621140 | 2015-06-26T21:52:34 | 2015-06-26T21:52:34 | 38,135,666 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,855 | c | /*******************************************************************************
* File Name: GLCD_SPIM_SCB_ss3_m.c
* Version 1.90
*
* Description:
* This file contains API to enable firmware control of a Pins component.
*
* Note:
*
********************************************************************************
* C... | [
"sanderst@spu.edu"
] | sanderst@spu.edu |
f72ad2d272332fe7c6165dcaed8c49f970eccd68 | 4f5c0d9dfb764d56e03aefce9b3cbf13388c6bbe | /ibeacon-background-demo/Pods/Headers/KiiSDK/KiiSDK/KiiBucket.h | f64fba80fb97c34cb68f83f050b9a1643c6ad2a8 | [
"MIT"
] | permissive | rizakii/KiiBeacon | 46f0e23b5d8717ab56c90021b361fdca944748d5 | 1670c41ce54f15efbb2e8352963765a8c375dd3e | refs/heads/master | 2020-05-04T20:48:14.577498 | 2014-04-24T06:56:38 | 2014-04-24T06:56:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 63 | h | ../../../KiiSDK/KiiSDK.framework/Versions/A/Headers/KiiBucket.h | [
"riza.alaudin@kii.com"
] | riza.alaudin@kii.com |
31c1040f113c9ba62a08040939bc54ab8708c6a8 | 3ab88d661ce0d8687cef9bae4fb80811b8409125 | /Bootloader/Firmware/EFM8LB1_SLSTK2030A/Bootloader/UART/inc/efm8_device.h | 45e67d1fa103722e00904ed78571be8d90f8108d | [] | no_license | HashDefineElectronics/BC_Touchy_Firmware | 60fda1ea89539f8125d1d2e2721900f0ba6b0dba | 5e7857fa23c8cd7c02a895909056b467b73bd9c2 | refs/heads/master | 2020-12-25T14:08:50.365188 | 2016-09-28T06:27:17 | 2016-09-28T06:27:17 | 68,091,099 | 6 | 1 | null | 2016-09-28T06:27:17 | 2016-09-13T08:46:20 | C | UTF-8 | C | false | false | 1,967 | h | /******************************************************************************
* Copyright (c) 2015 by Silicon Laboratories Inc. All rights reserved.
*
* http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_License_Agreement.txt
*******************************************************************... | [
"HashDefineElectronics@users.noreply.github.com"
] | HashDefineElectronics@users.noreply.github.com |
3e7497cc6d15f5f610a6544b5901420cb81726e1 | 6d5b9b85d7ebee5899166a776a49597a520133cb | /STM32Cube_FW_F7_V1.8.0/Projects/STM32F769I_EVAL/Examples/TIM/TIM_ExtTriggerSynchro/Src/stm32f7xx_hal_msp.c | 9979b191903dc7735ae2bc9d8b08cfd1928d2558 | [
"BSD-2-Clause"
] | permissive | koson/STM32-Tests-Project | 291531c504b256fc70b484467fc285ef2349fed9 | 25fb44d23362e89df3ae489285dae1a4be3d0414 | refs/heads/master | 2022-04-12T17:33:56.763263 | 2020-04-04T23:02:45 | 2020-04-04T23:02:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,936 | c | /**
******************************************************************************
* @file TIM/TIM_ExtTriggerSynchro/Src/stm32f7xx_hal_msp.c
* @author MCD Application Team
* @brief HAL MSP module.
******************************************************************************
* @attention
*
* <h2><center>&... | [
"i.orfanidi@mail.ru"
] | i.orfanidi@mail.ru |
c59529717457bfbb17f1dcd34479e87e949089a7 | fd7132f687279d66b9dd0008add1a1ba8219105a | /source/iodev/qc_usb_basic.c | 024b1e1b02f6b88094e47ed89d16ef5d19b1a4de | [] | no_license | bytesnake/quadcopter-engine | 6d84acb77d5dd41a7f043b95077dc94d66774f2a | d57e3c558c96986d554166cf7d842c0e98aa419e | refs/heads/master | 2021-01-11T04:02:46.216990 | 2014-03-14T13:46:28 | 2014-03-14T13:46:28 | 34,475,727 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,056 | c | #include "../../include/quadcopter.h"
qc_serial_t QC_UsbSerialIn;
qc_serial_t QC_UsbSerialOut;
FILE QC_UsbSTDIN = FDEV_SETUP_STREAM(QC_IO_UsbRecvByte, NULL, _FDEV_SETUP_READ );
FILE QC_UsbSTDOUT = FDEV_SETUP_STREAM(QC_IO_UsbSendByte, NULL, _FDEV_SETUP_WRITE);
inline uint8_t QC_IO_UsbWaitForIO () {
while (!(UEINTX... | [
"l_schmid@cojobo.net"
] | l_schmid@cojobo.net |
f55379f38bab8f3812f540fc65079485ce4082be | 2264a022af454d6928420be8683987aa8c76f4e7 | /test/kinetis/devices/MKL28T7/MKL28T7_CORE0.h | 206917ac397d2298a8843e9d3dc10841cd3cfeae | [
"BSD-3-Clause"
] | permissive | flit/argon-rtos | a73aad2941d57088353cfd605539b33c33e7c9c6 | 817b7ae85d28ef4f0c9103886e0340d51217592d | refs/heads/master | 2021-12-28T06:24:14.893228 | 2021-12-18T20:14:25 | 2021-12-18T20:14:25 | 15,456,572 | 61 | 15 | BSD-3-Clause | 2021-12-18T20:14:26 | 2013-12-26T16:56:18 | C | UTF-8 | C | false | false | 744,657 | h | /*
** ###################################################################
** Processors: MKL28T512VDC7_CORE0
** MKL28T512VLH7_CORE0
** MKL28T512VLL7_CORE0
** MKL28T512VMP7_CORE0
**
** Compilers: Keil ARM C/C++ Compiler... | [
"flit@me.com"
] | flit@me.com |
919385c2962c8c92d1ce0ae35983ad66612e91f1 | e1c475c391d8cd62ad9432be7c9ea61b7aab26c3 | /Libs/STM32generic/system/STM32F7/stm32_chip/stm32_STM32F722ZE.h | 34f555fba217322381d996906b8e33609431cbc5 | [] | no_license | ololoshka2871/Rikta | e7391c3344a7716d104c7f7c806aeeda463a7d7f | 8e3ae56a4f9c6f897e0568a7d33c52da17e73e70 | refs/heads/master | 2021-05-11T19:26:46.749600 | 2018-03-25T15:49:46 | 2018-03-25T15:49:46 | 117,868,907 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,987 | h | //Autogenerated file
//MCU name: STM32F722ZE
//MCU xml: STM32F722Z(C-E)Tx.xml
//GPIO remap/alternate function xml: GPIO-STM32F72x_gpio_v1_0_Modes.xml
#define VARIANT_PIN_LIST_DEFAULT \
PIN(A,0), \
PIN(A,1), \
PIN(A,2), \
PIN(A,3), \
PIN(A,4), \
PIN(A,5), \
PIN(A,6), \
PIN(A,7), \
PIN(A,8),... | [
"shiloxyz@q6600arch"
] | shiloxyz@q6600arch |
4d0c3a0d5241c44d091b12f9134d2d32e1672dd3 | 2e841cc955aecd678cb422ded24e9558d8f02ac0 | /HashCode2020/HashCode2020/ScoreA.h | b57fafc8715666f57929cdd62a87ecabee083f6d | [] | no_license | celmer89/hashcode2019 | 44a39cf80d576c5282dea9bf0542d1a66a00e814 | 8adbec6deb703be17ef6f573c0644086dcc162a6 | refs/heads/master | 2021-06-16T16:54:36.726583 | 2021-02-25T20:48:18 | 2021-02-25T20:48:18 | 172,751,003 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 349 | h | #pragma once
#include "Common.h"
double CalculateLibraryScore(int library_idx, int days)
{
float score = 0;
auto& l = LIBRARIES[library_idx];
int book_idx = 0;
for (int d = 0; d < (days - l.T) * l.M && book_idx < l.books.size(); ++d)
{
score += BOOKS[l.books[book_idx]];
book_idx++... | [
"adam.wilk@outlook.com"
] | adam.wilk@outlook.com |
f28602c97e178e2d05294ddb3569db10550b840a | 60f97d014f32251d4d8ab593c637df43c289dadf | /class_repo/performance/optimized-link-list.c/optimized-link-list.c/linked-list.c | c0ded8de4492c1063c346132cc8a08db1871f1c2 | [] | no_license | kyoder17/Cprogramming | fd14b329f3d4f0f86b2c050838a4896ec42232be | 6327b1b53b12f5851383a72f7977d8b5c4f7a8d9 | refs/heads/master | 2020-03-22T20:13:03.234803 | 2018-09-04T15:00:36 | 2018-09-04T15:00:36 | 140,303,472 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,245 | c | /*
Kyle Yoder
Linked list
1 Aug 2018
*/
#define _CRT_SECURE_NO_WARNINGS 1
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "linked-list.h"
#include <time.h>
clock_t start, end;
double cpu_time_used;
int main()
{
int selection = 0;
int selectStud = 0;
//create the structure of students and thi... | [
"kyle.yoder17@gmail.com"
] | kyle.yoder17@gmail.com |
365e05fb1119cea8089eca1a6a19307d15a4b7ba | 386eb3cf6f9c2bfed78f65cc28e8d60f36a3cdef | /iar_bsp/os/storage/file/vfs/src/util.c | 260476532802d56b0b0bf7dcd97891cabf5b46bf | [] | 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 | 25,128 | c | /*************************************************************************/
/* */
/* Copyright 1993 Mentor Graphics Corporation */
/* All Rights Reserved. */
/* ... | [
"avinash.honkan@gmail.com"
] | avinash.honkan@gmail.com |
95a12a39451baa2c05fed63eae2883e4f38145ef | f6bbf5befa45e753077cf8afc8f965db2d214898 | /gibbon-compiler/examples/gc/Coins_master_1.c | 8b54500cc1dd51067625ca73bb947d17e53f1169 | [] | no_license | iu-parfunc/gibbon | 4e38f1d2d0526b30476dbebd794f929943f19f12 | 45f39ad0322cd7a31fe04922ad6bf38e6ac36ad6 | refs/heads/main | 2023-08-31T11:39:58.367737 | 2023-08-30T23:44:33 | 2023-08-30T23:44:38 | 58,642,617 | 139 | 23 | null | 2023-09-12T20:40:48 | 2016-05-12T13:10:41 | C | UTF-8 | C | false | false | 119,346 | c | #include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <math.h>
#include <stdbool.h>
#include <string.h>
#include <time.h>
#include <alloca.h>
#include <sys/mman.h>
#include <sys/resource.h>
#include <sys/stat.h>
// #include <sys/sysinfo.h>
#ifdef _WIN64
#include <windows.h>
#endif
#inc... | [
"ckoparkar@gmail.com"
] | ckoparkar@gmail.com |
956d1581507b1269432dc513049777c68aa06461 | 45d1881440cd736dc3624e69026d95922f9e1289 | /Silicon/TigerlakePchPkg/Include/Register/PchRegsUsb.h | db797ea0a5605dbb1a997135c77b8dfebf67ab48 | [
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | permissive | sagraw2/slimbootloader | cf794d9cf593f4c9ee99b958ac17480e4ccbec10 | c62c995e496368a4c426da478b054120ebbc8eca | refs/heads/master | 2021-06-19T18:16:08.746301 | 2021-01-07T21:34:59 | 2021-01-08T04:22:54 | 160,243,111 | 0 | 0 | BSD-2-Clause | 2018-12-03T19:31:52 | 2018-12-03T19:31:52 | null | UTF-8 | C | false | false | 1,674 | h | /** @file
Register names for PCH USB devices
Conventions:
- Prefixes:
Definitions beginning with "R_" are registers
Definitions beginning with "B_" are bits within registers
Definitions beginning with "V_" are meaningful values within the bits
Definitions beginning with "S_" are registe... | [
"guo.dong@intel.com"
] | guo.dong@intel.com |
767b6cb94fa5e12e5b9458ca914dcb9b2ae94cec | 9101d46054429ae36c884368d1acf97632f25bf0 | /libft/ft_strnew.c | 4439413a98f2f8065548d5d0f103f8a0d447a602 | [] | no_license | Kndrf/Fillit | 1900d43ad99c0106265aa9b7469bf169bacfc98e | 0d5fbbbee547155ffd7c0bae14ebfc669369fe3a | refs/heads/master | 2021-08-30T14:55:34.086609 | 2017-12-18T10:37:35 | 2017-12-18T10:37:35 | 114,628,087 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,086 | c | /* ************************************************************************** */
/* LE - / */
/* / */
/* ft_strnew.c .:: .:/ . .:: ... | [
"robihaap@z1r7p5.le-101.fr"
] | robihaap@z1r7p5.le-101.fr |
0d4af2074ef737068ecc61f42ed8ee88c609c28b | 19e356aa308d3adef259a912b29950a3af37a2e2 | /Temp/il2cppOutput/il2cppOutput/System_Core_System_Linq_Enumerable_U3CCreateSelectIteratorU3_135.h | 52ea249699de61cec1737769d96cb04f982843cc | [] | no_license | minuJeong/AcocGame | 87314d914b72290fff347cc590ae03669d10d6ba | 24eeaba66393890998d55a633fcbd17d984549b4 | refs/heads/master | 2021-03-12T23:51:57.818655 | 2015-03-29T12:44:58 | 2015-03-29T12:44:58 | 32,936,460 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,760 | h | #pragma once
#include <stdint.h>
// System.Collections.Generic.IEnumerable`1<System.Char>
struct IEnumerable_1_t3812;
// System.Collections.Generic.IEnumerator`1<System.Char>
struct IEnumerator_1_t3169;
// System.Func`2<System.Char,System.Int64>
struct Func_2_t7473;
// System.Object
#include "mscorlib_System_Object.h"... | [
"minu.hanwool@gmail.com"
] | minu.hanwool@gmail.com |
90bb33aea0f2ed20ecc2e3e0da934ba49193758d | 795031e014cefde20a342bb5886ea038998dabda | /DjangoProject/lab-5-teamretired-master/djangoProject/myenv/include/python3.6m/compile.h | d091797b090ab18efaf50638711a23f5abab00a5 | [] | no_license | libailong/AC_Database | a2dc15298200cc8e45fd95080d68f8d4df465cd4 | c3f557ce8840b33c74bcae09f367728b27187b00 | refs/heads/master | 2023-02-26T04:43:55.132937 | 2021-02-06T14:44:51 | 2021-02-06T14:44:51 | 290,379,806 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 67 | h | /home/m/marconim/.pyenv/versions/3.6.8/include/python3.6m/compile.h | [
"lib@allegheny.edu"
] | lib@allegheny.edu |
798465680f22e94e16c5942ca674079672ca73b7 | fbbe5f80fdb5c0730f05fa0d3907b27025a44d4f | /header/simAVRHeader.h | d471063b319ee872fe11e8b3454c7def2a73e86b | [] | no_license | ChristopherDiaz98/CS120B_Lab10 | 92d841557988dcf292a25d92daa8987720fd6d64 | d60c8cfae9dceccd4549dbda3664bdd212e7869b | refs/heads/master | 2020-09-06T23:23:40.471333 | 2019-11-09T03:53:29 | 2019-11-09T03:53:29 | 220,587,516 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 860 | h | /* Debug information for SimAVR */
#include <stdio.h>
#ifndef F_CPU
#define F_CPU 8000000
#endif
#include <avr/sleep.h>
#include "include/simavr/avr/avr_mcu_section.h"
AVR_MCU(F_CPU,"atmega1284");
AVR_MCU_VCD_FILE("build/results/CS120_Lab10_trace.vcd",1000);
const struct avr_mmcu_vcd_trace_t _mytrace[] _MMCU_ = {
... | [
"cdiaz021@wch136-18.cs.ucr.edu"
] | cdiaz021@wch136-18.cs.ucr.edu |
22dd6233df47f513f6151e5be1e1f2e09c5f0ab1 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/5989c95d-b361-46b6-af61-fd81334243bc.c | be4a87762de70e0eccc34266b20669554ca90855 | [] | 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 | 607 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=124;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = l/j;
l = i/j;
l = j-j;
l = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[84];
int c[29];
a = ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
bdf2f69e90c0e6a102ead904ce9a69be2214afed | 544aa0a7f119ef1c8860c39f188b41f1bbd9d1c8 | /IoT-RDA5836_3.3/platform/system/mdi/alg/sbc_dec_voc/src/vpp_sbc_dec.c | 1674efa297db62d717aeffec58e9e4691792ab89 | [] | no_license | Edragon/RDA-RDA5856 | e337b5ea357068e37dfd6c6525ae58527b26d743 | b8e7fb8e8915faf6163e28178861a6a94aa63c6e | refs/heads/master | 2021-09-07T23:08:38.284445 | 2018-03-02T17:43:32 | 2018-03-02T17:43:32 | 123,610,783 | 2 | 6 | null | null | null | null | UTF-8 | C | false | false | 23,058 | c | /*
* Copyright (c) 2006-2016 RDA Microelectronics, 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 o... | [
"info@electrodragon.com"
] | info@electrodragon.com |
37435a0870c6016c4189bff9a39a923fc91776ed | 515e2dd1b1d890851725cfc8ea19cf21009ddf74 | /cce/lmedia/drivers/media/platform/s5p-fimc/fimc-core.h | d3a3a00321c3d868d484c565fed2a87ab684c950 | [] | no_license | ghsecuritylab/cwrs | 8fba07d7d9da8ac09ca84b6d69bde7a28ab50422 | 96cdc9390fc8198af30b932a6e6585ab138bcbad | refs/heads/master | 2021-02-26T17:55:37.921181 | 2019-03-08T22:11:36 | 2019-03-08T22:11:36 | 245,543,615 | 0 | 0 | null | 2020-03-07T00:47:33 | 2020-03-07T00:47:32 | null | UTF-8 | C | false | false | 20,714 | h | /*
* Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd.
*
* 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.
*/
#ifndef FIMC_CORE_H_
#define FIMC_CORE_H_
/*#define DEBUG*/
#... | [
"sharma_anil@yahoo.com"
] | sharma_anil@yahoo.com |
1f072701568fcdd362d05e14d222f23bdcfee163 | fe5b4e7af9a4504437d33734de0ea62baf454b69 | /Learning/OtherLanguages/C/C练习题/Use C/22.c | 0e9206dbacee9661cee3f6bc109dac54a7eeea25 | [] | no_license | FelicxFoster/Sources | 937f2936b0fa3eef9dd2bbbde09e7f44755b8a8a | 3750c393088c281c000228d84fe619ba321bd5bc | refs/heads/master | 2020-04-22T09:37:05.191325 | 2016-08-06T07:02:50 | 2016-08-06T07:02:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 467 | c | #include <stdio.h>
void main()
{
char i, j, k;
for(i='x';i<='z';i++)
{
for(j='x';j<='z';j++)
{
for(k='x';k<='z';k++)
{
if(i!=j && i!=k && j!=k)
{
if(i!='x' && k!='x' && k!='z')
{
... | [
"zoro@onepiece.com"
] | zoro@onepiece.com |
824f740ca8880622dc346236399733fa70ef194e | a565dc8a731c4166548d3e3bf8156c149d793162 | /PLATFORM/TI_EVM_3530/SRC/DRIVERS/LCD/VGA/lcd_vga.c | 3ee446a41de31a84f6ba03db93d87ae161458d0d | [] | no_license | radtek/MTI_WINCE317_BSP | eaaf3147d3de9a731a011b61f30d938dc48be5b5 | 32ea5df0f2918036f4b53a4b3aabecb113213cc6 | refs/heads/master | 2021-12-08T13:09:24.823090 | 2016-03-17T15:27:44 | 2016-03-17T15:30:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,547 | c | // Copyright (c) 2007, 2013 Micronet Ltd. All rights reserved.
// by Vladimir Zatulovsky
/*
================================================================================
* Texas Instruments OMAP(TM) Platform Software
* (c) Copyright Texas Instruments, Incorporated. All Rights Reserved.
*
* Use of this s... | [
"ruslan.sirota@micronet-inc.com"
] | ruslan.sirota@micronet-inc.com |
ae760ba7a9be4d262f7195808876ba9120c9fce5 | 606da533ba61f99fdf4ab568d1a315a2f9733fe1 | /test/test.c | cb91c46589b4007b72a33b8b28c77a52a0e5efe2 | [
"MIT"
] | permissive | jeremycw/nexel | 10ee1c2b5b77a8a519d1d7d53134cebfb250ee3f | e1ed9b513536822bc536d3e7e8815193fd03dc55 | refs/heads/master | 2021-11-22T18:08:35.953090 | 2021-02-17T23:18:14 | 2021-02-17T23:18:14 | 171,220,387 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 79 | c | #include "test.h"
int main() {
test_image();
test_nes();
test_pipe();
}
| [
"jeremy@uken.com"
] | jeremy@uken.com |
88496bdc626f87ce2d1d5f8e499693cf62e25c42 | e672a9884d5e07b1458551a69643c080c9c13828 | /finalbaby/exp_double_fetch_ray_cp.c | ecd26ee39b86f121124d9b27efbd8f099014a2e2 | [] | no_license | Robin-Pwner/Kernel_EXP | fd3977d1b26bf247cbe2863ad6fc681ee4ce9082 | 0b6cd6a21d6667e9f9f1672b16a21a245188ed82 | refs/heads/master | 2020-09-07T22:11:13.798912 | 2019-12-09T05:22:38 | 2019-12-09T05:22:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,372 | c | /*************************************************************
* File Name: exp_double_fetch.c
*
* Created on: 2019-10-12 21:55:17
* Author: raycp
*
* Last Modified: 2019-10-13 03:42:23
* Description: exp for 0ctf 2018 final baby, double fetch vuln.
************************************************************/... | [
"tanxin.ctf@gmail.com"
] | tanxin.ctf@gmail.com |
874c18716352d10f69b743b73be5c641f0372846 | cdfd3a4a8134aa8f97ed3c5751eefdfd9fbba747 | /src/benchmark64bitreductions.c | accbfc7ea46e82c5e0171dfdb6fef57e0a696c9e | [
"MIT",
"LicenseRef-scancode-public-domain",
"Apache-2.0"
] | permissive | pombreda/StronglyUniversalStringHashing | 50b9c8fb833544839610c24b68b457c0c89e4581 | 20d1fe8769bb03e1520999aef1439e1429b27b10 | refs/heads/master | 2021-01-16T21:02:56.932260 | 2015-03-20T21:52:41 | 2015-03-20T21:52:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,346 | c |
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/time.h>
#include <assert.h>
#include <unistd.h>
#ifdef __AVX__
#define __PCLMUL__ 1
#endif
typedef unsigned long long ticks;
// Taken from stackoverflow (see http://stackoverflow.com/questions/3830883/cpu-cycle-count-based-profiling-in-c-c-linu... | [
"lemire@gmail.com"
] | lemire@gmail.com |
b62089eb96bfa09627fbda72f04061455d1224b3 | 501379441fcbf6eb69b539a090508b00fd449448 | /src/ptop.c | 843ee52dd56519610bd2abd574cd18989fb6a2de | [] | no_license | JarrodCameron/networks | 403f71db6cb4107de90113b213fcba1f4d2405d0 | b266da5cbd5ed514c09a3cbb499dbe5b318f3890 | refs/heads/master | 2020-08-12T09:40:09.047774 | 2020-08-11T09:57:04 | 2020-08-11T09:57:04 | 214,741,159 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,214 | c | /*******************************************
* *
* Author: Jarrod Cameron (z5210220) *
* Date: 19/11/19 9:13 *
* *
*******************************************/
#include <assert.h>
#include <stdio.h>
#include ... | [
"z5210220@ad.unsw.edu.au"
] | z5210220@ad.unsw.edu.au |
33b9fae59db98cce76417326d2b5693a43164dca | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/ethernet/broadcom/bnx2x/extr_bnx2x_ethtool.c_bnx2x_set_rss_flags.c | ef244058b3e937fdfd552bca1435bd940ac52c2e | [] | 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 | 3,829 | 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 |
8613317e42afc6cab93f2fc69c394edc64a15f4c | 01e5fd5eaa5670155ed1c4a5734ecad13708a917 | /syshotkeys/syshotkey.c | 2ae5cd27dfe62349e0b89241644fb49a6f3d3186 | [] | no_license | LiamZ/SonIR_ReceiverMac | 4a29259dca7b082c02c679aeeb8def5d390d6f55 | 04efbcc8180cf8fc31ad5085c225f9d879ced5e8 | refs/heads/master | 2021-01-19T08:26:28.531176 | 2012-08-18T22:20:04 | 2012-08-18T22:20:04 | 5,466,593 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,383 | c | //
// File.c
// SonIR
//
// Created by LiamZ on 18/05/12.
//
#include "syshotkey.h"
#include "../CoreEvents.h"
#include "../HID_Event/HID_Event.h"
#import <IOKit/hidsystem/ev_keymap.h>
void execSysFunction(long type){
// comment : unfinished work here
switch (type) {
case sysMissionControl:
... | [
"roland@chambre.net"
] | roland@chambre.net |
ae711732e8bc08374e9fa0f6629517d8b8e30f65 | 79499869a3ff3f098fd9c2cb1daddaa456ce7717 | /libft/ft_strlcat.c | eba8db1ef8c6f78bee9c9e5a6795217361804b85 | [] | no_license | nikGrape/GNL | 29e7440924aef13938441924660e3091c60ad0c0 | 21a880046864d7acb9c783f4f8800a51c9bf80eb | refs/heads/master | 2020-05-22T22:30:18.181661 | 2019-06-01T19:30:37 | 2019-06-01T19:30:37 | 186,547,023 | 11 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,235 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlcat.c :+: :+: :+: ... | [
"vinograd@e1z2r7p24.42.us.org"
] | vinograd@e1z2r7p24.42.us.org |
15b52d1efcc4e2bd048462aaeed129db168e18db | c3e386bb4867b7bbd28eaef0af6c100d7c3a8c58 | /a2-synchrotron-contiki/dev/cc2420/cc2420.c | 371ec631e65786dbe061c079720b04e9f566efce | [
"BSD-3-Clause",
"LicenseRef-scancode-proprietary-license"
] | permissive | iot-chalmers/a2-synchrotron | 2b1977227c937863f0027ad0b4a31c2be538d8f0 | 1224860ff62db2e91af5ed0c6ab2da7ee66295d8 | refs/heads/cooja-main | 2021-01-01T16:58:31.204870 | 2017-11-08T10:51:30 | 2017-11-08T10:51:30 | 97,966,364 | 10 | 7 | BSD-3-Clause | 2019-06-18T12:24:01 | 2017-07-21T16:15:20 | C | UTF-8 | C | false | false | 37,755 | c | /*
* Copyright (c) 2007, Swedish Institute of Computer Science
* 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
* no... | [
"beshr@chalmers.se"
] | beshr@chalmers.se |
ce85df87ce90c7546e33870699ac1498a79cceb7 | 3587e1e87f426382d301fa36f92492c67b0a5359 | /leetcode/building-h2o/solve.c | bacc24ffb442b31b1b9c8f12aa67fec51a3b1df0 | [] | no_license | tt67wq/euler_project | b3e714373e36436d1d504a560ee32b5556a4964b | 843cd66a81032a5cdf140b59eaa95b3600a249b7 | refs/heads/master | 2023-05-25T11:57:13.726509 | 2023-05-22T02:42:20 | 2023-05-22T02:42:20 | 109,090,240 | 30 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,233 | c | /*
* =====================================================================================
*
* Filename: solve.c
*
* Description: 氢氧同步
*
* Version: 1.0
* Created: 2020-01-18
* Revision: none
* Compiler: clang
*
* Author:
*
* ================================... | [
"alex@mys4s.cn"
] | alex@mys4s.cn |
b6e8057cc43aa5f682a90df70dded69ab9e91b1b | ec69ae7276c1ff0d387eabbc9a21c5c9afe83de5 | /C/11_Interpreter/main.c | 4f95f500248d7035c405b63a1a771ab958d07afc | [] | no_license | abiraja2004/daily-dose-of-code | 41261a32dc2e2787d09c89a5f8ac4a683d578261 | 4950dc0ced4d8cf96b3c0fbb62ddaa9a0b8eaf0a | refs/heads/master | 2020-09-21T05:27:47.489044 | 2017-02-24T03:11:12 | 2017-02-24T03:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,231 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "common.h"
#include "lexer.h"
#include "token.h"
#include "functions.h"
void push(int number, int* stack, int* top);
int checkIfNumber(struct word_t* Word);
long checkIfKeyword(struct word_t* Word);
long checkIfKeyword(struct word_t* Word) {
long... | [
"saikatbsk@gmail.com"
] | saikatbsk@gmail.com |
8d11772573df3ea877f5f720a8e4aa344db172d2 | 9da3de618a43abede9e781d8405712acf183624c | /src/glad.c | 4a60334397b668965e6888790dafd05dd2ca9b7e | [] | no_license | pochka15/x86-project | 9921db20b541552175db55e4774a1e90f23d8847 | 41cab1a1308da60f5933f8fe9de9487e015b78c5 | refs/heads/master | 2020-12-06T08:42:59.567806 | 2020-01-07T22:03:23 | 2020-01-07T22:03:23 | 232,413,615 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 112,212 | c | /*
OpenGL loader generated by glad 0.1.28 on Fri Jan 18 18:30:52 2019.
Language/Generator: C/C++
Specification: gl
APIs: gl=4.5
Profile: core
Extensions:
Loader: True
Local files: False
Omit khrplatform: False
Reproducible: False
Commandline:
--profile="core" --api="gl=4.5" --generator="c" --spec="gl" --exten... | [
"koshkov-artem@mail.ru"
] | koshkov-artem@mail.ru |
f87195d2e7f23dcb62484f4db2bbc22dd58a5cc3 | e27eb828b38e634279c767a4cf6d8caa2a35b018 | /libs/juced/source/dependancies/gwc/i0.c | 3ef08aed5f2589a54c1d6231cb8c9ef0cbd6cb87 | [] | no_license | DISTRHO/DISTRHO-Ports | 8d9ea43ac7f6264f1b28ff4150e432e43683a9b4 | f2dbaded0a05732e3499fa374a586e5b32370da5 | refs/heads/master | 2023-08-18T12:45:11.671939 | 2022-07-13T00:12:08 | 2022-07-13T00:12:08 | 16,835,158 | 233 | 45 | null | 2023-06-08T05:10:21 | 2014-02-14T11:14:11 | C++ | UTF-8 | C | false | false | 9,162 | c | /* i0.c
*
* Modified Bessel function of order zero
*
*
*
* SYNOPSIS:
*
* double x, y, i0();
*
* y = i0( x );
*
*
*
* DESCRIPTION:
*
* Returns modified Bessel function of order zero of the
* argument.
*
* The function is defined as i0(x) = j0( ix ).
*
* The range is partitioned into the two in... | [
"falktx@gmail.com"
] | falktx@gmail.com |
8b54e75df5fbca2e7ccca01370c02b3e4c35d139 | 43124e9a583ffd4cf654b1d17c04d4b2bb5f36df | /Pretty/data/coreutils/methods-only/08-install.c | 3b565f81bdec25e876d6604baaf43700f8590129 | [] | no_license | roncoleman125/Pretty | a86d87904281e76031db47264ffb65ff6c536740 | 227c3174d9bf15016d57b3a50d3df71fa6798306 | refs/heads/master | 2020-04-15T16:53:44.581854 | 2017-10-13T11:24:59 | 2017-10-13T11:24:59 | 32,341,194 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 665 | c | /* Copy file FROM onto file TO and give TO the appropriate
attributes.
Return true if successful. */
static bool
install_file_in_file (const char *from, const char *to,
const struct cp_options *x)
{
struct stat from_sb;
if (x->preserve_timestamps && stat (from, &from_sb) != 0)
{
... | [
"ronncoleman@gmail.com"
] | ronncoleman@gmail.com |
9188c52fd858e8de0de4b623154a17e9b3e6d13e | cd2f1cce02f373995f56848fdb6715632f229cd8 | /holamundo.c | 1b9413699b1f8ee5e7587c93ddc5fb9d04cfb334 | [] | no_license | LeonardoAV22/Introduccion-C | 2d2b0ac8cc3c5aa5ea61b89d4a7e696c93bc0f29 | cb1398b3e6dea8108c79cc097453217e3b474c6a | refs/heads/master | 2021-01-25T14:10:41.268096 | 2018-03-10T19:05:57 | 2018-03-10T19:05:57 | 123,663,027 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 83 | c | #include <stdio.h>
int main()
{
printf("Hello world");
return 0;
} | [
"alejandreleonardov@gmail.com"
] | alejandreleonardov@gmail.com |
18d8cbb260a173929ff68d31a27693981cfd9221 | 86f026381e488b879214d22f28b68fb6eb23cd6d | /panacea/abc/lag/lagin.c | cee021970fda17acbdae6b5e43dd61710b8aad87 | [
"BSD-3-Clause"
] | permissive | sabrown256/pactnew | 1490a4a46fe71d3bf3ad15fb449b8f7f3869135b | c5952f6edb5e41fbd91ed91cc3f0038cc59505a0 | refs/heads/master | 2016-09-06T13:37:35.294245 | 2015-08-12T20:20:37 | 2015-08-12T20:20:37 | 33,747,410 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,611 | c | /*
* LAGIN.C - the gateway for the lag process in ABC
*
* Source Version: 3.0
* Software Release #: LLNL-CODE-422942
*
*/
#include "cpyright.h"
#include "lagin.h"
typedef struct s_par_nm par_nm;
typedef struct s_par_pr par_pr;
typedef struct s_par_hr par_hr;
struct s_par_nm
{double *volq;
double *mass... | [
"sabrown256@f80487b2-16bd-11df-9ac1-3b3d05a0ff07"
] | sabrown256@f80487b2-16bd-11df-9ac1-3b3d05a0ff07 |
1b87cc2854608df7cb3a5ce8dc98a88a67ce4e8e | 8070a23945374f8dcd8055cae717a14f4926e5e2 | /ctype/isdigit.c | 09f0da96e84611f0c0e786833fa4fb3e4484ba51 | [] | no_license | longknown/tlibc | bae0efdb58a53f1307918a448a5594ce5055aa3e | 57a5132c8871fa22c752a35f5e5f60046e90cede | refs/heads/master | 2021-01-25T13:24:41.961127 | 2018-05-31T14:42:39 | 2018-05-31T14:42:39 | 123,568,781 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 101 | c | /*
* isdigit function
*/
#include "ctype.h"
int (isdigit)(int c)
{
return (_Ctype[c] & (_DI));
}
| [
"longknown@gmail.com"
] | longknown@gmail.com |
efea4d193648acd2996f075defbaae80fd914a83 | 56e7206c4545bd84f1a15a768edbcbbf8919a372 | /training folders backup/c/assignments/assn_1/assn1.c | 98286cb273b4dbe4f3cceae70de1512371c89c59 | [] | no_license | tulsishankarreddy/repository_training | 826d2204d26d1b1b6e5d39f32c1bfc4d6514a618 | 9cc68be51a8b145e605ceacab2627ffdcab393d7 | refs/heads/master | 2020-11-27T18:51:53.375192 | 2019-12-15T15:08:58 | 2019-12-15T15:08:58 | 229,568,234 | 1 | 0 | null | 2019-12-22T12:58:20 | 2019-12-22T12:58:19 | null | UTF-8 | C | false | false | 14,419 | c | #include <stdio.h>
extern void showbits (int num);
int exp1 (void);
int pro2 (void);
int exp3 (void);
int exp4 (void);
int exp5 (void);
int exp6 (void);
int exp7 (void);
int exp8 (void);
int exp9 (void);
int pro10 (void);
int exp11 (void);
int exp12 (void);
int pro13 (void);
int pro14 (void);
int pro15 (void);
int pro... | [
"vijaykarthik52@gmail.com"
] | vijaykarthik52@gmail.com |
a4e51142d2c7832fe6b68b0c3a6c42b9ab2ebfd1 | ad0362090793b43724d066cb1a7c52ea8d13e8cf | /rbt/iface.h | 802614bd25c533f91afc4f2293cfd2b9e2d37065 | [] | no_license | jimsiak/pact-ae | de8c467218ad286897c150414590d4790f0dbc75 | 929155ce3b1f1a096b7753335b23cf155695fd9a | refs/heads/master | 2021-06-18T07:54:08.863227 | 2017-07-14T10:37:59 | 2017-07-14T10:37:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,211 | h | #ifndef _RBT_IFACE_H_
#define _RBT_IFACE_H_
//> Not thread-safe interface functions.
//> Should only be called during initialization and termination phase
//> by one thread.
void *rbt_new();
char *rbt_name();
int rbt_warmup(void *rbt, int nr_nodes, int max_key,
unsigned int seed, int force);
int rbt_va... | [
"jimsiak@cslab.ece.ntua.gr"
] | jimsiak@cslab.ece.ntua.gr |
d2dd48cc557c9f68abf5b2b02f9daae749c3251c | 2b62eabc8d537abb4c8b7efdc29feeb09ebd6fe4 | /UpdaterClient/src/NetworkSystem.c | 6846890fcda153221e646dccd1f55fb5a2b6d69e | [] | no_license | ScottCTD/Updater | 47ddce43260118105931ce5b202e59766a285a00 | 0e8e207eea847f6848352248c2c5309e60906666 | refs/heads/main | 2023-06-06T15:58:20.289209 | 2021-07-02T05:51:55 | 2021-07-02T05:51:55 | 378,769,076 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,408 | c | //
// Created by Scott on 2021/6/25.
//
#include "NetworkSystem.h"
int sendString(SOCKET socket, char *string) {
return send(socket, string, (int) strlen(string), 0);
}
bool recvBoolean(SOCKET socket) {
bool boolean;
recv(socket, (char *) &boolean, 1, 0);
return boolean;
}
void recvString(SOCKET sock... | [
"ScottCTD@outlook.com"
] | ScottCTD@outlook.com |
1ae46955af183ea311104f68faee951864c1635a | 0c83640cf0c7c24f7125a68d82b25f485f836601 | /abc143/d/main.c | 536fe4cf772ccc37d4affe4442e91340c487a2f7 | [] | no_license | tiqwab/atcoder | f7f3fdc0c72ea7dea276bd2228b0b9fee9ba9aea | c338b12954e8cbe983077c428d0a36eb7ba2876f | refs/heads/master | 2023-07-26T11:51:14.608775 | 2023-07-16T08:48:45 | 2023-07-16T08:48:45 | 216,480,686 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,616 | c | #include <stdio.h>
#define MAX_N 2000
#define MAX_L 1000
int n;
int ls[MAX_N];
int ms[MAX_L+1];
void sort(int n) {
for (int i = 0; i < n; i++) {
ms[ls[i]]++;
}
int i = 1;
int j = 0;
while (i < MAX_L+1) {
while (ms[i] > 0) {
ls[j++] = i;
ms[i]--;
}
... | [
"tiqwab.ch90@gmail.com"
] | tiqwab.ch90@gmail.com |
1764fe7ccdbbc4cf890dedc997460e6771c6709c | a0986ce87fbed37e88c86a60108adc5d34dfeb17 | /aosp/external/libnfc-nci/halimpl/pn547/utils/phNxpNciHal_utils.h | 60495605a3fbd30d3b1326204b49ce0587977040 | [] | no_license | xsbh0310/android_nxp-nci | ba93c413f1f8e8be92b99cc9a0280d64e9a7b3bb | 9cfe6842d1ba9bb3d0c19f00f7b7c74a7835b001 | refs/heads/master | 2021-01-23T20:11:55.614943 | 2015-06-05T06:33:18 | 2015-06-05T06:33:18 | 40,778,550 | 1 | 0 | null | 2015-08-15T18:51:59 | 2015-08-15T18:51:59 | null | UTF-8 | C | false | false | 4,068 | h | /*
* Copyright (C) 2010 The Android Open Source Project
*
* 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 requir... | [
"jeremy.geslin@nxp.com"
] | jeremy.geslin@nxp.com |
49009f269b8eda54c21aeee2dedfd617e41a43f2 | e5b240d2e2359291c69ba42dbb052c562d1c9f85 | /header/4/m43.h | 3f6e757b6e1464afd7d78c4487e52dfb39c5be68 | [] | no_license | rustylake/c-app | 5bcace599a7f8a70841673000367399acf29d76c | 1651ae66666a6ab04e87fef6a46d99653f2b6615 | refs/heads/master | 2020-04-30T01:27:10.976917 | 2019-05-27T08:51:58 | 2019-05-27T08:51:58 | 176,529,273 | 0 | 0 | null | 2019-04-15T15:33:23 | 2019-03-19T14:25:47 | C | UTF-8 | C | false | false | 115 | h | //
// Created by pengy on 2019/5/23.
//
#ifndef APP_M43_H
#define APP_M43_H
int m43(char[]);
#endif //APP_M43_H
| [
"pengyinjian@163.com"
] | pengyinjian@163.com |
41b221f18eabd3df31e21a5ef98699db4acc73c8 | 3567309d3f25020ec7a0d59e0ef55da7be113085 | /d/affils/rooms/grm.c | 0fd4e98fcfd3bc89448dc56a3de187531ebe3c3b | [] | no_license | flyingstupid/gbapoclib | 64ec8b3828201d7eb158b5371164765d1b65ce93 | dea2a4be3399509c7df44d33b2a307db3821017d | refs/heads/master | 2021-04-27T08:02:48.717277 | 2018-02-23T17:04:11 | 2018-02-23T17:04:11 | 122,640,255 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,973 | c | #include <mudlib.h>
inherit AFFILIATION;
inherit GUILD;
object robe;
void reset(status arg) {
guild::reset(arg);
affils::reset(arg);
reset_doors(arg);
remove_door("west door");
if(!guild_master) {
guild_master = clone_object(MONSTER);
guild_master -> set_name("ramsus");
guild_master -> set_short... | [
"ray.lukes@gmail.com"
] | ray.lukes@gmail.com |
fa105093d55566b79f3cdffb19a9160ecd5bb997 | 6e73069807b8e7ad48dc729e8068334d5b44bd60 | /src/daemon/zbdriver/silicon_labs/Simplicity-Studio-v4/developer/sdks/gecko_sdk_suite/v2.7/protocol/zigbee/app/framework/plugin/drlc-server/drlc-server-cli.c | 2951d72cb4d03e5a6b6f481a5dc52db8aaa777eb | [
"Apache-2.0"
] | permissive | AndrewGoing/gl-zigbee-sdk | 8da086cb5affd43a038b8a0d407f1b9cc470d7f8 | 94f5b41e7d2d46ce096fdd245ee9d171831c73de | refs/heads/master | 2023-08-20T23:06:33.306442 | 2021-10-08T03:31:34 | 2021-10-08T03:31:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,665 | c | /***************************************************************************//**
* @file
* @brief CLI for the DRLC plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b>
**********************************... | [
"feng.he@gl-inet.cn"
] | feng.he@gl-inet.cn |
8b731cb1e64cff236c34f0946052eb3bd571b45e | 309e1045a872514f82e7b3987f97b38c28b03e41 | /rouziclib/fileio/image_tiff.h | ab0ec5abc1821533c8a59bec6969fb9372485f5b | [
"MIT"
] | permissive | Photosounder/rouziclib | ca51421f59389ed153cbd9598b7045772fdeed9b | fdc965964b13edf8c110fb1258d422856b5180dc | refs/heads/master | 2023-08-24T23:51:23.023879 | 2023-08-20T06:13:11 | 2023-08-20T06:13:11 | 19,373,094 | 43 | 9 | null | null | null | null | UTF-8 | C | false | false | 942 | h | typedef struct
{
xyi_t dim;
int be, chan, bpc; // big endian, channel count, bits per channel
int compression; // 1 for uncompressed
int photometric; // 2 for RGB(A)
int sample_format; // 1 for uint, 2 for int, 3 for float
int lzw_diff; // 1 for no difference, 2 for horizontal difference
uint32_t *data_offset; ... | [
"contact@photosounder.com"
] | contact@photosounder.com |
d6d01ad9a8e31aebeb6e9b828c68e2e9efbc6c50 | 2f8598fd68531c9942e12ee0f404aea04a8a3481 | /STM32F429Discovery/Driver/System/getThreadInfo.h | 5919d8c7d3efbc06ed5ae50d693aa62cbe0ce108 | [] | no_license | houjunzyt/GraduationProject | 851c33d24d9355b7eb27982767aa32f6c092d505 | eb4b506c1451d68c1eba15bb6bc85d03bd9d6ce7 | refs/heads/master | 2020-04-25T07:57:11.368504 | 2019-06-01T11:44:42 | 2019-06-01T11:44:42 | 172,630,000 | 2 | 1 | null | null | null | null | GB18030 | C | false | false | 647 | h | #ifndef _GETTHREADINFO_H_
#define _GETTHREADINFO_H_
#include "board.h"
#include "rtthread.h"
#include "stm32f4xx.h"
#include <rthw.h>
#include <string.h>
#include <stdio.h>
#define LIST_FIND_OBJ_NR 8
typedef struct
{
rt_list_t *list;
rt_list_t **array;
rt_uint8_t type;
int nr;
int nr... | [
"1562335917@qq.com"
] | 1562335917@qq.com |
d81a312d3b5e8ed74dd17034cb0801327ccc5fde | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /data/warcraft/rrrooo.c | d627d64bd3e5fe607eeaac74cfbc3364930cc32c | [] | no_license | fluffos/nt7 | ceef82b2465cf322549c7ece6ce757eaa8ec31ff | 52727f5a4266b14f1796c2aa297ca645ca07282a | refs/heads/main | 2023-06-17T10:07:33.000534 | 2021-07-15T11:15:05 | 2021-07-15T11:15:05 | 308,148,401 | 9 | 9 | null | 2021-06-28T14:11:57 | 2020-10-28T21:45:40 | C | UTF-8 | C | false | false | 493 | c | // warcraft.c
#include "/clone/npc/warcraft.h"
void setup()
{
set_name("小马[2;37;0m[2;37;0m", ({"rrroooma"}));
set("gender", "男性");
set("long", "小马[2;37;0m
它是江一的魔幻兽。
");
set("race_type", "麒麟");
set("magic/type", "earth");
set("owner", "rrrooo")... | [
"i@oiuv.cn"
] | i@oiuv.cn |
3fa4deeff297f441507cd55855a6c1d5033dd06a | 97b0793dc872963d1f816c7250857ffc4792b611 | /Temp/StagingArea/Data/il2cppOutput/t375.h | b794387f7bc862676b3ee61167ea1c3e0d790650 | [] | no_license | JamesMoulang/LudumDare32 | 1e63f2d46dd8d9e8cf52cfc33a1f0f98b08d3119 | 9826e0eba56c85ed8161c510ba91af5bee52eea4 | refs/heads/master | 2020-04-27T08:17:58.678320 | 2015-04-23T15:33:15 | 2015-04-23T15:33:15 | 34,171,493 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 84 | h | #pragma once
#include <stdint.h>
#include "t28.h"
struct t375 : public t28
{
};
| [
"james@jamess-MacBook.local"
] | james@jamess-MacBook.local |
0a10bbc04f8461340dbab0290df7748e275beeda | ee8e515198e114ff25e59c23e7b6b34cffec5baa | /logan/src/main/jni/json_util.c | 578a58e2f6ee99d72e83ff94362123c0cef4f797 | [] | no_license | MrCodeSniper/ModuleSperate | 6e7e4356a4bd9778c85195c4b6e9eb4e5450948f | c3441bacf61237f06e6acd27a958adcba48094ed | refs/heads/master | 2020-04-02T04:37:15.943300 | 2018-11-05T12:57:55 | 2018-11-05T12:57:55 | 154,025,487 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,668 | c | /*
* Copyright (c) 2018-present, 美团点评
*
* 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, publi... | [
"woshichenhong12@gmail.com"
] | woshichenhong12@gmail.com |
ef7ead1b73e2dfcb0c71f12ef05493b61807d85e | 3b9da1defb5f8a5bf2fb2c63af542a2d05621be8 | /ufo.ysc.c | ff712a5fdcb6ac0b585d3f76ba01740b795b5042 | [] | no_license | GTAResources/v-decompiled-scripts | 6279228f121ebc8a9e4c88df41014e4988b2f841 | 8d8831860f308685949512fdd3b29abe1f3cd40d | refs/heads/master | 2021-02-07T15:52:42.148873 | 2019-08-05T19:37:44 | 2019-08-05T19:37:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 67,060 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
int iLocal_2 = 0;
int iLocal_3 = 0;
int iLocal_4 = 0;
int iLocal_5 = 0;
int iLocal_6 = 0;
int iLocal_7 = 0;
int iLocal_8 = 0;
int iLocal_9 = 0;
int iLocal_10 = 0;
int iLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
float fLocal_14 = 0f;
var uLoc... | [
"jeremie.ngadi@gmail.com"
] | jeremie.ngadi@gmail.com |
cc94e9589a0628cbc07538acafa933505a68a9c6 | 7fa4ddec15e415f51a05b7636586400982bbc5c2 | /report/snippets/int_shuffle.c | 3c5398b606f0e916bdb220dc88a5237e1b18ae97 | [] | no_license | lucamuscat/CPS1011-SEM1-A-1920-Programming-Principles-in-C | 7e55843c0b507413a9c4aa2f1046506093c67332 | 8562dcb083bc2789225df1951c456398f4598432 | refs/heads/master | 2023-01-20T20:09:44.153336 | 2020-11-26T14:04:02 | 2020-11-26T14:04:02 | 223,026,296 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 495 | c |
/*
Using Fisher-Yates shuffle algorithm
https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle
Code taken from
https://stackoverflow.com/questions/42321370/fisher-yates-shuffling-algorithm-in-c
- Tectrendz
*/
int shuffle(myint_t *array){
int tmp, j;
if(array->nums[0] == -1){
puts(NOT_GENERATED_ERROR... | [
"luca.muscat.19@um.edu.mt"
] | luca.muscat.19@um.edu.mt |
098b1adaee17767854da41d4a7debaf0b677d1aa | 4175672b185d23f1001d2ea5049cd66ddc1f7335 | /creal_source/cuda/crea_nodes/testing_nodeJson.c | 3b39fcf33e30340a2be7b6e3a7e6ba9735b687f6 | [] | no_license | CREALDEV/CREAL-Source-File | ea278caaac975b458275cb5e48464e134e6f11ef | eaff9ecea3383e6ad40664182f7e85066270df71 | refs/heads/master | 2016-09-13T04:00:41.857324 | 2016-04-14T23:10:02 | 2016-04-14T23:10:02 | 56,274,270 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 710 | c | #include <stdio.h> //standard library
#include "/usr/include/linux/cuda.h" //cuda library
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <time.h>
#include "libcudacreal.h" //a json parser that is fast and efficient
crea_node addValue(int *N)
{
crea_node nodeT = returnCreaNodeMemHost(2);
nod... | [
"randallwhite@lbl.gov"
] | randallwhite@lbl.gov |
227375173115abac566c17badc6311bf9928a545 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/dbdd6f6a-9495-41c6-9e11-e0814d536ca3.c | c1caf1a2438c953dea3f2d9b9f71529b8826b031 | [] | 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 | 551 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i-j;
l = i%j;
l = k%j;
l = k-j*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[40];
long c[57];
a = 0;
do {
/* START BUFFER... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
d928811aa73e2fdaa6b2420218c9b5f20477528f | b010b0acdeacb2164ec2a8753469544465a45d23 | /mess/src/lib/miniupnpc-1.4.20100609/miniupnpcstrings.h | 64032f8b62aa9c98deef6660797167a16c2f5316 | [
"BSD-3-Clause"
] | permissive | lidibupa/ClientServerMAME | 1457e13caf171ca5c19be73654eb7b4c20097ade | d0997a9b8ebc26e7518135526cb7583552675d95 | refs/heads/master | 2021-01-18T08:47:16.107337 | 2011-08-13T18:35:23 | 2011-08-13T18:35:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 502 | h | /* $Id: miniupnpcstrings.h.in,v 1.2 2009/10/30 09:18:18 nanard Exp $ */
/* Project: miniupnp
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* Author: Thomas Bernard
* Copyright (c) 2005-2009 Thomas Bernard
* This software is subjects to the conditions detailed
* in the LICENCE file provided within th... | [
"jgmath2000@gmail.com"
] | jgmath2000@gmail.com |
1b90193a1e84c49240ff71507272b6258d7fb1dc | da2aafcdfa54e1c937eab895215169518c52116a | /1-x/1-12.c | a2215bc7f05514cd57d7ec8f7c45eaa858a2b01b | [] | no_license | y2kbugger/kr | bdf1e01124e92f89ff90c17effbe8bebdc1590b3 | ca94588a04a8cce21d10f8c9e4c21ea22fe0cf83 | refs/heads/master | 2021-01-13T14:00:15.397376 | 2020-06-16T04:19:38 | 2020-06-16T04:19:38 | 72,900,548 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,406 | c | #include <stdio.h>
#define IN 1
#define OUT 0
/* make a histogram of word lengths */
/* words up to length 255 */
/* zero length is whitespace */
/* test using man rsync | ./out */
int main()
{
int c, state, len;
int lenmax;
int nmax;
int nlen[255];
int i, j;
i = j = c = 0;
state = OUT;... | [
"git@y2kbugger.com"
] | git@y2kbugger.com |
863356038c34b1bd334c99e02d19bda1affa38d4 | 5690ea7ee5b3c37a63b646d791d3b13cdfe11276 | /Lesson008/synergy/ssp/src/driver/r_gpt/r_gpt_private_api.h | 2d98ae381385d13f4fab2ef1037f51fff8a413a0 | [] | no_license | iotcommunity/ajwrs | 5b3bbe2daaf986c106c547701479a48836fa11a7 | 663b1fd71659e399a54bbce91484a96b1cf6b7b6 | refs/heads/master | 2021-06-06T12:49:09.667711 | 2016-12-14T07:25:07 | 2016-12-14T07:25:07 | 74,212,164 | 1 | 1 | null | 2016-11-19T14:05:50 | 2016-11-19T14:05:47 | null | UTF-8 | C | false | false | 3,100 | h | /***********************************************************************************************************************
* Copyright [2015] Renesas Electronics Corporation and/or its licensors. All Rights Reserved.
*
* This file is part of Renesas SynergyTM Software Package (SSP)
*
* The contents of this file (th... | [
"lycannon@gmail.com"
] | lycannon@gmail.com |
d919ff9c489fef6129bfe8a6fa8bfbd7d9dd32fa | f6eb1e0164e42bb4d18b7ea1d837dbaf178aa9ff | /Beginner's Guide to C/Chapter31ex1.c | 7adfb29499a00986bd204422bf0dd6f94550c174 | [] | no_license | TheMaxta/Learning-C | 2fb1fff61cd5aec1f27607bfd56f565762a1cafb | 54a643f9cd41c90fca2661b98b80fcaff3959eb8 | refs/heads/master | 2021-01-10T15:12:05.146534 | 2016-02-13T07:18:57 | 2016-02-13T07:18:57 | 48,865,147 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 811 | c | // Example program #1 from Chapter 31 of Beginner's Guide to C
// File Chapter31ex1.c
/* The program demonstrates passing a variable to a function by value. */
#include <stdio.h>
int main()
{
int i; // we will pass this variable to half
char a;
printf("Please enter an integer... ");
scanf(" %d", &i);
// Now ... | [
"themaxta@gmail.com"
] | themaxta@gmail.com |
273c2d25ee68f08687c6e38539738169efb999ae | 150d50b0d1cea5b6bc7488a9703914e1d99b2fe2 | /src/bf.c | 4d811617372e1167dfb32b706778165851843919 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | bartlomiejbloniarz/cherkassky_goldberg_radzik | 67b0fb1ecc9c1f4f5ab67016df51a6a3373fb2ed | cf72bb0111e1ff3576aabf2cc3c5aa7b3ceb6c2d | refs/heads/master | 2022-05-10T16:59:49.631099 | 2017-06-10T10:52:40 | 2017-06-10T10:52:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,102 | c | void bf ( n, nodes, source )
long n; /* number of nodes */
node *nodes, /* pointer to the first node */
*source; /* pointer to the source */
{
#define NNULL (node*)NULL
#define VERY_FAR 1073741823
/* ----- queues definitions ----- */
node *beg... | [
"skvadrik@gmail.com"
] | skvadrik@gmail.com |
cbbb378d667a9daf3931a1880eb23ba5107f7479 | ffca8ba2fe1392fd5012b4b08245c969a00161bb | /Thread-1.0.1/hal/micro/cortexm3/em35x/em3596/mpu-config.h | f9be3c2161361d5d8458481bc8804639909d0074 | [] | no_license | umangparekh/thread_apps | c7e5f2fadb091107f6135de433812e6d78588adc | 989f324d44437e5a71a69551a4f8148b38cf55cd | refs/heads/master | 2021-01-10T02:02:34.394997 | 2015-09-29T17:58:17 | 2015-09-29T17:58:17 | 43,340,391 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,202 | h | /** @file hal/micro/cortexm3/em35x/em3596/mpu-config.h
*
* @brief MPU configuration for the em3596
*
* THIS IS A GENERATED FILE. DO NOT EDIT.
*
* <!-- Copyright 2015 Silicon Laboratories, Inc. *80*-->
*/
#ifndef __MPU_H__
#error This header should not be included directly, use hal/micr... | [
"umangparekh@gmail.com"
] | umangparekh@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.