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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c667b42644749d827940aca3e2fb2f79c5989819 | b56c185df90cabe793d3b0f633195a53181527dd | /examples/SDK_2.5.1_EVKB-IMXRT1050/boards/evkbimxrt1050/driver_examples/enet/txrx_ptp1588_transfer/enet_txrx_ptp1588_transfer.c | 640030fe826bb9c5e6b74dfcc3e612b17f1b6cba | [] | no_license | mfkiwl/soci_cdh_rtos | 09a1fa93bd0ba9fefaecf4b29a6d5b330ff8272f | afa8d6397c41fd199b3eff40a359bb04fd8316f2 | refs/heads/master | 2023-05-28T00:37:58.663242 | 2020-05-09T01:50:22 | 2020-05-09T01:50:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,568 | c | /*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* Copyright 2016-2017 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdlib.h>
#include "board.h"
#include "fsl_debug_console.h"
#include "fsl_enet.h"
#include "fsl_phy.h"
#if defined(FSL_FEATURE_MEMORY_HAS_ADDRESS_OFFSET)... | [
"sa1998@uw.edu"
] | sa1998@uw.edu |
2c359f7795e36f3fdb025fbe0e9cb9dcaa5bb0b7 | b31455b2a61a166ad13efc9394eb6b5ca9d958c0 | /board/servo_v4/board.h | b909c72c5095f578391c88b78a17a902576c3e78 | [
"BSD-3-Clause"
] | permissive | nishuaidai/google-ec | 8cb7dd5fc02f9756c988eadb2c1a6f072135c96a | b52f9b8ea614804e5e198f00cc24a5084e14470e | refs/heads/master | 2020-09-09T13:17:34.374059 | 2017-08-28T20:57:05 | 2017-08-30T10:58:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,607 | h | /* Copyright 2016 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.
*/
/* Servo V4 configuration */
#ifndef __CROS_EC_BOARD_H
#define __CROS_EC_BOARD_H
/*
* Board Versions:
* Versions are designated by the PCB colo... | [
"chrome-bot@chromium.org"
] | chrome-bot@chromium.org |
030e989ca63a9f72bde0457cdd320a1d8bbc18f6 | 634cb62665ad240df19f70b11449f1ad9af4ad9d | /assignments_4/20180284.c | 4f42a6496c7133a895e22e6c9839e7f94a090df6 | [] | no_license | siyul-park/soongsil-system-programing | 8d4ff9be092d77c56c5c82a6c4945b5642888c11 | a88fe240d20eacff76fa7e7139389b892d47f13d | refs/heads/master | 2023-05-29T09:37:32.178146 | 2021-06-14T04:12:22 | 2021-06-14T04:12:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,829 | c | #include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include <assert.h>
#include "20180284.h"
#define MAX_STR_SIZE 256
typedef struct Chunk {
char *name;
size_t len;
struct Chunk *next;
} Chunk;
typedef struct Chunks {
Chunk *first;
} Chunks;
typedef struct Memory {
char *heep;... | [
"kdpark0723@gmail.com"
] | kdpark0723@gmail.com |
eec3b81a58cb472ee3e4c1cefdb8fced6e5f19c6 | 98cfa00f5a2e88f2938c6af0238ae4a66805564c | /hplatform.h | 9c00184e9f6a033705f06405b765c17e3e03d8b7 | [] | no_license | lvyong1943/hw | 7bf4bab217c8768173cea5ef0f22c273daf33ef8 | bd7a1071abeb1a9f4f7efcf17d596b77fe37d866 | refs/heads/master | 2020-04-29T16:05:11.901121 | 2019-03-18T02:50:33 | 2019-03-18T02:50:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,085 | h | #ifndef HW_PLATFORM_H_
#define HW_PLATFORM_H_
// OS
#if defined(WIN32)|| defined(_WIN32)
#define OS_WIN32
#elif defined(WIN64) || defined(_WIN64)
#define OS_WIN64
#define OS_WIN32
#elif defined(linux) || defined(__linux) || defined(__linux__)
#define OS_LINUX
#elif defined(ANDROID) || defined(__ANDROID... | [
"ithewei@163.com"
] | ithewei@163.com |
2244710b0a8f10c95a8a05ac0020ca4bf87230c5 | 0f0f7d26045218f0a190ef51b11d41c37c029b4d | /TP_FINAL_ALG/argumentos.c | 2fc57f663bfd61a2d738e98975d86a7e46dfa754 | [] | no_license | jova96/TP_final_95.11 | 8dd889e972761a84686989f63dd4d87548647b4b | 3a89950caa100da402f974ef256890b8545d8443 | refs/heads/master | 2020-03-22T02:59:40.040136 | 2018-07-02T07:19:31 | 2018-07-02T07:19:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,723 | c | #include "argumentos.h"
bool_t validar_no_argumento(char * cadena_validar){
int i;
char * cadena_cortada;
for(i = 0; i < ST_ARG_OPCIONES_ARGUMENTOS_COMPLETO;i++){
/*Si encuentra que es igual a un argumento de la lista, retorna falso */
if(strcmp(cadena_validar, argumentos_lista_completa[i... | [
"joseph_james96@hotmail.com"
] | joseph_james96@hotmail.com |
47021d36d0e35555a49297d9541a56210dd3bb25 | 2d9e31f8c01ec7255e1807f81c8a25db3caef6a7 | /0x06-pointers_arrays_strings/5-strstr.c | caac5ad7416e975e9207b3f6e585dd2f6101f445 | [] | no_license | Haroldov/holbertonschool-low_level_programming | 5563c90314d00e526ae3dcb714e29a64661196b2 | f8b7b77ca781d75cde308ce0c94f75bfe41e754d | refs/heads/master | 2020-04-21T09:52:45.757057 | 2019-08-28T20:59:42 | 2019-08-28T20:59:42 | 169,466,796 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 713 | c | #include <stdio.h>
/**
*_strstr - locates a substring.
*@haystack: long string
*@needle: string to be found
*Return: pointer to the beginning of the located substring,
*or NULL if the substring is not found.
*/
char *_strstr(char *haystack, char *needle)
{
int i = 0;
int j = 0;
int sizeNeedle = 0;
int cont ... | [
"hvelez020@gmail.com"
] | hvelez020@gmail.com |
55d99747d19feeeaddec543d4a483a9145ef6643 | e192e3026212bad71cd37abffb0edc710054d600 | /source/phpwb_winsys.c | 231e1902e4cae5ca6758e81ccf285f7f6ed35907 | [] | no_license | haithembenali/WinBinder | 315fbc1ce607fb93c766a404d96d85f24fdad4ca | c8e9cdd300d9b5aa21a5a263754bb8842752c3f5 | refs/heads/master | 2021-01-22T01:51:19.823913 | 2012-09-28T18:10:35 | 2012-09-28T18:10:35 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 12,656 | c | /*******************************************************************************
WINBINDER - The native Windows binding for PHP for PHP
Copyright © Hypervisual - see LICENSE.TXT for details
Author: Rubem Pechansky (http://winbinder.org/contact.php)
ZEND wrapper for Windows system functions
************... | [
"stefan@loewe.ws"
] | stefan@loewe.ws |
c54b7476509c45a8f72495c280ba859e0363384c | 901c2b012091810c6cb63e6afb92c7f3b3150996 | /Classes/Native/UnityEngine_UI_UnityEngine_EventSystems_ExecuteEvents_EventF_8MethodDeclarations.h | 766273b3eef2f0dcf7c4bbcc2ddd217e781a988e | [] | no_license | 8BitRain/photoshphereSwift | 83f4fce894b91d07ba95060d4e3b194cfc74b5aa | 57ef01c804757d38bda5258f1d188db05ab1d563 | refs/heads/master | 2021-01-13T00:40:51.272582 | 2015-11-14T06:39:29 | 2015-11-14T06:39:29 | 46,164,639 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,013 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
#include "UnityEngine_UI_UnityEngine_EventSystems_ExecuteEvents_EventF_16MethodDeclarations.h"
// System... | [
"8BitRain@gmail.com"
] | 8BitRain@gmail.com |
af5fbcbfac3db4eb15b3a7735c04e0a0fc1ac34b | ceb7148a20ade2971aea24b3f7fd85f6be216ecd | /Network_Programming/Linux_Socket_Programming/1_6Ass/broad_SER.c | 556e9a71eac7c94b45fa29e40d5ac4555f22355d | [] | no_license | Yuvraj-Takey/Logic-Building | 9e56b080ffe19f0e06cd491da8a0a59addaa5340 | 5492e00e3822e33a6201fbb6c69c38241da2a74a | refs/heads/master | 2023-04-13T06:41:23.454358 | 2023-04-11T13:52:48 | 2023-04-11T13:52:48 | 152,244,567 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,601 | c | /*
* a simple UDP-Server Socket application that uses broadcasting operation
*
* @Author - Yuvraj Takey
* yuvraj.takey@gmail.com
* @Title - Linux_Socket_Programming
*/
#include "pack_header.h"
static int sock_fd = 0;
/*
* Handle Signal
*/
void ab_TERM(int signum)
{
printf("[SERVR] : abnormal termi... | [
"yuvraj.takey@gmail.com"
] | yuvraj.takey@gmail.com |
864037ff3428370effba13397526a7f46698d10b | 3e51aedde7e8e91fb72c24d846490f430abfea13 | /alps/mediatek/custom/s7511/kernel/touchpanel/ft6x06/tpd_custom_ft6x06.h | 46f59129d230d4624022a5a2097337b8adc92608 | [] | no_license | cyclon1978/cynus_f3_superkernel | 9e71f937a6e78ce6038e0e7234e80511e6665c18 | 95b1538ce18e8763f530b30326735237fa9cd443 | refs/heads/master | 2020-05-30T16:40:13.405330 | 2014-09-22T09:33:40 | 2014-09-22T09:33:40 | 23,697,645 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,910 | h | /* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein
* is confidential and proprietary to MediaTek Inc. and/or its licensors.
* Without the prior written permission of MediaTek inc. and/or ... | [
"cyclon1978@web.de"
] | cyclon1978@web.de |
3aeb384384e68578532e8d0251107163450cb424 | 0cb85cd0c88a9b9f0cca4472742c2bf9febef2d8 | /Windows/Hook/osspec.c | a1193cea7e21196551fea4eed96f5d52408c25a5 | [] | no_license | seth1002/antivirus-1 | 9dfbadc68e16e51f141ac8b3bb283c1d25792572 | 3752a3b20e1a8390f0889f6192ee6b851e99e8a4 | refs/heads/master | 2020-07-15T00:30:19.131934 | 2016-07-21T13:59:11 | 2016-07-21T13:59:11 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 57,241 | c | #include "osspec.h"
#include "debug.h"
#include "structures.h"
#include "drvtypes.h"
#include "defs.h"
#include "hook/HookSpec.h"
//+ ------------------------------------------------------------------------------------------
//+ for windows nt platform
_tpGetPageDescriptor GetPageDescriptor = NULL;
_tpGe... | [
"idrez.mochamad@gmail.com"
] | idrez.mochamad@gmail.com |
fa12ef0f90b5e55277192e0ea355b636494dec4b | 1e9878ee2a51fe43e95f62d322d96b9d36ba2786 | /21sh/src/editor/prompt_set.c | 62ed54389ccbcfcd8dabadd6a76a1581edc3bd81 | [] | no_license | mdaoud93/42-Projects | 11d52ca6f23f4b0eb7ce1fe32f6cd9361fa2af80 | 9d6103ebf86981042ec0a45121dc8ef60c26be09 | refs/heads/master | 2022-03-16T21:00:48.629817 | 2019-11-27T13:27:00 | 2019-11-27T13:27:00 | 186,427,951 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,075 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* prompt_set.c :+: :+: :+: ... | [
"marwadaoud1993@gmail.com"
] | marwadaoud1993@gmail.com |
eea23d76dcc34f748a8eb4d62275a30bb20efa19 | 117f4d144697a8fe339f9e20da83e2d75c3e8966 | /engine/sdl/opengl.h | 8e855c94ac2a04ae59e3ffe02680d5c32c2d04f2 | [] | no_license | krishenriksen/OpenBOR-rg351p | 85b67994fa01c4a25a679280e460ccd0e20de5ec | 9a72a6f26e0054c596174466b00fccc57140b7f9 | refs/heads/master | 2023-02-12T15:46:26.227652 | 2021-01-05T14:35:10 | 2021-01-05T14:35:10 | 327,024,728 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 915 | h | /*
* OpenBOR - http://www.chronocrash.com
* -----------------------------------------------------------------------
* All rights reserved, see LICENSE in OpenBOR root for details.
*
* Copyright (c) 2004 - 2014 OpenBOR Team
*/
#ifndef BOR_OPENGL_H
#define BOR_OPENGL_H
#include "types.h"
#include "videocommon.h"
... | [
"github@krishenriksen.dk"
] | github@krishenriksen.dk |
35bddc1bb82aa97eb34e6a8ff311d7fff26ee37c | 5a6e95ea550c1ab70933db273782c79c520ac2ec | /SDK/src/crt/dup.c | 7d2a8816c3394104100b260307df38e581c57a3f | [] | no_license | 15831944/Longhorn_SDK_And_DDK_4074 | ffa9ce6c99345a6c43a414dab9458e4c29f9eb2a | c07d26bb49ecfa056d00b1dffd8981f50e11c553 | refs/heads/master | 2023-03-21T09:27:53.770894 | 2020-10-10T03:34:29 | 2020-10-10T03:34:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,881 | c | /***
*dup.c - duplicate file handles
*
* Copyright (c) 1989-2001, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _dup() - duplicate file handles
*
*******************************************************************************/
#include <cruntime.h>
#include <oscalls.h>
#include <errno.h... | [
"masonleeback@gmail.com"
] | masonleeback@gmail.com |
68ca9506efc65aa6dcedc13fdcaad7bda8aac798 | e2053eada4623230c25f11128e49d7671e3978df | /frame/util/normfv/bli_normfv_unb_var1.c | 7add1ded7c862a8aeee8e5a3889aa66b5382ac6a | [
"BSD-3-Clause"
] | permissive | tkelman/blis | c59d210edad783dc76b733da31a7c71332218bac | ee2b679281ca45fb40b2198e293bc3bc3d446632 | refs/heads/master | 2020-12-24T10:11:47.895467 | 2014-06-06T17:41:55 | 2014-06-06T17:41:55 | 20,832,649 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,817 | c | /*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributi... | [
"field@cs.utexas.edu"
] | field@cs.utexas.edu |
fc680ca4672eaad506e0a95dd22776dbe7cefcdd | 88359122e4df07c5c7cb6aab65774ccd913921f6 | /src/commands/group_commands.c | 210f89e4fb173367854efaef4a1c8a6967f06f1c | [
"MIT"
] | permissive | slingamn/toxirc | 3866817a0df2c6a299f61da05edb58dbe26e7ba5 | 4b709bc1d355ec53a74aba52f11a185215700405 | refs/heads/master | 2022-12-06T15:01:34.987002 | 2020-07-29T15:08:11 | 2020-07-29T15:08:11 | 290,430,859 | 0 | 0 | MIT | 2020-08-26T07:46:38 | 2020-08-26T07:46:37 | null | UTF-8 | C | false | false | 3,260 | c | #include "group_commands.h"
#include "commands.h"
#include "../irc.h"
#include "../macros.h"
#include "../settings.h"
#include <stdio.h>
#include <string.h>
// static bool command_users(Tox *tox, IRC *irc, uint32_t group_num, char *arg);
static bool command_channel(Tox *tox, IRC *irc, uint32_t group_num, char *arg)... | [
"endoffile78@yahoo.com"
] | endoffile78@yahoo.com |
5c1feab26d3604e236fca991ad6d71da42b4ee2f | 12fe4026bb22125b9ce47865810682649d8c1737 | /EIFGENs/tictac/W_code/C5/kl1108.c | df89ec8f9c3c49da9c3736838cfb79018a108253 | [] | no_license | arminghobadi/eiffel-lab4 | f55d27355994a0b76add58659bf06747130c7140 | 9b1bc39851b8bed0d2ed925a318d73ae93f0a16b | refs/heads/master | 2020-03-27T01:28:15.860931 | 2018-08-22T17:02:26 | 2018-08-22T17:02:26 | 145,714,518 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,636 | c | /*
* Code for class KL_STRING_EQUALITY_TESTER
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern EIF_TYPED_VALUE F1108_9443(EIF_REFERENCE, EIF_TYPED_VALUE, EIF_TYPED_VALUE);
extern void EIF_Minit1108(void);
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
exter... | [
"armin.ghobadi95@gmail.com"
] | armin.ghobadi95@gmail.com |
352b26ca4d7c004d5e23ca53f362a9132fa1dfd6 | e5efc5e5034acac08016ee2c63510c77222e0164 | /Demo/Pods/Headers/Public/googleplus-ios-sdk/GTLObject.h | 2f795f65b0b3991b14637faf0b17453bbe03570b | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Legoless/AuthKit | 4bc87460eb149f335c2618f32e21dcffddbec5c5 | 11f3519ea8db0849d50a92c2a44b9087df48ac4e | refs/heads/master | 2021-01-18T23:10:10.150498 | 2016-04-22T20:24:26 | 2016-04-22T20:24:26 | 21,177,311 | 13 | 3 | null | 2015-09-10T14:40:13 | 2014-06-24T19:07:43 | Objective-C | UTF-8 | C | false | false | 111 | h | ../../../googleplus-ios-sdk/google-plus-ios-sdk-1.7.1/GoogleOpenSource.framework/Versions/A/Headers/GTLObject.h | [
"legoless@gmail.com"
] | legoless@gmail.com |
feb32a5dc6e2ee63349f48dba49a9db46d871432 | dfd9eb59dbb83bfb5b7e4566a7969db00b396862 | /Thyme_tas/tas_/tas_to_user/UserApps/buzzer.c | 6d88da77be1e2429f53c1f5c2799f4767f9c9f34 | [] | no_license | snhpark/smartSafe | 5e7191237461a31b9f79c2ab300dd11802646069 | 71a8ff6938841d1a2912c17f56652e4b46d11ba0 | refs/heads/master | 2020-07-25T09:40:00.283072 | 2019-09-13T11:18:12 | 2019-09-13T11:18:12 | 208,248,451 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,139 | c | #include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <stdlib.h>
#define BUFFER_LENGTH 256 // The buffer length
#define DEVICE_FILENAME "/dev/buzzer_driver"
static char receive[BUFFER_LENGTH];
int divisor = 192;
int range = 200;
int mark = 150;
int... | [
"noreply@github.com"
] | snhpark.noreply@github.com |
8ad5e56969917b0b0fab1a3a39ac0b2bd9703a56 | 069bb3031e12640266f7db0bb956652b10165562 | /linux_driver/platform_driver/led_pdrv.c | 92b5f3e61b2e2eb2962c10816c13ec6122e8f8ad | [] | no_license | skywalkerlan/embed_linux_driver_tutorial_stm32mp157_code | 56b0be2a4661a5888f2e1473353b57d208db42e5 | 524c022c387a5fe1182a9546461a6cf9f2d3f84b | refs/heads/master | 2023-06-09T04:02:56.983531 | 2021-05-15T07:39:37 | 2021-05-15T07:39:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,501 | c | #include <linux/init.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/mod_devicetable.h>
#include <linux/io.h>
#include <linux/cdev.h>
#include <linux/fs.h>
#define DEV_MAJOR 243
#define DEV_NAME "led"
static struct class *my_led_class;
//结构体led_data来管理我们LED灯的硬件信息
struct led_data {
u... | [
"798025823@qq.com"
] | 798025823@qq.com |
9c5c80c84f366485f678b393d35393fe30a23ddd | 69b83d72cc72ca6765c9c85994270f51506dd713 | /src/riemann_hlle_special_relativity.c | 785b1c5f1b76327c27e2bebadb82a7d66c80658a | [
"BSD-2-Clause"
] | permissive | boywert/dissipative | d291ce57cde33b1351a72ccf620e9d2d54a90248 | 97863140b478c1319cec0fd2f29258d6d36b5927 | refs/heads/master | 2020-08-03T17:59:11.631263 | 2019-10-11T11:04:56 | 2019-10-11T11:04:56 | 211,835,048 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 7,726 | c | /*!
* \copyright This file is part of the AREPO code developed by Volker Springel.
* \copyright Copyright (C) 2013 by Volker Springel (volker.springel@h-its.org)
* \copyright and contributing authors.
*
* \file src/riemann_hlle_special_relativity.c
* \date MM/YYYY
* \author
* \brief
* \det... | [
"boywert@gmail.com"
] | boywert@gmail.com |
5e3550bd633ec961bb999a81f13639c598bce9fb | 1c4571795f12dfd7b5518a00d94544d95126f88c | /xc/programs/xieperf/funcode.c | 1c59f04bd776bbe9fa967e9d3a9fe0c61852b16c | [] | no_license | QPC-github/X11 | f01087a7c44639dc9804e6116f868430212a403d | d801c86070332a00d9ca3e73862932bf5bd003cd | refs/heads/main | 2023-08-21T21:27:39.729518 | 2004-05-12T19:47:35 | 2021-10-06T05:02:48 | 589,239,459 | 1 | 1 | null | 2023-01-15T14:41:16 | 2023-01-15T14:41:15 | null | UTF-8 | C | false | false | 15,428 | c | /* $Xorg: funcode.c,v 1.4 2001/02/09 02:05:47 xorgcvs Exp $ */
/**** module funcode.c ****/
/******************************************************************************
Copyright 1993, 1994, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purp... | [
"91980991+AppleOSSDistributions@users.noreply.github.com"
] | 91980991+AppleOSSDistributions@users.noreply.github.com |
e1d642307564fdb0a26b8a355c1e82853c2b5634 | 93a7e922e49f2c4f5b936c8e53881daf208cca56 | /src/io/dimacs.c | ee7048924ec721302c50b6344876fb411e8686fe | [
"MIT"
] | permissive | dlasalle/bowstring | 1f3e8e29f8658fb2b4d96eff58bdf4209b82dbc3 | b6a25ebc88decd1e4b97b85e89664b4e58c9b29a | refs/heads/master | 2021-01-25T11:02:30.414844 | 2018-02-25T18:31:16 | 2018-02-25T18:31:16 | 93,904,573 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,114 | c | /**
* @file dimacs.c
* @brief Functions for reading and writing graphs in the DIMACS format
* @author Dominique LaSalle <lasalle@cs.umn.edu>
* Copyright 2013
* @version 1
* @date 2014-02-13
*/
#ifndef BOWSTRING_IO_DIMACS_C
#define BOWSTRING_IO_DIMACS_C
#include "dimacs.h"
/****************************... | [
"dominique@solidlake.com"
] | dominique@solidlake.com |
cb84d5cdcf66f62b88e0ea84cb2e4b0ac95682a1 | b462811325894bb60df5b57fdc4dafcb0412c01d | /sys/src/libc/memchr.c | ecece5dcdcd1045c0fc98ab410eaf40c5b8cd601 | [] | no_license | mischief/goose | 77f25680241c74ce2641cd781a7d2066ad4bb760 | f3db70fcd3d5f236dfe80f2ec385b0b9792b2e8c | refs/heads/master | 2021-01-14T14:22:45.090099 | 2014-01-07T03:22:33 | 2014-01-07T03:22:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 467 | c | /* $Id$ */
/* memchr( const void *, int, size_t )
This file is part of the Public Domain C Library (PDCLib).
Permission is granted to use, modify, and / or redistribute at will.
*/
#include <u.h>
void * memchr( const void * s, int c, size_t n )
{
const unsigned char * p = (const unsigned char *) s;
wh... | [
"mischief@offblast.org"
] | mischief@offblast.org |
8b360bd44c72336bda8d9169b9912db5ff1fc6f4 | 28dfedb42bf8454b3a498f66e550e19ba6f53a72 | /src/libc/mqueue/mq_init_test.c | acc43bad0a430e0adfb7180a59e19810a81ef205 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | srenatus/cloudlibc | 0695e3cabc49c9aa3e62170a8dd2a087564cb618 | 723e298d6e5c32d348a3208a4a3d60a118d1bed4 | refs/heads/master | 2020-06-21T23:28:08.215387 | 2016-11-24T09:51:42 | 2016-11-24T09:51:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,406 | c | // Copyright (c) 2015 Nuxi, https://nuxi.nl/
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
#include <errno.h>
#include <fcntl.h>
#include <mqueue.h>
#include <stddef.h>
#include <testing.h>
TEST(mq_init, bad) {
// Bad mq_flags. Only O_NONBLOCK can be passed in.
... | [
"ed@nuxi.nl"
] | ed@nuxi.nl |
77a2eb3b420ecf6e004ad2318789e4ae1284dda3 | 62e1eb95c2e5806c0b31b725317ac748011c483c | /d03/ex09_recursive/ft_sort_integer_table.c | 33f6ec4996e7c27beccbbda48b7b7e81d1489adf | [] | no_license | teemu-hakala/Basecamp-III | f6a777f28b7d79b57ec3cec1e7584ce8079191fb | c3d8643c62bfc62c3a63caf920d2f334d2e66f79 | refs/heads/main | 2023-08-25T18:04:30.014036 | 2021-10-15T09:35:43 | 2021-10-15T09:35:43 | 408,696,076 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,168 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_sort_integer_table.c :+: :+: :+: ... | [
"78655964+teemu-hakala@users.noreply.github.com"
] | 78655964+teemu-hakala@users.noreply.github.com |
7417023493cf149ad2b3c0f6cd7189f43ff91731 | 367795f0cfbb8154523a2dfcd1afbefe534fde63 | /Ft_Printf/libft/ft_putwstr.c | b2e002750542809708d9d11e249f799228727326 | [] | no_license | Onathezema/42Projects | 211c5047f7b2e2b2c0997958c1c223567fd70785 | 0c6d257f9ac264aaad32fa0d1dc7395f79dea170 | refs/heads/master | 2020-04-24T06:36:53.406087 | 2019-10-17T23:32:32 | 2019-10-17T23:32:32 | 171,771,371 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 988 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putwstr.c :+: :+: :+: ... | [
"winorth@student.42.us.org"
] | winorth@student.42.us.org |
cf44ea6814556e60df55657c458d8fbc906ecadf | be5a6e8be544d35025ff11526bac3bdfa9168585 | /libft/ft_memset.c | d9eb4657f1d7c41a2e25ad2f21510fdc3f0b87e8 | [] | no_license | atropnik/42-libft | 7722e8a8c1ec186239ca0d582937103d146147f7 | a93497a9615de159144f1df5ca9e4f6dbbdb1713 | refs/heads/master | 2020-04-26T03:36:23.315800 | 2019-08-26T09:56:02 | 2019-08-26T09:56:02 | 173,272,455 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,070 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memset.c :+: :+: :+: ... | [
"atropnikova@gmail.com"
] | atropnikova@gmail.com |
33c8544c4b976ef1e419f4cdb1e6d1333bf04ed3 | a08e005474521e6b10573aed863a3ff8067c9c13 | /src/crypto/common.h | d314f748d0c3770c5641ea21339a0b321dddbc48 | [
"MIT"
] | permissive | BitcoinClassicDev/BitcoinClassic | c18048431dccd4346865f9c5ee3c079831c8adde | 87f76317eb80c25c54e9104c61bdf570fc7721f3 | refs/heads/master | 2020-09-16T00:57:59.563234 | 2019-12-02T19:18:14 | 2019-12-02T19:18:14 | 223,602,827 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,313 | h | // Copyright (c) 2014-2018 The BitcoinClassic Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CRYPTO_COMMON_H
#define BITCOIN_CRYPTO_COMMON_H
#if defined(HAVE_CONFIG_H)
#include <config/bitcoin-c... | [
"root@DESKTOP-325AAR8.localdomain"
] | root@DESKTOP-325AAR8.localdomain |
2f7481424a7a6f812d3d860e3d2746c53311352e | f563171aafbfc75382000cf125acac1727b971ef | /Bai2/incompleted/debug.c | c6a4a4beeec1e06e232846852f355499ff3b7395 | [] | no_license | huuson94/ctd | 68586313909406c961a080c780020e1400d1535e | 47210a4e46fbeb8ec29e7a896b82e7326287baf9 | refs/heads/master | 2021-01-15T10:18:18.769968 | 2015-06-03T14:51:58 | 2015-06-03T14:51:58 | 29,770,261 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,864 | c | /*
* @copyright (c) 2008, Hedspi, Hanoi University of Technology
* @author Huu-Duc Nguyen
* @version 1.0
*/
#include <stdio.h>
#include "debug.h"
void pad(int n) {
int i;
for (i = 0; i < n; i++) printf(" ");
}
void printType(Type* type) {
switch (type->typeClass) {
case TP_INT:
p... | [
"huuson1994@gmail.com"
] | huuson1994@gmail.com |
ee30547d53bcca6fe438edd512b3a64ce9ee4a4b | 27a3263e3e772d9ff4df983ecb2337177e45fa04 | /news.c | 2cdcc61539bbfc082bdcdf9d6284e82e01e9f1b0 | [] | no_license | dp304/dictator | da5d37ec35e71a1f2a623fa425fe50001485ba86 | 321f56ec3e8249d8119317418a9cbd94281b13b7 | refs/heads/master | 2020-08-11T22:06:24.947211 | 2016-11-18T22:17:26 | 2016-11-18T22:17:26 | 214,636,646 | 0 | 0 | null | 2019-10-12T11:36:36 | 2019-10-12T11:36:36 | null | UTF-8 | C | false | false | 1,123 | c | /*
Display news and apply their consequencies
Copyright (C) 1983 Don Priestley - original zx-basic code.
Copyright (C) 1983 DkTRONICS - original zx-basic code.
2015 #kstn - port to C.
*/
#include "news.h"
void news()
{
if (rand()%3) /* Try to get news (chances 1/3) */
return;
int a; /... | [
"kastian@mail.ru"
] | kastian@mail.ru |
1b7430c5db79cce4022af8ab7e28fcb16ea1b548 | a7e2e18aa42aab98a19f844902df3c1013f295af | /code/d3d12_utils.h | c5ef5c001fed11edb18ad1b2c0461d0f1a70e498 | [] | no_license | study-game-engines/spectra | bab4b5f430f2c6774dae3f9fb5e9d53935fa1558 | 1bee3c05070be575de208e9d7b247e7fd1b5b4df | refs/heads/master | 2023-04-09T19:00:38.567585 | 2020-06-07T01:50:12 | 2020-06-07T01:50:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,715 | h | #pragma once
#include <stdio.h>
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#define DXOP(Value) ASSERT(SUCCEEDED(Value))
struct descriptor
{
D3D12_CPU_DESCRIPTOR_HANDLE CPUHandle;
D3D12_GPU_DESCRIPTOR_HANDLE GPUHandle;
b32 IsValid();
};
struct descriptor_arena
{
ID3D... | [
"ab1093996300@gmail.com"
] | ab1093996300@gmail.com |
1f35f9efe149d522b99bc2d93f4b4bfd873fcca4 | 4175cc9b4dd9e6cc6a91ec17242d520ecedf766b | /clusteralign/_partition.c | 0b04e712771bbac46bfdd4a6e8f46da20402d6c5 | [] | no_license | magickris93/msarc | ad27e8cb7923edf4dda31589efb4c27f58a70c10 | bb8896b981f9e38ce19f657456ecec73de5e46f2 | refs/heads/master | 2020-03-23T02:17:18.400348 | 2018-07-14T17:54:48 | 2018-07-14T17:54:48 | 140,966,646 | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 401,791 | c | /* Generated by Cython 0.17 on Thu Oct 11 11:32:03 2012 */
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#ifndef Py_PYTHON_H
#error Python headers needed to compile C extensions, please install development version of Python.
#elif PY_VERSION_HEX < 0x02040000
#error Cython requires Python 2.4+.
#else
#include <s... | [
"kn334812@students.mimuw.edu.pl"
] | kn334812@students.mimuw.edu.pl |
eb04323d2ba07f9a546021f64b856c009b1c1c28 | ecd4c01eb81dcdeb7c4a2b920f75f1d7a822682e | /Classes/Systems/InputSystem.h | b51ed8e5bec757ab7b1eccee5a1d091acc38bbec | [] | no_license | Silvest89/RapidFire | e45c67c7dd3148ad84d670a2b68f6c33057f3784 | 67238879b3c4a7e82b63349985386be3f5948516 | refs/heads/master | 2021-01-20T11:14:32.374974 | 2017-01-02T05:20:19 | 2017-01-02T05:20:19 | 74,574,635 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,728 | h | #include <entityx/entityx.h>
#include "Components\RapidComponents.h"
#include "Game.h"
#include "cocos2d.h"
#include <algorithm>
USING_NS_CC;
struct InputSystem : public entityx::System<InputSystem> {
SkeletonComponent *skeletonCP;
MovementComponent *movementCP;
void update(entityx::EntityManager &es, entityx::Even... | [
"johnnieho89@gmail.com"
] | johnnieho89@gmail.com |
3e6fdec2289af3e5ce3016d4a8dcf97356552288 | 35cc6f43807bf583d16ccd0deb5aec537d010f59 | /IMP_62~1/46_MATRIX-Mul.C | 0d90b9a6e26ebced5aab0eb561a8db0f7c8105a9 | [] | no_license | Ankitsen97/Hackerrank-Code | abf3eef6d2467452d58cd73cdb99a3165f341e5a | dd69bf9842eaae347104b2dec059fd402780fb8b | refs/heads/master | 2021-01-01T17:38:21.835060 | 2017-07-23T18:48:06 | 2017-07-23T18:48:06 | 98,115,991 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,231 | c | #include<stdio.h>
main()
{
int a[10][10],b[10][10],c[10][10],i,j,m,n,ip,k,p,q;
clrscr();
printf("input row n column of matrix A: ");
scanf("%d %d", &m,&n);
printf("input row and column of B matrix: ");
scanf("%d %d",&k,&q);
if(n==k)
{
printf("matrices can be multiplied\n");
printf... | [
"noreply@github.com"
] | Ankitsen97.noreply@github.com |
e3245c164d0999b04472c3e8a9c51518f4bc0c3b | 6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2 | /d/city/obj/hongbao.c | defbc6405c0568cadc0bf9513be889aeb0bf3b02 | [] | no_license | MudRen/xkx100 | f2e314a542e459502e28f311cd9f20ee7f7c6f43 | dfca57e056460d7c0532a6e19a5e4add94a5588d | refs/heads/main | 2022-03-05T00:08:01.398338 | 2022-01-25T09:00:27 | 2022-01-25T09:00:27 | 313,971,845 | 6 | 3 | null | null | null | null | UTF-8 | C | false | false | 424 | c | // hongbao.c 红包
#include <ansi.h>
inherit ITEM;
void create()
{
set_name(HIR"红包"NOR, ({ "red bag", "hong bao", "bao" }));
set_weight(500);
set_max_encumbrance(1000);
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "个");
set("long", "一个精制的红纸袋,边上有烫金的花纹,用来装贺仪礼金正合适。\n");
set("value", 1000);
}
... | [
"freddy.chua@ey.com"
] | freddy.chua@ey.com |
1bc8b862dc47b4bbaa62d16c67956b7aeb819cba | 64ec3d01cfeebbbf8df7c266622b58cce90f3055 | /no2/clientJual.c | cfa10a21e722174536587a9bdbcd9f6e8993539b | [] | no_license | sisop2019F14/SoalShift_modul3_F14 | 85a24e2e0683c2662ed3a52bb4313b73ad3f2d37 | 5cb89207cf1f0233dcb1d8181ec72a7fc723ed42 | refs/heads/master | 2020-05-04T22:17:16.246011 | 2019-04-05T13:00:00 | 2019-04-05T13:00:00 | 179,292,989 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,516 | c | #include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <string.h>
int main(){
int network_socket;
network_socket = socket(AF_INET,SOCK_STREAM,0);
struct sockaddr_in server_address;
server_address.sin_family = AF_INET;
server_address.s... | [
"weissman1505199@gmail.com"
] | weissman1505199@gmail.com |
8d2c721852155553698216f82305683337542a7b | b2317d2ee64c137af145f222196812e3878a30d0 | /timer3.c | 07ef4113a00de928e75c4ad53e7796994125dfb1 | [
"BSD-3-Clause"
] | permissive | baocang/chlib | e30a015c9d451490e3c6f0ff089b7efc58cfdcb2 | 9c2a08aed56227cb7116630315a27691a7a68af8 | refs/heads/main | 2023-06-16T03:13:40.863090 | 2021-07-10T13:39:07 | 2021-07-10T13:39:07 | 384,719,172 | 0 | 1 | BSD-3-Clause | 2021-07-10T14:37:27 | 2021-07-10T14:37:26 | null | UTF-8 | C | false | false | 2,190 | c | // Copyright 2021 Takashi Toyoshima <toyoshim@gmail.com>. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "timer3.h"
#include "io.h"
static uint16_t timer3_tick = 0;
void timer3_int() __interrupt INT_NO_TMR3 __using 1 {
timer3_t... | [
"toyoshim@gmail.com"
] | toyoshim@gmail.com |
f2d32057d12537c84f565a3e5350d8f9f5b121c4 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/a95d1a36-612a-4291-8029-11be46edb4a1.c | 865c0564e15fe0f32c25efeb1bbede29dfa558ac | [] | 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 | 217 | c | #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;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,i);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
e3e6989d2375f7b2d3e4c1cb1e2ce04a3438fe15 | 61eabdc373e56e0ef66fcd97364cd0b54a342825 | /sept22_4.c | 76e25af934cc81a5b172a239d93722231ed7f177 | [] | no_license | geetanjali05/suntek-training-2019 | 6d4410339dbb23105fc61006ad30ac2f9d657e6e | e65913026a24092ada7d1c8c85c67d39c1d217cd | refs/heads/master | 2020-07-30T10:47:48.893305 | 2019-09-22T20:51:33 | 2019-09-22T20:51:33 | 210,200,022 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 265 | c | #include<stdio.h>
int revofnum( int num)
{
int rev=0,n;
while(num!=0)
{
n=num%10;
rev=rev*10+n;
num=num/10;
}
return rev;
}
int main()
{
int reve,num;
printf("enter num");
scanf("%d",&num);
reve=revofnum(num);
printf("%d",reve);
return(0);
}
| [
"noreply@github.com"
] | geetanjali05.noreply@github.com |
9f20d277006e1820fa935bad70293b7ba680ed03 | c9a694a3d4a242fecb52a3c0e258a341c5e56f27 | /main.c | 703898a6dc9f618f21416f150edbef8949d84784 | [] | no_license | JuniorDurand/AFN-com-movimento-vazio | 16e36f416acdb66eedb467d7dd7845957292adff | ff8e957f55b46a48cbf7af4268fde8f1a47505cc | refs/heads/master | 2020-05-25T16:02:57.281890 | 2019-07-04T11:30:35 | 2019-07-04T11:30:35 | 187,878,262 | 0 | 1 | null | 2019-10-15T17:39:01 | 2019-05-21T16:47:09 | C | UTF-8 | C | false | false | 450 | c | #include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include "lib.c"
int main(){
char* palavra;
int flag;
palavra = (char*)malloc(sizeof(char)*100);
if(palavra != NULL){
do{
printf("Digite a palavra:");
setbuf(stdin, NULL);
scanf("%s", palavra);
flag = mainAfnep(palavra)... | [
"junior_durand@outlook.com"
] | junior_durand@outlook.com |
bfc40f69b21b52ed85ba49b8196170001c8c98da | 2487d28a3384c45f11fc80964d35fa5edb018a6c | /Assign_4/assign4.c | 365a79f68255455dbb4b87c1032d5594ada05af6 | [] | no_license | Summer0410/Real-Time-Operating-System-Course | d5aab276c291a02726657970c4168b18d8a9f53d | 827968d4225623639fa34f50943fe81a2b7b336b | refs/heads/master | 2020-12-11T22:31:27.968553 | 2020-03-28T17:33:54 | 2020-03-28T17:33:54 | 233,974,467 | 0 | 1 | null | 2020-01-21T18:56:48 | 2020-01-15T01:49:34 | C | UTF-8 | C | false | false | 6,243 | c | /*
* Copyright 2018, 2020 Jonathan Anderson
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | [
"summerxialinqiao@gmail.com"
] | summerxialinqiao@gmail.com |
73d5730e7d235467ad0764323ec00821db818a34 | 2eba3b3b3f979c401de3f45667461c41f9b3537a | /root/io/newClassDef/showmember/sm_test/LinkDef.h | a3f8e1adc96aa5166479d77d3871e43c36721529 | [] | no_license | root-project/roottest | a8e36a09f019fa557b4ebe3dd72cf633ca0e4c08 | 134508460915282a5d82d6cbbb6e6afa14653413 | refs/heads/master | 2023-09-04T08:09:33.456746 | 2023-08-28T12:36:17 | 2023-08-29T07:02:27 | 50,793,033 | 41 | 105 | null | 2023-09-06T10:55:45 | 2016-01-31T20:15:51 | C++ | UTF-8 | C | false | false | 461 | h | #ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ class RootPCtemp<int>;
#pragma link C++ class RootData+;
#pragma link C++ class RootCaloHit+;
#pragma link C++ class RootPCellID+;
#pragma link C++ class RootPCfix+;
#pragma link C++ class Ro... | [
"pcanal@fnal.gov"
] | pcanal@fnal.gov |
0e60b903fc8a01f42ce3a2cff9d2bc1a72ec3d0a | 8ac9ebed1775280fa42e722597272c2d62cbdc27 | /Programming System Unix/PSU_2016_myirc/include/exec_users.h | f608bbbb756f0f9ba0bd468d74354339ebc4dfaa | [] | no_license | GabrielForteville/Epitech | 1147f0c84ea9e66eb7cf899fb4b91f10ae344fc6 | b8b3aa484390822e4a72c6a671b6a91e038831e6 | refs/heads/master | 2023-01-20T04:41:42.397935 | 2020-11-19T10:33:49 | 2020-11-19T10:33:49 | 298,345,123 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 363 | h | /*
** exec_users.h for myirc in /home/pauline/rendu/psu/PSU_2016_myirc
**
** Made by Pauline Maes
** Login <maes_p@epitech.eu>
**
** Started on Sun Jun 11 19:30:02 2017 Pauline Maes
** Last update Sun Jun 11 19:30:10 2017 Pauline Maes
*/
#ifndef EXEC_USERS_H_
# define EXEC_USERS_H_
#include "s_server.h"
#include ... | [
"gabriel.forteville@epitech.eu"
] | gabriel.forteville@epitech.eu |
b96cf23204db02221d5a0a1a72462d608d28f0fd | 264653bc998ce04332f981ef1f6051703fdd3b07 | /C_code/mintest.h | 6496f0bcb1bede96b7ff27ea17d83cb8fd7467d6 | [] | no_license | cristianstaicu/Cryptography | 7549f0e11e2021dc99d35deb1af05c196ed48c72 | 613dbb5e01ae124f2b344f5041c44ab40042fefd | refs/heads/master | 2021-01-19T05:38:53.347325 | 2012-12-11T14:44:30 | 2012-12-11T14:44:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 364 | h | /* file: minunit.h - source: http://www.jera.com/techinfo/jtns/jtn002.html*/
#define mu_assert(message, test) \
do { \
if (!(test)) { \
failed++;\
return message; } \
} while (0)
#define mu_run_test(test) \
do { \
char *message = test(); \
tests_run++; \
if (message) \
return message; \
} while (0... | [
"cris.staicu@gmail.com"
] | cris.staicu@gmail.com |
f9c86817726aace85aa0dc6dba98fb0b28667a65 | ee01a59ee96b580bf675da75ec566e6b77638dbb | /minitalk/libft/libft/ft_memmove.c | 64386865ce6f512d1d12d3c08ea86fad01049ffd | [] | no_license | DA-NDI/Rushes-group-projects- | c8bd7c20def6d9cc2b8afcc7e06c64682ca0cc50 | bbdb9c6618dda737059a05494551bfb05f95e8ef | refs/heads/master | 2020-03-20T06:19:00.867331 | 2019-01-18T09:49:22 | 2019-01-18T09:49:22 | 137,243,831 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,210 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memmove.c :+: :+: :+: ... | [
"avolgin@e1r3p8.unit.ua"
] | avolgin@e1r3p8.unit.ua |
33f7e736bbfeda8a692e3a81ff287e929b5f86c0 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE195_Signed_to_Unsigned_Conversion_Error/s02/CWE195_Signed_to_Unsigned_Conversion_Error__negative_memcpy_64a.c | a5ec09fa7966c63f3f5969228dc1999fddbfc9f3 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 2,485 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE195_Signed_to_Unsigned_Conversion_Error__negative_memcpy_64a.c
Label Definition File: CWE195_Signed_to_Unsigned_Conversion_Error.label.xml
Template File: sources-sink-64a.tmpl.c
*/
/*
* @description
* CWE: 195 Signed to Unsigned Conversion Error
* BadSource: n... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
c66f254cecb856eea29ffa52bf701a589bb14c14 | 2eace1cc92514970de842eed74fbc3ad7bf94016 | /src/vtkh/vtkh_exports.h | d9dfac10abd1732bb8b2f77214e93fc9c55facd3 | [
"BSD-3-Clause"
] | permissive | Alpine-DAV/vtk-h | 68b7d69b007736fefc6922e1ce39767c8b9c1a1b | 47852e2bcb23b0f87db4f6ad61e5867f682f232d | refs/heads/develop | 2022-07-21T00:01:05.709986 | 2022-07-13T17:08:26 | 2022-07-13T17:08:26 | 104,594,093 | 12 | 21 | NOASSERTION | 2022-04-28T19:27:35 | 2017-09-23T19:38:05 | C++ | UTF-8 | C | false | false | 222 | h | #ifndef VTKH_EXPORTS_H
#define VTKH_EXPORTS_H
#if __GNUC__ >= 4 && (defined(VTKH_COMPILING_FLAG))
#define VTKH_API __attribute__ ((visibility("default")))
#else
#define VTKH_API /* hidden by default */
#endif
#endif
| [
"noreply@github.com"
] | Alpine-DAV.noreply@github.com |
74596faaa1640bb2a1f0fc7d1a9f1434b6791cab | ae47b65341cc40f04ef6b3ec400c9ccfcf85343f | /x11-egl/main.c | 802d873b6fd016c2f35ef8ac9c743bcd50988ecb | [] | no_license | maghoff/small-gl | 746633ebed19c6432eebd2a39401ce21bac75780 | 68908152d3cb4edf2e544c545f7bdb8546e505bb | refs/heads/master | 2021-01-01T05:29:14.405346 | 2016-04-23T13:21:44 | 2016-04-23T13:21:44 | 56,910,902 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 214 | c | int init_x11();
int init_egl();
int init_gl_resources();
void loop();
int main()
{
if (init_x11() != 0) return 1;
if (init_egl() != 0) return 2;
if (init_gl_resources() != 0) return 3;
loop();
return 0;
}
| [
"maghoff@gmail.com"
] | maghoff@gmail.com |
2274dfd4043aec8defbd4abbc50d64dd0f4e0403 | e61c43cc169d77386b0c610bd873f2c996da0651 | /libft/ft_lstdel.c | da9b8ac70e535ca0ded3bfc6afc669cb83d66345 | [] | no_license | dhervy/Get_Next_Line | 9cece2722eef5a442e01a629859346fd829bef6c | a207746815e638f891b93507be24b87fb368852d | refs/heads/master | 2021-01-22T03:40:01.141611 | 2017-05-26T16:18:08 | 2017-05-26T16:18:08 | 92,391,676 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,186 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstdel.c :+: :+: :+: ... | [
"dhervy@dhervys-MacBook-Pro.local"
] | dhervy@dhervys-MacBook-Pro.local |
531dd06dcbd9686bc7a1732964cd99f573649bd1 | e48ea9e6c1a634d574f06ceb2f618cb75d338c88 | /asn1/v2x_gb2020_day2_dll/asn/LaneAttributes-Striping.c | 5339bb4a59208634fa7028db4fde74cea1ae6971 | [] | no_license | jhc80/StringToolsV2-v2x_tci_dll | b9b29f6b3644f881227803c3dec9ca0a74364892 | 947e1ca8c1a374a18ec9285a2037880601a07366 | refs/heads/master | 2023-06-30T20:15:05.538953 | 2021-08-05T00:58:15 | 2021-08-05T00:58:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,125 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "Map"
* found in "asn/Map.asn"
* `asn1c -fcompound-names -fnative-types -Werror -gen-PER -pdu=all`
*/
#include "LaneAttributes-Striping.h"
int
LaneAttributes_Striping_constraint(const asn_TYPE_descriptor_t *td, const void *sptr,
a... | [
"xiangpeng_chen@126.com"
] | xiangpeng_chen@126.com |
7fb64baf2e4151ca08fd682fe3f062b9a4410b4d | ca52ace028e33889b1206f274681f6d7578631a7 | /algorithm/5_search/hash/hash.c | 70ad0d789036f708a784a35a61e8d73981ba25b5 | [] | no_license | yueshan723/lab | 44a8ada7a81769f6d52a67571ac9be88abf9b504 | 2b48c6923be1b5640f219a51a4a3e257008f1fa2 | refs/heads/master | 2020-03-22T23:23:26.297962 | 2018-06-16T14:23:05 | 2018-06-16T14:23:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,971 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
typedef struct
{
int data;
}hash_node;
typedef struct
{
unsigned size;
hash_node *table;
}hash_table;
hash_table *init_ht(unsigned size)
{
hash_table *ht = malloc(sizeof(hash_table));
ht->size = size;
ht->table = calloc(size, sizeof... | [
"18620373040@163.com"
] | 18620373040@163.com |
8c9a419ea279f879e83095f7a0a6789389ffde6d | 78a4f8289646cb0dfaa72ddb03247bb80eb59eaf | /include/powerfunction.h | d034dc7bc2879253926532d57f94fdedc51af8ff | [] | no_license | Mayez/cis3250-team-project-1 | 1bd9327499fab23d951627fea253addd9dd62ee9 | 53b37e2b732394f6e7b4194b8944b2efb20de022 | refs/heads/master | 2021-07-24T09:01:11.668127 | 2017-11-03T20:17:32 | 2017-11-03T20:17:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 339 | h | // Version: 1.2
// Last major update: 10/27/2017 by Max Mastalerz
// Author(s): Kara Maedje
// Description: This function calculates the power of
// the given integer
#include <stdio.h>
double powerFn(double x, int n) {
int i;
double result = 1;
for(i = 1; i <= n; i++){
result *= x;
}
re... | [
"noreply@github.com"
] | Mayez.noreply@github.com |
ba5d3095268d95a5efcbba841ca9ec9694e0a808 | bd224d132bad8c10fab903f655d768bc5bdc6805 | /second.c | 2c6c01e4b7c3f7d68ec763f2c110535f53c3df54 | [] | no_license | mmarinova/Hope-it-works | 67d356d34656b4571e22c354765773207d0313a6 | 2c549ea8c814264a806cd987280b326291db96c5 | refs/heads/master | 2021-01-10T06:43:35.981304 | 2015-12-12T14:55:13 | 2015-12-12T14:55:13 | 47,879,013 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | c | #include <stdio.h>
main ()
{
printf ("try...try....try....try\n");
}
| [
"mmarinova@mm-sol.com"
] | mmarinova@mm-sol.com |
15fa0bcd974ef8c1fc0d73997199eda320cdcc2d | 6aa7a8a5b43320e5824da8d9648a2aa188693bf8 | /llvm/test/CFrontend/2002-02-13-UnnamedLocal.c | 700f5642d33a30d9b4fe09a74ca28678f5b99356 | [
"NCSA"
] | permissive | chris-wood/llvm-pgopre | 8272a31451a9bb7e97892147fe3f5099cecb8f96 | 644d8936aade9b847e232d46701e49da7835eb06 | refs/heads/master | 2021-01-22T07:32:40.620695 | 2013-11-20T17:46:42 | 2013-11-20T17:46:42 | 14,563,881 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 424 | c | /* Testcase for a problem where GCC allocated xqic to a register,
* and did not have a VAR_DECL that explained the stack slot to LLVM.
* Now the LLVM code synthesizes a stack slot if one is presented that
* has not been previously recognized. This is where alloca's named
* 'local' come from now.
*/
typedef str... | [
"christopherwood07@gmail.com"
] | christopherwood07@gmail.com |
7bd511f6213c3b02a00a14574b0c588b10cd45ef | dc3d1541d795652de7e35729e53da97eeb042a66 | /NES/Deprecated/dev/EMUs/mame/src/mame/drivers/darius.c | b2379887f437b5bcbc9c10a99b30492135d35fd8 | [] | no_license | no-carrier/playpower | 41a3040dad00a1f5dba9de008b824d06d149c993 | 6e670930ee6e9c919572f38af98227e1aedbdc87 | refs/heads/master | 2021-01-18T15:18:55.725944 | 2010-09-12T13:14:02 | 2010-09-12T13:14:02 | 32,271,580 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51,508 | c | /***************************************************************************
Darius (c) Taito 1986
======
David Graves, Jarek Burczynski
Sound panning and other enhancements: Hiromitsu Shioya
Sources: MAME Rastan driver
Raine source - invaluable for this driver -
many th... | [
"vivekfitkariwala@38caf8bc-9974-11dd-b31e-5b0f3c431db7"
] | vivekfitkariwala@38caf8bc-9974-11dd-b31e-5b0f3c431db7 |
692d10561fde49d41606dd9a6fe80e2eb9e66b05 | 638fbafff603eacda2931185892914d3201ea3de | /projects/bins/zocromas_duf/src/duf_optimpl_version.c | e8878df6db5a3fc36c5e5f24d23778ed88f20b12 | [] | no_license | mastarink/zoc | e3a992a47e1c569ec3800bd609ce0e3836c95f7c | 926bd3bb2fc1baae5f33edbb5f270dad651b1884 | refs/heads/master | 2021-01-22T10:56:13.974839 | 2018-09-11T11:08:41 | 2018-09-11T11:08:41 | 36,388,603 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,076 | c | #include <assert.h>
#include <string.h>
#include "duf_tracen_defs_preset.h" /* MAST_TRACE_CONFIG; etc. ✗ */
#include "duf_errorn_defs_preset.h" /* MAST_ERRORS_FILE; etc. ✗ */
#include <mastar/wrap/mas_std_def.h>
#include <mastar/wrap/mas_memory.h> ... | [
"mastarink@gmail.com"
] | mastarink@gmail.com |
ebdf9faf5830f42fb9e063180788f6a7c5d66c7f | 4bf1022950ec91ad9edb9dc41f309f6d2380dfd3 | /readfile/readfile2.c | d0cf72a633e7b998db0d14804cd469ffc046a0f3 | [
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | mooseman/crystal | fc15b9296ee7cc4ba584661d28f5d5d65fbe3b67 | 9f3e58183a00bc4ada5bb1bbd113d067ff36acf7 | refs/heads/master | 2021-01-01T18:42:16.962732 | 2011-06-04T04:03:08 | 2011-06-04T04:03:08 | 938,147 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,755 | c |
/* readfile.c */
/* Read a csv file. */
/* This code is released to the public domain. */
/* "Share and enjoy..." ;) */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
char headings[40][6] ;
struct data {
int obsnum; ... | [
"andy@obsidian.(none)"
] | andy@obsidian.(none) |
ecc163c8a56ff4f4e1e7acabb0f1e514af4edc66 | eaae3529ea65c9be62e4b177a498dd0459396052 | /modified_vars_dw_lib_ws/qxect_Tide_Goes_In_Tide_Goes_Out.c | a637c773ad7f168706829a5b717cca8a7db6673f | [] | no_license | mgsanusi/blame-dodger | badac55079b0bc84c1c3ddff9357caffd480b512 | c8b1f19d48e09200c9d59f3dda3b298ced7103d7 | refs/heads/master | 2021-01-20T04:50:14.975609 | 2018-01-12T00:02:14 | 2018-01-12T00:02:14 | 89,739,285 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,974 | c | #include<stdio.h>
#include<string.h>
#include <stddef.h>
long long num_a[200];
long long no_b[200];
long long lab_a[200];
long long lab_b[200];
void *new_memcpy(void *destination, const void *source, int num);
long long max(long long size, long long b)
{
int first_iteration;
if (size > b)
return size;
re... | [
"marina@virginia.edu"
] | marina@virginia.edu |
c731e456561c3374405a72a69aacbe6ba312e250 | dbdaefe68e413b64c04149ae4a910d307e046862 | /aula20170427/ctp2.c | ff1dcb73ca7acad9291eb9c9a171e5ce9d1fb389 | [] | no_license | MarianeModesto/MTP | bb847e113df7d29bf864dc67673d5b39ae92dac1 | de78c6dc33721f7c425b592fc7e17aa91a2526e7 | refs/heads/master | 2021-01-19T14:24:35.731419 | 2017-07-20T14:08:08 | 2017-07-20T14:08:08 | 88,160,327 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 475 | c | #include<stdio.h>
#include<stdlib.h>
#include<ctype.h>
#define NCHAR 256
int main(){
int i;
char frase [NCHAR];
//stdin = buffer do teclado
printf("Digite uma frase: ");
fgets(frase,NCHAR,stdin);
for (i = 0; frase[i] !='\0' ; i++)
// \0 eh o final da strings
// for (i = 0; frase[i] ;... | [
"mariane.m.oliveira@hotmail.com"
] | mariane.m.oliveira@hotmail.com |
9d3868c19ffd8b0cc45145fd8d895d75c60db29c | 227d7f02e425686dd6bd74147a08055d79b61c99 | /ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c | 5c8d0af892354311ebeebe1c43a1e41366f064f9 | [
"BSD-3-Clause-Open-MPI"
] | permissive | dotnwat/adio-ceph | 172be298e9476c1051d08e6e3ec66e3243fa3b18 | 856a8a764d3ecfea4c1c944f851fdb019305bdd7 | refs/heads/master | 2021-05-29T02:49:15.523428 | 2012-08-07T20:04:01 | 2012-08-07T20:04:01 | 2,181,447 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,730 | c | /*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University
* of Tennessee Resea... | [
"devnull@localhost"
] | devnull@localhost |
645cbd7da8d3cc1f2d1b362bb010168e31c908b2 | f111e8b2d99fd94ed75e59d25d0f886f2fcdc854 | /motorcar/src/events/events.h | f2f049396748067daf31815aba5886efbff02ae1 | [
"BSD-2-Clause"
] | permissive | phonique/motorcar | 8b7efd241333138cb14376ac46ab438754a2796a | de4db451da76779e9674863986b4abb20c2fedcd | refs/heads/master | 2021-01-17T23:12:40.597152 | 2014-06-17T22:56:53 | 2014-06-17T22:56:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,813 | h | /****************************************************************************
**This file is part of the Motorcar 3D windowing framework
**
**
**Copyright (C) 2014 Forrest Reiling
**
**
** You may use this file under the terms of the BSD license as follows:
**
** "Redistribution and use in source and binary forms, with... | [
"evil0sheep@gmail.com"
] | evil0sheep@gmail.com |
f7b5909903f031e8af94410fcb1bac4ca368501e | 89fe4b37f8043275ac561d08356a76673907ad67 | /Ficha6/Ex3/main.c | bd0952f441f0b98d2f7629076d503877dda7096f | [] | no_license | DuarteVilar/Programacao-II | 3a9697464efc83a173b584c1000897ea46bf6f72 | 42052fcca18134a3202b025c96d3a9dc20f1fcdd | refs/heads/master | 2021-05-07T19:59:38.619557 | 2017-12-06T19:50:56 | 2017-12-06T19:50:56 | 108,916,924 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 608 | c | #include <stdio.h>
#include <stdlib.h>
#include "utils.h"
#define MAX_NOME 30
int main(int argc, char** argv) {
char nome_1[MAX_NOME], nome_2[MAX_NOME];
int ordem_alfabetica;
printf("Escreve um nome: ");
lerString(nome_1, MAX_NOME);
printf("Escreve outro nome: ");
lerString(nome_2, MAX_NOME)... | [
"duartevilar2@gmail.com"
] | duartevilar2@gmail.com |
db678c7b1d1f0e41e21ca880d02cc061522fb8d3 | 83214753e9183327e98af0e6768e9be5385e5282 | /d/baling/tulu1.c | 8b291020b90a8e2af010547fbb3fabdd1cae0ea0 | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 964 | c |
inherit ROOM;
void create()
{
set("short", "张飞庙");
set("long", @LONG
张飞庙又名张桓侯庙,位于与巴陵云阳县城隔江相望的飞凤山
麓,系为纪念三国时期蜀汉名将张飞而修建,始建于蜀汉末期, 张
飞庙充分利用地形地貌,依山座岩临江,山水园林与庙祠建筑浑然
一体,相互衬托。庙外黄桷梯道、石桥涧流、瀑潭藤萝、临溪茅亭、
峻岩古木等景场,秀美清幽。庙内结义楼、书画廊、正殿、助风阁、
望云轩、杜鹃亭、听涛亭等古建筑,布局严谨、层迭错落、独具一
格,既有北方建筑雄奇的气度,又有南方建筑俊秀的质韵,更有园
林点染、竹木掩映、曲径通幽。因此张飞庙素有“巴蜀胜境”的美称。
LO... | [
"i@oiuv.cn"
] | i@oiuv.cn |
ed59cd17ce6a6ccb78dc857428b75edd27ac6333 | 5f5fa30a0bb01faa7f527d5e8b0ed987ab4cb1cd | /src/pro_msg_jni/com_pro_msg_ProMsgJni.h | 6a909401e3bf7dcd86e11568281b90b039b41577 | [
"Apache-2.0"
] | permissive | libpronet/libpromsg | 7e0d9657f196348a3b428cfc626bf90d26a60118 | e0a2182c72fc54f3a902fbd0187d5db0e679e4a7 | refs/heads/master | 2023-02-10T01:49:45.678259 | 2022-09-20T13:55:58 | 2022-09-20T13:55:58 | 194,723,512 | 1 | 1 | null | null | null | null | UTF-8 | C | false | true | 7,060 | h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_pro_msg_ProMsgJni */
#ifndef _Included_com_pro_msg_ProMsgJni
#define _Included_com_pro_msg_ProMsgJni
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: com_pro_msg_ProMsgJni
* Method: getCoreVersion
* Signature: ([... | [
"libpronet@gmail.com"
] | libpronet@gmail.com |
ca04e6f1688f352ddb332c74240951a6e0f8b887 | 940ce75b9c8d12a39b620ae9b21ea62ae64fdad1 | /include/io_utils.h | 23db95c09c092fdb9e7ccea6018259b3f647fb07 | [] | no_license | ThreeCatsLoveFish/mumsh | ce16911e06fe81de9c8a46234bda16bdb6258541 | 6935bfdb80953a136ff3e232c98fdeb95dd87a4f | refs/heads/master | 2022-12-25T14:43:26.486391 | 2020-10-04T10:20:40 | 2020-10-04T10:23:07 | 298,304,680 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,472 | h | /**
* Course: 2020FA VE482
* Author: Zhimin Sun
*/
#ifndef MUMSH_IO_UTILS_H
#define MUMSH_IO_UTILS_H
/**
* Prompts user for input in mumsh.
*
* @param buffer Pointer to buffer
*/
void mumsh_prompt(char* buffer);
/**
* Prompts user for newline input in mumsh.
*
* @param buffer Pointer to buffer
*/
... | [
"zhimin.sun@sjtu.edu.cn"
] | zhimin.sun@sjtu.edu.cn |
98ee368b3e9bae50ed399e07aa518864800219b0 | 985beab07c05b613aa8ac3edbcd0987f89344eaf | /fy4/cmds/debug/checkbuff.c | d41ba56fca0e4bbfb4faeba02bf5c9215cb9ec49 | [] | no_license | Yeeler/fy2005 | f6b308592c5037f5b5d40c18b748259447b6abe1 | cd244d4fed63ba57cd72a4e7119353a29df1f3c0 | refs/heads/master | 2021-01-06T20:37:29.371119 | 2017-08-08T07:54:16 | 2017-08-08T07:54:16 | 99,530,241 | 2 | 1 | null | null | null | null | GB18030 | C | false | false | 565 | c | // smash.c 2-22-95
#include "/doc/help.h"
inherit F_CLEAN_UP;
int main(object me, string arg)
{
object ob;
string id,act;
if (!arg)
return notify_fail("指令格式: checkbuff <living> <buff>\n");
if( sscanf(arg, "%s %s", id, act)!=2 )
return notify_fail("指令格式: checkbuff <... | [
"yeeler@gmail.com"
] | yeeler@gmail.com |
c08d4b1a6f4ec54ce69e88c796062005ce791783 | f026cb616ef14bae15a1d251ca6dbe0f55016d9c | /linux/432.c | 02fc72d0ef46dbffc79d2306d82c4906d002d598 | [] | no_license | jajajasalu2/cocci-lkmp-c-files | 3eb7d451929dca5cb6beb56aabd69fe3f7fc176c | 5da943aabe1589e393a131121dbf8e7a84b3cf2a | refs/heads/master | 2020-12-02T17:30:14.411816 | 2020-01-29T08:36:30 | 2020-01-29T08:36:30 | 231,053,574 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,443 | c | cocci_test_suite() {
struct timer_map cocci_id/* virt/kvm/arm/arch_timer.c 95 */;
struct kvm_vcpu **cocci_id/* virt/kvm/arm/arch_timer.c 93 */;
irqreturn_t cocci_id/* virt/kvm/arm/arch_timer.c 91 */;
void *cocci_id/* virt/kvm/arm/arch_timer.c 91 */;
struct arch_timer_kvm_info *cocci_id/* virt/kvm/arm/arch_timer.c ... | [
"jaskaransingh7654321@gmail.com"
] | jaskaransingh7654321@gmail.com |
d56b2bd62fa6d484b4b214e766e8c23ce8373f46 | c0fe55c1a41247e84dc66bd88a180d25ae3faa7a | /images/Obli_q90.c | 7eab543e7f54fb196334ec2a78ce89e03d921f99 | [] | no_license | acbakhit/Oblique-Strategies_eInk | 5255efae61f6d21a7e807ecf43704c6666417b90 | c19b557f5a169370410df15159526dda581d44dd | refs/heads/master | 2020-05-09T10:15:14.930814 | 2019-06-12T00:07:03 | 2019-06-12T00:07:03 | 181,034,017 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,360 | c | const unsigned char gImage_Obli_q90[4736] = { /* 0X01,0X01,0X28,0X01,0X80,0X00, */
0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,
0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,
0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0X... | [
"amandwato@gmail.com"
] | amandwato@gmail.com |
0daa34195df978323a77e5700684eba885a07285 | aa611b17436fe7eaee41097baacfc45c6ad8ddee | /other.c | ec99cdd97c7e29a0ba13cbbfce2a89de6290d269 | [] | no_license | Majed-alkhraiji/C-project | 7cc733b44234bb21e12ebb5f69c6651177977ac3 | 14ba0c6eebbb6dcfee10979587edee1d10120f2b | refs/heads/master | 2021-05-26T22:10:59.198485 | 2020-04-08T19:11:11 | 2020-04-08T19:11:11 | 254,174,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 373 | c | #include<stdio.h>
#include<stdlib.h>
#include"product.h"
Product* new_product(char* n, double price){
Product* pr = (Product*)calloc(1,sizeof(Product));
Other* o = (Other*)calloc(1,sizeof(Other));
pr->name = n;
pr->pt = OTHER;
o->price = price;
return pr;
}
double get_other_price(Other* o,Produc... | [
"mjode2@gmail.com"
] | mjode2@gmail.com |
169365f0b29e4acc1b0d20b486bce1a00f8a9bb2 | faa6f5e042d5e1e5dd290230b6317a1271db7992 | /checkpoint_6/Utility.h | e8fb8e542026be7cf05e9c2f8c3585e5e73a78b4 | [] | no_license | j55blanchet/yalnix | a0f7466fcb779c2508683b996246317ec9d2be44 | 70ad2350b120559b94ad449a384b60ba1db85ae1 | refs/heads/master | 2021-01-18T13:51:45.246516 | 2015-03-06T01:04:10 | 2015-03-06T01:04:10 | 31,745,405 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,722 | h | // Utility.h
//
// Julien Blanchet and Jae Heon Lee.
//
// Header for utility functions.
#ifndef UTILITY_H
#define UTILITY_H
#include "KernelGlobals.h"
// Test return value from malloc().
// Halt program upon failure.
#define assert(ptr) { \
if( ptr == NULL ) { \
TracePrintf(TRACE_CRITICAL, "Fatal error: m... | [
"jblanchet@bear.cs.dartmouth.edu"
] | jblanchet@bear.cs.dartmouth.edu |
457e4d3ac5030bb3d3c791e5fa0072d5d9a972cd | c2941405c17d80f4df7b776bbf90502e2ee71198 | /libsecurity/include/libsecurity/utils/dtlsClient_int.h | 949b8103b8a63574e977ce78a4e7ebad72abe600 | [
"Apache-2.0"
] | permissive | leehaesung/libsecurity-c | 7db00b04c01430118299a57225a96b8be8e4584b | dc2bc742f4315aa151599605d9b70e579815644a | refs/heads/master | 2021-01-24T21:00:25.224336 | 2016-07-06T20:20:12 | 2016-07-06T20:20:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,116 | h | #pragma once
#include "libsecurity/utils/dtlsClient.h"
#include "libsecurity/utils/networkAdapters.h"
const uint8_t SERVER_CERT[] = "-----BEGIN CERTIFICATE-----\r\n"
"MIIBmDCCAT6gAwIBAgIEVUCA0jAKBggqhkjOPQQDAjBLMQswCQYDVQQGEwJGSTEN\r\n"
"MAsGA1UEBwwET3VsdTEM... | [
"ravids@il.ibm.com"
] | ravids@il.ibm.com |
a065df602e578559c9fe1371173dd991a155342f | bf340c8d49ab7d2003dcfc0def291345dfe6e055 | /Libs/DirectFB_Voodoo/include/voodoo/client.h | a1ac5b75546e26b58fb38c8147b50e3aebc817a7 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | blaues0cke/Philips-Wifi-TV-Remote | 2abcf4ee18a31ef12cb6ffd0dcd8dd194374fa86 | 5673483ddd5d41cfc4a5e141ac2a46fc28ebf503 | refs/heads/master | 2021-01-19T05:22:13.950273 | 2013-08-07T17:27:34 | 2013-08-07T17:27:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,635 | h | /*
(c) Copyright 2001-2007 The DirectFB Organization (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp <dok@directfb.org>,
Andreas Hundt <andi@fischlustig.de>,
Sven Neumann <neo@directfb.org>,... | [
"Tim.Vandecasteele@gmail.com"
] | Tim.Vandecasteele@gmail.com |
a04c991987ab635d40f37e9149a806ffc48a9280 | 819fd1d8ef8445fd380b87790797ae7a5d2908b9 | /src/stdlib/sl_flat_map.h | cebe3306900692cb68d8a1d13cc2b10c69f645f4 | [] | no_license | vaplv/foo | 109b307e3ef4c70f968657bc5fb3644dd76be275 | b856673daff50526a1f9b5402e539568acdcbdc6 | refs/heads/master | 2021-01-19T05:19:27.643232 | 2012-12-29T23:31:41 | 2012-12-29T23:31:41 | 1,773,435 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,091 | h | #ifndef SL_FLAT_MAP
#define SL_FLAT_MAP
#include "stdlib/sl.h"
#include "stdlib/sl_error.h"
#include <stddef.h>
struct mem_allocator;
struct sl_flat_map;
struct sl_pair;
SL_API enum sl_error
sl_create_flat_map
(size_t key_size,
size_t key_alignment,
size_t data_size,
size_t data_alignment,
int (*cmp_ke... | [
"vaplv@free.fr"
] | vaplv@free.fr |
baa84579b35a5857c3b59c88aa024ba609444db8 | 273f5ed2d3fdda9b6e15a5cda4286b9b81c40ba4 | /yfig/common/topbar/topbar.h | 003c06449aad46bf22ddbc29d9fcb47909f7f82e | [] | no_license | corentinjuvigny/yfig | 45c7a8b2b4d472e8880b23322d16872e421c4c82 | ef8d428f823b57fd62b2b51d99a442ee278226b4 | refs/heads/master | 2020-08-04T00:44:12.695492 | 2019-09-30T19:45:10 | 2019-09-30T19:45:10 | 211,940,738 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,430 | h | /*======================================================================
* Copyright 2017 Ivan Augé
*
* This file is part of the YFIG software.
*
* YFIG 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 Fo... | [
"cojuvigny@gmail.com"
] | cojuvigny@gmail.com |
ff5bf1414b36a8b16f94ab0edae50a815b14a2f7 | 2e03afe927f86c55375b649a5ad148f984d871ee | /42_printf_unit_tests/tests/conv_e/080_double_max_various_flags_combined_with_minus.c | 650ce06756f1313b5a4c29d47145761bf4144b6c | [] | no_license | Quickaxe-Martina/ft_printf | 9adbc492a88aba8b3b4c1d4b57a8873d3cf29975 | f0162c38765d8f0a7daaeefa3d918a676491fc2c | refs/heads/master | 2021-01-05T05:14:30.070696 | 2020-03-02T03:49:33 | 2020-03-02T03:49:33 | 240,892,694 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,408 | c | #include "frmk_libunit.h"
#include "tests.h"
#include "ft_printf.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <float.h>
#include <math.h>
# define ARGS "%-+8.14e|%- 8.14e|%-#8.14e|%-08.14e|%-+#8.14e|%-+ #08.14e", DBL_MAX, DBL_MAX, DBL_MAX, DBL_MAX, DBL_MAX, DBL_MAX
int c... | [
"qmartina@il-c4.21-school.ru"
] | qmartina@il-c4.21-school.ru |
98f63bcd19c060906d13633335049cd6c573e6ff | 0259f462252af93cf08644cdb1cc20a8ee3910ea | /containers/core/containers_writer_utils.c | 7e24ef3eee4e4815ce41e6f7aaf1b2a888b7ef33 | [
"BSD-3-Clause"
] | permissive | popcornmix/userland | fcb06e65fa4404a15fa7489d455fecca7e4dc9ea | 36ba26a4a6e834f0917dd1634c4f3c9df42065cc | refs/heads/master | 2021-01-12T19:41:57.679727 | 2016-05-08T18:42:47 | 2016-05-08T18:42:47 | 27,634,643 | 6 | 3 | null | null | null | null | UTF-8 | C | false | false | 4,826 | c | /*
Copyright (c) 2012, Broadcom Europe 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:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and t... | [
"popcornmix@gmail.com"
] | popcornmix@gmail.com |
d0075f910da07c7af8dd249e5ae0587cae2699a2 | 1eed45a84afd47d0d15944ab902b7cdeda6f2b2c | /C/instances/34.c | 5f1b16dc0bfa1b62f368d3c0973ff85ab4857b9b | [] | no_license | Ray-56/learnging | dc20819948a6f4f8b66cd8b76f0fb2b846ea6d05 | 14126cf7c02f6e7ea8ea0fcdb84159361bdd95e6 | refs/heads/main | 2023-05-31T01:58:07.036923 | 2021-06-11T02:49:31 | 2021-06-11T02:49:31 | 330,538,070 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 349 | c | #include <stdio.h>
int main()
{
int i, space, rows, k = 0;
printf("Enter number of rows: ");
scanf("%d", &rows);
for (i = 1; i <= rows; ++i, k = 0)
{
for (space = 1; space <= rows - i; ++space)
{
printf(" ");
}
while (k != 2 * i - 1)
{
printf("* ");
++k;
}
pri... | [
"guokangf@gmail.com"
] | guokangf@gmail.com |
2014ffe375a6cb31f014bedf87b21e02c8f3d592 | 9a0b3efbc7eef16cd61211259a0bddb51d699bca | /lab3/task4/signing.c | 1885fe747f403820cb3ec9e19e88a03b37155145 | [] | no_license | peterpanduro/D0029E | cfa12008609fb967c7a6a3ad6a83d15868c8a0a0 | 6f92159cc4d200833517cd803f88b95c5594dcd3 | refs/heads/master | 2023-09-01T18:06:54.791915 | 2021-10-07T19:25:41 | 2021-10-07T19:25:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 844 | c | #include <openssl/bn.h>
void printBN(char *msg, BIGNUM * a)
{
char *hex_str = BN_bn2hex(a);
char *dec_str = BN_bn2dec(a);
printf("%s \n hex: %s \n dec: %s\n", msg, hex_str, dec_str);
OPENSSL_free(hex_str);
OPENSSL_free(dec_str);
}
int main() {
BN_CTX *ctx = BN_CTX_new();
BIGNUM *c1 = BN_new();
BIGNUM... | [
"peter@kodifiera.se"
] | peter@kodifiera.se |
2665f67ffa3f036bb06d721d5416baef4d8650a3 | 24624d31f20eb22aafbf8b2e7a6941438d4f511d | /TI-05/phi.h | d1d2822a49dbbfaa09c4da83641aa1469fec8bbe | [] | no_license | quenio/INE5429 | 360bb4754a86e1227af0010bf3c25e99f180cddc | bc4dc2306b796fffb256187a178b1391400bfb94 | refs/heads/master | 2021-03-30T17:32:51.731737 | 2016-07-10T22:59:15 | 2016-07-10T22:59:15 | 56,092,006 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 157 | h | // Copyright (c) 2016 Quenio Cesar Machado dos Santos. All rights reserved.
#pragma once
#include <gmp.h>
void phi(mpz_t m, const mpz_t p, const mpz_t q); | [
"quenio@me.com"
] | quenio@me.com |
42fb08249dc05580361e1f327c7568e01ffd2a20 | 668844fe44c29f71c7be1c8e0ef168d423b53bd2 | /Unix C Function/unix c函数/setfsgid.c | 0e94fedfc314dc39542765173868047222522af7 | [] | no_license | hy-wkh/learngit | 3cca1a31a85c0587919bf680a4783785fe7f1bc1 | 69ba65d8c33d380b3d2e12c2182d5b57964b2659 | refs/heads/master | 2020-12-03T04:44:56.160645 | 2016-09-09T10:43:42 | 2016-09-09T10:43:42 | 67,786,340 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 708 | c |
setfsgid(设置文件系统的组识别码)
相关函数 setuid,setreuid,seteuid,setfsuid
表头文件 #include<unistd.h>
定义函数 int setfsgid(uid_t fsgid);
函数说明 setfsgid()用来重新设置目前进程的文件系统的组识别码。一般情况下,文件系统的组识别码(fsgid)与有效的组识别码(egid)是相同的。如果是超级用户调用此函数,参数fsgid 可以为任何值,否则参数fsgid必须为real/effective/saved的组识别码之一。
返回值 执行成功则返回0,失败则返回-1,错误代码存于errno。
附加说明 ... | [
"haiyangrun@sina.com"
] | haiyangrun@sina.com |
3fd3586b62108b668fd3b7453a345df5f36608c7 | 9fb4dfef63170096b759d1a03adebffd76afe0b4 | /personalGit/day11/testAll.c | 300c40a21640537d2add903c0fc1341344bcea4e | [] | no_license | rfrancalangia/42pisceneC | 9ad90a689d5d0cc12c1521c63fa81842a3d600e1 | 2e9d5d6617c1512b90ae43b743bad4a9a2d07b62 | refs/heads/master | 2021-01-21T12:31:03.847203 | 2017-09-01T06:21:14 | 2017-09-01T06:21:14 | 102,076,709 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,062 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_create_elem.c :+: :+: :+: ... | [
"rfrancal@e1z1r5p9.42.us.org"
] | rfrancal@e1z1r5p9.42.us.org |
f9faca102d0dd493e5045cb716d25aa58ad72cac | 3dbdf3cf83418d139f14ad0d82df996477434114 | /MyTetris/Enums.h | 3ead4ccb99aa3a0abe57a53b8dbfcad0fe58f456 | [] | no_license | Sergey978/MyTetris | 2f536605c4b36eb6ff66709f8f6ea4c55f06502a | 716cbacf25a140171d30ef80d914f5b7d9b47ae8 | refs/heads/master | 2020-03-25T23:41:15.434717 | 2018-08-10T13:13:27 | 2018-08-10T13:13:27 | 140,558,330 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 430 | h | #pragma once
/**
* Хранит все возможные формы запросов на сдвиг фигуры в бок.
*
* @author DoKel
* @version 1.0
*/
enum ShiftDirection {
/** Направление не определено (сдвиг не требуется)*/
AWAITING,
/** Требуется сдвиг влево*/
LEFT,
/** Требуется сдвиг вправо*/
RIGHT
};
| [
"Sergey@service1"
] | Sergey@service1 |
0d193f882c3780ac9febf889f363d98e8a14d053 | 1c3545a23cfdca7b0c8265875a20f11ea24e24e1 | /publications/lkw/doc/code/07_data_structures/ll1/myproc.c | f4d4e27f4c809097a0055ebe960e1231ab794070 | [] | no_license | rishiba/crestrou | 9bad8562cdd2f9c537098c8fe4f47c3cbed57714 | 26655a41e321e41145ed6ae875ab9dfd43a58f0f | refs/heads/master | 2021-06-16T02:38:28.231847 | 2017-05-14T07:41:15 | 2017-05-14T07:41:15 | 47,206,182 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,544 | c | // Module to make a read entry in the proc file system.
// Module to write a command line calculator
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/proc_fs.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include <asm/types.h>
struct proc_dir_ent... | [
"rishi.agrawal@izeltech.com"
] | rishi.agrawal@izeltech.com |
c96720227c359c5d0a9753b7957e769f89136af9 | fe3540a9a3dad9a28b38b4b714c3c313a63f225e | /hw/sensor/creator/src/sensor_creator.c | b1d6c458bba754e8680fd0cd21f869435fa9bd6b | [
"Apache-2.0",
"LicenseRef-scancode-unknown",
"EPL-1.0",
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-gary-s-brown",
"OFL-1.1",
"TCL"
] | permissive | InvenSenseInc/fork.mynewt-core | 3da9d248a569e1e3650df639d2f0b1be8eb9833c | 14daa29f0c032228fe33fbfc98594e3cfcf64efd | refs/heads/master | 2020-05-24T10:08:54.845236 | 2019-06-03T13:29:01 | 2019-06-03T13:29:01 | 187,222,616 | 0 | 0 | Apache-2.0 | 2019-06-03T09:38:07 | 2019-05-17T13:37:50 | C | UTF-8 | C | false | false | 41,140 | 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 ... | [
"andrzej.kaczmarek@codecoup.pl"
] | andrzej.kaczmarek@codecoup.pl |
821acded16e0bff99075c20bbba601605cd1a301 | 897699b1702a08baa2a99f2726d40e5b911b9633 | /stack/stack using arrays.c | 869ba1ab9bc46553ea22751d3d8449a1deb32018 | [
"MIT"
] | permissive | SoulMortal563/DataStructuresPrograms | 9272733e4cfe2e32f059aeacb320896fb7469ae6 | 59176fe57a8d661cd02411f3ed6911d439981077 | refs/heads/main | 2022-12-30T08:29:27.999613 | 2020-10-17T09:41:15 | 2020-10-17T09:41:15 | 304,829,996 | 1 | 1 | MIT | 2020-10-17T09:41:16 | 2020-10-17T08:15:03 | C | UTF-8 | C | false | false | 1,529 | c | #include <stdio.h>
#include <stdlib.h>
#define CAPACITY 5
int stack[CAPACITY], top=-1;
int isfull()
{
if(top==CAPACITY-1)
{
return 1;
}
else
{
return 0;
}
}
int isempty()
{
if(top==-1)
{
return 1;
}
else
{
return 0;
}
}
void push(int ele)
{
if(isfull())
{
printf("Stack is already full... (OVERFL... | [
"ushakiranmelasthri123@gmail.com"
] | ushakiranmelasthri123@gmail.com |
c78b36963d2db52cf08b3d269cb6b3a3f0550381 | fcdac2110a99762f5b7042205399277904e05a76 | /mupq/pqclean/crypto_sign/sphincs-shake256-128s-simple/clean/wots.h | 871fb7f06e28fc80e9176ea87c33025b655ed31d | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | denigreco/Kyber_RISC_V_Thesis | 0e391a8a53cb57b19c6414df3b3289aeb497b62d | 06ee55172dca5a98f6530888ffa869c2251d884c | refs/heads/master | 2020-09-16T23:42:54.365175 | 2020-05-18T19:51:57 | 2020-05-18T19:51:57 | 223,923,060 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,223 | h | #ifndef SPX_WOTS_H
#define SPX_WOTS_H
#include "params.h"
#include <stdint.h>
/**
* WOTS key generation. Takes a 32 byte seed for the private key, expands it to
* a full WOTS private key and computes the corresponding public key.
* It requires the seed pub_seed (used to generate bitmasks and hash keys)
* and the ... | [
"¨denisa.greconici@gmail.com¨"
] | ¨denisa.greconici@gmail.com¨ |
e31b932a44b252ea38aa71bc34b352a179f4b74a | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/drivers/pci/search.c | 33e0f033a48e7e2f6097b13d4425d8d17b1cabb7 | [
"BSD-2-Clause",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 12,328 | c | /*
* PCI searching functions.
*
* Copyright (C) 1993 -- 1997 Drew Eckhardt, Frederic Potter,
* David Mosberger-Tang
* Copyright (C) 1997 -- 2000 Martin Mares <mj@ucw.cz>
* Copyright (C) 2003 -- 2004 Greg Kroah-Hartman <greg@kroah.com>
*/
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/module.... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
bc64350aeab9b79e175b3021bfda62eedfb7e756 | 205a4e03e21b9dcce5d8aed3b1e69f2ebbe8b0c8 | /return statement.c | 34adfe664985b278992b8ea68692b92488fe77c2 | [] | no_license | Pan8732965/yt-c-vd-learn | 3f16f35234ca10aaae600b1c9c08f809feefb367 | 5361a8ba24518b019f4868b01a3c26db733fbb85 | refs/heads/master | 2022-12-29T06:11:00.379168 | 2020-06-24T12:14:28 | 2020-06-24T12:14:28 | 270,660,253 | 0 | 1 | null | 2021-04-24T14:53:07 | 2020-06-08T12:28:35 | C | UTF-8 | C | false | false | 185 | c | #include <stdio.h>
#include <stdlib.h>
double cube(double num);
int main()
{
printf("Answer is %f",cube(28.0));
return 0;
}
double cube(double num){
return num*num*num;
}
| [
"62552984+Pan8732965@users.noreply.github.com"
] | 62552984+Pan8732965@users.noreply.github.com |
e13fb0ab3316d9dd061c8f4ea068a66ad88df73e | ee73fdcceb1094108c0a9e209535d7915e2e33b3 | /Green openETCS Non-Vital Demonstrator/Source Code/Source Code ETCS Onboard Unit System/Generated_Code/KCG-Releases/From_OS_PriorityManagement.c | 2759b37b790ccd01e022a691d56f4a1e7f3b87f8 | [] | no_license | stefan-karg/srcAndBinary | d912b03c44d75b807dc4f9b67938dde73dd52ccf | 5e0a11c72a20ca8c1386c55d0cd3e4c7463fb600 | refs/heads/master | 2020-12-31T03:36:26.071772 | 2015-12-07T14:57:47 | 2015-12-07T15:00:53 | 47,557,434 | 0 | 0 | null | 2015-12-07T14:36:45 | 2015-12-07T14:36:45 | null | UTF-8 | C | false | false | 4,399 | c | /* $**************** KCG Version 6.4 (build i21) ****************
** Command: kcg64.exe -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/openETCS_EVC/KCG-Releases/config.txt
** Generation date: 2015-12-07T14:52:34
*************************************************************$ */
#include "kcg_co... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
fc50431b5e4c8dd6f2faed0994bf24fcba1c8fdc | ecefc831f552b6239bc9a57ebffa241a3a15edc1 | /shader.h | 8e5915f224f3b539518c62b87f4bdb47222c5071 | [
"BSD-2-Clause"
] | permissive | jjqcat/lod-mesh | a79550c2b4a4df6784c2a3839a0d97d728336079 | 5c1ceab5d30598ecda656a940266a16b97996202 | refs/heads/master | 2023-03-19T23:44:43.629315 | 2020-02-22T20:28:32 | 2020-02-22T20:28:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 359 | h | #ifndef _SHADER_H_
#define _SHADER_H_
#if defined(__APPLE__)
# include <OpenGL/gl.h>
#else
# include <GL/gl.h>
# include <GL/glext.h>
#endif
typedef struct {
GLchar *vshader;
int vshader_size;
GLchar *fshader;
int fshader_size;
} shader;
shader *shader_load(const char *shader_name);
void shader_f... | [
"farooq.mela@gmail.com"
] | farooq.mela@gmail.com |
203389884679d0130a3f4031dd9ea8310d0ea28c | 09a22f648561837b6aadb99c20c8434ecbcba0b2 | /ft_strrchr.c | eafe54368ba302fff9aa49914ae361fdb4011118 | [] | no_license | dytolkanitsa/libft | 1cccdcf056c076b95514707dee4edde74b07485f | 8ce1786bea222f6389d0f05c4ee9ec4d05c03966 | refs/heads/main | 2023-06-15T20:49:55.924592 | 2021-07-03T17:01:32 | 2021-07-03T17:01:32 | 382,668,401 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,163 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strrchr.c :+: :+: :+: ... | [
"noreply@github.com"
] | dytolkanitsa.noreply@github.com |
c2d14c91031609b646434243a147a7b52fd19b27 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/cygwin-master/newlib/libc/sys/linux/linuxthreads/timer_gettime.c.bak.c | 92560e5b088047fd549e70955b3f86459da3939a | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,943 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/* Copyright (C) 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the ... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
e778ecc4fcfd3022b01554d96b133b0637e3d5f0 | 0d52c6126c6858c75fa5e6bb2c600e66c8120818 | /soda_codes/blurx7_2_opt/our_code/blurx7_2_opt_compute_units.h_merged_compute_units.h_merged_compute_units.h | cdf2a505d477a50cb41f9430bf2764bc0f6dcc05 | [] | no_license | ZhuangzhuangWu/clockwork | 17037d55ac1817e89ba065e168554468b1c89832 | 44909d373f912bdc361c2804dc6b611d7c652034 | refs/heads/master | 2023-08-18T22:47:52.636943 | 2021-10-06T17:46:50 | 2021-10-06T17:46:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 64 | h | #include "blurx7_2_opt_compute_units.h_merged_compute_units.h"
| [
"dillon@Dillons-MacBook-Pro.local"
] | dillon@Dillons-MacBook-Pro.local |
a588081d6556726ef9b30dccabb4e1080855877c | 850537f2d711ff331c70d568334a7335a831db65 | /AllInOneVDK/BlackfinLib/include/services/acm/adi_acm.h | 18d6a31ee61a15b6c18d25a1d153ed4131d1224b | [] | no_license | webom2008/BF512.VDK | 2fe3654655e213e5d387ac151aa2fcf1eb3a721a | f6622a517e1f56ee6eca0cb9106265907f486464 | refs/heads/master | 2019-01-01T02:18:55.643814 | 2015-07-25T02:46:42 | 2015-07-25T02:46:42 | 39,286,372 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,459 | h | /****************************************************************************
Copyright (c), 2010 - Analog Devices Inc. All Rights Reserved.
This software is proprietary & confidential to Analog Devices, Inc.
and its licensors.
$Revision: 3492 $
$Date: 2010-10-07 09:34:20 -0400 (Thu, 07 Oct 2010) $
Title: ADI System... | [
"webom2008@hotmail.com"
] | webom2008@hotmail.com |
4b054f667c845dc32f7b85095932d66016fcf7c3 | 0ee95dd9d1c273250eeb960ca3b2298bc9742d6a | /K&R/8/getchar2.c | c95eeb02f282e4b57b918b976472abe5985daaca | [] | no_license | kokosabu/sutra_copying | 2b49b21979e14d35d1f489a7a7f4b5b7013d169b | f8b17ea2f56e4843980357dd75c48c0be10230ba | refs/heads/master | 2021-01-10T08:31:58.262146 | 2016-12-27T11:24:19 | 2016-12-27T11:24:19 | 43,230,812 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 280 | c | #include <stdio.h>
#include "unistd.h"
int getchar(void)
{
static char buf[BUFSIZ];
static char *bufp = buf;
static int n = 0;
if (n == 0) {
n = read(0, buf, sizeof buf);
bufp = buf;
}
return (--n >= 0) ? (unsigned char) *bufp++ : EOF;
}
| [
"kokosabu@gmail.com"
] | kokosabu@gmail.com |
750c3b90fbc1d136f6c7232f304175c0d8f42030 | 192ae2d9b6bfa6ff8c3fedbf403f33acdef0bced | /library/MyoBridge/src/include/myohw.h | ffbd9cf5918997a1156aaebadab9051975ea7594 | [
"MIT"
] | permissive | Dictor/HaneulMyo | 57b6b9d2d47c4275dfff196106559e34d8140301 | fad75586e2b828671c56946d7db2267eceed1332 | refs/heads/master | 2020-03-27T15:26:41.227533 | 2019-06-29T05:19:56 | 2019-06-29T05:19:56 | 146,718,329 | 3 | 0 | null | 2019-06-29T05:19:57 | 2018-08-30T08:17:30 | C++ | UTF-8 | C | false | false | 17,868 | h | /**
* @file myohw.h
* @author Copyright (c) 2015, Thalmic Labs Inc. All rights reserved.
* @brief Myo header file by Thalmic Labs.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source cod... | [
"kimdictor@gmail.com"
] | kimdictor@gmail.com |
982ce5d261bd172548018a7ad16087075ab963fa | 6b608b7b838e95e9bb7c4980886fe048c429fe62 | /frameworks/commonsense/sample/driver_examples.h | 1e7cb686f6ed6bb5a6663fca5239db0e62f24938 | [] | no_license | reesul/commonsense-fw-pio-framework | 74cfcf43dddc45cb0ea4667f7eae3921ded2cf06 | 7ba5b2f4dd9842baf5178cf3501123b17febe65f | refs/heads/master | 2023-06-23T22:49:53.133689 | 2021-03-17T12:32:16 | 2021-03-17T12:32:16 | 389,145,803 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 765 | h | /*
* Code generated from Atmel Start.
*
* This file will be overwritten when reconfiguring your Atmel Start project.
* Please copy examples or other code you want to keep to a separate file
* to avoid losing it when reconfiguring.
*/
#ifndef DRIVER_EXAMPLES_H_INCLUDED
#define DRIVER_EXAMPLES_H_INCLUDED
#ifdef __... | [
"rgrimsle@andrew.cmu.edu"
] | rgrimsle@andrew.cmu.edu |
e003c466b576ae97c2a08174b9172fb4177a947e | 3fa73d2a768c88515cb7181eb207210e78306932 | /source/USER/main.h | ceae1cec41d936a3382354feb425eca2e026e8c2 | [] | no_license | Althrone/STM8Project | a1a4e70ca15ee12fc278e7d745f91dbf308d57cf | dfc085c9c03af3b29c170b6ddfb966bfbaa3d867 | refs/heads/master | 2022-12-29T21:20:33.370004 | 2020-10-17T15:07:55 | 2020-10-17T15:07:55 | 281,808,798 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 610 | h | #ifndef __MAIN_H
#define __MAIN_H
/* Includes ------------------------------------------------------------------*/
#include "stm8s.h"
#include "74hc595.h"
#include "display.h"
/* Exported types ------------------------------------------------------------*/
/* Exported constants -------------------------------------... | [
"imitatores131718@icloud.com"
] | imitatores131718@icloud.com |
259b37ebc2ea883c2b4fc6382aef73d8cdd582b1 | d5b1e0859ddbab545523bcb1f17a25d0e33a2966 | /Pico/Pico.h | cdba60b2f949d6755723510fb965494f6cebe4b0 | [] | no_license | frantony/picodrive-opendingux-rzx50 | d2b87ada696f175da2ecbae3769c64bbec8826a1 | 32b47baf335b6e0a94514a5faf552bc29c7b81c4 | refs/heads/master | 2021-01-02T22:49:50.335594 | 2012-07-28T12:28:47 | 2012-07-28T20:14:44 | 5,220,645 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,120 | h |
// -------------------- Pico Library --------------------
// Pico Library - Header File
// (c) Copyright 2004 Dave, All rights reserved.
// (c) Copyright 2006-2007 notaz, All rights reserved.
// Free for non-commercial use.
// For commercial use, separate licencing terms must be obtained.
#ifndef PICO_H... | [
"de_ding0@mail.ru"
] | de_ding0@mail.ru |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.