blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 333 | content_id stringlengths 40 40 | detected_licenses listlengths 0 58 | license_type stringclasses 2
values | repo_name stringlengths 5 113 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 604
values | visit_date timestamp[us]date 2016-08-02 21:20:34 2023-09-06 10:17:08 | revision_date timestamp[us]date 1970-01-01 00:00:00 2023-09-05 20:12:54 | committer_date timestamp[us]date 1970-01-01 00:00:00 2023-09-05 20:12:54 | github_id int64 966 664M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us]date 2012-06-18 16:43:44 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-02-03 21:17:16 2023-07-07 15:57:14 ⌀ | gha_language stringclasses 121
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 128 17.8k | extension stringclasses 134
values | content stringlengths 128 8.19k | authors listlengths 1 1 | author_id stringlengths 1 143 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
9c2a6b0b0d846994a07f18645bf4a8e44da4eede | ef23e388061a637f82b815d32f7af8cb60c5bb1f | /src/emu/imagedev/chd_cd.h | 5c28ac508974f9fefda2b37fdd4b3cbc742838a4 | [] | no_license | marcellodash/psmame | 76fd877a210d50d34f23e50d338e65a17deff066 | 09f52313bd3b06311b910ed67a0e7c70c2dd2535 | refs/heads/master | 2021-05-29T23:57:23.333706 | 2011-06-23T20:11:22 | 2011-06-23T20:11:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,236 | h | /*********************************************************************
chd_cd.h
Interface to the CHD CDROM code
*********************************************************************/
#ifndef CHD_CD_H
#define CHD_CD_H
#include "cdrom.h"
/********************************************************... | [
"Mike@localhost"
] | Mike@localhost |
c97b3328343856417f101259ccb47b9d5a639da2 | dadb03095d2ec2c1d70382bf280db0bccbd497d1 | /mega328_GPS_CAN/Src/Main.c | 67ad70386e7231b63e8b7e11e0b4db7a1ab8eb8e | [] | no_license | nalale/BoatFirmware | 493ff9cf8bbacb3fccb7e927036acfaff2b88db5 | 6476312e96541f55f916849912780912c7767a4d | refs/heads/master | 2021-06-15T01:32:03.516836 | 2021-05-25T06:30:09 | 2021-05-25T06:30:09 | 197,399,164 | 0 | 1 | null | null | null | null | WINDOWS-1251 | C | false | false | 1,710 | c | /*
* Main.c
*
* Created on: 17 мая 2020 г.
* Author: a.lazko
*/
#include "Main.h"
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include <stdio.h>
#include <string.h>
#include "../ATmega328P-master/inc/SPI.h"
#include "../ATmega328P-master/inc/UART2.h"
#includ... | [
"alelazk@yandex.ru"
] | alelazk@yandex.ru |
fa6e394b4ac2dac9dfa0807db16dbfd6e40309a8 | ca93ccf1b7168680b9c6e336e33a33be2726ca54 | /Excercise/chapter9/C(d).c | 7fd2fd0f63adf26f7981b0a40cf69e580f297e90 | [] | no_license | shubh-dubey/Let-Us-C-Solutions | bf202126228133a816a9924e53ef7e1e0ad2b51c | de1f57455d8840313bf27715ed04efade5c20c18 | refs/heads/main | 2023-08-22T09:50:55.815620 | 2021-06-10T10:08:04 | 2021-06-10T10:08:04 | 412,448,514 | 0 | 0 | null | 2021-10-01T11:57:42 | 2021-10-01T11:57:42 | null | UTF-8 | C | false | false | 364 | c | #include<stdio.h>
#include<conio.h>
void GCD(int *, int *);
int main(){
int J, K;
printf("Enter value of J and K : ");
scanf("%d %d", &J, &K);
while(K!=0){
GCD(&J, &K);
}
getch();
return 0;
}
void GCD(int *J, int *K){
int j, k;
int remainder = *J / *K;
j=*J; k=*K;
*J=k; *K= j-remainder*k;
if(*K==0)
prin... | [
"amitchoudhary9425@gmail.com"
] | amitchoudhary9425@gmail.com |
73e426fbe28b3a735c0696956ad45467384a006a | d792300a60bf72fc85f85d7297c7b878ede92fc6 | /bsp/inc/bsp.h | 3ef95f1dcb85f9dec94a9fa34b1cf227ec7598cc | [] | no_license | nahueespinosa/salt | f2882b6a8220dda16559c65281318e443bce5ff6 | 0fa33e4ad54c1ef9464be9194368bee91ce67c32 | refs/heads/master | 2023-01-22T05:43:55.373000 | 2020-11-29T16:13:26 | 2020-11-29T16:13:26 | 292,737,728 | 0 | 0 | null | 2020-10-01T23:39:33 | 2020-09-04T03:18:07 | C | UTF-8 | C | false | false | 2,787 | h | /*
* --------------------------------------------------------------------------
*
* Framework RKH
* -------------
*
* State-machine framework for reactive embedded systems
*
* Copyright (C) 2010 Leandro Francucci.
* ... | [
"nahue.espinosa@gmail.com"
] | nahue.espinosa@gmail.com |
9b61c6b11509f78e7248b0e1265c8a49121277d9 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/software/Python-2.7.13/Modules/zlib/gzwrite.c | 2c9ac2b2f60a283032eae46b7e79ca53e6ff65fa | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,084 | c | local int gz_init OF((gz_statep));
local int gz_comp OF((gz_statep, int));
local int gz_zero OF((gz_statep, z_off64_t));
local int gz_init(state)
gz_statep state;
local int gz_comp(state, flush)
gz_statep state;
int flush;
local int gz_zero(state, len)
gz_statep state;
z_off64_t len;
int ZEXPORT gzwrite(file, buf, len)... | [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
e09cf7fcd5e60270c792254f89d9d830e468fc56 | ecfb152af870aea90355fe29fa46989030c6d4c6 | /xorg-server-X11R7.1-1.1.0/hw/xfree86/os-support/shared/bios_devmem.c | b63704cde96a2a11f8c7371e715908474e5fec9e | [] | no_license | Magister/x11rdp_xorg71 | b1e6a4acf08812dc92b3e507bd22281697989ef0 | 097603f5f9cf6e8ea56d6e3f8bea6100cc835ada | refs/heads/master | 2021-01-19T07:41:02.050682 | 2012-02-11T21:49:32 | 2012-02-11T21:49:32 | 3,473,986 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,328 | c | /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/shared/bios_devmem.c,v 3.5 1998/09/13 00:51:32 dawes Exp $ */
/*
* Copyright 1993 by David Wexelblat <dwex@goblin.org>
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee,... | [
"jay@1bcb0b09-b424-0410-92a4-e5ef3db1a8a0"
] | jay@1bcb0b09-b424-0410-92a4-e5ef3db1a8a0 |
838c0cdff1f1e0f6f58b8063f308aec7c91ec593 | 03a7c5275dfeb4369930679c561e73e9eeeeb215 | /CodeScanner/USER/stm32f10x_it.c | 76e0959e619ff1390536dc653ee5bac1ed89ed3e | [
"Apache-2.0"
] | permissive | lingjiawang511/myprogram_2016year | 620edf99783a0857e7dc93476a931a3a76909ff3 | 758bc0a2d9bdfda8e8664d539180cb14c96ace9c | refs/heads/master | 2021-01-23T07:21:29.008533 | 2020-04-26T07:15:46 | 2020-04-26T07:15:46 | 86,420,757 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 7,047 | c | /**
******************************************************************************
* @file Project/STM32F10x_StdPeriph_Template/stm32f10x_it.c
* @author MCD Application Team
* @version V3.5.0
* @date 08-April-2011
* @brief Main Interrupt Service Routines.
* This file provides template f... | [
"398677675@qq.com"
] | 398677675@qq.com |
3afd41daf1a9ef727174609417f5aacca43a12be | 1e55349d14d65e5be67e2e92d9978beb0ed7a0c0 | /examples/c/rkh/blinky_bm/bsp/src/assert.c | 66d02b8eaf625713096846593687653433b05c66 | [
"BSD-3-Clause"
] | permissive | martinribelotta/cese-edu-ciaa-template | 39b325389aff0a19dd1e14ed87088d63f3e222a8 | 8ff0977b104f4fe43f155d90bbc2ebbd3430fb2d | refs/heads/master | 2021-04-15T12:46:16.263408 | 2020-09-17T13:55:05 | 2020-09-17T13:55:05 | 126,267,255 | 1 | 0 | BSD-3-Clause | 2018-09-26T02:32:18 | 2018-03-22T02:20:04 | C | UTF-8 | C | false | false | 2,887 | c | /*
* --------------------------------------------------------------------------
*
* Framework RKH
* -------------
*
* State-machine framework for reactive embedded systems
*
* Copyright (C) 2010 Leandro Francucci.
* ... | [
"bukitoo@gmail.com"
] | bukitoo@gmail.com |
a9dc7f189b7bd847f70f29b02750875ced440a38 | e41c5d10d50013752a9b4fa0823b30a55ab4c958 | /src/kernel/management/mm.c | 6bf0be8370cf09d5b95569d1620f305df6d1216a | [] | no_license | autumn-wind/os-lab1 | de4dffcbe923275e72639480211862582def72c6 | 4c7e3e2c5185f75100b7dff084771e41c9d267ae | refs/heads/master | 2021-05-04T11:00:18.959405 | 2017-05-11T06:15:08 | 2017-05-11T06:15:08 | 48,466,517 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,262 | c | #include "kernel.h"
static void mm(void);
extern uint8_t mem_maps[PAGE_NR];
pid_t MM;
uint32_t get_free_page(){
int i;
for(i = 0; i < PAGE_NR; ++ i){
if(mem_maps[i] == 0){
mem_maps[i] = 1;
return KMEM + i * PAGE_SIZE;
}
}
panic("No free page is found!\n");
return 0;
}
void copy_mem(char *dest, char ... | [
"junf_wang@126.com"
] | junf_wang@126.com |
f39483a20b77f95659c49efc89f27aae18d3def5 | c99d6f8fab0e587bcfa5d21bd5a126851b7bdf24 | /kalimba/lib_sets/sdk/include/multirate_operators/cbops_peak_monitor_op.h | 916f379ccd9bbd00a7969a9fbc0c919c8668f1cd | [] | no_license | DIIIIII/koovox_adk4.0 | cd75854533a1b88667bdc21f8ef6e9476e289cc3 | ed6522025aca351885b47593620926889b914d37 | refs/heads/master | 2020-04-28T17:00:38.985571 | 2015-08-21T07:02:09 | 2015-08-21T07:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 600 | h | // *****************************************************************************
// %%fullcopyright(2007) http://www.csr.com
// %%version
//
// $Change: 2317643 $ $DateTime: 2015/07/10 11:14:28 $
// *****************************************************************************
#ifndef CBOPS_PEAK_MONITOR_HEADER_... | [
"youqiukun@163.com"
] | youqiukun@163.com |
74fc6835d34cec1e2dae5784bb573dfa0198a474 | fee9e7a10356c611229a426bba147c9b489df089 | /Chapter12/example/prog12.4.c | 8a2eb0b7e6600b5f2e46e7a9795047a9ace3f34c | [] | no_license | ankitrgadiya/learn-c | e6be58f8ff588168ecf69b0ec92517118e07156b | 88445a9ccf99023e6753eb4fbe87ad5b6ee50086 | refs/heads/master | 2021-03-22T02:15:59.054313 | 2017-10-05T15:08:44 | 2017-10-05T15:08:44 | 88,732,254 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 849 | c | // Program to illustrate rotation of integers
#include <stdio.h>
int main (void)
{
unsigned int w1 = 0xabcdef00u, w2 = 0xffff1122u;
unsigned int rotate (unsigned int value, int n);
printf("%x\n", rotate (w1, 8));
printf("%x\n", rotate (w1, -16));
printf("%x\n", rotate (w2, 4));
printf("%x\n", rotate (w2, -2));... | [
"git@argp.in"
] | git@argp.in |
17c3554a0e5f96c50a0bc58e036e717366402412 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/mpv/video/out/opengl/extr_context_angle.c_angle_swap_buffers.c | 7bd2ae27dc9b5bcdf7e449fce6264ee92f23ec6f | [] | 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 | 799 | 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 |
b6b7adc3ce32b5a8062cc2ae7dbdeab344d0b1b3 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/video/fbdev/extr_leo.c_leo_unmap_regs.c | 1818cd781a46434dc349ff569f5ff0f51f6e133a | [] | 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,322 | 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 |
dbf16474a120ed17d54c179cf4c524424f6f637e | 03b60dde2f22afe5bb7752558c0cfa20c4f251c2 | /third-party/LUFA100513/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h | 2e5f1caeef665e9f69400adb13107c52d2a4ee44 | [
"CC0-1.0"
] | permissive | CrashSerious/dump-ninja | 241e8f20c74eed7401e028bdc20eceb0bcc7110f | 36e8e4a7625bdc956582a3bf30972dabe229e606 | refs/heads/master | 2020-05-16T21:11:13.447711 | 2012-01-14T16:19:41 | 2012-01-14T16:19:41 | 3,175,915 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,801 | h | /*
LUFA Library
Copyright (C) Dean Camera, 2010.
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
*/
/*
Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and... | [
"root@AVRDev.(none)"
] | root@AVRDev.(none) |
3fc434589591683f4ec7e04e48fd991cbc79228f | 01a4e429aeed06d87a74960818115ce2f534a462 | /apps/i2c_fail_safe_bootloader/host_app_nvm/firmware/src/config/sam_e54_xpro/peripheral/nvic/plib_nvic.c | 29b31940be2c2230bf6ce551f98c4aebc6883f2f | [
"ISC",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jmaya371/Boot-i2c | de7457db5946f3688c160bdd737be9c87a5360a6 | 1aa53edf577ac6b0d1096c753bd11997c79a6c89 | refs/heads/master | 2023-03-07T13:31:04.998810 | 2020-11-30T23:19:56 | 2020-11-30T23:19:56 | 340,567,769 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,795 | c | /*******************************************************************************
NVIC PLIB Implementation
Company:
Microchip Technology Inc.
File Name:
plib_nvic.c
Summary:
NVIC PLIB Source File
Description:
None
****************************************************************************... | [
"amit.raddi@microchip.com"
] | amit.raddi@microchip.com |
6695fd12e433549f310e0567b53702efce2f6a98 | c7be5b45ee13d3f2bad32902f8602ee00dff13c0 | /numeric/AKWF_0487.h | 5ff63a51334301bf54aa304b855dc53892d430c9 | [] | no_license | DatanoiseTV/AKWF_WaveForms_1024 | d38ed856416b093d3b0c0b7ef8203cd3fdf20f20 | 54c9d55511f007feacfac3d437e0eb1d1f214d5e | refs/heads/master | 2021-01-19T22:01:48.646095 | 2014-07-08T12:34:35 | 2014-07-08T12:34:35 | 21,574,675 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,406 | h | // Converted by AKWF2Teensy from AKWF_0487.wav.
// AKWF2Teensy - Beerware by Datanoise.net.
const int16_t AKWF_0487[1025] = {
217, 639, 1062, 1485, 1908, 2328, 2748, 3164, 3579,
3985, 4389, 4788, 5181, 5566, 5945, 6316, 6679, 7031, 7376,
7711, 8036, 8350, 8653, 8945, 9223, 9491, 9746, 9... | [
"github@ext.no-route.org"
] | github@ext.no-route.org |
8f7d3e44857ac33ebee1e2fa253a778f81c03a05 | 3c883e1084f0a61e558c2d210bb1b4ae8a5e6a06 | /third_party/nvxs-1.0.2/CLAPACK/SRC/cgeqlf.c | a489c9139f70bc8d25734fd728ecf6586899fe87 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"Python-2.0",
"BSD-3-Clause"
] | permissive | nya3jp/python-animeface | 7e48aa333c9f365a80acdf43e5d516edc8d0b189 | 15caf8b1ca29847f0dceb54e4b91c77726c4111c | refs/heads/main | 2022-04-29T20:17:01.198810 | 2022-04-04T10:17:59 | 2022-04-04T10:17:59 | 10,998,381 | 150 | 14 | Apache-2.0 | 2022-04-03T07:18:40 | 2013-06-27T14:06:08 | C | UTF-8 | C | false | false | 7,291 | c | #include "f2c.h"
#include "blaswrap.h"
/* Table of constant values */
static integer c__1 = 1;
static integer c_n1 = -1;
static integer c__3 = 3;
static integer c__2 = 2;
/* Subroutine */ int cgeqlf_(integer *m, integer *n, complex *a, integer *lda,
complex *tau, complex *work, integer *lwork, integer *info)
{
... | [
"takahashi.shuhei@gmail.com"
] | takahashi.shuhei@gmail.com |
b51b6941e732d4ac14e96952356b51db5c84da76 | 11ee3810ad0e2334e7f5af76867a7e8de98715d8 | /C_06/ex03/ft_sort_params.c | 057e442bab37cf955eb20db882479f9e75ae3fed | [] | no_license | ncliff-git/school21_pool_by_ncliff | 38f1ee9c5fb2c1206224aaeabed2d647007c6513 | a24601f66c0b74ca0d18fd2723c3767c3941ba29 | refs/heads/master | 2023-08-01T00:13:30.659337 | 2021-09-12T11:07:16 | 2021-09-12T11:07:16 | 286,780,068 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,630 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_sort_params.c :+: :+: :+: ... | [
"ncliff@un-h6.kzn.21-school.ru"
] | ncliff@un-h6.kzn.21-school.ru |
2878bda288888805864cb36db64e70866f0a7919 | 05bd89f61623c130cfa36d3c5b0d1e8617005cc4 | /0x13-more_singly_linked_lists/4-free_listint.c | 088c22e608b1fa503a6faad2dc543d367959f63e | [] | no_license | stevenbrand99/holbertonschool-low_level_programming | bf832e2188f8fa832d08532a0dff161fd29554c3 | c72c1e8716190251271f19ca9e42dcbf34f1dd89 | refs/heads/master | 2022-12-14T19:45:48.322233 | 2020-08-27T05:11:33 | 2020-08-27T05:11:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 212 | c | #include "lists.h"
/**
* free_listint - free_listint
* @head: head
*/
void free_listint(listint_t *head)
{
listint_t *store;
while (head != NULL)
{
store = head->next;
free(head);
head = store;
}
}
| [
"steven.brand1999@gmail.com"
] | steven.brand1999@gmail.com |
e52ddabf597623c9e98ce120b844a50689b1fe89 | 2875e427d9931ab8cfe2e066e1568c3130fcc3f2 | /Solaris_2.6/os_net/src_ws/usr/src/lib/libcurses/screen/compiler.h | 4338dee919e150e1fb30fa90fd384608f5a12856 | [] | 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 | 5,179 | h | /* Copyright (c) 1988 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 "@(#)compiler.h 1.5 92/07/14 SMI" /* SVr4.0 1.5 */
/************************... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
a04001b2b15aae24f19eb13721a0624dd761f563 | 5838cf8f133a62df151ed12a5f928a43c11772ed | /NT/com/netfx/src/clr/toolbox/tlbimp/tlbimpcode/__file__.h | 0b2942c6ac8250263661b975b63378a8cd971847 | [] | no_license | proaholic/Win2K3 | e5e17b2262f8a2e9590d3fd7a201da19771eb132 | 572f0250d5825e7b80920b6610c22c5b9baaa3aa | refs/heads/master | 2023-07-09T06:15:54.474432 | 2021-08-11T09:09:14 | 2021-08-11T09:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 444 | h | // ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
#ifdef _DEBUG
#define VER_FILEFLAGS VS_FF_DEBUG
#else
#define VER_FILEFLAGS VS_FF_SPECIALBUILD
#endif
#define VER_FILETYPE VFT_DLL
#define VER_INTERNALNAME_STR "TLBIMPCODE.DLL"
#define VER_FILEDESCRIPTION_... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
ee7c28d552e74a466873e4e53c9d7331f337dd1b | ad0f70df9a874f388515ca5263a3e35c250c82c6 | /lab2-2_1/lab2-2_1.c | 97819943fe27e785c5c1c628bb1293be8e076ec3 | [] | no_license | JJuOn/2019-01-iotsw | fdf131392fe84db0355db1c96e9bd1425de241aa | 885c5fca43f4fc40efedf03fd9936cc855f3807d | refs/heads/master | 2020-05-17T22:43:26.121868 | 2019-06-21T04:30:55 | 2019-06-21T04:30:55 | 184,009,223 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 410 | c | #include <stdio.h>
#include <wiringPi.h>
#define LED_ON 1
#define LED_OFF 0
const int Led[16]={4,17,18,27,22,23,24,25,6,12,13,16,19,20,26,21};
int main()
{
int i;
if(wiringPiSetupGpio()==-1)
return 1;
for(i=0;i<16;i++)
{
pinMode(Led[i],OUTPUT);
digitalWrite(Led[i],LED_OFF);
}
while(1)
{
digitalWrite(Le... | [
"jwseo001@khu.ac.kr"
] | jwseo001@khu.ac.kr |
22eb5565d4e4bd60d5774f3ede7dddda4fc0e0de | 21b34921c86f311eb99e6d6af5d72744b2d9ba73 | /buffer.h | 969c5d8678c5bcf8aaa73f2b0511f86330ebec04 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | io7m/coreland-corelib | 39d1aef2a16b858101df1b743e9a67681fa42f8b | f0c27f147c9757980de95189ff4435dae7d13dd3 | refs/heads/master | 2020-04-09T08:10:15.939615 | 2009-10-23T04:24:55 | 2009-10-23T04:24:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,390 | h | #ifndef CORELIB_BUFFER_H
#define CORELIB_BUFFER_H
#define BUFFER_OUTSIZE 8192
#define BUFFER_INSIZE 8192
#define BUFFER_ZERO {0,0,0,0,0}
struct buffer {
char *buf;
unsigned long pos;
unsigned long size;
int fd;
long (*op)(int, char *, unsigned long);
};
typedef long (*buffer_op)(int, char *, unsigned long)... | [
"markzero@6e7d7e42-f3d6-da11-80d8-00d0b73f4485"
] | markzero@6e7d7e42-f3d6-da11-80d8-00d0b73f4485 |
3e541acf3fcb22613f9a07de10e7d837ae8fa561 | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/astaroth/nk1.c | b82d466121b5983c9ef1dd3f22cee39b5e60f3e1 | [] | 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 | 361 | c | inherit "obj/monster";
reset(arg) {
if(!arg)
::reset(arg);
set_name("johnathan");
set_level(1);
set_alias("newkid");
set_race("man");
set_hp(15);
set_aggressive(1);
set_al(-1000);
set_short("Johnathan");
set_long("This is an evil new kid.\n" +
"He belongs on the chopping block.\n" +
... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
b2625c08e5d4c9ec306611b16c9f398e5aab39c2 | b945b2fac11f237a49de33af1b8fa02ba3ed1814 | /vds/vdaim/test2/main.c | c921ffdcd1071a280d8453dbbee5267b94659dc6 | [] | no_license | ahundiak/isdp | b94f56f7a7b02b806209ff06da8e22497f6e1386 | 07572eb18f07cbf762505ef34e471fa47c102df4 | refs/heads/master | 2021-03-12T20:02:34.067237 | 2011-12-16T20:03:20 | 2011-12-16T20:03:20 | 37,136,442 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,345 | c | #include <stdio.h>
#include <string.h>
#include <glib.h>
#include <gio/gio.h>
extern test_ftp();
#define POSTMAN_MAGICNO 1234567876 /* good buffer identifier prefix */
#define FULL_BUFFER 1 /* needs packing buffer on CLIX */
#define LEAN_BUFFER 2 /* no mfail etc; saves packing space */
... | [
"ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30"
] | ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30 |
7a6936325243ed3e3fb6d0b331e4c6fb4797c8f8 | 4f1d319133a467466a99c5197b519f73fd73e1f1 | /src/osd/sdl/dview.h | 488aaa1c61833c18b0c7b6f847698d635ad75fc3 | [] | no_license | AltimorTASDK/shmupmametgm | 5da401800c7c435b1c3a5a927ba5bc15a6e056cd | 2911e3cf43d04a3d1587a48a63352c42647cc9e6 | refs/heads/master | 2021-01-13T00:50:22.251435 | 2015-12-13T18:16:27 | 2015-12-13T18:16:27 | 47,025,375 | 3 | 3 | null | 2017-02-05T01:09:53 | 2015-11-28T13:55:58 | C | UTF-8 | C | false | false | 1,332 | h | #ifndef DVIEW_H
#define DVIEW_H
#include <gtk/gtk.h>
#include "emu.h"
#include "video.h"
#include "osdepend.h"
#include "debug/debugvw.h"
#include "debug/debugcon.h"
#include "debug/debugcpu.h"
GType dview_get_type(void);
#define DVIEW_TYPE (dview_get_type())
#define DVIEW(obj) (G_TYPE_CHECK_IN... | [
"altimormc@gmail.com"
] | altimormc@gmail.com |
7e81e080c10c76f97aef06c0a42dbcf598b3d785 | 4045ca0933bbccd556c8cd251ecba512c8e1383d | /src/include/dare/dare_kvs_sm.h | 575f5145386481c76cf628011021617bddc39a6e | [
"BSD-3-Clause-Open-MPI"
] | permissive | wnagchenghku/RDMA-PAXOS | 64372cff3c1e658a7c33137f728e0ce8c301a6cd | 9fd851b959800aadd8b74ccee61e9d4fc8b34b63 | refs/heads/master | 2020-05-29T14:04:52.502763 | 2019-06-07T04:52:49 | 2019-06-07T04:52:49 | 189,182,791 | 0 | 0 | NOASSERTION | 2019-05-29T08:24:44 | 2019-05-29T08:24:44 | null | UTF-8 | C | false | false | 999 | h | /**
* DARE (Direct Access REplication)
*
* State machine implementation (KVS)
*
* Copyright (c) 2014-2015 ETH-Zurich. All rights reserved.
*
* Author(s): Marius Poke <marius.poke@inf.ethz.ch>
*
*/
#ifndef... | [
"you@example.com"
] | you@example.com |
0825592e53ba7046f2026b08e439232d380ebc0a | c14b295f793b0ea3cdfdfc185c3a4b5a382fb14e | /0x05-pointers_arrays_strings/0-main.c | 9938daea095eba90e41bdd3e63f3e79db4cbb93f | [] | no_license | macoyulloa/holbertonschool-low_level_programming | 2b87acc374e8d71a8f07eec15e20b4bff2bbe943 | 291a7290e2144eed0f0c877a8107b0e31d2a69a5 | refs/heads/master | 2020-04-21T09:02:19.247265 | 2019-08-29T23:48:08 | 2019-08-29T23:48:08 | 169,436,484 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 356 | c | #include "holberton.h"
#include <stdio.h>
/**
* main - check the code for Holberton School students.
*
* Return: Always 0.
*/
int main(void)
{
char s1[98] = "Hello ";
char s2[] = "World!\n";
char *p;
printf("%s\n", s1);
printf("%s", s2);
p = _strcat(s1, s2);
printf("%s", s1);
printf("%s", s2);
... | [
"malejacoy@hotmail.com"
] | malejacoy@hotmail.com |
834f348a38c3f412467849641d2d2a7d144d205c | 02a087e8de0a7d0cfed9dba60e8cff5be4ae3be1 | /Research_Bucket/Completed_Archived/ConcolicProcess/oracles/Bellon/bellon_benchmark/sourcecode/cook/src/cook/graph/run.h | b8e5449e85054e967c0f0e78f7289b476ca05e53 | [] | no_license | dan7800/Research | 7baf8d5afda9824dc5a53f55c3e73f9734e61d46 | f68ea72c599f74e88dd44d85503cc672474ec12a | refs/heads/master | 2021-01-23T09:50:47.744309 | 2018-09-01T14:56:01 | 2018-09-01T14:56:01 | 32,521,867 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,197 | h | /*
* cook - file construction tool
* Copyright (C) 1997 Peter Miller;
* 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 as published by
* the Free Software Foundation; either version 2 of ... | [
"dxkvse@rit.edu"
] | dxkvse@rit.edu |
c4fc7f178872d84fa16efb7f9920ad174a396aa9 | 3ac819ce9d1ac47712238d91e77a47446841821b | /driver/retimer/nb7v904m.c | 81fd5abc93be4e3fcde120563625204132869c39 | [
"BSD-3-Clause"
] | permissive | platinasystems/chrome-ec | cd638b8f86076cb01e5048ca51a63e4adbfbac85 | ce143d577fa85acae86ae372a7521d7def6c2391 | refs/heads/master | 2021-01-12T13:00:38.698345 | 2020-02-19T16:48:06 | 2020-02-27T14:35:48 | 69,767,954 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,492 | c | /* Copyright 2020 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
* ON Semiconductor NB7V904M USB Type-C DisplayPort Alt Mode Redriver
*/
#include <stdbool.h>
#include "common.h"
#include "console.h"
#include "ec_... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
f5c51e2a4bac01595de5cebdb3f46d6a3f423a98 | 2c78de0b151238b1c0c26e6a4d1a36c7fa09268c | /common/components/rtl/external/Embarcadero/DelphiBerlin/cpprtl/Source/startup/rawdll.c | 987f7ed5397312653a3a174a65879a6d6b3b7f00 | [] | no_license | bravesoftdz/realwork | 05a3b308cef59bed8a9efda4212849c391b4b267 | 19b446ce8ad2adf82ab8ce7988bc003221accad2 | refs/heads/master | 2021-06-07T23:57:22.429896 | 2016-11-01T18:30:21 | 2016-11-01T18:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 443 | c | /*-----------------------------------------------------------------------*
* filename - rawdll.c
*
*-----------------------------------------------------------------------*/
/*
* C/C++ Run Time Library - Version 24.0
*
* Copyright (c) 1995, 2016 by Embarcadero Technologies, Inc.
* All Rights Rese... | [
"lulinalex@gmail.com"
] | lulinalex@gmail.com |
db376c16e0d821c3c61a42b83b5a7ef7130b6e71 | 41d0aee2205d1d1d244faf6b72bae5b48d3839af | /kernel/base/include/los_base_pri.h | a43f073a33585280e12c3232407a7083781ec7e4 | [
"BSD-3-Clause"
] | permissive | SunnyLy/kernel_liteos_a_note | 75d2df014abce78e85722406331343832f74cec4 | 9c54aa38d2330b365e55e5feff1f808c3b6dba25 | refs/heads/master | 2023-08-19T13:15:21.905929 | 2021-10-22T09:26:15 | 2021-10-22T09:26:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,093 | h | /*
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. 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.... | [
"kuangyufei@126.com"
] | kuangyufei@126.com |
0184788893cc48dfd6c8f117c1b22420fafd3dbc | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/input/keyboard/extr_imx_keypad.c_imx_keypad_irq_handler.c | 79547298deed6e0de85cf2822cd92de35ae7cf24 | [] | 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,642 | 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 |
8a2eeaaf22f040f7ff7ef70633a970bd89b12dfc | 173eb435fef61582ea8b255fe5d1df9dc58f2abc | /slave_srio/se_main.c | 8a27127ac123df82391597b161bdc0f2fb27b7c2 | [] | no_license | Cai900205/test | 6d9e8fe5c7193cdf1e75885d85bc92c67cdb8812 | 1f9db0fcaa4bdd4f8966e016649a99bb37614808 | refs/heads/master | 2020-12-25T17:27:05.718094 | 2016-08-22T13:15:20 | 2016-08-22T13:15:20 | 40,888,283 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,694 | c | /*************************************************************************
> File Name: main.c
> Author:
> Mail:
> Created Time: Wed 12 Aug 2015 05:16:49 PM CST
************************************************************************/
#include "fvl_common.h"
#include "fvl_srio.h"
#define Buf_num 16
#define Buf_... | [
"1198430034@qq.com"
] | 1198430034@qq.com |
8f0694449339d464aa9309f5a872f652c51c147c | 2bbbe579a904fdc6ec06ad6c94237c9d06c58018 | /testsuites/kernel/sample/posix/pthread/full/It_posix_pthread_068.c | 6ced64b9c5d1545f23b4b14a3eb814b41bb3d151 | [
"BSD-3-Clause"
] | permissive | zuiaichi/kernel_liteos_a_note | 98e622f2ee65ecb0ec987f234767bc5bfdf34262 | 547a4b3582581da3321c82b7e19114c165db0c94 | refs/heads/master | 2023-06-08T17:05:22.794654 | 2021-06-30T02:06:44 | 2021-06-30T02:06:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,896 | c | /*
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. 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. Redist... | [
"kuangyufei@126.com"
] | kuangyufei@126.com |
93c84d2a4a391b6280a8138e7f0e154e9379678c | ecf37088c1618092ee847cb3bc656fdcf851fc48 | /Project/DemoKit/SrcCode/UIApp/UsbCommand/UsbCmdID.c | b1bb5f3a415ef086967e63bffca5950270856a69 | [] | no_license | calvinqiu/mygithub | b2ce14f0f6f1d3057517c16f109347d88b4a096d | b16780a2b34ba8e00af39b0fd9ccb4dacf1a0eee | refs/heads/master | 2021-05-13T21:55:39.951529 | 2018-01-08T02:39:35 | 2018-01-08T02:39:35 | 116,472,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 883 | c | #include "UsbCmdID.h"
#include "SysKer.h"
#include "UsbCmdInt.h"
#include "UsbCmdAPI.h"
#include "PrjCfg.h"
//#NT#2016/05/31#Ben Wang -begin
//#NT#Add UVC multimedia function.
#if(UVC_MULTIMEDIA_FUNC == ENABLE)
#define PRI_USBCMD 10
#define STKSIZE_USBCMD 4096
#define STKSIZE_USBCMD_DOWNLOA... | [
"hebo@you-qin.com"
] | hebo@you-qin.com |
d09caf25421535e604ce5e6da03014532a38b0bd | ac0936da6729df900b1a3eafe10dd53dcfa3104f | /extlibs/MCU/Examples/C8051F97x/Oscillators/Oscillator_CMOS/src/F970_Oscillator_CMOS.c | 9fe0eb4327b7742a6fdb328c53e59c92afee88b0 | [] | no_license | dania99/si1000-rf-beacon | 272195996c0e491e4177ddac31114edb700fb1c1 | ba772d789cde2935fd12e66f7765c6edf1408ce2 | refs/heads/master | 2022-01-05T04:39:43.174744 | 2019-05-13T16:59:48 | 2019-05-13T16:59:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,170 | c | //-----------------------------------------------------------------------------
// F97x_Oscillator_CMOS.c
//-----------------------------------------------------------------------------
// Copyright 2014 Silicon Laboratories, Inc.
// http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_License_Agreement.... | [
"vladimir.pinchuk01@gmail.com"
] | vladimir.pinchuk01@gmail.com |
4ef191dbf255612e56b0e976a6b910aa11644202 | f15eb31f51ee26de9a161c2950312721ae4acd37 | /asm/src/parser.c | 8d8453bd61983224b737abdc90ccf1755da7b574 | [] | no_license | theocerutti/Corewar | a667f8e4f0e4580bd9d76b6e33fe2d9ca9544b24 | 541dce938100b7ec24ce48ad38ea6cce37c44d07 | refs/heads/master | 2020-05-27T20:22:33.832275 | 2020-04-06T16:00:10 | 2020-04-06T16:00:10 | 188,778,697 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 798 | c | /*
** EPITECH PROJECT, 2019
** parser
** File description:
** parser
*/
#include "asm.h"
void write_instru_token(data_t *data, token_t *token, char *instru,
int begin_code_line)
{
for (int i = 0; instru != NULL && op_tab[i].mnemonique != NULL; i++) {
if (!my_strncmp(instru, op_tab[i].mnemonique, my_strlen... | [
"theo.cerutti@epitech.eu"
] | theo.cerutti@epitech.eu |
516c2c91d7cc37c838f7d590864f99176a4e2e04 | 2a4ef692496bd4904a7d44fa55d966f6ff5b80bf | /src/display_size.c | fd1202d13e2a606aa49b1af223b6745fec243f14 | [] | no_license | Geoffrey42/ft_ls | 437068af955f326fc5300f0292050225eacbbd52 | a89088e2e6151d65d9ca42c186a33f2223ad299f | refs/heads/master | 2021-01-13T07:49:48.554266 | 2017-01-09T09:43:35 | 2017-01-09T09:43:35 | 60,631,687 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,338 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* display_size.c :+: :+: :+: ... | [
"ggane@e1r5p6.42.fr"
] | ggane@e1r5p6.42.fr |
15e74a14557572e4c7888b21f619db97c93de545 | 893ea7cffd4e6fe3fbf38ee488249358e0dc8bd1 | /0728/1vital_code/整合的十段代码/3标准IO_文件IO/标准IO/3putc_getc.c | 6ec5ed5bec56f8202fa6f1a05a4d15d8dda4d037 | [] | no_license | lansplansplansp/0707 | b198a2107371c81a12e38a417beb8ea709725d81 | 6f4b4e31305104a19bcf920e4aceaac8fb83c591 | refs/heads/master | 2020-06-16T18:27:49.387589 | 2019-07-28T15:59:05 | 2019-07-28T15:59:05 | 195,664,192 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 202 | c | #include<stdio.h>
#include<string.h>
int main()
{
char ch;
printf("Input a character:");
ch=getc(stdin);
//ch=fgetc(stdin);
putc(ch,stdout);
//fputc(ch,stdout);
return 0;
}
| [
"123456@qq.com"
] | 123456@qq.com |
0570f6a3a9e16251d586fe37d28cf20995a96004 | c0a1d0c3273c0ef64c812e29f3766ebb46f9416e | /src/test/readv.c | 57e1b8d06ce63b85bcbe6b35ef66160d824d0bd7 | [
"MIT",
"BSD-2-Clause"
] | permissive | xs3c/rr | bfcdc7c52b9712e2e8eb7b5c58466e399832d384 | 832c7f0fea3a56f35a462e70aaff09a15086b949 | refs/heads/master | 2020-12-25T00:28:49.189848 | 2016-01-27T00:08:27 | 2016-01-27T00:08:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,305 | c | /* -*- Mode: C; tab-width: 8; c-basic-offset: 2; indent-tabs-mode: nil; -*- */
#include "rrutil.h"
static char data[10] = "0123456789";
static void test(int use_preadv) {
char name[] = "/tmp/rr-readv-XXXXXX";
int fd = mkstemp(name);
struct {
char ch[7];
} * part1;
struct {
char ch[10];
} * part2;... | [
"robert@ocallahan.org"
] | robert@ocallahan.org |
e923d0118caed8f77739c72b671ebad997688e37 | f4dc3450a1cfedf352774cba95dc68b32cbfbf11 | /Sources/Emulator/src/mess/machine/ecbbus.c | 6fcdc78ff1f530cba0db4df372754544d30e752d | [] | no_license | Jaku2k/MAMEHub | ae85696aedf3f1709b98090c843c752d417874a9 | faa98abc278cd52dd599584f7de5e2dd39cf6f87 | refs/heads/master | 2021-01-18T07:48:32.570205 | 2013-10-10T01:42:06 | 2013-10-10T01:42:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,693 | c | /**********************************************************************
Conitec Datensysteme ECB Bus emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
**********************************************************************/
#include "ecbbus.h"
//************... | [
"jgmath2000@gmail.com"
] | jgmath2000@gmail.com |
a197fb3c45780a9b2a04a06af7971a2f9faad6ba | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/d222fc17-0529-4c3b-846c-e732cdf2d379.c | cde9260751ce014ae8e6aeacc2c844eefd9c85da | [] | 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 | 574 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i-j;
l = k%j;
l = i+j;
k = k-i*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[87];
int c[82];
a = 0... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
30a5e34715b4d1f54886f02a1fe40cffc4e494b6 | d42fa606a26402258bc804332c0bab5d154ba99c | /srslte/lib/phch/cqi.c | ec47fcbd1afde1f9b3cbee0e4e6b6f651541e8d5 | [] | no_license | zz4fap/Wireless-Spectrum-Hypervisor | 44c2635d7092c65fa932b6b2e9cd1337ebbc4836 | 24158b45660dd304e6a39a1b318d534c3607bd7c | refs/heads/master | 2020-06-18T04:11:00.451308 | 2019-11-14T17:00:37 | 2019-11-14T17:00:37 | 196,159,695 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,540 | c | /**
*
* \section COPYRIGHT
*
* Copyright 2013-2015 Software Radio Systems Limited
*
* \section LICENSE
*
* This file is part of the srsLTE library.
*
* srsLTE is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Soft... | [
"zz4fap@users.noreply.github.com"
] | zz4fap@users.noreply.github.com |
c91db683c771e907e23e9403b8f7e540ddb2b2d0 | 0854453c6d24044420e3cf85f55205f60e062067 | /src/test/collection/lfcByteBuffer/spec_lfcByteBuffer_read_uint64.c | c78f143a73b735b0a1062f1b8a7b3f2cd2dfd0d8 | [] | no_license | pfke/libForC | f82c00949fce4e57237f82df77d968151577b941 | 7c5965958e2ad5a843bc14c1f082e95ff44ca20f | refs/heads/master | 2023-01-15T20:23:27.410897 | 2020-11-20T17:44:18 | 2020-11-20T17:44:18 | 276,684,658 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,258 | c | #include "collection/lfcByteBuffer.h"
#include "testing/lfcCriterionHelper.h"
#define TEST_SUITE_NAME spec_lfcByteBuffer_read_uint64
Test(
TEST_SUITE_NAME,
return_0_after_start
) {
lfcByteBuffer_t *tto = lfcByteBuffer_ctor();
should_be_same_int(lfcByteBuffer_read_uint64(tto, NULL), 0);
... | [
"h.blobner@avm.de"
] | h.blobner@avm.de |
727a289a92137609f9d4d1184a311e2d9926a4d3 | 21c09799d006ed6bede4123d57d6d54d977c0b63 | /fits_2018_10/PFNo10Dijet2016bgCSVv21b221Scan/corrHist.C | b65377cd85dbace30661b9460da333322794fbe8 | [] | no_license | corvettettt/DijetRootTreeAnalyzer | 68cb12e6b280957e1eb22c9842b0b9b30ae2c779 | e65624ffc105798209436fc80fb82e2c252c6344 | refs/heads/master | 2021-05-06T09:57:12.816787 | 2019-04-18T15:32:38 | 2019-04-18T15:32:38 | 114,043,763 | 1 | 0 | null | 2017-12-12T22:02:46 | 2017-12-12T22:02:46 | null | UTF-8 | C | false | false | 4,898 | c | void corrHist()
{
//=========Macro generated from canvas: c/c
//========= (Thu Dec 13 10:29:53 2018) by ROOT version6.02/05
TCanvas *c = new TCanvas("c", "c",0,0,500,500);
gStyle->SetOptStat(0);
c->SetHighLightColor(2);
c->Range(-0.5333333,-0.5,4.8,4.5);
c->SetFillColor(0);
c->SetBorderMode(0);
c-... | [
"zhixing.wang@ttu.edu"
] | zhixing.wang@ttu.edu |
1a41a0ea712cd87a29c948e45995a8fe08966ead | ab7d5ec2e40b26c33da957210b5d2da77f9b696d | /repos/sproxel/contents/pyBindings.h | 87b7ec998070f5053c589697259e108782507875 | [] | no_license | mcclure/bitbucket-backup | e49d280363ff7ef687f03473e463865a7ad8a817 | b6a02ca8decf843fa0a765c842c24e7eccf59307 | refs/heads/archive | 2023-01-24T21:15:14.875131 | 2020-02-02T20:56:23 | 2020-02-02T20:56:23 | 237,833,969 | 115 | 6 | null | 2023-01-07T14:24:14 | 2020-02-02T20:43:56 | C | UTF-8 | C | false | false | 581 | h | #ifndef __SPROXEL_PY_BINDINGS_H__
#define __SPROXEL_PY_BINDINGS_H__
#include "script.h"
#include "SproxelProject.h"
#include "UndoManager.h"
PyObject* sprite_to_py(VoxelGridGroupPtr sprite);
PyObject* project_to_py(SproxelProjectPtr proj);
PyObject* undo_manager_to_py(UndoManager *);
PyObject* PySpr... | [
"andi.m.mcclure@gmail.com"
] | andi.m.mcclure@gmail.com |
914fbaecd46d1eabd6af5d7103933b06f6f577e1 | 4483b10028c73fc49a518be4a2bcb56848d8786b | /ios/Google Cardboard Demo/Mecha-Mecha/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_18MethodDeclarations.h | 500c69e7ec283d00f4a471094cd86cbea3b996fe | [] | no_license | nchavez324/es50_final_project | aa8202470b59be1ddc25e78a3e1712708f5b00c4 | be1b8f9849d1ff4a845a137eefecb49df27f2e1c | refs/heads/master | 2021-01-10T07:03:26.885783 | 2020-12-03T16:02:23 | 2020-12-03T16:02:23 | 47,363,409 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,127 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Array
struct Array_t;
// System.Object
struct Object_t;
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Array_Interna... | [
"nchavez324@yahoo.com"
] | nchavez324@yahoo.com |
44207efa1f272b306b9f0a210295e2b556389d9b | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/reactos/base/services/dhcpcsvc/dhcp/extr_options.c_pretty_print_option.c | 4f18a8356d7e200f69e9f7b4fbf6e83a4835b0d0 | [] | 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 | 6,453 | 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 |
30dd3f844560a1ed2b4abe2d3936ca9592a22ddd | e2e8d3c97155003038ea55fcb7f0247438b8aff9 | /C语言学习17/2/queue.h | edb8097835f44dcde7f9109bc05e225c710e3ee8 | [] | no_license | Hyuga-Hinata/C-learning | a5f62bdfa585ee815e71ab0c0ce7f34f26faa44d | e91311e3dd5870e7a5ca93f1c27cef2c3af33141 | refs/heads/master | 2021-05-06T06:01:27.276058 | 2018-03-31T16:49:49 | 2018-03-31T16:49:49 | 115,264,606 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,300 | h | //队列接口
#pragma c9x on
#ifndef _QUEUE_H_
#define _QUEUE_H_
#include<stdbool.h>
//在此处插入Item的类型定义
//例如
typedef int Item;
//或: typedef struct item{int gumption;int charisma; } Item;
#define MAXQUEUE 10
typedef struct node
{
Item item;
struct node * next;
}Node;
typedef struct queue
{
Node * front; //指向队列首的指针
Node... | [
"1159902606@qq.com"
] | 1159902606@qq.com |
11cde50b90107f0e2b5995bb4e34acbe2bf2358e | 65f9576021285bc1f9e52cc21e2d49547ba77376 | /adsp_proc/core/storage/tftp/common/inc/tftp_config_i.h | 79c69c2bdf23cb1a605852d91055f4b13d9c2357 | [] | no_license | AVCHD/qcs605_root_qcom | 183d7a16e2f9fddc9df94df9532cbce661fbf6eb | 44af08aa9a60c6ca724c8d7abf04af54d4136ccb | refs/heads/main | 2023-03-18T21:54:11.234776 | 2021-02-26T11:03:59 | 2021-02-26T11:03:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,368 | h | /***********************************************************************
* tftp_config_i.h
*
* Short description
* Copyright (c) 2013-2014 Qualcomm Technologies, Inc. All Rights Reserved.
* Qualcomm Technologies Proprietary and Confidential.
*
* Verbose description.
*
*****************************************... | [
"jagadeshkumar.s@pathpartnertech.com"
] | jagadeshkumar.s@pathpartnertech.com |
467900f8852a36a8bc70010d68d08fa2ed44a474 | 6f35b2705109d1b6105a5dfe7877dff621f9936b | /libftprintfgnl/ft_printf/src/utils/min.c | 47dbcbf1bf588c964760b799122f039a8843942b | [
"MIT"
] | permissive | almayor/ft_select | f79b2af972358fa3478a0ecade402907035954cd | 56756281464bf3b49cbb8f9cc51f112843f308ed | refs/heads/master | 2023-07-16T21:45:58.254387 | 2021-08-28T10:51:59 | 2021-08-28T10:51:59 | 299,352,168 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 991 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* min_size.c :+: :+: :+: ... | [
"mayorovme@gmail.com"
] | mayorovme@gmail.com |
fd97ff5f63671d97fcb124723bdf077f0581bb90 | c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683 | /GreenDemonstrator/MEN_demonstrator_stubs/KCG-MEN-train/CAST_M_ERROR_to_int_TM_conversions.c | 8d5f47ee7ee9ec1b312f71f327ac4ec0f4e2dc07 | [] | no_license | VladislavLasmann/srcAndBinary | cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10 | 13aa76e545b9596f6dac84fb20480dffae7584d8 | refs/heads/master | 2021-05-08T15:04:05.709079 | 2016-01-22T12:40:10 | 2016-01-22T12:40:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,581 | c | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/MEN_demonstrator/KCG-MEN\kcg_s2c_config.txt
** Generation date: 2015-10-19T14:37:59
*************************************************************$ */
#include "kcg_consts.h"
#include "kcg_... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
8744f02bff723a701d4b7d7e669dbd3e836b848a | 524591f2c4f760bc01c12fea3061833847a4ff9a | /arm/usr/include/Poco/Net/SocketDefs.h | bf35fe2a51a3315420fdf5ee047e05c8d36ef532 | [
"BSD-3-Clause"
] | permissive | Roboy/roboy_plexus | 6f78d45c52055d97159fd4d0ca8e0f32f1fbd07e | 1f3039edd24c059459563cb81d194326fe824905 | refs/heads/roboy3 | 2023-03-10T15:01:34.703853 | 2021-08-16T13:42:54 | 2021-08-16T13:42:54 | 101,666,005 | 2 | 4 | BSD-3-Clause | 2022-10-22T13:43:45 | 2017-08-28T16:53:52 | C++ | UTF-8 | C | false | false | 7,005 | h | //
// SocketDefs.h
//
// $Id: //poco/1.3/Net/include/Poco/Net/SocketDefs.h#3 $
//
// Library: Net
// Package: NetCore
// Module: SocketDefs
//
// Include platform-specific header files for sockets.
//
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is he... | [
"simon.trendel@tum.de"
] | simon.trendel@tum.de |
17d4edb1bf8656342f6e9d76531082ba45bfb22f | 0e4519d3a94157a419e56576875aec1da906f578 | /DSA_DOIT/08/0812/Q12.c | 85b28077df3357681ba3ed38925613b61bd11a68 | [] | no_license | ivorymood/TIL | 0de3b92861e345375e87d01654d1fddf940621cd | 1f09e8b1f4df7c205c68eefd9ab02d17a85d140a | refs/heads/master | 2021-02-23T17:30:50.406370 | 2020-10-02T06:43:25 | 2020-10-02T06:43:25 | 245,388,390 | 0 | 0 | null | null | null | null | UHC | C | false | false | 1,727 | c | // 답안 소스 거의 그대로 가져옴
#include <stdio.h>
#include <string.h>
#include <limits.h>
int _print(const char txt[], const char pat[], int txt_len, int pat_len, int pt, int pp)
{
int i = 0, k = 0;
if (pp != pat_len - 1)
printf(" ");
else {
printf("%2d ", pt - pp);
k = pt - pp;
}
for (i = 0; i < txt_len; i++)
... | [
"ivorymood@gmail.com"
] | ivorymood@gmail.com |
454b39b7d60dbb86f5aedab2321e9c600ebb2071 | e60547640edc55a41013b2fc0692a83b574e1c88 | /conf/conf_ja2104.h | efad6db6bcca389e2bce08f444cd562224baf55b | [] | no_license | shiv50084/hidvr-git | 62eb4eb123866edc7bf7375a8470b13470802996 | 964b61408f8c0a3751eeaa168c600ef9735073aa | refs/heads/master | 2021-03-23T19:55:00.073788 | 2015-09-02T08:39:16 | 2015-09-02T08:39:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,408 | h |
#ifndef __MODEL_CONF_H__
#define __MODEL_CONF_H__
#include "version.h"
#include "ui_sel.h"
#define _JA2104
#define SN_HEAD "I6"
#define _EXT_EFFIO
#define SDK_PLATFORM_HI3521
#define _HI3520A_EXT
#define GPIO_PLAT_TYPE6
#define GPIO_KEYPAD_MATRIX
#define HD_DISPLAY_SIZE_OPTIMISED
#define HWVER_M... | [
"johanan.lee@gmail.com"
] | johanan.lee@gmail.com |
e66f3f10d37640da8b352570f96509088f0589ba | a3c604effcb34c7a9594a7a37e2ec618aab4c74f | /reference/cvs/jul285/news/c_news.h | 32ef78312083a2509e258818a0f1c2f22a861694 | [] | no_license | jvonwimm/aleph64bit | 09d9d48db51ed8c5f868b5409c6b7a78bfff8e6f | a779f00fd147a2fd3b1f81e0d65ca09509045c88 | refs/heads/main | 2023-02-04T06:10:49.338430 | 2020-12-16T00:59:48 | 2020-12-16T00:59:48 | 301,156,974 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 686 | h | C! 1st entry in C_SET
! JULIA 280
CFPNMP, CRCJOB, CTHCLU : replace WRITE(6, by WRITE(IW(6),
(H. Drevermann, Feb 96)
CTKCHG : opening "'" should have a closing "'" within the same
line for cvs (F. Ranjard, Feb 96)
* corr file 279.1
CASHET : remove comments after *CA for... | [
"jvonwimm@protonmail.com"
] | jvonwimm@protonmail.com |
639b274c34757b192706be28a8398628a174fb8a | 21c09799d006ed6bede4123d57d6d54d977c0b63 | /fits_2018_10/PFNo11Dijet2017bbCSVv22b152Scan/corrHist.C | 2b4fb8905a3381ca61fe0b178cc84874c1c365bb | [] | no_license | corvettettt/DijetRootTreeAnalyzer | 68cb12e6b280957e1eb22c9842b0b9b30ae2c779 | e65624ffc105798209436fc80fb82e2c252c6344 | refs/heads/master | 2021-05-06T09:57:12.816787 | 2019-04-18T15:32:38 | 2019-04-18T15:32:38 | 114,043,763 | 1 | 0 | null | 2017-12-12T22:02:46 | 2017-12-12T22:02:46 | null | UTF-8 | C | false | false | 4,902 | c | void corrHist()
{
//=========Macro generated from canvas: c/c
//========= (Fri Dec 14 08:46:12 2018) by ROOT version6.02/05
TCanvas *c = new TCanvas("c", "c",0,0,500,500);
gStyle->SetOptStat(0);
c->SetHighLightColor(2);
c->Range(-0.5333333,-0.5,4.8,4.5);
c->SetFillColor(0);
c->SetBorderMode(0);
c-... | [
"zhixing.wang@ttu.edu"
] | zhixing.wang@ttu.edu |
bd8bced730e1d7692fe970567316d5ec050ce194 | a86995a16ba2e574376c882c3a9eead8143dd4f8 | /STM32Cube_FW_F4_V1.9.0/Drivers/BSP/STM324xG_EVAL/stm324xg_eval_ts.c | 98c4f8d24ba44baf62f9dc28686b024198b2ce01 | [] | no_license | umapathiuit/Stm32-Tools-Evaluation | ded5f569677c8e9cbe708a57b5db19780a86fd6c | e9fd061f48f50501606bc237c6773c2b6c28d345 | refs/heads/master | 2020-12-02T17:11:19.014644 | 2015-11-23T07:45:38 | 2015-11-23T07:45:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,529 | c | /**
******************************************************************************
* @file stm324xg_eval_ts.c
* @author MCD Application Team
* @version V2.1.0
* @date 14-August-2015
* @brief This file provides a set of functions needed to manage the touch
* screen on STM324xG-EVAL evalua... | [
"git@jme.de"
] | git@jme.de |
455c609576cffc589fdf41b6f52cece5dd8ab1aa | 0b12d6110fe8a54ccb3829f69707a229bfb35282 | /naruto/daemon/condition/iceball_cd.c | 94ffbc51b4bb02f5338ef7263597759ac56ca5d4 | [] | no_license | MudRen/mudos-game-naruto | b8f913deba70f7629c0bab117521508d1393e3b6 | 000f286645e810e1cd786130c52d7b9c1747cae8 | refs/heads/master | 2023-09-04T05:49:01.137753 | 2023-08-28T12:19:10 | 2023-08-28T12:19:10 | 245,764,270 | 1 | 0 | null | 2020-03-08T06:29:36 | 2020-03-08T06:29:36 | null | BIG5 | C | false | false | 467 | c | // 冰封球的短CD
#include <ansi.h>
inherit CONDITION;
private void create()
{
seteuid(getuid());
DAEMON_D->register_condition_daemon("iceball_cd");
}
// 每 update 一次 消秏時效一點..
void condition_update(object me, string cnd, mixed cnd_data)
{
if( !mapp(cnd_data) || (cnd_data["duration"]--) < 1 ) {
... | [
"zwshen0603@gmail.com"
] | zwshen0603@gmail.com |
56f6003141a09be1c1df35dc380b5e3586a8ec3c | 3ff6aa2fce1d0c0d98d2c0cc521204f5e22d5402 | /include/linux/minix_fs.h | fcdb105857f04005f2f4bd36097856ba83e81cb5 | [
"MIT"
] | permissive | davitkalantaryan/wlac2 | 1c59c513db49d5c1594bf5246ec2f018ea0cd7e4 | 6ec0f88b04407a801c2bf4456044d6a86d589a3a | refs/heads/master | 2023-04-13T07:25:58.068081 | 2023-03-15T14:33:14 | 2023-03-15T14:33:14 | 199,640,620 | 0 | 0 | null | 2023-03-15T14:33:16 | 2019-07-30T11:42:58 | C | UTF-8 | C | false | false | 524 | h | //
// (c) 2015-2018 WLAC. For details refers to LICENSE.md
//
/*
* File: <linux/minix_f.h> For WINDOWS MFC
*
* Created on: Sep 23, 2016
* Author : Davit Kalantaryan (Email: davit.kalantaryan@desy.de)
*
*
*/
#ifndef __linux_minix_fs_h__
#define __linux_minix_fs_h__
#include <first_includes/... | [
"davit.kalantar@desy.de"
] | davit.kalantar@desy.de |
896db9f54aa801d054e5baf70bb6231f4f78cddc | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/0896109a-1953-41b9-941a-83b145890a08.c | 23b80ac70c54ecfe00a39a5adc1a7bbf21ec0950 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 253 | c | #include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 53;
l = 54;
k = i/j;
l = i/j;
l = i/j;
l = l/j;
l = i%j;
l = l%j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
86ac8a7a1318cf6f4309af01e9531c4c414c7dd6 | aa0411560b7c406c77bafb5ce0857c309916fa0d | /KernighanAndRitchie_2019/chapterFour/queue.c | 901c1c8ede15dc442ce55957df29868c992cd28b | [] | no_license | sumedh105/CPrograms | 9f0c317ff7723e450aeac7cff34ab79e4c7e3755 | 5ead5a7565ded6582a0e972b03f5b9d774d16b49 | refs/heads/master | 2021-07-16T01:04:38.961129 | 2020-05-22T19:01:08 | 2020-05-22T19:01:08 | 141,177,327 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,335 | c | #include <stdio.h>
#include <stdlib.h>
#define MAXVAL 50
void enqueue(int);
int dequeue();
void display();
int queue[MAXVAL] = {0};
int queueBottom = 0;
int queueTop = 0;
int main()
{
int choice = 0;
int num = 0;
int result = 0;
while (1)
{
printf("\nEnter the choice\n");
printf("\n1. Enqueue\n");
printf... | [
"sumedh105@gmail.com"
] | sumedh105@gmail.com |
db920e5fa228e664d93d38b90576ef9932a9de65 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/tools/testing/selftests/x86/extr_ioperm.c_clearhandler.c | a9c5eadd3386092167bb12ba0db67722d501f2b3 | [] | 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 | 998 | 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 |
63b35b971721603543839786e8640c38251131ef | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14055/function14055_schedule_6/function14055_schedule_6_wrapper.h | ac78535d26e3466ce7daaaee360bcd5392692c66 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 447 | h | #ifndef HALIDE__generated_function14055_schedule_6_h
#define HALIDE__generated_function14055_schedule_6_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function14055_schedule_6(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t *bu... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
e8c2ea61b0cd005af031bdb5b6a2a0c1c0a628b3 | 68dfc747d9fdfe7b9c083f74bd084e86d5b16802 | /old_DISCOVERY_STemWIN_MH_Z19/string.c | 0a0c14ff3203760226a33f5db623f19f7019c0c2 | [] | no_license | EvgenyDD/DISCOVERY_STemWIN_Prj | 82a526fd2aba5e75bfd07b255abc2cfe585d8376 | 515b391baa34fc9bbf540e8b9ba3ad8b94e2d003 | refs/heads/master | 2021-01-26T07:14:54.756820 | 2020-05-30T12:17:12 | 2020-05-30T12:17:12 | 243,360,378 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,301 | c | /* Includes ------------------------------------------------------------------*/
#include "string.h"
#include "stm32f4xx.h"
//#include "math_.h"
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private m... | [
"evgeny.dolgalev@rozum.com"
] | evgeny.dolgalev@rozum.com |
e35e13cb240006a64c96e8aaa637c9cb79733f59 | e4215c48c60ddb959fd045dbd5f51644b527355c | /mongoose/challenge/src/controller/lib/mymath.h | 1fe14af553f8683dddc28a82eaacc5f40a5d1166 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | brytemorio/hackasat-qualifier-2021 | 698215582a77b144b1af34feb19fc929014eb404 | 12458737767263a7d605e47e445c745e4d758dfd | refs/heads/main | 2023-06-14T20:43:07.591213 | 2021-07-08T17:07:14 | 2021-07-08T17:11:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,283 | h | /*
Author: Jason Williams <jdw@cromulence.com>
Copyright (c) 2014 Cromulence LLC
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,... | [
"bk@cromulence.com"
] | bk@cromulence.com |
a3974e79ea1dabccf62d347497066eb45294c367 | 73fe36e0b939f134b79cb1d45a0b359781f303e0 | /srcs/libft/ft_putnbr.c | ae7863f7b7f98918ec2135e87a41e878033b7853 | [] | no_license | l-geoffroy/42-ft-printf | 8ba947aae830b989d20b1b0f250d30f0d57b95d8 | 693b76a2c5307f54738c3dfa415ed5529e94a001 | refs/heads/main | 2023-07-01T00:06:19.547849 | 2021-08-05T14:24:25 | 2021-08-05T14:24:25 | 387,072,963 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,155 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr.c :+: :+: :+: ... | [
"81981148+l-geoffroy@users.noreply.github.com"
] | 81981148+l-geoffroy@users.noreply.github.com |
ff9e592b1481329cd390475b43777d1bcfdcb7ec | dee52474971db4fcbc8696feab48ce63d141b2d3 | /Orso8TeV/macro/Plotting/2J0T/corrected/myRead.C | a8bf26338ab3928ec02481f7d262f278b737aa71 | [] | no_license | nadjieh/work | 7de0282f3ed107e25f596fd7d0a95f21793c8d29 | 3c9cc0319e1ab5cd240063f6dd940872b212ddce | refs/heads/master | 2016-09-01T17:34:31.112603 | 2014-02-07T22:43:32 | 2014-02-07T22:43:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,872 | c | #include <iostream>
#include <fstream>
#include <string>
using namespace std;
string settitles(string s){
string ret="";
if(s == string("allW_BJet_Pt"))
ret = string("p_{T}^{b-jets} (GeV)");
if(s == string("Default_allWcosTheta"))
ret = string("cos(#theta_{l}*)");
if(s == string("allW_Muon_Pt"))
ret = string(... | [
"ajafari@cern.ch"
] | ajafari@cern.ch |
1ff5470fc743a57a927a92cfe6ea22931493dd9d | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/arch/sh/include/cpu-common/cpu/timer.h | af51438755e003aacb3d9309cb4d6db46ef13eef | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 161 | h | /* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_CPU_SH2_TIMER_H
#define __ASM_CPU_SH2_TIMER_H
/* Nothing needed yet */
#endif /* __ASM_CPU_SH2_TIMER_H */
| [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
5d1c9abf4caf3854ef0f27ed8d487d504f434b28 | 3973a5708e3330302d1fb0d54baaa5391872f20e | /include/slices.h | c7f9a1f3f18f378fed0435a360c1c04f52c80285 | [] | no_license | smealum/ludum34 | 0fc2bc8060e1045588f091fc40a29806bcd0e76b | fdd11699e9bef4fa981908d2ce305a92ee594fc8 | refs/heads/master | 2021-01-15T08:57:41.927636 | 2015-12-15T20:41:06 | 2015-12-15T20:41:06 | 47,804,124 | 24 | 2 | null | 2015-12-14T03:35:21 | 2015-12-11T04:01:53 | C++ | UTF-8 | C | false | false | 290 | h | #ifndef SLICES_H
#define SLICES_H
#define LEVEL_WIDTH (9)
#define LEVEL_NUMLAYERS (3)
typedef unsigned int cubeProperties_t;
typedef struct
{
unsigned char data[LEVEL_WIDTH][LEVEL_WIDTH];
}slice_s;
void rotateSlice(slice_s* dst, slice_s* src, int orientation);
#endif
| [
"smealum@gmail.com"
] | smealum@gmail.com |
9d100039dc921a4ad20e15e201fa9c414ac6cc88 | 4d9190c2926ebbd6e0751336787f90bd82441918 | /Code/signals/signal.c | 48601b7ffe52b9a8ef5af228397bedc2f16e58dd | [] | no_license | mohit-ingale/Operating_Systems | 5aac9c0b7517e27ec13560d11bfd67a9527702a9 | 5fd5dc995606767d19ea3e23224c78869c56e071 | refs/heads/master | 2020-12-05T08:43:23.300029 | 2020-01-06T08:50:27 | 2020-01-06T08:50:27 | 232,060,055 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 442 | c | #include<stdio.h>
#include <signal.h>
#include<string.h>
#include<unistd.h>
void sighandler(int signum,siginfo_t info)
{
printf("you think i am interrupt no!!!\n i am signal from linux\n");
}
int main(int argc, char const *argv[]) {
struct sigaction sa;
memset(&sa,0,sizeof(sa));
sa.sa_sigaction=sighandler;
s... | [
"mohitingale5@gmail.com"
] | mohitingale5@gmail.com |
f8923a99b6cd3821791e437a9814b1a3070a610c | 6ba22205362feb363c9103008b502d730be4d9fb | /System/Library/NanoPreferenceBundles/General/PairedUnlockSettings.bundle/PairedUnlockSettings-Structs.h | dcd353f0dc4081228490f86268cc5f99fefa13eb | [] | no_license | kasumar/iOS-9.3.3-iphoneheaders | 9a4b47dd27aabf37cf237b5b6e8437fde8b3ca89 | 4799de2d13be2c77c5f3d0b1ef750655c0daebd9 | refs/heads/master | 2020-04-06T04:49:07.178532 | 2016-07-29T20:17:36 | 2016-07-29T20:17:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 410 | h | /*
* This header is generated by classdump-dyld 1.0
* on Saturday, July 30, 2016 at 2:11:10 AM Japan Standard Time
* Operating System: Version 9.3.3 (Build 13G34)
* Image Source: /System/Library/NanoPreferenceBundles/General/PairedUnlockSettings.bundle/PairedUnlockSettings
* classdump-dyld is licensed under GPLv3, Copy... | [
"ichitaso@MBPR.local"
] | ichitaso@MBPR.local |
4d0d1ac3947c91939a21fdfc8e7ac19d63189e13 | a037e1cc32976d4d2cd772d9b866b5c75e9cea9f | /Temp/StagingArea/Data/il2cppOutput/t2082.h | 61a9235ec6d5b280724e1c9f1361d319ecaf073b | [] | no_license | Sojex/BumbleBrigadeWithClickToKill | 4e11642e5e4d23d6456ac9add86570e15e28145f | fb7c30ae13a6e10bc388315bc2dc2b6e3cf1c581 | refs/heads/master | 2021-01-10T15:45:59.727221 | 2016-03-28T17:15:18 | 2016-03-28T17:15:18 | 54,907,861 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 214 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
struct t442;
#include "t8.h"
struct t2082 : public t8
{
t442 * f0;
};
| [
"student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu"
] | student@c515-d25hq0s2dhjt-0112012.hostos.cuny.edu |
62e5819835b9363e3d45e03de660fbda682b4d31 | 5792b184e71a9de7779e0bd21b6833f8ddfdb4b5 | /SysVr2.0_32000/SysVr2.0_32000/src/lib/libF77/d_log.c | 3cd9cdf1a4d18fdf970108e1ee3ded00ddda793c | [] | 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 | 821 | c | /*
********************************************************************************
* Copyright (c) 1985 AT&T *
* All Rights Reserved *
* ... | [
"rwoodsmall@gmail.com"
] | rwoodsmall@gmail.com |
41153a7fa7654c7974eaaa57e153917662defbcd | 446a8236fcbf15c8bc5f3387dec9a2f3e0b2eb38 | /文件系统类/ATMEL FAT File System/target nand fs - 2004.5/CODE/fs 20045/POSIXFS/PERM.C | 85b34b2ee2a45650e644a248effa7d7525f40913 | [] | no_license | venkatarajasekhar/protocols | 5e12d7e5d9b636bf7fa1a61b4232e84da664c2de | b0c5010c05029750d9e11b02f6883a083fceec3a | refs/heads/master | 2020-06-21T04:59:04.461670 | 2013-08-08T03:22:44 | 2013-08-08T03:22:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,639 | c | /***********************************************************************/
/* */
/* Module: perm.c */
/* Release: 2004.5 */
/* Version: 2002.0 ... | [
"mrtos@163.com"
] | mrtos@163.com |
60a33d8227af14b859835a0b0546df2e8a3287c4 | d321f4a07566c87ed3aa0d8ade58e8ea6b2399e5 | /9-binary_tree_height.c | a0008af1ef250581b8b839b64a9f670eea56adf2 | [] | no_license | JHS1790/binary_trees | 2650d12225e2e835f8046c1ee7e6b555b4856b3e | 89a1de18cc4c88a2d99daa957bedd2c71c57334b | refs/heads/main | 2023-01-15T05:36:46.931683 | 2020-11-24T17:37:32 | 2020-11-24T17:37:32 | 314,295,097 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 866 | c | #include "binary_trees.h"
/**
* binary_tree_height - measures the height of a binary tree
* @tree: a pointer to the root node of the tree to measure the height
* Return: height but we're doing that weird 0 thing
*/
size_t binary_tree_height(const binary_tree_t *tree)
{
if (tree == NULL)
return (0);
return (rec... | [
"1790@holbertonschool.com"
] | 1790@holbertonschool.com |
4c12c12835833a7cb324ce9ae811011b8400aa1e | 943d51a06836e615d58a8888cef706d63d270a75 | /DUMP/HG_Damage_Mod_classes.h | feb7e7975910205aac63347cd45a64b803c51a87 | [] | no_license | hengtek/Back4BloodSDK | f1254133d004d7a5237013059d49c80f536879db | 25ab4c4ce2e140b7e6b7afaac443e836802c3b2d | refs/heads/main | 2023-07-05T03:23:01.152076 | 2021-08-15T15:03:38 | 2021-08-15T15:03:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 145 | h | // BlueprintGeneratedClass HG_Damage_Mod.HG_Damage_Mod_C
// Size: 0xe0 (Inherited: 0xe0)
struct UHG_Damage_Mod_C : UApplyGameplayEffectMod {
};
| [
"hsibma02@gmail.com"
] | hsibma02@gmail.com |
563013fb77e55a3c6e5061b8a7997006ffa8fd06 | c5cb98ad5c3fa37ce761cb9b430b69e29a33141f | /clone/cloth/pink_cloth.c | e847a17b1305627f77319c1d4e672ee536980d4c | [] | no_license | cao777/mudylfy | 92669b53216a520a48cf2cca49ea08d4df4999c5 | 266685aa486ecf0e3616db87b5bf7ad5ea4e57e4 | refs/heads/master | 2023-03-16T20:58:21.877729 | 2019-12-13T07:39:24 | 2019-12-13T07:39:24 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 483 | c | // pink_cloth.c
#include <armor.h>
#include <ansi.h>
inherit CLOTH;
void create()
{
set_name(MAG"粉红绸衫"NOR, ({ "pink cloth", "cloth" }) );
set_weight(1000);
if( clonep() )
set_default_object(__FILE__);
else {
set("long", "这件粉红色的绸衫上面绣着几只黄鹊,闻起来还有一股淡香。\n");
set("unit", "件");
set("material", "cloth");
set("... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
de27422bd4669c7ab7b6d7a73497f1ed5570edcc | 0fbd393e538372cd77ce2de2ba7e08401127aa94 | /BinaryHeap/BinaryHeap.h | 30526d6f9382fc1ae09e7b4347dcee8deeedee07 | [] | no_license | NoSoul/ToolsLib | 3e9e90a689cb989384d94c249876ee68c58f5f21 | 9c6caec142c6053ce2f55734c70566ca58050d0a | refs/heads/master | 2021-12-12T01:53:17.172152 | 2021-11-29T06:41:42 | 2021-11-29T06:41:42 | 18,164,191 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,038 | h | #ifndef _BinaryHeap_H_
#define _BinaryHeap_H_
typedef int DataType_t;
int DataCMP(DataType_t a, DataType_t b)
{
return a > b ? 1 : 0;
}
void BinaryHeapPush(DataType_t *array, int *len, DataType_t val)
{
++(*len);
int now = *len;
while(now > 1 && DataCMP(val, array[now >> 1])) {
array[now] = a... | [
"NoSoul.Love@GMail.com"
] | NoSoul.Love@GMail.com |
c68c97267afce6522ad653cd7afeec7b66305d9c | 882e579d0b9abea069fb9573f1c376ff3f5f7055 | /v3_TMTDyn_hll_MORSE2019/Samples/Fabric/1. Passive/eom/codegen/mex/sprdmpF41/sprdmpF41_types.h | 08d3efaee6aa58d8e377e010b32d498e9b7e8bde | [
"BSD-2-Clause"
] | permissive | LenhartYang/TMTDyn | f92d12d9d913a25eadac309670953ab302ffcfa2 | 134d89b156bdc078f6426561d1de76271f07259e | refs/heads/master | 2023-03-27T12:34:16.250684 | 2021-03-25T13:40:01 | 2021-03-25T13:40:01 | 374,253,641 | 1 | 0 | NOASSERTION | 2021-06-06T02:47:07 | 2021-06-06T02:47:06 | null | UTF-8 | C | false | false | 434 | h | /*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* sprdmpF41_types.h
*
* Code generation for function 'sprdmpF41'
*
*/
#ifndef SPRDMPF41_TYPES_H
#define SPRD... | [
"m.hadi.sadati@gmail.com"
] | m.hadi.sadati@gmail.com |
0c94f4e819f0116261b58db9adef2950d12d9965 | a0c4ed3070ddff4503acf0593e4722140ea68026 | /source/XPOS/GDI/OPENGL/TEST/CONFORM/COVGLU/D.C | 4f98362a0cba8bffd1d416e347e5b3bb517c2152 | [] | no_license | cjacker/windows.xp.whistler | a88e464c820fbfafa64fbc66c7f359bbc43038d7 | 9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8 | refs/heads/master | 2022-12-10T06:47:33.086704 | 2020-09-19T15:06:48 | 2020-09-19T15:06:48 | 299,932,617 | 0 | 1 | null | 2020-09-30T13:43:42 | 2020-09-30T13:43:41 | null | UTF-8 | C | false | false | 1,295 | c | /*
** Copyright 2000, Silicon Graphics, Inc.
** All Rights Reserved.
**
** This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
** the contents of this file may not be disclosed to third parties, copied or
** duplicated in any form, in whole or in part, without the prior written
** permission of Silic... | [
"71558585+window-chicken@users.noreply.github.com"
] | 71558585+window-chicken@users.noreply.github.com |
565f1f35c5dad564570503a0adc7eb0af606dba9 | 52c8ed39b32ccc7c0673278c1adea3638797c9ff | /src/arch/arm32/mach-rv1106/driver/clk-rv1106-mux.c | ba69990f1b5c4cc7a7a20b199b310ed070333491 | [
"MIT"
] | permissive | xboot/xboot | 0cab7b440b612aa0a4c366025598a53a7ec3adf1 | 6d6b93947b7fcb8c3924fedb0715c23877eedd5e | refs/heads/master | 2023-08-20T05:56:25.149388 | 2023-07-12T07:38:29 | 2023-07-12T07:38:29 | 471,539 | 765 | 296 | MIT | 2023-05-25T09:39:01 | 2010-01-14T08:25:12 | C | UTF-8 | C | false | false | 5,752 | c | /*
* driver/clk-rv1106-mux.c
*
* Copyright(c) 2007-2023 Jianjun Jiang <8192542@qq.com>
* Official site: http://xboot.org
* Mobile phone: +86-18665388956
* QQ: 8192542
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Sof... | [
"8192542@qq.com"
] | 8192542@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.