blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 2 268 | content_id stringlengths 40 40 | detected_licenses listlengths 0 58 | license_type stringclasses 2
values | repo_name stringlengths 5 118 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 816
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 2.31k 677M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 151
values | src_encoding stringclasses 33
values | language stringclasses 1
value | is_vendor bool 2
classes | is_generated bool 2
classes | length_bytes int64 3 10.3M | extension stringclasses 119
values | content stringlengths 3 10.3M | authors listlengths 1 1 | author_id stringlengths 0 228 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
84ff32be37e492978dd955746d9e0851ed033225 | bcb3c8574551369d82f26b1a95b99d87c7e036bb | /dictionary.c | 4c0c6d65011bc02ee5609e807802882179c66994 | [] | no_license | dwschrashun/speller | 50ef31c8323af00a27a18c063c9989db219f85ab | f5bc7e4c0753a9d6dec9708e04fa8ed2c4cbd6d4 | refs/heads/master | 2020-06-13T05:23:37.824687 | 2015-04-07T02:46:37 | 2015-04-07T02:46:37 | 33,516,842 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,746 | c | /****************************************************************************
* dictionary.c
*
* Computer Science 50
* Problem Set 5
*
* Implements a dictionary's functionality.
*
* Cleaned up version of dictionary-2.
***************************************************************************/
#include <stdbo... | [
"thejazzface@gmail.com"
] | thejazzface@gmail.com |
3ca41b8157db07bdb5106e6ae45b42c8ee7b9fae | 792e2eb64964d4f25bca3014c69f7a38c110dbf9 | /utils.h | 6f8baf2933c681f2e3af43512c7199da52c542c3 | [] | no_license | azder/ushko | bcdcb3f0221571cb225951e40a2e83be4b0ee07c | 5f05dc9815a3c77548d39d5642138bc53cc89350 | refs/heads/master | 2021-08-24T01:09:42.583357 | 2017-12-07T11:17:25 | 2017-12-07T11:17:25 | 113,351,552 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 458 | h | #include <stdio.h> // Header file for standard file i/o.
#include <stdlib.h> // Header file for malloc/free.
/* Image type - contains height, width, and data */
struct Image
{
GLsizei sizeX;
GLsizei sizeY;
char *data;
};
typedef struct Image Image;
// quick and dirty bitmap loader...for 24 bit bi... | [
"azhder@gmail.com"
] | azhder@gmail.com |
3f6c9de02d695734fbb5cf6aec4dc39eb5a440cf | 037047b0301e328161968eb87c95af1568111637 | /src/getgrent.c | db8d796262ac1e9d21255461e1617652209a6bd7 | [
"MIT"
] | permissive | mistralol/libbreakr | 7298696b7293c619fef7dbea6df65fe92f5f73a4 | c633f25784b824d8d0e9d8444aa5bc69518ba2e4 | refs/heads/master | 2021-01-10T06:42:36.008695 | 2017-07-04T09:59:36 | 2017-07-04T09:59:36 | 54,544,339 | 10 | 1 | null | 2017-04-28T06:29:21 | 2016-03-23T08:49:40 | C | UTF-8 | C | false | false | 484 | c |
#include <config.h>
#include <breakr.h>
#include <pthread.h>
#include <dlfcn.h>
#include <stdlib.h>
#include <sys/types.h>
#include <grp.h>
struct group *getgrent(void)
{
static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
static struct group * (*func) (void) = NULL;
breakr_action(__FUNCTION__);
if (func ... | [
"james@stev.org"
] | james@stev.org |
245c1e6b93dd64eb4e2d17a5520caccbd26cc555 | 7cb0e6e67edd90c8760035316cad3315152dd8de | /calendar/developer/C/examples/demo1.c | 368eca4fa3650677cf83f5f06ff5bba4225d9e73 | [] | no_license | BackupTheBerlios/alfiemuiclasses | 9a4e36dbe2c508e223a41b427a0f700a3085b399 | d9d970fd06aae701eb38c0f816f83cfd6f4b8570 | refs/heads/master | 2020-12-24T15:49:06.172091 | 2005-12-20T15:11:57 | 2005-12-20T15:11:57 | 40,076,745 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,788 | c |
#include <proto/exec.h>
#include <proto/dos.h>
#include <proto/muimaster.h>
#include <clib/alib_protos.h>
#include <MUI/Calendar_mcc.h>
#include <string.h>
#include <stdio.h>
/***********************************************************************/
long __stack = 8192;
struct Library *MUIMasterBase;
/**************... | [
"alforan"
] | alforan |
523fb947895b5476f5340b93b2347110b1bd17a9 | ff977ff9b81c0f25b743837ba0d9b58df4acdea6 | /项目相关其他/备课代码/05-订阅标签/07-BuDeJie(请求指示器)/Pods/Headers/Private/AFNetworking/UIKit+AFNetworking.h | 683d07dd3a9e7bb14651e81665fbe00f09748b4a | [] | no_license | sunyuanxjx/BaiSiBuDeJie | b1cc922a945a21c4d054a35e79bcb2e79a0cc4fd | e4614d82ead63a7738d2d65e65586fce73c5eed3 | refs/heads/master | 2021-01-17T22:14:24.410340 | 2017-03-07T11:09:32 | 2017-03-07T11:09:32 | 84,190,601 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 61 | h | ..:..:..:AFNetworking:UIKit+AFNetworking:UIKit+AFNetworking.h | [
"292625827@qq.com"
] | 292625827@qq.com |
ed28ca4827778453665ae6bafe34c717e219617e | 768a7818563816a11d0e8274a72dcb8379fcb0b3 | /source/ccsp/components/include/dslh_vareo_interface.h | 7505613dad53e26c45042b58cff344d74fbbc2c0 | [] | no_license | davekimble/CcspCommonLibrary | 9d9cae96ea95c619f6bdad0b87c23ccc15c3fdbf | 1f88745d9278f2dbb47870b89dee3972c659e64d | refs/heads/master | 2021-01-16T20:54:23.715665 | 2015-10-07T14:20:03 | 2015-10-07T14:20:03 | 46,769,513 | 2 | 0 | null | 2015-11-24T05:38:41 | 2015-11-24T05:38:41 | null | UTF-8 | C | false | false | 10,677 | h | /**********************************************************************
Copyright [2014] [Cisco Systems, 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... | [
"steve.maynard@twcable.com"
] | steve.maynard@twcable.com |
3bee69b98821202b8e8c5e333de2287fd5b947d1 | 75aa3e669a43eb2791a69a7a0d7c6db616fb8340 | /dz1.c | 0823e8966128d1bbd2f2b62c937448c3cf7ddec9 | [] | no_license | pushok1234/flita_dz1.c | 0688a8544947231f08bbbab10102bae02be97bdc | b0ead367d73d64a8114a3a9125530077c170003e | refs/heads/master | 2022-12-22T02:34:58.647239 | 2020-09-24T05:57:48 | 2020-09-24T05:57:48 | 298,058,923 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,692 | c | #include <stdio.h>
#include <stdlib.h>
typedef enum { false, true } bool;
typedef struct node{
int value;
struct node* next;
} n_node;
n_node* start = NULL;
n_node* end = NULL;
int length = 0;
n_node* create_node (int value){
n_node* newnode = (n_node*)malloc(sizeof(n_node));
newnode... | [
"noreply@github.com"
] | pushok1234.noreply@github.com |
8c1c7964a334c068ef101de55bce98c37b8cffe2 | 848c45ecdfb603ffdd8bffe543c99ba4fd95daf5 | /j04.4/ex03/ft_recursive_power.c | 1dfa663b54effabf4fd177f21eed5c236def825a | [] | no_license | Lunakepio/piscine-42-lunali | 1ed7ab2e82524dcf13b549f1dcec31a2170c0fb4 | c37592f73114336bb1178c4bbcce38d3b03b8119 | refs/heads/master | 2020-03-27T04:34:25.765308 | 2018-08-24T06:32:04 | 2018-08-24T06:32:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,082 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_recursive_power.c :+: :+: :+: ... | [
"amoulinn@student.42.fr"
] | amoulinn@student.42.fr |
fe52c4ad01207f243c0d52ad252a29188745cd88 | 9bcdd453d99c5124ad73db798ab713ce9b1f4a9f | /xinu-fall2018/system/printsegaddress.c | ac1af6f9b3fc3fc5c4673d89749c4c857d501246 | [] | no_license | AnirudhPal/MyXINU | 3fc1945da41e9bb175453e42e73cc34f04e7b2a8 | f03eea184bbc94ebc00a6947ff141ae54856d62d | refs/heads/master | 2021-09-28T18:52:09.712454 | 2018-11-19T14:56:18 | 2018-11-19T14:56:18 | 146,784,828 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 946 | c | #include <xinu.h>
void printsegaddress() {
// Print Map
kprintf("End of Text at 0x%08X.\n", (uint32)&etext - 1);
kprintf("End of Data at 0x%08X.\n", (uint32)&edata - 1);
kprintf("End of Bss at 0x%08X.\n", (uint32)&ebss - 1);
// Print Preceding
print6preceding((char *)((uint32)&etext - 1));
print6preceding((cha... | [
"pal5@purdue.edu"
] | pal5@purdue.edu |
8480d96c34af3bf348c7009f2199dfcf074f812f | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R4/contrib/demos/x11perf/bitmaps.c | 5c4552e610819aa3c73301120020b8736c395cb7 | [] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,725 | c | /*****************************************************************************
Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee... | [
"yoya@awm.jp"
] | yoya@awm.jp |
f5be1b498698784faaf2d920c2a43f7b4f8e6fae | ceb6aae79d0694822f3edd36c5d94ff2a6c601fb | /os_dep/linux/wifi_regd.c | a0fc1a4f3ca19c1650fda76f50e603b456ca0f04 | [] | no_license | Akir4d/Tilk9082x | 93465e374882cf7ceee1d0924b9104dbf914f07f | e767e8674b4f46655e9244bee5c2e4cf60a1c794 | refs/heads/master | 2020-05-21T15:53:29.452054 | 2017-03-11T14:20:26 | 2017-03-11T14:20:26 | 84,631,874 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 13,842 | c | /******************************************************************************
*
* Copyright(c) 2009-2010 Realtek Corporation.
*
*****************************************************************************/
#include <drv_types.h>
#ifdef CONFIG_IOCTL_CFG80211
#include <tlw_wifi_regd.h>
static struct country_c... | [
"akir4d@gmail.com"
] | akir4d@gmail.com |
3de18e0ef5ffd4f164d84bc13badb1a80d715c43 | a349266a2f9a445492bd7953d7988c93fffca152 | /strjoin.c | d9a11bdcfe0c13916996043fa51549045f5c72c2 | [] | no_license | theo-walton/kift | fc50a46409aacd94f1058e0793708cfcf0cc021a | eb01f8d1a8d0f8310ea676c487980c646556d41f | refs/heads/master | 2021-06-27T19:41:01.351624 | 2017-09-14T02:51:13 | 2017-09-14T02:51:13 | 103,466,781 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,194 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* strjoin.c :+: :+: :+: ... | [
"twalton@e1z1r6p24.42.us.org"
] | twalton@e1z1r6p24.42.us.org |
25aeba7577f8452ee6535e22e3421e6a2823fb31 | b034c289fdc7d2b73cc98792759c0252cf8038df | /nandtotetris/projects/11/CompilationEngine.c | 69bc9f9d83398ff9a9fb1bef3bd680a67a7fd792 | [] | no_license | tsurutan/sample_c | ef35392fa0fbbb10d1821ccb615efa641edda7ae | 01ef0e6e51bad2eb9134992d218ef68199c80768 | refs/heads/master | 2020-04-24T13:23:05.257795 | 2019-06-27T08:17:14 | 2019-06-27T08:17:14 | 171,986,046 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,195 | c | #include <stdio.h>
#include <string.h>
#include "CompilationEngine.h"
#include "SymbolTable.h"
#include "VMWriter.h"
#define BUFFER 1024
#define OPS_SIZE 9
FILE *fp_input;
FILE *fp_output;
char ops[OPS_SIZE][BUFFER] = { "+", "-", "*", ">/<", "&", "|", "<", ">", "=" };
int if_label_index = 0;
int while_lab... | [
"ishaninaritaina623@gmail.com"
] | ishaninaritaina623@gmail.com |
16e2d04abded23e206a1cea604c26637258c12b5 | b1a55d16a85412318f21586707b5e7694da839e6 | /ft_itoa.c | 71e8bd54f541b2874176deb5548b76e079a380fc | [] | no_license | bolade91/libft | 0d4860bca6d24208c726f4cb3f0690abe817727f | 8b937153ab7caa0351b2dcde1e058ee2af2a36fa | refs/heads/master | 2020-08-24T22:25:44.962459 | 2019-10-24T08:44:34 | 2019-10-24T08:44:34 | 216,782,784 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,714 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa.c :+: :+: :+: ... | [
"noreply@github.com"
] | bolade91.noreply@github.com |
2e90a1fc5324782185ee2d7411253876ba24e000 | 1b8ae277ef7f39af15b6e0bff057c433dc44a109 | /src/emu/sound/nes_defs.h | 6bbf20228374acc7c82ba62164c2135966985055 | [] | no_license | ilitirit-za/ShmupMame-unofficial | 2ea58e7674df935c98e73d34ca888152b82c570d | 2ddd533fbaceac256cf0fbc2f918de1966280a22 | refs/heads/master | 2021-01-11T02:07:06.094952 | 2016-10-24T11:17:30 | 2016-10-24T11:17:30 | 70,804,668 | 3 | 0 | null | 2016-10-21T13:17:50 | 2016-10-13T12:35:08 | C | UTF-8 | C | false | false | 4,118 | h | /*****************************************************************************
MAME/MESS NES APU CORE
Based on the Nofrendo/Nosefart NES N2A03 sound emulation core written by
Matthew Conte (matt@conte.com) and redesigned for use in MAME/MESS by
Who Wants to Know? (wwtk@mail.com)
This core is written with t... | [
"ilitirit@gmail.com"
] | ilitirit@gmail.com |
220a0fa581e48ba34e5ce81c2549f95816790fcc | 526fee4d22fd12debed5affcb6200bf9fde5c041 | /include/plumber_api.h | 9403441488312b6b3fa43042048eb39897073693 | [
"BSD-2-Clause"
] | permissive | 38/plumber-rs | 899d3f54bb90bc28276f1c2fdc1b71277d3eb623 | 2183f6ed3fc0e5e2efe38298830972ab51f6da30 | refs/heads/master | 2020-03-25T22:38:10.206239 | 2018-10-12T16:43:46 | 2018-10-12T16:43:46 | 144,232,994 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 114 | h | /**
* Copyright (C) 2018, Hao Hou
**/
// The top level wrapper used by rust-bindgen
#include <runtime/api.h>
| [
"ghost89413@gmail.com"
] | ghost89413@gmail.com |
ee42d222d8d97457574f9079f36e1956a70d23e4 | 4f4881bc2fd6739c6649cd4bfc2443e7dd7a5f41 | /singleDeveloper/Include/freetype-2.10.0/src/psaux/psfont.c | 9fadf95956887b2a50689460f9fcd5a58764fc16 | [
"FTL"
] | permissive | jonnjonny/BonAppetitVR | 254654b0c84d7326d25f5ccdad9b8d49168793bc | 59de88903eb8597294a1eeee90144811f9d2d0ab | refs/heads/master | 2020-05-30T10:25:19.096108 | 2020-02-04T08:20:25 | 2020-02-04T08:20:25 | 189,667,223 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 17,886 | c | /****************************************************************************
*
* psfont.c
*
* Adobe's code for font instances (body).
*
* Copyright 2007-2014 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyright noti... | [
"maz026@ucsd.edu"
] | maz026@ucsd.edu |
48ed1a9ae98325c83ac75507ba6362bef0663aea | 4042764ea638e7011afe3880b5c5f3fbcecdbc3d | /src/compat/endian.h | 7903226012f4b0e357d1b6f43a9a45a5cce84a95 | [
"MIT"
] | permissive | deduwka/RLN.V.1.0 | e5f8545d276563dd04bbd592f0f3a74e6c00c3ad | 6e2e30775e8ba8617ba9e5723fb8f1727cb311c1 | refs/heads/master | 2020-04-01T17:21:30.587568 | 2018-10-12T16:26:45 | 2018-10-12T16:26:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,023 | h | // Copyright (c) 2014-2015 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_COMPAT_ENDIAN_H
#define BITCOIN_COMPAT_ENDIAN_H
#if defined(HAVE_CONFIG_H)
#include "config/lotus-config.h"
#endi... | [
"redlotusnetwork@gmail.com"
] | redlotusnetwork@gmail.com |
c762e66cc9761acfeeb708dca45553d4b3f46eb2 | d25a6bbd1b7456f271c7d9c7405f9e754b064cf9 | /cub3d/srcs/graphic_part_1.c | bd68b5205005b9c41b3580fd5b3c206509bc9050 | [] | no_license | stelon77/first-step-in-C | 25e0441cc06a5f559c9dda1ddef5159d4ad30758 | 7ccfd7a7f71d1efd7adfd352421c5d422b1675b5 | refs/heads/master | 2020-06-17T07:51:23.809646 | 2020-04-14T18:49:45 | 2020-04-14T18:49:45 | 195,851,820 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,287 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* graphic_part_1.c :+: :+: :+: ... | [
"laurentcoiffier@MacBook-Air-de-laurent.local"
] | laurentcoiffier@MacBook-Air-de-laurent.local |
514fba4534cc673e72f4464413e477ac1529fdd1 | fd378eb6607056d15e1202697a2f76ba9cb782d8 | /day11/bootpack.h | 21114f5efaf2e05c8871c661e73286b5dbec37f0 | [] | no_license | Anjiansan/AJSOS | c51d86b826c112f442455a626aeb0b2dbb24f49b | fe2c4be9ef586acb5e354f727a2992518a7ce1b4 | refs/heads/master | 2020-05-30T19:38:56.871131 | 2017-03-24T09:34:43 | 2017-03-24T09:34:43 | 83,651,521 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,082 | h | // asmhead.nas
struct BOOTINFO
{
char cyls;//启动区读硬盘读到何处
char leds;//启动区键盘LED的状态
char vmode;//显卡模式为多少位彩色
char reserve;
short scrnx,scrny;//画面分辨率
char *vram;
};
#define ADR_BOOTINFO 0x00000FF0
// naskfunc.nas
void io_hlt(void);
void io_cli(void);
void io_sti(void);
void io_stihlt(void);
int io_in... | [
"anjiansan@gmail.com"
] | anjiansan@gmail.com |
94a84b1aea736b4e30869f43458af266c10becde | 54c67306d63bb69a5cf381d12108d3dc98ae0f5d | /third-party/SDL/src/video/offscreen/SDL_offscreenvideo.h | 7780f4909c60b1fc31fb0b29733b5f8685c0f262 | [
"Zlib",
"ISC"
] | permissive | open-goal/jak-project | adf30a3459c24afda5b180e3abe1583c93458a37 | d96dce27149fbf58586160cfecb634614f055943 | refs/heads/master | 2023-09-01T21:51:16.736237 | 2023-09-01T16:10:59 | 2023-09-01T16:10:59 | 289,585,720 | 1,826 | 131 | ISC | 2023-09-14T13:27:47 | 2020-08-22T23:55:21 | Common Lisp | UTF-8 | C | false | false | 1,134 | h | /*
Simple DirectMedia Layer
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | [
"noreply@github.com"
] | open-goal.noreply@github.com |
66ca02abbb7be4804891743ceeefda1d3ffbff88 | 5415f6dc852c8eb90c1f4a0668f6398bb8f2d0ce | /뇌를_자극하는_알고리즘/01_List/LinkedList.c | feb495779dd8cdca8cbd9f6856b8de454ed27938 | [] | no_license | gamgoon/LearnAlgoSamples | ce84517fc5f9a316a10d74edca4db3ea7b157ac7 | 25908e5c2afef5607db71b49b6ca483064011c9f | refs/heads/master | 2021-01-10T11:14:22.220601 | 2016-03-09T21:48:07 | 2016-03-09T21:48:07 | 50,059,018 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,300 | c | //
// LinkedList.c
// LearnAlgo
//
// Created by gamgoon on 2016. 1. 21..
// Copyright © 2016년 gamgoon. All rights reserved.
//
#include "LinkedList.h"
/********************************************************
* 주요 연산
* 노드 생성/소멸
* 노드 추가
* 노드 탐색
* 노드 삭제
* 노드 삽입
*
* 메모리 영역
* - static memory (정적 메모리)
* - a... | [
"gamgoon@gmail.com"
] | gamgoon@gmail.com |
2714f60bc7b2253112a4ec7eb6c2937fb8a9b31c | 38be4142f9af143a865d1cb16a7e7f8eba7ce09d | /HackerRankCProgramming/Dynamic_Array_In_C.c | f31e656b1b7b6af4904b125ae14bcd4c60d4b97a | [] | no_license | Vinay1028/C-Programming | 39c4171e7a8e8adb443f46e09094e51a5a1278b6 | 3cda1aac68c5db5322cfab11586ce9387f3ec297 | refs/heads/master | 2022-11-11T16:57:50.464261 | 2020-06-14T12:32:33 | 2020-06-14T12:32:33 | 255,144,081 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 418 | c | #include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
int main() {
/* Enter your code here. Read input from STDIN. Print output to STDOUT */
int n;
int i;
int sum = 0;
scanf("%d",&n);
int *arr =(int*) malloc(n*sizeof(int));
for(i=0; i<n; i++)
{
scanf("%... | [
"vinaysingh1028@gmail.com"
] | vinaysingh1028@gmail.com |
0a31ca0028b61573fd72805dc5b33e1d9d228cc3 | f23c30e165bbb3e9dbe0ba8d0bbb41cf5e9f8fb4 | /AM335X_Double_PHY_20150602/BSP/lwip-1.4.0/src/include/lwip/netbuf.h | b77c01300b0bb3697010ec71037a58f9949da601 | [] | no_license | code1988/git_repository | 3cf929114964e4d523cd8bff49f77966b877ac12 | 279a4ec00c2b1bebd907a19c5f19eee757f0b107 | refs/heads/master | 2021-01-10T13:11:35.886186 | 2018-12-16T03:08:51 | 2018-12-16T03:08:51 | 45,232,656 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,185 | h | /*Copyright (c) 2001-2004 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 copyrigh... | [
"504136046@qq.com"
] | 504136046@qq.com |
a3cd3e95e375a943abf19608ef36338493363a48 | 8ae12e614deeda5a2ba8ecad3422b5f5da76eeb0 | /third_party/grpc/src/core/transport/chttp2/incoming_metadata.c | 315bc2faa19c4b3a48097d1461e0f866a1244ff0 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | dilbrent/bazel | c3372b0a994ae9fe939620b307a4ae70d2b786ff | 7b73c5f6abc9e9b574849f760873252ee987e184 | refs/heads/master | 2020-03-22T03:16:33.241314 | 2018-08-09T12:17:29 | 2018-08-09T12:18:55 | 139,422,574 | 2 | 0 | Apache-2.0 | 2018-07-02T09:39:10 | 2018-07-02T09:39:08 | null | UTF-8 | C | false | false | 3,517 | c | /*
*
* Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of condi... | [
"lberki@google.com"
] | lberki@google.com |
d5cda3f9e2abffdac1cdbedd7b475e48fb096193 | 5550c7edc70116a45b7e497e7c3845f7a1a8445d | /nemu/src/cpu/exec/arith/adc-template.h | bbf982a95826984f8a64c73c91fe794e96a9c4f6 | [] | no_license | qiuzihao/ics-2016-programming-assignment | 39b01c0bed7007a9fda8b90c61d40154b20bc365 | 2fa80793d7048f9976e6665465365dda3b0b62fb | refs/heads/master | 2021-01-13T12:17:53.845383 | 2016-07-17T01:12:52 | 2016-07-17T01:12:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,258 | h | #include "cpu/exec/template-start.h"
#define instr adc
static void do_execute()
{
uint32_t leng=(DATA_BYTE << 3)-1;
DATA_TYPE result;
result= op_dest->val + op_src->val+ cpu.EFLAGS.CF;
if(((result >> leng == 1) && (op_dest->val >>leng == 0) && (op_src->val>> leng == 0))||((result >> leng ==0 ) &&(op_dest->val >> ... | [
"jrgao0614@gmail.com"
] | jrgao0614@gmail.com |
955ee0eb318772c7a7fcfd446f42b166657c5e56 | a87d025342d5a8ca97f1f7a5c4caec7db9a7960e | /apps/blehci/src/main.c | 040c1572cb2bf183d7eb9964f1b27413f9762559 | [
"Apache-2.0",
"LicenseRef-scancode-gary-s-brown",
"BSD-3-Clause"
] | permissive | RT-Thread-packages/nimble | 070d7cce12b3fdaf575bae4a601a55b5a4c24a1d | 4e7653a22e8bcf499dd4a8a978a371d5969c862e | refs/heads/master | 2023-03-17T23:29:05.734717 | 2023-01-15T13:27:14 | 2023-01-15T13:27:14 | 167,159,041 | 128 | 79 | Apache-2.0 | 2023-01-15T09:31:01 | 2019-01-23T09:51:28 | C | UTF-8 | C | false | false | 992 | c | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"hcr1947@163.com"
] | hcr1947@163.com |
a590f33a917a2f61c15e9e5b3d18a6158a260f6c | 22b75dac065d2b2bdfeb9f474f7c32b5a0d40385 | /assignments/mpi-timings/poisson.c | b7fc90c108ab3089402badf53c2d14b64f8f6152 | [] | no_license | yczhao95/cse6230fa | 9c808b08e710e73211efec9808a927fba851888b | bf217ac53a14c86286d032f04414d6a9e7644e56 | refs/heads/master | 2020-04-11T21:16:40.681253 | 2018-12-17T16:00:52 | 2018-12-17T16:00:52 | 162,100,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,801 | c |
#include <stdlib.h>
#include <stdio.h>
#include <mpi.h>
#if defined(_OPENMP)
#include <omp.h>
#endif
#include "cse6230rand.h"
#include "cloud_util.h"
#include "jacobi.h"
/* decode an MPI error code */
int
decode_MPI_error (int err, const char *file, const char *func, int line)
{
char errbuf[BUFSIZ];
int err2;
i... | [
"tisaac@cc.gatech.edu"
] | tisaac@cc.gatech.edu |
b49dc8f48a1456ef8ea20bcaacd81dd037bfe5a4 | fe52495ba737aff3a7421412b7bde6d7f514d0cd | /third_party/vice-3.3/src/sounddrv/soundflac.c | 1eac5854c87ccbc1edc4c4cd99aef412db5c1c0a | [
"Apache-2.0",
"FSFAP",
"GPL-1.0-or-later",
"GPL-2.0-or-later",
"GPL-2.0-only"
] | permissive | xlar54/bmc64 | 1b18d866bb8ed4359b8045fbea9c7556d28f3045 | c73f91babaf9e9f75b5073c773bb50e8a8e43505 | refs/heads/master | 2020-05-20T18:44:54.719056 | 2019-05-03T02:36:49 | 2019-05-03T02:36:49 | 185,711,940 | 1 | 0 | Apache-2.0 | 2019-05-09T02:29:04 | 2019-05-09T02:29:04 | null | UTF-8 | C | false | false | 5,027 | c | /*
* soundflac.c - Implementation of the FLAC dump sound device
*
* Written by
* Marco van den Heuvel <blackystardust68@yahoo.com>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* i... | [
"randy.rossi@gmail.com"
] | randy.rossi@gmail.com |
196acf40f063cfce172752274c677c64c6e49864 | 8584fd6d00a36fe0f41bc0df2001029cb54f9eda | /CPE/CPE_pushswap_2018/sort_function_one.c | 318014eadf0b037defbb62f91bfa0f0a6fffc1ea | [] | no_license | PookieTek/Tek1 | 0b02344d57f2fd5497793b0b3f7cfe035ff65534 | 88b3a4b6dcf41e9c1801edce7c1dbcaeb4c65704 | refs/heads/master | 2022-12-05T00:19:24.962182 | 2020-08-27T11:11:49 | 2020-08-27T11:11:49 | 290,575,216 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,384 | c | /*
** EPITECH PROJECT, 2018
** sort_func1
** File description:
** sort_func1
*/
#include <stdlib.h>
#include "include/my.h"
#include "include/pushswap.h"
void function_sa(int *l_a, int *l_b, int size)
{
int stock;
stock = l_a[0];
l_a[0] = l_a[1];
l_a[1] = stock;
my_putstr("sa");
}
void function_... | [
"Pookie@localhost.localdomain"
] | Pookie@localhost.localdomain |
5b3748a19c5df4c2d4a3f9963b139eec936d72da | aab989cf4fd21be79e4e54a6e20d1ded372c1ea6 | /libft/srcs/ft_isdigitpoint.c | 334b852307665fa26d4ece0c3c8a846e9c512bb6 | [] | no_license | nvarela42/RTV1 | 7a00976dcb0bcde51d5619a6ff5e430a34b348fe | e271804687c8ebdfa0fee4823c6ac369c39dd7c7 | refs/heads/master | 2020-03-17T23:38:35.354605 | 2018-05-19T10:44:01 | 2018-05-19T10:44:01 | 134,052,975 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,269 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isdigitpoint.c :+: :+: :+: ... | [
"varela.nad@gmail.com"
] | varela.nad@gmail.com |
dcd121ad5b75d93f68e5f2971c40b291c6028fb2 | 34549461152cb96a1d6dc3cff39af4fd10e2c23d | /study163/cAdvanced/5.1/array.c | 7e61c142014b221a9804546f0b1866159a30f74b | [
"Apache-2.0"
] | permissive | cancerXW/c-learn | f562030cadbb754e3794faeeb429b158522126f8 | 51a6f6aec8bc0926e9ba12ddbcc3a0eeb2c52e24 | refs/heads/master | 2021-07-22T10:46:38.970896 | 2020-04-15T03:56:57 | 2020-04-15T03:56:57 | 137,092,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,011 | c | #include <stdio.h>
#include "array.h"
#include <stdlib.h>
Array array_create(int init_size) {
Array a;
a.size = init_size;
a.array = (int *) malloc(sizeof(int) * a.size);
return a;
}
void array_free(Array *a) {
free(a->array);
a->array = NULL;
a->size = 0;
}
int array_size(const Array *a... | [
"513972422@qq.com"
] | 513972422@qq.com |
fba9224576eaafa7634c2dd3b818a8c674c6d17e | 71279fd3825a0d70ae91f3bfe8626d84168ba6fd | /HyperionEngine/src/Utils/Mutex.h | 9a9416199c1faf1affc9f0733571b8d07d15d1b3 | [
"MIT"
] | permissive | robertoduarte/ss_dev | 04d8382f68fd5a1605cf6b475c9117642da4fff2 | ff88bfa72c12d83a028b43067095e17f04cd740e | refs/heads/master | 2023-03-27T14:20:38.872281 | 2023-03-02T09:21:12 | 2023-03-02T09:21:12 | 211,133,581 | 11 | 2 | null | null | null | null | UTF-8 | C | false | false | 272 | h | #pragma once
#include <stdbool.h>
#define SAFE(type, variable) (*(volatile type *)((type)&variable + 0x20000000))
typedef struct
{
bool flag[2];
bool turn;
} Mutex;
void Mutex_Lock(Mutex *mutex, bool isMaster);
void Mutex_Unlock(Mutex *mutex, bool isMaster);
| [
"robertodanielalvesduarte@gmail.com"
] | robertodanielalvesduarte@gmail.com |
b6b225e16e2eda0cc087d51d63d1da869fbd2bbc | 9d805ffcea0c0b9c502440aac9fd633ef2d62714 | /src/rt/semispacegc.c | 9acefd39a302fbe7c7d328e7104e20199b67deab | [
"MIT"
] | permissive | coq-ext-lib/coq-compile | d4a74f2e79d30672c06958728f6f4fa4358faec8 | 8edfe71f4f91d5abf479bee50a3f1529b99acd4f | refs/heads/master | 2016-09-05T11:54:58.929226 | 2013-02-22T04:12:08 | 2013-02-22T04:12:08 | 6,789,294 | 21 | 2 | null | null | null | null | UTF-8 | C | false | false | 7,159 | c | #include "gc.h"
#include "shadowstack.h"
#include "data.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <sys/mman.h>
#include <time.h>
universal_t *tobot, *totop;
universal_t *frombot, *fromtop;
universal_t *curbot, *curtop;
universal_t *queueptr, *endptr;
size_t heapsize;
... | [
"scott@thinkmoore.net"
] | scott@thinkmoore.net |
7969affad3d82e1407ca0d752a81e505a5d8e7c4 | 6545507482347b2860ee0c862a1975fed7366cca | /ft_memdel.c | 2511524dcf62e4d7839fada650914504fa7e8f69 | [] | no_license | JeremTS77/My_LIBFT | d7fbca59a2ed4b0e783788aa69e6baa6a04bf024 | e159126f0fbe2679f40dbd42577fb855b4cee447 | refs/heads/master | 2020-12-24T18:04:13.979932 | 2014-12-10T09:07:26 | 2014-12-10T09:07:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 993 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memdel.c :+: :+: :+: ... | [
"jeremy.la@me.com"
] | jeremy.la@me.com |
f45089f605009d77bf7537153c8c5472ffc10ed4 | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/coldwind/desert/weapons/staff.c | e5f137d98c0246bf68912516ed0de688a7a4444a | [] | 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 | 2,356 | c | #include "/players/coldwind/define.h"
inherit "obj/weapon.c";
int sell;
reset(arg){
::reset(arg);
if (arg) return;
set_name("staff");
set_alias("weapon");
set_alt_name("weapon_4_sale");
set_sell(3200 + random (1700));
set_short(HIK+"Staff of the giant"+NORM);
set_long(HIK+
" A huge black staff made from a strange ... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
1e27991f85facae0bc6934ebb4cafb8f3fb10924 | 618ca9492e3ec2c1ef36b29e253f2d46cad5564a | /FreeRTOS/实验1 跑马灯实验(成功)/USER/main.c | e3771583139d54779942d70f2b9ab8ddf833d8dd | [] | no_license | yatt122496/stm32_demo_std | 3797f9ecb83e26c60a894ed7a4f9768d8933e46a | c301da75afb6efd95aafeb0a60e696d8ac524c0f | refs/heads/master | 2023-07-12T22:38:03.141680 | 2021-08-01T04:32:10 | 2021-08-01T04:32:10 | 373,777,037 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,648 | c | #include "sys.h"
#include "delay.h"
#include "usart.h"
#include "led.h"
#include "FreeRTOS.h"
#include "task.h"
#include "mytasks.h"
/************************************************
ALIENTEK精英STM32开发板实验1
跑马灯实验
技术支持:www.openedv.com
淘宝店铺:http://eboard.taobao.com
关注微信公众平台微信号:"正点原子",免费获取STM32资料。
广州市星翼电子科技有限公司
作... | [
"1254452743@qq.com"
] | 1254452743@qq.com |
29773be2d09b4a4f2c23e70c5b6be50391cc88da | 8550f21689b0549d899b738411d2f94e1e5cc7e2 | /catkin_ws/devel/include/mavros_msgs/FileRemoveDirResponse.h | dd5d70466b58d5be98e0f88c6ecae2427ba9b44b | [] | no_license | pratyusv/px4_data_collection | fb21c0e53b9b9c5b7d3d4f1db25589ca852561b9 | cb45a180ff2c2b3cf7d9693c54997123dbfd46b5 | refs/heads/master | 2020-03-20T01:27:21.756306 | 2018-06-12T17:34:01 | 2018-06-12T17:34:01 | 137,076,821 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 119 | h | /home/pratyush/git/px4_data_collection/catkin_ws/devel/.private/mavros_msgs/include/mavros_msgs/FileRemoveDirResponse.h | [
"pratyushvarshney91@gmail.com"
] | pratyushvarshney91@gmail.com |
4f3e4f6a96f301ae05530f413aebc17745bdd3db | b7fb8c306b2914045405c6ffcf523cf3ed10bd6e | /include/i2c.c | 232ece097e536cdcfd1419fca21e6aa39294fb04 | [] | no_license | Emilysta/WeatherStation | 65fd3d7f6ed7675dc37df2b42fc2f3019e31f4d8 | 85b38d360821ff023509870150eaba3724b2c454 | refs/heads/master | 2023-02-22T06:08:49.290901 | 2021-01-26T17:06:13 | 2021-01-26T17:06:13 | 333,093,408 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,892 | c | #include "i2c.h"
#include <avr/io.h>
void i2c_init()
{
TWSR = (1 << TWPS1) | (1 << TWPS0);
TWBR = ((F_CPU / SCL_FREQ) - 16) / (2 * pow(4, (TWSR & ((1 << TWPS0) | (1 << TWPS1)))));
}
int i2c_send_start(char slave_address)
{
//send start condition
TWCR = (1 << TWEN) | (1 << TWSTA) | (1 << TWINT); //set ... | [
"emiliastarczyk@gmail.com"
] | emiliastarczyk@gmail.com |
c3e500c8af83eaddc8e453225381a23bcf68882d | 2786413db6aeaf8126e6d607f4ec570cda6fbf50 | /000/000/280/basic-00042-med.c | f9218041ee33b0b6a80218d90882de4c174506f5 | [] | no_license | frodrd00/bot-Kendra | 5a735f989675956a7c41d07effcadcdd26fab58d | 679569010d7ea0482936b4d8f6fb07fb3a7be637 | refs/heads/master | 2020-05-31T10:30:45.124315 | 2019-07-31T12:42:18 | 2019-07-31T12:42:18 | 190,239,690 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,980 | c | /* Taxonomy Classification: 0000000030000000000200 */
/*
* WRITE/READ 0 write
* WHICH BOUND 0 upper
* DATA TYPE 0 char
* MEMORY LOCATION 0 stack
* SCOPE 0 same
* CONTAINER 0 no
* POINTER 0 ... | [
"frodd@unileon.es"
] | frodd@unileon.es |
2363f0da491271c2b6f6a225f11c68fd371fcd8f | bda82c881190554047249493832cc1ba47535c7c | /sample/Cprog1/01/03_keisan.c | f0965d0884fe2ad9c86de448feb39831238ddbaa | [
"MIT"
] | permissive | hoge1e3/Degapper | f01de2765f05b8ecfcd0ae995d2204daac6af5d3 | c5cba8ba0e7daaf1256e302753447901e6135ecb | refs/heads/master | 2021-01-11T04:16:02.183583 | 2016-10-18T01:04:23 | 2016-10-18T01:04:23 | 71,194,745 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 195 | c | #include<stdio.h>
int main(void) {
printf("2 たす 3 は %d ", 2+3);
printf("5 ひく 3 は %d ", 5-3);
printf("5 かける 3 は %d ", 5*3);
printf("15 わる 3 は %d ", 15/3);
}
| [
"hoge1e3@gmail.com"
] | hoge1e3@gmail.com |
44af4ba428133cde11bf0b790cf91fc14be9c803 | 1890175d49faba45166d4ec682efcfe180b427aa | /flash.h | 349d54a790e122926e4b3fc979afa7f50062fd1f | [] | no_license | TrackRxProject/TrackRxFirmware | 3bbd940beb4c5002b4b7748f1dcbc770a4524231 | afedc949589f22b06d62f6b93baae12f36a642ee | refs/heads/master | 2021-01-10T15:16:27.864359 | 2016-04-28T09:40:46 | 2016-04-28T09:40:46 | 49,583,826 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,677 | h | /*
* flash.h
*
* Created on: Feb 7, 2016
* Author: Jake
*/
#ifndef FLASH_H_
#define FLASH_H_
#define SL_MAX_FILE_SIZE 64L*1024L /* 64KB file */
#define BUF_SIZE 2048
/* Application specific status/error codes */
typedef enum{
// Choosing this number to avoid overlap w/ host... | [
"steven69@purdue.edu"
] | steven69@purdue.edu |
2f3accd67dcca2d7103afae2e635a8a371eece7e | 2baa619090e455068722e58c927f89ac39c688ab | /Src/gc.c | 39e81172d87c52385d6fba87ed5a209a05bcee82 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | egallesio/STk | 773c2afcf7acc5a70fcf413ef33a441d818ea24b | 4f118ea42676e64ce884ac121af6dd3a853ebf6a | refs/heads/master | 2023-04-07T12:30:07.147153 | 2023-04-02T17:01:16 | 2023-04-02T17:01:16 | 218,806,588 | 6 | 5 | NOASSERTION | 2023-04-02T17:01:17 | 2019-10-31T16:09:21 | C | WINDOWS-1252 | C | false | false | 17,147 | c | /*
*
* g c . c -- Mark and Sweep Garbage Collector
*
*
* Copyright © 1993-1999 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
*
*
* Permission to use, copy, modify, distribute,and license this
* software and its documentation for any purpose is hereby granted,
* provided that existing copyright notices are... | [
"eg@unice.fr"
] | eg@unice.fr |
a52c7b9620f9345ea972a93864cbc9844e02b68c | 376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb | /databases/mysql75-cluster/patches/patch-mysys_stacktrace.c | a0d9ecf940077692b4e1474a67132d91620ab292 | [] | no_license | NetBSD/pkgsrc | a0732c023519650ef821ab89c23ab6ab59e25bdb | d042034ec4896cc5b47ed6f2e5b8802d9bc5c556 | refs/heads/trunk | 2023-09-01T07:40:12.138283 | 2023-09-01T05:25:19 | 2023-09-01T05:25:19 | 88,439,572 | 321 | 138 | null | 2023-07-12T22:34:14 | 2017-04-16T20:04:15 | null | UTF-8 | C | false | false | 424 | c | $NetBSD: patch-mysys_stacktrace.c,v 1.1 2022/04/17 04:07:14 jnemeth Exp $
--- mysys/stacktrace.c.orig 2021-09-14 09:08:08.000000000 +0000
+++ mysys/stacktrace.c
@@ -259,7 +259,7 @@ void my_write_core(int sig)
{
signal(sig, SIG_DFL);
pthread_kill(my_thread_self(), sig);
-#if defined(P_MYID)
+#if HAVE_SIGSEND && ... | [
"jnemeth@pkgsrc.org"
] | jnemeth@pkgsrc.org |
67fd245b3e2af44c64ac5774cf5b2d77ed0b7237 | 3deec0ca7ac98fa5a930069b667c148e892703c6 | /2/cpp/code 2.c | b80569549f8cb8e928b2fc11e939c31d96d4bb37 | [] | no_license | temuujinya/ICSI201---OOP | 111414bbdecea49e3b7ad6f0fab9e9355b597520 | 8ea5f6073407e311b20fbd1e58de91098845dc46 | refs/heads/master | 2021-10-09T04:18:43.002922 | 2018-12-21T02:27:46 | 2018-12-21T02:27:46 | 155,733,678 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,313 | c | #include<iostream>
using namespace std;
int main() {
// Бүхэл тоон a хувьсагч зарлаж түүнд 125 утгыг оноож байна
int a = 125;
// Бүхэл тоон төрлийн p заагчин хувьсагч зарлаж түүнд a хувьсагчийн хаягийг хаягийн оператор &-н тусламжтайгаар оноож байна
int *p = &a;
// p заагчин хувьсагчийн агуулж буй хаягийг хэвлэ... | [
"usott@yahoo.com"
] | usott@yahoo.com |
d553b3da79b263590b8538a1ed64d3af0c062764 | ec94dba25a44cbc6725358e6939ade75b3c733d3 | /vendor/sdk/component/os/freertos/cmsis_os.c | 030862a7c5c11b16f343b1ccecb5122901565bbe | [
"MIT"
] | permissive | dgoodlad/rtl8710-sdk | 9f04872778ab6e54c8fc370b3c3c7c474cc22a85 | 317d21411975554509c8292ba9fe44729971822c | refs/heads/master | 2020-05-16T18:07:25.260396 | 2019-04-24T12:31:25 | 2019-04-24T12:31:25 | 183,215,538 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 43,548 | c | #include "cmsis_os.h"
#include "diag.h"
#include "rtl8195a.h"
#define CMSIS_OS_ERR(fmt, args...) DBG_8195A("\n\r%s: " fmt, __FUNCTION__, ## args)
extern void *_memset( void *s, int c, SIZE_T n );
#define os_memset _memset
#if configSignalManagementSupport // the older FreeRTOS version di... | [
"david@goodlad.net"
] | david@goodlad.net |
b38ca0c1c907c92dbc8e75ebaa8947499511ff89 | bb58f4e4a1b66f3ff8100a712ad0381ff7eb0818 | /thirdparties/iphone/include/libavcodec/frwu.c | 8544da90f5b31e3dcd4150f953267144c73cb195 | [] | no_license | showkit/doubango_old | 1ebaa23eafca22407b720fd83ad14e24e52031b2 | d8eae37d935b79cb7898aa3f27a5ebea04fd3d22 | refs/heads/master | 2016-09-06T12:41:07.672582 | 2014-03-02T19:25:34 | 2014-03-02T19:25:34 | 15,145,168 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,970 | c | /*
* Forward Uncompressed
*
* Copyright (c) 2009 Reimar Döffinger <Reimar.Doeffinger@gmx.de>
*
* This file is part of Libav.
*
* Libav is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* ... | [
"tom.harper@wearezeta.com"
] | tom.harper@wearezeta.com |
9a7b471cb45a0cdb80fa2f9ccfb5522d848dc4cf | 825c636166e77e9a6dd9267503e990ef5a2988c9 | /bin/example/36_7.h | 69d817a912334ec4fd4e905e11aa7e957edf137f | [] | no_license | zcg19/rpp | cc58d3b41f619d7918f0015ddec3160fbbad6b73 | 45fe569af4ad3b7dccba045c0b85c0a24902d614 | refs/heads/master | 2021-03-17T14:12:17.002987 | 2019-04-30T03:24:49 | 2019-04-30T03:24:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 148 | h | /*
read self
*/
import "rfile.h"
main
{
rfile file("example/36_7.h")
file.read_all.sub(3).print
//auto close file in destructor
} | [
"287848066@qq.com"
] | 287848066@qq.com |
2c003ad2d0517010d858ef804313abc5f0f430d5 | 661c3698b85b89b7ff11a56e203be2cd88ac0c02 | /MovieTicketBooking.c | 9715a3b98a013fa52d2e3cb7211a6b359a0a09c9 | [] | no_license | Javhus54/MovieTicketBooking | 209c7f11c2500b40dbb3f6858886e8899d33bfa2 | 9bc8551bcbb03d59fe3fdc2a4d00ece8f7c34a7b | refs/heads/master | 2020-05-02T02:14:49.601649 | 2019-03-26T02:33:27 | 2019-03-26T02:33:27 | 177,700,411 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,993 | c | #include<stdio.h>
#include<windows.h>
#include<conio.h>
struct movie
{
int a[15][12];
struct book
{
int n,x[6],ch;
char v;
}z[20];
}m[5];
int cancel();
int buy();
void printstatus(int ch);
int main()
{
int i,ch;
do
{
system("cls");
printf("Enter your choice \n1.Seat Availability\n2.Book a Ticket\n3.Cancel Ti... | [
"javhus54@gmail.com"
] | javhus54@gmail.com |
30b70c77285cccbb24933b2abf6edbf7bdf6a0a5 | d882836ff03799be226ae23486d57105379abbd5 | /OpenCPU/m66/example_tcpserver.c | 5c7d8098721ca2400a931b3253dd906127aa932f | [] | no_license | 31415li/platformio-quectel-examples | 760dcf0aac5fa29f8fed8ea5873edcabb851deaf | de0a28b3dd017039206ea3b3b6ee361a42406474 | refs/heads/master | 2023-03-16T01:40:20.918846 | 2020-10-26T07:20:41 | 2020-10-26T07:20:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,730 | c | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or dis... | [
"the.wizarda@gmail.com"
] | the.wizarda@gmail.com |
178398540bcbdbc79c85bc3f42d884b5d5035570 | 94af09e6c210fd076d41f8215a0ef34e3650d50c | /Functions.c | 1b20ef98b84d267d0d4784535da09ad654470528 | [] | no_license | muskanagrawal05/Practice-Questions | fe652463bdd0c1505052f83800fe6b7de4752c7a | 654d77623d2d11157e49314d504c9899b2ed3acb | refs/heads/main | 2023-07-07T23:27:35.071926 | 2021-08-13T10:48:09 | 2021-08-13T10:48:09 | 394,860,783 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 404 | c | #include <stdio.h>
int max_of_four(int a, int b, int c, int d)
{
int res;
res=max(a,b);
res=max(res,c);
res=max(res,d);
return res;
}
int max(int a,int b)
{
if(a>b)
return a;
else {
return b;
}
}
int main() {
int a, b, c, d;
scanf("%d %d %d %d", &a, &b, &c, &d);... | [
"noreply@github.com"
] | muskanagrawal05.noreply@github.com |
e2ee393651f48d2cbbef771fd4c12742f6c62d77 | f169e7d26db0d1722d419935daa7c184f29590a8 | /hardware/ril/rild/rild.c | 18ce7bfa61c21f15536b225d0cc90de69095546f | [
"Apache-2.0"
] | permissive | bourne015/android-ics-s5pv210 | af4613e83f44469b22bf927c4c12d543c4e90c4b | b0d84c2af5eb01109e572f19d9e7c0f07790f8ee | refs/heads/master | 2020-12-24T19:36:59.287719 | 2015-03-06T08:10:37 | 2015-03-06T08:10:37 | 34,206,009 | 0 | 6 | null | 2020-03-06T16:14:03 | 2015-04-19T12:38:52 | Java | UTF-8 | C | false | false | 8,001 | c | /* //device/system/rild/rild.c
**
** Copyright 2006, 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
*... | [
"fantao@vanstone.com.cn"
] | fantao@vanstone.com.cn |
0026e0a055a324d7ce34d9b335e04388510b5c1e | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/usb/extr_cdc_ncm.c_cdc_ncm_store_tx_max.c | d7f02beffe6f02ff9c9644cb46a3a02084315562 | [] | 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,366 | 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 |
8269c358c32558a6b26ae7b4d7e1a1625953fdbc | 25a06c8bbc09024e4435334318b399245d992345 | /pintos-p4/src/threads/thread.h | b5e155462bc21789d38384c6f98d624b1a50ec01 | [
"MIT-Modern-Variant",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | daisyb/os-project | 73730715d8fd5befbcd4868fda207524a8f859c4 | 36b277673e9667858db94e633812dc83c217c17f | refs/heads/master | 2020-04-05T09:52:10.191421 | 2018-12-12T01:32:20 | 2018-12-12T01:32:20 | 156,778,928 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,027 | h | #ifndef THREADS_THREAD_H
#define THREADS_THREAD_H
#include <debug.h>
#include <list.h>
#include <stdint.h>
#include "filesys/file.h"
#include "filesys/inode.h"
#include "synch.h"
/* States in a thread's life cycle. */
enum thread_status
{
THREAD_RUNNING, /* Running thread. */
THREAD_READY, /* Not ... | [
"daisybarbanel@gmail.com"
] | daisybarbanel@gmail.com |
f52314d90e854bff1be3a773c09d342b7fc62fd6 | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fantog.c | ff9fbe7950e5c6c9cef7336d2d88fc94bebe5771 | [
"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 | 3,273 | c | /*
* Copyright 2012 The Nouveau community
*
* 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, p... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
8599d14316bd1b6ca16158c9954ea7f2a627b041 | 494b73e27cbc8b1b8b58beea17c05a2f9d1b4f3d | /dependencies/MiniFB.h | bfae5bbf0ba2a4cf8957c77db320df549df9dc82 | [] | no_license | Francis-Magallanes/Orpheus | 7fa2a33fc7967f4aad3149936374d02a1eea9204 | 70ddc7086041f9df6b3286e86636e7b3e13e6702 | refs/heads/master | 2023-08-10T07:14:18.912450 | 2021-09-17T10:46:12 | 2021-09-17T10:46:12 | 384,675,713 | 1 | 0 | null | 2021-09-17T10:46:13 | 2021-07-10T10:55:14 | C++ | UTF-8 | C | false | false | 4,464 | h | #ifndef _MINIFB_H_
#define _MINIFB_H_
#include "MiniFB_enums.h"
#ifdef __cplusplus
extern "C" {
#endif
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#define MFB_RGB(r, g, b) (((uint32_t) r) << 16) | (((uint32_t) g) << 8) | ((uint32_t) b)
... | [
"60374264+Francis-Magallanes@users.noreply.github.com"
] | 60374264+Francis-Magallanes@users.noreply.github.com |
2274c0bb565a9bc56dc56c851c28aac29f238ba1 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/enduser/speech/ce/public/sdk/inc/wincestub.h | 281e56d663be5733d383417c46a1575571bd857d | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,260 | h | #ifndef WinCEStub_h
#define WinCEStub_h
#include "winbase.h"
#include "urlmon.h"
#include "basetsd.h"
#include <spdebug.h>
#include <spcollec.h>
// winuser.h
#define InterlockedExchangePointer( pv, v) InterlockedExchange( (long*)pv, (long)v)
#define SetWindowLongPtr SetWindowLong
#define GetWindow... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
c8e2433f1da5440a37e3615bdeffb45498ad84a0 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/drivers/media/dvb/frontends/stv0367.c | fdd20c7737b57a968d4e5e8edf4d9900ef859d2b | [
"BSD-2-Clause",
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 94,618 | c | /*
* stv0367.c
*
* Driver for ST STV0367 DVB-T & DVB-C demodulator IC.
*
* Copyright (C) ST Microelectronics.
* Copyright (C) 2010,2011 NetUP Inc.
* Copyright (C) 2010,2011 Igor M. Liplianin <liplianin@netup.ru>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t... | [
"jflinn"
] | jflinn |
2c375ccacd9b7951ef1b91c68a950dedb53ecb4e | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/2b462b56-b0f1-4295-91c6-46c7484e5853.c | 23b3d5dff440ad5155ede2144b95bd7ad9ab2c3c | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 589 | c | #include <string.h>
#include <stdio.h>
int main() {
float i;
float j;
float k;
float l;
i = 3;
j = 9;
//variables
//random
/* START VULNERABILITY */
int a;
long b[83];
long c[83];
a = 0;
while (b[( a - 1 )] != 0) {
a++;
//random
/* START BU... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
096837200bad81bae1c4849a1fed52bcf1ef22b4 | 99f7e8a658752e4af6273f76ddf34bdc3c7279ff | /DRJACK/UTIL/NCARG/lib/ncarg/examples/c_csex03.c | 8d349e9ec99e9bc32f5bee23c4b65125f0bd95bc | [] | no_license | f0n/admin | 4cafc5e6cef1c6ce1c8ea25857be626070417419 | 56d92c3aa8efcf9d5ce576e2d35e5ce1c6363966 | refs/heads/master | 2021-01-21T18:28:15.572139 | 2017-05-22T14:37:17 | 2017-05-22T14:37:17 | 92,047,960 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,399 | c | /*
* $Id: c_csex03.c,v 1.5 2003/05/22 17:24:18 haley Exp $
*/
#include <stdio.h>
#include <ncarg/ncargC.h>
#include <ncarg/gks.h>
#include <ncarg/ngmath.h>
/*
* Function prototypes for plotting backgrounds and curves.
*/
void c_bkgft1(float, char *, float, float);
void c_drwft1(int, float [], float [], int, flo... | [
"root@ip-172-31-0-49.us-west-2.compute.internal"
] | root@ip-172-31-0-49.us-west-2.compute.internal |
1406dcebcda17b01b14b44cb3b145b87295182fc | e29014f95caa42798db5ddab6e22581e98640dcc | /opencv-exploration/test_opencv.c | 1cbd85e884c85db22fbee0f9dde31e3b11877fb5 | [] | no_license | daniela-botball/rus-botball | 7b1d909eb97d3ad324aefe0464052afc5c719ff5 | e38e5356c894a13a7dfac574c85af34cfb88ccbf | refs/heads/master | 2021-01-21T22:29:32.062748 | 2015-04-24T21:15:14 | 2015-04-24T21:15:14 | 10,571,380 | 2 | 0 | null | 2014-08-03T06:56:39 | 2013-06-08T16:51:11 | C | UTF-8 | C | false | false | 286 | c | // Test that RUS can access OpenCV successfully.
//#include "rus_opencv_library.h"
int main2() {
int x;
printf("Testing that we can access OpenCV.\n");
//x = cv_find_pole_x();
printf("The x-value for the pole is %3i.\n", x);
printf("End test of OpenCV.\n");
return 0;
}
| [
"mutchler@rose-hulman.edu"
] | mutchler@rose-hulman.edu |
bb479bb4ef703f2cd5569b662a4e9f4cc3561eef | 382c5c64e7f179a345ad267806824099d7986d64 | /src/fitsplt/src/onedspec.h | 1799e97ea3d45bd92e0c93eb99084fefbbf9244b | [
"MIT"
] | permissive | cdfassnacht/CodeCDF | e094089b2d704a96d25e2b9a701d986efff8f9c5 | d285c51fd53e52b77e8288ede3126b1f927ea0f1 | refs/heads/master | 2023-08-16T10:37:23.498236 | 2023-08-11T17:19:13 | 2023-08-11T17:19:13 | 14,975,486 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,571 | h | #ifndef onedspec_h
#define onedspec_h
#include "structdef.h"
/*.......................................................................
*
* Definitions
*
*/
#define MAXFLUX 99999.99
#define MINFLUX -99999.99
#define SHORT 10.0
#define LONGIN 50.0
#define LONGOUT 100.0
/*............................................. | [
"cdfassnacht@ucdavis.edu"
] | cdfassnacht@ucdavis.edu |
c0f8791c0606fcfafa448185f0720e08e0a6864c | 1816c7d2ff148e6b9f399d786e4e233f10771443 | /Assignment4/visible.c | 9e5c93d45dc8f873f84d2694c821fce12f839cd5 | [] | no_license | Avani22/Computer-Graphics | 789c98cf4e8e6fd63e08e623de4c2957c4a2eaff | 00488bc45035a6a8d37cda7217d0a3b526689ee2 | refs/heads/master | 2022-07-09T23:47:03.647978 | 2020-05-20T19:49:52 | 2020-05-20T19:49:52 | 265,439,028 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,859 | c | // Chandorkar, Avani
// arc8554
// 2020-05-08
//----------------------------------------------------------
#include <stdio.h>
#include "visible.h"
//----------------------------------------------------------
int isVisible( Vertex *cameraPosition, Vertex *v1, Vertex *v2, Vertex *v3 )
{
// TODO: Purpose: Determine... | [
"noreply@github.com"
] | Avani22.noreply@github.com |
ceee21d4c97958adfc7a721ea9fa295d9ebaf712 | d08a883ff8b79c8b6854140ff8159f6f9219dad7 | /src/sort.c | 051e6c588a6963bf435816e052f52247e952359e | [] | no_license | eliott-belinguier/LinkedList-Library | 42054bcc50c188d08c300dcb7c280784058d57d3 | a9307741563eef6eff196e45e8a8f6d06a8757f3 | refs/heads/master | 2023-06-03T04:34:04.018290 | 2021-06-12T23:40:26 | 2021-06-12T23:40:26 | 376,322,182 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,167 | c | /*
** EPITECH PROJECT, 2018
** LinkedList Library
** File description:
** Sort list from custom comparison function.
*/
#include "list.h"
static void *list_get_higher_element(list_t *list_ptr,
int (*cmp)(void *, void *))
{
list_t current = *list_ptr;
list_t best = 0;
void *result;
for (; curr... | [
"eliott.belinguier@epitech.eu"
] | eliott.belinguier@epitech.eu |
56d143fadaec6f8ae2c62af5c2427004b2be5855 | 3e229112d075dd98638ec18edb154d9a209e0022 | /ch/10/no_data.c | ae7f6c0f8ae99ae3e6169cfb663d6f4712e76824 | [
"MIT"
] | permissive | brovish/c_primer_plus | 4b87e6976fe8f1c121d1a6629246e894fe24f90f | 91ef8457d83011ecda4c5cca55fc85a3f9d20410 | refs/heads/main | 2023-09-05T19:55:57.595835 | 2021-11-22T08:42:08 | 2021-11-22T08:42:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 217 | c | #include <stdio.h>
#define SIZE 4
int main(void)
{
int no_data[SIZE];
int i;
printf("%2s%14s\n", "i", "no_data[i]");
for (i=0;i<SIZE;i++)
printf("%2d%14d\n", i, no_data[i]);
return 0;
}
| [
"kurdt88@outlook.com"
] | kurdt88@outlook.com |
98bb5399e924e34a58c8385db32d13379dd2142c | 556df7c17b579d07797c50b7f7bf2d087372dfc3 | /fdf/save/test.c | b6e839aa9dfc5f244eb1211a3f4bfb87b839af20 | [] | no_license | vladba/save | 06c7dbeb5a60b164d2a9348082507a73dd58458a | 8be45ddd15d4fe39583f33794f81517b6a68b33b | refs/heads/master | 2020-12-24T15:13:26.948906 | 2015-02-13T06:43:15 | 2015-02-13T06:43:15 | 30,743,729 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,145 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* test.c :+: :+: :+: ... | [
"vbargues@e3r5p19.42.fr"
] | vbargues@e3r5p19.42.fr |
da9a478ac6785bcefeb4a963e05d96e5439b9046 | dad5d9210e6187eea316d329a093fcb2260f7aae | /dielectrons/drawPlots.C | 90af250a7c0de4422f0db3d34519755a5f6fd431 | [] | no_license | HuguesBrun/TriggerPurities | e957e652db1f099b125228bc3eabf5fafeb95ea9 | a89309af02c26ba5f98ab4dedee0eba75c0aeb52 | refs/heads/master | 2016-09-06T14:31:54.844630 | 2013-12-17T17:26:55 | 2013-12-17T17:26:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,693 | c | TFile *myFile = new TFile("outFileTrigger.root");
doThe2DPlot(TString nom, TString theAxis){
UInt_t Number = 2;
Double_t Red[2] = { 1.00, 0.00};
Double_t Green[2] = { 1.00, 0.00};
Double_t Blue[2] = { 1.00, 1.00};
Double_t Length[2] = { 0.00, 1.0};
Int_t nb=50;
TColor::CreateGradientColorTable(Number,... | [
"hbrun@cern.ch"
] | hbrun@cern.ch |
4bdd721c811a1d1d7e9f6d2639e074c79d391afa | 7ead21e8c99210d9fdcfeac4a99cfe48b0efee21 | /18年飞卡/飞卡比赛代码/Smartcar_直立/SOLGUI/src/SOLGUI_Printf.c | e69138ab6192ee2262150db3e3ad3877c7af46a5 | [] | no_license | ccchenji/MySmartCar | 1f8f49334eed71069948b2820f77b0f8cf41451b | df2eae3858f68c191dacf817b8b5d8387f1c1995 | refs/heads/master | 2020-03-25T01:50:27.610768 | 2018-08-02T07:55:41 | 2018-08-02T07:55:41 | 143,259,779 | 4 | 0 | null | null | null | null | GB18030 | C | false | false | 8,250 | c | #include"SOLGUI_Include.h"
#include<stdarg.h> //支持变长参数
//########################【字库文件】########################
#include"Font6x8_ASCII.h"
#include"Font4x6_ASCII.h"
#include"Font8x8_ASCII.h"
#include"Font8x10_ASCII.h"
//########################【字库选择】########################
//---------------------【字库注册】
FontInf... | [
"1355975831@qq.com"
] | 1355975831@qq.com |
215363a3b3053dec1ba37158908447ac63da2410 | 2960167ca6fba5c49fcdf7fa4353017e1566246f | /Programming/Vlad_Slyusar/2/2.c | 5135ba10f3a8b88081ed24e002a88531ff0fba4c | [] | no_license | FriedrichFrankenstein/A.19-Green | ed95e28a0e6bbaa48d24db372642ad97d6b42772 | 1444c54e0400bbc3ab4ed4eac058691d4407421d | refs/heads/master | 2020-07-29T20:37:21.584748 | 2019-10-16T13:39:42 | 2019-10-16T13:39:42 | 209,950,683 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 169 | c | #include <stdio.h>
#include <conio.h>
main()
{
int a, b, c;
printf ("Enter two int numm \n");
scanf ("%d%d", &a, &b);
printf ("Result: " c = a + b );
getch();
}
| [
"fmfrankenschtein@gmail.com"
] | fmfrankenschtein@gmail.com |
70b27ca3a0d13b19c3794479af8a41cd1fda9f6c | 1164fbac870bb7725591cb82ad5b32b1b4d744cc | /uname.c | 43c46c649d003833779f16451c64fb2cbb03f99a | [
"MIT"
] | permissive | m-thu/corium | 7f1b3baf7ac6d239915093155a4c6ccfcbdf4c07 | 8f8e86eb890611a1047159c52e821177bb77a4de | refs/heads/master | 2021-01-12T06:14:16.764071 | 2017-11-17T23:23:11 | 2017-11-17T23:23:11 | 77,330,318 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,994 | c | /*
* Invocation: uname [OPTION ...]
*
* Print system info to stdout
*
* Options:
* -a : print everything (in this order)
* -s : kernel release
* -n : node name
* -r : kernel release
* -v : kernel version
* -m : machine hardware name
* -p : processor/unknown
*
* No option specified:
* same... | [
"m-thu@users.noreply.github.com"
] | m-thu@users.noreply.github.com |
6baf9ea808f7820bba23cf7789707cc823588d2f | ed476e341fd098e98af26bcb457552ab5f18abe3 | /encode.c | 08b7d68fda14b73c448db918fa8dfa84b1897f73 | [] | no_license | espadatiburon/encoding_C | 25b103dedd8c3e834fc9b71e1bc200b4a1fa45f3 | 611e4ca34875439038ab8aec0a5bf874895b7464 | refs/heads/master | 2020-03-21T01:58:50.916448 | 2018-06-20T02:59:59 | 2018-06-20T02:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,088 | c | /*
Name: Harlan Chang
Description: Program asks the user for an input file, output file, and whether they want to encode it or decode it. It will take whatever is in the input file and either encode or decode it into the output file.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.... | [
"noreply@github.com"
] | espadatiburon.noreply@github.com |
32a4d1316b0f6e846d3c768493af9a8aeb14281a | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/cygwin-master/newlib/libc/posix/regfree.c.bak.c | e2d2c0953bcd84dba4b6afc3441582a98619f07d | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,888 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*-
* Copyright (c) 1992, 1993, 1994 Henry Spencer.
* Copyright (c) 1992, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Henry Spencer.
*
* Redistribut... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
0f32dd0aaaa284a4af7d7d6b716732fda5029edb | 3e3f2d78302c2e7abb8462e045a6f906044e8e66 | /xmame84_orig/src/cpu/i386/i386ops.c | 5a70df73b8f59f5242e573ec807c7f0143e9e1cf | [] | no_license | retrofirmware/gh_retrogame_emulator | 93906a758f8b4ed092c2ebe8f6621c1db5a00b96 | 415ebd5dab5226441b3f996b82ffba8d17036829 | refs/heads/master | 2020-03-10T06:34:22.110264 | 2018-04-03T12:07:49 | 2018-04-03T12:07:49 | 129,242,551 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 43,782 | c | static UINT8 I386OP(shift_rotate8)(UINT8 modrm, UINT32 value, UINT8 shift)
{
UINT8 src = value;
UINT8 dst = value;
if( shift == 0 ) {
CYCLES_RM(modrm, 3, 7);
} else if( shift == 1 ) {
switch( (modrm >> 3) & 0x7 )
{
case 0: /* ROL rm8, 1 */
I.CF = (src & 0x80) ? 1 : 0;
dst = (src << 1) + I.CF;
... | [
"steward.fu@gmail.com"
] | steward.fu@gmail.com |
1f92efdb8ecf01aba2996beebada95b92adeea8e | f0dff9bd330fceefbe819edd0231b37bc053d026 | /src/waves2FoamProcessing/postProcessing/postProcessingWaves/writeRawData/rawAlphaProbes/rawAlphaProbes.C | daa5f283767f0b53bc51e125046a19c6bbc559a9 | [] | no_license | martinep/waves2Foam | e8722024200c5b63bae8c5fe5c319948d5215e1b | d805b3427b15f7d23e8f6ab74fbc74fb2a0e3317 | refs/heads/master | 2021-01-20T10:42:16.707146 | 2014-01-28T10:17:19 | 2014-01-28T10:17:19 | 16,308,463 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,305 | c | /*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright held by original author
\\/ M anipulation |
------------------... | [
"Pedro"
] | Pedro |
81c7709d634b8b69ff252499214616bdde5948f1 | 9de0d5e17f0ce3242a4c85974a692041d847b46b | /C/Code/18800/18821 - 홀수와 짝수의 대결.c | 920dca1c8bc37688268ddfed0ed6026977d08a51 | [] | no_license | Joe2357/Baekjoon | 1da08d50cd1a465940444c843e4735c42fa53ebc | ed79018d86dc4d730b16424bd77705614c0f742c | refs/heads/master | 2023-08-27T01:20:35.158046 | 2023-08-03T04:17:25 | 2023-08-03T04:17:25 | 216,210,841 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,991 | c | #include <stdio.h>
#define True 1
#define False 0
#define MAX_NUM 1000000000
typedef char boolean;
int arr[136][2] = {
{ 906150257, 906150293 }, { 906150295, 906150307 }, { 906150311, 906150313 }, { 906150315, 906151515 },
{ 906151517, 906151575 }, { 906154583, 906154585 }, { 906154605, 906154605 }, { 906154609, 90... | [
"deviljoe996@gmail.com"
] | deviljoe996@gmail.com |
8856f1c1c8161221e71a0bb2dc7ad07d8c2068d0 | 196741df9ce02b319d137429cd01173e6aba28ed | /ch54_POSIX_Shared_Memory/pshm_create.c | b4e61e4ad86d3ab9092c8b4a422bfd8b68a0bc38 | [] | no_license | broadsun/LinuxC | eb2596f33d94f8570273a85eac6bf169e66cb002 | 4ebec80389569cd863c202f32b65ae6157da48c5 | refs/heads/master | 2021-01-15T16:36:13.011165 | 2020-06-23T03:50:30 | 2020-06-23T03:50:30 | 99,713,023 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,374 | c | /*************************************************************************\
* Copyright (C) Michael Kerrisk, 2018. *
* *
* This program is free software. You may use, modify, and redistribute it *
* under the term... | [
"onlyforsgb@163.com"
] | onlyforsgb@163.com |
7a87d98b36d9008d60752eecbc8fdf19fb096860 | 63ad6a3d7d580cbd4b881f5264beb40b3e7a8477 | /test1.c | a06aef663b0405ce715de4a75bae3f014e995fd7 | [] | no_license | happyzoe1/C-sample | 7c237b868cab155c6ba8796907340b7393012b3b | 834d4d6b9a0b90120aae4286c0f14c7b8b407703 | refs/heads/master | 2021-01-12T05:11:48.385893 | 2017-05-09T04:24:35 | 2017-05-09T04:24:35 | 77,887,140 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 98 | c | #include <stdio.h>
void main(){
int i,j,k;
i = 1;
j = 2;
k = i + j;
printf("%d\n",k);
} | [
"kiri.ruchil@gmail.com"
] | kiri.ruchil@gmail.com |
877a3db50181b522eeacb792dce66a1b661ea167 | 68255da5f2a2de70b01cd1560aa281dc118064ae | /sophia/database/sd_c.h | d7dfa49d205261327605ba54859652bd7a228ba2 | [
"BSD-2-Clause"
] | permissive | Passw/pmwkaa-sophia | 0ed8bf099a8d4691cb79d5b6f0d7579913167af5 | 3f3b9bec792d69b79c28721edd285f010ffc7fd3 | refs/heads/master | 2023-03-13T13:51:30.799608 | 2021-03-16T05:17:01 | 2021-03-16T05:17:01 | 348,222,639 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,968 | h | #ifndef SD_C_H_
#define SD_C_H_
/*
* sophia database
* sphia.org
*
* Copyright (c) Dmitry Simonenko
* BSD License
*/
typedef struct sdcbuf sdcbuf;
typedef struct sdc sdc;
struct sdcbuf {
ssbuf a; /* decompression */
ssbuf b; /* transformation */
ssiter index_iter;
ssiter page_iter;
};
struct sdc {
sdio ... | [
"pmwkaa@gmail.com"
] | pmwkaa@gmail.com |
2d4544bf48f12733568321fb04766516e7e20b3e | d6218b5e23e652e6c9d3aa0cf099caa5af66c3a3 | /ti/xdais/dm/examples/audenc1_copy/audenc1_copy_ti_priv.h | b0cd7de943e15a7e1e0483c4ac0007c9824ce9c3 | [] | no_license | ghslovefanfan/examples | 8dd281411654b9bba0bc3e6460798054367f3678 | 5168b67018ef75396aaadde2627aed7ba6a638ed | refs/heads/master | 2021-01-22T13:41:43.430029 | 2013-11-28T02:33:55 | 2013-11-28T02:33:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,865 | h | /*
* Copyright 2008 by Texas Instruments Incorporated.
*
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
*/
/*
* ======== audenc1_copy_ti_priv.h ========
* Internal vendor specific (TI) inter... | [
"ghslovefanfan@gmail.com"
] | ghslovefanfan@gmail.com |
55de112175f7ca39e24700514368e53a0f394c66 | 57cf929f20c4873516d24a67cfb6473f5981223f | /Pods/Headers/Private/apptentive-ios/ATMessageCenterContextMessageCell.h | a3018953caa357104a2fcab1e3b293d206f6a618 | [] | no_license | techery-pods-mirror/carthage-test | 6485b45c85513d28faeab78a5d04eaba3455c23b | 93f30fcbb075b6ac3f0d275d6f02bb624b74377e | refs/heads/master | 2021-01-18T22:51:32.283654 | 2016-07-28T14:35:05 | 2016-07-28T14:35:05 | 64,307,687 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 105 | h | ../../../apptentive-ios/ApptentiveConnect/source/Message Center/Views/ATMessageCenterContextMessageCell.h | [
"tulusheg@gmail.com"
] | tulusheg@gmail.com |
b4514a1b645c206367b211094da4358b45e59b88 | 9de0cec678bc4a3bec2b4adabef9f39ff5b4afac | /PWGLF/FORWARD/analysis2/qa/DrawOccupancy.C | eb474a7da5f93de5be76ed82c29d266e637e3995 | [] | permissive | alisw/AliPhysics | 91bf1bd01ab2af656a25ff10b25e618a63667d3e | 5df28b2b415e78e81273b0d9bf5c1b99feda3348 | refs/heads/master | 2023-08-31T20:41:44.927176 | 2023-08-31T14:51:12 | 2023-08-31T14:51:12 | 61,661,378 | 129 | 1,150 | BSD-3-Clause | 2023-09-14T18:48:45 | 2016-06-21T19:31:29 | C++ | UTF-8 | C | false | false | 4,539 | c | /**
* @file DrawOccupancy.C
* @author Christian Holm Christensen <cholm@dalsgaard.hehi.nbi.dk>
* @date Thu Jul 7 10:24:58 2011
*
* @brief A script to draw the occupancy as given by Poisson method
*
* @deprecated Use QATrender instead
* @ingroup pwglf_forward_scripts_qa
*
*/
#ifndef __CINT__
# include ... | [
"cholm@f7af4fe6-9843-0410-8265-dc069ae4e863"
] | cholm@f7af4fe6-9843-0410-8265-dc069ae4e863 |
c494080f11afcf00fe51af2aa1c47977c2dc461c | 549a01576af16047c07bf5c39f64e41f27e0c5a0 | /src/include/npd/npd_netif_event.h | 8bbfa75acedd61fe5bdcb05f021c8c3a46caa174 | [] | no_license | thyho/chanos | c304f5b1d48f85bf2e724c361c3e153bc9a407fc | 38945dd4d2bd2f9611a34e7392647b893268544c | refs/heads/master | 2021-01-15T21:39:42.690965 | 2014-11-07T08:20:28 | 2014-11-07T08:20:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,789 | h | #ifndef __NPD_NETIF_EVENT_H__
#define __NPD_NETIF_EVENT_H__
enum PORT_NOTIFIER_ENT {
PORT_NOTIFIER_LINKUP_E = 0,
PORT_NOTIFIER_LINKDOWN_E,
PORT_NOTIFIER_LINKPOLL_E, /* for eth-port link status polling message*/
PORT_NOTIFIER_CREATE,
PORT_NOTIFIER_INSERT, /*hot plug in*/
PORT_NOTIFIER_REMOVE, /*hot plug out*/
... | [
"thyho@163.om"
] | thyho@163.om |
6e5087c346b19d384c814387d4abfc1f01e39cc6 | 5c4ef70cf25bb91b4860bbc266a0f58f49fb6b01 | /commands.c | 83195bf4403cff8204ece93591c9c64e87f82e1a | [] | no_license | rtmpdavid/vftpd | 96b2c02a8d9e8fd1436d243e3274e2052cf1461c | 7c7d3aaa547b07e0f035f8dc1587cae0f76b1b7d | refs/heads/master | 2021-03-08T19:30:27.008537 | 2016-04-20T13:15:58 | 2016-04-20T13:15:58 | 56,688,207 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,742 | c | #include "session.h"
#include "commands.h"
#include "ftp.h"
#include "fs_util.h"
#include "net_util.h"
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <dirent.h>
#include <sys/ioctl.h>
#include <linux/if.h>
#include <linux/sockios.h>
typedef struct {
char* str;
command_handler handler;
}comma... | [
"rtmpdavid@gmail.com"
] | rtmpdavid@gmail.com |
cb0b02b1283b9f7a9acf71335bd50822dd5f64d5 | 3e7d6c8cdb2e32848dbb11677851e2b819900912 | /amiga/mcc_laygroup/prefs_image.c | 9af063c0c50dd24f19c9f5491364316b64b33eb4 | [] | no_license | dwery/old-stuff | 0472e5b8410ad9209e326bee6c819b6c8d2446ea | 89d8157d4ac452b0cdf62c8f78b460865bbaf692 | refs/heads/master | 2016-09-06T14:50:06.542092 | 2013-08-21T23:20:19 | 2013-08-21T23:20:19 | 7,859,600 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,734 | c | #ifdef USE_PREFS_IMAGE_COLORS
const ULONG prefs_image_colors[24] =
{
0xaeaeaeae,0xa6a6a6a6,0xaaaaaaaa,
0x00000000,0x00000000,0x00000000,
0xffffffff,0xffffffff,0xffffffff,
0x65656565,0x8a8a8a8a,0xbabababa,
0x8a8a8a8a,0x8a8a8a8a,0x8a8a8a8a,
0xffffffff,0xb2b2b2b2,0xa2a2a2a2,
0xb2b2b2b2,0x8a8a8a8a,0x7d7d7d7d,
0x3d3... | [
"a.zummo@towertech.it"
] | a.zummo@towertech.it |
0552fa1b478aa2248501844b55d3e6e4085e9332 | 3286f38f37da2b40eaeb3664d5d55e27b0c31bf3 | /training_data/s12_64_2_2_short_a_ia.c | 34a71a23e0d390efc1c65fa30f0cbda39b99039d | [
"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,019 | 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 |
57849763892ef1bb2c1a52cbce42bb0e5a492fdf | 19c7dbc66b4b81ddea223ac58fb0329b5e888d67 | /ft_isalpha.c | 5f62c35c9739841ce8adb477261af77d79e71112 | [] | no_license | sbaktyba/libft | ccaa83739712e14a289c1f80929463a56ccf4812 | bf34bac1062363c6250978c628a3102db94badc2 | refs/heads/master | 2020-11-25T14:18:56.289070 | 2019-12-17T22:24:03 | 2019-12-17T22:24:03 | 228,711,032 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,000 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalpha.c :+: :+: :+: ... | [
"sbaktyba@e1z3r7p9.42.us.org"
] | sbaktyba@e1z3r7p9.42.us.org |
ac59377b8fc4dff6ac33579ef34985f3325e5f1f | 42f08ca109d93e4acb441bdd91f827d71f741411 | /include/bsd.h | 642ad9b1792ae846d57525b3dd8fd3de514fcda1 | [
"ISC"
] | permissive | ataraxialinux/neko | e3da744c6561eef6ff51f18a5ffd33b1e0b8d7fe | 7a3ac667ec31c1ebc22be95f927e58634e788768 | refs/heads/master | 2020-11-25T23:48:55.093889 | 2020-10-24T09:18:03 | 2020-10-24T09:18:03 | 228,894,491 | 19 | 7 | ISC | 2020-03-13T06:41:58 | 2019-12-18T17:58:24 | C | UTF-8 | C | false | false | 1,514 | h | #include <sys/types.h>
#include <sys/sysmacros.h>
#include <stddef.h>
#include <stdarg.h>
typedef u_int32_t uint32_t;
#define __attribute__(x)
#define __dead __attribute__((__noreturn__))
#define __pure __attribute__((__const__))
#define __unused __attribute__((__unused__))
#ifndef __GLIBC__
#if defined(__cplusplu... | [
"nagakamira@gmail.com"
] | nagakamira@gmail.com |
4d9fbcc5435565cffd4af3876176cb4c5d7cc4f4 | 89ff42da2e22123dd3c5f9ad4a692628d7bf5c54 | /ГосыОП/doublyLinkedList.c | bcbf60eac627a17958da012d76da998128efe40d | [] | no_license | Victoriya-Sharafutdinova/GosyOP | 566f2c3fea599da68838dc21acf75bb84e57c4ea | 00c747fa2e6aa683897c67f6bcbf9fa948973244 | refs/heads/master | 2023-05-06T20:32:04.035306 | 2021-05-23T15:30:47 | 2021-05-23T15:30:47 | 370,089,459 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 4,768 | c | #include<stdio.h>
struct Node
{
int value;
struct Node* next;
struct Node* prev;
};
struct List
{
struct Node* head;
struct Node* tail;
};
struct List* list;
void addNodeDoubly(int value) {
struct Node* current = NULL;
if (list->tail != NULL)
{
current = list->tail;
list->tail = (struct Node*)mallo... | [
"kusyshar@gmail.com"
] | kusyshar@gmail.com |
fcd0fb5469450d7b18c4e4025ba06d100a0076de | 155a6a70aafb93afc2dd63b6827e99e665fcc4c6 | /include/functions.h | 5787d7806c2749943dfcd42a1ef4ad7022df62d6 | [] | no_license | Nidhish-Krishna/ding | fe10c0c69b85005ef8d384f41acb51f22bd7c9bf | 109de968044c7f0ed5bc108316989a4848445af0 | refs/heads/main | 2023-03-31T09:26:27.737753 | 2021-03-21T04:08:24 | 2021-03-21T04:08:24 | 349,906,236 | 0 | 0 | null | 2021-03-21T05:14:13 | 2021-03-21T05:14:12 | null | UTF-8 | C | false | false | 553 | h | #ifndef STDIO_H
#define STDIO_H
#include<stdio.h>
#endif
#ifndef STDLIB_H
#define STDLIB_H
#include<stdlib.h>
#endif
#ifndef STORAGE
#define STORAGE
#include "storage.h"
#endif
#ifndef COLOR
#define COLOR
#include "codes/color.h"
#endif
UserVariable* interfacefunc(Node *args);
UserVariable* Log(Node *args);
UserVar... | [
"vrishitharunj@gmail.com"
] | vrishitharunj@gmail.com |
bcd101a6cdaf09099580a952f7099b834a407a62 | 93fb0b11c236839de9b4b22d87dc2a6c43906d2f | /src/tab_key2.c | 7cd7ebf8d79c62dba91d62839ee005728a3f4c16 | [
"MIT"
] | permissive | amnotme/42_Shell | 143d9e33bc5e7cc759977499d4779347f7bb89c2 | 336bc96e249c6982baa6fe88a779c3dd44d89f0c | refs/heads/master | 2020-03-23T19:55:12.050521 | 2018-07-23T13:18:24 | 2018-07-23T13:18:24 | 142,010,140 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,653 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* tab_key2.c :+: :+: :+: ... | [
"amnotme@icloud.com"
] | amnotme@icloud.com |
ee3a618f754f404571a1e2a8f01e2e97c9458a5b | a0d98f0a5a7a9520d70055d6359956c15e0287b9 | /rbd-parse.h | b16facc41a644ac2d2ed463f40bc4537b59422a7 | [] | no_license | plieven/backy-io | 0be742bbe502c48513d1f003f82027712a12b58e | 51a826728366881a41a5b65aa2d36e5aeab4e5f9 | refs/heads/master | 2022-08-22T21:10:41.030669 | 2022-07-25T10:13:23 | 2022-07-25T10:13:23 | 86,715,387 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,587 | h | #include <rbd/librbd.h>
#ifdef DEBUG
#define DPRINTF(fmt,args...) do { fprintf(stderr, DEBUG_PREFIX);fprintf(stderr, (fmt), ##args); fprintf(stderr,"\n"); } while (0);
#else
#define DPRINTF(fmt,args...)
#define DEBUG 0
#endif
static int is_rbd_path(const char *path, char **pool, char **namespace, char **imagename, ch... | [
"pl@kamp.de"
] | pl@kamp.de |
040432877446a8e19b16a0a3c2c1886bbcda3685 | 829db43390d47e572118c7e772dabac0a2d8c4c5 | /src/interpreter/library/fn_audio.h | 1e5239f8a632873487eb06adf1b2a3369437397d | [
"LicenseRef-scancode-free-unknown",
"MIT"
] | permissive | maiple/opengml | 5bf61f250413db41ef17ab18fffd6ea36d5cd10d | 8c128dcccb03beadfa0e5a11230adb2fd301594b | refs/heads/master | 2023-04-27T19:23:48.009728 | 2023-04-24T04:39:59 | 2023-04-24T04:39:59 | 197,477,883 | 43 | 11 | MIT | 2022-09-06T10:13:59 | 2019-07-17T23:39:45 | C++ | UTF-8 | C | false | false | 1,436 | h | ///// list data structure /////
FNDEF1(audio_is_playing, audio)
FNDEF1(audio_is_paused, audio)
FNDEF1(audio_exists, audio)
FNDEF1(audio_get_name, audio)
FNDEF3(audio_play_sound, s, priority, loop)
FNDEF1(audio_stop_sound, s)
FNDEF0(audio_stop_all)
FNDEF1(audio_pause_sound, s)
FNDEF0(audio_pause_all)
ALIAS(audio_pause_... | [
"maiple@gmail.com"
] | maiple@gmail.com |
634902c0671d701a7a2f7a17b41eef81d612e4e5 | 8f2d62522cff632902e44388e8ee76ea642d51b0 | /ASN1C/MeasId.h | 91f5155d376e5d567d71a2f23e3bfd2fd11c0f29 | [] | no_license | basiljoseph/3GPP_LTE_RRC_Decoder | 1f7004a914f2ec6fef32f486dec5fe899a024937 | 8ecb798a1a0a57708a3a02751c8af0e8b6d6d403 | refs/heads/master | 2022-07-30T06:59:24.830695 | 2020-09-13T13:10:29 | 2020-09-13T13:10:29 | 295,153,838 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 868 | h | /*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "36331-ac0.asn"
* `asn1c -fcompound-names -gen-PER`
*/
#ifndef _MeasId_H_
#define _MeasId_H_
#include <asn_application.h>
/* Including external dependencies */
#include <NativeInteger.h>
#ifdef _... | [
"basil.joseph@outlook.com"
] | basil.joseph@outlook.com |
1680426d9048cc3b92afe087ff484331e972e17c | 9560c35b7a442ff33b1566ff19f1d2bf219af436 | /tags/r_0_8_4/src/fe-common/core/fe-common-core.c | 89c17c7fc6b55c95d0e45fbc2c81c23b6e0a4244 | [] | no_license | svn2github/irssi | 487c650ee2e5d1888722f4faf3fbe2bdd5aa2a6c | ddb1a0f933e8e98dba9f3bbf7170e106254f61a8 | refs/heads/master | 2016-09-02T02:17:38.104085 | 2014-05-30T17:48:56 | 2014-05-30T17:48:56 | 9,750,951 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,940 | c | /*
fe-common-core.c : irssi
Copyright (C) 1999-2000 Timo Sirainen
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later ... | [
"(no author)@dbcabf3a-b0e7-0310-adc4-f8d773084564"
] | (no author)@dbcabf3a-b0e7-0310-adc4-f8d773084564 |
bd0b4da1536d92dc91c9560ac268dcaba1d6334b | daf3b3bea0ea8b98909496e2b6135147e8688222 | /libft/includes/get_next_line.h | 20ffe209f385da203d126f6e1f6c8bc8cbc4d7ec | [] | no_license | AlekseyDesign/push_swap | f66018784ac701a794cc5fb411f706dee25f7c2a | 5ccc454af857c84310d0a987591ae0d145fadece | refs/heads/master | 2020-04-24T19:38:34.657183 | 2019-02-24T13:07:28 | 2019-02-24T13:07:28 | 172,218,374 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,148 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.h :+: :+: :+: ... | [
"AlexDesign10@yandex.ru"
] | AlexDesign10@yandex.ru |
fcd0fe2d9046e31dca9b034eb9db0aa46fc8bccf | 19e356aa308d3adef259a912b29950a3af37a2e2 | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_Dictionary_2_gen_49MethodDeclarations.h | e4849d3685bed5b5cea151f06b177191d7f649d4 | [] | 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 | 19,963 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>
struct Dictionary_2_t2503;
// System.Collections.Generic.ICollection`1<System.Int32>
struct ICollection_1_t412... | [
"minu.hanwool@gmail.com"
] | minu.hanwool@gmail.com |
3f7d7dc8dc7276986ab699632e09a8e6863461a5 | b794490c0e89db4a3a4daabe91b2f057a32878f0 | /Protect/Rookit/Hook/KeyboardHook/test/resource.h | e882dde3eee9fa6db457b4b4e469339af47f34c7 | [] | no_license | FusixGit/hf-2011 | 8ad747ee208183a194d0ce818f07d312899a44d2 | e0f1d9743238d75ea81f1c8d0a3ea1b5a2320a16 | refs/heads/master | 2021-01-10T17:31:14.137939 | 2012-11-05T12:43:24 | 2012-11-05T12:43:24 | 50,957,230 | 3 | 8 | null | null | null | null | UTF-8 | C | false | false | 768 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by test.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_TEST_DIALOG 102
#define IDR_MAINFRAME 1... | [
"hongfu830202@gmail.com"
] | hongfu830202@gmail.com |
dd6f315d0509802afea60b130df16100c65c171f | 32f0b04881f92467df7db284539cd56bdfb5354b | /src/Display/Fonts/RREFonts/rre_ariali_16.h | 0f0fa12e9c36e05a2ba6f3a0317a3d915e7be54b | [
"MIT"
] | permissive | happeneddr9/STM32F0-YM2151-VGMPlayer | c5f8b3eb2a3d6e3b6ac6efac99a0bbe85a477016 | 202b3cc1f9b4c4c26468444710e9c4a17eb61510 | refs/heads/master | 2022-07-11T17:59:13.858747 | 2020-05-17T15:14:50 | 2020-05-17T15:14:50 | 256,118,887 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,746 | h | #ifndef __font_ariali_16_h__
#define __font_ariali_16_h__
/*
*** Generated by rrefontgen ***
Font: [ariali_16] 16x16
Total chars: 96 (' ' to 0x7f)
Total rects: 783 * 2 bytes
Total pixels: 2108 (15 overlapping)
Total bytes: 1758 (1566 rects + 192 offs)
Bitmap size: 3072 (16x16 * 96) (+96 opt)
... | [
"happeneddr9@gmail.com"
] | happeneddr9@gmail.com |
d23c752be18b187d3ef9612c11a0148f0d61295d | dc7e0000c3247976afe8e6cc5ea88f025929f4df | /ED/Lab01/Lab01.c | 20f281aace7b613d496550f8148255acb0190594 | [] | no_license | KSCeciliano/LabsPOOED | bd749dd98b5faed4ac64aa76d42a6fbd2886a97c | eba8814a57df476d052c9df4411ae88b4eca09e0 | refs/heads/master | 2020-09-15T03:09:00.630622 | 2019-11-22T06:14:13 | 2019-11-22T06:14:13 | 223,232,611 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,502 | c | /*******************************************************
Instituto Tecnológico de Costa Rica
2019 II Semestre
Profesora: Samanta Ramijan Carmiol
Estudiante: Kevin Steven Ceciliano Gamboa - 2019023828
*******************************************************/
#include <stdio.h>
struct estudiante{
ch... | [
"noreply@github.com"
] | KSCeciliano.noreply@github.com |
07e8e72429864af5127902f05675ac97d7fbb368 | d6819ad545546e03b90d23788d720ab8ffad25d7 | /catkin_ws/devel/include/gazebo_conveyor/ConveyorBeltState.h | 18f2ae1ec1b8af01dbb119275fed2d0acbfbb898 | [] | no_license | i-tick/EYANTRA-2020-21-VARGI-BOT | e4acb901143cdbfa2e8819a017989fab69109415 | b634157b56f78ada54793e43717ca00389e0ce1a | refs/heads/main | 2023-05-08T08:28:31.737912 | 2021-06-05T14:14:30 | 2021-06-05T14:14:30 | 374,123,829 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 96 | h | /home/aitik/catkin_ws/devel/.private/gazebo_conveyor/include/gazebo_conveyor/ConveyorBeltState.h | [
"aitikdandapat@gmail.com"
] | aitikdandapat@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.