hexsha
stringlengths
40
40
size
int64
22
2.4M
ext
stringclasses
5 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
260
max_stars_repo_name
stringlengths
5
109
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
9
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
3
260
max_issues_repo_name
stringlengths
5
109
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
9
max_issues_count
float64
1
67k
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
260
max_forks_repo_name
stringlengths
5
109
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
9
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
22
2.4M
avg_line_length
float64
5
169k
max_line_length
int64
5
786k
alphanum_fraction
float64
0.06
0.95
matches
listlengths
1
11
5f559727b9a2e319089e1fd0fcabe303223317bc
1,142
h
C
PGGAssignment1SDL/creditsState.h
JSlowgrove/PGG-Assignment-1-SDL-Planet-Planeta
710cca81b0bd4f632dc8397384b09b031998eb13
[ "MIT" ]
null
null
null
PGGAssignment1SDL/creditsState.h
JSlowgrove/PGG-Assignment-1-SDL-Planet-Planeta
710cca81b0bd4f632dc8397384b09b031998eb13
[ "MIT" ]
null
null
null
PGGAssignment1SDL/creditsState.h
JSlowgrove/PGG-Assignment-1-SDL-Planet-Planeta
710cca81b0bd4f632dc8397384b09b031998eb13
[ "MIT" ]
null
null
null
#pragma once #ifndef CREDITSSTATE_H #define CREDITSSTATE_H #include "state.h" #include "stateManager.h" #include "texture.h" /** @brief Creates a CreditsState object. Creates a CreditsState object that inherits State */ class CreditsState : public State { private: /*the credit image*/ Texture * credits; public: /*...
21.54717
71
0.747811
[ "object" ]
5f669ac445e18588e004432023fcae0af45f4469
1,895
h
C
samples/bbcnews/app/data/network/urlrequest.h
reubenscratton/oaknut
03b37965ad84745bd5c077a27d8b53d58a173662
[ "MIT" ]
5
2019-10-04T05:10:06.000Z
2021-02-03T23:29:10.000Z
samples/bbcnews/app/data/network/urlrequest.h
reubenscratton/oaknut
03b37965ad84745bd5c077a27d8b53d58a173662
[ "MIT" ]
null
null
null
samples/bbcnews/app/data/network/urlrequest.h
reubenscratton/oaknut
03b37965ad84745bd5c077a27d8b53d58a173662
[ "MIT" ]
2
2019-09-27T00:34:36.000Z
2020-10-27T09:44:26.000Z
// // Copyright (c) 2019 BBC News. All rights reserved. // #pragma once #include <oaknut.h> #include "../../model/_module.h" //#import "BNURLRequestManager.h" #define BNURLRequestFlagForceUpdate 1 // Forcibly re-download data, i.e. don't complete with cache data and ignore TTL #define BNURLRequestFlagNoUpd...
26.690141
125
0.658575
[ "object", "model" ]
5f6911c2e242076fc3eb706f16f0d20224bd8cbb
648
h
C
Code/src/engine/graphics/layers/Scene.h
Thraix/MasterThesis
4e4cb94b2a4ee261b2b9974aa4b20f6643eb6595
[ "MIT" ]
1
2021-04-16T10:54:38.000Z
2021-04-16T10:54:38.000Z
Code/src/engine/graphics/layers/Scene.h
Thraix/MasterThesis
4e4cb94b2a4ee261b2b9974aa4b20f6643eb6595
[ "MIT" ]
null
null
null
Code/src/engine/graphics/layers/Scene.h
Thraix/MasterThesis
4e4cb94b2a4ee261b2b9974aa4b20f6643eb6595
[ "MIT" ]
null
null
null
#pragma once #include <event/Event.h> #include <event/ViewportEvent.h> namespace Greet { class Scene { public: virtual void PreRender() {} virtual void Render() const = 0; virtual void PostRender() {} virtual void PreUpdate(float timeElapsed) {} virtual void Update(float timeElap...
24
64
0.638889
[ "render" ]
5f6f8dd0d9dc1c78a1bde84e3736b394a0df1890
514
h
C
Code/Projects/Eld/src/eldmesh.h
xordspar0/eldritch
895639bbb7ccf72e0e8e7a4c5cf72a7915467679
[ "Zlib" ]
4
2019-09-15T20:00:23.000Z
2021-08-27T23:32:53.000Z
Code/Projects/Eld/src/eldmesh.h
xordspar0/eldritch
895639bbb7ccf72e0e8e7a4c5cf72a7915467679
[ "Zlib" ]
11
2019-01-04T19:50:48.000Z
2021-04-26T08:31:45.000Z
Code/Projects/Eld/src/eldmesh.h
xordspar0/eldritch
895639bbb7ccf72e0e8e7a4c5cf72a7915467679
[ "Zlib" ]
4
2018-02-27T07:10:51.000Z
2021-04-22T09:38:13.000Z
#ifndef ELDMESH_H #define ELDMESH_H #include "mesh.h" #include "eldirradiance.h" #include "wbentity.h" class EldMesh : public Mesh { public: EldMesh(); virtual ~EldMesh(); void SetIrradianceCube( const SVoxelIrradiance& Irradiance ); const SVoxelIrradiance& GetIrradianceCube() const; void SetEntity( WB...
19.769231
70
0.731518
[ "mesh" ]
5f7cae00aead860643a9edc8f3a15f07d4e269d5
2,818
h
C
StaticLib/Headers/ShadowMap.h
Esentiel/dx3d
caf8423b69032518c3abeab08781190c41947b63
[ "MIT" ]
null
null
null
StaticLib/Headers/ShadowMap.h
Esentiel/dx3d
caf8423b69032518c3abeab08781190c41947b63
[ "MIT" ]
18
2019-09-18T15:21:03.000Z
2020-01-28T21:43:08.000Z
StaticLib/Headers/ShadowMap.h
Esentiel/dx3d
caf8423b69032518c3abeab08781190c41947b63
[ "MIT" ]
null
null
null
#pragma once #include <wrl.h> #include <string> #include <array> #include <DirectXMath.h> #include <vector> #include "LightSource.h" struct ID3D11ShaderResourceView; struct ID3D11DepthStencilView; struct ID3D11InputLayout; struct ID3D11Buffer; struct D3D11_VIEWPORT; struct ID3D11RasterizerState; struct D3D11_VIEWPOR...
31.662921
119
0.784954
[ "vector" ]
5f859df98bd1388b9e014309a7ddade0129cd0c9
3,441
h
C
message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT195BaseListener.h
Yanick-Salzmann/message-converter-c
6dfdf56e12f19e0f0b63ee0354fda16968f36415
[ "MIT" ]
null
null
null
message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT195BaseListener.h
Yanick-Salzmann/message-converter-c
6dfdf56e12f19e0f0b63ee0354fda16968f36415
[ "MIT" ]
null
null
null
message/generation/swift-mt-generation/repository/SR2018/parsers/SwiftMtParser_MT195BaseListener.h
Yanick-Salzmann/message-converter-c
6dfdf56e12f19e0f0b63ee0354fda16968f36415
[ "MIT" ]
null
null
null
#include "repository/ISwiftMtParser.h" #include "SwiftMtMessage.pb.h" #include <vector> #include <string> #include "BaseErrorListener.h" #include "SwiftMtParser_MT195Lexer.h" // Generated from C:/programming/message-converter-c/message/generation/swift-mt-generation/repository/SR2018/grammars/SwiftMtParser_MT195.g4 ...
46.5
156
0.771287
[ "vector" ]
bec7e5e2a4b2f12793214c74a1b644a4309dfc7e
2,565
h
C
main/OpenCover.Profiler/ProfilerCommunication.h
rfsouza02/opencover
4b4e9fa41ee4596417ba95464f852f3222aba2c9
[ "MIT" ]
1
2020-03-11T09:26:55.000Z
2020-03-11T09:26:55.000Z
main/OpenCover.Profiler/ProfilerCommunication.h
rfsouza02/opencover
4b4e9fa41ee4596417ba95464f852f3222aba2c9
[ "MIT" ]
null
null
null
main/OpenCover.Profiler/ProfilerCommunication.h
rfsouza02/opencover
4b4e9fa41ee4596417ba95464f852f3222aba2c9
[ "MIT" ]
null
null
null
// // OpenCover - S Wilde // // This source code is released under the MIT License; see the accompanying license file. // #pragma once #include "Synchronization.h" #include "SharedMemory.h" #include "Messages.h" #include <ppl.h> #include <concurrent_queue.h> /// <summary>Handles communication back to t...
35.625
160
0.74269
[ "vector" ]
bed477854d330750f303b3e16ae07c3cf048a63a
17,142
h
C
source/screen_genres.h
mattiasgustavsson/i-love-music
03a3700a4098f779cd9799b86fe7f0aa834eddea
[ "Unlicense" ]
8
2021-10-17T20:56:04.000Z
2022-02-11T21:52:29.000Z
source/screen_genres.h
mattiasgustavsson/i-love-music
03a3700a4098f779cd9799b86fe7f0aa834eddea
[ "Unlicense" ]
null
null
null
source/screen_genres.h
mattiasgustavsson/i-love-music
03a3700a4098f779cd9799b86fe7f0aa834eddea
[ "Unlicense" ]
null
null
null
typedef struct screen_genres_item_t { uint32_t genre_id; char genre_string[ 256 ]; text_t* genre_text; char album_count_string[ 256 ]; text_t* album_count_text; uint32_t thumb_id; bitmap_t* bitmap; } screen_genres_item_t; typedef struct screen_genres_t { app_t* app; ...
41.107914
223
0.59783
[ "render" ]
bedde3e2516d687389abd72787406163f7f17c0f
31,137
c
C
Benchmarks/FIRESTARTER/main.c
csrhau/Iconoclast
a77cf2604ea7687415e12ccae6ee79f57f7c4a57
[ "Apache-2.0" ]
1
2022-01-18T05:55:43.000Z
2022-01-18T05:55:43.000Z
Benchmarks/FIRESTARTER/main.c
csrhau/Iconoclast
a77cf2604ea7687415e12ccae6ee79f57f7c4a57
[ "Apache-2.0" ]
null
null
null
Benchmarks/FIRESTARTER/main.c
csrhau/Iconoclast
a77cf2604ea7687415e12ccae6ee79f57f7c4a57
[ "Apache-2.0" ]
null
null
null
/****************************************************************************** * FIRESTARTER - A Processor Stress Test Utility * Copyright (C) 2014 TU Dresden, Center for Information Services and High * Performance Computing * * This program is free software: you can redistribute it and/or modify * it under th...
35.954965
263
0.598067
[ "model" ]
bef7dee95971a146af4e6f211b5a2a7ceb0f07d7
3,158
h
C
frost/http_request.h
igorcoding/frost
10867aa6cff2abbb1c30cf5b27ef9b501836da32
[ "MIT" ]
2
2015-06-14T17:50:44.000Z
2015-06-15T16:07:36.000Z
frost/http_request.h
igorcoding/frost
10867aa6cff2abbb1c30cf5b27ef9b501836da32
[ "MIT" ]
null
null
null
frost/http_request.h
igorcoding/frost
10867aa6cff2abbb1c30cf5b27ef9b501836da32
[ "MIT" ]
null
null
null
#ifndef FROST_HTTP_REQUEST_H #define FROST_HTTP_REQUEST_H #include "router.h" #include "util/util.h" #include "http/header.h" #include "http/http_version.h" #include <ev++.h> #include <vector> #include "http/method.h" namespace frost { enum class parse_result { NEED_MORE, GOOD, BAD };...
22.239437
96
0.60703
[ "vector" ]
bef9aa0b83d7c490994419b87d6fbc6743645c12
1,213
c
C
d/antioch/greaterantioch/obj/teepee.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/antioch/greaterantioch/obj/teepee.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/antioch/greaterantioch/obj/teepee.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #include "../gantioch.h" inherit OBJECT; create(){ ::create(); set_id(({"tee-pee"})); set_name("tee-pee"); set_obvious_short("%^RESET%^%^ORANGE%^A n%^RESET%^%^RED%^a%^RESET%^%^ORANGE%^tive tee-pee"); set_short("%^RESET%^%^ORANGE%^A n%^RESET%^%^RED%^a%^RESET%^%^ORANGE%^tive tee-pee"); ...
32.783784
117
0.624897
[ "object" ]
befd7c7814102f6c502ab492fa0e0c3f6ba82d61
558
h
C
editor/widgets/controls/painters/SliderPainter.h
remaininlight/axiom
abd3d9232ffe89dff84b0ef56ab4a1ba9e58d7ce
[ "MIT" ]
642
2017-12-10T14:22:04.000Z
2022-03-03T15:23:23.000Z
editor/widgets/controls/painters/SliderPainter.h
remaininlight/axiom
abd3d9232ffe89dff84b0ef56ab4a1ba9e58d7ce
[ "MIT" ]
151
2017-12-21T02:08:45.000Z
2020-07-03T14:18:51.000Z
editor/widgets/controls/painters/SliderPainter.h
remaininlight/axiom
abd3d9232ffe89dff84b0ef56ab4a1ba9e58d7ce
[ "MIT" ]
30
2018-09-11T14:06:31.000Z
2021-11-09T04:19:00.000Z
#pragma once #include <QtGui/QPainter> #include <QtWidgets/QStyleOptionGraphicsItem> #include "editor/model/Value.h" namespace AxiomGui { class SliderPainter { public: void paint(QPainter *painter, const QRectF &boundingRect, float hoverState, AxiomModel::NumValue cv, bool vertical, ...
22.32
118
0.700717
[ "shape", "model" ]
befd930a189dd91ff7f2049e3c62b391a5a5522c
9,142
h
C
src/SeExpr/parser/ASTNode.h
zsnake1209/SeExpr
5e09e1e84b5acb13c6402f2307d5375631f5f4c1
[ "Apache-2.0" ]
294
2015-01-24T00:33:55.000Z
2022-03-12T14:29:28.000Z
src/SeExpr2/parser/ASTNode.h
cooljeanius/SeExpr
42b695546689c61ae87c7747fc27ae50653f09f5
[ "Apache-2.0" ]
53
2015-07-07T06:07:35.000Z
2021-05-27T19:06:31.000Z
src/SeExpr2/parser/ASTNode.h
cooljeanius/SeExpr
42b695546689c61ae87c7747fc27ae50653f09f5
[ "Apache-2.0" ]
82
2015-02-27T10:26:17.000Z
2022-03-27T19:28:25.000Z
/* Copyright Disney Enterprises, Inc. 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 and the following modification to it: Section 6 Trademarks. deleted and replaced with: 6. Trademarks. This License does not ...
33.487179
110
0.518705
[ "vector" ]
8314731c4f8648b1e3451bd8c45d09dbf08a8d4a
405
h
C
src/day_6_shoal.h
r-ash/aoc2021
ef9b2de8d2a9c5bb8a886adf206ed8a3e0386d04
[ "MIT" ]
null
null
null
src/day_6_shoal.h
r-ash/aoc2021
ef9b2de8d2a9c5bb8a886adf206ed8a3e0386d04
[ "MIT" ]
null
null
null
src/day_6_shoal.h
r-ash/aoc2021
ef9b2de8d2a9c5bb8a886adf206ed8a3e0386d04
[ "MIT" ]
null
null
null
#ifndef AOC_DAY_6_SHOAL_H #define AOC_DAY_6_SHOAL_H class Shoal { public: // Reserve space for 9 items, each one represents fish internal counter // 0 to 9. Values are number of fish with that counter std::vector<long> fish_counts = std::vector<long>(9, 0); Shoal(std::vector<int> fish); long count_fish(); ...
21.315789
73
0.720988
[ "vector" ]
831a8ef33def337eb815be4ce52eb9abb4ecbcf2
1,026
h
C
RcEngine/src/Platform/OpenGL/OpenGLVertexArray.h
triscuitcircuit/rcengine_clion
300209e9602328242faac9460ed52eb309ce5a32
[ "MIT" ]
5
2021-07-01T06:08:29.000Z
2022-02-28T21:19:33.000Z
RcEngine/src/Platform/OpenGL/OpenGLVertexArray.h
triscuitcircuit/rcengine_clion
300209e9602328242faac9460ed52eb309ce5a32
[ "MIT" ]
null
null
null
RcEngine/src/Platform/OpenGL/OpenGLVertexArray.h
triscuitcircuit/rcengine_clion
300209e9602328242faac9460ed52eb309ce5a32
[ "MIT" ]
null
null
null
// // Created by Tristan Zippert on 5/29/21. // #pragma once #include "RcEngine/Renderer/VertexArray.h" #ifndef RCENGINE_CLION_OPENGLVERTEXARRAY_H #define RCENGINE_CLION_OPENGLVERTEXARRAY_H namespace RcEngine{ class OpenGLVertexArray: public VertexArray{ public: OpenGLVertexArray(); virtual ~O...
28.5
114
0.72807
[ "vector" ]
831c8ac1e19ede4dec5bf23de7058119f2457a23
3,792
h
C
mshadow/mshadow/extension/roi_unwarp_data.h
kli-nlpr/FaceDetection-ConvNet-3D
f9251c48eb40c5aec8fba7455115c355466555be
[ "Apache-2.0" ]
159
2016-08-23T22:13:26.000Z
2021-10-24T01:31:35.000Z
mshadow/mshadow/extension/roi_unwarp_data.h
mrgloom/FaceDetection-ConvNet-3D
f9251c48eb40c5aec8fba7455115c355466555be
[ "Apache-2.0" ]
10
2016-08-23T05:59:07.000Z
2018-05-24T02:31:41.000Z
mshadow/mshadow/extension/roi_unwarp_data.h
mrgloom/FaceDetection-ConvNet-3D
f9251c48eb40c5aec8fba7455115c355466555be
[ "Apache-2.0" ]
77
2016-08-21T00:35:00.000Z
2021-06-01T05:03:34.000Z
#ifndef MSHADOW_EXTENSION_ROI_UNWARP_DATA_H_ #define MSHADOW_EXTENSION_ROI_UNWARP_DATA_H_ #include <algorithm> #include <cmath> #include "../extension.h" namespace mshadow { namespace expr { template<typename DataExp, typename RoisExp, typename DType, int srcdim> struct ROIUnWarpDataExp: public MakeTensorExp<ROIUnWar...
36.461538
92
0.715454
[ "shape" ]
831ec5ec42ca8281fe74c15477aa4cf4d5824442
7,948
c
C
nitan/kungfu/skill/shexing-diaoshou.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/kungfu/skill/shexing-diaoshou.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/kungfu/skill/shexing-diaoshou.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
// shexing-diaoshou.c 蛇形刁手 #include <ansi.h> inherit SKILL; string *order = ({""HIY"", ""HIG"", ""RED"", ""MAG"", ""YEL"", ""HIC"", ""HIW"", ""HIR"",""HIB"", ""CYN"",""WHT"",""HIM"",""BLU""}); mapping *action = ({ ([ "action" : "$N一式"+(order[random(13)])+"「靈蛇出洞」"NOR",右手虛晃,左手揚起,突然拍向$n的背後二穴", "force" : 390, ...
24.68323
132
0.518747
[ "object" ]
83209ffec0406884c3722735f5b5122e50e8b0f3
9,264
h
C
src/mongo/executor/remote_command_request.h
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
src/mongo/executor/remote_command_request.h
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
src/mongo/executor/remote_command_request.h
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
/** * Copyright (C) 2018-present MongoDB, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the Server Side Public License, version 1, * as published by MongoDB, Inc. * * This program is distributed in the hope that it will be useful, * but W...
44.114286
100
0.636874
[ "object", "vector" ]
83236046089a9e4c06a24dd05f5a11ca3c1248d8
2,372
h
C
MiDAesLib/include/AesApiFuncs.h
ElMostafaIdrassi/MiD_idxcrypt
45cfb97e60002e8c3f3a7b8cb1bb432fefa43202
[ "Apache-2.0" ]
2
2017-07-01T21:39:41.000Z
2018-12-16T14:10:30.000Z
MiDAesLib/include/AesApiFuncs.h
ElMostafaIdrassi/MiD_idxcrypt
45cfb97e60002e8c3f3a7b8cb1bb432fefa43202
[ "Apache-2.0" ]
null
null
null
MiDAesLib/include/AesApiFuncs.h
ElMostafaIdrassi/MiD_idxcrypt
45cfb97e60002e8c3f3a7b8cb1bb432fefa43202
[ "Apache-2.0" ]
null
null
null
/* * ===================================== * Copyright (c) El Mostafa IDRASSI 2017 * mostafa.idrassi@tutanota.com * Apache License * ===================================== */ #ifndef AESAPIFUNCS_H #define AESAPIFUNCS_H #include "AES_CTX.h" /* ====================================================================...
48.408163
181
0.650506
[ "object" ]
7e94825a8865900fcfaeee34791a244a6f1ea052
2,789
h
C
chrome/browser/views/tabs/tab_strip_wrapper.h
zachlatta/chromium
c4625eefca763df86471d798ee5a4a054b4716ae
[ "BSD-3-Clause" ]
1
2021-09-24T22:49:10.000Z
2021-09-24T22:49:10.000Z
chrome/browser/views/tabs/tab_strip_wrapper.h
changbai1980/chromium
c4625eefca763df86471d798ee5a4a054b4716ae
[ "BSD-3-Clause" ]
null
null
null
chrome/browser/views/tabs/tab_strip_wrapper.h
changbai1980/chromium
c4625eefca763df86471d798ee5a4a054b4716ae
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2009 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 CHROME_BROWSER_VIEWS_TABS_TAB_STRIP_WRAPPER_H_ #define CHROME_BROWSER_VIEWS_TABS_TAB_STRIP_WRAPPER_H_ class BrowserTabStrip; namespace gfx { ...
37.689189
80
0.747221
[ "model" ]
7e96a270eafa1ff4319d837359b8b0c10ca32119
7,787
h
C
bng/graph.h
mcellteam/libbng
1d9fe00a2cc9a8d223078aec2700e7b86b10426a
[ "MIT" ]
null
null
null
bng/graph.h
mcellteam/libbng
1d9fe00a2cc9a8d223078aec2700e7b86b10426a
[ "MIT" ]
null
null
null
bng/graph.h
mcellteam/libbng
1d9fe00a2cc9a8d223078aec2700e7b86b10426a
[ "MIT" ]
1
2021-05-11T21:13:20.000Z
2021-05-11T21:13:20.000Z
/****************************************************************************** * Copyright (C) 2020-2021 by * The Salk Institute for Biological Studies * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at * https://opensource.org/licenses/MIT. ************...
34.763393
117
0.691666
[ "vector" ]
7e9b2697c081dd8ce54521afb803726255acfe56
3,019
h
C
GUI/Subscriber.h
jwillemsen/sidecar
941d9f3b84d05ca405df1444d4d9fd0bde03887f
[ "MIT" ]
null
null
null
GUI/Subscriber.h
jwillemsen/sidecar
941d9f3b84d05ca405df1444d4d9fd0bde03887f
[ "MIT" ]
null
null
null
GUI/Subscriber.h
jwillemsen/sidecar
941d9f3b84d05ca405df1444d4d9fd0bde03887f
[ "MIT" ]
null
null
null
#ifndef SIDECAR_GUI_SUBSCRIBER_H // -*- C++ -*- #define SIDECAR_GUI_SUBSCRIBER_H #include "QtCore/QObject" namespace Logger { class Log; } namespace SideCar { namespace GUI { class MessageList; class ReaderThread; class ServiceEntry; /** The input side of a publisher/subscriber pair. Manages a separate thread that...
26.482456
110
0.692945
[ "object" ]
7ea3036d93a236ef8258ba72745ab0400d885b30
6,942
c
C
src/simd.c
Honeybunch/sdltest
6ccf90ea75ae4cf1a7f5318b898279d3098ce0f2
[ "MIT" ]
1
2021-03-29T22:09:07.000Z
2021-03-29T22:09:07.000Z
src/simd.c
Honeybunch/sdltest
6ccf90ea75ae4cf1a7f5318b898279d3098ce0f2
[ "MIT" ]
null
null
null
src/simd.c
Honeybunch/sdltest
6ccf90ea75ae4cf1a7f5318b898279d3098ce0f2
[ "MIT" ]
1
2021-03-30T00:12:17.000Z
2021-03-30T00:12:17.000Z
#include "simd.h" #define _USE_MATH_DEFINES #include <assert.h> #include <math.h> #include <stdbool.h> #include "profiling.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wmissing-braces" #endif #ifdef __clang__ #define unroll_loop_3 _Pragma("clang loop unroll_c...
23.937931
79
0.51743
[ "transform" ]
7eafabb86be0ceea744140ad68f4be0406e450e5
322,801
h
C
MHD/FEniCS/MHD/Stabilised/SaddlePointForm/Test/SplitMatrix/ScottTest/MHDgenerator/ffc_form_eca19265a2ab59013b3209e1c7e9bf6a8033d711.h
wathen/PhD
35524f40028541a4d611d8c78574e4cf9ddc3278
[ "MIT" ]
3
2020-10-25T13:30:20.000Z
2021-08-10T21:27:30.000Z
MHD/FEniCS/MHD/Stabilised/SaddlePointForm/Test/SplitMatrix/ScottTest/MHDgenerator/ffc_form_eca19265a2ab59013b3209e1c7e9bf6a8033d711.h
wathen/PhD
35524f40028541a4d611d8c78574e4cf9ddc3278
[ "MIT" ]
null
null
null
MHD/FEniCS/MHD/Stabilised/SaddlePointForm/Test/SplitMatrix/ScottTest/MHDgenerator/ffc_form_eca19265a2ab59013b3209e1c7e9bf6a8033d711.h
wathen/PhD
35524f40028541a4d611d8c78574e4cf9ddc3278
[ "MIT" ]
3
2019-10-28T16:12:13.000Z
2020-01-13T13:59:44.000Z
// This code conforms with the UFC specification version 1.6.0 // and was automatically generated by FFC version 1.6.0. // // This code was generated with the following parameters: // // convert_exceptions_to_warnings: False // cpp_optimize: True // cpp_optimize_flags: '-O2' // e...
52.607725
3,535
0.588889
[ "mesh", "shape", "vector", "transform" ]
7eb2e7d7251afe03078b9d23c8912c447132f11f
397
h
C
WalEngine/src/util/Util.h
QuincyKing/WalEngine
8f30c4ad200615641777f17c5b0b1dbd15ba6e03
[ "MIT" ]
1
2018-11-09T09:56:52.000Z
2018-11-09T09:56:52.000Z
WalEngine/src/util/Util.h
QuincyKing/WalnutEngine
8f30c4ad200615641777f17c5b0b1dbd15ba6e03
[ "MIT" ]
1
2019-04-13T15:46:33.000Z
2019-04-13T15:46:33.000Z
WalEngine/src/util/Util.h
QuincyKing/WalnutEngine
8f30c4ad200615641777f17c5b0b1dbd15ba6e03
[ "MIT" ]
null
null
null
#pragma once #define INVALID_VALUE 0xFFFFFFFF #define MATH_PI 3.1415926535897932384626433832795 #define TO_RADIANS(x) (float)(((x) * MATH_PI / 180.0f)) #define TO_DEGREES(x) (float)(((x) * 180.0f / MATH_PI)) #include <vector> namespace Util { std::vector<std::string> split(const std::string &s, char delim); std::s...
28.357143
81
0.710327
[ "vector" ]
7ebd16667e5b23b5386dad83f26153d738c337f1
2,150
h
C
cpp/latmert/include/TuneSet.h
aurelienwaite/ucam-smt
92781cd777bb62c69e6e73fb29edcd80112e76c9
[ "ECL-2.0", "Apache-2.0" ]
9
2015-06-05T16:26:45.000Z
2021-04-09T06:41:19.000Z
cpp/latmert/include/TuneSet.h
aurelienwaite/ucam-smt
92781cd777bb62c69e6e73fb29edcd80112e76c9
[ "ECL-2.0", "Apache-2.0" ]
3
2015-02-18T13:29:05.000Z
2015-12-08T13:30:48.000Z
cpp/latmert/include/TuneSet.h
aurelienwaite/ucam-smt
92781cd777bb62c69e6e73fb29edcd80112e76c9
[ "ECL-2.0", "Apache-2.0" ]
3
2016-03-25T02:34:11.000Z
2019-10-20T15:32:22.000Z
//Copyright (c) 2012, University of Cambridge //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 condit...
51.190476
757
0.781395
[ "vector" ]
7ed63bb0ba38f66c8380c714cf05b376ffe80338
3,597
h
C
include/ppddl/mini-gpt/queue.h
mejrpete/mdp-lib
8e8e0f1fbbacf9a0ff9e42a2934270676633de29
[ "MIT" ]
20
2015-02-25T22:38:29.000Z
2021-10-02T17:56:03.000Z
include/ppddl/mini-gpt/queue.h
mejrpete/mdp-lib
8e8e0f1fbbacf9a0ff9e42a2934270676633de29
[ "MIT" ]
2
2016-02-10T16:45:34.000Z
2018-09-25T03:48:10.000Z
include/ppddl/mini-gpt/queue.h
mejrpete/mdp-lib
8e8e0f1fbbacf9a0ff9e42a2934270676633de29
[ "MIT" ]
4
2016-02-26T22:05:41.000Z
2020-05-22T20:42:22.000Z
#ifndef QUEUE_H #define QUEUE_H #include <queue> #include <set> /******************************************************************************* * * priority queue * ******************************************************************************/ template<typename _type,typename _index> class priorityQueue_t { p...
26.065217
90
0.573255
[ "vector" ]
7ed711179132397b6a73da05471ec1d5bae86e7a
4,675
h
C
include/third_party/blink/renderer/core/inspector/dev_tools_emulator.h
Cozdemir/spitfire
0d1713f5f7bd7d5803895a1cc48a97bf27bef9e1
[ "Apache-2.0" ]
null
null
null
include/third_party/blink/renderer/core/inspector/dev_tools_emulator.h
Cozdemir/spitfire
0d1713f5f7bd7d5803895a1cc48a97bf27bef9e1
[ "Apache-2.0" ]
null
null
null
include/third_party/blink/renderer/core/inspector/dev_tools_emulator.h
Cozdemir/spitfire
0d1713f5f7bd7d5803895a1cc48a97bf27bef9e1
[ "Apache-2.0" ]
null
null
null
// Copyright 2015 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 THIRD_PARTY_BLINK_RENDERER_CORE_INSPECTOR_DEV_TOOLS_EMULATOR_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_INSPECTOR_DEV_TOOLS_EMULATOR_H_ #include ...
34.88806
79
0.807701
[ "transform" ]
7edbeca5b6464dee4b2692ecc0996fb0914750ae
405
h
C
simplefvm/src/MeshLoader/MeshContainer/CellsSizeDefiner.h
artvns/SimpleFvm
5a8eca332d6780e738c0bc6c8c2b787b47b5b20d
[ "MIT" ]
4
2022-01-03T08:45:55.000Z
2022-01-06T19:57:11.000Z
simplefvm/src/MeshLoader/MeshContainer/CellsSizeDefiner.h
artvns/SimpleFvm
5a8eca332d6780e738c0bc6c8c2b787b47b5b20d
[ "MIT" ]
null
null
null
simplefvm/src/MeshLoader/MeshContainer/CellsSizeDefiner.h
artvns/SimpleFvm
5a8eca332d6780e738c0bc6c8c2b787b47b5b20d
[ "MIT" ]
null
null
null
#ifndef SIMPLEFVM_MESHLOADER_MESHCONTAINER_CELLSSIZEDEFINER_H #define SIMPLEFVM_MESHLOADER_MESHCONTAINER_CELLSSIZEDEFINER_H #include <cstddef> #include "Mesh.h" namespace meshloader { class CellsSizeDefiner { public: CellsSizeDefiner(); void setCellsSize(Mesh& meshContainer, const double dx, const double ...
18.409091
77
0.814815
[ "mesh" ]
7edcd02cca9733c9d9c619d8c268217a1e09280d
2,308
h
C
include/GestLaser.h
GuillaumeSmaha/rv-simulation-interactive-battle-space
8639dbcabbac411de9d39783c9137dc04acf3e5d
[ "BSD-2-Clause" ]
2
2015-03-13T14:11:25.000Z
2015-03-13T14:15:56.000Z
include/GestLaser.h
GuillaumeSmaha/rv-simulation-interactive-battle-space
8639dbcabbac411de9d39783c9137dc04acf3e5d
[ "BSD-2-Clause" ]
null
null
null
include/GestLaser.h
GuillaumeSmaha/rv-simulation-interactive-battle-space
8639dbcabbac411de9d39783c9137dc04acf3e5d
[ "BSD-2-Clause" ]
null
null
null
/*! * \file GestLaser.h * \brief Ce fichier contient la déclaration de la classe GestLaser. C'est la classe qui gère les lasers */ #ifndef __GEST_LASER_H__ #define __GEST_LASER_H__ #include <Ogre.h> #include "config.h" #include "ClassRoot.h" #include "Utils.h" #include "Laser.h" class Laser; /*! * \class GestLase...
20.607143
131
0.590121
[ "vector" ]
7ef62e16b3ad471bab630c9299456337f91c6f7f
3,372
h
C
src/app/prototypes/polyline/shaders.h
Adnn/Graphics
335d54bdbb5d8d6042c9adfb9e47ccb14f612cf8
[ "MIT" ]
null
null
null
src/app/prototypes/polyline/shaders.h
Adnn/Graphics
335d54bdbb5d8d6042c9adfb9e47ccb14f612cf8
[ "MIT" ]
27
2021-08-03T11:34:41.000Z
2022-03-04T13:35:29.000Z
src/app/prototypes/polyline/shaders.h
ShredEagle/graphics
6dcc18e4fe21ecd833799bf7338305bbc3600041
[ "MIT" ]
1
2021-03-18T10:56:05.000Z
2021-03-18T10:56:05.000Z
#pragma once #include <glad/glad.h> namespace ad { namespace graphics { const GLchar* gVertexShader = R"#( #version 400 layout(location=0) in vec2 in_Position; void main(void) { gl_Position = vec4(in_Position, 0.0, 1.0); } )#"; // Note: No handling of joints, basically creating a c...
27.867769
100
0.61121
[ "model" ]
7ef924ee4aa9d96dff4e231c7adebb6a882ae25d
2,537
h
C
shim_and_sl/include/ShimUtils.h
iKeramat/platform_packages_modules_NeuralNetworks
7a1e1bb8ab2aa7f1336243604bac2b9d8840e469
[ "Apache-2.0" ]
null
null
null
shim_and_sl/include/ShimUtils.h
iKeramat/platform_packages_modules_NeuralNetworks
7a1e1bb8ab2aa7f1336243604bac2b9d8840e469
[ "Apache-2.0" ]
null
null
null
shim_and_sl/include/ShimUtils.h
iKeramat/platform_packages_modules_NeuralNetworks
7a1e1bb8ab2aa7f1336243604bac2b9d8840e469
[ "Apache-2.0" ]
2
2021-11-28T11:20:31.000Z
2021-11-28T11:28:38.000Z
/* * Copyright (C) 2021 The Android Open Source Project * * 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...
46.981481
87
0.609381
[ "vector" ]
7d03f0288837f1f477be588912430523ff1442e0
6,995
h
C
clicks/fram/lib/include/fram.h
StrahinjaJacimovic/mikrosdk_click_v2
f8002047c96605f340957a0d3fdbde33706d02ac
[ "MIT" ]
31
2020-10-02T14:15:14.000Z
2022-03-24T08:33:21.000Z
clicks/fram/lib/include/fram.h
greghol/mikrosdk_click_v2
76e5dec265dce5fca72c4b93f77afd668dde5dfa
[ "MIT" ]
4
2020-10-27T14:05:00.000Z
2022-03-10T09:38:57.000Z
clicks/fram/lib/include/fram.h
greghol/mikrosdk_click_v2
76e5dec265dce5fca72c4b93f77afd668dde5dfa
[ "MIT" ]
32
2020-11-28T07:56:42.000Z
2022-03-14T19:42:29.000Z
/* * MikroSDK - MikroE Software Development Kit * Copyright© 2020 MikroElektronika d.o.o. * * 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...
25.161871
111
0.648606
[ "object" ]
7d04a2e358c270357f43122f95f88fa754e46998
1,442
h
C
src/integrators/normalbaker.h
zq317157782/raiden
09376a9499f8b86e86c3049b4e654957cb4dc29e
[ "BSD-2-Clause" ]
21
2016-12-14T09:46:27.000Z
2021-12-28T10:05:04.000Z
src/integrators/normalbaker.h
zq317157782/raiden
09376a9499f8b86e86c3049b4e654957cb4dc29e
[ "BSD-2-Clause" ]
2
2016-12-02T07:47:14.000Z
2018-01-30T18:11:09.000Z
src/integrators/normalbaker.h
zq317157782/raiden
09376a9499f8b86e86c3049b4e654957cb4dc29e
[ "BSD-2-Clause" ]
null
null
null
/* * normal.h * * Created on: 2018年12月25日 * Author: zhuqian */ #ifndef SRC_INTEGRATORS_NORMALBAKER_H_ #define SRC_INTEGRATORS_NORMALBAKER_H_ #include "raiden.h" #include "integrator.h" #include "spectrum.h" #include "interaction.h" #include "scene.h" #include "camera.h" enum class NormalSpace{ WORLD,OBJ...
25.298246
171
0.70111
[ "object" ]
7d0a87630263741d2edd06cef0c17bfa61bd9cce
750
c
C
src/a_dir/a.c
neocliff/my-make-things
98aee39c2479f8fba08196e225a2f46ce141e97f
[ "BSD-2-Clause" ]
null
null
null
src/a_dir/a.c
neocliff/my-make-things
98aee39c2479f8fba08196e225a2f46ce141e97f
[ "BSD-2-Clause" ]
4
2020-01-03T16:17:36.000Z
2020-01-05T21:12:01.000Z
src/a_dir/a.c
neocliff/my-make-things
98aee39c2479f8fba08196e225a2f46ce141e97f
[ "BSD-2-Clause" ]
null
null
null
/** * @file a.c * @brief object file linked directly to hello program * @author Cliff Williams * * This is an object file that is directly linked into the * hello program in src/hello. It proves we can link object files * from sibling directories. * * @bug no known bugs */ #include <stdlib.h> #include <std...
19.736842
70
0.626667
[ "object" ]
7d15d3939924f719ea5bb19b63eca92435230bd8
13,641
c
C
net/ndis/uio/sys/send.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
net/ndis/uio/sys/send.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
net/ndis/uio/sys/send.c
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: send.c Abstract: NDIS protocol entry points and utility routines to handle sending data. Environment: Kernel mode only. Revision History: arvindm 4/10/2000 Created --*/ #include "precomp.h" #defin...
27.502016
97
0.566014
[ "object" ]
b42dcd195259b0b4587e19210bc71face099fe2c
2,863
h
C
src/fileutils.h
Novermars/parallel-kd-tree
c27fefe47dde9bf86525cf0914d861afd9fa3129
[ "MIT" ]
1
2022-01-08T23:05:09.000Z
2022-01-08T23:05:09.000Z
src/fileutils.h
Novermars/parallel-kd-tree
c27fefe47dde9bf86525cf0914d861afd9fa3129
[ "MIT" ]
null
null
null
src/fileutils.h
Novermars/parallel-kd-tree
c27fefe47dde9bf86525cf0914d861afd9fa3129
[ "MIT" ]
null
null
null
#pragma once #include "knode.h" #include <cstring> #include <fstream> #include <iostream> #include <queue> #include <stdexcept> #include <string> #include <vector> #include <tuple> #include "fileutils.h" namespace parkdtree::utils { /* This function reads the file row by row, and for each row stores the numb...
28.63
81
0.597276
[ "vector" ]
b430a6a3af1d1e07bf20159c63b87234f679f352
1,364
h
C
include/ros_sec/Detector/colorDetector.h
zengzhen/ros_sec
110d07c3a786262b874386b266fc845c24fc43ae
[ "BSD-2-Clause" ]
null
null
null
include/ros_sec/Detector/colorDetector.h
zengzhen/ros_sec
110d07c3a786262b874386b266fc845c24fc43ae
[ "BSD-2-Clause" ]
null
null
null
include/ros_sec/Detector/colorDetector.h
zengzhen/ros_sec
110d07c3a786262b874386b266fc845c24fc43ae
[ "BSD-2-Clause" ]
null
null
null
/** * \file colorDetector.h * \author Zhen Zeng (zengzhen@umich.edu) * \brief RGB color detection to get objects with known color (eg, marked fingers) */ #ifndef COLORDETECTOR_H #define COLORDETECTOR_H #include <pcl/visualization/pcl_visualizer.h> #include "ros_sec/Visualizer/view2D.h" #include ...
29.652174
98
0.625367
[ "vector" ]
b437bab11033cf42a034aad02aa5060d3a7b8a06
7,923
h
C
coupling/filtering/interfaces/FilterInterface.h
HSU-HPC/MaMiCo
d6f8597bd41ac3a5d3929c5eb4f7ecbc1b80e2ee
[ "BSD-4-Clause" ]
6
2021-02-06T17:21:10.000Z
2022-01-27T21:36:55.000Z
coupling/filtering/interfaces/FilterInterface.h
HSU-HPC/MaMiCo
d6f8597bd41ac3a5d3929c5eb4f7ecbc1b80e2ee
[ "BSD-4-Clause" ]
1
2021-06-24T15:17:46.000Z
2021-06-25T11:54:52.000Z
coupling/filtering/interfaces/FilterInterface.h
HSU-HPC/MaMiCo
d6f8597bd41ac3a5d3929c5eb4f7ecbc1b80e2ee
[ "BSD-4-Clause" ]
6
2021-12-16T11:39:24.000Z
2022-03-28T07:00:30.000Z
// This file is part of the Mamico project. For conditions of distribution // and use, please see the copyright notice in Mamico's main folder, or at // www5.in.tum.de/mamico #pragma once #include <vector> //#define DEBUG_FILTER_INTERFACE namespace coupling{ template<unsigned int dim> class FilterInterface; ...
45.274286
148
0.729017
[ "vector" ]
b43ce0d3ffac05789232f778609db8ab844d8263
53,755
c
C
src/libraries/ut/sg_history.c
avar/veracity
ffda987d8b722e6f51c409c79355cf5fe5e552f0
[ "Apache-2.0" ]
2
2015-09-17T04:34:02.000Z
2019-12-28T18:15:09.000Z
src/libraries/ut/sg_history.c
avar/veracity
ffda987d8b722e6f51c409c79355cf5fe5e552f0
[ "Apache-2.0" ]
null
null
null
src/libraries/ut/sg_history.c
avar/veracity
ffda987d8b722e6f51c409c79355cf5fe5e552f0
[ "Apache-2.0" ]
null
null
null
/* Copyright 2010 SourceGear, LLC 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 writing, sof...
38.043171
305
0.679732
[ "vector" ]
b43f982a473656dec93d0ef7706994a5be93e0ac
5,529
h
C
Source/HDK_GeometricCGPoissonSolver.h
rgoldade/GeometricMultigridPressureSolver
fee1470a3b7f8536de9c53a8526836e998197483
[ "MIT" ]
8
2019-10-03T17:10:33.000Z
2020-12-30T01:31:05.000Z
Source/HDK_GeometricCGPoissonSolver.h
rgoldade/GeometricMultiGridPressureSolver
fee1470a3b7f8536de9c53a8526836e998197483
[ "MIT" ]
2
2019-12-22T20:49:50.000Z
2020-09-05T17:00:19.000Z
Source/HDK_GeometricCGPoissonSolver.h
rgoldade/GeometricMultiGridPressureSolver
fee1470a3b7f8536de9c53a8526836e998197483
[ "MIT" ]
2
2019-10-03T05:02:15.000Z
2020-06-29T04:17:47.000Z
#ifndef HDK_GEOMETRIC_CONJUGATE_GRADIENT_SOLVER_H #define HDK_GEOMETRIC_CONJUGATE_GRADIENT_SOLVER_H #include <UT/UT_StopWatch.h> #include "HDK_GeometricMultigridOperators.h" namespace HDK { template<typename MatrixVectorMultiplyFunctor, typename PreconditionerFunctor, typename DotProductFunctor, typename ...
26.328571
101
0.66956
[ "vector" ]
b4448460b6101e8945db6b78d7cc3025282736da
6,533
c
C
code/weapon/weapon_projectile.c
3RUN/Retro-FPS
638a2dc5555c864a58aca5f1ae05d8fad9909791
[ "MIT" ]
6
2019-08-02T20:23:34.000Z
2022-01-20T05:33:45.000Z
code/weapon/weapon_projectile.c
3RUN/Retro-FPS
638a2dc5555c864a58aca5f1ae05d8fad9909791
[ "MIT" ]
1
2021-02-11T16:55:59.000Z
2021-02-11T16:55:59.000Z
code/weapon/weapon_projectile.c
3RUN/Retro-FPS
638a2dc5555c864a58aca5f1ae05d8fad9909791
[ "MIT" ]
1
2019-08-04T13:07:00.000Z
2019-08-04T13:07:00.000Z
// melee attack func void melee_func() { set(my, PASSABLE | INVISIBLE); my->OBJ_TIMER = 16; my->group = PROJECTILE_GROUP; my->push = PROJECTILE_GROUP; } // create melee attack trace void melee_create(VECTOR *pos, VECTOR *angle, var type_, var group_, var damage_) { ENTITY *projectile_ent = ent_cre...
29.96789
130
0.635236
[ "vector" ]
b44dd789c7f30738d2e3d3cb2a8fa299db6b39df
1,708
h
C
GTD/src/GTD/Game/ECS/Controllable.h
dunn0052/GTD
24081069c4418ea7357301dc02ab417aff9990d7
[ "Apache-2.0" ]
null
null
null
GTD/src/GTD/Game/ECS/Controllable.h
dunn0052/GTD
24081069c4418ea7357301dc02ab417aff9990d7
[ "Apache-2.0" ]
null
null
null
GTD/src/GTD/Game/ECS/Controllable.h
dunn0052/GTD
24081069c4418ea7357301dc02ab417aff9990d7
[ "Apache-2.0" ]
null
null
null
#pragma once #include "IComponent.h" #include "../../Util/JoypadCodes.h" #include "../../Util/KeyCodes.h" #include "../../Util/MouseCodes.h" #include "../../Util/Utils.h" #include "../../include/ControllerCodes.h" #include "../../include/ContextCodes.h" #include "../../include/Controllers.h" #include "../../include/Con...
32.226415
125
0.745316
[ "object" ]
b4567d68302816a69a3f4a54bc2cc939832cf56f
17,210
h
C
third_party/gstreamer/gst/gst_private.h
isabella232/aistreams
209f4385425405676a581a749bb915e257dbc1c1
[ "Apache-2.0" ]
6
2020-09-22T18:07:15.000Z
2021-10-21T01:34:04.000Z
third_party/gstreamer/gst/gst_private.h
isabella232/aistreams
209f4385425405676a581a749bb915e257dbc1c1
[ "Apache-2.0" ]
2
2020-11-10T13:17:39.000Z
2022-03-30T11:22:14.000Z
third_party/gstreamer/gst/gst_private.h
isabella232/aistreams
209f4385425405676a581a749bb915e257dbc1c1
[ "Apache-2.0" ]
3
2020-09-26T08:40:35.000Z
2021-10-21T01:33:56.000Z
/* GStreamer * Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu> * 2000 Wim Taymans <wtay@chello.be> * * gst_private.h: Private header for within libgst * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * ...
33.223938
143
0.716676
[ "object" ]
b458358cf002405a26827d837104d6e55128398b
1,218
h
C
Code/GuiApps/QMLVTKDemo/Model/mpBaseModel.h
MattClarkson/CMakeCatchTemplate
80283f3eeb7b475ab6aea42e4bee79ab803335d2
[ "BSD-3-Clause" ]
19
2017-01-17T14:12:34.000Z
2022-02-25T08:59:36.000Z
Code/GuiApps/QMLVTKDemo/Model/mpBaseModel.h
MattClarkson/CMakeCatchTemplate
80283f3eeb7b475ab6aea42e4bee79ab803335d2
[ "BSD-3-Clause" ]
65
2017-02-12T08:07:42.000Z
2021-07-06T14:47:36.000Z
Code/GuiApps/QMLVTKDemo/Model/mpBaseModel.h
MattClarkson/CMakeCatchTemplate
80283f3eeb7b475ab6aea42e4bee79ab803335d2
[ "BSD-3-Clause" ]
17
2017-01-17T14:11:08.000Z
2022-02-25T09:07:37.000Z
/*============================================================================= MYPROJECT: A software package for whatever. Copyright (c) University College London (UCL). All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FO...
19.03125
86
0.627258
[ "render", "model" ]
b45cd1b5913e32ca8fc21527830fda3034f74bc6
14,063
h
C
core/src/TNAH/Physics/Rigidbody.h
BryceStandley/TNAH
909ba9cf9f04632a3b518646c3af39752bd9d407
[ "MIT" ]
1
2021-11-08T09:44:40.000Z
2021-11-08T09:44:40.000Z
core/src/TNAH/Physics/Rigidbody.h
BryceStandley/TNAH
909ba9cf9f04632a3b518646c3af39752bd9d407
[ "MIT" ]
null
null
null
core/src/TNAH/Physics/Rigidbody.h
BryceStandley/TNAH
909ba9cf9f04632a3b518646c3af39752bd9d407
[ "MIT" ]
null
null
null
#pragma once #include "PhysicsStructures.h" #include "Collider.h" #include "TNAH/Scene/Components/Components.h" namespace tnah::Physics { /** * @class RigidBody * * @brief A class that defines all rigidbody physics body properties. * * @author Bryce Standley * @date 20/10/2021 ...
28.936214
125
0.552016
[ "object", "vector", "transform" ]
b484e6b21a1f6b848692adda2b6043c3848191bd
2,378
h
C
JETAN/JETAN/AliDAJetFinder.h
maroozm/AliPhysics
22ec256928cfdf8f800e05bfc1a6e124d90b6eaf
[ "BSD-3-Clause" ]
114
2017-03-03T09:12:23.000Z
2022-03-03T20:29:42.000Z
JETAN/JETAN/AliDAJetFinder.h
maroozm/AliPhysics
22ec256928cfdf8f800e05bfc1a6e124d90b6eaf
[ "BSD-3-Clause" ]
19,637
2017-01-16T12:34:41.000Z
2022-03-31T22:02:40.000Z
JETAN/JETAN/AliDAJetFinder.h
maroozm/AliPhysics
22ec256928cfdf8f800e05bfc1a6e124d90b6eaf
[ "BSD-3-Clause" ]
1,021
2016-07-14T22:41:16.000Z
2022-03-31T05:15:51.000Z
#ifndef ALIDAJETFINDER_H #define ALIDAJETFINDER_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ //--------------------------------------------------------------------- //Jet finder based on Determini...
41.719298
142
0.642557
[ "object" ]
7d8b2d45249806bc9aff31840829f75eddffea47
2,399
h
C
lean/header/lean/smart/common.h
dgu123/lean-cpp-lib
e4698699a743e567f287f5592af0f23219657929
[ "MIT" ]
null
null
null
lean/header/lean/smart/common.h
dgu123/lean-cpp-lib
e4698699a743e567f287f5592af0f23219657929
[ "MIT" ]
null
null
null
lean/header/lean/smart/common.h
dgu123/lean-cpp-lib
e4698699a743e567f287f5592af0f23219657929
[ "MIT" ]
null
null
null
/*****************************************************/ /* lean Smart (c) Tobias Zirr 2011 */ /*****************************************************/ #pragma once #ifndef LEAN_SMART_COMMON #define LEAN_SMART_COMMON #include "../lean.h" namespace lean { namespace smart { #ifdef DOXYG...
26.655556
120
0.684035
[ "object" ]
7d9057c1f52961e5ae7883ddae7841c406f1c43b
686
h
C
catboost/libs/data/pool.h
SitdikovRustam/CatBoost
39fb9dfddb24e977ed87efc71063b03cd4bc8f16
[ "Apache-2.0" ]
1
2017-08-27T20:55:56.000Z
2017-08-27T20:55:56.000Z
catboost/libs/data/pool.h
dsferz/machinelearning_yandex
8fde8314c5c70299ece8b8f00075ddfcd5e07ddf
[ "Apache-2.0" ]
null
null
null
catboost/libs/data/pool.h
dsferz/machinelearning_yandex
8fde8314c5c70299ece8b8f00075ddfcd5e07ddf
[ "Apache-2.0" ]
null
null
null
#pragma once #include <util/random/fast.h> #include <util/generic/vector.h> #include <util/generic/utility.h> #include <util/ysaveload.h> #include <util/generic/hash.h> struct TDocInfo { float Target; float Weight = 1; yvector<float> Factors; yvector<double> Baseline; TString Id; void Swap(TD...
22.129032
48
0.663265
[ "vector" ]
7d923726bb6e9773cd02a1e58787b5e1bad69a31
4,570
h
C
include/IECoreScene/Font.h
bradleyhenke/cortex
f8245cc6c9464b1de9e6c6e57068248198e63de0
[ "BSD-3-Clause" ]
386
2015-01-02T11:10:43.000Z
2022-03-10T15:12:20.000Z
include/IECoreScene/Font.h
bradleyhenke/cortex
f8245cc6c9464b1de9e6c6e57068248198e63de0
[ "BSD-3-Clause" ]
484
2015-01-09T18:28:06.000Z
2022-03-31T16:02:04.000Z
include/IECoreScene/Font.h
bradleyhenke/cortex
f8245cc6c9464b1de9e6c6e57068248198e63de0
[ "BSD-3-Clause" ]
99
2015-01-28T23:18:04.000Z
2022-03-27T00:59:39.000Z
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2008-2013, Image Engine Design 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: // // ...
35.984252
81
0.71488
[ "mesh" ]
7da85eb1426dcfb1806a198abf3d9c7e66b66b56
3,694
h
C
include/nlu.h
QwantResearch/text-nlu
862eaa41dd4c80688b857ffe0209cef994d18b1b
[ "Apache-2.0" ]
null
null
null
include/nlu.h
QwantResearch/text-nlu
862eaa41dd4c80688b857ffe0209cef994d18b1b
[ "Apache-2.0" ]
6
2019-08-22T13:36:20.000Z
2020-06-02T13:13:27.000Z
include/nlu.h
QwantResearch/text-nlu
862eaa41dd4c80688b857ffe0209cef994d18b1b
[ "Apache-2.0" ]
null
null
null
// Copyright 2019 Qwant Research. Licensed under the terms of the Apache 2.0 // license. See LICENSE in the project root. #ifndef __NLU_H #define __NLU_H #include <iostream> #include <fstream> #include <fcntl.h> #include "grpcpp/create_channel.h" #include <grpcpp/security/credentials.h> #include <google/protobuf/m...
33.581818
98
0.681375
[ "vector", "3d" ]
7dad99b7a7cb08a6add5b0b7a257273b936b6e82
4,220
h
C
Dependencies/OpenTissue/include/OpenTissue/dynamics/psys/psys_system.h
marizoldi/Hapty
ed9ef1175d755dbca1609dbb27601440220fd98c
[ "MIT" ]
3
2016-01-06T13:43:21.000Z
2016-03-24T08:57:57.000Z
Dependencies/OpenTissue/include/OpenTissue/dynamics/psys/psys_system.h
marizoldi/Hapty
ed9ef1175d755dbca1609dbb27601440220fd98c
[ "MIT" ]
2
2016-01-06T12:15:43.000Z
2016-01-16T19:57:09.000Z
Dependencies/OpenTissue/include/OpenTissue/dynamics/psys/psys_system.h
marizoldi/Hapty
ed9ef1175d755dbca1609dbb27601440220fd98c
[ "MIT" ]
null
null
null
#ifndef OPENTISSUE_DYNAMICS_PSYS_PSYS_SYSTEM_H #define OPENTISSUE_DYNAMICS_PSYS_PSYS_SYSTEM_H // // OpenTissue Template Library // - A generic toolbox for physics-based modeling and simulation. // Copyright (C) 2008 Department of Computer Science, University of Copenhagen. // // OTTL is licensed under zlib: http...
32.96875
155
0.623223
[ "vector" ]
7daefd25202278c82edbc23654d6919b0cbd7272
719
h
C
oop2_project/IHandler.h
akivagold/Robbery-in-the-Depths
e4a2a1434dbe13af70635483c9c2098afdc0d93c
[ "Apache-2.0" ]
2
2020-08-19T10:19:22.000Z
2021-08-15T15:29:47.000Z
oop2_project/IHandler.h
akivagold/Robbery-in-the-Depths
e4a2a1434dbe13af70635483c9c2098afdc0d93c
[ "Apache-2.0" ]
null
null
null
oop2_project/IHandler.h
akivagold/Robbery-in-the-Depths
e4a2a1434dbe13af70635483c9c2098afdc0d93c
[ "Apache-2.0" ]
2
2020-10-06T08:42:04.000Z
2020-12-24T11:03:35.000Z
#pragma once //---- include section ------ #include <functional> #include <vector> //---- using section -------- using std::vector; namespace GUI { /* * IHandler interface */ template <class T> class IHandler { public: // type of handler using Listener = std::function<void(T&)>; // remove listeners void removeL...
18.921053
76
0.69541
[ "vector" ]
7db120bf143f7dcf4a0f5bdb137a2d5e6dd499e2
1,581
h
C
bistro/runners/LocalRunner.h
jiazerojia/bistro
95c8d9cf9786ff87d845d7732622a46d90de5f58
[ "BSD-3-Clause" ]
1
2021-05-19T23:02:04.000Z
2021-05-19T23:02:04.000Z
bistro/runners/LocalRunner.h
jiazerojia/bistro
95c8d9cf9786ff87d845d7732622a46d90de5f58
[ "BSD-3-Clause" ]
null
null
null
bistro/runners/LocalRunner.h
jiazerojia/bistro
95c8d9cf9786ff87d845d7732622a46d90de5f58
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2015-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. * */ #pra...
24.323077
79
0.71284
[ "vector" ]
7db14cdab920b91048712ef9ebb0df7038c9f97a
7,323
h
C
src/xzero/http/HttpResponse.h
pjsaksa/x0
96b69e5a54b006e3d929b9934c2708f7967371bb
[ "MIT" ]
24
2016-07-10T08:05:11.000Z
2021-11-16T10:53:48.000Z
src/xzero/http/HttpResponse.h
pjsaksa/x0
96b69e5a54b006e3d929b9934c2708f7967371bb
[ "MIT" ]
14
2015-04-12T10:45:26.000Z
2016-06-28T22:27:50.000Z
src/xzero/http/HttpResponse.h
pjsaksa/x0
96b69e5a54b006e3d929b9934c2708f7967371bb
[ "MIT" ]
4
2016-10-05T17:51:38.000Z
2020-04-20T07:45:23.000Z
// This file is part of the "x0" project, http://github.com/christianparpart/x0> // (c) 2009-2018 Christian Parpart <christian@parpart.family> // // Licensed under the MIT License (the "License"); you may not use this // file except in compliance with the License. You may obtain a copy of // the License at: http://op...
30.385892
85
0.699986
[ "object" ]
7db18e4cfee2edd735867ac808bc83ba44b36f1a
2,055
h
C
src/network/network.h
Centaurus99/ArmyChess
04addd848061ddbec485de38f15d93627f92dd57
[ "MIT" ]
null
null
null
src/network/network.h
Centaurus99/ArmyChess
04addd848061ddbec485de38f15d93627f92dd57
[ "MIT" ]
null
null
null
src/network/network.h
Centaurus99/ArmyChess
04addd848061ddbec485de38f15d93627f92dd57
[ "MIT" ]
null
null
null
#ifndef NETWORK_H #define NETWORK_H #include <QDataStream> #include <QObject> #include <QTimer> #include <QtNetWork> #include <vector> class Network : public QObject { typedef int SIZE_TYPE; Q_OBJECT signals: // Successfully connected void SuccessConnection(); // Disconnect void Disconnect();...
21.185567
70
0.646715
[ "vector" ]
7db5c7fa38565c1bb099fd7bbf83beebc4af0d59
9,208
h
C
Source/Runtime/TypeData.h
JoinCAD/CPP-Reflection
61163369b6b3b370c4ce726dbf8e60e441723821
[ "MIT" ]
540
2015-09-18T09:44:57.000Z
2022-03-25T07:23:09.000Z
Source/Runtime/TypeData.h
yangzhengxing/CPP-Reflection
43ec755b7a5c62e3252c174815c2e44727e11e72
[ "MIT" ]
16
2015-09-23T06:37:43.000Z
2020-04-10T15:40:08.000Z
Source/Runtime/TypeData.h
yangzhengxing/CPP-Reflection
43ec755b7a5c62e3252c174815c2e44727e11e72
[ "MIT" ]
88
2015-09-21T15:12:32.000Z
2021-11-30T14:07:34.000Z
/* ---------------------------------------------------------------------------- ** Copyright (c) 2016 Austin Brunkhorst, All Rights Reserved. ** ** TypeData.h ** --------------------------------------------------------------------------*/ #pragma once #include "MetaManager.h" #include "Constructor.h" #include "Destr...
34.230483
116
0.46199
[ "vector" ]
7dba669fcc6fc2136a21df4b9be2ac40409c0cba
2,318
h
C
Infovis/vtkUnivariateStatisticsAlgorithmPrivate.h
garyc618/GitTagBug
0b1cdbf5a6f6b9b23fa03ff1d9f4a84953831864
[ "BSD-3-Clause" ]
1
2019-05-31T06:45:40.000Z
2019-05-31T06:45:40.000Z
Infovis/vtkUnivariateStatisticsAlgorithmPrivate.h
garyc618/GitTagBug
0b1cdbf5a6f6b9b23fa03ff1d9f4a84953831864
[ "BSD-3-Clause" ]
null
null
null
Infovis/vtkUnivariateStatisticsAlgorithmPrivate.h
garyc618/GitTagBug
0b1cdbf5a6f6b9b23fa03ff1d9f4a84953831864
[ "BSD-3-Clause" ]
null
null
null
/*========================================================================= Program: Visualization Toolkit Module: vtkUnivariateStatisticsAlgorithmPrivate.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This so...
38.633333
273
0.673425
[ "object" ]
7dbe737a762b2fb3bd9369ffaa3f47e937c2e809
407
h
C
vision-cpp-gevorderden/Utils.h
yorickr/VisionCPP
60eda392d7b4f234afba7d4e29d746d1ae3c8e1c
[ "MIT" ]
null
null
null
vision-cpp-gevorderden/Utils.h
yorickr/VisionCPP
60eda392d7b4f234afba7d4e29d746d1ae3c8e1c
[ "MIT" ]
null
null
null
vision-cpp-gevorderden/Utils.h
yorickr/VisionCPP
60eda392d7b4f234afba7d4e29d746d1ae3c8e1c
[ "MIT" ]
null
null
null
#ifndef UTILS_H #define UTILS_H #include "includes.h" #include <vector> bool pixelInContour(const std::vector<cv::Point>& contour, cv::Point pixel); template <typename T> bool elementInVector(const std::vector<T> vector, T element); #endif template<typename T> inline bool elementInVector(const std::vector<T> vecto...
21.421053
76
0.737101
[ "vector" ]
7dc41892eee3d5899122d1bc93ba88642dc382b2
2,383
h
C
src/CommandQueue.h
daemyung/opencl
e696f8d5dbea3172df129448fe4466f2c36727e2
[ "Apache-2.0" ]
null
null
null
src/CommandQueue.h
daemyung/opencl
e696f8d5dbea3172df129448fe4466f2c36727e2
[ "Apache-2.0" ]
null
null
null
src/CommandQueue.h
daemyung/opencl
e696f8d5dbea3172df129448fe4466f2c36727e2
[ "Apache-2.0" ]
null
null
null
/*********************************************************************************************************************** * Copyright (c) 2022-2022 Daemyung Jang. * * 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...
29.7875
120
0.659673
[ "object", "vector" ]
7dc83b3c62d13f995ddbc7b038766618d0e01f69
1,873
h
C
BlackVision/Applications/LibBVLogic/Source/bvApp.h
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
1
2022-01-28T11:43:47.000Z
2022-01-28T11:43:47.000Z
BlackVision/Applications/LibBVLogic/Source/bvApp.h
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
null
null
null
BlackVision/Applications/LibBVLogic/Source/bvApp.h
black-vision-engine/bv-engine
85089d41bb22afeaa9de070646e12aa1777ecedf
[ "MIT" ]
null
null
null
#pragma once #include "Application/WindowedApplication.h" //pablito #include "LicenseManager.h" #include "VideoCardManager.h" namespace bv { namespace model { class BasicNode; class ModelScene; } class Renderer; class SceneNode; class Camera; class MockFrameReader; class ProcessManage...
25.310811
121
0.581954
[ "model" ]
7de50739e3589b19440558c8abcbda33e421e8b4
666
h
C
imPewr/mainwindow.h
vadmus/pewr
6ca99974dabcbe190bedfe332c3001da5f431674
[ "BSD-2-Clause-FreeBSD" ]
1
2021-04-27T07:54:32.000Z
2021-04-27T07:54:32.000Z
imPewr/mainwindow.h
vadmus/pewr
6ca99974dabcbe190bedfe332c3001da5f431674
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
imPewr/mainwindow.h
vadmus/pewr
6ca99974dabcbe190bedfe332c3001da5f431674
[ "BSD-2-Clause-FreeBSD" ]
1
2019-01-28T14:44:52.000Z
2019-01-28T14:44:52.000Z
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QtGui> //#include <QMainWindow> class QAction; class MainWindow : public QMainWindow { Q_OBJECT public: MainWindow(); private slots: openImageSeries(); //QFileDialog dialog(this); //dialog.setFileMode(QFileDialog::AnyFile); private: // Top toolbar /...
12.109091
44
0.726727
[ "vector" ]
7df423fceebca4cf768de1c25e9800ba0b958d33
812
h
C
core/connections/wim/packets/get_user_last_seen.h
Qt-Widgets/im-desktop-imported
85fed419229597bc10de59de268f5d898f853405
[ "Apache-2.0" ]
524
2016-03-16T10:17:28.000Z
2019-12-29T02:58:56.000Z
core/connections/wim/packets/get_user_last_seen.h
Qt-Widgets/im-desktop-imported-widgets-collection
85fed419229597bc10de59de268f5d898f853405
[ "Apache-2.0" ]
68
2016-03-16T16:23:17.000Z
2019-09-20T22:37:28.000Z
core/connections/wim/packets/get_user_last_seen.h
Qt-Widgets/im-desktop-imported-widgets-collection
85fed419229597bc10de59de268f5d898f853405
[ "Apache-2.0" ]
142
2016-03-16T10:25:03.000Z
2019-12-26T14:08:47.000Z
#pragma once #include "../robusto_packet.h" #include "../chat_info.h" namespace core { namespace tools { class http_request_simple; } } namespace core { namespace wim { class get_user_last_seen: public robusto_packet { virtual int32_t init_request(std::shared...
21.368421
103
0.628079
[ "vector" ]
7df9656c6ce9b46f2e39d074ca9b4e971f31c261
20,020
c
C
kernel/kern/bootstrap.c
Prajna/mach
9c2e1a8d77f84256568f604f74311f23ccce2d9e
[ "BSD-4-Clause", "BSD-3-Clause" ]
27
2015-03-06T06:47:58.000Z
2021-11-06T02:01:26.000Z
kernel/kern/bootstrap.c
Prajna/mach
9c2e1a8d77f84256568f604f74311f23ccce2d9e
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
kernel/kern/bootstrap.c
Prajna/mach
9c2e1a8d77f84256568f604f74311f23ccce2d9e
[ "BSD-4-Clause", "BSD-3-Clause" ]
11
2015-08-16T02:07:39.000Z
2020-06-02T17:42:14.000Z
/* * Mach Operating System * Copyright (c) 1992-1989 Carnegie Mellon University * All Rights Reserved. * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * ...
24.474328
75
0.662138
[ "object" ]
7dfc71c726509e522b118e9bc0ff7badcdfe3857
1,546
h
C
lib/jxl/enc_entropy_coder.h
zond/libjxl
04267a8780d1600d2bc9a79d161d7f769b5db93c
[ "BSD-3-Clause" ]
453
2021-05-25T15:53:07.000Z
2022-03-30T05:32:31.000Z
lib/jxl/enc_entropy_coder.h
zond/libjxl
04267a8780d1600d2bc9a79d161d7f769b5db93c
[ "BSD-3-Clause" ]
659
2021-05-25T16:33:46.000Z
2022-03-31T14:59:34.000Z
lib/jxl/enc_entropy_coder.h
zond/libjxl
04267a8780d1600d2bc9a79d161d7f769b5db93c
[ "BSD-3-Clause" ]
105
2021-05-25T16:11:10.000Z
2022-03-29T09:52:09.000Z
// Copyright (c) the JPEG XL Project 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 LIB_JXL_ENC_ENTROPY_CODER_H_ #define LIB_JXL_ENC_ENTROPY_CODER_H_ #include <stddef.h> #include <stdint.h> #include <stdlib.h> #include <...
32.893617
79
0.666882
[ "vector" ]
b4040169907eed5accbb8f64f8a262394db55240
280
h
C
crc32.h
malaterre/charls-tools
fc17bb3bb255cabcaeb10bac0699aff1bf1ee57d
[ "BSD-3-Clause" ]
null
null
null
crc32.h
malaterre/charls-tools
fc17bb3bb255cabcaeb10bac0699aff1bf1ee57d
[ "BSD-3-Clause" ]
1
2022-02-13T18:15:04.000Z
2022-02-24T13:19:08.000Z
crc32.h
malaterre/charls-tools
fc17bb3bb255cabcaeb10bac0699aff1bf1ee57d
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) Mathieu Malaterre // SPDX-License-Identifier: BSD-3-Clause #pragma once #include <cstdint> #include <string> #include <vector> namespace jlst { class crc32 { public: static std::string compute(std::vector<uint8_t> const& buffer); }; } // end namespace jlst
17.5
67
0.717857
[ "vector" ]
b4179ea92a55725bf9a9f17f559cbc8143a0b0cc
772
h
C
Socket.h
IncredibleReticulation/stimpy
d15732c3179b5bf68d8a2930bdaced6f816b7dbd
[ "WTFPL" ]
1
2015-04-14T22:21:01.000Z
2015-04-14T22:21:01.000Z
Socket.h
IncredibleReticulation/stimpy
d15732c3179b5bf68d8a2930bdaced6f816b7dbd
[ "WTFPL" ]
null
null
null
Socket.h
IncredibleReticulation/stimpy
d15732c3179b5bf68d8a2930bdaced6f816b7dbd
[ "WTFPL" ]
null
null
null
//Socket class header file //Course: 4050-212-02 //Authors: Alex Buie, Luke Matarazzo, Jackson Sadowski, Steven Tucker //Filename: Socket.h #ifndef SOCKET_H #define SOCKET_H #include <iostream> #include <string> #include <vector> #include <sstream> #include "WinSock2.h" using namespace std; class Socket { protect...
20.315789
69
0.648964
[ "vector" ]
b4189e4c3980dc135afb05d212c5c0a8d0b8d8a0
2,074
h
C
simplejson_test/srilm-1.7.2/include/ProductVocab.h
rahman-mahmudur/PyART
36591cd10b2b7a560bbcb47a6cf744b72466f92a
[ "Apache-2.0" ]
3
2019-10-24T07:50:29.000Z
2020-05-06T13:08:42.000Z
PyART/srilm-1.7.2/flm/src/ProductVocab.h
PYART0/PyART-demo
9a889662fb2610b7be2687a8304620855e7c76de
[ "Apache-2.0" ]
null
null
null
PyART/srilm-1.7.2/flm/src/ProductVocab.h
PYART0/PyART-demo
9a889662fb2610b7be2687a8304620855e7c76de
[ "Apache-2.0" ]
null
null
null
/* * ProductVocab.h -- * Interface to a product vocabulary for factored language model * A product vocab is a vocabulary consists of words that are the product of * factors. Adding a product word to a product vocab will factor the word * into its factors, add it to its factored vocab, and store the result. * * ...
30.955224
100
0.711668
[ "vector", "model" ]
b41add54c3d8b1f90b400dd9435cc3e63b46f1fc
2,373
h
C
Descending Europa/Temp/StagingArea/Data/il2cppOutput/UnityEngine_UnityEngine_AssetBundleRequest2154290273MethodDeclarations.h
screwylightbulb/europa
3dcc98369c8066cb2310143329535206751c8846
[ "MIT" ]
11
2016-07-22T19:58:09.000Z
2021-09-21T12:51:40.000Z
Descending Europa/Temp/StagingArea/Data/il2cppOutput/UnityEngine_UnityEngine_AssetBundleRequest2154290273MethodDeclarations.h
screwylightbulb/europa
3dcc98369c8066cb2310143329535206751c8846
[ "MIT" ]
1
2018-05-07T14:32:13.000Z
2018-05-08T09:15:30.000Z
iOS/Classes/Native/UnityEngine_UnityEngine_AssetBundleRequest2154290273MethodDeclarations.h
mopsicus/unity-share-plugin-ios-android
3ee99aef36034a1e4d7b156172953f9b4dfa696f
[ "MIT" ]
null
null
null
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // UnityEngine.AssetBundleRequest struct AssetBundleRequest_t2154290273; // UnityEngine.Object struct Object_t3071478659; // UnityEngine.Objec...
49.4375
180
0.870206
[ "object" ]
f1d011693d3be10b5d91588fe4f28359a3b4c4d1
1,650
h
C
Engine/Modules/Render/Include/DirectX/DxWindowManager.h
wanghaiwei/VisReal
e60158e65bae2ee838e73e5009d68c26da84ae74
[ "MIT" ]
1
2020-11-24T09:28:20.000Z
2020-11-24T09:28:20.000Z
Engine/Modules/Render/Include/DirectX/DxWindowManager.h
wanghaiwei/VisReal
e60158e65bae2ee838e73e5009d68c26da84ae74
[ "MIT" ]
null
null
null
Engine/Modules/Render/Include/DirectX/DxWindowManager.h
wanghaiwei/VisReal
e60158e65bae2ee838e73e5009d68c26da84ae74
[ "MIT" ]
null
null
null
/** * Created by rayfalling on 2020/8/29. * * DirectX window manager * Singleton mode to avoid multi window * */ #pragma once #ifndef VISREAL_DX_WINDOW_MANAGER_H #define VISREAL_DX_WINDOW_MANAGER_H #include "IRender/IRenderManager.h" #include "Object/ISingletonObject.h" #include "Platform/Windows/WindowsCore.h"...
21.428571
113
0.720606
[ "render", "object" ]
f1d7ec372282e0bfeb614668a4778e58eeb9c158
2,123
c
C
src/operators/ai.onnx/Softmax/11/prepare_operator__ai_onnx__softmax__11.c
nopeslide/cONNXr
bba7fec8a44892ea546c6407195af635798cab18
[ "MIT" ]
112
2020-01-22T14:59:32.000Z
2022-03-26T15:36:58.000Z
src/operators/ai.onnx/Softmax/11/prepare_operator__ai_onnx__softmax__11.c
nopeslide/cONNXr
bba7fec8a44892ea546c6407195af635798cab18
[ "MIT" ]
83
2020-02-18T12:50:47.000Z
2022-03-11T12:03:34.000Z
src/operators/ai.onnx/Softmax/11/prepare_operator__ai_onnx__softmax__11.c
nopeslide/cONNXr
bba7fec8a44892ea546c6407195af635798cab18
[ "MIT" ]
20
2020-01-14T07:30:20.000Z
2021-09-07T09:29:42.000Z
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorTemplate.py #include "operator__ai_onnx__softmax__11.h" #include "tracing.h" #include "utils.h" operator_status prepare_operator__ai_onnx__softmax__11( node_context *ctx ) { TRACE_ENTRY(1); TRACE_NODE(2, true, ctx->onnx_node); ...
27.217949
119
0.652379
[ "shape" ]
f1d8e8d0f7e4a9b34682dc498ae65051016e1464
1,638
h
C
algorithms/medium/1257. Smallest Common Region.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
algorithms/medium/1257. Smallest Common Region.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
algorithms/medium/1257. Smallest Common Region.h
MultivacX/letcode2020
f86289f8718237303918a7705ae31625a12b68f6
[ "MIT" ]
null
null
null
// 1257. Smallest Common Region // https://leetcode.com/problems/smallest-common-region/ // Runtime: 168 ms, faster than 39.80% of C++ online submissions for Smallest Common Region. // Memory Usage: 57.2 MB, less than 5.10% of C++ online submissions for Smallest Common Region. class Solution { struct Node { ...
30.333333
96
0.495116
[ "vector" ]
f1dd6e88af91d4b5f89b532a3024b0d1324e3f29
50,270
h
C
libOTe/Tools/LDPC/Mtx.h
WeDPR-Team/libOTe
9dc5edb16085f70211e196046fd670812ad7aa46
[ "Unlicense" ]
null
null
null
libOTe/Tools/LDPC/Mtx.h
WeDPR-Team/libOTe
9dc5edb16085f70211e196046fd670812ad7aa46
[ "Unlicense" ]
null
null
null
libOTe/Tools/LDPC/Mtx.h
WeDPR-Team/libOTe
9dc5edb16085f70211e196046fd670812ad7aa46
[ "Unlicense" ]
1
2022-01-19T01:04:52.000Z
2022-01-19T01:04:52.000Z
#pragma once #include <vector> #include <array> #include "cryptoTools/Common/Defines.h" #include "cryptoTools/Common/BitIterator.h" #include "cryptoTools/Common/Log.h" #include "cryptoTools/Common/Matrix.h" #include "cryptoTools/Crypto/RandomOracle.h" #include <cassert> #include <algorithm> #include <set> #include <i...
24.800197
114
0.34997
[ "vector", "transform" ]
f1e278ac6cddb4bfa7c8c89c01f584dad8a406f2
17,854
h
C
Hekateros/include/Hekateros/hekKin.h
roadnarrows-robotics/rnr-sdk
aee20c65b49fb3eedf924c5c2ec9f19f4f1a1b29
[ "MIT" ]
null
null
null
Hekateros/include/Hekateros/hekKin.h
roadnarrows-robotics/rnr-sdk
aee20c65b49fb3eedf924c5c2ec9f19f4f1a1b29
[ "MIT" ]
null
null
null
Hekateros/include/Hekateros/hekKin.h
roadnarrows-robotics/rnr-sdk
aee20c65b49fb3eedf924c5c2ec9f19f4f1a1b29
[ "MIT" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// // // Package: Hekateros // // Library: libhekateros // // File: hekKin.h // /*! \file * * $LastChangedDate: 2015-05-15 12:50:46 -0600 (Fri, 15 May 2015) $ * $Rev: 3988 $ * * \brief The Hekateros kinematics and dynamics class...
28.160883
80
0.59953
[ "geometry", "object", "vector" ]
f1eb519b0c1f784bb023becee9acb18542381cc4
865
h
C
TestPinb/OOP/Output.h
cafiorin/PinballOOP
1f8fc5a18bfa186daf3cdc719af9fb79aa42abfa
[ "BSD-3-Clause" ]
1
2019-01-08T10:04:44.000Z
2019-01-08T10:04:44.000Z
TestPinb/OOP/Output.h
cafiorin/PinballOOP
1f8fc5a18bfa186daf3cdc719af9fb79aa42abfa
[ "BSD-3-Clause" ]
null
null
null
TestPinb/OOP/Output.h
cafiorin/PinballOOP
1f8fc5a18bfa186daf3cdc719af9fb79aa42abfa
[ "BSD-3-Clause" ]
null
null
null
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * BSD 3-Clause License /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * Code by Cassius Fiorin - cafiorin@gmail.com http://pinballhomemade.blogspot.com.br * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #if !defined(Output__INCLUDED_) #def...
22.763158
72
0.60578
[ "object" ]
f1ef4f2450bad2f6e933d4292091b118714a9d8b
1,633
h
C
include/CoreKeywords.h
jonverrier/MBrs
1d8f54a361de91bd7f2deb14fb42c3fb92545335
[ "MIT" ]
null
null
null
include/CoreKeywords.h
jonverrier/MBrs
1d8f54a361de91bd7f2deb14fb42c3fb92545335
[ "MIT" ]
null
null
null
include/CoreKeywords.h
jonverrier/MBrs
1d8f54a361de91bd7f2deb14fb42c3fb92545335
[ "MIT" ]
null
null
null
///////////////////////////////////////// // CoreKeywords.h // Copyright (c) 2020 TXPCo Ltd ///////////////////////////////////////// #ifndef COREKEYWORDS_INCLUDED #define COREKEYWORDS_INCLUDED #include "Common.h" #include "Host.h" #include "HostException.h" #include "HostLocks.h" #include "Core.h" /////////////////...
27.216667
79
0.634415
[ "vector" ]
7b04232c9c23c6d8e55d37bf842e418208dc5b19
1,823
c
C
Conversions/SimpleDCTL.nmbr73.c
nmbr73/Fetch-n-Fuse
3ca8c786e161eeb25650885e35dc7665465142c0
[ "MIT" ]
null
null
null
Conversions/SimpleDCTL.nmbr73.c
nmbr73/Fetch-n-Fuse
3ca8c786e161eeb25650885e35dc7665465142c0
[ "MIT" ]
10
2022-01-13T22:11:34.000Z
2022-01-29T11:10:03.000Z
Conversions/SimpleDCTL.nmbr73.c
nmbr73/Fetch-n-Fuse
3ca8c786e161eeb25650885e35dc7665465142c0
[ "MIT" ]
null
null
null
/* Shader Inputs uniform vec3 iResolution; // viewport resolution (in pixels) uniform float iTime; // shader playback time (in seconds) uniform float iTimeDelta; // render time (in seconds) uniform int iFrame; // shader playback frame uniform floa...
38.787234
167
0.667581
[ "render" ]
7b07b388d823ee49941a4deb7922f9b35aa8e7d2
1,642
h
C
src/game/tile.h
dyedgreen/sdl_game
d6fd2510d8ecd71d4d7c6745fed6ac058ee6c284
[ "CC-BY-3.0" ]
null
null
null
src/game/tile.h
dyedgreen/sdl_game
d6fd2510d8ecd71d4d7c6745fed6ac058ee6c284
[ "CC-BY-3.0" ]
null
null
null
src/game/tile.h
dyedgreen/sdl_game
d6fd2510d8ecd71d4d7c6745fed6ac058ee6c284
[ "CC-BY-3.0" ]
null
null
null
#pragma once #include "../frameworks.h" typedef enum { Grass=0, GrassLightWoods=1, GrassWoods=2, GrassStones=3, GrassStonesWoods=4, Mountain=5, Water=6, WaterDeep=7, WaterSwamp=15, WaterIce=21, GrassVillage=8, GrassTown=9, GrassCastle=10, GrassCrops=11, SwampWoods=12, Swamp=13, SwampG...
22.189189
109
0.718027
[ "render" ]
7b0b6865a48f279d2857245aefa4d41948f22e9f
7,687
c
C
hacks/glx/bubble3d.c
MBrassey/xscreensaver_BlueMatrix
2152a79ec08a676d940158735700087323d4a556
[ "CC0-1.0" ]
2
2020-07-15T07:40:50.000Z
2020-09-01T05:51:36.000Z
hacks/glx/bubble3d.c
luc1dLife/xscreensaver_BlueMatrix
2152a79ec08a676d940158735700087323d4a556
[ "CC0-1.0" ]
null
null
null
hacks/glx/bubble3d.c
luc1dLife/xscreensaver_BlueMatrix
2152a79ec08a676d940158735700087323d4a556
[ "CC0-1.0" ]
null
null
null
/* -*- Mode: C; tab-width: 4 -*- */ /* bubble3d.c - 3D bubbles */ #if 0 static const char sccsid[] = "@(#)bubble3d.c 4.11 98/06/16 xlockmore"; #endif /*- * BUBBLE3D (C) 1998 Richard W.M. Jones. * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee...
27.258865
87
0.63822
[ "3d" ]
7b0e6636a0ecb00d262ce66d010ca05fbcf0ed83
2,887
h
C
include/device_matrix/base.h
Enet4/device_matrix
cff67f9d8ddbce5e6a340ac80f7940c82f332087
[ "MIT" ]
9
2018-02-23T11:10:48.000Z
2021-03-12T03:45:05.000Z
include/device_matrix/base.h
Enet4/device_matrix
cff67f9d8ddbce5e6a340ac80f7940c82f332087
[ "MIT" ]
null
null
null
include/device_matrix/base.h
Enet4/device_matrix
cff67f9d8ddbce5e6a340ac80f7940c82f332087
[ "MIT" ]
2
2018-02-25T17:31:21.000Z
2018-10-18T14:39:16.000Z
#ifndef DEVICE_MATRIX_BASE_H #define DEVICE_MATRIX_BASE_H #include <iomanip> #include <iterator> #include <ostream> #include <vector> namespace cuda { typedef unsigned short uint16; typedef long int32; typedef unsigned long uint32; typedef long long int64; typedef unsigned long long uint64; typedef float float32; ...
28.303922
96
0.658123
[ "shape", "vector" ]
7b23f0e4101857096d0bea0de1d0c5bfdd03a98d
8,350
h
C
Examples/include/Aspose.Pdf.Cpp/Presentation/Graphics/Core/SizeF.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
Examples/include/Aspose.Pdf.Cpp/Presentation/Graphics/Core/SizeF.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
Examples/include/Aspose.Pdf.Cpp/Presentation/Graphics/Core/SizeF.h
kashifiqb/Aspose.PDF-for-C
13d49bba591c5704685820185741e64a462a5bdc
[ "MIT" ]
null
null
null
#pragma once // Copyright (c) 2001-2019 Aspose Pty Ltd. All Rights Reserved. #include <system/string.h> #include <system/shared_ptr.h> #include <system/object.h> #include <cstdint> #include "aspose_pdf_api_defs.h" namespace Aspose { namespace Pdf { namespace Engine { namespace Presentation { namespace Graphics { cl...
55.298013
287
0.692335
[ "object" ]
7b298a2c2b603b1b8d3ab72a1c8de0e23a5d8fd0
5,336
h
C
Common/CoordinateSystem/CoordSysOneGrid.h
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
2
2017-04-19T01:38:30.000Z
2020-07-31T03:05:32.000Z
Common/CoordinateSystem/CoordSysOneGrid.h
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
null
null
null
Common/CoordinateSystem/CoordSysOneGrid.h
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
1
2021-12-29T10:46:12.000Z
2021-12-29T10:46:12.000Z
// // Copyright (C) 2004-2011 by Autodesk, Inc. // // This library is free software; you can redistribute it and/or // modify it under the terms of version 2.1 of the GNU Lesser // General Public License as published by the Free Software Foundation. // // This library is distributed in the hope that it will be use...
47.221239
121
0.722639
[ "object" ]
7b2c1097d23e3299a4f30bbe6e58d568e6b1cf9b
2,419
h
C
components/m8rscript/Program.h
cmarrin/m8rscript
4e24800e1be2c2c5e2ec1b7b52aa6df787e6460c
[ "MIT" ]
1
2018-01-30T19:37:27.000Z
2018-01-30T19:37:27.000Z
components/m8rscript/Program.h
cmarrin/m8rscript
4e24800e1be2c2c5e2ec1b7b52aa6df787e6460c
[ "MIT" ]
null
null
null
components/m8rscript/Program.h
cmarrin/m8rscript
4e24800e1be2c2c5e2ec1b7b52aa6df787e6460c
[ "MIT" ]
3
2017-04-01T23:41:35.000Z
2019-12-14T23:26:24.000Z
/*------------------------------------------------------------------------- This source file is a part of m8rscript For the latest info, see http:www.marrin.org/ Copyright (c) 2018-2019, Chris Marrin All rights reserved. Use of this source code is governed by the MIT license that can be found in...
33.597222
167
0.603969
[ "vector" ]
7e298d7167363ffeede4e52f0093cc3892fd4245
1,242
c
C
Source/hud.c
MasterQ32/SQEditor
723d0ac417a65400a68cb9feeb2cf0f1a316e82a
[ "MIT" ]
3
2020-09-10T16:05:51.000Z
2021-12-29T01:06:05.000Z
Source/hud.c
MasterQ32/SQEditor
723d0ac417a65400a68cb9feeb2cf0f1a316e82a
[ "MIT" ]
null
null
null
Source/hud.c
MasterQ32/SQEditor
723d0ac417a65400a68cb9feeb2cf0f1a316e82a
[ "MIT" ]
null
null
null
#ifndef _HUD_C_ #define _HUD_C_ #define HUD_DEFAULT 0 #define HUD_USE 1 #define HUD_LOOK 2 BMAP *hudCrosshairDefault = "crosshair.tga"; BMAP *hudCrosshairHand = "hand_grab.tga"; BMAP *hudCrosshairEye = "eye.tga"; BMAP *hudCrosshairHealth = "crosshair_life.tga"; PANEL *panCrosshair = { bmap = hudCross...
20.7
96
0.652979
[ "vector" ]
7e2c00ab4b1b147513aa28288daddfc13321635a
2,369
h
C
VFS/RenderPass/Clipmap/VoxelizationPass.h
Snowapril/VFS
a366f519c1382cfa2669b56346b67737513d6099
[ "MIT" ]
2
2022-02-14T16:34:39.000Z
2022-02-25T06:11:42.000Z
VFS/RenderPass/Clipmap/VoxelizationPass.h
Snowapril/vk_voxel_cone_tracing
a366f519c1382cfa2669b56346b67737513d6099
[ "MIT" ]
null
null
null
VFS/RenderPass/Clipmap/VoxelizationPass.h
Snowapril/vk_voxel_cone_tracing
a366f519c1382cfa2669b56346b67737513d6099
[ "MIT" ]
null
null
null
// Author : Jihong Shin (snowapril) #if !defined(VFS_VOXELIZATION_PASS_H) #define VFS_VOXELIZATION_PASS_H #include <pch.h> #include <Util/EngineConfig.h> #include <RenderPass/RenderPassBase.h> #include <RenderPass/Clipmap/ClipmapRegion.h> #include <Counter.h> #include <BoundingBox.h> #include <array> namespace vfs {...
35.358209
103
0.77881
[ "vector" ]
7e3df80136f30664ac80efa532ac4d8653a6c7d3
6,483
h
C
wav/include/tencentcloud/wav/v20210129/model/TagGroup.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
wav/include/tencentcloud/wav/v20210129/model/TagGroup.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
wav/include/tencentcloud/wav/v20210129/model/TagGroup.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
28
2019-07-12T09:06:22.000Z
2022-03-30T08:04:18.000Z
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
31.935961
116
0.427271
[ "vector", "model" ]
7e70dbf2e4a3a6a346ba8388918926079ab11b84
4,902
h
C
Source/FactoryGame/RailroadNavigation.h
iam-Legend/Project-Assembly
1ff3587704232d5e330515bc0d2aceb64ff09a7f
[ "MIT" ]
null
null
null
Source/FactoryGame/RailroadNavigation.h
iam-Legend/Project-Assembly
1ff3587704232d5e330515bc0d2aceb64ff09a7f
[ "MIT" ]
null
null
null
Source/FactoryGame/RailroadNavigation.h
iam-Legend/Project-Assembly
1ff3587704232d5e330515bc0d2aceb64ff09a7f
[ "MIT" ]
null
null
null
// Copyright 2016 Coffee Stain Studios. All Rights Reserved. #pragma once #include "Array.h" #include "UObject/Class.h" #include "FactoryGame.h" #include "Buildables/FGBuildableRailroadTrack.h" #include "RailroadNavigation.generated.h" /** Pathfinding result. */ UENUM() enum class ERailroadPathFindingResult : uint8...
30.6375
160
0.759282
[ "object" ]
7e71ba32d85fcae473eaaa0880a0d8f38e56ac3a
923
h
C
CCKit/CCModelDelegate.h
cliq/CCKit
250c42621b904a411ef28669abb499d9d99f86a1
[ "MIT" ]
null
null
null
CCKit/CCModelDelegate.h
cliq/CCKit
250c42621b904a411ef28669abb499d9d99f86a1
[ "MIT" ]
null
null
null
CCKit/CCModelDelegate.h
cliq/CCKit
250c42621b904a411ef28669abb499d9d99f86a1
[ "MIT" ]
null
null
null
// // CCModelDelegate.h // CCKit // // Created by Leonardo Lobato on 12/2/12. // Copyright (c) 2012 Cliq Consulting. All rights reserved. // #import <Foundation/Foundation.h> @protocol CCModel; @protocol CCModelDelegate <NSObject> @optional - (void)modelDidStartLoad:(id<CCModel>)model; - (void)modelDidFinishLo...
29.774194
104
0.751896
[ "model" ]
7e7354f6a99ca95f9092adcc1cb25516ebf14bd2
2,989
h
C
pcraster/pcraster-4.2.0/pcraster-4.2.0/source/pcraster_aguila/ag_RangeLegendBody.h
quanpands/wflow
b454a55e4a63556eaac3fbabd97f8a0b80901e5a
[ "MIT" ]
null
null
null
pcraster/pcraster-4.2.0/pcraster-4.2.0/source/pcraster_aguila/ag_RangeLegendBody.h
quanpands/wflow
b454a55e4a63556eaac3fbabd97f8a0b80901e5a
[ "MIT" ]
null
null
null
pcraster/pcraster-4.2.0/pcraster-4.2.0/source/pcraster_aguila/ag_RangeLegendBody.h
quanpands/wflow
b454a55e4a63556eaac3fbabd97f8a0b80901e5a
[ "MIT" ]
null
null
null
#ifndef INCLUDED_AG_RANGELEGENDBODY #define INCLUDED_AG_RANGELEGENDBODY #include <boost/noncopyable.hpp> #include "ag_LegendBody.h" class QwtScaleMap; namespace ag { class DataGuide; class DataObject; class RangeDrawProps; } namespace ag { //! The RangeLegendBody class is for body widgets for RangeLeg...
24.702479
80
0.354968
[ "object", "vector" ]
7e7a141b56b17fbb68d402a51c6be8f5da4fd8dd
2,375
h
C
KnightEngine.h
tzhenghao/KnightBoard
d11e70119e62f2bd37ea2c8847f41e991c381ac8
[ "MIT" ]
null
null
null
KnightEngine.h
tzhenghao/KnightBoard
d11e70119e62f2bd37ea2c8847f41e991c381ac8
[ "MIT" ]
null
null
null
KnightEngine.h
tzhenghao/KnightBoard
d11e70119e62f2bd37ea2c8847f41e991c381ac8
[ "MIT" ]
null
null
null
#ifndef KNIGHTENGINE_H #define KNIGHTENGINE_H #include <iostream> #include <vector> #include <queue> #include <unordered_set> #include <unordered_map> #include "KnightBoard.h" using namespace std; // The eight possible moves that the knight can take from its current position. enum Moves { LEFTUP, LEFTDOWN, RIGHTUP,...
31.25
90
0.735158
[ "vector" ]
7e7c06c40ef34178193dd2b632a094b7b6ff239d
7,507
h
C
src/xtd.forms/include/xtd/forms/style_sheets/border_color.h
leanid/xtd
2e1ea6537218788ca08901faf8915d4100990b53
[ "MIT" ]
1
2022-02-25T16:53:06.000Z
2022-02-25T16:53:06.000Z
src/xtd.forms/include/xtd/forms/style_sheets/border_color.h
leanid/xtd
2e1ea6537218788ca08901faf8915d4100990b53
[ "MIT" ]
null
null
null
src/xtd.forms/include/xtd/forms/style_sheets/border_color.h
leanid/xtd
2e1ea6537218788ca08901faf8915d4100990b53
[ "MIT" ]
null
null
null
/// @file /// @brief Contains xtd::forms::style_sheets::border_color class. /// @copyright Copyright (c) 2022 Gammasoft. All rights reserved. #pragma once #include <xtd/iequatable.h> #include <xtd/ustring.h> #include <xtd/drawing/color.h> #include "../../forms_export.h" /// @brief The xtd namespace contains all fundam...
58.193798
290
0.66085
[ "object" ]
47519740ac3b38456e776abdc63d2dce3c09c10f
1,057
h
C
src/cbs/components/Camera.h
Nerovski/RubiksCube
a8ac27e50544a44a1790d0a6f1af07be05768454
[ "MIT" ]
6
2020-06-27T10:29:40.000Z
2021-04-13T14:19:23.000Z
src/cbs/components/Camera.h
Nerovski/RubiksCube
a8ac27e50544a44a1790d0a6f1af07be05768454
[ "MIT" ]
null
null
null
src/cbs/components/Camera.h
Nerovski/RubiksCube
a8ac27e50544a44a1790d0a6f1af07be05768454
[ "MIT" ]
3
2021-05-30T05:32:24.000Z
2022-01-18T01:53:24.000Z
#pragma once #include "Component.h" #include "../Object.h" #include "../../scenes/Scene.h" #include "../../utilities/Time.h" #include "../../utilities/Input.h" #include "../../rendering/Cubemap.h" #pragma warning(push, 0) #include <glad/glad.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include ...
25.780488
100
0.685904
[ "object", "transform" ]
47620fd5ab682874145c3daccecd4b1bb8386e21
376
h
C
test/unit-tests/spdk_wrapper/free_buffer_pool_mock.h
YongJin-Cho/poseidonos
c07a0240316d4536aa09f22d7977604f3650d752
[ "BSD-3-Clause" ]
null
null
null
test/unit-tests/spdk_wrapper/free_buffer_pool_mock.h
YongJin-Cho/poseidonos
c07a0240316d4536aa09f22d7977604f3650d752
[ "BSD-3-Clause" ]
null
null
null
test/unit-tests/spdk_wrapper/free_buffer_pool_mock.h
YongJin-Cho/poseidonos
c07a0240316d4536aa09f22d7977604f3650d752
[ "BSD-3-Clause" ]
null
null
null
#include <gmock/gmock.h> #include <list> #include <string> #include <vector> #include "src/spdk_wrapper/free_buffer_pool.h" namespace pos { class MockFreeBufferPool : public FreeBufferPool { public: using FreeBufferPool::FreeBufferPool; MOCK_METHOD(void*, GetBuffer, (), (override)); MOCK_METHOD(void, Ret...
18.8
57
0.720745
[ "vector" ]
476b3eb34d15f225f2bf61d0db22fb54bf660be5
13,261
h
C
Dragon/include/core/context_cuda.h
awesome-archive/Dragon
b35f9320909d07d138c2f6b345a4c24911f7c521
[ "BSD-2-Clause" ]
null
null
null
Dragon/include/core/context_cuda.h
awesome-archive/Dragon
b35f9320909d07d138c2f6b345a4c24911f7c521
[ "BSD-2-Clause" ]
null
null
null
Dragon/include/core/context_cuda.h
awesome-archive/Dragon
b35f9320909d07d138c2f6b345a4c24911f7c521
[ "BSD-2-Clause" ]
null
null
null
/*! * Copyright (c) 2017-present, SeetaTech, Co.,Ltd. * * Licensed under the BSD 2-Clause License. * You should have received a copy of the BSD 2-Clause License * along with the software. If not, See, * * <https://opensource.org/licenses/BSD-2-Clause> * * --------------------------------------------------...
32.74321
72
0.60184
[ "object", "vector" ]
476e9fc0855aaba16dfd6c7d2902512f03ef1bbd
863
h
C
physicsEngine/src/collision/broadphase/BroadPhaseAlgorithm.h
petitg1987/UrchinEngine
32d4b62b1ab7e2aa781c99de11331e3738078b0c
[ "MIT" ]
24
2015-10-05T00:13:57.000Z
2020-05-06T20:14:06.000Z
physicsEngine/src/collision/broadphase/BroadPhaseAlgorithm.h
petitg1987/urchinEngine
a14a57ac49a19237d748d2eafc7c2a38a45b95d6
[ "BSL-1.0" ]
1
2019-11-01T08:00:55.000Z
2019-11-01T08:00:55.000Z
physicsEngine/src/collision/broadphase/BroadPhaseAlgorithm.h
petitg1987/UrchinEngine
32d4b62b1ab7e2aa781c99de11331e3738078b0c
[ "MIT" ]
10
2015-11-25T07:33:13.000Z
2020-03-02T08:21:10.000Z
#pragma once #include <vector> #include <UrchinCommon.h> #include <body/model/AbstractBody.h> #include <collision/OverlappingPair.h> #include <collision/broadphase/PairContainer.h> namespace urchin { class BroadPhaseAlgorithm { public: virtual ~BroadPhaseAlgorithm() = default; v...
31.962963
153
0.682503
[ "vector", "model" ]
47710898021e58d2c05aeb4aadda9bc06a374478
1,218
h
C
conpick/ab2d/algorithm.h
yocchi/conpick
0d6c4a6c12642b84ffda3f73e54a4c816dd26ae7
[ "MIT" ]
null
null
null
conpick/ab2d/algorithm.h
yocchi/conpick
0d6c4a6c12642b84ffda3f73e54a4c816dd26ae7
[ "MIT" ]
null
null
null
conpick/ab2d/algorithm.h
yocchi/conpick
0d6c4a6c12642b84ffda3f73e54a4c816dd26ae7
[ "MIT" ]
null
null
null
#ifndef AB2D_ALGORITHM_H #define AB2D_ALGORITHM_H #include "model.h" namespace ab2d { void fk(const Robot& robot, const Eigen::VectorXd& pos, TransArray& rLinkTransform); void fk(const Robot& robot, const Eigen::VectorXd& pos, Cache& rCache); void propagateVel(const Robot& robot, const Eigen::VectorXd& ve...
45.111111
114
0.678982
[ "model" ]
4776a553d6e37776f1707aa37f94633e7ae1ff42
4,226
h
C
src/nojs_validate_arguments.h
Flameeyes/nojs
b386fe707f651ffb2000d52560bc60bc3c0b2f1b
[ "BSD-3-Clause" ]
78
2016-05-29T09:17:00.000Z
2020-12-27T16:16:23.000Z
src/nojs_validate_arguments.h
Flameeyes/nojs
b386fe707f651ffb2000d52560bc60bc3c0b2f1b
[ "BSD-3-Clause" ]
4
2016-06-02T00:47:34.000Z
2016-06-21T15:25:09.000Z
src/nojs_validate_arguments.h
Flameeyes/nojs
b386fe707f651ffb2000d52560bc60bc3c0b2f1b
[ "BSD-3-Clause" ]
3
2016-06-16T08:17:16.000Z
2020-03-31T19:33:17.000Z
#ifndef NOJS_VALIDATE_ARGUMENTS_H #define NOJS_VALIDATE_ARGUMENTS_H #include "nojs_thread_context_inl.h" #include "v8.h" #include <string> namespace NoJS { namespace Validation { #define CreateError(isolate, Type, msg) \ v8::MaybeLocal<v8::Value>( \ Type(v8::String::NewFromUtf8( \ ...
25.612121
75
0.485802
[ "object" ]
477818e7bc2397e614fc1af0a9c7f67665598296
72,254
c
C
admin/pchealth/sr/kernel/setinformation.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
admin/pchealth/sr/kernel/setinformation.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
admin/pchealth/sr/kernel/setinformation.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1998-1999 Microsoft Corporation Module Name: setInformation.c Abstract: this is the major function code dispatch filter layer. Author: Neal Christiansen (nealch) 5-Feb-2001 Revision History: --*/ #include "precomp.h" // // Local prototypes // NTS...
32.561514
105
0.446577
[ "object" ]
4791141ebc55662e60ba6876df0b14e2c133a010
18,086
c
C
libvips-8.11/libvips/foreign/heifsave.c
MFerrol/Create_Web
76c8590ffffc6834a13f8efaf5ca7a5829cb1c32
[ "MIT" ]
null
null
null
libvips-8.11/libvips/foreign/heifsave.c
MFerrol/Create_Web
76c8590ffffc6834a13f8efaf5ca7a5829cb1c32
[ "MIT" ]
null
null
null
libvips-8.11/libvips/foreign/heifsave.c
MFerrol/Create_Web
76c8590ffffc6834a13f8efaf5ca7a5829cb1c32
[ "MIT" ]
null
null
null
/* save to heif * * 5/7/18 * - from niftisave.c * 3/7/19 [lovell] * - add "compression" option * 1/9/19 [meyermarcel] * - save alpha when necessary * 15/3/20 * - revise for new VipsTarget API * 14/2/21 kleisauke * - move GObject part to vips2heif.c */ /* This file is part of VIPS. VIPS i...
25.015214
79
0.723377
[ "object" ]
47a1a60d73ff5269f8480d4ffad2c1cce9078935
1,566
h
C
shaders_inc/GLTF_PBR_VertexProcessing.fxh.h
saphiresouldier/DiligentFX
36a432225c60b1b9c2f6914c7741ded2f3c3feba
[ "Apache-2.0" ]
127
2019-02-20T03:48:02.000Z
2022-03-30T17:51:54.000Z
shaders_inc/GLTF_PBR_VertexProcessing.fxh.h
MikhailGorobets/DiligentFX
39a2c0f7a7a53694c93590ed21c581ae742d6997
[ "Apache-2.0" ]
7
2019-02-11T19:41:49.000Z
2022-03-31T23:53:21.000Z
shaders_inc/GLTF_PBR_VertexProcessing.fxh.h
MikhailGorobets/DiligentFX
39a2c0f7a7a53694c93590ed21c581ae742d6997
[ "Apache-2.0" ]
38
2019-07-23T16:26:18.000Z
2022-03-15T14:53:24.000Z
"#ifndef _GLTF_PBR_VERTEX_PROCESSING_FXH_\n" "#define _GLTF_PBR_VERTEX_PROCESSING_FXH_\n" "\n" "#include \"GLTF_PBR_Structures.fxh\"\n" "\n" "struct GLTF_TransformedVertex\n" "{\n" " float3 WorldPos;\n" " float3 Normal;\n" "};\n" "\n" "\n" "float3x3 InverseTranspose3x3(float3x3 M)\n" "{\n" " // Note that in HL...
35.590909
98
0.598978
[ "transform" ]