blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 2 268 | content_id stringlengths 40 40 | detected_licenses listlengths 0 58 | license_type stringclasses 2
values | repo_name stringlengths 5 118 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 802
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 2.31k 677M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 148
values | src_encoding stringclasses 33
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.3M | extension stringclasses 118
values | content stringlengths 3 10.3M | authors listlengths 1 1 | author_id stringlengths 0 228 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c3906466632968430e1c92f721ce830d1052746e | 2c78de0b151238b1c0c26e6a4d1a36c7fa09268c | /garantPIL/implementation/component/cpp/libs/gc/src/topic_t.h | cde6fd3ef3529ab2bdbb9bb2be9f6ab0225179bb | [] | no_license | bravesoftdz/realwork | 05a3b308cef59bed8a9efda4212849c391b4b267 | 19b446ce8ad2adf82ab8ce7988bc003221accad2 | refs/heads/master | 2021-06-07T23:57:22.429896 | 2016-11-01T18:30:21 | 2016-11-01T18:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 157 | h | /*
* $Id: topic_t.h,v 1.1 2000/06/19 14:08:09 taurus Exp $
*/
#ifndef _topic_t_h
#define _topic_t_h
#include "osdep.h"
typedef u_int32_t topic_t;
#endif
| [
"instigator21@gmail.com"
] | instigator21@gmail.com |
bade52283725b0a5280d30f888cf2a8f29bb7233 | 63d16728ab0b736fdabe69c8ed111f71c647b3d1 | /jobs.h | 4a05dedd01bd47fe22c24915ace94dd190dd1364 | [] | no_license | fanchangyong/tiny_shell | 4bcd5b689ac3df7f39b0c605f432199f05a078e2 | 91fdbe57cb93ef38bcbef5f1eae517c275729bda | refs/heads/master | 2021-01-10T00:54:13.748663 | 2014-01-20T14:03:32 | 2014-01-20T14:03:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 124 | h | #define MAX_JOBS 10
extern int job_index;
typedef struct job_t
{
pid_t pid;
int index;
};
extern job_t* jobs[MAX_JOBS];
| [
"fanchangyong@gmail.com"
] | fanchangyong@gmail.com |
6ce9dde1261059afbd6d89e24d7b986c20272099 | f4ea6db9183b38e0cb1af1d317b0a02db24455d1 | /mud/lp-245/sys/tls.h | 92d51f668fd3cb26997cfb292dbe73869a33378a | [
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | ldmud/ldmud | 1446ff7101f5a47ee1dfa4cfb97d5a326f2edcce | f1cfc9a8d911412d854055058889bb32432da2db | refs/heads/master | 2023-05-25T00:36:28.318383 | 2023-02-14T21:07:35 | 2023-02-18T10:20:44 | 1,085,012 | 124 | 71 | NOASSERTION | 2023-09-01T16:54:48 | 2010-11-16T12:13:17 | C | UTF-8 | C | false | false | 1,493 | h | #ifndef LPC_TLS_H
#define LPC_TLS_H
/* Field indices for the result of tls_query_connection_info() */
#define TLS_CIPHER 0
#define TLS_COMP 1
#define TLS_KX 2
#define TLS_MAC 3
#define TLS_PROT 4
#define TLS_INFO_MAX 5 /* Total number of result fields */
/* Interpretation of the cipher information ... | [
"lars@bearnip.com"
] | lars@bearnip.com |
d319e61a24e203b51cc5aa0866b4408c7ee7859e | 7a968d337839510b2623d8cbce0238cfed4babb0 | /armcmx/stm32f10x/gpio.c | 7c81c18155448655ade379a0297df1e023a8dee0 | [] | no_license | ADTL/ARMWork | 637ab108346de001fcbc3b750ecff96abb88f2fd | 85e959894cf5d200f70662a5deb4f2c432a61b83 | refs/heads/master | 2020-02-26T17:14:03.242368 | 2014-01-13T15:04:05 | 2014-01-13T15:04:05 | 16,342,797 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,707 | c | /*
* gpio_digital.cpp
*
* Created on: 2012/09/30
* Author: sin
*/
#include "armcmx.h"
#include "gpio.h"
uint32_t PortPeriph[] = {
0, // Arduino Headers
RCC_APB2Periph_GPIOA, RCC_APB2Periph_GPIOB, RCC_APB2Periph_GPIOC,
RCC_APB2Periph_GPIOD, RCC_APB2Periph_GPIOE, RCC_APB2Periph_GPIOF, RCC_... | [
"una.veritas@me.com"
] | una.veritas@me.com |
1a4a17e8ae237c49d371394205393fc980e60986 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/gcc.target/arm/mve/intrinsics/vmvnq_x_s16.c | d4b87a795fc336b647004aa86f828ef0175eb593 | [
"FSFAP",
"LGPL-2.1-only",
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-2.0-only",
"GCC-exception-3.1",
"LGPL-2.0-or-later",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 495 | c | /* { dg-require-effective-target arm_v8_1m_mve_ok } */
/* { dg-add-options arm_v8_1m_mve } */
/* { dg-additional-options "-O2" } */
#include "arm_mve.h"
int16x8_t
foo (int16x8_t a, mve_pred16_t p)
{
return vmvnq_x_s16 (a, p);
}
/* { dg-final { scan-assembler "vpst" } } */
/* { dg-final { scan-assembler "vmvnt" } ... | [
"rink@rink.nu"
] | rink@rink.nu |
c06b1527cfd61e808cc4c5d784df2fccb234f437 | 5c41f23e0a284a01f91a07cf20092d54e4b89159 | /MBoot_Madison_TVOS/sboot/inc/napoli/board/BD_MST181B_D01A_S_NAPOLI.h | cbd7c99a374eb537933230997ece428202cd72b9 | [] | no_license | schreibikus/Madsion | a3a46c7c38f920f24004dc2cee5837f341bff579 | 548861a3fc1c4c6b5bd05ce35024be7dca0cfc03 | refs/heads/master | 2021-01-25T13:19:07.923633 | 2015-04-02T03:34:09 | 2015-04-02T03:34:09 | 123,558,610 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 43,400 | h | //<MStar Software>
//******************************************************************************
// MStar Software
// Copyright (c) 2010 - 2013 MStar Semiconductor, Inc. All rights reserved.
// All software, firmware and related documentation herein ("MStar Software") are
// intellectual property of MStar Semiconduc... | [
"bertwu@126.com"
] | bertwu@126.com |
e86394b6d6f87bb3937334b721f719db43615d6b | 57d5b82e8677e5db79a342b66891d7688f7c0cc3 | /Include/OpenCore.h | 89ae5d9b71c9f31acf91a7928903e2bfe3735d4f | [
"BSD-3-Clause"
] | permissive | csu-anzai/OpenCorePkg | d47ed07a803868c8c88140841b901d3bdbde5efb | a9b7ad5675e91d187ef006b504553a4044f98f13 | refs/heads/master | 2020-07-19T21:36:00.368536 | 2019-09-04T11:45:51 | 2019-09-04T11:45:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,915 | h | /** @file
Copyright (C) 2018, vit9696. All rights reserved.
All rights reserved.
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensourc... | [
"vit9696@users.noreply.github.com"
] | vit9696@users.noreply.github.com |
bff7b9c0dae7eb7d36be727470dd7c4a3ed22165 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/arch/mips/pci/extr_pci-octeon.c_octeon_get_pci_interrupts.c | 6a2d1149c81641ea11c7cd1588768948428728af | [] | 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 | 2,513 | 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 |
066d81b8b8f0dde29d92c8fcceea305793f852e6 | ca41ffdd4e8b486abcbc3c4247b1be60102ec6d3 | /d/wusheng/npc/jinren.c | f5a801f31d02d4c377027957cc8802d64f9bd295 | [] | no_license | kttycn/xyj | 4c6d6322e02939118fc68f45ea3ab5c5dbe9ce8a | 7018cde4d21839142f2be2f2c3475eb0f0574835 | refs/heads/master | 2021-01-12T08:41:24.764167 | 2016-12-16T14:42:47 | 2016-12-16T14:42:47 | 76,660,707 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 5,012 | c | // jinren.c
#include <ansi.h>
#include <combat.h>
inherit NPC;
int DEBUG=1;
void set_skills(object);
void endfight();
void reward(object,object,object,int);
void create() {
set_name(HIY"金人"NOR,({"jin ren","ren"}));
set("long","一个纯金打造的人像,浑身上下就穿了一套金光闪闪的盔甲。\n");
set("gender","男性");
set("age",10);
set("per",99... | [
"kttycn@gmail.com"
] | kttycn@gmail.com |
25ead4cf9972e6f941428bdec52b87d9f4d18e9b | 82682aa9b763de3d76f3c5cbaf5b24ee5b0f9906 | /corewar/srcs/disasm/op.c | 047ea9ce55b353ebbaa8ef30f06cf43c911db703 | [] | no_license | konvulcius/acthulhu_21 | d93e0e3f452ae67ac69eba92e1992be8b0f5d983 | 6be94149f76626fe776a1ed9e8496eeb8701dc9e | refs/heads/master | 2020-11-28T21:09:49.406700 | 2020-06-11T14:53:10 | 2020-06-11T14:53:10 | 229,919,589 | 1 | 0 | null | 2020-01-17T12:48:19 | 2019-12-24T10:13:26 | C | UTF-8 | C | false | false | 803 | c | #include "dis_asm.h"
t_type g_type_tab[17] =
{
{"live", 1, {T_DIR}, 1},
{"ld", 2, {T_DIR | T_IND, T_REG}, 2},
{"st", 2, {T_REG, T_IND | T_REG}, 3},
{"add", 3, {T_REG, T_REG, T_REG}, 4},
{"sub", 3, {T_REG, T_REG, T_REG}, 5},
{"and", 3, {T_REG | T_DIR | T_IND, T_REG | T_IND | T_DIR, T_REG}, 6},
{"or", 3, {T_REG ... | [
"yaroslavfedorchuk@mail.ru"
] | yaroslavfedorchuk@mail.ru |
92c43044d134cd9a252af0cfd514b52eaf14c263 | 65f9576021285bc1f9e52cc21e2d49547ba77376 | /adsp_proc/core/services/diag/f3_trace/src/diag_f3_tracei.h | de2847ef0e116de54201ffbb4b00adbf63935ace | [] | no_license | AVCHD/qcs605_root_qcom | 183d7a16e2f9fddc9df94df9532cbce661fbf6eb | 44af08aa9a60c6ca724c8d7abf04af54d4136ccb | refs/heads/main | 2023-03-18T21:54:11.234776 | 2021-02-26T11:03:59 | 2021-02-26T11:03:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,076 | h | #ifndef DIAG_F3_TRACEI_H
#define DIAG_F3_TRACEI_H
/*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
Diag debug subsystem dispatch handling
GENERAL DESCRIPTION
Packet processing routines for FEATURE_SAVE_DEBUG_TRACE and
FEATURE_SAVE_DEBUG_TRACE.
INITIALIZATION AN... | [
"jagadeshkumar.s@pathpartnertech.com"
] | jagadeshkumar.s@pathpartnertech.com |
599e292d57f81970f939b24afd91b37e91b1e46e | e3c0499cc58c9fbec887a2e85672d5e29588f9e0 | /dex/clibs/basic/arch/unix/mem/cmemport.c | dad5623c9d6e27f8bfe26d473697113107308167 | [
"BSD-3-Clause"
] | permissive | stevenknown/xoc | bf19fba2a7851f0c91d62846b61f12000993fa94 | 3514aaf0d742e7c1bff956f5a5e96a92102abe8a | refs/heads/master | 2023-05-14T10:18:34.851859 | 2023-04-29T08:15:24 | 2023-04-29T08:15:24 | 40,242,945 | 132 | 19 | NOASSERTION | 2023-09-08T08:04:04 | 2015-08-05T12:02:52 | C++ | UTF-8 | C | false | false | 1,512 | c | /*Copyright 2011 Alibaba Group*/
/*
* cmemport.c
* madagascar
*
* Created by Misa.Z on 2/19/09.
* Copyright 2009 Virtualnology. All rights reserved.
*
*/
#include "mem/cmemport.h"
#include "errno/cerrno.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
bool cMemInitPort(... | [
"steven.known@gmail.com"
] | steven.known@gmail.com |
42998dcd94960c8568dbbd86495dde5e1965940c | d850928ce17120e862456adcee017cf62c83f620 | /boot/external/BSD/shim/src/Cryptlib/Library/BaseCryptLib.h | 7abe94b7f82ba961705a0254f214916aff1cd25c | [
"BSD-3-Clause",
"MIT",
"BSD-2-Clause"
] | permissive | tenpoku1000/UEFI_SecureBoot | 23863de61f41aa517d5ee8aad859e9e18a816cda | 6a58d4e2c3b7daffb113450b36840bc3aaefeb40 | refs/heads/master | 2020-04-06T07:12:45.387151 | 2016-11-06T08:29:08 | 2016-11-06T08:29:08 | 42,910,156 | 17 | 1 | null | null | null | null | UTF-8 | C | false | false | 61,660 | h | /** @file
Defines base cryptographic library APIs.
The Base Cryptographic Library provides implementations of basic cryptography
primitives (Hash Serials, HMAC, RSA, Diffie-Hellman, etc) for UEFI security
functionality enabling.
Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
This progra... | [
"suigun1000@gmail.com"
] | suigun1000@gmail.com |
1120ef563a70c9719f1a5fd2a3ea122160464b5d | 5296123a4c75f1343aa22a7239463d3b6385188d | /soletta/src/lib/comms/sol-socket-impl-contiki.c | 455df8daf15d3d84566b4cee4938275a31e73d6f | [
"Apache-2.0",
"LicenseRef-scancode-dco-1.1"
] | permissive | gjenfwo/sml-project | 1f4a5c0e015cdb9dcd35f5f891c68e7db9ead887 | 62a9f4c1a48fddb01e75f193062f3f5e09efd761 | refs/heads/master | 2021-08-29T11:55:30.969019 | 2017-12-13T22:07:02 | 2017-12-13T22:07:02 | 112,269,769 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,324 | c | /*
* This file is part of the Soletta (TM) Project
*
* Copyright (C) 2016 Intel Corporation. All rights reserved.
*
* 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.a... | [
"gjenfwo@naver.com"
] | gjenfwo@naver.com |
84ef33ccd3ecf2c7a05d529f6b90ed952cccfa8b | bcbafb00a458e3e3f25bf8e07b8784351a498d92 | /libs/stb/include/stb_image.h | 5fbbf6445bb36650678436493040041ed60f027a | [
"Apache-2.0"
] | permissive | carsonclarke570/Metacraft | 5b7bda08e7311a34f6827a26398666d82d1cad20 | 2647a48c7c04b80efe4041343b09d4c70e8927b5 | refs/heads/master | 2020-05-17T04:22:01.299965 | 2019-07-01T13:43:38 | 2019-07-01T13:43:38 | 183,505,903 | 3 | 0 | Apache-2.0 | 2019-08-07T02:29:24 | 2019-04-25T20:33:52 | C | UTF-8 | C | false | false | 263,264 | h | /* stb_image - v2.22 - public domain image loader - http://nothings.org/stb
no warranty implied; use at your own risk
Do this:
#define STB_IMAGE_IMPLEMENTATION
before you include this file in *one* C or C++ file to create the implementation.
// i.e. it should look like... | [
"carsonclarke570@gmail.com"
] | carsonclarke570@gmail.com |
18d0974f76b21e8d58ceb4f2b0570fafd5b38968 | d5bb5d5c5e37f4dd1c987c336bf9e24e2161fb0a | /DSA/DoA5.c | 33f61252bf03874fbc8fa5468d7d97eb8c73bc37 | [] | no_license | ajkumarray/labs | 6169169bd10cc50c6d658a10d88d842e0027b351 | 97d3f263ef1f160542d7ea8bfa7da8ab3d49966f | refs/heads/main | 2023-08-16T17:09:32.524379 | 2021-10-16T20:14:11 | 2021-10-16T20:14:11 | 366,073,310 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,544 | c | //DoA Assignment5 max min using Divide and Conquer
#include <stdio.h>
struct pair
{
int min;
int max;
};
struct pair getMinMax(int ray[], int low, int high)
{
struct pair minmax, mml, mmr;
int mid;
if(low == high) //if there is only one element
{
minmax.max = ray... | [
"ajkumarrayoff@gmail.com"
] | ajkumarrayoff@gmail.com |
d514068138f9964a0fea3d4037e5642616ae573e | 98d28b3a48b6e5e21c92b37031dd864fe3adec25 | /vendor/cubew/src/cubew/cubew_compat_platform.c | ccf5ecba4d56be68790c07ea6056eb5a56548917 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | jplehr/score-p-v6 | 3301b6cbb4deabffafe424ea32c288cd82879ce4 | cc6028b152086f4ffce0bef4ab2547966bfa7955 | refs/heads/main | 2022-11-28T05:17:22.290022 | 2022-02-22T16:24:29 | 2022-02-22T16:24:29 | 229,740,305 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,978 | c | /****************************************************************************
** CUBE http://www.scalasca.org/ **
*****************************************************************************
** Copyright (c) 1998-2018 **
** Fors... | [
"jp.lehr@gmail.com"
] | jp.lehr@gmail.com |
7a7ba25a3db7ccd436a783321206202e8dbbc9c3 | 1e60994af4715b25804382b6929525ff7ded5672 | /imgui/imgui_impl_dx11.h | 659c0d6a9e772fb429bf32300ad927e6e9e47095 | [
"MIT"
] | permissive | AgentFN/Fortnite-Open-Source | c4dff7e4808f1a7f95ab7655b6f4801bf1cbd0ca | 27b32b1f75b415c3df509a3fb4691fa161d6c39b | refs/heads/main | 2023-03-24T16:20:46.079731 | 2021-03-18T18:15:02 | 2021-03-18T18:15:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,172 | h | // ImGui Win32 + DirectX11 binding
// In this binding, ImTextureID is used to store a 'ID3D11ShaderResourceView*' texture identifier. Read the FAQ about ImTextureID in imgui.cpp.
// You can copy and use unmodified imgui_impl_* files in your project. See main.cpp for an example of using this.
// If you use this binding... | [
"66328734+ytmcgamer@users.noreply.github.com"
] | 66328734+ytmcgamer@users.noreply.github.com |
543109a2615367ccbd3d400baea5a1bea7399d98 | a92ddd8beff25ea2c81d58ebf1bb8b2ed878fac4 | /yjchoWorkspace/nxprdlib/NxpRdLib/comps/phceT4T/src/Sw/phceT4T_Sw.h | 369789ca48da8fb9cc2c29b1e0909b46b91cbd8d | [] | no_license | iLdak/SmartDoorLockHW | c87149cd7fe65c1f50011cb7fb7de9019349311a | c9e2cbf0f2632143f68a2f837759126f34fe62ff | refs/heads/master | 2020-07-13T01:28:20.492854 | 2016-10-31T13:32:31 | 2016-10-31T13:32:31 | 73,896,399 | 3 | 0 | null | 2016-11-16T07:48:19 | 2016-11-16T07:48:19 | null | UTF-8 | C | false | false | 3,445 | h | /*
* Copyright (c), NXP Semiconductors Gratkorn / Austria
*
* (C)NXP Semiconductors
* All rights are reserved. Reproduction in whole or in part is
* prohibited without the written consent of the copyright owner.
* NXP reserves the right to make changes without notice at any time.... | [
"dydwls121200@gmail.com"
] | dydwls121200@gmail.com |
f3b1842e60758f51d917c320b650c0477ad62ccc | b17ffdfb22891da0a35bd342330f944dc4f7dda3 | /firmware/freertos/create_task/lib/FreeRTOSV8.2.3/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo_bsp/ps7_cortexa9_0/libsrc/uartps_v2_1/src/xuartps_intr.c | 31ddcaaf3a32f03373a13f75a9d0aca75164163a | [
"MIT",
"GPL-2.0-or-later",
"freertos-exception-2.0"
] | permissive | YuehChuan/stm32f4_practice | 8ca786ce5014e85573ef7d5ae155ddd98894dda1 | 77fd51eeadb8e912f16a021d857e5520fcdabf8c | refs/heads/master | 2020-12-05T23:52:34.223248 | 2020-01-07T08:54:09 | 2020-01-07T08:54:09 | 232,281,583 | 0 | 0 | MIT | 2020-01-07T08:43:41 | 2020-01-07T08:43:40 | null | UTF-8 | C | false | false | 13,531 | c | /******************************************************************************
*
* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved.
*
* 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 Softw... | [
"shengwen1997.tw@gmail.com"
] | shengwen1997.tw@gmail.com |
8bc42a52fff2d3a9f3f00ee51c515adf9696c6ed | 0f38f91d24fd040c178c2ef8e2e23ddc94ade411 | /base/src/toolsComm/flex/yylex.c | cce45dcbba4f6621b429520868b114d13118e7b7 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-flex-2.5"
] | permissive | FreddieAkeroyd/EPICS-VMS | 7d877fa0631179d674427a0d36d61496c2502f10 | 94b4ccfdc137cfd39b61f919a120bf0c8de37b48 | refs/heads/master | 2023-06-28T14:48:31.547708 | 2023-06-20T21:13:46 | 2023-06-20T21:13:46 | 30,976,111 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,800 | c | /*************************************************************************\
* Copyright (c) 2002 The University of Chicago, as Operator of Argonne
* National Laboratory.
* Copyright (c) 2002 The Regents of the University of California, as
* Operator of Los Alamos National Laboratory.
* EPICS BASE Versions 3.13.... | [
"freddie.akeroyd@stfc.ac.uk"
] | freddie.akeroyd@stfc.ac.uk |
4bf9d285f5f15dbc87252a788a7386013a7b1697 | e11d12970ab5999a4197a13e115debe5f13d7dae | /ft_new_sha_algo.c | dfdcfbe20503d0ad4df125d3ce07726b4fea3aa0 | [] | no_license | mazu-rok/ft_ssl | d893e74c46cc2faa6f02b291dcbd63aa91430fd8 | 7aabdf1acc49cd7b0c7ab601ceaec2f7d17e58da | refs/heads/master | 2020-03-17T10:38:10.169036 | 2019-04-05T07:27:54 | 2019-04-05T07:27:54 | 133,519,293 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,698 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_new_algo_struct.c :+: :+: :+: ... | [
"andy1995"
] | andy1995 |
414f4253c3bcf61eee5733ec1fe4743478489ff5 | 885114b88c019cdc4b5b7f2dc4bcdd622d1f7712 | /Pods/Headers/Public/RongCloudIMKit/RCLocationMessage.h | 3ea83e74c53a692e3b9900f3f5c16cded66dc73a | [
"MIT"
] | permissive | wulei878/BiuLiCai | 62f45afa69f2df2aa02b86bc5a027eb03417c726 | bf775d33be4b59d8dea320ce190f55d7eed9aa73 | refs/heads/master | 2021-01-10T01:53:04.520995 | 2016-02-15T09:36:29 | 2016-02-15T09:36:29 | 51,744,072 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 101 | h | ../../../RongCloudIMKit/Rong_Cloud_iOS_SDK_v2_0_3_dev/RongIMLib.framework/Headers/RCLocationMessage.h | [
"wulei@ev-tsp.com"
] | wulei@ev-tsp.com |
0dc387e4267afa175210a7ea9d0a29f1cf20a159 | 6849e249c2cc70eab533ec67634c4554603662f4 | /include/w32api.ports/msgbox.h | d68ab2ff45cccd19d38ca01f5129f65733ac60f6 | [] | no_license | midipix-ports/w32api.ports | 3aa8f9681578fb4500af14a80dacb7af7f264f9a | bdc3325a930af180c2dcbc94a3068716645f82f5 | refs/heads/main | 2021-06-03T23:04:16.751436 | 2020-10-06T07:54:17 | 2020-10-06T07:54:17 | 108,916,493 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,179 | h | #ifndef _W32API_MSGBOX_H_
#define _W32API_MSGBOX_H_
#define MB_DEFMASK (3840)
#define MB_SYSTEMMODAL (4096)
#define MB_HELP (0x4000)
#define MB_TASKMODAL (0x2000)
#define MB_SETFOREGROUND (0x10000)
#define MB_DEFAULT_DESKTOP_ONLY (0x20000)
#define MB_TOPMOST (0x40000)
#define MB_RIGHT (0x80000)
#define... | [
"writeonce@midipix.org"
] | writeonce@midipix.org |
3e58fbce031248dbe62f2ba726d592a9867bd978 | 29fdd75b87d16a90a625ca1acc14f8741b166f01 | /asm_module/asm.c | b5d68fb93c3271d3acd6baf39b37d26b573c5b04 | [] | no_license | SemyonAbramov/pdp11-emulator | 53b932e32ac7385218870bfd667ff80ffb0251b5 | 40d5aa0a710d13d0375a3711d1ff419c110d5ed1 | refs/heads/master | 2021-04-29T08:45:46.843935 | 2017-01-04T10:27:34 | 2017-01-04T10:27:34 | 77,669,612 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,320 | c |
/*
#include "asm.h"
#include "decode.h"
#include "cpu.h"
#include <stdlib.h>
#include <string.h>
*/
/*
asm_arr_t* init_instr_array(int arr_size)
{
asm_arr_t* arr = (asm_arr_t*)malloc(sizeof(asm_arr_t));
arr->array = (asm_instr_t*)malloc(sizeof(asm_instr_t) * arr_size);
arr->count = 0;
if (arr == NULL)
{
prin... | [
"semyon.abramov.mipt@gmail.com"
] | semyon.abramov.mipt@gmail.com |
d7a9deb1aefc8a07c6406e3f6d9a03d0a00f7c37 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/pci/controller/extr_pcie-xilinx.c_xilinx_pcie_intr_handler.c | 607153c84a0259c627eed23c24603f871eb678c2 | [] | 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 | 5,171 | 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 |
1329875d4b1c5f79b1a71c8a38e53faa945a69e0 | f742ccb7093ad2f8095702fed9f70d499b8ae7c1 | /src/ttt.c | 4a713c05c15a5866e8b50ff0fcdd4b8224bc7955 | [] | no_license | peko/tttm | 008ba4d85d4f0d6561ab2c761212145d426ebda5 | 8cbf945d876609bda483ae7e0d2da797c1e10718 | refs/heads/master | 2021-01-10T05:34:02.619534 | 2016-01-20T17:32:46 | 2016-01-20T17:32:46 | 48,488,663 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 759 | c | ////////////////////////
// TETRA TREE TRIAGLE //
////////////////////////
#include "ttt.h"
// a, b, c - indices
ttt* ttt_init(tri t) {
ttt *tt = malloc(sizeof(ttt));
tt->triangle = t;
for(char i=0; i<4; i++) tt->children[i] = NULL;
tt->subdivided = 0;
return tt;
}
// p - points array
// c - cent... | [
"gasu.basu@gmail.com"
] | gasu.basu@gmail.com |
2700230a874763b79c4cb268436171cf9419b933 | b99bc223f144c167d80ae648c5498e05fd3e6724 | /bin/echo/echo.c | 42933694e42836202a77c8b1a29f73367a825684 | [
"MIT"
] | permissive | mvshpavan/OS_S15 | e068b4fbced403db33cf085244a58d4a3265dd1c | c802545c2d0f2c1b90a16a1ef8a09c599ba80fbf | refs/heads/master | 2021-01-10T06:53:23.430282 | 2015-05-08T15:21:37 | 2015-05-08T15:21:37 | 45,489,293 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 761 | c | #include <stdio.h>
#include <stdlib.h>
int is_envp(char *env, char* envp[]);
int main(int argc, char* argv[], char* envp[]){
int i;
if(argc==1){
printf("\n");
return 0;
}
for(i=1;i<argc;i++){
/* check if it is an environment variable */
if(argv[i][0]=='$'){
if(is_envp((char *)argv[i]+1, envp)==0... | [
"smaguluri@compute-4-16.local"
] | smaguluri@compute-4-16.local |
38c30b918c3df475b3cc26c5b029a3e15569d335 | 12cae7118f71c8053172e542f3dacebb595a9110 | /benchmarks/interger/goubault/test3.c | 42361b7bc63fac71254612126c4f016d5b7b45ac | [
"Apache-2.0"
] | permissive | dloghin/discover | 621e513a5777c0b2ee656d30f1095dcb3c2661aa | ea948e7a37380fcaa8c4ce3d9fd90746657dcbe4 | refs/heads/master | 2023-09-03T08:01:36.210764 | 2021-10-06T17:32:04 | 2021-10-06T17:32:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 156 | c | #include <discover.h>
int main() {
int i;
int j;
int k;
i=0;
j=100;
k=1;
while (i<j) {
k=k+1;
__assert_range_lower_bound(k,2);
}
}
| [
"taquangtrungvn@gmail.com"
] | taquangtrungvn@gmail.com |
0d6a1fc116637e49c2043fd12097de3c33edbf28 | a7447416394760c895ad741f9d4ba53f5aba46fe | /include/freetype-2.10.2/src/winfonts/winfnt.c | 38064ed314050246bf853e92afb3473292ccb75e | [
"Zlib",
"FTL"
] | permissive | Kiakra/Kiragine | 28b9fb221b0f5f6588a3bc21e04ec11487e06bb3 | 86f39e4b6506d68032d6af2c007732ae049acb11 | refs/heads/master | 2023-05-04T17:54:46.900054 | 2021-05-13T08:58:25 | 2021-05-13T08:58:25 | 294,502,948 | 59 | 1 | NOASSERTION | 2020-09-17T13:47:41 | 2020-09-10T19:24:46 | C | UTF-8 | C | false | false | 36,267 | c | /****************************************************************************
*
* winfnt.c
*
* FreeType font driver for Windows FNT/FON files
*
* Copyright (C) 1996-2020 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
* Copyright 2003 Huw D M Davies for Codeweavers
* Copyright 2007 Dmitry Tim... | [
"Kiakra@protonmail.com"
] | Kiakra@protonmail.com |
8ac2ee0323772ca78fc3e17847a7195b53f35859 | 73d889e4e1ad6cbcb8ae1fee53f55deb8e816d67 | /src/exec.c | 1cc3bb3bbbf101db281e5e743acdb8e8c8dc08b5 | [] | no_license | iCodeIN/forklang | d5b5f1044ebaf1b45a2a294ebcafb0dc45856d37 | bf0b06f48d3c84c437bfc810785fc532b4a59d12 | refs/heads/master | 2023-08-17T11:14:04.749041 | 2021-05-24T11:21:59 | 2021-05-24T11:21:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,605 | c | #include "exec.h"
#include "prelude.h"
#include "hashset.h"
#include "memreg.h"
#include <limits.h>
MemBlock* sat_alloc_registry = NULL;
void register_sat (void* ptr) { register_alloc(&sat_alloc_registry, ptr); }
void free_sat () { register_free(&sat_alloc_registry); }
Env blank_env (RProg* prog) {
Env env = mal... | [
"neven.villani@gmail.com"
] | neven.villani@gmail.com |
d85ddfac92207df886f07e2b16349e0e2995953c | b03991ba3cb97ea87596b4ccd83cff42de9be8ac | /libBigWig/test/testRemote.c | b1e4a4a1c0b6cfdcf9d640a551be2cd28b80f859 | [
"MIT"
] | permissive | brentp/bw-python | d552a14b011377ee9ecb6386eda107eace69e222 | 5da646b507800bd14e87b82ac5788e9418bd5833 | refs/heads/master | 2021-01-17T11:14:21.963664 | 2016-05-13T13:46:08 | 2016-05-13T13:46:31 | 44,558,995 | 21 | 2 | null | 2015-11-24T17:08:58 | 2015-10-19T19:38:07 | C | UTF-8 | C | false | false | 6,783 | c | #include "bigWig.h"
#include <stdio.h>
#include <inttypes.h>
#include <stdlib.h>
#include <assert.h>
//Print overly verbose header information
void bwPrintHdr(bigWigFile_t *bw) {
uint64_t i;
printf("Version: %"PRIu16"\n", bw->hdr->version);
printf("Levels: %"PRIu16"\n", bw->hdr->nLevels);
printf... | [
"bpederse@gmail.com"
] | bpederse@gmail.com |
0af518fc9d0a381a264255a0496ccc2577cdce49 | 163f784a3b2058b05728d2ae0886e480712b8d24 | /Lecture_9_sources/args.c | 2493f24f09cf2a201290b261c15c8e405b17a8eb | [] | no_license | rudn-mm/Informatics | d272796be9cc740dfa473edee790f2268167b4a0 | 844db42e1735cf9f12bb9a634ba6b4aed08294f8 | refs/heads/master | 2021-10-01T00:54:01.216972 | 2018-11-26T13:10:22 | 2018-11-26T13:10:22 | 105,946,149 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 367 | c | #include <stdio.h>
int main(int argc, char* argv[])
{
if (argc > 1)
{
printf("Число агрументов: %i\n", argc);
for (int i = 0; i < argc; i++)
{
printf("Аргумент %i: %s\n", i+1, argv[i]);
}
}
else
{
printf("Аргументы не указаны\n");
}
return... | [
"svkonstantinov@mail.ru"
] | svkonstantinov@mail.ru |
a614a684bb449f516101a4611b33e5cd0eb82050 | fe442de864dceb41073e4aac44c0121b3d615c64 | /cmd_sh/name.c | e79494a7658028f17a983cc554db95e9c6c01a66 | [
"MIT"
] | permissive | AZBevier/nbc | c063d6514918ddcf70958a4e0c3c5d5d26d8bcf4 | 9931b2de37f1da23b9f1f9988155a51de57ef976 | refs/heads/master | 2022-08-15T06:12:41.084013 | 2022-07-29T22:16:52 | 2022-07-29T22:16:52 | 163,538,667 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,231 | c | /*~!name.c*/
/* Name: name.c Part No.: _______-____r
*
* Copyright 1994 - J B Systems, Morrison, CO
*
* The recipient of this product specifically agrees not to distribute,
* disclose, or disseminate in any way, to any one, nor use for its own
* benefit, or the benefit of others, any information contained herei... | [
"jbev@worker.jbsys.com"
] | jbev@worker.jbsys.com |
89efef9026ebcddb042b6c7edf2e90a146ec4570 | 7d01906145dbb0b1f301337cae6a40b8fcab4413 | /lib/fontops/otl/gsub-single.h | f4349742408d03c50febafc177f6be706129209c | [
"Apache-2.0"
] | permissive | huntzhan/otfcc | 443d9cea75ea4ee7acd0f54d3a80845eb01bd1ef | f84810755cfdb24599dbc97a3212bbe3de94a3f9 | refs/heads/master | 2021-01-18T08:10:28.988610 | 2016-07-31T07:26:07 | 2016-07-31T07:26:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 219 | h | #ifndef CARYLL_FONTOPS_OTL_GSUB_SINGLE_H
#define CARYLL_FONTOPS_OTL_GSUB_SINGLE_H
#include "common.h"
bool consolidate_gsub_single(caryll_font *font, table_otl *table, otl_subtable *_subtable, sds lookupName);
#endif
| [
"belleve@typeof.net"
] | belleve@typeof.net |
babac96ef253b9b560dedd1f4c5852c614b384a9 | dbe74fdf6bded2ceb98eec965fe05ddf7d6dd931 | /models/Flight/source/ivory.h | 9162753fcd4dcdce8f8e22b81baadb8d20f9100a | [
"BSD-3-Clause"
] | permissive | smaccm/smaccm | 7f79bf5fe74bb1b856d69625fab4ffb1e138101e | 7393c423b5aca1a272a88cbb89b5dcfd08a5a47c | refs/heads/master | 2021-01-23T15:51:42.639585 | 2019-02-21T22:28:42 | 2019-02-21T22:28:42 | 12,084,628 | 27 | 27 | BSD-3-Clause | 2019-01-02T17:22:41 | 2013-08-13T14:59:47 | Java | UTF-8 | C | false | false | 3,093 | h | #ifndef IVORY_H
#define IVORY_H
#include<stdint.h>
#include<math.h>
#include<stdbool.h>
#include<string.h>
/* Requires and Provides statements */
#ifdef IVORY_TEST
#ifdef __arm__
/* TODO: We could write a better "assert" that suspends all RTOS
* tasks and tries to write a debug string somewhere, but this is at
*... | [
"john.backes@gmail.com"
] | john.backes@gmail.com |
c88c451ea48e23c3590d17a5b030d9912efdb13a | 9ba05cad379e028102cf895350c8bb5b352047ae | /ZC_install/ZC_install/resource.h | e77645cd3a1b78d84bf8e3b7be95ee41fba018a0 | [] | no_license | 124327288/ZCloudDesktop_in_uninstall | f8635b1d60955ef2ff0c8ea5fff9abf4cfab8fdc | 8eca0b96bbe460f7185e766362e331fbad750e98 | refs/heads/master | 2021-05-30T02:47:13.117493 | 2015-05-15T07:47:13 | 2015-05-15T07:47:13 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 560 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ZC_install.rc
// 新对象的下一组默认值
//
#define IDR_RT_MANIFEST 1
#define IDR_ZHICLOUD_ZIP 10
#define IDI_ICON1 101
#define IDI_ICON2 102
#ifdef APSTUDIO_INVOKED
#ifndef... | [
"maoxiaokai@zhicloud.com"
] | maoxiaokai@zhicloud.com |
600f06a5e7f3b345229b1d711fb93dccb272acf4 | 11155964be83fa2ac4887fd43ac0afccdd2b083c | /0x06-pointers_arrays_strings/holberton.h | 3d6ac77762d66589580315b7228062f030f455b0 | [] | no_license | louismaximo/alx-low_level_programming | a0c0916033ad9a1224f983a7f251b9f1f974eed7 | 87bb4bf895b1bfd17a903a2f75bbf568f449ab0a | refs/heads/main | 2023-06-11T17:06:48.278906 | 2021-07-05T17:47:24 | 2021-07-05T17:47:24 | 377,888,534 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 416 | h | #ifndef HOLBERTON_H
#define HOLBERTON_H
#include <stdio.h>
char *_strcat(char *dest, char *src);
char *_strncat(char *dest, char *src, int n);
char *_strncpy(char *dest, char *src, int n);
int _strcmp(char *s1, char *s2);
void reverse_array(int *a, int n);
char *string_toupper(char *);
char *cap_string(char *);
char ... | [
"louismaxime95@gmail.com"
] | louismaxime95@gmail.com |
b4e6bbff816ccdb74a36ca084b21b4882c1439e2 | 5d583c3a64e6928b992d8792c792da493408e1e3 | /myc51project/becase/cycle.c | bb4fe0218f0f3748662f49b7a8e3bda78a8956ea | [] | no_license | zsc2333/my-projects-51- | de9812e17d6c1dfa03f93ead3a2a0f4117e4bf63 | 0cc3464b58f98712639877192b394cbf23d85a9c | refs/heads/master | 2020-11-25T07:03:34.483240 | 2019-12-17T07:23:52 | 2019-12-17T07:23:52 | 228,550,080 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,184 | c | #define ARRAYA
#include"array.h"
/*******************************************************************************
* 函 数 名 : cycle
* 函数功能 : 汉字循环显示函数
* 输 入 : 无
* 输 出 : 无
*******************************************************************************/
void cycle()
... | [
"55075517+zsc2333@users.noreply.github.com"
] | 55075517+zsc2333@users.noreply.github.com |
16e269c7874ab339e844fdc2cdb3dd20e9580cc8 | a1af6fa9c319412d5405bbcf22d3923be3883848 | /3650b/01/add1.c | f0b091b3936fb2f1866d14ff71724a24cde4c10d | [] | no_license | NatTuck/scratch-2020-01 | 4b076a8d8431952cba2d20ad69344ae5b915c8e7 | 085a82a0b9b90e0494cee6306ed20fbe683a871c | refs/heads/master | 2020-12-02T21:48:11.725406 | 2020-04-13T03:45:13 | 2020-04-13T03:45:13 | 231,131,261 | 2 | 20 | null | null | null | null | UTF-8 | C | false | false | 140 | c | long
add1(long x)
{
return x + 1;
}
int
main(int _argc, char* _argv[])
{
long x = add1(5);
printf("%ld\n", x);
return 0;
}
| [
"nat@ferrus.net"
] | nat@ferrus.net |
daf6f4900c1c950baad2d13c31027f34b8c8feb6 | e805ac1654afd2419a5a11091bd631e3ac976db1 | /sebastien_rt/lib/libft/ft_strcpy.c | f5b37f9323829d44e5dd19a21dedf1d3c8823a7d | [] | no_license | chabaud/RTGroupe | 768bb6fe3935e260fecc07c66204a6dfd8f56148 | e8b097ddc30bf4d692be106521ceba83262690d6 | refs/heads/master | 2021-08-08T05:27:13.861691 | 2017-11-09T17:15:46 | 2017-11-09T17:15:46 | 110,144,279 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,095 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcpy.c :+: :+: :+: ... | [
"schabaud@e1r4p9.42.fr"
] | schabaud@e1r4p9.42.fr |
aa01bd4174bc36e0e8fb79c5e5245768e5d6f3b8 | 7106f0ea5f2b3bf39f1ab431194e120170bf7a1c | /set/set.h | 25594fabff95a5fc1187899add875a1c76a508a8 | [] | no_license | Ijingli/c-c-datastructure | 884cb89a1fe42898034341b92ee068fb744fe951 | 8f5a01b2579aa6551bae4362fec51bbb6d0ebc78 | refs/heads/master | 2021-01-18T12:16:43.987305 | 2015-07-21T13:22:28 | 2015-07-21T13:22:28 | 38,683,593 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,559 | h | /*
* set.h
*
* Created on: 2015年7月14日
* Author: Administrator
*/
#ifndef SET_H_
#define SET_H_
#include <stdlib.h>
#include "list.h"
typedef List Set;//将List重命名为Set
void set_init(Set *set,int (*match)(const void *key1,const void *key2),
void (*destroy)(void *data));
#define set_destroy list_destroy
//首先调... | [
"xinyuan_he@sina.com"
] | xinyuan_he@sina.com |
8abd1757a74e4e8de9a2f41c97b392cb23b50dbb | 3a4c1cd06e305a2a3814b824f4427442c915df00 | /libs/tomcrypt/encauth/gcm/gcm_add_aad.c | 26e47f647b8c201cece12a76936b944c3fee9fd5 | [
"WTFPL",
"MIT",
"CC0-1.0",
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | vinthewrench/S4 | 8544cd61b344ff445488f86ff767a7fab4961335 | c604ad8a17c25e1af5b3d68cefdede5448344637 | refs/heads/master | 2021-12-12T05:39:44.966762 | 2021-12-08T18:22:17 | 2021-12-08T18:22:17 | 45,482,820 | 3 | 0 | NOASSERTION | 2023-02-14T23:54:33 | 2015-11-03T17:21:06 | C | UTF-8 | C | false | false | 2,999 | c | /* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*
* Tom St Denis, tomstdenis@gmail.com, http://l... | [
"vinnie@4th-a.com"
] | vinnie@4th-a.com |
904a3dba7d6a1864dc309ccb10168d3d094f314b | fae45a23a885b72cd27c0ad1b918ad754b5de9fd | /benchmarks/accuracy_and_overhead/parsec-benchmark/pkgs/libs/mesa/src/src/mesa/drivers/dri/s3v/s3v_regs.h | 26a7c54af5cece7d6a7f683b837ec0241f4a8896 | [
"LicenseRef-scancode-free-unknown",
"MIT"
] | permissive | bitslab/CompilerInterrupts | 6678700651c7c83fd06451c94188716e37e258f0 | 053a105eaf176b85b4c0d5e796ac1d6ee02ad41b | refs/heads/main | 2023-06-24T18:09:43.148845 | 2021-07-26T17:32:28 | 2021-07-26T17:32:28 | 342,868,949 | 3 | 3 | MIT | 2021-07-19T15:38:30 | 2021-02-27T13:57:16 | C | UTF-8 | C | false | false | 13,218 | h | /*
* Author: Max Lingua <sunmax@libero.it>
*/
#ifndef _S3V_REG_H
#define _S3V_REG_H
#define S3V_REGS_NUM 256
/************
* DMA REGS *
************/
#define S3V_DMA_ID 0
#define S3V_DMA_REG 0x8590
#define S3V_DMA_WRITEP_ID 1
#define S3V_DMA_WRITEP_REG 0x8594
#define S3V_DMA_READP_ID 2
#define S3V_D... | [
"nilanjana.basu87@gmail.com"
] | nilanjana.basu87@gmail.com |
456e6641e85b6acb456b3da4b603199908d8a389 | 9ceacf33fd96913cac7ef15492c126d96cae6911 | /lib/libcrypto/hidden/openssl/dsa.h | b2b0058cb9ddb9a42e7f99f3a70e7f5df624202d | [] | no_license | openbsd/src | ab97ef834fd2d5a7f6729814665e9782b586c130 | 9e79f3a0ebd11a25b4bff61e900cb6de9e7795e9 | refs/heads/master | 2023-09-02T18:54:56.624627 | 2023-09-02T15:16:12 | 2023-09-02T15:16:12 | 66,966,208 | 3,394 | 1,235 | null | 2023-08-08T02:42:25 | 2016-08-30T18:18:25 | C | UTF-8 | C | false | false | 3,008 | h | /* $OpenBSD: dsa.h,v 1.1 2023/07/08 14:28:15 beck Exp $ */
/*
* Copyright (c) 2023 Bob Beck <beck@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in a... | [
"beck@openbsd.org"
] | beck@openbsd.org |
e765b3f7276c1ad928f6106a74e7c782c4f19ce5 | 9353ff87052623d5e1fe64e55765c53204cebaa5 | /common/ppcomm.c | b9f17317629a8cf816a7ce650d0e0bd77996f511 | [] | no_license | hvariant/mis | 17e44a783df8e46faca87c5ae63422c65ff2ff99 | 0d6a964c0e3c63756b5cb69fa63ae5f7c0260267 | refs/heads/master | 2021-06-17T06:47:14.243085 | 2017-06-03T08:40:39 | 2017-06-03T08:40:39 | 10,702,992 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 728 | c | #include "ppcomm.h"
#include "datapack.h"
#include <stdlib.h>
ppacket* createpacket_s(int size,int cmd,int id){
ppacket* p = (ppacket*)malloc(sizeof(ppacket)+HEADER_LEN+size);
p->size = size;
p->cmd = cmd;
p->id = id;
p->buf = ((char*)p) + sizeof(ppacket);
p->startptr = p->buf;
p->bytesleft = size + HEAD... | [
"lizhansong@hotmail.com"
] | lizhansong@hotmail.com |
8876dcaf48f8390f2b47db08c1e9c1d4977805c7 | 07e5e9d83135ba1bb885b03d1c79199eb7d6e626 | /pm25/src/resource/resource_pms7003.c | 057961e11a5c11ad286f6acdf23f039b42076207 | [
"Apache-2.0"
] | permissive | dignsys/Tizen-5-0-Smart-Things-App | 52dd94b46ae858681b195264cc26c61487e4d628 | e7c814312321e13b75cebe904477932a0542abdb | refs/heads/master | 2020-04-29T06:32:46.622282 | 2019-03-18T09:10:02 | 2019-03-18T09:10:02 | 175,919,509 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,078 | c | /*
* Copyright (c) 2018 Samsung Electronics Co., Ltd.
*
* 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... | [
"choess6532@naver.com"
] | choess6532@naver.com |
6bbbf3b58ed89e57b5fdb32551a00a1f0135a652 | b25c7bde89547dfae473821d4c90d69e164f033e | /mission_repeat_controller.ysc.c | 4c505adabfff227ce7d692de1fa53a635c814e4f | [] | no_license | Reliency/1.46-Grand-Theft-Auto-V-Scripts | 8d1b29309a0f11d9ce5998248af88223715cfe2a | 3a7fefb2f4313aacfa82b88f62ec3a993bbbdbb7 | refs/heads/master | 2020-04-11T00:50:25.976011 | 2018-12-11T22:08:05 | 2018-12-11T22:08:05 | 161,398,239 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,378,592 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
int iLocal_2 = 0;
int iLocal_3 = 0;
int iLocal_4 = 0;
int iLocal_5 = 0;
int iLocal_6 = 0;
int iLocal_7 = 0;
int iLocal_8 = 0;
int iLocal_9 = 0;
int iLocal_10 = 0;
int iLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
float fLocal_14 = 0f;
var uLoc... | [
"jakobmichael2010@hotmail.com"
] | jakobmichael2010@hotmail.com |
c37ef83ec22017260a9118966ce55ec824871fcf | 797b73da89c22d14362bcc149097b56cf3694e5c | /libc/include/string.h | 9fe93a3e41048bd39a4450de00581149ec68fdd7 | [] | no_license | silaspsadia/minos | a78c98248ffa0ac781ca1d6e8be20a55c3481931 | c1d4e186ce360a71e2160dadc02a994222722ad9 | refs/heads/master | 2020-03-22T08:13:22.616222 | 2019-01-07T07:39:44 | 2019-01-07T07:39:44 | 139,753,132 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 462 | h | #ifndef _STRING_H
#define _STRING_H 1
#include <sys/cdefs.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif
int memcmp(const void*, const void*, size_t);
void * memcpy(void* __restrict, const void* __restrict, size_t);
void * memmove(void*, const void*, size_t);
void * memset(void*, int, size_t);
size_t... | [
"silaspsadia@gmail.com"
] | silaspsadia@gmail.com |
e2d724d99a2761c69f63b53560a08e564f75e346 | f64c534ca3274332a20b48ee5d29dc577b98a602 | /network/phtread_mutex/mutex.c | 375ded3776d6976d0db2817309e875f052091243 | [] | no_license | wolf623/c_code | 7bfbdd8c95f685b3d00663bbd09b3ce4ef130cae | 49531c8ca65fb1e8ebd5145756a60deffbe614aa | refs/heads/master | 2021-07-09T02:19:02.902656 | 2016-09-14T01:52:13 | 2016-09-14T01:52:13 | 9,499,041 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,808 | c | #include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
#include <string.h>
#include <errno.h>
#include <time.h>
#define PTHREAD_NUM 2 //max pthread number
#define FILE_NAME "temp.txt"
FILE *fp = NULL;
int g_value = 0;
pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_cond_t cond = PTHREAD_COND_INITIALIZE... | [
"1623878641@qq.com"
] | 1623878641@qq.com |
1620f45d3f998292e652ba0752bc173bdfad1511 | d49214d518c3a7703fe6abd1cc6ce53445f2c73e | /3-0-print_hex/ft_print_hex.c | fbe26d557424a54c2e229df26c3fcf1d2ff54541 | [] | no_license | danilkozyr/42_exams | 02e36a8ff93e72dc1c6a031f26ecf7ed068643fd | 5d27738e119b38168a7725a6d8b5470aad2ebd76 | refs/heads/master | 2020-05-09T14:21:54.442641 | 2019-06-15T12:24:37 | 2019-06-15T12:24:37 | 181,191,851 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,592 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_print_hex.c :+: :+: :+: ... | [
"dkozyr@e1r1p15.unit.ua"
] | dkozyr@e1r1p15.unit.ua |
83e945f48ad687876dfa5a54013b719ec7e03dfe | fc9987b603be2e9541c087d9436b16cb6173128b | /components/ble/ble-profiles/sources/services/svc_scpss.h | c8caa441db9b50145b44ea5b3318bc376a9f13ec | [] | no_license | forzalife/zephyr-kit | 1da829b24db3af79696ed7a51a6983585beea225 | f6e8ac984593c95054452276e9e8b99e20594bd7 | refs/heads/master | 2023-08-21T23:26:54.336463 | 2020-11-28T10:52:27 | 2020-11-28T10:52:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,559 | h | /*************************************************************************************************/
/*!
* \file
*
* \brief Example Scan Parameter Service Server implementation.
*
* Copyright (c) 2016-2018 Arm Ltd.
*
* Copyright (c) 2019 Packetcraft, Inc.
*
* Licensed under the Apache License, V... | [
"tao.wang@ck-telecom.com"
] | tao.wang@ck-telecom.com |
563d1a8494b9b9d953ecd87875191a27618ed166 | 5f5fe64ea6ebee438152a69e01948ba5f9025dea | /pchar.c | ff6873913eba2ef64e386afc358059c2240bc607 | [] | no_license | blsoko/monty | 7d101fcd61a9c4724b67be3ac10b05f70f551f60 | 534000b62359d5411af715bb7f43fb3036605017 | refs/heads/master | 2022-12-10T06:48:44.813102 | 2020-09-18T20:13:07 | 2020-09-18T20:13:07 | 263,770,811 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 550 | c | #include "monty.h"
/**
* pchar - release memory
*
* @stack: stack
* @line_number: number of line
*
* Return: nothing
*/
void pchar(stack_t **stack, unsigned int line_number)
{
int x = 0;
if ((*stack) == NULL)
{
jutsu_liberacion();
kai(stack);
fprintf(stderr, "L%u: can't pchar, stack empty\n", line_numbe... | [
"exanymejose1@hotmail.com"
] | exanymejose1@hotmail.com |
72366cdbe9541bab98da8cb83125b3a104e02236 | fe2362eda423bb3574b651c21ebacbd6a1a9ac2a | /VTK-7.1.1/build/ThirdParty/expat/vtkexpat/expatDllConfig.h | 740bce9f5b14a6d92b4ac0778a9e9251ed1e3740 | [
"BSD-3-Clause"
] | permissive | likewatchk/python-pcl | 1c09c6b3e9de0acbe2f88ac36a858fe4b27cfaaf | 2a66797719f1b5af7d6a0d0893f697b3786db461 | refs/heads/master | 2023-01-04T06:17:19.652585 | 2020-10-15T21:26:58 | 2020-10-15T21:26:58 | 262,235,188 | 0 | 0 | NOASSERTION | 2020-05-08T05:29:02 | 2020-05-08T05:29:01 | null | UTF-8 | C | false | false | 91 | h | #ifndef _expatDllConfig_h
#define _expatDllConfig_h
/* #undef VTK_EXPAT_STATIC */
#endif
| [
"likewatchk@gmail.com"
] | likewatchk@gmail.com |
f4b10dc640d6aa1aaee4d232a3d405693b6134a6 | 6580c296be797a5ac8d5fb655ebb2e7b23b75254 | /corelib/Oes_resources_en_US.h | 285ff3560e2ec442d053d0740074324e1df87d02 | [
"MIT",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | navicore/oescript_c | 2add949951c2fa94cd62fdf7f3073ca8f2dc411a | f0bf8460dfb98bbc45070565934f753ef026b1dc | refs/heads/master | 2022-12-22T04:06:39.024882 | 2014-08-19T14:59:10 | 2014-08-19T14:59:10 | 14,442,589 | 0 | 0 | Apache-2.0 | 2022-11-25T21:16:50 | 2013-11-16T05:59:50 | C | UTF-8 | C | false | false | 224 | h | /*
* OeScript http://www.oescript.net
* Copyright 2012 Ed Sweeney, all rights reserved.
*/
#ifdef __cplusplus
extern "C" {
#endif
#ifndef OES_RES_EN_US_H
#define OES_RES_EN_US_H
#endif
#ifdef __cplusplus
}
#endif
| [
"ed@onextent.com"
] | ed@onextent.com |
1475c892880a2fafd7b9261bf50c47c351d20f41 | 611513171ea178b66047fb9747956cb65b5905fd | /Solve A x = b with LU Decomposition/b. Block LU Factorization with GMRES/ta_example.c | cd1e7495ee56cffe0606f287277d6ef7ec253b08 | [
"MIT"
] | permissive | zrjer/Parallel-Solvers-for-Linear-System | 4d15f2d638fc2344ee5f31aa98d9f9acfd3238dc | 5d598422dc99122ac1322923018d6cc8506e8fbb | refs/heads/master | 2020-11-25T15:51:53.918484 | 2019-10-31T20:22:15 | 2019-10-31T20:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,591 | c | /* Example to show how to use Intel's FGMRES with preconditioner to solve the linear system Ax=b in MPI.
* Based on Intel's example: solverc/source/fgmres_full_funct_c.c
* For CS51501 HW3 Part b
*
* Please read Intel Reference Manual, Chapter 6 Sparse Solve Routine, FGMRES Interface Description for the detail inf... | [
"dw.greyman@gmail.com"
] | dw.greyman@gmail.com |
3878a434fd9014d277b04e8222533fd85008bfb2 | 0c0dac0626aaadd561e250fb47eeede8312d5d82 | /sbin/unwind/unwind.h | bbd0f9657c98a03b6bdd4058999d16d5102374e5 | [] | no_license | arekinath/openbsd-6.9-a3 | 5c25a287c481699a09c9c4630c5c773a38412e0a | 744a280e5e7d8e71664847a5d9a9693e80f7f5ec | refs/heads/main | 2023-08-19T04:33:48.119966 | 2021-10-05T02:07:50 | 2021-10-05T11:12:50 | 413,786,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,071 | h | /* $OpenBSD: unwind.h,v 1.53 2021/01/27 08:30:50 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for a... | [
"alex@cooperi.net"
] | alex@cooperi.net |
41693f73e1618e7c973291db89e694aaac7bce66 | 532a671d5156365ca7aa8f74a0b736c3f290e380 | /Ch13/编程题/p14/14.c | 30b4e077f339d991bf7ad23d0a5fa0432b09ca92 | [] | no_license | zwzky/C-Primer-Plus | 1917f403ff63705e0fdfbc50d215c2959e9ebc6f | 56a8c77fbafff935e75ba05b000ac0336180847a | refs/heads/master | 2022-12-28T22:34:01.364878 | 2020-09-29T16:51:34 | 2020-09-29T16:51:34 | 291,493,961 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,574 | c | /* 数字图像,尤其是从宇宙飞船发回的数字图像,可能会包含一些失真。
* 为编程练习12添加消除失真的函数。该函数把每个值与它上下左右相
* 邻的值作比较,如果该值与其周围相邻的值的差大于1,则用所有相邻
* 值的平均值(四舍五入为整数)代替该值。注意,与边界上的店相邻的
* 点少于4个,所以做特殊处理。
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define SIZE 40
#define ROWS 20
#define COLS 30
int main(void)
{
FILE * fp;
char... | [
"zwz1689458834@gmail.com"
] | zwz1689458834@gmail.com |
2dcc4843c86c3f5b1868fa8079651ad8dea0fb27 | e56a958bfb1e857fdafc705520303b65bdce4daa | /Sources/check_local_path.c | c04f9d46d4c7e60a47141982f0c83d345819a177 | [] | no_license | proso42/Mini_shell | c8867671f8351c5311e53c77f3b5138851fdfe66 | 31ae3bead73adebfbbcc1f699f0a0fa77abc78bc | refs/heads/master | 2021-01-19T11:22:55.319140 | 2017-04-30T20:10:42 | 2017-04-30T20:10:42 | 87,961,671 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,163 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* check_local_path.c :+: :+: :+: ... | [
"proso@e1r3p17.42.fr"
] | proso@e1r3p17.42.fr |
6d76e1c1f713fc7194f3c85c6fa0ddcbca8eb74e | 515316c01d1a189abe029da44a49c6d9af75be62 | /src/server.c | d2db07b9bb405d8f05b07c09121c3f2eebb4b3da | [
"MIT"
] | permissive | gitaccount2/sky | 371afd1f03963898d7b9416995e7321b69eec33a | 10252d701e5f48dcdff34f9f28fb9504f80029a7 | refs/heads/master | 2021-01-17T22:30:46.015979 | 2013-01-24T04:50:31 | 2013-01-24T04:50:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,837 | c | #include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/time.h>
#include <assert.h>
#include <zmq.h>
#include "bstring.h"
#include "server.h"
#include "message_header.h"
#include "add_event_message.h"
#include "next_actions_message.h"
#include "add_action_message.h"
#include "g... | [
"benbjohnson@yahoo.com"
] | benbjohnson@yahoo.com |
b20b8c33e6cd860b284d546c9551c3dd3cb75607 | 93866c0c5bcc3826e973cc0dcec5916e0f3f205b | /Pods/Target Support Files/Pods-Bending/Pods-Bending-environment.h | 6972004db193a92500cc0575792f0199be41e328 | [] | no_license | yishuiliunian/WanLeMa | 62691eec561e48af289ef5b55766dd726c655932 | f6e4cfd4beba77b501f97989ff51218356b2a4a9 | refs/heads/master | 2020-06-05T05:56:44.854420 | 2014-12-02T10:39:34 | 2014-12-02T10:39:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,495 | h |
// To check if a library is compiled with CocoaPods you
// can use the `COCOAPODS` macro definition which is
// defined in the xcconfigs so it is available in
// headers also when they are imported in the client
// project.
// DZCDNFiles
#define COCOAPODS_POD_AVAILABLE_DZCDNFiles
#define COCOAPODS_VERSION_MAJOR_DZCD... | [
"yishuiliunian@gmail.com"
] | yishuiliunian@gmail.com |
b01b361523996762132e956ce915cf1cb47aa936 | 11ab781b5362797229adb14fe92742b94e2f1036 | /iot_link/network/mqtt/paho_mqtt/paho/MQTTClient-C/src/MQTTClient.c | 06873350de1e32c015a1e02802454c68fa8d0057 | [
"BSD-3-Clause",
"EPL-1.0",
"CPL-1.0",
"LicenseRef-scancode-generic-export-compliance",
"MPL-1.1",
"Apache-1.1",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | BearPi/LiteOS_Lab | 171b82501bc1e09ce63aaeeb4640790fdf1d49bc | b1bc9cc8791b3f1cdff14cb0ea1e0aed7641e46b | refs/heads/iot_link | 2021-07-05T19:22:45.870924 | 2021-01-29T10:30:59 | 2021-01-29T10:30:59 | 333,319,969 | 0 | 0 | BSD-3-Clause | 2021-01-27T06:00:32 | 2021-01-27T06:00:31 | null | UTF-8 | C | false | false | 25,453 | c | /*******************************************************************************
* Copyright (c) 2014, 2017 IBM Corp.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v1.0 which accompany ... | [
"zhangqianfu@huawei.com"
] | zhangqianfu@huawei.com |
6420d69d1e217be1ec0bfec6f3ea2063391e68b5 | 38de22af849b46bb3be42cbe6a371c0d7cdc1e92 | /ft2demos/graph/grobjs.h | 4deb456aba7bae4a5408283d95e0b5fda47e544f | [] | no_license | genesi/freetype | f074f62ed9cf71e168c7fc4d55b92593712f3291 | 5f4f3071f50690a33e034f4756351f7e340a3a9a | refs/heads/master | 2021-01-02T09:27:06.859111 | 2013-03-16T20:43:44 | 2013-03-16T20:43:44 | 8,639,299 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,036 | h | /***************************************************************************
*
* grobjs.h
*
* basic object classes definitions
*
* Copyright 1999 - The FreeType Development Team - www.freetype.org
*
*
*
*
***************************************************************************/
#ifndef GROBJS_H
#def... | [
"matt@genesi-usa.com"
] | matt@genesi-usa.com |
286dcfc89e1fe9b2963a0fe1669541a0f51be3a6 | 8244a7dfae7a61466c73b1c9508d4608002d0168 | /syscalls/sys_linkat.h | 0431225141783a9ad67f93bfe942e095524c11a4 | [] | no_license | sebcat/nolibs-stub | 60c79e7742618298d7a3670144615548ac5994cc | 3ff962ab5e71fa64179fc95f7b2601e0f0d944d6 | refs/heads/master | 2020-05-15T07:45:20.460314 | 2014-09-10T11:50:49 | 2014-09-10T11:50:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 154 | h |
#ifndef __SYS_LINKAT_H
#define __SYS_LINKAT_H
#include <systm/types.h>
int sys_linkat(int fd1, char *path1, int fd2, char *path2, int flag);
#endif
| [
"seb.cato@gmail.com"
] | seb.cato@gmail.com |
614b74fd895ef97b0550b54ec481493f61b8d43d | 9ebbb85c8ef263bb117b4a9f89823a4f867427d4 | /Upnp/Device/Services/C/DvOpenhomeOrgTestBasic1.h | b3b3f66442310e2cac56f63635d845ee8df7ecba | [] | no_license | wifigeek/ohNet | 792f2eb8664bfbe1f1afa8ddddb01db03cf0a2a3 | 1076d5fbecb2226d52da082471ffa199009bae9f | refs/heads/master | 2021-01-20T22:34:53.010110 | 2011-06-07T11:09:40 | 2011-06-07T11:09:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,966 | h | /**
* Provider for the openhome.org:TestBasic:1 UPnP service
*/
#ifndef HEADER_DVOPENHOMEORGTESTBASIC1_C
#define HEADER_DVOPENHOMEORGTESTBASIC1_C
#include <OsTypes.h>
#include <C/DvDevice.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @addtogroup DvProviderOpenhomeOrgTestBasic1
* @ingroup Providers
* @{
*/
/... | [
"simon.chisholm@linn.co.uk"
] | simon.chisholm@linn.co.uk |
7c6f1b215eda08999e9a7975658e4e1f38478bcc | d2fb019e63eb66f9ddcbdf39d07f7670f8cf79de | /groups/bsl/bsl+bslhdrs/bsl_c_ctype.h | 777429106475a513f4d42dfe04631dd524792cee | [
"MIT"
] | permissive | gosuwachu/bsl | 4fa8163a7e4b39e4253ad285b97f8a4d58020494 | 88cc2b2c480bcfca19e0f72753b4ec0359aba718 | refs/heads/master | 2021-01-17T05:36:55.605787 | 2013-01-15T19:48:00 | 2013-01-15T19:48:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,027 | h | /* bsl_c_ctype.h -*-C-*- */
#ifndef INCLUDED_BSL_C_CTYPE
#define INCLUDED_BSL_C_CTYPE
#ifndef INCLUDED_BSLS_IDENT
#include <bsls_ident.h>
#endif
BSLS_IDENT("$Id: $")
/*
//@PURPOSE: Provide functionality of the corresponding C Standard header.
//
//@SEE_ALSO: package... | [
"abeels@bloomberg.net"
] | abeels@bloomberg.net |
1f6b87833241f8dc601b7c9054678bdff4cb1a48 | 389b665b1483eebd8248a1ca8099794c310e1800 | /Day06/Day06_06.c | 376b27dbe80ea5b73f05b033e4d334c6703578aa | [] | no_license | Sharadchandra-Patil/C-Programming | c52113f3feba1f0f224f240654b99d0e217ff311 | da2756926e95d9acff1971331f1496045c014f40 | refs/heads/master | 2023-07-31T17:16:45.986519 | 2021-09-20T15:55:43 | 2021-09-20T15:55:43 | 363,111,846 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 737 | c | #include<stdio.h>
int main()
{
/*
int num=100;
double d1=12.33;
char ch='A';
printf("%d\n",sizeof(num+d1+ch));
// int + double + char
// double
printf("%d",sizeof(100+12.33+'A'));
// int + double + char
// double
... | [
"ketan.kore@sunbeaminfo.com"
] | ketan.kore@sunbeaminfo.com |
7925282697cb2aeaddabe565788f6757038d10a1 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/com/ole32/com/dcomrem/vsevfire.h | 2f2fd14b1c107f41f2b72ce42d8f935fb4aa7c98 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 3,644 | h | //+-------------------------------------------------------------------
//
// File: vsevfile.h
//
// Contents: Vista events and related functions
//
// History: 26-Sep-97 RongC Created
//
// Note: This file was generated from vsevfire.idl in the Vista land.
// Since we only u... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
810cc49e2372bf46b4359db4c6581b69620331e3 | 7244aae24f6a5f7376501ffb4ca743c65dddb074 | /scaler/hana_scaler/tscalhist_main.C | 39d221d7d95d2dbdbabb8e19bc8d1dacf9f729d8 | [] | no_license | tgdragon/HallA-Online-Tritium | 59f61eb6ae299d8c816e436dbdf0ef18901a7447 | c01f776e56cc895d976c028e90ef2c660f1abbaa | refs/heads/master | 2020-03-23T06:09:52.193630 | 2018-10-15T15:14:38 | 2018-10-15T15:14:38 | 141,192,611 | 0 | 2 | null | 2018-07-16T20:46:27 | 2018-07-16T20:46:27 | null | UTF-8 | C | false | false | 3,438 | c | //--------------------------------------------------------
// tscalhist_main.C
//
// Test of scaler class, for reading scaler history (end-of-run)
// files and obtaining data.
// This version also fills an ntuple
// Hint: if you have two scaler history files (for L and R arm),
// try to concatenate them 'cat file... | [
"git@aonl1.jlab.org"
] | git@aonl1.jlab.org |
bf6df067cd96314456893e8d71ec25b00c9d2be5 | 04f0ef00af2b014bce6f6b38ad9ffe851f4a962c | /User/find_abi.c | 0647c78e36cebeec7bccaa2fd3e06b8d8732c79a | [] | no_license | nbd1597/ABI | c0c836a0c8052539da9e8e7ed3668ec6a3d878f9 | 7b54e8f757a6eff302d0338051427f469253ab84 | refs/heads/main | 2023-06-05T01:04:09.470256 | 2021-01-22T17:12:15 | 2021-01-22T17:12:15 | 332,012,940 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 249 | c | #include "find_abi.h"
float32_t get_ABI (float32_t Limp[])
{
uint16_t lower_BP, upper_BP;
float32_t ABI;
upper_BP = Limp[0];
if (Limp[1] > Limp[2])
{
lower_BP = Limp[1];
}
else lower_BP = Limp[2];
ABI = upper_BP/lower_BP;
return ABI;
}
| [
"nbd1597@gmail.com"
] | nbd1597@gmail.com |
e5d164d8c36aa387ca462ee00ae982633afe560d | 00be9947943b3a325950fc6a4a7a2db338a16dc0 | /src/Moon/240/mask_9_240.h | 8f491f97bd43e080c82813cb241a5e544b91a3a2 | [
"MIT"
] | permissive | Bodmer/RLEBitmap | ad53615e4290d33c1aaa4c56d1a563765b27481b | ed2bf7ec6497371415878a7a5a07b7938294aad6 | refs/heads/master | 2022-11-11T01:55:32.682678 | 2020-07-05T20:13:24 | 2020-07-05T20:13:24 | 277,346,398 | 5 | 0 | MIT | 2020-07-05T17:00:22 | 2020-07-05T17:00:21 | null | UTF-8 | C | false | false | 10,687 | h |
//
// This file is AUTOMATICALLY GENERATED, and should not be edited unless you are certain
// that it will not be re-generated anytime in the future. As generated code, the
// copyright owner(s) of the generating program do NOT claim any copyright on the code
// generated.
//
// Run Length Encoded (RLE) bitmaps... | [
"github@hotchin.net"
] | github@hotchin.net |
caf69e7b742be38ea787567709e26964d57fa8d2 | c71ab99a9aa7edacb1c0bfdfbd60956a83fa86e7 | /src/Writer.h | f2fbf9aa7c7975841d9be9e19ef6b78cc40d8293 | [] | no_license | aingerson/GSoC_2016_Compressor | 5db2567dd6483d465d1c6032cca3812f90d0ca55 | 02776a939ee730329cd3a724c615a69330c0340d | refs/heads/master | 2020-04-18T14:35:32.383817 | 2016-08-18T21:38:15 | 2016-08-18T21:38:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 198 | h | #ifndef WRITER_H_
#define WRITER_H_
#include "Control.h"
char *toUnstriped();
char *toStriped();
int readRow(FILE *,int *,int);
char *getFormattedExtension();
#endif /* WRITER_H_ */
| [
"aingerson@pugetsound.edu"
] | aingerson@pugetsound.edu |
b0504f07418310c5cf64f48bdb6b751f91dd000c | f3c2026baf2ec2e56fc76181ff0e6d756a08e0d1 | /oldstudycode/driver/led/myled.c | 4a08bfee5b65d8c5e11e4d6240deaad7b1104720 | [] | no_license | Lava-Liu/media | 9572e8bece6187c26e122d02481a886e9a9f6f07 | ab77d860889655c899206a032462266dd5a42d84 | refs/heads/master | 2023-02-04T16:25:50.091020 | 2019-12-12T01:27:31 | 2019-12-12T01:27:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,439 | c | /* ==================================================================
* Filename: myled.c
* Description:
* Created: 2013年10月22日 16时31分54秒
* Compiler: gcc/g++
* Author: Star (Liu Wei), 384439695@qq.com
* Company: 昆山杰普科技有限公司
* ============================================... | [
"silence@silence-VirtualBox.(none)"
] | silence@silence-VirtualBox.(none) |
fa2799027b904c700ab0bc5d48e72786981e4924 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/drivers/infiniband/hw/cxgb3/iwch_cm.h | e66e75921797446019fc67974a2baf4e1d4980a5 | [
"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 | 5,811 | h | /*
* Copyright (c) 2006 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this source tree,... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
078c1a56029711552dc6fb727becb46f76d25c4d | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/arm/mach-msm/gpiomux.c | 9b58bb520a9834c65d821b468096b795641387ca | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 366 | c | static DEFINE_SPINLOCK(gpiomux_lock);
int msm_gpiomux_write(unsigned gpio,
gpiomux_config_t active,
gpiomux_config_t suspended)
EXPORT_SYMBOL(msm_gpiomux_write);
int msm_gpiomux_get(unsigned gpio)
EXPORT_SYMBOL(msm_gpiomux_get);
int msm_gpiomux_put(unsigned gpio)
EXPORT_SYMBOL(msm_gpiomux_put);
static int __init gpiomu... | [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
53094bfb84058c98b6db73070169d02109cc5f32 | 68032b48023e9daff30e446fee2f83886cf66d57 | /C++项目/08/学生管理系统/源程序/ExternDllHeader.h | 0a600bf4ba0caa5068bc291418f8ba2eba528318 | [] | no_license | std2312/C-PLUS-PLUS | c77c1bb7fe60fd39bc4d576300d6817e543b27bd | 5a51b124a3c7073b80579ff3b1ad79cacb85b657 | refs/heads/master | 2021-05-11T04:49:15.667040 | 2018-01-18T08:03:44 | 2018-01-18T08:03:44 | 117,946,728 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 2,054 | h |
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// 声明RXDLL中函数
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
/*
函数原型:CString CharToLetterCode(CString string)
主要功能: 返回指定字符串的拼音简码。
参数:
String:要获得拼音简码的字符串。*/
typede... | [
"std2312@126.com"
] | std2312@126.com |
5b3b80f49aae969986e1d172c36a3e3a3244ffd7 | fee328afe0308053c938aef9e42a010a26fde04c | /sosil4.c | c8f2de9570dea1c64fe8bfbb7248caf9fbf55c54 | [] | no_license | jungsoojun/homework7 | bcc401c78604bad4af2670a2ec5aa40a235866f2 | 3418ee9e83dd55bedb9a8637c69035b5632a5623 | refs/heads/master | 2021-01-20T14:29:57.778920 | 2017-05-08T11:32:58 | 2017-05-08T11:32:58 | 90,621,612 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 67 | c | #include "sosil4.h"
void func4()
{
printf("one shot ");
}
| [
"jdyun12003@naver.com"
] | jdyun12003@naver.com |
81ca03a43cdbcf6e2871ad296dbf43b4e5515293 | d96658d8b28125f621bd7c3468c56ff912747b67 | /Drivers/i2c/driver_i2c_soft/driver_i2c_soft.c | cd679411a5e672a44c270d6ab1ed6df9f0e16373 | [] | no_license | yehangyang/stm32_general_utils | f3e7d3fd4a65cc01bc2bfea0300cb16a0b79fd72 | 207612fb8b76ba6237cbd70e207440838ed6c7a2 | refs/heads/master | 2021-06-17T09:50:39.316150 | 2017-06-07T07:23:38 | 2017-06-07T07:23:38 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 8,304 | c | #include "i2c_soft.h"
#include "delay.h" //调用了延时函数
#include "usart.h"
#include <math.h>
//SCL -> PC1
//SDA -> PC2
#define SCL_H() GPIO_SetBits(GPIOC, GPIO_Pin_1)
#define SCL_L() GPIO_ResetBits(GPIOC, GPIO_Pin_1)
#define SDA_H() GPIO_SetBits(GPIOC, GPIO_Pin_2)
#define SDA_L() GPIO_ResetBits(GPIOC, GPIO_Pin_2)
... | [
"yehangyang@qq.com"
] | yehangyang@qq.com |
5fac4fd1e6bbdc38e38c9a89cf178d106c3d6994 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/5cb36f5a-abd7-4084-bfa0-6240d0556244.c | 94a00f56990fdd09c10e82186127ac6d2e523773 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 253 | c | #include <stdio.h>
int main() {
int i=0;
int j=14;
int k;
int l;
k = 53;
l = 54;
k = i/j;
l = i/j;
l = i/j;
l = l/j;
l = l-j;
l = j-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3a1e7d7b159b3c38ce0128dba846d1a26da20ffd | 528bd6c511b07472b1c6cc00a9ff91f6faa9dbcc | /programming/scripts/scripts/parsers/cheaders/printable_e.c | 5ad901d2f9b33891ee0f5c73572fa734cf003f43 | [] | no_license | tbots/docs | 15448fdfdcb10b50a958de262e2c5f9396d9bb76 | 8443141926cf4bd3949d94eae20f70963802ab5b | refs/heads/master | 2020-08-17T03:16:14.686338 | 2019-10-12T16:34:18 | 2019-10-12T16:34:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 459 | c | #include <stdio.h>
#include <ctype.h>
void printable_e(char c,int np) {
if(np) { /* display non-printable characters */
printf("[\033[90m");
switch (c) {
case '\t': printf("\\t"); break;
case ' ': printf(" "); break;
case '\n': printf("\\n"); break;
default : printf("%d",c); /* prin... | [
"oleg.sergiyuk@gmail.com"
] | oleg.sergiyuk@gmail.com |
03ad8aa2628434fd814fc572eecd1465ba41459a | d579699e6728aa74084f8cc4dc435007b9f523a8 | /data/signatures/posix/pwd.h | 79f26e0e07c5c47196b97793328e96b57a68f9a2 | [
"BSD-3-Clause"
] | permissive | BoomerangDecompiler/boomerang | b3c6b4e88c152ac6d437f3dd3640fd9ffa157cb6 | 411041305f90d1d7c994f67255b5c03ea8666e60 | refs/heads/develop | 2023-08-31T03:50:56.112711 | 2020-12-28T12:11:55 | 2020-12-28T17:38:56 | 7,819,729 | 281 | 41 | NOASSERTION | 2020-12-27T17:59:52 | 2013-01-25T12:26:59 | C++ | UTF-8 | C | false | false | 520 | h |
struct passwd
{
char *pw_name;
uid_t pw_uid;
gid_t pw_gid;
char *pw_dir;
char *pw_shell;
};
passwd *getpwnam(const char *name);
passwd *getpwuid(uid_t uid);
int getpwnam_r(const char *nam, struct passwd *pwd, char *buffer,
size_t bufsize, struct passwd **resul... | [
"ceeac@users.noreply.github.com"
] | ceeac@users.noreply.github.com |
589b52923737da00d079e2fc8ea754c384f95dd9 | 593b2c1fcd44e00614b5af77c436dd038704a4c5 | /WithIo/Qt/VidyoIoWrapper/VidyoClient-WindowsSDK/include/Lmi/VidyoClient/VidyoRoomPropertiesInline.h | ab316a2317c93b76650de32e69c69d89058f8648 | [] | no_license | vidyoworks/VidyoWorksSamples | 2eed56133a55d7688efd27feb699de9f5c856850 | 6097e9d30b2d1b3c0e25effbaed186f9c715eba1 | refs/heads/master | 2021-01-20T15:26:51.017321 | 2020-09-22T10:45:08 | 2020-09-22T10:45:08 | 93,974,728 | 9 | 15 | null | 2019-06-21T09:54:14 | 2017-06-11T01:28:13 | C | UTF-8 | C | false | false | 563 | h | /**
{file:
{name: VidyoRoomPropertiesInline.h}
{description: }
{copyright:
(c) 2014-2015 Vidyo, Inc.,
433 Hackensack Avenue,
Hackensack, NJ 07601.
All rights reserved.
The information contained herein is proprietary to Vidyo, Inc.
and shall not be reproduced, copied (in whole or in part), adapted,
m... | [
"Dinesh@vidyo.com"
] | Dinesh@vidyo.com |
49e2b4b0fa504aec3d47967197d08f6d11c5e864 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/git/extr_refs.c_ref_update_reject_duplicates.c | 84dc0073ded01dace1d90a027c9ed6c51cbb6ef5 | [] | 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,321 | 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 |
56c705f8086aaaeaa1eb3209f88ebe850c6d6a48 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/38/24.c | ba836d949d7f6248e824e902be9c4f67dc4bad06 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 370 | c | int main(){
int n,i,j;
double a[100],sum,jun,s,m;
double *p=a;
scanf("%d",&n);
for(j=0;j<n;j++){
scanf("%lf",&m);
for(i=0;i<m;i++){
scanf("%lf",p+i);
}
sum=0;
for(i=0;i<m;i++){
sum=sum+*(p+i);
}
jun=sum/m;
sum=0;
for(i=0;i<m;i++){
sum=sum+(*(p+i)-jun)*(*(p+i)-jun);
}
s=sum/m;
s=s... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
864687961bac0b955def8ee094edc25e61ea2c77 | 1f10c82447ff97e5e064267a00bc38ac5d5126ae | /src/app/main.h | 546b9934a92da7a66b69778e2089f1b4fa0afc4c | [] | no_license | chaosAD/SWD-for-ARM-Cortex-M4 | d3b5564fde606fb06d8f2e3e5c17c166e36bf66b | 937eca1abfffccdc4f3c8aba599e4dc94574331b | refs/heads/master | 2021-01-22T16:45:30.825367 | 2015-11-14T19:30:25 | 2015-11-14T19:56:14 | 45,586,109 | 0 | 0 | null | 2015-11-05T03:51:50 | 2015-11-05T03:51:50 | null | UTF-8 | C | false | false | 161 | h | #ifndef __MAIN_H
#define __MAIN_H
#include <stdio.h>
#include "Swd.h"
#include "ProgramWorker.h"
#include "SystemConfigure.h"
#include "Itm.h"
#endif // main_H
| [
"mygamelife1@gmail.com"
] | mygamelife1@gmail.com |
acf35154724ecf542f5fc9735d15c9015c5206e7 | acea543810fa0a368b66206587ead73a70b5bedd | /C/1589.c | a9be0ab1f6ae778d078f7b2743af4e67b5a5706c | [
"MIT"
] | permissive | bmviniciuss/URI | ea7575c0fcbee0317153219c49e7549ef6a20886 | cb57027e8b5f5309eb90770fb6028ffad1c703de | refs/heads/master | 2021-09-09T16:20:45.338234 | 2018-03-17T22:38:34 | 2018-03-17T22:38:34 | 105,489,368 | 4 | 1 | null | 2018-01-28T08:53:27 | 2017-10-02T01:58:58 | C | UTF-8 | C | false | false | 289 | c | //1589 - Bob Conduite
#include <stdio.h>
int main(){
int casos, i;
int raio1, raio2, raioC;
scanf("%d", &casos);
for(i = 0; i < casos; i++){
scanf("%d %d", &raio1, &raio2);
raioC = raio1 + raio2;
printf("%d\n", raioC);
}
return 0;
}
| [
"bmvinicius11@gmail.com"
] | bmvinicius11@gmail.com |
de1453d08019f602f3cdb2042d100c3bc68bea67 | 78e075a96220953df6cb832a2814fb44ef17b986 | /mips-ucontext.h | 3e43d222375d5dd381b081b00f5a04186b975321 | [
"dtoa",
"MIT"
] | permissive | BruceChen7/libtask-reading | 566af1b689054950ba46cf7549da8b1ad9f6ce6b | 4914c7d11b213a8a126c225909c5d56909e21ef4 | refs/heads/master | 2020-12-01T06:09:45.898361 | 2020-04-12T07:46:30 | 2020-04-12T07:46:30 | 230,573,027 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,346 | h | typedef struct mcontext mcontext_t;
typedef struct ucontext ucontext_t;
extern int swapcontext(ucontext_t*, const ucontext_t*);
extern void makecontext(ucontext_t*, void(*)(), int, ...);
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is d... | [
"bofengqiye7@gmail.com"
] | bofengqiye7@gmail.com |
3825a47c09ab214276f426321e160dde56a96046 | 202bbc35b672ebda80f7295a7793995d5d877206 | /ScubaSteve/Builds/IOS/Classes/Native/mscorlib_System_Security_Cryptography_RSAPKCS1SignatureForma.h | 801793c1992b22cd3f2cf6bc59e70403b0067c22 | [] | no_license | gohun04/ScubaSteve | c2388d677c77b374fccb62c0e8cce4740d06ca50 | 2428e54e97238f48f67652a8dd982e1f6821e7e0 | refs/heads/master | 2021-01-01T16:00:07.055501 | 2015-04-25T09:07:26 | 2015-04-25T09:07:26 | 34,557,070 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 692 | h | #pragma once
// System.Security.Cryptography.RSA
struct RSA_t1526;
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t1721;
// System.Security.Cryptography.AsymmetricSignatureFormatter
#include "mscorlib_System_Security_Cryptography_AsymmetricSignatureFor.h"
// System.Security.Cryptography.RSAPKCS1Sig... | [
"jacobpipers@msn.com"
] | jacobpipers@msn.com |
4814beaa18ca932ad90e9e319a52a95f073e8835 | e8d1bbb3104ff4209ccc051aba4b4cdc363caf65 | /project/Nstartcode/MBF031C8T_n_reg/UART/UART_Print_DMA/HARDWARE/DMA/dma.c | 0e0bdfb4f24bb337ff81ea25ce68a064ab71defa | [] | no_license | SoCXin/MM32F031 | c3dd4a3597f7e0591fcf1b407af582208257ccc0 | a2109b76ae5a44ab55903ba53c456b9098e42ec0 | refs/heads/master | 2023-04-07T02:16:02.498002 | 2021-04-19T09:31:32 | 2021-04-19T09:31:32 | 251,277,845 | 1 | 1 | null | null | null | null | GB18030 | C | false | false | 1,882 | c | #include "dma.h"
//////////////////////////////////////////////////////////////////////////////////
//开发板
//DMA 代码
//////////////////////////////////////////////////////////////////////////////////
u16 DMA1_MEM_LEN;//保存DMA每次数据传送的长度
//DMA1的各通道配置
//这里的传输形式是固定的,这点要根据不同的情况来修改
//从存储器->外设模式/8位数据宽度/存储器增量模式
//DMA_... | [
"qitas@qitas.cn"
] | qitas@qitas.cn |
da30381c640f96ee60904d4779110e378ac3a8ab | f7feeafac969d59711df7440a65510574d15c9b1 | /tubii_server/src/data.c | 631442726e5d010b94652fe27787f1e798385ae5 | [] | no_license | pennneutrinos/workspace_tubii | 34085ebcce1a6c086b0c8f7876f7c86917f12498 | 82d108f7b33113a6965f9f48df8c737fef2357be | refs/heads/master | 2020-04-12T06:10:38.834742 | 2018-02-09T00:05:04 | 2018-02-09T00:05:04 | 162,344,903 | 1 | 0 | null | 2018-12-18T21:02:44 | 2018-12-18T21:02:43 | null | UTF-8 | C | false | false | 2,120 | c | #include "ae.h"
#include <stdio.h>
#include "sock.h"
#include "anet.h"
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "record_info.h"
#include "sds.h"
#include "logging.h"
#include "data.h"
#define BUFSIZE 4096000 /* 5 MB */
Sock *data_stream;
extern aeEventLoop *el;
int dispatch_connect(aeEve... | [
"i.coulter1@hep.upenn.edu"
] | i.coulter1@hep.upenn.edu |
ca4ab00b9c616cc3a853131bf262d1cff3d35d49 | 65a45144e9de54ed1a0e85d04cba409dd36d8183 | /libft/ft_isprint.c | b8e45cb04ea6b01bb8cfa3bd04574b932083a010 | [] | no_license | Dogs624/so_long | 925ea8d24d96bf85cc6a7ab42769460d0cf26364 | d8d1c836d116331d55765480c9f2a240c8757678 | refs/heads/master | 2023-09-04T01:35:06.813754 | 2021-10-21T13:31:15 | 2021-10-21T13:31:15 | 419,315,731 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 949 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: ... | [
"jvander-@student.s19.be"
] | jvander-@student.s19.be |
d61cf95ffa4b76ee01cc1ae681e7dd4e8f188a4a | 19e356aa308d3adef259a912b29950a3af37a2e2 | /Temp/il2cppOutput/il2cppOutput/Parse_Unity_System_Threading_Tasks_Task_1_U3CU3Ec__DisplayCl_60.h | 962142bcfcf6c2df317c4008fedc366b862c0776 | [] | 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 | 561 | h | #pragma once
#include <stdint.h>
// System.Action`1<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task`1<System.Char>>>
struct Action_1_t11215;
// System.Object
#include "mscorlib_System_Object.h"
// System.Threading.Tasks.Task`1/<>c__DisplayClass1<System.Threading.Tasks.Task`1<System.Char>>
struct U3CU3Ec__Dis... | [
"minu.hanwool@gmail.com"
] | minu.hanwool@gmail.com |
a713f8f9b16bb63ee191374e00ba0e4e0dddefd1 | 1ba1144b09e97cbf1a79e9ba16b148d7284beddd | /lib/node_modules/@stdlib/ndarray/base/sub2ind/src/main.c | bc09f8921251d441acb88b5b3a7bddfe83b014f6 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"SunPro",
"BSD-3-Clause",
"BSL-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | doc22940/stdlib | faecf4fbd61c3c5b5d782c3e1ffe78ecd6d5ab27 | 3bfc8bcf42ee5ee3db4db534aa2b2cbdbf131db7 | refs/heads/develop | 2021-03-02T15:52:14.912013 | 2020-02-15T19:20:34 | 2020-02-15T19:20:34 | 245,879,921 | 1 | 0 | Apache-2.0 | 2021-01-28T02:43:52 | 2020-03-08T20:06:08 | null | UTF-8 | C | false | false | 3,647 | c | /**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* 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 a... | [
"kgryte@gmail.com"
] | kgryte@gmail.com |
524fdbfd2841583da34537fdaf9bc7c700050868 | 2f8261bcfc6416b200309b5969a7a46e29edfc8c | /utils/perl/c/i686-w64-mingw32/include/wsrm.h | c205add802f586d6d8a64d892a147bd6adf6e732 | [
"LicenseRef-scancode-public-domain-disclaimer"
] | permissive | keenanlang/winepics | d0b385b93b8d7b099b95bf66c608637294da05fc | 5cae5bb9905889ad8694ece05b2b749904d7d39d | refs/heads/master | 2020-04-06T07:01:25.600675 | 2019-03-06T21:44:54 | 2019-03-06T21:44:54 | 42,735,349 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,968 | h | /**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#ifndef _WSRM_H_
#define _WSRM_H_
#define IPPROTO_RM 113
#define MAX_MCAST_TTL 255
#define ... | [
"klang@aps.anl.gov"
] | klang@aps.anl.gov |
6366876632b474a7c9f20c8b54db71c9fa8bbd11 | 68da0b9b9ddd92537687a2adf218914221d2697a | /codeforces/business trip.c | 7a5f200773356ae485045eba9768ab2a117f4685 | [] | no_license | minhaz725/Contest-Programming | 71f298730fafba263a828d1b3182f465b2a51c43 | d15c546f36d59594bad787de88786cb57aac067c | refs/heads/master | 2023-04-05T20:41:26.996384 | 2021-04-16T16:19:31 | 2021-04-16T16:19:31 | 311,758,191 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 587 | c | #include <stdio.h>
int main()
{
int i,j,n,c,t;
scanf("%d",&n);
int a[12];
for(i=0;i<12;i++) scanf("%d",&a[i]);
if(n==0) {printf("0"); return 0;};
for(i=0;i<12-1;i++)
{
for(j=0;j<12-i-1;j++)
{
if(a[j]>a[j+1])
{
c=a[j];
a[... | [
"minhaz725@gmail.com"
] | minhaz725@gmail.com |
4f2ca07a7d5f63b2da90a2e3c091c7ad5566410f | fa3e58b66e54bcfea6ae349c58bea65dda1a1de1 | /src/dirtool.h | 9ebafe460a8a593ab907f6abf93e37052ad7e37d | [
"BSD-2-Clause"
] | permissive | MasterScott/Effy | a9c343f448cfe2bf0af8dc910dd3b0a378b758b7 | 0ef18a8f115606aeeb7323bede628b58e38badc8 | refs/heads/master | 2022-04-09T23:18:29.866318 | 2020-02-28T03:01:01 | 2020-02-28T03:01:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,835 | h | #pragma once
#ifndef __DIRTOOL_H__
#define __DIRTOOL_H__
#include <efi.h>
#include <stdbool.h>
#define MAX_FILE_INFO_SIZE 1024
#define MAX_PATH_LENGTH 512
struct _DIRTOOL_DRIVE;
typedef struct _DIRTOOL_FILE
{
bool isDir;
CHAR16 Path[MAX_PATH_LENGTH];
EFI_FILE_HANDLE FileHandle;
EFI_FILE_INFO* Fi... | [
"github@public.swineson.me"
] | github@public.swineson.me |
2a1cac1a6de488993c674d1f284e7394e732fc2d | 2eb05aa3ba7145b82819813c8a917f026ab86467 | /SHCHUD/HUD.h | 37a4a6f42287a7d5f1823bb8a93c9567ed143c0f | [
"MIT"
] | permissive | SHCcc/SHCHUD | f80d2eae28bac38799398c46033be96277add91a | 0074251c783885487682f979d8c463b4f1fa354d | refs/heads/master | 2021-01-06T20:43:54.665956 | 2018-12-27T03:14:10 | 2018-12-27T03:14:10 | 99,549,550 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 236 | h | //
// SHCHUD.h
// Pods
//
// Created by 邵焕超 on 2017/9/15.
//
#ifndef SHCHUD_h
#define SHCHUD_h
FOUNDATION_EXPORT double SHCHUDVersionNumber;
FOUNDATION_EXPORT const unsigned char SHCHUDVersionString[];
#endif /* SHCHUD_h */
| [
"578013836@qq.com"
] | 578013836@qq.com |
28c4564e66992da1dde7d5a624f74ae9d57bf265 | b3a4cc8f037ebe8cd2fd338b220847d820b9ebcb | /libft/ft_strlcat.c | 1442d853aae8e684baaa220bca3ebdb326dea92b | [
"MIT"
] | permissive | SpenderJ/Corewar | 96ad25364a9cd00f1ff24cfa05c688e4fa48127a | 5ae6c9aab7057f0f6dc53ff7252eed9e703b5d5e | refs/heads/master | 2020-05-16T22:04:05.306013 | 2019-04-25T01:21:44 | 2019-04-25T01:21:44 | 183,324,940 | 1 | 0 | null | 2019-04-25T01:21:46 | 2019-04-25T00:18:47 | C | UTF-8 | C | false | false | 1,414 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlcat.c :+: :+: :+: ... | [
"juspende@e1z3r1p19.42.us.org"
] | juspende@e1z3r1p19.42.us.org |
7be1b2e370f69cd98e0668948679e9fccc5b1277 | 690428b06e10f1e85407de775a4b2a34ed29b703 | /apps/host/hid_basic_mouse_usart/firmware/src/config/sam_d21_xpro/usb/src/usb_host.c | c1394bef54a9185dfccbef55afb95fa75272c73f | [
"LicenseRef-scancode-unknown-license-reference",
"ISC",
"LicenseRef-scancode-public-domain"
] | permissive | fb321/usb | e7b2898c83083e3447e01f0fa0d06155426691e0 | 69c122c92fc9db946021e7b4e0166cd95d704f66 | refs/heads/master | 2020-06-27T13:35:37.380300 | 2019-07-11T17:07:26 | 2019-07-11T17:22:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 286,944 | c | /*******************************************************************************
USB Host Layer Implementation.
Company:
Microchip Technology Inc.
File Name:
usb_host.c
Summary:
This file contains implementations of both private and public functions
of the USB Host Layer.
Desc... | [
"http://support.microchip.com"
] | http://support.microchip.com |
6aeb04fb9ef6ad5f2f917d437f738e093ec831c2 | c41ec65b872b24a6ae30a00d191654e47ec2568d | /face_recognition/network/main.c | 8296414449ce2aab2b11d73e9b2ad7c62cd15e78 | [] | no_license | MattVil/Face_Key | 3221d2d4eb80d80fa34e20cdde03eccb5a376e86 | 41370806c01fb2dcb6cfacc8e9315fd7b8929e2c | refs/heads/master | 2021-03-19T18:28:44.791401 | 2018-05-19T11:49:50 | 2018-05-19T11:49:50 | 105,790,030 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,977 | c | #include "mlp.h"
int main(int argc, char const *argv[]) {
//training file
int nb_img;
nb_img = open_training_files();
//test file
int nb_img_test;
nb_img_test = open_test_files();
Network network = build_neural_network();
int x;
for(x=0; x<network.nb_layor; x++){
printf("%d : %lf\n", x, network.ta... | [
"mattvilain@gmail.com"
] | mattvilain@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.