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
cb7f532dd62df74b192d8f089f816056776ea54b
473
h
C
macOS/10.13/AppKit.framework/_NSBinderPluginRegistry.h
onmyway133/Runtime-Headers
e9b80e7ab9103f37ad421ad6b8b58ee06369d21f
[ "MIT" ]
30
2016-10-09T20:13:00.000Z
2022-01-24T04:14:57.000Z
macOS/10.12/AppKit.framework/_NSBinderPluginRegistry.h
onmyway133/Runtime-Headers
e9b80e7ab9103f37ad421ad6b8b58ee06369d21f
[ "MIT" ]
null
null
null
macOS/10.12/AppKit.framework/_NSBinderPluginRegistry.h
onmyway133/Runtime-Headers
e9b80e7ab9103f37ad421ad6b8b58ee06369d21f
[ "MIT" ]
7
2017-08-29T14:41:25.000Z
2022-01-19T17:14:54.000Z
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit */ @interface _NSBinderPluginRegistry : NSObject { NSMapTable * _cachedRegistry; NSMapTable * _registry; } + (id)sharedRegistry; - (void)dealloc; - (id)init; - (Class)pluginClassForObject:(id)arg1 andBinde...
26.277778
98
0.767442
3eec3ab51ae1d402c559292e62ec524796b7f6df
973
c
C
Projects/Basics/Libft/ft_isdigit.c
SpeedFireSho/42-1
5d7ce17910794a28ca44d937651b961feadcff11
[ "MIT" ]
84
2020-10-13T14:50:11.000Z
2022-01-11T11:19:36.000Z
Projects/Basics/Libft/ft_isdigit.c
SpeedFireSho/42-1
5d7ce17910794a28ca44d937651b961feadcff11
[ "MIT" ]
null
null
null
Projects/Basics/Libft/ft_isdigit.c
SpeedFireSho/42-1
5d7ce17910794a28ca44d937651b961feadcff11
[ "MIT" ]
43
2020-09-10T19:26:37.000Z
2021-12-28T13:53:55.000Z
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isdigit.c :+: :+: :+: ...
51.210526
80
0.137718
3e909575941fe4abc0c92150ade87972f7169207
1,062
c
C
test_client.c
martinb416/C-Server
3b1d97b68913d8995eeba1d1a3654e342c572766
[ "MIT" ]
null
null
null
test_client.c
martinb416/C-Server
3b1d97b68913d8995eeba1d1a3654e342c572766
[ "MIT" ]
null
null
null
test_client.c
martinb416/C-Server
3b1d97b68913d8995eeba1d1a3654e342c572766
[ "MIT" ]
null
null
null
/* * Test driver for server connections * * Author: Martin Buitrago * 2018 */ #include "common.h" #include "server.h" int main(){ int sock, result; /* Get the address informtation and connect to the server */ struct addrinfo info, *addr; memset(&info, 0, sizeof(struct addrinfo)); info.ai_family = AF_UNSP...
24.697674
73
0.645951
8ba2545f0f4d93514478ef4fbe8708cdaae7d624
643
c
C
r12/9s585.c
rafalmaziejuk/c-primer-plus-solutions
a169f05b77a591f3979075b11f174935d5580615
[ "MIT" ]
null
null
null
r12/9s585.c
rafalmaziejuk/c-primer-plus-solutions
a169f05b77a591f3979075b11f174935d5580615
[ "MIT" ]
null
null
null
r12/9s585.c
rafalmaziejuk/c-primer-plus-solutions
a169f05b77a591f3979075b11f174935d5580615
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <string.h> #define ROZMIAR 10 int main(void) { int liczba_slow; char temp[ROZMIAR]; int i = 0; printf("Podaj liczbe slow do wprowadzenia: "); scanf("%d", &liczba_slow); getchar(); char **tab = (char **)malloc(liczba_slow * sizeof(char *)); printf("Wprowadz %d...
17.378378
66
0.604977
eb6102ad8bd49ce776316bc70f2163be02f0c50a
28,591
h
C
converter/COLLADA2GLTF/convert/animationConverter.h
anuprao/glTF
1bd91d9676aa444dd3d3d146af1a68126e3f0294
[ "Zlib" ]
4
2015-03-07T00:53:46.000Z
2017-02-19T04:54:37.000Z
converter/COLLADA2GLTF/convert/animationConverter.h
anuprao/glTF
1bd91d9676aa444dd3d3d146af1a68126e3f0294
[ "Zlib" ]
null
null
null
converter/COLLADA2GLTF/convert/animationConverter.h
anuprao/glTF
1bd91d9676aa444dd3d3d146af1a68126e3f0294
[ "Zlib" ]
3
2018-06-06T04:38:54.000Z
2020-09-03T05:35:09.000Z
/* */ #ifndef __GLTFANIMATIONCONVERTER_H__ #define __GLTFANIMATIONCONVERTER_H__ #include "GLTF.h" #include "../GLTFOpenCOLLADA.h" #include "mathHelpers.h" namespace GLTF { //a few helper classes to help flattening animations typedef std::map<std::string , std::shared_ptr<COLLADAFW::Transformation> ...
47.651667
210
0.476828
d40272ab913d69697afdc02e65e3b4a6f64ce87e
7,513
h
C
include/SGB_Screen.h
ManoShu/SGB
4590910743ad1e8bbcf9209325393059587592cd
[ "BSD-2-Clause" ]
5
2017-05-21T08:46:08.000Z
2020-04-22T13:21:39.000Z
include/SGB_Screen.h
ManoShu/SGB
4590910743ad1e8bbcf9209325393059587592cd
[ "BSD-2-Clause" ]
null
null
null
include/SGB_Screen.h
ManoShu/SGB
4590910743ad1e8bbcf9209325393059587592cd
[ "BSD-2-Clause" ]
null
null
null
#pragma once #include "SGB_SDL.h" #include "SGB_Display.h" #include "SGB_LoadingQueue.h" class SGB_Display; /*! \brief Class to manage a screen flow, with loading, updating and unloading. * * The SGB_Screen class aims to reduce the effort needed to setup the rendering process * and focus on the specific purpose of s...
30.790984
89
0.724877
5f95cda354d035b82194a25e5e552fc97bb1cd8f
1,192
c
C
engine/dc/timer.c
christianhaitian/openbor
ce64eaffce90c407cc5a56e52c31ec8e62378bc8
[ "BSD-3-Clause" ]
600
2017-04-05T07:52:07.000Z
2022-03-31T07:56:47.000Z
engine/dc/timer.c
christianhaitian/openbor
ce64eaffce90c407cc5a56e52c31ec8e62378bc8
[ "BSD-3-Clause" ]
166
2017-04-16T12:16:11.000Z
2022-03-02T21:42:48.000Z
engine/dc/timer.c
christianhaitian/openbor
ce64eaffce90c407cc5a56e52c31ec8e62378bc8
[ "BSD-3-Clause" ]
105
2017-04-05T08:18:08.000Z
2022-03-31T06:44:04.000Z
/* * OpenBOR - http://www.LavaLit.com * ----------------------------------------------------------------------- * Licensed under the BSD license, see LICENSE in OpenBOR root for details. * * Copyright (c) 2004 - 2011 OpenBOR Team */ #include "kos.h" #include "timer.h" static unsigned lastinterval = 0; static un...
16.788732
75
0.672819
271370e5cb284588df966ef4f9cb31e0325665ca
3,644
h
C
Dump/Lobby_classes.h
patrickcjk/RogueCompanyDump
fc83446500e8713f12e9f6a95cfa07f756a6b5c3
[ "MIT" ]
null
null
null
Dump/Lobby_classes.h
patrickcjk/RogueCompanyDump
fc83446500e8713f12e9f6a95cfa07f756a6b5c3
[ "MIT" ]
null
null
null
Dump/Lobby_classes.h
patrickcjk/RogueCompanyDump
fc83446500e8713f12e9f6a95cfa07f756a6b5c3
[ "MIT" ]
1
2021-02-25T00:48:25.000Z
2021-02-25T00:48:25.000Z
// Class Lobby.LobbyBeaconClient // Size: 0x338 (Inherited: 0x2b0) struct ALobbyBeaconClient : public AOnlineBeaconClient { struct ALobbyBeaconState* LobbyState; // 0x2b0(0x08) struct ALobbyBeaconPlayerState* PlayerState; // 0x2b8(0x08) char UnknownData_2C0[0x1]; // 0x2c0(0x01) enum class ELobbyBeaconJoinState Lobb...
55.212121
168
0.816685
16ade8cb14874f5ad7a003370b268ba9b2aac0cf
3,399
h
C
core/arch/arm/tee/replay/wr_8.h
zaxguo/optee-os
da22949de86eedeba56cd3ba9bcdb3b0b11c26b2
[ "BSD-2-Clause" ]
null
null
null
core/arch/arm/tee/replay/wr_8.h
zaxguo/optee-os
da22949de86eedeba56cd3ba9bcdb3b0b11c26b2
[ "BSD-2-Clause" ]
null
null
null
core/arch/arm/tee/replay/wr_8.h
zaxguo/optee-os
da22949de86eedeba56cd3ba9bcdb3b0b11c26b2
[ "BSD-2-Clause" ]
null
null
null
#include "common.h" static void wr_template(int addr, int count, void *replay_dma_chan, void *host) { printk("write[%d:%d]\n", addr, count); u32 **cbs, **pgs; if (replay_dma_chan == NULL || host == NULL) { EMSG("dma: %p or host: %p, invalid!\n", replay_dma_chan, host); return; } dma_addr_t cb = prepare_cb(TO_...
33.653465
171
0.705207
1d046810e3e46e3ffab144f257139358d5d7f3cd
154
c
C
src/network/listen.c
PacBrew/ps4-openorbis-musl
091e9f0d5d9ab5a5535ddb9cfbb85ea665d5afcc
[ "MIT" ]
25
2020-05-22T08:51:02.000Z
2022-03-28T08:05:27.000Z
src/network/listen.c
PacBrew/ps4-openorbis-musl
091e9f0d5d9ab5a5535ddb9cfbb85ea665d5afcc
[ "MIT" ]
16
2020-05-24T22:30:51.000Z
2022-02-02T22:26:23.000Z
src/network/listen.c
PacBrew/ps4-openorbis-musl
091e9f0d5d9ab5a5535ddb9cfbb85ea665d5afcc
[ "MIT" ]
9
2020-05-24T21:51:18.000Z
2022-03-01T06:36:57.000Z
#include <sys/socket.h> #include "syscall.h" #ifndef PS4 int listen(int fd, int backlog) { return socketcall(listen, fd, backlog, 0, 0, 0, 0); } #endif
15.4
52
0.681818
1d06da8779d0087a16bbbe0966c7fd9c6751aad1
4,678
h
C
uboot/include/ppc4xx.h
LoongPenguin/Linux_210
d941ed620798fb9c96b5d06764fb1dcb68057513
[ "Apache-2.0" ]
null
null
null
uboot/include/ppc4xx.h
LoongPenguin/Linux_210
d941ed620798fb9c96b5d06764fb1dcb68057513
[ "Apache-2.0" ]
null
null
null
uboot/include/ppc4xx.h
LoongPenguin/Linux_210
d941ed620798fb9c96b5d06764fb1dcb68057513
[ "Apache-2.0" ]
null
null
null
/*----------------------------------------------------------------------------+ | | This source code has been made available to you by IBM on an AS-IS | basis. Anyone receiving this source is licensed under IBM | copyrights to use it in any way he or she deems fit, including | copying it, modif...
31.608108
80
0.699872
0eb731f6e2ea92530297cc12220246c39d793492
1,394
h
C
Plugins/UnrealDotNet/Source/UnrealDotNetRuntime/Public/Generate/Export/UPawnAction_BlueprintBase.h
mrkriv/UnrealDotNet
55f6982727d8f24ba08bfaca73109bd8140428ab
[ "Apache-2.0" ]
36
2018-04-09T09:40:53.000Z
2022-02-11T09:10:38.000Z
Plugins/UnrealDotNet/Source/UnrealDotNetRuntime/Public/Generate/Export/UPawnAction_BlueprintBase.h
mrkriv/UnrealDotNet
55f6982727d8f24ba08bfaca73109bd8140428ab
[ "Apache-2.0" ]
1
2019-03-12T10:16:13.000Z
2019-03-14T10:56:15.000Z
Plugins/UnrealDotNet/Source/UnrealDotNetRuntime/Public/Generate/Export/UPawnAction_BlueprintBase.h
mrkriv/UnrealDotNet
55f6982727d8f24ba08bfaca73109bd8140428ab
[ "Apache-2.0" ]
11
2018-04-09T09:41:02.000Z
2022-03-31T08:04:51.000Z
#pragma once // This file was created automatically, do not modify the contents of this file. PRAGMA_DISABLE_DEPRECATION_WARNINGS #include "CoreMinimal.h" #include "ManageEventSender.h" #include "Runtime/AIModule/Classes/Actions/PawnAction_BlueprintBase.h" // Source file C:\Program Files\Epic Games\UE_4.22\Engine\So...
29.659574
134
0.806313
cde2ae68f5728f8e2b960047ed0304721ce1053e
738
h
C
utils/file_utils.h
fletcherjiang/ssm-alipay
d7cd911c72c2538859597b9ed3c96d02693febf2
[ "Apache-2.0" ]
169
2021-10-07T03:50:42.000Z
2021-12-20T01:55:51.000Z
utils/file_utils.h
fletcherjiang/ssm-alipay
d7cd911c72c2538859597b9ed3c96d02693febf2
[ "Apache-2.0" ]
11
2021-10-09T01:53:49.000Z
2021-10-09T01:53:49.000Z
utils/file_utils.h
JoeAnimation/ssm-alipay
d7cd911c72c2538859597b9ed3c96d02693febf2
[ "Apache-2.0" ]
56
2021-10-07T03:50:53.000Z
2021-10-12T00:41:59.000Z
/** * @file file_utils.h * * Copyright (c) Huawei Technologies Co., Ltd. 2019-2020. All rights reserved. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ #ifndef ACL_UTILS_FILE_U...
24.6
77
0.753388
077e476d0c18a498189b6f8ab2737bb8e31f0993
1,301
h
C
gui/qimageview/QImageFileEditor.h
amyznikov/SerStacker
6657240210af0b35fff1c5adc1d6f9d51b469e80
[ "CC0-1.0" ]
1
2021-09-03T06:02:59.000Z
2021-09-03T06:02:59.000Z
gui/qimageview/QImageFileEditor.h
amyznikov/SerStacker
6657240210af0b35fff1c5adc1d6f9d51b469e80
[ "CC0-1.0" ]
1
2021-09-03T03:43:54.000Z
2021-09-10T01:30:46.000Z
gui/qimageview/QImageFileEditor.h
amyznikov/SerStacker
6657240210af0b35fff1c5adc1d6f9d51b469e80
[ "CC0-1.0" ]
null
null
null
/* * QImageFileEditor.h * * Created on: Feb 24, 2021 * Author: amyznikov */ #ifndef __QImageFileEditor_h__ #define __QImageFileEditor_h__ #include "QImageEditor.h" #include "QPlaySequenceControl.h" #include <core/io/c_input_sequence.h> class QImageFileEditor : public QImageEditor { Q_OBJECT; public:...
25.509804
141
0.749424
e0556e840256331f1e8ecfd422eb4a2d2512f853
529
h
C
swift/Problem 81/Problem 81/Problem_81.h
SebastienFCT/daily-coding-problem
209eeb24c24ad5450ce2f7dbf9678281f9c6895e
[ "MIT" ]
10
2020-04-04T14:57:43.000Z
2022-02-02T13:48:15.000Z
swift/Problem 81/Problem 81/Problem_81.h
SebastienFCT/daily-coding-problem
209eeb24c24ad5450ce2f7dbf9678281f9c6895e
[ "MIT" ]
null
null
null
swift/Problem 81/Problem 81/Problem_81.h
SebastienFCT/daily-coding-problem
209eeb24c24ad5450ce2f7dbf9678281f9c6895e
[ "MIT" ]
3
2019-12-06T03:54:25.000Z
2020-01-10T16:19:15.000Z
// // Problem_81.h // Problem 81 // // Created by sebastien FOCK CHOW THO on 2019-08-14. // Copyright © 2019 sebastien FOCK CHOW THO. All rights reserved. // #import <Cocoa/Cocoa.h> //! Project version number for Problem_81. FOUNDATION_EXPORT double Problem_81VersionNumber; //! Project version string for Problem...
26.45
135
0.763705
b8e73a74cbd86e7189740ba2e8e4f4ebd333e487
658
h
C
BaseUtility/Classes/BaseUtility/BaseTools/ToolsClass/CustomSectionColorLayout.h
XueYangLee/BaseUtility
474a3ef3de1cf40b8c615e07123cc810e13573e9
[ "MIT" ]
null
null
null
BaseUtility/Classes/BaseUtility/BaseTools/ToolsClass/CustomSectionColorLayout.h
XueYangLee/BaseUtility
474a3ef3de1cf40b8c615e07123cc810e13573e9
[ "MIT" ]
null
null
null
BaseUtility/Classes/BaseUtility/BaseTools/ToolsClass/CustomSectionColorLayout.h
XueYangLee/BaseUtility
474a3ef3de1cf40b8c615e07123cc810e13573e9
[ "MIT" ]
null
null
null
// // CustomSectionColorLayout.h // BaseTools // // Created by Singularity on 2020/8/12. // Copyright © 2020 Singularity. All rights reserved. // UICollectionView section背景色原始方法 @interface ViewController ()<CustomSectionColorLayout> #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN //@protocol CustomSectionColo...
26.32
164
0.791793
897da4d1e0b09bb25f46140c250811cc1d0ae331
2,270
h
C
src/main/include/RobotContainer.h
ericwetzel7/2022-core-mentor
0591b537ba602ec5d44220541cddb42e88d811c2
[ "BSD-3-Clause" ]
null
null
null
src/main/include/RobotContainer.h
ericwetzel7/2022-core-mentor
0591b537ba602ec5d44220541cddb42e88d811c2
[ "BSD-3-Clause" ]
null
null
null
src/main/include/RobotContainer.h
ericwetzel7/2022-core-mentor
0591b537ba602ec5d44220541cddb42e88d811c2
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) FIRST and other WPILib contributors. // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. #pragma once #include "Constants.h" #include <frc2/command/Command.h> #include <frc2/command/SequentialCommandGroup.h>...
30.675676
80
0.761233
32c183d0268845cbaa460e6fcc186edd151e22f6
2,451
c
C
fw/blink.c
svarvel/battor
1c79bb0f7d2a5773f5971c9df8b5fd6f815ade35
[ "Apache-2.0" ]
15
2015-05-29T14:40:27.000Z
2021-01-10T06:20:15.000Z
fw/blink.c
svarvel/battor
1c79bb0f7d2a5773f5971c9df8b5fd6f815ade35
[ "Apache-2.0" ]
65
2015-02-28T23:23:51.000Z
2021-08-17T19:52:55.000Z
fw/blink.c
svarvel/battor
1c79bb0f7d2a5773f5971c9df8b5fd6f815ade35
[ "Apache-2.0" ]
6
2015-02-07T01:47:02.000Z
2021-07-01T22:55:32.000Z
#include "common.h" #include "blink.h" static uint16_t blink_ms, blink_strobe_ms; static uint16_t blink_interval_ms, blink_strobe_count, blink_strobe_idx; static uint32_t blink_prev_ms_ticks, blink_strobe_prev_ms_ticks; static uint8_t blink_led; static uint8_t first_blink; static uint8_t strobe_state; typedef enum ST...
21.883929
84
0.745002
9be8198a92da4ee6ebff112c4840350dabb37302
338
c
C
src/php-src/auto/php3_get_browser.c
cuhk-seclab/XSym
6e4f0a3d8cc78e8f4e85045bac2e0eb80511c193
[ "MIT" ]
3
2021-10-11T11:21:03.000Z
2021-11-24T03:49:19.000Z
src/php-src/auto/php3_get_browser.c
cuhk-seclab/XSym
6e4f0a3d8cc78e8f4e85045bac2e0eb80511c193
[ "MIT" ]
null
null
null
src/php-src/auto/php3_get_browser.c
cuhk-seclab/XSym
6e4f0a3d8cc78e8f4e85045bac2e0eb80511c193
[ "MIT" ]
null
null
null
#include "stdio.h" #include "phli.h" void php3_get_browser(INTERNAL_FUNCTION_PARAMETERS); int main(int argc, char* argv[]) { char *result_dir="/data/phli/results/php3_get_browser/"; HashTable *ht; HashTable *list; HashTable *plist; pval *return_value=phli_construct_pval_string("arg_1"); php3_get_browser(ht, return_valu...
30.727273
56
0.781065
7472feae59ab8c567402be2b95a418bf026fe7a6
1,762
c
C
os/sys/hash-map.c
Chiburator/master-scheduler
857ad6a7dd4d6413517d0191e23883c3938a15e4
[ "BSD-3-Clause" ]
null
null
null
os/sys/hash-map.c
Chiburator/master-scheduler
857ad6a7dd4d6413517d0191e23883c3938a15e4
[ "BSD-3-Clause" ]
null
null
null
os/sys/hash-map.c
Chiburator/master-scheduler
857ad6a7dd4d6413517d0191e23883c3938a15e4
[ "BSD-3-Clause" ]
1
2021-09-14T15:47:35.000Z
2021-09-14T15:47:35.000Z
/** * \file * Simple fixed Hash map * \author * Oliver Harms <harms@chalmers.se> * */ #include "contiki.h" #include "hash-map.h" void hash_map_clear_table(hash_table_t *table){ uint8_t pos; hash_node_t *node; table->number_entries = 0; for (pos = 0; pos < HASH_MAP_SIZE; ++pos){ node =...
21.487805
73
0.570375
92dbf9142fb78b36af7927d8d21da1bf9615ea66
138
h
C
SwiftEmptyDataSet/Pods/Target Support Files/SwiftHUD/SwiftHUD-umbrella.h
15038777234/SwiftEmptyDataSet
9102a654c790db12d899edc4706f729b9e530ace
[ "MIT" ]
3
2016-08-13T09:56:42.000Z
2016-10-13T14:14:10.000Z
SwiftEmptyDataSet/Pods/Target Support Files/SwiftHUD/SwiftHUD-umbrella.h
15038777234/SwiftEmptyDataSet
9102a654c790db12d899edc4706f729b9e530ace
[ "MIT" ]
null
null
null
SwiftEmptyDataSet/Pods/Target Support Files/SwiftHUD/SwiftHUD-umbrella.h
15038777234/SwiftEmptyDataSet
9102a654c790db12d899edc4706f729b9e530ace
[ "MIT" ]
2
2016-08-17T03:47:01.000Z
2016-08-17T03:54:44.000Z
#import <UIKit/UIKit.h> FOUNDATION_EXPORT double SwiftHUDVersionNumber; FOUNDATION_EXPORT const unsigned char SwiftHUDVersionString[];
19.714286
62
0.84058
20d0013266c819804a1b8b075bd11a72a5e659b6
19
c
C
OCaml/mini-c/tests/syntax/bad/testfile-expr6-1.c
LouisProffitX/INF564-Projet
daf78f04d7a760a773cc46a6c3c44632b5776a9c
[ "MIT" ]
null
null
null
OCaml/mini-c/tests/syntax/bad/testfile-expr6-1.c
LouisProffitX/INF564-Projet
daf78f04d7a760a773cc46a6c3c44632b5776a9c
[ "MIT" ]
null
null
null
OCaml/mini-c/tests/syntax/bad/testfile-expr6-1.c
LouisProffitX/INF564-Projet
daf78f04d7a760a773cc46a6c3c44632b5776a9c
[ "MIT" ]
null
null
null
void f() { (0)0; }
9.5
18
0.368421
dd5e86f5ccff451cb4d06ccb693313c8cd8b1cab
1,077
h
C
src/render/OGLBase/CRendererOGLBase.h
opengamejam/OpenJam
565dd19fa7f1a727966b4274b810424e5395600b
[ "MIT" ]
4
2015-08-13T08:25:36.000Z
2017-04-07T21:33:10.000Z
src/render/OGLBase/CRendererOGLBase.h
opengamejam/OpenJam
565dd19fa7f1a727966b4274b810424e5395600b
[ "MIT" ]
null
null
null
src/render/OGLBase/CRendererOGLBase.h
opengamejam/OpenJam
565dd19fa7f1a727966b4274b810424e5395600b
[ "MIT" ]
null
null
null
// // CRendererOGLBase.h // OpenJam // // Created by Yevgeniy Logachev // Copyright (c) 2014 Yevgeniy Logachev. All rights reserved. // #if defined(RENDER_OGL1_3) || defined(RENDER_OGLES1_0) || \ defined(RENDER_OGL1_5) || defined(RENDER_OGLES1_1) || \ defined(RENDER_OGL2_0) || defined(RENDER_OGLES2_0) #ifn...
23.413043
72
0.702878
ee4b22577f85e78393f077a34926ea3ccf94841b
4,012
h
C
kernel/drivers/net/stack/xenomai-3.0.5/kernel/cobalt/posix/process.h
oPiZiL/xenomai-deb
2d0ba1c0b19e482c3f77a80d08d7e34ff4a2f604
[ "Apache-2.0" ]
1
2019-10-12T01:38:30.000Z
2019-10-12T01:38:30.000Z
kernel/drivers/net/stack/xenomai-3.0.5/kernel/cobalt/posix/process.h
oPiZiL/xenomai-deb
2d0ba1c0b19e482c3f77a80d08d7e34ff4a2f604
[ "Apache-2.0" ]
null
null
null
kernel/drivers/net/stack/xenomai-3.0.5/kernel/cobalt/posix/process.h
oPiZiL/xenomai-deb
2d0ba1c0b19e482c3f77a80d08d7e34ff4a2f604
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2013 Philippe Gerum <rpm@xenomai.org>. * * 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. * * ...
26.051948
77
0.77991
6ed9d91407082cf47118ff092d11862c9d2c4d94
787
h
C
solver/sparse.h
naruto2/ConjugateGradient
965791f23b990a70a5cd8e5978596e6d8fa185c7
[ "MIT" ]
null
null
null
solver/sparse.h
naruto2/ConjugateGradient
965791f23b990a70a5cd8e5978596e6d8fa185c7
[ "MIT" ]
null
null
null
solver/sparse.h
naruto2/ConjugateGradient
965791f23b990a70a5cd8e5978596e6d8fa185c7
[ "MIT" ]
null
null
null
#ifndef SPARSE_H #define SPARSE_H #include <map> #include <vector> namespace sparse { using namespace std; template<typename Real> class customap { map<long, Real> mp; public: auto& operator []( const long i ) { for ( auto it : mp ) if (it.second == 0.0) mp.erase(it.first); return mp[i]; ...
21.861111
74
0.603558
6ee16c3ddca38414507c3fa2ab22cdc237746c1b
683
h
C
Lighthouse/LHDriverFeedbackUpdateTask.h
pixty/Lighthouse
144a1c934952028c6a644538edef05cf12260e67
[ "MIT" ]
4
2016-02-04T12:46:15.000Z
2016-02-05T02:55:24.000Z
Lighthouse/LHDriverFeedbackUpdateTask.h
pixty/Router
144a1c934952028c6a644538edef05cf12260e67
[ "MIT" ]
null
null
null
Lighthouse/LHDriverFeedbackUpdateTask.h
pixty/Router
144a1c934952028c6a644538edef05cf12260e67
[ "MIT" ]
null
null
null
// // LHDriverFeedbackUpdateTask.h // Lighthouse // // Created by Nick Tymchenko on 29/09/15. // Copyright © 2015 Pixty. All rights reserved. // #import "LHNodeUpdateTask.h" NS_ASSUME_NONNULL_BEGIN @interface LHDriverFeedbackUpdateTask : LHNodeUpdateTask - (instancetype)initWithComponents:(LHComponents *)compo...
23.551724
101
0.713031
7b5f30f56c8f0914b5d0ce0f0c68f61f3717de8e
16,225
c
C
src/core/morphos/SDL_library.c
BeWorld2018/SDL
326f1e30c5a470575eb586c0b1d7a5ffecac90fd
[ "Zlib" ]
1
2022-03-10T19:36:53.000Z
2022-03-10T19:36:53.000Z
src/core/morphos/SDL_library.c
BeWorld2018/SDL
326f1e30c5a470575eb586c0b1d7a5ffecac90fd
[ "Zlib" ]
1
2021-05-26T16:21:58.000Z
2021-05-27T18:40:32.000Z
src/core/morphos/SDL_library.c
BeWorld2018/SDL
326f1e30c5a470575eb586c0b1d7a5ffecac90fd
[ "Zlib" ]
1
2021-05-16T12:03:29.000Z
2021-05-16T12:03:29.000Z
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> 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 from the use of this software. Permission is granted to anyone to use this ...
30.383895
137
0.604314
7b750c015e8abb6e298527a9556ef08651204a7c
6,579
c
C
src/C/libgcrypt/libgcrypt-1.6.1/cipher/ecc-misc.c
GaloisInc/hacrypto
5c99d7ac73360e9b05452ac9380c1c7dc6784849
[ "BSD-3-Clause" ]
34
2015-02-04T18:03:14.000Z
2020-11-10T06:45:28.000Z
src/C/libgcrypt/libgcrypt-1.6.1/cipher/ecc-misc.c
GaloisInc/hacrypto
5c99d7ac73360e9b05452ac9380c1c7dc6784849
[ "BSD-3-Clause" ]
5
2015-06-30T21:17:00.000Z
2016-06-14T22:31:51.000Z
src/C/libgcrypt/libgcrypt-1.6.1/cipher/ecc-misc.c
GaloisInc/hacrypto
5c99d7ac73360e9b05452ac9380c1c7dc6784849
[ "BSD-3-Clause" ]
15
2015-10-29T14:21:58.000Z
2022-01-19T07:33:14.000Z
/* ecc-misc.c - Elliptic Curve miscellaneous functions * Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser Genera...
22.84375
79
0.623195
294d868a4615c209d46b4b806d8c91391666131c
1,388
h
C
tr3_embedded/tr.libs/rosserial_esp32/include/ESP32Hardware.h
SlateRobotics/tr3_essentials
c8608f04a83a5ca53f25ce0e5f6bce217e378c6f
[ "MIT" ]
2
2021-01-22T05:52:10.000Z
2021-02-09T18:11:20.000Z
tr3_embedded/tr.libs/rosserial_esp32/include/ESP32Hardware.h
SlateRobotics/tr3_essentials
c8608f04a83a5ca53f25ce0e5f6bce217e378c6f
[ "MIT" ]
1
2020-08-07T08:47:52.000Z
2020-08-07T08:47:52.000Z
tr3_embedded/tr.libs/rosserial_esp32/include/ESP32Hardware.h
SlateRobotics/tr3_essentials
c8608f04a83a5ca53f25ce0e5f6bce217e378c6f
[ "MIT" ]
3
2020-08-03T17:42:18.000Z
2021-04-06T14:23:35.000Z
#ifndef ROS_ESP32_HARDWARE_H_ #define ROS_ESP32_HARDWARE_H_ #include "Config.h" extern "C" { #include "sdkconfig.h" #include "stdio.h" #include "esp_err.h" #include "esp_timer.h" #include <driver/uart.h> #include "esp_ros_wifi.h" } #define UART_PORT UART_NUM_0 #define UART_TX_PIN ...
25.236364
76
0.579251
ada77bcc00ac633491e0e0a387ec1722225a02df
784
h
C
move-semantics/move-lambda-as-param/test5.h
gusenov/examples-cpp
2cd0abe15bf534c917bcfbca70694daaa19c4612
[ "MIT" ]
12
2019-08-18T19:28:55.000Z
2022-03-29T12:55:20.000Z
move-semantics/move-lambda-as-param/test5.h
gusenov/examples-cpp
2cd0abe15bf534c917bcfbca70694daaa19c4612
[ "MIT" ]
null
null
null
move-semantics/move-lambda-as-param/test5.h
gusenov/examples-cpp
2cd0abe15bf534c917bcfbca70694daaa19c4612
[ "MIT" ]
null
null
null
#pragma once namespace test5 { class Bar { public: Bar() { std::cout << "Bar()" << std::endl; } ~Bar() {} Bar(Bar const&) { std::cout << "Bar(Bar const&)" << std::endl; } Bar(Bar&&) noexcept { std::cout << "Bar(Bar&&)" << std::endl; } void op...
14.518519
71
0.494898
9532cf8ee0d42554cb8cb2aa4a4cedf970246b7e
156
h
C
Source/ModelTexture.h
jetspiking/Blockworld
be452d31563f33924ba3e03ee6beb5b9e7058cc5
[ "MIT" ]
null
null
null
Source/ModelTexture.h
jetspiking/Blockworld
be452d31563f33924ba3e03ee6beb5b9e7058cc5
[ "MIT" ]
null
null
null
Source/ModelTexture.h
jetspiking/Blockworld
be452d31563f33924ba3e03ee6beb5b9e7058cc5
[ "MIT" ]
null
null
null
#pragma once #include <gl/glew.h> #include <string> class Texture { GLuint id; public: Texture(const std::string& fileName); void bind(); };
13
39
0.641026
4ebf79a4dab10b185bc2d5aa830260fee7d16e4a
3,171
h
C
Core/FileLoader.h
simul/Platform
5825b3ce8540c6996ba6ab59a55581e44c68e7ad
[ "MIT" ]
5
2020-07-20T15:47:46.000Z
2021-12-23T20:54:22.000Z
Core/FileLoader.h
simul/Platform
5825b3ce8540c6996ba6ab59a55581e44c68e7ad
[ "MIT" ]
1
2021-07-12T09:53:30.000Z
2021-07-12T09:53:30.000Z
Core/FileLoader.h
simul/Platform
5825b3ce8540c6996ba6ab59a55581e44c68e7ad
[ "MIT" ]
3
2020-10-01T14:02:28.000Z
2021-05-27T14:15:35.000Z
#ifndef SIMUL_BASE_FILEINTERFACE_H #define SIMUL_BASE_FILEINTERFACE_H #include <vector> #include <string> #include "Platform/Core/Export.h" namespace platform { namespace core { //! An interface to derive from so you can provide your own file load/save functions. //! Use SetFileLoader to define the object that Si...
58.722222
238
0.753075
ab7305c9d6600101aba0f0bcf2e1f8a249f8ab8b
411
h
C
ITMLKit.framework/IKDataProperty.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
4
2021-10-06T12:15:26.000Z
2022-02-21T02:26:00.000Z
ITMLKit.framework/IKDataProperty.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
null
null
null
ITMLKit.framework/IKDataProperty.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/ITMLKit.framework/ITMLKit */ @interface IKDataProperty : IKDataAccessor { NSString * _property; } @property (nonatomic, readonly) NSString *property; - (void).cxx_destruct; - (id)copyWithZone:(struct _NSZone { }*)arg1; - (unsigned long l...
21.631579
69
0.727494
61839fe188366a4289dd6bffdcd20eff84aaec0d
7,154
h
C
low_level_simulation/devel/include/costum_msgs/SegmentMetadataMsg.h
abiantorres/autonomous-vehicles-system-simulation
3f0112036b2b270f5055729c648a1310976df933
[ "Apache-2.0" ]
null
null
null
low_level_simulation/devel/include/costum_msgs/SegmentMetadataMsg.h
abiantorres/autonomous-vehicles-system-simulation
3f0112036b2b270f5055729c648a1310976df933
[ "Apache-2.0" ]
null
null
null
low_level_simulation/devel/include/costum_msgs/SegmentMetadataMsg.h
abiantorres/autonomous-vehicles-system-simulation
3f0112036b2b270f5055729c648a1310976df933
[ "Apache-2.0" ]
null
null
null
// Generated by gencpp from file costum_msgs/SegmentMetadataMsg.msg // DO NOT EDIT! #ifndef COSTUM_MSGS_MESSAGE_SEGMENTMETADATAMSG_H #define COSTUM_MSGS_MESSAGE_SEGMENTMETADATAMSG_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_messag...
30.442553
441
0.744199
61549d60f26675c2095691828647b6b4db6da784
757
h
C
ApptentiveConnect/source/Custom Views/ApptentiveNetworkImageView.h
hibu/apptentive-ios
6b6741878758c3c8e58d90172b41cf5bb3835846
[ "BSD-3-Clause" ]
null
null
null
ApptentiveConnect/source/Custom Views/ApptentiveNetworkImageView.h
hibu/apptentive-ios
6b6741878758c3c8e58d90172b41cf5bb3835846
[ "BSD-3-Clause" ]
null
null
null
ApptentiveConnect/source/Custom Views/ApptentiveNetworkImageView.h
hibu/apptentive-ios
6b6741878758c3c8e58d90172b41cf5bb3835846
[ "BSD-3-Clause" ]
null
null
null
// // ApptentiveNetworkImageView.h // ApptentiveConnect // // Created by Andrew Wooster on 4/17/13. // Copyright (c) 2013 Apptentive, Inc. All rights reserved. // #import <UIKit/UIKit.h> @protocol ApptentiveNetworkImageViewDelegate; @interface ApptentiveNetworkImageView : UIImageView <NSURLConnectionDelegate, N...
29.115385
106
0.801849
b20c82720a70925ed484d5f66f440a6ba57e9c67
404
h
C
ClothProject/ClothProject/clock.h
crunchthebunch/ClothPhysics
fed83f4aac834605ca6565851a1febd558c03d5a
[ "MIT" ]
null
null
null
ClothProject/ClothProject/clock.h
crunchthebunch/ClothPhysics
fed83f4aac834605ca6565851a1febd558c03d5a
[ "MIT" ]
null
null
null
ClothProject/ClothProject/clock.h
crunchthebunch/ClothPhysics
fed83f4aac834605ca6565851a1febd558c03d5a
[ "MIT" ]
null
null
null
#pragma once #include <iostream> #include <Windows.h> #include <ctime> #include <cstdlib> class Clock { public: Clock(); ~Clock(); bool Initialise(); void Process(); double GetDeltaTick(); int GetMsPassed() const; protected: double timeElapsed; double deltaTime; double lastTime; double currentTime; doub...
12.625
25
0.720297
95b99aea92f9bdf01c81099ae30999ff36ff4d48
1,630
h
C
src/ofp_ctrl2sw.h
w180112/ofagent
2ce9a43685049950dc43b2429bfb03c79b54db93
[ "BSD-3-Clause" ]
null
null
null
src/ofp_ctrl2sw.h
w180112/ofagent
2ce9a43685049950dc43b2429bfb03c79b54db93
[ "BSD-3-Clause" ]
null
null
null
src/ofp_ctrl2sw.h
w180112/ofagent
2ce9a43685049950dc43b2429bfb03c79b54db93
[ "BSD-3-Clause" ]
null
null
null
#ifndef _OFP_CTRL2SW_H_ #define _OFP_CTRL2SW_H_ #include "ofp_common.h" typedef struct ofp_multipart { struct ofp_header ofp_header; uint16_t type; uint16_t flags; uint8_t pad[4]; uint8_t body[0]; }ofp_multipart_t; OFP_ASSERT(sizeof(struct ofp_multipart) == 16); /* Send packet (controller -> datapath). */ t...
37.045455
81
0.687117
f9685ada02db129a000e7a4ed36fa3935a20bd6b
78
h
C
cps_pp/include/util/defines.h
RBC-UKQCD/CPS
329cd411d01dce8e3409335f55e478dac3c3bca4
[ "BSD-3-Clause" ]
7
2017-06-24T02:20:36.000Z
2021-12-02T20:41:00.000Z
cps_pp/include/util/defines.h
RBC-UKQCD/CPS
329cd411d01dce8e3409335f55e478dac3c3bca4
[ "BSD-3-Clause" ]
null
null
null
cps_pp/include/util/defines.h
RBC-UKQCD/CPS
329cd411d01dce8e3409335f55e478dac3c3bca4
[ "BSD-3-Clause" ]
3
2020-03-16T05:55:57.000Z
2021-12-02T20:41:09.000Z
#ifndef _DEFINES_H_ #define _DEFINES_H_ #define MAX_FUZZING_C_NUM 10 #endif
11.142857
28
0.820513
d71fd40c1c8f65e0e527761994841ab67a0a8e84
769
h
C
example-persistentNodes/src/staticTestModule.h
PlaymodesStudio/ofxOceanode
400df6d49c4b29bc6916e4a045145e935beff4e0
[ "MIT" ]
31
2018-04-20T13:47:38.000Z
2021-12-26T04:32:24.000Z
example-persistentNodes/src/staticTestModule.h
PlaymodesStudio/ofxOceanode
400df6d49c4b29bc6916e4a045145e935beff4e0
[ "MIT" ]
25
2018-02-19T17:15:32.000Z
2020-01-05T01:51:00.000Z
example-persistentNodes/src/staticTestModule.h
PlaymodesStudio/ofxOceanode
400df6d49c4b29bc6916e4a045145e935beff4e0
[ "MIT" ]
5
2018-09-25T18:37:23.000Z
2021-01-21T16:26:16.000Z
// // staticTestModule.h // example-persistentNodes // // Created by Eduard Frigola Bagué on 16/08/2018. // #ifndef staticTestModule_h #define staticTestModule_h #include "ofxOceanodeNodeModel.h" class staticTestModule : public ofxOceanodeNodeModel{ public: staticTestModule() : ofxOceanodeNodeModel("Static Te...
24.03125
99
0.693108
ba2285e5184d6ea7ddc5393bdeabda309737e65c
994
h
C
huffman.h
shixiongfei/huffman
e9e34957815390cbaeb11087404318342b6feab2
[ "Apache-2.0" ]
1
2022-03-22T10:23:24.000Z
2022-03-22T10:23:24.000Z
huffman.h
shixiongfei/huffman
e9e34957815390cbaeb11087404318342b6feab2
[ "Apache-2.0" ]
null
null
null
huffman.h
shixiongfei/huffman
e9e34957815390cbaeb11087404318342b6feab2
[ "Apache-2.0" ]
null
null
null
/* * huffman.h * * copyright (c) 2019 Xiongfei Shi * * author: Xiongfei Shi <jenson.shixf(a)gmail.com> * license: Apache2.0 * * https://github.com/shixiongfei/huffman */ #ifndef ___HUFFMAN_H__ #define ___HUFFMAN_H__ #include <stddef.h> #ifdef __cplusplus extern "C" { #endif #define HUFFMAN_TABLESIZE 2...
22.590909
82
0.744467
9c92b4c0f875fc51e10faa8d4acf8660575dcc9c
1,499
h
C
Content/C++/graph/coloring/ChromaticNumber.h
GoatGirl98/Resources
429c0ff357365dfff0b7df0c52346466d828ce93
[ "CC0-1.0" ]
36
2017-05-10T08:00:56.000Z
2022-03-18T15:21:57.000Z
Content/C++/graph/coloring/ChromaticNumber.h
GoatGirl98/Resources
429c0ff357365dfff0b7df0c52346466d828ce93
[ "CC0-1.0" ]
90
2017-04-15T03:51:15.000Z
2020-06-16T00:39:33.000Z
Content/C++/graph/coloring/ChromaticNumber.h
GoatGirl98/Resources
429c0ff357365dfff0b7df0c52346466d828ce93
[ "CC0-1.0" ]
17
2020-02-19T01:02:32.000Z
2021-12-21T06:28:34.000Z
#pragma once #include <bits/stdc++.h> using namespace std; // Computes the minimum number of colors required to color a simple graph such // that no two adjacent vertices share the same color // Vertices are 0-indexed // Function Arguments: // V: the number of vertices in the simple graph // edges: a vector of p...
37.475
79
0.576384
b91274bbf3358fc21ca132a1a934aa9cff151361
2,785
h
C
usr/libexec/demod/MSDContentServerLocator.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
usr/libexec/demod/MSDContentServerLocator.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
usr/libexec/demod/MSDContentServerLocator.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> #import "MSDContentServerLocatorDelegate-Protocol.h" #import "NSNetServiceBrowserDelegate-Protocol.h" #import "NSNetServ...
48.859649
130
0.792819
3bc0a61016064399193f2d689b010106811339ae
1,241
h
C
app/src/main/cpp/MissionFlag.h
KoreanGinseng/2d_shooting_game_for_android
be21b4f4bbf8326c834f2148f6ab6337fd2c0518
[ "MIT" ]
null
null
null
app/src/main/cpp/MissionFlag.h
KoreanGinseng/2d_shooting_game_for_android
be21b4f4bbf8326c834f2148f6ab6337fd2c0518
[ "MIT" ]
null
null
null
app/src/main/cpp/MissionFlag.h
KoreanGinseng/2d_shooting_game_for_android
be21b4f4bbf8326c834f2148f6ab6337fd2c0518
[ "MIT" ]
null
null
null
/******************************************************************************/ /*! @file MissionFlag.h @brief ミッションフラグクラス定義ファイル *******************************************************************************/ #ifndef MISSIONFLAG_H #define MISSIONFLAG_H #include <memory> #include "Common.h" namespace...
31.820513
88
0.268332
befb9f202585bde1a3ea1d9732a849b8962a9606
3,183
h
C
System/Library/PrivateFrameworks/CameraUI.framework/CAMFeedbackContoller.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
12
2019-06-02T02:42:41.000Z
2021-04-13T07:22:20.000Z
System/Library/PrivateFrameworks/CameraUI.framework/CAMFeedbackContoller.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/CameraUI.framework/CAMFeedbackContoller.h
lechium/iPhoneOS_12.1.1_Headers
aac688b174273dfcbade13bab104461f463db772
[ "MIT" ]
3
2019-06-11T02:46:10.000Z
2019-12-21T14:58:16.000Z
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:49:17 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/CameraUI.framework/CameraUI * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias ...
69.195652
247
0.832234
475eca553b5d4f5646a711a5bbb8fd6bfb23eb2f
624
h
C
include/gf2d_scene.h
lahoising78/gf2d
54dc92817e8a45a02698aa0bad41c6b78ee0d2d3
[ "MIT" ]
null
null
null
include/gf2d_scene.h
lahoising78/gf2d
54dc92817e8a45a02698aa0bad41c6b78ee0d2d3
[ "MIT" ]
null
null
null
include/gf2d_scene.h
lahoising78/gf2d
54dc92817e8a45a02698aa0bad41c6b78ee0d2d3
[ "MIT" ]
null
null
null
#ifndef _GF2D_SCENE_H_ #define _GF2D_SCENE_H_ #include "gfc_list.h" #include "gf2d_physics_entity.h" typedef struct { char name[GFCLINELEN]; PhysicsEntity **physics_entities; uint32_t physics_entities_count; Entity **entities; uint32_t entiti...
24
98
0.677885
cc33c8cae0437cc0a6e9e38f4a8dd9e4e7bdc6e8
1,075
h
C
plugin_sa/game_sa/CNodeAddress.h
gta-chaos-mod/plugin-sdk
e3bf176337774a2afc797a47825f81adde78e899
[ "Zlib" ]
368
2015-01-01T21:42:00.000Z
2022-03-29T06:22:22.000Z
plugin_sa/game_sa/CNodeAddress.h
SteepCheat/plugin-sdk
a17c5d933cb8b06e4959b370092828a6a7aa00ef
[ "Zlib" ]
89
2016-05-08T06:42:36.000Z
2022-03-29T06:49:09.000Z
plugin_sa/game_sa/CNodeAddress.h
SteepCheat/plugin-sdk
a17c5d933cb8b06e4959b370092828a6a7aa00ef
[ "Zlib" ]
179
2015-02-03T23:41:17.000Z
2022-03-26T08:27:16.000Z
/* Plugin-SDK (Grand Theft Auto San Andreas) header file Authors: GTA Community. See more here https://github.com/DK22Pac/plugin-sdk Do not delete this comment block. Respect others' work! */ #pragma once #include "PluginBase.h" class PLUGIN_API CNodeAddress { public: short m_nAreaId; short m_...
22.395833
72
0.625116
cc68bf39169e6fc8223cf15f2d729ee956f45280
214
h
C
cx/utils.h
Number5ix/cx
f77bcbf0a30a9873b449ddcfc2ae523d29084317
[ "BSD-3-Clause" ]
null
null
null
cx/utils.h
Number5ix/cx
f77bcbf0a30a9873b449ddcfc2ae523d29084317
[ "BSD-3-Clause" ]
null
null
null
cx/utils.h
Number5ix/cx
f77bcbf0a30a9873b449ddcfc2ae523d29084317
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <cx/cx.h> #include <cx/utils/cbhandle.h> #include <cx/utils/compare.h> #include <cx/utils/lazyinit.h> #include <cx/utils/macros.h> #include <cx/utils/murmur.h> #include <cx/utils/scratch.h>
19.454545
30
0.719626
6225c6ce3c9add552a83e4f0e35c82e4ab2a3c10
31,794
h
C
source/code/providers/SCX_MemoryStatisticalInformation.h
pigera/scxcore
7cb5b2c81521d0f984b4a1c8c1f80cea5c9ca9b9
[ "MS-PL" ]
18
2016-04-25T18:24:40.000Z
2019-04-12T01:39:46.000Z
source/code/providers/SCX_MemoryStatisticalInformation.h
pigera/scxcore
7cb5b2c81521d0f984b4a1c8c1f80cea5c9ca9b9
[ "MS-PL" ]
58
2016-03-11T20:46:18.000Z
2019-04-01T09:19:41.000Z
source/code/providers/SCX_MemoryStatisticalInformation.h
pigera/scxcore
7cb5b2c81521d0f984b4a1c8c1f80cea5c9ca9b9
[ "MS-PL" ]
18
2019-05-07T06:41:41.000Z
2021-11-10T10:05:47.000Z
/* @migen@ */ /* **============================================================================== ** ** WARNING: THIS FILE WAS AUTOMATICALLY GENERATED. PLEASE DO NOT EDIT. ** **============================================================================== */ #ifndef _SCX_MemoryStatisticalInformation_h #define _SCX_Memo...
28.286477
109
0.686073
4ade42248f066e3c9589af0e0fd0775085a15056
161
h
C
Rearrengine/Engine/UI/About.h
jcarlos0305/Game-Engine
a64116e42f81283af6724643863f271891fe9848
[ "MIT" ]
null
null
null
Rearrengine/Engine/UI/About.h
jcarlos0305/Game-Engine
a64116e42f81283af6724643863f271891fe9848
[ "MIT" ]
null
null
null
Rearrengine/Engine/UI/About.h
jcarlos0305/Game-Engine
a64116e42f81283af6724643863f271891fe9848
[ "MIT" ]
null
null
null
#pragma once #include "Utils/Globals.h" #include "UIWindow.h" class About : public UIWindow { public: About(); ~About(); void Draw(); bool CleanUp(); };
10.733333
31
0.652174
d1db657da4565723ecd321f594962b819fcf786b
345
c
C
CProgramming/series demo3.c
Th3At0nic/Cprograms
0ed84c7cb86310106d2f4fe13b96664874510680
[ "MIT" ]
null
null
null
CProgramming/series demo3.c
Th3At0nic/Cprograms
0ed84c7cb86310106d2f4fe13b96664874510680
[ "MIT" ]
null
null
null
CProgramming/series demo3.c
Th3At0nic/Cprograms
0ed84c7cb86310106d2f4fe13b96664874510680
[ "MIT" ]
null
null
null
//write a program that displays the sum of float n numbers\ // 1.5 + 2.5 + 3.5 + ......... + n #include<stdio.h> int main() { float i, sum=0, n; printf("Enter N number: "); scanf("%f", &n); for(i=1.5; i<=n; i++) { sum = sum+i; } printf("Sum of numbers: %f\n", sum)...
15.681818
60
0.449275
9e8256780b7be53fde00864a3b6416cbb4420002
8,370
c
C
src/uclibc/uClibc-0.9.28.3/libm/float_wrappers.c
aps337/unum-sdk
2de3ae625e474c5064f6a88b720ec2ffdcdefad9
[ "Apache-2.0" ]
31
2018-08-01T21:25:24.000Z
2022-02-14T07:52:34.000Z
src/uclibc/uClibc-0.9.28.3/libm/float_wrappers.c
aps337/unum-sdk
2de3ae625e474c5064f6a88b720ec2ffdcdefad9
[ "Apache-2.0" ]
40
2018-12-03T19:48:52.000Z
2021-03-10T06:34:26.000Z
src/uclibc/uClibc-0.9.28.3/libm/float_wrappers.c
aps337/unum-sdk
2de3ae625e474c5064f6a88b720ec2ffdcdefad9
[ "Apache-2.0" ]
20
2018-11-16T21:19:22.000Z
2021-10-18T23:08:24.000Z
/* vi: set sw=4 ts=4: */ /* * Wrapper functions implementing all the float math functions * defined by SuSv3 by actually calling the double version of * each function and then casting the result back to a float * to return to the user. * * Copyright (C) 2005 by Erik Andersen <andersen@uclibc.org> * * This progr...
14.840426
79
0.656631
9ecaf0efc1015c9cd3057b0741bce577e2bcab9c
464,910
h
C
modules/lwjgl/vma/src/main/c/vk_mem_alloc.h
Dico200/lwjgl3
7ef51d1054aa4647bc8aafcfd3d93c6a6ad1410f
[ "BSD-3-Clause" ]
null
null
null
modules/lwjgl/vma/src/main/c/vk_mem_alloc.h
Dico200/lwjgl3
7ef51d1054aa4647bc8aafcfd3d93c6a6ad1410f
[ "BSD-3-Clause" ]
null
null
null
modules/lwjgl/vma/src/main/c/vk_mem_alloc.h
Dico200/lwjgl3
7ef51d1054aa4647bc8aafcfd3d93c6a6ad1410f
[ "BSD-3-Clause" ]
1
2019-12-19T22:57:15.000Z
2019-12-19T22:57:15.000Z
// // Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rig...
34.506791
214
0.673406
9af34a7e6e13e1ba17e660a3b1f0fb767b484b89
3,589
h
C
release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nilfs2/alloc.h
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
10
2015-02-28T21:05:37.000Z
2021-09-16T04:57:27.000Z
release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nilfs2/alloc.h
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
1
2018-08-21T03:43:09.000Z
2018-08-21T03:43:09.000Z
release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nilfs2/alloc.h
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
5
2017-10-11T08:09:11.000Z
2020-10-14T04:10:13.000Z
/* * alloc.h - persistent object (dat entry/disk inode) allocator/deallocator * * Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation. * * 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...
35.534653
79
0.76623
d21dc0244bcaf6021e0370d3adf67a11c9f454de
771
c
C
main.c
before25tofree/Coroutine
2a34c38a96183bdb328fa7317979553d32507dda
[ "MIT" ]
5
2019-05-20T11:35:49.000Z
2019-06-03T02:51:48.000Z
main.c
before25tofree/Coroutine
2a34c38a96183bdb328fa7317979553d32507dda
[ "MIT" ]
null
null
null
main.c
before25tofree/Coroutine
2a34c38a96183bdb328fa7317979553d32507dda
[ "MIT" ]
null
null
null
#include "coroutine.h" #include <stdio.h> struct args { int n; }; static void //测试使用的协程执行函数 foo(struct schedule * S, void *ud) { struct args * args = ud; int start = args->n; int i; for(i=0; i<5; i++){ printf("coroutine %d : %d\n", coroutine_running(S), start + i); coroutine_yield(S); } } static void //关...
19.275
65
0.647211
191111782401c07aa0a96fb7af8f87b6f7a620ea
59,102
h
C
lib/RandomHash_Snefru_8_256.h
pascgodev/go-randomhash
28db9de6dc0b93f9a4d413f05fc17ee4f27923f2
[ "CC0-1.0" ]
1
2019-03-13T03:14:46.000Z
2019-03-13T03:14:46.000Z
lib/Pascal/RandomHash_Snefru_8_256.h
PascalCoinPool/node-randomhash
b70fea265e71c1e02cffe03ed442ce5ba55bef5b
[ "CC0-1.0" ]
null
null
null
lib/Pascal/RandomHash_Snefru_8_256.h
PascalCoinPool/node-randomhash
b70fea265e71c1e02cffe03ed442ce5ba55bef5b
[ "CC0-1.0" ]
1
2019-06-02T11:14:47.000Z
2019-06-02T11:14:47.000Z
/** * * Copyright 2018 Polyminer1 <https://github.com/polyminer1> * * To the extent possible under law, the author(s) have dedicated all copyright * and related and neighboring rights to this software to the public domain * worldwide. This software is distributed without any warranty. * * You should have receiv...
78.593085
103
0.743934
30368c8560ea67f7e431c1367114e8c0a0cc71b5
4,110
h
C
samples-cpp/datalayer.provider.all-data/providerNodeAllData.h
bracoe/ctrlx-automation-sdk
6b2e61e146c557488125baf941e4d64c6fa6d0fb
[ "MIT" ]
16
2021-08-23T13:07:12.000Z
2022-02-21T13:29:21.000Z
samples-cpp/datalayer.provider.all-data/providerNodeAllData.h
bracoe/ctrlx-automation-sdk
6b2e61e146c557488125baf941e4d64c6fa6d0fb
[ "MIT" ]
null
null
null
samples-cpp/datalayer.provider.all-data/providerNodeAllData.h
bracoe/ctrlx-automation-sdk
6b2e61e146c557488125baf941e4d64c6fa6d0fb
[ "MIT" ]
10
2021-09-29T09:58:33.000Z
2022-01-13T07:20:00.000Z
#ifndef PROVIDER_NODE_ALL_DATA_H #define PROVIDER_NODE_ALL_DATA_H #include <iostream> #include <vector> #include <cfloat> #include "comm/datalayer/datalayer.h" #include "comm/datalayer/datalayer_system.h" #include "comm/datalayer/variant.h" #include "comm/datalayer/metadata_generated.h" #include "sampleSchema_gener...
35.73913
139
0.745742
6806100fb81a4d71a9e577667f6d2f5327eb838c
839
h
C
content/public/browser/android/java_interfaces.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
content/public/browser/android/java_interfaces.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
content/public/browser/android/java_interfaces.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 2016 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 CONTENT_PUBLIC_BROWSER_ANDROID_JAVA_INTERFACES_H_ #define CONTENT_PUBLIC_BROWSER_ANDROID_JAVA_INTERFACES_H_ #include "content/common/content_expo...
33.56
80
0.815256
a93538f08b94886163dec1851b081a257542eff5
6,880
h
C
whisperstreamlib/base/media_info.h
cpopescu/whispercast
dd4ee1d4fa2e3436fc2387240eb3f5622749d944
[ "BSD-3-Clause" ]
null
null
null
whisperstreamlib/base/media_info.h
cpopescu/whispercast
dd4ee1d4fa2e3436fc2387240eb3f5622749d944
[ "BSD-3-Clause" ]
null
null
null
whisperstreamlib/base/media_info.h
cpopescu/whispercast
dd4ee1d4fa2e3436fc2387240eb3f5622749d944
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2009, Whispersoft s.r.l. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of cond...
30.852018
80
0.701744
04fa73f9fd2262092ea7e84abbbaf1632a212be9
693
h
C
deps/sock/tcp.h
jwerle/libhttp
64eba2de745f4f56035db8c18dd12b72787845f2
[ "MIT" ]
6
2018-01-16T11:53:47.000Z
2022-02-27T20:47:35.000Z
include/sock/tcp.h
jwerle/libsock
3ebcd6030729f9aa4969c2be038231b36a59cb8c
[ "MIT" ]
null
null
null
include/sock/tcp.h
jwerle/libsock
3ebcd6030729f9aa4969c2be038231b36a59cb8c
[ "MIT" ]
null
null
null
/** * `tcp.h' - libsock * * copyright (c) 2014 joseph werle <joseph.werle@gmail.com> */ #ifndef SOCK_TCP_H #define SOCK_TCP_H 1 #include "common.h" #include "socket.h" typedef struct socket_tcp_s { SOCK_SOCKET_FIELDS int backlog; } socket_tcp_t; /** * Create a new tcp socket */ SOCK_EXTERN socket_t * so...
13.86
59
0.689755
a9d2ac05d903371fcad50281e214e71bd7c5eba2
6,395
h
C
src/session/sip_call.h
lichao2014/rtc_call
3084df96c4986d0fa37f476f72e4c2cdc05857ca
[ "Apache-2.0" ]
3
2018-07-24T08:16:38.000Z
2018-08-03T02:16:11.000Z
src/session/sip_call.h
lichao2014/rtc_call
3084df96c4986d0fa37f476f72e4c2cdc05857ca
[ "Apache-2.0" ]
null
null
null
src/session/sip_call.h
lichao2014/rtc_call
3084df96c4986d0fa37f476f72e4c2cdc05857ca
[ "Apache-2.0" ]
1
2018-07-24T08:16:44.000Z
2018-07-24T08:16:44.000Z
#ifndef _RTC_SIP_SESSION_CALL_H_INCLUDED #define _RTC_SIP_SESSION_CALL_H_INCLUDED #include "resip/dum/AppDialogSet.hxx" #include "resip/dum/ClientInviteSession.hxx" #include "resip/dum/ServerInviteSession.hxx" #include "resip/dum/AppDialogSetFactory.hxx" #include "session/sip_user.h" #include "session/resip_...
27.212766
84
0.592025
e702f5d47b00a7780c0df45f6154e4619195e6a2
3,425
h
C
MagneticField/GeomBuilder/src/MagGeoBuilderFromDDD.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
852
2015-01-11T21:03:51.000Z
2022-03-25T21:14:00.000Z
MagneticField/GeomBuilder/src/MagGeoBuilderFromDDD.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
30,371
2015-01-02T00:14:40.000Z
2022-03-31T23:26:05.000Z
MagneticField/GeomBuilder/src/MagGeoBuilderFromDDD.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
3,240
2015-01-02T05:53:18.000Z
2022-03-31T17:24:21.000Z
#ifndef MagGeoBuilderFromDDD_H #define MagGeoBuilderFromDDD_H /** \class MagGeoBuilderFromDDD * Parse the XML magnetic geometry, build individual volumes and match their * shared surfaces. Build MagVolume6Faces and organise them in a hierarchical * structure. Build MagGeometry out of it. * * \author N. Amapan...
33.578431
116
0.75708
34368a4ac1fa1690b3f216cd8cc5b8f88e8371b4
1,349
h
C
include/RE/S/StatsNode.h
r-neal-kelly/CommonLibSSE
aefeb91d38cad750bc9f36f6260a05e7b1b094fd
[ "MIT" ]
null
null
null
include/RE/S/StatsNode.h
r-neal-kelly/CommonLibSSE
aefeb91d38cad750bc9f36f6260a05e7b1b094fd
[ "MIT" ]
null
null
null
include/RE/S/StatsNode.h
r-neal-kelly/CommonLibSSE
aefeb91d38cad750bc9f36f6260a05e7b1b094fd
[ "MIT" ]
null
null
null
#pragma once #include "RE/B/BSIntrusiveRefCounted.h" #include "RE/B/BSTArray.h" #include "RE/B/BSTEvent.h" #include "RE/S/SimpleAnimationGraphManagerHolder.h" namespace RE { struct BSAnimationGraphEvent; class StatsNode : public SimpleAnimationGraphManagerHolder, // 00 public BSIntrusiveRefCounted, // 20 ...
33.725
207
0.727947
2eda5bfd1b8d995f86b1d8f7c1b2f8241c6597c9
1,904
h
C
NmeaAnalysisTool/src/NmeaDecode/NmeaDecodeRing.h
summerquiet/NmeaAnalysisTool
73d10e421a5face988444fb04d7d61d3f30333f7
[ "Apache-2.0" ]
1
2019-01-08T02:42:48.000Z
2019-01-08T02:42:48.000Z
NmeaAnalysisTool/src/NmeaDecode/NmeaDecodeRing.h
summerquiet/NmeaAnalysisTool
73d10e421a5face988444fb04d7d61d3f30333f7
[ "Apache-2.0" ]
null
null
null
NmeaAnalysisTool/src/NmeaDecode/NmeaDecodeRing.h
summerquiet/NmeaAnalysisTool
73d10e421a5face988444fb04d7d61d3f30333f7
[ "Apache-2.0" ]
1
2020-11-10T11:10:28.000Z
2020-11-10T11:10:28.000Z
/** * Copyright @ 2017 - 2018 * All Rights Reserved. * */ #ifndef CXX_NMEADECODERING_H #define CXX_NMEADECODERING_H #ifndef __cplusplus # error ERROR: This file requires C++ compilation (use a .cpp suffix) #endif /*---------------------------------------------------------------------------*/ // Included files ...
25.72973
109
0.47479
a2ed2c1756a15c57b396f58421893e6b0b22c7cc
561
h
C
include/Game.h
aidan-clyens/2DGameEngine
ec92cf75ae443b6642b6d6dc526db44766907b79
[ "MIT" ]
null
null
null
include/Game.h
aidan-clyens/2DGameEngine
ec92cf75ae443b6642b6d6dc526db44766907b79
[ "MIT" ]
null
null
null
include/Game.h
aidan-clyens/2DGameEngine
ec92cf75ae443b6642b6d6dc526db44766907b79
[ "MIT" ]
null
null
null
#ifndef GAME_H #define GAME_H #include <SFML/Graphics.hpp> #include "global.h" #include "TileMap.h" #include "Player.h" #include "State.h" #include "MainMenuState.h" #include "GameState.h" class Game { public: Game(); ~Game(); void init_window(); void init_states(); void ...
17.53125
46
0.597148
08aa06a06e48f218bb6535ed2ab86a92450dd26d
11,875
c
C
C/PocketSphinxTrigger/phone_loop_search.c
lostromb/pocketsphinx-kws
c0c34f0d884e7f3b2de1bb290fbb0b5f093edab2
[ "BSD-3-Clause" ]
11
2018-07-09T19:45:46.000Z
2021-07-05T18:05:47.000Z
C/PocketSphinxTrigger/phone_loop_search.c
lostromb/pocketsphinx-kws
c0c34f0d884e7f3b2de1bb290fbb0b5f093edab2
[ "BSD-3-Clause" ]
2
2019-10-14T12:39:31.000Z
2020-09-26T12:51:10.000Z
C/PocketSphinxTrigger/phone_loop_search.c
lostromb/pocketsphinx-kws
c0c34f0d884e7f3b2de1bb290fbb0b5f093edab2
[ "BSD-3-Clause" ]
4
2018-07-09T20:43:08.000Z
2019-11-07T07:13:01.000Z
/* -*- c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* ==================================================================== * Copyright (c) 2008 Carnegie Mellon University. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
32.269022
105
0.637811
08b910e897044d1d411116e18b16244bafc3144b
177
h
C
examples/courses/v1th04/timer/timer.h
FStoeltie/themaopdracht04
d1c3a9d29fac778d7675b48b14b51c3d7498d228
[ "BSL-1.0" ]
null
null
null
examples/courses/v1th04/timer/timer.h
FStoeltie/themaopdracht04
d1c3a9d29fac778d7675b48b14b51c3d7498d228
[ "BSL-1.0" ]
null
null
null
examples/courses/v1th04/timer/timer.h
FStoeltie/themaopdracht04
d1c3a9d29fac778d7675b48b14b51c3d7498d228
[ "BSL-1.0" ]
null
null
null
// header file for the timer functions // #ifndef NINCLUDE_TIMER_H #define NINCLUDE_TIMER_H void timer_init( void ); unsigned int now(); void await( unsigned int t ); #endif
14.75
38
0.745763
839a04909b1d48940f2b18511c387aadbb321cfe
1,005
c
C
mediaTool/exCh.c
liuyang1/test
a4560e0c9ffd0bc054d55bbcf12a894ab5b7d417
[ "MIT" ]
8
2015-06-07T13:25:48.000Z
2022-03-22T23:14:50.000Z
mediaTool/exCh.c
liuyang1/test
a4560e0c9ffd0bc054d55bbcf12a894ab5b7d417
[ "MIT" ]
30
2016-01-29T01:36:41.000Z
2018-09-19T07:01:22.000Z
mediaTool/exCh.c
liuyang1/test
a4560e0c9ffd0bc054d55bbcf12a894ab5b7d417
[ "MIT" ]
null
null
null
/** extract audiod data as channels 32bit only*/ #include <stdio.h> #include <stdlib.h> #include <stdint.h> void usage(char *name) { printf("%s file chn-all chn-begin chn-number\n", name); } int main(int argc, char **argv) { char *name = argv[0]; if (argc < 5) { usage(name); return -1; ...
22.840909
59
0.472637
262460d3c8bb7d596e6b22a19325d7f330818a46
5,682
c
C
demo1/axissphere.c
nompelis/INXLib
ba675e029a62bc3fd6f63b88b15bf262e71a00ca
[ "BSD-4-Clause" ]
null
null
null
demo1/axissphere.c
nompelis/INXLib
ba675e029a62bc3fd6f63b88b15bf262e71a00ca
[ "BSD-4-Clause" ]
null
null
null
demo1/axissphere.c
nompelis/INXLib
ba675e029a62bc3fd6f63b88b15bf262e71a00ca
[ "BSD-4-Clause" ]
1
2019-01-26T20:12:35.000Z
2019-01-26T20:12:35.000Z
/* * A utility to make a map-style sphere with normals and texels * Ioannis Nompelis 2016/09/10 */ /****************************************************************************** Copyright (c) 2016, Ioannis Nompelis All rights reserved. Redistribution and use in source and binary forms, with or without any modi...
31.04918
80
0.561246
267851d082c545795a101576713249bcfb663fad
295
h
C
search/Person.h
shuaiAdmin/learnDemo
be5913e520a25e87f59313f0b32cfb7ba728da1f
[ "MIT" ]
1
2016-09-07T08:05:00.000Z
2016-09-07T08:05:00.000Z
search/Person.h
shuaiAdmin/learnDemo
be5913e520a25e87f59313f0b32cfb7ba728da1f
[ "MIT" ]
null
null
null
search/Person.h
shuaiAdmin/learnDemo
be5913e520a25e87f59313f0b32cfb7ba728da1f
[ "MIT" ]
null
null
null
// // Person.h // search // // Created by 王帅 on 16/9/2. // Copyright © 2016年 shuai. All rights reserved. // #import <Foundation/Foundation.h> @interface Person : NSObject @property(nonatomic, copy)NSString * age; @property(nonatomic, assign)double money; + (void)run; + (void)study; @end
16.388889
49
0.681356
03b05c54722dd5cee090501697550d8e20cd621c
3,721
h
C
linux-5.4.67/drivers/gpu/drm/vkms/vkms_drv.h
d0lim/linux-class
4947e6915f0534648c7d0d9a3ef28b29165f0f6a
[ "MIT" ]
14
2021-11-04T07:47:37.000Z
2022-03-21T10:10:30.000Z
linux-5.4.67/drivers/gpu/drm/vkms/vkms_drv.h
d0lim/linux-class
4947e6915f0534648c7d0d9a3ef28b29165f0f6a
[ "MIT" ]
null
null
null
linux-5.4.67/drivers/gpu/drm/vkms/vkms_drv.h
d0lim/linux-class
4947e6915f0534648c7d0d9a3ef28b29165f0f6a
[ "MIT" ]
6
2021-11-02T10:56:19.000Z
2022-03-06T11:58:20.000Z
/* SPDX-License-Identifier: GPL-2.0+ */ #ifndef _VKMS_DRV_H_ #define _VKMS_DRV_H_ #include <linux/hrtimer.h> #include <drm/drm.h> #include <drm/drm_gem.h> #include <drm/drm_encoder.h> #define XRES_MIN 20 #define YRES_MIN 20 #define XRES_DEF 1024 #define YRES_DEF 768 #define XRES_MAX 8192 #define YRES_MA...
25.486301
74
0.769148
c13324d86a802ce1373024b31a5eda62c219925c
393
h
C
Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Elements.Perspec-cd6b1b54.h
marferfer/SpinOff-LoL
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
[ "Apache-2.0" ]
null
null
null
Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Elements.Perspec-cd6b1b54.h
marferfer/SpinOff-LoL
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
[ "Apache-2.0" ]
null
null
null
Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/Fuse.Elements.Perspec-cd6b1b54.h
marferfer/SpinOff-LoL
a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8
[ "Apache-2.0" ]
null
null
null
// This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/Fuse.Controls/1.9.0/Viewport.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Int.h> namespace g{ namespace Fuse{ namespace Elements{ // public enum PerspectiveRelativeToMode :21 uE...
26.2
120
0.765903
6c473fa96ec79d79f19f0c91c2a057ec8fe12ac6
4,203
h
C
tcmalloc/src/stacktrace_win32-inl.h
johnzhd/learnandtraining
31cc0595cded675c3c860920dfb57b0e49727a52
[ "MIT" ]
null
null
null
tcmalloc/src/stacktrace_win32-inl.h
johnzhd/learnandtraining
31cc0595cded675c3c860920dfb57b0e49727a52
[ "MIT" ]
null
null
null
tcmalloc/src/stacktrace_win32-inl.h
johnzhd/learnandtraining
31cc0595cded675c3c860920dfb57b0e49727a52
[ "MIT" ]
1
2019-04-30T18:56:59.000Z
2019-04-30T18:56:59.000Z
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- // Copyright (c) 2008, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code ...
45.193548
77
0.717821
887bdc5e9bac05e22c0564e50daba26639238846
2,695
h
C
platform/shared/tcmalloc/rhomem.h
malayap47/dummy
4e5987c4cd60332c297f36e4ad95fd5649943880
[ "MIT" ]
null
null
null
platform/shared/tcmalloc/rhomem.h
malayap47/dummy
4e5987c4cd60332c297f36e4ad95fd5649943880
[ "MIT" ]
null
null
null
platform/shared/tcmalloc/rhomem.h
malayap47/dummy
4e5987c4cd60332c297f36e4ad95fd5649943880
[ "MIT" ]
null
null
null
#ifndef RHO_MEMORY__ #define RHO_MEMORY__ #ifndef _CRT_SECURE_NO_DEPRECATE #define _CRT_SECURE_NO_DEPRECATE 1 #endif //_CRT_SECURE_NO_DEPRECATE //#ifndef __APPLE__ #if 0 //defined( _WIN32_WCE ) && !defined(WCE_PLATFORM_MC3000C50B) && !defined (WCE_PLATFORM_WT41N0) #include <stdlib.h> #ifndef _RHO_NO_MEMDEFINES #unde...
20.572519
100
0.728015
b719df6c70ccefefab6b198d07215fa7bb8f0429
1,153
c
C
d/dagger/phederia/rooms/keep/k16.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/dagger/phederia/rooms/keep/k16.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/dagger/phederia/rooms/keep/k16.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #include "/d/dagger/phederia/phedefs.h" inherit ROOM; void create(){ ::create(); set_property("light",2); set_property("no teleport",1); set_short( "At the bottom of the Dismal walls of the Rose Keep." ); set_long( "At the bottom of the Dismal walls of the Rose Keep.\n" " The walls...
32.942857
155
0.685169
8d83acb3cbd9b53a867a5d4aed006b4ded63c8c1
3,092
h
C
similarity_search/include/report_intr_dim.h
GuilhemN/nmslib
9c464c077a9dd7e3d453b44e9a1b39829034d68e
[ "Apache-2.0" ]
2,031
2018-03-29T00:59:55.000Z
2022-03-31T23:54:33.000Z
similarity_search/include/report_intr_dim.h
GuilhemN/nmslib
9c464c077a9dd7e3d453b44e9a1b39829034d68e
[ "Apache-2.0" ]
262
2018-03-29T17:44:53.000Z
2022-03-31T02:56:40.000Z
similarity_search/include/report_intr_dim.h
GuilhemN/nmslib
9c464c077a9dd7e3d453b44e9a1b39829034d68e
[ "Apache-2.0" ]
281
2018-03-29T13:12:50.000Z
2022-03-28T15:18:31.000Z
/** * Non-metric Space Library * * Main developers: Bilegsaikhan Naidan, Leonid Boytsov, Yury Malkov, Ben Frederickson, David Novak * * For the complete list of contributors and further details see: * https://github.com/nmslib/nmslib * * Copyright (c) 2013-2018 * * This code is released under the * Apache Li...
32.893617
99
0.557245
9d641180b145c4ea926d2fab047acd6715c68d42
1,648
h
C
jack/macosx/coremidi/JackCoreMidiPhysicalOutputPort.h
KimJeongYeon/jack2_android
4a8787be4306558cb52e5379466c0ed4cc67e788
[ "BSD-3-Clause-No-Nuclear-Warranty" ]
47
2015-01-04T21:47:07.000Z
2022-03-23T16:27:16.000Z
vendor/samsung/external/jack/macosx/coremidi/JackCoreMidiPhysicalOutputPort.h
cesarmo759/android_kernel_samsung_msm8916
f19717ef6c984b64a75ea600a735dc937b127c25
[ "Apache-2.0" ]
3
2015-02-04T21:40:11.000Z
2019-09-16T19:53:51.000Z
jack/macosx/coremidi/JackCoreMidiPhysicalOutputPort.h
KimJeongYeon/jack2_android
4a8787be4306558cb52e5379466c0ed4cc67e788
[ "BSD-3-Clause-No-Nuclear-Warranty" ]
7
2015-05-17T08:22:52.000Z
2021-08-07T22:36:17.000Z
/* Copyright (C) 2011 Devin Anderson This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope t...
29.428571
74
0.645631
f200aad93ed0698dffd92c3320fc5403cb64b77e
40,762
c
C
patch/c/micropython/ports/esp32/modcamera.c
remibert/pycameresp
cdb2bddadfbd3627c653663ede4e37a63f48f788
[ "MIT" ]
28
2021-01-19T10:53:20.000Z
2022-03-24T13:57:09.000Z
patch/c/micropython/ports/esp32/modcamera.c
remibert/pycameresp
cdb2bddadfbd3627c653663ede4e37a63f48f788
[ "MIT" ]
5
2021-02-28T23:00:23.000Z
2022-03-30T07:36:21.000Z
patch/c/micropython/ports/esp32/modcamera.c
remibert/pycameresp
cdb2bddadfbd3627c653663ede4e37a63f48f788
[ "MIT" ]
9
2021-02-28T23:01:37.000Z
2022-03-24T13:57:18.000Z
// Code adapted from https://github.com/espressif/esp32-camera #include "string.h" #include "esp_log.h" #include "esp_jpg_decode.h" #include "esp_system.h" #include "esp_spi_flash.h" #include "py/nlr.h" #include "py/obj.h" #include "py/runtime.h" #include "py/binary.h" #include "py/objstr.h" #ifdef CONFIG_ESP32CAM #...
29.241033
146
0.671287
9974d320d12330fec3aec3dc2ac9ffaaad9369b2
701
c
C
src/kernel/timer.c
miklhh/os4
8fb7d926bb44a498ac50a4fd0dc2c1c8e0941d74
[ "MIT" ]
3
2017-08-23T12:56:09.000Z
2017-10-30T13:42:16.000Z
src/kernel/timer.c
miklhh/os4
8fb7d926bb44a498ac50a4fd0dc2c1c8e0941d74
[ "MIT" ]
null
null
null
src/kernel/timer.c
miklhh/os4
8fb7d926bb44a498ac50a4fd0dc2c1c8e0941d74
[ "MIT" ]
null
null
null
/* * Part of OS4, timer.c * Author: Mikael Henriksson, miklhh */ #include <stdint.h> #include <kernel/timer.h> #include <kernel/pit.h> #include <task/task.h> #include <stdint.h> /* Global tick variable. */ volatile uint64_t __sys_tick = 0; extern uint8_t tasking_initialized; /* * Timer interrupt service routine...
17.974359
73
0.660485
8509c790e0ff7fab6f3e0212fa65a04df425c9cf
908
h
C
headers/TNDRAccountWarningsViewModel.h
Tatsh-archive/tynder
bbbf0a2b7480d1a1519483ddcead6736d9ba6501
[ "MIT" ]
1
2015-03-03T13:37:47.000Z
2015-03-03T13:37:47.000Z
headers/TNDRAccountWarningsViewModel.h
Tatsh/tynder
bbbf0a2b7480d1a1519483ddcead6736d9ba6501
[ "MIT" ]
null
null
null
headers/TNDRAccountWarningsViewModel.h
Tatsh/tynder
bbbf0a2b7480d1a1519483ddcead6736d9ba6501
[ "MIT" ]
null
null
null
// // 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 NSArray, TNDRReportReasonsViewModel; @interface TNDRAccountWarningsViewModel : NSObject { NSArray *_accountWarnings; TNDRReportReasonsViewModel...
31.310345
143
0.779736
12ec6234527f93d2df58a70b69b0ebe47ac8bda7
2,824
h
C
include/ironbee/apidoc.h
b1v1r/ironbee
97b453afd9c3dc70342c6183a875bde22c9c4a76
[ "Apache-2.0" ]
148
2015-01-10T01:53:39.000Z
2022-03-20T20:48:12.000Z
include/ironbee/apidoc.h
ErikHendriks/ironbee
97b453afd9c3dc70342c6183a875bde22c9c4a76
[ "Apache-2.0" ]
8
2015-03-09T15:50:36.000Z
2020-10-10T19:23:06.000Z
include/ironbee/apidoc.h
ErikHendriks/ironbee
97b453afd9c3dc70342c6183a875bde22c9c4a76
[ "Apache-2.0" ]
46
2015-03-08T22:45:42.000Z
2022-01-15T13:47:59.000Z
/***************************************************************************** * Licensed to Qualys, Inc. (QUALYS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * QUALYS licenses this file to You under ...
40.927536
78
0.697592
8f08e84bf11ea1f30a530d1e5f6bb94dfe79cfce
403
h
C
Example/Pods/Target Support Files/ZZPopoverWindow/ZZPopoverWindow-umbrella.h
ACommonChinese/ZZPopoverWindow
12367daccbc89dcfe125d6541002cb53647ff2a6
[ "MIT" ]
12
2016-03-22T10:56:21.000Z
2020-03-03T08:48:13.000Z
Example/Pods/Target Support Files/ZZPopoverWindow/ZZPopoverWindow-umbrella.h
ACommonChinese/ZZPopoverWindow
12367daccbc89dcfe125d6541002cb53647ff2a6
[ "MIT" ]
null
null
null
Example/Pods/Target Support Files/ZZPopoverWindow/ZZPopoverWindow-umbrella.h
ACommonChinese/ZZPopoverWindow
12367daccbc89dcfe125d6541002cb53647ff2a6
[ "MIT" ]
5
2016-03-22T05:42:51.000Z
2016-09-28T07:55:02.000Z
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif #import "ZZPopoverView.h" #import "ZZPopoverWindow.h" #import "ZZPositionList.h" FOUNDATION_EXPORT double ZZPopoverWindowVer...
20.15
69
0.82134
6aa9da1afebb0fcd6807455dceee3c99793e7966
265
h
C
KLMRouterDemo/KLMHomeViewController.h
shsoul/KLMRouter
a71655bc71099ee68112d7fcd79585efc7db5129
[ "MIT" ]
1
2021-03-21T13:04:07.000Z
2021-03-21T13:04:07.000Z
KLMRouterDemo/KLMHomeViewController.h
shsoul/KLMRouter
a71655bc71099ee68112d7fcd79585efc7db5129
[ "MIT" ]
null
null
null
KLMRouterDemo/KLMHomeViewController.h
shsoul/KLMRouter
a71655bc71099ee68112d7fcd79585efc7db5129
[ "MIT" ]
null
null
null
// // ViewController.h // KLMRouter // // Created by zhangshuijie on 2017/5/23. // Copyright © 2017年 sjst.xgfe. All rights reserved. // #import <UIKit/UIKit.h> #import "KLMProvider.h" @interface KLMHomeViewController : UITabBarController<KLMProvider> @end
15.588235
66
0.716981
5c72619c187a7988fb00cfea2d3d7e0017d46401
2,201
h
C
Petris_Debugging.h
bendapootie/petris
92dfe5a80b1cc6e46ba0eef71e9d87667a71fc4b
[ "MIT" ]
3
2022-01-29T20:57:40.000Z
2022-02-05T20:25:57.000Z
Petris_Debugging.h
bendapootie/petris
92dfe5a80b1cc6e46ba0eef71e9d87667a71fc4b
[ "MIT" ]
20
2022-02-04T03:33:14.000Z
2022-03-22T02:45:23.000Z
Petris_Debugging.h
bendapootie/petris
92dfe5a80b1cc6e46ba0eef71e9d87667a71fc4b
[ "MIT" ]
null
null
null
// Define DEBUGGING_ENABLED to enable Asserts, Serial port output, and extra debugging // Note: If this is defined before the types, I get compiler errors?!? #ifdef DEBUGGING_ENABLED // TODO: Figure out how to use __FlashStringHelper* string here to avoid eating up dynamic memory static const char* s_stackTrace[10]...
30.150685
109
0.6597
582e1eac546f17822d4e0eb7d11e0a59b416bf5d
15,942
h
C
include/mrs_lib/geometry/shapes.h
ctu-mrs/mrs_lib
1df4282d71c2944904676adbb7289ce45004432a
[ "BSD-3-Clause" ]
1
2022-03-17T17:42:09.000Z
2022-03-17T17:42:09.000Z
include/mrs_lib/geometry/shapes.h
ctu-mrs/mrs_lib
1df4282d71c2944904676adbb7289ce45004432a
[ "BSD-3-Clause" ]
11
2020-10-20T09:36:36.000Z
2022-03-08T19:17:26.000Z
include/mrs_lib/geometry/shapes.h
ctu-mrs/mrs_lib
1df4282d71c2944904676adbb7289ce45004432a
[ "BSD-3-Clause" ]
2
2019-04-02T08:47:47.000Z
2021-08-05T12:54:05.000Z
// clang: MatousFormat /** \file \brief Defines various geometrical shapes and their relations. \author Petr Štibinger - stibipet@fel.cvut.cz \author Matouš Vrba - vrbamato@fel.cvut.cz */ #ifndef SHAPES_H #define SHAPES_H #include <boost/optional.hpp> #include <Eigen/Dense> namespace mrs_lib { nam...
25.14511
157
0.563731
1eb0d557b1123e1b26e7d1a4a335d6cd058a69ed
381
h
C
SHHaveFun/SHHaveFun/App/AppMain/Calendar/MonthTitleModel.h
FuthureCrane/SHHaveFun
f2731bf00c899e27bae51603401cbb10f4f8e275
[ "MIT" ]
null
null
null
SHHaveFun/SHHaveFun/App/AppMain/Calendar/MonthTitleModel.h
FuthureCrane/SHHaveFun
f2731bf00c899e27bae51603401cbb10f4f8e275
[ "MIT" ]
null
null
null
SHHaveFun/SHHaveFun/App/AppMain/Calendar/MonthTitleModel.h
FuthureCrane/SHHaveFun
f2731bf00c899e27bae51603401cbb10f4f8e275
[ "MIT" ]
null
null
null
// // MonthTitleModel.h // IGTest // // Created by Futhure on 2017/10/24. // Copyright © 2017年 Auto. All rights reserved. // #import "IGListKit.h" @interface MonthTitleModel : NSObject <IGListDiffable> @property (nonatomic, copy) NSString *name; - (instancetype)initWithName:(NSString *)name; - (instancetype)in...
18.142857
54
0.724409
9b5a3c40c21e46dc479e36cebbc308ae6f1e63fc
341
h
C
src/cmdEx_exe/resource.h
sgraham/cmdEx
19add8a0411d84526faa0b392f190e33af0fc5d5
[ "MIT-0" ]
25
2015-05-22T21:45:44.000Z
2021-08-14T02:46:56.000Z
src/cmdEx_exe/resource.h
sgraham/cmdEx
19add8a0411d84526faa0b392f190e33af0fc5d5
[ "MIT-0" ]
1
2018-02-23T15:36:51.000Z
2018-02-24T06:00:05.000Z
src/cmdEx_exe/resource.h
sgraham/cmdEx
19add8a0411d84526faa0b392f190e33af0fc5d5
[ "MIT-0" ]
4
2015-10-27T03:00:16.000Z
2020-09-05T20:19:14.000Z
// Copyright 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. #define CMDEX_X86_EXE 10000 #define CMDEX_DLL_X86_DLL 10001 #define GIT2_X86_DLL 10002 #define DBGHELP_X86_DLL 10003 #define SYMSRV_X86_DLL 10004 #define ...
31
73
0.809384
afd43cfbe34acf76986bb5ff207905a8bf47e8fc
565
h
C
Engine/Input/Input.h
PMFU/Vic2-Save-Analyzer
452d0c8aacdf75094586e4d79fb9ab29f743ef80
[ "MIT" ]
null
null
null
Engine/Input/Input.h
PMFU/Vic2-Save-Analyzer
452d0c8aacdf75094586e4d79fb9ab29f743ef80
[ "MIT" ]
null
null
null
Engine/Input/Input.h
PMFU/Vic2-Save-Analyzer
452d0c8aacdf75094586e4d79fb9ab29f743ef80
[ "MIT" ]
null
null
null
#ifndef INPUT_H #define INPUT_H #define GLFW_INCLUDE_VULKAN #include <GLFW/glfw3.h> namespace Input { struct Inputs { int AD; int WS; float mouseLR; float mouseUD; bool mouse1; bool mouseMiddle; bool mouse2; bool space; bool shift; bool escape; bool lctrl; bool tilda; double zoom = 0.0f; ...
14.868421
93
0.700885
18c05b9a14eb7d82aaf1645577d2bf7a07b7f48a
694
h
C
usr/libexec/appstored/Environment.h
lechium/tvOS145Headers
9940da19adb0017f8037853e9cfccbe01b290dd5
[ "MIT" ]
5
2021-04-29T04:31:43.000Z
2021-08-19T18:59:58.000Z
usr/libexec/appstored/Environment.h
lechium/tvOS145Headers
9940da19adb0017f8037853e9cfccbe01b290dd5
[ "MIT" ]
null
null
null
usr/libexec/appstored/Environment.h
lechium/tvOS145Headers
9940da19adb0017f8037853e9cfccbe01b290dd5
[ "MIT" ]
1
2022-03-19T11:16:23.000Z
2022-03-19T11:16:23.000Z
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import <objc/NSObject.h> @class SQLiteDatabase; @protocol OS_dispatch_queue; @interface Environment : NSObject { NSObject<OS_dispatch_queue>...
25.703704
120
0.731988
495cb3a9100bfa8178b072a9e0ff1db0952609bc
2,041
h
C
firmware/uvc_controller/mbed-os/features/nfc/acore/acore/ac_stream.h
davewhiiite/uvc
fd45223097eed5a824294db975b3c74aa5f5cc8f
[ "MIT" ]
1
2021-06-12T14:54:07.000Z
2021-06-12T14:54:07.000Z
firmware/uvc_controller/mbed-os/features/nfc/acore/acore/ac_stream.h
davewhiiite/uvc
fd45223097eed5a824294db975b3c74aa5f5cc8f
[ "MIT" ]
null
null
null
firmware/uvc_controller/mbed-os/features/nfc/acore/acore/ac_stream.h
davewhiiite/uvc
fd45223097eed5a824294db975b3c74aa5f5cc8f
[ "MIT" ]
null
null
null
/* * Copyright (c) 2017, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * 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/licen...
28.347222
103
0.732484
8d921dce32ab9c0665f2a8349b307c63cdfcc508
174
h
C
Example/Pods/Target Support Files/Pods-SuperTextView_Example/Pods-SuperTextView_Example-umbrella.h
enkaism/SuperTextView
d975577a7ee4d7edcd4a6e824c96a3b0adb6cc4c
[ "MIT" ]
2
2016-06-01T17:11:01.000Z
2016-06-10T07:51:41.000Z
Example/Pods/Target Support Files/Pods-SuperTextView_Example/Pods-SuperTextView_Example-umbrella.h
enkaism/SuperTextView
d975577a7ee4d7edcd4a6e824c96a3b0adb6cc4c
[ "MIT" ]
null
null
null
Example/Pods/Target Support Files/Pods-SuperTextView_Example/Pods-SuperTextView_Example-umbrella.h
enkaism/SuperTextView
d975577a7ee4d7edcd4a6e824c96a3b0adb6cc4c
[ "MIT" ]
null
null
null
#import <UIKit/UIKit.h> FOUNDATION_EXPORT double Pods_SuperTextView_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_SuperTextView_ExampleVersionString[];
24.857143
80
0.873563
f20297e2aeef84bf4dcb5284ee8351d6993c1f2f
2,579
h
C
src/server/http/output.h
viyadb/viyadb
56d9b9836a57a36483bee98e6bc79f79e2f5c772
[ "Apache-2.0" ]
109
2017-10-03T06:52:30.000Z
2022-03-22T18:38:48.000Z
src/server/http/output.h
viyadb/viyadb
56d9b9836a57a36483bee98e6bc79f79e2f5c772
[ "Apache-2.0" ]
26
2017-10-15T19:45:18.000Z
2019-10-18T09:55:54.000Z
src/server/http/output.h
viyadb/viyadb
56d9b9836a57a36483bee98e6bc79f79e2f5c772
[ "Apache-2.0" ]
7
2017-10-03T09:37:36.000Z
2020-12-15T01:04:45.000Z
/* * Copyright (c) 2017-present ViyaDB Group * * 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 ...
25.79
75
0.629314
538f5764cced5f2c61ce1cc21780e119cb92cd30
1,103
h
C
libs/ubuntu_arm/include/pointcloud-1.0.0/PointCloudExports.h
pointcloudAI/libDepthEye
d6a55be236d8b4a0451a7ec4cc3ef38a21fcbadc
[ "MIT" ]
1
2022-03-26T09:52:03.000Z
2022-03-26T09:52:03.000Z
libs/ubuntu_arm/include/pointcloud-1.0.0/PointCloudExports.h
pointcloudAI/libDepthEye
d6a55be236d8b4a0451a7ec4cc3ef38a21fcbadc
[ "MIT" ]
null
null
null
libs/ubuntu_arm/include/pointcloud-1.0.0/PointCloudExports.h
pointcloudAI/libDepthEye
d6a55be236d8b4a0451a7ec4cc3ef38a21fcbadc
[ "MIT" ]
null
null
null
#ifndef POINTCLOUD_EXPORT_H #define POINTCLOUD_EXPORT_H #ifdef POINTCLOUD_STATIC_DEFINE # define POINTCLOUD_EXPORT # define POINTCLOUD_NO_EXPORT #else # ifndef POINTCLOUD_EXPORT # ifdef pointcloud_EXPORTS /* We are building this library */ # define POINTCLOUD_EXPORT __attribute__((visibility("defau...
25.651163
84
0.786945
3e29fd80b1e775d244f120e1a47a3ab2b438cc86
2,974
h
C
Code/Framework/AzToolsFramework/AzToolsFramework/Physics/Material/Legacy/LegacyPhysicsPrefabConversionUtils.h
prophetl33t/o3de
eaeeb883eee1594b1b93327f6909eebd1a826caf
[ "Apache-2.0", "MIT" ]
null
null
null
Code/Framework/AzToolsFramework/AzToolsFramework/Physics/Material/Legacy/LegacyPhysicsPrefabConversionUtils.h
prophetl33t/o3de
eaeeb883eee1594b1b93327f6909eebd1a826caf
[ "Apache-2.0", "MIT" ]
null
null
null
Code/Framework/AzToolsFramework/AzToolsFramework/Physics/Material/Legacy/LegacyPhysicsPrefabConversionUtils.h
prophetl33t/o3de
eaeeb883eee1594b1b93327f6909eebd1a826caf
[ "Apache-2.0", "MIT" ]
null
null
null
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #include <AzToolsFramework/Prefab/PrefabDomUtils.h> #include <AzToolsFramework/Prefab...
38.128205
132
0.726967
3e6f554819e22896e38838b68fb2c16c6fb0e4fa
1,069
h
C
tiamoPCI/source/pci.device.h
godspeed1989/WDUtils
69057e92a5759487ef6bd62a85db24644759b42c
[ "BSD-2-Clause" ]
13
2015-05-29T14:18:53.000Z
2020-08-12T14:26:33.000Z
tiamoPCI/source/pci.device.h
godspeed1989/WDUtils
69057e92a5759487ef6bd62a85db24644759b42c
[ "BSD-2-Clause" ]
null
null
null
tiamoPCI/source/pci.device.h
godspeed1989/WDUtils
69057e92a5759487ef6bd62a85db24644759b42c
[ "BSD-2-Clause" ]
11
2015-06-10T19:27:28.000Z
2020-03-05T10:14:41.000Z
//******************************************************************** // created: 5:10:2008 7:32 // file: pci.device.h // author: tiamo // purpose: device //******************************************************************** #pragma once // // reset // NTSTATUS Device_ResetDevice(__in PPCI_PDO_EXTENSION PdoExt,...
24.860465
143
0.6913
8bdb6fd93459f5767fa7fe7eb9ff900a5e0763f1
9,710
c
C
usermods/scard/protocols.c
hodlwave/f469-disco
f83f3fe096d02f76452eb48ba8a955d098591531
[ "MIT" ]
24
2019-10-22T14:31:10.000Z
2021-11-26T10:22:21.000Z
usermods/scard/protocols.c
stepansnigirev/f469-disco
38f3451d385d210c840867d65a4d561d5c6dcd40
[ "MIT" ]
12
2020-01-10T20:39:42.000Z
2021-01-14T04:55:38.000Z
usermods/scard/protocols.c
stepansnigirev/f469-disco
38f3451d385d210c840867d65a4d561d5c6dcd40
[ "MIT" ]
17
2019-11-03T14:34:41.000Z
2022-03-07T07:10:38.000Z
/** * @file protocols.c * @brief MicroPython uscard module: protocol wrappers * @author Mike Tolkachev <contact@miketolkachev.dev> * @copyright Copyright 2020 Crypto Advance GmbH. All rights reserved. */ #include <stdio.h> #include "scard.h" #include "protocols.h" #include "py/obj.h" /// Maximal ...
30.15528
80
0.64655
8f743485e2023c42235586bdd97886a8ff9813b9
2,286
h
C
CBHCollectionKitTests/Primitive Collections/CBHSliceTestMacros.h
chris-huxtable/CBHCollectionKit
b6dbc6ad73a2a7a670034c741b79d706795e79c4
[ "0BSD" ]
null
null
null
CBHCollectionKitTests/Primitive Collections/CBHSliceTestMacros.h
chris-huxtable/CBHCollectionKit
b6dbc6ad73a2a7a670034c741b79d706795e79c4
[ "0BSD" ]
null
null
null
CBHCollectionKitTests/Primitive Collections/CBHSliceTestMacros.h
chris-huxtable/CBHCollectionKit
b6dbc6ad73a2a7a670034c741b79d706795e79c4
[ "0BSD" ]
null
null
null
// CBHSliceTestMacros.h // CBHCollectionKitTests // // Created by Christian Huxtable <chris@huxtable.ca>, December 2019. // Copyright (c) 2019 Christian Huxtable. All rights reserved. // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, p...
41.563636
120
0.729659
e922b6c8ee053eff7f16d35f1c9ce29cbafc001a
1,034
c
C
src/buzerop.c
blakemcbride/PC-LISP
68633aed5b2c38425e4a4befc48f99a47a14d35d
[ "BSD-2-Clause" ]
43
2015-03-29T03:30:35.000Z
2022-03-08T14:27:18.000Z
src/buzerop.c
blakemcbride/PC-LISP
68633aed5b2c38425e4a4befc48f99a47a14d35d
[ "BSD-2-Clause" ]
4
2016-03-23T13:32:57.000Z
2020-12-15T18:13:45.000Z
src/buzerop.c
blakemcbride/PC-LISP
68633aed5b2c38425e4a4befc48f99a47a14d35d
[ "BSD-2-Clause" ]
8
2015-04-03T20:00:58.000Z
2020-07-29T10:53:17.000Z
/* | PC-LISP (C) 1984-1989 Peter J.Ashwood-Smith */ #include <stdio.h> #include <math.h> #include "lisp.h" /************************************************************************* ** buzerop:(zerip number) Return t if number is exactly zero. ** *********************************************************...
29.542857
75
0.38588
6bfe987ff435b8e17f878df25181dd0da1bea247
4,346
h
C
Eudora71/Eudora/PersParams.h
dusong7/eudora-win
850a6619e6b0d5abc770bca8eb5f3b9001b7ccd2
[ "BSD-3-Clause-Clear" ]
10
2018-05-23T10:43:48.000Z
2021-12-02T17:59:48.000Z
Eudora71/Eudora/PersParams.h
ivanagui2/hermesmail-code
34387722d5364163c71b577fc508b567de56c5f6
[ "BSD-3-Clause-Clear" ]
1
2019-03-19T03:56:36.000Z
2021-05-26T18:36:03.000Z
Eudora71/Eudora/PersParams.h
ivanagui2/hermesmail-code
34387722d5364163c71b577fc508b567de56c5f6
[ "BSD-3-Clause-Clear" ]
11
2018-05-23T10:43:53.000Z
2021-12-27T15:42:58.000Z
// PersParams.h: interface for the CPersParams class. // // Copyright (c) 1997-2001 by QUALCOMM, Incorporated /* Copyright (c) 2016, Computer History Museum All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the discl...
47.758242
129
0.800276
3a2006a4a3d278700c9e9232d570b6edb80306a1
1,535
h
C
R5Streaming.framework/Headers/R5MetalVideoViewController.h
aif-partners/R5Streaming-Swift
a2acadd1458d31199e9c4e206f9feb1516e2fc4d
[ "MIT" ]
null
null
null
R5Streaming.framework/Headers/R5MetalVideoViewController.h
aif-partners/R5Streaming-Swift
a2acadd1458d31199e9c4e206f9feb1516e2fc4d
[ "MIT" ]
null
null
null
R5Streaming.framework/Headers/R5MetalVideoViewController.h
aif-partners/R5Streaming-Swift
a2acadd1458d31199e9c4e206f9feb1516e2fc4d
[ "MIT" ]
null
null
null
// // R5MetalVideoViewController.h // R5Streaming // // Created by David Heimann on 1/10/19. // Copyright © 2019 Infrared5. All rights reserved. // #import "R5Stream.h" #import <UIKit/UIKit.h> /** * @brief The VideoView for all R5Streaming. This version isn't reliant on OpenGL for rendering. When publishing, i...
23.615385
270
0.715961
5c3d4a47cf531434ab46f5ecbf552bc72651b59f
899
h
C
Headers/Frameworks/Flexo/FFInspectorModuleColorMasksChannels.h
CommandPost/FinalCutProFrameworks
d98b00ff0c84af80942d71514e9238d624aca50a
[ "MIT" ]
3
2020-11-19T10:04:02.000Z
2021-10-02T17:25:21.000Z
Headers/Frameworks/Flexo/FFInspectorModuleColorMasksChannels.h
CommandPost/FinalCutProFrameworks
d98b00ff0c84af80942d71514e9238d624aca50a
[ "MIT" ]
null
null
null
Headers/Frameworks/Flexo/FFInspectorModuleColorMasksChannels.h
CommandPost/FinalCutProFrameworks
d98b00ff0c84af80942d71514e9238d624aca50a
[ "MIT" ]
null
null
null
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 11 2021 20:53:35). // // Copyright (C) 1997-2019 Steve Nygard. // #import <Flexo/FFInspectorModuleColorChannelsBase.h> __attribute__((visibility("hidden"))) @interface FFInspectorModuleColorMasksChannels : FFInspectorModuleColorChannelsBase {...
29.966667
123
0.774194