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
cb0cc52359ff576b4cf271a68acf6c3e5f411ad4
18,524
c
C
Projeto/hca.c
MaxRoecker/HCA
3b8957dc2a6ad9f5d98390627286f48a6787f235
[ "MIT" ]
null
null
null
Projeto/hca.c
MaxRoecker/HCA
3b8957dc2a6ad9f5d98390627286f48a6787f235
[ "MIT" ]
null
null
null
Projeto/hca.c
MaxRoecker/HCA
3b8957dc2a6ad9f5d98390627286f48a6787f235
[ "MIT" ]
null
null
null
/*********************************************************** * Created: Ter 09 Ago 2011 21:05:59 BRT * * Author: Carla N. Lintzmayer, carla0negri@gmail.com * *********************************************************** * * HCA [1999, , Galinier and Hao] * * Hybrid Coloring Algorithm. * Utilizing GPX crossover....
32.441331
132
0.574984
4609052b02309c630320a92aac8c26fd4d5e2ebc
2,889
h
C
cpp/Commits.h
cppdreams/brigitte
8d34f3072a63638ac869d1ba85886f78721c0a89
[ "MIT" ]
1
2018-05-25T06:39:39.000Z
2018-05-25T06:39:39.000Z
cpp/Commits.h
cppdreams/brigitte
8d34f3072a63638ac869d1ba85886f78721c0a89
[ "MIT" ]
null
null
null
cpp/Commits.h
cppdreams/brigitte
8d34f3072a63638ac869d1ba85886f78721c0a89
[ "MIT" ]
null
null
null
#pragma once #include <QAbstractListModel> #include <QSortFilterProxyModel> #include "Git.h" class Commits : public QAbstractListModel { Q_OBJECT public slots: int getBranchIndex(int row) const; QVector<int> getParents(int row) const; QVector<int> getChildren(int row) const; void loadFrom(QString ...
24.483051
93
0.663898
d1452d46c68912db342e130d91be12e314615ca3
3,101
c
C
fourth_semester/Sysopy/Zadanie7/zad2/src/customers.c
MajronMan/agh_stuff
d045e3bd47ac17880526203d9993d9b2389a9ffe
[ "Unlicense" ]
2
2019-03-02T19:31:57.000Z
2019-04-03T19:54:39.000Z
fourth_semester/Sysopy/Zadanie7/zad2/src/customers.c
MajronMan/agh_stuff
d045e3bd47ac17880526203d9993d9b2389a9ffe
[ "Unlicense" ]
null
null
null
fourth_semester/Sysopy/Zadanie7/zad2/src/customers.c
MajronMan/agh_stuff
d045e3bd47ac17880526203d9993d9b2389a9ffe
[ "Unlicense" ]
1
2019-04-03T18:26:50.000Z
2019-04-03T18:26:50.000Z
#include "customers.h" int main(int argc, char **argv) { CHECK_UNEQUAL("main", argc, 3, "Usage: ./customers customers_count haircuts_count") customers_count = (unsigned int) atoi(argv[1]); haircuts_count = (unsigned int) atoi(argv[2]); pid_t *pids = calloc(customers_count, sizeof(pid_t)); ...
27.6875
100
0.610771
44f289f0c4b1d91c56ee88555466ae5b11182aec
242
h
C
include/scene.h
Cotax61/Global_Game_Jam_2020
45561aa587ba19c0a2dbbd669d4a5527f670514d
[ "MIT" ]
3
2020-02-02T01:43:17.000Z
2020-02-02T02:29:04.000Z
include/scene.h
Cotax61/Global_Game_Jam_2020
45561aa587ba19c0a2dbbd669d4a5527f670514d
[ "MIT" ]
13
2020-01-31T18:53:10.000Z
2020-02-02T04:25:35.000Z
include/scene.h
Cotax61/Global_Game_Jam_2020
45561aa587ba19c0a2dbbd669d4a5527f670514d
[ "MIT" ]
null
null
null
#ifndef SCENE_H_ #define SCENE_H_ #include "libdragon.h" dg_scene_t *scene_level0_past(void); dg_scene_t *scene_level0_present(void); dg_scene_t *scene_level01_past(void); dg_scene_t *scene_level01_present(void); #endif /* !SCENE_H_ */
16.133333
40
0.785124
933728dbb7da26b48294a19b6001d41c84cadc21
5,331
h
C
stitch/queue_mpsc_waitfree.h
adamelliot/stitch
e2a7f4cfb0f8171f8d01e1f1c41b30f3c03be5f3
[ "MIT" ]
4
2017-11-28T17:22:46.000Z
2022-03-17T07:47:19.000Z
stitch/queue_mpsc_waitfree.h
adamelliot/stitch
e2a7f4cfb0f8171f8d01e1f1c41b30f3c03be5f3
[ "MIT" ]
10
2017-10-04T01:20:25.000Z
2017-11-23T06:15:23.000Z
stitch/queue_mpsc_waitfree.h
adamelliot/stitch
e2a7f4cfb0f8171f8d01e1f1c41b30f3c03be5f3
[ "MIT" ]
1
2019-06-13T23:05:49.000Z
2019-06-13T23:05:49.000Z
#include <cmath> #include <atomic> #include <vector> #include <thread> #include <stdexcept> namespace Stitch { using std::vector; using std::atomic; // FIXME: Use atomic_flag instead of atomic<bool> template <typename T> class Waitfree_MPSC_Queue { public: static bool is_lockfree() { return (ATOMIC_...
22.028926
142
0.568561
d893cd2a3c7bcb579d682aaa5f01d0d158abf6c7
1,169
h
C
Source/Divided/counter_rb.h
alexruzzi98/API
c070350f70c3f498d198a3b686368065276d710c
[ "MIT" ]
null
null
null
Source/Divided/counter_rb.h
alexruzzi98/API
c070350f70c3f498d198a3b686368065276d710c
[ "MIT" ]
null
null
null
Source/Divided/counter_rb.h
alexruzzi98/API
c070350f70c3f498d198a3b686368065276d710c
[ "MIT" ]
null
null
null
#ifndef PROGETTO_API_COUNTER_RB_H #define PROGETTO_API_COUNTER_RB_H #include "rel.h" #include <stdio.h> //defining all the rb-tree structures and the relations structure typedef struct rb_Tree_cont{ char color; char *entities; int contatore; struct rb_Tree_cont *right,*left,*p; struct T *receiv...
18.854839
75
0.753636
d238e6e1d11d7b4cabb8beb2fa9ab44a5e2c6087
816
h
C
j2objc/include/java/io/FileFilter.h
benf1977/j2objc-serialization-example
bc356a2fa4a1f4da680a0f6cfe33985220be74f3
[ "MIT" ]
null
null
null
j2objc/include/java/io/FileFilter.h
benf1977/j2objc-serialization-example
bc356a2fa4a1f4da680a0f6cfe33985220be74f3
[ "MIT" ]
null
null
null
j2objc/include/java/io/FileFilter.h
benf1977/j2objc-serialization-example
bc356a2fa4a1f4da680a0f6cfe33985220be74f3
[ "MIT" ]
null
null
null
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: android/libcore/luni/src/main/java/java/io/FileFilter.java // #ifndef _JavaIoFileFilter_H_ #define _JavaIoFileFilter_H_ #include "J2ObjC_header.h" @class JavaIoFile; /*! @brief An interface for filtering <code>File</code> objects based on their n...
23.314286
81
0.769608
cf9b1df7662b8a035084606621a741547caad863
969
h
C
System/Library/PrivateFrameworks/IMFoundation.framework/IMMultiQueue.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
11
2019-11-06T04:48:48.000Z
2022-02-09T17:48:15.000Z
System/Library/PrivateFrameworks/IMFoundation.framework/IMMultiQueue.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
1
2020-04-16T01:41:56.000Z
2020-04-16T04:32:00.000Z
System/Library/PrivateFrameworks/IMFoundation.framework/IMMultiQueue.h
lechium/tvOS130Headers
6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd
[ "MIT" ]
3
2019-12-22T20:17:53.000Z
2021-01-25T09:47:49.000Z
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:42:04 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by...
32.3
98
0.75645
89c2fa5afe121d091058a8aabc852b1d95fe32c0
3,920
h
C
native/src/seal/relinkeys.h
deisler134/SEAL
4a019473ad90b066b593f5714d6bf07d3a3ed671
[ "MIT" ]
3
2019-12-24T07:08:33.000Z
2020-05-13T17:40:28.000Z
SEAL/native/src/seal/relinkeys.h
adi-ar/LogisticRegression_SEAL-Python
047bcf7e2142bbdca178754de26cace4298c5936
[ "MIT" ]
null
null
null
SEAL/native/src/seal/relinkeys.h
adi-ar/LogisticRegression_SEAL-Python
047bcf7e2142bbdca178754de26cace4298c5936
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. #pragma once #include <iostream> #include <vector> #include <limits> #include "seal/ciphertext.h" #include "seal/memorymanager.h" #include "seal/encryptionparams.h" #include "seal/kswitchkeys.h" namespace seal { /** ...
40.833333
90
0.7
c9004658740e441e8a7974924b7ba5a06cc9bc4b
323
h
C
ColorPicker/ColorsHistoryController.h
jiangxiaoxin/Color-Picker-Pro
3050c898ed1f0038e1366d1822755539035e2d69
[ "MIT", "Unlicense" ]
216
2015-01-05T13:11:06.000Z
2022-02-05T01:32:24.000Z
ColorPicker/ColorsHistoryController.h
jiangxiaoxin/Color-Picker-Pro
3050c898ed1f0038e1366d1822755539035e2d69
[ "MIT", "Unlicense" ]
3
2015-09-16T18:53:29.000Z
2017-10-06T13:07:08.000Z
ColorPicker/ColorsHistoryController.h
jiangxiaoxin/Color-Picker-Pro
3050c898ed1f0038e1366d1822755539035e2d69
[ "MIT", "Unlicense" ]
31
2015-01-21T12:54:58.000Z
2021-03-26T02:22:46.000Z
// // ColorsHistory.h // ColorPicker // // Created by Oscar Del Ben on 8/22/11. // Copyright 2011 DibiStore. All rights reserved. // #import <Foundation/Foundation.h> @interface ColorsHistoryController : NSObject + (NSData *)defaultValues; + (void)push:(NSColor *)aColor; + (NSColor *)colorAtIndex:(int)index; @e...
17.944444
50
0.705882
c5d1bbbef62c99d47ad7ab45b122154bce2845e3
493
h
C
libs/libobjc/include/libobjc/class.h
samvirg-git/pranaOS
0a457fdd00842078769a0fbe6b9185b0b9d1e9dc
[ "BSD-2-Clause" ]
1
2021-12-04T13:33:48.000Z
2021-12-04T13:33:48.000Z
libs/libobjc/include/libobjc/class.h
smithersomer/pranaOS
b8ef2554af43fd3e0f67a5ceebbad8b1ae1c4cb1
[ "BSD-2-Clause" ]
null
null
null
libs/libobjc/include/libobjc/class.h
smithersomer/pranaOS
b8ef2554af43fd3e0f67a5ceebbad8b1ae1c4cb1
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (c) 2021, Krisna Pranav * * SPDX-License-Identifier: BSD-2-Clause */ #ifndef _LIBOBJC_CLASS_H #define _LIBOBJC_CLASS_H #include <libobjc/module.h> #define DISPATCH_TABLE_NOT_INITIALIZED (void*)0x0 bool class_resolve_links(Class cls); void class_resolve_all_unresolved(); void class_table_init(); ...
21.434783
55
0.789047
65c5d48208ef939f8f8f0f94bb54e4ce546388f0
969
h
C
macOS/10.13/AVKit.framework/AVThumbnailGenerator.h
onmyway133/Runtime-Headers
e9b80e7ab9103f37ad421ad6b8b58ee06369d21f
[ "MIT" ]
30
2016-10-09T20:13:00.000Z
2022-01-24T04:14:57.000Z
macOS/10.13/AVKit.framework/AVThumbnailGenerator.h
onmyway133/Runtime-Headers
e9b80e7ab9103f37ad421ad6b8b58ee06369d21f
[ "MIT" ]
null
null
null
macOS/10.13/AVKit.framework/AVThumbnailGenerator.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/AVKit.framework/Versions/A/AVKit */ @interface AVThumbnailGenerator : NSObject { AVThumbnailGenerationRequest * _activeRequest; NSMutableDictionary * _pendingRequestsForRequestType; NSObject<OS_dispatch_queue> * _thumbnailGenerationQueue;...
35.888889
241
0.781218
6598b985c92c65a538cfe1f3cf6a0610ae05172c
5,328
c
C
components/mqtt/test/test_mqtt_connection.c
horscchtey/esp-idf
9fd621c7ad27a1e7a5d4ba68ca418b5990afa3cb
[ "Apache-2.0" ]
2
2022-03-04T02:48:03.000Z
2022-03-04T05:55:42.000Z
components/mqtt/test/test_mqtt_connection.c
Tien76/esp-idf
8363f88cd5c8bad44c6b2ffda42cd7cc9996e64c
[ "Apache-2.0" ]
null
null
null
components/mqtt/test/test_mqtt_connection.c
Tien76/esp-idf
8363f88cd5c8bad44c6b2ffda42cd7cc9996e64c
[ "Apache-2.0" ]
null
null
null
/* * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #include "freertos/FreeRTOS.h" #include "freertos/event_groups.h" #include "unity.h" #include "esp_event.h" #include "esp_eth.h" #include "esp_log.h" #if SOC_EMAC_SUPPORTED #define ETH_START_BIT B...
37
117
0.718844
45cb1bc006f8ca44e7ffcc68a43bf29c748bd980
115,587
c
C
release/src/router/httpd/sysdeps/web-broadcom.c
zhoutao0712/rtn11pb1
09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05
[ "Apache-2.0" ]
null
null
null
release/src/router/httpd/sysdeps/web-broadcom.c
zhoutao0712/rtn11pb1
09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05
[ "Apache-2.0" ]
null
null
null
release/src/router/httpd/sysdeps/web-broadcom.c
zhoutao0712/rtn11pb1
09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05
[ "Apache-2.0" ]
null
null
null
/* * Broadcom Home Gateway Reference Design * Web Page Configuration Support Routines * * Copyright 2004, Broadcom Corporation * All Rights Reserved. * * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPE...
26.706793
146
0.63386
438dd3bcfed5f565eab0057cc3f4f074ff514d64
40,032
c
C
dpdk-eal-master/drivers/crypto/dpaa_sec/dpaa_sec.c
ictyangye/secure-vhost
089cf0f17fcff64210e1b094fb0d3ee264c1c3c0
[ "Intel" ]
1
2021-12-21T07:12:16.000Z
2021-12-21T07:12:16.000Z
dpdk-eal-master/drivers/crypto/dpaa_sec/dpaa_sec.c
Drag0nf1y/secure-vhost
089cf0f17fcff64210e1b094fb0d3ee264c1c3c0
[ "Intel" ]
null
null
null
dpdk-eal-master/drivers/crypto/dpaa_sec/dpaa_sec.c
Drag0nf1y/secure-vhost
089cf0f17fcff64210e1b094fb0d3ee264c1c3c0
[ "Intel" ]
1
2021-12-21T07:12:14.000Z
2021-12-21T07:12:14.000Z
/*- * BSD LICENSE * * Copyright (c) 2016 Freescale Semiconductor, Inc. All rights reserved. * Copyright 2017 NXP. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of sour...
25.84377
77
0.710557
b78c85e47f3ab2f6d41d5ed8fdff862bc5280d60
5,317
h
C
dev/Code/CryEngine/RenderDll/XRenderD3D9/DXGL/Specification/glad_egl.h
stickyparticles/lumberyard
dc523dd780f3cd1874251181b7cf6848b8db9959
[ "AML" ]
2
2019-11-29T09:04:54.000Z
2021-03-18T02:34:44.000Z
dev/Code/CryEngine/RenderDll/XRenderD3D9/DXGL/Specification/glad_egl.h
JulianoCristian/Lumberyard-3
dc523dd780f3cd1874251181b7cf6848b8db9959
[ "AML" ]
null
null
null
dev/Code/CryEngine/RenderDll/XRenderD3D9/DXGL/Specification/glad_egl.h
JulianoCristian/Lumberyard-3
dc523dd780f3cd1874251181b7cf6848b8db9959
[ "AML" ]
3
2019-05-13T09:41:33.000Z
2021-04-09T12:12:38.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
37.978571
133
0.821704
64723577fedaf8aa7745ae776d8f2c98c15e93ff
318
h
C
src/hashes/hash_null.h
efficient/ffbf
8dc08e97f133a6df80fdc1d06ac30a9f578c93b9
[ "Apache-2.0" ]
43
2015-01-16T01:51:21.000Z
2022-01-27T06:15:00.000Z
src/hashes/hash_null.h
leepro/ffbf
8dc08e97f133a6df80fdc1d06ac30a9f578c93b9
[ "Apache-2.0" ]
null
null
null
src/hashes/hash_null.h
leepro/ffbf
8dc08e97f133a6df80fdc1d06ac30a9f578c93b9
[ "Apache-2.0" ]
14
2015-11-21T19:25:46.000Z
2021-04-01T23:21:25.000Z
#ifndef _HASH_NULL_H_ #define _HASH_NULL_H_ #include "hash_common.h" #include "hash_buf.h" template<int LEN> class hash_null { private: public: inline uint32_t hval() { return 0; } inline void reset() { } inline void init() { } inline void update(unsigned char c) { } }; #endif /* _HASH_NULL_H_ */
17.666667
43
0.676101
035f3ad8c9a743f888f631c4c9489ce3ecb4a98f
2,760
h
C
taichi/jit/jit_module.h
gaoxinge/taichi
86d403f071b8505858763d4712b37cd71b89db91
[ "MIT" ]
1
2020-11-10T07:17:01.000Z
2020-11-10T07:17:01.000Z
taichi/jit/jit_module.h
gaoxinge/taichi
86d403f071b8505858763d4712b37cd71b89db91
[ "MIT" ]
1
2020-08-24T05:18:43.000Z
2020-08-24T05:18:43.000Z
taichi/jit/jit_module.h
gaoxinge/taichi
86d403f071b8505858763d4712b37cd71b89db91
[ "MIT" ]
null
null
null
#pragma once #include <memory> #include <functional> #include "taichi/inc/constants.h" #include "taichi/lang_util.h" #include "taichi/program/kernel_profiler.h" TLANG_NAMESPACE_BEGIN // A architecture-specific JIT module that initializes with an **LLVM** module // and allows the user to call its functions // TODO: ...
29.361702
78
0.641667
03f8b23ab3ad2b4a54a5496369ddfe8231e893a1
1,135
h
C
apiwznm/WznmQSbsFrs1NRelation.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
3
2020-09-20T16:24:48.000Z
2021-12-01T19:44:51.000Z
apiwznm/WznmQSbsFrs1NRelation.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
null
null
null
apiwznm/WznmQSbsFrs1NRelation.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
null
null
null
/** * \file WznmQSbsFrs1NRelation.h * API code for table TblWznmQSbsFrs1NRelation (declarations) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 5 Dec 2020 */ // IP header --- ABOVE #ifndef WZNMQSBSFRS1NRELATION_H #define WZNMQSBSFRS1NRELATIO...
21.826923
92
0.756828
c19a49c16307c1ef0232809b4a79b798476d6823
76
c
C
Module 01/exemplos/ambiente.c
hpaes/Curso-Linguagem-C---Estudonauta
14a96fd86815bcc5d5c6cb10fea1627724e7c2da
[ "MIT" ]
null
null
null
Module 01/exemplos/ambiente.c
hpaes/Curso-Linguagem-C---Estudonauta
14a96fd86815bcc5d5c6cb10fea1627724e7c2da
[ "MIT" ]
null
null
null
Module 01/exemplos/ambiente.c
hpaes/Curso-Linguagem-C---Estudonauta
14a96fd86815bcc5d5c6cb10fea1627724e7c2da
[ "MIT" ]
null
null
null
#include <stdio.h> void main() { printf("oi, tudo \rbem?\n"); // raw }
10.857143
39
0.539474
8c18c66d197f269e61c9b674ccab8f0f1ab20e0f
6,883
h
C
include/simdjson/dom/serialization.h
mkleshchenok/simdjson
79879802f9fa9cec17720b8412519f6cbbab5047
[ "Apache-2.0" ]
9,541
2019-02-21T00:32:22.000Z
2020-03-20T00:06:57.000Z
include/simdjson/dom/serialization.h
mkleshchenok/simdjson
79879802f9fa9cec17720b8412519f6cbbab5047
[ "Apache-2.0" ]
1,084
2020-03-20T15:06:02.000Z
2022-03-29T13:47:35.000Z
include/simdjson/dom/serialization.h
mkleshchenok/simdjson
79879802f9fa9cec17720b8412519f6cbbab5047
[ "Apache-2.0" ]
546
2019-02-21T03:19:22.000Z
2020-03-19T11:56:58.000Z
#ifndef SIMDJSON_SERIALIZATION_H #define SIMDJSON_SERIALIZATION_H #include "simdjson/common_defs.h" #include "simdjson/dom/document.h" #include "simdjson/error.h" #include "simdjson/internal/dom_parser_implementation.h" #include "simdjson/internal/tape_ref.h" #include "simdjson/padded_string.h" #include "simdjson/port...
31.429224
105
0.69214
96fa9f4e6601ef2b16eda321d45333202b9a3ad2
2,058
h
C
platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.h
pavel-krivanek/opensmalltalk-vm
694dfe3ed015e16f5b8e9cf17d37e4bdd32bea16
[ "MIT" ]
445
2016-06-30T08:19:11.000Z
2022-03-28T06:09:49.000Z
platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.h
pavel-krivanek/opensmalltalk-vm
694dfe3ed015e16f5b8e9cf17d37e4bdd32bea16
[ "MIT" ]
439
2016-06-29T20:14:36.000Z
2022-03-17T19:59:58.000Z
platforms/Cross/plugins/B3DAcceleratorPlugin/sqOpenGLRenderer.h
pavel-krivanek/opensmalltalk-vm
694dfe3ed015e16f5b8e9cf17d37e4bdd32bea16
[ "MIT" ]
137
2016-07-02T17:32:07.000Z
2022-03-20T11:17:25.000Z
#ifndef SQ_OPENGL_RENDERER_H #define SQ_OPENGL_RENDERER_H #if defined(macintoshSqueak) # include "sqMacOpenGL.h" #elif defined(_WIN32) # include "sqWin32OpenGL.h" #elif defined(UNIX) # include "sqUnixOpenGL.h" #endif #if !defined(GL_RENDERER_DEFINED) typedef struct glRenderer { GLint bufferRect[4]; GLint viewport[4...
33.193548
151
0.624879
121526027889043d12f5f697c485ab7897eae0a0
3,137
h
C
src/ext/wintypes.h
melshuber/libifdse
3accf7292dcf60a8d54dd8f9cca70b1afa6a33ca
[ "MIT" ]
3
2020-05-06T12:35:23.000Z
2021-03-18T18:12:28.000Z
src/ext/wintypes.h
melshuber/libifdse
3accf7292dcf60a8d54dd8f9cca70b1afa6a33ca
[ "MIT" ]
2
2020-05-13T08:06:21.000Z
2020-11-25T21:45:17.000Z
src/ext/wintypes.h
melshuber/libifdse
3accf7292dcf60a8d54dd8f9cca70b1afa6a33ca
[ "MIT" ]
1
2020-05-12T23:18:30.000Z
2020-05-12T23:18:30.000Z
/* * MUSCLE SmartCard Development ( http://pcsclite.alioth.debian.org/pcsclite.html ) * * Copyright (C) 1999 * David Corcoran <corcoran@musclecard.com> * Copyright (C) 2002-2011 * Ludovic Rousseau <ludovic.rousseau@free.fr> * Redistribution and use in source and binary forms, with or without modification, are ...
27.043103
83
0.760281
af449b66083280ad97f945e58e20bf8d07fcaf71
67,645
c
C
tee/platform_sgx/moxie_swi_bolos_crypto.c
corollari/bolos-enclave
573464ed783540704137b1cdc6dfd82c02c825ad
[ "Apache-2.0" ]
36
2017-05-23T02:27:27.000Z
2021-09-22T16:25:32.000Z
tee/platform_sgx/moxie_swi_bolos_crypto.c
corollari/bolos-enclave
573464ed783540704137b1cdc6dfd82c02c825ad
[ "Apache-2.0" ]
2
2018-01-24T20:45:37.000Z
2018-10-10T15:05:24.000Z
tee/platform_sgx/moxie_swi_bolos_crypto.c
corollari/bolos-enclave
573464ed783540704137b1cdc6dfd82c02c825ad
[ "Apache-2.0" ]
8
2017-11-02T21:57:42.000Z
2022-03-06T09:27:04.000Z
/******************************************************************************* * BOLOS Enclave * (c) 2017 Ledger * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
28.760629
81
0.581965
49cbd47816a334123f926f89c3c7971580620ec8
7,120
c
C
src/pool/srv_metrics.c
rogue-developer/daos
8f07d5540f0e47c797d62a1d91d5fce8988df4a5
[ "BSD-2-Clause-Patent" ]
2
2021-07-14T12:21:50.000Z
2021-07-14T12:21:52.000Z
src/pool/srv_metrics.c
rogue-developer/daos
8f07d5540f0e47c797d62a1d91d5fce8988df4a5
[ "BSD-2-Clause-Patent" ]
null
null
null
src/pool/srv_metrics.c
rogue-developer/daos
8f07d5540f0e47c797d62a1d91d5fce8988df4a5
[ "BSD-2-Clause-Patent" ]
1
2021-11-03T05:00:42.000Z
2021-11-03T05:00:42.000Z
/** * (C) Copyright 2021 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ #define D_LOGFAC DD_FAC(pool) #include "srv_internal.h" #include <abt.h> #include <gurt/telemetry_producer.h> /* * Parent directory in metrics tree for all the per-pool metric directories */ #define POOL_METRICS_DIR...
22.111801
77
0.704354
9929c615b869fe0c1851e9723080959ce0c2e163
6,394
c
C
src/functions/activation/activation_cpu.c
mathxyz/math21
bdca629dff4e1ecebfb8588082079755d5f262d6
[ "Apache-2.0" ]
null
null
null
src/functions/activation/activation_cpu.c
mathxyz/math21
bdca629dff4e1ecebfb8588082079755d5f262d6
[ "Apache-2.0" ]
null
null
null
src/functions/activation/activation_cpu.c
mathxyz/math21
bdca629dff4e1ecebfb8588082079755d5f262d6
[ "Apache-2.0" ]
null
null
null
/* Copyright 2015 The math21 Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agree...
36.537143
120
0.673444
85b31f452c5531d6ddcd366be46d9c6567096f4f
255
h
C
TableViewControllerDemo/TestVC/FirstViewController.h
kuroky/UITableViewDemo
fa1645ab59c89d0b8ec9f852462c7fbea01215b5
[ "MIT" ]
null
null
null
TableViewControllerDemo/TestVC/FirstViewController.h
kuroky/UITableViewDemo
fa1645ab59c89d0b8ec9f852462c7fbea01215b5
[ "MIT" ]
null
null
null
TableViewControllerDemo/TestVC/FirstViewController.h
kuroky/UITableViewDemo
fa1645ab59c89d0b8ec9f852462c7fbea01215b5
[ "MIT" ]
null
null
null
// // FirstViewController.h // TableViewControllerDemo // // Created by kuroky on 2017/7/19. // Copyright © 2017年 kuroky. All rights reserved. // #import "MXBaseTableViewController.h" @interface FirstViewController : MXBaseTableViewController @end
18.214286
58
0.752941
c4786f590683f1873e2d1e37e87bd5e83a14b862
924
h
C
Comphi/src/Comphi/Platform/Windows/Window.h
mattateusb7/ComphyEngine
d73c374fc9ded1e0be638d69c10f3f6380e6a333
[ "MIT" ]
null
null
null
Comphi/src/Comphi/Platform/Windows/Window.h
mattateusb7/ComphyEngine
d73c374fc9ded1e0be638d69c10f3f6380e6a333
[ "MIT" ]
null
null
null
Comphi/src/Comphi/Platform/Windows/Window.h
mattateusb7/ComphyEngine
d73c374fc9ded1e0be638d69c10f3f6380e6a333
[ "MIT" ]
null
null
null
#pragma once #include "../IWindow.h" #include "Comphi/Renderer/IGraphicsContext.h" #include <GLFW/glfw3.h> namespace Comphi::Windows { class Window : public IWindow { public: Window(const WindowProperties& props); virtual ~Window(); void OnUpdate() override; void OnBeginUpdate() override; void OnWindowR...
27.176471
69
0.744589
c49124e835afd6e2c90a6cf34ca349e775fd6cf7
555
c
C
userland/tests/test/main.c
somerandomdev49/oneOS
e37bc4b5c7ec2573bd9022ecaa2c12a58a46869f
[ "BSD-2-Clause" ]
null
null
null
userland/tests/test/main.c
somerandomdev49/oneOS
e37bc4b5c7ec2573bd9022ecaa2c12a58a46869f
[ "BSD-2-Clause" ]
null
null
null
userland/tests/test/main.c
somerandomdev49/oneOS
e37bc4b5c7ec2573bd9022ecaa2c12a58a46869f
[ "BSD-2-Clause" ]
null
null
null
#include <signal.h> #include <unistd.h> int acceptsig(int signo) { write(1, "oneOS\n", 6); return 2; } int main() { sigaction(3, acceptsig); raise(3); char buf[256]; char* arg[] = { "b", "a", "e", }; arg[2] = (char*)0; int sock_fd = socket(PF_LOCAL, 0, 0);...
15
41
0.454054
b1b839a921ab9f6fb877833ef4abed8824adc9be
721
h
C
src/MusicPlayer.h
Osmose/moseamp
8357daf2c93bc903c8041cc82bf3567e8d085a60
[ "MIT" ]
6
2017-04-19T19:06:03.000Z
2022-01-11T14:44:14.000Z
src/MusicPlayer.h
Osmose/moseamp
8357daf2c93bc903c8041cc82bf3567e8d085a60
[ "MIT" ]
3
2015-07-17T21:17:23.000Z
2021-01-19T17:44:44.000Z
src/MusicPlayer.h
Osmose/moseamp
8357daf2c93bc903c8041cc82bf3567e8d085a60
[ "MIT" ]
null
null
null
#include <napi.h> #include "../musicplayer/plugins/plugins.h" using musix::ChipPlayer; using musix::ChipPlugin; typedef struct musix::ChipPlayer ChipPlayer; class MusicPlayer : public Napi::ObjectWrap<MusicPlayer> { public: static Napi::Object Init(Napi::Env env, Napi::Object exports); MusicPlayer(const N...
30.041667
66
0.729542
df0e71eae83804bf260d97b25086b7bc3e6b6a9e
96
h
C
ext/zephyranthes/zephyranthes.h
284km/zephyranthes
34b764dbbd66f3323703b29a7ebfd84ee465f9ff
[ "MIT" ]
null
null
null
ext/zephyranthes/zephyranthes.h
284km/zephyranthes
34b764dbbd66f3323703b29a7ebfd84ee465f9ff
[ "MIT" ]
null
null
null
ext/zephyranthes/zephyranthes.h
284km/zephyranthes
34b764dbbd66f3323703b29a7ebfd84ee465f9ff
[ "MIT" ]
null
null
null
#ifndef ZEPHYRANTHES_H #define ZEPHYRANTHES_H 1 #include "ruby.h" #endif /* ZEPHYRANTHES_H */
13.714286
27
0.75
3d6e31c1fc04a0db7adaf6a0c61a73e7d93d6540
3,495
h
C
src/xray/math_functions.h
ixray-team/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
3
2021-10-30T09:36:14.000Z
2022-03-26T17:00:06.000Z
src/xray/math_functions.h
acidicMercury8/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
null
null
null
src/xray/math_functions.h
acidicMercury8/ixray-2.0
85c3a544175842323fc82f42efd96c66f0fc5abb
[ "Linux-OpenIB" ]
1
2022-03-26T17:00:08.000Z
2022-03-26T17:00:08.000Z
//////////////////////////////////////////////////////////////////////////// // Created : 14.10.2008 // Author : Dmitriy Iassenev // Copyright (C) GSC Game World - 2009 //////////////////////////////////////////////////////////////////////////// #ifndef XRAY_MATH_FUNCTIONS_H_INCLUDED #define XRAY_MATH_FUNCTIO...
29.871795
93
0.627754
ce3a4a8c16f9edbe0e6ad4ab6ea6dc1fb239af33
2,394
h
C
printscan/ui/scanlib/scanitem.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
printscan/ui/scanlib/scanitem.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
printscan/ui/scanlib/scanitem.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/******************************************************************************* * * (C) COPYRIGHT MICROSOFT CORPORATION, 1998 * * TITLE: SCANITEM.H * * VERSION: 1.0 * * AUTHOR: ShaunIv * * DATE: 10/7/1999 * * DESCRIPTION: WIA Item wrapper for scanner items * ****...
30.303797
91
0.6132
ceb0317f71c92019514f155ecf8821f876dd35a6
990
c
C
src/lib/builtins/env/set.c
youpaw/42
99d8bb4e787a9b6e2ada98389f3d3e6b6c5a06bc
[ "MIT" ]
null
null
null
src/lib/builtins/env/set.c
youpaw/42
99d8bb4e787a9b6e2ada98389f3d3e6b6c5a06bc
[ "MIT" ]
null
null
null
src/lib/builtins/env/set.c
youpaw/42
99d8bb4e787a9b6e2ada98389f3d3e6b6c5a06bc
[ "MIT" ]
1
2021-05-15T16:12:51.000Z
2021-05-15T16:12:51.000Z
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* set.c :+: :+: :+: ...
47.142857
80
0.148485
0e12bf12769caba80724a66ba1eb7d86975acb56
7,037
c
C
example.c
Taymindis/lfstack
a09d7390b9e5ba565e60836ea4b65bef9655fb4d
[ "BSD-2-Clause" ]
23
2018-06-27T10:45:30.000Z
2021-12-27T16:50:56.000Z
example.c
Taymindis/lfstack
a09d7390b9e5ba565e60836ea4b65bef9655fb4d
[ "BSD-2-Clause" ]
null
null
null
example.c
Taymindis/lfstack
a09d7390b9e5ba565e60836ea4b65bef9655fb4d
[ "BSD-2-Clause" ]
8
2018-09-02T09:54:30.000Z
2022-02-05T03:14:04.000Z
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <pthread.h> #include <assert.h> #include <sys/time.h> #include <stdio.h> #include "lfstack.h" typedef void (*test_function)(pthread_t*); void one_push_and_multi_pop(pthread_t *threads); void one_pop_and_multi_push(pthread_t *thre...
22.7
88
0.668751
33cbf8f297d8060dff5446574d8a20c94c1e3195
36,948
h
C
include/QtGui/qwidget.h
219-design/build_qt4_binaries_armv5tejl_sbc6000x
0d33869719a56ce4e9c7009f825c7d3c79869f36
[ "MIT" ]
null
null
null
include/QtGui/qwidget.h
219-design/build_qt4_binaries_armv5tejl_sbc6000x
0d33869719a56ce4e9c7009f825c7d3c79869f36
[ "MIT" ]
null
null
null
include/QtGui/qwidget.h
219-design/build_qt4_binaries_armv5tejl_sbc6000x
0d33869719a56ce4e9c7009f825c7d3c79869f36
[ "MIT" ]
null
null
null
/**************************************************************************** ** ** Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** Commercial Usage ** Licensees holding valid Q...
35.664093
127
0.730215
b8c6fae06665018e05e31d1d7ef6d3fc9620c096
14,857
h
C
src/Engine/MatrixVectorKron/InitKronBase.h
TianyiWang918/dmrgpp
c007840eef1ebf423b6abc6b5b6ca2096ea6eef9
[ "Unlicense" ]
24
2016-02-22T20:53:19.000Z
2022-03-17T07:29:32.000Z
src/Engine/MatrixVectorKron/InitKronBase.h
TianyiWang918/dmrgpp
c007840eef1ebf423b6abc6b5b6ca2096ea6eef9
[ "Unlicense" ]
31
2015-06-29T21:32:33.000Z
2022-01-06T12:41:31.000Z
src/Engine/MatrixVectorKron/InitKronBase.h
TianyiWang918/dmrgpp
c007840eef1ebf423b6abc6b5b6ca2096ea6eef9
[ "Unlicense" ]
18
2015-08-13T04:17:47.000Z
2021-04-27T15:50:23.000Z
/* Copyright (c) 2009-2017, UT-Battelle, LLC All rights reserved [DMRG++, Version 4.] [by G.A., Oak Ridge National Laboratory] UT Battelle Open Source Software License 11242008 OPEN SOURCE LICENSE Subject to the conditions of this License, each contributor to this software hereby grants, free of charge, to any pers...
32.796909
93
0.669314
983804efbc77639240858fee0d0a2ea1e4fd89c4
2,200
c
C
sys/fork.c
wmoczulsky/mimiker
de6511df5aeeddaab2cfffa4a7fbbf27d9f4c08a
[ "BSD-3-Clause" ]
null
null
null
sys/fork.c
wmoczulsky/mimiker
de6511df5aeeddaab2cfffa4a7fbbf27d9f4c08a
[ "BSD-3-Clause" ]
null
null
null
sys/fork.c
wmoczulsky/mimiker
de6511df5aeeddaab2cfffa4a7fbbf27d9f4c08a
[ "BSD-3-Clause" ]
null
null
null
#include <fork.h> #include <thread.h> #include <filedesc.h> #include <sched.h> #include <stdc.h> #include <vm_map.h> #include <proc.h> #include <sbrk.h> int do_fork(void) { thread_t *td = thread_self(); /* Cannot fork non-user threads. */ assert(td->td_proc); thread_t *newtd = thread_create(td->td_name, NULL...
30.555556
80
0.695
c25c6b346ddc3da1463669447feb7a10b45a362f
8,492
c
C
sources/nb/geometric_bot/mesh/mesh2D/elements2D/trg_exporter.c
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
7
2016-02-09T17:53:25.000Z
2019-09-19T02:02:14.000Z
sources/nb/geometric_bot/mesh/mesh2D/elements2D/trg_exporter.c
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
1
2017-06-22T06:20:24.000Z
2017-06-22T06:20:24.000Z
sources/nb/geometric_bot/mesh/mesh2D/elements2D/trg_exporter.c
vecn/nbots
bda4f5a2c607c8e6d26567bb0865ccbb953418ac
[ "MIT" ]
2
2018-02-08T12:09:50.000Z
2019-09-19T02:02:23.000Z
#include <stdlib.h> #include <stdint.h> #include <stdbool.h> #include <string.h> #include "nb/memory_bot.h" #include "nb/container_bot.h" #include "nb/geometric_bot/knn/bins2D.h" #include "nb/geometric_bot/knn/bins2D_iterator.h" #include "nb/geometric_bot/mesh/mesh2D/elements2D/trg_exporter.h" #include "../../tessell...
30.768116
80
0.727862
ccf84574d4d592ed1274bd530ba2de3a581632bf
8,149
h
C
aws-cpp-sdk-quicksight/include/aws/quicksight/model/GenerateEmbedUrlForRegisteredUserRequest.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-10T08:06:54.000Z
2022-02-10T08:06:54.000Z
aws-cpp-sdk-quicksight/include/aws/quicksight/model/GenerateEmbedUrlForRegisteredUserRequest.h
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2021-10-14T16:57:00.000Z
2021-10-18T10:47:24.000Z
aws-cpp-sdk-quicksight/include/aws/quicksight/model/GenerateEmbedUrlForRegisteredUserRequest.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/quicksight/QuickSight_EXPORTS.h> #include <aws/quicksight/QuickSightRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/quicksight/model/RegisteredUser...
39.75122
199
0.717266
f9d36edb774c2d4fe4cb1e151cebb70fd12f7750
7,583
h
C
platform/gucefDRN/include/gucefDRN_CDRNDataGroup.h
amvb/GUCEF
08fd423bbb5cdebbe4b70df24c0ae51716b65825
[ "Apache-2.0" ]
5
2016-04-18T23:12:51.000Z
2022-03-06T05:12:07.000Z
platform/gucefDRN/include/gucefDRN_CDRNDataGroup.h
amvb/GUCEF
08fd423bbb5cdebbe4b70df24c0ae51716b65825
[ "Apache-2.0" ]
2
2015-10-09T19:13:25.000Z
2018-12-25T17:16:54.000Z
platform/gucefDRN/include/gucefDRN_CDRNDataGroup.h
amvb/GUCEF
08fd423bbb5cdebbe4b70df24c0ae51716b65825
[ "Apache-2.0" ]
15
2015-02-23T16:35:28.000Z
2022-03-25T13:40:33.000Z
/* * gucefDRN: GUCEF module providing RAD networking trough data replication * Copyright (C) 2002 - 2007. Dinand Vanvelzen * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundati...
39.494792
97
0.485824
74f570d5cf69925877ffc645a910c04cd974c947
685
c
C
d/islands/carcosa/rooms/car6.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/islands/carcosa/rooms/car6.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/islands/carcosa/rooms/car6.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
inherit "/std/room.c"; void create() { ::create(); set_property("indoors",0); set_property("light",2); set("short","The Isle of Carcosa"); set("long", @LUCIFER You are standing on the Isle of Carcosa. You can see a river in the distance to the north and the fork is now to youe south. LUCIFER ); set_smell(...
29.782609
76
0.659854
25e709477ea1ec18657125e7bfd6fc2c3cb01e35
885
c
C
res/window_map_legs_2.c
bbbbbr/gb-window-as-sprite
ba3ae1a3b3bcb631b68912d50d6bc1a7d5680f1f
[ "Unlicense" ]
4
2019-07-08T23:42:08.000Z
2021-06-23T20:03:13.000Z
res/window_map_legs_2.c
bbbbbr/gb-window-as-sprite
ba3ae1a3b3bcb631b68912d50d6bc1a7d5680f1f
[ "Unlicense" ]
null
null
null
res/window_map_legs_2.c
bbbbbr/gb-window-as-sprite
ba3ae1a3b3bcb631b68912d50d6bc1a7d5680f1f
[ "Unlicense" ]
null
null
null
/* ../SRC/WINDOW_MAP_LEGS_2.C Map Source File. Info: Section : Bank : 0 Map size : 20 x 3 Tile set : nyancassette-window-all.gbm.tiles.gbr Plane count : 1 plane (8 bits) Plane order : Tiles are continues Tile offset : 0 Split data : No Th...
24.583333
57
0.663277
50fb41ad8c822191be74f0c05c187ea95a871029
729
h
C
lite/tnn/cv/tnn_subpixel_cnn.h
IgiArdiyanto/litehub
54a43690d80e57f16bea1efc698e7d30f06b9d4f
[ "MIT" ]
null
null
null
lite/tnn/cv/tnn_subpixel_cnn.h
IgiArdiyanto/litehub
54a43690d80e57f16bea1efc698e7d30f06b9d4f
[ "MIT" ]
null
null
null
lite/tnn/cv/tnn_subpixel_cnn.h
IgiArdiyanto/litehub
54a43690d80e57f16bea1efc698e7d30f06b9d4f
[ "MIT" ]
null
null
null
// // Created by DefTruth on 2021/11/29. // #ifndef LITE_AI_TOOLKIT_TNN_CV_TNN_SUBPIXEL_CNN_H #define LITE_AI_TOOLKIT_TNN_CV_TNN_SUBPIXEL_CNN_H #include "lite/tnn/core/tnn_core.h" namespace tnncv { class LITE_EXPORTS TNNSubPixelCNN : public BasicTNNHandler { public: explicit TNNSubPixelCNN(const std::strin...
25.137931
93
0.702332
5adf5cebf1b6bca8ef421db7b9a6ca369402378e
8,363
h
C
src/hal_timer.h
matt-alencar/avr-open-hal
b88a841e2c2d7ef06476f39f3fe636fd994cc9ea
[ "MIT" ]
null
null
null
src/hal_timer.h
matt-alencar/avr-open-hal
b88a841e2c2d7ef06476f39f3fe636fd994cc9ea
[ "MIT" ]
null
null
null
src/hal_timer.h
matt-alencar/avr-open-hal
b88a841e2c2d7ef06476f39f3fe636fd994cc9ea
[ "MIT" ]
null
null
null
/** * @file hal_timer.h * @author Matheus Alencar Nascimento (matt-alencar) * @brief Header file of TIM HAL module. ************************************************************************** * @copyright MIT License. * */ #ifndef _TIMER_DRIVER_H_ #define _TIMER_DRIVER_H_ #ifdef __cplusplus extern "C" { #endif...
24.597059
116
0.716968
ea67330cf2eca7ec22f97985ee252dae628159f7
126
h
C
loader/Apploader.h
StarMKWii/mkw-sp
e87fec9cdfc920fbe10b9680fc34cfe9a9ad2426
[ "MIT" ]
null
null
null
loader/Apploader.h
StarMKWii/mkw-sp
e87fec9cdfc920fbe10b9680fc34cfe9a9ad2426
[ "MIT" ]
null
null
null
loader/Apploader.h
StarMKWii/mkw-sp
e87fec9cdfc920fbe10b9680fc34cfe9a9ad2426
[ "MIT" ]
null
null
null
#pragma once #include <Common.h> typedef void (*GameEntryFunc)(void); bool Apploader_loadAndRun(GameEntryFunc *gameEntry);
15.75
52
0.777778
5a2998cc588b92d01a67d23c294d7081fd4eb768
273
h
C
src/easeLib/Cubic.h
alizaliz/EasingCurves
daf8072224a9be2f68294e73276a3beebf8d0925
[ "MIT" ]
7
2020-01-12T16:55:08.000Z
2021-08-25T16:52:03.000Z
src/easeLib/Cubic.h
alizaliz/EasingCurves
daf8072224a9be2f68294e73276a3beebf8d0925
[ "MIT" ]
null
null
null
src/easeLib/Cubic.h
alizaliz/EasingCurves
daf8072224a9be2f68294e73276a3beebf8d0925
[ "MIT" ]
null
null
null
#ifndef _PENNER_CUBIC #define _PENNER_CUBIC class CubicCurve { public: static float easeIn(float t, float b, float c, float d); static float easeOut(float t, float b, float c, float d); static float easeInOut(float t, float b, float c, float d); }; #endif
21
61
0.699634
f6ebe32ac0def3cf81652365adc9ff31106212e0
693
h
C
src/include/runtime/error.h
61131/echidna
862c1ef065e83b70666fdc9bc8e38a167f8bb57b
[ "BSD-2-Clause" ]
13
2019-11-28T03:05:45.000Z
2022-03-25T11:42:36.000Z
src/include/runtime/error.h
61131/echidna
862c1ef065e83b70666fdc9bc8e38a167f8bb57b
[ "BSD-2-Clause" ]
null
null
null
src/include/runtime/error.h
61131/echidna
862c1ef065e83b70666fdc9bc8e38a167f8bb57b
[ "BSD-2-Clause" ]
5
2019-11-15T04:25:04.000Z
2021-03-04T06:03:35.000Z
#ifndef _RUNTIME_ERROR_H #define _RUNTIME_ERROR_H typedef enum _RUNTIME_ERROR { ERROR_NONE = 0, ERROR_INTERNAL, ERROR_INTERNAL_ALLOCATION, ERROR_INTERNAL_READ, ERROR_INTERNAL_WRITE, ERROR_INVALID_BYTECODE, ERROR_INVALID_SYMBOL, ERROR_INVALID_FUNCTION, ERROR_INVALID_LENGTH, ERR...
19.8
43
0.766234
ea05844d249ef7414069d9ed2f1ad85b9a86dcee
464
h
C
HKClipperDemo/HKClipperDemo/HKClipper/HKClipperView/HKClipperVeiw.h
clairehu7/HKClipperView
55fc216e37d5de4a08e2a2a5331c85d094a21141
[ "MIT" ]
25
2016-09-07T02:46:05.000Z
2020-03-24T07:29:59.000Z
HKClipperDemo/HKClipperDemo/HKClipper/HKClipperView/HKClipperVeiw.h
clairehu7/HKClipperView
55fc216e37d5de4a08e2a2a5331c85d094a21141
[ "MIT" ]
null
null
null
HKClipperDemo/HKClipperDemo/HKClipper/HKClipperView/HKClipperVeiw.h
clairehu7/HKClipperView
55fc216e37d5de4a08e2a2a5331c85d094a21141
[ "MIT" ]
8
2016-11-21T13:42:55.000Z
2020-02-24T13:02:15.000Z
// // HKClipperVeiw.h // HKBaseDemo // // Created by hukaiyin on 16/8/9. // Copyright © 2016年 hukaiyin. All rights reserved. // #import <UIKit/UIKit.h> typedef NS_ENUM (NSUInteger, ClipperType) { ClipperTypeImgMove, ClipperTypeImgStay }; @interface HKClipperVeiw : UIView @property (nonatomic, strong) UI...
19.333333
52
0.724138
564748a793f24230aff4c08cd643afb75087213a
3,902
h
C
iOSOpenDev/frameworks/AccountSettings.framework/Headers/AccountsManager.h
bzxy/cydia
f8c838cdbd86e49dddf15792e7aa56e2af80548d
[ "MIT" ]
678
2017-11-17T08:33:19.000Z
2022-03-26T10:40:20.000Z
iOSOpenDev/frameworks/AccountSettings.framework/Headers/AccountsManager.h
chenfanfang/Cydia
5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0
[ "MIT" ]
22
2019-04-16T05:51:53.000Z
2021-11-08T06:18:45.000Z
iOSOpenDev/frameworks/AccountSettings.framework/Headers/AccountsManager.h
chenfanfang/Cydia
5efce785bfd5f1064b9c0f0e29a9cc05aa24cad0
[ "MIT" ]
170
2018-06-10T07:59:20.000Z
2022-03-22T16:19:33.000Z
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings */ #import <AccountSettings/AccountsManager.h> @class NSMutableDictionary, NSMutableArray, NSArray; @interface AccountsManager : NSObject { NSMutableDictionary *_topLevel...
47.585366
160
0.778319
14c1ddb6b2ef72d3c0827b23fd399bb37c4bba60
2,517
h
C
ds/security/csps/cryptoflex/slbcsp/cntrfinder.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
ds/security/csps/cryptoflex/slbcsp/cntrfinder.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
ds/security/csps/cryptoflex/slbcsp/cntrfinder.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
// CntrFinder.h -- Container Finder class header // (c) Copyright Schlumberger Technology Corp., unpublished work, created // 1999. This computer program includes Confidential, Proprietary // Information and is a Trade Secret of Schlumberger Technology Corp. All // use, disclosure, and/or reproduction is prohibit...
31.4625
105
0.400079
4ea83d760d8a6f8c8dcf3399ceb20e8c7369d97d
2,415
h
C
karman/multiple_particles_code/.qccbey1rk/grid/mempool.h
MNegus/fluid-art
47721e59c3b8e8db562133888571cb17c568eaf6
[ "Apache-2.0" ]
null
null
null
karman/multiple_particles_code/.qccbey1rk/grid/mempool.h
MNegus/fluid-art
47721e59c3b8e8db562133888571cb17c568eaf6
[ "Apache-2.0" ]
null
null
null
karman/multiple_particles_code/.qccbey1rk/grid/mempool.h
MNegus/fluid-art
47721e59c3b8e8db562133888571cb17c568eaf6
[ "Apache-2.0" ]
null
null
null
#ifndef BASILISK_HEADER_41 #define BASILISK_HEADER_41 #line 1 "/home/michael/basilisk_1/src/grid/mempool.h" /* A memory pool implementation for fixed-size blocks It uses Simple Segregated Storage, see e.g: http://www.boost.org/doc/libs/1_55_0/libs/pool/doc/html/boost_pool/pool/pooling.html */ typedef struct _Po...
22.361111
87
0.586335
5e12cb095d4d717bb0f7f185754c097dded0854e
1,969
h
C
JXUtilsKit/Tools/JXAuthorizationTool.h
Barnett2050/JXUtilsKit
0e77e47636aba5f07b36a1ef4cde7d2b6fe481d5
[ "MIT" ]
1
2022-03-18T06:44:36.000Z
2022-03-18T06:44:36.000Z
JXUtilsKit/Tools/JXAuthorizationTool.h
Barnett2050/JXUtilsKit
0e77e47636aba5f07b36a1ef4cde7d2b6fe481d5
[ "MIT" ]
null
null
null
JXUtilsKit/Tools/JXAuthorizationTool.h
Barnett2050/JXUtilsKit
0e77e47636aba5f07b36a1ef4cde7d2b6fe481d5
[ "MIT" ]
null
null
null
// // JXAuthorizationTool.h // JXUtilsKit // // Created by Barnett on 2021/8/3. // Copyright © 2021 Barnett. All rights reserved. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN typedef enum : NSUInteger { JXAuthorizationRequestCamera = 0, // 相机 JXAuthorizationRequestPhotoLibraryAddOnly AP...
32.278689
154
0.779584
b2bc0ec6d3f209eb7b897debf096514417ac5000
4,455
h
C
examples/SAM_DUE_WiFiNINA_WM/defines.h
khoih-prog/Blynk_WiFiNINA_WM
7d91a63996f53859c72a650ee79d0daf2fceebbd
[ "MIT" ]
2
2021-06-05T02:51:34.000Z
2021-06-10T14:10:36.000Z
examples/SAM_DUE_WiFiNINA_WM/defines.h
khoih-prog/Blynk_WiFiNINA_WM
7d91a63996f53859c72a650ee79d0daf2fceebbd
[ "MIT" ]
1
2020-11-26T15:26:35.000Z
2020-11-26T16:13:12.000Z
examples/SAM_DUE_WiFiNINA_WM/defines.h
khoih-prog/Blynk_WiFiNINA_WM
7d91a63996f53859c72a650ee79d0daf2fceebbd
[ "MIT" ]
1
2020-08-26T19:32:08.000Z
2020-08-26T19:32:08.000Z
/**************************************************************************************************************************** defines.h For SAM DUE boards using WiFiNINA Shields Blynk_WiFiNINA_WM is a library for the Mega, Teensy, SAM DUE, nRF52, STM32, SAMD and RP2040 boards (https://github.com/khoih-prog/Bl...
31.821429
127
0.625365
05755df4f286dc291d223e99f41fab6d472fe1d0
889
h
C
examples/dualmotes-nullnet/monitor/project-conf.h
RoaldVG/contiki-ng-combined
6e0ba637a4a7f6b26f5e25b72ffb3e3bd2e40f49
[ "BSD-3-Clause" ]
null
null
null
examples/dualmotes-nullnet/monitor/project-conf.h
RoaldVG/contiki-ng-combined
6e0ba637a4a7f6b26f5e25b72ffb3e3bd2e40f49
[ "BSD-3-Clause" ]
null
null
null
examples/dualmotes-nullnet/monitor/project-conf.h
RoaldVG/contiki-ng-combined
6e0ba637a4a7f6b26f5e25b72ffb3e3bd2e40f49
[ "BSD-3-Clause" ]
2
2021-04-28T10:14:00.000Z
2021-04-28T10:25:53.000Z
#ifndef PROJECT_CONF_H_ #define PROJECT_CONF_H_ #include "stdint.h" #include "sys/rtimer.h" //#define ZOUL_CONF_USE_CC1200_RADIO 1 #undef IEEE802154_CONF_DEFAULT_CHANNEL #define IEEE802154_CONF_DEFAULT_CHANNEL 20 #define ENERGEST_FREQ 100 // every x messages a message is sent to the energest sink #define IO_WI...
24.027027
92
0.778403
b281ac8c0f1605426138a5868d786b1c187afb8d
2,085
h
C
shell/gpu/gpu_surface_vulkan.h
charafau/engine
c4a1a72da5dde44cc6288f8c4c0020b03e1e9279
[ "BSD-3-Clause" ]
1
2022-03-14T18:29:14.000Z
2022-03-14T18:29:14.000Z
shell/gpu/gpu_surface_vulkan.h
MasahideMori-SimpleAppli/engine
1adccf1592cd980af3e446a344f738f7b2ac853c
[ "BSD-3-Clause" ]
2
2019-05-09T12:15:03.000Z
2020-03-09T09:24:39.000Z
shell/gpu/gpu_surface_vulkan.h
MasahideMori-SimpleAppli/engine
1adccf1592cd980af3e446a344f738f7b2ac853c
[ "BSD-3-Clause" ]
1
2022-02-08T00:14:53.000Z
2022-02-08T00:14:53.000Z
// Copyright 2013 The Flutter 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 SHELL_GPU_GPU_SURFACE_VULKAN_H_ #define SHELL_GPU_GPU_SURFACE_VULKAN_H_ #include <memory> #include "flutter/flow/surface.h" #include "flutter/fml...
30.661765
82
0.658513
c98e815c1f950a840069b8460dcb4f99f9b8a0af
206
c
C
validation/label-redefined.c
sanfusu/Sparse
2b96cd804dc7e4b5f6a0aae62c1962bd6b2caae9
[ "MIT" ]
17
2017-05-19T04:42:18.000Z
2022-03-18T14:22:52.000Z
validation/label-redefined.c
sanfusu/Sparse
2b96cd804dc7e4b5f6a0aae62c1962bd6b2caae9
[ "MIT" ]
1
2018-03-18T19:33:06.000Z
2018-03-18T22:48:28.000Z
validation/label-redefined.c
sanfusu/Sparse
2b96cd804dc7e4b5f6a0aae62c1962bd6b2caae9
[ "MIT" ]
8
2020-01-04T20:04:51.000Z
2022-03-18T14:22:56.000Z
extern void fun(void); static void foo(int p) { l: if (p) l: fun(); } /* * check-name: label-redefined * * check-error-start label-redefined.c:7:1: error: label 'l' redefined * check-error-end */
11.444444
49
0.631068
f97e30036f83f4e58e47a44bc5d821ee7a5ee0ca
526
h
C
src/unity/djinni/objc/DBWalletLockStatus.h
guldenpay/gulden-official
4ae4cc4143ed9c1c15896fe81ad5b64f43829e1b
[ "MIT" ]
1
2015-09-27T07:07:57.000Z
2015-09-27T07:07:57.000Z
src/unity/djinni/objc/DBWalletLockStatus.h
guldenpay/gulden-official
4ae4cc4143ed9c1c15896fe81ad5b64f43829e1b
[ "MIT" ]
null
null
null
src/unity/djinni/objc/DBWalletLockStatus.h
guldenpay/gulden-official
4ae4cc4143ed9c1c15896fe81ad5b64f43829e1b
[ "MIT" ]
null
null
null
// AUTOGENERATED FILE - DO NOT MODIFY! // This file generated by Djinni from libunity.djinni #import <Foundation/Foundation.h> @interface DBWalletLockStatus : NSObject - (nonnull instancetype)initWithLocked:(BOOL)locked lockTimeout:(int64_t)lockTimeout; + (nonnull instancetype)walletLockSta...
30.941176
72
0.703422
c75ad3532903017ef67efa0ce9147270c7f10871
16,205
c
C
sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56990_b0/bcm56990_b0_lta_bcmltx_port_q_oper_state_xfrm_handler.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56990_b0/bcm56990_b0_lta_bcmltx_port_q_oper_state_xfrm_handler.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56990_b0/bcm56990_b0_lta_bcmltx_port_q_oper_state_xfrm_handler.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
/******************************************************************************* * * DO NOT EDIT THIS FILE! * This file is auto-generated by fltg from Logical Table mapping files. * * Tool: $SDK/INTERNAL/fltg/bin/fltg * * Edits to this file will be lost when it is regenerated. * * This license is set out in ht...
31.103647
134
0.738476
241513b8cde6b226e8e8d3f80b6f80382cb8040d
232
h
C
src/sensors.h
odontomachus/hotbox
d42c48d7f056f2b1f7bd707ad674e737a3c2fe08
[ "MIT" ]
null
null
null
src/sensors.h
odontomachus/hotbox
d42c48d7f056f2b1f7bd707ad674e737a3c2fe08
[ "MIT" ]
null
null
null
src/sensors.h
odontomachus/hotbox
d42c48d7f056f2b1f7bd707ad674e737a3c2fe08
[ "MIT" ]
null
null
null
const double phys_params[2][3] = { {0.0009083, 0.0002229, 4.232e-08}, {0.001109, 0.0001925, 1.471e-07} }; const double log_resistors[2] = {9.890909, 9.893437}; const char mux_mask[2] = {0b0101, 0b0100}; void ADC_init(void);
29
53
0.663793
c9b5ba49c1d6fb16d9bf0f79f538239f37e2a331
827
h
C
HAPI/optix/Renderer.h
Geerthan/HAPI-GPU
a9ffe70b1b43392344fef2ba552965b4eb8cc4a2
[ "MIT" ]
null
null
null
HAPI/optix/Renderer.h
Geerthan/HAPI-GPU
a9ffe70b1b43392344fef2ba552965b4eb8cc4a2
[ "MIT" ]
null
null
null
HAPI/optix/Renderer.h
Geerthan/HAPI-GPU
a9ffe70b1b43392344fef2ba552965b4eb8cc4a2
[ "MIT" ]
null
null
null
#pragma once #define NOMINMAX #include <optix.h> #include <optixu/optixu_matrix.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <sutil/sutil.h> #include <fstream> #include <string> #include <iostream> #include <map> #include "ProgramCreator.h" #include "GeometryGenerator.h" class Renderer { priv...
19.232558
79
0.720677
dba39a34b8155ecd6c4a9c55ba233515b56980a5
222
h
C
AlarmClock/AlarmClock/TableViewController.h
LZ-lizhen/LZAlarmClock
d65bcb0a1209dd44acd12d8d10753146f29a53e5
[ "MIT" ]
1
2017-03-08T01:21:38.000Z
2017-03-08T01:21:38.000Z
AlarmClock/AlarmClock/TableViewController.h
LZ-lizhen/LZAlarmClock
d65bcb0a1209dd44acd12d8d10753146f29a53e5
[ "MIT" ]
1
2017-07-13T09:11:49.000Z
2017-07-13T09:11:49.000Z
AlarmClock/AlarmClock/TableViewController.h
LZ-lizhen/LZAlarmClock
d65bcb0a1209dd44acd12d8d10753146f29a53e5
[ "MIT" ]
null
null
null
// // TableViewController.h // AlarmClock // // Created by lizhen on 17/2/27. // Copyright © 2017年 lizhen. All rights reserved. // #import <UIKit/UIKit.h> @interface TableViewController : UITableViewController @end
15.857143
54
0.711712
57de273e31de3514f97bc868aca6efc8dc4616aa
2,566
h
C
include/PPF.h
adrelino/point-pair-features
cda8eb667b2866d6384a4e203bb81183230d2b51
[ "Apache-2.0" ]
58
2015-10-17T16:01:14.000Z
2022-03-30T06:36:47.000Z
include/PPF.h
Micalson/ppf-reconstruction
cda8eb667b2866d6384a4e203bb81183230d2b51
[ "Apache-2.0" ]
1
2016-02-28T02:54:11.000Z
2017-04-13T06:26:16.000Z
include/PPF.h
Micalson/ppf-reconstruction
cda8eb667b2866d6384a4e203bb81183230d2b51
[ "Apache-2.0" ]
27
2016-05-26T11:40:45.000Z
2022-01-21T06:35:05.000Z
// // PPF.h // PointPairFeatures // // Created by Adrian Haarbach on 02.08.14. // Copyright (c) 2014 Adrian Haarbach. All rights reserved. // #ifndef __PointPairFeatures__PPF__ #define __PointPairFeatures__PPF__ #include <iostream> #include <eigen3/Eigen/Dense> #include <vector> #include "Params.h" using names...
26.183673
100
0.632892
70eeb1a8698e88a5680865fe775acb1c92952d0b
185
c
C
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.dg/torture/pr27116.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
llvm-gcc-4.2-2.9/gcc/testsuite/gcc.dg/torture/pr27116.c
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/testsuite/gcc.dg/torture/pr27116.c
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
/* { dg-do run } */ extern void abort(void); int f(int a, int b) { return (-1 - a) / (-b); } int main() { if (f(__INT_MAX__, 2) != __INT_MAX__/2 + 1) abort (); return 0; }
11.5625
45
0.508108
d12b9dee8aa6c347bddd2b85b4db412b5d1dcfce
689
h
C
hal/armv7/syspage.h
MaciejPurski/phoenix-rtos-kernel
b15f964f671bd89988de41e5b151fa20b6535f97
[ "BSD-3-Clause" ]
null
null
null
hal/armv7/syspage.h
MaciejPurski/phoenix-rtos-kernel
b15f964f671bd89988de41e5b151fa20b6535f97
[ "BSD-3-Clause" ]
null
null
null
hal/armv7/syspage.h
MaciejPurski/phoenix-rtos-kernel
b15f964f671bd89988de41e5b151fa20b6535f97
[ "BSD-3-Clause" ]
null
null
null
/* * Phoenix-RTOS * * Operating system kernel * * System information page (prepared by kernel loader) * * Copyright 2017 Phoenix Systems * Author: Pawel Pisarczyk * * This file is part of Phoenix-RTOS. * * %LICENSE% */ #ifndef _HAL_SYSPAGE_H_ #define _HAL_SYSPAGE_H_ #include "cpu.h" #ifndef __ASSEMBLY__...
12.087719
54
0.708273
cd0d98762b3e28694e76cf2394222d38a38bc036
32
c
C
repository/linux/test553.c
ProgramRepair/SearchRepair
10ce5c53afa0d287d52e821bc2abfad774b63d26
[ "MIT" ]
22
2016-02-03T21:49:53.000Z
2021-12-21T19:18:13.000Z
repository/linux/test553.c
ProgramRepair/SearchRepair
10ce5c53afa0d287d52e821bc2abfad774b63d26
[ "MIT" ]
3
2015-10-30T22:17:08.000Z
2019-03-13T15:56:38.000Z
repository/linux/test553.c
ProgramRepair/SearchRepair
10ce5c53afa0d287d52e821bc2abfad774b63d26
[ "MIT" ]
6
2015-11-12T16:57:02.000Z
2019-08-07T10:27:11.000Z
void test(int v){ v = v ;}
16
17
0.4375
2f0d7b5db354688ed9a4c02f2b2b3345b7e42656
177
h
C
src/STE/ECS/Systems/ConsoleStateSystem.h
silenttowergames/stonetowerenginw
f47977d864f177cb06e681c50c6120c5a630115d
[ "0BSD" ]
7
2020-08-20T17:02:01.000Z
2022-03-25T13:50:40.000Z
src/STE/ECS/Systems/ConsoleStateSystem.h
silenttowergames/stonetowerenginw
f47977d864f177cb06e681c50c6120c5a630115d
[ "0BSD" ]
23
2020-09-17T22:15:38.000Z
2021-04-17T16:31:01.000Z
src/STE/ECS/Systems/ConsoleStateSystem.h
silenttowergames/stonetowerengine
f47977d864f177cb06e681c50c6120c5a630115d
[ "0BSD" ]
null
null
null
#pragma once #include <flecs.h> #include "../../Application/ApplicationStateFunctions.h" #include "../../Debug/ConsoleState.h" void ConsoleStateSystem(ApplicationState* app);
22.125
56
0.751412
f3ba127235586e027285d1697314f52c9282cf93
8,952
c
C
src/utils/threading/threadpool.c
simonjj22/libsafecrypto
3717bec9d9298f163f45acd5af54d708e03e0b9f
[ "MIT" ]
null
null
null
src/utils/threading/threadpool.c
simonjj22/libsafecrypto
3717bec9d9298f163f45acd5af54d708e03e0b9f
[ "MIT" ]
null
null
null
src/utils/threading/threadpool.c
simonjj22/libsafecrypto
3717bec9d9298f163f45acd5af54d708e03e0b9f
[ "MIT" ]
null
null
null
/***************************************************************************** * Copyright (C) Queen's University Belfast, ECIT, 2016 * * * * This file is part of libsafecrypto. * * ...
29.642384
87
0.576519
2876c9100b048d494074d68df6b8522ce4afe4e9
646
h
C
Loose-GNSS-IMU/Loose-GNSS-IMU/ReaderIMU.h
seongq/Loose-GNSS-IMU
aa2311566d2b1110983d88f055a70bb19b47e4bb
[ "MIT" ]
128
2019-01-28T18:22:59.000Z
2022-03-14T07:05:51.000Z
Loose-GNSS-IMU/Loose-GNSS-IMU/ReaderIMU.h
SignalImageCV/Loose-GNSS-IMU
aa2311566d2b1110983d88f055a70bb19b47e4bb
[ "MIT" ]
12
2019-04-02T18:17:09.000Z
2022-03-25T01:58:59.000Z
Loose-GNSS-IMU/Loose-GNSS-IMU/ReaderIMU.h
SignalImageCV/Loose-GNSS-IMU
aa2311566d2b1110983d88f055a70bb19b47e4bb
[ "MIT" ]
53
2019-04-03T03:44:37.000Z
2022-03-31T04:37:27.000Z
#pragma once /* * ReaderIMU.h * Read and organize IMU sensor input in epochwise manner * Created on: Sept 27, 2018 * Author: Aaron Boda */ #include "pch.h" #ifndef READERIMU_H_ #define READERIMU_H_ class ReaderIMU { public: // CONSTRUCTOR ReaderIMU(); // DESTRUCTOR ~ReaderIMU(); // Data Structures // To...
14.681818
56
0.685759
1a92e27dcb7c846c4fbd49a885a079113165ffc0
1,014
c
C
libft/ft_strlen.c
Davyd11/ft_minishell
3cfbb6e9a7a31906d721ed1e8e393425545ae6b5
[ "MIT" ]
null
null
null
libft/ft_strlen.c
Davyd11/ft_minishell
3cfbb6e9a7a31906d721ed1e8e393425545ae6b5
[ "MIT" ]
null
null
null
libft/ft_strlen.c
Davyd11/ft_minishell
3cfbb6e9a7a31906d721ed1e8e393425545ae6b5
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlen.c :+: :+: :+: ...
42.25
80
0.158777
b142e762c1c4b924540d729d38e8913ecd6e445d
1,701
h
C
src/main/include/subsystems/Turret.h
Team2959/2022RapidReact
e08ee79f7855d719ac4098b1bede8700b980f091
[ "BSD-3-Clause" ]
null
null
null
src/main/include/subsystems/Turret.h
Team2959/2022RapidReact
e08ee79f7855d719ac4098b1bede8700b980f091
[ "BSD-3-Clause" ]
null
null
null
src/main/include/subsystems/Turret.h
Team2959/2022RapidReact
e08ee79f7855d719ac4098b1bede8700b980f091
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <frc2/command/SubsystemBase.h> #include <rev/CANSparkMax.h> #include <rev/SparkMaxAnalogSensor.h> #include <frc/controller/PIDController.h> #include <frc/AnalogEncoder.h> #include <cwtech/Debug.h> #include <wpi/numbers> #include <frc/DigitalInput.h> #include <frc/DutyCycle.h> #include <RobotMap.h...
44.763158
149
0.772487
7f7d259b899a7dc3cd8864169f6056fdc4a258cc
1,824
c
C
pkg/acs/calacs/lib/multk2d.c
rendinam/hstcal
e08676b02e4c7cd06e3d5630b62f7b59951ac8c3
[ "BSD-3-Clause" ]
8
2016-07-28T15:14:27.000Z
2020-04-02T16:37:23.000Z
pkg/acs/calacs/lib/multk2d.c
rendinam/hstcal
e08676b02e4c7cd06e3d5630b62f7b59951ac8c3
[ "BSD-3-Clause" ]
484
2016-03-14T20:44:42.000Z
2022-03-31T15:54:38.000Z
pkg/acs/calacs/lib/multk2d.c
rendinam/hstcal
e08676b02e4c7cd06e3d5630b62f7b59951ac8c3
[ "BSD-3-Clause" ]
21
2016-03-14T14:22:35.000Z
2022-02-07T18:41:49.000Z
# include "hstio.h" # include "hstcal.h" /* The science data and the error array values are multiplied by k; the data quality array is not modified. M.D. De La Pena: 05 June 2018 Created AvgSciVal from AvgSciValLine (multk1d.c) and put the new routine here to complement the multk2d routine. */ int multk...
24.32
79
0.520285
cf9acccbdb6013dcef4008cac471aa53ac3bc7ed
5,139
c
C
mame/src/mame/video/dbz.c
clobber/MAME-OS-X
ca11d0e946636bda042b6db55c82113e5722fc08
[ "MIT" ]
15
2015-03-03T23:15:57.000Z
2021-11-12T07:09:24.000Z
mame/src/mame/video/dbz.c
clobber/MAME-OS-X
ca11d0e946636bda042b6db55c82113e5722fc08
[ "MIT" ]
null
null
null
mame/src/mame/video/dbz.c
clobber/MAME-OS-X
ca11d0e946636bda042b6db55c82113e5722fc08
[ "MIT" ]
8
2015-07-07T16:40:44.000Z
2020-08-18T06:57:29.000Z
/* Dragonball Z (c) 1993 Banpresto Dragonball Z 2 Super Battle (c) 1994 Banpresto Video hardware emulation. */ #include "emu.h" #include "video/konicdev.h" #include "includes/dbz.h" void dbz_tile_callback( running_machine &machine, int layer, int *code, int *color, int *flags ) { dbz_st...
30.772455
116
0.690407
9a5dae437ed97ef8796a732fd526c2b0fb8eea91
3,283
h
C
lib/active_shift2d.h
Queequeg92/Active-Shift-TF
51c078a0bb35739d7d4b7d343ed2e4947a9f927a
[ "Apache-2.0" ]
22
2018-10-03T20:37:01.000Z
2021-04-08T01:41:27.000Z
lib/active_shift2d.h
Queequeg92/Active-Shift-TF
51c078a0bb35739d7d4b7d343ed2e4947a9f927a
[ "Apache-2.0" ]
4
2019-01-24T15:35:00.000Z
2020-04-24T05:25:12.000Z
lib/active_shift2d.h
Queequeg92/Active-Shift-TF
51c078a0bb35739d7d4b7d343ed2e4947a9f927a
[ "Apache-2.0" ]
4
2018-12-27T14:15:09.000Z
2021-05-20T14:59:01.000Z
/* Copyright 2016 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.0 Unless required by applicable law or a...
34.197917
80
0.745659
2cd5aec30524fafecffbcde017dc9965462476a9
917
h
C
System/Library/PrivateFrameworks/MobileBackup.framework/MBDeviceTransferKeychain.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
System/Library/PrivateFrameworks/MobileBackup.framework/MBDeviceTransferKeychain.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/MobileBackup.framework/MBDeviceTransferKeychain.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:41:11 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 ...
28.65625
113
0.747001
306285929e2ab83be0537c2e9c48260160f6d1d8
1,279
h
C
usr/libexec/pipelined/CLGpsPosition.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
usr/libexec/pipelined/CLGpsPosition.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
usr/libexec/pipelined/CLGpsPosition.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 "NSSecureCoding-Protocol.h" @interface CLGpsPosition : NSObject <NSSecureCoding> { time_point_e708cccf _exp...
39.96875
132
0.769351
cf518d32ee3ffe71fd7962e1710fcb6fb8944315
7,600
h
C
include/IECoreNuke/LensDistort.h
bradleyhenke/cortex
f8245cc6c9464b1de9e6c6e57068248198e63de0
[ "BSD-3-Clause" ]
386
2015-01-02T11:10:43.000Z
2022-03-10T15:12:20.000Z
include/IECoreNuke/LensDistort.h
bradleyhenke/cortex
f8245cc6c9464b1de9e6c6e57068248198e63de0
[ "BSD-3-Clause" ]
484
2015-01-09T18:28:06.000Z
2022-03-31T16:02:04.000Z
include/IECoreNuke/LensDistort.h
bradleyhenke/cortex
f8245cc6c9464b1de9e6c6e57068248198e63de0
[ "BSD-3-Clause" ]
99
2015-01-28T23:18:04.000Z
2022-03-27T00:59:39.000Z
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2011, Weta Digital Limited. All rights reserved. // Copyright (c) 2013, Image Engine Design Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted...
38.77551
160
0.715263
45ce733874febdec69740426b64e03107ba0372c
1,291
h
C
core/include/mmcore/InstanceRequest.h
xge/megamol
1e298dd3d8b153d7468ed446f6b2ed3ac49f0d5b
[ "BSD-3-Clause" ]
49
2017-08-23T13:24:24.000Z
2022-03-16T09:10:58.000Z
core/include/mmcore/InstanceRequest.h
xge/megamol
1e298dd3d8b153d7468ed446f6b2ed3ac49f0d5b
[ "BSD-3-Clause" ]
200
2018-07-20T15:18:26.000Z
2022-03-31T11:01:44.000Z
core/include/mmcore/InstanceRequest.h
xge/megamol
1e298dd3d8b153d7468ed446f6b2ed3ac49f0d5b
[ "BSD-3-Clause" ]
31
2017-07-31T16:19:29.000Z
2022-02-14T23:41:03.000Z
/* * InstanceRequest.h * * Copyright (C) 2009 by VISUS (Universitaet Stuttgart). * Alle Rechte vorbehalten. */ #ifndef MEGAMOLCORE_INSTANCEREQUEST_H_INCLUDED #define MEGAMOLCORE_INSTANCEREQUEST_H_INCLUDED #if (defined(_MSC_VER) && (_MSC_VER > 1000)) #pragma once #endif /* (defined(_MSC_VER) && (_MSC_VER > 1000)) ...
20.171875
62
0.646011
ca1c95ca49729a2c592cf8db7a91a165a0096e3b
88,062
c
C
Games/Set/src/src/gfx/logo.c
CiaranGruber/Ti-84-Calculator
96742a4a2b9e21aa9d675575dc7e4f26365430c0
[ "MIT" ]
1
2019-03-31T11:49:12.000Z
2019-03-31T11:49:12.000Z
Games/Set/src/src/gfx/logo.c
CiaranGruber/Ti-84-Calculator
96742a4a2b9e21aa9d675575dc7e4f26365430c0
[ "MIT" ]
null
null
null
Games/Set/src/src/gfx/logo.c
CiaranGruber/Ti-84-Calculator
96742a4a2b9e21aa9d675575dc7e4f26365430c0
[ "MIT" ]
1
2020-03-09T13:21:19.000Z
2020-03-09T13:21:19.000Z
// convpng v6.8 #include <stdint.h> #include "logo_gfx.h" // 8 bpp image uint8_t logo_data[17552] = { 195,90, // width,height 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,...
889.515152
976
0.798142
43f372cde43a55783075ed5c294b9766ef08e898
1,143
h
C
mingw/x86_64-w64-mingw32/include/mapiwin.h
featherflew/DLSA2018
5b6e404060c19bf558e938a145ab89c0a01678d2
[ "MIT" ]
null
null
null
mingw/x86_64-w64-mingw32/include/mapiwin.h
featherflew/DLSA2018
5b6e404060c19bf558e938a145ab89c0a01678d2
[ "MIT" ]
null
null
null
mingw/x86_64-w64-mingw32/include/mapiwin.h
featherflew/DLSA2018
5b6e404060c19bf558e938a145ab89c0a01678d2
[ "MIT" ]
1
2020-11-04T03:27:51.000Z
2020-11-04T03:27:51.000Z
/** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the w64 mingw-runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ #ifndef __MAPIWIN_H__ #define __MAPIWIN_H__ #include "mapinls.h" #ifdef __cplusplus extern "C" { #endi...
28.575
93
0.764654
31944d63338c06aee06b274174e866f7c20bec4e
4,149
h
C
sys/sys/ttyhook.h
dcui/FreeBSD-9.3_kernel
39d9caaa6ba320e2f8e910b1f5f01efc24ca4a92
[ "BSD-3-Clause" ]
3
2015-12-15T00:56:39.000Z
2018-01-11T01:01:38.000Z
sys/sys/ttyhook.h
dcui/FreeBSD-9.3_kernel
39d9caaa6ba320e2f8e910b1f5f01efc24ca4a92
[ "BSD-3-Clause" ]
null
null
null
sys/sys/ttyhook.h
dcui/FreeBSD-9.3_kernel
39d9caaa6ba320e2f8e910b1f5f01efc24ca4a92
[ "BSD-3-Clause" ]
2
2018-01-11T01:01:12.000Z
2020-11-19T03:07:29.000Z
/*- * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, thi...
28.033784
77
0.744517
bdf40d1e66e29fa56974fd75d3475a4103dc4795
3,146
c
C
x/x.c
supermock/cgoemitter-demo
4d291c17337afc0bd20e2b36e32806725e62d0cb
[ "MIT" ]
1
2018-01-25T22:54:19.000Z
2018-01-25T22:54:19.000Z
x/x.c
supermock/cgoemitter-demo
4d291c17337afc0bd20e2b36e32806725e62d0cb
[ "MIT" ]
null
null
null
x/x.c
supermock/cgoemitter-demo
4d291c17337afc0bd20e2b36e32806725e62d0cb
[ "MIT" ]
1
2018-01-25T22:58:10.000Z
2018-01-25T22:58:10.000Z
#include "x.h" void check_err_cgoemitter_args_halloc_arg(void* value) { if (value == NULL) puts("Failed on cgoemitter_args_halloc_arg()"); } void check_err_cgoemitter_args_add_arg(int code) { if (code == EXIT_FAILURE) puts("Failed on cgoemitter_args_add_arg()"); } void say(char* text) { char message_result[256...
29.961905
115
0.764781
aefad0a550feb31821dd4ddffbd06815c1d4f863
687
c
C
namespace/main-1-uts.c
beyanger/sc
1ae3db932b0fe8d692d72b6b039e0eba60a9d5a6
[ "BSD-2-Clause" ]
null
null
null
namespace/main-1-uts.c
beyanger/sc
1ae3db932b0fe8d692d72b6b039e0eba60a9d5a6
[ "BSD-2-Clause" ]
null
null
null
namespace/main-1-uts.c
beyanger/sc
1ae3db932b0fe8d692d72b6b039e0eba60a9d5a6
[ "BSD-2-Clause" ]
null
null
null
#define _GNU_SOURCE #include <sys/types.h> #include <sys/wait.h> #include <stdio.h> #include <sched.h> #include <signal.h> #include <unistd.h> #define STACK_SIZE (1024*1024) static char stack[STACK_SIZE]; char *const args[] = { "/bin/bash", NULL }; int container_routine(void *arg) { printf("inside container wit...
18.567568
60
0.681223
64a1bbf916cb42226403efb09e1e750773857075
8,492
h
C
wos.ru_iOS/Pods/Headers/Chivy/CHWebBrowserViewController.h
DZamataev/wos.ru_iOS
923923c9aea4e595c40c0077a1c12b5ea827e440
[ "MIT" ]
1
2022-03-18T09:28:57.000Z
2022-03-18T09:28:57.000Z
wos.ru_iOS/Pods/Headers/Chivy/CHWebBrowserViewController.h
DZamataev/wos.ru_iOS
923923c9aea4e595c40c0077a1c12b5ea827e440
[ "MIT" ]
null
null
null
wos.ru_iOS/Pods/Headers/Chivy/CHWebBrowserViewController.h
DZamataev/wos.ru_iOS
923923c9aea4e595c40c0077a1c12b5ea827e440
[ "MIT" ]
null
null
null
// // CHWebBrowserViewController.h // Chivy // // Created by Denis Zamataev on 10/31/13. // Copyright (c) 2013 Denis Zamataev. All rights reserved. // #import <UIKit/UIKit.h> #import <CBAutoScrollLabel.h> #import <DKBackBarButtonItem.h> #import <ARSafariActivity.h> #import <ARChromeActivity.h> #import <NJKWebViewP...
49.372093
302
0.771079
031af422aef3d6f0dc4a89159f239abfc952ad6b
716
h
C
YKSDK/YKSDK.framework/Headers/YKRemoteMatchDeviceKey.h
yaokantv/YKSDK-iOS
4d35b37f5c767fb605086e4918339928bfc199c1
[ "MIT" ]
10
2017-06-30T03:30:41.000Z
2021-11-18T07:04:35.000Z
YKSDK/YKSDK.framework/Headers/YKRemoteMatchDeviceKey.h
yaokantv/YKSDK-iOS
4d35b37f5c767fb605086e4918339928bfc199c1
[ "MIT" ]
1
2017-10-09T06:24:50.000Z
2017-11-22T09:52:28.000Z
YKSDK/YKSDK.framework/Headers/YKRemoteMatchDeviceKey.h
yaokantv/YKSDK-iOS
4d35b37f5c767fb605086e4918339928bfc199c1
[ "MIT" ]
4
2017-06-05T01:42:59.000Z
2019-07-24T07:53:01.000Z
// // YKRemoteMatchDeviceKey.h // Pods // // Created by Don on 2017/1/18. // // #import <Foundation/Foundation.h> @interface YKRemoteMatchDeviceKey : NSObject @property (nonatomic, copy) NSString *key; // 遥控键名 @property (nonatomic, copy) NSString *shortCMD; // short 短码 @property (nona...
31.130435
71
0.594972
82fec44abdc4798d9c3006876d2361c71a44bb6e
2,115
h
C
DearPyGui/src/Core/AppItems/mvWindowAppItem.h
AltoRetrato/DearPyGui
c8d7940aa3ccd0e95b7aefa661160fb626bb21b0
[ "MIT" ]
null
null
null
DearPyGui/src/Core/AppItems/mvWindowAppItem.h
AltoRetrato/DearPyGui
c8d7940aa3ccd0e95b7aefa661160fb626bb21b0
[ "MIT" ]
null
null
null
DearPyGui/src/Core/AppItems/mvWindowAppItem.h
AltoRetrato/DearPyGui
c8d7940aa3ccd0e95b7aefa661160fb626bb21b0
[ "MIT" ]
null
null
null
#pragma once #include <utility> #include "Core/AppItems/mvTypeBases.h" #include "mvApp.h" #include "mvEventHandler.h" namespace Marvel { //----------------------------------------------------------------------------- // mvWindowAppitem // - this needs cleaning up badly //------------------------------------...
33.571429
88
0.573522
89e0fa057c91290cc7eb4f30eea6788f8d688381
223
h
C
include/cru/platform/gui/osx/Keyboard.h
crupest/Cru
261681705b9a1b8d939d1420c3373c5591316549
[ "Apache-2.0" ]
null
null
null
include/cru/platform/gui/osx/Keyboard.h
crupest/Cru
261681705b9a1b8d939d1420c3373c5591316549
[ "Apache-2.0" ]
null
null
null
include/cru/platform/gui/osx/Keyboard.h
crupest/Cru
261681705b9a1b8d939d1420c3373c5591316549
[ "Apache-2.0" ]
null
null
null
#pragma once #include "cru/platform/gui/Keyboard.h" namespace cru::platform::gui::osx { KeyCode KeyCodeFromOsxToCru(unsigned short n); unsigned short KeyCodeFromCruToOsx(KeyCode k); } // namespace cru::platform::gui::osx
27.875
46
0.7713
c58664c6f3339bcf9d94054aa9cab6ebdaf356f0
3,297
h
C
Code/Base/askap/current/askap/SignalManagerSingleton.h
rtobar/askapsoft
6bae06071d7d24f41abe3f2b7f9ee06cb0a9445e
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
1
2020-06-18T08:37:43.000Z
2020-06-18T08:37:43.000Z
Code/Base/askap/current/askap/SignalManagerSingleton.h
ATNF/askapsoft
d839c052d5c62ad8a511e58cd4b6548491a6006f
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
null
null
null
Code/Base/askap/current/askap/SignalManagerSingleton.h
ATNF/askapsoft
d839c052d5c62ad8a511e58cd4b6548491a6006f
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
null
null
null
/// @file SignalManagerSingleton.h /// @brief /// /// @copyright (c) 2010 CSIRO /// Australia Telescope National Facility (ATNF) /// Commonwealth Scientific and Industrial Research Organisation (CSIRO) /// PO Box 76, Epping NSW 1710, Australia /// atnf-enquiries@csiro.au /// /// This file is part of the ASKAP software ...
37.044944
81
0.646042
5cc1da3da67012b2487c35e59f190c26f9fea3f5
3,298
c
C
src/pci_uart.c
mike-pt/xhyve
da4b97e52f55c4a3ae31efd52e1fa21f37e04550
[ "Intel", "BSD-2-Clause" ]
1,449
2018-02-23T21:40:16.000Z
2022-03-31T22:07:38.000Z
src/pci_uart.c
mike-pt/xhyve
da4b97e52f55c4a3ae31efd52e1fa21f37e04550
[ "Intel", "BSD-2-Clause" ]
143
2015-12-09T03:07:05.000Z
2018-02-27T16:57:32.000Z
src/pci_uart.c
mike-pt/xhyve
da4b97e52f55c4a3ae31efd52e1fa21f37e04550
[ "Intel", "BSD-2-Clause" ]
132
2018-07-02T19:07:54.000Z
2022-03-23T02:37:52.000Z
/*- * Copyright (c) 2012 NetApp, Inc. * Copyright (c) 2015 xhyve developers * 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 copy...
27.483333
84
0.733172
cf1e526de56ac0fadd1c75b05b964481d8ec3e09
11,637
c
C
runtime/musl-lkl/lkl/drivers/media/pci/saa7134/saa7134-i2c.c
dme26/intravisor
9bf9c50aa14616bd9bd66eee47623e8b61514058
[ "MIT" ]
11
2022-02-05T12:12:43.000Z
2022-03-08T08:09:08.000Z
runtime/musl-lkl/lkl/drivers/media/pci/saa7134/saa7134-i2c.c
dme26/intravisor
9bf9c50aa14616bd9bd66eee47623e8b61514058
[ "MIT" ]
3
2021-09-06T09:14:42.000Z
2022-03-27T08:09:54.000Z
runtime/musl-lkl/lkl/drivers/media/pci/saa7134/saa7134-i2c.c
dme26/intravisor
9bf9c50aa14616bd9bd66eee47623e8b61514058
[ "MIT" ]
1
2022-03-18T07:17:40.000Z
2022-03-18T07:17:40.000Z
/* * * device driver for philips saa7134 based TV cards * i2c interface support * * (c) 2001,02 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs] * * 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 Foun...
25.188312
76
0.634957
d0a9da49531ecce667ab99fb43697d82855acfe7
79
h
C
App/stdafx.h
refactormyself/CPPlingua
fd7e020efa9d8351448575650dd47401337814b3
[ "BSD-2-Clause" ]
59
2019-11-22T08:06:40.000Z
2022-02-25T16:56:38.000Z
App/stdafx.h
refactormyself/CPPlingua
fd7e020efa9d8351448575650dd47401337814b3
[ "BSD-2-Clause" ]
null
null
null
App/stdafx.h
refactormyself/CPPlingua
fd7e020efa9d8351448575650dd47401337814b3
[ "BSD-2-Clause" ]
12
2019-11-22T18:00:58.000Z
2022-01-05T15:23:18.000Z
#pragma once // TODO: reference additional headers your program requires here
19.75
64
0.797468
fd9bdff55e477fbb673b361a3c00d706a6580836
1,019
h
C
cases/adaptive_surfers_in_channel_flow_z/param/env/objects/static/surfer__us_0o1__surftimeprefactor_1o0/group/homogeneous/_member/agent/_behaviour/navigator/_behaviour_direction/choice.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
cases/adaptive_surfers_in_channel_flow_z/param/env/objects/static/surfer__us_0o1__surftimeprefactor_1o0/group/homogeneous/_member/agent/_behaviour/navigator/_behaviour_direction/choice.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
cases/adaptive_surfers_in_channel_flow_z/param/env/objects/static/surfer__us_0o1__surftimeprefactor_1o0/group/homogeneous/_member/agent/_behaviour/navigator/_behaviour_direction/choice.h
C0PEP0D/sheld0n
497d4ee8b6b1815cd5fa1b378d1b947ee259f4bc
[ "MIT" ]
null
null
null
#ifndef C0P_PARAM_OBJECTS_SURFER__US_0O1__SURFTIMEPREFACTOR_1O0_GROUP_HOMOGENEOUS_MEMBER_AGENT_BEHAVIOUR_NAVIGATOR_BEHAVIOUR_DIRECTION_CHOICE_H #define C0P_PARAM_OBJECTS_SURFER__US_0O1__SURFTIMEPREFACTOR_1O0_GROUP_HOMOGENEOUS_MEMBER_AGENT_BEHAVIOUR_NAVIGATOR_BEHAVIOUR_DIRECTION_CHOICE_H #pragma once // THIS FILE SHOUL...
59.941176
276
0.904809
a95edf493eaaa930794bad7a52a10aade06c1d31
4,928
c
C
examples/firhilb_example.c
nturay/quiet-dsp
dd79a381d1720e763f93c0eda09b02c0deda4777
[ "MIT" ]
42
2017-12-16T02:36:59.000Z
2022-02-27T08:16:21.000Z
examples/firhilb_example.c
nturay/quiet-dsp
dd79a381d1720e763f93c0eda09b02c0deda4777
[ "MIT" ]
1
2017-05-14T12:21:47.000Z
2017-05-14T12:21:47.000Z
examples/firhilb_example.c
nturay/quiet-dsp
dd79a381d1720e763f93c0eda09b02c0deda4777
[ "MIT" ]
15
2017-10-05T01:12:38.000Z
2021-03-16T07:55:48.000Z
// // firhilb_example.c // // Hilbert transform example. This example demonstrates the // functionality of firhilbf (finite impulse response Hilbert transform) // which converts a complex time series into a real one and then back. // // SEE ALSO: firhilb_interp_example.c // firhilb_example.c // #include <st...
40.393443
105
0.599229
654760589da5ba9426b849a042d5459281d1a5d6
467
h
C
buildbox-common/buildboxcommon/buildboxcommon_platformutils.h
sdclarke/buildbox-common
f77bf556176625b083dd45e2a6575a1301c6276a
[ "Apache-2.0" ]
null
null
null
buildbox-common/buildboxcommon/buildboxcommon_platformutils.h
sdclarke/buildbox-common
f77bf556176625b083dd45e2a6575a1301c6276a
[ "Apache-2.0" ]
null
null
null
buildbox-common/buildboxcommon/buildboxcommon_platformutils.h
sdclarke/buildbox-common
f77bf556176625b083dd45e2a6575a1301c6276a
[ "Apache-2.0" ]
null
null
null
#ifndef INCLUDED_BUILDBOXCOMMON_PLATFORMUTILS #define INCLUDED_BUILDBOXCOMMON_PLATFORMUTILS #include <string> #include <vector> namespace buildboxcommon { struct PlatformUtils { /** * Return REAPI OSFamily of running system. */ static std::string getHostOSFamily(); /** * Return REAPI ISA ...
19.458333
47
0.721627
6594d57a0bb03db2e8652f661454d0122a742506
152
h
C
Example/Pods/Target Support Files/PredicateEditor/PredicateEditor-umbrella.h
arvindhsukumar/PredicateEditor
e2a022ab33fe15b999f076d187bc24ce2ba0f5c5
[ "MIT" ]
405
2016-07-26T06:39:00.000Z
2022-02-28T01:37:08.000Z
Example/Pods/Target Support Files/PredicateEditor/PredicateEditor-umbrella.h
arvindhsukumar/PredicateEditor
e2a022ab33fe15b999f076d187bc24ce2ba0f5c5
[ "MIT" ]
6
2016-08-01T13:48:11.000Z
2017-08-25T11:24:26.000Z
Example/Pods/Target Support Files/PredicateEditor/PredicateEditor-umbrella.h
arvindhsukumar/PredicateEditor
e2a022ab33fe15b999f076d187bc24ce2ba0f5c5
[ "MIT" ]
27
2016-07-26T21:21:13.000Z
2021-07-08T08:10:00.000Z
#import <UIKit/UIKit.h> FOUNDATION_EXPORT double PredicateEditorVersionNumber; FOUNDATION_EXPORT const unsigned char PredicateEditorVersionString[];
21.714286
69
0.855263
a9d91e2f80cb592141d066161313f555f110b5d9
20,266
c
C
app/v0.0.1/node_modules/grpc/src/core/ext/filters/max_age/max_age_filter.c
zssky/dbking
8f228f9e23f3da79ec40f653d80c9bd0022da283
[ "Apache-2.0" ]
57
2018-06-12T20:05:44.000Z
2022-03-21T05:17:45.000Z
app/v0.0.1/node_modules/grpc/src/core/ext/filters/max_age/max_age_filter.c
zssky/dbking
8f228f9e23f3da79ec40f653d80c9bd0022da283
[ "Apache-2.0" ]
1
2020-06-27T13:55:15.000Z
2021-03-10T07:48:22.000Z
app/v0.0.1/node_modules/grpc/src/core/ext/filters/max_age/max_age_filter.c
zssky/dbking
8f228f9e23f3da79ec40f653d80c9bd0022da283
[ "Apache-2.0" ]
15
2018-05-18T01:57:18.000Z
2021-12-02T07:37:16.000Z
/* * * Copyright 2017, 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 must retain the above copyright * notice, this list of condi...
46.059091
80
0.70527
e72a28f82c2221095e2014f22d47078a75936c0d
1,797
h
C
include/api.h
22pilarskil/7405K_20-21
71e8d18a8d4bc4c9df04471f46c12a2370430c2b
[ "Apache-2.0" ]
10
2021-02-02T09:52:47.000Z
2022-03-11T12:58:53.000Z
include/api.h
22pilarskil/7405K_20-21
71e8d18a8d4bc4c9df04471f46c12a2370430c2b
[ "Apache-2.0" ]
null
null
null
include/api.h
22pilarskil/7405K_20-21
71e8d18a8d4bc4c9df04471f46c12a2370430c2b
[ "Apache-2.0" ]
3
2020-11-29T00:46:41.000Z
2021-10-01T22:08:25.000Z
/** * \file api.h * * PROS API header provides high-level user functionality * * Contains declarations for use by typical VEX programmers using PROS. * * This file should not be modified by users, since it gets replaced whenever * a kernel upgrade occurs. * * Copyright (c) 2017-2021, Purdue University ACM SIG...
23.337662
77
0.730106
ececc03ec6205e69b2ece3c25c0bfce7e67905f3
1,003
c
C
release/src-rt/linux/linux-2.6/arch/mips/pci/fixup-ocelot3.c
ghsecuritylab/tomato_egg
50473a46347f4631eb4878a0f47955cc64c87293
[ "FSFAP" ]
278
2015-11-03T03:01:20.000Z
2022-01-20T18:21:05.000Z
release/src-rt/linux/linux-2.6/arch/mips/pci/fixup-ocelot3.c
ghsecuritylab/tomato_egg
50473a46347f4631eb4878a0f47955cc64c87293
[ "FSFAP" ]
374
2015-11-03T12:37:22.000Z
2021-12-17T14:18:08.000Z
release/src-rt/linux/linux-2.6/arch/mips/pci/fixup-ocelot3.c
ghsecuritylab/tomato_egg
50473a46347f4631eb4878a0f47955cc64c87293
[ "FSFAP" ]
96
2015-11-22T07:47:26.000Z
2022-01-20T19:52:19.000Z
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2004 Montavista Software Inc. * Author: Manish Lachwani (mlachwani@mvista.com) * * Looking at the schematics for the Ocel...
23.880952
77
0.659023
10ccfdb6e184b8029df6f54ca7e48bbaac540036
748
h
C
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/MonthBillAccountUIModel.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-03-29T12:08:37.000Z
2021-05-26T05:20:11.000Z
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/MonthBillAccountUIModel.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
null
null
null
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/MonthBillAccountUIModel.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-04-17T03:24:04.000Z
2022-03-30T05:42:17.000Z
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> @class NSDate, NSMutableDictionary; @interface MonthBillAccountUIModel : NSObject { NSMutableDictionary...
26.714286
115
0.741979
3422af3a2776587b87016090e7bdca6d3f3e10d4
10,489
c
C
tests/test-util.c
mestery/ovs-vxlan
bbd5b6f44bcc798a6636f52ed843b1cef1372f43
[ "Apache-2.0" ]
22
2015-01-28T12:48:51.000Z
2021-12-21T23:25:00.000Z
tests/test-util.c
mestery/ovs-vxlan
bbd5b6f44bcc798a6636f52ed843b1cef1372f43
[ "Apache-2.0" ]
null
null
null
tests/test-util.c
mestery/ovs-vxlan
bbd5b6f44bcc798a6636f52ed843b1cef1372f43
[ "Apache-2.0" ]
6
2015-11-04T14:26:35.000Z
2017-03-09T15:04:03.000Z
/* * Copyright (c) 2011, 2012 Nicira, Inc. * * 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 o...
26.288221
78
0.481075