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
2dcc5045ba87b0f96ef0302142c8551a101a1d3f
319
h
C
vm/loader/loader.h
amsen20/Sal
cbea1e2c4cb4d0203a18aece6bb42d4d2113eff7
[ "MIT" ]
6
2021-07-19T04:07:48.000Z
2021-12-29T19:57:57.000Z
vm/loader/loader.h
amsen20/Sal
cbea1e2c4cb4d0203a18aece6bb42d4d2113eff7
[ "MIT" ]
null
null
null
vm/loader/loader.h
amsen20/Sal
cbea1e2c4cb4d0203a18aece6bb42d4d2113eff7
[ "MIT" ]
null
null
null
#ifndef ___LOADER_H__ #define ___LOADER_H__ #include "../prestate/prestate.h" #include "../types.h" #include <vector> #include <string> #include <memory> const int BUFFER_SIZE = 1024; std::vector<unsigned char> read_code(const char *path); std::pair<prestate::box_set, FUNC_ID> load_code(const char *path); #endif
16.789474
37
0.739812
[ "vector" ]
2dd91fda864465e3da15d419ec98609b22d3c2e7
12,579
c
C
src/shaders.c
manvscode/libsimplegl
79a60622a68d5fa3fa1befb79911c601512da110
[ "MIT" ]
1
2020-08-31T04:46:59.000Z
2020-08-31T04:46:59.000Z
src/shaders.c
manvscode/libsimplegl
79a60622a68d5fa3fa1befb79911c601512da110
[ "MIT" ]
null
null
null
src/shaders.c
manvscode/libsimplegl
79a60622a68d5fa3fa1befb79911c601512da110
[ "MIT" ]
1
2020-08-31T04:46:47.000Z
2020-08-31T04:46:47.000Z
/* Copyright (C) 2013-2014 by Joseph A. Marrero, http://www.manvscode.com/ * * 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 ...
21.687931
154
0.659512
[ "geometry", "object" ]
2dd98d2ec3f34974c4894448499c720ecb4f27f9
35,332
c
C
src/container.c
Magnitudexx/japokwm
8e14dcfd9e0e48d7e7186d3fad23a48d62314c45
[ "BSD-2-Clause" ]
null
null
null
src/container.c
Magnitudexx/japokwm
8e14dcfd9e0e48d7e7186d3fad23a48d62314c45
[ "BSD-2-Clause" ]
null
null
null
src/container.c
Magnitudexx/japokwm
8e14dcfd9e0e48d7e7186d3fad23a48d62314c45
[ "BSD-2-Clause" ]
null
null
null
#include "container.h" #include <lua.h> #include <stdlib.h> #include <wayland-util.h> #include <string.h> #include <assert.h> #include "container.h" #include "client.h" #include "list_sets/container_stack_set.h" #include "list_sets/list_set.h" #include "popup.h" #include "server.h" #include "monitor.h" #include "tile...
27.560062
110
0.665035
[ "render" ]
2de8747cf21e49ebf02a39d1604cd4ebd9874bbf
1,457
c
C
MinecraftC/Particle/TerrainParticle.c
AntonioCS/MinecraftC
2ed7e38b6b9e8f3181653db271cf6e24fb15adc7
[ "MIT" ]
172
2021-02-23T13:09:47.000Z
2022-03-27T19:59:17.000Z
MinecraftC-RT/Particle/TerrainParticle.c
codingwatching/MinecraftC-Raytraced
c4b7c552fc8785561b89e417d2264d33509a8d04
[ "MIT" ]
4
2021-03-11T15:30:34.000Z
2022-02-16T01:33:16.000Z
MinecraftC-RT/Particle/TerrainParticle.c
codingwatching/MinecraftC-Raytraced
c4b7c552fc8785561b89e417d2264d33509a8d04
[ "MIT" ]
22
2021-03-11T12:09:45.000Z
2022-02-20T16:56:07.000Z
#include "TerrainParticle.h" #include "../Level/Level.h" #include "../Render/ShapeRenderer.h" TerrainParticle TerrainParticleCreate(Level level, float3 pos, float3 vel, Block block) { Particle particle = ParticleCreate(level, pos, vel); ParticleData this = particle->TypeData; this->Texture = block->TextureID; this...
41.628571
129
0.66232
[ "render" ]
2dfc258582eb4630581cbadc09ef261c2dd66820
1,337
h
C
src/ADBViewer/src/App/plugin/AppPluginManager.h
ClnViewer/ADB-Android-Viewer
c619fe626ab390b656893974700a0b6379159c03
[ "MIT" ]
9
2019-05-20T12:06:36.000Z
2022-03-24T19:11:06.000Z
src/ADBViewer/src/App/plugin/AppPluginManager.h
ClnViewer/ADB-Android-Viewer
c619fe626ab390b656893974700a0b6379159c03
[ "MIT" ]
null
null
null
src/ADBViewer/src/App/plugin/AppPluginManager.h
ClnViewer/ADB-Android-Viewer
c619fe626ab390b656893974700a0b6379159c03
[ "MIT" ]
3
2020-07-06T04:51:33.000Z
2021-07-26T20:08:02.000Z
#pragma once #include "AppIPlugin.h" #include "IPluginLoader.h" namespace Plugins { class AppPluginManager { public: // typedef struct Plugin_s { bool state; std::string path; std::string name; const void *handle; Plugins::AppIPlugin *iplug; } Plugin_...
24.309091
66
0.655946
[ "vector" ]
930188208344d647ce58d3fb517bd6c66ea3dd6e
713
h
C
CESystem/GameMode.h
infaldez/CESystem
7b2f562f0e6f2511fcb4d834a9cc76816bce0ed3
[ "Unlicense" ]
null
null
null
CESystem/GameMode.h
infaldez/CESystem
7b2f562f0e6f2511fcb4d834a9cc76816bce0ed3
[ "Unlicense" ]
null
null
null
CESystem/GameMode.h
infaldez/CESystem
7b2f562f0e6f2511fcb4d834a9cc76816bce0ed3
[ "Unlicense" ]
null
null
null
#pragma once #include "Loop.h" #include "RenderSystem.h" #include "MovementSystem.h" #include "CollisionSystem.h" #include "InputSystem.h" #include "MouseInput.h" #include "AnimationSystem.h" #include "TestMap.h" #include "DebugMap.h" class GameMode : public Loop { private: bool init = false; float currentFrameTime...
18.282051
39
0.750351
[ "vector" ]
f668b9b3f3b007781b610cc750a93580dfbb79e4
3,033
h
C
games/ludii/ludii_game_wrapper.h
DennisSoemers/Polygames
c0834b34ae71dddef30c7071b2ce753e2ce23e53
[ "MIT" ]
null
null
null
games/ludii/ludii_game_wrapper.h
DennisSoemers/Polygames
c0834b34ae71dddef30c7071b2ce753e2ce23e53
[ "MIT" ]
null
null
null
games/ludii/ludii_game_wrapper.h
DennisSoemers/Polygames
c0834b34ae71dddef30c7071b2ce753e2ce23e53
[ "MIT" ]
null
null
null
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // Author: Dennis Soemers // - Affiliation: Maastricht University, DKE, Digital Ludeme Project (Ludii // deve...
26.605263
80
0.695681
[ "object", "shape", "vector" ]
f66bb1436291df77bc79d4fc21b950de4f0a0f0f
3,870
h
C
extern/wxWidgets/include/wx/peninfobase.h
franticsoftware/starports
d723404b20383949874868c251c60cfa06120fde
[ "MIT" ]
49
2020-06-10T04:49:04.000Z
2021-03-11T18:31:12.000Z
extern/wxWidgets/include/wx/peninfobase.h
franticsoftware/starports
d723404b20383949874868c251c60cfa06120fde
[ "MIT" ]
28
2020-07-13T17:01:02.000Z
2021-03-07T23:53:41.000Z
extern/wxWidgets/include/wx/peninfobase.h
franticsoftware/starports
d723404b20383949874868c251c60cfa06120fde
[ "MIT" ]
4
2020-02-27T00:57:21.000Z
2021-08-06T14:02:11.000Z
/////////////////////////////////////////////////////////////////////////////// // Name: wx/peninfobase.h // Purpose: Declaration of wxPenInfoBase class and related constants // Author: Adrien Tétar, Vadim Zeitlin // Created: 2017-09-10 // Copyright: (c) 2017 Vadim Zeitlin <vadim@wxwidgets.org> //...
29.769231
87
0.637726
[ "object" ]
f67517553c6265bcce7399d028da79eed2f496cb
3,131
h
C
Include/Entity/Archetype.h
MrFrenik/Enjon
405733f1b8d05c65bc6b4f4c779d3c6845a8c12b
[ "BSD-3-Clause" ]
121
2019-05-02T01:22:17.000Z
2022-03-19T00:16:14.000Z
Include/Entity/Archetype.h
MrFrenik/Enjon
405733f1b8d05c65bc6b4f4c779d3c6845a8c12b
[ "BSD-3-Clause" ]
42
2019-08-17T20:33:43.000Z
2019-09-25T14:28:50.000Z
Include/Entity/Archetype.h
MrFrenik/Enjon
405733f1b8d05c65bc6b4f4c779d3c6845a8c12b
[ "BSD-3-Clause" ]
20
2019-05-02T01:22:20.000Z
2022-01-30T04:04:57.000Z
// File: Archetype.h // Copyright 2016-2018 John Jackson. All Rights Reserved. #ifndef ENJON_ARCHETYPE_H #define ENJON_ARCHETYPE_H #pragma once #include "Asset/Asset.h" #include "Math/Transform.h" namespace Enjon { class ArchetypeAssetLoader; class EntityHandle; class Entity; class World; ENJON_CLASS( ) class...
21.743056
184
0.670393
[ "transform" ]
f6773660dd75ea476e8bc14a146c49f8a20c63dc
2,111
h
C
src/lib/storage/meta_storage.h
EvilMcJerkface/hyrise-v1
d97fa0df5b9e2b9aaa78865c010e93173404086d
[ "MIT" ]
7
2017-11-13T11:02:59.000Z
2022-02-05T11:49:35.000Z
src/lib/storage/meta_storage.h
EvilMcJerkface/hyrise-v1
d97fa0df5b9e2b9aaa78865c010e93173404086d
[ "MIT" ]
null
null
null
src/lib/storage/meta_storage.h
EvilMcJerkface/hyrise-v1
d97fa0df5b9e2b9aaa78865c010e93173404086d
[ "MIT" ]
6
2017-10-19T13:34:08.000Z
2020-11-30T13:14:47.000Z
// Copyright (c) 2012 Hasso-Plattner-Institut fuer Softwaresystemtechnik GmbH. All rights reserved. #pragma once #include <stdexcept> #include "boost/mpl/at.hpp" #include "boost/mpl/int.hpp" #include "boost/mpl/size.hpp" #include "storage/storage_types.h" #include "boost/mpl/vector.hpp" //#include "boost/mpl/map.hp...
30.594203
99
0.601611
[ "vector" ]
f67d5bbb68c5786c12f2a124267e9b12b80565c3
7,163
h
C
framework/StandAloneUtilityClasses/XMLArchive/Headers/XMLArchiveManager.h
RakeshShrestha/kigs
2ada0068c8618935ed029db442ecf58f6bf96126
[ "MIT" ]
38
2020-05-08T13:39:57.000Z
2022-03-28T05:58:41.000Z
framework/StandAloneUtilityClasses/XMLArchive/Headers/XMLArchiveManager.h
RakeshShrestha/kigs
2ada0068c8618935ed029db442ecf58f6bf96126
[ "MIT" ]
3
2020-06-01T14:12:36.000Z
2020-06-24T13:05:21.000Z
framework/StandAloneUtilityClasses/XMLArchive/Headers/XMLArchiveManager.h
RakeshShrestha/kigs
2ada0068c8618935ed029db442ecf58f6bf96126
[ "MIT" ]
16
2020-05-04T19:20:35.000Z
2022-01-25T08:31:29.000Z
#pragma once #include <vector> #include <string> #include "XML.h" #include "CoreRawBuffer.h" // base class for file or folder in the archive class XMLArchiveHierarchy { protected: std::string mFileName; bool mIsFolder=false; XMLArchiveHierarchy* mParent = nullptr; public: XMLArchiveHierarchy(const std::stri...
19.897222
124
0.642189
[ "vector" ]
f68d9549298bd68f3d7609262a28836561983642
41,180
c
C
src/C/util.c
TotallyBullshit/Latent-Factor-Models
3815cbb311da8819b686661ce7007a7cb62e0f7a
[ "BSD-3-Clause" ]
1
2016-12-06T08:45:39.000Z
2016-12-06T08:45:39.000Z
src/C/util.c
TotallyBullshit/Latent-Factor-Models
3815cbb311da8819b686661ce7007a7cb62e0f7a
[ "BSD-3-Clause" ]
null
null
null
src/C/util.c
TotallyBullshit/Latent-Factor-Models
3815cbb311da8819b686661ce7007a7cb62e0f7a
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2011, Yahoo! Inc. All rights reserved. Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. Author: Bee-Chung Chen */ #include <R.h> #include <Rmath.h> #include <R_ext/Lapack.h> #include <R_ext/Applic.h> #include "util.h" void error2(const char *filenam...
33.920923
199
0.592011
[ "vector", "model" ]
f69ae84b932d3ac84cb036f36c4c45498a4b320b
1,470
h
C
viewer/Saba/GL/Model/OBJ/GLOBJModelDrawer.h
ShinomoriRinonn/saba
af2fb19efc54ba4f49de91e373d90246a1579dfd
[ "MIT" ]
305
2017-01-10T17:20:41.000Z
2022-03-26T17:08:08.000Z
viewer/Saba/GL/Model/OBJ/GLOBJModelDrawer.h
ShinomoriRinonn/saba
af2fb19efc54ba4f49de91e373d90246a1579dfd
[ "MIT" ]
30
2017-03-14T16:20:48.000Z
2022-03-21T13:10:19.000Z
viewer/Saba/GL/Model/OBJ/GLOBJModelDrawer.h
ShinomoriRinonn/saba
af2fb19efc54ba4f49de91e373d90246a1579dfd
[ "MIT" ]
61
2017-01-10T21:54:59.000Z
2022-03-20T08:12:05.000Z
// // Copyright(c) 2016-2017 benikabocha. // Distributed under the MIT License (http://opensource.org/licenses/MIT) // #ifndef SABA_GL_MODEL_OBJ_GLOBJMODELDRAWER_H_ #define SABA_GL_MODEL_OBJ_GLOBJMODELDRAWER_H_ #include "../../../Viewer/ModelDrawer.h" #include <vector> #include <memory> #include <glm/mat4x4.hpp> ...
23.333333
86
0.755782
[ "vector", "model" ]
f6a38db2b513c44a419768c68b0445ff0fa1ae8c
1,767
c
C
nitan/kungfu/special/aishang.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
1
2019-03-27T07:25:16.000Z
2019-03-27T07:25:16.000Z
nitan/kungfu/special/aishang.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
nitan/kungfu/special/aishang.c
cantona/NT6
073f4d491b3cfe6bfbe02fbad12db8983c1b9201
[ "MIT" ]
null
null
null
#include <ansi.h> #include <combat.h> int is_scborn() { return 1; } string name() { return HIC "劍靈之哀傷" NOR; } int perform(object me, string skill, string arg) { int armor, damage, sk; string msg; if( query_temp("special2/aishang", me) ) return notify_fail("你已經處於極度的哀傷...
31.553571
104
0.529145
[ "object" ]
f6a57103714243c280ed0f404a688d98a64bf86c
404
h
C
sudoku.h
YatendraMaurya/sudoku-solver
e22c02a2ef5610fe053ee067d7ea84fab214a6b8
[ "Apache-2.0" ]
1
2018-09-23T19:01:30.000Z
2018-09-23T19:01:30.000Z
sudoku.h
Kuldip397/Sudoku_Scanner
facd4842951d82522e85b461a084817db051e8fd
[ "Apache-2.0" ]
null
null
null
sudoku.h
Kuldip397/Sudoku_Scanner
facd4842951d82522e85b461a084817db051e8fd
[ "Apache-2.0" ]
null
null
null
#ifndef SUDOKU #define SUDOKU #include "opencv2/ml.hpp" #include <opencv2/opencv.hpp> #include <iostream> using namespace std; using namespace cv; using namespace ml; class sudoku { public: sudoku(); Mat preproces(Mat image); Mat outer_box(Mat box, Mat image); vector<Mat> small_box(Mat box); Ptr<KNearest> train...
16.833333
63
0.740099
[ "vector" ]
f6ac6a6256b6023d983862dc5ed41eb1fe25fc42
10,960
h
C
Samples/Live/MicrosoftStoreServicesClient/MicrosoftStoreServicesClient.h
acidburn0zzz/Xbox-GDK-Samples
0a998ca467f923aa04bd124a5e5ca40fe16c386c
[ "MIT" ]
1
2021-12-30T09:49:18.000Z
2021-12-30T09:49:18.000Z
Samples/Live/MicrosoftStoreServicesClient/MicrosoftStoreServicesClient.h
acidburn0zzz/Xbox-GDK-Samples
0a998ca467f923aa04bd124a5e5ca40fe16c386c
[ "MIT" ]
null
null
null
Samples/Live/MicrosoftStoreServicesClient/MicrosoftStoreServicesClient.h
acidburn0zzz/Xbox-GDK-Samples
0a998ca467f923aa04bd124a5e5ca40fe16c386c
[ "MIT" ]
null
null
null
//-------------------------------------------------------------------------------------- // MicrosoftStoreServicesClient.h // // Advanced Technology Group (ATG) // Copyright (C) Microsoft Corporation. All rights reserved. //-------------------------------------------------------------------------------------- #...
36.171617
111
0.610493
[ "render", "vector" ]
f6b33d819986c745f93db1e198778639cbaf81e6
1,016
h
C
OpenTESArena/src/Rendering/VoxelRenderDefinition.h
TotalCaesar659/OpenTESArena
e72eda7a5e03869309b5ed7375f432d0ad826ff3
[ "MIT" ]
742
2016-03-09T17:18:55.000Z
2022-03-21T07:23:47.000Z
OpenTESArena/src/Rendering/VoxelRenderDefinition.h
TotalCaesar659/OpenTESArena
e72eda7a5e03869309b5ed7375f432d0ad826ff3
[ "MIT" ]
196
2016-06-07T15:19:21.000Z
2021-12-12T16:50:58.000Z
OpenTESArena/src/Rendering/VoxelRenderDefinition.h
TotalCaesar659/OpenTESArena
e72eda7a5e03869309b5ed7375f432d0ad826ff3
[ "MIT" ]
85
2016-04-17T13:25:16.000Z
2022-03-25T06:45:15.000Z
#ifndef VOXEL_RENDER_DEFINITION_H #define VOXEL_RENDER_DEFINITION_H #include <array> #include "RectangleRenderDefinition.h" // Common voxel render data usable by all renderers. Can be pointed to by multiple voxel // render instances. Each voxel render definition's coordinate is implicitly defined by its // XYZ grid ...
29.882353
100
0.748031
[ "render" ]
f6b435bff7495170ec6ed0f77aa7981bd33422c5
1,448
h
C
GPUFilterGeneralScene/GPUFilterVideoPlayerScene.h
douzhongqiang/GPUFilterEngine
8b4a8595440331a0a2ace6cd91db24785a7a8350
[ "MIT" ]
4
2021-05-03T15:32:28.000Z
2021-08-31T11:45:40.000Z
GPUFilterGeneralScene/GPUFilterVideoPlayerScene.h
douzhongqiang/GPUFilterEngine
8b4a8595440331a0a2ace6cd91db24785a7a8350
[ "MIT" ]
1
2021-06-29T13:22:27.000Z
2021-06-29T13:22:27.000Z
GPUFilterGeneralScene/GPUFilterVideoPlayerScene.h
douzhongqiang/GPUFilterEngine
8b4a8595440331a0a2ace6cd91db24785a7a8350
[ "MIT" ]
3
2021-06-28T08:08:04.000Z
2021-08-31T11:45:46.000Z
#ifndef GPUFILTERVIDEOPLAYERSCENE_H #define GPUFILTERVIDEOPLAYERSCENE_H #include "OpenGLCore/GPUFilterScene.h" #include "GPUFilterGeneralScene_global.h" #include <QObject> #include <QtOpenGL> class GPUFilterGeometryRect; class GPUFilterMaterial; class GPUFilterModel; class GPUFILTERGENERALSCENE_EXPORT GPUFilterVideoP...
26.327273
89
0.767956
[ "render", "model" ]
f6be61cea52e94d35c8b4b753f46f62b0d95b115
1,071
h
C
apiwznm/WznmQVerRef1NFile.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
3
2020-09-20T16:24:48.000Z
2021-12-01T19:44:51.000Z
apiwznm/WznmQVerRef1NFile.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
null
null
null
apiwznm/WznmQVerRef1NFile.h
mpsitech/wznm-WhizniumSBE
4911d561b28392d485c46e98fb915168d82b3824
[ "MIT" ]
null
null
null
/** * \file WznmQVerRef1NFile.h * API code for table TblWznmQVerRef1NFile (declarations) * \copyright (C) 2016-2020 MPSI Technologies GmbH * \author Alexander Wirthmueller (auto-generation) * \date created: 5 Dec 2020 */ // IP header --- ABOVE #ifndef WZNMQVERREF1NFILE_H #define WZNMQVERREF1NFILE_H #include <s...
20.596154
92
0.742297
[ "vector" ]
f6bf6ab86287fbee6dcce2b1fbc6d76be18ec046
588
h
C
libstreetmap/src/Street.h
willshi88/Map-App
b13f75e33d53e517875c1c771558345517ab61fb
[ "MIT" ]
null
null
null
libstreetmap/src/Street.h
willshi88/Map-App
b13f75e33d53e517875c1c771558345517ab61fb
[ "MIT" ]
null
null
null
libstreetmap/src/Street.h
willshi88/Map-App
b13f75e33d53e517875c1c771558345517ab61fb
[ "MIT" ]
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: Street.h * Author: chenhu49 * * Created on January 30, 2018, 10:00 PM */ #ifndef STREET_H #define STREET_H #inclu...
17.818182
79
0.69898
[ "vector" ]
f6c34e11125303ea4f608f1aea1d95972919132d
44,083
c
C
runtime/libc/wasi/wasi_impl_minimal.c
Others/silverfish
acc4cadf97a6bdbccc283cff2e75a307b57d4297
[ "BSD-3-Clause" ]
13
2019-03-27T18:57:02.000Z
2019-11-13T15:56:46.000Z
runtime/libc/wasi/wasi_impl_minimal.c
Others/silverfish
acc4cadf97a6bdbccc283cff2e75a307b57d4297
[ "BSD-3-Clause" ]
3
2019-10-01T19:32:40.000Z
2019-11-16T20:36:14.000Z
runtime/libc/wasi/wasi_impl_minimal.c
Others/silverfish
acc4cadf97a6bdbccc283cff2e75a307b57d4297
[ "BSD-3-Clause" ]
4
2019-06-07T21:28:20.000Z
2019-11-13T20:10:35.000Z
#include <assert.h> #include <errno.h> #include <fcntl.h> #include <limits.h> #include <math.h> #include <printf.h> #include <setjmp.h> #include <signal.h> #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> #include <sys/stat.h> #in...
37.710009
120
0.692149
[ "object" ]
f6cf8718c1718e4c977c6c8ec50b09fc70464a4b
1,574
h
C
Source/Clem/Rendering/Renderer.h
ShenMian/Clementine
a4d733e5f89141a7f00a043c73f0819eb3e277a8
[ "Apache-2.0" ]
46
2020-08-27T14:30:50.000Z
2021-12-10T05:45:07.000Z
Source/Clem/Rendering/Renderer.h
ShenMian/Clementine
a4d733e5f89141a7f00a043c73f0819eb3e277a8
[ "Apache-2.0" ]
2
2021-10-08T01:04:56.000Z
2021-12-10T08:20:08.000Z
Source/Clem/Rendering/Renderer.h
ShenMian/Clementine
a4d733e5f89141a7f00a043c73f0819eb3e277a8
[ "Apache-2.0" ]
6
2020-09-05T08:41:13.000Z
2022-03-26T02:31:26.000Z
// Copyright 2021 SMS // License(Apache-2.0) #pragma once #include "Components/Components.h" #include "Core/Math/Math.h" #include "ECS/Entity.h" #include "Platform.h" #ifdef OS_WIN # include <d3d12.h> #endif #include "Rendering_/Rendering.h" #include <memory> namespace clem { class Shader; class VertexArray; ...
15.74
128
0.569886
[ "transform" ]
f6dc6abd55a42966d9b5c75a6178abfbb2c16d53
2,184
h
C
OpenTESArena/src/Rendering/Texture.h
pcercuei/OpenTESArena
38804e75bd4cd0d670539d78d26e8da44b46969f
[ "MIT" ]
1
2021-08-18T21:31:48.000Z
2021-08-18T21:31:48.000Z
OpenTESArena/src/Rendering/Texture.h
pcercuei/OpenTESArena
38804e75bd4cd0d670539d78d26e8da44b46969f
[ "MIT" ]
null
null
null
OpenTESArena/src/Rendering/Texture.h
pcercuei/OpenTESArena
38804e75bd4cd0d670539d78d26e8da44b46969f
[ "MIT" ]
null
null
null
#ifndef TEXTURE_H #define TEXTURE_H #include <vector> #include "../Math/Float4.h" // With the change to TextureReferences, this class might be obsolete. Textures // are copied to the kernel buffers in the CLProgram, so there isn't really an // in-between or a use for this class on the host. // They are...
42.823529
95
0.700092
[ "vector" ]
f6e1751ef109ea6f45324452cb44d8c8982b61e7
4,419
h
C
src/compute/skc/platforms/cl_12/raster_builder_cl_12.h
pospx/external_skia
7a135275c9fc2a4b3cbdcf9a96e7102724752234
[ "BSD-3-Clause" ]
6
2018-10-20T10:53:55.000Z
2021-12-25T07:58:57.000Z
src/compute/skc/platforms/cl_12/raster_builder_cl_12.h
pospx/external_skia
7a135275c9fc2a4b3cbdcf9a96e7102724752234
[ "BSD-3-Clause" ]
3
2020-04-26T17:03:31.000Z
2020-04-28T14:55:33.000Z
src/compute/skc/platforms/cl_12/raster_builder_cl_12.h
pospx/external_skia
7a135275c9fc2a4b3cbdcf9a96e7102724752234
[ "BSD-3-Clause" ]
57
2016-12-29T02:00:25.000Z
2021-11-16T01:22:50.000Z
/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can * be found in the LICENSE file. * */ #ifndef SKC_RASTER_BUILDER_CL_12_ONCE #define SKC_RASTER_BUILDER_CL_12_ONCE // // // #include "types.h" #include "macros.h" #include "common.h" // // FIXME -- these magi...
26.620482
146
0.746096
[ "transform" ]
f6e6f068aa3fb891597f181687bf778d1e42c056
2,049
h
C
src/QNDNSClient.h
khoih-prog/QNEthernet
a1da7dd30c79bcb94e7d36dddb4adf856967214e
[ "MIT" ]
13
2021-09-03T03:28:19.000Z
2022-03-28T14:17:28.000Z
src/QNDNSClient.h
khoih-prog/QNEthernet
a1da7dd30c79bcb94e7d36dddb4adf856967214e
[ "MIT" ]
5
2021-09-03T05:12:25.000Z
2022-03-23T14:35:26.000Z
src/QNDNSClient.h
khoih-prog/QNEthernet
a1da7dd30c79bcb94e7d36dddb4adf856967214e
[ "MIT" ]
8
2021-08-29T06:03:46.000Z
2022-03-08T14:58:12.000Z
// SPDX-FileCopyrightText: (c) 2021 Shawn Silverman <shawn@pobox.com> // SPDX-License-Identifier: MIT // QNDNSClient.h defines the DNS client interface. // This file is part of the QNEthernet library. #ifndef QNE_DNSCLIENT_H_ #define QNE_DNSCLIENT_H_ // C++ includes #include <functional> #include <IPAddress.h> #in...
29.695652
80
0.696437
[ "object" ]
f6ef66f3b2cea5c407958c0950e4a55e7f7cc027
6,155
h
C
src/include/lwm2mObjects/3357.h
henris42/wakaamaNode
0b0200c43528483f709b427466638c9ea1a32cd5
[ "MIT" ]
10
2016-05-16T07:48:21.000Z
2018-04-27T05:57:32.000Z
src/include/lwm2mObjects/3357.h
taubel/libWakaamaEmb
88758d64e30e8f0044fbf3b4e32731ac994c5731
[ "MIT" ]
13
2018-06-12T08:43:17.000Z
2019-06-10T11:05:13.000Z
src/include/lwm2mObjects/3357.h
taubel/libWakaamaEmb
88758d64e30e8f0044fbf3b4e32731ac994c5731
[ "MIT" ]
9
2019-11-17T01:54:07.000Z
2020-12-20T14:05:57.000Z
#pragma once // Automatically generated header file #include "lwm2m/objects.h" namespace KnownObjects { namespace id3357 { // Custom, overrideable types for Opaque and String resources /* \brief Class for object 3357 - rrcStateChangeEvent * Current RRC state change information, including the event that triggered t...
123.1
2,283
0.8
[ "object" ]
6e5488500673812ce8c9714b2187f2a7be939211
3,279
h
C
src/Utils/Vector3.h
DorianBDev/Raytracing
53268ebf621d09773826b2e6948b8e4000b9ef7c
[ "MIT" ]
6
2021-02-18T16:43:20.000Z
2022-03-11T15:14:09.000Z
src/Utils/Vector3.h
SMBDFather/Raytracing
53268ebf621d09773826b2e6948b8e4000b9ef7c
[ "MIT" ]
null
null
null
src/Utils/Vector3.h
SMBDFather/Raytracing
53268ebf621d09773826b2e6948b8e4000b9ef7c
[ "MIT" ]
null
null
null
#ifndef H_RAYTRACING_VECTOR3_H #define H_RAYTRACING_VECTOR3_H #include "Matrix.h" /** * @class Vector3 * @brief 3D Vector. * * @see Matrix */ class Vector3 : public Matrix { public: /** * @brief Create an empty 3D vector. */ Vector3(); /** * @brief Create an empty 3D vector. * ...
23.091549
68
0.597133
[ "vector", "3d" ]
6e55d381bf65ba30b8ebf778b0b4bb2ead1d7071
2,989
h
C
Modules/_ctypes/darwin/dlfcn.h
Krrishdhaneja/cpython
9ae9ad8ba35cdcece7ded73cd2207e4f8cb85578
[ "0BSD" ]
1
2020-10-25T16:33:22.000Z
2020-10-25T16:33:22.000Z
Modules/_ctypes/darwin/dlfcn.h
Krrishdhaneja/cpython
9ae9ad8ba35cdcece7ded73cd2207e4f8cb85578
[ "0BSD" ]
null
null
null
Modules/_ctypes/darwin/dlfcn.h
Krrishdhaneja/cpython
9ae9ad8ba35cdcece7ded73cd2207e4f8cb85578
[ "0BSD" ]
null
null
null
/* Copyright (c) 2002 Jorge Acereda <jacereda@users.sourceforge.net> & Peter O'Gorman <ogorman@users.sourceforge.net> Portions may be copyright others, see the AUTHORS file included with this distribution. Maintained by Peter O'Gorman <ogorman@users.sourceforge.net> Bu...
35.164706
76
0.711609
[ "object" ]
6e5f0ce7604aa1b896b64144e120c72fa3676933
1,010
h
C
dep/include/yse/implementations/listenerImplementation.h
ChrSacher/MyEngine
8fe71fd9e84b9536148e0d4ebb4e53751ab49ce8
[ "Apache-2.0" ]
2
2015-10-27T21:36:59.000Z
2017-03-17T21:52:19.000Z
dep/include/yse/implementations/listenerImplementation.h
ChrSacher/MyEngine
8fe71fd9e84b9536148e0d4ebb4e53751ab49ce8
[ "Apache-2.0" ]
null
null
null
dep/include/yse/implementations/listenerImplementation.h
ChrSacher/MyEngine
8fe71fd9e84b9536148e0d4ebb4e53751ab49ce8
[ "Apache-2.0" ]
null
null
null
/* ============================================================================== listenerImplementation.h Created: 30 Jan 2014 4:22:09pm Author: yvan ============================================================================== */ #ifndef LISTENERIMPLEMENTATION_H_INCLUDED #define LISTENERIMPLEMENT...
20.612245
80
0.559406
[ "vector" ]
6e63f6d7accab711874e06879b7170cff86dfa26
2,102
c
C
Labs/Lab3/lab-3-timers-and-interrupts-dawsontorch/Button Interrupt/MSP430FR6989/main.c
djtorch26/EmbeddedSystems
bff510aa95a0f361c905c6d931b6d1ff4c0854f8
[ "MIT" ]
null
null
null
Labs/Lab3/lab-3-timers-and-interrupts-dawsontorch/Button Interrupt/MSP430FR6989/main.c
djtorch26/EmbeddedSystems
bff510aa95a0f361c905c6d931b6d1ff4c0854f8
[ "MIT" ]
null
null
null
Labs/Lab3/lab-3-timers-and-interrupts-dawsontorch/Button Interrupt/MSP430FR6989/main.c
djtorch26/EmbeddedSystems
bff510aa95a0f361c905c6d931b6d1ff4c0854f8
[ "MIT" ]
null
null
null
#include <msp430.h> static volatile int interruptFlag = 0; //variable to change up or down /** * Author: Dawson Tocarchick * Version 1.0 | September 2019 * Button Interrupt Code for the FR6989 board. * */ void main(void) { WDTCTL = WDTPW | WDTHOLD; // stop watchdog timer PM5CTL0 &= ~LOCKLPM5; ...
32.84375
86
0.530923
[ "vector" ]
6e6d44be6a8e9121bf02027476899217e5427670
58,851
h
C
Dependencies/Build/mac/include/faust/gui/QTUI.h
SKyzZz/test
9b03adce666adb85e5ae2d8af5262e0acb4b91e1
[ "Zlib" ]
2
2020-10-25T09:03:03.000Z
2021-06-24T13:20:01.000Z
Dependencies/Build/mac/include/faust/gui/QTUI.h
SKyzZz/test
9b03adce666adb85e5ae2d8af5262e0acb4b91e1
[ "Zlib" ]
null
null
null
Dependencies/Build/mac/include/faust/gui/QTUI.h
SKyzZz/test
9b03adce666adb85e5ae2d8af5262e0acb4b91e1
[ "Zlib" ]
null
null
null
/************************** BEGIN QTUI.h **************************/ /************************************************************************ FAUST Architecture File Copyright (C) 2003-2017 GRAME, Centre National de Creation Musicale --------------------------------------------------------------------- This Archit...
31.187599
161
0.521198
[ "object", "vector", "solid" ]
6e6e15d3739414edaeffa67f89206d7635e3a169
2,379
h
C
suoyi/Model/ModelBtn/ModelBtn.h
Pingping22/suoyi
fa8d286424c123527dc4b603c5d1430095e87279
[ "MIT" ]
null
null
null
suoyi/Model/ModelBtn/ModelBtn.h
Pingping22/suoyi
fa8d286424c123527dc4b603c5d1430095e87279
[ "MIT" ]
null
null
null
suoyi/Model/ModelBtn/ModelBtn.h
Pingping22/suoyi
fa8d286424c123527dc4b603c5d1430095e87279
[ "MIT" ]
null
null
null
// // ModelBtn.h // 乐销 // // Created by 隋林栋 on 2016/12/20. // Copyright © 2016年 ping. All rights reserved. // #import <Foundation/Foundation.h> @interface ModelBtn : NSObject @property (nonatomic, strong) NSString * imageName; @property (nonatomic, strong) NSString * highImageName; @property (nonatomic, strong) ...
37.761905
95
0.651114
[ "model" ]
6e78e2021d8549bf0c4e1bc6fc0306bd0de81ffd
2,739
h
C
resources/SFML Extensions/AnimSprite.h
xX-Void-Xx/Void-Engine
e0ed26a9f47716d7ee9733db56abe3b08431f782
[ "MIT" ]
null
null
null
resources/SFML Extensions/AnimSprite.h
xX-Void-Xx/Void-Engine
e0ed26a9f47716d7ee9733db56abe3b08431f782
[ "MIT" ]
null
null
null
resources/SFML Extensions/AnimSprite.h
xX-Void-Xx/Void-Engine
e0ed26a9f47716d7ee9733db56abe3b08431f782
[ "MIT" ]
null
null
null
#pragma once #include <unordered_map> #include "SFML/Graphics.hpp" #include "Engine/resources/AnimationHandler.h" namespace VEngine { class AnimSprite : public sf::Drawable ,public sf::Transformable { public: AnimSprite(); ~AnimSprite(); void update(); bool addAnimation(const std::strin...
43.47619
188
0.726177
[ "transform" ]
6e7b01ea985003e146e190120a2141ae71379be1
21,898
h
C
dict/dict.h
mk219533/tesseract-ocr
f44ac865b072e3924f0cb3e205eb396d9cd14516
[ "Apache-2.0" ]
1
2015-10-24T13:46:18.000Z
2015-10-24T13:46:18.000Z
dict/dict.h
mk219533/tesseract-ocr
f44ac865b072e3924f0cb3e205eb396d9cd14516
[ "Apache-2.0" ]
null
null
null
dict/dict.h
mk219533/tesseract-ocr
f44ac865b072e3924f0cb3e205eb396d9cd14516
[ "Apache-2.0" ]
null
null
null
/////////////////////////////////////////////////////////////////////// // File: dict.h // Description: dict class. // Author: Samuel Charron // // (C) Copyright 2006, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Li...
45.337474
80
0.666225
[ "vector" ]
6e7d40d4dd4a622dd2104ec333f560bf511ed681
47,673
h
C
Nimble Engine Library/include/Nimble/Errors/ErrorValues.h
AiLovesAi/Nimble-Engine
d285cff5855d45477d042245db6666c3438b874f
[ "MIT" ]
2
2021-02-19T17:48:45.000Z
2021-11-14T20:31:31.000Z
Nimble Engine Library/include/Nimble/Errors/ErrorValues.h
AiLovesAi/Nimble-Engine
d285cff5855d45477d042245db6666c3438b874f
[ "MIT" ]
null
null
null
Nimble Engine Library/include/Nimble/Errors/ErrorValues.h
AiLovesAi/Nimble-Engine
d285cff5855d45477d042245db6666c3438b874f
[ "MIT" ]
null
null
null
#include "../NimbleLicense.h" /* * ErrorValues.h * Nimble Engine * * Created by Avery Aaron on 2020-12-05. * Copyright (C) 2020-2021 Avery Aaron <business.loveai@gmail.com> * */ /** * @file ErrorValues.h * @author Avery Aaron * @copyright * @parblock * The MIT License (MIT) * Copyright (C)...
53.265922
114
0.662388
[ "object" ]
6e7f485f4a48c96aacef3b330f37c1323a49cac0
15,992
h
C
ds/include/tencentcloud/ds/v20180523/DsClient.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
null
null
null
ds/include/tencentcloud/ds/v20180523/DsClient.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
null
null
null
ds/include/tencentcloud/ds/v20180523/DsClient.h
li5ch/tencentcloud-sdk-cpp
12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4
[ "Apache-2.0" ]
null
null
null
/* * 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 ...
73.022831
228
0.733367
[ "model" ]
6e85151b7d6cfff5887d89e808f687df23f373e3
2,218
h
C
sources/BaiduBCEBOS.framework/Versions/A/Headers/BaiduBCEBOS.h
liuqinghao/BaiduUploadService
393612980a9cd049fed41e20a2b085e3e3128461
[ "MIT" ]
1
2019-06-19T06:52:56.000Z
2019-06-19T06:52:56.000Z
sources/BaiduBCEBOS.framework/Versions/A/Headers/BaiduBCEBOS.h
liuqinghao/BaiduUploadService
393612980a9cd049fed41e20a2b085e3e3128461
[ "MIT" ]
1
2018-08-23T21:43:25.000Z
2018-08-23T21:43:25.000Z
sources/BaiduBCEBOS.framework/Versions/A/Headers/BaiduBCEBOS.h
liuqinghao/BaiduUploadService
393612980a9cd049fed41e20a2b085e3e3128461
[ "MIT" ]
1
2019-01-16T09:14:16.000Z
2019-01-16T09:14:16.000Z
/* * Copyright (c) 2016 Baidu.com, 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. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
38.241379
118
0.812444
[ "object", "model" ]
6e8bf21634cc4bb7488be1a9bebfa5c18123a404
9,678
c
C
krb5/src/ccapi/common/cci_array_internal.c
kbore/pbis-open
a05eb9309269b6402b4d6659bc45961986ea5eab
[ "Apache-2.0" ]
372
2016-10-28T10:50:35.000Z
2022-03-18T19:54:37.000Z
krb5/src/ccapi/common/cci_array_internal.c
kbore/pbis-open
a05eb9309269b6402b4d6659bc45961986ea5eab
[ "Apache-2.0" ]
317
2016-11-02T17:41:48.000Z
2021-11-08T20:28:19.000Z
krb5/src/ccapi/common/cci_array_internal.c
kenferrara/pbis-open
690c325d947b2bf6fb3032f9d660e41b94aea4be
[ "Apache-2.0" ]
107
2016-11-03T19:25:16.000Z
2022-03-20T21:15:22.000Z
/* * $Header$ * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * * Export of this software from the United States of America may * require a specific license from the United States Government. * It is the responsibility of any person or organization contemplating * export ...
30.821656
90
0.56365
[ "object" ]
6e942530f25324be39b27893d42ff7f243212892
5,660
h
C
llvm/include/llvm/Analysis/Delinearization.h
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
2,338
2018-06-19T17:34:51.000Z
2022-03-31T11:00:37.000Z
llvm/include/llvm/Analysis/Delinearization.h
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
3,740
2019-01-23T15:36:48.000Z
2022-03-31T22:01:13.000Z
llvm/include/llvm/Analysis/Delinearization.h
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
500
2019-01-23T07:49:22.000Z
2022-03-30T02:59:37.000Z
//===---- Delinearization.h - MultiDimensional Index Delinearization ------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
40.719424
80
0.655124
[ "object", "shape" ]
6e94a549a0d277de2e6c9c763358830adaa80952
9,448
c
C
daikon/tools/hierarchical/difftbl.c
eurecom-s3/invscov
a2596c811854a7934b5f605940d651b3a69d08a9
[ "Apache-2.0" ]
41
2021-06-03T19:57:04.000Z
2022-02-16T02:41:29.000Z
daikon/tools/hierarchical/difftbl.c
diewufeihong/invscov
a2596c811854a7934b5f605940d651b3a69d08a9
[ "Apache-2.0" ]
4
2021-06-07T19:32:18.000Z
2022-02-03T14:14:37.000Z
daikon/tools/hierarchical/difftbl.c
diewufeihong/invscov
a2596c811854a7934b5f605940d651b3a69d08a9
[ "Apache-2.0" ]
4
2021-06-15T09:28:40.000Z
2022-01-29T06:07:28.000Z
/* * file: difftbl.c * * (c) P. Kleiweg 1998 - 2004 * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2, * or (at your option) any later version. * */ #define my_VERSION "1.04"...
19.932489
98
0.495025
[ "vector", "model" ]
6eab4c68477e3b6ca341f81aedba7e857c9c8ce3
8,982
h
C
ReOSC/Frameworks/VVBasics.framework/Versions/A/Headers/VVBasicMacros.h
LDM-EPFL/ReOSC
66456a34dad7af52c5230f58a7ca0bef61e77d13
[ "Unlicense", "MIT" ]
1
2021-04-10T09:29:45.000Z
2021-04-10T09:29:45.000Z
ReOSC/Frameworks/VVBasics.framework/Versions/Current/Headers/VVBasicMacros.h
LDM-EPFL/ReOSC
66456a34dad7af52c5230f58a7ca0bef61e77d13
[ "Unlicense", "MIT" ]
null
null
null
ReOSC/Frameworks/VVBasics.framework/Versions/Current/Headers/VVBasicMacros.h
LDM-EPFL/ReOSC
66456a34dad7af52c5230f58a7ca0bef61e77d13
[ "Unlicense", "MIT" ]
null
null
null
// macros for checking to see if something is nil, and if it's not releasing and setting it to nil #define VVRELEASE(item) {if (item != nil) { \ [item release]; \ item = nil; \ }} #define VVAUTORELEASE(item) {if (item != nil) { \ [item autorelease]; \ item = nil; \ }} // ...
39.052174
129
0.598085
[ "object" ]
c6dd3c4175c7b0d862adf661e83a4206e5c272bb
1,819
h
C
lib/ast/delayed_definitions.h
Shachar/practical-sa
01ad8a5d60d2cb09760a38acf229331885dae538
[ "BSL-1.0" ]
1
2020-02-01T18:05:43.000Z
2020-02-01T18:05:43.000Z
lib/ast/delayed_definitions.h
Shachar/practical-sa
01ad8a5d60d2cb09760a38acf229331885dae538
[ "BSL-1.0" ]
17
2019-03-13T08:51:37.000Z
2020-12-05T18:18:44.000Z
lib/ast/delayed_definitions.h
Shachar/practical
01ad8a5d60d2cb09760a38acf229331885dae538
[ "BSL-1.0" ]
1
2018-09-25T15:30:50.000Z
2018-09-25T15:30:50.000Z
/* This file is part of the Practical programming langauge. https://github.com/Practical/practical-sa * * To the extent header files enjoy copyright protection, this file is file is copyright (C) 2021 by its authors * You can see the file's authors in the AUTHORS file in the project's home repository. * * This is ...
26.75
117
0.737768
[ "vector" ]
c6e1bfdf5a17ff5c3279bdea06bef1c5aebcd9da
1,645
h
C
Project/include/GameManager.h
ishohois/DivisionEngine2D
3e38c2bf39e54b743bd01281980c4bdc502c93e4
[ "MIT" ]
null
null
null
Project/include/GameManager.h
ishohois/DivisionEngine2D
3e38c2bf39e54b743bd01281980c4bdc502c93e4
[ "MIT" ]
1
2021-12-14T08:33:06.000Z
2021-12-14T08:33:06.000Z
Project/include/GameManager.h
ishohois/DivisionEngine2D
3e38c2bf39e54b743bd01281980c4bdc502c93e4
[ "MIT" ]
null
null
null
#ifndef GAMEMANAGER_H #define GAMEMANAGER_H #include "GameObject.h" #include <vector> #include <SDL2/SDL.h> #include "BoxCollider2D.h" namespace diva { class GameManager { /*Denna klass är vad som håller koll på vad som finns i spelet. Om man vill lägga till någonting måste man använda denna. Den är g...
29.909091
160
0.618237
[ "render", "vector" ]
c6e5420bf205a045382670844c4a4920a6f9882c
3,640
h
C
production_apps/BEM4I/BEBilinearForm.h
readex-eu/readex-apps
38493b11806c306f4e8f1b7b2d97764b45fac8e2
[ "BSD-3-Clause" ]
2
2020-11-25T13:10:11.000Z
2021-03-15T20:26:35.000Z
production_apps/BEM4I/BEBilinearForm.h
readex-eu/readex-apps
38493b11806c306f4e8f1b7b2d97764b45fac8e2
[ "BSD-3-Clause" ]
null
null
null
production_apps/BEM4I/BEBilinearForm.h
readex-eu/readex-apps
38493b11806c306f4e8f1b7b2d97764b45fac8e2
[ "BSD-3-Clause" ]
1
2018-09-30T19:04:38.000Z
2018-09-30T19:04:38.000Z
/*! * @file BEBilinearForm.h * @author Michal Merta * @date July 12, 2013 * @brief Header file for pure virtual class BEBilinearForm * */ #ifndef BEBILINEARFORM_H #define BEBILINEARFORM_H #include <algorithm> #include <omp.h> #include <new> #include "FullMatrix.h" #include "FastBESpace.h" #include "...
20.681818
74
0.663187
[ "vector" ]
c6e8836cb337f631807e7a651c85dcc495890bbb
974
h
C
include/evjson_tokenizer.h
evol3D/evjson
21b7dff7c6466a248916abe85b20fefbcdaec498
[ "MIT" ]
null
null
null
include/evjson_tokenizer.h
evol3D/evjson
21b7dff7c6466a248916abe85b20fefbcdaec498
[ "MIT" ]
null
null
null
include/evjson_tokenizer.h
evol3D/evjson
21b7dff7c6466a248916abe85b20fefbcdaec498
[ "MIT" ]
null
null
null
#ifndef EVJSON_TOKENIZER_HEADER #define EVJSON_TOKENIZER_HEADER #include <evstr.h> #include <vec.h> typedef enum { EVJS_TOK_RES_OK, EVJS_TOK_RES_OOM, EVJS_TOK_RES_INVALIDJSON, } evjs_tok_res; #define TOKTYPE_LIST \ TOKTYPE(OBJECT) \ TOKTYPE(ARRAY) \ TOKTYPE(STRING) \ TOKTYPE(NUMBER) \ T...
18.037037
52
0.740246
[ "object" ]
c6f975a82bc061305fd5da499f7030f681b71ce6
2,592
h
C
VivienneVMM/nt.h
fengjixuchui/VivienneVMM
0d8ecef1123d0ea1620c7156f3ea0f4c1aab1447
[ "MIT" ]
621
2018-07-29T17:01:54.000Z
2022-03-28T19:20:25.000Z
VivienneVMM/nt.h
fengjixuchui/VivienneVMM
0d8ecef1123d0ea1620c7156f3ea0f4c1aab1447
[ "MIT" ]
15
2019-01-06T03:57:20.000Z
2021-05-29T02:56:31.000Z
VivienneVMM/nt.h
fengjixuchui/VivienneVMM
0d8ecef1123d0ea1620c7156f3ea0f4c1aab1447
[ "MIT" ]
147
2018-07-29T17:10:09.000Z
2022-03-11T17:00:56.000Z
#pragma once #include <ntddk.h> #define SEC_NO_CHANGE 0x400000 #define IS_ALIGNED(_pointer, _alignment) \ ((((ULONG_PTR) (_pointer)) & ((_alignment) - 1)) == 0) #pragma warning(push) #pragma warning(disable : 4201) // Nonstandard extension: nameless struct/union typedef struct _KAPC_STATE { LIST_ENTRY ...
19.636364
79
0.738812
[ "object" ]
0506a8489943128ab9d181fb009a8deef2e525c5
388
h
C
HDMap/include/map_api/msg/std_msgs_MultiArrayLayout.h
1335654481ren/autoparking
a36ffaa1f787329b5e8324beb261059d6c0bd63f
[ "MIT" ]
2
2019-10-16T06:48:35.000Z
2019-10-22T16:06:30.000Z
HDMap/include/map_api/msg/std_msgs_MultiArrayLayout.h
1335654481ren/autoparking
a36ffaa1f787329b5e8324beb261059d6c0bd63f
[ "MIT" ]
null
null
null
HDMap/include/map_api/msg/std_msgs_MultiArrayLayout.h
1335654481ren/autoparking
a36ffaa1f787329b5e8324beb261059d6c0bd63f
[ "MIT" ]
1
2019-10-16T08:15:01.000Z
2019-10-16T08:15:01.000Z
#ifndef STD_MSGS_MULTIARRAYLAYOUT_H #define STD_MSGS_MULTIARRAYLAYOUT_H #include "std_msgs_MultiArrayDimension.h" #include <string> #include <vector> using namespace std; namespace std_msgs { class MultiArrayLayout { public: MultiArrayLayout() {}; ~MultiArrayLayout() {}; vector<std_msgs::MultiArrayDimension> ...
16.869565
44
0.775773
[ "vector" ]
05082d354b76828165ef19caf0294ab70416b9cd
25,762
h
C
include/rtl/tf/RigidTfND.h
Robotics-BUT/Robotic-Template-Library
a93b31f5a8f5b12fbbd5fa134a714ea0f82c1578
[ "MIT" ]
8
2020-04-22T09:46:14.000Z
2022-03-17T00:09:38.000Z
include/rtl/tf/RigidTfND.h
Robotics-BUT/Robotic-Template-Library
a93b31f5a8f5b12fbbd5fa134a714ea0f82c1578
[ "MIT" ]
1
2020-08-11T07:24:14.000Z
2020-10-05T12:47:05.000Z
include/rtl/tf/RigidTfND.h
Robotics-BUT/Robotic-Template-Library
a93b31f5a8f5b12fbbd5fa134a714ea0f82c1578
[ "MIT" ]
null
null
null
// This file is part of the Robotic Template Library (RTL), a C++ // template library for usage in robotic research and applications // under the MIT licence: // // Copyright 2020 Brno University of Technology // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and ass...
37.553936
191
0.620992
[ "object", "vector", "transform", "3d" ]
051ab5bd97fa8b7712fee6876a8b92c094d3d721
713
h
C
examples/arap_mesh_deformation/src/CeresSolver.h
zhangxaochen/Opt
7f1af802bfc84cc9ef1adb9facbe4957078f529a
[ "MIT" ]
260
2017-03-02T19:57:51.000Z
2022-01-21T03:52:03.000Z
examples/arap_mesh_deformation/src/CeresSolver.h
zhangxaochen/Opt
7f1af802bfc84cc9ef1adb9facbe4957078f529a
[ "MIT" ]
102
2017-03-03T00:42:56.000Z
2022-03-30T14:15:20.000Z
examples/arap_mesh_deformation/src/CeresSolver.h
zhangxaochen/Opt
7f1af802bfc84cc9ef1adb9facbe4957078f529a
[ "MIT" ]
71
2017-03-02T20:22:33.000Z
2022-01-02T03:49:04.000Z
#pragma once #include <vector> #include "../../shared/SolverIteration.h" #include "../../shared/CeresSolverBase.h" class CeresSolver : public CeresSolverBase { public: CeresSolver(const std::vector<unsigned int>& dims, SimpleMesh* _mesh) : CeresSolverBase(dims), m_mesh(_mesh){} virtual double solve(const Nam...
32.409091
172
0.764376
[ "vector" ]
051e27bffb990a77f8eea88f8eddf201e9bc1e39
6,957
h
C
Engine_System/EntityFunctionTemplates.h
freean2468/cell_and_data
4afa58d9a48c56e71d56e965ee70ce9831bf9b57
[ "MIT" ]
null
null
null
Engine_System/EntityFunctionTemplates.h
freean2468/cell_and_data
4afa58d9a48c56e71d56e965ee70ce9831bf9b57
[ "MIT" ]
null
null
null
Engine_System/EntityFunctionTemplates.h
freean2468/cell_and_data
4afa58d9a48c56e71d56e965ee70ce9831bf9b57
[ "MIT" ]
null
null
null
#ifndef GAME_ENTITY_FUNCTION_TEMPLATES #define GAME_ENTITY_FUNCTION_TEMPLATES ////////////////////////////////////////////////////////////////////////// // // Some useful template functions // ////////////////////////////////////////////////////////////////////////// #include "../Game_Factor/Obstacle.h" //---------...
37.403226
106
0.569067
[ "vector" ]
051e2d179debf1cfefa643dc03389e7041bf4e52
2,473
h
C
src/Population.h
pascualgroup/VarModel
316d51b671850d3c3f75562ca2fc3c7c343026b9
[ "BSD-3-Clause" ]
2
2018-07-11T01:43:34.000Z
2018-09-10T21:51:32.000Z
src/Population.h
pascualgroup/VarModel
316d51b671850d3c3f75562ca2fc3c7c343026b9
[ "BSD-3-Clause" ]
null
null
null
src/Population.h
pascualgroup/VarModel
316d51b671850d3c3f75562ca2fc3c7c343026b9
[ "BSD-3-Clause" ]
null
null
null
// // Population.h // malariamodel // // Created by Ed Baskerville on 4/21/14. // Copyright (c) 2014 Ed Baskerville. All rights reserved. // #ifndef __malariamodel__Population__ #define __malariamodel__Population__ #include <iostream> #include <vector> #include "EventQueue.hpp" #include "SimParameters.h" #include...
23.330189
111
0.747675
[ "vector" ]
05259b974cfb213bd27a3be5dcb8c365f3525743
12,534
h
C
arcane/src/arcane/IVariableMng.h
JeromeDuboisPro/framework
d88925495e3787fdaf640c29728dcac385160188
[ "Apache-2.0" ]
null
null
null
arcane/src/arcane/IVariableMng.h
JeromeDuboisPro/framework
d88925495e3787fdaf640c29728dcac385160188
[ "Apache-2.0" ]
null
null
null
arcane/src/arcane/IVariableMng.h
JeromeDuboisPro/framework
d88925495e3787fdaf640c29728dcac385160188
[ "Apache-2.0" ]
null
null
null
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*- //----------------------------------------------------------------------------- // Copyright 2000-2021 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com) // See the top-level COPYRIGHT file for details. // SPDX-License-Identifier: Apache-2...
33.784367
93
0.628052
[ "mesh" ]
0527b7f1af7ed5f5fc57a7d46c379f2af3960a17
2,261
h
C
src/main/command_executor_portfolio.h
bobot/CVC4
63811bc87a07c487c25a566fcabd38cc6d29a61c
[ "BSL-1.0" ]
null
null
null
src/main/command_executor_portfolio.h
bobot/CVC4
63811bc87a07c487c25a566fcabd38cc6d29a61c
[ "BSL-1.0" ]
null
null
null
src/main/command_executor_portfolio.h
bobot/CVC4
63811bc87a07c487c25a566fcabd38cc6d29a61c
[ "BSL-1.0" ]
null
null
null
/********************* */ /*! \file command_executor_portfolio.h ** \verbatim ** Original author: kshitij ** Major contributors: mdeters ** Minor contributors (to current version): none ** This file is part of the CVC4 prototype. ** Copyright (c) 2009-2012 N...
28.620253
80
0.703229
[ "vector" ]
0529618c971d4d3832be4a87308296abd480f0a0
6,450
h
C
shell/osshell/accesory/eudcedit/eudcedit.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
shell/osshell/accesory/eudcedit/eudcedit.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
shell/osshell/accesory/eudcedit/eudcedit.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/**************************************************/ /* */ /* */ /* EUDC EDITOR (MAIN HEADER) */ /* */ /* */ /* Copyright (c) 1997-1999 Microsoft Corporation. ...
33.947368
75
0.664651
[ "3d" ]
052f53ec65946b9e500ba8dbbc40b11846885dd7
20,639
c
C
src/c/device.c
davidmsh/device-sdk-c
e2229f395e01afbac7fe7ea33d0fd4594ba2c7df
[ "Apache-2.0" ]
null
null
null
src/c/device.c
davidmsh/device-sdk-c
e2229f395e01afbac7fe7ea33d0fd4594ba2c7df
[ "Apache-2.0" ]
null
null
null
src/c/device.c
davidmsh/device-sdk-c
e2229f395e01afbac7fe7ea33d0fd4594ba2c7df
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2018 * IoTech Ltd * * SPDX-License-Identifier: Apache-2.0 * */ #include "device.h" #include "service.h" #include "errorlist.h" #include "parson.h" #include "data.h" #include "metadata.h" #include "edgex-rest.h" #include "edgex-time.h" #include "cmdinfo.h" #include "iot/base64.h" #include "tran...
24.776711
124
0.607491
[ "object", "transform" ]
0c481be39060c991ce3ca1dcda9cef70c48c5c35
87,703
h
C
zstd.h
jmoiron/zstd1
091f312319ad797d516c4547a7d3e2e2bf157e54
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
null
null
null
zstd.h
jmoiron/zstd1
091f312319ad797d516c4547a7d3e2e2bf157e54
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
null
null
null
zstd.h
jmoiron/zstd1
091f312319ad797d516c4547a7d3e2e2bf157e54
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2016-present, Yann Collet, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * Yo...
62.645
424
0.703556
[ "object" ]
0c55015a7bf40cd2b0410c7101c44049e3d23bde
83,500
c
C
sdk-6.5.20/src/appl/diag/dnx/pp/diag_dnx_pp_qos.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/src/appl/diag/dnx/pp/diag_dnx_pp_qos.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/src/appl/diag/dnx/pp/diag_dnx_pp_qos.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
/* * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyright 2007-2020 Broadcom Inc. All rights reserved. */ /** \file diag_dnx_pp_qos.c * * Occupation Management Diagnostic Command - Retrieves all allocated in and outlif p...
37.697517
134
0.623868
[ "model" ]
0c59241168b6c19e505e41da786783d1262510f4
19,278
h
C
freeswitch/src/mod/endpoints/mod_khomp/include/utils.h
gidmoth/freeswitch-image-builder
f0169671d6a4683dd4ac7226a6b38ad94640e592
[ "BSD-2-Clause" ]
null
null
null
freeswitch/src/mod/endpoints/mod_khomp/include/utils.h
gidmoth/freeswitch-image-builder
f0169671d6a4683dd4ac7226a6b38ad94640e592
[ "BSD-2-Clause" ]
null
null
null
freeswitch/src/mod/endpoints/mod_khomp/include/utils.h
gidmoth/freeswitch-image-builder
f0169671d6a4683dd4ac7226a6b38ad94640e592
[ "BSD-2-Clause" ]
null
null
null
/******************************************************************************* KHOMP generic endpoint/channel library. Copyright (C) 2007-2010 Khomp Ind. & Com. The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in complianc...
24.589286
109
0.519245
[ "object", "vector" ]
0c5fc918930a72c0fbfd4d8323170b9bcfaff6f7
3,320
h
C
sidegraph.h
glennhickey/sgExport
b1bd1963c48982fb727e13d32f4e3f3e4ee50195
[ "MIT" ]
null
null
null
sidegraph.h
glennhickey/sgExport
b1bd1963c48982fb727e13d32f4e3f3e4ee50195
[ "MIT" ]
null
null
null
sidegraph.h
glennhickey/sgExport
b1bd1963c48982fb727e13d32f4e3f3e4ee50195
[ "MIT" ]
null
null
null
/* * Copyright (C) 2015 by Glenn Hickey (hickey@soe.ucsc.edu) * * Released under the MIT license, see LICENSE.cactus */ #ifndef _SIDEGRAPH_H #define _SIDEGRAPH_H /* * This is a quick and simple in memory side graph, with efforts * to use terminolgy from the latest AVRO schema doc. * Written expressly for hal2s...
21.282051
69
0.666867
[ "vector" ]
0c661a60be1dc925b76ddaee6d1a2fcde7685ac4
2,565
c
C
docs/api/4.1/api/axevent/examples/send_event_example/ax_event_send_event_example.c
mattias-kindborg-at-work/acap-documentation
2826b4c493a1813827fc116beebce21dd06bfbd0
[ "FSFAP" ]
4
2021-09-30T10:03:16.000Z
2021-11-17T13:58:08.000Z
docs/api/4.1/api/axevent/examples/send_event_example/ax_event_send_event_example.c
mattias-kindborg-at-work/acap-documentation
2826b4c493a1813827fc116beebce21dd06bfbd0
[ "FSFAP" ]
16
2021-11-17T09:30:19.000Z
2022-03-30T15:22:51.000Z
docs/api/4.1/api/axevent/examples/send_event_example/ax_event_send_event_example.c
mattias-kindborg-at-work/acap-documentation
2826b4c493a1813827fc116beebce21dd06bfbd0
[ "FSFAP" ]
2
2021-11-17T09:09:06.000Z
2022-02-28T12:56:35.000Z
#include <glib.h> #include <glib-object.h> #include <axsdk/axevent.h> #include <string.h> typedef struct _AppData { AXEventHandler *handler; guint declaration; guint timer; guint ticks; } AppData; static void declaration_complete(guint declaration, AppData *app_data); static gboolean send_event(AppData *app_...
21.02459
77
0.708772
[ "object" ]
0c70a1139d57671795647ae942a1cfe473c2934b
279
h
C
include/wireframe.h
vazzup/VZGL-Mini
01e590f7d1af38787010a18d70fe184232b40a63
[ "MIT" ]
null
null
null
include/wireframe.h
vazzup/VZGL-Mini
01e590f7d1af38787010a18d70fe184232b40a63
[ "MIT" ]
null
null
null
include/wireframe.h
vazzup/VZGL-Mini
01e590f7d1af38787010a18d70fe184232b40a63
[ "MIT" ]
null
null
null
#ifndef __LINE_H__ #define __LINE_H__ #include "tgaimage.h" #include "geometry.h" #include "model.h" void line(int x0, int y0, int x1, int y1, TGAImage &image, TGAColor color); void draw_wireframe(TGAImage &image, Model &model, int height, int width, TGAColor color); #endif
21.461538
90
0.741935
[ "geometry", "model" ]
0c7c029a9c31295a046ab39c94184c408871af27
4,593
h
C
libcinatra/cinatra/router.h
sagarpant1/cinatra
e8c9ec0c50fa4cda4f0a48be6f894203cc3f2257
[ "Apache-2.0" ]
661
2015-07-08T04:55:44.000Z
2021-02-26T17:59:47.000Z
libcinatra/cinatra/router.h
InvisibleLeVen/cinatra
ae9f1f6a1f84dd93859d09886bdd9270bbe61513
[ "Apache-2.0" ]
17
2015-08-01T03:05:35.000Z
2019-04-19T07:16:47.000Z
libcinatra/cinatra/router.h
InvisibleLeVen/cinatra
ae9f1f6a1f84dd93859d09886bdd9270bbe61513
[ "Apache-2.0" ]
205
2015-07-08T04:55:43.000Z
2020-12-15T06:11:54.000Z
#pragma once #include <cinatra_http/request.h> #include <cinatra_http/response.h> #include <cinatra/function_traits.hpp> #include <cinatra/context_container.hpp> #include <boost/lexical_cast/try_lexical_convert.hpp> #include <string> namespace cinatra { class router { private: using params_t = std::vector<st...
22.296117
121
0.658611
[ "vector" ]
0c7f99f11ac2c39ac77173659924f3e5976de4bf
1,564
h
C
casbin/rbac/role_manager.h
ZipoChan/casbin-cpp-cparse
c2f841be9667a3bb80ab5b6f2cd3b925acb50055
[ "Apache-2.0" ]
null
null
null
casbin/rbac/role_manager.h
ZipoChan/casbin-cpp-cparse
c2f841be9667a3bb80ab5b6f2cd3b925acb50055
[ "Apache-2.0" ]
null
null
null
casbin/rbac/role_manager.h
ZipoChan/casbin-cpp-cparse
c2f841be9667a3bb80ab5b6f2cd3b925acb50055
[ "Apache-2.0" ]
null
null
null
#pragma once #ifdef CASBIN_EXPORTS #define ROLE_API __declspec(dllexport) #define ROLEMAMAGER_API __declspec(dllexport) #else #define ROLE_API __declspec(dllexport) #define ROLEMAMAGER_API __declspec(dllimport) #endif #include<string> #include<vector> #include<initializer_list> #include<exception> #include<map> usin...
28.962963
104
0.759591
[ "vector" ]
0c8061e3ae7ab81d7e30ccfe48b8d863c10cabef
1,437
h
C
QSettingsDialog/variantwidgets/settingslistedit.h
cybik/QSettingsDialog
106ab053f042d57a89acec49ddb348aaf2aec14d
[ "BSD-3-Clause" ]
9
2017-04-18T06:10:49.000Z
2022-03-28T14:35:07.000Z
QSettingsDialog/variantwidgets/settingslistedit.h
cybik/QSettingsDialog
106ab053f042d57a89acec49ddb348aaf2aec14d
[ "BSD-3-Clause" ]
null
null
null
QSettingsDialog/variantwidgets/settingslistedit.h
cybik/QSettingsDialog
106ab053f042d57a89acec49ddb348aaf2aec14d
[ "BSD-3-Clause" ]
8
2016-12-23T08:24:23.000Z
2022-02-18T01:54:15.000Z
#ifndef SETTINGSLISTEDIT_H #define SETTINGSLISTEDIT_H #include "qsettingswidget.h" #include <QWidget> #include <QStringListModel> namespace Ui { class SettingsListEdit; } class ListEditWidget : public QWidget//NOTE move out of here -> new, global repo? { Q_OBJECT Q_PROPERTY(bool buttonsVisible READ areButtonsVis...
23.95
108
0.80167
[ "model" ]
0c8dc3cc3e71615505defa30f82442a7438d713d
36,623
c
C
yabause/src/gtk/yuish.c
ircluzar/BizhawkLegacy-Vanguard
cd8b6dfe881f3c9d322b73c29f0d71df2ce3178e
[ "MIT" ]
null
null
null
yabause/src/gtk/yuish.c
ircluzar/BizhawkLegacy-Vanguard
cd8b6dfe881f3c9d322b73c29f0d71df2ce3178e
[ "MIT" ]
null
null
null
yabause/src/gtk/yuish.c
ircluzar/BizhawkLegacy-Vanguard
cd8b6dfe881f3c9d322b73c29f0d71df2ce3178e
[ "MIT" ]
null
null
null
/* Copyright 2005-2006 Fabien Coulon Copyright 2008 Guillaume Duhamel This file is part of Yabause. Yabause is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, o...
33.203083
141
0.711438
[ "model" ]
0c9549a216a84b57c936b5a51718c44fcc0b7962
19,431
h
C
src/src/include/api/ap_pub.h
AzenkChina/MT7681
e4d7d5bcf4be3bfc009ec3c302b19469a68a4a5b
[ "BSD-2-Clause" ]
1
2021-07-13T17:23:41.000Z
2021-07-13T17:23:41.000Z
src/src/include/api/ap_pub.h
AzenkChina/MT7681
e4d7d5bcf4be3bfc009ec3c302b19469a68a4a5b
[ "BSD-2-Clause" ]
null
null
null
src/src/include/api/ap_pub.h
AzenkChina/MT7681
e4d7d5bcf4be3bfc009ec3c302b19469a68a4a5b
[ "BSD-2-Clause" ]
null
null
null
#ifndef _AP_PUB_H_ #define _AP_PUB_H_ #include "types.h" #include "iot_api.h" /*************************************************************************** * Customization Macro **************************************************************************/ #define IOT_BCN_TIM_KEEP_ON /*If open this Macro, the T...
37.803502
150
0.623385
[ "mesh" ]
0c9e63dfa76edefd570047f8dc229ec9f0bec863
9,585
h
C
src/core/inc/ShellIndex.h
CoNexDat/complexnets
94855e6c44f2ce4318ecd176d4128b5e653887f1
[ "AFL-3.0" ]
4
2018-03-21T02:06:29.000Z
2021-09-02T10:44:04.000Z
src/core/inc/ShellIndex.h
CoNexDat/complexnets
94855e6c44f2ce4318ecd176d4128b5e653887f1
[ "AFL-3.0" ]
6
2018-06-03T21:52:21.000Z
2018-07-12T11:45:02.000Z
src/core/inc/ShellIndex.h
CoNexDat/complexnets
94855e6c44f2ce4318ecd176d4128b5e653887f1
[ "AFL-3.0" ]
5
2018-05-19T15:55:04.000Z
2018-07-08T21:48:17.000Z
#pragma once #include "IShellIndex.h" #include "IShellIndexNode.h" #include "ShellIndexSimpleNode.h" #include "ShellIndexDirectedNode.h" #include "ShellIndexWeightedNode.h" #include "typedefs.h" namespace graphpp { template<class Graph, class Vertex> class ShellIndex : public IShellIndex<Graph, Vertex> { ...
43.96789
133
0.567866
[ "vector" ]
0cae60edb7978a0b206be747f653a67ae7a360d2
3,796
h
C
SteeringBehaviours/SteeringBehaviour.h
Pickleflaps/AI
7bb48b955ad9b2debadcff464c69568dc0b5c3a9
[ "MIT" ]
null
null
null
SteeringBehaviours/SteeringBehaviour.h
Pickleflaps/AI
7bb48b955ad9b2debadcff464c69568dc0b5c3a9
[ "MIT" ]
null
null
null
SteeringBehaviours/SteeringBehaviour.h
Pickleflaps/AI
7bb48b955ad9b2debadcff464c69568dc0b5c3a9
[ "MIT" ]
null
null
null
#pragma once #include "State.h" struct Force { float x, y; }; //Pure abstract class class SteeringForce { public: SteeringForce() {} virtual ~SteeringForce() {} virtual Force getForce(GameObject* gameObject) const = 0; // pure virtual function }; //weighted steering force struct WeightedForce { SteeringForce...
18.607843
83
0.702582
[ "vector" ]
0cb1acffb18ca3ab8681bbf990936872d1bf47d9
3,230
h
C
src/search_agent/sa_msg.h
jdisearch/isearch1
272bd4ab0dc82d9e33c8543474b1294569947bb3
[ "Apache-2.0" ]
3
2021-08-18T09:59:42.000Z
2021-09-07T03:11:28.000Z
src/search_agent/sa_msg.h
jdisearch/isearch1
272bd4ab0dc82d9e33c8543474b1294569947bb3
[ "Apache-2.0" ]
null
null
null
src/search_agent/sa_msg.h
jdisearch/isearch1
272bd4ab0dc82d9e33c8543474b1294569947bb3
[ "Apache-2.0" ]
null
null
null
#ifndef __SA_MSG_H__ #define __SA_MSG_H__ #include <stdint.h> #include <set> #include <queue> #include <map> #include <malloc.h> #include <string.h> #include "sa_util.h" #include "sa_buffer.h" #include "sa_error.h" using namespace std; class ConnectionInterface; class CSearchAgentCore; class CHttpPacketMessage; type...
22.907801
128
0.670588
[ "vector" ]
0cbc6f9569a65ed96fb31951fd89e1f57714389b
4,425
h
C
include/opt/OgrePCZLight.h
chen0040/cpp-ogre-mllab
b85305cd7e95559a178664577c8e858a5b9dd05b
[ "MIT" ]
1
2021-10-04T09:40:26.000Z
2021-10-04T09:40:26.000Z
include/opt/OgrePCZLight.h
chen0040/cpp-ogre-mllab
b85305cd7e95559a178664577c8e858a5b9dd05b
[ "MIT" ]
null
null
null
include/opt/OgrePCZLight.h
chen0040/cpp-ogre-mllab
b85305cd7e95559a178664577c8e858a5b9dd05b
[ "MIT" ]
6
2019-05-05T22:29:55.000Z
2022-01-03T14:18:54.000Z
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2006 Torus Knot Software Ltd Also see acknowledgements in Readme.html This program is free so...
32.065217
126
0.647684
[ "object" ]
0cbc9fd5410ce7d381d5d77b0fb82f60e0ac8df7
1,072
h
C
TangooBaby/libs/CCGameSWF/gameswf/gameswf/gameswf_as_classes/as_color.h
chenee/cocos2dx-swf
49499ec6b91598621756923a791988f4b5e98781
[ "MIT" ]
52
2015-02-12T09:19:41.000Z
2021-11-16T13:57:55.000Z
gameswf/gameswf/gameswf_as_classes/as_color.h
trila/CCSWF
65bd92e9f0daa9bb202d7b076627ce8fc9e62e10
[ "Unlicense" ]
1
2017-02-20T10:09:07.000Z
2017-02-20T10:09:07.000Z
gameswf/gameswf/gameswf_as_classes/as_color.h
trila/CCSWF
65bd92e9f0daa9bb202d7b076627ce8fc9e62e10
[ "Unlicense" ]
32
2015-01-01T09:14:48.000Z
2021-01-15T06:57:37.000Z
// as_color.h -- Vitaly Alexeev <tishka92@yahoo.com> 2007 // This source code has been donated to the Public Domain. Do // whatever you want with it. // The Color class lets you set the RGB color value and color transform // of movie clips and retrieve those values once they have been set. #ifndef GAMESW...
21.877551
72
0.684701
[ "transform" ]
0cc34354f27dd79640880a07b8e7f8b9a40991a5
904
h
C
GameServer/PuzzleGame.h
openlastchaos/lastchaos-source-server
935b770fa857e67b705717d154b11b717741edeb
[ "Apache-2.0" ]
null
null
null
GameServer/PuzzleGame.h
openlastchaos/lastchaos-source-server
935b770fa857e67b705717d154b11b717741edeb
[ "Apache-2.0" ]
null
null
null
GameServer/PuzzleGame.h
openlastchaos/lastchaos-source-server
935b770fa857e67b705717d154b11b717741edeb
[ "Apache-2.0" ]
1
2022-01-17T09:34:39.000Z
2022-01-17T09:34:39.000Z
#ifndef __PUZZLE_GAME_H__ #define __PUZZLE_GAME_H__ #include <vector> class CPuzzleGame { public: CPuzzleGame(int item[], int itemCnt, int reward = -1); CPuzzleGame(std::vector<int> item, int reward = -1); ~CPuzzleGame(void); /** * 게임이 가능한지 확인해보자. * return value : true(게임 가능 상태), false(게임 가능 실패) **/ bool Can...
17.384615
74
0.646018
[ "vector" ]
0cc8f424ab411617362b0a13e41edefc4a5d242c
337
h
C
sili/ObjectFwd.h
pauldoo/scratch
1c8703d8b8e5cc5a026bfd5f0b036b9632faf161
[ "0BSD" ]
null
null
null
sili/ObjectFwd.h
pauldoo/scratch
1c8703d8b8e5cc5a026bfd5f0b036b9632faf161
[ "0BSD" ]
4
2021-08-31T22:03:39.000Z
2022-02-19T07:12:05.000Z
sili/ObjectFwd.h
pauldoo/scratch
1c8703d8b8e5cc5a026bfd5f0b036b9632faf161
[ "0BSD" ]
1
2022-02-23T13:46:49.000Z
2022-02-23T13:46:49.000Z
#pragma once #include <boost/intrusive_ptr.hpp> #include <iosfwd> namespace sili { class Object; typedef boost::intrusive_ptr<Object> ObjectPtr; } void intrusive_ptr_add_ref(const sili::Object* const); void intrusive_ptr_release(const sili::Object* const); std::wostream& operator << (std::wostream&, const...
19.823529
65
0.74184
[ "object" ]
0cccc7b8d87432d59e87f2cd147bc5d3b565ca18
1,518
h
C
clients/cpp-tizen/generated/src/ListView.h
cliffano/jenkins-api-clients-generator
522d02b3a130a29471df5ec1d3d22c822b3d0813
[ "MIT" ]
23
2017-08-01T12:25:26.000Z
2022-01-25T03:44:11.000Z
clients/cpp-tizen/generated/src/ListView.h
cliffano/jenkins-api-clients-generator
522d02b3a130a29471df5ec1d3d22c822b3d0813
[ "MIT" ]
35
2017-06-14T03:28:15.000Z
2022-02-14T10:25:54.000Z
clients/cpp-tizen/generated/src/ListView.h
cliffano/jenkins-api-clients-generator
522d02b3a130a29471df5ec1d3d22c822b3d0813
[ "MIT" ]
11
2017-08-31T19:00:20.000Z
2021-12-19T12:04:12.000Z
/* * ListView.h * * */ #ifndef _ListView_H_ #define _ListView_H_ #include <string> #include "FreeStyleProject.h" #include <list> #include "Object.h" /** \defgroup Models Data Structures for API * Classes containing all the Data Structures needed for calling/returned by API endpoints * */ namespace Tizen {...
15.18
91
0.639657
[ "object" ]
0cd0ae006361a2761405eb81e9ade70cc6f8301a
2,075
h
C
ClockWork_Engine/Application.h
xsiro/NewClockWork_Engine
8da27311b179c6812e52d62cacbdd8ba7b538d9a
[ "MIT" ]
null
null
null
ClockWork_Engine/Application.h
xsiro/NewClockWork_Engine
8da27311b179c6812e52d62cacbdd8ba7b538d9a
[ "MIT" ]
null
null
null
ClockWork_Engine/Application.h
xsiro/NewClockWork_Engine
8da27311b179c6812e52d62cacbdd8ba7b538d9a
[ "MIT" ]
null
null
null
#ifndef _APPLICATION_H_ #define _APPLICATION_H_ #include "Globals.h" #include <vector> #include "Timer.h" #include "Module.h" #include "ModuleWindow.h" #include "ModuleInput.h" #include "ModuleRenderer3D.h" #include "ModuleCamera3D.h" #include "ModuleSceneIntro.h" #include "ModuleGui.h" #include "ModuleResources.h" #...
17.887931
45
0.717108
[ "vector", "model" ]
0cd88ba6f4f36b49dfcc1444dbf2a2c384872dd4
5,395
h
C
source/cosa/utilities/include/ansc_byte_array_co_interface.h
lgirdk/ccsp-common-library
8d912984e96f960df6dadb4b0e6bc76c76376776
[ "Apache-2.0" ]
4
2018-02-26T05:41:14.000Z
2019-12-20T07:31:39.000Z
source/cosa/utilities/include/ansc_byte_array_co_interface.h
rdkcmf/rdkb-CcspCommonLibrary
3eba76685bbf5eb6656f45eb4b57fdb5c269c2a1
[ "Apache-2.0" ]
null
null
null
source/cosa/utilities/include/ansc_byte_array_co_interface.h
rdkcmf/rdkb-CcspCommonLibrary
3eba76685bbf5eb6656f45eb4b57fdb5c269c2a1
[ "Apache-2.0" ]
3
2017-07-30T15:35:16.000Z
2020-08-18T20:44:08.000Z
/* * If not stated otherwise in this file or this component's Licenses.txt file the * following copyright and licenses apply: * * Copyright 2015 RDK Management * * 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 ...
35.032468
95
0.509546
[ "object" ]
f57a583a89a7d1d8454039544e383c2401ce576f
665
h
C
src/ImprovedAnimationManager.h
WriterOfAlicrow/SOTE
79d320c36cc88f5ebb556c3e5506cd1e2a034cf6
[ "MIT" ]
null
null
null
src/ImprovedAnimationManager.h
WriterOfAlicrow/SOTE
79d320c36cc88f5ebb556c3e5506cd1e2a034cf6
[ "MIT" ]
null
null
null
src/ImprovedAnimationManager.h
WriterOfAlicrow/SOTE
79d320c36cc88f5ebb556c3e5506cd1e2a034cf6
[ "MIT" ]
null
null
null
#ifndef IMPROVEDANIMATIONMANAGER_H #define IMPROVEDANIMATIONMANAGER_H #include <osgAnimation/BasicAnimationManager> /// Inspired by osganimationviewer/AnimtkViewer. class ImprovedAnimationManager : public osgAnimation::BasicAnimationManager { private: osgAnimation::AnimationMap _map; std::vector<std::string> _amv;...
26.6
111
0.809023
[ "vector" ]
f58044d24f0ab034578415d278a0f8dce2667168
427
h
C
src/modules/CorryvreckanWriter/corryvreckan/Linkdef.h
schmidtseb/allpix-squared
f0e47c35a4db405d4d49887e4e8eaffe69176bfa
[ "MIT" ]
null
null
null
src/modules/CorryvreckanWriter/corryvreckan/Linkdef.h
schmidtseb/allpix-squared
f0e47c35a4db405d4d49887e4e8eaffe69176bfa
[ "MIT" ]
null
null
null
src/modules/CorryvreckanWriter/corryvreckan/Linkdef.h
schmidtseb/allpix-squared
f0e47c35a4db405d4d49887e4e8eaffe69176bfa
[ "MIT" ]
null
null
null
/** * @file * @brief Linkdef for ROOT Class generation */ #pragma link off all globals; #pragma link off all classes; #pragma link off all functions; // AP2 objects #pragma link C++ class corryvreckan::TestBeamObject + ; #pragma link C++ class corryvreckan::Pixel + ; #pragma link C++ class corryvreckan::MCParticle...
25.117647
59
0.704918
[ "object", "vector" ]
f58e7ce1b9a6bafcfd2f98343871c9c0e932e872
1,732
h
C
modules/Render/RenderBootstrap/include/DeepSea/RenderBootstrap/Types.h
akb825/DeepSea
fff790d0a472cf2f9f89de653e0b4470ce605d24
[ "Apache-2.0" ]
5
2018-11-17T23:13:22.000Z
2021-09-30T13:37:04.000Z
modules/Render/RenderBootstrap/include/DeepSea/RenderBootstrap/Types.h
akb825/DeepSea
fff790d0a472cf2f9f89de653e0b4470ce605d24
[ "Apache-2.0" ]
null
null
null
modules/Render/RenderBootstrap/include/DeepSea/RenderBootstrap/Types.h
akb825/DeepSea
fff790d0a472cf2f9f89de653e0b4470ce605d24
[ "Apache-2.0" ]
2
2019-09-23T12:23:35.000Z
2020-04-07T05:31:06.000Z
/* * Copyright 2018 Aaron Barany * * 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...
30.385965
98
0.75
[ "render" ]
f597125b415117ced3b604f7516be411d43930b5
1,288
h
C
Classes/HUD.h
BenjaminTrapani/zero-gravity-combat
cf053c237517b49024a43129aafefdd0c8b07fd7
[ "Zlib", "MIT" ]
null
null
null
Classes/HUD.h
BenjaminTrapani/zero-gravity-combat
cf053c237517b49024a43129aafefdd0c8b07fd7
[ "Zlib", "MIT" ]
null
null
null
Classes/HUD.h
BenjaminTrapani/zero-gravity-combat
cf053c237517b49024a43129aafefdd0c8b07fd7
[ "Zlib", "MIT" ]
null
null
null
// // HUD.h // Zero Gravity Combat // // Created by Ben Trapani on 8/9/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // //this entire object leaks. They all get dealloced when the program exits. Fix this. #import <Foundation/Foundation.h> #import "cocos2d.h" #import "SneakyJoystick.h" #import "Sneak...
26.285714
84
0.763199
[ "object" ]
f599e8b3972aed9f1d58ff5ae593fffcbcc0f146
1,542
h
C
Engine/Vectors/mtrx3.h
Orikson/Custom-3D-Physics-Engine
245bdaef7608d06545f54a29200ba3754480b5bf
[ "MIT" ]
null
null
null
Engine/Vectors/mtrx3.h
Orikson/Custom-3D-Physics-Engine
245bdaef7608d06545f54a29200ba3754480b5bf
[ "MIT" ]
null
null
null
Engine/Vectors/mtrx3.h
Orikson/Custom-3D-Physics-Engine
245bdaef7608d06545f54a29200ba3754480b5bf
[ "MIT" ]
null
null
null
// 3x3 matrix class #ifndef _MTRX3_H #define _MTRX3_H #include "../../common.h" class mtrx3 { public: // defined by column vectors mtrx3(vec3 a, vec3 b, vec3 c); mtrx3(const mtrx3& m); // defaults to identity vector mtrx3(); // define row vectors (for transpose) ...
24.09375
49
0.533722
[ "vector" ]
f5a3b3ab4a8f995b1076c1b8a2d6e2a732ad9936
24,777
h
C
INCLUDE/mtf.h
SammyB428/WFC
64aee7c7953e38c8a418ba9530339e8f4faac046
[ "BSD-2-Clause" ]
1
2021-03-29T06:09:19.000Z
2021-03-29T06:09:19.000Z
INCLUDE/mtf.h
SammyB428/WFC
64aee7c7953e38c8a418ba9530339e8f4faac046
[ "BSD-2-Clause" ]
null
null
null
INCLUDE/mtf.h
SammyB428/WFC
64aee7c7953e38c8a418ba9530339e8f4faac046
[ "BSD-2-Clause" ]
null
null
null
/* ** Author: Samuel R. Blackburn ** Internet: wfc@pobox.com ** ** You can use it any way you like as long as you don't try to sell it. ** ** Any attempt to sell WFC in source code form must have the permission ** of the original author. You can produce commercial executables with ** WFC but you can't sell WFC. ** ** T...
58.992857
87
0.573072
[ "object" ]
f5ab1b0f14c36354e805637e2d040458cf80a5e5
15,680
c
C
hardware/windowsframe/windowsframe.c
bughht/GCJY
e8c3a73b0750ffc260543d60b8b2353daf4fb40d
[ "MIT" ]
1
2021-05-30T04:19:04.000Z
2021-05-30T04:19:04.000Z
hardware/windowsframe/windowsframe.c
bughht/GCJY
e8c3a73b0750ffc260543d60b8b2353daf4fb40d
[ "MIT" ]
null
null
null
hardware/windowsframe/windowsframe.c
bughht/GCJY
e8c3a73b0750ffc260543d60b8b2353daf4fb40d
[ "MIT" ]
null
null
null
/* * @Author: Bughht * @Date: 2021-05-11 12:30:57 * @LastEditTime: 2021-05-24 16:23:46 * @Description: Library for constructing the basement of Visualization Environment, including figure for plotting. * Redefined the Line drawing functions for designing a much more user friendly drawing enviroment. Now the...
33.504274
219
0.589987
[ "mesh" ]
f5c56f012c17f0803bca4bd6eec503dc0a1e1799
1,785
h
C
src/game/gamestore.h
Waclaw-I/BagnoOTS
dbeb04322698ecdb795eba196872815b36ca134f
[ "MIT" ]
null
null
null
src/game/gamestore.h
Waclaw-I/BagnoOTS
dbeb04322698ecdb795eba196872815b36ca134f
[ "MIT" ]
null
null
null
src/game/gamestore.h
Waclaw-I/BagnoOTS
dbeb04322698ecdb795eba196872815b36ca134f
[ "MIT" ]
null
null
null
/** * Canary - A free and open-source MMORPG server emulator * Copyright (C) 2021 OpenTibiaBR <opentibiabr@outlook.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 o...
27.890625
85
0.753501
[ "vector" ]
f5cd92a9f691fa2ce4d4b61f7cae787850892bac
15,079
h
C
modules/Render/RenderMetal/src/MTLTypes.h
akb825/DeepSea
fff790d0a472cf2f9f89de653e0b4470ce605d24
[ "Apache-2.0" ]
5
2018-11-17T23:13:22.000Z
2021-09-30T13:37:04.000Z
modules/Render/RenderMetal/src/MTLTypes.h
akb825/DeepSea
fff790d0a472cf2f9f89de653e0b4470ce605d24
[ "Apache-2.0" ]
null
null
null
modules/Render/RenderMetal/src/MTLTypes.h
akb825/DeepSea
fff790d0a472cf2f9f89de653e0b4470ce605d24
[ "Apache-2.0" ]
2
2019-09-23T12:23:35.000Z
2020-04-07T05:31:06.000Z
/* * Copyright 2019 Aaron Barany * * 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...
28.998077
100
0.837788
[ "render" ]
f5d2a1a3e0535dd15b59ae2cee5c4ec964d4d6f7
7,935
h
C
trunk/libs/angsys/include/angsys.h
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
trunk/libs/angsys/include/angsys.h
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
trunk/libs/angsys/include/angsys.h
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
/*********************************************************************************************************************/ /* File Name: angsys.h */ /* Author: Ing. Jesus Rocha <chuyangel.rm@gmail.com>, July 2016. ...
34.202586
140
0.676875
[ "object", "vector" ]
11d8a7a6c1a7849857edbe57873c2734c19e6da2
4,857
h
C
Pine-Shooter/headers/Engine.h
tecnicasilegais/Illegal-Pine
26fcd6e15ec97b9ecc58b9fd3733cab6f53878e7
[ "MIT" ]
null
null
null
Pine-Shooter/headers/Engine.h
tecnicasilegais/Illegal-Pine
26fcd6e15ec97b9ecc58b9fd3733cab6f53878e7
[ "MIT" ]
null
null
null
Pine-Shooter/headers/Engine.h
tecnicasilegais/Illegal-Pine
26fcd6e15ec97b9ecc58b9fd3733cab6f53878e7
[ "MIT" ]
null
null
null
// // Created by Eduardo Andrade e Marcelo Heredia on 20/05/2021. // #ifndef PINE_SHOOTER_ENGINE_H #define PINE_SHOOTER_ENGINE_H #ifdef WIN32 #include <windows.h> #include <GL/freeglut.h> #endif #ifdef __APPLE__ #include <GLUT/glut.h> #endif #ifdef __linux__ #include <GL/freeglut.h> #endif using namespace std; ...
22.178082
113
0.719168
[ "vector", "model" ]
11d9e8ecbce3c335134f0353684dc1e431fa0902
4,849
h
C
cubey/Mesh.h
byebyebryan/cubey
5f50c2250db50c293690b449626389d783bb4d4d
[ "MIT" ]
19
2018-04-27T13:32:33.000Z
2022-02-23T12:35:06.000Z
cubey/Mesh.h
byebyebryan/cubey
5f50c2250db50c293690b449626389d783bb4d4d
[ "MIT" ]
null
null
null
cubey/Mesh.h
byebyebryan/cubey
5f50c2250db50c293690b449626389d783bb4d4d
[ "MIT" ]
4
2017-04-21T15:52:31.000Z
2020-01-22T03:39:08.000Z
#pragma once #include "Vertex.h" #include "Transform.h" #include "ShaderProgram.h" #include "Camera.h" namespace cubey { class Mesh { public: Mesh(GLsizei vertices_count, GLenum draw_mode) : vao_(0), vbo_(0), vertices_count_(vertices_count), draw_mode_(draw_mode) { } virtual ~Mesh() { if (vao_) { ...
32.112583
252
0.724686
[ "mesh", "vector", "transform" ]
11da4618b59759f5faba3d4e35a8399d4b9243e4
2,659
h
C
polytracker/include/polytracker/polytracker_pass.h
fuzzuf/polytracker
6d82282797479b7cb33b2b53a264ec85bd801959
[ "Apache-2.0" ]
null
null
null
polytracker/include/polytracker/polytracker_pass.h
fuzzuf/polytracker
6d82282797479b7cb33b2b53a264ec85bd801959
[ "Apache-2.0" ]
null
null
null
polytracker/include/polytracker/polytracker_pass.h
fuzzuf/polytracker
6d82282797479b7cb33b2b53a264ec85bd801959
[ "Apache-2.0" ]
null
null
null
#ifndef POLYTRACKER_INCLUDE_POLYTRACKER_PASS_H_ #define POLYTRACKER_INCLUDE_POLYTRACKER_PASS_H_ #include "llvm/IR/BasicBlock.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/Dominators.h" #include "llvm/IR/Function.h" #include "llvm/IR/InstVisitor.h" #include "llvm/Pass.h" #include <unordered_map> #include <vect...
36.930556
80
0.747273
[ "vector" ]
11dc20fb0a141a26567170f70dd66f1e6365df11
18,382
c
C
plugins/sprite_example/sprite_example.c
tripzero/ias
cc32283a52f55ed849886ff37f5f130f4897cac1
[ "MIT" ]
null
null
null
plugins/sprite_example/sprite_example.c
tripzero/ias
cc32283a52f55ed849886ff37f5f130f4897cac1
[ "MIT" ]
null
null
null
plugins/sprite_example/sprite_example.c
tripzero/ias
cc32283a52f55ed849886ff37f5f130f4897cac1
[ "MIT" ]
null
null
null
/* *----------------------------------------------------------------------------- * Filename: sprite_example.c *----------------------------------------------------------------------------- * Copyright 2012-2018 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining * a copy ...
24.840541
81
0.678055
[ "solid" ]
11e58da8a80c5eaf370ac042bbafeb558777e473
8,315
h
C
NAMD_2.12_Source/charm-6.7.1/src/libs/ck-libs/liveViz/ImageData.h
scottkwarren/config-db
fb5c3da2465e5cff0ad30950493b11d452bd686b
[ "MIT" ]
1
2019-01-17T20:07:23.000Z
2019-01-17T20:07:23.000Z
NAMD_2.12_Source/charm-6.7.1/src/libs/ck-libs/liveViz/ImageData.h
scottkwarren/config-db
fb5c3da2465e5cff0ad30950493b11d452bd686b
[ "MIT" ]
null
null
null
NAMD_2.12_Source/charm-6.7.1/src/libs/ck-libs/liveViz/ImageData.h
scottkwarren/config-db
fb5c3da2465e5cff0ad30950493b11d452bd686b
[ "MIT" ]
null
null
null
/* Vikas Mehta's utility routines for packing, unpacking, and compositing liveViz images. */ #ifndef __IMAGEDATA_H #define __IMAGEDATA_H #include "liveViz.h" typedef liveVizCombine_t ImageDataCombine_t; class ImageData { public: ImageData (int bytesPerPixel); ~ImageData (); /* ...
27.442244
88
0.479735
[ "object" ]
11ed8bc86ec571e4bfb90776e63656f248bdd96f
15,321
h
C
src/canoe/distortionmodel.h
nrc-cnrc/Portage-SMT-TAS
73f5a65de4adfa13008ea9a01758385c97526059
[ "MIT" ]
null
null
null
src/canoe/distortionmodel.h
nrc-cnrc/Portage-SMT-TAS
73f5a65de4adfa13008ea9a01758385c97526059
[ "MIT" ]
null
null
null
src/canoe/distortionmodel.h
nrc-cnrc/Portage-SMT-TAS
73f5a65de4adfa13008ea9a01758385c97526059
[ "MIT" ]
null
null
null
/** * @author George Foster * @file distortionmodel.h Defines the interface for distortion models used by * the BasicModel class. Also contains the default penalty-based distortion * model, called WordDisplacement. * * COMMENTS: * * Any classes derived from this interface should be added to the create() * fu...
39.794805
95
0.723451
[ "object", "vector", "model" ]
11ee617904f789a397628d07d68e388d8665dba9
4,787
h
C
NetcodeClient/UITest.h
tyekx/netcode
c46fef1eeb33ad029d0c262d39309dfa83f76c4d
[ "MIT" ]
null
null
null
NetcodeClient/UITest.h
tyekx/netcode
c46fef1eeb33ad029d0c262d39309dfa83f76c4d
[ "MIT" ]
null
null
null
NetcodeClient/UITest.h
tyekx/netcode
c46fef1eeb33ad029d0c262d39309dfa83f76c4d
[ "MIT" ]
null
null
null
#pragma once #include <Netcode/UI/Page.h> #include "Services.h" #include "Asset.h" #include <array> enum PagesEnum { LOGIN_PAGE, SERVER_BROWSER_PAGE, LOADING_PAGE, MAIN_MENU }; namespace Netcode::UI { class Button; class TextBox; class Panel; class Label; class Slider; }; class PageBase : public Netcode::...
22.580189
92
0.745352
[ "vector" ]
11f928dfc2294f5623e97e097296c491acd8bd7c
3,704
c
C
d/islands/elf/obj/rape.c
guille-valencia/shadowgate
a5c63b535e50020b58435d6fbb5b4f60d8f25639
[ "MIT" ]
1
2021-06-10T00:35:51.000Z
2021-06-10T00:35:51.000Z
d/islands/elf/obj/rape.c
guille-valencia/shadowgate
a5c63b535e50020b58435d6fbb5b4f60d8f25639
[ "MIT" ]
null
null
null
d/islands/elf/obj/rape.c
guille-valencia/shadowgate
a5c63b535e50020b58435d6fbb5b4f60d8f25639
[ "MIT" ]
null
null
null
// fancy fan for blade songstress #include <std.h> inherit "/d/common/obj/weapon/rapier"; void create() { ::create(); set_id(({"rapier","gleaming rapier","guiding light"})); set_name("guiding light"); set_obvious_short("%^RESET%^%^BOLD%^gleaming rapier%^RESET%^"); set_short("%^RESET%^%^BOLD%^guiding li...
39.827957
93
0.62365
[ "object" ]
11fdd9d8afc07cb6fc124452d707f75747f36787
622
h
C
include/BoundingBoxesInput.h
WalkingMachine/wm_entity_tracker
9ed89f543394bafaaf56bd519cde6de8912c3bbe
[ "MIT" ]
null
null
null
include/BoundingBoxesInput.h
WalkingMachine/wm_entity_tracker
9ed89f543394bafaaf56bd519cde6de8912c3bbe
[ "MIT" ]
1
2020-02-20T01:58:50.000Z
2020-02-20T02:13:55.000Z
include/BoundingBoxesInput.h
WalkingMachine/wm_entity_tracker
9ed89f543394bafaaf56bd519cde6de8912c3bbe
[ "MIT" ]
null
null
null
// // Created by philippe on 11/11/18. // #ifndef PROJECT_BOUNDINGBOXESINPUT_H #define PROJECT_BOUNDINGBOXESINPUT_H #include "EntityInput.h" #include "ros/ros.h" #include <vector> #include "sara_msgs/BoundingBoxes3D.h" #include <string> class BoundingBoxesInput : public EntityInput{ ros::NodeHandle mNodeHandle; ...
23.037037
87
0.766881
[ "vector" ]
f51af15126a0f8e3859e345b25455bab7d2ca703
6,104
c
C
src/mice/src/brief_c/getnam.c
jared711/meteoroid_orbits
84428bc33a695fb4bebee383f5094b80ae1d7193
[ "MIT" ]
9
2018-03-28T16:03:28.000Z
2022-01-30T20:36:00.000Z
src/mice/src/brief_c/getnam.c
jared711/meteoroid_orbits
84428bc33a695fb4bebee383f5094b80ae1d7193
[ "MIT" ]
null
null
null
src/mice/src/brief_c/getnam.c
jared711/meteoroid_orbits
84428bc33a695fb4bebee383f5094b80ae1d7193
[ "MIT" ]
2
2021-01-25T10:11:10.000Z
2022-01-09T06:37:06.000Z
/* getnam.f -- translated by f2c (version 19980913). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */ static integer c__2 = 2; static integer c__1 = 1; /* $Procedure GETNAM ( GET body NAMe for BRIEF display ) */ /* Subrout...
29.77561
78
0.600098
[ "object" ]
f5276ff8c1d6e7897c0ed7bd07ba82ccafce1c57
1,157
h
C
Source/ToolCore/JSBind/JSBHeader.h
honigbeutler123/AtomicGameEngine
c53425f19b216eb21ecd3bda85052aaa1a6f2aaa
[ "Apache-2.0", "MIT" ]
null
null
null
Source/ToolCore/JSBind/JSBHeader.h
honigbeutler123/AtomicGameEngine
c53425f19b216eb21ecd3bda85052aaa1a6f2aaa
[ "Apache-2.0", "MIT" ]
null
null
null
Source/ToolCore/JSBind/JSBHeader.h
honigbeutler123/AtomicGameEngine
c53425f19b216eb21ecd3bda85052aaa1a6f2aaa
[ "Apache-2.0", "MIT" ]
null
null
null
// // Copyright (c) 2014-2015, THUNDERBEAST GAMES LLC All rights reserved // LICENSE: Atomic Game Engine Editor and Tools EULA // Please see LICENSE_ATOMIC_EDITOR_AND_TOOLS.md in repository root for // license information: https://github.com/AtomicGameEngine/AtomicGameEngine // #pragma once #include <Atomic/Container...
18.967213
76
0.728608
[ "object", "vector" ]
f5295d5337a763826b93189fe1c5d9d75dfde7d1
597
h
C
src/workers.h
pirxpilot/kajtek
3b9b5e503b7142c4a1b7d9fb2dc15964569761cb
[ "MIT" ]
null
null
null
src/workers.h
pirxpilot/kajtek
3b9b5e503b7142c4a1b7d9fb2dc15964569761cb
[ "MIT" ]
null
null
null
src/workers.h
pirxpilot/kajtek
3b9b5e503b7142c4a1b7d9fb2dc15964569761cb
[ "MIT" ]
null
null
null
#pragma once #include <memory> #include <tuple> #include <nan.h> #include "ref.h" class TinyCDB; class PutWorker : public Nan::AsyncWorker { public: PutWorker(Nan::Callback*, TinyCDB*, v8::Local<v8::Value>, v8::Local<v8::Value>); void Execute() override; private: TinyCDB* tcdb; std::vector<refref_t> data...
16.135135
82
0.690117
[ "vector" ]
f52ca4d1ac2928198971d7d126796667d98f7d4d
1,470
h
C
nau/src/nau/render/opengl/glDebug.h
Khirion/nau
47a2ad8e0355a264cd507da5e7bba1bf7abbff95
[ "MIT" ]
29
2015-09-16T22:28:30.000Z
2022-03-11T02:57:36.000Z
nau/src/nau/render/opengl/glDebug.h
Khirion/nau
47a2ad8e0355a264cd507da5e7bba1bf7abbff95
[ "MIT" ]
1
2017-03-29T13:32:58.000Z
2017-03-31T13:56:03.000Z
nau/src/nau/render/opengl/glDebug.h
Khirion/nau
47a2ad8e0355a264cd507da5e7bba1bf7abbff95
[ "MIT" ]
10
2015-10-15T14:20:15.000Z
2022-02-17T10:37:29.000Z
#include "nau/config.h" #ifndef GLDEBUG_H #define GLDEBUG_H #include <glbinding/gl/gl.h> // new stuff in version 3.3 #include <glbinding-aux/Meta.h> #include <glbinding-aux/ContextInfo.h> #include <glbinding-aux/ValidVersions.h> #include <glbinding-aux/types_to_string.h> #include <glbinding-aux/debug.h> using namesp...
20.136986
56
0.64898
[ "render" ]
f54a674681bee21787dd3acd88352bc103751c1b
3,357
h
C
CreatorLib/CPACSCreatorLib/CPACSTreeItem.h
cfsengineering/CPACSCreator-Version0
56d5c7915da7e8918479c505d70a70492c47219b
[ "Apache-2.0" ]
10
2018-09-05T15:12:26.000Z
2019-05-04T05:41:39.000Z
CreatorLib/CPACSCreatorLib/CPACSTreeItem.h
cfsengineering/CPACSCreator-Version0
56d5c7915da7e8918479c505d70a70492c47219b
[ "Apache-2.0" ]
null
null
null
CreatorLib/CPACSCreatorLib/CPACSTreeItem.h
cfsengineering/CPACSCreator-Version0
56d5c7915da7e8918479c505d70a70492c47219b
[ "Apache-2.0" ]
1
2019-01-12T13:54:14.000Z
2019-01-12T13:54:14.000Z
/* * Copyright (C) 2018 CFS Engineering * * Created: 2018 Malo Drougard <malo.drougard@protonmail.com> * * 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/L...
27.292683
114
0.680071
[ "vector", "transform" ]