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
8c30dc194becbc94f953842d594c85f81049d225
1,488
h
C
Common/crypto/psa_util.h
msukanya/lab-iot-reference-stm32u5
a80e2ba3806506d03a670987e70c4259214eb8c4
[ "MIT-0" ]
null
null
null
Common/crypto/psa_util.h
msukanya/lab-iot-reference-stm32u5
a80e2ba3806506d03a670987e70c4259214eb8c4
[ "MIT-0" ]
null
null
null
Common/crypto/psa_util.h
msukanya/lab-iot-reference-stm32u5
a80e2ba3806506d03a670987e70c4259214eb8c4
[ "MIT-0" ]
null
null
null
/* Functions have been copied from mbedts/include/psa_util.h */ /* * Copyright The Mbed TLS Contributors * 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...
35.428571
77
0.65121
96d34e0f8e4c20494f9c59aaf71997ece92496a5
474
h
C
testing/AllocationTracker.h
WHS241/Algorithms
59bc1a2de4ee6a984338efe960c812895f9d1df7
[ "MIT" ]
null
null
null
testing/AllocationTracker.h
WHS241/Algorithms
59bc1a2de4ee6a984338efe960c812895f9d1df7
[ "MIT" ]
null
null
null
testing/AllocationTracker.h
WHS241/Algorithms
59bc1a2de4ee6a984338efe960c812895f9d1df7
[ "MIT" ]
null
null
null
#ifndef ALLOCATION_TRACKER_H #define ALLOCATION_TRACKER_H class AllocationTracker { public: AllocationTracker() { ++_count; }; AllocationTracker(const AllocationTracker&) { ++_count; }; ~AllocationTracker() { --_count; }; static uint32_t count() { return _count; }; bool operator<(const Allocati...
26.333333
69
0.708861
1489ae948ee56325008a4b4739d1ee0ef2226bfe
211
h
C
TKCategory/Classes/Category/Foundation/TKUnicode.h
xiu619544553/TKCategory
c304ae1da28629d5004b809f854aede9bc0de294
[ "MIT" ]
null
null
null
TKCategory/Classes/Category/Foundation/TKUnicode.h
xiu619544553/TKCategory
c304ae1da28629d5004b809f854aede9bc0de294
[ "MIT" ]
null
null
null
TKCategory/Classes/Category/Foundation/TKUnicode.h
xiu619544553/TKCategory
c304ae1da28629d5004b809f854aede9bc0de294
[ "MIT" ]
null
null
null
// // TKUnicode.h // TKCategory // // Created by hello on 2020/9/2. // Copyright © 2020 TK. All rights reserved. // 导入该文件,Xcode控制器即可输出中文,且格式化输出 NSArray、NSDictionary、NSSet #import <Foundation/Foundation.h>
21.1
58
0.7109
888fb64a75bf04b1c3d2c3c98d327caf70e29125
3,444
c
C
Sem5/CS3030_OS/Assgn6-cs13b1042/SortProcess-cs13b1042.c
akileshbadrinaaraayanan/IITH
955e07af01ba2002f8efe9a4644395fc4e7a46d1
[ "MIT" ]
2
2018-02-21T22:46:54.000Z
2020-01-07T16:03:10.000Z
Sem5/CS3030_OS/Assgn6-cs13b1042/SortProcess-cs13b1042.c
akileshbadrinaaraayanan/IITH
955e07af01ba2002f8efe9a4644395fc4e7a46d1
[ "MIT" ]
null
null
null
Sem5/CS3030_OS/Assgn6-cs13b1042/SortProcess-cs13b1042.c
akileshbadrinaaraayanan/IITH
955e07af01ba2002f8efe9a4644395fc4e7a46d1
[ "MIT" ]
3
2018-05-08T01:57:11.000Z
2021-04-21T22:49:00.000Z
// Multi process sorting. Implemented by Akilesh B, cs13b1042 // Required header files #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <unistd.h> #include <sys/wait.h> #include <time.h> #include <sys/mman.h> //struct element containing indexes of the array. It contains the starting and ending e...
22.509804
96
0.625726
f06200e09c52d6f26f7b8559caa575dfcfe2e334
322
h
C
YJOTC/Category/UIButton+LSSmsVerification.h
XYGDeveloper/XRP
bd427020c66c1f2bfbc9a96b6f4926b1f83e5862
[ "MIT" ]
1
2019-04-24T07:42:23.000Z
2019-04-24T07:42:23.000Z
YJOTC/Category/UIButton+LSSmsVerification.h
XYGDeveloper/XRP
bd427020c66c1f2bfbc9a96b6f4926b1f83e5862
[ "MIT" ]
null
null
null
YJOTC/Category/UIButton+LSSmsVerification.h
XYGDeveloper/XRP
bd427020c66c1f2bfbc9a96b6f4926b1f83e5862
[ "MIT" ]
1
2020-05-21T22:04:33.000Z
2020-05-21T22:04:33.000Z
// // UIButton+LSSmsVerification.h // 短信验证码 // // Created by yepiaoyang on 16/6/30. // Copyright © 2016年 yepiaoyang. All rights reserved. // #import <UIKit/UIKit.h> @interface UIButton (LSSmsVerification) /** * 获取短信验证码倒计时 * * @param duration 倒计时时间 */ - (void)startTimeWithDuration:(NSInteger)duration; @en...
14.636364
54
0.689441
154bc502576f40a597941255cf74a4f7d14735b0
1,850
c
C
sources/ippcp/pcpaes_ccmmessagelen.c
ntyukaev/ipp-crypto
19b408cfd21a59f994b64dd47b18eb0c2f94e4e0
[ "Apache-2.0" ]
1
2021-10-04T10:21:54.000Z
2021-10-04T10:21:54.000Z
sources/ippcp/pcpaes_ccmmessagelen.c
ntyukaev/ipp-crypto
19b408cfd21a59f994b64dd47b18eb0c2f94e4e0
[ "Apache-2.0" ]
1
2021-02-24T04:43:30.000Z
2021-02-24T04:43:30.000Z
sources/ippcp/pcpaes_ccmmessagelen.c
ntyukaev/ipp-crypto
19b408cfd21a59f994b64dd47b18eb0c2f94e4e0
[ "Apache-2.0" ]
1
2020-03-06T17:25:31.000Z
2020-03-06T17:25:31.000Z
/******************************************************************************* * Copyright 2013-2020 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apa...
30.327869
82
0.648108
63bcf064bf05f42ae024f4d447fe77883577167e
3,477
h
C
libtensor/symmetry/product_rule.h
maxscheurer/libtensor
288ed0596b24356d187d2fa40c05b0dacd00b413
[ "BSL-1.0" ]
33
2016-02-08T06:05:17.000Z
2021-11-17T01:23:11.000Z
libtensor/symmetry/product_rule.h
maxscheurer/libtensor
288ed0596b24356d187d2fa40c05b0dacd00b413
[ "BSL-1.0" ]
11
2020-12-04T20:26:12.000Z
2021-12-03T08:07:09.000Z
libtensor/symmetry/product_rule.h
maxscheurer/libtensor
288ed0596b24356d187d2fa40c05b0dacd00b413
[ "BSL-1.0" ]
12
2016-05-19T18:09:38.000Z
2021-02-24T17:35:21.000Z
#ifndef LIBTENSOR_PRODUCT_RULE_H #define LIBTENSOR_PRODUCT_RULE_H #include <map> #include <libtensor/exception.h> #include "eval_sequence_list.h" #include "product_table_i.h" namespace libtensor { template<size_t N> class product_rule { public: static const char *k_clazz; public: typedef typename product_...
25.014388
77
0.651136
767632189538b0d781cc89b747787d68a897030f
57,574
c
C
targets/TARGET_Cypress/TARGET_PSOC6/mtb-pdl-cat1/drivers/source/cy_sar.c
mcheah-bose/mbed-os
4a2e58006ce12d657d928419b7aa7242abe505c0
[ "Apache-2.0" ]
3,897
2015-09-04T13:42:23.000Z
2022-03-30T16:53:07.000Z
targets/TARGET_Cypress/TARGET_PSOC6/mtb-pdl-cat1/drivers/source/cy_sar.c
mcheah-bose/mbed-os
4a2e58006ce12d657d928419b7aa7242abe505c0
[ "Apache-2.0" ]
13,030
2015-09-17T10:30:05.000Z
2022-03-31T13:36:44.000Z
targets/TARGET_Cypress/TARGET_PSOC6/mtb-pdl-cat1/drivers/source/cy_sar.c
mcheah-bose/mbed-os
4a2e58006ce12d657d928419b7aa7242abe505c0
[ "Apache-2.0" ]
2,950
2015-09-08T19:07:05.000Z
2022-03-31T13:37:23.000Z
/***************************************************************************//** * \file cy_sar.c * \version 2.0.1 * * Provides the public functions for the API for the SAR driver. * ******************************************************************************** * \copyright * Copyright 2017-2021 Cypress Semiconductor...
35.649536
159
0.606454
8d333e2b8202093d221d231f822f84376769602a
1,225
h
C
MadSqlite/Classes/MADQuery.h
manimaul/madsqlite-ios-objc
3707f56cf7d38474f1d879851b502a2b763d54f8
[ "BSD-2-Clause" ]
1
2017-02-08T18:12:11.000Z
2017-02-08T18:12:11.000Z
MadSqlite/Classes/MADQuery.h
manimaul/madsqlite-ios-objc
3707f56cf7d38474f1d879851b502a2b763d54f8
[ "BSD-2-Clause" ]
null
null
null
MadSqlite/Classes/MADQuery.h
manimaul/madsqlite-ios-objc
3707f56cf7d38474f1d879851b502a2b763d54f8
[ "BSD-2-Clause" ]
null
null
null
// // MadQuery.h // MadSqlite // // Created by William Kamp on 11/16/16. // Copyright © 2016 William Kamp. All rights reserved. // #import <Foundation/Foundation.h> @protocol MADQuery @required /** * Move the query to the first row. * @return NO if the query is empty. */ - (BOOL)moveToFirst; /** * Move the...
21.491228
84
0.686531
0226abb23c745aa75c290846cc59d638c1b49431
4,570
h
C
src/include/scenepic/json_value.h
microsoft/scenepic
e3fd2c6312fa670a92b7888962b6812c262c6759
[ "MIT" ]
28
2021-10-05T08:51:26.000Z
2022-03-18T11:19:23.000Z
src/include/scenepic/json_value.h
microsoft/scenepic
e3fd2c6312fa670a92b7888962b6812c262c6759
[ "MIT" ]
17
2021-10-05T11:36:17.000Z
2022-02-10T13:33:43.000Z
src/include/scenepic/json_value.h
microsoft/scenepic
e3fd2c6312fa670a92b7888962b6812c262c6759
[ "MIT" ]
2
2021-12-12T16:42:51.000Z
2022-02-23T11:50:14.000Z
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #ifndef _SCENEPIC_JSON_VALUE_H_ #define _SCENEPIC_JSON_VALUE_H_ #include <cstdint> #include <iostream> #include <map> #include <string> #include <vector> namespace scenepic { /** Types of JsonValue objects */ enum class JsonType { O...
25.819209
70
0.635011
4fe5a2b42b32b6063613304f26ba8882b9a9f032
5,855
h
C
contrib/SDL-1.2.15/src/video/ps3/SDL_ps3video.h
CronosTs/phobos3d
c0336456d946f3a9e62fb9b7815831ad32820da5
[ "Zlib" ]
37
2015-01-11T20:08:48.000Z
2022-01-06T17:25:22.000Z
contrib/SDL-1.2.15/src/video/ps3/SDL_ps3video.h
CronosTs/phobos3d
c0336456d946f3a9e62fb9b7815831ad32820da5
[ "Zlib" ]
4
2016-05-20T01:01:59.000Z
2016-06-22T00:03:27.000Z
contrib/SDL-1.2.15/src/video/ps3/SDL_ps3video.h
CronosTs/phobos3d
c0336456d946f3a9e62fb9b7815831ad32820da5
[ "Zlib" ]
6
2015-09-14T14:44:20.000Z
2019-01-11T09:52:21.000Z
/* * SDL - Simple DirectMedia Layer * CELL BE Support for PS3 Framebuffer * Copyright (C) 2008, 2009 International Business Machines Corporation * * 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 Softwa...
35.271084
94
0.723484
ae4a1b0cd4e84c1fb9d8ff8ce0798744e06cb79f
920
h
C
Applications/Podcasts/MTProcessorManager.h
lechium/tvOS135Headers
46cd30d3f0f7962eaa0c3f925cd71f414c65e2ac
[ "MIT" ]
2
2020-07-26T20:30:54.000Z
2020-08-10T04:26:23.000Z
Applications/Podcasts/MTProcessorManager.h
lechium/tvOS135Headers
46cd30d3f0f7962eaa0c3f925cd71f414c65e2ac
[ "MIT" ]
1
2020-07-26T20:45:31.000Z
2020-08-09T09:30:46.000Z
Applications/Podcasts/MTProcessorManager.h
lechium/tvOS135Headers
46cd30d3f0f7962eaa0c3f925cd71f414c65e2ac
[ "MIT" ]
null
null
null
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Jun 10 2020 10:03:13). // // Copyright (C) 1997-2019 Steve Nygard. // #import "MTSingleton.h" @class NSMutableDictionary; @interface MTProcessorManager : MTSingleton { NSMutableDictionary *_classMap; // 8 = 0x8 ...
31.724138
120
0.757609
996de37b99b89fbb7d9c001f39b693832446ac05
385
h
C
usr/libexec/magicswitchd/WiProxScannerDelegate-Protocol.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
usr/libexec/magicswitchd/WiProxScannerDelegate-Protocol.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
usr/libexec/magicswitchd/WiProxScannerDelegate-Protocol.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2022-03-28T08:21:59.000Z
2022-03-28T08:21:59.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 "NSObject-Protocol.h" @class NSData, NSUUID; @protocol WiProxScannerDelegate <NSObject> - (void)wiProxScannerFoundDevice:(NSUUID *)arg1 w...
24.0625
120
0.72987
c459fd9cfd22576e62501ee5196b93067ce05fe1
1,569
h
C
headers/window.h
michaelscales88/Qt-GuiApp
b66d017b00b7a94d9a697fa5a70a600564c9a251
[ "MIT" ]
null
null
null
headers/window.h
michaelscales88/Qt-GuiApp
b66d017b00b7a94d9a697fa5a70a600564c9a251
[ "MIT" ]
1
2018-06-26T21:39:39.000Z
2018-06-26T21:39:39.000Z
headers/window.h
michaelscales88/Qt-GuiApp
b66d017b00b7a94d9a697fa5a70a600564c9a251
[ "MIT" ]
null
null
null
/* Graphical User Interface Assignment Interface3 (I3) * Developer: Michael Scales */ #pragma once #include <QtGui> #include "flowlayout.h" #include "distance_widget.h" #include "output_widget.h" #include "dollars_widget.h" #include "gpa_widget.h" #include "hobbies_widget.h" #include "output_widget.h" #include "sat_...
20.376623
68
0.673678
8bc3feaf73bc739e89cb5884ae215d2d00a13404
1,325
c
C
Game/main.c
SairenDelight/block-shooters
949695154ec76f49eaf00951486350fe1de32018
[ "MIT" ]
null
null
null
Game/main.c
SairenDelight/block-shooters
949695154ec76f49eaf00951486350fe1de32018
[ "MIT" ]
6
2019-05-07T03:22:14.000Z
2019-05-13T15:02:23.000Z
Game/main.c
SairenDelight/block-shooters
949695154ec76f49eaf00951486350fe1de32018
[ "MIT" ]
null
null
null
#include "GameMain.h" /* * This sorts the slowest times in milliseconds first * @param scores {int*} Pointer to array of times * @param counter {int*} Pointer to size of the array scores * @return {int} */ int bubblesort(int * scores, int *counter) { for (int c = 0; c < *counter - 1; c++) { for (int i = 0; i <...
24.090909
101
0.567547
2759851ef3bbc89fe6b7841b1c22c88b30d75ea9
5,912
c
C
src/defender.c
kozah/rugby-game
6577300bc90f63ddb4f13647ac419bde24b2ae7d
[ "MIT" ]
1
2022-03-28T19:45:51.000Z
2022-03-28T19:45:51.000Z
src/defender.c
kozah/rugby-game
6577300bc90f63ddb4f13647ac419bde24b2ae7d
[ "MIT" ]
null
null
null
src/defender.c
kozah/rugby-game
6577300bc90f63ddb4f13647ac419bde24b2ae7d
[ "MIT" ]
null
null
null
// Standard headers #include <stdio.h> #include <stdlib.h> // Internal headers #include "direction.h" #include "position.h" #include "spy.h" // Main header #include "defender.h" // Macros #define UNUSED(x) (void)(x) // Auxiliary to avoid error of unused parameter char **mental_map = NULL; direction_t last_direction...
32.483516
93
0.526894
d411ed3f31ca42522edab14579b15f29058d14eb
1,786
h
C
sippet/message/headers/content_type.h
sippet/sippet
c6f4b0e9723f56cfb6d345d307a48f1ff0eb2c65
[ "BSD-3-Clause" ]
26
2015-04-01T22:56:51.000Z
2021-11-29T08:46:35.000Z
sippet/message/headers/content_type.h
sippet/sippet
c6f4b0e9723f56cfb6d345d307a48f1ff0eb2c65
[ "BSD-3-Clause" ]
null
null
null
sippet/message/headers/content_type.h
sippet/sippet
c6f4b0e9723f56cfb6d345d307a48f1ff0eb2c65
[ "BSD-3-Clause" ]
8
2015-04-01T22:56:56.000Z
2021-06-10T02:21:26.000Z
// Copyright (c) 2013 The Sippet 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 SIPPET_MESSAGE_HEADERS_CONTENT_TYPE_H_ #define SIPPET_MESSAGE_HEADERS_CONTENT_TYPE_H_ #include <string> #include "sippet/message/header...
27.476923
74
0.710526
5fb8bc7b68fb61de2aec684554012b57e9c95b7d
360
h
C
LRZNetWorkingDemo/LRZNetWorkingDemo/LRZNetWorking/LRZNetWorking.h
alertross/LRZNetWorking
5c265c5fb1b810dfe184c372c6f93692a37de5b9
[ "MIT" ]
1
2018-07-16T06:09:36.000Z
2018-07-16T06:09:36.000Z
LRZNetWorkingDemo/LRZNetWorkingDemo/LRZNetWorking/LRZNetWorking.h
alertross/LRZNetWorking
5c265c5fb1b810dfe184c372c6f93692a37de5b9
[ "MIT" ]
null
null
null
LRZNetWorkingDemo/LRZNetWorkingDemo/LRZNetWorking/LRZNetWorking.h
alertross/LRZNetWorking
5c265c5fb1b810dfe184c372c6f93692a37de5b9
[ "MIT" ]
null
null
null
// // LRZNetWorking.h // LRZNetWorkingDemo // // Created by 刘强 on 2018/7/12. // Copyright © 2018年 LightReason. All rights reserved. // #ifndef LRZNetWorking_h #define LRZNetWorking_h #import "LRZRequestConst.h" #import "LRZRequestEngine.h" #import "LRZRequestManager.h" #import "LRZURLRequest.h" #import "LRZCacheM...
18.947368
55
0.738889
55ab679bf57510bfbc5d47143df16e97d01385ab
312
c
C
101/Homework/d.c
0x6f736f646f/mechatronics
d7b854d07aa8971fcaa043597ee9c04b0382f633
[ "MIT" ]
null
null
null
101/Homework/d.c
0x6f736f646f/mechatronics
d7b854d07aa8971fcaa043597ee9c04b0382f633
[ "MIT" ]
null
null
null
101/Homework/d.c
0x6f736f646f/mechatronics
d7b854d07aa8971fcaa043597ee9c04b0382f633
[ "MIT" ]
null
null
null
#include <stdio.h> int main () { int number; printf("Enter a number you want to find if its even or odd: "); scanf("%d", &number); if ((number%2)==0) { printf("%d is an even number\n", number); } else { printf("%d is an odd number\n", number); } return 0; }
15.6
67
0.519231
5926bed8a5f64ba851da9f3aa9c50019ae8c8a70
2,213
h
C
Model/InteractionGroup.h
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
Model/InteractionGroup.h
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
Model/InteractionGroup.h
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
///////////////////////////////////////////////////////////// // // // Copyright (c) 2003-2017 by The University of Queensland // // Centre for Geoscience Computing // // http://earth.uq.edu.au/centre-geoscience-computing // // ...
29.905405
77
0.61455
386a26111dcc1312cf432a985b83287e976d634b
479
h
C
testing/clique_counting/includes.h
spcl/GMS
bd8f384ca2f02c52909f4ab77cbb86edba89c7b6
[ "MIT" ]
10
2021-06-22T12:38:38.000Z
2022-02-17T19:27:54.000Z
testing/clique_counting/includes.h
spcl/GMS
bd8f384ca2f02c52909f4ab77cbb86edba89c7b6
[ "MIT" ]
1
2021-07-29T06:37:18.000Z
2021-07-29T06:37:18.000Z
testing/clique_counting/includes.h
spcl/GMS
bd8f384ca2f02c52909f4ab77cbb86edba89c7b6
[ "MIT" ]
4
2021-05-17T09:32:19.000Z
2021-12-25T06:27:07.000Z
#ifndef ABSTRACTIONOPTIMIZING_TESTS_CLIQUECOUNTING_INCLUDES_H #define ABSTRACTIONOPTIMIZING_TESTS_CLIQUECOUNTING_INCLUDES_H #define NO_BUILDER_TIME_PRINT #include <gms/common/types.h> namespace cc { // TODO refactor this away typedef CSRGraph Graph_T; } #include <gms/algorithms/non_set_based/k_clique_list/c...
20.826087
71
0.814196
a86bda7dc0e53db04ce9aebeddc7bab7ee4fe47b
46,560
c
C
sdk-6.5.20/libs/phymod/chip/tsco_dpll/tier1/tscomod_dpll_sc_lkup_table.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/phymod/chip/tsco_dpll/tier1/tscomod_dpll_sc_lkup_table.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/phymod/chip/tsco_dpll/tier1/tscomod_dpll_sc_lkup_table.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
/*---------------------------------------------------------------------- * * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyright 2007-2020 Broadcom Inc. All rights reserved. * * $Copyright: (c) 2014 Broadcom Corporatio...
60.862745
137
0.727277
e1e0731905f91bb409e4bb8b1b31f1208072a11e
6,465
h
C
server/data.h
openvswitch/of-config
87d86339c03c44f215cda112014257e4f4527593
[ "Apache-2.0" ]
50
2015-01-31T19:29:45.000Z
2022-01-29T11:39:58.000Z
server/data.h
openvswitch/of-config
87d86339c03c44f215cda112014257e4f4527593
[ "Apache-2.0" ]
33
2015-03-02T17:48:24.000Z
2019-07-17T04:03:46.000Z
server/data.h
openvswitch/of-config
87d86339c03c44f215cda112014257e4f4527593
[ "Apache-2.0" ]
31
2015-03-17T06:21:30.000Z
2021-12-24T19:47:55.000Z
/* Copyright (c) 2015 Open Networking Foundation. * * 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 applicabl...
37.155172
121
0.761794
e1ea4931a923c2828ea7b6541c8b463cc29d3d4c
9,082
h
C
melodic/include/diagnostic_aggregator/generic_analyzer.h
Dieptranivsr/Ros_Diep
d790e75e6f5da916701b11a2fdf3e03b6a47086b
[ "MIT" ]
2
2021-07-14T12:33:55.000Z
2021-11-21T07:14:13.000Z
melodic/src/diagnostics/diagnostic_aggregator/include/diagnostic_aggregator/generic_analyzer.h
disorn-inc/ROS-melodic-python3-Opencv-4.1.1-CUDA
3d265bb64712e3cd7dfa0ad56d78fcdebafdb4b0
[ "BSD-3-Clause" ]
1
2021-07-08T10:26:06.000Z
2021-07-08T10:31:11.000Z
melodic/src/diagnostics/diagnostic_aggregator/include/diagnostic_aggregator/generic_analyzer.h
disorn-inc/ROS-melodic-python3-Opencv-4.1.1-CUDA
3d265bb64712e3cd7dfa0ad56d78fcdebafdb4b0
[ "BSD-3-Clause" ]
null
null
null
/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2009, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following...
37.374486
120
0.715481
c05537b14e7cac79f64791b0ee23a54191bd8351
893
h
C
src/SHADERed/Objects/ShaderTranscompiler.h
jarveson/SHADERed
d1c7637de9c8dcd0f3a24efab4c1f4eed3aa9afe
[ "MIT" ]
null
null
null
src/SHADERed/Objects/ShaderTranscompiler.h
jarveson/SHADERed
d1c7637de9c8dcd0f3a24efab4c1f4eed3aa9afe
[ "MIT" ]
null
null
null
src/SHADERed/Objects/ShaderTranscompiler.h
jarveson/SHADERed
d1c7637de9c8dcd0f3a24efab4c1f4eed3aa9afe
[ "MIT" ]
null
null
null
#pragma once #include <SHADERed/Objects/MessageStack.h> #include <SHADERed/Objects/ProjectParser.h> #include <SHADERed/Objects/ShaderLanguage.h> #include <SHADERed/Objects/ShaderMacro.h> #include <string> namespace ed { class ShaderTranscompiler { public: /* TODO: enum for shaderType = { 0 -> vertex, 1 -> pixel, 2...
55.8125
252
0.767077
c08e075fc5d356e7e30b60330f68fdb638752054
2,236
h
C
kernel/include/base/mem/slabnew.h
Helix-OS/helix-os
443f43445c1e3294296e0d5e218f582f93e8539f
[ "BSD-2-Clause" ]
4
2015-03-03T00:01:14.000Z
2021-07-03T13:52:04.000Z
kernel/include/base/mem/slabnew.h
Helix-OS/helix-os
443f43445c1e3294296e0d5e218f582f93e8539f
[ "BSD-2-Clause" ]
null
null
null
kernel/include/base/mem/slabnew.h
Helix-OS/helix-os
443f43445c1e3294296e0d5e218f582f93e8539f
[ "BSD-2-Clause" ]
4
2015-04-20T08:17:14.000Z
2021-07-09T17:01:16.000Z
#ifndef SOME_SLAB_THING #define SOME_SLAB_THING //#include <stdlib.h> //#include <sys/mman.h> //#include "region.h" #include <base/stdint.h> #include <base/mem/region.h> //#define BLOCK_SIZE 16 #define BLOCK_SIZE 4 #define MAX_FREE_PAGES 8 //#define MAX_FREE_PAGES 1 #define ALIGN_BLOCKS 0 #define SLAB_64_BI...
20.897196
96
0.724955
35d1d347541c025cbddd421cabcf6f4cefe36baa
36,652
c
C
linux-2.6.16-unmod/net/dccp/ccids/ccid3.c
ut-osa/syncchar
eba20da163260b6ae1ef3e334ad2137873a8d625
[ "BSD-3-Clause" ]
null
null
null
linux-2.6.16-unmod/net/dccp/ccids/ccid3.c
ut-osa/syncchar
eba20da163260b6ae1ef3e334ad2137873a8d625
[ "BSD-3-Clause" ]
null
null
null
linux-2.6.16-unmod/net/dccp/ccids/ccid3.c
ut-osa/syncchar
eba20da163260b6ae1ef3e334ad2137873a8d625
[ "BSD-3-Clause" ]
1
2019-05-14T16:36:45.000Z
2019-05-14T16:36:45.000Z
/* * net/dccp/ccids/ccid3.c * * Copyright (c) 2005 The University of Waikato, Hamilton, New Zealand. * Copyright (c) 2005-6 Ian McDonald <imcdnzl@gmail.com> * * An implementation of the DCCP protocol * * This code has been developed by the University of Waikato WAND * research group. For further informat...
28.746667
78
0.689703
dbe44a7b3533380d96242170de51d66447156e3c
1,967
h
C
src/lib/src/models/monitor.h
yami-no-tusbas/imgbrd-grabber
20e32af61664894fe73f3738cc75480bdd39965f
[ "Apache-2.0" ]
null
null
null
src/lib/src/models/monitor.h
yami-no-tusbas/imgbrd-grabber
20e32af61664894fe73f3738cc75480bdd39965f
[ "Apache-2.0" ]
null
null
null
src/lib/src/models/monitor.h
yami-no-tusbas/imgbrd-grabber
20e32af61664894fe73f3738cc75480bdd39965f
[ "Apache-2.0" ]
null
null
null
#ifndef MONITOR_H #define MONITOR_H #include <QDateTime> #include <QList> #include "models/search-query/search-query.h" class QJsonObject; class Site; class Monitor { public: Monitor(QList<Site*> sites, int interval, QDateTime lastCheck, bool download, QString pathOverride, QString filenameOverride, int cumulate...
29.80303
374
0.746314
a32b05a2a7d44c8c70a1eae7d27d0ad4b98ba9f4
1,017
h
C
ICO/Icons.h
W1r3W0lf/stegpal
f6475df00657dc8dc7e4da8857768b491c455e89
[ "BSD-3-Clause" ]
1
2020-03-04T05:59:05.000Z
2020-03-04T05:59:05.000Z
ICO/Icons.h
W1r3W0lf/stegpal
f6475df00657dc8dc7e4da8857768b491c455e89
[ "BSD-3-Clause" ]
1
2020-03-04T08:28:22.000Z
2020-03-06T21:55:29.000Z
ICO/Icons.h
W1r3W0lf/stegpal
f6475df00657dc8dc7e4da8857768b491c455e89
[ "BSD-3-Clause" ]
null
null
null
// // Created by wire_wolf on 4/7/19. // #ifndef STEGPAL_ICONS_H #define STEGPAL_ICONS_H #include "../wordDefine.h" #include "IconImages.h" #include <stdio.h> /* typedef struct { WORD idReserved; // Reserved (must be 0) WORD idType; // Resource Type (1 for icons) WORD ...
24.804878
76
0.642085
33635e2404ef491d979f2d0000a629d3ba7f9899
14,860
h
C
project/c++/mri/src/PI-slim-napa/recdopt/recdopt.h
jia57196/code41
df611f84592afd453ccb2d22a7ad999ddb68d028
[ "Apache-2.0" ]
null
null
null
project/c++/mri/src/PI-slim-napa/recdopt/recdopt.h
jia57196/code41
df611f84592afd453ccb2d22a7ad999ddb68d028
[ "Apache-2.0" ]
null
null
null
project/c++/mri/src/PI-slim-napa/recdopt/recdopt.h
jia57196/code41
df611f84592afd453ccb2d22a7ad999ddb68d028
[ "Apache-2.0" ]
null
null
null
/* * recdopt.h * * Description: Interface to optimized cpp code to store data to disk * * Created on: Jul 22, 2010 * Author: Thomas Henry */ // Copyright (c) 2010 Agilent Technologies. All rights reserved. // $Log: recdopt.h $ // Revision 174 2013/07/11 08:57:50 +0800 phi58351 /MassTransit/MT1.30.100_Tip...
34.882629
232
0.718304
81f7584d0f01ec2ea39155ddeee6f9dd3ee9a4af
2,985
h
C
mindspore/ccsrc/ps/core/node_manager.h
kungfu-team/mindspore-bert
71501cf52ae01db9d6a73fb64bcfe68a6509dc32
[ "Apache-2.0" ]
2
2021-07-08T13:10:42.000Z
2021-11-08T02:48:57.000Z
mindspore/ccsrc/ps/core/node_manager.h
peixinhou/mindspore
fcb2ec2779b753e95c762cf292b23bd81d1f561b
[ "Apache-2.0" ]
null
null
null
mindspore/ccsrc/ps/core/node_manager.h
peixinhou/mindspore
fcb2ec2779b753e95c762cf292b23bd81d1f561b
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2020 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
31.421053
75
0.752094
e66304958d7be61ee43c3dce1b59dfbcf64ee1eb
9,035
h
C
lib/sdk/Libraries/MAX32665PeriphDriver/Include/owm.h
dos1/card10-firmware
2b12800dfb677d37f808b380c9d9fe2a0fc528ab
[ "MIT" ]
null
null
null
lib/sdk/Libraries/MAX32665PeriphDriver/Include/owm.h
dos1/card10-firmware
2b12800dfb677d37f808b380c9d9fe2a0fc528ab
[ "MIT" ]
null
null
null
lib/sdk/Libraries/MAX32665PeriphDriver/Include/owm.h
dos1/card10-firmware
2b12800dfb677d37f808b380c9d9fe2a0fc528ab
[ "MIT" ]
2
2019-09-30T09:20:48.000Z
2021-03-26T11:03:42.000Z
/** * @file owm.h * @brief Registers, Bit Masks and Bit Positions for the 1-Wire Master * peripheral module. */ /* **************************************************************************** * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is here...
33.587361
92
0.676702
902684ebada6665edf15ffabfe7de07d9e0de7ee
41,805
h
C
uif-tools-1bit/fonts/minutes.h
ARMmbed/uif-tools-1bit
5b78811b266fa84ffa2aa3a66782955ac3a426d3
[ "Apache-2.0" ]
null
null
null
uif-tools-1bit/fonts/minutes.h
ARMmbed/uif-tools-1bit
5b78811b266fa84ffa2aa3a66782955ac3a426d3
[ "Apache-2.0" ]
null
null
null
uif-tools-1bit/fonts/minutes.h
ARMmbed/uif-tools-1bit
5b78811b266fa84ffa2aa3a66782955ac3a426d3
[ "Apache-2.0" ]
null
null
null
#ifndef __BREAKOUT_CONVERTED_FONT_Minutes_H__ #define __BREAKOUT_CONVERTED_FONT_Minutes_H__ #include "uif-tools-1bit/font.h" /// - Glyph Mask Data const uint8_t Font_Minutes_Mask_Data[] = { 0x00,0xc0,0x7f,0x00,0xff,0xff,0xff,0x03,0x80,0x0f,0x00, // | ##|####### | |########|########|########|## ...
134.421222
157
0.288243
f811ddd85deeaa9ec267ddce7ae8112e42688fd4
4,898
h
C
src/Workspace/WorkspaceSkeleton.h
parasol-ppl/PPL
04de04b23e0368e576d2136fee8729de44a3eda5
[ "BSD-3-Clause" ]
null
null
null
src/Workspace/WorkspaceSkeleton.h
parasol-ppl/PPL
04de04b23e0368e576d2136fee8729de44a3eda5
[ "BSD-3-Clause" ]
null
null
null
src/Workspace/WorkspaceSkeleton.h
parasol-ppl/PPL
04de04b23e0368e576d2136fee8729de44a3eda5
[ "BSD-3-Clause" ]
null
null
null
#ifndef PMPL_WORKSPACE_SKELETON_H_ #define PMPL_WORKSPACE_SKELETON_H_ #include "ConfigurationSpace/Cfg.h" #include "Geometry/Boundaries/Boundary.h" #include <containers/sequential/graph/directed_preds_graph.h> #include "Vector.h" #include <queue> #include <set> #include <unordered_map> #include <string> /////////...
34.251748
81
0.66619
92ee8997ab28f151a7b15b0d81628988e98159f4
1,587
h
C
tensorflow/core/util/proto/descriptors.h
tianyapiaozi/tensorflow
fb3ce0467766a8e91f1da0ad7ada7c24fde7a73a
[ "Apache-2.0" ]
71
2017-05-25T16:02:15.000Z
2021-06-09T16:08:08.000Z
tensorflow/core/util/proto/descriptors.h
shrikunjsarda/tensorflow
7e8927e7af0c51ac20a63bd4eab6ff83df1a39ae
[ "Apache-2.0" ]
133
2017-04-26T16:49:49.000Z
2019-10-15T11:39:26.000Z
tensorflow/core/util/proto/descriptors.h
shrikunjsarda/tensorflow
7e8927e7af0c51ac20a63bd4eab6ff83df1a39ae
[ "Apache-2.0" ]
36
2017-07-27T21:12:40.000Z
2022-02-03T16:45:56.000Z
/* Copyright 2018 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...
36.906977
80
0.746692
ee5fd8879bd666b4e0e95c115c129fb984034fdf
13,337
c
C
experiments/src/memory_test.c
ToshinoriTsuboi/dma-virtual-memory
f09df2e7da0fd627a5677f2b8891bb27820fef30
[ "MIT" ]
null
null
null
experiments/src/memory_test.c
ToshinoriTsuboi/dma-virtual-memory
f09df2e7da0fd627a5677f2b8891bb27820fef30
[ "MIT" ]
null
null
null
experiments/src/memory_test.c
ToshinoriTsuboi/dma-virtual-memory
f09df2e7da0fd627a5677f2b8891bb27820fef30
[ "MIT" ]
null
null
null
/* Copyright (c) 2016-2017 Toshinori Tsuboi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publ...
31.234192
82
0.688761
207e097519130948947765ce29d44bce91cbaac8
2,678
h
C
fldserver/base/file_version_info_win.h
Hussam-Turjman/FLDServer
eb72efdf99a0f1c5138adcc94970b8d6df3e9536
[ "BSD-3-Clause" ]
2
2022-03-04T18:34:21.000Z
2022-03-04T18:34:33.000Z
fldserver/base/file_version_info_win.h
Hussam-Turjman/FLDServer
eb72efdf99a0f1c5138adcc94970b8d6df3e9536
[ "BSD-3-Clause" ]
null
null
null
fldserver/base/file_version_info_win.h
Hussam-Turjman/FLDServer
eb72efdf99a0f1c5138adcc94970b8d6df3e9536
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2011 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 BASE_FILE_VERSION_INFO_WIN_H_ #define BASE_FILE_VERSION_INFO_WIN_H_ #include "fldserver/base/file_version_info.h" #include "fldserver/base/ve...
29.755556
83
0.732636
543e2c88050c459089b1673607f9950a3008d6d8
6,498
h
C
DarkLogic/Formula/Arithmetic/VariableFormula/variableruleformula.h
BlackWalker01/BlackLogic
5f49956a0d4ee7a10c35e006d340ba58ca692078
[ "MIT" ]
6
2020-04-21T22:25:02.000Z
2021-03-05T17:44:24.000Z
DarkLogic/Formula/Arithmetic/VariableFormula/variableruleformula.h
BlackWalker01/BlackLogic
5f49956a0d4ee7a10c35e006d340ba58ca692078
[ "MIT" ]
1
2020-08-04T22:35:39.000Z
2020-08-09T12:40:46.000Z
DarkLogic/Formula/Arithmetic/VariableFormula/variableruleformula.h
BlackWalker01/DarkLogic
5f49956a0d4ee7a10c35e006d340ba58ca692078
[ "MIT" ]
null
null
null
/*===--- variableruleformula.h - include for DarkLogic library --------------*- C++ -*-===* * * Part of the DarkLogic Project, under the CC0 license. * See https://creativecommons.org/publicdomain/zero/1.0/deed.fr for license information. * *===----------------------------------------------------------------------=...
28.625551
108
0.724377
e16e57abcae3f2aaf6e527be81780d8da7501f41
421
h
C
lsp_shiloh/common/scan/src/picdma_descrip_test.h
internaru/Pinetree_P
1f1525454c8b20c6c589529ff4bc159404611297
[ "FSFAP" ]
null
null
null
lsp_shiloh/common/scan/src/picdma_descrip_test.h
internaru/Pinetree_P
1f1525454c8b20c6c589529ff4bc159404611297
[ "FSFAP" ]
null
null
null
lsp_shiloh/common/scan/src/picdma_descrip_test.h
internaru/Pinetree_P
1f1525454c8b20c6c589529ff4bc159404611297
[ "FSFAP" ]
null
null
null
/* * ============================================================================ * Copyright (c) 2010 Marvell International, Ltd. All Rights Reserved * * Marvell Confidential * ============================================================================ */ #ifndef P...
26.3125
79
0.391924
e19c714ee99e228024b24dca3b4c38afd042dfed
1,438
h
C
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/FHTemplateStockCell.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-03-29T12:08:37.000Z
2021-05-26T05:20:11.000Z
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/FHTemplateStockCell.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
null
null
null
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/FHTemplateStockCell.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 "FHTemplateBaseCell.h" @class FHAssetsHeaderMarkModel, FHCellStockModel, FHTemplateStockScrollView, NSArray, UIView; @interfa...
35.95
121
0.773992
7cb8743121b29f6f246e9f9b4c5006396fd01f51
34,979
h
C
stdext/include/stdext/text/rope/Rope.h
Rahul18728/cerl
8d90c03b2ffe397021bcb8c7198c713acf840bb4
[ "MIT" ]
443
2015-03-14T06:04:45.000Z
2022-01-10T01:30:56.000Z
stdext/include/stdext/text/rope/Rope.h
Rahul18728/cerl
8d90c03b2ffe397021bcb8c7198c713acf840bb4
[ "MIT" ]
null
null
null
stdext/include/stdext/text/rope/Rope.h
Rahul18728/cerl
8d90c03b2ffe397021bcb8c7198c713acf840bb4
[ "MIT" ]
125
2015-03-14T13:08:04.000Z
2021-12-08T13:03:29.000Z
/* ------------------------------------------------------------------------- // WINX: a C++ template GUI library - MOST SIMPLE BUT EFFECTIVE // // This file is a part of the WINX Library. // The use and distribution terms for this software are covered by the // Common Public License 1.0 (http://opensource.org/licenses...
36.474453
101
0.596186
2dc017a12c0235aba36990eeccebfe7ff7697a11
1,311
h
C
src/saiga/opengl/world/terrainmesh.h
SimonMederer/saiga
ff167e60c50b1cead4d19eb5ab2e93acce8c42a3
[ "MIT" ]
null
null
null
src/saiga/opengl/world/terrainmesh.h
SimonMederer/saiga
ff167e60c50b1cead4d19eb5ab2e93acce8c42a3
[ "MIT" ]
null
null
null
src/saiga/opengl/world/terrainmesh.h
SimonMederer/saiga
ff167e60c50b1cead4d19eb5ab2e93acce8c42a3
[ "MIT" ]
null
null
null
/** * Copyright (c) 2017 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/core/geometry/triangle_mesh_generator.h" #include "saiga/opengl/indexedVertexBuffer.h" #include "saiga/opengl/shader/basic_shaders.h" #include "saiga/opengl/texture/Cu...
25.705882
91
0.727689
2deffacd3cb271896aae1e9051cca5d794e224b7
637
c
C
src/kernel/drivers/timer/tmu/handler.c
Paquity/Vhex-kernel
94c6fb27e881c855bdc82d98394de2f9727466ef
[ "CC0-1.0" ]
3
2021-01-14T15:24:30.000Z
2021-11-29T18:48:21.000Z
src/kernel/drivers/timer/tmu/handler.c
Paquity/Vhex-kernel
94c6fb27e881c855bdc82d98394de2f9727466ef
[ "CC0-1.0" ]
null
null
null
src/kernel/drivers/timer/tmu/handler.c
Paquity/Vhex-kernel
94c6fb27e881c855bdc82d98394de2f9727466ef
[ "CC0-1.0" ]
1
2020-10-12T14:28:45.000Z
2020-10-12T14:28:45.000Z
#include <kernel/hardware/tmu.h> #include <kernel/drivers/timer.h> void sh7305_tmu_handler(void) { extern struct timer_cache_s timercache[TIMER_NUMBER]; uint32_t intevt; int timer_ID; // Get timer ID // @note: tricky way to get timer ID // TODO: find better way ! intevt = *(uint32_t*)0xff000028; timer_ID = (i...
24.5
87
0.711146
6e8ac31610b646e70a45d3fc22dfa279d1a6bfda
4,847
h
C
include/ssa/ssa_move.h
programmerjake/my-compiler
fa70f13e059b44674042cedf1bbf2d9b01132793
[ "Zlib" ]
7
2017-11-19T02:42:30.000Z
2022-02-13T08:48:31.000Z
include/ssa/ssa_move.h
programmerjake/my-compiler
fa70f13e059b44674042cedf1bbf2d9b01132793
[ "Zlib" ]
null
null
null
include/ssa/ssa_move.h
programmerjake/my-compiler
fa70f13e059b44674042cedf1bbf2d9b01132793
[ "Zlib" ]
null
null
null
/* Copyright (c) 2015 Jacob R. Lifshay * * 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 software for any purpose, * including comme...
38.468254
162
0.704972
101b52ad7cd25c0d9dc418b7036240968cd1abda
491
h
C
TapPointSDK/TapPointSDK.framework/Versions/A/Headers/PRXLogger.h
proxama/ios-tappoint-sdk
c248b5a50c6b7d1f575480f8f7aa7afca0376e93
[ "MIT" ]
null
null
null
TapPointSDK/TapPointSDK.framework/Versions/A/Headers/PRXLogger.h
proxama/ios-tappoint-sdk
c248b5a50c6b7d1f575480f8f7aa7afca0376e93
[ "MIT" ]
null
null
null
TapPointSDK/TapPointSDK.framework/Versions/A/Headers/PRXLogger.h
proxama/ios-tappoint-sdk
c248b5a50c6b7d1f575480f8f7aa7afca0376e93
[ "MIT" ]
null
null
null
// // PRXLogger.h // TapPointSDK // // Created by Łukasz Niedziałek on 26/09/2018. // Copyright © 2018 Proxama Solutions Ltd. All rights reserved. // /** * A PRXLogger is a static class used to received logs generated by TapPoint SDK. */ @interface PRXLogger : NSObject /** * Returns content of a log file fille...
20.458333
81
0.704684
e5ad15e5ae0f0400c263e1c2a2015856d0153f4a
4,007
h
C
net/layer2svc/wlstore/policy-d.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
net/layer2svc/wlstore/policy-d.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
net/layer2svc/wlstore/policy-d.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
DWORD DirEnumWirelessPolicyData( HLDAP hLdapBindHandle, LPWSTR pszWirelessRootContainer, PWIRELESS_POLICY_DATA ** pppWirelessPolicyData, PDWORD pdwNumPolicyObjects ); DWORD DirEnum...
35.149123
81
0.483654
d012f356bcb2dc06b57a099cdfaedf399626deb7
3,417
h
C
apps/eop1/timing/MA_v1.0_src/EOIR/EOIR.h
gaps-closure/top-level
11ccdbf753d4093bed1f6537b3fe675e3251076c
[ "BSD-3-Clause" ]
null
null
null
apps/eop1/timing/MA_v1.0_src/EOIR/EOIR.h
gaps-closure/top-level
11ccdbf753d4093bed1f6537b3fe675e3251076c
[ "BSD-3-Clause" ]
null
null
null
apps/eop1/timing/MA_v1.0_src/EOIR/EOIR.h
gaps-closure/top-level
11ccdbf753d4093bed1f6537b3fe675e3251076c
[ "BSD-3-Clause" ]
2
2020-03-30T05:47:37.000Z
2020-04-02T23:10:14.000Z
#pragma once #ifndef EOIR_H #define EOIR_H #include <chrono> #include <missions/MissionPlan.h> #include <thread> #include <iostream> #include <time.h> #include <fstream> #include <missions/CommonUAS.h> #include <amqm/AMQManager.h> #include <vector> #include <Store.h> #include <Utils.h> #include "GAPS_open...
26.284615
97
0.666667
1b955c45300ee5b0f4b16c6d7598e4c5a9ab0313
420
c
C
src/mx_gener.c
Grom1799/pathfinder
6fef5a6a09feae65e0a440dbfd39431106bc4e29
[ "MIT" ]
1
2020-01-14T16:16:30.000Z
2020-01-14T16:16:30.000Z
src/mx_gener.c
Grom1799/pathfinder
6fef5a6a09feae65e0a440dbfd39431106bc4e29
[ "MIT" ]
null
null
null
src/mx_gener.c
Grom1799/pathfinder
6fef5a6a09feae65e0a440dbfd39431106bc4e29
[ "MIT" ]
null
null
null
#include "pathfinder.h" void mx_gener(char *first_part, char *text, char *second_part) { int len1 = mx_strlen(first_part); int len2 = mx_strlen(text); int len3 = mx_strlen(second_part); char *error = mx_strnew(len1 + len2 + len3); mx_strcat(error, first_part); mx_strcat(error, text); mx_st...
26.25
64
0.67381
f41baee79e3bf28aba4268df00f8b5fa0d8cca27
644
c
C
plugin/become.c
brenns10/cbot
b45e020f36e5ec1b6b545082140ccbc30c5f5f03
[ "BSD-3-Clause" ]
21
2016-06-20T06:27:00.000Z
2022-03-24T03:57:24.000Z
plugin/become.c
brenns10/cbot
b45e020f36e5ec1b6b545082140ccbc30c5f5f03
[ "BSD-3-Clause" ]
31
2016-06-11T05:29:05.000Z
2022-02-19T06:57:53.000Z
plugin/become.c
brenns10/cbot
b45e020f36e5ec1b6b545082140ccbc30c5f5f03
[ "BSD-3-Clause" ]
4
2015-07-25T12:28:07.000Z
2021-08-04T15:36:44.000Z
/** * become.c: CBot plugin which lets you tell the bot to change nick * * Sample use: * * U> cbot become newbot * newbot> your wish is my command */ #include <stdlib.h> #include <sc-regex.h> #include "cbot/cbot.h" static void become(struct cbot_message_event *event, void *user) { char *name = sc_regex_get_c...
20.125
70
0.684783
f44774b957b4b880ca30bf24c486ca3f7ac3ea34
8,227
h
C
src/fase2/stdparts.h
denkoken/fase
05d995170d53539f122b1318c084c99ca71fd393
[ "MIT" ]
2
2019-03-18T10:49:26.000Z
2019-05-27T09:44:05.000Z
src/fase2/stdparts.h
denkoken/fase
05d995170d53539f122b1318c084c99ca71fd393
[ "MIT" ]
null
null
null
src/fase2/stdparts.h
denkoken/fase
05d995170d53539f122b1318c084c99ca71fd393
[ "MIT" ]
1
2021-01-13T05:30:42.000Z
2021-01-13T05:30:42.000Z
#ifndef STDPARTS_H_20190318 #define STDPARTS_H_20190318 #include <tuple> #include "constants.h" #include "parts_base.h" // ============================================================================= // =========================== User Interface ================================== // ===============================...
33.307692
80
0.538228
f0e98c3a30f9cdfe07a540919e74016fec5125c3
1,785
h
C
arch/arm/include/cortex_a/stack.h
hixio-mh/citadel_sdk_2.1.1
bd15f6ae6c4b39c069d5beefa30c820e351d3b52
[ "Apache-2.0" ]
null
null
null
arch/arm/include/cortex_a/stack.h
hixio-mh/citadel_sdk_2.1.1
bd15f6ae6c4b39c069d5beefa30c820e351d3b52
[ "Apache-2.0" ]
null
null
null
arch/arm/include/cortex_a/stack.h
hixio-mh/citadel_sdk_2.1.1
bd15f6ae6c4b39c069d5beefa30c820e351d3b52
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2017 Broadcom Limited * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief Stack helpers for Cortex-A CPUs * * Stack helper functions. */ #ifndef ZEPHYR_ARCH_ARM_INCLUDE_CORTEX_A_ARM_CORTEXA_STACK__H_ #define ZEPHYR_ARCH_ARM_INCLUDE_CORTEX_A_ARM_CORTEXA_STACK__H_ #ifndef _ASMLA...
23.8
78
0.792717
4eebff6d291c879ec4a7dc9b8490fbe5e8e653e1
8,821
h
C
sst-macro-7.1.0/bin/clang/replAstVisitor.h
HewlettPackard/genz_tools_network_monitoring
6a78ab6780ec9136636d66a8e615467fc2df8e40
[ "BSD-3-Clause" ]
4
2017-11-18T22:49:38.000Z
2021-01-22T18:33:50.000Z
sst-macro-7.1.0/bin/clang/replAstVisitor.h
HewlettPackard/genz_tools_network_monitoring
6a78ab6780ec9136636d66a8e615467fc2df8e40
[ "BSD-3-Clause" ]
null
null
null
sst-macro-7.1.0/bin/clang/replAstVisitor.h
HewlettPackard/genz_tools_network_monitoring
6a78ab6780ec9136636d66a8e615467fc2df8e40
[ "BSD-3-Clause" ]
1
2019-03-14T23:04:47.000Z
2019-03-14T23:04:47.000Z
/** Copyright 2009-2017 National Technology and Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA-0003525, the U.S. Government retains certain rights in this software. Sandia National Laboratories is a multimission laboratory managed and operated by National Technology and Engineering...
33.037453
99
0.724748
e5422e1bc3f00b4b6a6565790708f8a54b41ce2a
752
h
C
Bank164/app/transaction.h
eatanga/QT-ADVANCED-C-Plus-Plus
20c7ca8aa01931f3a4c273fa0ad43f1f9986abd5
[ "MIT" ]
1
2021-05-20T18:30:43.000Z
2021-05-20T18:30:43.000Z
Bank164/app/transaction.h
eatanga/QT-ADVANCED-C-Plus-Plus
20c7ca8aa01931f3a4c273fa0ad43f1f9986abd5
[ "MIT" ]
null
null
null
Bank164/app/transaction.h
eatanga/QT-ADVANCED-C-Plus-Plus
20c7ca8aa01931f3a4c273fa0ad43f1f9986abd5
[ "MIT" ]
null
null
null
#ifndef TRANSACTION_H #define TRANSACTION_H #include <time.h> #include "account.h" #include "counterparty.h" class Transaction { private: long transactionId; long accountId; Counterparty counterparty; double amount; time_t timestamp; public: Transaction(long tr...
24.258065
72
0.655585
79c8f681ea1c82c4874bba25c0157f3ad2164b0c
1,319
c
C
d/mine2/rooms/mine23.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/mine2/rooms/mine23.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/mine2/rooms/mine23.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #include <objects.h> inherit "/d/mine2/mine.c"; inherit ROOM; void create() { ::create(); set_property("light",2); set_property("indoors",1); set_short("mine shaft"); set_long( @THORNWUZHERE %^BOLD%^ORANGE%^ This shaft is very peaceful. There are few things to worry about...
29.311111
66
0.623199
fbd7809e5baf809c252429fa0add7c98afe0bdb5
364
h
C
TwitterFeeds/TwitterFeeds/NavigationManager.h
ilagarwal/twitterati
d6b90fe4acf144df46eefee8f3cc2fcfa546a511
[ "Apache-2.0" ]
1
2015-09-05T10:31:58.000Z
2015-09-05T10:31:58.000Z
TwitterFeeds/TwitterFeeds/NavigationManager.h
ilagarwal/twitterati
d6b90fe4acf144df46eefee8f3cc2fcfa546a511
[ "Apache-2.0" ]
null
null
null
TwitterFeeds/TwitterFeeds/NavigationManager.h
ilagarwal/twitterati
d6b90fe4acf144df46eefee8f3cc2fcfa546a511
[ "Apache-2.0" ]
null
null
null
// // NavigationManager.h // TwitterFeeds // // Created by Agarwal, Ila on 21/07/15. // Copyright (c) 2015 Agarwal, Ila. All rights reserved. // #import <Foundation/Foundation.h> #import <UIkit/UIkit.h> @interface NavigationManager : NSObject @property (nonatomic, strong) UIWindow * window; -(void)showRoot; -(v...
18.2
57
0.714286
19dbea9ed518c0faec3e4d25170b4e31684edd62
53,139
c
C
testsuite/EXP_2/test128.c
ishiura-compiler/CF3
0718aa176d0303a4ea8a46bd6c794997cbb8fabb
[ "MIT" ]
34
2017-07-04T14:16:12.000Z
2021-04-22T21:04:43.000Z
testsuite/EXP_2/test128.c
ishiura-compiler/CF3
0718aa176d0303a4ea8a46bd6c794997cbb8fabb
[ "MIT" ]
1
2017-07-06T03:43:44.000Z
2017-07-06T03:43:44.000Z
testsuite/EXP_2/test128.c
ishiura-compiler/CF3
0718aa176d0303a4ea8a46bd6c794997cbb8fabb
[ "MIT" ]
6
2017-07-04T16:30:42.000Z
2019-10-16T05:37:29.000Z
/* CF3 Copyright (c) 2015 ishiura-lab. Released under the MIT license. https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md */ #include<stdio.h> #include<stdint.h> #include<stdlib.h> #include"test1.h" volatile uint32_t x2 = UINT32_MAX; volatile uint32_t x16 = 2618072U; volatile uint16_t x39 = UINT16_MAX; stati...
18.816926
61
0.588476
e8a660164d4dbfd882c52286ffacdf6ba87706ad
2,169
h
C
port/target/stm32f030/io/i2c/i2c_stm32f030.h
n3rd-bugs/tiny-rtos
4014c58f8f15c95df6ab60f4ad2c5e456f97ad7f
[ "RSA-MD" ]
6
2017-07-24T08:32:09.000Z
2020-12-20T22:55:02.000Z
port/target/stm32f030/io/i2c/i2c_stm32f030.h
n3rd-bugs/tiny-rtos
4014c58f8f15c95df6ab60f4ad2c5e456f97ad7f
[ "RSA-MD" ]
1
2020-02-05T03:10:42.000Z
2020-02-06T09:15:26.000Z
port/target/stm32f030/io/i2c/i2c_stm32f030.h
n3rd-bugs/tiny-rtos
4014c58f8f15c95df6ab60f4ad2c5e456f97ad7f
[ "RSA-MD" ]
null
null
null
/* * i2c_stm32f030.h * * Copyright (c) 2020 Usama Masood <mirzaon@gmail.com> All rights reserved. * * This file is part of a non-commercial software. For more details please * refer to the license agreement that comes with this software. * * If you have not received a license file please contact: * Usama Maso...
24.370787
104
0.690641
0580a188822191291366e1812e6f1f1ccbe10eeb
1,632
h
C
win/cocoa/iHack/NhObject.h
bryceco/nethack-cocoa
b4cc3308d5bcad3a1da49eff026871106c38fefa
[ "Intel", "X11" ]
5
2021-01-10T23:06:18.000Z
2022-02-22T00:05:08.000Z
win/cocoa/iHack/NhObject.h
bryceco/nethack-cocoa
b4cc3308d5bcad3a1da49eff026871106c38fefa
[ "Intel", "X11" ]
3
2021-01-29T09:40:32.000Z
2021-08-03T10:47:30.000Z
win/cocoa/iHack/NhObject.h
bryceco/nethack-cocoa
b4cc3308d5bcad3a1da49eff026871106c38fefa
[ "Intel", "X11" ]
2
2021-08-11T05:56:52.000Z
2021-11-27T20:11:36.000Z
// // NhObject.h // NetHack // // Created by dirk on 2/8/10. // Copyright 2010 Dirk Zimmermann. All rights reserved. // /* 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, version 2 of the Lic...
29.672727
95
0.753064
e866f71944fd3df246a1f174dc3a0544571faff7
1,587
h
C
demo/gpu/GPUShader.h
julianeisel/bWidgets
35695df104f77b35992013a5602adf2723ab1022
[ "MIT" ]
72
2018-03-26T20:13:47.000Z
2022-03-08T15:59:55.000Z
demo/gpu/GPUShader.h
julianeisel/bWidgets
35695df104f77b35992013a5602adf2723ab1022
[ "MIT" ]
12
2018-03-30T12:54:15.000Z
2021-05-30T23:33:01.000Z
demo/gpu/GPUShader.h
julianeisel/bWidgets
35695df104f77b35992013a5602adf2723ab1022
[ "MIT" ]
10
2018-03-26T23:04:06.000Z
2021-11-17T21:04:27.000Z
/* * ***** BEGIN GPL LICENSE BLOCK ***** * * 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 d...
23
75
0.719597
19c17b3d64929adaadee508f9c4e9b824539a667
619
h
C
BaseTest/Components/HidenKeyboard/XLHidenKeyboardView.h
18862241347/BaseTest
b813b184f91e0bf8086fc010eee53b200c69f86c
[ "Apache-2.0" ]
null
null
null
BaseTest/Components/HidenKeyboard/XLHidenKeyboardView.h
18862241347/BaseTest
b813b184f91e0bf8086fc010eee53b200c69f86c
[ "Apache-2.0" ]
null
null
null
BaseTest/Components/HidenKeyboard/XLHidenKeyboardView.h
18862241347/BaseTest
b813b184f91e0bf8086fc010eee53b200c69f86c
[ "Apache-2.0" ]
null
null
null
// // XLHidenKeyboardView.h // Michelin // // Created by 蒋玉顺 on 15/9/14. // Copyright (c) 2015年 Michelin. All rights reserved. // #import <UIKit/UIKit.h> @class XLHidenKeyboardView; @protocol XLHidenKeyboardViewDelegate <NSObject> @optional //完成输入后隐藏键盘 - (void)didFinishedInputToHidenKeyboard:(XLHidenKeyboardVi...
18.205882
81
0.773829
b5d0f87b9b8510756f267bcd3118398889cd1715
2,654
h
C
UnnamedONI/vec2.h
PeriodicSeizures/UnnamedONI
160b01d3b7f6885c08af21dd5d7a83d54a71fed5
[ "MIT" ]
null
null
null
UnnamedONI/vec2.h
PeriodicSeizures/UnnamedONI
160b01d3b7f6885c08af21dd5d7a83d54a71fed5
[ "MIT" ]
null
null
null
UnnamedONI/vec2.h
PeriodicSeizures/UnnamedONI
160b01d3b7f6885c08af21dd5d7a83d54a71fed5
[ "MIT" ]
null
null
null
// common types #ifndef __VEC2_H__ #define __VEC2_H__ #include <cmath> #include "lib/gl.h" class vec2 { public: GLFix x, y; vec2() :x(0), y(0) {} vec2(GLFix x, GLFix y) : x(x), y(y) {} vec2(const vec2& v) : x(v.x), y(v.y) {} //bool operator==(const vec2& v) { // return v.x == x && v.y = y; ...
16.484472
41
0.468726
be32b82ed81fd0d9182e4d7c5eae11ff70c523b7
10,430
h
C
ds/nw/inc/ndsapi32.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
ds/nw/inc/ndsapi32.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
ds/nw/inc/ndsapi32.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1995 Microsoft Corporation Module Name: NdsLib32.h Abstract: This module exposes the minimal win32 API to Netware directory services support in the Netware redirector. Author: Cory West [CoryWest] 23-Feb-1995 --*/ #include <nt.h> #include <ntrtl.h> ...
28.575342
90
0.67488
8474f8923790e1a7928431af19c25d22ed1bd9a0
5,097
h
C
v3d_main/common_lib/mingw32/include/mapi.h
lens-biophotonics/v3d_external
44ff3b60a297a96eaa77ca092e0de9af5c990ed3
[ "MIT" ]
62
2015-04-30T13:20:40.000Z
2022-03-31T01:32:15.000Z
v3d_main/common_lib/mingw32/include/mapi.h
lens-biophotonics/v3d_external
44ff3b60a297a96eaa77ca092e0de9af5c990ed3
[ "MIT" ]
13
2020-04-11T21:50:57.000Z
2020-04-19T03:19:48.000Z
v3d_main/common_lib/mingw32/include/mapi.h
lens-biophotonics/v3d_external
44ff3b60a297a96eaa77ca092e0de9af5c990ed3
[ "MIT" ]
44
2015-11-11T07:30:59.000Z
2021-12-26T16:41:21.000Z
#ifndef _MAPI_H #define _MAPI_H #if __GNUC__ >=3 #pragma GCC system_header #endif #ifdef __cplusplus extern "C" { #endif #define SUCCESS_SUCCESS 0 #define MAPI_USER_ABORT 1 #define MAPI_E_USER_ABORT 1 #define MAPI_E_FAILURE 2 #define MAPI_E_LOGIN_FAILURE 3 #define MAPI_E_LOGON_FAILURE 3 #define MAPI_E_DISK_F...
31.079268
72
0.789092
80924631118a88f494edc553c25a01977482602f
378
h
C
TodoListSwift/TodoListSwift/Controller/ToDoListTableViewController.h
iscmiguelsamaniego/hasdeportetest
98a403b8ca9989fe9673e702072155407f5c0dc8
[ "MIT" ]
null
null
null
TodoListSwift/TodoListSwift/Controller/ToDoListTableViewController.h
iscmiguelsamaniego/hasdeportetest
98a403b8ca9989fe9673e702072155407f5c0dc8
[ "MIT" ]
1
2018-06-08T13:38:38.000Z
2018-06-08T13:38:38.000Z
TodoListSwift/TodoListSwift/Controller/ToDoListTableViewController.h
iscmiguelsamaniego/hasdeportetest
98a403b8ca9989fe9673e702072155407f5c0dc8
[ "MIT" ]
null
null
null
// // ToDoListTableViewController.h // TodoListSwift // // Created by miguel on 6/7/18. // Copyright © 2018 Samtech. All rights reserved. // #ifndef ToDoListTableViewController_h #define ToDoListTableViewController_h #endif /* ToDoListTableViewController_h */ @interface ToDoListTableViewController (Workaround) -...
21
52
0.777778
70d3982bec3ff69f851b933bb763db8552ede3fe
1,694
h
C
src/rendering/ui/main_menu_bar.h
jokteur/BM-Segmenter
210e15c41bd2b944594d1bc53fe7e43c518a5035
[ "MIT" ]
5
2020-10-12T09:17:57.000Z
2021-12-28T13:38:05.000Z
src/rendering/ui/main_menu_bar.h
jokteur/BM-Segmenter
210e15c41bd2b944594d1bc53fe7e43c518a5035
[ "MIT" ]
1
2020-11-13T10:16:56.000Z
2020-12-16T21:26:19.000Z
src/rendering/ui/main_menu_bar.h
jokteur/BM-Segmenter
210e15c41bd2b944594d1bc53fe7e43c518a5035
[ "MIT" ]
null
null
null
#pragma once #include "first_include.h" #include <utility> #include "events.h" #include "imgui.h" #include "nfd.h" #include "rendering/drawables.h" #include "rendering/ui/modales/error_message.h" #include "rendering/ui/project/new_project.h" #include "rendering/ui/project/close_project_modal.h" #inclu...
26.061538
106
0.641086
70d7007a4e73192d283fec7b739d7b415787a0d8
11,036
h
C
src/RIOT/drivers/include/itg320x.h
ARte-team/ARte
19f17f57522e1b18ba390718fc94be246451837b
[ "MIT" ]
2
2020-04-30T08:17:45.000Z
2020-05-23T08:46:54.000Z
src/RIOT/drivers/include/itg320x.h
ARte-team/ARte
19f17f57522e1b18ba390718fc94be246451837b
[ "MIT" ]
null
null
null
src/RIOT/drivers/include/itg320x.h
ARte-team/ARte
19f17f57522e1b18ba390718fc94be246451837b
[ "MIT" ]
null
null
null
/* * Copyright (C) 2018 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @defgroup drivers_itg320x ITG320X 3-axis gyroscope * @ingroup drivers_sensors * @ingr...
34.81388
85
0.659659
3b8dffae9894f94c1694f0b649102255c43b14b6
951
h
C
src/input_parse/siparseutils.h
wteiwewte/Shell
28548519599470943b23546285994237b9776d1f
[ "MIT" ]
null
null
null
src/input_parse/siparseutils.h
wteiwewte/Shell
28548519599470943b23546285994237b9776d1f
[ "MIT" ]
null
null
null
src/input_parse/siparseutils.h
wteiwewte/Shell
28548519599470943b23546285994237b9776d1f
[ "MIT" ]
null
null
null
#define MAX_COMMANDS (MAX_LINE_LENGTH/2 +1) #define MAX_PIPELINES MAX_COMMANDS #define MAX_ARGS MAX_COMMANDS #define MAX_REDIRS MAX_COMMANDS void resetutils(void); /* * buffer for string from the parsed line */ char * copytobuffer(const char *, const short); void resetbuffer(void); /* * buffer for args * each...
19.02
55
0.756046
3bc6d4abf94820e05c64bada983d4002cae82792
366
h
C
android/PdCore/src/main/jni/libpd/samples/objc/ios/pdtest/pdtest/ViewController.h
Tiltification/sonic-tilt
94a5c88258c65a0312c702972587dff4728dc738
[ "MIT" ]
5
2021-09-29T17:04:14.000Z
2022-03-02T11:57:51.000Z
pd-for-ios/libpd/samples/objc/ios/pdtest/pdtest/ViewController.h
TimZiemer/sonic-tilt
94a5c88258c65a0312c702972587dff4728dc738
[ "MIT" ]
null
null
null
pd-for-ios/libpd/samples/objc/ios/pdtest/pdtest/ViewController.h
TimZiemer/sonic-tilt
94a5c88258c65a0312c702972587dff4728dc738
[ "MIT" ]
3
2021-12-21T11:21:11.000Z
2022-01-12T18:51:56.000Z
// // ViewController.h // pdtest // // Created by Dan Wilcox on 1/16/13. // Copyright (c) 2013 libpd. All rights reserved. // #import <UIKit/UIKit.h> #import "PdBase.h" @interface ViewController : UIViewController <PdReceiverDelegate, PdMidiReceiverDelegate> // setup the Pd audio controller, etc - (void)setupPd...
16.636364
89
0.702186
78c4f4303df5fc60c7624110aa82cd7e0446e6a3
1,601
c
C
src/config.c
mattseabrook/lttptrainer
a545efdea956b4b45a8c0d7ff1b316dd441311bc
[ "MIT" ]
null
null
null
src/config.c
mattseabrook/lttptrainer
a545efdea956b4b45a8c0d7ff1b316dd441311bc
[ "MIT" ]
null
null
null
src/config.c
mattseabrook/lttptrainer
a545efdea956b4b45a8c0d7ff1b316dd441311bc
[ "MIT" ]
null
null
null
// config.c #include <stdio.h> #include "config.h" /* ============================================================================= CONFIG FILE INTERFACE ============================================================================= */ char snes_nine_x_path[1000]; int sramtrace_interval; //===...
23.202899
99
0.415365
2f7098986a021cc1a96ad140e30de2c83fc6be11
2,577
h
C
model/ValidateIdentifierResponse.h
Cloudmersive/Cloudmersive.APIClient.CPP.Validate
bed3f0e230b6f3ae08a9748f8fff0356986a6ea8
[ "Apache-2.0" ]
1
2020-01-04T21:05:28.000Z
2020-01-04T21:05:28.000Z
model/ValidateIdentifierResponse.h
Cloudmersive/Cloudmersive.APIClient.CPP.Validate
bed3f0e230b6f3ae08a9748f8fff0356986a6ea8
[ "Apache-2.0" ]
null
null
null
model/ValidateIdentifierResponse.h
Cloudmersive/Cloudmersive.APIClient.CPP.Validate
bed3f0e230b6f3ae08a9748f8fff0356986a6ea8
[ "Apache-2.0" ]
null
null
null
/** * validateapi * The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API. * * OpenAPI spec version: v1 * * * NOTE: This class is auto generated...
30.678571
350
0.70586
28dbbc704930596f7bb24521bc47f1eada27e62a
859
c
C
Online Judges/Huxley/formacanonica.c
NelsonGomesNeto/ProgramC
e743b1b869f58f7f3022d18bac00c5e0b078562e
[ "MIT" ]
3
2018-12-18T13:39:42.000Z
2021-06-23T18:05:18.000Z
Online Judges/Huxley/formacanonica.c
NelsonGomesNeto/ProgramC
e743b1b869f58f7f3022d18bac00c5e0b078562e
[ "MIT" ]
1
2018-11-02T21:32:40.000Z
2018-11-02T22:47:12.000Z
Online Judges/Huxley/formacanonica.c
NelsonGomesNeto/ProgramC
e743b1b869f58f7f3022d18bac00c5e0b078562e
[ "MIT" ]
6
2018-10-27T14:07:52.000Z
2019-11-14T13:49:29.000Z
#include <stdio.h> #include <string.h> int main() { int quantas; scanf("%d", &quantas); while (quantas > 0) { char string[999] = "\0", dic[999] = "\0"; getchar(); scanf("%[^\n]", string); dic[0] = string[0]; int i, j, posi, dif; for (i = 0; i < strlen(string); i ++) {...
18.673913
53
0.351572
1a5cf8432480091f7db82131df91408bd16d70fe
23
h
C
src/resource.h
jbuonagurio/proj.xll
6fbfbbd55d116be37667d57e83239b5cba0dbc47
[ "MIT" ]
15
2016-09-21T02:11:12.000Z
2022-03-23T06:15:54.000Z
src/resource.h
jbuonagurio/proj.xll
6fbfbbd55d116be37667d57e83239b5cba0dbc47
[ "MIT" ]
4
2019-09-27T04:47:30.000Z
2021-12-16T17:14:51.000Z
src/resource.h
jbuonagurio/proj.xll
6fbfbbd55d116be37667d57e83239b5cba0dbc47
[ "MIT" ]
2
2018-05-31T19:29:59.000Z
2019-10-19T16:22:34.000Z
#define IDR_PROJDB 101
11.5
22
0.826087
ff86431a8b3bb04aba6e0f937127e5d749ec1920
437
c
C
examples/gbs_sample_color/data/src/data/background_14.c
um3k/gbvm
dce728c5fd0d40c3f75b773660f475b4911d8121
[ "MIT" ]
33
2020-12-27T11:53:23.000Z
2022-02-19T23:05:12.000Z
examples/gbs_sample_color/data/src/data/background_14.c
um3k/gbvm
dce728c5fd0d40c3f75b773660f475b4911d8121
[ "MIT" ]
2
2020-12-10T16:53:53.000Z
2022-01-31T21:42:01.000Z
examples/gbs_sample_color/data/src/data/background_14.c
um3k/gbvm
dce728c5fd0d40c3f75b773660f475b4911d8121
[ "MIT" ]
6
2021-04-18T08:09:16.000Z
2022-01-31T21:52:24.000Z
#pragma bank 255 // Background: underground #include "gbs_types.h" #include "data/tileset_7.h" #include "data/tilemap_14.h" #include "data/tilemap_attr_11.h" BANKREF(background_14) const struct background_t background_14 = { .width = 32, .height = 32, .tileset = TO_FAR_PTR_T(tileset_7), .cgb_tileset...
21.85
53
0.71167
9e1798ea069fee4f3bed207d8e3bbd80be5304b0
27,706
c
C
src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gfxmmu.c
andysan/loramac-node
170a2579dd890f78f5056f0959cdb9c9bea259a1
[ "BSD-3-Clause" ]
1,679
2015-01-01T00:43:59.000Z
2022-03-31T08:58:59.000Z
src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gfxmmu.c
andysan/loramac-node
170a2579dd890f78f5056f0959cdb9c9bea259a1
[ "BSD-3-Clause" ]
1,043
2015-05-26T13:02:00.000Z
2022-03-31T15:09:59.000Z
src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_gfxmmu.c
andysan/loramac-node
170a2579dd890f78f5056f0959cdb9c9bea259a1
[ "BSD-3-Clause" ]
1,161
2015-01-10T17:03:29.000Z
2022-03-21T19:43:11.000Z
/** ****************************************************************************** * @file stm32l4xx_hal_gfxmmu.c * @author MCD Application Team * @brief This file provides firmware functions to manage the following * functionalities of the Graphic MMU (GFXMMU) peripheral: * ...
35.520513
106
0.61669
9af18c24221f714d605604d604b5fcce9158efea
14,166
h
C
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h
xqdzn/linux-bpi-p2z-dev
fc302d86fb16fff3a25894efd3d5dd9e8e379a82
[ "MIT" ]
null
null
null
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h
xqdzn/linux-bpi-p2z-dev
fc302d86fb16fff3a25894efd3d5dd9e8e379a82
[ "MIT" ]
null
null
null
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h
xqdzn/linux-bpi-p2z-dev
fc302d86fb16fff3a25894efd3d5dd9e8e379a82
[ "MIT" ]
null
null
null
/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ /* Copyright 2014-2016 Freescale Semiconductor Inc. * Copyright 2016 NXP */ #ifndef __DPAA2_ETH_H #define __DPAA2_ETH_H #include <linux/netdevice.h> #include <linux/if_vlan.h> #include <linux/fsl/mc.h> #include <soc/fsl/dpaa2-io.h> #include <soc/fsl/dpaa2-f...
27.294798
79
0.761471
89d826ce00e0dd69dd2064bb4a66391081a321e0
1,019
h
C
XLHLookMoreLabel/NSMutableAttributedString+CTFrameRef.h
Spr1ngHall/XLHLookMoreLabel
6104066c05522555adc91f19a186501e962b9893
[ "MIT" ]
4
2019-12-13T14:44:20.000Z
2021-07-12T10:25:11.000Z
XLHLookMoreLabel/NSMutableAttributedString+CTFrameRef.h
Spr1ngHall/XLHLookMoreLabel
6104066c05522555adc91f19a186501e962b9893
[ "MIT" ]
1
2020-12-30T15:56:15.000Z
2020-12-30T15:56:15.000Z
XLHLookMoreLabel/NSMutableAttributedString+CTFrameRef.h
Spr1ngHall/XLHLookMoreLabel
6104066c05522555adc91f19a186501e962b9893
[ "MIT" ]
null
null
null
// // NSMutableAttributedString+CTFrameRef.h // XLHLookMoreLabel // // Created by 薛立恒 on 2019/3/5. // Copyright © 2019 薛立恒. All rights reserved. // #import <Foundation/Foundation.h> #import <CoreText/CoreText.h> NS_ASSUME_NONNULL_BEGIN @interface NSMutableAttributedString (CTFrameRef) NSRange NSRangeFromCFRange...
29.114286
95
0.8263
d28b37d1103eb7a4b74a15206638ad347f304f12
2,216
h
C
External/libigl-2.1.0/include/igl/copyleft/cgal/wire_mesh.h
RokKos/eol-cloth
b9c6f55f25ba17f33532ea5eefa41fedd29c5206
[ "MIT" ]
null
null
null
External/libigl-2.1.0/include/igl/copyleft/cgal/wire_mesh.h
RokKos/eol-cloth
b9c6f55f25ba17f33532ea5eefa41fedd29c5206
[ "MIT" ]
null
null
null
External/libigl-2.1.0/include/igl/copyleft/cgal/wire_mesh.h
RokKos/eol-cloth
b9c6f55f25ba17f33532ea5eefa41fedd29c5206
[ "MIT" ]
null
null
null
#ifndef IGL_COPYLEFT_CGAL_WIRE_MESH_H #define IGL_COPYLEFT_CGAL_WIRE_MESH_H #include "../../igl_inline.h" namespace igl { namespace copyleft { namespace cgal { // Construct a "wire" or "wireframe" or "strut" surface mesh, given a // one-dimensional network of straight edges. // // I...
32.588235
82
0.609657
302fbf6293def7b065c146c0e8807530dec50bd5
415
c
C
Colleges/Análise e Desenvolvimento de Sistemas/Lógica de Programação/C/if-Else/Lista 3/100.c
jlenon7/progress
06b025d3e22fa832fd2e5a0bc1c5dc444258fc15
[ "MIT" ]
2
2020-10-25T15:22:03.000Z
2022-01-12T15:26:43.000Z
Colleges/Análise e Desenvolvimento de Sistemas/Lógica de Programação/C/if-Else/Lista 3/100.c
jlenon7/progress
06b025d3e22fa832fd2e5a0bc1c5dc444258fc15
[ "MIT" ]
null
null
null
Colleges/Análise e Desenvolvimento de Sistemas/Lógica de Programação/C/if-Else/Lista 3/100.c
jlenon7/progress
06b025d3e22fa832fd2e5a0bc1c5dc444258fc15
[ "MIT" ]
null
null
null
#include <stdio.h> int main(){ float n; printf("Programa para Ler um Numero Inteiro\n"); printf("Digite o Numero:"); scanf("%f", &n); if (n>100) printf("%f NUMERO NÃO PERMITIDO.", n); else if (n<-100) printf("%f NUMERO NÃO PERMITIDO.", n); ...
14.310345
52
0.460241
d66a814fbd789acf694ead9da1f6c93fa5eaa012
1,322
h
C
Functions/FirebaseFunctions/FUNError.h
Tibbs/firebase-ios-sdk
2544aad65988491d7f03d41d5167cadb3cd8db0e
[ "Apache-2.0" ]
1
2018-07-24T05:37:29.000Z
2018-07-24T05:37:29.000Z
ios/Pods/FirebaseFunctions/Functions/FirebaseFunctions/FUNError.h
bernardo-rodriguez/cryptogains
ba16f0391c607e00c823622624421d48f4255fb4
[ "Apache-2.0" ]
2
2018-08-11T16:30:19.000Z
2018-08-11T16:40:21.000Z
ios/Pods/FirebaseFunctions/Functions/FirebaseFunctions/FUNError.h
bernardo-rodriguez/cryptogains
ba16f0391c607e00c823622624421d48f4255fb4
[ "Apache-2.0" ]
1
2018-08-11T14:41:16.000Z
2018-08-11T14:41:16.000Z
// // Copyright 2017 Google // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
37.771429
98
0.760212
c5ef97aff65c0ae0273ad195cc689bb995ab9959
3,425
h
C
hphp/runtime/base/sweepable.h
jmarrama/hhvm
bfa816e32c7b1a74e7aaee3d2688af2112439003
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
hphp/runtime/base/sweepable.h
jmarrama/hhvm
bfa816e32c7b1a74e7aaee3d2688af2112439003
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
hphp/runtime/base/sweepable.h
jmarrama/hhvm
bfa816e32c7b1a74e7aaee3d2688af2112439003
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-2015 Facebook, Inc. (http://www.facebook.com) | +---------...
31.136364
79
0.550365
68278bd53c479305734e98284744fbd42d75980d
78
h
C
Prefs/KRTableCell.h
EvanDbg/Nita
ff664d6105e246dc442a9d55141e92a59da1be36
[ "MIT" ]
3
2020-02-08T11:06:54.000Z
2020-07-06T04:59:54.000Z
Prefs/KRTableCell.h
pixeljellyfish/Rose
22e70879f0205a374df10f98f5dd6ca9b7987768
[ "MIT" ]
null
null
null
Prefs/KRTableCell.h
pixeljellyfish/Rose
22e70879f0205a374df10f98f5dd6ca9b7987768
[ "MIT" ]
4
2020-02-03T20:14:02.000Z
2020-04-13T07:03:12.000Z
#import "Preferences/PSTableCell.h" @interface KRTableCell : PSTableCell @end
19.5
36
0.807692
fd98fd5d7e78a1e0ce24b4ae43eff56436ecb1b2
589
h
C
signal_handler/signal_handler.h
ESROCOS/testing-data_logger_ut
a9e329823590baa38a732525ab9dddf70bc68dae
[ "BSD-3-Clause" ]
null
null
null
signal_handler/signal_handler.h
ESROCOS/testing-data_logger_ut
a9e329823590baa38a732525ab9dddf70bc68dae
[ "BSD-3-Clause" ]
null
null
null
signal_handler/signal_handler.h
ESROCOS/testing-data_logger_ut
a9e329823590baa38a732525ab9dddf70bc68dae
[ "BSD-3-Clause" ]
null
null
null
/* This file was generated automatically: DO NOT MODIFY IT ! */ /* Declaration of the functions that have to be provided by the user */ #ifndef __USER_CODE_H_signal_handler__ #define __USER_CODE_H_signal_handler__ #ifdef __cplusplus extern "C" { #endif void signal_handler_startup(); void signal_handler_PI_trigger(...
17.323529
71
0.792869
a980ca7c93540e3338892d598c31c28db15dac9c
4,303
h
C
Utilities/SparkleCaster/SCRDocument.h
xhan/MacCodes
addfdcc58d26abaecda402dbc862892d49f9842e
[ "BSD-3-Clause" ]
1
2015-06-29T17:31:41.000Z
2015-06-29T17:31:41.000Z
Utilities/SparkleCaster/SCRDocument.h
nagyistoce/maccode
0e32c59828a8827a4b115f27ce4a00a466dc6a9a
[ "BSD-3-Clause" ]
null
null
null
Utilities/SparkleCaster/SCRDocument.h
nagyistoce/maccode
0e32c59828a8827a4b115f27ce4a00a466dc6a9a
[ "BSD-3-Clause" ]
1
2019-10-24T06:34:45.000Z
2019-10-24T06:34:45.000Z
// // MyDocument.h // SparkleCaster // // Created by Adam Radestock on 02/09/2007. /* BSD License Copyright (c) 2007, Adam Radestock, Glass Monkey Software All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are...
39.118182
188
0.801999
a986a1420fab34ec330e005a4f346d2706af9d4d
9,203
h
C
vendors/cypress/WICED_SDK/WICED/platform/MCU/BCM4390x/peripherals/include/wiced_osl.h
ictk-solution-dev/amazon-freertos
cc76512292ddfb70bba3030dbcb740ef3c6ead8b
[ "MIT" ]
2
2020-06-23T08:05:58.000Z
2020-06-24T01:25:51.000Z
vendors/cypress/WICED_SDK/WICED/platform/MCU/BCM4390x/peripherals/include/wiced_osl.h
ictk-solution-dev/amazon-freertos
cc76512292ddfb70bba3030dbcb740ef3c6ead8b
[ "MIT" ]
2
2022-03-29T05:16:50.000Z
2022-03-29T05:16:50.000Z
vendors/cypress/WICED_SDK/WICED/platform/MCU/BCM4390x/peripherals/include/wiced_osl.h
ictk-solution-dev/amazon-freertos
cc76512292ddfb70bba3030dbcb740ef3c6ead8b
[ "MIT" ]
null
null
null
/* * Copyright 2019, Cypress Semiconductor Corporation or a subsidiary of * Cypress Semiconductor Corporation. All Rights Reserved. * * This software, associated documentation and materials ("Software") * is owned by Cypress Semiconductor Corporation, * or one of its subsidiaries ("Cypress") and is protect...
39.161702
152
0.632511
653b1dbe6ebc268233a7b22764312dc888b8a172
2,547
h
C
src/chainparamsseeds.h
kadirada/ragecoin
241d6ad55ec9c2d0b7158482270e97de563d93eb
[ "MIT" ]
null
null
null
src/chainparamsseeds.h
kadirada/ragecoin
241d6ad55ec9c2d0b7158482270e97de563d93eb
[ "MIT" ]
null
null
null
src/chainparamsseeds.h
kadirada/ragecoin
241d6ad55ec9c2d0b7158482270e97de563d93eb
[ "MIT" ]
null
null
null
#ifndef BITCOIN_CHAINPARAMSSEEDS_H #define BITCOIN_CHAINPARAMSSEEDS_H /** * List of fixed seed nodes for the ragecoin network * AUTOGENERATED by contrib/seeds/generate-seeds.py * * Each line contains a 16-byte IPv6 address and a port. * IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly....
67.026316
95
0.727523
a27c4fd51d45bbf608fc66c5685c5ce22cc3e909
9,741
c
C
ext/phalcon/mvc/model/metadata/redis.zep.c
ufoproger/cphalcon
3763e7e770afd0b5869f44c96000da1b5b609ca0
[ "PHP-3.01", "Zend-2.0", "BSD-3-Clause" ]
null
null
null
ext/phalcon/mvc/model/metadata/redis.zep.c
ufoproger/cphalcon
3763e7e770afd0b5869f44c96000da1b5b609ca0
[ "PHP-3.01", "Zend-2.0", "BSD-3-Clause" ]
null
null
null
ext/phalcon/mvc/model/metadata/redis.zep.c
ufoproger/cphalcon
3763e7e770afd0b5869f44c96000da1b5b609ca0
[ "PHP-3.01", "Zend-2.0", "BSD-3-Clause" ]
null
null
null
#ifdef HAVE_CONFIG_H #include "../../../../ext_config.h" #endif #include <php.h> #include "../../../../php_ext.h" #include "../../../../ext.h" #include <Zend/zend_operators.h> #include <Zend/zend_exceptions.h> #include <Zend/zend_interfaces.h> #include "kernel/main.h" #include "kernel/memory.h" #include "kernel/arr...
27.911175
180
0.708962
c8e58f91ff076bb9f6e61682d2ec465d8d12049c
1,566
c
C
templates/stm32f103zet6-atk-elite/board/peripherals.c
flyghost/OneOS-V2.1.0
6fedab0558c07fe679d63ba1eb8ee9992c044d86
[ "Apache-2.0" ]
null
null
null
templates/stm32f103zet6-atk-elite/board/peripherals.c
flyghost/OneOS-V2.1.0
6fedab0558c07fe679d63ba1eb8ee9992c044d86
[ "Apache-2.0" ]
null
null
null
templates/stm32f103zet6-atk-elite/board/peripherals.c
flyghost/OneOS-V2.1.0
6fedab0558c07fe679d63ba1eb8ee9992c044d86
[ "Apache-2.0" ]
null
null
null
extern ADC_HandleTypeDef hadc1; OS_HAL_DEVICE_DEFINE("ADC_HandleTypeDef", "adc1", hadc1); extern ADC_HandleTypeDef hadc3; OS_HAL_DEVICE_DEFINE("ADC_HandleTypeDef", "adc3", hadc3); extern CAN_HandleTypeDef hcan; OS_HAL_DEVICE_DEFINE("CAN_HandleTypeDef", "can", hcan); extern DAC_HandleTypeDef hdac; OS_HAL_DE...
31.959184
76
0.795658
08874f5b4f52dd1ada7d90aaaeb8188672c7e5c8
725
h
C
DQM/SiStripCommissioningClients/interface/CalibrationHistograms.h
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
DQM/SiStripCommissioningClients/interface/CalibrationHistograms.h
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
DQM/SiStripCommissioningClients/interface/CalibrationHistograms.h
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
#ifndef DQM_SiStripCommissioningClients_CalibrationHistograms_H #define DQM_SiStripCommissioningClients_CalibrationHistograms_H #include "DQM/SiStripCommissioningClients/interface/CommissioningHistograms.h" class DQMStore; class CalibrationHistograms : virtual public CommissioningHistograms { public: Calibra...
22.65625
79
0.746207
0c2a8f1c182a8c195b291f91e53b640093f3dcb0
11,213
h
C
sys/rpc/rpcclnt.h
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
4
2017-04-06T21:39:15.000Z
2019-10-09T17:34:14.000Z
sys/rpc/rpcclnt.h
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
sys/rpc/rpcclnt.h
TrustedBSD/sebsd
fd5de6f587183087cf930779701d5713e8ca64cc
[ "Naumen", "Condor-1.1", "MS-PL" ]
1
2020-01-04T06:36:39.000Z
2020-01-04T06:36:39.000Z
/* $FreeBSD: src/sys/rpc/rpcclnt.h,v 1.5 2005/01/07 02:29:21 imp Exp $ */ /* $OpenBSD: nfsmount.h,v 1.11 2002/03/14 01:27:13 millert Exp $ */ /* $NetBSD: nfsmount.h,v 1.10 1996/02/18 11:54:03 fvdl Exp $ */ /*- * copyright (c) 2003 * the regents of the university of michigan * all rights reserved * * permission i...
31.585915
121
0.691519
bd1e29ab22dcf5ce168ecea5aac7dec382b27cee
367
h
C
PrivateFrameworks/SiriTasks.framework/STGenericIntentTopic.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
36
2016-04-20T04:19:04.000Z
2018-10-08T04:12:25.000Z
PrivateFrameworks/SiriTasks.framework/STGenericIntentTopic.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
null
null
null
PrivateFrameworks/SiriTasks.framework/STGenericIntentTopic.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
10
2016-06-16T02:40:44.000Z
2019-01-15T03:31:45.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks */ @interface STGenericIntentTopic : NSObject <NSCoding> { NSString * _name; } @property (nonatomic, copy) NSString *name; - (void).cxx_destruct; - (void)encodeWithCoder:(id)arg1; - (id)initWithCoder:(id)arg...
20.388889
73
0.724796
032a7ace68fe7b5c2b5475fe5a4c412fe64e6b1e
1,395
h
C
edk2-platforms/Platform/Intel/Vlv2TbltDevicePkg/PlatformPei/CommonHeader.h
TheMindVirus/pftf-rpi4
6070b65a02e5ab3ad774d52620c1d136f17c5df3
[ "BSD-2-Clause-Patent", "MIT" ]
1
2021-12-03T05:07:39.000Z
2021-12-03T05:07:39.000Z
edk2-platforms/Platform/Intel/Vlv2TbltDevicePkg/PlatformPei/CommonHeader.h
TheMindVirus/pftf-rpi4
6070b65a02e5ab3ad774d52620c1d136f17c5df3
[ "BSD-2-Clause-Patent", "MIT" ]
null
null
null
edk2-platforms/Platform/Intel/Vlv2TbltDevicePkg/PlatformPei/CommonHeader.h
TheMindVirus/pftf-rpi4
6070b65a02e5ab3ad774d52620c1d136f17c5df3
[ "BSD-2-Clause-Patent", "MIT" ]
null
null
null
/*++ Copyright (c) 2004 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef __COMMON_HEADER_H_ #define __COMMON_HEADER_H_ #include <PiPei.h> #include <IndustryStandard/SmBus.h> #include <IndustryStandard/Pci22.h> #include <Ppi/AtaController.h> #inclu...
25.363636
73
0.773477
23c8b4e671378707010944cc9c9346cb478ffaa4
5,342
h
C
lib/libutils/ext/include/confine_array_index.h
vesajaaskelainen/optee_os
ed3fa831cdd6c545bf2813de8aeccc2564387983
[ "BSD-2-Clause" ]
null
null
null
lib/libutils/ext/include/confine_array_index.h
vesajaaskelainen/optee_os
ed3fa831cdd6c545bf2813de8aeccc2564387983
[ "BSD-2-Clause" ]
null
null
null
lib/libutils/ext/include/confine_array_index.h
vesajaaskelainen/optee_os
ed3fa831cdd6c545bf2813de8aeccc2564387983
[ "BSD-2-Clause" ]
null
null
null
/* SPDX-License-Identifier: BSD-3-Clause */ /* Copyright (c) 2020 Linaro Limited */ // Copyright 2019 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. /* * Content of LICENSE file mentioned above: Copyright 2019 The Fuchs...
36.589041
95
0.722576
fcd44357559fc69395cc07b23a7ed6c80c69a515
829
c
C
zircon/third_party/ulib/musl/src/legacy/getpass.c
zhangpf/fuchsia-rs
903568f28ddf45f09157ead36d61b50322c9cf49
[ "BSD-3-Clause" ]
1
2019-04-21T18:02:26.000Z
2019-04-21T18:02:26.000Z
zircon/third_party/ulib/musl/src/legacy/getpass.c
zhangpf/fuchsia-rs
903568f28ddf45f09157ead36d61b50322c9cf49
[ "BSD-3-Clause" ]
16
2020-09-04T19:01:11.000Z
2021-05-28T03:23:09.000Z
zircon/third_party/ulib/musl/src/legacy/getpass.c
ZVNexus/fuchsia
c5610ad15208208c98693618a79c705af935270c
[ "BSD-3-Clause" ]
null
null
null
#define _GNU_SOURCE #include <fcntl.h> #include <stdio.h> #include <string.h> #include <termios.h> #include <unistd.h> char* getpass(const char* prompt) { int fd; struct termios s, t; ssize_t l; static char password[128]; if ((fd = open("/dev/tty", O_RDWR | O_NOCTTY | O_CLOEXEC)) < 0) retu...
19.738095
67
0.531966
b30633a729795bfe2e76382fee5c9ec5ca948296
248
h
C
MPU6050/delay.h
Ajie16/Useful_Code_of_JeckXu
682d6159a01f344cd0624c113d37766e2e9be988
[ "MIT" ]
1
2022-01-27T14:57:18.000Z
2022-01-27T14:57:18.000Z
MPU6050/delay.h
Ajie16/Useful_Code_of_JeckXu
682d6159a01f344cd0624c113d37766e2e9be988
[ "MIT" ]
null
null
null
MPU6050/delay.h
Ajie16/Useful_Code_of_JeckXu
682d6159a01f344cd0624c113d37766e2e9be988
[ "MIT" ]
null
null
null
#ifndef __DELAY_H #define __DELAY_H #include "stm32f4xx_hal.h" #define USE_HAL_TIME //OR USE_FREERTOS_TIME #ifdef USE_HAL_TIME #define delay_ms(ms) HAL_Delay(ms) #endif #ifdef USE_FREERTOS_TIME #define delay_ms(ms) os_delay(ms) #endif #endif
14.588235
43
0.78629
96c1b898b7d577152b00efe3df1b8559972bed7d
766
h
C
CyberGame/CyberGame/Featured/V/FeaturedTableViewCell.h
Topuiya/CyberGame
0cbda7a2c0df2b655ce9077b7a3f52ee5c64c8d9
[ "Apache-2.0" ]
null
null
null
CyberGame/CyberGame/Featured/V/FeaturedTableViewCell.h
Topuiya/CyberGame
0cbda7a2c0df2b655ce9077b7a3f52ee5c64c8d9
[ "Apache-2.0" ]
null
null
null
CyberGame/CyberGame/Featured/V/FeaturedTableViewCell.h
Topuiya/CyberGame
0cbda7a2c0df2b655ce9077b7a3f52ee5c64c8d9
[ "Apache-2.0" ]
null
null
null
// // FeaturedTableViewCell.h // CyberGame // // Created by apple on 2020/6/10. // Copyright © 2020 zzh. All rights reserved. // #import <UIKit/UIKit.h> #import "FeaturedDataModel.h" #import "UserInfoModel.h" NS_ASSUME_NONNULL_BEGIN @interface FeaturedTableViewCell : UITableViewCell @property (weak, nonatomic) ...
27.357143
68
0.785901
e7f40f61f84ed7ab9a81f9c75dcdf8626c68f4a8
2,440
h
C
webkit/WebCore/svg/graphics/filters/SVGFETurbulence.h
s1rcheese/nintendo-3ds-internetbrowser-sourcecode
3dd05f035e0a5fc9723300623e9b9b359be64e11
[ "Unlicense" ]
15
2016-01-05T12:43:41.000Z
2022-03-15T10:34:47.000Z
webkit/WebCore/svg/graphics/filters/SVGFETurbulence.h
s1rcheese/nintendo-3ds-internetbrowser-sourcecode
3dd05f035e0a5fc9723300623e9b9b359be64e11
[ "Unlicense" ]
null
null
null
webkit/WebCore/svg/graphics/filters/SVGFETurbulence.h
s1rcheese/nintendo-3ds-internetbrowser-sourcecode
3dd05f035e0a5fc9723300623e9b9b359be64e11
[ "Unlicense" ]
2
2020-11-30T18:36:01.000Z
2021-02-05T23:20:24.000Z
/* Copyright (C) 2004, 2005, 2006, 2007 Nikolas Zimmermann <zimmermann@kde.org> 2004, 2005 Rob Buis <buis@kde.org> 2005 Eric Seidel <eric@webkit.org> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public...
30.123457
116
0.665984
e7fb276fa80189603609ffa0877954360417f759
1,009
h
C
ios/versioned-react-native/ABI42_0_0/Expo/EXNotifications/ABI42_0_0EXNotifications/Permissions/ABI42_0_0EXRemoteNotificationPermissionSingletonModule.h
zakharchenkoAndrii/expo
f6b009d204b9124d43df59b75eb6affc2f0ba5bd
[ "Apache-2.0", "MIT" ]
16,461
2017-03-24T19:59:01.000Z
2022-03-31T21:52:45.000Z
ios/versioned-react-native/ABI42_0_0/Expo/EXNotifications/ABI42_0_0EXNotifications/Permissions/ABI42_0_0EXRemoteNotificationPermissionSingletonModule.h
zakharchenkoAndrii/expo
f6b009d204b9124d43df59b75eb6affc2f0ba5bd
[ "Apache-2.0", "MIT" ]
13,016
2017-03-25T22:49:31.000Z
2022-03-31T23:23:58.000Z
ios/versioned-react-native/ABI42_0_0/Expo/EXNotifications/ABI42_0_0EXNotifications/Permissions/ABI42_0_0EXRemoteNotificationPermissionSingletonModule.h
zakharchenkoAndrii/expo
f6b009d204b9124d43df59b75eb6affc2f0ba5bd
[ "Apache-2.0", "MIT" ]
3,945
2017-03-25T07:12:57.000Z
2022-03-31T20:55:18.000Z
// Copyright 2018-present 650 Industries. All rights reserved. #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <ABI42_0_0UMCore/ABI42_0_0UMSingletonModule.h> NS_ASSUME_NONNULL_BEGIN @protocol ABI42_0_0EXRemoteNotificationPermissionDelegate - (void)handleDidFinishRegisteringForRemoteNotifications; ...
33.633333
176
0.868186
6cec86e63121d02928b07353293f90d7464b46a6
1,580
h
C
src/mirheo/core/utils/type_add.h
LMNS3d/Mirheo
e710291502eb3d1b4001e3811f7b7d105af82c86
[ "MIT" ]
null
null
null
src/mirheo/core/utils/type_add.h
LMNS3d/Mirheo
e710291502eb3d1b4001e3811f7b7d105af82c86
[ "MIT" ]
null
null
null
src/mirheo/core/utils/type_add.h
LMNS3d/Mirheo
e710291502eb3d1b4001e3811f7b7d105af82c86
[ "MIT" ]
1
2021-07-14T13:24:05.000Z
2021-07-14T13:24:05.000Z
#pragma once #include <mirheo/core/utils/cpu_gpu_defines.h> #include <mirheo/core/utils/cuda_common.h> #include <mirheo/core/types/type_list.h> namespace mirheo { namespace TypeAtomicAdd { namespace details { template <typename T> __D__ inline void _add(T *v, T s, real eps) { if (math::abs(s) >= eps) { #if...
23.939394
106
0.647468
af874a37e1dc743d612e5afd674acd8d0bab59f3
1,128
h
C
PortableGraphicsToolkit/src/pgt/graphics/plattform/opengl/voxel/renderers/batched/VoxelBatchRenderer.h
chris-b-h/PortableGraphicsToolkit
85862a6c5444cf9689821ff23952b56a01ff5835
[ "Zlib" ]
3
2017-07-12T20:18:51.000Z
2017-07-20T15:02:58.000Z
PortableGraphicsToolkit/src/pgt/graphics/plattform/opengl/voxel/renderers/batched/VoxelBatchRenderer.h
chris-b-h/PortableGraphicsToolkit
85862a6c5444cf9689821ff23952b56a01ff5835
[ "Zlib" ]
null
null
null
PortableGraphicsToolkit/src/pgt/graphics/plattform/opengl/voxel/renderers/batched/VoxelBatchRenderer.h
chris-b-h/PortableGraphicsToolkit
85862a6c5444cf9689821ff23952b56a01ff5835
[ "Zlib" ]
1
2019-04-03T01:19:42.000Z
2019-04-03T01:19:42.000Z
#pragma once #include "VoxelMeshBatched.h" #include <pgt/graphics/plattform/opengl/GlShader.h> namespace pgt { class VoxelBatchRenderer { friend class VoxelBatch; private: GLuint _ibo; std::vector<VoxelBatch*>* _batch_variants[(int)(BATCH_VARIANT::COUNT)]; std::vector<VoxelMes...
29.684211
79
0.640957
76414e5dc31da5468f48c6b2ce34f87d9540e600
772
c
C
StandaloneC/src/generic/robotran/MBSsensorStruct.c
CentroEPiaggio/walkman_robotran_edu_2017
28698cc9d6cb2eb029ce8af64ec146e418dbd242
[ "BSD-3-Clause" ]
null
null
null
StandaloneC/src/generic/robotran/MBSsensorStruct.c
CentroEPiaggio/walkman_robotran_edu_2017
28698cc9d6cb2eb029ce8af64ec146e418dbd242
[ "BSD-3-Clause" ]
null
null
null
StandaloneC/src/generic/robotran/MBSsensorStruct.c
CentroEPiaggio/walkman_robotran_edu_2017
28698cc9d6cb2eb029ce8af64ec146e418dbd242
[ "BSD-3-Clause" ]
null
null
null
//--------------------------- // UCL-CEREM-MBS // // @version MBsysLab_s 1.7.a // // Creation : 2009 // Last update : 18/02/2009 //--------------------------- // #include "MBSfun.h" void allocate_sensor(MBSsensorStruct *psens, int njoint) { int j; for (j=1;j<=6;j++) { psens->J[j] = (double*) calloc(njoint+1,size...
17.545455
58
0.516839