hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a94d0adbdf37923ce95bdeeb990870a1a3aba75c | 20,131 | h | C | ChatKit/Class/Tool/LCCKServiceDefinition.h | YunzhanghuOpen/leanChat-yunzhanghu | dfbdc4ef0fff754405f71c5c80f6af90bedd781c | [
"MIT"
] | 1 | 2017-09-10T02:06:27.000Z | 2017-09-10T02:06:27.000Z | ChatKit/Class/Tool/LCCKServiceDefinition.h | YunzhanghuOpen/leanChat-yunzhanghu | dfbdc4ef0fff754405f71c5c80f6af90bedd781c | [
"MIT"
] | 11 | 2017-09-10T04:31:52.000Z | 2017-09-14T13:52:38.000Z | ChatKit/Class/Tool/LCCKServiceDefinition.h | YunzhanghuOpen/leanChat-yunzhanghu | dfbdc4ef0fff754405f71c5c80f6af90bedd781c | [
"MIT"
] | 2 | 2018-06-13T10:27:48.000Z | 2018-12-22T06:15:22.000Z | //
// LCCKServiceDefinition.h
// LeanCloudChatKit-iOS
//
// v0.8.5 Created by ElonChan on 16/2/22.
// Copyright © 2016年 LeanCloud. All rights reserved.
// All the Typedefine for all kinds of services.
#import <AVOSCloudIM/AVOSCloudIM.h>
#import "LCCKConstants.h"
#import "LCCKSingleton.h"
#import "LCCKMenuItem.h"
... | 39.08932 | 312 | 0.756396 |
45cbf1a9a9ceebfb6195dd3326db763e629eadab | 6,604 | c | C | wobj.c | qMSUZ/uRenderer | bbd40daca045916855c5719e2981d7b3265dcef8 | [
"MIT"
] | 1 | 2021-04-12T15:55:44.000Z | 2021-04-12T15:55:44.000Z | wobj.c | qMSUZ/uRenderer | bbd40daca045916855c5719e2981d7b3265dcef8 | [
"MIT"
] | null | null | null | wobj.c | qMSUZ/uRenderer | bbd40daca045916855c5719e2981d7b3265dcef8 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "wobj.h"
twobj wobj_create_zero()
{
twobj t;
t.verts = 0;
t.faces = 0;
t.norms = 0;
t.uv = 0;
t.verts_ = NULL;
t.faces_ = NULL;
t.norms_ = NULL;
t.uv_ = NULL;
t.diffusemap_ = NULL;
t.normalmap_ = NULL;
... | 17.848649 | 96 | 0.479255 |
04c756c4784c296f3ef56397831877ae09002bd8 | 529 | h | C | Main/lib/Memory/Remote/Function/RemoteFunctionExecuter.h | Y3t1y3t/CSGO-Extern | 854b11e749924124e1bba9020569e18e5812d4a9 | [
"MIT"
] | 17 | 2017-01-29T16:56:46.000Z | 2021-07-28T01:59:45.000Z | Main/lib/Memory/Remote/Function/RemoteFunctionExecuter.h | Y3t1y3t/CSGO-Extern | 854b11e749924124e1bba9020569e18e5812d4a9 | [
"MIT"
] | 3 | 2017-02-06T15:31:39.000Z | 2017-02-09T08:34:17.000Z | Main/lib/Memory/Remote/Function/RemoteFunctionExecuter.h | Y3t1y3t/CSGO-Extern | 854b11e749924124e1bba9020569e18e5812d4a9 | [
"MIT"
] | 4 | 2017-02-04T06:37:08.000Z | 2018-04-21T08:44:38.000Z | #ifndef _MEMORY_REMOTEFUNCTIONEXECUTER_H_
#define _MEMORY_REMOTEFUNCTIONEXECUTER_H_
#pragma once
#include "RemoteFunction.h"
namespace Memory
{
class RemoteFunctionExecuter
{
SharedRemoteProcessService _remoteProcessService;
public:
explicit RemoteFunctionExecuter( SharedRemoteProcessS... | 22.041667 | 91 | 0.756144 |
a645dbbf9013ea887c66d7d08e7a76fdf77ec61e | 1,429 | h | C | source/numeric/Time.h | gitter-badger/slang | 08c98649c4f6562394e23cd86c0585508807d929 | [
"MIT"
] | null | null | null | source/numeric/Time.h | gitter-badger/slang | 08c98649c4f6562394e23cd86c0585508807d929 | [
"MIT"
] | null | null | null | source/numeric/Time.h | gitter-badger/slang | 08c98649c4f6562394e23cd86c0585508807d929 | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// Time.h
// Contains various time-related utilities and functions.
//
// File is under the MIT license; see LICENSE for details
//------------------------------------------------------------------------------
#pragma once
#include "util/... | 25.981818 | 80 | 0.63261 |
2eb3e483a0ab3275835e79fb4efef3c96cba2471 | 9,573 | c | C | BootloaderCorePkg/Library/MemoryAllocationLib/MemoryAllocationLib.c | smnarayanan/slimbootloader | 9f146afd47e0ca204521826a583d55388850b216 | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | 299 | 2018-09-13T23:17:25.000Z | 2022-03-19T14:25:54.000Z | BootloaderCorePkg/Library/MemoryAllocationLib/MemoryAllocationLib.c | smnarayanan/slimbootloader | 9f146afd47e0ca204521826a583d55388850b216 | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | 494 | 2018-09-18T19:31:55.000Z | 2022-03-30T16:52:52.000Z | BootloaderCorePkg/Library/MemoryAllocationLib/MemoryAllocationLib.c | smnarayanan/slimbootloader | 9f146afd47e0ca204521826a583d55388850b216 | [
"BSD-2-Clause-NetBSD",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"MIT",
"BSD-2-Clause-Patent"
] | 142 | 2018-09-13T23:43:17.000Z | 2022-03-25T03:40:13.000Z | /** @file
Support routines for memory allocation routines
based on PeiService for PEI phase drivers.
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <PiPei.h>
#include <Library/MemoryAllocationLib.h>
#include <Libra... | 28.747748 | 100 | 0.697378 |
c8c48dbe891a962baa79c15991a78951d0de2cde | 4,614 | h | C | frameworks/bridge/codec/byte_buffer_operator.h | openharmony-gitee-mirror/ace_ace_engine | 78013960cdce81348d1910e466a3292605442a5e | [
"Apache-2.0"
] | null | null | null | frameworks/bridge/codec/byte_buffer_operator.h | openharmony-gitee-mirror/ace_ace_engine | 78013960cdce81348d1910e466a3292605442a5e | [
"Apache-2.0"
] | null | null | null | frameworks/bridge/codec/byte_buffer_operator.h | openharmony-gitee-mirror/ace_ace_engine | 78013960cdce81348d1910e466a3292605442a5e | [
"Apache-2.0"
] | 1 | 2021-09-13T12:07:42.000Z | 2021-09-13T12:07:42.000Z | /*
* Copyright (c) 2021 Huawei Device 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 law ... | 26.982456 | 117 | 0.642176 |
087855ac9cb16b307bbb3809fe7f9e587a14194d | 4,697 | h | C | bsp/TC264D/Libraries/infineon_libraries/Infra/Sfr/TC26B/_Reg/IfxHsct_reg.h | GorgonMeducer/pikascript | fefe9afb17d14c1a3bbe75c4c6a83d65831f451e | [
"MIT"
] | 228 | 2021-09-11T06:09:43.000Z | 2022-03-30T08:09:01.000Z | bsp/TC264D/Libraries/infineon_libraries/Infra/Sfr/TC26B/_Reg/IfxHsct_reg.h | GorgonMeducer/pikascript | fefe9afb17d14c1a3bbe75c4c6a83d65831f451e | [
"MIT"
] | 48 | 2021-09-25T01:23:43.000Z | 2022-03-31T07:34:43.000Z | bsp/TC264D/Libraries/infineon_libraries/Infra/Sfr/TC26B/_Reg/IfxHsct_reg.h | GorgonMeducer/pikascript | fefe9afb17d14c1a3bbe75c4c6a83d65831f451e | [
"MIT"
] | 31 | 2021-09-17T12:06:45.000Z | 2022-03-19T16:10:11.000Z | /**
* \file IfxHsct_reg.h
* \brief
* \copyright Copyright (c) 2015 Infineon Technologies AG. All rights reserved.
*
* Version: TC26XB_UM_V1.2.R0
* Specification: tc26xB_um_v1.2_MCSFR.xml (Revision: UM_V1.2)
* MAY BE CHANGED BY USER [yes/no]: No
*
* IMPORTANT NOTICE
*
* Infineo... | 39.805085 | 85 | 0.632957 |
ecd261c73e2fa651215fd1c1a6c31b3a2d89d90b | 230 | h | C | include/memctl/symbol_finders.h | sonic414/memctl | be35f2fdbdd80079ef0e29755ab0fc677687c59c | [
"MIT"
] | 215 | 2017-10-24T13:19:49.000Z | 2022-03-30T08:29:10.000Z | include/memctl/symbol_finders.h | rhythmkay/memctl | be35f2fdbdd80079ef0e29755ab0fc677687c59c | [
"MIT"
] | 13 | 2018-01-03T18:43:30.000Z | 2020-09-19T18:32:08.000Z | include/memctl/symbol_finders.h | rhythmkay/memctl | be35f2fdbdd80079ef0e29755ab0fc677687c59c | [
"MIT"
] | 45 | 2017-09-16T07:33:26.000Z | 2022-03-30T08:29:23.000Z | #ifndef MEMCTL__SYMBOL_FINDERS_H_
#define MEMCTL__SYMBOL_FINDERS_H_
/*
* kernel_symbol_finders_init
*
* Description:
* Initialize libmemctl's special kernel symbol finders.
*/
void kernel_symbol_finders_init(void);
#endif
| 17.692308 | 57 | 0.8 |
ae9eb398f27378e735c7b118c0ada4d49d58019d | 1,643 | c | C | terminalio.c | aXises/Frogger | f273cbece050e1ede770396e15e367ae0ba62c2f | [
"MIT"
] | 1 | 2019-04-18T02:38:17.000Z | 2019-04-18T02:38:17.000Z | terminalio.c | aXises/Frogger | f273cbece050e1ede770396e15e367ae0ba62c2f | [
"MIT"
] | null | null | null | terminalio.c | aXises/Frogger | f273cbece050e1ede770396e15e367ae0ba62c2f | [
"MIT"
] | null | null | null | /*
* terminalio.c
*
* Author: Peter Sutton
*/
#include <stdio.h>
#include <stdint.h>
#include <avr/pgmspace.h>
#include "terminalio.h"
void move_cursor(int x, int y) {
printf_P(PSTR("\x1b[%d;%dH"), y, x);
}
void move_left(void) {
printf_P(PSTR("\x1b[%dD"), 1);
}
void normal_display_mode(void) {
printf_P... | 18.054945 | 67 | 0.651248 |
2340b6dd7f232bd979581ed24eb20156d439b02c | 1,437 | h | C | aztec/include/Aztec_Lua_Bind.h | viccsneto/aztec | a49e269c53f19d2de22f0d297908c917f36c658d | [
"MIT"
] | null | null | null | aztec/include/Aztec_Lua_Bind.h | viccsneto/aztec | a49e269c53f19d2de22f0d297908c917f36c658d | [
"MIT"
] | null | null | null | aztec/include/Aztec_Lua_Bind.h | viccsneto/aztec | a49e269c53f19d2de22f0d297908c917f36c658d | [
"MIT"
] | null | null | null | #pragma once
/*
** Lua binding: lua_bind
** Generated automatically by tolua 5.1.4 on 06/07/12 04:09:01.
*/
#include <tolua.h>
/* Exported function */
using namespace Aztec;
/**
* Provides more info in the error messages of the binding
*/
#ifndef tolua_hacks
#define tolua_hacks
//OPTIMIZES INT TO BOOLEAN CONVERSION
... | 35.925 | 180 | 0.512178 |
83c87e819020d0537dddf3dbb161e874a95df26f | 4,812 | h | C | tools/SourceKit/tools/sourcekitd/lib/API/DictionaryKeys.h | YogeshBharate/Swift | a14a836caa42b1652f8f30b725370eff2ad6d799 | [
"Apache-2.0"
] | 825 | 2015-12-09T05:44:26.000Z | 2021-11-13T15:01:11.000Z | tools/SourceKit/tools/sourcekitd/lib/API/DictionaryKeys.h | YogeshBharate/Swift | a14a836caa42b1652f8f30b725370eff2ad6d799 | [
"Apache-2.0"
] | 19 | 2015-12-10T00:57:59.000Z | 2021-05-25T15:57:05.000Z | tools/SourceKit/tools/sourcekitd/lib/API/DictionaryKeys.h | YogeshBharate/Swift | a14a836caa42b1652f8f30b725370eff2ad6d799 | [
"Apache-2.0"
] | 45 | 2015-12-10T14:21:43.000Z | 2017-05-26T02:43:30.000Z | //===--- DictionaryKeys.h - -------------------------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See http://swift.org/LI... | 37.59375 | 80 | 0.815669 |
6c4e8c8a9e93c3939d0d648e4fde191cd9269fcc | 987 | h | C | System/Library/PrivateFrameworks/LoginPerformanceKit.framework/LPKPerformanceTestIntermediary.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2020-11-04T15:43:01.000Z | 2020-11-04T15:43:01.000Z | System/Library/PrivateFrameworks/LoginPerformanceKit.framework/LPKPerformanceTestIntermediary.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/LoginPerformanceKit.framework/LPKPerformanceTestIntermediary.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:54:41 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/LoginPerformanceKit.framework/LoginPerformanceKit
* classdump-dyld is licensed under GPLv3, Copyrigh... | 42.913043 | 119 | 0.801418 |
9b354c7c9e6bc5f488ed7a52ef1e6f48f445095f | 1,361 | h | C | src/include/utils/relcache.h | emotionbug/incubator-age-pg | 676e3c735dec32ba0448fdd0faf9ace37c1fa792 | [
"BSD-4-Clause-UC"
] | null | null | null | src/include/utils/relcache.h | emotionbug/incubator-age-pg | 676e3c735dec32ba0448fdd0faf9ace37c1fa792 | [
"BSD-4-Clause-UC"
] | null | null | null | src/include/utils/relcache.h | emotionbug/incubator-age-pg | 676e3c735dec32ba0448fdd0faf9ace37c1fa792 | [
"BSD-4-Clause-UC"
] | null | null | null | /*-------------------------------------------------------------------------
*
* relcache.h--
* Relation descriptor cache definitions.
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: relcache.h,v 1.4 1996/11/10 03:06:33 momjian Exp $
*
*--------------------------------------------... | 30.244444 | 75 | 0.717855 |
5345471a2ddd569fea26ce980a67dcea7607a9bc | 1,314 | h | C | Utility/DnDUtil.h | janimationd/DnD5ESoftwareSuite | 4af1ef876b00fba7bd67fe4187dde515e1876f86 | [
"Apache-2.0"
] | null | null | null | Utility/DnDUtil.h | janimationd/DnD5ESoftwareSuite | 4af1ef876b00fba7bd67fe4187dde515e1876f86 | [
"Apache-2.0"
] | null | null | null | Utility/DnDUtil.h | janimationd/DnD5ESoftwareSuite | 4af1ef876b00fba7bd67fe4187dde515e1876f86 | [
"Apache-2.0"
] | null | null | null | #pragma once
#define FLAG 5555555555u
#ifndef MAX
#define MAX(a,b) ((a) > (b) ? (a) : (b))
#endif
#ifndef MIN
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#endif
#define DIV_ROUND_DOWN(n, d) (int(floorf(float(n) / (d))))
namespace eAbility {
enum Type : uint32_t {
STR = 0, DEX, CON, INT, WIS, CHA, MAX
}... | 14.764045 | 114 | 0.582192 |
bb5069f5c1b7f1651a8cbd2341968492b7f711c5 | 444 | h | C | src/logging.h | SuprDewd/NineToFive | 5e04a08c7be2dd8de3320ba388708735a0cbdf85 | [
"MIT"
] | 4 | 2015-11-01T20:19:29.000Z | 2021-06-01T13:59:42.000Z | src/logging.h | SuprDewd/NineToFive | 5e04a08c7be2dd8de3320ba388708735a0cbdf85 | [
"MIT"
] | 1 | 2015-11-01T22:20:30.000Z | 2015-11-01T23:06:46.000Z | src/logging.h | SuprDewd/NineToFive | 5e04a08c7be2dd8de3320ba388708735a0cbdf85 | [
"MIT"
] | null | null | null | #ifndef LOGGING_H
#define LOGGING_H
#include <time.h>
#include <stdio.h>
void ensure_log_dir_exists(void);
void ensure_log_file_exists(const char *log_name);
char *get_log_file(const char *log_name);
int valid_log_name(const char *log_name);
FILE *open_log_file(const char *log_name, const char *mode);
void log_event(... | 27.75 | 69 | 0.783784 |
4b32abe49f5073482bf5c3ecc6c2818d2bfb69ae | 2,841 | h | C | CoreDuet.framework/_CDInteraction.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | 4 | 2021-10-06T12:15:26.000Z | 2022-02-21T02:26:00.000Z | CoreDuet.framework/_CDInteraction.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | null | null | null | CoreDuet.framework/_CDInteraction.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | 1 | 2021-10-08T07:40:53.000Z | 2021-10-08T07:40:53.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
*/
@interface _CDInteraction : NSObject <NSSecureCoding, _CDPDataPoint> {
NSString * _account;
NSArray * _attachments;
NSString * _bundleId;
NSURL * _contentURL;
long long _direction;
NSStri... | 28.989796 | 71 | 0.734952 |
189e14d8645b56d2d4d1214474de6295f3fa10da | 741 | h | C | Pods/Headers/Typhoon/TyphoonDefinitionRegisterer.h | 422053362/Typhoon-example | e164aaa0ae0118063f1a3e756ea25952e88eddcd | [
"Apache-2.0"
] | null | null | null | Pods/Headers/Typhoon/TyphoonDefinitionRegisterer.h | 422053362/Typhoon-example | e164aaa0ae0118063f1a3e756ea25952e88eddcd | [
"Apache-2.0"
] | 1 | 2020-03-17T22:53:02.000Z | 2020-03-17T22:53:02.000Z | Pods/Headers/Typhoon/TyphoonDefinitionRegisterer.h | 422053362/Typhoon-example | e164aaa0ae0118063f1a3e756ea25952e88eddcd | [
"Apache-2.0"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
//
// TYPHOON FRAMEWORK
// Copyright 2013, Jasper Blues & Contributors
// All Rights Reserved.
//
// NOTICE: The authors permit you to use, modify, and distribute this file
// in accordance with the terms of the license agreement acco... | 26.464286 | 118 | 0.597841 |
bbb704912c272dde829aff5c9e61ff0313e1904c | 268 | h | C | src/nm_svg_map.h | arrowd/nemu | c74733ff15ba936c5b4251e3f34d2c60673f9b00 | [
"BSD-2-Clause"
] | null | null | null | src/nm_svg_map.h | arrowd/nemu | c74733ff15ba936c5b4251e3f34d2c60673f9b00 | [
"BSD-2-Clause"
] | null | null | null | src/nm_svg_map.h | arrowd/nemu | c74733ff15ba936c5b4251e3f34d2c60673f9b00 | [
"BSD-2-Clause"
] | null | null | null | #ifndef NM_SVG_MAP_H_
#define NM_SVG_MAP_H_
#include <nm_vector.h>
enum {
NM_SVG_LAYER_UP,
NM_SVG_LAYER_DOWN,
NM_SVG_LAYER_ALL
};
void nm_svg_map(const char *path, const nm_vect_t *veths, int layer);
#endif /* NM_SVG_MAP_H_ */
/* vim:set ts=4 sw=4: */
| 16.75 | 69 | 0.712687 |
a0ba3705a3d087e290216603b72588efdb315135 | 222 | c | C | sources/main.c | jerome-Dh/etoile-bleue-server | 7e186d0ac2c27013881c44491ba0bb2a632dad2e | [
"MIT"
] | 1 | 2020-10-24T04:15:45.000Z | 2020-10-24T04:15:45.000Z | sources/main.c | jerome-Dh/etoile-bleue-server | 7e186d0ac2c27013881c44491ba0bb2a632dad2e | [
"MIT"
] | null | null | null | sources/main.c | jerome-Dh/etoile-bleue-server | 7e186d0ac2c27013881c44491ba0bb2a632dad2e | [
"MIT"
] | null | null | null | /**
* Server side implementation
*
* @author Jerome Dh
* @date 05/09/2020
*/
#include <stdlib.h>
#include "server.h"
/**
* Main app
*/
int main()
{
init();
app();
end();
return EXIT_SUCCESS;
} | 9.652174 | 29 | 0.540541 |
6ff52ab3054c0adcaa732914f60cccca0e7f417d | 8,241 | c | C | src/cursor.c | dasfaha/sky | 4f2696e9abe54f4818f94337ed3bceae798e5a6d | [
"MIT"
] | 2 | 2018-01-16T07:26:53.000Z | 2021-12-08T03:12:40.000Z | src/cursor.c | dasfaha/sky | 4f2696e9abe54f4818f94337ed3bceae798e5a6d | [
"MIT"
] | null | null | null | src/cursor.c | dasfaha/sky | 4f2696e9abe54f4818f94337ed3bceae798e5a6d | [
"MIT"
] | null | null | null | #include "cursor.h"
#include "path.h"
#include "event.h"
#include "mem.h"
#include "dbg.h"
//==============================================================================
//
// Forward Declarations
//
//==============================================================================
int sky_cursor_set_ptr(sky_cursor ... | 26.329073 | 136 | 0.573838 |
a5ab230022974ff3f78c84b0587dbad69b87c058 | 1,677 | c | C | leetcode/addtwonumber.c | lanhuidong/c-learning | 648fbdca44be307ccebc7bdfd34f9c875d6d0b3b | [
"MIT"
] | 1 | 2015-05-12T13:55:55.000Z | 2015-05-12T13:55:55.000Z | leetcode/addtwonumber.c | lanhuidong/c-learning | 648fbdca44be307ccebc7bdfd34f9c875d6d0b3b | [
"MIT"
] | null | null | null | leetcode/addtwonumber.c | lanhuidong/c-learning | 648fbdca44be307ccebc7bdfd34f9c875d6d0b3b | [
"MIT"
] | null | null | null | #include<stdio.h>
#include<stdlib.h>
struct ListNode {
int val;
struct ListNode* next;
};
struct ListNode* addTwoNumbers(struct ListNode* l1, struct ListNode* l2);
int main(void)
{
struct ListNode node1;
node1.next = NULL;
node1.val = 5;
struct ListNode node2;
node2.next = NULL;
node2... | 23.291667 | 73 | 0.486583 |
7792dadcc2382aee5af43c3e2613db8dc77f2ec5 | 90 | c | C | 295 C Questions/124.c | DevGithub007/My_Codes | e506050b97abc058fa8b1e24b3b936cc2315c664 | [
"MIT"
] | null | null | null | 295 C Questions/124.c | DevGithub007/My_Codes | e506050b97abc058fa8b1e24b3b936cc2315c664 | [
"MIT"
] | null | null | null | 295 C Questions/124.c | DevGithub007/My_Codes | e506050b97abc058fa8b1e24b3b936cc2315c664 | [
"MIT"
] | null | null | null | #include<stdio.h>
main()
{
char c;
int i;
i=10;
char j;
c='A';
j=c;
putchar(j);
}
| 6.923077 | 17 | 0.511111 |
8589512c972e3cfd1e973d53783313802b4db6ca | 5,772 | c | C | SOFTWARE/A64-TERES/linux-a64/drivers/md/bcache/movinggc.c | xloem/DIY-LAPTOP | f2a410706f7a919ac644de073c570629d5601203 | [
"Apache-2.0"
] | 2 | 2017-10-30T12:25:44.000Z | 2019-08-25T09:01:38.000Z | SOFTWARE/A64-TERES/linux-a64/drivers/md/bcache/movinggc.c | xloem/DIY-LAPTOP | f2a410706f7a919ac644de073c570629d5601203 | [
"Apache-2.0"
] | null | null | null | SOFTWARE/A64-TERES/linux-a64/drivers/md/bcache/movinggc.c | xloem/DIY-LAPTOP | f2a410706f7a919ac644de073c570629d5601203 | [
"Apache-2.0"
] | 4 | 2020-05-26T12:40:11.000Z | 2021-07-15T06:46:33.000Z | /*
* Moving/copying garbage collector
*
* Copyright 2012 Google, Inc.
*/
#include "bcache.h"
#include "btree.h"
#include "debug.h"
#include "request.h"
struct moving_io {
struct keybuf_key *w;
struct search s;
struct bbio bio;
};
static bool moving_pred(struct keybuf *buf, struct bkey *k)
{
struct cache_se... | 22.635294 | 70 | 0.677408 |
8b80f42960d22a4ed941d819d398649e430b5026 | 5,164 | h | C | src/main/cpp/modbus_base.h | menucha-de/Util.Modbus | 16b5c9b5355671cf8d630f8271d59731480858e8 | [
"Apache-2.0"
] | null | null | null | src/main/cpp/modbus_base.h | menucha-de/Util.Modbus | 16b5c9b5355671cf8d630f8271d59731480858e8 | [
"Apache-2.0"
] | null | null | null | src/main/cpp/modbus_base.h | menucha-de/Util.Modbus | 16b5c9b5355671cf8d630f8271d59731480858e8 | [
"Apache-2.0"
] | null | null | null | #ifndef MODBUS_BASE_H
#define MODBUS_BASE_H
#include "modbus_mapping.h"
#include "common/Mutex.h"
#include "common/MutexLock.h"
#include <stdint.h>
#include <errno.h>
#include <sys/select.h> // fd_set
/*
* All method excl. client methods are thread safe.
*/
class ModbusBasePrivate;
class ModbusBase {
public:
// f... | 43.394958 | 117 | 0.763943 |
8bcc43b0a6cbd7c30a7fc84e245c0042f64cf37e | 5,426 | h | C | iOSOpenDev/frameworks/PhotoLibrary.framework/Headers/PLExpandableView.h | bzxy/cydia | f8c838cdbd86e49dddf15792e7aa56e2af80548d | [
"MIT"
] | 678 | 2017-11-17T08:33:19.000Z | 2022-03-26T10:40:20.000Z | iOSOpenDev/frameworks/PhotoLibrary.framework/Headers/PLExpandableView.h | chenfanfang/Cydia | 5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0 | [
"MIT"
] | 22 | 2019-04-16T05:51:53.000Z | 2021-11-08T06:18:45.000Z | iOSOpenDev/frameworks/PhotoLibrary.framework/Headers/PLExpandableView.h | chenfanfang/Cydia | 5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0 | [
"MIT"
] | 170 | 2018-06-10T07:59:20.000Z | 2022-03-22T16:19:33.000Z | /**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
*/
#import <PhotoLibrary/XXUnknownSuperclass.h>
#import <PhotoLibrary/PhotoLibrary-Structs.h>
@protocol PLExpandableViewDelegate;
@interface PLExpandableView : XXUnknownSuperclas... | 50.240741 | 103 | 0.770549 |
275956ea407dd0650632e6d2490a4e6f5e54884a | 759 | h | C | src/materials/matte.h | lyinch/pbrt-subset | 98fdc2ce0791fcd33b7aff246da12faf43c360cb | [
"Unlicense"
] | null | null | null | src/materials/matte.h | lyinch/pbrt-subset | 98fdc2ce0791fcd33b7aff246da12faf43c360cb | [
"Unlicense"
] | null | null | null | src/materials/matte.h | lyinch/pbrt-subset | 98fdc2ce0791fcd33b7aff246da12faf43c360cb | [
"Unlicense"
] | null | null | null | //
// Created by Thierry Backes on 2019-06-27.
//
#ifndef PBRT_WHITTED_MATTE_H
#define PBRT_WHITTED_MATTE_H
#include "main.h"
#include "material.h"
namespace pbrt{
class MatteMaterial : public Material {
public:
MatteMaterial(const std::shared_ptr<Texture<Spectrum>> &Kd,
const... | 27.107143 | 83 | 0.608696 |
e9ad3c8661d199ddab0a025544e4c81081ceac80 | 7,195 | c | C | rrp_multi_core/RRP-XenV3/set_schedule.c | pvpk1994/Xen-Schedule-Entry-Setup | 6d4c68c2fc9eab23a5d0e64f641d260e72ecf3f6 | [
"MIT"
] | null | null | null | rrp_multi_core/RRP-XenV3/set_schedule.c | pvpk1994/Xen-Schedule-Entry-Setup | 6d4c68c2fc9eab23a5d0e64f641d260e72ecf3f6 | [
"MIT"
] | null | null | null | rrp_multi_core/RRP-XenV3/set_schedule.c | pvpk1994/Xen-Schedule-Entry-Setup | 6d4c68c2fc9eab23a5d0e64f641d260e72ecf3f6 | [
"MIT"
] | null | null | null | #include <xenctrl.h>
#include <xen/sysctl.h>
#include <uuid/uuid.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX_CPU_NUM 5
#define LINE_SIZE 2048
// #define TIME_SLICE_LENGTH 50
/* ********** XEN #DEFINEs ************** */
// #define NUM_MINOR_FRAMES 2
typedef int64_t s_time_t... | 27.996109 | 109 | 0.55066 |
6b875995b1c8eaf3143688fb23bb9fc1c0c41172 | 2,414 | h | C | php_api.h | DusanZokic/pecl-database-mysql_xdevapi-trunk | e49aef311ba04ea3e70190c026d0c9ee8d1d3947 | [
"PHP-3.01"
] | 14 | 2017-11-16T03:13:31.000Z | 2022-03-10T14:59:53.000Z | php_api.h | DusanZokic/pecl-database-mysql_xdevapi-trunk | e49aef311ba04ea3e70190c026d0c9ee8d1d3947 | [
"PHP-3.01"
] | 8 | 2018-03-02T06:08:27.000Z | 2022-01-18T10:34:43.000Z | php_api.h | DusanZokic/pecl-database-mysql_xdevapi-trunk | e49aef311ba04ea3e70190c026d0c9ee8d1d3947 | [
"PHP-3.01"
] | 18 | 2018-03-01T13:45:16.000Z | 2022-03-10T06:30:02.000Z | /*
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+--------------... | 29.802469 | 74 | 0.583679 |
3d95bd809d45076f90e2e945538c45520c490de2 | 285 | h | C | parser/parser.h | emekoi/svm | c57823299cc9eed62f98c5713f47cc2b810a0797 | [
"MIT"
] | null | null | null | parser/parser.h | emekoi/svm | c57823299cc9eed62f98c5713f47cc2b810a0797 | [
"MIT"
] | null | null | null | parser/parser.h | emekoi/svm | c57823299cc9eed62f98c5713f47cc2b810a0797 | [
"MIT"
] | null | null | null | /**
* Copyright (c) 2017 emekoi
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the MIT license. See LICENSE for details.
*/
#ifndef PARSER_H
#define PARSER_H
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#endif
| 16.764706 | 74 | 0.708772 |
5c21be27d23b2ba42ce54dec94a8d787dbecf100 | 11,294 | h | C | tensorflow/core/kernels/warp-ctc/include/contrib/moderngpu/include/mgpudevice.h | brycearden/tensorflow | 325a4b622f28cd36aed9a40f4a5175c59267107e | [
"Apache-2.0"
] | null | null | null | tensorflow/core/kernels/warp-ctc/include/contrib/moderngpu/include/mgpudevice.h | brycearden/tensorflow | 325a4b622f28cd36aed9a40f4a5175c59267107e | [
"Apache-2.0"
] | null | null | null | tensorflow/core/kernels/warp-ctc/include/contrib/moderngpu/include/mgpudevice.h | brycearden/tensorflow | 325a4b622f28cd36aed9a40f4a5175c59267107e | [
"Apache-2.0"
] | null | null | null | /******************************************************************************
* Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistribution... | 38.944828 | 80 | 0.691252 |
e1fe33aa3d7409178fa4928f12baceebdf4b493a | 1,532 | h | C | base/assert.h | r10r/libcx | 4266b987a1f6c4f04c2552a94ee06ab77ccf6c2f | [
"BSD-3-Clause"
] | 1 | 2017-07-06T05:47:07.000Z | 2017-07-06T05:47:07.000Z | base/assert.h | r10r/libcx | 4266b987a1f6c4f04c2552a94ee06ab77ccf6c2f | [
"BSD-3-Clause"
] | null | null | null | base/assert.h | r10r/libcx | 4266b987a1f6c4f04c2552a94ee06ab77ccf6c2f | [
"BSD-3-Clause"
] | 1 | 2021-04-22T10:12:25.000Z | 2021-04-22T10:12:25.000Z | #ifndef _CX_ASSERT_H
#define _CX_ASSERT_H
#include <assert.h>
#ifndef _CX_ASSERT
#define cx_assert(cond) (void)(cond)
#define XCHECK(condition, message) UNUSED(condition)
#define XCHECK_EQUALS_INT(expected, actual, message) UNUSED(expected)
#define XFCHECK(condition, format, ...) UNUSED(condition)
#define XASSERT(c... | 25.533333 | 73 | 0.674935 |
d4a8de9fd97083379ae996e9e253bd78a39ef1c3 | 7,079 | c | C | tests/board/ubirch1r03/test_rgb_flexio.c | ubirch/ubirch-board-firmware | 90cb144f9d239304af2331e60206e021794c200d | [
"Apache-2.0"
] | 2 | 2016-11-23T14:42:17.000Z | 2016-12-23T12:34:58.000Z | tests/board/ubirch1r03/test_rgb_flexio.c | ubirch/ubirch-board-firmware | 90cb144f9d239304af2331e60206e021794c200d | [
"Apache-2.0"
] | 4 | 2016-06-10T12:27:58.000Z | 2016-10-16T18:22:34.000Z | tests/board/ubirch1r03/test_rgb_flexio.c | ubirch/ubirch-board-firmware | 90cb144f9d239304af2331e60206e021794c200d | [
"Apache-2.0"
] | 1 | 2016-12-23T12:35:06.000Z | 2016-12-23T12:35:06.000Z | #include <fsl_port.h>
#include <fsl_flexio_uart.h>
#include <fsl_debug_console.h>
#include <math.h>
#include <arm_math.h>
#include "support.h"
#define WS2812B_CLOCK_FREQ 800000U
#define FLEXIO_SRC_CLOCK kCLOCK_CoreSysClk
#define FLEXIO_SRC_CLOCK_FRQ CLOCK_GetFreq(FLEXIO_SRC_CLOCK)
#define FLEXIO_CLOCK_DIVIDER... | 35.044554 | 99 | 0.720582 |
b4bfd75dab3804fd58d18dcabaec8c3b4d6b0c5c | 28,254 | c | C | dev/interrupt/gic_v3/gic_v3.c | wtliang110/lk_hv | fbbbb280114c44bf321b8f02301a84e3c469d8a2 | [
"MIT"
] | 4 | 2022-02-24T06:16:42.000Z | 2022-02-24T23:49:29.000Z | dev/interrupt/gic_v3/gic_v3.c | wtliang110/lk_hv | fbbbb280114c44bf321b8f02301a84e3c469d8a2 | [
"MIT"
] | null | null | null | dev/interrupt/gic_v3/gic_v3.c | wtliang110/lk_hv | fbbbb280114c44bf321b8f02301a84e3c469d8a2 | [
"MIT"
] | null | null | null | /*
* develop by pwang for gicv3 for none secure
*/
#include <assert.h>
#include <lk/bits.h>
#include <lk/err.h>
#include <sys/types.h>
#include <lk/debug.h>
#include <dev/interrupt/arm_gic.h>
#include <lk/reg.h>
#include <kernel/thread.h>
#include <kernel/debug.h>
#include <lk/init.h>
#include <platform/interrupts.h... | 29.278756 | 113 | 0.667445 |
c31e981346d88f612d3a0ddf81232e9a405ca6b7 | 3,305 | h | C | libraries/RingBuf/RingBuf.h | ponty/arduino-sketchbook | 1312e7b68846f378281e022e89afa9fbb59aaf64 | [
"BSD-2-Clause"
] | null | null | null | libraries/RingBuf/RingBuf.h | ponty/arduino-sketchbook | 1312e7b68846f378281e022e89afa9fbb59aaf64 | [
"BSD-2-Clause"
] | null | null | null | libraries/RingBuf/RingBuf.h | ponty/arduino-sketchbook | 1312e7b68846f378281e022e89afa9fbb59aaf64 | [
"BSD-2-Clause"
] | null | null | null | /*
RingBuf.h - Library for implementing a simple Ring Buffer on Arduino boards.
Created by D. Aaron Wisner (daw268@cornell.edu)
January 17, 2015.
Released into the public domain.
*/
#ifndef RingBuf_h
#define RingBuf_h
#include "Arduino.h"
#ifndef __cplusplus
#ifndef bool
#define bool uint8_t
#endif
#endif
#i... | 26.44 | 140 | 0.702572 |
988710c81962a486cf70c64fc7b8cf42bda24418 | 645 | h | C | src/cpp/glbEffectFactory.h | mikkame/EffekseerForWebGL | f672039cca2b8037e2b0716b9205db6207e02542 | [
"MIT"
] | null | null | null | src/cpp/glbEffectFactory.h | mikkame/EffekseerForWebGL | f672039cca2b8037e2b0716b9205db6207e02542 | [
"MIT"
] | null | null | null | src/cpp/glbEffectFactory.h | mikkame/EffekseerForWebGL | f672039cca2b8037e2b0716b9205db6207e02542 | [
"MIT"
] | null | null | null |
#pragma once
#include "glTFglbEffectFactory.h"
class glbEffectFactory : public glTFglmEffectFactory
{
protected:
struct glbData
{
uint8_t* bin = nullptr;
glTFData gltf;
bool Load(const void* data, int32_t size);
};
public:
glbEffectFactory() = default;
virtual ~glbEffectFactory() = default;
bool OnChe... | 24.807692 | 135 | 0.767442 |
98951bb55e24b9e17eee3c649ac58e381acedf9a | 2,887 | c | C | audio/src/main.c | isage/samples | edf47645e5a63f02b8a8b5ef7a9fec49c1d6a3de | [
"CC0-1.0"
] | 234 | 2015-10-08T12:52:37.000Z | 2022-03-28T10:28:20.000Z | audio/src/main.c | isage/samples | edf47645e5a63f02b8a8b5ef7a9fec49c1d6a3de | [
"CC0-1.0"
] | 45 | 2015-09-23T19:24:00.000Z | 2022-03-25T01:39:52.000Z | audio/src/main.c | isage/samples | edf47645e5a63f02b8a8b5ef7a9fec49c1d6a3de | [
"CC0-1.0"
] | 138 | 2016-03-25T05:59:03.000Z | 2022-01-31T21:15:57.000Z | #include <stdint.h>
#include <math.h>
#include <psp2/ctrl.h>
#include <psp2/audioout.h>
#include <psp2/kernel/processmgr.h>
#include "debugScreen.h"
#define countof(A) sizeof(A)/sizeof(*A)
#define MIN(A,B) ((A)<(B)?(A):(B))
#define MAX(A,B) ((A)>(B)?(A):(B))
#define printf psvDebugScreenPrintf
double gen_sqr(doubl... | 33.569767 | 120 | 0.724281 |
98ae2a4345dbc8559ede50cfdf457fe5440b62c5 | 2,244 | h | C | Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphDefinitions.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphDefinitions.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | 2 | 2015-06-21T17:38:11.000Z | 2015-06-22T20:54:42.000Z | Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphDefinitions.h | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#include "EdGraphSchema_K2.h"
#include "EdGraphSchema_K2_Actions.h"
#include "K2Node_ActorBoundEvent.h"
#include "K2Node_AddComponent.h"
#include "K2Node_AddDelegate.h"
#include "K2Node_AssignmentStatement.h"
#include "K2Node_BaseAsyncTask.h"
#include "K2No... | 33 | 60 | 0.823529 |
a6b1ea3db86e341213b16e1ed29ba5f50336dc5e | 497 | h | C | src/kernel/arch/x86/32Bit/userlogger.h | jbw3/OS | 52026277e20f3f8d504b8094084ba883f1f462df | [
"MIT"
] | 2 | 2018-12-02T05:42:51.000Z | 2020-02-21T14:56:24.000Z | src/kernel/arch/x86/32Bit/userlogger.h | jbw3/OS | 52026277e20f3f8d504b8094084ba883f1f462df | [
"MIT"
] | 7 | 2017-06-03T16:14:10.000Z | 2018-06-19T03:00:51.000Z | src/kernel/arch/x86/32Bit/userlogger.h | jbw3/OS | 52026277e20f3f8d504b8094084ba883f1f462df | [
"MIT"
] | null | null | null | #ifndef USER_LOGGER_H_
#define USER_LOGGER_H_
#include "logger.h"
class Stream;
/**
* @brief Provides capability for logging messages to the user.
*/
class UserLogger : public Logger
{
public:
UserLogger();
void addStream(Stream* stream);
protected:
void flush(const char* buff, size_t len) override;
... | 16.566667 | 63 | 0.726358 |
60d49d7fafb0f06c7543932161e68b19fbb3c23f | 344 | c | C | regression/cra/code/mem2.c | ruijiefang/duet-IW | 42365dca17da7cbdcf7fb7e7ca1775298c454970 | [
"MIT"
] | 25 | 2016-10-10T13:52:45.000Z | 2021-12-15T07:49:04.000Z | regression/cra/code/mem2.c | happypig95/duet | fe630be73ba7f55e8d1973f3c364aa37da159607 | [
"MIT"
] | 3 | 2016-02-10T14:03:46.000Z | 2019-08-18T13:59:53.000Z | regression/cra/code/mem2.c | happypig95/duet | fe630be73ba7f55e8d1973f3c364aa37da159607 | [
"MIT"
] | 20 | 2016-02-10T13:46:19.000Z | 2022-02-18T16:02:16.000Z | void *malloc(int);
void usage(int x) {
exit(x);
}
void main(int argc, char* argv[]){
int optind;
char **files;
int n_files;
assume(argc >= 0);
argv = malloc(argc * sizeof(char*));
optind = 1;
n_files = argc - optind;
files = argv + optind;
if (n_files <= 0) {
usage(1);
}
... | 16.380952 | 40 | 0.531977 |
b094205f9cf2041f2b297b5222e2c6a4c187092a | 1,509 | h | C | include/event.h | arsdever/httpcpp | c4f75510d09c37cf11c8cb80493571afd3c321bb | [
"MIT"
] | null | null | null | include/event.h | arsdever/httpcpp | c4f75510d09c37cf11c8cb80493571afd3c321bb | [
"MIT"
] | null | null | null | include/event.h | arsdever/httpcpp | c4f75510d09c37cf11c8cb80493571afd3c321bb | [
"MIT"
] | null | null | null | #pragma once
#define EVENTS
namespace events
{
template <typename ... A>
class event
{
public:
using event_handler = std::function<void(A...)>;
//event(std::string const& name);
event& operator +(event_handler h) { return operator += (h); }
event& operator +(std::initializer_list<event_handler> hlist) {... | 20.671233 | 95 | 0.648111 |
b846110633afd67dc3b6ccb8814f4c99c76918d5 | 883 | c | C | lib/sndkit/dsp/smoother.c | PaulBatchelor/mnolth | 4b9f315f0062212ef96b41153e089dea61c6d16d | [
"MIT"
] | 2 | 2022-01-11T07:00:40.000Z | 2022-01-11T07:00:43.000Z | lib/sndkit/dsp/smoother.c | PaulBatchelor/mnolth | 4b9f315f0062212ef96b41153e089dea61c6d16d | [
"MIT"
] | null | null | null | lib/sndkit/dsp/smoother.c | PaulBatchelor/mnolth | 4b9f315f0062212ef96b41153e089dea61c6d16d | [
"MIT"
] | null | null | null | #line 48 "smoother.org"
#include <math.h>
#define SK_SMOOTHER_PRIV
#include "smoother.h"
#line 87 "smoother.org"
void sk_smoother_init(sk_smoother *s, int sr)
{
#line 114 "smoother.org"
s->smooth = 0.01;
s->psmooth = -1;
#line 123 "smoother.org"
s->a1 = 0;
s->b0 = 0;
s->y0 = 0;
#line 134 "smoother.org"
s->onedsr = 1.0 ... | 19.195652 | 48 | 0.605889 |
fc9d1b38bcd149e4ebaa2e35bfa8f166cd64d46a | 1,778 | h | C | Labyrint/labyball/Classes/Native/UnityEngine_UnityEngine_Plane1600081545.h | mimietti/Labyball | c4b03f5b5d5ec1a1cae5831d22391bc2a171230f | [
"MIT"
] | null | null | null | Labyrint/labyball/Classes/Native/UnityEngine_UnityEngine_Plane1600081545.h | mimietti/Labyball | c4b03f5b5d5ec1a1cae5831d22391bc2a171230f | [
"MIT"
] | 23 | 2016-07-21T13:03:02.000Z | 2016-10-03T12:43:01.000Z | Labyrint/labyrinti1/Classes/Native/UnityEngine_UnityEngine_Plane1600081545.h | mimietti/Labyball | c4b03f5b5d5ec1a1cae5831d22391bc2a171230f | [
"MIT"
] | 1 | 2019-09-08T17:32:17.000Z | 2019-09-08T17:32:17.000Z | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_ValueType4014882752.h"
#include "UnityEngine_UnityEngine_Vector33525329789.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignor... | 27.353846 | 130 | 0.806524 |
52bf36537c9b3ed087bea96cfdc45657e53a87a2 | 5,864 | h | C | src/include/lwp.h | Krzem5/C-Lego_Wireless_Protocol | 7556281590f0cd469a1540277c1625fa8961220d | [
"BSD-3-Clause"
] | null | null | null | src/include/lwp.h | Krzem5/C-Lego_Wireless_Protocol | 7556281590f0cd469a1540277c1625fa8961220d | [
"BSD-3-Clause"
] | null | null | null | src/include/lwp.h | Krzem5/C-Lego_Wireless_Protocol | 7556281590f0cd469a1540277c1625fa8961220d | [
"BSD-3-Clause"
] | null | null | null | #ifndef __LWP_H__
#define __LWP_H__ 1
#include <stdint.h>
#include <ble_lib.h>
#include <windows.h>
#define LWP_DEVICE_FOUND_IGNORE 0
#define LWP_DEVICE_FOUND_ACCUMULATE 1
#define LWP_DEVICE_FOUND_ACCUMULATE_RETURN 2
#define LWP_DEVICE_TYPE_WEDO_HUB 0
#define LWP_DEVICE_TYPE_DUPLO_TRAIN 0x20
#define LWP_DEVICE_TYPE... | 26.178571 | 95 | 0.857435 |
ddd9de89331d20006b298e556426d47065429e74 | 1,847 | c | C | debian/modules/nginx-lua/src/ngx_http_lua_initby.c | Low-power/nginx-mbedtls | 08aa7092db52f5a383707815fe64557de9bce3e7 | [
"BSD-2-Clause"
] | 2 | 2015-05-19T08:13:20.000Z | 2016-01-09T05:42:54.000Z | debian/modules/nginx-lua/src/ngx_http_lua_initby.c | Low-power/nginx-mbedtls | 08aa7092db52f5a383707815fe64557de9bce3e7 | [
"BSD-2-Clause"
] | null | null | null | debian/modules/nginx-lua/src/ngx_http_lua_initby.c | Low-power/nginx-mbedtls | 08aa7092db52f5a383707815fe64557de9bce3e7 | [
"BSD-2-Clause"
] | 5 | 2015-01-20T20:20:47.000Z | 2020-05-19T12:01:43.000Z |
/*
* Copyright (C) Yichun Zhang (agentzh)
*/
#ifndef DDEBUG
#define DDEBUG 0
#endif
#include "ddebug.h"
#include "ngx_http_lua_initby.h"
#include "ngx_http_lua_util.h"
static int ngx_http_lua_report(ngx_log_t *log, lua_State *L, int status);
static int ngx_http_lua_do_call(ngx_log_t *log, lua_State *L);
int
n... | 21.476744 | 80 | 0.627504 |
dd8b42bf08ae0a55dccc34801e3d8b33ad8e50a9 | 7,048 | h | C | src/xmpp.h | tuhuayuan/imcore | f9a4ef57041f78416cb7146be46e3c5a1a902a65 | [
"MIT"
] | null | null | null | src/xmpp.h | tuhuayuan/imcore | f9a4ef57041f78416cb7146be46e3c5a1a902a65 | [
"MIT"
] | null | null | null | src/xmpp.h | tuhuayuan/imcore | f9a4ef57041f78416cb7146be46e3c5a1a902a65 | [
"MIT"
] | null | null | null | #ifndef __IMCORE_XMPP_H__
#define __IMCORE_XMPP_H__
#include <stdio.h>
#include "im-thread.h"
#ifdef __cplusplus
extern "C" {
#endif
// 名字空间定义
#define XMPP_NS_CLIENT "jabber:client"
#define XMPP_NS_COMPONENT "jabber:component:accept"
#define XMPP_NS_STREAMS "http://etherx.jabber.org/streams"
#define XMPP_NS_STREAMS_... | 33.722488 | 98 | 0.752838 |
ddb8a60e485ab24f78aaf5d1e9697d97cf459f2a | 462 | h | C | src/inc/video.h | menqgingyu/Terminal-video-chat | b5804598f7d50d536ad0b43600cdecbd7723bcbe | [
"MIT"
] | 3,264 | 2015-02-07T07:15:23.000Z | 2022-03-25T21:24:54.000Z | src/inc/video.h | menqgingyu/Terminal-video-chat | b5804598f7d50d536ad0b43600cdecbd7723bcbe | [
"MIT"
] | 42 | 2015-02-09T06:18:12.000Z | 2022-02-15T23:19:44.000Z | src/inc/video.h | menqgingyu/Terminal-video-chat | b5804598f7d50d536ad0b43600cdecbd7723bcbe | [
"MIT"
] | 317 | 2015-02-09T03:19:10.000Z | 2022-03-01T01:00:16.000Z | #ifndef VIDEO_H
#define VIDEO_H
typedef struct {
int width;
int height;
int depth;
int disp_bandwidth;
int render_type;
unsigned long refresh_rate;
int intensity_threshold;
double saturation;
int monochrome;
char r; char g; char b;
char *ascii_values;
int edge_filter; int edge_lower; int edge_u... | 19.25 | 61 | 0.735931 |
dd1f2a371873e7e38155220cdc427af998a6da03 | 903 | h | C | include/ipfs/importer/importer.h | squishyhuman/c-ipfs | 7d3418e9c715e70d86c81452639a5ef239a22f31 | [
"MIT"
] | null | null | null | include/ipfs/importer/importer.h | squishyhuman/c-ipfs | 7d3418e9c715e70d86c81452639a5ef239a22f31 | [
"MIT"
] | null | null | null | include/ipfs/importer/importer.h | squishyhuman/c-ipfs | 7d3418e9c715e70d86c81452639a5ef239a22f31 | [
"MIT"
] | 1 | 2018-10-02T12:54:34.000Z | 2018-10-02T12:54:34.000Z | #ifndef __IPFS_IMPORTER_IMPORTER_H__
#define __IPFS_IMPORTER_IMPORTER_H__
#include "ipfs/merkledag/node.h"
#include "ipfs/repo/fsrepo/fs_repo.h"
/**
* Creates a node based on an incoming file
* @param root the root directory
* @param file_name the file to import (could contain a directory)
* @param node the root ... | 33.444444 | 143 | 0.754153 |
ea5ee2f4270aef2b2879e5d5ae63418f55afd0ee | 77 | h | C | external/fieldtrip-20160128/peer/src/win32/gettimeofday.h | pchrapka/brain-modelling | f232b5a858e45f10b0b0735269010454129ab017 | [
"MIT"
] | 1 | 2017-10-13T19:37:52.000Z | 2017-10-13T19:37:52.000Z | external/fieldtrip-20160128/peer/src/win32/gettimeofday.h | pchrapka/brain-modelling | f232b5a858e45f10b0b0735269010454129ab017 | [
"MIT"
] | null | null | null | external/fieldtrip-20160128/peer/src/win32/gettimeofday.h | pchrapka/brain-modelling | f232b5a858e45f10b0b0735269010454129ab017 | [
"MIT"
] | 1 | 2019-11-25T12:22:05.000Z | 2019-11-25T12:22:05.000Z | #include <time.h>
int gettimeofday(struct timeval *tv, struct timezone *tz); | 25.666667 | 58 | 0.753247 |
2d87832f7e55fae97d88d0c082229bdf91e7198c | 2,345 | h | C | ECSE/EntityManager.h | VGAD/ECSE | 70b03e2d3d9f9433d5d0bb128e3d69f962231811 | [
"MIT"
] | 5 | 2016-07-03T08:56:46.000Z | 2019-05-14T16:05:06.000Z | ECSE/EntityManager.h | VGAD/ECSE | 70b03e2d3d9f9433d5d0bb128e3d69f962231811 | [
"MIT"
] | 2 | 2015-01-08T01:44:46.000Z | 2015-01-09T00:51:35.000Z | ECSE/EntityManager.h | VGAD/ECSE | 70b03e2d3d9f9433d5d0bb128e3d69f962231811 | [
"MIT"
] | 3 | 2015-01-04T07:33:39.000Z | 2019-08-10T22:39:07.000Z | #pragma once
#include <unordered_map>
#include <boost/pool/object_pool.hpp>
#include "Entity.h"
namespace ECSE
{
//! Handles allocation and deallocation of Entities, as well as distribution of IDs.
/*!
* This class allows Entities to remain more or less tightly-packed. Ownership of the allocated
* Entities will alwa... | 26.348315 | 94 | 0.649467 |
e15a230db85e13413119dc7e78ebc8031d92e8ba | 10,725 | h | C | avt/Filters/avtMassVoxelExtractor.h | ahota/visit_ospray | d80b2e18ff5654d04bfb56ae4d6f42e45f87c9b9 | [
"BSD-3-Clause"
] | null | null | null | avt/Filters/avtMassVoxelExtractor.h | ahota/visit_ospray | d80b2e18ff5654d04bfb56ae4d6f42e45f87c9b9 | [
"BSD-3-Clause"
] | null | null | null | avt/Filters/avtMassVoxelExtractor.h | ahota/visit_ospray | d80b2e18ff5654d04bfb56ae4d6f42e45f87c9b9 | [
"BSD-3-Clause"
] | null | null | null | /*****************************************************************************
*
* Copyright (c) 2000 - 2014, Lawrence Livermore National Security, LLC
* Produced at the Lawrence Livermore National Laboratory
* LLNL-CODE-442911
* All rights reserved.
*
* This file is part of VisIt. For details, see https://visit.llnl... | 46.030043 | 152 | 0.575571 |
f6f9cb7900fd3019bdcd56bd0ca792dab72597b4 | 545 | c | C | scripts/help/helpBack.c | HelpGiveThanks/Library | af33bf0085c6a025c2bb134044d5a493365c24a8 | [
"Apache-2.0"
] | null | null | null | scripts/help/helpBack.c | HelpGiveThanks/Library | af33bf0085c6a025c2bb134044d5a493365c24a8 | [
"Apache-2.0"
] | 31 | 2015-12-09T04:30:43.000Z | 2018-07-26T23:23:10.000Z | scripts/help/helpBack.c | HelpGiveThanks/Library | af33bf0085c6a025c2bb134044d5a493365c24a8 | [
"Apache-2.0"
] | null | null | null | January 19, 2018 1:23:58 Library.fmp12 - helpBack -1-
help: helpBack
#
#This script functions like a browsers back button
#script, taking users back thru help windows bread
#crumb style.
If [ ValueCount ( tempSetup::helpName ) = 1 ]
Exit Script [ ]
Else
Set Variable [ $value1; Value:GetValue ( tempSetup::helpName ; Val... | 36.333333 | 101 | 0.713761 |
919b2b4c08fb0e7b45040713f8d4140d37d6d65a | 10,096 | h | C | iOS/10.0.2/Frameworks/UIKit.framework/_UIFloatingContentView.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | 30 | 2016-10-09T20:13:00.000Z | 2022-01-24T04:14:57.000Z | iOS/10.0.2/Frameworks/UIKit.framework/_UIFloatingContentView.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | null | null | null | iOS/10.0.2/Frameworks/UIKit.framework/_UIFloatingContentView.h | onmyway133/Runtime-Headers | e9b80e7ab9103f37ad421ad6b8b58ee06369d21f | [
"MIT"
] | 7 | 2017-08-29T14:41:25.000Z | 2022-01-19T17:14:54.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/UIKit.framework/UIKit
*/
@interface _UIFloatingContentView : UIView {
bool __disableOutsetShadowPath;
struct CGSize {
double width;
double height;
} _asymmetricFocusedSizeIncrease;
struct CGSize {
double ... | 45.071429 | 170 | 0.759509 |
bccaedceacabeca262931aa9a2b0cc02f4f6e4eb | 1,148 | c | C | MiniProject_C/3_Implementation/src/searchbyfood.c | udupaAnusha/MiniProject_LTTS | fcc265c6a498311046c4a1351ffa95c697c8261a | [
"CC0-1.0"
] | null | null | null | MiniProject_C/3_Implementation/src/searchbyfood.c | udupaAnusha/MiniProject_LTTS | fcc265c6a498311046c4a1351ffa95c697c8261a | [
"CC0-1.0"
] | null | null | null | MiniProject_C/3_Implementation/src/searchbyfood.c | udupaAnusha/MiniProject_LTTS | fcc265c6a498311046c4a1351ffa95c697c8261a | [
"CC0-1.0"
] | null | null | null | // Function to implement the
// search by food
void search_by_food()
{
total = 0;
// Initialize all the hotels
// and their foods
hotel_initialize();
while (1) {
printf("\n\nPlease choose the ");
printf("food\n\n1) %s\t%d\n2) %s\t%d",
m[1].first_food, m[1].first,
m[1].second_food, m[1].second);
print... | 22.076923 | 41 | 0.587108 |
1bc869a092b9e62ef6e6b84a77e799979309cf57 | 3,090 | c | C | external/esp_idf_port/wpa_supplicant/src/wpa2/utils/ext_password.c | ziyik/TizenRT-1 | d510c03303fcfa605bc12c60f826fa5642bbe406 | [
"Apache-2.0"
] | 511 | 2017-03-29T09:14:09.000Z | 2022-03-30T23:10:29.000Z | external/esp_idf_port/wpa_supplicant/src/wpa2/utils/ext_password.c | ziyik/TizenRT-1 | d510c03303fcfa605bc12c60f826fa5642bbe406 | [
"Apache-2.0"
] | 4,673 | 2017-03-29T10:43:43.000Z | 2022-03-31T08:33:44.000Z | external/esp_idf_port/wpa_supplicant/src/wpa2/utils/ext_password.c | ziyik/TizenRT-1 | d510c03303fcfa605bc12c60f826fa5642bbe406 | [
"Apache-2.0"
] | 642 | 2017-03-30T20:45:33.000Z | 2022-03-24T17:07:33.000Z | /******************************************************************
*
* Copyright 2019 Samsung Electronics 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
*
* ... | 23.233083 | 75 | 0.677023 |
09a2bec55c04969f2f29e153d8879f0b065ed25d | 4,879 | c | C | qmk_firmware/keyboards/xd75/keymaps/clanghans/keymap.c | DanTupi/personal_setup | 911b4951e4d8b78d6ea8ca335229e2e970fda871 | [
"MIT"
] | null | null | null | qmk_firmware/keyboards/xd75/keymaps/clanghans/keymap.c | DanTupi/personal_setup | 911b4951e4d8b78d6ea8ca335229e2e970fda871 | [
"MIT"
] | null | null | null | qmk_firmware/keyboards/xd75/keymaps/clanghans/keymap.c | DanTupi/personal_setup | 911b4951e4d8b78d6ea8ca335229e2e970fda871 | [
"MIT"
] | null | null | null | /* Copyright 2020 Chris Langhans
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distribute... | 75.061538 | 146 | 0.35663 |
4ea62218826baf7e6a571aa414e3249dfc46c512 | 58,280 | c | C | modules/synApps_5_6/support/dxp-3-1/dxpApp/handelSrc/handel_xerxes.c | A2-Collaboration/epics | b764a53bf449d9f6b54a1173c5e75a22cf95098c | [
"OML"
] | null | null | null | modules/synApps_5_6/support/dxp-3-1/dxpApp/handelSrc/handel_xerxes.c | A2-Collaboration/epics | b764a53bf449d9f6b54a1173c5e75a22cf95098c | [
"OML"
] | null | null | null | modules/synApps_5_6/support/dxp-3-1/dxpApp/handelSrc/handel_xerxes.c | A2-Collaboration/epics | b764a53bf449d9f6b54a1173c5e75a22cf95098c | [
"OML"
] | null | null | null | /*
* Copyright (c) 2002-2004 X-ray Instrumentation Associates
* 2005-2011 XIA LLC
* 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 sour... | 27.144853 | 127 | 0.637697 |
4ee9560a6a2a6ead205b39f02c54918ad205333e | 2,466 | h | C | include/kernel/Syscall.h | aesophor/valkyrie | 3e2f912da2adfe1a3a8cdb16a989448fccd4e92f | [
"MIT"
] | 53 | 2021-02-24T04:09:41.000Z | 2022-03-30T20:27:12.000Z | include/kernel/Syscall.h | aesophor/valkyrie | 3e2f912da2adfe1a3a8cdb16a989448fccd4e92f | [
"MIT"
] | 4 | 2021-03-03T10:16:42.000Z | 2022-03-10T16:43:40.000Z | include/kernel/Syscall.h | aesophor/valkyrie | 3e2f912da2adfe1a3a8cdb16a989448fccd4e92f | [
"MIT"
] | 5 | 2021-03-03T07:28:17.000Z | 2022-03-05T14:53:10.000Z | // Copyright (c) 2021 Marco Wang <m.aesophor@gmail.com>. All rights reserved.
#ifndef VALKYRIE_SYSCALL_H_
#define VALKYRIE_SYSCALL_H_
#include <Types.h>
#include <Utility.h>
#include <dev/Console.h>
#include <mm/UserspaceAccess.h>
#include <proc/TrapFrame.h>
namespace valkyrie::kernel {
enum Syscall {
SYS_READ,
... | 26.804348 | 77 | 0.729116 |
abdd6bd88d2f5dcf39ebbeb469e8833eaf920506 | 4,414 | h | C | freeRTOS/b-l475e-iot01a1-bg96-verizon/azure_iotc_sample/lib/third_party/bg96/source/Misc/StackAnalysis/inc/stack_analysis.h | colindembovsky/iot-central-firmware | 29493b18b2d37090c5a071669370d4a907eb3f51 | [
"MIT"
] | 136 | 2018-05-08T08:54:22.000Z | 2022-02-17T21:39:41.000Z | freeRTOS/b-l475e-iot01a1-bg96-verizon/azure_iotc_sample/lib/third_party/bg96/source/Misc/StackAnalysis/inc/stack_analysis.h | colindembovsky/iot-central-firmware | 29493b18b2d37090c5a071669370d4a907eb3f51 | [
"MIT"
] | 90 | 2018-05-08T22:50:26.000Z | 2020-11-04T16:11:44.000Z | freeRTOS/b-l475e-iot01a1-bg96-verizon/azure_iotc_sample/lib/third_party/bg96/source/Misc/StackAnalysis/inc/stack_analysis.h | colindembovsky/iot-central-firmware | 29493b18b2d37090c5a071669370d4a907eb3f51 | [
"MIT"
] | 97 | 2018-05-07T20:55:28.000Z | 2022-02-17T21:39:43.000Z | /**
******************************************************************************
* @file stack_analysis.h
* @author MCD Application Team
* @brief Header for stack_analysis.c module
******************************************************************************
* @attention
*
* <h2><center... | 36.783333 | 86 | 0.63208 |
614db5f3b77358e99e3f75b647db67baee5d59a1 | 622 | h | C | iOSOpenDev/frameworks/IMAVCore.framework/Headers/NetworkCheckOperation.h | bzxy/cydia | f8c838cdbd86e49dddf15792e7aa56e2af80548d | [
"MIT"
] | 678 | 2017-11-17T08:33:19.000Z | 2022-03-26T10:40:20.000Z | iOSOpenDev/frameworks/IMAVCore.framework/Headers/NetworkCheckOperation.h | chenfanfang/Cydia | 5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0 | [
"MIT"
] | 22 | 2019-04-16T05:51:53.000Z | 2021-11-08T06:18:45.000Z | iOSOpenDev/frameworks/IMAVCore.framework/Headers/NetworkCheckOperation.h | chenfanfang/Cydia | 5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0 | [
"MIT"
] | 170 | 2018-06-10T07:59:20.000Z | 2022-03-22T16:19:33.000Z | /**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
*/
#import <IMAVCore/IMExtendedOperation.h>
@class IMAVChatParticipant;
__attribute__((visibility("hidden")))
@interface NetworkCheckOperation : IMExtendedOperation {
IMAVChatParticipan... | 27.043478 | 72 | 0.734727 |
c3266e0c0f92bb38a1655264f89b2be1ea6a82e7 | 2,165 | h | C | src/QtWordreference/wordreferenceclient.h | fgsalomon/QtWordReference | aaccb488f2df40a87c1efa9a2c636cb1ee2f8bf4 | [
"Apache-2.0"
] | 1 | 2015-02-12T19:57:52.000Z | 2015-02-12T19:57:52.000Z | src/QtWordreference/wordreferenceclient.h | fgsalomon/QtWordReference | aaccb488f2df40a87c1efa9a2c636cb1ee2f8bf4 | [
"Apache-2.0"
] | null | null | null | src/QtWordreference/wordreferenceclient.h | fgsalomon/QtWordReference | aaccb488f2df40a87c1efa9a2c636cb1ee2f8bf4 | [
"Apache-2.0"
] | null | null | null | #ifndef WORDREFERENCECLIENT_H
#define WORDREFERENCECLIENT_H
#include <QObject>
#include <QtNetwork/QNetworkAccessManager>
#include <QtNetwork/QNetworkReply>
#include "wordtranslation.h"
/*!
* \brief The WordReferenceClient class encapsulates the interaction with the WordReference API.
*/
class WordReferenceClient ... | 31.376812 | 130 | 0.712702 |
251a9952f30c7de43c17dcdfadedd5d68799b636 | 8,686 | c | C | src/loggers/JUnitXmlLogger.c | vikingxie/aceunit | 744b61e168efeee57d1c16e82616de63264cae0a | [
"BSD-3-Clause"
] | 31 | 2015-03-20T02:21:14.000Z | 2022-02-05T09:08:02.000Z | src/loggers/JUnitXmlLogger.c | vikingxie/aceunit | 744b61e168efeee57d1c16e82616de63264cae0a | [
"BSD-3-Clause"
] | 2 | 2015-08-06T21:12:51.000Z | 2015-10-25T21:54:57.000Z | src/loggers/JUnitXmlLogger.c | vikingxie/aceunit | 744b61e168efeee57d1c16e82616de63264cae0a | [
"BSD-3-Clause"
] | 10 | 2015-05-16T18:46:23.000Z | 2021-09-01T02:39:51.000Z | /* Copyright (c) 2007 - 2011, Christian Hujer
* 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... | 36.805085 | 282 | 0.651048 |
c50117ce243e21f885a8ac4fcd0401fe2a2c8b4d | 2,057 | h | C | wpiutil/src/main/native/include/wpi/timestamp.h | shueja-personal/allwpilib | 4b2f6be29e21986703d9c3ddcd2fe07121b2ff6b | [
"BSD-3-Clause"
] | 707 | 2016-05-11T16:54:13.000Z | 2022-03-30T13:03:15.000Z | wpiutil/src/main/native/include/wpi/timestamp.h | shueja-personal/allwpilib | 4b2f6be29e21986703d9c3ddcd2fe07121b2ff6b | [
"BSD-3-Clause"
] | 2,308 | 2016-05-12T00:17:17.000Z | 2022-03-30T20:08:10.000Z | wpiutil/src/main/native/include/wpi/timestamp.h | shueja-personal/allwpilib | 4b2f6be29e21986703d9c3ddcd2fe07121b2ff6b | [
"BSD-3-Clause"
] | 539 | 2016-05-11T20:33:26.000Z | 2022-03-28T20:20:25.000Z | // Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#ifndef WPIUTIL_WPI_TIMESTAMP_H_
#define WPIUTIL_WPI_TIMESTAMP_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
... | 24.2 | 76 | 0.727759 |
707b894d1c1c1f58cca38732cd7134720908f0ab | 227 | h | C | Example/WCTextField/AppTestDemos/Demo4ViewController.h | daydreamboy/WCTextField | 70363d73c28b0d03c3c33097db90c310d1e3f91c | [
"MIT"
] | null | null | null | Example/WCTextField/AppTestDemos/Demo4ViewController.h | daydreamboy/WCTextField | 70363d73c28b0d03c3c33097db90c310d1e3f91c | [
"MIT"
] | null | null | null | Example/WCTextField/AppTestDemos/Demo4ViewController.h | daydreamboy/WCTextField | 70363d73c28b0d03c3c33097db90c310d1e3f91c | [
"MIT"
] | null | null | null | //
// Demo4ViewController.h
// WCTextField
//
// Created by wesley chen on 16/7/9.
// Copyright © 2016年 wesley_chen. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface Demo4ViewController : UIViewController
@end
| 16.214286 | 55 | 0.713656 |
0293bb4ce2a11256bf878642ad3f5e46fcfefc2b | 353 | c | C | src/drv/cd0prn.c | hleuwer/cd | 3220fd277a07cd1ba26a1dba8e82912960d24ef9 | [
"MIT"
] | 5 | 2015-07-08T06:24:22.000Z | 2020-07-30T21:55:56.000Z | src/drv/cd0prn.c | hleuwer/cd | 3220fd277a07cd1ba26a1dba8e82912960d24ef9 | [
"MIT"
] | 1 | 2022-01-13T13:16:50.000Z | 2022-01-13T13:16:50.000Z | src/drv/null/cd0prn.c | isabella232/cd | 902db126ad1e89266d672e3b9a33405d6bfe83f7 | [
"MIT"
] | 3 | 2019-04-13T12:06:10.000Z | 2022-01-13T11:58:08.000Z | /** \file
* \brief Dummy Printer
*
* See Copyright Notice in cd.h
*/
#include <stdlib.h>
#include "cd.h"
#include "cd_private.h"
#include "cdprint.h"
cdContext* cdContextPrinter(void)
{
if (cdUseContextPlus(CD_QUERY))
{
cdContext* ctx = cdGetContextPlus(CD_CTXPLUS_PRINTER);
if (ctx != NULL)
re... | 13.576923 | 58 | 0.651558 |
b346253d8342477ee43a09c2c556d3cc19cc5333 | 737 | h | C | usr/libexec/dasd/_DASActivityBackgroundTaskSchedulerServer-Protocol.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | 5 | 2021-04-29T04:31:43.000Z | 2021-08-19T18:59:58.000Z | usr/libexec/dasd/_DASActivityBackgroundTaskSchedulerServer-Protocol.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | usr/libexec/dasd/_DASActivityBackgroundTaskSchedulerServer-Protocol.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2022-03-19T11:16:23.000Z | 2022-03-19T11:16:23.000Z | //
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
@class NSString, _DASActivity;
@protocol _DASActivityBackgroundTaskSchedulerServer
- (void)establishConnection:(void (^)(void))arg1;
- (void)compl... | 40.944444 | 120 | 0.753053 |
7057bc61f4b2e2cd5e42292158926d9e5bf1b04e | 518 | h | C | src/Point.h | tcvdijk/wupstream | 317b092f896090436cd155e7a7f2b822938963c0 | [
"MIT"
] | 4 | 2018-09-03T14:19:11.000Z | 2019-03-18T23:43:19.000Z | src/Point.h | tcvdijk/wupstream | 317b092f896090436cd155e7a7f2b822938963c0 | [
"MIT"
] | null | null | null | src/Point.h | tcvdijk/wupstream | 317b092f896090436cd155e7a7f2b822938963c0 | [
"MIT"
] | 2 | 2018-12-04T22:01:09.000Z | 2020-11-17T09:44:43.000Z | // Point feature in the network
#ifndef INCLUDED_POINT
#define INCLUDED_POINT
#include <string>
#include "Settings.h"
class Arc;
class BCNode;
class Point {
public:
Point(const std::string &id) : id(id) {}
// network information
std::string id;
bool isController{ false };
bool isStart{ false };
small_vector... | 16.709677 | 41 | 0.696911 |
f228a66fb7c2c9114f8029ab0fb3dbd3c3f92cab | 1,025 | h | C | sjtTools/common/model/User.h | sjt777/sjtTools | 2b6256549f631d82160d83e07f03f26bad9cdae7 | [
"MIT"
] | null | null | null | sjtTools/common/model/User.h | sjt777/sjtTools | 2b6256549f631d82160d83e07f03f26bad9cdae7 | [
"MIT"
] | null | null | null | sjtTools/common/model/User.h | sjt777/sjtTools | 2b6256549f631d82160d83e07f03f26bad9cdae7 | [
"MIT"
] | null | null | null | ////
//// User.h
//// antQueen
////
//// Created by yibyi on 15/4/1.
//// Copyright (c) 2015年 yibyi. All rights reserved.
////
//
//#import "Util.h"
//#import "YYModel.h"
//@interface User : NSObject
//@property (strong,nonatomic) NSString *user_token;
//
//@property (strong,nonatomic) NSString *uid ;
//@property (... | 33.064516 | 70 | 0.691707 |
3503816061d9b22ba3a34468158795643d4ed582 | 1,823 | h | C | class/IDTool.h | hjMaGitHub/TJTools | 075acbe406d4e963881812731ae0f3bf71b26a2c | [
"MIT"
] | null | null | null | class/IDTool.h | hjMaGitHub/TJTools | 075acbe406d4e963881812731ae0f3bf71b26a2c | [
"MIT"
] | null | null | null | class/IDTool.h | hjMaGitHub/TJTools | 075acbe406d4e963881812731ae0f3bf71b26a2c | [
"MIT"
] | null | null | null | //
// IDTool.h
// 我的工具
//
// Created by 吕强 on 16/7/28.
// Copyright © 2017年 Beijing Tianjian Yuan Da Tecnology Co.,Ltd. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
@interface IDTool : NSObject
+(NSString*)plat;
+(NSString*)model;
+(NSString*)deviceInfo;
+(NSString*)encrypte... | 24.635135 | 101 | 0.74712 |
013422d76aea55a25249ddd9bd4061c3623e0e0c | 28 | c | C | test/src/second_include.c | shijunjing/ccsm | 2ca1c88008b8ab0a0c86e05aa571660e24b96ac4 | [
"Apache-2.0"
] | 33 | 2015-07-04T19:53:08.000Z | 2022-02-02T10:06:05.000Z | test/src/second_include.c | shijunjing/ccsm | 2ca1c88008b8ab0a0c86e05aa571660e24b96ac4 | [
"Apache-2.0"
] | 83 | 2015-03-07T16:34:20.000Z | 2021-06-23T21:33:31.000Z | test/src/second_include.c | shijunjing/ccsm | 2ca1c88008b8ab0a0c86e05aa571660e24b96ac4 | [
"Apache-2.0"
] | 15 | 2016-02-23T08:36:42.000Z | 2021-08-31T10:30:14.000Z | #include "simple_include.h"
| 14 | 27 | 0.785714 |
d1360f6e72a6bd6c7d6f3c710769af0ab207eb83 | 67 | h | C | implementations/ugene/src/include/U2Core/DocumentSelection.h | r-barnes/sw_comparison | 1ac2c9cc10a32badd6b8fb1e96516c97f7800176 | [
"BSD-Source-Code"
] | null | null | null | implementations/ugene/src/include/U2Core/DocumentSelection.h | r-barnes/sw_comparison | 1ac2c9cc10a32badd6b8fb1e96516c97f7800176 | [
"BSD-Source-Code"
] | null | null | null | implementations/ugene/src/include/U2Core/DocumentSelection.h | r-barnes/sw_comparison | 1ac2c9cc10a32badd6b8fb1e96516c97f7800176 | [
"BSD-Source-Code"
] | null | null | null | #include "../../corelibs/U2Core/src/selection/DocumentSelection.h"
| 33.5 | 66 | 0.761194 |
921307cd3a8145154d8b19500ff7406d088063c8 | 10,463 | h | C | libwallet/musig/keyagg_impl.h | shieldwallets/falcon | 0cc18f526ac4060f6acdb81a5e93f472364abda7 | [
"MIT"
] | 151 | 2018-10-10T23:49:48.000Z | 2022-03-30T11:54:56.000Z | libwallet/musig/keyagg_impl.h | shieldwallets/falcon | 0cc18f526ac4060f6acdb81a5e93f472364abda7 | [
"MIT"
] | 48 | 2019-09-07T09:45:53.000Z | 2022-03-31T17:54:06.000Z | libwallet/musig/keyagg_impl.h | shieldwallets/falcon | 0cc18f526ac4060f6acdb81a5e93f472364abda7 | [
"MIT"
] | 37 | 2019-10-14T22:44:02.000Z | 2022-03-19T18:53:49.000Z | /***********************************************************************
* Copyright (c) 2021 Jonas Nick *
* Distributed under the MIT software license, see the accompanying *
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
***************************... | 38.186131 | 237 | 0.681258 |
13f02ff4f8ccb0cbca1e630f938c00bf9be7ddc2 | 1,933 | h | C | src/jaegertracing/context/with_context.h | billowqiu/jaeger-client-cpp | 63fe5e89fa468466ef2d5b50a702e1ec3a06675b | [
"Apache-2.0"
] | null | null | null | src/jaegertracing/context/with_context.h | billowqiu/jaeger-client-cpp | 63fe5e89fa468466ef2d5b50a702e1ec3a06675b | [
"Apache-2.0"
] | null | null | null | src/jaegertracing/context/with_context.h | billowqiu/jaeger-client-cpp | 63fe5e89fa468466ef2d5b50a702e1ec3a06675b | [
"Apache-2.0"
] | null | null | null | // Copyright 2018, OpenCensus 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 applicable law or agree... | 31.688525 | 80 | 0.755303 |
3d11f6669b50199139cc7f73ad4fe7b52adefdfd | 261 | h | C | ObjectiveC_Extension/NSApplication+Extension.h | WineskinCommunity/ObjectiveC_Extension | adc4a01c2fa30ec9cdcdb9ffb8025e98563076c4 | [
"MIT"
] | 1 | 2019-12-03T14:27:58.000Z | 2019-12-03T14:27:58.000Z | ObjectiveC_Extension/NSApplication+Extension.h | WineskinCommunity/ObjectiveC_Extension | adc4a01c2fa30ec9cdcdb9ffb8025e98563076c4 | [
"MIT"
] | null | null | null | ObjectiveC_Extension/NSApplication+Extension.h | WineskinCommunity/ObjectiveC_Extension | adc4a01c2fa30ec9cdcdb9ffb8025e98563076c4 | [
"MIT"
] | 1 | 2021-12-28T14:31:06.000Z | 2021-12-28T14:31:06.000Z | //
// NSApplication+Extension.h
// ObjectiveC_Extension
//
// Created by Vitor Marques de Miranda on 23/12/2017.
// Copyright © 2017 VitorMM. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface NSApplication (VMMApplication)
+(void)restart;
@end
| 16.3125 | 54 | 0.716475 |
82d103723aa134ff72449a2d0ca3735b68c86fee | 4,042 | h | C | deploy/cpp/include/config_parser.h | leakyH/PaddleDetection | aa15eb945711baf248177a02d4d3dd3bd3abc4e8 | [
"Apache-2.0"
] | 3 | 2022-03-23T08:48:06.000Z | 2022-03-28T01:59:34.000Z | deploy/cpp/include/config_parser.h | leakyH/PaddleDetection | aa15eb945711baf248177a02d4d3dd3bd3abc4e8 | [
"Apache-2.0"
] | null | null | null | deploy/cpp/include/config_parser.h | leakyH/PaddleDetection | aa15eb945711baf248177a02d4d3dd3bd3abc4e8 | [
"Apache-2.0"
] | 1 | 2022-01-05T16:34:06.000Z | 2022-01-05T16:34:06.000Z | // Copyright (c) 2020 PaddlePaddle Authors. 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.apache.org/licenses/LICENSE-2.0
//
// Unless requir... | 29.289855 | 76 | 0.628154 |
89e182f61945f090f3fa7d996d8f89fa34b7847a | 225 | h | C | Example/CLTools/CLViewController.h | ClaudeLi/CLTools | 26fcec4e03727c86ad69ec80cf3a45e476446324 | [
"MIT"
] | 2 | 2018-07-17T03:57:25.000Z | 2021-06-24T04:00:31.000Z | Example/CLTools/CLViewController.h | ClaudeLi/CLTools | 26fcec4e03727c86ad69ec80cf3a45e476446324 | [
"MIT"
] | null | null | null | Example/CLTools/CLViewController.h | ClaudeLi/CLTools | 26fcec4e03727c86ad69ec80cf3a45e476446324 | [
"MIT"
] | null | null | null | //
// CLViewController.h
// CLTools
//
// Created by claudeli@yeah.net on 06/15/2018.
// Copyright (c) 2018 claudeli@yeah.net. All rights reserved.
//
@import UIKit;
@interface CLViewController : UIViewController
@end
| 16.071429 | 62 | 0.706667 |
d601ea02fde4227e841ec0284082f88b748f0d6d | 683 | c | C | src/librandom/unidevurandom.c | matya/skalibs | ffb631dff6b850648b7421f692301a7033a13d55 | [
"0BSD"
] | null | null | null | src/librandom/unidevurandom.c | matya/skalibs | ffb631dff6b850648b7421f692301a7033a13d55 | [
"0BSD"
] | null | null | null | src/librandom/unidevurandom.c | matya/skalibs | ffb631dff6b850648b7421f692301a7033a13d55 | [
"0BSD"
] | null | null | null | /* ISC license. */
#include <skalibs/sysdeps.h>
#include <skalibs/unirandomdev.h>
#include <skalibs/unirandom.h>
#ifdef SKALIBS_HASDEVURANDOM
#include "random-internal.h"
int unidevurandom_init (union unirandominfo *u)
{
return unirandomdev_sinit(u, "/dev/urandom") ;
}
int unirandom_register_devurandom (unirando... | 17.512821 | 111 | 0.729136 |
328c323a8259f5e9cc25c27406c60f9a9eea0aa9 | 21,537 | h | C | mmtbx/probe/Scoring.h | jongablop/cctbx_project | 5aa9da46eadf4b806cef423218228c4ffdcf2873 | [
"BSD-3-Clause-LBNL"
] | 2 | 2018-02-01T14:25:48.000Z | 2021-09-15T16:36:29.000Z | mmtbx/probe/Scoring.h | jongablop/cctbx_project | 5aa9da46eadf4b806cef423218228c4ffdcf2873 | [
"BSD-3-Clause-LBNL"
] | 2 | 2018-06-14T17:04:17.000Z | 2019-06-24T20:54:12.000Z | mmtbx/probe/Scoring.h | jongablop/cctbx_project | 5aa9da46eadf4b806cef423218228c4ffdcf2873 | [
"BSD-3-Clause-LBNL"
] | null | null | null | // Copyright(c) 2021, Richardson Lab at Duke
// Licensed under the Apache 2 license
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, softwar... | 58.524457 | 118 | 0.643962 |
d0f41012352d5170b5fb1a193492d06402bcc22e | 3,075 | h | C | Gems/GraphCanvas/Code/StaticLib/GraphCanvas/Widgets/EditorContextMenu/ContextMenuActions/NodeGroupMenuActions/NodeGroupContextMenuActions.h | whywhywhyw/o3de | 8e09f66799d4c8f188d45861d821e8656a554cb1 | [
"Apache-2.0",
"MIT"
] | 11 | 2021-07-08T09:58:26.000Z | 2022-03-17T17:59:26.000Z | Gems/GraphCanvas/Code/StaticLib/GraphCanvas/Widgets/EditorContextMenu/ContextMenuActions/NodeGroupMenuActions/NodeGroupContextMenuActions.h | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 29 | 2021-07-06T19:33:52.000Z | 2022-03-22T10:27:49.000Z | Gems/GraphCanvas/Code/StaticLib/GraphCanvas/Widgets/EditorContextMenu/ContextMenuActions/NodeGroupMenuActions/NodeGroupContextMenuActions.h | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 4 | 2021-07-06T19:24:43.000Z | 2022-03-31T12:42:27.000Z | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <AzCore/Memory/SystemAllocator.h>
#include <GraphCanvas/Widgets/EditorConte... | 29.567308 | 117 | 0.72 |
190013533a268a91b9da0de7458b42d9df335d45 | 3,524 | h | C | src/mame/includes/fuukifg3.h | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 26 | 2015-03-31T06:25:51.000Z | 2021-12-14T09:29:04.000Z | src/mame/includes/fuukifg3.h | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | null | null | null | src/mame/includes/fuukifg3.h | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 10 | 2015-03-27T05:45:51.000Z | 2022-02-04T06:57:36.000Z | // license:BSD-3-Clause
// copyright-holders:Paul Priest, David Haywood, Luca Elia
#ifndef MAME_INCLUDES_FUUKIFG3_H
#define MAME_INCLUDES_FUUKIFG3_H
#pragma once
#include "video/fuukifg.h"
#include "emupal.h"
#include "screen.h"
#include "tilemap.h"
/* Define clocks based on actual OSC on the PCB */
#define CPU_CLO... | 30.912281 | 132 | 0.745743 |
5cf9c9b17ec612cb182b01afb0b0998939930967 | 7,054 | h | C | ns-allinone-3.27/ns-3.27/src/wave/helper/wave-mac-helper.h | zack-braun/4607_NS | 43c8fb772e5552fb44bd7cd34173e73e3fb66537 | [
"MIT"
] | 93 | 2019-04-21T08:22:26.000Z | 2022-03-30T04:26:29.000Z | ns-allinone-3.27/ns-3.27/src/wave/helper/wave-mac-helper.h | zack-braun/4607_NS | 43c8fb772e5552fb44bd7cd34173e73e3fb66537 | [
"MIT"
] | 12 | 2019-04-19T16:39:58.000Z | 2021-06-22T13:18:32.000Z | ns-allinone-3.27/ns-3.27/src/wave/helper/wave-mac-helper.h | zack-braun/4607_NS | 43c8fb772e5552fb44bd7cd34173e73e3fb66537 | [
"MIT"
] | 21 | 2019-05-27T19:36:12.000Z | 2021-07-26T02:37:41.000Z | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2008 INRIA
* Copyright (c) 2009 MIRKO BANCHI
* Copyright (c) 2013 Dalian University of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ver... | 41.739645 | 98 | 0.645733 |
d0588caf801745d37431c35171d8190065f487fc | 1,031 | h | C | ShowNews/ShowNews/classes/Scences/User/Model/User.h | fearlessyyp/YZZLShowNews | 6cbcc59d96017e3132102fe5c7dcb72aab232b07 | [
"Apache-2.0"
] | null | null | null | ShowNews/ShowNews/classes/Scences/User/Model/User.h | fearlessyyp/YZZLShowNews | 6cbcc59d96017e3132102fe5c7dcb72aab232b07 | [
"Apache-2.0"
] | null | null | null | ShowNews/ShowNews/classes/Scences/User/Model/User.h | fearlessyyp/YZZLShowNews | 6cbcc59d96017e3132102fe5c7dcb72aab232b07 | [
"Apache-2.0"
] | null | null | null | //
// User.h
// ShowNews
//
// Created by YYP on 16/7/2.
// Copyright © 2016年 YZZL. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface User : NSObject
/// 用户名
@property (nonatomic, strong) NSString *username;
/// 密码
@property (nonatomic, strong) NSString *password;
/// 电话号码
@property (nonatomic,... | 27.131579 | 53 | 0.57129 |
fd9b43d67fd4c987653d595ab5cd82b9f50fb0ca | 260 | h | C | ios/versioned-react-native/ABI28_0_0/Expo/Core/Api/Components/GestureHandler/ABI28_0_0RNGestureHandlerModule.h | ThakurKarthik/expo | ed78ed4f07c950184a59422ebd95645253f44e3d | [
"Apache-2.0",
"MIT"
] | 2 | 2019-08-15T19:24:41.000Z | 2020-09-28T00:44:04.000Z | ios/versioned-react-native/ABI28_0_0/Expo/Core/Api/Components/GestureHandler/ABI28_0_0RNGestureHandlerModule.h | ThakurKarthik/expo | ed78ed4f07c950184a59422ebd95645253f44e3d | [
"Apache-2.0",
"MIT"
] | 2 | 2022-02-14T18:22:55.000Z | 2022-02-26T02:17:58.000Z | ios/versioned-react-native/ABI28_0_0/Expo/Core/Api/Components/GestureHandler/ABI28_0_0RNGestureHandlerModule.h | ThakurKarthik/expo | ed78ed4f07c950184a59422ebd95645253f44e3d | [
"Apache-2.0",
"MIT"
] | 1 | 2020-03-01T01:28:59.000Z | 2020-03-01T01:28:59.000Z | #import <ReactABI28_0_0/ABI28_0_0RCTEventEmitter.h>
#import <ReactABI28_0_0/ABI28_0_0RCTBridgeModule.h>
#import <ReactABI28_0_0/ABI28_0_0RCTUIManager.h>
@interface ABI28_0_0RNGestureHandlerModule : ABI28_0_0RCTEventEmitter <ABI28_0_0RCTBridgeModule>
@end
| 28.888889 | 96 | 0.857692 |
45c57b3178bc333b7ed353a2e9868a14702024ff | 16,267 | c | C | src/base/flamec/supermatrix/gpu/main/FLASH_Queue_gpu.c | greck2908/libflame | 51d901f5fa1729c018c19110d100d117b91a0e65 | [
"BSD-3-Clause"
] | 27 | 2017-10-01T08:26:08.000Z | 2022-01-03T20:26:42.000Z | src/base/flamec/supermatrix/gpu/main/FLASH_Queue_gpu.c | greck2908/libflame | 51d901f5fa1729c018c19110d100d117b91a0e65 | [
"BSD-3-Clause"
] | null | null | null | src/base/flamec/supermatrix/gpu/main/FLASH_Queue_gpu.c | greck2908/libflame | 51d901f5fa1729c018c19110d100d117b91a0e65 | [
"BSD-3-Clause"
] | 11 | 2017-07-30T19:15:00.000Z | 2020-02-21T13:18:13.000Z | /*
Copyright (C) 2014, The University of Texas at Austin
This file is part of libflame and is available under the 3-Clause
BSD license, which can be found in the LICENSE file at the top-level
directory, or at http://opensource.org/licenses/BSD-3-Clause
*/
#include "FLAME.h"
#ifdef FLA_ENABLE_GPU
... | 32.92915 | 177 | 0.456384 |
a9d9c075b2cb12bdf014aa1f9bade6d0d2529541 | 3,872 | h | C | VTK/Hybrid/vtkLandmarkTransform.h | matthb2/ParaView-beforekitwareswtichedtogit | e47e57d6ce88444d9e6af9ab29f9db8c23d24cef | [
"BSD-3-Clause"
] | 1 | 2021-07-31T19:38:03.000Z | 2021-07-31T19:38:03.000Z | VTK/Hybrid/vtkLandmarkTransform.h | matthb2/ParaView-beforekitwareswtichedtogit | e47e57d6ce88444d9e6af9ab29f9db8c23d24cef | [
"BSD-3-Clause"
] | null | null | null | VTK/Hybrid/vtkLandmarkTransform.h | matthb2/ParaView-beforekitwareswtichedtogit | e47e57d6ce88444d9e6af9ab29f9db8c23d24cef | [
"BSD-3-Clause"
] | 2 | 2019-01-22T19:51:40.000Z | 2021-07-31T19:38:05.000Z | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile$
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software is distrib... | 33.094017 | 92 | 0.722624 |
43ca863bd9c88a03f8c17a83e43ca84753d3450d | 124,564 | c | C | MagickCore/visual-effects.c | feiser2016/ImageMagick | 5a526edbbf98b4ba244fd62e8460e8e1d0ee274f | [
"ImageMagick"
] | null | null | null | MagickCore/visual-effects.c | feiser2016/ImageMagick | 5a526edbbf98b4ba244fd62e8460e8e1d0ee274f | [
"ImageMagick"
] | null | null | null | MagickCore/visual-effects.c | feiser2016/ImageMagick | 5a526edbbf98b4ba244fd62e8460e8e1d0ee274f | [
"ImageMagick"
] | null | null | null | /*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% %
% ... | 33.084728 | 84 | 0.583612 |
2eb210cc223691737dea6b9dbe1235dc8919f390 | 3,380 | c | C | resis/ResDebug.c | wisehackermonkey/magic | fb85e97b9233cff352d964823173c18527c714aa | [
"TCL",
"X11",
"MIT"
] | null | null | null | resis/ResDebug.c | wisehackermonkey/magic | fb85e97b9233cff352d964823173c18527c714aa | [
"TCL",
"X11",
"MIT"
] | null | null | null | resis/ResDebug.c | wisehackermonkey/magic | fb85e97b9233cff352d964823173c18527c714aa | [
"TCL",
"X11",
"MIT"
] | null | null | null |
#ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/resis/ResDebug.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $";
#endif /* not lint */
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include "utils/magic.h"
#include "utils/geometry.h"
#include "uti... | 22.993197 | 138 | 0.521302 |
2eda2aaf1b32757d5bc5d275a22c0e816857e998 | 2,424 | h | C | include/Map.h | IamCrazyAlien/dephpX | d732e679c038d2abeb10f686e40f1efe4cf61ce5 | [
"MIT"
] | null | null | null | include/Map.h | IamCrazyAlien/dephpX | d732e679c038d2abeb10f686e40f1efe4cf61ce5 | [
"MIT"
] | null | null | null | include/Map.h | IamCrazyAlien/dephpX | d732e679c038d2abeb10f686e40f1efe4cf61ce5 | [
"MIT"
] | null | null | null | /*
///////////////////////////////////////////////////////////////////////////////
//
// FileName : Map.h
// Version : 1.0
// Creator : RM
// Create Date : 2006-01-01
// Comment :
//
///////////////////////////////////////////////////////////////////////////////
*/
#ifndef __MAP_H__
#define... | 32.756757 | 106 | 0.449257 |
c8cbb0e98fca75190ad6445bf1d838e454165090 | 1,724 | h | C | src/websockets-hixie76.h | gtritchie/httpuv | 2e69d2315bfd320714878d4206e00de2be912938 | [
"BSL-1.0"
] | 181 | 2015-01-20T10:10:54.000Z | 2022-03-06T05:01:32.000Z | src/websockets-hixie76.h | gtritchie/httpuv | 2e69d2315bfd320714878d4206e00de2be912938 | [
"BSL-1.0"
] | 241 | 2015-03-06T00:02:03.000Z | 2022-03-31T21:15:59.000Z | src/websockets-hixie76.h | gtritchie/httpuv | 2e69d2315bfd320714878d4206e00de2be912938 | [
"BSL-1.0"
] | 76 | 2015-01-01T00:50:45.000Z | 2022-03-05T22:30:43.000Z | #ifndef WEBSOCKETS_HIXIE76_H
#define WEBSOCKETS_HIXIE76_H
#include "websockets.h"
#include "websockets-hybi03.h"
enum Hixie76State {
// Starting state, also what we return to after finishing a frame
H76_START,
// We saw 0x00 indicating text frame, now looking for matching 0xFF.
// Everything in between is pay... | 31.925926 | 73 | 0.692575 |
c8eeb7dbb6242babaace3f8512c5c083a0a51a3f | 81,127 | c | C | PERKO-1/GccApplication5/GccApplication5.c | slaviber/PERKO-1 | 729e84d3a62b4da868bba299ae863a39bf8702ea | [
"CC0-1.0"
] | null | null | null | PERKO-1/GccApplication5/GccApplication5.c | slaviber/PERKO-1 | 729e84d3a62b4da868bba299ae863a39bf8702ea | [
"CC0-1.0"
] | null | null | null | PERKO-1/GccApplication5/GccApplication5.c | slaviber/PERKO-1 | 729e84d3a62b4da868bba299ae863a39bf8702ea | [
"CC0-1.0"
] | null | null | null | /*
* GccApplication5.c
*
* Created: 15.01.07 17:52:05
* Author: Administrator
*/
//#define STACK_SIZE 112640
#include <sam4e8c.h>
#include <fastmath.h>
#define IOPORT_PIOD 3
#define IOPORT_CREATE_PIN(port, pin) ((IOPORT_ ## port) * 32 + (pin))
#define LED_0_PIN IOPORT_CREATE_PIN(PIOD, 24)
#define OP... | 33.634743 | 203 | 0.538119 |
ecb3d7e6e9032853bd19c2910666d6fd273d9746 | 3,769 | h | C | include/tubeComputeTubeFlyThroughImage.h | thewtex/TubeTK | 7536c6c112e1785cead4d008e8fae5ca8f527f20 | [
"Apache-2.0"
] | null | null | null | include/tubeComputeTubeFlyThroughImage.h | thewtex/TubeTK | 7536c6c112e1785cead4d008e8fae5ca8f527f20 | [
"Apache-2.0"
] | null | null | null | include/tubeComputeTubeFlyThroughImage.h | thewtex/TubeTK | 7536c6c112e1785cead4d008e8fae5ca8f527f20 | [
"Apache-2.0"
] | null | null | null | /*=========================================================================
Library: TubeTK
Copyright 2010 Kitware Inc. 28 Corporate Drive,
Clifton Park, NY, 12065, USA.
All rights reserved.
Licensed under the Apache License, Version 2.0 ( the "License" );
you may not use this file except in compliance with the L... | 32.491379 | 79 | 0.711329 |
aeef8f9be22cc684e7b061d571a6d94e59f64f14 | 11,107 | c | C | edge/co2sensor/firmware/nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8/examples/zigbee/light_control/light_coordinator/main.c | zbennis/hetida4office | 07a6f8969ec7409345c279ec9d7a725593244ffe | [
"MIT"
] | 1 | 2020-11-14T19:19:31.000Z | 2020-11-14T19:19:31.000Z | edge/co2sensor/firmware/nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8/examples/zigbee/light_control/light_coordinator/main.c | zbennis/hetida4office | 07a6f8969ec7409345c279ec9d7a725593244ffe | [
"MIT"
] | null | null | null | edge/co2sensor/firmware/nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8/examples/zigbee/light_control/light_coordinator/main.c | zbennis/hetida4office | 07a6f8969ec7409345c279ec9d7a725593244ffe | [
"MIT"
] | 3 | 2020-11-14T17:21:41.000Z | 2020-11-16T19:23:24.000Z | /**
* Copyright (c) 2018 - 2020, Nordic Semiconductor ASA
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright no... | 37.90785 | 291 | 0.641938 |
d80ec37419133017eca5a5b780390e6ce5a83e7c | 683 | h | C | Example/Pods/Headers/Public/SCBasicComponents/SCButton.h | wenkun/SCBasicComponents | 5ebd10bb7a5cf41f2adb1264d3f858a7713514d2 | [
"MIT"
] | null | null | null | Example/Pods/Headers/Public/SCBasicComponents/SCButton.h | wenkun/SCBasicComponents | 5ebd10bb7a5cf41f2adb1264d3f858a7713514d2 | [
"MIT"
] | null | null | null | Example/Pods/Headers/Public/SCBasicComponents/SCButton.h | wenkun/SCBasicComponents | 5ebd10bb7a5cf41f2adb1264d3f858a7713514d2 | [
"MIT"
] | null | null | null | //
// SCButton.h
// IntelligentCommunity
//
// Created by 星星 on 2018/3/1.
// Copyright © 2018年 SmartCare. All rights reserved.
//
#import <UIKit/UIKit.h>
/**
可以对Button内的元素进行自定义的布局,重写布局block,进行自定义布局 例如:
SCButton.titleRectBlock = ^CGRect(CGRect contentRect) {
return CGRectMake(0, 0, titleSize.width, con... | 28.458333 | 74 | 0.7306 |
c1a57480d99a91591e6b6ab4c23bcc53a4e1c9cf | 1,618 | c | C | build/ImageMagick-7.1.0-2/IMDelegates/ghostscript-9.54.0/psi/ztrap.c | roMummy/imagemagick_lib_ios | 0e0e6fa77e06b471f5019d5b1b28caabd08d5e6a | [
"ImageMagick"
] | null | null | null | build/ImageMagick-7.1.0-2/IMDelegates/ghostscript-9.54.0/psi/ztrap.c | roMummy/imagemagick_lib_ios | 0e0e6fa77e06b471f5019d5b1b28caabd08d5e6a | [
"ImageMagick"
] | null | null | null | build/ImageMagick-7.1.0-2/IMDelegates/ghostscript-9.54.0/psi/ztrap.c | roMummy/imagemagick_lib_ios | 0e0e6fa77e06b471f5019d5b1b28caabd08d5e6a | [
"ImageMagick"
] | null | null | null | /* Copyright (C) 2001-2021 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the license ... | 24.892308 | 73 | 0.677379 |
cac7b01bc555a49512f730fe09f9598711010191 | 55,995 | h | C | src/unicode_defs.h | webcoding/gocr | 47bf84cbb41b43039198cb892be887dd3b253388 | [
"MIT"
] | null | null | null | src/unicode_defs.h | webcoding/gocr | 47bf84cbb41b43039198cb892be887dd3b253388 | [
"MIT"
] | null | null | null | src/unicode_defs.h | webcoding/gocr | 47bf84cbb41b43039198cb892be887dd3b253388 | [
"MIT"
] | null | null | null | /*
This is a Optical-Character-Recognition program
Copyright (C) 2000-2010 Joerg Schulenburg
The character codes in this file are Copyright (c) 1991-1999 Unicode, Inc.
All Rights reserved.
This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
No claims are made as to fitness for any part... | 44.939807 | 78 | 0.811501 |
6cd88fa5fdc2a48f8f1a416fe268a2bb6375f4fe | 853 | h | C | demo/stm32g030c8/pikascript/pikascript-api/PikaStdDevice_UART.h | oblonka/pikascript | 3e3c80c754515c1cf8acf08e85d5ca0c0cc49ca3 | [
"MIT"
] | 1 | 2021-09-23T16:54:35.000Z | 2021-09-23T16:54:35.000Z | demo/stm32g070cb/pikascript/pikascript-api/PikaStdDevice_UART.h | oblonka/pikascript | 3e3c80c754515c1cf8acf08e85d5ca0c0cc49ca3 | [
"MIT"
] | null | null | null | demo/stm32g070cb/pikascript/pikascript-api/PikaStdDevice_UART.h | oblonka/pikascript | 3e3c80c754515c1cf8acf08e85d5ca0c0cc49ca3 | [
"MIT"
] | null | null | null | /* ******************************** */
/* Warning! Don't modify this file! */
/* ******************************** */
#ifndef __PikaStdDevice_UART__H
#define __PikaStdDevice_UART__H
#include <stdio.h>
#include <stdlib.h>
#include "PikaObj.h"
PikaObj *New_PikaStdDevice_UART(Args *args);
void PikaStdDevice_UART_enable(P... | 37.086957 | 76 | 0.730363 |
bb663073c8f665ab04efb23dcb7078819205b757 | 972 | h | C | source/measures.h | DavidAce/2Component_GL | b0821956ebe1d65355b2afd954b099ed18b9ad54 | [
"MIT"
] | null | null | null | source/measures.h | DavidAce/2Component_GL | b0821956ebe1d65355b2afd954b099ed18b9ad54 | [
"MIT"
] | null | null | null | source/measures.h | DavidAce/2Component_GL | b0821956ebe1d65355b2afd954b099ed18b9ad54 | [
"MIT"
] | null | null | null | //
// Created by ilaria on 2019-11-16.
//
#ifndef MEASURES_H
#define MEASURES_H
#include "main.h"
#include <fstream>
struct Measures{
double E = 0.; //Energy
double E_pot = 0.;
double E_kin = 0.;
double E_Josephson = 0.;
double E_B = 0.;
double E_AB=0.;
double m = 0.; //magnetization (fo... | 24.923077 | 98 | 0.675926 |
183efe78947420bfd7ccf50dcb226a998f3fbdaa | 417 | c | C | Programiranje2/vaje02/pitagorejska-trojica/testi/pitagora.c | RokKos/FRI_Programiranje | d1b0c73585af049be9283447039f5f3e3fa4bdd9 | [
"MIT"
] | 5 | 2016-11-26T14:24:53.000Z | 2020-07-29T07:54:38.000Z | Programiranje2/vaje02/pitagorejska-trojica/testi/pitagora.c | RokKos/FRI_Programiranje | d1b0c73585af049be9283447039f5f3e3fa4bdd9 | [
"MIT"
] | 8 | 2016-12-07T19:32:57.000Z | 2021-06-11T17:58:11.000Z | Programiranje2/vaje02/pitagorejska-trojica/testi/pitagora.c | RokKos/FRI_Programiranje | d1b0c73585af049be9283447039f5f3e3fa4bdd9 | [
"MIT"
] | 12 | 2016-11-27T17:00:26.000Z | 2018-05-22T04:44:08.000Z | #include <stdio.h>
#include <math.h>
int main() {
int a,b;
scanf("%d %d", &a, &b);
int je[b-a + 1];
for (int i = 0; i < b-a + 1; ++i){
je[i] = 0;
}
int c = 0;
for (int i = 1; i <=b; ++i) {
for (int j = i; j <=b; ++j) {
int g = i*i + j*j;
double t = sqrt(g);
if ( (int)t == t && t >= a && t <=b && j... | 16.68 | 62 | 0.388489 |
120a03a63879c1273f0a38cb89f0ffdfbe15e7cd | 309 | c | C | first/factoriao.c | catarinaacsilva/c-algorithms | 958da92cd17024b3135c41a328edc7b364a71ae8 | [
"MIT"
] | null | null | null | first/factoriao.c | catarinaacsilva/c-algorithms | 958da92cd17024b3135c41a328edc7b364a71ae8 | [
"MIT"
] | null | null | null | first/factoriao.c | catarinaacsilva/c-algorithms | 958da92cd17024b3135c41a328edc7b364a71ae8 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <math.h>
int fatoriao(int base);
int main(void){
result = factoriao(10);
printf("%d", result);
}
int factoriao(int base){
int result = 0;
int p = pow(10,6);
int factorial;
do{
for(int i=0;; i++){
for(int j=0;;j++){
}
}
}while(result < p);
}
int factorial | 12.36 | 24 | 0.579288 |
15de334460bde38896c4153e43b2930404c22ec6 | 427 | h | C | WeChat-Headers/IPOILocationDisplayExt-Protocol.h | RockerHX/FishChat | d47f3228dd1f05a7547300330adfe45a09e0175d | [
"MIT"
] | 678 | 2017-11-17T08:33:19.000Z | 2022-03-26T10:40:20.000Z | WeChat-Headers/IPOILocationDisplayExt-Protocol.h | 274077005/FishChat | 5432fbc1a9be0c886b2d5800e28118c11df1f0c0 | [
"MIT"
] | 22 | 2019-04-16T05:51:53.000Z | 2021-11-08T06:18:45.000Z | WeChat-Headers/IPOILocationDisplayExt-Protocol.h | 274077005/FishChat | 5432fbc1a9be0c886b2d5800e28118c11df1f0c0 | [
"MIT"
] | 170 | 2018-06-10T07:59:20.000Z | 2022-03-22T16:19:33.000Z | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class CLLocation, NSDictionary, NSString;
@protocol IPOILocationDisplayExt <NSObject>
- (void)onGetPOIDisplayName:(NSString *)arg1 ForLocation:(CLLocation *)... | 28.466667 | 171 | 0.728337 |
5cdebfd65a23a42d04ea93dbec0ff6666e960753 | 356 | c | C | misc/mmap.c | ash-nolan/sunder | f974a4e0609651699af193fd665f970ecec94ab3 | [
"Apache-2.0"
] | 7 | 2021-09-29T20:06:36.000Z | 2022-01-24T23:47:34.000Z | misc/mmap.c | ash-nolan/sunder | f974a4e0609651699af193fd665f970ecec94ab3 | [
"Apache-2.0"
] | 51 | 2021-09-17T02:27:45.000Z | 2022-03-26T01:21:02.000Z | misc/mmap.c | ash-nolan/nova | 225f8b5ea589bdfdc853a2dbf4140b71bb8e08b3 | [
"Apache-2.0"
] | null | null | null | #include <sys/mman.h>
#include <stdio.h>
int
main(void)
{
int const prot = PROT_READ | PROT_WRITE;
int const flags = MAP_PRIVATE | MAP_ANONYMOUS;
void* const mapped = mmap((void*)0xDEADBEEF, 4096, prot, flags, -1, 0);
printf("prot %#x\n", prot); // 0x3
printf("flags %#x\n", flags); // 0x22
prin... | 25.428571 | 75 | 0.617978 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.