hexsha
stringlengths
40
40
size
int64
5
2.72M
ext
stringclasses
5 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
976
max_stars_repo_name
stringlengths
5
113
max_stars_repo_head_hexsha
stringlengths
40
78
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:01:43
2022-03-31 23:59:48
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 00:06:24
2022-03-31 23:59:53
max_issues_repo_path
stringlengths
3
976
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
78
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
976
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
78
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:19
2022-03-31 23:59:49
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 12:00:57
2022-03-31 23:59:49
content
stringlengths
5
2.72M
avg_line_length
float64
1.38
573k
max_line_length
int64
2
1.01M
alphanum_fraction
float64
0
1
d881a6eaee6fbebbf18f7e6e019edfce29d85b53
1,438
h
C
src/ofxSerifWindow.h
hiz1/ofxSerifWindow
6343d702ac95147804465db32e735eb413b05125
[ "Apache-2.0" ]
null
null
null
src/ofxSerifWindow.h
hiz1/ofxSerifWindow
6343d702ac95147804465db32e735eb413b05125
[ "Apache-2.0" ]
null
null
null
src/ofxSerifWindow.h
hiz1/ofxSerifWindow
6343d702ac95147804465db32e735eb413b05125
[ "Apache-2.0" ]
null
null
null
// // ofxSerifWindow.h // example // // Created by hiz on 2015/07/05. // // #ifndef __example__ofxSerifWindow__ #define __example__ofxSerifWindow__ #include "ofMain.h" #include "ofxSerif.h" #include "ofxTrueTypeFontUC.h" class ofxSerifWindow : public ofNode { public: ofxSerifWindow() : frame(ofVec2f(-1, -1)),...
26.145455
102
0.650904
d881d0238c05800ffa25ff38e1b0b57612d9fa1f
6,452
c
C
it2drivers/sb16_m.c
8bitbubsy/it2play
7171058b5ffe3c5b16d4a08ee113184911163d9d
[ "BSD-3-Clause" ]
13
2022-01-23T18:55:54.000Z
2022-02-16T13:50:18.000Z
it2drivers/sb16_m.c
sagamusix/it2play
92e1ac1a7c26785373336a779f14383d4a8ac2cc
[ "BSD-3-Clause" ]
null
null
null
it2drivers/sb16_m.c
sagamusix/it2play
92e1ac1a7c26785373336a779f14383d4a8ac2cc
[ "BSD-3-Clause" ]
2
2022-01-23T18:55:46.000Z
2022-01-24T00:51:29.000Z
#include <stdint.h> #include <stdbool.h> #include "../it_structs.h" #include "../it_music.h" #include "sb16_m.h" static void M32Mix8(slaveChn_t *sc, int32_t *mixBufPtr, int32_t numSamples); static void M32Mix16(slaveChn_t *sc, int32_t *mixBufPtr, int32_t numSamples); static void M32Mix8S(slaveChn_t *sc, int32_...
22.879433
80
0.643831
d882fee9b67ccde44bf894303aca145b524f8e70
723
h
C
MMPasswordKeyBoard/Classes/MMPassWordTextField.h
mumuwanglin/MMPasswordKeyBoard
8e26e027844d1f6d2bf83d2596f4f37d3d9f7226
[ "MIT" ]
null
null
null
MMPasswordKeyBoard/Classes/MMPassWordTextField.h
mumuwanglin/MMPasswordKeyBoard
8e26e027844d1f6d2bf83d2596f4f37d3d9f7226
[ "MIT" ]
null
null
null
MMPasswordKeyBoard/Classes/MMPassWordTextField.h
mumuwanglin/MMPasswordKeyBoard
8e26e027844d1f6d2bf83d2596f4f37d3d9f7226
[ "MIT" ]
null
null
null
// // MMPassWordTextField.h // TestDemo // // Created by 王林 on 2018/8/31. // Copyright © 2018年 王林. All rights reserved. // #import <UIKit/UIKit.h> @protocol MMPassWordTextFieldDegegate <NSObject> - (void)getKeyBoardData:(NSString *)keyBoardData; - (void)textChanged:(NSString*)text keyboard:(id)keyboard; - (void)d...
23.322581
106
0.759336
d8846ecdb52b9183f80a877afa633037b03e891b
3,568
h
C
STF/Interface/Types/STFArray.h
rerunner/STCM_driver
8fef3dd7327812fd317fdb0e6fab8d36e345a505
[ "BSD-3-Clause" ]
null
null
null
STF/Interface/Types/STFArray.h
rerunner/STCM_driver
8fef3dd7327812fd317fdb0e6fab8d36e345a505
[ "BSD-3-Clause" ]
null
null
null
STF/Interface/Types/STFArray.h
rerunner/STCM_driver
8fef3dd7327812fd317fdb0e6fab8d36e345a505
[ "BSD-3-Clause" ]
null
null
null
/// /// @brief /// #ifndef STFARRAY_H #define STFARRAY_H #include "STF/Interface/Types/STFBasicTypes.h" #include "STF/Interface/Types/STFResult.h" #include <assert.h> /// @class STFIntArray /// /// @brief this class is not tested! use at own risk /// class STFIntArray { protected: uint32 size; uint32 numEleme...
17.84
81
0.598655
d88a5d50457ff38a96a9160bb2ec078ff0a3e533
147
h
C
project813/src/component242/headers/component242/lib2.h
gradle/perf-native-large
af00fd258fbe9c7d274f386e46847fe12062cc71
[ "Apache-2.0" ]
2
2016-11-23T17:25:24.000Z
2016-11-23T17:25:27.000Z
project813/src/component242/headers/component242/lib2.h
gradle/perf-native-large
af00fd258fbe9c7d274f386e46847fe12062cc71
[ "Apache-2.0" ]
15
2016-09-15T03:19:32.000Z
2016-09-17T09:15:32.000Z
project813/src/component242/headers/component242/lib2.h
gradle/perf-native-large
af00fd258fbe9c7d274f386e46847fe12062cc71
[ "Apache-2.0" ]
2
2019-11-09T16:26:55.000Z
2021-01-13T10:51:09.000Z
#ifndef PROJECT_HEADER_component242_2_H #define PROJECT_HEADER_component242_2_H int component242_2(); #endif // PROJECT_HEADER_component242_2_H
18.375
41
0.863946
d88dcab89e399a5952139d18b1113c623ace53a7
96
h
C
analyzer/diagnoser/rdef_sideband_elf.h
vusec/probeguard
37d2a554e7a757cbb6f6f87ebd27744765b32f3a
[ "BSD-2-Clause" ]
7
2019-04-17T03:29:21.000Z
2020-05-25T10:24:10.000Z
analyzer/diagnoser/rdef_sideband_elf.h
vusec/probeguard
37d2a554e7a757cbb6f6f87ebd27744765b32f3a
[ "BSD-2-Clause" ]
null
null
null
analyzer/diagnoser/rdef_sideband_elf.h
vusec/probeguard
37d2a554e7a757cbb6f6f87ebd27744765b32f3a
[ "BSD-2-Clause" ]
2
2019-04-27T12:17:33.000Z
2021-11-19T23:15:43.000Z
struct pt_image; int read_elf(char *fn, struct pt_image *decoder, uint64_t base, uint64_t cr3);
32
78
0.78125
d89028e08a89d7934fbfcf8375c6f8c7aff9abf9
512
c
C
2021/c/2102.c
Chrinkus/advent-of-code
b2ae137dc7a1d6fc9e20f29549e891404591c47f
[ "MIT" ]
1
2021-12-04T20:55:02.000Z
2021-12-04T20:55:02.000Z
2021/c/2102.c
Chrinkus/advent-of-code
b2ae137dc7a1d6fc9e20f29549e891404591c47f
[ "MIT" ]
null
null
null
2021/c/2102.c
Chrinkus/advent-of-code
b2ae137dc7a1d6fc9e20f29549e891404591c47f
[ "MIT" ]
null
null
null
#include <stdlib.h> #include <stdio.h> #include "aoc_banner.h" enum { BUFFMAX = 8 }; int main() { aoc_banner_2021("02", "Dive!"); int x = 0, y1 = 0, y2 = 0; // aim == y1 char buff[BUFFMAX]; for (int n; scanf("%s %d", buff, &n) == 2; ) switch (buff[0]) { case 'f': x += n; y2 += y1 * n; break; cas...
14.628571
48
0.511719
d892ef762b4dc635f700fe9f31da8a7913de2639
2,204
h
C
include/EKF-SLAM-Example/visualization/BackendRos2.h
adamek727/EKF-SLAM-Example
53676e07300c3aa4b813906cc4ac36191c391c1f
[ "MIT" ]
null
null
null
include/EKF-SLAM-Example/visualization/BackendRos2.h
adamek727/EKF-SLAM-Example
53676e07300c3aa4b813906cc4ac36191c391c1f
[ "MIT" ]
null
null
null
include/EKF-SLAM-Example/visualization/BackendRos2.h
adamek727/EKF-SLAM-Example
53676e07300c3aa4b813906cc4ac36191c391c1f
[ "MIT" ]
null
null
null
#pragma once #include <rclcpp/rclcpp.hpp> #include <visualization_msgs/msg/marker.hpp> #include <visualization_msgs/msg/marker_array.hpp> #include <sensor_msgs/msg/image.hpp> class BackendRos2 { public: BackendRos2(std::shared_ptr<rclcpp::Node> node) : node_{node} { } void visualize(const...
41.584906
135
0.709619
d894349dea65c27a20d51399db0fc8f6e260bde0
3,561
c
C
converter/util.c
tajmone/alan
b76a03eed8b567a130352bea4781203bcf693286
[ "Artistic-2.0" ]
12
2019-07-30T23:25:12.000Z
2021-09-07T08:06:10.000Z
converter/util.c
tajmone/alan
b76a03eed8b567a130352bea4781203bcf693286
[ "Artistic-2.0" ]
40
2019-08-01T09:12:47.000Z
2022-01-09T18:09:51.000Z
converter/util.c
tajmone/alan
b76a03eed8b567a130352bea4781203bcf693286
[ "Artistic-2.0" ]
2
2021-04-21T13:23:10.000Z
2022-02-21T19:27:45.000Z
/*----------------------------------------------------------------------*\ util.c Alan compiler utilities unit \*----------------------------------------------------------------------*/ #include "util.h" /* IMPORTS */ #include "sysdep.h" #include "lmList.h" /* PUBLIC DATA */ Srcp nulsrcp /* NULL positio...
20.465517
103
0.472058
d894b359a2ed623c51d5c29a1ededb210afbe728
419
h
C
Lights/DiffuseLight.h
DarrenSweeney/Dazzer_Ray
535708d9320efede9e60d1d24e9272bcd2ddadc0
[ "MIT" ]
26
2017-07-20T15:55:56.000Z
2019-12-15T08:19:56.000Z
Lights/DiffuseLight.h
DarrenSweeney/Dazzer_Ray
535708d9320efede9e60d1d24e9272bcd2ddadc0
[ "MIT" ]
1
2019-05-06T04:25:16.000Z
2019-05-06T22:02:24.000Z
Lights/DiffuseLight.h
DarrenSweeney/Dazzer_Ray
535708d9320efede9e60d1d24e9272bcd2ddadc0
[ "MIT" ]
3
2017-09-25T08:45:43.000Z
2021-01-11T06:50:55.000Z
#ifndef DIFFUSE_LIGHT_H #define DIFFUSE_LIGHT_H #include "..\Materials\Material.h" #include "..\Textures\Texture.h" class DiffuseLight : public Material { public: DiffuseLight(Texture *texture); bool Scatter(const Ray &rayIn, const HitRecord &hitRecord, Vector3 &attenuation, Ray &scattered) const override; Vector...
22.052632
113
0.768496
d894b64f4614a7eda62268046937e25ed6d535ef
865
h
C
PrivateFrameworks/iWorkImport.framework/TSPFilePackage.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
36
2016-04-20T04:19:04.000Z
2018-10-08T04:12:25.000Z
PrivateFrameworks/iWorkImport.framework/TSPFilePackage.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
null
null
null
PrivateFrameworks/iWorkImport.framework/TSPFilePackage.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/iWorkImport.framework/iWorkImport */ @interface TSPFilePackage : TSPPackage { TSUZipArchive * _componentZipArchive; } + (bool)isValidPackageAtURL:(id)arg1; + (bool)isValidPackageAtZipArchive:(id)arg1; + (unsigned long long)zipArchiveOptio...
34.6
104
0.781503
d8997200a984865f4b53e75f79e8e1281d8f59e4
120
h
C
src/csv.h
bitcharmer/jitter-sampler
a87459fa964ff5fe7f67402cc2ecf86b696375a6
[ "MIT" ]
1
2018-02-21T20:29:36.000Z
2018-02-21T20:29:36.000Z
src/csv.h
bitcharmer/jitter-sampler
a87459fa964ff5fe7f67402cc2ecf86b696375a6
[ "MIT" ]
null
null
null
src/csv.h
bitcharmer/jitter-sampler
a87459fa964ff5fe7f67402cc2ecf86b696375a6
[ "MIT" ]
null
null
null
#include "jitter.h" #ifndef JITTER_SAMPLER_CSV_H #define JITTER_SAMPLER_CSV_H process_output init_csv(char*); #endif
13.333333
31
0.808333
d899720bd362a01e39bb73ede0f160ff04bb2ad5
1,999
h
C
Queue.h
pythoncat1024/cpptraining
ff74c64ed74404aa8300aa5ee7dd4b666437c212
[ "MIT" ]
null
null
null
Queue.h
pythoncat1024/cpptraining
ff74c64ed74404aa8300aa5ee7dd4b666437c212
[ "MIT" ]
3
2017-12-09T11:03:57.000Z
2018-01-02T16:55:22.000Z
Queue.h
pythoncat1024/cpptraining
ff74c64ed74404aa8300aa5ee7dd4b666437c212
[ "MIT" ]
null
null
null
// // Created by cat on 2018/1/19. // #ifndef CPP02_QUEUE_H #define CPP02_QUEUE_H /** * 通过 模板类实现 队列 (内部使用链表实现) * 队列(FIFO) --> 先进先出 * @tparam V */ template<typename V> class Queue { private: struct Node { Node *next; V data; }; unsigned int max; int length; // 实际上可以不需要这个变量 Nod...
18.682243
87
0.527764
d89b70c52485b345339d75581d09c377c84bb35a
3,763
c
C
stack/postfix-c/postfix2.c
pythonpeixun/algo-1
05c5f727bbe82185ec969bd4c6caa713ca7c34e5
[ "MIT" ]
36
2017-01-15T07:52:21.000Z
2022-01-18T04:00:57.000Z
stack/postfix-c/postfix2.c
pythonpeixun/algo-1
05c5f727bbe82185ec969bd4c6caa713ca7c34e5
[ "MIT" ]
10
2016-11-28T05:21:25.000Z
2017-03-17T02:07:58.000Z
stack/postfix-c/postfix2.c
wangxintao2002/algo
05c5f727bbe82185ec969bd4c6caa713ca7c34e5
[ "MIT" ]
8
2019-05-15T03:48:41.000Z
2022-02-15T12:34:52.000Z
#include "postfix2.h" /* The algorithm used is called "Shunting-yard" algorithm * see more: https://en.wikipedia.org/wiki/Shunting-yard_algorithm * Operator precedence assumed (from highest to lowest): * () * ^ * *, / * +, - */ void infixTopostfix(char* filename) { int maxElements = 20; Stack s = creat...
22.135294
114
0.431571
d89c4edf528890064b34354c531d18c9a418c038
3,350
h
C
ui/FileView.h
Teemperor/troll
42c55543357cff9949bab165ff678284835e2eee
[ "Apache-2.0" ]
null
null
null
ui/FileView.h
Teemperor/troll
42c55543357cff9949bab165ff678284835e2eee
[ "Apache-2.0" ]
null
null
null
ui/FileView.h
Teemperor/troll
42c55543357cff9949bab165ff678284835e2eee
[ "Apache-2.0" ]
null
null
null
#ifndef TROLL_FILEVIEW_H #define TROLL_FILEVIEW_H #include <curses.h> #include "File.h" #include "ColorString.h" #include "CppHighlighter.h" class FileView { int scrollPos_ = 1; int cursorLine = 1; int cursor = 0; File *file_ = nullptr; int x_ = 0; int y_ = 0; int width_ = 20; int height_ = 20; ...
20.30303
71
0.575821
d89fc2b79b80dc00220f28bea1f1be3f4532d544
386
h
C
BlueToothAbout/BlueToothAbout/msg/ReadOnlyObj.h
fanzehua498/2018ForYou
0bf1b3038005a06fdc46774b0e0e79cb8f3e4806
[ "Apache-2.0" ]
null
null
null
BlueToothAbout/BlueToothAbout/msg/ReadOnlyObj.h
fanzehua498/2018ForYou
0bf1b3038005a06fdc46774b0e0e79cb8f3e4806
[ "Apache-2.0" ]
null
null
null
BlueToothAbout/BlueToothAbout/msg/ReadOnlyObj.h
fanzehua498/2018ForYou
0bf1b3038005a06fdc46774b0e0e79cb8f3e4806
[ "Apache-2.0" ]
null
null
null
// // ReadOnlyObj.h // BlueToothAbout // // Created by 知合金服-Mini on 2018/6/19. // Copyright © 2018年 知合金服-Mini. All rights reserved. // #import <Foundation/Foundation.h> @interface ReadOnlyObj : NSObject @property (nonatomic ,readonly) NSString *read; @property (nonatomic ,readonly,getter=isPro) NSString *proG; @p...
24.125
62
0.733161
d8a2baedc79033613dd45413426f2ff6eb49941e
902
h
C
scisim/ConstrainedMaps/ImpactMaps/LCPOperatorQL.h
Lyestria/scisim
e2c2abc8d38ea9b07717841782c5c723fce37ce5
[ "Apache-2.0" ]
null
null
null
scisim/ConstrainedMaps/ImpactMaps/LCPOperatorQL.h
Lyestria/scisim
e2c2abc8d38ea9b07717841782c5c723fce37ce5
[ "Apache-2.0" ]
null
null
null
scisim/ConstrainedMaps/ImpactMaps/LCPOperatorQL.h
Lyestria/scisim
e2c2abc8d38ea9b07717841782c5c723fce37ce5
[ "Apache-2.0" ]
null
null
null
// LCPOperatorQL.h // // Breannan Smith // Last updated: 09/21/2015 #ifndef LCP_OPERATOR_QL #define LCP_OPERATOR_QL #include "ImpactOperator.h" class LCPOperatorQL final : public ImpactOperator { public: explicit LCPOperatorQL( const scalar& eps ); explicit LCPOperatorQL( std::istream& input_stream ); virtu...
25.055556
309
0.75388
d8a2f69031462d0a3d0cb712fa3ef63048be87e7
1,911
h
C
2dShooter/BloomCBuffers.h
Bigfellahull/2dShooter
7d37bc414230eef3a7d140fc84d0d7ef56bc18e5
[ "MIT" ]
null
null
null
2dShooter/BloomCBuffers.h
Bigfellahull/2dShooter
7d37bc414230eef3a7d140fc84d0d7ef56bc18e5
[ "MIT" ]
null
null
null
2dShooter/BloomCBuffers.h
Bigfellahull/2dShooter
7d37bc414230eef3a7d140fc84d0d7ef56bc18e5
[ "MIT" ]
null
null
null
#pragma once #include "SimpleMath.h" namespace SGS2D { struct BloomExtractCBuffer { BloomExtractCBuffer() : BloomThreshold() { } BloomExtractCBuffer( float bloomThreshold ) : BloomThreshold(bloomThreshold) { } ...
25.824324
141
0.59079
d8a4248a01f47ad378394763764297b89ff241a2
2,997
h
C
pcraster/pcraster-4.2.0/pcraster-4.2.0/source/pcraster_aguila/qt_EventFilterSubject.h
quanpands/wflow
b454a55e4a63556eaac3fbabd97f8a0b80901e5a
[ "MIT" ]
null
null
null
pcraster/pcraster-4.2.0/pcraster-4.2.0/source/pcraster_aguila/qt_EventFilterSubject.h
quanpands/wflow
b454a55e4a63556eaac3fbabd97f8a0b80901e5a
[ "MIT" ]
null
null
null
pcraster/pcraster-4.2.0/pcraster-4.2.0/source/pcraster_aguila/qt_EventFilterSubject.h
quanpands/wflow
b454a55e4a63556eaac3fbabd97f8a0b80901e5a
[ "MIT" ]
null
null
null
#ifndef INCLUDED_QT_EVENTFILTERSUBJECT #define INCLUDED_QT_EVENTFILTERSUBJECT // Library headers. // PCRaster library headers. // Module headers. class QObject; namespace qt { // EventFilterSubject declarations. } namespace qt { //! The EventFilterSubject class is for objects which are filtered by other...
26.289474
80
0.480147
d8a492e633d061edffd816414cf3adb56f01d456
748
h
C
source/pkgsrc/databases/xsqlmenu/patches/patch-Xsqldefs.h
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
1
2021-11-20T22:46:39.000Z
2021-11-20T22:46:39.000Z
source/pkgsrc/databases/xsqlmenu/patches/patch-Xsqldefs.h
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
null
null
null
source/pkgsrc/databases/xsqlmenu/patches/patch-Xsqldefs.h
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
null
null
null
$NetBSD: patch-Xsqldefs.h,v 1.1 2020/05/09 15:19:33 joerg Exp $ mysql_connect is gone. --- Xsqldefs.h.orig 2020-05-09 01:21:30.054455724 +0000 +++ Xsqldefs.h @@ -34,7 +34,8 @@ #define sql_list_tables(sock, wild) mysql_list_tables(sock, wild) #define sql_list_fields(sock, table, wild) mysql_list_fields(sock, table...
44
109
0.713904
d8a54fed45a21a76cbb2388f194b023d3b29e263
13,167
c
C
mylexzlibrary/src/main/c/logger.c
AlexzPurewoko/PANRI
c6a5bc0ec8753939adf81d7b9de51d4c6aff432f
[ "Apache-2.0" ]
1
2018-09-03T11:58:48.000Z
2018-09-03T11:58:48.000Z
mylexzlibrary/src/main/c/logger.c
AlexzPurewoko/PANRI
c6a5bc0ec8753939adf81d7b9de51d4c6aff432f
[ "Apache-2.0" ]
1
2018-09-08T07:55:52.000Z
2018-09-26T09:58:17.000Z
mylexzlibrary/src/main/c/logger.c
AlexzPurewoko/PANRI
c6a5bc0ec8753939adf81d7b9de51d4c6aff432f
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2017 @KOPI Alexzander Purwoko Widiantoro * 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 ...
28.938462
147
0.637579
d8a852182020ea59474ac77d84a67ab4b6400df9
106
h
C
cpp-sample/MemoryControll/declaration.h
techstay/cpp-study
b55369a4038b2683ca2191c0ab8115830c94a257
[ "MIT" ]
null
null
null
cpp-sample/MemoryControll/declaration.h
techstay/cpp-study
b55369a4038b2683ca2191c0ab8115830c94a257
[ "MIT" ]
null
null
null
cpp-sample/MemoryControll/declaration.h
techstay/cpp-study
b55369a4038b2683ca2191c0ab8115830c94a257
[ "MIT" ]
null
null
null
#pragma once #include "stdafx.h" void smart_pointers(); void manual_memory_controll(); void allocators();
17.666667
30
0.773585
d8abc0191672b14c4797bc186def27ee83b103ff
1,667
c
C
demosockcmd-server.c
NoNine/sockcmd
c696e1c69f9caf5ef03f7735915f66c5e0e28869
[ "Apache-2.0" ]
null
null
null
demosockcmd-server.c
NoNine/sockcmd
c696e1c69f9caf5ef03f7735915f66c5e0e28869
[ "Apache-2.0" ]
null
null
null
demosockcmd-server.c
NoNine/sockcmd
c696e1c69f9caf5ef03f7735915f66c5e0e28869
[ "Apache-2.0" ]
1
2020-02-21T03:57:33.000Z
2020-02-21T03:57:33.000Z
/* * Copyright (C) 2016 Min Chen <chen.min@whaley.cn> * * 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 app...
22.527027
75
0.685663
d8ac1cae0eb915794a670690f57e92e8bcc6dc4d
4,581
h
C
L1Trigger/TrackFindingTracklet/interface/TrackDer.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
852
2015-01-11T21:03:51.000Z
2022-03-25T21:14:00.000Z
L1Trigger/TrackFindingTracklet/interface/TrackDer.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
30,371
2015-01-02T00:14:40.000Z
2022-03-31T23:26:05.000Z
L1Trigger/TrackFindingTracklet/interface/TrackDer.h
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
3,240
2015-01-02T05:53:18.000Z
2022-03-31T17:24:21.000Z
// // This class holdes the 'deriviatives' used in the linearized chi^2 fit. // This is also referred to as the weight matrix which is used to weight // the residuls when calculating the updated track parameters. // // #ifndef L1Trigger_TrackFindingTracklet_interface_TrackDer_h #define L1Trigger_TrackFindingTracklet_in...
37.859504
109
0.688933
d8b656ba67484f4ba647bba12aee2add6beb9bc9
1,055
h
C
vcf/VCFBuilder2/RemoveComponentCmd.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
46
2015-12-04T17:12:58.000Z
2022-03-11T04:30:49.000Z
vcf/VCFBuilder2/RemoveComponentCmd.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
null
null
null
vcf/VCFBuilder2/RemoveComponentCmd.h
tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective
1b0172cdb78757fd17898503aaf6ce03d940ef28
[ "Apache-1.1" ]
23
2016-10-24T09:18:14.000Z
2022-02-25T02:11:35.000Z
//RemoveComponentCmd.h #ifndef _REMOVECOMPONENTCMD_H__ #define _REMOVECOMPONENTCMD_H__ #include "AbstractCommand.h" using namespace VCF; namespace VCFBuilder { class Project; class Form; /** *Class RemoveComponentCmd documentation */ class RemoveComponentCmd : public VCF::AbstractCommand { public: Rem...
18.508772
110
0.767773
d8b78884599ae29d6943aad619937280cf93ba9a
847
c
C
packages/PIPS/validation/Scilab/COLD-1.0.5.sub/t258.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
51
2015-01-31T01:51:39.000Z
2022-02-18T02:01:50.000Z
packages/PIPS/validation/Scilab/COLD-1.0.5.sub/t258.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
7
2017-05-29T09:29:00.000Z
2019-03-11T16:01:39.000Z
packages/PIPS/validation/Scilab/COLD-1.0.5.sub/t258.c
DVSR1966/par4all
86b33ca9da736e832b568c5637a2381f360f1996
[ "MIT" ]
12
2015-03-26T08:05:38.000Z
2022-02-18T02:01:51.000Z
/* * (c) HPC Project - 2010-2011 - All rights reserved * */ #include "scilab_rt.h" int __lv0; int __lv1; int __lv2; int __lv3; /*----------------------------------------------------*/ /*----------------------------------------------------*/ int main(int argc, char* argv[]) { scilab_rt_init(argc, argv, COLD_...
21.717949
56
0.585596
d8bfbb932a72d191ce2aee150543ce795e3208c4
5,373
h
C
filters/fdacoefs_2.h
Dnnd/equalizer_cw
369cc67436afadd08b446520af7c8fdc52662901
[ "MIT" ]
2
2019-02-12T12:45:25.000Z
2020-07-08T13:01:54.000Z
filters/fdacoefs_2.h
Dnnd/equalizer_cw
369cc67436afadd08b446520af7c8fdc52662901
[ "MIT" ]
null
null
null
filters/fdacoefs_2.h
Dnnd/equalizer_cw
369cc67436afadd08b446520af7c8fdc52662901
[ "MIT" ]
null
null
null
/* * Filter Coefficients (C Source) generated by the Filter Design and Analysis Tool * Generated by MATLAB(R) 9.4 and Signal Processing Toolbox 8.0. * Generated on: 18-Jun-2018 00:37:49 */ /* * Discrete-Time IIR Filter (real) * ------------------------------- * Filter Structure : Direct-Form II, Sec...
24.990698
94
0.273218
d8c0e9ac2b1f55640a08202275ead7a521dc4151
7,578
h
C
cpp/problems/graph.h
bmoretz/Daily-Coding-Problem
f79e062e9f6e7b18b7e95c071fbe71ad104affcb
[ "MIT" ]
1
2020-06-26T13:28:43.000Z
2020-06-26T13:28:43.000Z
cpp/problems/graph.h
bmoretz/Daily-Coding-Problem
f79e062e9f6e7b18b7e95c071fbe71ad104affcb
[ "MIT" ]
7
2021-11-18T19:46:08.000Z
2022-03-12T01:03:01.000Z
cpp/problems/graph.h
bmoretz/Daily-Coding-Problem
f79e062e9f6e7b18b7e95c071fbe71ad104affcb
[ "MIT" ]
null
null
null
#pragma once #include <memory> #include <numeric> #include <vector> #include <unordered_map> #include <stack> #include <queue> namespace problems::graph { /* Route Between Nodes: * * Given a directed graph, design an algorithm to find out whether there is * a route between nodes. */ struct has_route { c...
22.756757
93
0.605437
d8c143b10a68924ee60ee1e445019619116c4de3
328
h
C
content/examples/calculator/src/version-template.h
v1j4y/cmake-workshop
1afc884718d62e70f57c824fdd6f560002a9e6b3
[ "CC-BY-4.0" ]
3
2021-11-07T09:36:09.000Z
2021-11-19T10:37:32.000Z
content/examples/calculator/src/version-template.h
v1j4y/cmake-workshop
1afc884718d62e70f57c824fdd6f560002a9e6b3
[ "CC-BY-4.0" ]
2
2021-11-08T15:54:02.000Z
2021-11-08T15:54:50.000Z
content/examples/calculator/src/version-template.h
coderefinery/cmake-workshop
27b5ac9e2ff0a76930994b9a34310a169aed5010
[ "CC-BY-4.0" ]
3
2021-11-08T13:36:53.000Z
2022-02-04T21:22:46.000Z
// CMake will replace all keys between @...@ by the value // these exist as CMake variables #define VERSION_MAJOR @PROJECT_VERSION_MAJOR@ #define VERSION_MINOR @PROJECT_VERSION_MINOR@ #define VERSION_PATCH @PROJECT_VERSION_PATCH@ // this is not a CMake variable, we need to set it ourselves #define GIT_HASH "@GIT...
32.8
60
0.771341
d8c294359c970483890d32f0fc3e891f12b1439d
22,933
c
C
src/export/init.c
QuLogic/rlang
f0c9be5c5806b4e4b120b7516f286fef3c66bda5
[ "BSD-2-Clause", "MIT" ]
null
null
null
src/export/init.c
QuLogic/rlang
f0c9be5c5806b4e4b120b7516f286fef3c66bda5
[ "BSD-2-Clause", "MIT" ]
null
null
null
src/export/init.c
QuLogic/rlang
f0c9be5c5806b4e4b120b7516f286fef3c66bda5
[ "BSD-2-Clause", "MIT" ]
1
2019-07-11T04:42:02.000Z
2019-07-11T04:42:02.000Z
#include <Rinternals.h> #include <R_ext/Rdynload.h> // Compile with `-fvisibility=hidden -DHAVE_VISIBILITY_ATTRIBUTE` if you link to this library #include <R_ext/Visibility.h> #define export attribute_visible extern #include <rlang.h> // Callable from other packages extern sexp* r_squash_if(sexp*, enum r_type, bool ...
54.863636
102
0.66642
d8c295c85d4cc8fec2d2f319c82b32e811485b88
1,777
h
C
drivers/wdm/usb/driver/bulkusb/sys/bulkwmi.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
drivers/wdm/usb/driver/bulkusb/sys/bulkwmi.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
drivers/wdm/usb/driver/bulkusb/sys/bulkwmi.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 2000 Microsoft Corporation Module Name: bulkwmi.h Abstract: Environment: Kernel mode Notes: Copyright (c) 2000 Microsoft Corporation. All Rights Reserved. --*/ #ifndef _BULKUSB_WMI_H #define _BULKUSB_WMI_H NTSTATUS BulkUsb_WmiRegistration( IN...
19.966292
47
0.617895
d8c3cd67d4f7c3a4110bcaeb0d7422c5bc6cef0c
3,608
h
C
RPC/JSONRPC2/JSONRPC2Client.h
wolfgang1991/CommonLibraries
949251019cc8dd532938d16ab85a4e772eb6817e
[ "Zlib" ]
null
null
null
RPC/JSONRPC2/JSONRPC2Client.h
wolfgang1991/CommonLibraries
949251019cc8dd532938d16ab85a4e772eb6817e
[ "Zlib" ]
1
2020-07-31T13:20:54.000Z
2020-08-06T15:45:39.000Z
RPC/JSONRPC2/JSONRPC2Client.h
wolfgang1991/CommonLibraries
949251019cc8dd532938d16ab85a4e772eb6817e
[ "Zlib" ]
null
null
null
#ifndef JSONRPC2Client_H_INCLUDED #define JSONRPC2Client_H_INCLUDED #include <IRPC.h> #include <SimpleSockets.h> #include <Threading.h> #include <JSONParser.h> #include <limits> #include <map> #define PING_DISABLE_SEND_PERIOD ~(uint32_t)0 //#define DONT_CHECK_JSON_RPC_VERSION std::string convertRPCValueToJSONRes...
30.066667
177
0.766075
d8c4f6d718b00632ffd2115a64c0d16bf537d7b8
1,207
h
C
include/cms/ContentEncryptionAlgorithmIdentifier.h
Denisss025/cms-pkcs7
c0492240da5e81fa37e47fcca73fa16bc83674d8
[ "BSD-2-Clause" ]
7
2018-07-19T10:03:58.000Z
2021-09-19T11:27:09.000Z
include/cms/ContentEncryptionAlgorithmIdentifier.h
Denisss025/cms-pkcs7
c0492240da5e81fa37e47fcca73fa16bc83674d8
[ "BSD-2-Clause" ]
null
null
null
include/cms/ContentEncryptionAlgorithmIdentifier.h
Denisss025/cms-pkcs7
c0492240da5e81fa37e47fcca73fa16bc83674d8
[ "BSD-2-Clause" ]
null
null
null
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "CryptographicMessageSyntax2004" * found in "../rfc5652-CryptographicMessageSyntax2004.asn1" */ #ifndef _ContentEncryptionAlgorithmIdentifier_H_ #define _ContentEncryptionAlgorithmIdentifier_H_ #include <asn_application.h> /* Includi...
30.948718
74
0.866611
d8c50da4b3f966dfdb9c56b7e821698c9589723d
655
h
C
include/checked_program.h
amSangi/SimpleInterpreter
cbfcfccbe7740f3853e6d108264eb228843932c5
[ "MIT" ]
null
null
null
include/checked_program.h
amSangi/SimpleInterpreter
cbfcfccbe7740f3853e6d108264eb228843932c5
[ "MIT" ]
null
null
null
include/checked_program.h
amSangi/SimpleInterpreter
cbfcfccbe7740f3853e6d108264eb228843932c5
[ "MIT" ]
null
null
null
#pragma once #include "program.h" #include "symbol_table.h" #include "static_type.h" class CheckedProgram { typedef std::shared_ptr<StaticType> TypePtr; public: CheckedProgram(std::shared_ptr<Program> program, SymbolTable<TypePtr> table) : program_(std::move(program)), symbo...
28.478261
103
0.625954
d8c5dc9b2f2044d67ee5a0b1a599ae12bc4f6768
10,877
c
C
src/vlib/linux/physmem.c
wililupy/vpp
4b0ac82a739bf7f1233ebb61269e27aa4cf9ab36
[ "Apache-2.0" ]
null
null
null
src/vlib/linux/physmem.c
wililupy/vpp
4b0ac82a739bf7f1233ebb61269e27aa4cf9ab36
[ "Apache-2.0" ]
null
null
null
src/vlib/linux/physmem.c
wililupy/vpp
4b0ac82a739bf7f1233ebb61269e27aa4cf9ab36
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2015 Cisco and/or its affiliates. * 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...
26.021531
78
0.636573
d8c61bf63509cab6319c0f1540bef3d338993d30
716
h
C
benchmarks/milc/milc_qcd-7.8.1/include/ks_action_coeffs_qop.h
mcopik/perf-taint
16613b83f504c114a77f7a22d587c29ce52d7a4b
[ "BSD-3-Clause" ]
2
2020-10-20T09:27:07.000Z
2021-03-22T05:10:24.000Z
benchmarks/milc/milc_qcd-7.8.1/include/ks_action_coeffs_qop.h
spcl/perf-taint
16613b83f504c114a77f7a22d587c29ce52d7a4b
[ "BSD-3-Clause" ]
11
2021-06-03T08:55:28.000Z
2022-01-20T19:38:29.000Z
benchmarks/milc/milc_qcd-7.8.1/include/ks_action_coeffs_qop.h
mcopik/perf-taint
16613b83f504c114a77f7a22d587c29ce52d7a4b
[ "BSD-3-Clause" ]
1
2020-12-05T09:53:50.000Z
2020-12-05T09:53:50.000Z
#ifndef _KS_ACTION_COEFFS_QOP_H #define _KS_ACTION_COEFFS_QOP_H #include "../include/complex.h" #include "../include/ks_action_paths.h" #include <qop.h> /* ks_action_coeffs_qop.c */ QOP_asqtad_coeffs_t *create_asqtad_coeffs_qop(ks_action_paths *ap); void destroy_asqtad_coeffs_qop(QOP_asqtad_coeffs_t *ac); char *get_a...
34.095238
68
0.831006
d8cc694c985325320c78aaf5cae888ae55500f15
4,730
h
C
deps/webrtc/include/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
QueenConch/quick_start_webrtc_native
0321fb204a076b437e0d708c2ec55cae6464c4f3
[ "MIT" ]
2
2018-07-04T00:29:09.000Z
2020-07-05T09:24:59.000Z
deps/webrtc/include/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
QueenConch/quick_start_webrtc_native
0321fb204a076b437e0d708c2ec55cae6464c4f3
[ "MIT" ]
null
null
null
deps/webrtc/include/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
QueenConch/quick_start_webrtc_native
0321fb204a076b437e0d708c2ec55cae6464c4f3
[ "MIT" ]
null
null
null
/* * Copyright (c) 2013, 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 conditi...
38.145161
79
0.734038
d8ceb5b09333b8776b36982ae3ba7ec6ba1c352b
938
c
C
code/main.c
j-bill/IBANRechner
838ed7975017c7a1d06707fc757eb9cd29dbabaf
[ "MIT" ]
null
null
null
code/main.c
j-bill/IBANRechner
838ed7975017c7a1d06707fc757eb9cd29dbabaf
[ "MIT" ]
null
null
null
code/main.c
j-bill/IBANRechner
838ed7975017c7a1d06707fc757eb9cd29dbabaf
[ "MIT" ]
null
null
null
/* # IBANRechner # main.c # Copyright (c) 2019 j-bill # github.com/j-bill # This file is part of "IBANRechner" which is released under the MIT license. */ #include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <conio.h> #include <string.h> #include "functions.c" #include "calculator.c" #include...
20.844444
140
0.491471
d8d3b2262de53475f1efcd81dca34b0f692ba7e2
1,030
h
C
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/APShareGIFObject.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
5
2020-03-29T12:08:37.000Z
2021-05-26T05:20:11.000Z
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/APShareGIFObject.h
ceekay1991/AliPayForDebug
5795e5db31e5b649d4758469b752585e63e84d94
[ "MIT" ]
null
null
null
AliPayForDebug/AliPayForDebug/AlipayWallet_Headers/APShareGIFObject.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 NSData, NSString; @interface APShareGIFObject : NSObject { NSData *_imageData; NSString *_im...
31.212121
95
0.733981
d8d46c5813f0192050861f50f3616b6a0b2f6a51
564
h
C
Source/ELNTestUtils.h
elegion/ios-ELNTestUtils
7a01debba563ed169848c1bb387ab0078731ba11
[ "MIT" ]
null
null
null
Source/ELNTestUtils.h
elegion/ios-ELNTestUtils
7a01debba563ed169848c1bb387ab0078731ba11
[ "MIT" ]
null
null
null
Source/ELNTestUtils.h
elegion/ios-ELNTestUtils
7a01debba563ed169848c1bb387ab0078731ba11
[ "MIT" ]
null
null
null
// // ELNTestUtils.h // ELNTestUtils // // Created by Ilya Kulebyakin on 28/04/16. // Copyright © 2016 e-legion. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for ELNTestUtils. FOUNDATION_EXPORT double ELNTestUtilsVersionNumber; //! Project version string for ELNTestUtils. FOUNDATION...
28.2
137
0.774823
d8d58e07d4429248e237d9c824f332dd21ff3782
860
h
C
Ray.h
maxbla/RayTracer
47660929bc8047a961aee96a6a01705a817ee090
[ "Apache-2.0" ]
null
null
null
Ray.h
maxbla/RayTracer
47660929bc8047a961aee96a6a01705a817ee090
[ "Apache-2.0" ]
null
null
null
Ray.h
maxbla/RayTracer
47660929bc8047a961aee96a6a01705a817ee090
[ "Apache-2.0" ]
null
null
null
#include "Eigen/Dense" #include <vector> #include <algorithm> #include "SimpleImage.h" class Ray { public: double start; double end; Eigen::Vector4d e; Eigen::Vector4d d; static void normalize(Ray &r) { //double factor = sqrt(pow(r.d[0],2)+pow(r.d[1],2)+pow(r.d[2],2)+pow(r.d[3],2)); //r.d/= factor;...
16.538462
84
0.552326
d8d6ab79685b057f665a1b6c5af0e7d7c6718acc
2,145
h
C
omnet_system/SS-5G/src/ue/NrSrsUe.h
mingpz2010/PhysicsThinker
adb0bc4296489df949ea2f0d26b4344abffbb740
[ "MIT" ]
1
2021-07-30T05:43:23.000Z
2021-07-30T05:43:23.000Z
omnet_system/SS-5G/src/ue/NrSrsUe.h
mingpz2010/PhysicsThinker
adb0bc4296489df949ea2f0d26b4344abffbb740
[ "MIT" ]
null
null
null
omnet_system/SS-5G/src/ue/NrSrsUe.h
mingpz2010/PhysicsThinker
adb0bc4296489df949ea2f0d26b4344abffbb740
[ "MIT" ]
1
2021-09-23T05:10:05.000Z
2021-09-23T05:10:05.000Z
// MIT License // // Copyright (c) 2021 PingzhouMing // // 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...
28.6
81
0.729138
d8d72b8632f41c536eab05ac5e9eec29981058f5
1,338
h
C
ZHLNetWork/Classes/Plug/THHTTPPlugProtocol.h
Tang-Hai/ZHLNetWork
641e0ac6bcb024d36bfc2cf11a9a9b4593af12e4
[ "MIT" ]
null
null
null
ZHLNetWork/Classes/Plug/THHTTPPlugProtocol.h
Tang-Hai/ZHLNetWork
641e0ac6bcb024d36bfc2cf11a9a9b4593af12e4
[ "MIT" ]
null
null
null
ZHLNetWork/Classes/Plug/THHTTPPlugProtocol.h
Tang-Hai/ZHLNetWork
641e0ac6bcb024d36bfc2cf11a9a9b4593af12e4
[ "MIT" ]
null
null
null
// // THHTTPPlugProtocol.h // 我的网络层_IOS // // Created by MAC on 2020/9/11. // Copyright © 2020 唐海. All rights reserved. // #import <Foundation/Foundation.h> #import "THRequestProtocol.h" NS_ASSUME_NONNULL_BEGIN typedef NSInteger THHTTPPlugPriority; static THHTTPPlugPriority THHTTPPlugLowPriority = 250; static TH...
31.116279
144
0.789238
d8d77954ee0b116375d192c69e810737c09360c2
1,783
h
C
src/tower.h
commandblockguy/reverse-tower-defense
247a58b2b6dc4c2616cb629bbb957a2748212d66
[ "MIT" ]
2
2019-04-14T23:12:07.000Z
2019-04-17T00:04:45.000Z
src/tower.h
commandblockguy/reverse-tower-defense
247a58b2b6dc4c2616cb629bbb957a2748212d66
[ "MIT" ]
null
null
null
src/tower.h
commandblockguy/reverse-tower-defense
247a58b2b6dc4c2616cb629bbb957a2748212d66
[ "MIT" ]
1
2020-03-09T13:21:19.000Z
2020-03-09T13:21:19.000Z
#ifndef H_TOWER #define H_TOWER #include <stdbool.h> #include <stddef.h> #include <stdint.h> #include <tice.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "enemy.h" #define NUM_TOWERS 12 #define TOWER_RADIUS 8 enum { NONE = -1, STANDARD = 0, SNIPER, BURST, ...
22.012346
96
0.711722
d8d9759250809f50e76bfe21f5ad4e64d2dca399
131
h
C
src/IsArduboy.h
Pharap/MillipeForPokitto
95892f035dbac34fac2ff19b235a946665c3d4f7
[ "MIT" ]
null
null
null
src/IsArduboy.h
Pharap/MillipeForPokitto
95892f035dbac34fac2ff19b235a946665c3d4f7
[ "MIT" ]
null
null
null
src/IsArduboy.h
Pharap/MillipeForPokitto
95892f035dbac34fac2ff19b235a946665c3d4f7
[ "MIT" ]
null
null
null
#pragma once #if (defined(ARDUBOY_10) || defined(AB_DEVKIT)) #define IS_ARDUBOY true #else #define IS_ARDUBOY false #endif
18.714286
48
0.725191
d8df045650ceeb2529ab057a8dea862e5ae60679
395
h
C
headers/windows/dialogwindow.h
alexeipolovin/Barybians-Desktop-Client
a9c31d5c4f557af1791dd84b326239e03816593d
[ "MIT" ]
4
2020-11-05T10:43:53.000Z
2022-02-23T09:26:25.000Z
headers/windows/dialogwindow.h
alexeipolovin/Barybians-Desktop-Client
a9c31d5c4f557af1791dd84b326239e03816593d
[ "MIT" ]
null
null
null
headers/windows/dialogwindow.h
alexeipolovin/Barybians-Desktop-Client
a9c31d5c4f557af1791dd84b326239e03816593d
[ "MIT" ]
null
null
null
// // Created by Kernux on 13.06.2021. // #ifndef BARYBIANS_DESKTOP_CLIENT_DIALOGWINDOW_H #define BARYBIANS_DESKTOP_CLIENT_DIALOGWINDOW_H #include <QWidget> #include <QMainWindow> #include "headers/webconnector.h" class DialogWindow : public QWidget { ~DialogWindow(); public: DialogWindow(WebConnector *we...
17.173913
53
0.777215
d8e0988584f536b6a5e4ebc70781ac4f2c890abb
2,832
h
C
SDK/XTime.h
Xilinx/SDKOpenGLES
ca2b9574271fabe3f96fb1423871f69ba8210714
[ "BSD-3-Clause" ]
7
2020-02-12T15:31:27.000Z
2021-04-28T06:38:17.000Z
SDK/XTime.h
Xilinx/SDKOpenGLES
ca2b9574271fabe3f96fb1423871f69ba8210714
[ "BSD-3-Clause" ]
3
2019-03-25T12:54:51.000Z
2022-03-16T09:35:36.000Z
SDK/XTime.h
Xilinx/SDKOpenGLES
ca2b9574271fabe3f96fb1423871f69ba8210714
[ "BSD-3-Clause" ]
8
2019-03-04T23:20:39.000Z
2021-02-15T17:13:41.000Z
/******************************************************************************* * * Copyright (C) 2017 Xilinx, Inc. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Softw...
32.551724
87
0.568503
d8e0ccf93763c42b674b9cf1d73f707c8e7bfac6
6,052
h
C
xdk-asf-3.51.0/common/services/isp/flip/isp.h
j3270/SAMD_Experiments
5c242aff44fc8d7092322d7baf2dda450a78a9b7
[ "MIT" ]
null
null
null
xdk-asf-3.51.0/common/services/isp/flip/isp.h
j3270/SAMD_Experiments
5c242aff44fc8d7092322d7baf2dda450a78a9b7
[ "MIT" ]
null
null
null
xdk-asf-3.51.0/common/services/isp/flip/isp.h
j3270/SAMD_Experiments
5c242aff44fc8d7092322d7baf2dda450a78a9b7
[ "MIT" ]
null
null
null
/** * \file * * \brief In System Programming API * * Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries. * * \asf_license_start * * \page License * * Subject to your compliance with these terms, you may use Microchip * software and any derivatives exclusively with Microchip products. * ...
27.509091
92
0.703073
d8e2dfd21bcb00c1a66e7f48a4c772a95251d5e6
2,209
h
C
amethyst/include/sfa/gx/gx.h
knight-ryu12/StarFoxAdventures
83648dabda9777d7de5da1bf9b83ddb82d7dd2a0
[ "MIT" ]
22
2019-11-29T21:20:59.000Z
2022-01-25T06:39:02.000Z
amethyst/include/sfa/gx/gx.h
knight-ryu12/StarFoxAdventures
83648dabda9777d7de5da1bf9b83ddb82d7dd2a0
[ "MIT" ]
7
2021-01-26T11:57:25.000Z
2022-02-07T11:00:06.000Z
amethyst/include/sfa/gx/gx.h
knight-ryu12/StarFoxAdventures
83648dabda9777d7de5da1bf9b83ddb82d7dd2a0
[ "MIT" ]
3
2021-01-03T23:47:37.000Z
2021-08-06T09:02:11.000Z
#define GX_FIFO_BASE 0xCC008000 //XXX is this really not part of SDK? typedef struct { union { struct { u8 r; u8 g; u8 b; u8 a; }; u32 value; }; } Color4b; typedef enum { //type:u32 VcdHiMask_TEX0 = 0x3, VcdHiMask_TEX1 = 0xC, VcdHiMask_TEX2 = 0x30, VcdHiMask_TEX3 = 0xC0, Vc...
28.688312
69
0.619737
d8e37589fbfd11eefa15cb81634e9d8b081798ce
1,023
c
C
src/kernel/fs/smemfs/power_graphic_2/inode/walk.c
Paquity/Vhex-kernel
94c6fb27e881c855bdc82d98394de2f9727466ef
[ "CC0-1.0" ]
3
2021-01-14T15:24:30.000Z
2021-11-29T18:48:21.000Z
src/kernel/fs/smemfs/power_graphic_2/inode/walk.c
Paquity/Vhex-kernel
94c6fb27e881c855bdc82d98394de2f9727466ef
[ "CC0-1.0" ]
null
null
null
src/kernel/fs/smemfs/power_graphic_2/inode/walk.c
Paquity/Vhex-kernel
94c6fb27e881c855bdc82d98394de2f9727466ef
[ "CC0-1.0" ]
1
2020-10-12T14:28:45.000Z
2020-10-12T14:28:45.000Z
#include <kernel/fs/smemfs.h> /* smemfs_walk() - Find inode based on directory ID and flags */ /* @note: This function is internal of smemFS, do not call it ! */ smemfs_inode_t *smemfs_USB2_walk(smemfs_inode_t *current, smemfs_inode_t *file, uint16_t folder_id, int flags) { smemfs_fragdata_t *fragdata; // Check...
27.648649
81
0.681329
d8e4dcf6534ca3ddbb0d666b246009631c6aa5e8
11,697
h
C
alljoyn_java/jni/JBusAttachment.h
liuxiang88/core-alljoyn
549c966482d9b89da84aa528117584e7049916cb
[ "Apache-2.0" ]
33
2018-01-12T00:37:43.000Z
2022-03-24T02:31:36.000Z
alljoyn_java/jni/JBusAttachment.h
liuxiang88/core-alljoyn
549c966482d9b89da84aa528117584e7049916cb
[ "Apache-2.0" ]
1
2020-01-05T05:51:27.000Z
2020-01-05T05:51:27.000Z
alljoyn_java/jni/JBusAttachment.h
liuxiang88/core-alljoyn
549c966482d9b89da84aa528117584e7049916cb
[ "Apache-2.0" ]
30
2017-12-13T23:24:00.000Z
2022-01-25T02:11:19.000Z
/****************************************************************************** * Copyright (c) Open Connectivity Foundation (OCF), AllJoyn Open Source * Project (AJOSP) Contributors and others. * * SPDX-License-Identifier: Apache-2.0 * * All rights reserved. This program and the accompanying material...
38.60396
178
0.699154
d8e4e635af103b50b6b915d73d2beedadf215d82
293
h
C
netbsd/sys/arch/arc/include/types.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
91
2015-01-05T15:18:31.000Z
2022-03-11T16:43:28.000Z
netbsd/sys/arch/arc/include/types.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
1
2016-02-25T15:57:55.000Z
2016-02-25T16:01:02.000Z
netbsd/sys/arch/arc/include/types.h
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
21
2015-02-07T08:23:07.000Z
2021-12-14T06:01:49.000Z
/* $NetBSD: types.h,v 1.9 2000/06/17 07:23:05 soda Exp $ */ /* $OpenBSD: types.h,v 1.2 1997/04/19 17:19:59 pefo Exp $ */ /* NetBSD: types.h,v 1.10 1995/07/06 03:39:43 cgd Exp */ #define _MIPS_PADDR_T_64BIT #include <mips/types.h> #define __HAVE_NWSCONS #define __BROKEN_CONFIG_UNIT_USAGE
24.416667
60
0.692833
d8e60f3b51f19c92e5de3b388ed4e9de03914463
3,678
c
C
cpu/test_fwht.c
andres091096/fwht
fb5e6978fc6ba24d859735f9a4f5679a5985426e
[ "MIT" ]
null
null
null
cpu/test_fwht.c
andres091096/fwht
fb5e6978fc6ba24d859735f9a4f5679a5985426e
[ "MIT" ]
null
null
null
cpu/test_fwht.c
andres091096/fwht
fb5e6978fc6ba24d859735f9a4f5679a5985426e
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <stdint.h> //uint8_t #include <math.h> //fabs, pow, sqrt #include <string.h> //memset #include <time.h> #include "fwht.h" void matrix_by_vector(int *a, uint8_t *b, float *product, int m, int n, float sqrt_eigval){ float tmp; for (int i = 0; i < m; i++) { tmp = 0...
27.244444
118
0.581294
d8e927f401473f688de594972f1474f2ba7c8cde
4,991
h
C
test/benchmarks/supercop-20170228/crypto_sign/ed25519/hacl-star/x86_64/Ed25519.h
blipp/hacl-star
1442c015dab97cdf203ae238b1f3aeccf511bd1e
[ "Apache-2.0" ]
1
2021-07-26T16:09:46.000Z
2021-07-26T16:09:46.000Z
test/benchmarks/supercop-20170228/crypto_sign/ed25519/hacl-star/x86_64/Ed25519.h
blipp/hacl-star
1442c015dab97cdf203ae238b1f3aeccf511bd1e
[ "Apache-2.0" ]
null
null
null
test/benchmarks/supercop-20170228/crypto_sign/ed25519/hacl-star/x86_64/Ed25519.h
blipp/hacl-star
1442c015dab97cdf203ae238b1f3aeccf511bd1e
[ "Apache-2.0" ]
null
null
null
/* This file was auto-generated by KreMLin! */ #ifndef __Ed25519_H #define __Ed25519_H #include "kremlib.h" #include "testlib.h" typedef uint64_t Hacl_Lib_Create64_h64; typedef uint64_t Hacl_Bignum_Constants_limb; typedef FStar_UInt128_t Hacl_Bignum_Constants_wide; typedef uint64_t Hacl_Bignum_Parameters_limb; ...
23.995192
86
0.872971
d8ea261a90fffb090b182013bf8657cacbccd305
115
h
C
fluidpt.h
atif-hussain/fixedpt
dbda282fd5ff9640b37cd670a5c602c08f0b75f5
[ "MIT" ]
2
2018-02-13T12:08:18.000Z
2018-02-13T12:08:20.000Z
fluidpt.h
atif-hussain/fixedpt
dbda282fd5ff9640b37cd670a5c602c08f0b75f5
[ "MIT" ]
null
null
null
fluidpt.h
atif-hussain/fixedpt
dbda282fd5ff9640b37cd670a5c602c08f0b75f5
[ "MIT" ]
null
null
null
#pragma once template <int _q> class fixedpt; class floatpt; #include "fixedpt.h" #include "floatpt.h"
12.777778
33
0.669565
d8ea78ee2386ab0b164a41f474ba409aed5e2df4
55,175
c
C
FPSTest/image/8564_4.c
AndyZ-Salz/BadApple_QuecPython
cc9e2bce7dcebf02bad428a651a34b142215033e
[ "MIT" ]
null
null
null
FPSTest/image/8564_4.c
AndyZ-Salz/BadApple_QuecPython
cc9e2bce7dcebf02bad428a651a34b142215033e
[ "MIT" ]
null
null
null
FPSTest/image/8564_4.c
AndyZ-Salz/BadApple_QuecPython
cc9e2bce7dcebf02bad428a651a34b142215033e
[ "MIT" ]
null
null
null
const unsigned char gImage_8564_4[10880] = { /* 0X00,0X10,0X40,0X00,0X55,0X00,0X01,0X1B, */ 0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF, 0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF, 0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0...
80.783309
91
0.789977
d8edcd884f0973f438d7a9c036b9bb7d23da8d4b
1,621
h
C
STM32-WithHAL/Clock/Inc/clock.h
BilginistAdam/Drivers
3197a05f72020a04dab51866a5f0cfa824aa56d1
[ "MIT" ]
1
2022-01-05T19:08:02.000Z
2022-01-05T19:08:02.000Z
STM32-WithHAL/Clock/Inc/clock.h
BilginistAdam/Drivers
3197a05f72020a04dab51866a5f0cfa824aa56d1
[ "MIT" ]
null
null
null
STM32-WithHAL/Clock/Inc/clock.h
BilginistAdam/Drivers
3197a05f72020a04dab51866a5f0cfa824aa56d1
[ "MIT" ]
null
null
null
/* * clock.h * * Created on: 5 Oca 2021 * Author: bilginistAdam * E-Mail: bilginenesismail@gmail.com */ /* NOTES: * * If you are using this module, you must use a timer for periodic counter. * Also, you must add function of clk_inc in this timer interrupt or sysTick timer interrupt. * You should de...
22.513889
93
0.668723
d8ede9e1138f7f2fcd82c9a07344bb4c6a778095
8,910
c
C
src/binding/fortran/mpif_h/setbot.c
valiantljk/collectiveIO-profile
844f6296384459a41ae889cbe5a67e3f9da4b923
[ "Unlicense" ]
null
null
null
src/binding/fortran/mpif_h/setbot.c
valiantljk/collectiveIO-profile
844f6296384459a41ae889cbe5a67e3f9da4b923
[ "Unlicense" ]
null
null
null
src/binding/fortran/mpif_h/setbot.c
valiantljk/collectiveIO-profile
844f6296384459a41ae889cbe5a67e3f9da4b923
[ "Unlicense" ]
null
null
null
/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. * */ #include "mpi_fortimpl.h" #ifdef F77_NAME_UPPER #define mpirinitc_ MPIRINITC #define mpirinitc2_ MPIRINITC2 #elif defined(F77_NAME_LOWER_2USCORE) || defined(F77_NAME_LOWER_U...
40.684932
77
0.714815
d8f1270d3450033c52d8162fbca876582e1977d7
3,899
h
C
repos/XSB/packages/libwww/cc/libwww_parse_xml.h
HoaiNguyenofficial/AutoPenTest-using-DRL
99a0c8d48a8bc69d8714334606f3de8f52e1d3cd
[ "BSD-3-Clause" ]
null
null
null
repos/XSB/packages/libwww/cc/libwww_parse_xml.h
HoaiNguyenofficial/AutoPenTest-using-DRL
99a0c8d48a8bc69d8714334606f3de8f52e1d3cd
[ "BSD-3-Clause" ]
null
null
null
repos/XSB/packages/libwww/cc/libwww_parse_xml.h
HoaiNguyenofficial/AutoPenTest-using-DRL
99a0c8d48a8bc69d8714334606f3de8f52e1d3cd
[ "BSD-3-Clause" ]
null
null
null
/* File: libwww_parse_xml.h ** Author(s): kifer, Yang Yang ** Contact: xsb-contact@cs.sunysb.edu ** ** Copyright (C) The Research Foundation of SUNY, 2000 ** ** XSB is free software; you can redistribute it and/or modify it under the ** terms of the GNU Library General Public License as published by the Free *...
37.133333
76
0.667351
d8f150a4894ead83b3e7d7521e83df29655916bd
458
h
C
CppDataVisLib/Backend.h
MichaelCoutlakis/CppDataVisLib
836af6fcc1ce777c5f32dab92bdae391919dbd2d
[ "MIT" ]
null
null
null
CppDataVisLib/Backend.h
MichaelCoutlakis/CppDataVisLib
836af6fcc1ce777c5f32dab92bdae391919dbd2d
[ "MIT" ]
null
null
null
CppDataVisLib/Backend.h
MichaelCoutlakis/CppDataVisLib
836af6fcc1ce777c5f32dab92bdae391919dbd2d
[ "MIT" ]
null
null
null
/***************************************************************************//** * \brief * \copyright Michael Coutlakis 2021 * \license MIT License, see the LICENSE file. *******************************************************************************/ #pragma once #include <memory> #include "Visitor.h" namespace d...
14.774194
80
0.423581
d8fa62b2b0710d8975ab2fb970bad9fb7336283d
1,113
h
C
Xonix/include/Config.h
UberDever/Xonix
6612ebda5f194db656f2c1641579219ccc251301
[ "MIT" ]
null
null
null
Xonix/include/Config.h
UberDever/Xonix
6612ebda5f194db656f2c1641579219ccc251301
[ "MIT" ]
null
null
null
Xonix/include/Config.h
UberDever/Xonix
6612ebda5f194db656f2c1641579219ccc251301
[ "MIT" ]
null
null
null
#pragma once #include <SDL.h> #include <unordered_map> #include "../include/Enums.h" class Config { private: Config() { eventMap[SDLK_w] = enums::GameEvent::Up; eventMap[SDLK_a] = enums::GameEvent::Left; eventMap[SDLK_s] = enums::GameEvent::Down; eventMap[SDLK_d] = enums::GameEvent::Right; eventMap[SDLK_...
18.245902
66
0.686433
d8fc4d693fc1e2482d7c4f395a64383811b1cba3
211
h
C
src/arch/x86_64/x64lift.h
Mithreindeir/Revvit
bdd9e6c106c7030505a67db8bb7e5122221c2820
[ "MIT" ]
11
2017-10-18T11:38:42.000Z
2022-02-23T03:13:49.000Z
src/arch/x86_64/x64lift.h
Mithreindeir/Revvit
bdd9e6c106c7030505a67db8bb7e5122221c2820
[ "MIT" ]
2
2018-05-25T15:01:20.000Z
2018-05-31T20:17:58.000Z
src/arch/x86_64/x64lift.h
Mithreindeir/Revvit
bdd9e6c106c7030505a67db8bb7e5122221c2820
[ "MIT" ]
8
2017-04-07T05:42:45.000Z
2022-01-28T20:43:28.000Z
#ifndef X64_LIFT_H #define X64_LIFT_H #include "x64assembler.h" #include "../../dec/ril.h" /*The Assembler shares a lot of functionality to lifting*/ ril_instruction *x64_operand_lift(char *operand); #endif
17.583333
58
0.753555
d8fd35beb6912d51d09d2a7e26220e648adb7e81
334
h
C
lib/libc/glibc/sysdeps/unix/sysv/linux/generic/xstatver.h
lukekras/zig
6f303c01f3e06fe8203563065ea32537f6eff456
[ "MIT" ]
12,718
2018-05-25T02:00:44.000Z
2022-03-31T23:03:51.000Z
lib/libc/glibc/sysdeps/unix/sysv/linux/generic/xstatver.h
lukekras/zig
6f303c01f3e06fe8203563065ea32537f6eff456
[ "MIT" ]
8,483
2018-05-23T16:22:39.000Z
2022-03-31T22:18:16.000Z
lib/libc/glibc/sysdeps/unix/sysv/linux/generic/xstatver.h
lukekras/zig
6f303c01f3e06fe8203563065ea32537f6eff456
[ "MIT" ]
1,400
2018-05-24T22:35:25.000Z
2022-03-31T21:32:48.000Z
/* Versions of the 'struct stat' data structure used in compatibility xstat functions. */ #define _STAT_VER_KERNEL 0 #define _STAT_VER_LINUX 0 #define _STAT_VER _STAT_VER_KERNEL /* Versions of the 'xmknod' interface used in compatibility xmknod functions. */ #define _MKNOD_VER_LINUX 0 #define _MKNOD_VER _MK...
30.363636
75
0.784431
2b06ad7d10a0b03d113eda12d2bd361be0c8364a
65
c
C
src/common/Constants.c
eGluZl/Coco-C-Learn
748451e33f7c8269a1f12aabc88750acfceca44e
[ "MIT" ]
null
null
null
src/common/Constants.c
eGluZl/Coco-C-Learn
748451e33f7c8269a1f12aabc88750acfceca44e
[ "MIT" ]
null
null
null
src/common/Constants.c
eGluZl/Coco-C-Learn
748451e33f7c8269a1f12aabc88750acfceca44e
[ "MIT" ]
null
null
null
// // Created by imhxy on 2021-04-10. // #include "Constants.h"
10.833333
34
0.630769
2b06afd36280febdc1a389fe5936f97d0084209b
15,220
c
C
background1.c
CelestialAmber/tobutobugirl-dx
5c2ec21f800966c67825afe825765a082021b2da
[ "MIT" ]
47
2019-10-28T21:49:06.000Z
2022-03-06T12:21:38.000Z
background1.c
CelestialAmber/tobutobugirl-dx
5c2ec21f800966c67825afe825765a082021b2da
[ "MIT" ]
null
null
null
background1.c
CelestialAmber/tobutobugirl-dx
5c2ec21f800966c67825afe825765a082021b2da
[ "MIT" ]
5
2019-10-29T02:38:16.000Z
2021-09-12T02:51:03.000Z
#include "background1.h" const unsigned char background1_data[] = { 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 224, 31, 240, 15, 252, 3, 254, 1, 255, 0, 255, 0, 255, 0, 255, 0, 0, 2, 255, 0, 255, 0, 255, 0, 255, 128, 127, 224, 31, 248, 7, 254, ...
82.27027
103
0.382654
2b0aa7992a323be0fd7cad11979ac9ef3b17420c
467
h
C
include/shooter/bullet.h
CS126SP20/galaxian-shalnisundram
510b4ecbe62e9f9bd4194ff858a562e6f42b5930
[ "MIT" ]
1
2020-10-14T18:07:13.000Z
2020-10-14T18:07:13.000Z
include/shooter/bullet.h
CS126SP20/galaxian-shalnisundram
510b4ecbe62e9f9bd4194ff858a562e6f42b5930
[ "MIT" ]
null
null
null
include/shooter/bullet.h
CS126SP20/galaxian-shalnisundram
510b4ecbe62e9f9bd4194ff858a562e6f42b5930
[ "MIT" ]
null
null
null
// // Created by Shalni Sundram on 4/22/20. // #ifndef FINALPROJECT_BULLET_H #define FINALPROJECT_BULLET_H #include "cinder/app/App.h" #include "pretzel/PretzelGui.h" using namespace ci; using namespace ci::app; using namespace std; namespace shooter { class Bullet { private: vec2 bullet_position_; public: ...
15.566667
40
0.751606
2b0ca118189643d0b4e510b24a966ec48b8f29aa
2,888
h
C
VisionRPCLib/Classes/RPC/google/api/Backend.pbobjc.h
cpllj/RPC
73931a563ed7321f1f7e15ee8e3198a31e3fd0bc
[ "MIT" ]
null
null
null
VisionRPCLib/Classes/RPC/google/api/Backend.pbobjc.h
cpllj/RPC
73931a563ed7321f1f7e15ee8e3198a31e3fd0bc
[ "MIT" ]
null
null
null
VisionRPCLib/Classes/RPC/google/api/Backend.pbobjc.h
cpllj/RPC
73931a563ed7321f1f7e15ee8e3198a31e3fd0bc
[ "MIT" ]
null
null
null
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/api/backend.proto // This CPP symbol can be defined to use imports that match up to the framework // imports needed when using CocoaPods. #if !defined(GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS) #define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0 #endif ...
26.740741
125
0.778047
2b0cc22b4b6272d385b32aa4f7e35892d77e4372
2,661
h
C
include/mc/algorithms/common/cube_definitions.h
glines/libmc
4d74c630252a0e46fda9dbec357bd1cd47223f1f
[ "MIT" ]
14
2017-01-10T16:33:25.000Z
2020-05-12T18:49:02.000Z
include/mc/algorithms/common/cube_definitions.h
auntieNeo/libmc
4d74c630252a0e46fda9dbec357bd1cd47223f1f
[ "MIT" ]
null
null
null
include/mc/algorithms/common/cube_definitions.h
auntieNeo/libmc
4d74c630252a0e46fda9dbec357bd1cd47223f1f
[ "MIT" ]
3
2017-09-20T01:05:10.000Z
2020-12-29T09:13:23.000Z
/* * Copyright (c) 2016 Jonathan Glines * Jonathan Glines <jonathan@glines.net> * * 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 ...
35.48
79
0.780909
faf2f46107aaf7af8fd91afc641540ce893add07
1,104
c
C
karman/Antoonvh/testvofsketch.c
MNegus/fluid-art
47721e59c3b8e8db562133888571cb17c568eaf6
[ "Apache-2.0" ]
null
null
null
karman/Antoonvh/testvofsketch.c
MNegus/fluid-art
47721e59c3b8e8db562133888571cb17c568eaf6
[ "Apache-2.0" ]
null
null
null
karman/Antoonvh/testvofsketch.c
MNegus/fluid-art
47721e59c3b8e8db562133888571cb17c568eaf6
[ "Apache-2.0" ]
null
null
null
/** # Test for Spherical interface plotting We plot two spheres, two smooth vof interfaces, and two times the facets for a vof field. ![There are atleast two issues](testvofsketch/test.mp4) */ #include "grid/multigrid3D.h" #include "bwatch.h" scalar dummy[], f1[], f2[], f3[], f4[]; int main() { FILE * fp = pope...
24
68
0.512681
faf5817a7a3186f3fdcacd2afb8cc6dd4e09ff75
659
h
C
ngxfs_nn/_include/ngx_c_conf.h
gogobody/spakelfs
77efb0b51cf07d3319424df997f742d4dd42b300
[ "MIT" ]
null
null
null
ngxfs_nn/_include/ngx_c_conf.h
gogobody/spakelfs
77efb0b51cf07d3319424df997f742d4dd42b300
[ "MIT" ]
null
null
null
ngxfs_nn/_include/ngx_c_conf.h
gogobody/spakelfs
77efb0b51cf07d3319424df997f742d4dd42b300
[ "MIT" ]
null
null
null
 #ifndef __NGX_CONF_H__ #define __NGX_CONF_H__ #include <vector> #include "ngx_global.h" class CConfig { //Singleton with correct destruction, and thread-safe -- Meyer's Singleton private: CConfig(); public: ~CConfig(); CConfig(const CConfig&) = delete; CConfig& operator=(const CConfig&) = delete; public...
17.342105
75
0.720789
faf76d9fef4b2a77c246f84faef263200eda7553
1,813
c
C
src/add-ons/kernel/drivers/network/wlan/realtekwifi/glue.c
waddlesplash/haiku
68d1b97e4f99fa0f190579f7ffd16fceda23ebce
[ "MIT" ]
2
2021-11-30T22:17:42.000Z
2022-02-04T20:57:17.000Z
src/add-ons/kernel/drivers/network/wlan/realtekwifi/glue.c
grexe/haiku
4b0d8831c29fde017869ac7e77fdf7871bbc4b10
[ "MIT" ]
null
null
null
src/add-ons/kernel/drivers/network/wlan/realtekwifi/glue.c
grexe/haiku
4b0d8831c29fde017869ac7e77fdf7871bbc4b10
[ "MIT" ]
null
null
null
/* * Copyright 2018, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT license. */ #include <sys/bus.h> #include <sys/kernel.h> #include <dev/pci/pcivar.h> #include <machine/bus.h> #include <net/if.h> #include <net/if_media.h> #include <net80211/ieee80211_var.h> #include <net80211/ieee8...
23.855263
81
0.742416
faf83ebbc10868f587561ccfceb6304e6ae2ada8
10,251
h
C
inc/print_program.h
glaba/glc
f262ee29594da9cee3ddfb476baa4a300d0eace4
[ "MIT" ]
null
null
null
inc/print_program.h
glaba/glc
f262ee29594da9cee3ddfb476baa4a300d0eace4
[ "MIT" ]
null
null
null
inc/print_program.h
glaba/glc
f262ee29594da9cee3ddfb476baa4a300d0eace4
[ "MIT" ]
null
null
null
#pragma once #include "ast.h" #include "visitor.h" #include <string> #include <type_traits> class print_program { public: print_program(ast::program& program) : program(program) {} auto get_output() -> std::string { return get_output_for_node(program); } template <typename CustomPrinter> auto get_output(Cus...
31.835404
122
0.63428
fafa08a6d192fa6423cac360a4fbe207b27257d8
2,441
c
C
src/nes.c
majestic53/nes
5226625c39340486b18e7a66e4f40f8021fe0f3f
[ "MIT" ]
3
2021-03-17T16:53:50.000Z
2022-01-26T12:13:24.000Z
src/nes.c
majestic53/nes
5226625c39340486b18e7a66e4f40f8021fe0f3f
[ "MIT" ]
null
null
null
src/nes.c
majestic53/nes
5226625c39340486b18e7a66e4f40f8021fe0f3f
[ "MIT" ]
null
null
null
/** * NES * Copyright (C) 2021-2022 David Jolly * * 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, merg...
23.931373
149
0.69111
fafccefe6db6f981233abe0ecada3e263dff161b
1,283
h
C
src/TestArray.h
slvbsp2009/NAMD_XLNX_ACCEL
d1afd22915986fa24f8a4b6945d55b9b7b0ca948
[ "BSD-3-Clause" ]
null
null
null
src/TestArray.h
slvbsp2009/NAMD_XLNX_ACCEL
d1afd22915986fa24f8a4b6945d55b9b7b0ca948
[ "BSD-3-Clause" ]
null
null
null
src/TestArray.h
slvbsp2009/NAMD_XLNX_ACCEL
d1afd22915986fa24f8a4b6945d55b9b7b0ca948
[ "BSD-3-Clause" ]
null
null
null
#ifndef TEST_ARRAY_H #define TEST_ARRAY_H #include <type_traits> void NAMD_die(const char *); int TestArray_write_helper( const char *filename, const char *label, const void *array, int elemsize, int length, int isfp ); /** * Write an array to file for later analysis. * The array type ...
27.297872
77
0.673422
fafd5325e6fad2a366376a32d215044e07efbd9c
4,369
c
C
mods/sauce/sauce.c
Ckath/k88
c9640ba4eafeda9187db915579c58584e00e9221
[ "MIT" ]
5
2020-07-19T00:04:23.000Z
2021-06-25T05:38:39.000Z
mods/sauce/sauce.c
Ckath/k88
c9640ba4eafeda9187db915579c58584e00e9221
[ "MIT" ]
12
2020-07-12T22:07:32.000Z
2021-06-08T20:00:07.000Z
mods/sauce/sauce.c
Ckath/k88
c9640ba4eafeda9187db915579c58584e00e9221
[ "MIT" ]
1
2021-01-11T23:50:55.000Z
2021-01-11T23:50:55.000Z
#include <stdlib.h> #include <string.h> #include <time.h> #include <stdio.h> #include <curl/curl.h> #include "../../utils/curl.h" #include "../../utils/strutils.h" /* required */ #include "../modtape.h" #include "../../core/modules.h" #include "../../core/log.h" #include "../../core/irc.h" static void json_item(char ...
26.803681
87
0.600824
4f0077d693b5ea8fb91f66eab23a9edfacaa1bfa
169
h
C
pcc-translate/TranslatePCCToMLIR.h
veselypeta/protogen-mlir
84b75bb440fd2009487f6b247f795964a2cbb9d1
[ "Apache-2.0" ]
null
null
null
pcc-translate/TranslatePCCToMLIR.h
veselypeta/protogen-mlir
84b75bb440fd2009487f6b247f795964a2cbb9d1
[ "Apache-2.0" ]
null
null
null
pcc-translate/TranslatePCCToMLIR.h
veselypeta/protogen-mlir
84b75bb440fd2009487f6b247f795964a2cbb9d1
[ "Apache-2.0" ]
null
null
null
#pragma once #include "mlir/Translation.h" #include "mlir/Target/LLVMIR/ModuleTranslation.h" namespace mlir { void registerPCCToMlirTranslation(); } // namespace mlir
18.777778
49
0.781065
4f0122e32b8e9e945044b3e4b0cb15eaf1b691a6
4,131
h
C
edk2/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsApi.h
awwiniot/Aw1689UEFI
968033cea6432cf3121ef933f2e7f073d11363fb
[ "MIT" ]
21
2016-11-20T16:47:01.000Z
2022-03-04T12:10:19.000Z
edk2/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsApi.h
awwiniot/Aw1689UEFI
968033cea6432cf3121ef933f2e7f073d11363fb
[ "MIT" ]
3
2017-01-07T18:05:32.000Z
2017-06-09T05:47:20.000Z
edk2/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsApi.h
awwiniot/Aw1689UEFI
968033cea6432cf3121ef933f2e7f073d11363fb
[ "MIT" ]
8
2017-01-09T07:44:28.000Z
2020-05-10T00:09:54.000Z
/** @file * * Copyright (c) 2012-2014, ARM Limited. All rights reserved. * * This program and the accompanying materials * are licensed and made available under the terms and conditions of the BSD License * which accompanies this distribution. The full text of the license may be found at * http://opensourc...
19.036866
86
0.652626
4f03440d10afc0c6e27b658276942d88dd6bb665
1,267
h
C
macOS/10.13/Quartz.framework/QLTransitionView.h
onmyway133/Runtime-Headers
e9b80e7ab9103f37ad421ad6b8b58ee06369d21f
[ "MIT" ]
30
2016-10-09T20:13:00.000Z
2022-01-24T04:14:57.000Z
macOS/10.13/Quartz.framework/QLTransitionView.h
onmyway133/Runtime-Headers
e9b80e7ab9103f37ad421ad6b8b58ee06369d21f
[ "MIT" ]
null
null
null
macOS/10.13/Quartz.framework/QLTransitionView.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/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI */ @interface QLTransitionView : NSView { struct CGRect { struct CGPoint { double x; double y; } origin; stru...
40.870968
173
0.689029
4f0a47ada68251fbd8f237152b7aa5e886594840
1,021
c
C
lib/common/rm.c
Dream-Imperium/lcore
1ac61cc4314ebecbc980c1850db2f4bb9513c24e
[ "Unlicense" ]
1
2021-05-10T00:36:10.000Z
2021-05-10T00:36:10.000Z
lib/common/rm.c
Dream-Imperium/lcore
1ac61cc4314ebecbc980c1850db2f4bb9513c24e
[ "Unlicense" ]
null
null
null
lib/common/rm.c
Dream-Imperium/lcore
1ac61cc4314ebecbc980c1850db2f4bb9513c24e
[ "Unlicense" ]
null
null
null
#include <tertium/cpu.h> #include <tertium/std.h> #include "common.h" ctype_status remove(char **argv, uint opts) { ctype_dir dir; ctype_dent *p; ctype_status r; if (c_dir_open(&dir, argv, 0, nil) < 0) c_err_die(1, "c_dir_open"); r = 0; while ((p = c_dir_read(&dir))) { if (opts & RM_IFLAG) { c_ioq_fmt(...
20.019608
49
0.578844
4f0c28e3f99ac248c9cbcfa059c2c8883b80b424
79
c
C
locale/_ic_pctype.c
repo-mirrors/mingw-w64-ironcrate
d0f642aab2d22c38568cabdcc35dbe725816bb09
[ "MIT-0" ]
null
null
null
locale/_ic_pctype.c
repo-mirrors/mingw-w64-ironcrate
d0f642aab2d22c38568cabdcc35dbe725816bb09
[ "MIT-0" ]
null
null
null
locale/_ic_pctype.c
repo-mirrors/mingw-w64-ironcrate
d0f642aab2d22c38568cabdcc35dbe725816bb09
[ "MIT-0" ]
null
null
null
#include <ic_stdc.h> const unsigned short *_ic_pctype = &__ic_newctype[128];
15.8
55
0.746835
4f0c91c3bae21d1a0ae503e08f5e67bd85c4a94c
2,300
c
C
qcsrc/menu/nexuiz/dialog_multiplayer_playersetup_weapons.c
YamiND/RocketMinsta
2e15176cdb4427856cb40f3f637cfd14c1c29fbc
[ "WTFPL" ]
null
null
null
qcsrc/menu/nexuiz/dialog_multiplayer_playersetup_weapons.c
YamiND/RocketMinsta
2e15176cdb4427856cb40f3f637cfd14c1c29fbc
[ "WTFPL" ]
null
null
null
qcsrc/menu/nexuiz/dialog_multiplayer_playersetup_weapons.c
YamiND/RocketMinsta
2e15176cdb4427856cb40f3f637cfd14c1c29fbc
[ "WTFPL" ]
null
null
null
#ifdef INTERFACE CLASS(NexuizWeaponsDialog) EXTENDS(NexuizDialog) METHOD(NexuizWeaponsDialog, toString, string(entity)) METHOD(NexuizWeaponsDialog, fill, void(entity)) METHOD(NexuizWeaponsDialog, showNotify, void(entity)) ATTRIB(NexuizWeaponsDialog, title, string, "Weapon settings") ATTRIB(NexuizWeaponsDialog, col...
35.384615
120
0.702609
4f0ce1fcaa5892eca4720dbeedb9f1ca57e0b8c4
1,200
c
C
example/2.nested.c
dearblue/micro-co
b403a8d1066c429c231f48f215b048ca7f6a9017
[ "CC0-1.0" ]
null
null
null
example/2.nested.c
dearblue/micro-co
b403a8d1066c429c231f48f215b048ca7f6a9017
[ "CC0-1.0" ]
null
null
null
example/2.nested.c
dearblue/micro-co
b403a8d1066c429c231f48f215b048ca7f6a9017
[ "CC0-1.0" ]
null
null
null
/* * This code is under public domain (CC0) * <https://creativecommons.org/publicdomain/zero/1.0/>. * * To the extent possible under law, dearblue has waived all copyright * and related or neighboring rights to this work. * * dearblue <dearblue@users.noreply.github.com> */ #include <micro-co.h> #include <s...
15.584416
70
0.4975
4f0d694f3771a28b8adf44e71543f341de198153
3,482
c
C
u2f-server/error.c
frozencemetery/libu2f-server
2850d79d7f377c07808506cacde3888f18d4a678
[ "BSD-2-Clause" ]
108
2015-01-28T00:03:30.000Z
2021-11-16T21:11:16.000Z
u2f-server/error.c
frozencemetery/libu2f-server
2850d79d7f377c07808506cacde3888f18d4a678
[ "BSD-2-Clause" ]
31
2015-09-07T01:03:50.000Z
2020-09-03T12:54:01.000Z
u2f-server/error.c
frozencemetery/libu2f-server
2850d79d7f377c07808506cacde3888f18d4a678
[ "BSD-2-Clause" ]
36
2015-05-04T14:29:20.000Z
2021-11-16T21:11:08.000Z
/* * Copyright (c) 2014 Yubico AB * 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 conditions and the f...
32.849057
72
0.731189
4f0fb13cd5592f8a5c097abd8ab8b074ac93388a
563
h
C
templates/cocos2d iOS.xctemplate/Classes/AppDelegate.h
n-studio/cocos2d-iphone
1a2d04444d8a2f4730fc799efcf8e589ea24f7c5
[ "MIT" ]
9
2016-07-13T23:35:34.000Z
2021-01-14T19:18:28.000Z
templates/cocos2d iOS.xctemplate/Classes/AppDelegate.h
n-studio/cocos2d-iphone
1a2d04444d8a2f4730fc799efcf8e589ea24f7c5
[ "MIT" ]
2
2017-04-11T09:45:32.000Z
2021-03-03T08:47:01.000Z
templates/cocos2d iOS.xctemplate/Classes/AppDelegate.h
n-studio/cocos2d-iphone
1a2d04444d8a2f4730fc799efcf8e589ea24f7c5
[ "MIT" ]
7
2016-08-03T15:30:27.000Z
2020-05-12T17:12:19.000Z
// // ___FILENAME___ // // Created by : ___FULLUSERNAME___ // Project : ___PROJECTNAME___ // Date : ___DATE___ // // Copyright (c) ___YEAR___ ___ORGANIZATIONNAME___. // All rights reserved. // // ----------------------------------------------------------------- #import <Foundation/Foundation.h> #import ...
10.053571
74
0.381883
4f15b350ec439e31d261f9d96fca47d830d49dc1
27,262
h
C
include/splstring.h
Spirrwell/SpirrwellStringLibrary
09db2477416e2581435d802b73fa3273ed144f43
[ "MIT" ]
1
2021-03-28T06:14:30.000Z
2021-03-28T06:14:30.000Z
include/splstring.h
Spirrwell/SpirrwellStringLibrary
09db2477416e2581435d802b73fa3273ed144f43
[ "MIT" ]
null
null
null
include/splstring.h
Spirrwell/SpirrwellStringLibrary
09db2477416e2581435d802b73fa3273ed144f43
[ "MIT" ]
null
null
null
/******************************************************************************* * MIT License * * Copyright (c) 2021 Spirrwell * * 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 restr...
21.281811
124
0.65274
4f1688b27d2aeb3a787593dcae2a7abd0a6134e6
6,300
h
C
include/gtu-path.h
Bob131/giitestutils
1f6affe4b5b95d2a75c087bd0984d602f7d2694a
[ "MIT" ]
1
2018-02-09T13:14:41.000Z
2018-02-09T13:14:41.000Z
include/gtu-path.h
Bob131/giitestutils
1f6affe4b5b95d2a75c087bd0984d602f7d2694a
[ "MIT" ]
null
null
null
include/gtu-path.h
Bob131/giitestutils
1f6affe4b5b95d2a75c087bd0984d602f7d2694a
[ "MIT" ]
null
null
null
#ifndef __GII_TEST_UTILS_PATH_H__ #define __GII_TEST_UTILS_PATH_H__ /** * SECTION:gtu-path * @short_description: test object identifiers * @title: Test Paths * @include: gtu.h * * Test objects in GTU, like in GLib, are identified by a path (similar in * appearance to a UNIX file path). To make manipulation of t...
32.307692
80
0.703968
4f176544395166cdba59a7c1338de73452d84d19
3,818
c
C
srcs/settings/options/audio_options.c
Killian-G/doom-nukem
4df124a0006a61ebd3a525b983d67bfe7f0a78f2
[ "MIT" ]
null
null
null
srcs/settings/options/audio_options.c
Killian-G/doom-nukem
4df124a0006a61ebd3a525b983d67bfe7f0a78f2
[ "MIT" ]
null
null
null
srcs/settings/options/audio_options.c
Killian-G/doom-nukem
4df124a0006a61ebd3a525b983d67bfe7f0a78f2
[ "MIT" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* audio_options.c :+: :+: :+: ...
40.189474
80
0.588266
4f17abc9a95a7bc351d4bf2068242c1b5991dfc3
417
c
C
d/avatars/lurue/windgem.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/avatars/lurue/windgem.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
null
null
null
d/avatars/lurue/windgem.c
gesslar/shadowgate
97ce5d33a2275bb75c0cf6556602564b7870bc77
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> inherit OBJECT; void create(){ ::create(); set_name("%^BLUE%^blue gem%^RESET%^"); set_id(({ "gem", "blue gem" })); set_short("%^BOLD%^%^BLUE%^a blue gem%^RESET%^"); set_obvious_short("%^BOLD%^%^BLUE%^a blue gem%^RESET%^"); set_long( @AVATAR %^BOLD%^%^BLUE%^This blue gem is strangely transparent ...
23.166667
107
0.647482
4f199cab49ad05d0213f22e35216816418f3c13d
10,744
c
C
osnorm.c
OrdinaryMagician/Stuff
cc65edd617302692a8209426e96a53afa6295b11
[ "MIT" ]
2
2017-09-05T03:33:16.000Z
2017-09-05T11:53:40.000Z
osnorm.c
OrdinaryMagician/Stuff
cc65edd617302692a8209426e96a53afa6295b11
[ "MIT" ]
null
null
null
osnorm.c
OrdinaryMagician/Stuff
cc65edd617302692a8209426e96a53afa6295b11
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #define dword __UINT32_TYPE__ #define byte __UINT8_TYPE__ typedef struct { char magic[4]; dword size, flags, height, width, pitch, depth, mipmaps, reserved1[11], pf_size, pf_flags; char pf_fourcc[4]; dword pf_bitcount, pf_rmask, pf_gmas...
24.52968
72
0.546538
4f1a328373cd4a183ce8dfe4c6bb1e5be3fe60b5
493
h
C
samples/lottie/still_helper.h
naeioi/octoon
e32152fe4730fa609def41114613dbe067d31276
[ "MIT" ]
null
null
null
samples/lottie/still_helper.h
naeioi/octoon
e32152fe4730fa609def41114613dbe067d31276
[ "MIT" ]
null
null
null
samples/lottie/still_helper.h
naeioi/octoon
e32152fe4730fa609def41114613dbe067d31276
[ "MIT" ]
null
null
null
#ifndef STILL_HELPER_H_ #define STILL_HELPER_H_ #include "keyframe_helper.h" class StillHelper { public: using json = octoon::runtime::json; using float1 = octoon::math::float1; using float2 = octoon::math::float2; using float3 = octoon::math::float3; using float4 = octoon::math::float4; std::string refid; ...
14.939394
47
0.687627
4f1b6cb2c04fcfd9b8c3bb8ea2249bfb1ebfdb02
997
h
C
bitbots_motion/bitbots_dynup/include/bitbots_dynup/visualizer.h
MosHumanoid/bitbots_thmos_meta
f45ccc362dc689b69027be5b0d000d2a08580de4
[ "MIT" ]
3
2020-05-30T07:04:33.000Z
2021-08-07T07:41:27.000Z
bitbots_motion/bitbots_dynup/include/bitbots_dynup/visualizer.h
MosHumanoid/bitbots_thmos_meta
f45ccc362dc689b69027be5b0d000d2a08580de4
[ "MIT" ]
149
2018-12-18T12:49:56.000Z
2022-01-06T10:51:32.000Z
bitbots_motion/bitbots_dynup/include/bitbots_dynup/visualizer.h
MosHumanoid/bitbots_thmos_meta
f45ccc362dc689b69027be5b0d000d2a08580de4
[ "MIT" ]
4
2019-07-28T11:25:02.000Z
2021-12-06T19:04:18.000Z
#ifndef BITBOTS_DYNUP_INCLUDE_BITBOTS_DYNUP_VISUALIZER_H_ #define BITBOTS_DYNUP_INCLUDE_BITBOTS_DYNUP_VISUALIZER_H_ #include <string> #include <ros/ros.h> #include <visualization_msgs/MarkerArray.h> #include <bitbots_splines/smooth_spline.h> #include <bitbots_splines/spline_container.h> #include <geometry_msgs/PoseSta...
26.236842
85
0.81344
4f1dcee40ec45c203d3fe200e0941282be06ea26
17,870
h
C
UIFontLibrary/UIFontLibrary/UIFont+Library.h
luzizheng/UIFontLibrary
24dff59b55f18abc3f527ace3e7d954915224351
[ "MIT" ]
null
null
null
UIFontLibrary/UIFontLibrary/UIFont+Library.h
luzizheng/UIFontLibrary
24dff59b55f18abc3f527ace3e7d954915224351
[ "MIT" ]
null
null
null
UIFontLibrary/UIFontLibrary/UIFont+Library.h
luzizheng/UIFontLibrary
24dff59b55f18abc3f527ace3e7d954915224351
[ "MIT" ]
null
null
null
// // UIFont+Library.h // UIFontLibrary // // Created by zizheng lu on 2020/9/28. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface UIFont (Library) #pragma mark - Academy Engraved LET +(UIFont *)fontWithAcademyengravedletplain:(CGFloat)fontSize; #pragma mark - Al Nile +(UIFont *)fontWithAlnile:(...
39.017467
73
0.807219
4f1f7ee7590bbbfff25657204ef61a0a4d3bb683
581
h
C
include/hpp/fcl/serialization/RSS.h
proyan/hpp-fcl
d63ea45eeb60f39822dc258ea29f8b837da7c044
[ "BSD-3-Clause" ]
null
null
null
include/hpp/fcl/serialization/RSS.h
proyan/hpp-fcl
d63ea45eeb60f39822dc258ea29f8b837da7c044
[ "BSD-3-Clause" ]
null
null
null
include/hpp/fcl/serialization/RSS.h
proyan/hpp-fcl
d63ea45eeb60f39822dc258ea29f8b837da7c044
[ "BSD-3-Clause" ]
null
null
null
// // Copyright (c) 2021 INRIA // #ifndef HPP_FCL_SERIALIZATION_RSS_H #define HPP_FCL_SERIALIZATION_RSS_H #include "hpp/fcl/BV/RSS.h" #include "hpp/fcl/serialization/fwd.h" namespace boost { namespace serialization { template <class Archive> void serialize(Archive& ar, hpp::fcl::RSS& bv, const unsigned int /*versi...
21.518519
80
0.714286
4f1ffcf84035ce982aa786bf5c379a31ce0711af
850
h
C
devmand/gateway/src/devmand/channels/cli/Spd2Glog.h
remo5000/magma
1d1dd9a23800a8e07b1ce016776d93e12430ec15
[ "BSD-3-Clause" ]
2
2020-11-05T18:58:26.000Z
2021-02-09T06:42:49.000Z
devmand/gateway/src/devmand/channels/cli/Spd2Glog.h
remo5000/magma
1d1dd9a23800a8e07b1ce016776d93e12430ec15
[ "BSD-3-Clause" ]
14
2019-11-15T12:01:18.000Z
2019-12-12T14:37:42.000Z
devmand/gateway/src/devmand/channels/cli/Spd2Glog.h
119Vik/magma-1
107a7b374466a837fc0a49b283ba9d6ff1d702e3
[ "BSD-3-Clause" ]
3
2019-11-15T15:56:25.000Z
2019-11-21T10:34:59.000Z
// Copyright (c) 2019-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. #pragma once #inc...
25.757576
78
0.724706
4f20aae16cf69170aec9c74f6d6afde80ec7d7b1
429
h
C
Simple OpenGL ES 1.1 example/Classes/Part6ProjectAppDelegate.h
JavaZava/iOS-OpenGLES-Stuff
7a69adaa0a26e759ebc0a41114e8827901cc1e52
[ "Unlicense", "MIT" ]
199
2015-01-17T10:16:29.000Z
2022-03-07T04:24:38.000Z
Simple OpenGL ES 1.1 example/Classes/Part6ProjectAppDelegate.h
JavaZava/iOS-OpenGLES-Stuff
7a69adaa0a26e759ebc0a41114e8827901cc1e52
[ "Unlicense", "MIT" ]
2
2015-11-19T22:36:46.000Z
2019-12-15T05:50:05.000Z
Simple OpenGL ES 1.1 example/Classes/Part6ProjectAppDelegate.h
JavaZava/iOS-OpenGLES-Stuff
7a69adaa0a26e759ebc0a41114e8827901cc1e52
[ "Unlicense", "MIT" ]
56
2015-01-09T03:10:34.000Z
2019-11-25T06:24:16.000Z
// // Part6ProjectAppDelegate.h // Part6Project // // Created by jeff on 5/31/09. // Copyright Jeff LaMarche 2009. All rights reserved. // @class GLViewController; @interface Part6ProjectAppDelegate : NSObject <UIApplicationDelegate> { UIWindow *window; GLViewController *controller; } @property (nonatomic, ...
22.578947
69
0.757576
4f233bfb12c44c620383c45344b5f3af259c79fd
5,062
h
C
code/MikoEngine/Renderer/Resource/Scene/SceneResourceManager.h
warzes/MikoEngine
1199f59a71ab3dfcbea5d02238639db55eded0d4
[ "MIT" ]
5
2020-08-04T17:57:01.000Z
2021-02-07T12:19:02.000Z
code/MikoEngine/Renderer/Resource/Scene/SceneResourceManager.h
warzes/MikoEngine
1199f59a71ab3dfcbea5d02238639db55eded0d4
[ "MIT" ]
null
null
null
code/MikoEngine/Renderer/Resource/Scene/SceneResourceManager.h
warzes/MikoEngine
1199f59a71ab3dfcbea5d02238639db55eded0d4
[ "MIT" ]
null
null
null
#pragma once //[-------------------------------------------------------] //[ Includes ] //[-------------------------------------------------------] #include "Renderer/Resource/ResourceManager.h" #include "Renderer/Context.h" //[------------------------------------------...
40.174603
249
0.492493
4f24b3fec2ec8b21938f5cd6f957988479d13670
360
h
C
iOS/SuperScholar/SuperScholar/ClassModule/ClassEnvironment/Model/ClassEnvironmentManager.h
glq1453041018/MyTest
ef06d03b4302eb6a1796fc992e02410f4a5325b8
[ "MIT" ]
null
null
null
iOS/SuperScholar/SuperScholar/ClassModule/ClassEnvironment/Model/ClassEnvironmentManager.h
glq1453041018/MyTest
ef06d03b4302eb6a1796fc992e02410f4a5325b8
[ "MIT" ]
null
null
null
iOS/SuperScholar/SuperScholar/ClassModule/ClassEnvironment/Model/ClassEnvironmentManager.h
glq1453041018/MyTest
ef06d03b4302eb6a1796fc992e02410f4a5325b8
[ "MIT" ]
null
null
null
// // ClassEnvironmentManager.h // SuperScholar // // Created by 骆亮 on 2018/3/22. // Copyright © 2018年 SuperScholar. All rights reserved. // #import <Foundation/Foundation.h> #import "ClassEnvironmentModel.h" @interface ClassEnvironmentManager : NSObject // !!!: 获取数据 +(void)requestDataResponse:(void(^)(NSArray *...
20
78
0.730556
4f266c266a524c895a9c725c9ca710a79455b1de
13,463
h
C
HopsanGUI/GUIObjects/GUIContainerObject.h
mjfwest/hopsan
77a0a1e69fd9588335b7e932f348972186cbdf6f
[ "Apache-2.0" ]
null
null
null
HopsanGUI/GUIObjects/GUIContainerObject.h
mjfwest/hopsan
77a0a1e69fd9588335b7e932f348972186cbdf6f
[ "Apache-2.0" ]
null
null
null
HopsanGUI/GUIObjects/GUIContainerObject.h
mjfwest/hopsan
77a0a1e69fd9588335b7e932f348972186cbdf6f
[ "Apache-2.0" ]
null
null
null
/*----------------------------------------------------------------------------- Copyright 2017 Hopsan Group This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the Licen...
35.428947
255
0.744262
4f28d04dcf6c825bbd951350f881e578737954de
6,173
h
C
sauce/injector.h
b4hand/sauce
8e1528944bc1bd42f4c1cb36d1bebd04e4f0447b
[ "MIT" ]
null
null
null
sauce/injector.h
b4hand/sauce
8e1528944bc1bd42f4c1cb36d1bebd04e4f0447b
[ "MIT" ]
null
null
null
sauce/injector.h
b4hand/sauce
8e1528944bc1bd42f4c1cb36d1bebd04e4f0447b
[ "MIT" ]
null
null
null
#ifndef SAUCE_INJECTOR_H_ #define SAUCE_INJECTOR_H_ #include <cassert> #include <string> #include <sauce/memory.h> #include <sauce/named.h> #include <sauce/scopes.h> #include <sauce/internal/base_injector.h> #include <sauce/internal/key.h> #include <sauce/internal/locker_factory.h> #include <sauce/internal/scope_cach...
27.314159
115
0.679572
4f2aa2a14dde16b198f68cb6aa259e825b0a4bcd
1,042
h
C
src/non-copyable.h
muflihun/residue
4fb7506b72335bd931e1d6364d1d2690b5b0fcb5
[ "Apache-2.0" ]
18
2017-02-11T22:10:13.000Z
2018-10-07T00:46:45.000Z
src/non-copyable.h
amrayn/residue
4fb7506b72335bd931e1d6364d1d2690b5b0fcb5
[ "Apache-2.0" ]
46
2017-03-21T06:22:44.000Z
2018-09-24T05:00:02.000Z
src/non-copyable.h
amrayn/residue
4fb7506b72335bd931e1d6364d1d2690b5b0fcb5
[ "Apache-2.0" ]
5
2020-11-06T10:50:39.000Z
2021-11-06T01:47:18.000Z
// // non-copyable.h // Residue // // Copyright 2017-present Amrayn Web Services // https://amrayn.com // // Author: @abumusamq // // 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 // ...
28.944444
76
0.714971