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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
25100432cfdd65a321093262b0d3b6f4e6c21c71 | 239 | h | C | ocjqday02/ARC/Dog.h | MinghuiGao/C- | 7994bbd74a89ef224a65c7f08af022c8ff47dbe2 | [
"Apache-2.0"
] | 11 | 2016-01-07T15:17:37.000Z | 2016-11-16T16:43:23.000Z | ocjqday02/ARC/Dog.h | MinghuiGao/C- | 7994bbd74a89ef224a65c7f08af022c8ff47dbe2 | [
"Apache-2.0"
] | null | null | null | ocjqday02/ARC/Dog.h | MinghuiGao/C- | 7994bbd74a89ef224a65c7f08af022c8ff47dbe2 | [
"Apache-2.0"
] | 2 | 2019-06-18T14:43:04.000Z | 2019-12-22T09:15:53.000Z | //
// Dog.h
// ocjqday02
//
// Created by 高明辉 on 16/1/25.
// Copyright © 2016年 itcast. All rights reserved.
//
#import <Foundation/Foundation.h>
@class Person;
@interface Dog : NSObject
@property (nonatomic,weak) Person *owner;
@end
| 15.933333 | 50 | 0.677824 |
d7b4e4d50ec7a1d6bb060d09f480e23a145cc54f | 449 | h | C | RecordSDKUI/MediaEdit/MediaPicker/View/Album/MDNewAssetAlbumCell.h | sunfei/MMVideoSDKDemo | 24c3a77436a4199979f78501014b074ce74943c4 | [
"MIT"
] | 1 | 2019-03-26T12:02:45.000Z | 2019-03-26T12:02:45.000Z | RecordSDKUI/MediaEdit/MediaPicker/View/Album/MDNewAssetAlbumCell.h | sunfei/MMVideoSDKDemo | 24c3a77436a4199979f78501014b074ce74943c4 | [
"MIT"
] | 2 | 2019-10-20T04:34:44.000Z | 2020-12-02T06:57:13.000Z | RecordSDKUI/MediaEdit/MediaPicker/View/Album/MDNewAssetAlbumCell.h | sunfei/MMVideoSDKDemo | 24c3a77436a4199979f78501014b074ce74943c4 | [
"MIT"
] | 6 | 2019-04-11T03:59:09.000Z | 2021-06-08T07:04:39.000Z | //
// MDNewAssetAlbumCell.h
// MDChat
//
// Created by YZK on 2018/10/26.
// Copyright © 2018 sdk.com. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MDAssetAlbumItem.h"
FOUNDATION_EXPORT const CGFloat kMDNewAssetAlbumCellHeight;
NS_ASSUME_NONNULL_BEGIN
@interface MDNewAssetAlbumCell : UITableViewCell... | 18.708333 | 59 | 0.768374 |
0c8e800887ccd3562ae5dec943fecc9d909d9bd4 | 531 | h | C | branches/rev71/File/ShaderLoader.h | mtheory101/hybrid-rendering-thesis | 314a200726450e27982e1a95eec3702ad5c9d320 | [
"MIT"
] | 1 | 2019-06-14T20:22:21.000Z | 2019-06-14T20:22:21.000Z | branches/rev71/File/ShaderLoader.h | ptrefall/hybrid-rendering-thesis | 72be3b3f6b457741737cd83cefb90f2bdbaa46dc | [
"MIT"
] | null | null | null | branches/rev71/File/ShaderLoader.h | ptrefall/hybrid-rendering-thesis | 72be3b3f6b457741737cd83cefb90f2bdbaa46dc | [
"MIT"
] | null | null | null | #pragma once
#include "../Render/Shader.h"
#include <memory>
#include <string>
namespace File
{
class ShaderLoader;
typedef std::shared_ptr<ShaderLoader> ShaderLoaderPtr;
class ShaderLoader
{
public:
ShaderLoader(const std::string &base_dir);
Render::ShaderPtr load(const std::string &vs_f... | 21.24 | 154 | 0.694915 |
1044c85c0f164437f4d49765d473a362807e5cef | 6,341 | h | C | components/render/opengl_driver/sources/shared/platform.h | untgames/funner | c91614cda55fd00f5631d2bd11c4ab91f53573a3 | [
"MIT"
] | 7 | 2016-03-30T17:00:39.000Z | 2017-03-27T16:04:04.000Z | components/render/opengl_driver/sources/shared/platform.h | untgames/Funner | c91614cda55fd00f5631d2bd11c4ab91f53573a3 | [
"MIT"
] | 4 | 2017-11-21T11:25:49.000Z | 2018-09-20T17:59:27.000Z | components/render/opengl_driver/sources/shared/platform.h | untgames/Funner | c91614cda55fd00f5631d2bd11c4ab91f53573a3 | [
"MIT"
] | 4 | 2016-11-29T15:18:40.000Z | 2017-03-27T16:04:08.000Z | #ifndef RENDER_GL_DRIVER_PLATFORM_HEADER
#define RENDER_GL_DRIVER_PLATFORM_HEADER
#include <stl/auto_ptr.h>
#include <render/low_level/driver.h>
#include <shared/library.h>
namespace render
{
namespace low_level
{
namespace opengl
{
//////////////////////////////////////////////////////////////... | 43.431507 | 112 | 0.302003 |
09ad67f76ba5e6bf6242b21e1f6b3adac259f4fe | 362 | h | C | vendor/include/BiometricKit/BiometricKitIdentity.h | ItHertzSoGood/DragonBuild | 1aaf6133ab386ba3a5165a4b29c080ca8d814b52 | [
"MIT"
] | 7 | 2021-01-16T15:14:51.000Z | 2021-09-17T12:10:31.000Z | vendor/include/BiometricKit/BiometricKitIdentity.h | ItHertzSoGood/DragonBuild | 1aaf6133ab386ba3a5165a4b29c080ca8d814b52 | [
"MIT"
] | null | null | null | vendor/include/BiometricKit/BiometricKitIdentity.h | ItHertzSoGood/DragonBuild | 1aaf6133ab386ba3a5165a4b29c080ca8d814b52 | [
"MIT"
] | 1 | 2020-07-26T02:16:06.000Z | 2020-07-26T02:16:06.000Z | @interface BiometricKitIdentity : NSObject <NSSecureCoding, NSCopying>
@property (nonatomic, retain) NSUUID * uuid;
@property (nonatomic, assign) NSUInteger userID;
@property (nonatomic, assign) NSInteger type;
@property (nonatomic, assign) NSInteger attribute;
@property (nonatomic, assign) NSInteger entity;
@property... | 32.909091 | 70 | 0.781768 |
7cf319b3ff3d5f5d1f8940a3b15f497f9ef75125 | 1,684 | c | C | PART1-C-PROGRAMMING/check_bst.c | mohitesh07/software-engineering-assignment | 45b2d18728fc529dc4baae044babebebefb67053 | [
"MIT"
] | null | null | null | PART1-C-PROGRAMMING/check_bst.c | mohitesh07/software-engineering-assignment | 45b2d18728fc529dc4baae044babebebefb67053 | [
"MIT"
] | null | null | null | PART1-C-PROGRAMMING/check_bst.c | mohitesh07/software-engineering-assignment | 45b2d18728fc529dc4baae044babebebefb67053 | [
"MIT"
] | null | null | null | ///////////////// SOFTWARE ENGINEERING ASSIGNMENT ////////////////////////////////////////////////////
// Write a C program which takes a binary tree as input and checks it is a binary search tree //
// @author: Mohitesh Ch Agarwal ... | 29.54386 | 126 | 0.449525 |
e5795b8d15efb6079cdd2ac1761a545bb3c4a029 | 3,215 | h | C | include/mtt/render/CommandQueue/CommandQueue.h | AluminiumRat/mtt | 3052f8ad0ffabead05a1033e1d714a61e77d0aa8 | [
"MIT"
] | null | null | null | include/mtt/render/CommandQueue/CommandQueue.h | AluminiumRat/mtt | 3052f8ad0ffabead05a1033e1d714a61e77d0aa8 | [
"MIT"
] | null | null | null | include/mtt/render/CommandQueue/CommandQueue.h | AluminiumRat/mtt | 3052f8ad0ffabead05a1033e1d714a61e77d0aa8 | [
"MIT"
] | null | null | null | #pragma once
#include <memory>
#include <vector>
#include <vulkan/vulkan.h>
#include <mtt/render/CommandQueue/CommandPool.h>
#include <mtt/render/CommandQueue/CommandProducer.h>
#include <mtt/render/CommandQueue/Fence.h>
#include <mtt/render/CommandQueue/QueueFamilyInfo.h>
#include <mtt/render/Ref.h>
namespace mtt
... | 25.117188 | 67 | 0.666252 |
4c0395d05aa49797e87cd5392acebd35fc817ab3 | 30,550 | h | C | contrib/depends/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSWorkspace.h | Amity-Network/amity | 3e57379f01af4ca851079c8e469fbda7c8165b47 | [
"MIT"
] | null | null | null | contrib/depends/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSWorkspace.h | Amity-Network/amity | 3e57379f01af4ca851079c8e469fbda7c8165b47 | [
"MIT"
] | null | null | null | contrib/depends/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/NSWorkspace.h | Amity-Network/amity | 3e57379f01af4ca851079c8e469fbda7c8165b47 | [
"MIT"
] | null | null | null | /*
NSWorkspace.h
Application Kit
Copyright (c) 1994-2015, Apple Inc.
All rights reserved.
*/
#import <Foundation/NSObject.h>
#import <Foundation/NSArray.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSGeometry.h>
#import <Foundation/NSAppleEventDescriptor.h>
#import <AppKit/AppKitDefines.h>
NS_ASSUME... | 78.534704 | 604 | 0.798756 |
492b30e99341f080225c9da8cc5006cbc272e15f | 529 | h | C | inc/localconf.h | mmoskal/codal-itsybitsy-m4 | b2ac8a7fe11c76ec083b9abbafa8f01db07a7735 | [
"MIT"
] | null | null | null | inc/localconf.h | mmoskal/codal-itsybitsy-m4 | b2ac8a7fe11c76ec083b9abbafa8f01db07a7735 | [
"MIT"
] | null | null | null | inc/localconf.h | mmoskal/codal-itsybitsy-m4 | b2ac8a7fe11c76ec083b9abbafa8f01db07a7735 | [
"MIT"
] | null | null | null | #pragma once
#define USE_FULL_ASSERT 1
#define USB_MAX_PKT_SIZE 64
#define BOOTLOADER_START_ADDR 0x00000000
#define BOOTLOADER_END_ADDR 0x00004000
#define APP_START_ADDR 0x00004000
#define UF2_INFO_ADDR (const char*)(*(uint32_t*)(BOOTLOADER_END_ADDR - (16 * 4) + (4 * 4)))
#define USB_EP_FLAG_NO_AUTO_ZLP 0x01
#define ... | 26.45 | 91 | 0.833648 |
c6be47917ee628d58864f72830ed904ada24f5f8 | 904 | h | C | include/l0-infra/array/mixin/min/ScatteredArrayMinElem.h | godsme/object-array | c3c9a707b14d265271f169ed91bb533b05d7ec17 | [
"Apache-2.0"
] | 9 | 2021-06-25T11:06:07.000Z | 2021-09-23T09:47:58.000Z | include/l0-infra/array/mixin/min/ScatteredArrayMinElem.h | godsme/object-array | c3c9a707b14d265271f169ed91bb533b05d7ec17 | [
"Apache-2.0"
] | 2 | 2021-08-17T17:35:42.000Z | 2021-11-27T02:00:18.000Z | include/l0-infra/array/mixin/min/ScatteredArrayMinElem.h | godsme/object-array | c3c9a707b14d265271f169ed91bb533b05d7ec17 | [
"Apache-2.0"
] | 1 | 2021-08-17T17:05:19.000Z | 2021-08-17T17:05:19.000Z | //
// Created by Darwin Yuan on 2021/7/12.
//
#ifndef OBJECT_ARRAY_2_A7513A8874C7477684F692C04A28E6B5
#define OBJECT_ARRAY_2_A7513A8874C7477684F692C04A28E6B5
#include <l0-infra/array/concept/Less.h>
namespace mixin {
template<typename T>
struct ScatteredArrayMinElem : T {
using typename T::SizeType;
... | 29.16129 | 109 | 0.678097 |
7303168403f558e6e3c79c686db853b8a7af0ac1 | 333 | h | C | cpp/diamond_square_asm.h | sauldenova/parallel-terrain-generation | bf2ff382c51b970be6d4b6259d55f227b438ee54 | [
"Apache-2.0"
] | null | null | null | cpp/diamond_square_asm.h | sauldenova/parallel-terrain-generation | bf2ff382c51b970be6d4b6259d55f227b438ee54 | [
"Apache-2.0"
] | null | null | null | cpp/diamond_square_asm.h | sauldenova/parallel-terrain-generation | bf2ff382c51b970be6d4b6259d55f227b438ee54 | [
"Apache-2.0"
] | null | null | null | /**
* Apache License Version 2.0
*
* Saul de Nova Caballero
*
* Diamond Square header for the assembly file
*/
namespace TerrainGeneration {
extern "C" {
extern void calculateValues(
float *results,
int32_t size,
float *values,
float *randoms,
float *facto... | 17.526316 | 46 | 0.582583 |
42f46a624111ea899599bd0aa1baea9beeab2bc2 | 2,822 | h | C | WeChat-Headers/WAAppTaskLoaderContext.h | RockerHX/FishChat | d47f3228dd1f05a7547300330adfe45a09e0175d | [
"MIT"
] | 678 | 2017-11-17T08:33:19.000Z | 2022-03-26T10:40:20.000Z | WeChat-Headers/WAAppTaskLoaderContext.h | 274077005/FishChat | 5432fbc1a9be0c886b2d5800e28118c11df1f0c0 | [
"MIT"
] | 22 | 2019-04-16T05:51:53.000Z | 2021-11-08T06:18:45.000Z | WeChat-Headers/WAAppTaskLoaderContext.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 CContact, NSDictionary, NSString, UINavigationController, WACacheVersionChecker, WALoadingInfoData, WALoadingViewController, WAPermissionHandler, WAWebV... | 54.269231 | 173 | 0.816797 |
1fb8b71c7fc83690e32e07af54e213fb1885a0ee | 3,375 | h | C | AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/APSocialGTDNativeDetailView.h | ceekay1991/AliPayForDebug | 5795e5db31e5b649d4758469b752585e63e84d94 | [
"MIT"
] | 5 | 2020-03-29T12:08:37.000Z | 2021-05-26T05:20:11.000Z | AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/APSocialGTDNativeDetailView.h | ceekay1991/AliPayForDebug | 5795e5db31e5b649d4758469b752585e63e84d94 | [
"MIT"
] | null | null | null | AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/APSocialGTDNativeDetailView.h | ceekay1991/AliPayForDebug | 5795e5db31e5b649d4758469b752585e63e84d94 | [
"MIT"
] | 5 | 2020-04-17T03:24:04.000Z | 2022-03-30T05:42:17.000Z | //
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <UIKit/UIView.h>
#import "APSocialGTDCardCellDelegate-Protocol.h"
#import "APSocialGTDDetailProtocol-Protocol.h"
#import "APSo... | 45 | 179 | 0.795556 |
86343bc252ff651fb36e2efb1ea4d8c241f563c8 | 2,496 | h | C | SatteliteSimulator/third_party/MiniDNN/include/Utils/FindMax.h | avlo2000/DronMovementManager | 23f73a0824165e26f18717a917aeacc63853dc8f | [
"MIT"
] | 2 | 2019-06-24T14:09:14.000Z | 2019-06-24T14:09:16.000Z | SatteliteSimulator/third_party/MiniDNN/include/Utils/FindMax.h | avlo2000/DronMovementManager | 23f73a0824165e26f18717a917aeacc63853dc8f | [
"MIT"
] | null | null | null | SatteliteSimulator/third_party/MiniDNN/include/Utils/FindMax.h | avlo2000/DronMovementManager | 23f73a0824165e26f18717a917aeacc63853dc8f | [
"MIT"
] | 1 | 2019-02-09T13:23:28.000Z | 2019-02-09T13:23:28.000Z | #ifndef UTILS_FINDMAX_H_
#define UTILS_FINDMAX_H_
#include "../Config.h"
namespace MiniDNN {
namespace internal {
// Find the location of the maximum element in x[0], x[1], ..., x[n-1]
// Special cases for small n using recursive template
// N is assumed to be >= 2
template <int N>
inline int find_max(const Scalar... | 23.327103 | 109 | 0.573718 |
9985e822c05d7a1034cb6ceab4614b4349091523 | 2,323 | c | C | openmp/libomptarget/test/unified_shared_memory/close_manual.c | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 2,338 | 2018-06-19T17:34:51.000Z | 2022-03-31T11:00:37.000Z | openmp/libomptarget/test/unified_shared_memory/close_manual.c | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 3,740 | 2019-01-23T15:36:48.000Z | 2022-03-31T22:01:13.000Z | openmp/libomptarget/test/unified_shared_memory/close_manual.c | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 500 | 2019-01-23T07:49:22.000Z | 2022-03-30T02:59:37.000Z | // RUN: %libomptarget-compile-run-and-check-generic
// REQUIRES: unified_shared_memory
#include <omp.h>
#include <stdio.h>
// ---------------------------------------------------------------------------
// Various definitions copied from OpenMP RTL
extern void __tgt_register_requires(int64_t);
extern void __tgt_tar... | 27.011628 | 78 | 0.600517 |
612c9e00a771853994dbf1339cde8af68521a5b1 | 4,320 | h | C | 3rdparty/blend2d/src/blend2d/random_p.h | Praxinos/ULIS3 | 98eb48293fdd3b45fcfe4b659d471572100d1623 | [
"RSA-MD"
] | 974 | 2018-10-28T05:40:57.000Z | 2022-03-31T16:38:36.000Z | 3rdparty/blend2d/src/blend2d/random_p.h | Praxinos/ULIS3 | 98eb48293fdd3b45fcfe4b659d471572100d1623 | [
"RSA-MD"
] | 128 | 2019-04-02T11:51:45.000Z | 2022-03-31T20:11:20.000Z | 3rdparty/blend2d/src/blend2d/random_p.h | Praxinos/ULIS3 | 98eb48293fdd3b45fcfe4b659d471572100d1623 | [
"RSA-MD"
] | 86 | 2019-04-02T10:29:10.000Z | 2022-03-14T10:58:08.000Z | // Blend2D - 2D Vector Graphics Powered by a JIT Compiler
//
// * Official Blend2D Home Page: https://blend2d.com
// * Official Github Repository: https://github.com/blend2d/blend2d
//
// Copyright (c) 2017-2020 The Blend2D Authors
//
// This software is provided 'as-is', without any express or implied
// warranty. I... | 32.481203 | 86 | 0.662037 |
e83acaf0da69c5a9905dbd2698d05685424a9ecf | 340 | h | C | Include/Observer.h | JanVijfhuizen/cECSar | 80725f4cff3078c47e4330c97c73a9ad165c7bcb | [
"MIT"
] | 3 | 2021-01-10T20:52:29.000Z | 2021-04-30T16:13:04.000Z | Include/Observer.h | JanVijfhuizen/cECSar | 80725f4cff3078c47e4330c97c73a9ad165c7bcb | [
"MIT"
] | null | null | null | Include/Observer.h | JanVijfhuizen/cECSar | 80725f4cff3078c47e4330c97c73a9ad165c7bcb | [
"MIT"
] | null | null | null | #pragma once
#include <vector>
namespace jecs
{
class Cecsar;
struct Entity;
// Inherit from this to observe cecsar related events.
class Observer
{
friend Cecsar;
protected:
Observer();
private:
virtual void OnSpawn(Entity entity);
virtual void OnErase(Entity entity);
static std::vector<Observer*... | 14.166667 | 55 | 0.717647 |
f922c188c579a5745fc907aa5883e60f9543468f | 324 | h | C | gen/windows/kin/eigen/include/Jws_VectorNav_to_RightToeBottom.h | UMich-BipedLab/Cassie_StateEstimation | d410ddce0ab342651f5ec0540c2867faf959a3a9 | [
"BSD-3-Clause"
] | 26 | 2018-07-20T15:20:19.000Z | 2022-03-14T07:12:12.000Z | gen/windows/kin/eigen/include/Jws_VectorNav_to_RightToeBottom.h | UMich-BipedLab/Cassie_StateEstimation | d410ddce0ab342651f5ec0540c2867faf959a3a9 | [
"BSD-3-Clause"
] | 2 | 2019-04-19T22:57:00.000Z | 2022-01-11T12:46:20.000Z | gen/windows/kin/eigen/include/Jws_VectorNav_to_RightToeBottom.h | UMich-BipedLab/Cassie_StateEstimation | d410ddce0ab342651f5ec0540c2867faf959a3a9 | [
"BSD-3-Clause"
] | 10 | 2018-07-29T08:05:14.000Z | 2022-02-03T08:48:11.000Z | /*
* Automatically Generated from Mathematica.
* Thu 23 May 2019 13:32:44 GMT-04:00
*/
#ifndef JWS_VECTORNAV_TO_RIGHTTOEBOTTOM_H
#define JWS_VECTORNAV_TO_RIGHTTOEBOTTOM_H
#include <Eigen/Dense>
Eigen::Matrix<double,3,14> Jws_VectorNav_to_RightToeBottom(const Eigen::Matrix<double,14,1> &var1);
#endif
... | 21.6 | 100 | 0.746914 |
ba49980e16b16ac88718fdce8d297df94bf27f3b | 1,221 | c | C | Miscellaneous/Swap_With_Temp.c | Sannidhya127/C-Programs | 2abfd066f3657fd8bc65a209b4f83b6162f60e97 | [
"Unlicense"
] | 16 | 2018-08-26T18:45:37.000Z | 2021-09-04T08:00:09.000Z | Miscellaneous/Swap_With_Temp.c | Sannidhya127/C-Programs | 2abfd066f3657fd8bc65a209b4f83b6162f60e97 | [
"Unlicense"
] | 6 | 2018-09-26T05:15:23.000Z | 2020-10-19T06:10:41.000Z | Miscellaneous/Swap_With_Temp.c | Sannidhya127/C-Programs | 2abfd066f3657fd8bc65a209b4f83b6162f60e97 | [
"Unlicense"
] | 30 | 2018-08-28T16:00:32.000Z | 2022-01-09T04:21:03.000Z | /* a program to take two integer inputs from the user and then store them in two different
variables and then swap the values of both the variables using a third variable */
#include<stdio.h> // standard input output header file
#include<conio.h> //standard console input output header file
void main() // main function ... | 67.833333 | 114 | 0.703522 |
688eb988bc53f2c8be97da843a20994ea5986bf4 | 4,180 | h | C | bitbots_throw_engine/include/parameter/throw_type_parameter.h | 5reichar/bitbots_kick_engine | 0817f4f0a206de6f0f01a0cedfe201f62e677a11 | [
"BSD-3-Clause"
] | null | null | null | bitbots_throw_engine/include/parameter/throw_type_parameter.h | 5reichar/bitbots_kick_engine | 0817f4f0a206de6f0f01a0cedfe201f62e677a11 | [
"BSD-3-Clause"
] | null | null | null | bitbots_throw_engine/include/parameter/throw_type_parameter.h | 5reichar/bitbots_kick_engine | 0817f4f0a206de6f0f01a0cedfe201f62e677a11 | [
"BSD-3-Clause"
] | null | null | null | #ifndef BITBOTS_THROW_THROW_TYPE_PARAMETER_H
#define BITBOTS_THROW_THROW_TYPE_PARAMETER_H
#include <map>
#include <memory>
namespace bitbots_throw{
enum ThrowTypeId : uint8_t{
none = 0,
throw_1,
throw_2,
throw_3,
throw_4
};
enum ThrowMovementId : uint8_t {
t... | 40.192308 | 102 | 0.663397 |
d53cb554493628d76ef14666c529022aa8cf738b | 3,519 | h | C | code/Brain/CGPBrain/CGPBrain.h | cliff-bohm/Fragmentation_Replication_Instructions | 2986f92ae92fbda65a5c3ca48962091592e6a9fc | [
"MIT"
] | null | null | null | code/Brain/CGPBrain/CGPBrain.h | cliff-bohm/Fragmentation_Replication_Instructions | 2986f92ae92fbda65a5c3ca48962091592e6a9fc | [
"MIT"
] | null | null | null | code/Brain/CGPBrain/CGPBrain.h | cliff-bohm/Fragmentation_Replication_Instructions | 2986f92ae92fbda65a5c3ca48962091592e6a9fc | [
"MIT"
] | null | null | null | // MABE is a product of The Hintze Lab @ MSU
// for general research information:
// hintzelab.msu.edu
// for MABE documentation:
// github.com/Hintzelab/MABE/wiki
//
// Copyright (c) 2015 Michigan State University. All rights reserved.
// to view the full license, visit:
// github... | 32.88785 | 92 | 0.701051 |
9c8b878c2e4de946569959b16dcfc6035d73b3ef | 2,732 | c | C | lab04/es02/2.c | enbarberis/algoritmi | d9928f6b6c68d7536edc3ef891e8fdb5ad556eed | [
"BSD-3-Clause"
] | 1 | 2018-06-01T15:32:31.000Z | 2018-06-01T15:32:31.000Z | lab04/s201030_lab04/es02/2.c | enbarberis/algoritmi | d9928f6b6c68d7536edc3ef891e8fdb5ad556eed | [
"BSD-3-Clause"
] | null | null | null | lab04/s201030_lab04/es02/2.c | enbarberis/algoritmi | d9928f6b6c68d7536edc3ef891e8fdb5ad556eed | [
"BSD-3-Clause"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define GIRL_FILE "ragazze.txt"
#define BOY_FILE "ragazzi.txt"
#define MAX_STR 35 + 1
typedef struct t_student{
char *name; //name of the student
char *surname; //surname of the student
int day, month, year; //date of birth
char sex; //studen... | 23.964912 | 86 | 0.606149 |
1709d28a5eadb9c7ff388720b13d380d663454c3 | 560 | h | C | UrabeVocalSynthA/ConfigDataDef.h | DanNixon/UrabeVocalSynth | c062069a140ddb8bfd0280cd8daf5102ec54c58a | [
"Apache-2.0"
] | 1 | 2018-12-26T13:03:29.000Z | 2018-12-26T13:03:29.000Z | UrabeVocalSynthA/ConfigDataDef.h | DanNixon/UrabeVocalSynth | c062069a140ddb8bfd0280cd8daf5102ec54c58a | [
"Apache-2.0"
] | null | null | null | UrabeVocalSynthA/ConfigDataDef.h | DanNixon/UrabeVocalSynth | c062069a140ddb8bfd0280cd8daf5102ec54c58a | [
"Apache-2.0"
] | null | null | null | #ifndef CONFIGDATADEF_H
#define CONFIGDATADEF_H
#define MAX_OPTION_VALUES 32
namespace ConfigData
{
enum DataType
{
INT,
ENUM
};
typedef struct _ConfigOption
{
char *name;
DataType type;
int value; //Actual value for INT, position in value array for ENUM
char *values[MAX_OPTION_VA... | 22.4 | 125 | 0.701786 |
70c2817630fca3cfd6c3c13a01c61f4e4658490f | 1,166 | h | C | LaalMathEngine/Include/Animation/Fading.h | vijayshankarkumar/LME | 6483d893a8902cec4959936220656fcab2b72d4f | [
"MIT"
] | 1 | 2022-02-18T10:38:42.000Z | 2022-02-18T10:38:42.000Z | LaalMathEngine/Include/Animation/Fading.h | vijayshankarkumar/LME | 6483d893a8902cec4959936220656fcab2b72d4f | [
"MIT"
] | 1 | 2021-09-03T21:20:38.000Z | 2021-09-03T21:20:38.000Z | LaalMathEngine/Include/Animation/Fading.h | vijayshankarkumar/LME | 6483d893a8902cec4959936220656fcab2b72d4f | [
"MIT"
] | null | null | null | #ifndef LAAL_FADING_HPP
#define LAAL_FADING_HPP
#include "Animation/Animation.h"
namespace laal
{
//! ============================================
//! [Fade]
//! ============================================
class Fade : public Animation
{
protected:
double m_dStartFillOpacity;
double m_dEndFillOpacity;
... | 18.806452 | 132 | 0.523156 |
cb61fef2d49b8d7b8c7949a748e31d2cea73e57e | 1,001 | c | C | lib/libmy/src/io/readers/cstrreader.c | nasso/libtiled | 99329b488c8281ad98fc5f20a4b323bd07331243 | [
"MIT"
] | 4 | 2020-03-11T22:06:09.000Z | 2020-04-05T23:51:42.000Z | lib/libmy/src/io/readers/cstrreader.c | nasso/libtiled | 99329b488c8281ad98fc5f20a4b323bd07331243 | [
"MIT"
] | 1 | 2020-03-11T00:46:27.000Z | 2020-03-11T00:46:27.000Z | lib/libmy/src/io/readers/cstrreader.c | nasso/libtiled | 99329b488c8281ad98fc5f20a4b323bd07331243 | [
"MIT"
] | 1 | 2021-03-22T10:27:20.000Z | 2021-03-22T10:27:20.000Z | /*
** EPITECH PROJECT, 2020
** PSU_tetris_2019
** File description:
** cstrreader implementation
*/
#include "my/my.h"
#include "my/io/cstrreader.h"
struct reader_data {
const char *str;
usize_t size;
};
static OPT(usize) read_cb(void *ptr, void *buffer, usize_t n)
{
struct reader_data *self = ptr;
... | 20.854167 | 69 | 0.604396 |
b97e3866c34e2f5249f44c35a62c443da4d7d0b7 | 2,052 | h | C | include/command_line/flag_arg.h | StanfordPL/cpputil | f44bf5ff224536553105c912638dc34e14f05123 | [
"Apache-2.0"
] | 14 | 2015-05-29T17:42:52.000Z | 2019-07-24T11:58:30.000Z | include/command_line/flag_arg.h | eschkufz/cpputil | f44bf5ff224536553105c912638dc34e14f05123 | [
"Apache-2.0"
] | 18 | 2015-01-01T01:01:56.000Z | 2015-03-16T22:53:05.000Z | include/command_line/flag_arg.h | StanfordPL/cpputil | f44bf5ff224536553105c912638dc34e14f05123 | [
"Apache-2.0"
] | 5 | 2016-02-06T12:37:46.000Z | 2021-07-22T05:07:46.000Z | // Copyright 2014 eric schkufza
//
// 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 agreed to i... | 24.428571 | 75 | 0.667154 |
b614a92ada44d365bec2a5b0781642a62e9783ba | 1,675 | h | C | examples/queue/src/queue_arginfo.h | swoole/phpx | 3beb558f4ebed4660f0795fd98b193a350f924f6 | [
"Apache-2.0"
] | 213 | 2018-08-25T05:43:40.000Z | 2021-05-04T11:40:19.000Z | examples/queue/src/queue_arginfo.h | swoole/phpx | 3beb558f4ebed4660f0795fd98b193a350f924f6 | [
"Apache-2.0"
] | 25 | 2018-09-09T05:54:59.000Z | 2021-02-22T05:09:54.000Z | examples/queue/src/queue_arginfo.h | swoole/phpx | 3beb558f4ebed4660f0795fd98b193a350f924f6 | [
"Apache-2.0"
] | 41 | 2018-08-29T08:34:07.000Z | 2021-03-08T15:12:27.000Z | /* This is a generated file, edit the .stub.php file instead.
* Stub hash: acdf0a4b725dca23eb85635fa0b9bd994ab07081 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Queue___construct, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, size, IS_LONG, 0, "64")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo... | 36.413043 | 87 | 0.835821 |
b44ef9b98de08b784142145d093feb7860eafa41 | 2,905 | h | C | basis/window_dwm.h | ryechat/ImageViewer | 1e7503dad46b9c5357da00d1b433b6445147cd90 | [
"MIT"
] | 1 | 2021-06-24T12:19:29.000Z | 2021-06-24T12:19:29.000Z | basis/window_dwm.h | ryechat/ImageViewer | 1e7503dad46b9c5357da00d1b433b6445147cd90 | [
"MIT"
] | null | null | null | basis/window_dwm.h | ryechat/ImageViewer | 1e7503dad46b9c5357da00d1b433b6445147cd90 | [
"MIT"
] | null | null | null | #pragma once
#ifndef GUID_DAA7C9A6D5F64054916D44959063EFA8
#define GUID_DAA7C9A6D5F64054916D44959063EFA8
#include "window.h"
#include "string_buffer.h"
namespace basis {
/*! DWM provides the way to get actual window rect.
Because of that GetWindowRect API returns the rectangle
including skelton area... | 30.904255 | 71 | 0.648881 |
47c74b3847eaef685d142c0559d2814869b4b255 | 3,909 | h | C | ti_rtos/ti_rtos_config/ewarm/iar/tirtos/ti/sysbios/family/arm/ducati/package/internal/TimerSupport.xdc.h | JasperWong/LowCarbonFan_CC3200_Net | 7f7e575015af7f1ebeeae90a5c26d368fed0a261 | [
"BSD-3-Clause"
] | null | null | null | ti_rtos/ti_rtos_config/ewarm/iar/tirtos/ti/sysbios/family/arm/ducati/package/internal/TimerSupport.xdc.h | JasperWong/LowCarbonFan_CC3200_Net | 7f7e575015af7f1ebeeae90a5c26d368fed0a261 | [
"BSD-3-Clause"
] | null | null | null | ti_rtos/ti_rtos_config/ewarm/iar/tirtos/ti/sysbios/family/arm/ducati/package/internal/TimerSupport.xdc.h | JasperWong/LowCarbonFan_CC3200_Net | 7f7e575015af7f1ebeeae90a5c26d368fed0a261 | [
"BSD-3-Clause"
] | null | null | null | /*
* Do not modify this file; it is automatically
* generated and any modifications will be overwritten.
*
* @(#) xdc-A32
*/
#ifndef ti_sysbios_family_arm_ducati_TimerSupport__INTERNAL__
#define ti_sysbios_family_arm_ducati_TimerSupport__INTERNAL__
#ifndef ti_sysbios_family_arm_ducati_TimerSupport__internalac... | 45.988235 | 167 | 0.910207 |
fe9c9f54fd9111e6235e331e9af850c494df8bed | 1,918 | h | C | environment.h | TheVice/Ant4C | d0700b7180d9aab504dd6f9373b7163f7e9dc819 | [
"MIT"
] | null | null | null | environment.h | TheVice/Ant4C | d0700b7180d9aab504dd6f9373b7163f7e9dc819 | [
"MIT"
] | null | null | null | environment.h | TheVice/Ant4C | d0700b7180d9aab504dd6f9373b7163f7e9dc819 | [
"MIT"
] | null | null | null | /*
* The MIT License (MIT)
*
* Copyright (c) 2019 - 2021 TheVice
*
*/
#ifndef _ENVIRONMENT_H_
#define _ENVIRONMENT_H_
#include <stddef.h>
#include <stdint.h>
struct buffer;
static const uint8_t environment_posix_delimiter = ':';
static const uint8_t environment_windows_delimiter = ';';
#if defined(_WIN32)
#de... | 21.076923 | 109 | 0.812826 |
dfc26cf8ad8ed1de43aa2d9c11b4b46b1e8f131a | 586 | c | C | lib/string/strchr.c | aglotoff/osdev-pbx-a9 | d053020da451e6c25f8b6668bf042044e4902fc6 | [
"MIT"
] | 1 | 2022-02-13T11:37:53.000Z | 2022-02-13T11:37:53.000Z | lib/string/strchr.c | aglotoff/osdev-pbx-a9 | d053020da451e6c25f8b6668bf042044e4902fc6 | [
"MIT"
] | null | null | null | lib/string/strchr.c | aglotoff/osdev-pbx-a9 | d053020da451e6c25f8b6668bf042044e4902fc6 | [
"MIT"
] | null | null | null | #include <string.h>
/**
* @brief String scanning operation.
*
* Finds the first occurrence of c (converted to a char) in the C string s.
* The terminating null-character is considered to be part of the string.
*
* @param s C string.
* @param c The character to be located.
*
* @return A pointer to the charact... | 21.703704 | 78 | 0.631399 |
f2952688aef4ac108877a1e3b280721e86da595d | 1,004 | h | C | RenderCore/render/gesture/gesture/GestureArenaMember.h | gubaojian/weexuikit | 2eaf54e4c1f4a1c94398b0990ad9767e3ffb9213 | [
"Apache-2.0"
] | 46 | 2019-06-25T11:05:49.000Z | 2021-12-31T04:47:53.000Z | RenderCore/render/gesture/gesture/GestureArenaMember.h | gubaojian/weexuikit | 2eaf54e4c1f4a1c94398b0990ad9767e3ffb9213 | [
"Apache-2.0"
] | 5 | 2019-10-16T06:54:37.000Z | 2020-02-06T08:22:40.000Z | RenderCore/render/gesture/gesture/GestureArenaMember.h | gubaojian/weexuikit | 2eaf54e4c1f4a1c94398b0990ad9767e3ffb9213 | [
"Apache-2.0"
] | 18 | 2019-05-22T09:29:23.000Z | 2021-04-28T02:12:42.000Z | //
// Created by furture on 2018/10/11.
//
#ifndef WEEX_UIKIT_GESTURE_GESTUREARENAMEMBER_H
#define WEEX_UIKIT_GESTURE_GESTUREARENAMEMBER_H
namespace weexuikit {
/// Represents an object participating in an arena.
///
/// Receives callbacks from the GestureArena to notify the object when it wins
/// or loses a gestur... | 31.375 | 81 | 0.721116 |
d7e9c4b97837c197f771b0e8a39ae2d13ca4c4c1 | 16,567 | c | C | lwmsg/src/archive-format.c | kbore/pbis-open | a05eb9309269b6402b4d6659bc45961986ea5eab | [
"Apache-2.0"
] | 372 | 2016-10-28T10:50:35.000Z | 2022-03-18T19:54:37.000Z | lwmsg/src/archive-format.c | kbore/pbis-open | a05eb9309269b6402b4d6659bc45961986ea5eab | [
"Apache-2.0"
] | 317 | 2016-11-02T17:41:48.000Z | 2021-11-08T20:28:19.000Z | lwmsg/src/archive-format.c | kenferrara/pbis-open | 690c325d947b2bf6fb3032f9d660e41b94aea4be | [
"Apache-2.0"
] | 107 | 2016-11-03T19:25:16.000Z | 2022-03-20T21:15:22.000Z | /*
* Copyright © BeyondTrust Software 2004 - 2019
* 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
*
* Un... | 27.611667 | 116 | 0.6455 |
4a694ff1cf4ba3f28af03e891547bfd87819940b | 1,010 | h | C | OpenGLTemplate/GameWindow.h | ferenc-schultesz/3DRacerGame | 34784f0dbdbade13fe4f6b00f5d1327aabaa1ef2 | [
"Apache-2.0"
] | null | null | null | OpenGLTemplate/GameWindow.h | ferenc-schultesz/3DRacerGame | 34784f0dbdbade13fe4f6b00f5d1327aabaa1ef2 | [
"Apache-2.0"
] | null | null | null | OpenGLTemplate/GameWindow.h | ferenc-schultesz/3DRacerGame | 34784f0dbdbade13fe4f6b00f5d1327aabaa1ef2 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <windows.h>
#include "Common.h"
LRESULT CALLBACK WinProc(HWND hWnd,UINT uMsg, WPARAM wParam, LPARAM lParam);
class GameWindow {
public:
static GameWindow& GetInstance();
GameWindow();
enum {
SCREEN_WIDTH = 800,
SCREEN_HEIGHT = 600,
};
HDC Init(HINSTANCE hinstance);
void Deinit();
... | 18.363636 | 76 | 0.727723 |
f3ff6c41fe8a7588534afd2d05d941d030429844 | 9,454 | h | C | json.h | PiotrPeszko/Termikus | 9dc633c2bb1c11d9d7416f3dc19bff5ece4a601e | [
"MIT"
] | 3 | 2020-03-03T07:05:24.000Z | 2021-06-11T07:30:24.000Z | json.h | PiotrPeszko/Termikus | 9dc633c2bb1c11d9d7416f3dc19bff5ece4a601e | [
"MIT"
] | null | null | null | json.h | PiotrPeszko/Termikus | 9dc633c2bb1c11d9d7416f3dc19bff5ece4a601e | [
"MIT"
] | null | null | null | #ifndef JSON_H
#define JSON_H
/*
The file contains REST API definition for Termikus
Getting information from Termikus:
CHECKING
General configuration information (HTTP_GET):
curl -i http://192.168.1.104/get_info
Information on temperatures and relay status (HTTP_GET):
curl -i http://19... | 37.816 | 259 | 0.59414 |
286efea6f8f19ce19e5599bf15201a04146fb56b | 4,806 | h | C | src/txt/FontManager.h | Potion/Cinder-Text | c08210a45d384b9461bf01c2ba6a1e06ed84053b | [
"MIT"
] | 5 | 2018-08-10T18:49:03.000Z | 2019-10-22T18:04:47.000Z | src/txt/FontManager.h | Potion/Cinder-Text | c08210a45d384b9461bf01c2ba6a1e06ed84053b | [
"MIT"
] | 2 | 2019-09-27T17:29:35.000Z | 2020-03-17T11:16:09.000Z | src/txt/FontManager.h | Potion/Cinder-Text | c08210a45d384b9461bf01c2ba6a1e06ed84053b | [
"MIT"
] | 3 | 2018-08-06T01:35:10.000Z | 2021-05-12T03:16:29.000Z | #pragma once
#include <memory>
#include <unordered_map>
#include <freetype2\ft2build.h>
#include FT_FREETYPE_H
#include <freetype/ftcache.h>
#include "cinder/Filesystem.h"
#include "cinder/Vector.h"
#include "cinder/app/App.h"
#include "txt/Font.h"
namespace txt
{
// Lookup tables for family + ... | 30.611465 | 128 | 0.686017 |
4f2a80a03b0d0ae9cbd3a3cdeea61c649568dcea | 749 | h | C | doc/pages/functions.h | picrap/vaca | 377070c2124bb71649313f6a144c6bd40fdee723 | [
"MIT"
] | null | null | null | doc/pages/functions.h | picrap/vaca | 377070c2124bb71649313f6a144c6bd40fdee723 | [
"MIT"
] | null | null | null | doc/pages/functions.h | picrap/vaca | 377070c2124bb71649313f6a144c6bd40fdee723 | [
"MIT"
] | null | null | null | namespace vaca {
/**
@page page_functions Functions
@beginOverviewTable
@titleRow{Macros}
@itemRow{VACA_MAIN}
@itemRow{VACA_TRACE}
@titleRow{Base}
@itemRow{clamp_value}
@itemRow{max_value}
@itemRow{min_value}
@titleRow{Containers}
@itemRow{remove_from_container}
@titleRow{Memory}
@itemRow{delete_widget... | 18.725 | 78 | 0.755674 |
1a37f387190ee5f7f29a7c685a5628ddc33c9227 | 470 | h | C | shared_include/registered-ema/RegisteredEmaData.h | ahewer/mri-shape-tools | 4268499948f1330b983ffcdb43df62e38ca45079 | [
"MIT"
] | null | null | null | shared_include/registered-ema/RegisteredEmaData.h | ahewer/mri-shape-tools | 4268499948f1330b983ffcdb43df62e38ca45079 | [
"MIT"
] | 2 | 2017-05-29T09:43:01.000Z | 2017-05-29T09:50:05.000Z | shared_include/registered-ema/RegisteredEmaData.h | ahewer/mri-shape-tools | 4268499948f1330b983ffcdb43df62e38ca45079 | [
"MIT"
] | 4 | 2017-05-17T11:56:02.000Z | 2022-03-05T09:12:24.000Z | #ifndef __REGISTERED_EMA_DATA_H__
#define __REGISTERED_EMA_DATA_H__
#include <vector>
#include <armadillo>
class RegisteredEmaData{
public:
std::vector<arma::vec> speakerWeights;
std::vector<arma::vec> phonemeWeights;
std::vector<arma::vec> speakerVariations;
std::vector<arma::vec> phonemeVariations;
s... | 17.407407 | 53 | 0.746809 |
4d4de623c1c4cf56698acfb5f59303926af79fc9 | 114 | h | C | include_wo/sakuragl/erisa/sgl_erisa_sound_file_player.h | SegaraRai/EntisGLS4Build | 2587390738802394a38b3aaf2adc80295dde7ec4 | [
"CC0-1.0",
"Unlicense"
] | 3 | 2021-11-05T08:02:17.000Z | 2022-02-26T18:03:18.000Z | include_woe/sakuragl/erisa/sgl_erisa_sound_file_player.h | SegaraRai/EntisGLS4Build | 2587390738802394a38b3aaf2adc80295dde7ec4 | [
"CC0-1.0",
"Unlicense"
] | null | null | null | include_woe/sakuragl/erisa/sgl_erisa_sound_file_player.h | SegaraRai/EntisGLS4Build | 2587390738802394a38b3aaf2adc80295dde7ec4 | [
"CC0-1.0",
"Unlicense"
] | null | null | null | #include "../../../gls4s.05.2015.04.18/EntisGLS4s.05/Include/common/sakuragl/erisa/sgl_erisa_sound_file_player.h"
| 57 | 113 | 0.77193 |
94ca692a0211a37096e2aa37ad18c2ffd1444b1b | 215 | h | C | HotFix/HotFix/JavaScriptCoreDemoVC.h | emiyagjy/iOS-HotFix | 1446eb0ef812f5786c01348075ae9d112e0b4e2c | [
"Apache-2.0"
] | null | null | null | HotFix/HotFix/JavaScriptCoreDemoVC.h | emiyagjy/iOS-HotFix | 1446eb0ef812f5786c01348075ae9d112e0b4e2c | [
"Apache-2.0"
] | null | null | null | HotFix/HotFix/JavaScriptCoreDemoVC.h | emiyagjy/iOS-HotFix | 1446eb0ef812f5786c01348075ae9d112e0b4e2c | [
"Apache-2.0"
] | null | null | null | //
// JavaScriptCoreDemoVC.h
// HotFix
//
// Created by GujyHy on 2018/3/22.
// Copyright © 2018年 Gujy. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface JavaScriptCoreDemoVC : UIViewController
@end
| 15.357143 | 50 | 0.702326 |
7f5afdbc40450fb8a86a7c089b8259ba6f477c95 | 2,551 | c | C | src/libav/libavutil/adler32.c | fillest/rtmp_load | 12845c868d144195688f7158eb4126c582cfdce3 | [
"MIT"
] | 10 | 2015-05-19T08:08:02.000Z | 2020-09-26T00:58:57.000Z | src/libav/libavutil/adler32.c | fillest/rtmp_load | 12845c868d144195688f7158eb4126c582cfdce3 | [
"MIT"
] | null | null | null | src/libav/libavutil/adler32.c | fillest/rtmp_load | 12845c868d144195688f7158eb4126c582cfdce3 | [
"MIT"
] | 3 | 2016-07-05T12:35:52.000Z | 2022-03-31T09:13:02.000Z | /*
* Compute the Adler-32 checksum of a data stream.
* This is a modified version based on adler32.c from the zlib library.
*
* Copyright (C) 1995 Mark Adler
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising f... | 28.344444 | 77 | 0.607997 |
369784795129d7bcf0e7c7ad815e595ad61ff46d | 121,192 | c | C | bcftools/vcfannotate.c | arogozhnikov/pysam | 22626cd835503c33f777e8e9f4684130e87177f9 | [
"MIT"
] | 1 | 2020-11-12T09:46:51.000Z | 2020-11-12T09:46:51.000Z | bcftools/vcfannotate.c | fo40225/pysam | 7cfb1ead3393c901d6eaf33cc0b945ef480af586 | [
"MIT"
] | null | null | null | bcftools/vcfannotate.c | fo40225/pysam | 7cfb1ead3393c901d6eaf33cc0b945ef480af586 | [
"MIT"
] | null | null | null | /* vcfannotate.c -- Annotate and edit VCF/BCF files.
Copyright (C) 2013-2019 Genome Research Ltd.
Author: Petr Danecek <pd3@sanger.ac.uk>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software... | 43.282857 | 204 | 0.55804 |
cfbdae582ec5399640aa7ffad2ddced50a255b8b | 3,290 | c | C | Parcial2/Practica5/PSO/PSO.c | DiegoMontano2705/MachineLearning | 0b78f78b31dfaf615226566b26dcc9c267082882 | [
"MIT"
] | null | null | null | Parcial2/Practica5/PSO/PSO.c | DiegoMontano2705/MachineLearning | 0b78f78b31dfaf615226566b26dcc9c267082882 | [
"MIT"
] | null | null | null | Parcial2/Practica5/PSO/PSO.c | DiegoMontano2705/MachineLearning | 0b78f78b31dfaf615226566b26dcc9c267082882 | [
"MIT"
] | null | null | null | /*
Running & Testing Commands:
g++ -o PSO PSO.c rand.cpp
./PSO 2 100 100 3 -3 1
./PSO 2 100 100 3.5 2.3 0.9 1
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "rand.h"
#define PI 3.141592654
#define UB 5
#define LB -5
typedef struct{
double *x; // current position
double *v; // current vel... | 23.169014 | 119 | 0.558967 |
cfd233d1a870abe867182247b138cc70516a980c | 827 | h | C | public/net/net_server_socket.h | lvnux/midden | 261e2661690e9212ccb90dc64a02fde40f6ce1a7 | [
"MIT"
] | 1 | 2021-06-13T14:13:31.000Z | 2021-06-13T14:13:31.000Z | public/net/net_server_socket.h | lvnux/midden | 261e2661690e9212ccb90dc64a02fde40f6ce1a7 | [
"MIT"
] | null | null | null | public/net/net_server_socket.h | lvnux/midden | 261e2661690e9212ccb90dc64a02fde40f6ce1a7 | [
"MIT"
] | null | null | null | /*
* net_server_socket.h
* 服务端socket
*/
#ifndef __NET_SERVER_SOCKET_H__
#define __NET_SERVER_SOCKET_H__
#include "ihandler.h"
#include "net_address.h"
#include "base_thread.h"
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
class TAcceptSocketMsg : public BaseMsg
{
public:
int socket;
... | 17.978261 | 68 | 0.727932 |
cfdb7d9c536571da533cacb9eadb52f4087e7a99 | 1,538 | h | C | src/include/catalog/postgres/pg_type.h | LiuXiaoxuanPKU/terrier | 35916e9435201016903d8a01e3f587b8edb36f0b | [
"MIT"
] | 1 | 2019-08-18T21:33:57.000Z | 2019-08-18T21:33:57.000Z | src/include/catalog/postgres/pg_type.h | LiuXiaoxuanPKU/terrier | 35916e9435201016903d8a01e3f587b8edb36f0b | [
"MIT"
] | null | null | null | src/include/catalog/postgres/pg_type.h | LiuXiaoxuanPKU/terrier | 35916e9435201016903d8a01e3f587b8edb36f0b | [
"MIT"
] | null | null | null | #pragma once
#include "catalog/schema.h"
#include "storage/projected_row.h"
#include "storage/sql_table.h"
#include "storage/storage_defs.h"
#include "transaction/transaction_context.h"
namespace terrier::catalog::postgres {
constexpr table_oid_t TYPE_TABLE_OID = table_oid_t(51);
constexpr index_oid_t TYPE_OID_INDEX... | 38.45 | 114 | 0.724967 |
d60ef500972fbd84b647f1fedb2edab5f854a291 | 2,252 | h | C | components/render/scene_render/interchange/include/render/scene/interchange/inprocess_exchange_storage.h | untgames/funner | c91614cda55fd00f5631d2bd11c4ab91f53573a3 | [
"MIT"
] | 7 | 2016-03-30T17:00:39.000Z | 2017-03-27T16:04:04.000Z | components/render/scene_render/interchange/include/render/scene/interchange/inprocess_exchange_storage.h | untgames/Funner | c91614cda55fd00f5631d2bd11c4ab91f53573a3 | [
"MIT"
] | 4 | 2017-11-21T11:25:49.000Z | 2018-09-20T17:59:27.000Z | components/render/scene_render/interchange/include/render/scene/interchange/inprocess_exchange_storage.h | untgames/Funner | c91614cda55fd00f5631d2bd11c4ab91f53573a3 | [
"MIT"
] | 4 | 2016-11-29T15:18:40.000Z | 2017-03-27T16:04:08.000Z | #ifndef RENDER_SCENE_INTERCHANGE_INPROCESS_EXCHANGE_STORAGE_HEADER
#define RENDER_SCENE_INTERCHANGE_INPROCESS_EXCHANGE_STORAGE_HEADER
#include <typeinfo>
#include <xtl/functional_fwd>
#include <render/scene/interchange/types.h>
namespace render
{
namespace scene
{
namespace interchange
{
namespace detail
{
stru... | 33.61194 | 107 | 0.458703 |
d62c573848c7db6183543f97665b2063029b8315 | 588 | h | C | IPQueueDispatcher/Classes/Models/CoreData/IPMessageURLEntity/IPMessageURLEntity+CoreDataProperties.h | ph1lb4/IPQueueDispatcher | 383b2931e9c6f37edafc77e28ae2886338c6000f | [
"MIT"
] | null | null | null | IPQueueDispatcher/Classes/Models/CoreData/IPMessageURLEntity/IPMessageURLEntity+CoreDataProperties.h | ph1lb4/IPQueueDispatcher | 383b2931e9c6f37edafc77e28ae2886338c6000f | [
"MIT"
] | null | null | null | IPQueueDispatcher/Classes/Models/CoreData/IPMessageURLEntity/IPMessageURLEntity+CoreDataProperties.h | ph1lb4/IPQueueDispatcher | 383b2931e9c6f37edafc77e28ae2886338c6000f | [
"MIT"
] | 2 | 2016-08-16T11:55:25.000Z | 2020-07-16T12:06:39.000Z | //
// IPMessageURLEntity+CoreDataProperties.h
// Pods
//
// Created by Ilias Pavlidakis on 15/06/2016.
//
//
// Choose "Create NSManagedObject Subclass…" from the Core Data editor menu
// to delete and recreate this implementation file for your updated model.
//
#import "IPMessageURLEntity.h"
NS_ASSUME_NONNULL_B... | 23.52 | 76 | 0.772109 |
aab21f33abc5dd9a67744365ab0493b5aa0ca97f | 2,101 | h | C | QuEST/src/QuEST_debug.h | QTechTheory/ArcusQuESTBenchmarks | a57ca624fc479864884ed377a236f6a0817b71da | [
"MIT"
] | 1 | 2020-01-11T15:53:29.000Z | 2020-01-11T15:53:29.000Z | QuEST/src/QuEST_debug.h | QTechTheory/BenchmarkWithQuEST | a57ca624fc479864884ed377a236f6a0817b71da | [
"MIT"
] | null | null | null | QuEST/src/QuEST_debug.h | QTechTheory/BenchmarkWithQuEST | a57ca624fc479864884ed377a236f6a0817b71da | [
"MIT"
] | null | null | null | // Distributed under MIT licence. See https://github.com/QuEST-Kit/QuEST/blob/master/LICENCE.txt for details
/** @file
* Developer functions used for unit testing and debugging, which are not part of the public API.
* May contain functions that are incomplete or untested.
*
* @author Ania Brown
* @author Tyson J... | 33.349206 | 164 | 0.75821 |
c580e3a9a3efc6311b00c7bbde11637ffa9a586e | 267 | h | C | timelib/timelib.h | ADLabidi/stmclock | 202ba32d6f946a085c91f6395d64cce0867259f0 | [
"MIT"
] | null | null | null | timelib/timelib.h | ADLabidi/stmclock | 202ba32d6f946a085c91f6395d64cce0867259f0 | [
"MIT"
] | null | null | null | timelib/timelib.h | ADLabidi/stmclock | 202ba32d6f946a085c91f6395d64cce0867259f0 | [
"MIT"
] | null | null | null | /*
* timelib.h
*
* Created on: Mar 14, 2021
* Author: ASUS
*/
#ifndef TIMELIB_H_
#define TIMELIB_H_
#include "stdint.h"
void timelib_updateTimeCount();
void timelib_init();
uint64_t timelib_getRawTime();
void timelib_printTime();
#endif /* TIMELIB_H_ */
| 15.705882 | 31 | 0.700375 |
cf906f222dd1222063ff13d6a6d00c5ddf976222 | 3,748 | c | C | nitan/d/wudang/obj/cypress.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | 1 | 2019-03-27T07:25:16.000Z | 2019-03-27T07:25:16.000Z | nitan/d/wudang/obj/cypress.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | nitan/d/wudang/obj/cypress.c | cantona/NT6 | 073f4d491b3cfe6bfbe02fbad12db8983c1b9201 | [
"MIT"
] | null | null | null | // cypress.c 柏樹
// Last Modified by winder on Aug. 18 2002
#include <ansi.h>
inherit ITEM;
int start_collapse = 0;
int chop_times = 0;
void create()
{
set_name(HIG"青柏樹"NOR,({"cypress"}));
set_weight(900000);
if (clonep())
set_default_object(__FILE__);
else {
... | 30.721311 | 103 | 0.447172 |
fda70e93e5284c406e7f328c79fcf930dee8a3f3 | 1,345 | h | C | System/Library/Frameworks/CloudKit.framework/CKSyncEngineBatch.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 2 | 2021-11-02T09:23:27.000Z | 2022-03-28T08:21:57.000Z | System/Library/Frameworks/CloudKit.framework/CKSyncEngineBatch.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | null | null | null | System/Library/Frameworks/CloudKit.framework/CKSyncEngineBatch.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 1 | 2022-03-28T08:21:59.000Z | 2022-03-28T08:21:59.000Z | /*
* This header is generated by classdump-dyld 1.5
* on Friday, April 30, 2021 at 11:35:22 AM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/Frameworks/CloudKit.framework... | 42.03125 | 153 | 0.677323 |
802025dea446159702373817e22e41036ec18158 | 2,310 | c | C | demos/models/suchai-flight-software/src/system/taskWatchdog.c | osoco/comprendiendo-software-creando-herramientas | 64b07b29a876ce180b3ba03dfd1d1770d5fc6f6e | [
"CC0-1.0"
] | 1 | 2022-02-06T10:48:13.000Z | 2022-02-06T10:48:13.000Z | demos/models/suchai-flight-software/src/system/taskWatchdog.c | osoco/comprendiendo-software-creando-herramientas | 64b07b29a876ce180b3ba03dfd1d1770d5fc6f6e | [
"CC0-1.0"
] | null | null | null | demos/models/suchai-flight-software/src/system/taskWatchdog.c | osoco/comprendiendo-software-creando-herramientas | 64b07b29a876ce180b3ba03dfd1d1770d5fc6f6e | [
"CC0-1.0"
] | 1 | 2022-02-06T10:48:15.000Z | 2022-02-06T10:48:15.000Z | /* SUCHAI
* NANOSATELLITE FLIGHT SOFTWARE
*
* Copyright 2020, Carlos Gonzalez Cortes, carlgonz@uchile.cl
*
* 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 ... | 38.5 | 151 | 0.665368 |
806333315105adf52fcc960aa4d4c3a4f8a6a89d | 3,198 | h | C | third_party/gecko-2/win32/include/rdfISerializer.h | akiellor/selenium | 239490f9c5f3c7e7d4082bbe53c86eb5158d70a3 | [
"Apache-2.0"
] | 1 | 2018-08-24T18:01:34.000Z | 2018-08-24T18:01:34.000Z | third_party/gecko-2/win32/include/rdfISerializer.h | akiellor/selenium | 239490f9c5f3c7e7d4082bbe53c86eb5158d70a3 | [
"Apache-2.0"
] | 1 | 2021-10-18T12:23:37.000Z | 2021-10-18T12:23:37.000Z | third_party/gecko-2/win32/include/rdfISerializer.h | akiellor/selenium | 239490f9c5f3c7e7d4082bbe53c86eb5158d70a3 | [
"Apache-2.0"
] | 2 | 2018-04-30T21:35:30.000Z | 2021-05-14T08:11:46.000Z | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-2.0-xr-w32-bld/build/rdf/base/idl/rdfISerializer.idl
*/
#ifndef __gen_rdfISerializer_h__
#define __gen_rdfISerializer_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include ro... | 29.072727 | 167 | 0.731707 |
b7c15ce39af524e7052dc68ea02678768fe8f900 | 10,634 | c | C | db_arena.c | KinderRiven/Database | b1eaa994c991fdcc620b6304302390bb50b9ff84 | [
"BSD-2-Clause"
] | 3 | 2015-12-09T12:22:00.000Z | 2017-08-07T11:13:30.000Z | db_arena.c | KinderRiven/DataBase | b1eaa994c991fdcc620b6304302390bb50b9ff84 | [
"BSD-2-Clause"
] | null | null | null | db_arena.c | KinderRiven/DataBase | b1eaa994c991fdcc620b6304302390bb50b9ff84 | [
"BSD-2-Clause"
] | null | null | null | #ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#else
#ifndef apple
#define _XOPEN_SOURCE 600
#include <malloc.h>
#endif
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#endif
#include <inttypes.h>
#include "db.h"
#include "db_arena.h"
#include "db_map.h"
#include "db_object.h"
#include "db_... | 22.246862 | 115 | 0.673782 |
a12f2e4b93a9cd815a4d67083ff9e34c7046ac97 | 1,273 | h | C | System/Library/Frameworks/Foundation.framework/_NSJSONWriter.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | 5 | 2021-04-29T04:31:43.000Z | 2021-08-19T18:59:58.000Z | System/Library/Frameworks/Foundation.framework/_NSJSONWriter.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | null | null | null | System/Library/Frameworks/Foundation.framework/_NSJSONWriter.h | lechium/tvOS145Headers | 9940da19adb0017f8037853e9cfccbe01b290dd5 | [
"MIT"
] | 1 | 2022-03-19T11:16:23.000Z | 2022-03-19T11:16:23.000Z | /*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:01:35 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/Frameworks/Foundation.framew... | 33.5 | 130 | 0.674784 |
a248538c2fcb449fb45dfdb0e017109521ba5717 | 1,827 | h | C | System/Library/PrivateFrameworks/ITMLKit.framework/IKJSTimerContext.h | lechium/tvOS144Headers | e22dcf52662ae03002e3a6d57273f54e74013cb0 | [
"MIT"
] | 2 | 2021-04-15T10:50:21.000Z | 2021-08-19T19:00:09.000Z | System/Library/PrivateFrameworks/ITMLKit.framework/IKJSTimerContext.h | lechium/tvOS144Headers | e22dcf52662ae03002e3a6d57273f54e74013cb0 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/ITMLKit.framework/IKJSTimerContext.h | lechium/tvOS144Headers | e22dcf52662ae03002e3a6d57273f54e74013cb0 | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:25:34 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/ITMLKit.fr... | 46.846154 | 161 | 0.67214 |
c80b6c18a5804e4660609aee2b819637fe682e68 | 13,845 | c | C | core/src/tbox/src/tbox/coroutine/stackless/scheduler.c | 0x17de/xmake | f4781b3cbc4d8e61eddb888ea4e7d258adc70c5b | [
"Apache-2.0"
] | 1 | 2021-03-23T19:40:36.000Z | 2021-03-23T19:40:36.000Z | src/tbox/coroutine/stackless/scheduler.c | dreamsxin/tbox | 34e35eef30ec53722e25cc461c7a8b6b19e21636 | [
"BSL-1.0",
"Apache-2.0"
] | null | null | null | src/tbox/coroutine/stackless/scheduler.c | dreamsxin/tbox | 34e35eef30ec53722e25cc461c7a8b6b19e21636 | [
"BSL-1.0",
"Apache-2.0"
] | null | null | null | /*!The Treasure Box Library
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version ... | 32.423888 | 155 | 0.669917 |
bd55d98b7c1d6b70eab36f5796f64737a2c1f4e1 | 1,296 | h | C | llvm-7.0.0.src/include/llvm/Support/raw_sha1_ostream.h | sillywalk/grazz | a0adb1a90d41ff9006d8c1476546263f728b3c83 | [
"Apache-2.0"
] | 171 | 2018-09-17T13:15:12.000Z | 2022-03-18T03:47:04.000Z | llvm-7.0.0.src/include/llvm/Support/raw_sha1_ostream.h | sillywalk/grazz | a0adb1a90d41ff9006d8c1476546263f728b3c83 | [
"Apache-2.0"
] | 51 | 2019-10-23T11:55:08.000Z | 2021-12-21T06:32:11.000Z | llvm-7.0.0.src/include/llvm/Support/raw_sha1_ostream.h | sillywalk/grazz | a0adb1a90d41ff9006d8c1476546263f728b3c83 | [
"Apache-2.0"
] | 55 | 2018-02-01T07:11:49.000Z | 2022-03-04T01:20:23.000Z | //==- raw_sha1_ostream.h - raw_ostream that compute SHA1 --*- C++ -*-==//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 27 | 80 | 0.608796 |
08bcc1f96cd49c25be43a361c4a5777cf3f38860 | 633 | h | C | RXVerifyExample/RXVerifyExample/Verify/NUI/MultThread/RXMultThreadView.h | Explorer1092/RXVerifyExample | 344f954c155457c34d52db6831f928b5ac400bbc | [
"MIT"
] | null | null | null | RXVerifyExample/RXVerifyExample/Verify/NUI/MultThread/RXMultThreadView.h | Explorer1092/RXVerifyExample | 344f954c155457c34d52db6831f928b5ac400bbc | [
"MIT"
] | null | null | null | RXVerifyExample/RXVerifyExample/Verify/NUI/MultThread/RXMultThreadView.h | Explorer1092/RXVerifyExample | 344f954c155457c34d52db6831f928b5ac400bbc | [
"MIT"
] | null | null | null | //
// RXMultThreadView.h
// RXVerifyExample
//
// Created by Rush.D.Xzj on 2020/9/4.
// Copyright © 2020 Rush.D.Xzj. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class RXMultThreadView;
@protocol RXMultThreadViewLoadDelegate <NSObject>
- (void)multThreadViewWillRender:(RXMultThreadV... | 21.827586 | 74 | 0.78357 |
d91794429517e2ebd17916a026c3f3642e919dba | 795 | h | C | Source/FSDEngine/Public/CarveSplineSegment.h | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | null | null | null | Source/FSDEngine/Public/CarveSplineSegment.h | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | null | null | null | Source/FSDEngine/Public/CarveSplineSegment.h | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | null | null | null | #pragma once
#include "CoreMinimal.h"
#include "UObject/NoExportTypes.h"
#include "CarveSplineSegment.generated.h"
USTRUCT(BlueprintType)
struct FCarveSplineSegment {
GENERATED_BODY()
public:
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))
FVector SplineStart;
UPROPERTY... | 28.392857 | 79 | 0.763522 |
83f18bc8a3d43eceb115b2714226afde9cf0151a | 4,970 | h | C | modules/jni/src/main/native/utilities.h | GratefulTony/tensorflow_scala | 54cb42f9fcada562de9847aa09d9d11a93400d9a | [
"Apache-2.0"
] | 936 | 2017-05-22T03:13:25.000Z | 2022-03-29T09:05:45.000Z | modules/jni/src/main/native/utilities.h | GratefulTony/tensorflow_scala | 54cb42f9fcada562de9847aa09d9d11a93400d9a | [
"Apache-2.0"
] | 178 | 2017-05-30T22:06:13.000Z | 2022-03-02T19:45:57.000Z | modules/jni/src/main/native/utilities.h | GratefulTony/tensorflow_scala | 54cb42f9fcada562de9847aa09d9d11a93400d9a | [
"Apache-2.0"
] | 116 | 2017-06-05T11:57:03.000Z | 2022-02-27T16:28:33.000Z | /* Copyright 2017-19, Emmanouil Antonios Platanios. 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 ... | 35.755396 | 109 | 0.652515 |
2fd913bf81a3258528220625995695772070dd46 | 3,386 | h | C | engine/src/execution_graph/logic_controllers/LogicPrimitives.h | msadang/blazingsql | 5fe3e418dbee4a3961998b0e25ec81100a1a1490 | [
"Apache-2.0"
] | null | null | null | engine/src/execution_graph/logic_controllers/LogicPrimitives.h | msadang/blazingsql | 5fe3e418dbee4a3961998b0e25ec81100a1a1490 | [
"Apache-2.0"
] | null | null | null | engine/src/execution_graph/logic_controllers/LogicPrimitives.h | msadang/blazingsql | 5fe3e418dbee4a3961998b0e25ec81100a1a1490 | [
"Apache-2.0"
] | null | null | null |
#pragma once
#include "cudf/column/column_view.hpp"
#include "cudf/table/table.hpp"
#include "cudf/table/table_view.hpp"
#include <memory>
#include <string>
#include <vector>
#include <string>
#include <bmr/BlazingMemoryResource.h>
#include "execution_graph/logic_controllers/BlazingColumn.h"
#include "BlazingHostTab... | 32.873786 | 127 | 0.750738 |
2ff8113061c1d81537bfb26a61c126c8ed7139aa | 1,610 | h | C | src/include/gpopt/utils/CMemoryPoolPalloc.h | Tylarb/gpdb | 15e1341cfbac7f70d2086a9a1d46149a82765b5e | [
"PostgreSQL",
"Apache-2.0"
] | 202 | 2021-10-13T09:21:34.000Z | 2022-03-31T09:52:47.000Z | src/include/gpopt/utils/CMemoryPoolPalloc.h | Tylarb/gpdb | 15e1341cfbac7f70d2086a9a1d46149a82765b5e | [
"PostgreSQL",
"Apache-2.0"
] | 9 | 2021-11-01T09:10:56.000Z | 2022-03-28T14:24:23.000Z | src/include/gpopt/utils/CMemoryPoolPalloc.h | Tylarb/gpdb | 15e1341cfbac7f70d2086a9a1d46149a82765b5e | [
"PostgreSQL",
"Apache-2.0"
] | 47 | 2021-10-21T07:15:26.000Z | 2022-03-29T11:37:15.000Z | //---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2019 Pivotal, Inc.
//
// @filename:
// CMemoryPoolPalloc.h
//
// @doc:
// CMemoryPool implementation that uses PostgreSQL memory
// contexts.
//
//-----------------------------------------------------... | 23 | 81 | 0.639752 |
6438724602ace5e95ad2ec77df533ad2df87ae9e | 14,047 | h | C | assets/labs/lab4/lab4_skeleton/ar_track_alvar/ar_track_alvar/include/ar_track_alvar/Util.h | tiffanyec/ee106a-fa192 | e14da45a754c46ad5c1efde7e19602e35723c5e3 | [
"MIT"
] | 6 | 2020-01-14T17:56:03.000Z | 2021-08-10T18:57:04.000Z | assets/labs/lab4/lab4_skeleton/ar_track_alvar/ar_track_alvar/include/ar_track_alvar/Util.h | tiffanyec/ee106a-fa192 | e14da45a754c46ad5c1efde7e19602e35723c5e3 | [
"MIT"
] | null | null | null | assets/labs/lab4/lab4_skeleton/ar_track_alvar/ar_track_alvar/include/ar_track_alvar/Util.h | tiffanyec/ee106a-fa192 | e14da45a754c46ad5c1efde7e19602e35723c5e3 | [
"MIT"
] | 3 | 2019-12-21T02:50:39.000Z | 2022-01-04T02:53:07.000Z | /*
* This file is part of ALVAR, A Library for Virtual and Augmented Reality.
*
* Copyright 2007-2012 VTT Technical Research Centre of Finland
*
* Contact: VTT Augmented Reality Team <alvar.info@vtt.fi>
* <http://www.vtt.fi/multimedia/alvar.html>
*
* ALVAR is free software; you can redistribute it and/... | 30.940529 | 136 | 0.700149 |
c18ea10bfb5110e7dbec3a848010187f9d151d6d | 3,712 | h | C | include/queue.h | afatom/core-program | 7886acf67f6b81bd06edef41f6ddab83cc993927 | [
"MIT"
] | null | null | null | include/queue.h | afatom/core-program | 7886acf67f6b81bd06edef41f6ddab83cc993927 | [
"MIT"
] | null | null | null | include/queue.h | afatom/core-program | 7886acf67f6b81bd06edef41f6ddab83cc993927 | [
"MIT"
] | null | null | null |
#ifndef _QUEUE_H_
#define _QUEUE_H_
#include <stddef.h> /*<< size_t*/
typedef struct Queue Queue;
typedef enum QueueResult{
QUEUE_SUCCESS = 0,
QUEUE_UNINITIALIZED_ERROR,
QUEUE_UNDERFLOW,
QUEUE_ALLOCATION_ERROR,
QUEUE_INVALID_ITEM
}QueueResult;
typedef int (*ItemPrint)(void *item, void *context);
typedef voi... | 41.707865 | 83 | 0.525323 |
8c252a759d1a1c2c7781e7983216922d3d2f132d | 483 | h | C | ios/versioned-react-native/ABI36_0_0/Expo/ExpoKit/Core/UniversalModules/EXScopedFileSystem/ABI36_0_0EXScopedFilePermissionModule.h | rudylee/expo | b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc | [
"Apache-2.0",
"MIT"
] | 3 | 2020-09-06T17:32:53.000Z | 2021-05-20T19:04:48.000Z | ios/versioned-react-native/ABI36_0_0/Expo/ExpoKit/Core/UniversalModules/EXScopedFileSystem/ABI36_0_0EXScopedFilePermissionModule.h | rudylee/expo | b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc | [
"Apache-2.0",
"MIT"
] | 16 | 2021-03-01T21:18:59.000Z | 2022-02-27T08:18:52.000Z | ios/versioned-react-native/ABI36_0_0/Expo/ExpoKit/Core/UniversalModules/EXScopedFileSystem/ABI36_0_0EXScopedFilePermissionModule.h | rudylee/expo | b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc | [
"Apache-2.0",
"MIT"
] | 2 | 2020-04-25T16:31:11.000Z | 2020-04-25T16:31:13.000Z | // Copyright 2015-present 650 Industries. All rights reserved.
#if __has_include(<ABI36_0_0EXFileSystem/ABI36_0_0EXFilePermissionModule.h>)
#import <ABI36_0_0EXFileSystem/ABI36_0_0EXFilePermissionModule.h>
#import "ABI36_0_0EXConstantsBinding.h"
NS_ASSUME_NONNULL_BEGIN
@interface ABI36_0_0EXScopedFilePermissionModul... | 28.411765 | 89 | 0.867495 |
5316edc965437f1aa6edcde1c5b701f4430139c1 | 1,783 | c | C | palacios/src/palacios/svm_halt.c | tsinghua-os-spring-2013/palacios | 7ee817d2495b48dc882df66ded9e8ebf2c4803d9 | [
"BSD-3-Clause"
] | 1 | 2015-03-09T04:25:00.000Z | 2015-03-09T04:25:00.000Z | palacios/src/palacios/svm_halt.c | tsinghua-os-spring-2013/palacios | 7ee817d2495b48dc882df66ded9e8ebf2c4803d9 | [
"BSD-3-Clause"
] | null | null | null | palacios/src/palacios/svm_halt.c | tsinghua-os-spring-2013/palacios | 7ee817d2495b48dc882df66ded9e8ebf2c4803d9 | [
"BSD-3-Clause"
] | null | null | null | /*
* This file is part of the Palacios Virtual Machine Monitor developed
* by the V3VEE Project with funding from the United States National
* Science Foundation and the Department of Energy.
*
* The V3VEE Project is a joint project between Northwestern University
* and the University of New Mexico. You can ... | 23.460526 | 72 | 0.675827 |
88bf1a3b0121f82da3ea8e9f39499303ee31a3fb | 1,323 | h | C | analyzer/analyzer_sensor_health.h | Aeronavics/dronekit-la | 6b9b48aec5dcc610ad87631514aad12b67b753a9 | [
"Apache-2.0"
] | 33 | 2016-02-08T19:54:14.000Z | 2022-03-22T22:25:38.000Z | analyzer/analyzer_sensor_health.h | hnjm/dronekit-la | 68c11b61e049e72ca8217cf9f9b94fab93c12eab | [
"Apache-2.0"
] | 48 | 2016-01-27T06:22:42.000Z | 2022-03-29T21:54:14.000Z | analyzer/analyzer_sensor_health.h | hnjm/dronekit-la | 68c11b61e049e72ca8217cf9f9b94fab93c12eab | [
"Apache-2.0"
] | 32 | 2016-01-27T17:24:32.000Z | 2022-03-15T00:54:49.000Z | #ifndef ANALYZER_SENSOR_HEALTH_H
#define ANALYZER_SENSOR_HEALTH_H
/*
* analyzer_sensor_health
*
*/
#include "analyzer.h"
#include "data_sources.h"
class Analyzer_Sensor_Health_Result : public Analyzer_Result_Period {
public:
Analyzer_Sensor_Health_Result(std::string sensor_name) :
_sensor_name(sensor... | 23.625 | 118 | 0.715797 |
49ccd13469c5f3ad70266b704be83b6fcd02ffe5 | 2,002 | c | C | LASD/GB/GB.c | mikymaione/KCammini | 50c3c3601fa937c340effa675847f54d3f31f83b | [
"MIT"
] | 1 | 2019-10-28T13:53:28.000Z | 2019-10-28T13:53:28.000Z | LASD/GB/GB.c | mikymaione/KCammini | 50c3c3601fa937c340effa675847f54d3f31f83b | [
"MIT"
] | null | null | null | LASD/GB/GB.c | mikymaione/KCammini | 50c3c3601fa937c340effa675847f54d3f31f83b | [
"MIT"
] | null | null | null | #include <string.h>
#include <stdlib.h>
char * bool_ul_to_str(unsigned long l)
{
return (l == 0 ? "false" : "true");
}
char * bool_l_to_str(long l)
{
return (l == 0 ? "false" : "true");
}
char * bool_ui_to_str(unsigned int l)
{
return (l == 0 ? "false" : "true");
}
char * bool_i_to_str(int l)
{
retu... | 17.561404 | 86 | 0.466533 |
a0b37f321119344390af3892a90fc6369e69f623 | 5,847 | h | C | modules/HVCAENx527/libHVCAENx527App/src/HVCAENx527.h | A2-Collaboration/epics | b764a53bf449d9f6b54a1173c5e75a22cf95098c | [
"OML"
] | null | null | null | modules/HVCAENx527/libHVCAENx527App/src/HVCAENx527.h | A2-Collaboration/epics | b764a53bf449d9f6b54a1173c5e75a22cf95098c | [
"OML"
] | null | null | null | modules/HVCAENx527/libHVCAENx527App/src/HVCAENx527.h | A2-Collaboration/epics | b764a53bf449d9f6b54a1173c5e75a22cf95098c | [
"OML"
] | null | null | null | /* $Header: HVCAENx527/libHVCAENx527App/src/HVCAENx527.h 1.13.1.2 2014/04/29 23:04:40CST Ru Igarashi (igarasr) Exp $
*/
#include <stdio.h>
#include <string.h>
#include <dbDefs.h>
#include <dbAccess.h>
#include <recSup.h>
#include <devSup.h>
#include <callback.h>
#include <sys/time.h>
#include <epicsVersion.h>
#if (E... | 33.221591 | 264 | 0.724987 |
6f82f6e19f698f72e892f0e32e7a2b83d95f7348 | 2,766 | h | C | DataFormats/Candidate/interface/CompositeRefBaseCandidate.h | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | 3 | 2018-08-24T19:10:26.000Z | 2019-02-19T11:45:32.000Z | DataFormats/Candidate/interface/CompositeRefBaseCandidate.h | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | 3 | 2018-08-23T13:40:24.000Z | 2019-12-05T21:16:03.000Z | DataFormats/Candidate/interface/CompositeRefBaseCandidate.h | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | 5 | 2018-08-21T16:37:52.000Z | 2020-01-09T13:33:17.000Z | #ifndef Candidate_CompositeRefBaseCandidate_h
#define Candidate_CompositeRefBaseCandidate_h
#include "DataFormats/Candidate/interface/LeafCandidate.h"
/** \class reco::CompositeRefBaseCandidate
*
* a reco::Candidate composed of daughters.
* The daughters has persistent references (edm::RefToBase<...>)
* to reco::... | 40.676471 | 109 | 0.693059 |
17511d988c38287ac5d5e36b5da717b953bad2fc | 1,474 | h | C | engines/ep/tests/mock/mock_executor_pool.h | BenHuddleston/kv_engine | 78123c9aa2c2feb24b7c31eecc862bf2ed6325e4 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | engines/ep/tests/mock/mock_executor_pool.h | BenHuddleston/kv_engine | 78123c9aa2c2feb24b7c31eecc862bf2ed6325e4 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | engines/ep/tests/mock/mock_executor_pool.h | BenHuddleston/kv_engine | 78123c9aa2c2feb24b7c31eecc862bf2ed6325e4 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | /* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 2019-Present Couchbase, Inc.
*
* Use of this software is governed by the Business Source License included
* in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
* in that file, in accordance... | 33.5 | 79 | 0.628901 |
c0dd0b1a2307ed20850f7af1d514efa641242652 | 20,022 | c | C | src/PolyCEID/hamiltonians/PolyCEID_hamiltonian_single_CHAIN_MOD2.c | lstella77/polyceid | 133fbe5aef2fda9d4927244d5bb609adcdb31c61 | [
"MIT"
] | null | null | null | src/PolyCEID/hamiltonians/PolyCEID_hamiltonian_single_CHAIN_MOD2.c | lstella77/polyceid | 133fbe5aef2fda9d4927244d5bb609adcdb31c61 | [
"MIT"
] | null | null | null | src/PolyCEID/hamiltonians/PolyCEID_hamiltonian_single_CHAIN_MOD2.c | lstella77/polyceid | 133fbe5aef2fda9d4927244d5bb609adcdb31c61 | [
"MIT"
] | null | null | null |
/******************************************************************************
Copyright (C) 2011-2012 by Lorenzo Stella <lorenzo DOT stella77 AT gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to dea... | 23.978443 | 185 | 0.576666 |
a5bcd5db80d02f9c6b6a4685cea3d20c1fcf84d6 | 1,398 | h | C | react-native/react-native-flipper/ios/FlipperReactNativeJavaScriptPluginManager.h | FairyWorld/tool_flipper | f0c0011d69e71477b92fbfbd76a9ac5d8d67ca52 | [
"MIT"
] | 1 | 2022-03-26T05:15:39.000Z | 2022-03-26T05:15:39.000Z | react-native/react-native-flipper/ios/FlipperReactNativeJavaScriptPluginManager.h | FairyWorld/tool_flipper | f0c0011d69e71477b92fbfbd76a9ac5d8d67ca52 | [
"MIT"
] | 133 | 2020-04-24T19:58:15.000Z | 2021-09-23T16:23:35.000Z | react-native/react-native-flipper/ios/FlipperReactNativeJavaScriptPluginManager.h | FairyWorld/tool_flipper | f0c0011d69e71477b92fbfbd76a9ac5d8d67ca52 | [
"MIT"
] | 1 | 2022-03-30T04:22:36.000Z | 2022-03-30T04:22:36.000Z | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#ifdef DEBUG
#import <React/RCTBridgeModule.h>
#import <FlipperKit/FlipperClient.h>
NS_ASSUME_NONNULL_BEGIN
@class FlipperMod... | 27.411765 | 80 | 0.674535 |
cb82b24246447cac7ee2e55db02cf125f0f01bdb | 375 | h | C | mpers-m32/struct_sg_req_info.h | ipduh/strace | 30b9ef95e1256812dc0dedb68558fdc9d8a6c32b | [
"BSD-3-Clause"
] | 22 | 2018-10-05T07:19:06.000Z | 2022-02-24T07:12:55.000Z | mpers-m32/struct_sg_req_info.h | ipduh/strace | 30b9ef95e1256812dc0dedb68558fdc9d8a6c32b | [
"BSD-3-Clause"
] | 1 | 2020-11-10T11:06:08.000Z | 2020-11-10T11:06:08.000Z | mpers-m32/struct_sg_req_info.h | ipduh/strace | 30b9ef95e1256812dc0dedb68558fdc9d8a6c32b | [
"BSD-3-Clause"
] | 10 | 2018-10-05T07:19:06.000Z | 2022-03-23T14:24:53.000Z | #include <stdint.h>
#ifndef mpers_ptr_t_is_uint32_t
typedef uint32_t mpers_ptr_t;
#define mpers_ptr_t_is_uint32_t
#endif
typedef
struct {
char req_state;
char orphan;
char sg_io_owned;
char problem;
int32_t pack_id;
mpers_ptr_t usr_ptr;
uint32_t duration;
int32_t unused;
} ATTRIBUTE_PACKED m32_struct_sg_req_info;
#defi... | 20.833333 | 59 | 0.853333 |
3ebcc637c9b346a5f9e43c8e7b365dc3593922e6 | 990 | h | C | src/represent/representer.h | OneMoreGres/ScreenTranslator | 2ce8e0edc363e98bcdeb24d06094ba080658d048 | [
"MIT"
] | 442 | 2015-01-10T04:24:05.000Z | 2022-03-31T05:18:30.000Z | src/represent/representer.h | JavierPieschacon/ScreenTranslator | a4e09d88c61d4985393ab373df793693696d79ab | [
"MIT"
] | 92 | 2016-01-31T01:49:20.000Z | 2022-03-26T13:36:08.000Z | src/represent/representer.h | JavierPieschacon/ScreenTranslator | a4e09d88c61d4985393ab373df793693696d79ab | [
"MIT"
] | 77 | 2015-01-03T07:27:30.000Z | 2022-03-25T13:48:19.000Z | #pragma once
#include "stfwd.h"
#include <QObject>
enum class ResultMode;
class ResultWidget;
class ResultEditor;
class Representer : public QObject
{
Q_OBJECT
public:
Representer(Manager &manager, TrayIcon &tray, const Settings &settings,
const CommonModels &models);
~Representer();
void sho... | 22 | 73 | 0.733333 |
124a329eebdb49c8e08f53ae6c36da4c7b0be9db | 1,727 | h | C | SAObjects.framework/SAMPSetQueue.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | 4 | 2021-10-06T12:15:26.000Z | 2022-02-21T02:26:00.000Z | SAObjects.framework/SAMPSetQueue.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | null | null | null | SAObjects.framework/SAMPSetQueue.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/SAObjects.framework/SAObjects
*/
@interface SAMPSetQueue : SADomainCommand
@property (nonatomic, copy) NSString *assetInfo;
@property (nonatomic) bool dryRun;
@property (nonatomic, copy) NSArray *filters;
@property (nonatomic, copy) NSArray *... | 30.839286 | 89 | 0.775333 |
3e21d0390806d2448537a4019bcaa50a34f0e0e4 | 2,369 | h | C | SLAVCam/SLAVCam/Classes/SCRecord/SCSwipeableFilterView.h | cslmark/SLAVCam | 38a3ad28e4fbce359867754b257f4a507fdf2c7a | [
"MIT"
] | null | null | null | SLAVCam/SLAVCam/Classes/SCRecord/SCSwipeableFilterView.h | cslmark/SLAVCam | 38a3ad28e4fbce359867754b257f4a507fdf2c7a | [
"MIT"
] | null | null | null | SLAVCam/SLAVCam/Classes/SCRecord/SCSwipeableFilterView.h | cslmark/SLAVCam | 38a3ad28e4fbce359867754b257f4a507fdf2c7a | [
"MIT"
] | null | null | null | //
// SCFilterSwitcherView.h
// SCRecorderExamples
//
// Created by Simon CORSIN on 29/05/14.
//
//
#import <UIKit/UIKit.h>
#import "SCPlayer.h"
#import "SCFilterImageView.h"
@class SCSwipeableFilterView;
@protocol SCSwipeableFilterViewDelegate <NSObject>
- (void)swipeableFilterView:(SCSwipeableFilterView *__nonn... | 30.766234 | 129 | 0.791895 |
e35025295486955cf9dc1d2dfc7887aca12fe907 | 1,248 | c | C | d/av_rooms/mystra/inn7.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-07-19T05:24:44.000Z | 2021-11-18T04:08:19.000Z | d/av_rooms/mystra/inn7.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 4 | 2021-03-15T18:56:39.000Z | 2021-08-17T17:08:22.000Z | d/av_rooms/mystra/inn7.c | Dbevan/SunderingShadows | 6c15ec56cef43c36361899bae6dc08d0ee907304 | [
"MIT"
] | 13 | 2019-09-12T06:22:38.000Z | 2022-01-31T01:15:12.000Z | // File created with /daemon/persistent_room_d.c
#include <std.h>
inherit "/cmds/avatar/avatar_room.c";
void create()
{
::create();
set_name("inn7");
set_property("indoors",1);
set_property("light",2);
set_property("no teleport",1);
set_terrain("wood building");
set_travel("slick floor");
... | 36.705882 | 215 | 0.680288 |
420e149072a38816df3008de030fc664f1607a4f | 2,918 | h | C | codes/net/slimfly.h | minitu/codes | 1449aaf45e56fe41fedcd6b4a7f44787cb6f41ca | [
"BSD-3-Clause"
] | 22 | 2019-06-23T11:25:31.000Z | 2022-03-31T09:03:23.000Z | codes/net/slimfly.h | minitu/codes | 1449aaf45e56fe41fedcd6b4a7f44787cb6f41ca | [
"BSD-3-Clause"
] | 63 | 2019-07-05T15:38:06.000Z | 2021-08-20T17:35:20.000Z | codes/net/slimfly.h | minitu/codes | 1449aaf45e56fe41fedcd6b4a7f44787cb6f41ca | [
"BSD-3-Clause"
] | 18 | 2019-07-10T21:03:55.000Z | 2022-01-06T22:02:12.000Z | /*
* Copyright (C) 2014 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*
*/
#ifndef SLIMFLY_H
#define SLIMFLY_H
#include <ross.h>
typedef struct slim_terminal_message slim_terminal_message;
/* this message is used for both dragonfly compute nodes and routers */
struct slim_terminal_messa... | 25.596491 | 90 | 0.72207 |
e9c29ee645bc1e59ed09bb8c2b0b9cdee47247e4 | 2,101 | h | C | LEDA/incl/LEDA/internal/std/sgi_filebuf.h | 2ashish/smallest_enclosing_circle | 889916a3011ab2b649ab7f1fc1e042f879acecce | [
"MIT"
] | null | null | null | LEDA/incl/LEDA/internal/std/sgi_filebuf.h | 2ashish/smallest_enclosing_circle | 889916a3011ab2b649ab7f1fc1e042f879acecce | [
"MIT"
] | null | null | null | LEDA/incl/LEDA/internal/std/sgi_filebuf.h | 2ashish/smallest_enclosing_circle | 889916a3011ab2b649ab7f1fc1e042f879acecce | [
"MIT"
] | null | null | null | /*******************************************************************************
+
+ LEDA 6.3
+
+
+ sgi_filebuf.h
+
+
+ Copyright (c) 1995-2010
+ by Algorithmic Solutions Software GmbH
+ All rights reserved.
+
*******************************************************************************/
#ifndef _LEDA_SGI_F... | 25.938272 | 85 | 0.645407 |
e9c3c0908f7e0482c81a678fdd21aff4dbc366ba | 897 | h | C | OpenCVFunc/Threshold.h | iryachi/OpenCV_test | eff56990897b44d07dce90695cef290901c3f502 | [
"BSD-3-Clause"
] | null | null | null | OpenCVFunc/Threshold.h | iryachi/OpenCV_test | eff56990897b44d07dce90695cef290901c3f502 | [
"BSD-3-Clause"
] | null | null | null | OpenCVFunc/Threshold.h | iryachi/OpenCV_test | eff56990897b44d07dce90695cef290901c3f502 | [
"BSD-3-Clause"
] | null | null | null | #pragma once
#include "FilterBase.h"
using namespace System;
using namespace System::Collections::Generic;
namespace OpenCVFunc {
public ref class Threshold : public FilterBase
{
// TODO: このクラスのメソッドをここに追加します。
public:
String^ threshold_exec(double thresh, double maxval, int type,int imageInNo, int imageOutNo... | 20.386364 | 94 | 0.649944 |
e9ced6150fe4d8ea3a51bb477d62034b94d7ced1 | 213 | h | C | CollectionViewDemo/CollectionViewDemo/Util/UITableViewCell+Nib.h | ALittleNasty/CollectionViewDemo | 80f4da735a9c1cba2e39542b6f6c01c6ea6e6225 | [
"MIT"
] | null | null | null | CollectionViewDemo/CollectionViewDemo/Util/UITableViewCell+Nib.h | ALittleNasty/CollectionViewDemo | 80f4da735a9c1cba2e39542b6f6c01c6ea6e6225 | [
"MIT"
] | null | null | null | CollectionViewDemo/CollectionViewDemo/Util/UITableViewCell+Nib.h | ALittleNasty/CollectionViewDemo | 80f4da735a9c1cba2e39542b6f6c01c6ea6e6225 | [
"MIT"
] | null | null | null | //
// UITableViewCell+Nib.h
// StarCredit
//
// Created by 胡阳 on 16/3/21.
// Copyright © 2016年 VCredit. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UITableViewCell (Nib)
+ (UINib*)nib;
@end
| 13.3125 | 51 | 0.657277 |
d40864e6f88dcc6d4b7ddf2d4b47d4044d9ee83d | 949 | c | C | src/nth_psc.c | theoden8/matcalc | ff71e31d5aa854547b1f32280a83486e21a4e6a1 | [
"WTFPL"
] | null | null | null | src/nth_psc.c | theoden8/matcalc | ff71e31d5aa854547b1f32280a83486e21a4e6a1 | [
"WTFPL"
] | null | null | null | src/nth_psc.c | theoden8/matcalc | ff71e31d5aa854547b1f32280a83486e21a4e6a1 | [
"WTFPL"
] | null | null | null | #include <stdlib.h>
#include <stdio.h>
#include <gmp.h>
// nth_psc means nth row in the pascal triangle
//
// being a genius of math you do understand that this is a sequence of binomial
// coefficients c(n, 0..n)
//
// c(n, k) / c(n, k - 1) = (n - k) / (k + 1) or smth like that, whatever works
#define NPSC_SIZE(x) ... | 18.25 | 79 | 0.615385 |
1d322db55e9d1bae47ebbdf1a2177863289a68fc | 1,935 | h | C | test/tests/LibcxxTester.h | asidorov95/momo | ebede4ba210ac1fa614bb2571a526e7591a92b56 | [
"MIT"
] | null | null | null | test/tests/LibcxxTester.h | asidorov95/momo | ebede4ba210ac1fa614bb2571a526e7591a92b56 | [
"MIT"
] | null | null | null | test/tests/LibcxxTester.h | asidorov95/momo | ebede4ba210ac1fa614bb2571a526e7591a92b56 | [
"MIT"
] | null | null | null | /**********************************************************\
This file is distributed under the MIT License.
See https://github.com/morzhovets/momo/blob/master/LICENSE
for details.
tests/LibcxxTester.h
\**********************************************************/
#pragma once
#include <iostream>... | 24.493671 | 79 | 0.659948 |
0dea46560cc5ade623089a1be1d34717733ae594 | 7,701 | h | C | components/ssl_errors/error_classification.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | components/ssl_errors/error_classification.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | components/ssl_errors/error_classification.h | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SSL_ERRORS_ERROR_CLASSIFICATION_H_
#define COMPONENTS_SSL_ERRORS_ERROR_CLASSIFICATION_H_
#include <string>
#include <vector>
namespac... | 39.091371 | 80 | 0.714193 |
d4d6c3858fed26371c18301a1f1b45f013b66fac | 5,459 | h | C | src/bolusGUI/bolus.h | dreamshader/bolus | b63ae2e1821019f920cb8adeff373bafbb5e0008 | [
"Apache-2.0"
] | null | null | null | src/bolusGUI/bolus.h | dreamshader/bolus | b63ae2e1821019f920cb8adeff373bafbb5e0008 | [
"Apache-2.0"
] | null | null | null | src/bolusGUI/bolus.h | dreamshader/bolus | b63ae2e1821019f920cb8adeff373bafbb5e0008 | [
"Apache-2.0"
] | null | null | null | /*
***********************************************************************
*
* bolus.h - class for re/store settings
*
* Copyright (C) 2018 Dreamshader (aka Dirk Schanz)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... | 24.926941 | 88 | 0.634548 |
d9becc404435cd692ac3da5671024af22c4e0466 | 1,033 | h | C | AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/RVASessionDelegateProtocol-Protocol.h | ceekay1991/AliPayForDebug | 5795e5db31e5b649d4758469b752585e63e84d94 | [
"MIT"
] | 5 | 2020-03-29T12:08:37.000Z | 2021-05-26T05:20:11.000Z | AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/RVASessionDelegateProtocol-Protocol.h | ceekay1991/AliPayForDebug | 5795e5db31e5b649d4758469b752585e63e84d94 | [
"MIT"
] | null | null | null | AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/RVASessionDelegateProtocol-Protocol.h | ceekay1991/AliPayForDebug | 5795e5db31e5b649d4758469b752585e63e84d94 | [
"MIT"
] | 5 | 2020-04-17T03:24:04.000Z | 2022-03-30T05:42:17.000Z | //
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "NSObject-Protocol.h"
@class NSDictionary, RVASession, UIViewController;
@protocol RVASessionDelegateProtocol <NSObject>
- (U... | 38.259259 | 90 | 0.762827 |
8a536a514a3a86ab042b96b8237f4c46759f16d1 | 151 | h | C | src/stdint.h | UNIVERSAL-IT-SYSTEMS/LBW | f61138c8efba55d0dddb07f434f85f575c332a63 | [
"MIT"
] | 37 | 2015-10-05T06:50:47.000Z | 2022-03-29T08:55:01.000Z | src/stdint.h | davidgiven/LBW | f61138c8efba55d0dddb07f434f85f575c332a63 | [
"MIT"
] | null | null | null | src/stdint.h | davidgiven/LBW | f61138c8efba55d0dddb07f434f85f575c332a63 | [
"MIT"
] | 9 | 2016-05-01T09:27:20.000Z | 2022-02-05T17:19:00.000Z | /* © 2010 David Given.
* LBW is licensed under the MIT open source license. See the COPYING
* file in this distribution for the full text.
*/
| 25.166667 | 70 | 0.688742 |
e1f015474bb44fcd9eb902dc13b6ba2d038a9bff | 500 | h | C | src/common/random.h | varlosq/login | f69c6f40dd92ebaa51f09c56ab9ae534a391fabf | [
"Apache-2.0"
] | null | null | null | src/common/random.h | varlosq/login | f69c6f40dd92ebaa51f09c56ab9ae534a391fabf | [
"Apache-2.0"
] | null | null | null | src/common/random.h | varlosq/login | f69c6f40dd92ebaa51f09c56ab9ae534a391fabf | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
#ifndef _RANDOM_H_
#define _RANDOM_H_
#include "../common/cbasetypes.h"
void rnd_init(void);
void rnd_seed(uint32);
uint32 rnd(void);// [0, UINT32_MAX]
uint32 rnd_roll(uint32 dice_faces);//... | 26.315789 | 59 | 0.688 |
c084ef0730884629188944c104eea3e9ef180f2e | 660 | c | C | programme/number-triangle-pattern/number-triangle-pattern.c | NeelPatel31/codinasion | 8b2ba5e1cda65111ea1c438630c89a1ea2e8f2a9 | [
"MIT"
] | null | null | null | programme/number-triangle-pattern/number-triangle-pattern.c | NeelPatel31/codinasion | 8b2ba5e1cda65111ea1c438630c89a1ea2e8f2a9 | [
"MIT"
] | 4 | 2022-01-27T11:32:33.000Z | 2022-01-29T18:30:13.000Z | programme/number-triangle-pattern/number-triangle-pattern.c | NeelPatel31/codinasion | 8b2ba5e1cda65111ea1c438630c89a1ea2e8f2a9 | [
"MIT"
] | null | null | null | // Write a program to print number triangle pattern
#include <stdio.h>
void pattern(int a)
{
printf("Output :\n");
for (int i = 1; i <= a; i++)
{
int c = 1;
for (int k = a; k > i; k--)
{
printf(" ");
}
for (int j = 1; j <= 2 * i - 1; j++)
{
... | 17.368421 | 51 | 0.310606 |
dcf059705164bcc6327214cea79114a2bcd0a791 | 457 | c | C | A05/test_ppm.c | brookejbarton/assignments | af583695e32cc451f5beb45fd6168de7017d335b | [
"MIT"
] | null | null | null | A05/test_ppm.c | brookejbarton/assignments | af583695e32cc451f5beb45fd6168de7017d335b | [
"MIT"
] | null | null | null | A05/test_ppm.c | brookejbarton/assignments | af583695e32cc451f5beb45fd6168de7017d335b | [
"MIT"
] | 1 | 2022-03-03T19:23:20.000Z | 2022-03-03T19:23:20.000Z | #include <stdio.h>
#include "read_ppm.h"
#include <stdlib.h>
int main(int argc, char** argv) {
struct ppm_pixel *pic;
int w = 0;
int h = 0;
pic = read_ppm(argv[1], &w, &h);
printf("Testing file %s: %d %d\n", argv[1], w, h);
for (int i = 0; i < h; i++){
for (int j = 0; j < w; j++){
printf("(%... | 17.576923 | 81 | 0.498906 |
722695864be07333792f792fb61055fdb97ff97f | 471 | h | C | Singleton/Registry/PrinterProvider.h | PacktPublishing/Creational-Design-Patterns-in-Modern-C-plus-plus | c18b99ac05b237b972092f693b11a728e70e680d | [
"MIT"
] | 3 | 2021-10-01T23:23:57.000Z | 2021-12-30T07:41:36.000Z | Singleton/Registry/PrinterProvider.h | PacktPublishing/Creational-Design-Patterns-in-Modern-C-plus-plus | c18b99ac05b237b972092f693b11a728e70e680d | [
"MIT"
] | null | null | null | Singleton/Registry/PrinterProvider.h | PacktPublishing/Creational-Design-Patterns-in-Modern-C-plus-plus | c18b99ac05b237b972092f693b11a728e70e680d | [
"MIT"
] | 4 | 2021-04-18T12:23:02.000Z | 2021-11-13T02:43:34.000Z | #pragma once
#include <mutex>
#include <unordered_map>
#include "Printer.h"
//Registry of singletons
//Multiton
class PrinterProvider
{
inline static std::mutex m_mtx ;
inline static std::unordered_map<std::string, Printer *> m_Printers{} ;
PrinterProvider() = default ;
public:
static void RegisterPrinter(const s... | 24.789474 | 72 | 0.738854 |
b8114f633778f34f29dcb3ce1ac59d56a54da643 | 1,075 | h | C | Classes/IntroScene/Layers/IntroScene_MainLayer.h | phuctm97/game-tap-tap-dash | 33380d0e2facdb6a42ac2ae42ccc171a12a3eb8b | [
"MIT"
] | null | null | null | Classes/IntroScene/Layers/IntroScene_MainLayer.h | phuctm97/game-tap-tap-dash | 33380d0e2facdb6a42ac2ae42ccc171a12a3eb8b | [
"MIT"
] | null | null | null | Classes/IntroScene/Layers/IntroScene_MainLayer.h | phuctm97/game-tap-tap-dash | 33380d0e2facdb6a42ac2ae42ccc171a12a3eb8b | [
"MIT"
] | 1 | 2021-05-23T06:15:07.000Z | 2021-05-23T06:15:07.000Z | #ifndef __INTRO_SCENE_MAIN_LAYER_H__
#define __INTRO_SCENE_MAIN_LAYER_H__
#include <cocos2d.h>
#include <ui/CocosGUI.h>
namespace IntroScene
{
class MainLayer : public cocos2d::Layer
{
private:
cocos2d::Sprite* _logo;
cocos2d::ui::Button* _btnStart;
cocos2d::Sprite* _background;
cocos2d::ui::CheckBo... | 21.5 | 92 | 0.694884 |
5060a8c40cef04b6982eb183ba85b6f8a26b2868 | 8,776 | c | C | SampleCode/StdDriver/SPI_HalfDuplex/main.c | OpenNuvoton/M2351BSP | 5e272d7a5980344c5e24de8a598d47f5e5a14e55 | [
"Apache-2.0"
] | 15 | 2018-09-12T01:28:05.000Z | 2021-04-06T23:29:15.000Z | SampleCode/StdDriver/SPI_HalfDuplex/main.c | OpenNuvoton/M2351BSP | 5e272d7a5980344c5e24de8a598d47f5e5a14e55 | [
"Apache-2.0"
] | 12 | 2018-10-08T14:28:52.000Z | 2021-02-07T18:06:53.000Z | SampleCode/StdDriver/SPI_HalfDuplex/main.c | OpenNuvoton/M2351BSP | 5e272d7a5980344c5e24de8a598d47f5e5a14e55 | [
"Apache-2.0"
] | 11 | 2019-01-17T16:05:19.000Z | 2022-01-21T08:59:42.000Z | /**************************************************************************//**
* @file main.c
* @version V3.00
* @brief
* Demonstrate SPI half-duplex mode.
* SPI0 will be configured as Master mode and SPI1 will be configured as Slave mode.
* Both SPI0 and SPI1 will be configure... | 40.818605 | 139 | 0.583067 |
92f1f0686275a794d51f7b401259c1c130d99148 | 2,598 | h | C | examples/semaphores/kernel/deployment.h | tsfdssm/pok | f15d386d0d5a48bdb2d24aa34e45f6237cfee058 | [
"BSD-2-Clause"
] | 1 | 2019-12-05T10:15:54.000Z | 2019-12-05T10:15:54.000Z | examples/semaphores/kernel/deployment.h | tsfdssm/pok | f15d386d0d5a48bdb2d24aa34e45f6237cfee058 | [
"BSD-2-Clause"
] | null | null | null | examples/semaphores/kernel/deployment.h | tsfdssm/pok | f15d386d0d5a48bdb2d24aa34e45f6237cfee058 | [
"BSD-2-Clause"
] | null | null | null | /*
* POK header
*
* The following file is a part of the POK project. Any modification should
* made according to the POK licence. You CANNOT use this file or a part of
* this file is this part of a file for your own project
*
* For more information on the POK licence, please... | 28.549451 | 76 | 0.669746 |
dd8ca2dd468331dc68b0332cc28261363eb0e3f1 | 700 | h | C | XbeeAddress.h | dlmulder/xbeepp_NetBeans | da6c2ba65ccb9b56899c855df7b00bd6c1a79492 | [
"Apache-2.0"
] | 3 | 2017-04-14T01:36:25.000Z | 2017-09-20T01:52:50.000Z | XbeeAddress.h | dlmulder/xbeepp_NetBeans | da6c2ba65ccb9b56899c855df7b00bd6c1a79492 | [
"Apache-2.0"
] | null | null | null | XbeeAddress.h | dlmulder/xbeepp_NetBeans | da6c2ba65ccb9b56899c855df7b00bd6c1a79492 | [
"Apache-2.0"
] | 2 | 2018-05-27T20:58:42.000Z | 2020-07-02T12:51:03.000Z | #ifndef XBEEADDRESS_H
#define XBEEADDRESS_H
#define HEXBASE "0123456789abcdef"
#include <inttypes.h>
#include <string>
class XbeeAddress
{
public:
XbeeAddress();
XbeeAddress(uint32_t hi, uint32_t lo, uint16_t net);
bool operator == (const XbeeAddress &Ref) const;
std::string to... | 21.212121 | 82 | 0.66 |
2d56ac5120d200cb165fe8b523430a8e80066ad3 | 228 | h | C | yt/frontends/artio/artio_headers/artio_mpi.h | kastalpes/yt | b1e197ca84433fbd61eaf44b28ff5cdb37981d4c | [
"BSD-3-Clause-Clear"
] | 360 | 2017-04-24T05:06:04.000Z | 2022-03-31T10:47:07.000Z | yt/frontends/artio/artio_headers/artio_mpi.h | kastalpes/yt | b1e197ca84433fbd61eaf44b28ff5cdb37981d4c | [
"BSD-3-Clause-Clear"
] | 2,077 | 2017-04-20T20:36:07.000Z | 2022-03-31T16:39:43.000Z | yt/frontends/artio/artio_headers/artio_mpi.h | stonnes/yt | aad3cfa3b4ebab7838352ab467275a27c26ff363 | [
"BSD-3-Clause-Clear"
] | 257 | 2017-04-19T20:52:28.000Z | 2022-03-29T12:23:52.000Z | /*
* artio_mpi.h
*
* Created on: Mar 6, 2012
* Author: Nick Gnedin
*/
#ifndef __ARTIO_MPI_H__
#define __ARTIO_MPI_H__
#include <mpi.h>
struct artio_context_struct {
MPI_Comm comm;
};
#endif /* __ARTIO_MPI_H__ */
| 12.666667 | 29 | 0.675439 |
4026d015255cbf250b4fdf7fc9e5022f5107e18f | 1,073 | h | C | System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMText.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | 1 | 2020-11-04T15:43:01.000Z | 2020-11-04T15:43:01.000Z | System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMText.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMText.h | zhangkn/iOS14Header | 4323e9459ed6f6f5504ecbea2710bfd6c3d7c946 | [
"MIT"
] | null | null | null | /*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:42:01 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
* classdump-dyld is licensed under GPLv3, Copyright © 20... | 33.53125 | 130 | 0.744641 |
4cf64532bf2d6916c3fd16c8310f81311491b2e9 | 227 | h | C | samples/gl/Camerz.h | kunka/SoftRender | 8089844e9ab00ab71ef1a820641ec07ae8df248d | [
"MIT"
] | 6 | 2019-01-25T08:41:14.000Z | 2021-08-22T07:06:11.000Z | samples/gl/Camerz.h | kunka/SoftRender | 8089844e9ab00ab71ef1a820641ec07ae8df248d | [
"MIT"
] | null | null | null | samples/gl/Camerz.h | kunka/SoftRender | 8089844e9ab00ab71ef1a820641ec07ae8df248d | [
"MIT"
] | 3 | 2019-01-25T08:41:16.000Z | 2020-09-04T06:04:29.000Z | //
// Created by huangkun on 02/04/2018.
//
#ifndef GL_CAMERZ_H
#define GL_CAMERZ_H
#include "CustomDraw.h"
TEST_NODE_BEGIN(Camerz)
protected:
unsigned int texture2;
TEST_NODE_END(Camerz)
#endif //GL_CAMERZ_H
| 12.611111 | 37 | 0.718062 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.