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
c7732c7a4f5f75cde1d6755811f50e83f3665232
1,009
h
C
Pods/TuyaSmartDeviceKit/ios/TuyaSmartDeviceKit.framework/Versions/A/Headers/TuyaSmartMultiControlDeviceModel.h
BruceZhang2017/diffuser
acd1cd585ef51c07517d99012e6027907ff3e81d
[ "MIT" ]
null
null
null
Pods/TuyaSmartDeviceKit/ios/TuyaSmartDeviceKit.framework/Versions/A/Headers/TuyaSmartMultiControlDeviceModel.h
BruceZhang2017/diffuser
acd1cd585ef51c07517d99012e6027907ff3e81d
[ "MIT" ]
null
null
null
Pods/TuyaSmartDeviceKit/ios/TuyaSmartDeviceKit.framework/Versions/A/Headers/TuyaSmartMultiControlDeviceModel.h
BruceZhang2017/diffuser
acd1cd585ef51c07517d99012e6027907ff3e81d
[ "MIT" ]
null
null
null
// // TuyaSmartMultiControlDeviceModel.h // TuyaSmartDeviceKit // // Copyright (c) 2014-2021 Tuya Inc. (https://developer.tuya.com) #import <Foundation/Foundation.h> #import "TuyaSmartMultiControlDatapointModel.h" NS_ASSUME_NONNULL_BEGIN @interface TuyaSmartMultiControlDeviceModel : NSObject @property (copy, nonato...
38.807692
146
0.773043
685a5053042d21135a3c8b78864a2986bd020268
3,627
h
C
src/plainopts.h
co0p/plainopts
75a3a706ab923f211daecd05d94bd04c857c13a3
[ "Unlicense" ]
1
2015-02-23T13:55:41.000Z
2015-02-23T13:55:41.000Z
src/plainopts.h
co0p/plainopts
75a3a706ab923f211daecd05d94bd04c857c13a3
[ "Unlicense" ]
null
null
null
src/plainopts.h
co0p/plainopts
75a3a706ab923f211daecd05d94bd04c857c13a3
[ "Unlicense" ]
null
null
null
#ifndef PLAINOPTS #define PLAINOPTS 1 #include <string> #include <iostream> #include <sstream> #include <map> #include <set> using namespace std; namespace plainopts { enum Settings {ERROR, VALID, MISSING, HELP}; /***************************************************************************** * A Flag contain...
22.115854
80
0.556107
be7b073d425bc449eef939629bd621d600b7505a
5,708
c
C
WRK-V1.2/tests/palsuite/threading/queueuserapc/test2/test2.c
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
WRK-V1.2/tests/palsuite/threading/queueuserapc/test2/test2.c
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
WRK-V1.2/tests/palsuite/threading/queueuserapc/test2/test2.c
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
/*===================================================================== ** ** Source: test2.c ** ** Purpose: Tests that APCs are not executed if a thread never enters an ** alertable state after they are queued. ** ** ** Copyright (c) 2006 Microsoft Corporation. All rights reserved. ** ** The use and dis...
24.709957
78
0.553959
9c3fcaff90f0f888da62cdc46a139a767d519a02
221
h
C
chol_and_inverse.h
Jack-Kemp/cboot
32cb55bbe6eff0fdc5e1375729d93abeecc2fe14
[ "MIT" ]
13
2016-02-24T05:08:21.000Z
2021-08-03T20:46:05.000Z
chol_and_inverse.h
Jack-Kemp/cboot
32cb55bbe6eff0fdc5e1375729d93abeecc2fe14
[ "MIT" ]
null
null
null
chol_and_inverse.h
Jack-Kemp/cboot
32cb55bbe6eff0fdc5e1375729d93abeecc2fe14
[ "MIT" ]
1
2019-04-16T11:54:55.000Z
2019-04-16T11:54:55.000Z
#include "mpfr.h" mpfr_t* mpfr_triangular_inverse(mpfr_t* A, int dim,mpfr_prec_t prec); mpfr_t* mpfr_cholesky(mpfr_t* A, int dim,mpfr_prec_t prec); mpfr_t* form_anti_band(mpfr_t* ab_vector, int dim, mpfr_prec_t prec);
27.625
69
0.778281
d52f5b62e002d70c5844f4cb375b8b73a2cf509f
578
h
C
SKReachability/SKReachability.h
khanlou/SKReachability
5b0b4953efd02647444d6d47ba8bad69664e711b
[ "MIT" ]
2
2015-04-15T00:14:48.000Z
2018-09-12T00:30:07.000Z
SKReachability/SKReachability.h
khanlou/SKReachability
5b0b4953efd02647444d6d47ba8bad69664e711b
[ "MIT" ]
null
null
null
SKReachability/SKReachability.h
khanlou/SKReachability
5b0b4953efd02647444d6d47ba8bad69664e711b
[ "MIT" ]
null
null
null
// // FSReach.h // Fireside // // Created by Soroush Khanlou on 7/6/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import <Foundation/Foundation.h> extern NSString *const kSKReachabilityChangedNotification; @interface SKReachability : NSObject @property (nonatomic, strong) NSString *host; @...
22.230769
58
0.769896
ec36c90fce0bbd1e57479a96ea4e9657a6e682a4
576
h
C
src/bin/adb_reduce/rdc_handler.h
cumthqb/AntDB
ac2aa27563a378cd6af86181aa36fbbf216b50bc
[ "PostgreSQL", "Apache-2.0" ]
1
2019-03-01T02:44:33.000Z
2019-03-01T02:44:33.000Z
src/bin/adb_reduce/rdc_handler.h
cumthqb/AntDB
ac2aa27563a378cd6af86181aa36fbbf216b50bc
[ "PostgreSQL", "Apache-2.0" ]
null
null
null
src/bin/adb_reduce/rdc_handler.h
cumthqb/AntDB
ac2aa27563a378cd6af86181aa36fbbf216b50bc
[ "PostgreSQL", "Apache-2.0" ]
null
null
null
/*------------------------------------------------------------------------- * * rdc_handler.h * interface for handling messages * * Copyright (c) 2016-2017, ADB Development Group * * IDENTIFICATION * src/bin/adb_reduce/rdc_handler.h * *-----------------------------------------------------------------------...
24
75
0.543403
5740501bd986b5d43f24126c472a260a4e5cc450
399
h
C
spadesLabSampleApp/SupportingFiles/spadesLabSampleApp-Bridging-Header.h
SPADES-PUBLIC/spades-swift-sdk
99087a6c74ce69c9c31a0d6a24fd1217a2bf3697
[ "MIT" ]
null
null
null
spadesLabSampleApp/SupportingFiles/spadesLabSampleApp-Bridging-Header.h
SPADES-PUBLIC/spades-swift-sdk
99087a6c74ce69c9c31a0d6a24fd1217a2bf3697
[ "MIT" ]
null
null
null
spadesLabSampleApp/SupportingFiles/spadesLabSampleApp-Bridging-Header.h
SPADES-PUBLIC/spades-swift-sdk
99087a6c74ce69c9c31a0d6a24fd1217a2bf3697
[ "MIT" ]
null
null
null
// // spadesLabSampleApp-Bridging-Header.h // spadesLabSampleApp // // Created by Stanis Laus Billy on 2/29/16. // Copyright © 2016 QMEDIC. All rights reserved. // #ifndef spadesLabSampleApp_Bridging_Header_h #define spadesLabSampleApp_Bridging_Header_h #import <AWSS3/AWSS3.h> #import <AWSSQS/AWSSQS.h> #import <C...
23.470588
49
0.776942
b9ccea3324240cb1663d8ac38ab12bbf957274dd
5,660
h
C
Carthage/Build/iOS/Dodo.framework/Headers/Dodo-Swift.h
marketplacer/FitLoader
3bce283e999f87331ed4276d29ec2dd34b4fa820
[ "MIT" ]
2
2015-06-17T16:56:05.000Z
2015-06-18T08:43:15.000Z
Carthage/Build/iOS/Dodo.framework/Headers/Dodo-Swift.h
marketplacer/FitLoader
3bce283e999f87331ed4276d29ec2dd34b4fa820
[ "MIT" ]
null
null
null
Carthage/Build/iOS/Dodo.framework/Headers/Dodo-Swift.h
marketplacer/FitLoader
3bce283e999f87331ed4276d29ec2dd34b4fa820
[ "MIT" ]
1
2015-06-18T08:43:17.000Z
2015-06-18T08:43:17.000Z
// Generated by Apple Swift version 2.1 (swiftlang-700.1.101.6 clang-700.1.76) #pragma clang diagnostic push #if defined(__has_include) && __has_include(<swift/objc-prologue.h>) # include <swift/objc-prologue.h> #endif #pragma clang diagnostic ignored "-Wauto-import" #include <objc/NSObject.h> #include <stdint.h> #in...
39.034483
197
0.805124
02c42740fe4c1609c6c29e63ba113df6b0f58e6e
4,056
h
C
includes/push_swap.h
ryo-manba/push_swap
6309f7f1e2503302e28ec29518a0126d467a810c
[ "MIT" ]
null
null
null
includes/push_swap.h
ryo-manba/push_swap
6309f7f1e2503302e28ec29518a0126d467a810c
[ "MIT" ]
null
null
null
includes/push_swap.h
ryo-manba/push_swap
6309f7f1e2503302e28ec29518a0126d467a810c
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* push_swap.h :+: :+: :+: ...
27.591837
80
0.574951
becf78e5c99fcf92faa74cb4b50fb94b1d333421
3,563
c
C
fs/nxffs/nxffs_truncate.c
eenurkka/incubator-nuttx
5c3d6bba6d9ec5015896c3019cd2064696373210
[ "Apache-2.0" ]
1,006
2019-12-17T23:45:41.000Z
2022-03-31T19:42:44.000Z
fs/nxffs/nxffs_truncate.c
eenurkka/incubator-nuttx
5c3d6bba6d9ec5015896c3019cd2064696373210
[ "Apache-2.0" ]
2,661
2019-12-21T15:16:09.000Z
2022-03-31T22:30:04.000Z
fs/nxffs/nxffs_truncate.c
eenurkka/incubator-nuttx
5c3d6bba6d9ec5015896c3019cd2064696373210
[ "Apache-2.0" ]
613
2019-12-21T10:17:37.000Z
2022-03-28T09:42:20.000Z
/**************************************************************************** * fs/nxffs/nxffs_truncate.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownersh...
28.504
78
0.555992
7e484db1cb1284101409de17ab6c8608de886432
953
h
C
src/Cubestein3D/Entity.h
DioMuller/cubestein3D
5a358e1662287f72fdb8e3a10a664413f24a462e
[ "MIT" ]
null
null
null
src/Cubestein3D/Entity.h
DioMuller/cubestein3D
5a358e1662287f72fdb8e3a10a664413f24a462e
[ "MIT" ]
null
null
null
src/Cubestein3D/Entity.h
DioMuller/cubestein3D
5a358e1662287f72fdb8e3a10a664413f24a462e
[ "MIT" ]
null
null
null
#pragma once #include <list> #include "Renderer.h" #include "Behavior.h" #include "Rect.h" class Entity { //////////////////////////////////////// // Attributes //////////////////////////////////////// public: Vector position; Vector rotation; Vector size; std::string tag; protected: std::list<Behavi...
19.854167
54
0.520462
f2e5c0a20f436c304bbd0311973286ecaa7eb8b3
8,342
c
C
src/cache.c
rnleach/nbm-report
3211bf3132c3af90c78fe571dfca26ff39256b9c
[ "MIT" ]
1
2021-03-05T17:38:12.000Z
2021-03-05T17:38:12.000Z
src/cache.c
rnleach/nbm-report
3211bf3132c3af90c78fe571dfca26ff39256b9c
[ "MIT" ]
2
2020-09-07T01:23:03.000Z
2020-10-04T23:53:50.000Z
src/cache.c
rnleach/nbm-report
3211bf3132c3af90c78fe571dfca26ff39256b9c
[ "MIT" ]
null
null
null
#include "cache.h" #include <sys/stat.h> #include <zlib.h> #include <sqlite3.h> static struct ByteBuffer compress_text_buffer(struct TextBuffer const in_text[static 1]) { assert(in_text); struct ByteBuffer out_buf = byte_buffer_with_capacity(in_text->size + 2); int z_ret = Z_OK; z_stream strm = {.z...
30.896296
100
0.650803
6040e617b307b157272dd236a25ac88606229eb8
1,807
h
C
ConfigurationWiFi_EXAMPLE.h
Thorinair/TwiFi-Module-RETIRED
ccc7ca049679e6a89f340fc2a9bc8b4458f67999
[ "MIT" ]
null
null
null
ConfigurationWiFi_EXAMPLE.h
Thorinair/TwiFi-Module-RETIRED
ccc7ca049679e6a89f340fc2a9bc8b4458f67999
[ "MIT" ]
null
null
null
ConfigurationWiFi_EXAMPLE.h
Thorinair/TwiFi-Module-RETIRED
ccc7ca049679e6a89f340fc2a9bc8b4458f67999
[ "MIT" ]
null
null
null
/******* * WiFi Configuration *******/ /****** RENAME THIS FILE TO "ConfigurationWiFi.h" TO GET STARTED. ******/ /* Name of the device, as visible on the WiFi network. */ #define WIFI_HOST "TwiFi_Example" /* WiFi network definitions. The device will attempt to connect to them in the order as defined here. * The f...
27.8
101
0.726619
7801d264ee87e5a0bb178c33675cfa1659af1bd4
7,869
h
C
AquaEngine/Core/Containers/HashMap.h
tiagovcosta/aquaengine
aea6de9f47ba0243b90c144dee4422efb2389cc7
[ "MIT" ]
55
2015-05-29T20:19:28.000Z
2022-01-18T21:23:15.000Z
AquaEngine/Core/Containers/HashMap.h
tiagovcosta/aquaengine
aea6de9f47ba0243b90c144dee4422efb2389cc7
[ "MIT" ]
null
null
null
AquaEngine/Core/Containers/HashMap.h
tiagovcosta/aquaengine
aea6de9f47ba0243b90c144dee4422efb2389cc7
[ "MIT" ]
6
2015-09-02T09:51:38.000Z
2020-08-16T07:54:34.000Z
#pragma once #include "Array.h" #include "..\..\AquaTypes.h" namespace aqua { template<class K, class V> class HashMap { public: HashMap(Allocator& allocator); bool has(K key) const; // Returns the value stored for the specified key, or default if the key // does not exist in the hash. const V& looku...
18.006865
95
0.582666
43345e092e9ddf7c288369baf4f991650ea321ef
627
h
C
iraf.v2161/sys/imfort/oif.h
ysBach/irafdocgen
b11fcd75cc44b01ae69c9c399e650ec100167a54
[ "MIT" ]
2
2019-12-01T15:19:09.000Z
2019-12-02T16:48:42.000Z
sys/imfort/oif.h
kirxkirx/iraf
fcd7569b4e0ddbea29f7dbe534a25759e0c31883
[ "MIT" ]
1
2019-11-30T13:48:50.000Z
2019-12-02T19:40:25.000Z
sys/imfort/oif.h
kirxkirx/iraf
fcd7569b4e0ddbea29f7dbe534a25759e0c31883
[ "MIT" ]
null
null
null
# OIF.H -- IKI/OIF internal definitions. define MAX_LENEXTN 3 # max length imagefile extension define LEN_EXTN 3 # actual length imagefile extension define OIF_HDREXTN "imh" # imheader filename extension define OIF_PIXEXTN "pix" # pixel file extension define LEN_PIXHDR 512 # length of PIXHDR structure define COMP...
36.882353
61
0.781499
d1e84593fd951c166c04255b9a7d6fdce62d8b7c
5,707
h
C
StyleFramework/RegistryManager.h
edwig/StyleFramework
c9b19af74f5298c3da348cdbdc988191e76ed807
[ "MIT" ]
2
2021-04-03T12:50:30.000Z
2022-02-08T23:23:56.000Z
StyleFramework/RegistryManager.h
edwig/Kwatta
ce1ca2907608e65ed62d7dbafa9ab1d030caccfe
[ "MIT" ]
10
2022-01-14T13:28:32.000Z
2022-02-13T12:46:34.000Z
StyleFramework/RegistryManager.h
edwig/Kwatta
ce1ca2907608e65ed62d7dbafa9ab1d030caccfe
[ "MIT" ]
null
null
null
////////////////////////////////////////////////////////////////////////// // // File: RegistryManager.h // Function: Handling the registry // // _____ _ _ _ ______ _ // / ____| | | (_) | ____| ...
34.173653
126
0.620641
9e62f0899ab354873876eb7878f07c0bc8ba291d
21,075
c
C
arch/arm/src/stm32h7/stm32_irq.c
19cb0475536a9e7d/nuttx
a8a695926832e408cccc29606ba41fa00e948c97
[ "MIT" ]
1
2021-02-05T03:21:54.000Z
2021-02-05T03:21:54.000Z
arch/arm/src/stm32h7/stm32_irq.c
19cb0475536a9e7d/nuttx
a8a695926832e408cccc29606ba41fa00e948c97
[ "MIT" ]
1
2020-03-21T16:25:54.000Z
2020-03-24T09:41:03.000Z
arch/arm/src/stm32h7/stm32_irq.c
19cb0475536a9e7d/nuttx
a8a695926832e408cccc29606ba41fa00e948c97
[ "MIT" ]
null
null
null
/**************************************************************************** * arch/arm/src/stm32h7/stm32_irq.c * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modification, are permit...
29.93608
87
0.583962
b143ec733d32378566e11f991336b2a93c6c33cb
402
h
C
Tests/support/summation_kernel.h
Freddan-67/V3DLib
dcefc24a9a399ee1f5d1aa5529f44d9fd2486929
[ "MIT" ]
44
2021-01-16T14:17:15.000Z
2022-03-11T19:53:59.000Z
Tests/support/summation_kernel.h
RcCreeperTech/V3DLib
38eb8d55b8276de5cf703d8e13fb9b5f220c49f0
[ "MIT" ]
8
2021-01-16T17:52:02.000Z
2021-12-18T22:38:00.000Z
Tests/support/summation_kernel.h
RcCreeperTech/V3DLib
38eb8d55b8276de5cf703d8e13fb9b5f220c49f0
[ "MIT" ]
7
2021-01-16T14:25:47.000Z
2022-02-03T16:34:45.000Z
#ifndef _TEST_SUPPORT_SUMMATION_KERNEL_H #define _TEST_SUPPORT_SUMMATION_KERNEL_H #include <vector> #include "support.h" extern std::vector<uint64_t> summation; V3DLib::v3d::ByteCode summation_kernel(uint8_t num_qpus, int unroll_shift, int code_offset = 0); void run_summation_kernel(V3DLib::v3d::ByteCode &bytecode, ...
33.5
96
0.820896
7f46932d80f1b4f3dcaa63c211d6f81736c1d906
15,301
h
C
qemu-4.2.0/include/block/nbd.h
MisaZhu/qemu_raspi
50d71ce87bb39470e6725f7428e4b6b9e1ed0359
[ "Apache-2.0" ]
null
null
null
qemu-4.2.0/include/block/nbd.h
MisaZhu/qemu_raspi
50d71ce87bb39470e6725f7428e4b6b9e1ed0359
[ "Apache-2.0" ]
null
null
null
qemu-4.2.0/include/block/nbd.h
MisaZhu/qemu_raspi
50d71ce87bb39470e6725f7428e4b6b9e1ed0359
[ "Apache-2.0" ]
1
2020-05-25T09:49:33.000Z
2020-05-25T09:49:33.000Z
/* * Copyright (C) 2016-2019 Red Hat, Inc. * Copyright (C) 2005 Anthony Liguori <anthony@codemonkey.ws> * * Network Block Device * * 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; ...
37.22871
80
0.668322
7fa4256a2176a4a0d7252355971ab2077d72f68c
2,598
h
C
Plugins/MadaraLibrary/Source/ThirdParty/madara/filters/BufferFilterHeader.h
jredmondson/GamsPlugins
d133f86c263997a55f11b3b3d3344faeee60d726
[ "BSD-2-Clause" ]
3
2020-03-25T01:59:20.000Z
2020-06-02T17:58:05.000Z
Plugins/MadaraLibrary/Source/ThirdParty/madara/filters/BufferFilterHeader.h
jredmondson/GamsPlugins
d133f86c263997a55f11b3b3d3344faeee60d726
[ "BSD-2-Clause" ]
null
null
null
Plugins/MadaraLibrary/Source/ThirdParty/madara/filters/BufferFilterHeader.h
jredmondson/GamsPlugins
d133f86c263997a55f11b3b3d3344faeee60d726
[ "BSD-2-Clause" ]
1
2020-11-05T23:04:05.000Z
2020-11-05T23:04:05.000Z
#ifndef _MADARA_FILTERS_BUFFERFILTERHEADER_H_ #define _MADARA_FILTERS_BUFFERFILTERHEADER_H_ /** * @file BufferFilterHeader.h * @author James Edmondson <jedmondson@gmail.com> * * This file contains the buffer filter header used in * checkpointing and messaging **/ #include "madara/utility/StdInt.h" #include "mad...
24.980769
69
0.650115
7ffe78b217d377de4393c6950740e67615e867eb
216
h
C
Projects/iOS < 6/PSUpdateApp/MainViewController.h
danielebogo/PSUpdateApp
31faa5c7de3bd69d2449b2933b3d343868f9000b
[ "MIT" ]
64
2015-01-26T16:13:06.000Z
2022-03-28T08:17:32.000Z
Projects/iOS < 6/PSUpdateApp/MainViewController.h
danielebogo/PSUpdateApp
31faa5c7de3bd69d2449b2933b3d343868f9000b
[ "MIT" ]
4
2015-09-23T19:40:19.000Z
2016-11-22T16:35:04.000Z
Projects/iOS < 6/PSUpdateApp/MainViewController.h
danielebogo/PSUpdateApp
31faa5c7de3bd69d2449b2933b3d343868f9000b
[ "MIT" ]
20
2015-03-24T22:25:26.000Z
2018-06-22T18:44:13.000Z
// // MainViewController.h // PSUpdateApp // // Created by iBo on 18/02/13. // Copyright (c) 2013 D-Still. All rights reserved. // #import <UIKit/UIKit.h> @interface MainViewController : UIViewController @end
15.428571
52
0.694444
3652d8baf7d0425b92c2d1a80ea160d8ed1f53aa
12,863
h
C
xls/tools/testbench.h
ufo2011/xls
a1b408231664bdcbc782ec40b600fa7929588f53
[ "Apache-2.0" ]
null
null
null
xls/tools/testbench.h
ufo2011/xls
a1b408231664bdcbc782ec40b600fa7929588f53
[ "Apache-2.0" ]
null
null
null
xls/tools/testbench.h
ufo2011/xls
a1b408231664bdcbc782ec40b600fa7929588f53
[ "Apache-2.0" ]
null
null
null
// Copyright 2020 The XLS 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 agreed t...
39.097264
80
0.66804
d54fea8bb4deb07e0b992d604cd9c756f1d1d5ad
7,552
h
C
lib/sw_services/xilnvm/src/common/xnvm_defs.h
erique/embeddedsw
4b5fd15c71405844e03f2c276daa38cfcbb6459b
[ "BSD-2-Clause", "MIT" ]
1
2021-12-17T18:07:58.000Z
2021-12-17T18:07:58.000Z
lib/sw_services/xilnvm/src/common/xnvm_defs.h
erique/embeddedsw
4b5fd15c71405844e03f2c276daa38cfcbb6459b
[ "BSD-2-Clause", "MIT" ]
null
null
null
lib/sw_services/xilnvm/src/common/xnvm_defs.h
erique/embeddedsw
4b5fd15c71405844e03f2c276daa38cfcbb6459b
[ "BSD-2-Clause", "MIT" ]
null
null
null
/****************************************************************************** * Copyright (c) 2021 Xilinx, Inc. All rights reserved. * SPDX-License-Identifier: MIT *******************************************************************************/ /**********************************************************************...
23.236923
80
0.718485
ec3094b2fb43395d6ee3e6b4ea8c3c1af7c3d4ca
6,822
h
C
Renderer.h
derekniess/3D-Physics-Engine-Framework
3a0c2c83813bfa1a433dbed4edfcdaa1082bfd32
[ "MIT" ]
3
2020-05-21T05:53:59.000Z
2020-09-26T11:20:33.000Z
Renderer.h
derekniess/3D-Physics-Engine
3a0c2c83813bfa1a433dbed4edfcdaa1082bfd32
[ "MIT" ]
null
null
null
Renderer.h
derekniess/3D-Physics-Engine
3a0c2c83813bfa1a433dbed4edfcdaa1082bfd32
[ "MIT" ]
null
null
null
#pragma once #include "Typedefs.h" // GLEW #include <GL/glew.h> // GLFW #include <GLFW/glfw3.h> #include "Observer.h" // Render utilities #include "ShaderProgram.h" class Primitive; class Light; class Camera; class Engine; class Renderer : public Observer { /*----------MEMBER VARIABLES----------*/ public: enum Pr...
34.281407
154
0.684697
b95c785990be15d836de223d9cec0ca87b8be19a
520
c
C
d/magic/symbols/old/lathander_symbol.c
facadepapergirl/shadowgate
2b811671c5c85952ed93767753d72fc0d12819d8
[ "MIT" ]
null
null
null
d/magic/symbols/old/lathander_symbol.c
facadepapergirl/shadowgate
2b811671c5c85952ed93767753d72fc0d12819d8
[ "MIT" ]
null
null
null
d/magic/symbols/old/lathander_symbol.c
facadepapergirl/shadowgate
2b811671c5c85952ed93767753d72fc0d12819d8
[ "MIT" ]
null
null
null
// /d/magic/symbols/lathander_symbol.c #include <std.h> inherit "/d/magic/symbols/holy_symbol.c"; void create(){ ::create(); set_id(({"holy symbol","symbol","lathander_holy_symbol","disk","quartz disk"})); set_name("holy symbol"); set_short("holy symbol"); set_long("This is a holy symbol."); } void i...
24.761905
118
0.667308
57981f0f13392d3e4387d5463e57b746e4e4a43a
1,425
h
C
Whip-Jump-Kick-Grab/TransformationProcesses.h
davidwadsworth/whip-jump-kick-grab
443641a9044d1fd6f8fd09f6c509c67a8092a27c
[ "MIT" ]
1
2021-02-19T00:31:50.000Z
2021-02-19T00:31:50.000Z
Whip-Jump-Kick-Grab/TransformationProcesses.h
davidwadsworth/whip-jump-kick-grab
443641a9044d1fd6f8fd09f6c509c67a8092a27c
[ "MIT" ]
null
null
null
Whip-Jump-Kick-Grab/TransformationProcesses.h
davidwadsworth/whip-jump-kick-grab
443641a9044d1fd6f8fd09f6c509c67a8092a27c
[ "MIT" ]
null
null
null
#pragma once #include "Process.h" #include "Game.h" class DisplayPrompt : public Process { int sprite_id_; SDL_Rect* prompt_rect_; public: DisplayPrompt(int sprite_id) : sprite_id_(sprite_id), prompt_rect_(new SDL_Rect{0, 0, SCREEN_WIDTH, 160}) {} bool do_work() override { Game::assets->create_prompt(sprite...
21.923077
138
0.714386
3b2666fe113d024ab5abf4059c279f736669afd9
1,378
h
C
docs/atl/codesnippet/CPP/example-implementing-a-property-page_7.h
bobbrow/cpp-docs
769b186399141c4ea93400863a7d8463987bf667
[ "CC-BY-4.0", "MIT" ]
965
2017-06-25T23:57:11.000Z
2022-03-31T14:17:32.000Z
docs/atl/codesnippet/CPP/example-implementing-a-property-page_7.h
bobbrow/cpp-docs
769b186399141c4ea93400863a7d8463987bf667
[ "CC-BY-4.0", "MIT" ]
3,272
2017-06-24T00:26:34.000Z
2022-03-31T22:14:07.000Z
docs/atl/codesnippet/CPP/example-implementing-a-property-page_7.h
bobbrow/cpp-docs
769b186399141c4ea93400863a7d8463987bf667
[ "CC-BY-4.0", "MIT" ]
951
2017-06-25T12:36:14.000Z
2022-03-26T22:49:06.000Z
STDMETHOD(Apply)(void) { // If we don't have any objects, this method should not be called if (!m_ppUnk) return E_UNEXPECTED; // Use Apply to validate the user's settings and update the objects' // properties // Check whether we need to update the object // Quite imp...
26.5
95
0.582729
b6159073a5712faadaaf46cc97cc3d7eb8f369b2
392
h
C
Sorting_Visualizer/Application.h
Nick-Mikrou/Sorting_Visualizer
cf7f5a7610bcb66c3c54e5785b10ede47baecbfa
[ "MIT" ]
null
null
null
Sorting_Visualizer/Application.h
Nick-Mikrou/Sorting_Visualizer
cf7f5a7610bcb66c3c54e5785b10ede47baecbfa
[ "MIT" ]
null
null
null
Sorting_Visualizer/Application.h
Nick-Mikrou/Sorting_Visualizer
cf7f5a7610bcb66c3c54e5785b10ede47baecbfa
[ "MIT" ]
null
null
null
#pragma once #include <SFML/Graphics.hpp> #include <iostream> #include "Menu.h" #include "Sorter.h" class Application { private: sf::RenderWindow Window; unsigned int width, height; std::string title; Menu menu; Sorter sorter; public: Application(const std::string&, const unsigned int&, const unsigned...
17.043478
85
0.701531
d7ed4efb68c83e5687e605674bdf5c68dfd3a217
5,592
c
C
extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
qbit/opensmalltalk-vm
c729640aa6235e9b9152d24e323c5736d88ee680
[ "MIT" ]
59
2019-08-12T16:46:24.000Z
2022-03-04T17:48:06.000Z
extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
qbit/opensmalltalk-vm
c729640aa6235e9b9152d24e323c5736d88ee680
[ "MIT" ]
226
2019-08-18T08:33:43.000Z
2022-03-29T17:42:08.000Z
extracted/plugins/SurfacePlugin/src/common/sqManualSurface.c
qbit/opensmalltalk-vm
c729640aa6235e9b9152d24e323c5736d88ee680
[ "MIT" ]
33
2019-08-27T22:20:33.000Z
2022-02-16T18:37:08.000Z
#include "sq.h" #include "sqVirtualMachine.h" extern struct VirtualMachine* interpreterProxy; #ifndef NULL #define NULL 0 #endif #ifndef FALSE #define FALSE 0 #endif #ifndef TRUE #define TRUE 1 #endif #include "pharovm/debug.h" /* The following are for creating, manipulating, and destroying * "manual surfaces". T...
33.285714
132
0.712268
acfa8a7841bf6f54a210ef15187a2384858287af
3,298
h
C
SGPLibraryCode/modules/sgp_particle/extension/modifiers/sgp_SPARK_LinearForce.h
phoenixzz/VoronoiMapGen
5afd852f8bb0212baba9d849178eb135f62df903
[ "MIT" ]
11
2017-03-03T03:31:15.000Z
2019-03-01T17:09:12.000Z
SGPLibraryCode/modules/sgp_particle/extension/modifiers/sgp_SPARK_LinearForce.h
phoenixzz/VoronoiMapGen
5afd852f8bb0212baba9d849178eb135f62df903
[ "MIT" ]
null
null
null
SGPLibraryCode/modules/sgp_particle/extension/modifiers/sgp_SPARK_LinearForce.h
phoenixzz/VoronoiMapGen
5afd852f8bb0212baba9d849178eb135f62df903
[ "MIT" ]
2
2017-03-03T03:31:17.000Z
2021-05-27T21:50:43.000Z
#ifndef __SGP_SPARKLINEARFORCE_HEADER__ #define __SGP_SPARKLINEARFORCE_HEADER__ // An enum defining the way a factor is applied to a force enum ForceFactor { FACTOR_NONE, /**< No factor is applied */ FACTOR_LINEAR, /**< A linear factor is applied */ FACTOR_SQUARE, /**< A square factor is applied */ }; /** * A Mod...
24.61194
143
0.757126
a452835ee966f164281cdda646288efd119bd5bb
85
h
C
solve.h
chucktilbury/infix-to-rpn
1be3b65602a669c9b9a766e8ae281c8d125206dd
[ "MIT" ]
null
null
null
solve.h
chucktilbury/infix-to-rpn
1be3b65602a669c9b9a766e8ae281c8d125206dd
[ "MIT" ]
null
null
null
solve.h
chucktilbury/infix-to-rpn
1be3b65602a669c9b9a766e8ae281c8d125206dd
[ "MIT" ]
null
null
null
#ifndef __SOLVE_H__ #define __SOLVE_H__ #include "queue.h" int solve(queue); #endif
12.142857
19
0.764706
00a48f479f458adf80b9b94e12cdaa14a17f29e9
6,164
c
C
test/util-endian.c
JoachimDuquesne/lely
cc6bad10ba57e380386622211e603006eeee0fff
[ "Apache-2.0" ]
4
2020-12-27T11:31:57.000Z
2022-02-09T11:32:08.000Z
test/util-endian.c
DroidDrive/lely-core
2ec4560f513264a53d2afaedecdae4a49a39023c
[ "Apache-2.0" ]
null
null
null
test/util-endian.c
DroidDrive/lely-core
2ec4560f513264a53d2afaedecdae4a49a39023c
[ "Apache-2.0" ]
1
2022-01-03T01:41:59.000Z
2022-01-03T01:41:59.000Z
#include "test.h" #include <lely/util/endian.h> #define VALUE UINT64_C(0x0123456789abcdef) #define BVAL_BE \ { \ 0x00, 0x3c, 0xda, 0xb8, 0x96, 0x74, 0x52, 0x00 \ } #define BVAL_LE \ { \ 0x00, 0xdc, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x02 \ } int main(void) { tap_plan(4); // clang-format off static const uint_l...
31.131313
62
0.555159
93f88d091c0e6863ef3aab3be947c17dc2e2ebc1
1,832
h
C
include/pola/utils/WStringImpl.h
lij0511/pandora
5988618f29d2f1ba418ef54a02e227903c1e7108
[ "Apache-2.0" ]
null
null
null
include/pola/utils/WStringImpl.h
lij0511/pandora
5988618f29d2f1ba418ef54a02e227903c1e7108
[ "Apache-2.0" ]
null
null
null
include/pola/utils/WStringImpl.h
lij0511/pandora
5988618f29d2f1ba418ef54a02e227903c1e7108
[ "Apache-2.0" ]
null
null
null
/* * WStringImpl.h * * Created on: 2016年7月13日 * Author: lijing */ #ifndef POLA_WSTRINGIMPL_H_ #define POLA_WSTRINGIMPL_H_ #include "pola/utils/RefBase.h" #include "pola/utils/JenkinsHash.h" #include "pola/utils/Unicode.h" size_t wstrlen(const wchar* wstr); namespace pola { namespace utils { void utf8_to...
21.809524
94
0.725983
2f5539d99d73728108cea3fd2e09c68ec71199ba
2,041
c
C
source/SoBkgManager.c
JaapSuter/SGADE
2291fdb51bacb013eecd59d9681b7cf0eaf19f27
[ "Zlib" ]
5
2017-03-21T08:17:59.000Z
2020-05-09T23:26:41.000Z
source/SoBkgManager.c
JaapSuter/SGADE
2291fdb51bacb013eecd59d9681b7cf0eaf19f27
[ "Zlib" ]
null
null
null
source/SoBkgManager.c
JaapSuter/SGADE
2291fdb51bacb013eecd59d9681b7cf0eaf19f27
[ "Zlib" ]
null
null
null
// ---------------------------------------------------------------------------- /*! Copyright (C) 2002 by the SGADE authors For conditions of distribution and use, see copyright notice in SoLicense.txt \file SoBkgManager.c \author Jaap Suter \date Feb 5 2002 \ingroup SoBkgManager See the \a SoBkgManager mo...
37.109091
79
0.416463
13b366f15bcdf0557041c323b62715c2311ff2fb
6,962
c
C
src/ex8_get_cert_and_set_label.c
AktivCo/pkcs11_for_dummies
650ecb496f7f80ba2bd22659e4a92f63889d2bca
[ "OpenSSL" ]
null
null
null
src/ex8_get_cert_and_set_label.c
AktivCo/pkcs11_for_dummies
650ecb496f7f80ba2bd22659e4a92f63889d2bca
[ "OpenSSL" ]
null
null
null
src/ex8_get_cert_and_set_label.c
AktivCo/pkcs11_for_dummies
650ecb496f7f80ba2bd22659e4a92f63889d2bca
[ "OpenSSL" ]
null
null
null
/************************************************************************* * Rutoken * * Copyright (c) 2003-2021, Aktiv-Soft JSC. All rights reserved. * * Подробная информация: http://www.rutoken.ru * *-------------------...
36.835979
128
0.455616
4d8974e4d82f0de2cab34a052af8af5d44b7cd5f
3,570
c
C
src/postcard/collector.c
brucespang/ifip21-buffer-sizing
5f7ae08f2bcdac10846316e7b9d0bd44bad12c51
[ "Apache-2.0" ]
null
null
null
src/postcard/collector.c
brucespang/ifip21-buffer-sizing
5f7ae08f2bcdac10846316e7b9d0bd44bad12c51
[ "Apache-2.0" ]
null
null
null
src/postcard/collector.c
brucespang/ifip21-buffer-sizing
5f7ae08f2bcdac10846316e7b9d0bd44bad12c51
[ "Apache-2.0" ]
null
null
null
#include <assert.h> #include <stdlib.h> #include <stdint.h> #include <stdbool.h> #include <stdio.h> #include <netdb.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <pthread.h> #include <unistd.h> #include <time.h> typedef struct __attribute__((packed)) { uin...
30
149
0.680112
9ef135bfb18b50e61cfc05cca4b20443f51507aa
4,469
h
C
elenasrc2/common/common.h
drkameleon/elena-lang
8585e93a3bc0b19f8d60029ffbe01311d0b711a3
[ "MIT" ]
null
null
null
elenasrc2/common/common.h
drkameleon/elena-lang
8585e93a3bc0b19f8d60029ffbe01311d0b711a3
[ "MIT" ]
null
null
null
elenasrc2/common/common.h
drkameleon/elena-lang
8585e93a3bc0b19f8d60029ffbe01311d0b711a3
[ "MIT" ]
null
null
null
//--------------------------------------------------------------------------- // E L E N A P r o j e c t: ELENA Common Library // // This file contains the common templates, classes, // structures, functions and constants // (C)2005-2017, by Alexei Rakov //------------...
22.457286
115
0.595659
9afa715424ec69ee2447b3467087a86d678a1465
623
h
C
NBA/view/theGameBetterCell.h
Zeng0413/ZDX_NBA
fb76c2e210d82d28268ed8b7d5d721380255ff04
[ "MIT" ]
null
null
null
NBA/view/theGameBetterCell.h
Zeng0413/ZDX_NBA
fb76c2e210d82d28268ed8b7d5d721380255ff04
[ "MIT" ]
null
null
null
NBA/view/theGameBetterCell.h
Zeng0413/ZDX_NBA
fb76c2e210d82d28268ed8b7d5d721380255ff04
[ "MIT" ]
null
null
null
// // theGameBetterCell.h // NBA // // Created by zdx on 2017/3/18. // Copyright © 2017年 zdx. All rights reserved. // #import <UIKit/UIKit.h> #import "UITableView+SDAutoTableViewCellHeight.h" #import "UIView+SDAutoLayout.h" #import "SDAutoLayout.h" #import "maxPlayers.h" #import "theGamePlayer.h" @interface the...
23.074074
58
0.752809
b141915571982a72a65edeeb5f3f793080778cf8
19,672
c
C
CWProtocol.c
travelping/openCAPWAP
00cad1259ccf0555190aa80b86721606468f6a28
[ "MIT" ]
1
2017-01-11T05:58:21.000Z
2017-01-11T05:58:21.000Z
CWProtocol.c
travelping/openCAPWAP
00cad1259ccf0555190aa80b86721606468f6a28
[ "MIT" ]
null
null
null
CWProtocol.c
travelping/openCAPWAP
00cad1259ccf0555190aa80b86721606468f6a28
[ "MIT" ]
null
null
null
/******************************************************************************************* * Copyright (c) 2006-7 Laboratorio di Sistemi di Elaborazione e Bioingegneria Informatica * * Universita' Campus BioMedico - Italy * * ...
33.285956
124
0.655551
7f75f19a14bc07bfad034c4fed01609fb0cb655a
1,746
h
C
webkit/browser/appcache/appcache_executable_handler.h
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2020-05-03T06:33:56.000Z
2021-11-14T18:39:42.000Z
webkit/browser/appcache/appcache_executable_handler.h
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
webkit/browser/appcache/appcache_executable_handler.h
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2013 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 WEBKIT_BROWSER_APPCACHE_APPCACHE_EXECUTABLE_HANDLER_H_ #define WEBKIT_BROWSER_APPCACHE_APPCACHE_EXECUTABLE_HANDLER_H_ #include "base/callback...
31.745455
79
0.762887
7f975f21c54d0437fd1d8982e89fa868bd66e783
2,093
h
C
PrivateFrameworks/Memories.framework/MiroVPMetadataRange.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
36
2016-04-20T04:19:04.000Z
2018-10-08T04:12:25.000Z
PrivateFrameworks/Memories.framework/MiroVPMetadataRange.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
null
null
null
PrivateFrameworks/Memories.framework/MiroVPMetadataRange.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
10
2016-06-16T02:40:44.000Z
2019-01-15T03:31:45.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/Memories.framework/Memories */ @interface MiroVPMetadataRange : NSObject <NSCopying> { NSDictionary * _analysisDict; int _durationInFrames; unsigned long long _flags; int _startTimeInFrames; unsigned long long _type; ...
34.311475
153
0.754419
fa0a2658a7d7a3bc00e9c618ee3f41ec821e5494
241
h
C
torch-test/mpich-3.4.3/src/mpid/ch4/shm/src/shm_init.h
alchemy315/NoPFS
f3901e963e2301e8a6f1c7aac0511d0cf9a1889d
[ "BSD-3-Clause" ]
null
null
null
torch-test/mpich-3.4.3/src/mpid/ch4/shm/src/shm_init.h
alchemy315/NoPFS
f3901e963e2301e8a6f1c7aac0511d0cf9a1889d
[ "BSD-3-Clause" ]
null
null
null
torch-test/mpich-3.4.3/src/mpid/ch4/shm/src/shm_init.h
alchemy315/NoPFS
f3901e963e2301e8a6f1c7aac0511d0cf9a1889d
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (C) by Argonne National Laboratory * See COPYRIGHT in top-level directory */ #ifndef SHM_INIT_H_INCLUDED #define SHM_INIT_H_INCLUDED #include <shm.h> #include "../posix/shm_inline.h" #endif /* SHM_INIT_H_INCLUDED */
18.538462
47
0.73029
9ab134857807e8e6e6a8cb61eed4523026453cbb
2,402
h
C
core/src/db/Utils.h
MXDA/milvus
db17edab04ce518de7164c9f0b1bf8ca0747f285
[ "Apache-2.0" ]
1
2020-08-10T18:28:59.000Z
2020-08-10T18:28:59.000Z
core/src/db/Utils.h
MXDA/milvus
db17edab04ce518de7164c9f0b1bf8ca0747f285
[ "Apache-2.0" ]
null
null
null
core/src/db/Utils.h
MXDA/milvus
db17edab04ce518de7164c9f0b1bf8ca0747f285
[ "Apache-2.0" ]
null
null
null
// Copyright (C) 2019-2020 Zilliz. 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 required by applicable l...
25.284211
113
0.774355
3c39284a80aae91d0e28632bddf5ee8bcfff20c2
7,565
h
C
tensorflow/compiler/xla/service/instruction_fusion.h
abhaikollara/tensorflow
4f96df3659696990cb34d0ad07dc67843c4225a9
[ "Apache-2.0" ]
56
2018-06-21T13:47:23.000Z
2020-05-13T09:31:47.000Z
tensorflow/compiler/xla/service/instruction_fusion.h
abhaikollara/tensorflow
4f96df3659696990cb34d0ad07dc67843c4225a9
[ "Apache-2.0" ]
6
2022-01-15T07:17:47.000Z
2022-02-14T15:28:22.000Z
tensorflow/compiler/xla/service/instruction_fusion.h
abhaikollara/tensorflow
4f96df3659696990cb34d0ad07dc67843c4225a9
[ "Apache-2.0" ]
15
2018-09-06T14:18:32.000Z
2020-05-14T06:35:30.000Z
#include "absl/container/flat_hash_map.h" /* Copyright 2017 The TensorFlow 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...
43.982558
80
0.735096
2cc597b04f54141cdcea0f7bab69e0b0590f47df
572
c
C
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/i386/pr37434-3.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/i386/pr37434-3.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/i386/pr37434-3.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
/* { dg-do compile } */ /* { dg-options "-O2 -msse4.1" } */ typedef char __v16qi __attribute__ ((__vector_size__ (16))); typedef long long __m128i __attribute__ ((__vector_size__ (16))); __m128i Set_AC4R_SETUP_I( const char *val ) { char D2073 = *val; char D2074 = *(val + 1); char D2075 = *(val + 2); char D207...
31.777778
71
0.620629
aacf3afebca913f0ce0a390b6053ba7cd717912e
1,406
h
C
inc/core/Span.h
duhone/core
16b1880a79ce53f8e132a9d576d5c0b64788d865
[ "MIT" ]
null
null
null
inc/core/Span.h
duhone/core
16b1880a79ce53f8e132a9d576d5c0b64788d865
[ "MIT" ]
null
null
null
inc/core/Span.h
duhone/core
16b1880a79ce53f8e132a9d576d5c0b64788d865
[ "MIT" ]
null
null
null
#pragma once #include "core/Log.h" #include <type_traits> namespace CR::Core { // once std::span is available(C++20), get rid of this. template<typename T> class Span final { public: Span() = default; template<size_t N> Span(T (&a_data)[N]) : m_data(a_data), m_size(N) {} Span(T* a_data, size_t a_size) ...
26.037037
68
0.624467
5ce66e94a820ffc3a1cb7ab85a1737b1ae5eee76
1,790
h
C
hamonize-admin/core/include/CryptoCore.h
bsairline/hamonize
6632d93b0149ed300d12c4eeb06cfc4fb01fce92
[ "Apache-2.0" ]
null
null
null
hamonize-admin/core/include/CryptoCore.h
bsairline/hamonize
6632d93b0149ed300d12c4eeb06cfc4fb01fce92
[ "Apache-2.0" ]
1
2022-03-25T19:24:44.000Z
2022-03-25T19:24:44.000Z
hamonize-admin/core/include/CryptoCore.h
gon1942/hamonize
0456d934569ad664e9f71c6355424426654caabf
[ "Apache-2.0", "MIT" ]
null
null
null
/* * CryptoCore.h - core functions for crypto features * * Copyright (c) 2017-2021 Tobias Junghans <tobydox@veyon.io> * * This file is part of Veyon - https://veyon.io * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License as published ...
28.412698
92
0.756983
d6654edeb8626e30ca6c7d2a0dc2c3fc1f8a67b4
2,712
h
C
com/win32comext/authorization/src/PyGSecurityInformation.h
huanyin88/Mod-Pywin32-For-Python3.x-DDE
992931aa534357d54aaac34077f0128d3a740e5e
[ "Apache-2.0" ]
3
2020-06-18T16:57:44.000Z
2020-07-21T17:52:06.000Z
com/win32comext/authorization/src/PyGSecurityInformation.h
huanyin88/Mod-Pywin32-For-Python3.x-DDE
992931aa534357d54aaac34077f0128d3a740e5e
[ "Apache-2.0" ]
null
null
null
com/win32comext/authorization/src/PyGSecurityInformation.h
huanyin88/Mod-Pywin32-For-Python3.x-DDE
992931aa534357d54aaac34077f0128d3a740e5e
[ "Apache-2.0" ]
null
null
null
// @doc // This file declares the ISecurityInformation Interface and Gateway for Python. // Generated by makegw.py // --------------------------------------------------- // // Interface Declaration #include "aclui.h" // --------------------------------------------------- // // Gateway Declaration // @object PyGSecurit...
45.2
114
0.745206
65346760318fd92c21d67fd2155672ea2378fecc
430
h
C
libs/common/include/bitmap.h
yashrajkakkad/resea
985ddb887b460f422b06a081a878598c79e8d8e0
[ "CC0-1.0", "MIT" ]
null
null
null
libs/common/include/bitmap.h
yashrajkakkad/resea
985ddb887b460f422b06a081a878598c79e8d8e0
[ "CC0-1.0", "MIT" ]
null
null
null
libs/common/include/bitmap.h
yashrajkakkad/resea
985ddb887b460f422b06a081a878598c79e8d8e0
[ "CC0-1.0", "MIT" ]
null
null
null
#ifndef __BITMAP_H__ #define __BITMAP_H__ #include <types.h> #include <string.h> #define BITS_PER_BYTE 8 #define BITMAP_SIZE(n) (ALIGN_UP(n, BITS_PER_BYTE) / BITS_PER_BYTE) void bitmap_fill(uint8_t *bitmap, size_t size, int value); int bitmap_get(uint8_t *bitmap, size_t size, size_t index); void bitmap_set(uint8_...
26.875
68
0.772093
ca91f2765284026a372b0f8447a1aa1027a6df9d
1,059
h
C
C_Piscine/day11/ex01/ft_list.h
ReemEzeddin/42_Silicon_Valley-Projects
448b37e455e92abb2f1ac3cf11345a76200ca32c
[ "MIT" ]
null
null
null
C_Piscine/day11/ex01/ft_list.h
ReemEzeddin/42_Silicon_Valley-Projects
448b37e455e92abb2f1ac3cf11345a76200ca32c
[ "MIT" ]
null
null
null
C_Piscine/day11/ex01/ft_list.h
ReemEzeddin/42_Silicon_Valley-Projects
448b37e455e92abb2f1ac3cf11345a76200ca32c
[ "MIT" ]
1
2021-05-13T07:58:52.000Z
2021-05-13T07:58:52.000Z
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_list.h :+: :+: :+: ...
42.36
80
0.19169
aa1d0670838f7ac9d5582de1ad254bd41d9e2604
63
h
C
gen_version.h
spider-pcn/lightning
d20435807840070270688f93a71c6c6e03c4caa5
[ "MIT" ]
null
null
null
gen_version.h
spider-pcn/lightning
d20435807840070270688f93a71c6c6e03c4caa5
[ "MIT" ]
null
null
null
gen_version.h
spider-pcn/lightning
d20435807840070270688f93a71c6c6e03c4caa5
[ "MIT" ]
null
null
null
#define VERSION "v0.8.0-35-g8611354" #define BUILD_FEATURES ""
21
36
0.746032
2c28fb96d1146042aa7f329f1033ad70a186f267
7,447
h
C
ios/web/navigation/navigation_item_impl.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ios/web/navigation/navigation_item_impl.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ios/web/navigation/navigation_item_impl.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-03-07T14:20:02.000Z
2021-03-07T14:20:02.000Z
// Copyright 2014 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 IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_H_ #define IOS_WEB_NAVIGATION_NAVIGATION_ITEM_IMPL_H_ #import <Foundation/Foundation.h> #include <memory...
39.611702
80
0.782328
c8fb6c474df5b027b20bd20f467978588bba39eb
2,440
h
C
node_modules/sharp/vendor/8.10.6/include/libgsf-1/gsf/gsf-input-impl.h
DABOZE/Queen-Alexa
d24743fd7b48e6e68d08b74c56f00eb73035d1c0
[ "MIT" ]
134
2019-07-24T20:25:17.000Z
2022-03-14T03:33:48.000Z
node_modules/sharp/vendor/8.10.6/include/libgsf-1/gsf/gsf-input-impl.h
DABOZE/Queen-Alexa
d24743fd7b48e6e68d08b74c56f00eb73035d1c0
[ "MIT" ]
309
2021-06-11T06:35:53.000Z
2022-03-31T13:26:41.000Z
node_modules/sharp/vendor/8.10.6/include/libgsf-1/gsf/gsf-input-impl.h
DABOZE/Queen-Alexa
d24743fd7b48e6e68d08b74c56f00eb73035d1c0
[ "MIT" ]
67
2018-10-29T09:50:49.000Z
2022-01-06T07:35:56.000Z
/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * gsf-input-impl.h: implementation details of GsfInput * * Copyright (C) 2002-2006 Jody Goldberg (jody@gnome.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2...
32.972973
92
0.730738
08033ba1eabc8f83a1b33b0242cb89c0f5e21aca
24,837
c
C
src/monk.c
DikuMUDOmnibus/Fallen-Empires
8f0ab16e922427ca12dca09851997edf91a6bd83
[ "DOC" ]
1
2018-08-05T01:49:09.000Z
2018-08-05T01:49:09.000Z
src/monk.c
DikuMUDOmnibus/Fallen-Empires
8f0ab16e922427ca12dca09851997edf91a6bd83
[ "DOC" ]
null
null
null
src/monk.c
DikuMUDOmnibus/Fallen-Empires
8f0ab16e922427ca12dca09851997edf91a6bd83
[ "DOC" ]
null
null
null
/*************************************************************************** * Original Diku Mud copyright (C) 1990, 1991 by Sebastian Hammer, * * Michael Seifert, Hans Henrik St{rfeldt, Tom Madsen, and Katja Nyboe. * * * * Merc Dik...
28.84669
94
0.575593
0843478a5aa82cee24ea9e306b4d2f9257d7b4c9
5,153
h
C
src/3rdparty/Chipmunk2D/include/chipmunk/chipmunk.h
libretro-mirrors/clove
070706761faaae8c12be0dca8df98f4d128cc903
[ "MIT" ]
1
2020-07-15T01:58:07.000Z
2020-07-15T01:58:07.000Z
src/3rdparty/Chipmunk2D/include/chipmunk/chipmunk.h
libretro-mirrors/clove
070706761faaae8c12be0dca8df98f4d128cc903
[ "MIT" ]
null
null
null
src/3rdparty/Chipmunk2D/include/chipmunk/chipmunk.h
libretro-mirrors/clove
070706761faaae8c12be0dca8df98f4d128cc903
[ "MIT" ]
null
null
null
/* Copyright (c) 2007 Scott Lembcke * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish,...
32.821656
150
0.770813
ec4d8727acd7520a5ce1f66ced48979d772d9ebe
13,079
c
C
apps/sysdaemon/sysdaemon_netmonitor.c
f4grx/hn70ap
c40daa07c5147e47b0fcbc3042632371d6674413
[ "BSD-3-Clause" ]
28
2017-09-29T20:22:43.000Z
2022-02-14T15:38:37.000Z
apps/sysdaemon/sysdaemon_netmonitor.c
f4grx/hn70ap
c40daa07c5147e47b0fcbc3042632371d6674413
[ "BSD-3-Clause" ]
null
null
null
apps/sysdaemon/sysdaemon_netmonitor.c
f4grx/hn70ap
c40daa07c5147e47b0fcbc3042632371d6674413
[ "BSD-3-Clause" ]
3
2018-03-09T12:17:20.000Z
2020-11-04T02:19:40.000Z
/**************************************************************************** * hn70ap/apps/sysdaemon/sysdaemon_netmonitor.c * * Copyright (C) 2018 Sebastien Lorquet. All rights reserved. * Author: Sebastien Lorquet <sebastien@lorquet.fr> * * Redistribution and use in source and binary forms, with or without ...
28.556769
105
0.575732
260831c6432e689443f95dc372bcbcd12856d4da
1,042
h
C
rrQt/Widgets/TableModel/TableView.h
afoolsbag/rrCnCxx
1e673bd4edac43d8406a0c726138cba194d17f48
[ "Unlicense" ]
2
2019-03-20T01:14:10.000Z
2021-12-08T15:39:32.000Z
rrQt/Widgets/TableModel/TableView.h
afoolsbag/rrCnCxx
1e673bd4edac43d8406a0c726138cba194d17f48
[ "Unlicense" ]
null
null
null
rrQt/Widgets/TableModel/TableView.h
afoolsbag/rrCnCxx
1e673bd4edac43d8406a0c726138cba194d17f48
[ "Unlicense" ]
null
null
null
//===-- TableView Widget ----------------------------------------*- C++ -*-===// //! //! \file //! \brief Qt 表视图小部件。 //! //! \version 2021-10-18 //! \since 2019-12-12 //! \authors zhengrr //! \copyright Unlicense //! //===----------------------------------------------------------------------===// #pragma once #ifndef ...
23.681818
80
0.637236
4d2556b8c7dbe2f58b0252b3ce94c8a1c2b98a60
542
h
C
checkerlib/TyperConsumer.h
lucasreis1/accept
a843321ec7bcf7fb8924a6f345406cce3cfd7819
[ "MIT" ]
38
2015-02-26T18:45:17.000Z
2022-03-22T11:28:45.000Z
checkerlib/TyperConsumer.h
uwsampa/accept
4a8132ce5922c2b21696e1a33387117d44b7ffb9
[ "MIT" ]
26
2015-01-30T22:29:58.000Z
2020-05-14T01:37:58.000Z
checkerlib/TyperConsumer.h
lucasreis1/accept
a843321ec7bcf7fb8924a6f345406cce3cfd7819
[ "MIT" ]
16
2015-03-05T19:24:45.000Z
2021-11-25T23:53:27.000Z
#ifndef TYPERCONSUMER_H #define TYPERCONSUMER_H #include "clang/AST/ASTConsumer.h" #include "clang/AST/Stmt.h" #include "clang/AST/Decl.h" #include "clang/Frontend/CompilerInstance.h" class TyperConsumer : public clang::ASTConsumer { public: TyperConsumer(clang::CompilerInstance& _ci) : ci(_ci) {} clang::Com...
23.565217
63
0.752768
c1320182521efdecac457c645c05e4ce10008d62
4,975
h
C
prj_def.h
yuri-tnk/samd21_tnkernel3_usb
355540e80e9376c780c15dfa8077c9b11215cc44
[ "BSD-3-Clause" ]
null
null
null
prj_def.h
yuri-tnk/samd21_tnkernel3_usb
355540e80e9376c780c15dfa8077c9b11215cc44
[ "BSD-3-Clause" ]
null
null
null
prj_def.h
yuri-tnk/samd21_tnkernel3_usb
355540e80e9376c780c15dfa8077c9b11215cc44
[ "BSD-3-Clause" ]
null
null
null
/** * * Copyright (c) 2013,2021 Yuri Tiomkin * All Rights Reserved * * * Permission to use, copy, modify, and distribute this software in source * and binary forms and its documentation for any purpose and without fee * is hereby granted, provided that the above copyright notice appear * in all copies an...
33.166667
92
0.697889
c15c7e71f6faac140a86e3678b93760b28176662
3,408
h
C
dist/linux/genometools/src/match/sfx-diffcov.h
thmourikis/erv_annotator
448b2dfc2972f9bf4e743df36fe0232813590fec
[ "MIT" ]
null
null
null
dist/linux/genometools/src/match/sfx-diffcov.h
thmourikis/erv_annotator
448b2dfc2972f9bf4e743df36fe0232813590fec
[ "MIT" ]
1
2018-09-30T00:45:55.000Z
2018-09-30T00:45:55.000Z
dist/linux/genometools/src/match/sfx-diffcov.h
thmourikis/erv_annotator
448b2dfc2972f9bf4e743df36fe0232813590fec
[ "MIT" ]
null
null
null
/* Copyright (c) 2009 Stefan Kurtz <kurtz@zbh.uni-hamburg.de> Copyright (c) 2009 Center for Bioinformatics, University of Hamburg Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission n...
43.139241
77
0.586561
6cad45a129b14301d67b8f7406a72fa9b997f7fe
916
h
C
pubg/PrivateHeaders/FBSDKErrorRecoveryAttempter.h
cara-ksa-so4/PUBC
1065b983d7bb1c4ad2104c2c4943487c7f17fa44
[ "MIT" ]
14
2019-07-23T20:33:14.000Z
2022-03-09T23:29:36.000Z
fc/PrivateHeaders/FBSDKErrorRecoveryAttempter.h
lechium/FControl
1203a3d6345b5ce9c738d238e0e7075e27c4d21c
[ "MIT" ]
5
2019-07-22T03:59:20.000Z
2020-03-02T14:50:48.000Z
fc/PrivateHeaders/FBSDKErrorRecoveryAttempter.h
lechium/FControl
1203a3d6345b5ce9c738d238e0e7075e27c4d21c
[ "MIT" ]
8
2019-07-23T20:35:34.000Z
2022-03-03T05:51:30.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" #import "FBSDKErrorRecoveryAttempting.h" @class NSString; @interface FBSDKErrorRecoveryAttempter : NSObject <FBSDKErrorRecoveryAttempting> { } + (id)recover...
31.586207
177
0.771834
1e6046ba7e78e86c11075bac0572456b77b82cdb
12,412
h
C
assignment-client/src/avatars/ScriptableAvatar.h
Darlingnotin/Antisocial_VR
f1debafb784ed5a63a40fe9b80790fbaccfedfce
[ "Apache-2.0" ]
1
2020-05-02T19:40:21.000Z
2020-05-02T19:40:21.000Z
assignment-client/src/avatars/ScriptableAvatar.h
Darlingnotin/Antisocial_VR
f1debafb784ed5a63a40fe9b80790fbaccfedfce
[ "Apache-2.0" ]
null
null
null
assignment-client/src/avatars/ScriptableAvatar.h
Darlingnotin/Antisocial_VR
f1debafb784ed5a63a40fe9b80790fbaccfedfce
[ "Apache-2.0" ]
1
2020-06-12T04:41:35.000Z
2020-06-12T04:41:35.000Z
// // ScriptableAvatar.h // assignment-client/src/avatars // // Created by Clement on 7/22/14. // Copyright 2014 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef hifi_ScriptableAvatar_h ...
52.817021
128
0.713745
37b542de6f9a805f9b6bef32230e78bd6c396911
14,554
c
C
backend/redis/sender.c
lasch/data-broker
dca8a2f3d0bcf891541f5e5073ab95bab15eea9c
[ "Apache-2.0" ]
19
2018-08-30T01:05:01.000Z
2021-07-07T15:19:36.000Z
backend/redis/sender.c
lasch/data-broker
dca8a2f3d0bcf891541f5e5073ab95bab15eea9c
[ "Apache-2.0" ]
40
2018-10-01T13:09:09.000Z
2021-06-14T17:36:04.000Z
backend/redis/sender.c
lasch/data-broker
dca8a2f3d0bcf891541f5e5073ab95bab15eea9c
[ "Apache-2.0" ]
20
2018-08-20T20:42:39.000Z
2021-12-11T05:52:58.000Z
/* * Copyright © 2018-2021 IBM Corporation * * 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 ...
33.767981
167
0.668751
1b36a15b9c13873d9f2031cadf1203ebce2866f8
979
h
C
PrivateFrameworks/FrontBoardServices.framework/FBSProcessWatchdogPolicy.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
36
2016-04-20T04:19:04.000Z
2018-10-08T04:12:25.000Z
PrivateFrameworks/FrontBoardServices.framework/FBSProcessWatchdogPolicy.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
null
null
null
PrivateFrameworks/FrontBoardServices.framework/FBSProcessWatchdogPolicy.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
10
2016-06-16T02:40:44.000Z
2019-01-15T03:31:45.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices */ @interface FBSProcessWatchdogPolicy : NSObject <BSDescriptionProviding, NSCopying> { NSString * _name; NSArray * _provisions; } @property (readonly, copy) NSString *debugDescription; ...
29.666667
91
0.762002
f058f73b24c004d17d08bf68152efa3b2335f929
46,162
c
C
wireshark-2.0.13/epan/dissectors/packet-q932.c
mahrukhfida/mi
7187765aa225e71983969ef5285771ac77c8309a
[ "Apache-2.0" ]
null
null
null
wireshark-2.0.13/epan/dissectors/packet-q932.c
mahrukhfida/mi
7187765aa225e71983969ef5285771ac77c8309a
[ "Apache-2.0" ]
null
null
null
wireshark-2.0.13/epan/dissectors/packet-q932.c
mahrukhfida/mi
7187765aa225e71983969ef5285771ac77c8309a
[ "Apache-2.0" ]
null
null
null
/* Do not modify this file. Changes will be overwritten. */ /* Generated automatically by the ASN.1 to Wireshark dissector compiler */ /* packet-q932.c */ /* ../../tools/asn2wrs.py -b -p q932 -c ./q932.cnf -s ./packet-q932-template ...
42.467341
237
0.699233
536eb2f9806abc075482ca9d83a2cab71661a2f0
462
h
C
orocaboy2_app/src/hw/core/mem.h
oroca/oroca_boy2
7b3a2f5e0521f1bf8936921a54f9aed74f3ef5a9
[ "Apache-2.0" ]
null
null
null
orocaboy2_app/src/hw/core/mem.h
oroca/oroca_boy2
7b3a2f5e0521f1bf8936921a54f9aed74f3ef5a9
[ "Apache-2.0" ]
1
2018-02-11T05:06:09.000Z
2018-02-11T13:19:45.000Z
orocaboy2_app/src/hw/core/mem.h
oroca/oroca_boy2
7b3a2f5e0521f1bf8936921a54f9aed74f3ef5a9
[ "Apache-2.0" ]
2
2018-02-10T15:13:06.000Z
2019-12-23T13:46:50.000Z
/* * mem.h * * Created on: Feb 08, 2018 * Author: baram */ #ifndef MEM_H_ #define MEM_H_ #ifdef __cplusplus extern "C" { #endif #include "hw_def.h" #include "bsp.h" void memInit(uint32_t addr, uint32_t length); void *memMalloc(uint32_t size); void memFree(void *ptr); vo...
13.2
47
0.621212
1583791879188566f3134e05f9910eec453fdb64
636,822
h
C
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/x86_64-oesdk-linux/usr/lib/arm-openbmc-linux-gnueabi/gcc/arm-openbmc-linux-gnueabi/9.1.0/include/arm_neon.h
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/x86_64-oesdk-linux/usr/lib/arm-openbmc-linux-gnueabi/gcc/arm-openbmc-linux-gnueabi/9.1.0/include/arm_neon.h
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
openbmc/build/tmp/deploy/sdk/witherspoon-2019-08-08/sysroots/x86_64-oesdk-linux/usr/lib/arm-openbmc-linux-gnueabi/gcc/arm-openbmc-linux-gnueabi/9.1.0/include/arm_neon.h
sotaoverride/backup
ca53a10b72295387ef4948a9289cb78ab70bc449
[ "Apache-2.0" ]
null
null
null
/* ARM NEON intrinsics include file. Copyright (C) 2006-2019 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. GCC 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 Found...
30.943732
111
0.741155
180c98311cf489158f94a28306250c431aaf4504
7,041
h
C
resources/home/dnanexus/root/include/Math/GenVector/RotationY.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
null
null
null
resources/home/dnanexus/root/include/Math/GenVector/RotationY.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
null
null
null
resources/home/dnanexus/root/include/Math/GenVector/RotationY.h
edawson/parliament2
2632aa3484ef64c9539c4885026b705b737f6d1e
[ "Apache-2.0" ]
1
2020-05-28T23:01:44.000Z
2020-05-28T23:01:44.000Z
// @(#)root/mathcore:$Id$ // Authors: W. Brown, M. Fischler, L. Moneta 2005 /********************************************************************** * * * Copyright (c) 2005 , LCG ROOT FNAL MathLib Team * * ...
27.83004
100
0.574918
afac8d6de7aa0ba6c92e9b28e5d7542d1b93a686
2,790
h
C
System/Library/PrivateFrameworks/HealthUI.framework/HKEmergencyCardNameAndPictureTableItem.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
System/Library/PrivateFrameworks/HealthUI.framework/HKEmergencyCardNameAndPictureTableItem.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/HealthUI.framework/HKEmergencyCardNameAndPictureTableItem.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 Wednesday, October 27, 2021 at 3:22:26 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/HealthU...
53.653846
222
0.783154
bbde923872396f0b68371e70ae97b499b867ae8e
26,513
c
C
components/chip_riscv_dummy/drivers/uart.c
1847123212/YoC-open
f4e20c67256472d863ea6d118e3ecbaa1e879d4a
[ "Apache-2.0" ]
9
2020-05-12T03:01:55.000Z
2021-08-12T10:22:31.000Z
components/chip_riscv_dummy/drivers/uart.c
1847123212/YoC-open
f4e20c67256472d863ea6d118e3ecbaa1e879d4a
[ "Apache-2.0" ]
null
null
null
components/chip_riscv_dummy/drivers/uart.c
1847123212/YoC-open
f4e20c67256472d863ea6d118e3ecbaa1e879d4a
[ "Apache-2.0" ]
12
2020-04-15T11:37:33.000Z
2021-09-13T13:19:04.000Z
/* * Copyright (C) 2017-2020 Alibaba Group Holding Limited */ /****************************************************************************** * @file uart.c * @brief CSI Source File for uart Driver * @version V2.01 * @date 2020-04-09 ******************************************************************...
28.912759
133
0.621808
cbe7757402649c51e596e4fcb76e5012ece8f0a4
265
h
C
A_Category/Classes/CTMediator+A.h
TouchFriend/A_Category
9780118e3e07be15c0d4cb06b29a2f83901447f6
[ "Apache-2.0" ]
null
null
null
A_Category/Classes/CTMediator+A.h
TouchFriend/A_Category
9780118e3e07be15c0d4cb06b29a2f83901447f6
[ "Apache-2.0" ]
null
null
null
A_Category/Classes/CTMediator+A.h
TouchFriend/A_Category
9780118e3e07be15c0d4cb06b29a2f83901447f6
[ "Apache-2.0" ]
null
null
null
// // CTMediator+A.h // A_Category // // Created by TouchWorld on 2020/8/26. // #import <UIKit/UIKit.h> #import <CTMediator/CTMediator.h> NS_ASSUME_NONNULL_BEGIN @interface CTMediator (A) - (UIViewController *)A_aViewController; @end NS_ASSUME_NONNULL_END
13.25
40
0.732075
c4d77fc6a46fccacacf4f37134b665144d5ddf3c
212
h
C
game/data/KeyMap.h
samuelgrigolato/miniplat
485ae950c21f8b4202b1a7461b928ba64931e12e
[ "MIT" ]
null
null
null
game/data/KeyMap.h
samuelgrigolato/miniplat
485ae950c21f8b4202b1a7461b928ba64931e12e
[ "MIT" ]
null
null
null
game/data/KeyMap.h
samuelgrigolato/miniplat
485ae950c21f8b4202b1a7461b928ba64931e12e
[ "MIT" ]
null
null
null
#ifndef KEYMAP_H #define KEYMAP_H #include <stdint.h> namespace game { namespace data { struct KeyMap { int32_t up; int32_t left; int32_t down; int32_t right; int32_t fire; }; }} #endif
10.095238
19
0.65566
4fbd0eb59009562711a4f6083e5f3648ad6b78f7
4,117
c
C
src/pipe/modules/nprof/main.c
CarVac/vkdt
deabfdfc43bcc6a5f1aaea720695bbd597a87561
[ "BSD-2-Clause" ]
null
null
null
src/pipe/modules/nprof/main.c
CarVac/vkdt
deabfdfc43bcc6a5f1aaea720695bbd597a87561
[ "BSD-2-Clause" ]
null
null
null
src/pipe/modules/nprof/main.c
CarVac/vkdt
deabfdfc43bcc6a5f1aaea720695bbd597a87561
[ "BSD-2-Clause" ]
null
null
null
#include "modules/api.h" #include "../core/core.h" // for MIN #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <float.h> void modify_roi_in( dt_graph_t *graph, dt_module_t *module) { dt_roi_t *r = &module->connector[0].roi; r->wd = r->full_wd; r->ht = r->full_ht; r...
30.954887
115
0.565217
ae11ac266fcb5e974bf3c60007a94533549660ff
1,344
h
C
src/telemetry/telemetry.h
dianasaur323/timescaledb
eecd845781fcc4163d1f9e81d18f116b77a561f8
[ "Apache-2.0" ]
null
null
null
src/telemetry/telemetry.h
dianasaur323/timescaledb
eecd845781fcc4163d1f9e81d18f116b77a561f8
[ "Apache-2.0" ]
null
null
null
src/telemetry/telemetry.h
dianasaur323/timescaledb
eecd845781fcc4163d1f9e81d18f116b77a561f8
[ "Apache-2.0" ]
1
2019-03-26T17:34:11.000Z
2019-03-26T17:34:11.000Z
/* * Copyright (c) 2016-2018 Timescale, Inc. All Rights Reserved. * * This file is licensed under the Apache License, * see LICENSE-APACHE at the top level directory. */ #ifndef TIMESCALEDB_TELEMETRY_TELEMETRY_H #define TIMESCALEDB_TELEMETRY_TELEMETRY_H #include <postgres.h> #include <fmgr.h> #include <pg_config....
29.866667
87
0.769345
3ec16d0b57952bfa056454d0d51112c9711539cf
59
c
C
build/CMakeFiles/FortranCInterface/symbols/MYSUB-UPPER.c
ralic/lapack_highSierra
23cb5b8e70df129f7c249af6859ec94a161ef77e
[ "BSD-3-Clause-Open-MPI" ]
2
2020-04-30T19:13:08.000Z
2021-04-14T19:40:47.000Z
build/CMakeFiles/FortranCInterface/symbols/MYSUB-UPPER.c
ralic/lapack_highSierra
23cb5b8e70df129f7c249af6859ec94a161ef77e
[ "BSD-3-Clause-Open-MPI" ]
1
2020-04-30T19:19:09.000Z
2020-05-02T14:22:36.000Z
build/CMakeFiles/FortranCInterface/symbols/MYSUB-UPPER.c
ralic/lapack_highSierra
23cb5b8e70df129f7c249af6859ec94a161ef77e
[ "BSD-3-Clause-Open-MPI" ]
1
2020-06-12T08:51:24.000Z
2020-06-12T08:51:24.000Z
const char* MYSUB(void) { return "INFO:symbol[MYSUB]"; }
11.8
30
0.661017
48ccacfd78bbaa815f408730da29f79aadc7880d
831
h
C
src/editor_json.h
paladin-t/bitty
a09d45ba5b0f038d19d80ef7b98d8342d328bccc
[ "BSD-3-Clause" ]
63
2020-10-22T10:31:00.000Z
2022-03-25T15:54:14.000Z
src/editor_json.h
paladin-t/bitty
a09d45ba5b0f038d19d80ef7b98d8342d328bccc
[ "BSD-3-Clause" ]
1
2021-05-08T18:14:06.000Z
2021-05-08T18:14:06.000Z
src/editor_json.h
paladin-t/bitty
a09d45ba5b0f038d19d80ef7b98d8342d328bccc
[ "BSD-3-Clause" ]
6
2021-03-09T07:20:53.000Z
2022-02-13T05:23:52.000Z
/* ** Bitty ** ** An itty bitty game engine. ** ** Copyright (C) 2020 - 2021 Tony Wang, all rights reserved ** ** For the latest info, see https://github.com/paladin-t/bitty/ */ #ifndef __EDITOR_JSON_H__ #define __EDITOR_JSON_H__ #include "editable.h" /* ** {==========================================...
21.868421
83
0.509025
85e2b38c65196116c4a0051bb0fe28e3eebbd625
777
h
C
DataCollector/mozilla/xulrunner-sdk/include/mozilla/dom/AtomList.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
1
2016-04-20T08:35:44.000Z
2016-04-20T08:35:44.000Z
DataCollector/mozilla/xulrunner-sdk/include/mozilla/dom/AtomList.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
null
null
null
DataCollector/mozilla/xulrunner-sdk/include/mozilla/dom/AtomList.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
null
null
null
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0...
25.9
79
0.714286
e3084f434475b39b3bc6020920c911e899f65afa
3,386
h
C
Source/Samples/81_Constraint6DoF/HoverBike.h
elix22/Urho3D-Constraint6DoF
31422fa6f9558b837ca2b819927896aee5ee2ce5
[ "MIT" ]
2
2019-10-20T10:04:20.000Z
2021-09-07T16:56:04.000Z
Source/Samples/81_Constraint6DoF/HoverBike.h
elix22/Urho3D-Constraint6DoF
31422fa6f9558b837ca2b819927896aee5ee2ce5
[ "MIT" ]
null
null
null
Source/Samples/81_Constraint6DoF/HoverBike.h
elix22/Urho3D-Constraint6DoF
31422fa6f9558b837ca2b819927896aee5ee2ce5
[ "MIT" ]
2
2019-10-20T04:42:34.000Z
2019-10-28T13:26:06.000Z
// // Copyright (c) 2008-2019 the Urho3D project. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, m...
30.781818
80
0.660957
8bbb8d963213b1797b3b7db1a6017dc06915b96e
1,023
c
C
gempak/source/driver/active/vg/vsspln.c
oxelson/gempak
e7c477814d7084c87d3313c94e192d13d8341fa1
[ "BSD-3-Clause" ]
42
2015-06-03T15:26:21.000Z
2022-02-28T22:36:03.000Z
gempak/source/driver/active/vg/vsspln.c
oxelson/gempak
e7c477814d7084c87d3313c94e192d13d8341fa1
[ "BSD-3-Clause" ]
60
2015-05-11T21:36:08.000Z
2022-03-29T16:22:42.000Z
gempak/source/driver/active/vg/vsspln.c
oxelson/gempak
e7c477814d7084c87d3313c94e192d13d8341fa1
[ "BSD-3-Clause" ]
27
2016-06-06T21:55:14.000Z
2022-03-18T18:23:28.000Z
#include "vgcmn.h" void vsspln ( int *msltyp, int *mslstr, int *msldir, float *tslsiz, int *mslwid, int *iret ) /************************************************************************ * vsspln * * * * This subroutine sets the special line attributes. * * * * vsspln ( msltyp, msls...
27.648649
73
0.439883
2725683d26baee2bf68aa7646e79035d5592efef
813
h
C
XmilsSDKDo/Classes/SceneAdSdk.framework/Headers/SceneAdSdkExtRewardListModel.h
Ben21hao/XmilsSDKDo
d72090fd8e5f9991388d23d87c18572bd7f3bbae
[ "MIT" ]
null
null
null
XmilsSDKDo/Classes/SceneAdSdk.framework/Headers/SceneAdSdkExtRewardListModel.h
Ben21hao/XmilsSDKDo
d72090fd8e5f9991388d23d87c18572bd7f3bbae
[ "MIT" ]
null
null
null
XmilsSDKDo/Classes/SceneAdSdk.framework/Headers/SceneAdSdkExtRewardListModel.h
Ben21hao/XmilsSDKDo
d72090fd8e5f9991388d23d87c18572bd7f3bbae
[ "MIT" ]
null
null
null
// // SceneAdSdkExtRewardListModel.h // SceneAdSdk // // Created by caizifeng on 2019/6/27. // Copyright © 2019 gaven. All rights reserved. // #import <Foundation/Foundation.h> @interface UserExtReward : NSObject @property (nonatomic , assign) NSInteger answerTimesLimit; //答题次数限制 @property (nonatomic , assign) N...
33.875
84
0.728167
6a4f98fdabfaf71ad3ce1a6279fc186ad8485b49
1,857
c
C
factorial/factorial.c
ianfoo/c-examples
7c7adfa982665b830b985618f01b41e2d8b80109
[ "MIT" ]
null
null
null
factorial/factorial.c
ianfoo/c-examples
7c7adfa982665b830b985618f01b41e2d8b80109
[ "MIT" ]
null
null
null
factorial/factorial.c
ianfoo/c-examples
7c7adfa982665b830b985618f01b41e2d8b80109
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <errno.h> unsigned long factorial(int f) { if (f <= 1) { return 1; } return f * factorial(f-1); } // 65! is the max that an unsigned long can accommodate. const int max_input = 65; long memos[max_input+1]; // factorial_memoed uses the memos arra...
22.646341
89
0.546581
6a60d2812a89f7688fc38c06278dee85e1480a31
9,247
h
C
src/API_generated/oyCMMapi9_s_.h
Acidburn0zzz/oyranos
b87dcf0e7a88e9b2f5f6c2e3314ddbd3af045575
[ "BSD-3-Clause" ]
null
null
null
src/API_generated/oyCMMapi9_s_.h
Acidburn0zzz/oyranos
b87dcf0e7a88e9b2f5f6c2e3314ddbd3af045575
[ "BSD-3-Clause" ]
null
null
null
src/API_generated/oyCMMapi9_s_.h
Acidburn0zzz/oyranos
b87dcf0e7a88e9b2f5f6c2e3314ddbd3af045575
[ "BSD-3-Clause" ]
null
null
null
/** @file oyCMMapi9_s_.h [Template file inheritance graph] +-> oyCMMapi9_s_.template.h | +-> oyCMMapiFilter_s_.template.h | +-> oyCMMapi_s_.template.h | +-- Base_s_.h * Oyranos is an open source Color Management System * * @par Copyright: * 2004-2018 (C) Kai-Uwe Behrmann * *...
33.025
138
0.578674
3a23b1cdcc7d7a815a9a0b9e12f897b2dc74819c
289
h
C
Example/NUKit/NLAppDelegate.h
liunina/NUKit
ebcb3a5ee1e0e606eefbb265583747d8c2cfc59e
[ "MIT" ]
null
null
null
Example/NUKit/NLAppDelegate.h
liunina/NUKit
ebcb3a5ee1e0e606eefbb265583747d8c2cfc59e
[ "MIT" ]
null
null
null
Example/NUKit/NLAppDelegate.h
liunina/NUKit
ebcb3a5ee1e0e606eefbb265583747d8c2cfc59e
[ "MIT" ]
null
null
null
// // NLAppDelegate.h // NUKit // // Created by i19850511@gmail.com on 12/05/2019. // Copyright (c) 2019 i19850511@gmail.com. All rights reserved. // @import UIKit; @interface NLAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
18.0625
64
0.719723
b17f9028679d54c080798c48afe2e26293fde0c0
5,624
c
C
c2000/C2000Ware_1_00_06_00/device_support/f2806x/examples/cla/exp10/exp10_shared_data.c
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
null
null
null
c2000/C2000Ware_1_00_06_00/device_support/f2806x/examples/cla/exp10/exp10_shared_data.c
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
null
null
null
c2000/C2000Ware_1_00_06_00/device_support/f2806x/examples/cla/exp10/exp10_shared_data.c
ramok/Themis_ForHPSDR
d0f323a843ac0a488ef816ccb7c828032855a40a
[ "Unlicense" ]
1
2021-07-21T08:10:37.000Z
2021-07-21T08:10:37.000Z
//########################################################################### // // TITLE: exp10_shared_data.c // // Description: Declare shared memory variables and assign them to specific // CLA-accessible memory locations // //! \addtogroup f2806x_example_cla_list //! \b Memory \b Allocation \n //! - CLA1 Math T...
33.47619
78
0.696835
55d2f9bd8c4cb4f2d19a0d37fa756a3b58194ff8
501
h
C
Tikeyc/Classes/MainPart/MainCenter/Baisibudejie/View/JYJTopicVideoView.h
tikeyc/Tikeyc
98418c53100029439138af6904f2ba96805dd75d
[ "Apache-2.0" ]
3
2016-08-17T09:44:56.000Z
2018-03-28T06:31:04.000Z
Tikeyc/Classes/MainPart/MainCenter/Baisibudejie/View/JYJTopicVideoView.h
tikeyc/Tikeyc
98418c53100029439138af6904f2ba96805dd75d
[ "Apache-2.0" ]
null
null
null
Tikeyc/Classes/MainPart/MainCenter/Baisibudejie/View/JYJTopicVideoView.h
tikeyc/Tikeyc
98418c53100029439138af6904f2ba96805dd75d
[ "Apache-2.0" ]
null
null
null
// // JYJTopicVideoView.h // JYJ不得姐 // // Created by JYJ on 16/5/24. // Copyright © 2016年 baobeikeji. All rights reserved. // #import <UIKit/UIKit.h> #import "ZFPlayer.h" @class JYJTopic; @interface JYJTopicVideoView : UIView /** 视频模型数据 */ @property (nonatomic, strong) JYJTopic *topic; @property (nonatomic, str...
19.269231
60
0.728543
1d053918aa9f9fc3f2979783274849e70d212f9b
3,234
c
C
Laboratorio1.Parcial2_Pandemia/src/Read_From_Directory/ReadFiles.c
caidevOficial/C_Labo1_Progra1
db37a077347160062e3db960a4ec095afa273acf
[ "MIT" ]
1
2020-09-15T05:31:01.000Z
2020-09-15T05:31:01.000Z
Laboratorio1.Parcial2_Pandemia/src/Read_From_Directory/ReadFiles.c
caidevOficial/Laboratorio1_Programacion1
db37a077347160062e3db960a4ec095afa273acf
[ "MIT" ]
null
null
null
Laboratorio1.Parcial2_Pandemia/src/Read_From_Directory/ReadFiles.c
caidevOficial/Laboratorio1_Programacion1
db37a077347160062e3db960a4ec095afa273acf
[ "MIT" ]
1
2021-09-16T23:34:52.000Z
2021-09-16T23:34:52.000Z
/* * ============================================================================ * 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 3 of the License, or (at your option) any lat...
32.34
90
0.600186
0e87d3dedf6d81852f239fe141c4c2b8b4112a49
2,535
c
C
devices/devices.c
jpmens/tripp
3a9391fe78ef37de136ed6a00ebfd2e4a35e4f86
[ "BSD-1-Clause" ]
18
2017-08-13T18:19:02.000Z
2021-05-10T00:01:51.000Z
devices/devices.c
jpmens/tripp
3a9391fe78ef37de136ed6a00ebfd2e4a35e4f86
[ "BSD-1-Clause" ]
18
2018-01-08T09:13:25.000Z
2020-12-01T08:06:37.000Z
devices/devices.c
jpmens/tripp
3a9391fe78ef37de136ed6a00ebfd2e4a35e4f86
[ "BSD-1-Clause" ]
8
2017-12-21T07:15:08.000Z
2020-12-21T17:24:34.000Z
/* * qtripp * Copyright (C) 2017-2020 Jan-Piet Mens <jp@mens.de> * * 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...
23.691589
83
0.6643
d9d727ca68a338ffc20f85ec7e55a17d96c7e491
2,182
h
C
src/npf/dpi/npf_appdb.h
srinivasknarayan/vyatta-dataplane
d66f721b04fc510c01e5cf0fd786e3ff42aec408
[ "BSD-2-Clause" ]
29
2019-11-18T20:02:45.000Z
2021-11-19T11:59:45.000Z
src/npf/dpi/npf_appdb.h
srinivasknarayan/vyatta-dataplane
d66f721b04fc510c01e5cf0fd786e3ff42aec408
[ "BSD-2-Clause" ]
10
2019-12-09T15:32:17.000Z
2021-04-28T14:34:34.000Z
src/npf/dpi/npf_appdb.h
srinivasknarayan/vyatta-dataplane
d66f721b04fc510c01e5cf0fd786e3ff42aec408
[ "BSD-2-Clause" ]
24
2019-11-16T07:13:22.000Z
2022-03-29T15:56:42.000Z
/* * Copyright (c) 2020 AT&T Intellectual Property. All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-only */ #ifndef NPF_APPDB_H #define NPF_APPDB_H #include <stdbool.h> #include <stdint.h> #include "json_writer.h" /** * Walker prototype. */ struct adb_entry; typedef int (app_walker_t)(json_writer_t...
25.372093
78
0.742438
ce1c0956d3730e503a979658677e7cabb7b11bc6
272
h
C
Example/ThemeManager/zhAppDelegate.h
snail-z/ThemeManager
866fb0297181ad15b943c7f81f6165b96b190cc0
[ "MIT" ]
172
2017-08-31T16:42:03.000Z
2021-08-06T03:35:49.000Z
Example/ThemeManager/zhAppDelegate.h
snail-z/ThemeManager
866fb0297181ad15b943c7f81f6165b96b190cc0
[ "MIT" ]
1
2019-08-15T10:04:05.000Z
2019-08-15T10:04:05.000Z
Example/ThemeManager/zhAppDelegate.h
snail-z/ThemeManager
866fb0297181ad15b943c7f81f6165b96b190cc0
[ "MIT" ]
30
2017-09-01T05:05:37.000Z
2021-01-04T03:06:14.000Z
// // zhAppDelegate.h // ThemeManager // // Created by snail-z on 08/31/2017. // Copyright (c) 2017 snail-z. All rights reserved. // @import UIKit; @interface zhAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
17
62
0.709559
dbd66c217831a8292788b49b4187b8bd7a46d22f
1,001
h
C
Twitter-Dumped/7.51.5/t1/TFNTwitterGeoDataProvider-Protocol.h
ichitaso/TwitterListEnabler
d4d9ba973e59ff7f0d97ae74fc473bdd0aea54df
[ "MIT" ]
1
2019-10-15T09:26:49.000Z
2019-10-15T09:26:49.000Z
Twitter-Dumped/7.52/TFNTwitterGeoDataProvider-Protocol.h
ichitaso/TwitterListEnabler
d4d9ba973e59ff7f0d97ae74fc473bdd0aea54df
[ "MIT" ]
null
null
null
Twitter-Dumped/7.52/TFNTwitterGeoDataProvider-Protocol.h
ichitaso/TwitterListEnabler
d4d9ba973e59ff7f0d97ae74fc473bdd0aea54df
[ "MIT" ]
1
2019-11-17T06:06:49.000Z
2019-11-17T06:06:49.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 <T1Twitter/NSObject-Protocol.h> @class NSString, TFSTwitterLocation; @protocol TFNTwitterGeoDataProvider <NSObject> @property...
38.5
95
0.795205
e0400621956eaa10ac1abaae11ff7d7e582bcdc7
1,574
h
C
multiplayer_game/src/lflare_handler.h
llGuy/gamedev
16aa203934fd767926c58558e021630288556399
[ "MIT" ]
null
null
null
multiplayer_game/src/lflare_handler.h
llGuy/gamedev
16aa203934fd767926c58558e021630288556399
[ "MIT" ]
4
2018-12-24T11:16:53.000Z
2018-12-24T11:20:29.000Z
multiplayer_game/src/lflare_handler.h
llGuy/gamedev
16aa203934fd767926c58558e021630288556399
[ "MIT" ]
null
null
null
#ifndef _LENS_FLARE_H_ #define _LENS_FLARE_H_ #include <glm/glm.hpp> #if (defined cpp_no_optional) #include "optional.hpp" #else #include <optional> #endif #include "texture.h" #include "buffer.h" #include "vao.h" #include <array> namespace mulgame { class LFlareHandler { public: static constexpr uint32_t NUM_...
20.179487
89
0.710292
0d5d0d257860e7838f87ef9c913cba3e27058aeb
5,973
h
C
variant/internal/variant_traits.h
ofats/variant
4d7cd158a2286b28ca8db50c1111a223150a6807
[ "MIT" ]
null
null
null
variant/internal/variant_traits.h
ofats/variant
4d7cd158a2286b28ca8db50c1111a223150a6807
[ "MIT" ]
null
null
null
variant/internal/variant_traits.h
ofats/variant
4d7cd158a2286b28ca8db50c1111a223150a6807
[ "MIT" ]
null
null
null
#pragma once #include <exception> #include "matrix_ops.h" namespace base { template <class... Ts> class variant; class bad_variant_access : public std::exception {}; namespace detail { struct variant_accessor { template <std::size_t I, class... Ts> static base::type_pack_element_t<I, Ts...>& get(variant<Ts.....
32.818681
80
0.641888
ef227d0f3919bcae94a424643756293c80226e6b
7,917
c
C
STM32F030/STM32F0xx_StdPeriph_Lib_V1.5.0/Projects/STM32F0xx_StdPeriph_Examples/COMP/COMP_PulseWidthMeasurement/main.c
EEWX/VFD28016-display
94f799cbb890784818ba3e87457d68dfe88c0bbb
[ "CC-BY-4.0" ]
null
null
null
STM32F030/STM32F0xx_StdPeriph_Lib_V1.5.0/Projects/STM32F0xx_StdPeriph_Examples/COMP/COMP_PulseWidthMeasurement/main.c
EEWX/VFD28016-display
94f799cbb890784818ba3e87457d68dfe88c0bbb
[ "CC-BY-4.0" ]
null
null
null
STM32F030/STM32F0xx_StdPeriph_Lib_V1.5.0/Projects/STM32F0xx_StdPeriph_Examples/COMP/COMP_PulseWidthMeasurement/main.c
EEWX/VFD28016-display
94f799cbb890784818ba3e87457d68dfe88c0bbb
[ "CC-BY-4.0" ]
null
null
null
/** ****************************************************************************** * @file COMP/COMP_PulseWidthMeasurement/main.c * @author MCD Application Team * @version V1.4.0 * @date 24-July-2014 * @brief Main program body *********************************************************************...
30.102662
99
0.651636
07181c8116cb746df41766c3ce7f71b97ae11caa
20,508
c
C
third-party/libfabric/libfabric-src/prov/tcp/src/tcpx_progress.c
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
1,602
2015-01-06T11:26:31.000Z
2022-03-30T06:17:21.000Z
third-party/libfabric/libfabric-src/prov/tcp/src/tcpx_progress.c
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
11,789
2015-01-05T04:50:15.000Z
2022-03-31T23:39:19.000Z
third-party/libfabric/libfabric-src/prov/tcp/src/tcpx_progress.c
jhh67/chapel
f041470e9b88b5fc4914c75aa5a37efcb46aa08f
[ "ECL-2.0", "Apache-2.0" ]
498
2015-01-08T18:58:18.000Z
2022-03-20T15:37:45.000Z
/* * Copyright (c) 2017 Intel Corporation, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this s...
27.86413
79
0.723425
c2bbc70aeb2bbc71137b7c159848fb035fd86357
984
h
C
terrain.h
nuggs/gor_terrain
42ea846d127e0eb8229657878a4bdd46439e0b9f
[ "MIT" ]
null
null
null
terrain.h
nuggs/gor_terrain
42ea846d127e0eb8229657878a4bdd46439e0b9f
[ "MIT" ]
1
2021-06-21T18:47:32.000Z
2021-06-21T18:47:32.000Z
terrain.h
nuggs/gor_terrain
42ea846d127e0eb8229657878a4bdd46439e0b9f
[ "MIT" ]
null
null
null
/* * copyright shit */ #ifndef TERRAIN_H #define TERRAIN_H //#include "core/object.h" /* Using object right now, may change i don't know */ class Terrain : public Object { GDCLASS(Terrain, Object); public: Terrain(void); virtual ~Terrain(void) {} virtual void synchronize(double tim...
26.594595
94
0.651423
907cad7a9aa99486f1fddbc7ba71edc3f62413e1
473
h
C
SDLTuts/Dot.h
Amaranthos/SDLPlayground
693a0430c2d814089408bd6c55d5174c1469ea73
[ "MIT" ]
null
null
null
SDLTuts/Dot.h
Amaranthos/SDLPlayground
693a0430c2d814089408bd6c55d5174c1469ea73
[ "MIT" ]
null
null
null
SDLTuts/Dot.h
Amaranthos/SDLPlayground
693a0430c2d814089408bd6c55d5174c1469ea73
[ "MIT" ]
null
null
null
#ifndef DOT_H #define DOT_H #include <SDL.h> #include "Tile.h" #include "Texture.h" class Dot { public: Dot(); ~Dot(); static const int DOT_WIDTH = 20; static const int DOT_HEIGHT = 20; static const int DOT_VEL = 10; void HandleEvent(SDL_Event& event); void Move(Game::Tile* tiles[]); void SetCamera(SDL_Rec...
15.766667
55
0.699789
e6fa77e76fee9ac8e1b7b5db46b7fbc0807c92b2
1,449
c
C
src/host/path_wildcards.c
Euclideon/premake-core
9e7728f95239070fac76b9b5a66d9d8c78fde802
[ "BSD-3-Clause" ]
null
null
null
src/host/path_wildcards.c
Euclideon/premake-core
9e7728f95239070fac76b9b5a66d9d8c78fde802
[ "BSD-3-Clause" ]
1
2021-04-19T19:48:04.000Z
2021-04-19T19:48:04.000Z
src/host/path_wildcards.c
Euclideon/premake-core
9e7728f95239070fac76b9b5a66d9d8c78fde802
[ "BSD-3-Clause" ]
1
2021-04-03T20:40:18.000Z
2021-04-03T20:40:18.000Z
/** * \file path_wildcards.c * \brief Converts from a simple wildcard syntax to the corresponding Lua pattern. * \author Copyright (c) 2015 Tom van Dijck, Jason Perkins and the Premake project */ #include "premake.h" #include <string.h> #include <stdlib.h> /* --Converts from a simple wildcard syntax, where * i...
17.670732
83
0.545204
76da2172dcda9cd253524c5646ea14547bf89251
6,421
h
C
core/arch/arm/plat-rcar_gen4/platform_config.h
lorc/optee_os-rcar
c6f7ca0131063fcd93a80970d79adeae20ddd354
[ "BSD-2-Clause" ]
4
2017-12-27T01:52:12.000Z
2021-06-09T02:16:09.000Z
core/arch/arm/plat-rcar_gen4/platform_config.h
lorc/optee_os-rcar
c6f7ca0131063fcd93a80970d79adeae20ddd354
[ "BSD-2-Clause" ]
5
2018-10-08T17:14:44.000Z
2022-03-28T06:48:47.000Z
core/arch/arm/plat-rcar_gen4/platform_config.h
lorc/optee_os-rcar
c6f7ca0131063fcd93a80970d79adeae20ddd354
[ "BSD-2-Clause" ]
8
2017-05-24T16:47:25.000Z
2022-02-05T00:22:59.000Z
/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (c) 2016, GlobalLogic * 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 ...
35.871508
79
0.787572
f72d691903d8731ffc1c287144520d31493cde9b
905
h
C
Frameworks/VideoSubscriberAccount.framework/VSAJSSAMLResponse.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
36
2016-04-20T04:19:04.000Z
2018-10-08T04:12:25.000Z
Frameworks/VideoSubscriberAccount.framework/VSAJSSAMLResponse.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
null
null
null
Frameworks/VideoSubscriberAccount.framework/VSAJSSAMLResponse.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
10
2016-06-16T02:40:44.000Z
2019-01-15T03:31:45.000Z
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount */ @interface VSAJSSAMLResponse : IKJSObject <NSCopying, VSAJSSAMLResponse> { NSString * _authN; NSString * _authZ; NSString * _logout; NSArray * _userChannelList; NSString *...
26.617647
92
0.728177
f76ebcc1092e5f1bcf5b64e83ae58ab7c68be466
2,132
h
C
Source/FSD/Public/CharacterStateComponent.h
trumank/DRG-Mods
2febc879f2ffe83498ac913c114d0e933427e93e
[ "MIT" ]
null
null
null
Source/FSD/Public/CharacterStateComponent.h
trumank/DRG-Mods
2febc879f2ffe83498ac913c114d0e933427e93e
[ "MIT" ]
null
null
null
Source/FSD/Public/CharacterStateComponent.h
trumank/DRG-Mods
2febc879f2ffe83498ac913c114d0e933427e93e
[ "MIT" ]
null
null
null
#pragma once #include "CoreMinimal.h" #include "Components/ActorComponent.h" #include "PlaySoundInterface.h" #include "CharacterStateComponent.generated.h" class UDialogDataAsset; class APlayerCharacter; class UPlayerMovementComponent; UCLASS(Abstract, Blueprintable, ClassGroup=Custom, meta=(BlueprintSpawnableCompone...
30.028169
98
0.767355