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
4091fe5741bbb8d8ff6a2ed04893c044adab5d6a
17,406
h
C
Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPtr.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPtr.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPtr.h
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. /*============================================================================= SoftObjectPtr.h: Pointer to UObject asset, keeps extra information so that it is works even if the asset is not in memory =======================================================...
27.672496
149
0.722912
[ "object" ]
4095b985c2daa08d48662277d583d3754bc67533
4,184
h
C
funcs/ngram.h
ivan-tkatchev/tab
39f1ea7c81e7ced72b0b2f5692e90a2edf8c9a18
[ "BSL-1.0" ]
16
2015-02-09T22:13:49.000Z
2022-02-17T16:54:50.000Z
funcs/ngram.h
ivan-tkatchev/tab
39f1ea7c81e7ced72b0b2f5692e90a2edf8c9a18
[ "BSL-1.0" ]
3
2016-01-22T20:10:55.000Z
2022-03-22T20:25:06.000Z
funcs/ngram.h
ivan-tkatchev/tab
39f1ea7c81e7ced72b0b2f5692e90a2edf8c9a18
[ "BSL-1.0" ]
1
2021-06-06T21:35:31.000Z
2021-06-06T21:35:31.000Z
#ifndef __TAB_FUNCS_NGRAM_H #define __TAB_FUNCS_NGRAM_H template <typename H> struct SeqNgramBoxed : public obj::SeqBase { H* holder; obj::Object* seq; UInt n; UInt m; SeqNgramBoxed(UInt _n) : n(_n), m(0) { holder = new H; } ~SeqNgramBoxed() { delete holder; } vo...
20.610837
85
0.509082
[ "object" ]
4096c0b3745fde3c622728b91d00d25a3edb6003
12,950
c
C
external/graphviz/cmd/smyrna/gui/gui.c
andraantariksa/cit205-nfa-to-dfa
6eb407309f4efad852863d534166e71a0be1d1ef
[ "MIT" ]
null
null
null
external/graphviz/cmd/smyrna/gui/gui.c
andraantariksa/cit205-nfa-to-dfa
6eb407309f4efad852863d534166e71a0be1d1ef
[ "MIT" ]
1
2020-02-10T19:20:08.000Z
2020-02-21T01:52:17.000Z
external/graphviz/cmd/smyrna/gui/gui.c
andraantariksa/cit205-nfa-to-dfa
6eb407309f4efad852863d534166e71a0be1d1ef
[ "MIT" ]
null
null
null
/* $Id$ $Revision$ */ /* vim:set shiftwidth=4 ts=8: */ /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1....
26.267748
121
0.658301
[ "object" ]
409e6a092155f530b724dbe95bcb1fb4d9d11e7c
19,540
c
C
rock/external/xserver/miext/rootless/rootlessValTree.c
NovasomIndustries/Utils-2019.01
ab6d48edc03363f3ee4f1e9efc5269fdecfe35a8
[ "MIT" ]
2
2019-04-20T14:21:56.000Z
2019-06-14T07:17:22.000Z
rock/external/xserver/miext/rootless/rootlessValTree.c
NovasomIndustries/Utils-2019.07
4a41062e0f50c1f97cb37df91457672ce386516d
[ "MIT" ]
null
null
null
rock/external/xserver/miext/rootless/rootlessValTree.c
NovasomIndustries/Utils-2019.07
4a41062e0f50c1f97cb37df91457672ce386516d
[ "MIT" ]
1
2021-07-11T14:36:00.000Z
2021-07-11T14:36:00.000Z
/* * Calculate window clip lists for rootless mode * * This file is very closely based on mivaltree.c. */ /* * mivaltree.c -- * Functions for recalculating window clip lists. Main function * is miValidateTree. * Copyright 1987, 1988, 1989, 1998 The Open Group All Rights Reserved. The above copyright notice...
36.867925
83
0.5913
[ "shape" ]
40a84f5515225eee228dd9318c477f9a109e6953
2,552
h
C
multimedia/opengl/glu/libtess/sweep.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
multimedia/opengl/glu/libtess/sweep.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
multimedia/opengl/glu/libtess/sweep.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
#ifndef __sweep_h_ #define __sweep_h_ /* ** Copyright 1994, Silicon Graphics, Inc. ** All Rights Reserved. ** ** This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.; ** the contents of this file may not be disclosed to third parties, copied or ** duplicated in any form, in whole or in part, without ...
40.507937
78
0.691223
[ "mesh" ]
40a8de85b0055cfb0041caa47a381cf4b5557095
78,600
c
C
nuitka/build/static_src/HelpersOperationInplacePow.c
sthagen/Nuitka-Nuitka
023dc76eeafd9c53ee2a51931474ddd98a3ba083
[ "Apache-2.0" ]
null
null
null
nuitka/build/static_src/HelpersOperationInplacePow.c
sthagen/Nuitka-Nuitka
023dc76eeafd9c53ee2a51931474ddd98a3ba083
[ "Apache-2.0" ]
null
null
null
nuitka/build/static_src/HelpersOperationInplacePow.c
sthagen/Nuitka-Nuitka
023dc76eeafd9c53ee2a51931474ddd98a3ba083
[ "Apache-2.0" ]
null
null
null
// Copyright 2022, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in co...
29.988554
120
0.549198
[ "object" ]
40b487f2214b26eecc879254401094bacf05c788
1,805
h
C
src/lib/access/expressions/pred_LikeExpression.h
EvilMcJerkface/hyrise-v1
d97fa0df5b9e2b9aaa78865c010e93173404086d
[ "MIT" ]
7
2017-11-13T11:02:59.000Z
2022-02-05T11:49:35.000Z
src/lib/access/expressions/pred_LikeExpression.h
EvilMcJerkface/hyrise-v1
d97fa0df5b9e2b9aaa78865c010e93173404086d
[ "MIT" ]
null
null
null
src/lib/access/expressions/pred_LikeExpression.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 <boost/regex.hpp> #include "pred_common.h" #include <helper/types.h> #include <boost/regex.hpp> namespace hyrise { namespace access { /// LIKE expression for string comparison using regular expr...
36.1
103
0.715235
[ "object" ]
40c0e68d492748000a27fbee23af2c021705883c
2,362
h
C
binding/matlab/Matlab_Mesh.h
jdowlingmedley/biorbd
591a5372d815af626fa500047fe04743c76d7e13
[ "MIT" ]
null
null
null
binding/matlab/Matlab_Mesh.h
jdowlingmedley/biorbd
591a5372d815af626fa500047fe04743c76d7e13
[ "MIT" ]
1
2021-03-24T08:16:36.000Z
2021-03-24T08:16:36.000Z
binding/matlab/Matlab_Mesh.h
jdowlingmedley/biorbd
591a5372d815af626fa500047fe04743c76d7e13
[ "MIT" ]
null
null
null
#ifndef BIORBD_MATLAB_MESH_H #define BIORBD_MATLAB_MESH_H #include <mex.h> #include "BiorbdModel.h" #include "class_handle.h" #include "processArguments.h" void Matlab_Mesh( int, mxArray *plhs[], int nrhs, const mxArray*prhs[] ){ // Verifier les arguments d'entree checkNombreInputParametres...
35.787879
186
0.596952
[ "mesh", "vector", "model" ]
40cd1bf07abab8026c9632f72b7db1aa400d104f
1,611
h
C
tools/tolua++/CCArray.h
pigpigyyy/Dorothy
81dbf800d0e3b15c96d67e1fb72b88d3deae780f
[ "Zlib", "libtiff", "BSD-2-Clause", "Apache-2.0", "MIT", "Libpng", "curl", "BSD-3-Clause" ]
3
2020-01-29T02:22:14.000Z
2022-03-03T08:13:45.000Z
tools/tolua++/CCArray.h
pigpigyyy/Dorothy
81dbf800d0e3b15c96d67e1fb72b88d3deae780f
[ "Zlib", "libtiff", "BSD-2-Clause", "Apache-2.0", "MIT", "Libpng", "curl", "BSD-3-Clause" ]
null
null
null
tools/tolua++/CCArray.h
pigpigyyy/Dorothy
81dbf800d0e3b15c96d67e1fb72b88d3deae780f
[ "Zlib", "libtiff", "BSD-2-Clause", "Apache-2.0", "MIT", "Libpng", "curl", "BSD-3-Clause" ]
1
2021-05-20T09:04:32.000Z
2021-05-20T09:04:32.000Z
class CCArray: public CCObject { static CCArray* create(); static CCArray* createWithArray(CCArray* otherArray); static CCArray* createWithCapacity(unsigned int capacity); static tolua_outside CCArray* CCArray_create @ create(CCObject* objects[tolua_len]); tolua_readonly tolua_property__qt unsigned int count; to...
47.382353
89
0.80509
[ "object" ]
40d23686970dba09e821e8b410ea99b0c8d33200
1,865
h
C
test/graph_io.h
hu-macsy/dhb
b6eec5c1b3cece00087957ce189e8e1a6b7ca4eb
[ "MIT" ]
null
null
null
test/graph_io.h
hu-macsy/dhb
b6eec5c1b3cece00087957ce189e8e1a6b7ca4eb
[ "MIT" ]
null
null
null
test/graph_io.h
hu-macsy/dhb
b6eec5c1b3cece00087957ce189e8e1a6b7ca4eb
[ "MIT" ]
null
null
null
#pragma once #include <dhb/graph.h> #include <fstream> #include <iostream> #include <sstream> using Timestamp = unsigned int; using Timestamps = std::vector<Timestamp>; dhb::Edges read_graph_unweighted(std::string path); template <typename F> void read_graph_unweighted(std::istream& ins, F fn) { std::string li...
24.866667
94
0.523324
[ "vector" ]
40dc1c31271fef916e22dbcd7a6e1b55255a10c0
25,275
c
C
src/venus/vkr_physical_device.c
val-verde/virglrenderer
becd816aca79f55810641cc173ca4ba84d529977
[ "MIT" ]
1
2021-11-05T01:43:01.000Z
2021-11-05T01:43:01.000Z
src/venus/vkr_physical_device.c
utmapp/virglrenderer
42b176aea0ac55c22e30514a4e28b452fe1ef648
[ "MIT" ]
null
null
null
src/venus/vkr_physical_device.c
utmapp/virglrenderer
42b176aea0ac55c22e30514a4e28b452fe1ef648
[ "MIT" ]
null
null
null
/* * Copyright 2020 Google LLC * SPDX-License-Identifier: MIT */ #include "vkr_physical_device.h" #include "venus-protocol/vn_protocol_renderer_device.h" #include "venus-protocol/vn_protocol_renderer_info.h" #include "vrend_winsys_gbm.h" #include "vkr_context.h" #include "vkr_device.h" #include "vkr_instance.h" ...
37.5
91
0.749594
[ "render", "object" ]
40e9bf362565412860c4e478353ff74fbbaedf5a
2,188
h
C
ios/chrome/browser/overlays/public/infobar_banner/update_password_infobar_banner_overlay.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
ios/chrome/browser/overlays/public/infobar_banner/update_password_infobar_banner_overlay.h
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
ios/chrome/browser/overlays/public/infobar_banner/update_password_infobar_banner_overlay.h
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2020 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 IOS_CHROME_BROWSER_OVERLAYS_PUBLIC_INFOBAR_BANNER_UPDATE_PASSWORD_INFOBAR_BANNER_OVERLAY_H_ #define IOS_CHROME_BROWSER_OVERLAYS_PUBLIC_INFOBAR_BAN...
40.518519
102
0.802102
[ "object" ]
40f290731748fcfde3d70d0b708896db1cc119ac
455
h
C
src/mesh/Frame.h
kamleshbhalui/MADYPG
b91c7af0b7a1382fed0a5fb3147f13594ddec71e
[ "MIT" ]
null
null
null
src/mesh/Frame.h
kamleshbhalui/MADYPG
b91c7af0b7a1382fed0a5fb3147f13594ddec71e
[ "MIT" ]
null
null
null
src/mesh/Frame.h
kamleshbhalui/MADYPG
b91c7af0b7a1382fed0a5fb3147f13594ddec71e
[ "MIT" ]
null
null
null
#ifndef __FRAME__H__ #define __FRAME__H__ #include "../EigenDefinitions.h" #include "Trafo.h" // single frame of animation // including cloth mesh, obstacle meshes, obstacle transformations // empty matrices correspond to no change from previous frames struct Frame { MatrixGLf cloth_V, cloth_U; MatrixGLi cloth_F,...
25.277778
66
0.76044
[ "mesh", "vector" ]
40f547a599807b64f556729f726ae2aa45907bb1
3,274
h
C
source/components/osal/export/osal/console-base.h
renebarto/gstreamerpp
846981ee50cfc11ed9bde0c8e898d722cc2a57c5
[ "Apache-2.0" ]
null
null
null
source/components/osal/export/osal/console-base.h
renebarto/gstreamerpp
846981ee50cfc11ed9bde0c8e898d722cc2a57c5
[ "Apache-2.0" ]
null
null
null
source/components/osal/export/osal/console-base.h
renebarto/gstreamerpp
846981ee50cfc11ed9bde0c8e898d722cc2a57c5
[ "Apache-2.0" ]
null
null
null
#pragma once #include <iostream> #include "osal/osal.h" #include "osal/flagoperators.h" namespace OSAL { class Secret; } // namespace OSAL // Ensures that there is at least one operator<< in the global namespace. // See Message& operator<<(...) below for why. void OSAL_EXPORT operator <<(const OSAL::Secret&, int);...
25.184615
113
0.700672
[ "object" ]
40fe84785050a2641a6c0760cbdc8ef998274223
9,247
c
C
sugar31/tools/netcvt/sugar_c.c
davidgarmire/sugar
699534852cb37fd2225a8b4b0072ebca96504d23
[ "BSD-2-Clause" ]
null
null
null
sugar31/tools/netcvt/sugar_c.c
davidgarmire/sugar
699534852cb37fd2225a8b4b0072ebca96504d23
[ "BSD-2-Clause" ]
null
null
null
sugar31/tools/netcvt/sugar_c.c
davidgarmire/sugar
699534852cb37fd2225a8b4b0072ebca96504d23
[ "BSD-2-Clause" ]
null
null
null
#include <stdio.h> #include <string.h> #include <stdlib.h> #include "lexer.h" #include "parse.h" void print_call_string(FILE* fp, code_t* code); void print_code_item(FILE* fp, char* tab, code_t* code, int nodefs); void print_code_list(FILE* fp, char* tab, code_t* firstcode, char* delim, int node...
31.776632
73
0.521683
[ "model" ]
dc031bdaf2ebd82e6887b0a3e9ced64cbd2916d2
8,175
h
C
segmentation/include/pcl/segmentation/plane_coefficient_comparator.h
yxlao/StanfordPCL
98a8663f896c1ba880d14efa2338b7cfbd01b6ef
[ "MIT" ]
null
null
null
segmentation/include/pcl/segmentation/plane_coefficient_comparator.h
yxlao/StanfordPCL
98a8663f896c1ba880d14efa2338b7cfbd01b6ef
[ "MIT" ]
null
null
null
segmentation/include/pcl/segmentation/plane_coefficient_comparator.h
yxlao/StanfordPCL
98a8663f896c1ba880d14efa2338b7cfbd01b6ef
[ "MIT" ]
null
null
null
/* * Software License Agreement (BSD License) * * Point Cloud Library (PCL) - www.pointclouds.org * Copyright (c) 2010-2012, Willow Garage, Inc. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditi...
41.923077
80
0.707401
[ "vector" ]
dc07e591ccb26f8894023bc42bf93d0663dec730
5,154
h
C
src/taskspaceik/IKTaskManager.h
mitkof6/tscms
e823608b0b66a352e0cf3b08ecb0542e01b26710
[ "CC-BY-4.0" ]
2
2017-12-01T12:02:35.000Z
2017-12-01T19:14:22.000Z
src/taskspaceik/IKTaskManager.h
mitkof6/tscms
e823608b0b66a352e0cf3b08ecb0542e01b26710
[ "CC-BY-4.0" ]
null
null
null
src/taskspaceik/IKTaskManager.h
mitkof6/tscms
e823608b0b66a352e0cf3b08ecb0542e01b26710
[ "CC-BY-4.0" ]
1
2021-07-16T23:14:18.000Z
2021-07-16T23:14:18.000Z
#ifndef IK_TASK_MANAGER_H #define IK_TASK_MANAGER_H #include "internal/TaskSpaceIKDLL.h" #include <OpenSim/Common/GCVSplineSet.h> #include <OpenSim/Simulation/Model/Marker.h> #include <OpenSim/Common/MarkerData.h> #include "ConstraintModel.h" #include "tree.h" namespace OpenSim { class TaskDynamics; class T...
32.828025
105
0.618937
[ "vector", "model" ]
dc0fe1c6f1a00350a59c29bca84a7a3d4109d1b3
30,056
h
C
src/matrix/kaldi-matrix.h
hihihippp/Kaldi
861f838a2aea264a9e4ffa4df253df00a8b1247f
[ "Apache-2.0" ]
19
2015-03-19T10:53:38.000Z
2020-12-17T06:12:32.000Z
src/matrix/kaldi-matrix.h
UdyanSachdev/kaldi
861f838a2aea264a9e4ffa4df253df00a8b1247f
[ "Apache-2.0" ]
1
2018-12-18T17:43:44.000Z
2018-12-18T17:43:44.000Z
src/matrix/kaldi-matrix.h
UdyanSachdev/kaldi
861f838a2aea264a9e4ffa4df253df00a8b1247f
[ "Apache-2.0" ]
47
2015-01-27T06:22:57.000Z
2021-11-11T20:59:04.000Z
// matrix/kaldi-matrix.h // Copyright 2009-2011 Ondrej Glembek; Microsoft Corporation; Lukas Burget; // Saarland University; Petr Schwarz; Yanmin Qian; // Karel Vesely; Go Vivace Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use ...
37.711418
95
0.670582
[ "vector" ]
dc10675caf03a482bcedeb179ce7cb5b67eab9c9
8,482
h
C
provant_simulator_plugins/provant_simulator_plugins/include/provant_simulator_plugins/config_plugin/config_plugin.h
Guiraffo/ProVANT_Simulator
ef2260204b13f39a9f83ad2ab88a9552a0699bff
[ "MIT" ]
null
null
null
provant_simulator_plugins/provant_simulator_plugins/include/provant_simulator_plugins/config_plugin/config_plugin.h
Guiraffo/ProVANT_Simulator
ef2260204b13f39a9f83ad2ab88a9552a0699bff
[ "MIT" ]
null
null
null
provant_simulator_plugins/provant_simulator_plugins/include/provant_simulator_plugins/config_plugin/config_plugin.h
Guiraffo/ProVANT_Simulator
ef2260204b13f39a9f83ad2ab88a9552a0699bff
[ "MIT" ]
null
null
null
/* * This file is part of the ProVANT simulator project. * Licensed under the terms of the MIT open source license. More details at * https://github.com/Guiraffo/ProVANT-Simulator/blob/master/LICENSE.md */ /** * @file config_plugin.h * @brief This file contains the declaration for the ConfigPlugin class. * * @a...
39.087558
96
0.732139
[ "object" ]
dc18b9d91805569f6ca24e175df91649b7a70bcd
17,151
h
C
ext/kameleon/src/ccmc/Polyhedron.h
alexanderbock/Kameleon-Converter
6c2e66bfea60b17a369a3615bc1a623bba100a6f
[ "BSD-3-Clause" ]
null
null
null
ext/kameleon/src/ccmc/Polyhedron.h
alexanderbock/Kameleon-Converter
6c2e66bfea60b17a369a3615bc1a623bba100a6f
[ "BSD-3-Clause" ]
null
null
null
ext/kameleon/src/ccmc/Polyhedron.h
alexanderbock/Kameleon-Converter
6c2e66bfea60b17a369a3615bc1a623bba100a6f
[ "BSD-3-Clause" ]
null
null
null
/* * Polyhedron.h * * Created on: May 20, 2013 * Author: Asher Pembroke */ #ifndef POLYHEDRON_H_ #define POLYHEDRON_H_ #include <iostream> #include <fstream> #include <sstream> #include <cmath> #include "Point.h" #include "Vector.h" #include "time.h" namespace ccmc { using namespace std; /* * Polyhed...
25.522321
121
0.639263
[ "geometry", "object", "shape", "vector" ]
dc24a271799a5a0865661feca5f973a1d25936e6
4,627
h
C
WKTParser/Library/WKTPolygon.h
alejandrofcarrera/WKTParser
86060fb17d5746f1b66f4e5243f6ec58fcc160e1
[ "MIT" ]
9
2015-01-07T06:51:51.000Z
2016-10-01T01:29:57.000Z
WKTParser/Library/WKTPolygon.h
alejandrofcarrera/WKTParser-ObjC
86060fb17d5746f1b66f4e5243f6ec58fcc160e1
[ "MIT" ]
4
2015-07-15T02:47:04.000Z
2018-01-15T19:43:41.000Z
WKTParser/Library/WKTPolygon.h
alejandrofcarrera/WKTParser
86060fb17d5746f1b66f4e5243f6ec58fcc160e1
[ "MIT" ]
6
2015-05-28T08:05:23.000Z
2017-12-18T15:43:18.000Z
// // WKTPolygon.h // // WKTParser Polygon // // The MIT License (MIT) // // Copyright (c) 2014 Alejandro Fdez Carrera // // 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 res...
28.73913
128
0.730495
[ "geometry", "3d" ]
09b614031ac0cb95098a0b5527bed8fb81afc6b2
1,791
h
C
GraphicsTechniquesInSiv3D/VarianceShadowMap.h
tana/GraphicsTechniquesInSiv3D
a129a673eefdf9a7691338593b914f0432e6ff11
[ "MIT" ]
1
2021-12-12T09:22:33.000Z
2021-12-12T09:22:33.000Z
GraphicsTechniquesInSiv3D/VarianceShadowMap.h
tana/GraphicsTechniquesInSiv3D
a129a673eefdf9a7691338593b914f0432e6ff11
[ "MIT" ]
null
null
null
GraphicsTechniquesInSiv3D/VarianceShadowMap.h
tana/GraphicsTechniquesInSiv3D
a129a673eefdf9a7691338593b914f0432e6ff11
[ "MIT" ]
null
null
null
#pragma once # include <Siv3D.hpp> # include "utils.h" // 分散シャドウマップ(Variance Shadow Map)によるソフトシャドウ // ベースはチュートリアル37.1「3Dモデルを描く」(下記のURL) // https://zenn.dev/reputeless/books/siv3d-documentation/viewer/tutorial-3d-2#37.1-3d-%E3%83%A2%E3%83%87%E3%83%AB%E3%82%92%E6%8F%8F%E3%81%8F // 参考文献: // M. Fisher, "Matt's Webcor...
33.166667
220
0.789503
[ "mesh", "model", "3d" ]
09b6740433023d88ac17bf31908418246e2e077b
1,261
h
C
Gems/Atom/RPI/Code/Tests/Common/TestUtils.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-09-13T00:01:12.000Z
2021-09-13T00:01:12.000Z
Gems/Atom/RPI/Code/Tests/Common/TestUtils.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
null
null
null
Gems/Atom/RPI/Code/Tests/Common/TestUtils.h
aaarsene/o3de
37e3b0226958974defd14dd6d808e8557dcd7345
[ "Apache-2.0", "MIT" ]
1
2021-07-20T11:07:25.000Z
2021-07-20T11:07:25.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #include <AzTest/AzTest.h> #include <AzCore/std/any.h> namespace UnitTest { templ...
32.333333
258
0.626487
[ "3d" ]
09ba1c2bf7ea78f2be4a389234d5a824e59fbee5
9,504
c
C
examples/spectra-fe/fe.c
xbarin02/libdwt
c92b082e0f57322cdfbdef2e1e58b50669c0cc76
[ "MIT" ]
7
2018-10-11T17:37:30.000Z
2021-09-14T14:18:49.000Z
examples/spectra-fe/fe.c
xbarin02/libdwt
c92b082e0f57322cdfbdef2e1e58b50669c0cc76
[ "MIT" ]
1
2019-09-05T08:10:13.000Z
2019-09-05T12:04:53.000Z
examples/spectra-fe/fe.c
xbarin02/libdwt
c92b082e0f57322cdfbdef2e1e58b50669c0cc76
[ "MIT" ]
1
2019-05-16T10:51:42.000Z
2019-05-16T10:51:42.000Z
/** * @brief Stellar spectra feature extraction using DWT and SWT. */ #include "libdwt.h" #include "swt.h" #include <assert.h> #include <stdlib.h> enum t_wavelet { WAVELET_CDF97 = 0, WAVELET_CDF53, WAVELET_LAST }; const char *wavelet_to_cstr(enum t_wavelet wavelet) { switch(wavelet) { case WAVELET_CDF97: r...
21.405405
148
0.681503
[ "transform" ]
09c4a6a8f7fee21331d4337d31b789da1204b7f7
2,965
c
C
src/view.c
Ilya-Piskurov/SDL_Roguelite
73fc048f7be1876af2445539c5047dc6cdcc8acf
[ "BSD-3-Clause" ]
null
null
null
src/view.c
Ilya-Piskurov/SDL_Roguelite
73fc048f7be1876af2445539c5047dc6cdcc8acf
[ "BSD-3-Clause" ]
null
null
null
src/view.c
Ilya-Piskurov/SDL_Roguelite
73fc048f7be1876af2445539c5047dc6cdcc8acf
[ "BSD-3-Clause" ]
1
2022-02-22T22:57:39.000Z
2022-02-22T22:57:39.000Z
#include "headers/view.h" /*-------------Constants-------------*/ const int WIDTH = MAX_X * TILE_SIZE * SCALE, HEIGHT = MAX_Y * TILE_SIZE * SCALE; /*-------------Constants-------------*/ /*--------Func-Prototypes--------*/ void draw_player( Player *player, SDL_Renderer *renderer ); void draw_game_map( Game_...
26.711712
97
0.582125
[ "model" ]
09ccfebae867ec003974423d1bc5f9881d3f84b9
1,405
h
C
include/polymesh2/PointsMesh.h
xzrunner/polymesh
a2d9712a46f0e5950b1a3c357f313f137eb55ef7
[ "MIT" ]
null
null
null
include/polymesh2/PointsMesh.h
xzrunner/polymesh
a2d9712a46f0e5950b1a3c357f313f137eb55ef7
[ "MIT" ]
null
null
null
include/polymesh2/PointsMesh.h
xzrunner/polymesh
a2d9712a46f0e5950b1a3c357f313f137eb55ef7
[ "MIT" ]
null
null
null
#ifndef _POLYMESH_POINTS_MESH_H_ #define _POLYMESH_POINTS_MESH_H_ #include "polymesh2/Mesh.h" #include "polymesh2/Triangles.h" #include <SM_Vector.h> #include <cu/cu_stl.h> namespace pm2 { class Triangles; class PointsMesh : public Mesh { public: PointsMesh(const CU_VEC<sm::vec2>& outline, const CU_VEC<sm::vec2>&...
26.018519
77
0.75516
[ "mesh", "transform" ]
09e16bce3e90857aaf252a0d89d0c4581ad44118
4,898
h
C
example/test_annotations.h
feed57005/librfl
854c3f74cb874b3e412faf1067f430acb4c1aff5
[ "BSD-3-Clause" ]
2
2015-03-26T09:34:05.000Z
2019-08-29T07:13:06.000Z
example/test_annotations.h
feed57005/librfl
854c3f74cb874b3e412faf1067f430acb4c1aff5
[ "BSD-3-Clause" ]
null
null
null
example/test_annotations.h
feed57005/librfl
854c3f74cb874b3e412faf1067f430acb4c1aff5
[ "BSD-3-Clause" ]
2
2017-08-05T07:35:28.000Z
2019-08-29T07:13:07.000Z
// Copyright (c) 2015 Pavel Novy. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef __TEST_ANNOTATIONS_H__ #define __TEST_ANNOTATIONS_H__ #include "rfl/annotations.h" #include "example/object.h" #include "example/example_export.h" #in...
26.192513
79
0.64557
[ "object", "vector" ]
09eafe4926416212be5a6b43df3fb08786d9d4a1
3,355
h
C
proxygen_ih/web_server/shared/SharedConsts.h
IgorHersht/proxygen_ih
616a8eb899196d2a130e14c0fabcae1944e34b7d
[ "MIT" ]
7
2017-11-10T05:18:30.000Z
2021-04-29T15:38:25.000Z
proxygen_ih/web_server/shared/SharedConsts.h
IgorHersht/proxygen_ih
616a8eb899196d2a130e14c0fabcae1944e34b7d
[ "MIT" ]
null
null
null
proxygen_ih/web_server/shared/SharedConsts.h
IgorHersht/proxygen_ih
616a8eb899196d2a130e14c0fabcae1944e34b7d
[ "MIT" ]
null
null
null
/* MIT License Copyright @ 2017 Igor Hersht Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, dist...
33.55
78
0.832191
[ "vector" ]
09f352ee8bcc5eae94161e5512d8356de7813496
117,330
h
C
src/include/acp.h
project-ace/acp
0ae88e86636b9f7eb7e25b71bae10a3b281f20fc
[ "BSD-3-Clause" ]
1
2017-09-19T15:35:40.000Z
2017-09-19T15:35:40.000Z
src/include/acp.h
project-ace/ACP
0ae88e86636b9f7eb7e25b71bae10a3b281f20fc
[ "BSD-3-Clause" ]
null
null
null
src/include/acp.h
project-ace/ACP
0ae88e86636b9f7eb7e25b71bae10a3b281f20fc
[ "BSD-3-Clause" ]
null
null
null
/* * Advanced Communication Primitives Library Header * * Copyright (c) 2014-2017 FUJITSU LIMITED * Copyright (c) 2014-2017 Kyushu University * Copyright (c) 2014-2017 Institute of Systems, Information Technologies * and Nanotechnologies 2014 * * This software is released under the BSD ...
24.176798
143
0.703136
[ "vector" ]
09fa98a48495a9429fde1aedc33d6d8483b1caa4
124,931
h
C
include/votca/ctp/xinteractor.h
jimbach/ctp
e5b33f074f81c6e6859dfaacada1b6c992c67c2b
[ "Apache-2.0" ]
null
null
null
include/votca/ctp/xinteractor.h
jimbach/ctp
e5b33f074f81c6e6859dfaacada1b6c992c67c2b
[ "Apache-2.0" ]
null
null
null
include/votca/ctp/xinteractor.h
jimbach/ctp
e5b33f074f81c6e6859dfaacada1b6c992c67c2b
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org) * * 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 * * Unl...
38.053914
252
0.502037
[ "geometry", "vector", "model" ]
09fd433e2a4a7579f5db540b5c23b174032c26b9
20,655
c
C
src/amuse/community/athena/src/athena/src/gravity/selfg.c
rknop/amuse
85d5bdcc29cfc87dc69d91c264101fafd6658aec
[ "Apache-2.0" ]
131
2015-06-04T09:06:57.000Z
2022-02-01T12:11:29.000Z
src/amuse/community/athena/src/athena/src/gravity/selfg.c
rknop/amuse
85d5bdcc29cfc87dc69d91c264101fafd6658aec
[ "Apache-2.0" ]
690
2015-10-17T12:18:08.000Z
2022-03-31T16:15:58.000Z
src/amuse/community/athena/src/athena/src/gravity/selfg.c
rieder/amuse
3ac3b6b8f922643657279ddee5c8ab3fc0440d5e
[ "Apache-2.0" ]
102
2015-01-22T10:00:29.000Z
2022-02-09T13:29:43.000Z
#include "../copyright.h" /*============================================================================*/ /*! \file selfg.c * \brief Contains functions to control solution of Poisson's equation for * self-gravity. * * CONTAINS PUBLIC FUNCTIONS: * - selfg_fc() - 2nd order flux-corrections for self-gravity ter...
36.62234
82
0.49557
[ "3d" ]
670a9e38f83f00a6ea1181d60c2adfdb799fdaec
2,058
h
C
printing/backend/cups_ipp_util.h
google-ar/chromium
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
777
2017-08-29T15:15:32.000Z
2022-03-21T05:29:41.000Z
printing/backend/cups_ipp_util.h
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
66
2017-08-30T18:31:18.000Z
2021-08-02T10:59:35.000Z
printing/backend/cups_ipp_util.h
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
123
2017-08-30T01:19:34.000Z
2022-03-17T22:55:31.000Z
// Copyright 2016 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 PRINTING_BACKEND_CUPS_IPP_UTIL_H_ #define PRINTING_BACKEND_CUPS_IPP_UTIL_H_ #include <vector> #include "base/strings/string_piece.h" #include "p...
34.3
80
0.769193
[ "object", "vector" ]
67104eee96a0c21c53efd6e1ff5d2a89fa3c1f4c
5,556
h
C
include/net-snmp/agent/watcher.h
jridky/net-snmp
1bb941d6fcd7ac2db5a54b95ee0ed07ec9861e70
[ "Net-SNMP" ]
156
2018-05-11T09:50:50.000Z
2022-03-21T17:22:11.000Z
include/net-snmp/agent/watcher.h
jridky/net-snmp
1bb941d6fcd7ac2db5a54b95ee0ed07ec9861e70
[ "Net-SNMP" ]
384
2018-06-15T11:40:56.000Z
2022-03-28T16:28:39.000Z
include/net-snmp/agent/watcher.h
jridky/net-snmp
1bb941d6fcd7ac2db5a54b95ee0ed07ec9861e70
[ "Net-SNMP" ]
151
2018-04-27T10:14:09.000Z
2022-03-10T16:22:11.000Z
/* * watcher.h */ #ifndef NETSNMP_WATCHER_H #define NETSNMP_WATCHER_H #ifdef __cplusplus extern "C" { #endif /** @ingroup watcher * @{ */ /* * if handler flag has this bit set, the timestamp will be * treated as a pointer to the timestamp. If this bit is * not set (the default), the timestamp is a struct ti...
37.288591
79
0.650648
[ "object" ]
672718efcc1eca3968e1a7900312b92079d6ce61
605
h
C
commander/parsed_line.h
alamb/aal_commander
98904febdd1da0e17cbdc1f15669197e74d997de
[ "BSD-2-Clause", "MIT" ]
null
null
null
commander/parsed_line.h
alamb/aal_commander
98904febdd1da0e17cbdc1f15669197e74d997de
[ "BSD-2-Clause", "MIT" ]
null
null
null
commander/parsed_line.h
alamb/aal_commander
98904febdd1da0e17cbdc1f15669197e74d997de
[ "BSD-2-Clause", "MIT" ]
null
null
null
#pragma once #include <vector> #include <string> /** * Parses a string into a "command" and some number of arguments. */ class Parsed_line { public: Parsed_line(); Parsed_line(const std::string &s); std::string dump() const; // remove as much of s is left after removing command_ std::string rem...
23.269231
72
0.638017
[ "vector" ]
6729fa801c2e8618c3ed2b1a3397d4ea4af84e75
2,626
h
C
code/Tutorial_07/OpenGLWindow.h
horvatj/OpenGLWithQt-Tutorial
360e853bdaad231ca8d27e0feeee90d6e431c30b
[ "BSD-3-Clause" ]
27
2020-04-16T23:02:27.000Z
2022-02-06T21:28:44.000Z
code/Tutorial_07/OpenGLWindow.h
horvatj/OpenGLWithQt-Tutorial
360e853bdaad231ca8d27e0feeee90d6e431c30b
[ "BSD-3-Clause" ]
2
2020-09-25T07:46:41.000Z
2021-01-12T15:16:23.000Z
code/Tutorial_07/OpenGLWindow.h
horvatj/OpenGLWithQt-Tutorial
360e853bdaad231ca8d27e0feeee90d6e431c30b
[ "BSD-3-Clause" ]
14
2020-04-16T23:02:41.000Z
2022-03-15T04:49:40.000Z
/************************************************************************************ OpenGL with Qt - Tutorial ------------------------- Autor : Andreas Nicolai <andreas.nicolai@gmx.net> Repository : https://github.com/ghorwin/OpenGLWithQt-Tutorial License : BSD License, see https://github.com/ghorwin/Ope...
30.894118
101
0.704874
[ "geometry" ]
67342d23b948bbfca4cb404afe3ea5b95a4492ba
9,556
h
C
include/hypopanels.h
HypoModel/HypoModBase
29572f98202780c9a8b25cffe80761fedb35aa1a
[ "MIT" ]
null
null
null
include/hypopanels.h
HypoModel/HypoModBase
29572f98202780c9a8b25cffe80761fedb35aa1a
[ "MIT" ]
null
null
null
include/hypopanels.h
HypoModel/HypoModBase
29572f98202780c9a8b25cffe80761fedb35aa1a
[ "MIT" ]
null
null
null
#ifndef HYPOPANELS_H #define HYPOPANELS_H #include "wx/wx.h" #include "wx/richtext/richtextctrl.h" #include "wx/grid.h" #include "hypocontrols.h" #include "hypotools.h" #include "hypodat.h" #include "hypomods.h" using namespace std; //class Model; class HypoMain; class TextGrid; class NeuroMod; class OptionPanel...
23.026506
184
0.747907
[ "model" ]
674d8fa68663d78392f28ea02e1de4d429b61869
1,674
h
C
src/swged/Views/DatatableView.h
JohnShandy/swganh
d20d22a8dca2e9220a35af0f45f7935ca2eda531
[ "MIT" ]
1
2015-03-25T16:02:17.000Z
2015-03-25T16:02:17.000Z
src/swged/Views/DatatableView.h
JohnShandy/swganh
d20d22a8dca2e9220a35af0f45f7935ca2eda531
[ "MIT" ]
null
null
null
src/swged/Views/DatatableView.h
JohnShandy/swganh
d20d22a8dca2e9220a35af0f45f7935ca2eda531
[ "MIT" ]
null
null
null
// DatatableView.h : interface of the CDatatableView class // #pragma once #include <afxwinforms.h> #using <System.Windows.Forms.dll> ref class DoubleBufferedDataGridView : public System::Windows::Forms::DataGridView { public: DoubleBufferedDataGridView() : System::Windows::Forms::DataGridView() { ...
23.914286
82
0.755675
[ "object" ]
67511714e6831a3d914c954e15a546e5020801e3
3,084
h
C
L1Trigger/L1TGlobal/interface/CaloCondition.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-24T19:10:26.000Z
2019-02-19T11:45:32.000Z
L1Trigger/L1TGlobal/interface/CaloCondition.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-23T13:40:24.000Z
2019-12-05T21:16:03.000Z
L1Trigger/L1TGlobal/interface/CaloCondition.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
5
2018-08-21T16:37:52.000Z
2020-01-09T13:33:17.000Z
#ifndef L1Trigger_L1TGlobal_CaloCondition_h #define L1Trigger_L1TGlobal_CaloCondition_h /** * \class CaloCondition * * * Description: evaluation of a CondCalo condition. * * Implementation: * <TODO: enter implementation details> * * \author: Vasile Mihai Ghete - HEPHY Vienna * Vladimir R...
23.363636
109
0.69585
[ "object" ]
67613995b83e029acb6e63f92703d8f7cad1b977
109,069
c
C
testsuite/testpappl.c
michaelrsweet/patutorial
891dd122b79ae9f7f4875830dd8f7015960ca1f1
[ "Apache-2.0" ]
null
null
null
testsuite/testpappl.c
michaelrsweet/patutorial
891dd122b79ae9f7f4875830dd8f7015960ca1f1
[ "Apache-2.0" ]
null
null
null
testsuite/testpappl.c
michaelrsweet/patutorial
891dd122b79ae9f7f4875830dd8f7015960ca1f1
[ "Apache-2.0" ]
null
null
null
// // Main test suite file for the Printer Application Framework // // Copyright © 2020-2022 by Michael R Sweet. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // // Usage: // // testpappl [OPTIONS] ["SERVER NAME"] // // Options: // // --get-id DEVICE-URI Show IEEE...
30.171231
328
0.62035
[ "model" ]
676628fb373acf703064b1547140094347045f59
2,273
h
C
package/src/netmon.h
CorentinB74/prmon
4d18e05d5ccf58c1012ff2e60698f46a92859291
[ "Apache-2.0" ]
null
null
null
package/src/netmon.h
CorentinB74/prmon
4d18e05d5ccf58c1012ff2e60698f46a92859291
[ "Apache-2.0" ]
null
null
null
package/src/netmon.h
CorentinB74/prmon
4d18e05d5ccf58c1012ff2e60698f46a92859291
[ "Apache-2.0" ]
null
null
null
// Copyright (C) CERN, 2018 // // Network monitoring class // // This is a more efficient network monitor that holds // its istreams in a structure, so that they don't have // to be opened and closed on each monitoring cycle. #ifndef PRMON_NETMON_H #define PRMON_NETMON_H 1 #include <fstream> #include <iostream> #incl...
30.716216
113
0.712714
[ "vector" ]
6766c6bb2133ccc5aba876f5ece68e993701a399
2,141
h
C
Modules/DiffusionCore/IODataStructures/mitkShImage.h
HRS-Navigation/MITK-Diffusion
b1bf62d1c76f0d0cc26dd252561cb5d8769b4f87
[ "BSD-3-Clause" ]
37
2019-07-05T10:55:06.000Z
2022-03-21T12:09:35.000Z
Modules/DiffusionCore/IODataStructures/mitkShImage.h
HRS-Navigation/MITK-Diffusion
b1bf62d1c76f0d0cc26dd252561cb5d8769b4f87
[ "BSD-3-Clause" ]
6
2019-11-04T16:05:47.000Z
2022-03-22T15:53:31.000Z
Modules/DiffusionCore/IODataStructures/mitkShImage.h
HRS-Navigation/MITK-Diffusion
b1bf62d1c76f0d0cc26dd252561cb5d8769b4f87
[ "BSD-3-Clause" ]
10
2019-10-15T14:37:26.000Z
2022-02-18T03:22:01.000Z
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR P...
26.432099
148
0.676787
[ "3d" ]
676ea39d0a44ea006368111bc997868bb99316f9
3,557
h
C
weblayer/browser/webrtc/media_stream_manager.h
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
weblayer/browser/webrtc/media_stream_manager.h
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
weblayer/browser/webrtc/media_stream_manager.h
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2021-01-05T23:43:46.000Z
2021-01-07T23:36:34.000Z
// Copyright 2020 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 WEBLAYER_BROWSER_WEBRTC_MEDIA_STREAM_MANAGER_H_ #define WEBLAYER_BROWSER_WEBRTC_MEDIA_STREAM_MANAGER_H_ #include <map> #include <set> #include "...
36.295918
80
0.758504
[ "object" ]
67751fd03ac13f46214c270a18710b6416b72279
982
h
C
src/sniffer.h
kangseokgyu/just-do-it
1f8701c26afa0238b7fc973ff9c995f3664362dc
[ "MIT" ]
null
null
null
src/sniffer.h
kangseokgyu/just-do-it
1f8701c26afa0238b7fc973ff9c995f3664362dc
[ "MIT" ]
null
null
null
src/sniffer.h
kangseokgyu/just-do-it
1f8701c26afa0238b7fc973ff9c995f3664362dc
[ "MIT" ]
null
null
null
#ifndef _JUST_DO_IT_SNIFFER_H_ #define _JUST_DO_IT_SNIFFER_H_ #include <memory> #include <optional> #include <queue> #include <string> #include <vector> #include "pcap.h" enum class sniff_mode { unknown = 0x0, live = 0x1, offline = 0x2, }; using packet = std::vector<uint8_t>; using packet_ptr = std::shared_pt...
20.893617
77
0.684318
[ "vector" ]
67984b5f4eeb8dc97a11268cbd2433a0eb4d6c0d
1,254
h
C
tvxsrc/tvx_default_components.h
HenriPK/Toyvox
d21f63f56e3c15145206daf879f4a58f70ae58ce
[ "Apache-2.0" ]
8
2019-03-23T13:50:28.000Z
2021-04-17T15:18:49.000Z
tvxsrc/tvx_default_components.h
HenriPK/Toybox
d21f63f56e3c15145206daf879f4a58f70ae58ce
[ "Apache-2.0" ]
null
null
null
tvxsrc/tvx_default_components.h
HenriPK/Toybox
d21f63f56e3c15145206daf879f4a58f70ae58ce
[ "Apache-2.0" ]
2
2019-03-29T22:08:42.000Z
2021-02-01T18:24:31.000Z
#include "components.h" #include "game.h" #include "voxel_objects.h" /* Usage: To add any of those components to a scene, use: <ComponentType> <name> = <ComponentType>(); To add a system, add it to a scene's tick function, or to a global tick function! */ using namespace tvx; //Position 2d typedef ComponentSet<...
21.62069
81
0.756778
[ "transform", "3d" ]
6798abd8b08ca6d2abc60d5ee082c4d2b6b8ecad
806
h
C
Exelius/ExeliusCore/Components/BoxRenderComponent.h
GroverErin/ProceduralMapGenGame
89142c72a15f81a65985e4b7da02267e557c400e
[ "Apache-2.0" ]
null
null
null
Exelius/ExeliusCore/Components/BoxRenderComponent.h
GroverErin/ProceduralMapGenGame
89142c72a15f81a65985e4b7da02267e557c400e
[ "Apache-2.0" ]
null
null
null
Exelius/ExeliusCore/Components/BoxRenderComponent.h
GroverErin/ProceduralMapGenGame
89142c72a15f81a65985e4b7da02267e557c400e
[ "Apache-2.0" ]
null
null
null
#pragma once #include "Game/Actor.h" namespace Exelius { class TransformComponent; class BoxRenderComponent : public IActorComponent { public: DEFINE_COMPONENT(BoxRenderComponent) BoxRenderComponent(Actor* pOwner) : IActorComponent(pOwner) , m_width(0) , m_height(0) , m_red(0) , m_green(0) ...
19.190476
90
0.718362
[ "render" ]
679b325d78452722ce7e39cd0728d1a57b8800c6
17,719
c
C
engine/src/datasources/file_source.c
Oghma/speect
f618e8d651cb9ec4c90cc244af3e7aa993599f6d
[ "BSD-2-Clause", "BSD-3-Clause" ]
5
2016-01-29T14:39:46.000Z
2019-04-24T14:45:55.000Z
engine/src/datasources/file_source.c
Oghma/speect
f618e8d651cb9ec4c90cc244af3e7aa993599f6d
[ "BSD-2-Clause", "BSD-3-Clause" ]
null
null
null
engine/src/datasources/file_source.c
Oghma/speect
f618e8d651cb9ec4c90cc244af3e7aa993599f6d
[ "BSD-2-Clause", "BSD-3-Clause" ]
7
2015-09-17T14:45:05.000Z
2020-03-30T13:19:29.000Z
/************************************************************************************/ /* Copyright (c) 2008-2011 The Department of Arts and Culture, */ /* The Government of the Republic of South Africa. */ /* ...
31.983755
101
0.438851
[ "object" ]
7cc9db43469c3b60c44ed8fed972c4123c7283d3
6,406
h
C
src/dev_prop.h
david-foo/mesh_node_sensor
a6093d21a7e6a673527e73558216956f17da5735
[ "FSFAP" ]
null
null
null
src/dev_prop.h
david-foo/mesh_node_sensor
a6093d21a7e6a673527e73558216956f17da5735
[ "FSFAP" ]
null
null
null
src/dev_prop.h
david-foo/mesh_node_sensor
a6093d21a7e6a673527e73558216956f17da5735
[ "FSFAP" ]
null
null
null
#ifndef ZEPHYR_INCLUDE_APP_DEV_PROP_H_ #define ZEPHYR_INCLUDE_APP_DEV_PROP_H_ #include <zephyr.h> #include "format_types.h" struct mesh_characteristic_id { const char *name; const char *type; // org.bluetooth.characteristic.temperature_8 u16_t uuid; }; struct mesh_characteristic_type { struct mesh_characteristi...
41.329032
86
0.556666
[ "mesh" ]
7ccd9e40ca5861046f06ca2e83d50da14d66404f
63,959
c
C
FLinux/syscall/mm.c
mediaexplorer74/AndroidBridge
6077f1d5854ba96935fd419917a5b50bc6c31909
[ "MIT" ]
2
2021-11-18T20:12:08.000Z
2022-03-13T06:56:10.000Z
FLinux/syscall/mm.c
mediaexplorer74/AndroidBridge
6077f1d5854ba96935fd419917a5b50bc6c31909
[ "MIT" ]
null
null
null
FLinux/syscall/mm.c
mediaexplorer74/AndroidBridge
6077f1d5854ba96935fd419917a5b50bc6c31909
[ "MIT" ]
null
null
null
/* Linux mmap() allows mapping into 4kB page boundaries, while Windows only * allows 64kB boundaries (called allocation granularity), although both * systems use 4kB page size. * * This difference causes two main issues for mmap() implementation: * 1. Map non 64kB aligned starting address of a file * It's imp...
30.617042
215
0.703857
[ "object" ]
7cd54a63ea1c505aa49bc6299c896ee0d52e0d9c
1,137
h
C
src/sharedLibraries/headers/GMM/GmmAggregateDatapoint.h
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
13
2022-01-17T16:14:26.000Z
2022-03-30T02:06:04.000Z
src/sharedLibraries/headers/GMM/GmmAggregateDatapoint.h
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
1
2022-01-28T23:17:14.000Z
2022-01-28T23:17:14.000Z
src/sharedLibraries/headers/GMM/GmmAggregateDatapoint.h
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
3
2022-01-18T02:13:53.000Z
2022-03-06T19:28:19.000Z
#ifndef GMM_AGGREGATE_DATAPOINT_H #define GMM_AGGREGATE_DATAPOINT_H #include "DoubleVector.h" #include "Object.h" #include "PDBVector.h" // By Tania, October 2017 using namespace pdb; // GmmAggregateDatapoint contains a processed datapoint and the responsabilities // or posterior probabilities (rvalues) of this dat...
23.6875
80
0.740545
[ "object", "vector", "model" ]
7cd65fc59fac54a856b1c6a6c72e0cd347b7142b
5,764
c
C
test/test.c
kealan/incubator-milagro-MPC
c8e671aec5d3d3c796785e632e9cbb53bfaa53d7
[ "Apache-2.0" ]
6
2020-02-18T21:14:57.000Z
2022-02-23T15:14:24.000Z
test/test.c
kealan/incubator-milagro-MPC
c8e671aec5d3d3c796785e632e9cbb53bfaa53d7
[ "Apache-2.0" ]
26
2020-02-17T11:26:24.000Z
2021-01-21T14:06:26.000Z
test/test.c
kealan/incubator-milagro-MPC
c8e671aec5d3d3c796785e632e9cbb53bfaa53d7
[ "Apache-2.0" ]
4
2020-02-27T16:12:37.000Z
2022-03-15T11:52:29.000Z
/* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this f...
21.113553
96
0.577377
[ "vector" ]
7ce309d0815361fec9739ecbd275bf803c7baef7
15,112
h
C
mysql-server/storage/temptable/include/temptable/column.h
silenc3502/MYSQL-Arch-Doc-Summary
fcc6bb65f72a385b9f56debc9b2c00cee5914bae
[ "MIT" ]
null
null
null
mysql-server/storage/temptable/include/temptable/column.h
silenc3502/MYSQL-Arch-Doc-Summary
fcc6bb65f72a385b9f56debc9b2c00cee5914bae
[ "MIT" ]
null
null
null
mysql-server/storage/temptable/include/temptable/column.h
silenc3502/MYSQL-Arch-Doc-Summary
fcc6bb65f72a385b9f56debc9b2c00cee5914bae
[ "MIT" ]
null
null
null
/* Copyright (c) 2016, 2019, Oracle and/or its affiliates. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2.0, as published by the Free Software Foundation. This program is also distributed with certain software (...
33.507761
80
0.665167
[ "vector" ]
7ce5b9f543427dd7a5d0713cadddeba0efdd736d
2,476
h
C
Source/Core/RenderAPI_old/BaseRenderAPI/Wrapper/CommandBuffer.h
Cube219/CubeEngine_old2
d251d540a4fdbc993ec5c9183eb30ac4dc81d5be
[ "MIT" ]
null
null
null
Source/Core/RenderAPI_old/BaseRenderAPI/Wrapper/CommandBuffer.h
Cube219/CubeEngine_old2
d251d540a4fdbc993ec5c9183eb30ac4dc81d5be
[ "MIT" ]
null
null
null
Source/Core/RenderAPI_old/BaseRenderAPI/Wrapper/CommandBuffer.h
Cube219/CubeEngine_old2
d251d540a4fdbc993ec5c9183eb30ac4dc81d5be
[ "MIT" ]
null
null
null
#pragma once #include "../RenderAPIHeader.h" namespace cube { namespace render { class CommandBuffer { public: virtual ~CommandBuffer(){ } virtual void Reset() = 0; virtual void Begin() = 0; virtual void CopyBuffer(SPtr<Buffer>& source, uint64_t sourceOffset, SPtr<Buffer>& destination, uint...
42.689655
145
0.773021
[ "render" ]
7ce8f5d5d18ccc5007ff711682764a9fe4e68641
766
h
C
ebox/interface/event/EventManager.h
wele2010/eBox_Framework
8de6e2ee8d0f1e5a3f0c2cf97435da317150b489
[ "MIT" ]
1
2019-11-24T14:58:54.000Z
2019-11-24T14:58:54.000Z
ebox/interface/event/EventManager.h
wele2010/eBox_Framework
8de6e2ee8d0f1e5a3f0c2cf97435da317150b489
[ "MIT" ]
null
null
null
ebox/interface/event/EventManager.h
wele2010/eBox_Framework
8de6e2ee8d0f1e5a3f0c2cf97435da317150b489
[ "MIT" ]
1
2020-12-13T15:19:06.000Z
2020-12-13T15:19:06.000Z
#ifndef __EVENT_MANAGER_H #define __EVENT_MANAGER_H #include "ebox.h" #include "list.h" class Event:public Object { public: Event() {}; virtual void loop(void) = 0; } ; class EventManager { public: void add(Event *object) { list.insert_tail(object); } void print_list(Uart &uart) ...
14.730769
52
0.488251
[ "object" ]
7cf39d84442eaa8b8579e09d7c7e95939709603c
79
h
C
src/Obj.h
Sapientier/Despliegue-3D
b3cbb7ed9a8b79220d3812334b5ebea7a8dfcc8f
[ "MIT" ]
null
null
null
src/Obj.h
Sapientier/Despliegue-3D
b3cbb7ed9a8b79220d3812334b5ebea7a8dfcc8f
[ "MIT" ]
null
null
null
src/Obj.h
Sapientier/Despliegue-3D
b3cbb7ed9a8b79220d3812334b5ebea7a8dfcc8f
[ "MIT" ]
null
null
null
// Brian Torres #pragma once #include "Model.h" void read_obj(char *filename);
15.8
30
0.734177
[ "model" ]
7cf4f60fdbadc9f36539dfe0474476240ad9156c
2,565
h
C
RecoRomanPot/RecoFP420/interface/TrackProducerFP420.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-24T19:10:26.000Z
2019-02-19T11:45:32.000Z
RecoRomanPot/RecoFP420/interface/TrackProducerFP420.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-23T13:40:24.000Z
2019-12-05T21:16:03.000Z
RecoRomanPot/RecoFP420/interface/TrackProducerFP420.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
5
2018-08-21T16:37:52.000Z
2020-01-09T13:33:17.000Z
#ifndef TrackProducerFP420_h #define TrackProducerFP420_h #include <string> #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "FWCore/Framework/interface/ESHandle.h" #include "FWCore/Framework/interface/Frameworkfwd.h" #include "FWCore/Framework/in...
26.71875
228
0.77232
[ "vector" ]
7cfc5f926789f290634982670443125164ab2bb7
2,759
h
C
wind/base/LogDaemon.h
Haoting-King/wind
c99c6b94358ffc312721b3d93e4a9008bd094b7c
[ "MIT" ]
null
null
null
wind/base/LogDaemon.h
Haoting-King/wind
c99c6b94358ffc312721b3d93e4a9008bd094b7c
[ "MIT" ]
null
null
null
wind/base/LogDaemon.h
Haoting-King/wind
c99c6b94358ffc312721b3d93e4a9008bd094b7c
[ "MIT" ]
null
null
null
// MIT License // Copyright (c) 2020 Tracy // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, pu...
34.924051
114
0.712215
[ "vector" ]
6b005a8e4f367a17a168a6aed75741836b866993
24,103
h
C
lib/htmlayout/htmlayout.h
mkmpvtltd1/Webinaria
41d86467800adb48e77ab49b92891fae2a99bb77
[ "MIT" ]
5
2015-03-31T15:51:22.000Z
2022-03-10T07:01:56.000Z
lib/htmlayout/htmlayout.h
mkmpvtltd1/Webinaria
41d86467800adb48e77ab49b92891fae2a99bb77
[ "MIT" ]
null
null
null
lib/htmlayout/htmlayout.h
mkmpvtltd1/Webinaria
41d86467800adb48e77ab49b92891fae2a99bb77
[ "MIT" ]
null
null
null
/** \mainpage Terra Informatica Lightweight Embeddable HTMLayout control. * * \section legal_sec In legalese * * The code and information provided "as-is" without * warranty of any kind, either expressed or implied. * * <a href="http://terrainformatica.com/htmlayout">HTMLayout Home</a> * * (C) 2003-2006, Terra...
36.299699
139
0.701614
[ "render" ]
6b08661ba50ed6f0c565ff1aae479a5cd137a837
1,426
h
C
src/Base/MainWindow.h
snozawa/choreonoid
12ab42ccbf287d68216637e55ddae8412771c752
[ "MIT" ]
null
null
null
src/Base/MainWindow.h
snozawa/choreonoid
12ab42ccbf287d68216637e55ddae8412771c752
[ "MIT" ]
null
null
null
src/Base/MainWindow.h
snozawa/choreonoid
12ab42ccbf287d68216637e55ddae8412771c752
[ "MIT" ]
null
null
null
/** @author Shin'ichiro Nakaoka */ #ifndef CNOID_BASE_MAIN_WINDOW_H #define CNOID_BASE_MAIN_WINDOW_H #include "Archive.h" #include <QMainWindow> #include "exportdecl.h" namespace cnoid { class View; class ToolBar; class MainWindowImpl; class ExtensionManager; class Archive; /** @if jp メインウィンドウ。 @endif ...
20.084507
71
0.721599
[ "vector" ]
6b0a518602b85f95f328e59a7400a93863c889f6
539
h
C
src/Subtractor/subtractor.h
grzegorzmatczak/ProcessingModules
761efeec05dea311c6737cb43f4a0a2e9d5ab0f1
[ "MIT" ]
1
2020-09-23T12:13:07.000Z
2020-09-23T12:13:07.000Z
src/Subtractor/subtractor.h
grzegorzmatczak/ProcessingModules
761efeec05dea311c6737cb43f4a0a2e9d5ab0f1
[ "MIT" ]
null
null
null
src/Subtractor/subtractor.h
grzegorzmatczak/ProcessingModules
761efeec05dea311c6737cb43f4a0a2e9d5ab0f1
[ "MIT" ]
null
null
null
#ifndef SUBTRACTOR_H #define SUBTRACTOR_H #include <opencv2/imgproc.hpp> #include "../../include/processing.h" class BaseSubtractor; class QJsonObject; namespace cv { class Mat; class TickMeter; } // namespace cv class Subtractor : public Processing { Q_OBJECT public: explicit Subtractor(QObject *parent = nullp...
17.966667
49
0.745826
[ "vector" ]
6b131c7b852fc2e5683c154dbae48b56dd489ed8
1,528
h
C
src/scripting/operators/restrict_atoms_and_renumber_residues_by_adjunct.h
kliment-olechnovic/voronota
4e3063aa86b44f1f2e7b088ec9976f3e12047549
[ "MIT" ]
9
2019-08-23T10:46:18.000Z
2022-03-11T12:20:27.000Z
src/scripting/operators/restrict_atoms_and_renumber_residues_by_adjunct.h
kliment-olechnovic/voronota
4e3063aa86b44f1f2e7b088ec9976f3e12047549
[ "MIT" ]
null
null
null
src/scripting/operators/restrict_atoms_and_renumber_residues_by_adjunct.h
kliment-olechnovic/voronota
4e3063aa86b44f1f2e7b088ec9976f3e12047549
[ "MIT" ]
3
2020-09-17T19:07:47.000Z
2021-04-29T01:19:38.000Z
#ifndef SCRIPTING_OPERATORS_RESTRICT_ATOMS_AND_RENUMBER_RESIDUES_BY_ADJUNCT_H_ #define SCRIPTING_OPERATORS_RESTRICT_ATOMS_AND_RENUMBER_RESIDUES_BY_ADJUNCT_H_ #include "../operators_common.h" namespace voronota { namespace scripting { namespace operators { class RestrictAtomsAndRenumberResiduesByAdjunct : public Op...
22.144928
112
0.809555
[ "object" ]
6b1b66509b52bc48eeb6671726d7717228663bbe
8,891
h
C
SDALib-CPP/SpeedDreams/math/SGVec3.h
red-panda-productions/SDALib
ff5505b3454374792589529de1c45308c4d119e7
[ "MIT" ]
null
null
null
SDALib-CPP/SpeedDreams/math/SGVec3.h
red-panda-productions/SDALib
ff5505b3454374792589529de1c45308c4d119e7
[ "MIT" ]
null
null
null
SDALib-CPP/SpeedDreams/math/SGVec3.h
red-panda-productions/SDALib
ff5505b3454374792589529de1c45308c4d119e7
[ "MIT" ]
null
null
null
// Copyright (C) 2006 Mathias Froehlich - Mathias.Froehlich@web.de // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public // License as published by the Free Software Foundation; either // version 2 of the License, or (at your option) any late...
25.997076
82
0.664042
[ "vector", "3d" ]
6b1bccdbbcc8ed55800de759042d4e28efa5be85
4,701
c
C
apps/hello-2/src/main.c
lmsel4/sel4-tutorials
84b23861c7eb6ee2f16768d07daeb3b26b95d09b
[ "BSD-2-Clause" ]
null
null
null
apps/hello-2/src/main.c
lmsel4/sel4-tutorials
84b23861c7eb6ee2f16768d07daeb3b26b95d09b
[ "BSD-2-Clause" ]
null
null
null
apps/hello-2/src/main.c
lmsel4/sel4-tutorials
84b23861c7eb6ee2f16768d07daeb3b26b95d09b
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright 2015, NICTA * * This software may be distributed and modified according to the terms of * the BSD 2-Clause license. Note that NO WARRANTY is provided. * See "LICENSE_BSD2.txt" for details. * * @TAG(NICTA_BSD) */ /* * seL4 tutorial part 2: create and run a new thread */ /* Include Kconfig vari...
29.942675
88
0.68645
[ "object" ]
6b228c0f9227358e8e58f4a7914cf88f55b0190b
523
h
C
editor/src/selection.h
gergoszaszvaradi/spruce-engine
8c6a3d38bc5f120cdfa6dfea0dc2d3b9edd65fcb
[ "MIT" ]
null
null
null
editor/src/selection.h
gergoszaszvaradi/spruce-engine
8c6a3d38bc5f120cdfa6dfea0dc2d3b9edd65fcb
[ "MIT" ]
null
null
null
editor/src/selection.h
gergoszaszvaradi/spruce-engine
8c6a3d38bc5f120cdfa6dfea0dc2d3b9edd65fcb
[ "MIT" ]
null
null
null
#pragma once #include "core.h" #include "scene/entity.h" namespace spr { class Selection { public: static void Clear(); static void Set(const Entity& entity); static void Add(const Entity& entity); inline static bool IsEmpty() { return entities.empty(); } inline static...
24.904762
83
0.630975
[ "vector" ]
e56bbe562e6248427779ca431f54aafd9c270d0d
686
h
C
meshloader/ObjMeshLoaderMilestone1.h
aciokler/opengl-model-viewer-test
002009bf11bae4111d9fac6df241b29136000fda
[ "MIT" ]
null
null
null
meshloader/ObjMeshLoaderMilestone1.h
aciokler/opengl-model-viewer-test
002009bf11bae4111d9fac6df241b29136000fda
[ "MIT" ]
null
null
null
meshloader/ObjMeshLoaderMilestone1.h
aciokler/opengl-model-viewer-test
002009bf11bae4111d9fac6df241b29136000fda
[ "MIT" ]
null
null
null
// // ObjMeshLoaderMilestone1.hpp // OpenGLOtherTest // // Created by Abraham-mac on 7/8/16. // Copyright © 2016 Abraham-mac. All rights reserved. // #ifndef ObjMeshLoaderMilestone1_h #define ObjMeshLoaderMilestone1_h #include "MeshLoader.h" class ObjMeshLoaderMilestone1 : public MeshLoader { public: Ob...
20.787879
131
0.685131
[ "vector" ]
e56c57f68fd5328e4f2344f2d70f76bdfa2f5b49
6,719
h
C
keyvi/3rdparty/tpie/tpie/deadcode/block.h
remusao/keyvi
7ea51e4ae94d355c677cce349a1c17290f24252c
[ "Apache-2.0" ]
147
2015-10-06T19:10:01.000Z
2021-08-19T07:52:02.000Z
keyvi/3rdparty/tpie/tpie/deadcode/block.h
remusao/keyvi
7ea51e4ae94d355c677cce349a1c17290f24252c
[ "Apache-2.0" ]
148
2015-10-06T09:24:56.000Z
2018-12-08T08:42:54.000Z
keyvi/3rdparty/tpie/tpie/deadcode/block.h
remusao/keyvi
7ea51e4ae94d355c677cce349a1c17290f24252c
[ "Apache-2.0" ]
34
2015-10-09T06:55:52.000Z
2021-01-05T18:43:57.000Z
// -*- mode: c++; tab-width: 4; indent-tabs-mode: t; c-file-style: "stroustrup"; -*- // vi:set ts=4 sts=4 sw=4 noet : // Copyright 2008, The TPIE development team // // This file is part of TPIE. // // TPIE is free software: you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public ...
38.176136
98
0.566751
[ "object", "vector" ]
e56dad9a0c70e5b2a7a4d3b3862d1301f759eef5
1,196
h
C
test/e2e/test_master/wxWidgets/include/wx/qt/dataobj.h
BlueCannonBall/cppparser
9ae5f0c21268be6696532cf5b90c0384d6eb4940
[ "MIT" ]
null
null
null
test/e2e/test_master/wxWidgets/include/wx/qt/dataobj.h
BlueCannonBall/cppparser
9ae5f0c21268be6696532cf5b90c0384d6eb4940
[ "MIT" ]
null
null
null
test/e2e/test_master/wxWidgets/include/wx/qt/dataobj.h
BlueCannonBall/cppparser
9ae5f0c21268be6696532cf5b90c0384d6eb4940
[ "MIT" ]
null
null
null
///////////////////////////////////////////////////////////////////////////// // Name: src/qt/dataobj.h // Author: Peter Most // Copyright: (c) Peter Most // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_QT_DATAOBJ_H_ # define _WX...
42.714286
92
0.55602
[ "object" ]
e5890f9957cded756bea091e10ddf8bbba55adc4
3,270
h
C
L1Trigger/L1TMuonBayes/interface/TrackingTriggerTrack.h
thesps/cmssw
ad5315934948ce96699b29cc1d5b03a59f99634f
[ "Apache-2.0" ]
null
null
null
L1Trigger/L1TMuonBayes/interface/TrackingTriggerTrack.h
thesps/cmssw
ad5315934948ce96699b29cc1d5b03a59f99634f
[ "Apache-2.0" ]
null
null
null
L1Trigger/L1TMuonBayes/interface/TrackingTriggerTrack.h
thesps/cmssw
ad5315934948ce96699b29cc1d5b03a59f99634f
[ "Apache-2.0" ]
null
null
null
/* * TrackingTriggerTrack.h * * Created on: Jan 25, 2019 * Author: Karol Bunkowski kbunkow@cern.ch */ #ifndef L1TMUONBAYES_TRACKINGTRIGGERTRACK_H_ #define L1TMUONBAYES_TRACKINGTRIGGERTRACK_H_ #include "SimDataFormats/Track/interface/SimTrack.h" #include "SimDataFormats/TrackingAnalysis/interface/TrackingPa...
21.8
147
0.694801
[ "vector" ]
e593948c72f0b484ea05efcbe399e0587fc277e5
7,352
h
C
WellSimulator/Solver/itl/krylov/tfqmr.h
arthursoprano/welldrift
57fe6c2f5a5caea18c5e29fb1b17f6f29a59a98e
[ "MIT" ]
2
2021-12-17T10:46:20.000Z
2021-12-18T11:53:50.000Z
WellSimulator/Solver/itl/krylov/tfqmr.h
arthursoprano/welldrift
57fe6c2f5a5caea18c5e29fb1b17f6f29a59a98e
[ "MIT" ]
null
null
null
WellSimulator/Solver/itl/krylov/tfqmr.h
arthursoprano/welldrift
57fe6c2f5a5caea18c5e29fb1b17f6f29a59a98e
[ "MIT" ]
2
2019-05-14T02:31:52.000Z
2020-08-04T18:29:06.000Z
// //======================================================================= // Copyright (C) 1997-2001 // Authors: Andrew Lumsdaine <lums@osl.iu.edu> // Lie-Quan Lee <llee@osl.iu.edu> // // This file is part of the Iterative Template Library // // You should have received a copy of the License Agreement ...
29.645161
108
0.557943
[ "vector", "transform" ]
e59a287557ca700a00b244a237f8dcfdfc5c8328
5,703
h
C
student-distrib/vga/vga_accel.h
ZY-Zong/ECE391_Final_Project
3dec11e54ce2cca8412863621a4e6065c682c8a7
[ "AFL-1.1" ]
5
2019-12-20T05:20:45.000Z
2021-01-11T12:04:29.000Z
student-distrib/vga/vga_accel.h
ZY-Zong/ECE391_Final_Project
3dec11e54ce2cca8412863621a4e6065c682c8a7
[ "AFL-1.1" ]
1
2020-01-27T11:42:05.000Z
2020-01-27T11:42:05.000Z
student-distrib/vga/vga_accel.h
liuzikai/AuroraOS
9f756e37ec849d4ceba3bebd91222e3b45e7a800
[ "AFL-1.1" ]
null
null
null
// // Created by liuzikai on 12/7/19. // #ifndef _VGA_ACCEL_H #define _VGA_ACCEL_H #include "vga_timming.h" /* Flags: */ /* Every programmable scanline width is supported by the accelerator. */ #define ACCELERATE_ANY_LINEWIDTH 0x1 /* Bitmap (1-bit-per-pixel) operations support transparency (bit = 0). */ #define BIT...
41.028777
103
0.712607
[ "solid" ]
e59d5ef25aa3896f45ca16cc15731c5f186f0cf7
9,944
h
C
third_party/gecko-16/win32/include/nsISHistoryInternal.h
bwp/SeleniumWebDriver
58221fbe59fcbbde9d9a033a95d45d576b422747
[ "Apache-2.0" ]
1
2018-02-05T04:23:18.000Z
2018-02-05T04:23:18.000Z
third_party/gecko-16/win32/include/nsISHistoryInternal.h
bwp/SeleniumWebDriver
58221fbe59fcbbde9d9a033a95d45d576b422747
[ "Apache-2.0" ]
null
null
null
third_party/gecko-16/win32/include/nsISHistoryInternal.h
bwp/SeleniumWebDriver
58221fbe59fcbbde9d9a033a95d45d576b422747
[ "Apache-2.0" ]
null
null
null
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-m-rel-xr-w32-bld/build/docshell/shistory/public/nsISHistoryInternal.idl */ #ifndef __gen_nsISHistoryInternal_h__ #define __gen_nsISHistoryInternal_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif #ifndef __gen_nsIFactory_h__ ...
43.234783
189
0.797969
[ "object" ]
e59e9ae9f4d705b1cfc21d7f073399138e2cda81
19,692
h
C
mux/config.h
lashtear/tinymux
f8bc593d77889e8ace0c8a5fd063816bdc65548b
[ "RSA-MD" ]
2
2016-03-26T17:48:50.000Z
2017-05-23T20:16:15.000Z
mux/config.h
lashtear/tinymux
f8bc593d77889e8ace0c8a5fd063816bdc65548b
[ "RSA-MD" ]
9
2015-01-03T16:01:23.000Z
2017-05-23T21:51:25.000Z
mux/config.h
lashtear/tinymux
f8bc593d77889e8ace0c8a5fd063816bdc65548b
[ "RSA-MD" ]
1
2016-09-18T16:15:28.000Z
2016-09-18T16:15:28.000Z
/*! \file config.h * \brief Compile-time options. * * $Id$ * * Some of these might be okay to change, others aren't really * options, and some are portability-related. */ #ifndef CONFIG_H #define CONFIG_H /* --------------------------------------------------------------------------- * Setup section: * * Loa...
24.132353
97
0.725269
[ "object" ]
e5a12b662f74ae247df12d7000a17ea50f0ff41a
1,727
c
C
third_party/Phigs/PVT/PVT_c/LAYER/ntx3.c
n1ckfg/Telidon
f4e2c693ec7d67245974b73a602d5d40df6a6d69
[ "MIT" ]
18
2017-07-08T02:34:02.000Z
2022-01-08T03:42:48.000Z
third_party/Phigs/PVT/PVT_c/LAYER/ntx3.c
n1ckfg/Telidon
f4e2c693ec7d67245974b73a602d5d40df6a6d69
[ "MIT" ]
null
null
null
third_party/Phigs/PVT/PVT_c/LAYER/ntx3.c
n1ckfg/Telidon
f4e2c693ec7d67245974b73a602d5d40df6a6d69
[ "MIT" ]
3
2018-02-03T04:44:00.000Z
2020-08-05T15:31:18.000Z
#include <phigs.h> #include "f2c.h" /************************************************************************** NAME TEXT 3 - create structure element specifying 3D text primi- tive FORTRAN Syntax SUBROUTINE ptx3 ( PX, PY, PZ, TDX, TDY, TDZ, CHARS ) REAL PX, PY, PZ text point (MC)...
26.569231
75
0.430226
[ "3d" ]
e5a1b82ce37ca09a502a68d166803dd7037ac359
4,062
h
C
src/mt_string.h
tobyjaffey/marktab-c
7eb1ea3ed3b281a014392135b6585de2070a2935
[ "MIT" ]
18
2015-07-27T22:47:24.000Z
2021-06-12T04:45:29.000Z
src/mt_string.h
tobyjaffey/marktab-c
7eb1ea3ed3b281a014392135b6585de2070a2935
[ "MIT" ]
7
2015-06-12T21:24:43.000Z
2015-06-12T21:29:30.000Z
src/mt_string.h
tobyjaffey/marktab-c
7eb1ea3ed3b281a014392135b6585de2070a2935
[ "MIT" ]
3
2017-06-24T01:59:58.000Z
2017-10-14T20:49:27.000Z
#ifndef MT_STRING_H #define MT_STRING_H #include <stdint.h> #include <stdio.h> #include <stddef.h> #include <stdbool.h> /** @struct MtString A utf8-based string implementation. Since utf-8 internally can use anywhere between 1 and 4 bytes per character MtString acts as a wrapper for utf-8 data. @authors Scott LaVig...
24.323353
81
0.766617
[ "object" ]
e5a44c1974cb5362da4f01f17af1827df9c99a3c
1,513
c
C
d/magic/obj/shields/helm.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/magic/obj/shields/helm.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/magic/obj/shields/helm.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
//Helm #include <std.h> inherit "/d/magic/obj/shields/divine_shield_inherit"; void create() { ::create(); set_name("%^RESET%^%^CYAN%^Mithril %^RED%^Eagle %^CYAN%^Shield"); set_short("%^RESET%^%^CYAN%^Mithril %^RED%^Eagle%^CYAN%^ Shield%^RESET%^"); set_id(({"mithril eagle shield of protection","shiel...
42.027778
85
0.61269
[ "object", "solid" ]
e5a8b585795637e5848a5da75b42b6b31be040bb
427,313
h
C
thirdparty/gl3w/include/GL/glcorearb.h
wow2006/GraphicsDemos
9f485abe1c71687889ae448fc52630b0f816bc61
[ "MIT" ]
1
2022-02-16T14:16:08.000Z
2022-02-16T14:16:08.000Z
thirdparty/gl3w/include/GL/glcorearb.h
wow2006/GraphicsDemos
9f485abe1c71687889ae448fc52630b0f816bc61
[ "MIT" ]
null
null
null
thirdparty/gl3w/include/GL/glcorearb.h
wow2006/GraphicsDemos
9f485abe1c71687889ae448fc52630b0f816bc61
[ "MIT" ]
null
null
null
#ifndef __gl_glcorearb_h_ #define __gl_glcorearb_h_ 1 #ifdef __cplusplus extern "C" { #endif /* ** Copyright (c) 2013-2018 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"...
72.193445
320
0.790177
[ "object" ]
e5b3397f48f8fa385f6e3be3dc5fb3d592c11385
4,593
c
C
ASNativeActivity/phoenixas/src/main/cpp/cores/dynamic_dummy.c
playbar/android-ndk
34e79bc1de9caa27faa72f5f1fb4ad3202debdc6
[ "Apache-2.0" ]
1
2017-06-01T01:20:57.000Z
2017-06-01T01:20:57.000Z
ASNativeActivity/phoenixas/src/main/cpp/cores/dynamic_dummy.c
playbar/android-ndk
34e79bc1de9caa27faa72f5f1fb4ad3202debdc6
[ "Apache-2.0" ]
1
2018-07-17T07:09:17.000Z
2018-07-17T07:09:17.000Z
ASNativeActivity/phoenixas/src/main/cpp/cores/dynamic_dummy.c
playbar/android-ndk
34e79bc1de9caa27faa72f5f1fb4ad3202debdc6
[ "Apache-2.0" ]
null
null
null
/* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2017 - Daniel De Matteis * Copyright (C) 2012-2015 - Michael Lelli * * RetroArch is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as p...
22.965
91
0.744611
[ "geometry" ]
e5b6425ca467b6b540dafbf48b838dfe28ad7741
8,537
h
C
UnrealEngine-4.11.2-release/Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryManager.h
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
1
2016-10-01T21:35:52.000Z
2016-10-01T21:35:52.000Z
UnrealEngine-4.11.2-release/Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryManager.h
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
null
null
null
UnrealEngine-4.11.2-release/Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/EnvQueryManager.h
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
1
2021-04-27T08:48:33.000Z
2021-04-27T08:48:33.000Z
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #pragma once #include "EnvQueryTypes.h" #include "Tickable.h" #include "EnvironmentQuery/EnvQueryInstanceBlueprintWrapper.h" #include "EnvQueryManager.generated.h" class UObject; class UWorld; class UEnvQuery; class UEnvQueryManager; class UEnvQueryOption; ...
36.639485
228
0.787279
[ "object" ]
e5bd320e9a54b8964ed26862f5ffefc40c053396
1,853
h
C
BlueRangeSDK/BREddystoneUidMessageGenerator.h
me-mway/BlueRange-SDK-iOS
fb54e16caaef7fb3e752a04d7be2b99291ea7d9a
[ "Apache-2.0" ]
1
2020-07-22T11:10:46.000Z
2020-07-22T11:10:46.000Z
BlueRangeSDK/BREddystoneUidMessageGenerator.h
me-mway/BlueRange-SDK-iOS
fb54e16caaef7fb3e752a04d7be2b99291ea7d9a
[ "Apache-2.0" ]
null
null
null
BlueRangeSDK/BREddystoneUidMessageGenerator.h
me-mway/BlueRange-SDK-iOS
fb54e16caaef7fb3e752a04d7be2b99291ea7d9a
[ "Apache-2.0" ]
null
null
null
// // BREddystoneUidMessageGenerator.h // BlueRangeSDK // // Copyright (c) 2016-2017, M-Way Solutions GmbH // All rights reserved. // // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information /...
35.634615
103
0.750675
[ "object" ]
e5c6d91643ef68c336e8f1e8cad8679ba2eaa6c6
11,638
h
C
C++/Linux/build-displayData-Desktop_Qt_5_12_1_GCC_64bit-Debug/ui_mainwindow.h
DanyloSve/smartHouse
e716591827ccb605b023f0429211cc996404f351
[ "MIT" ]
null
null
null
C++/Linux/build-displayData-Desktop_Qt_5_12_1_GCC_64bit-Debug/ui_mainwindow.h
DanyloSve/smartHouse
e716591827ccb605b023f0429211cc996404f351
[ "MIT" ]
null
null
null
C++/Linux/build-displayData-Desktop_Qt_5_12_1_GCC_64bit-Debug/ui_mainwindow.h
DanyloSve/smartHouse
e716591827ccb605b023f0429211cc996404f351
[ "MIT" ]
null
null
null
/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.12.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ***************************************...
41.41637
189
0.679756
[ "solid" ]
910836ad41589d357842737f8e12fa59acfb4ac1
8,904
h
C
csGraphics.h
123outerme/Piston
413cad755427181736d726e3a788efb09136c73d
[ "MIT" ]
null
null
null
csGraphics.h
123outerme/Piston
413cad755427181736d726e3a788efb09136c73d
[ "MIT" ]
7
2018-08-28T19:04:30.000Z
2020-11-01T22:46:40.000Z
csGraphics.h
123outerme/Piston
413cad755427181736d726e3a788efb09136c73d
[ "MIT" ]
null
null
null
#ifndef CSGRAPHICS_H_INCLUDED #define CSGRAPHICS_H_INCLUDED /* ++ CoSprite 2D Engine ++ -- initCoSprite() error codes: -- error code 0: No error error code 1: SDL systems failed to initialize error code 2: Window could not be created error code 3: Renderer failed to initialize */ #ifndef COSPRITE_VERSION ...
32.856089
265
0.734726
[ "render", "model" ]
910b088d6a2158a4cb785924cfa825217f49419e
6,833
h
C
src/core/core.h
LyesSaadi/cLaTeXMath
32dee1578a52dcaddb806862c3c17183461f14f2
[ "Unlicense", "MIT" ]
null
null
null
src/core/core.h
LyesSaadi/cLaTeXMath
32dee1578a52dcaddb806862c3c17183461f14f2
[ "Unlicense", "MIT" ]
null
null
null
src/core/core.h
LyesSaadi/cLaTeXMath
32dee1578a52dcaddb806862c3c17183461f14f2
[ "Unlicense", "MIT" ]
null
null
null
#ifndef CORE_H_INCLUDED #define CORE_H_INCLUDED #include "common.h" #include "fonts/fonts.h" #include <cstring> namespace tex { class Box; #ifdef HAVE_LOG void print_box(const sptr<Box>& box); #endif // HAVE_LOG class BoxSplitter { public: struct Position { int _index; sptr<HorizontalBox> _box; Po...
23.725694
105
0.67774
[ "object", "vector" ]
911450fc443536a4df931ab76cc0ae3cb40060c1
15,887
c
C
source/r_emwin_rx/r_emwin_rx_vx.xx_xxx/r_emwin_rx/doc/Training/FontConverter/FontChinese_30_EXT.c
renesas/rx-driver-package
4666fb2fd18e858b7929df8412cff2454be90334
[ "MIT" ]
6
2020-09-13T10:33:02.000Z
2022-01-06T03:38:34.000Z
source/r_emwin_rx/r_emwin_rx_vx.xx_xxx/r_emwin_rx/doc/Training/FontConverter/FontChinese_30_EXT.c
renesas/rx-driver-package
4666fb2fd18e858b7929df8412cff2454be90334
[ "MIT" ]
20
2020-10-08T06:10:28.000Z
2022-03-16T09:24:31.000Z
source/r_emwin_rx/r_emwin_rx_vx.xx_xxx/r_emwin_rx/doc/Training/FontConverter/FontChinese_30_EXT.c
renesas/rx-driver-package
4666fb2fd18e858b7929df8412cff2454be90334
[ "MIT" ]
2
2020-10-10T05:04:51.000Z
2021-02-24T14:27:19.000Z
/********************************************************************* * SEGGER Microcontroller GmbH * * Solutions for real time microcontroller applications * * www.segger.com * ********************************...
40.631714
127
0.678605
[ "model" ]
9120b5f28385384af80af2a077652417448c97f0
2,222
h
C
src_main/public/mathlib/halton.h
ArcadiusGFN/SourceEngine2007
51cd6d4f0f9ed901cb9b61456eb621a50ce44f55
[ "bzip2-1.0.6" ]
25
2018-02-28T15:04:42.000Z
2021-08-16T03:49:00.000Z
src_main/public/mathlib/halton.h
ArcadiusGFN/SourceEngine2007
51cd6d4f0f9ed901cb9b61456eb621a50ce44f55
[ "bzip2-1.0.6" ]
1
2019-09-20T11:06:03.000Z
2019-09-20T11:06:03.000Z
src_main/public/mathlib/halton.h
ArcadiusGFN/SourceEngine2007
51cd6d4f0f9ed901cb9b61456eb621a50ce44f55
[ "bzip2-1.0.6" ]
9
2019-07-31T11:58:20.000Z
2021-08-31T11:18:15.000Z
// Copyright © 1996-2018, Valve Corporation, All rights reserved. // // halton.h - classes, etc for generating numbers using the Halton pseudo-random // sequence. See https://en.wikipedia.org/wiki/Halton_sequence. // // what this function is useful for is any sort of sampling/integration problem // where you want to s...
28.126582
80
0.694869
[ "vector" ]
912aa22e0a21bf70a6de330e457de7f0c9d97f5e
6,641
h
C
SpatialGDK/Source/SpatialGDK/Public/Utils/SpatialActorUtils.h
AshHipgrave/UnrealGDK
21c819d3782280e9cf3674f9616d749de0443b82
[ "MIT" ]
1
2020-07-15T12:43:02.000Z
2020-07-15T12:43:02.000Z
SpatialGDK/Source/SpatialGDK/Public/Utils/SpatialActorUtils.h
AshHipgrave/UnrealGDK
21c819d3782280e9cf3674f9616d749de0443b82
[ "MIT" ]
null
null
null
SpatialGDK/Source/SpatialGDK/Public/Utils/SpatialActorUtils.h
AshHipgrave/UnrealGDK
21c819d3782280e9cf3674f9616d749de0443b82
[ "MIT" ]
null
null
null
// Copyright (c) Improbable Worlds Ltd, All Rights Reserved #pragma once #include "Algo/Copy.h" #include "EngineClasses/SpatialNetConnection.h" #include "EngineClasses/SpatialNetDriver.h" #include "Components/SceneComponent.h" #include "Containers/UnrealString.h" #include "Engine/EngineTypes.h" #include "EngineClass...
33.371859
135
0.77654
[ "object", "vector" ]
913707cbc4b12a49faeaf6feeccf073f896bd9b8
7,248
h
C
StarEngine/jni/Components/Graphics/TextComponent.h
madhubandubey9/StarEngine
1d0adcf8cfd50bc223be6f333c4f2a0af5260b27
[ "MIT" ]
455
2015-02-04T01:39:12.000Z
2022-03-18T17:28:34.000Z
StarEngine/jni/Components/Graphics/TextComponent.h
madhubandubey9/StarEngine
1d0adcf8cfd50bc223be6f333c4f2a0af5260b27
[ "MIT" ]
1
2016-12-25T09:14:12.000Z
2016-12-25T14:48:27.000Z
StarEngine/jni/Components/Graphics/TextComponent.h
madhubandubey9/StarEngine
1d0adcf8cfd50bc223be6f333c4f2a0af5260b27
[ "MIT" ]
117
2015-01-30T10:13:54.000Z
2022-03-08T03:46:42.000Z
#pragma once #include "../BaseComponent.h" #include "../../defines.h" #include "../../Graphics/Color.h" #include <vector> namespace star { class Font; /// <summary> /// Information of a text element. /// Gets sent to the <see cref="SpriteBatch"> to process it correctly. /// Contains the font, a p...
27.146067
95
0.620999
[ "object", "vector" ]
913997b63fee814e3392cad552018f8a761e1102
12,334
h
C
ndash/src/dash/dash_chunk_source.h
google/ndash
1465e2fb851ee17fd235280bdbbbf256e5af8044
[ "Apache-2.0" ]
41
2017-04-19T19:38:10.000Z
2021-09-07T02:40:27.000Z
ndash/src/dash/dash_chunk_source.h
google/ndash
1465e2fb851ee17fd235280bdbbbf256e5af8044
[ "Apache-2.0" ]
8
2017-04-21T16:40:09.000Z
2019-12-09T19:48:40.000Z
ndash/src/dash/dash_chunk_source.h
google/ndash
1465e2fb851ee17fd235280bdbbbf256e5af8044
[ "Apache-2.0" ]
19
2017-04-24T14:43:18.000Z
2022-03-17T19:13:45.000Z
/* * Copyright 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
41.389262
79
0.72215
[ "object", "vector" ]
913ff9517720443890b49c207e7dcde7ea2e931a
2,321
h
C
AirWallex/Airwallex/Sources/API/AWXPaymentIntentRequest.h
airwallex/airwallex-payment-ios
de7cf9e1e95cf025e82e20caf4222a32cde9aa2e
[ "MIT" ]
null
null
null
AirWallex/Airwallex/Sources/API/AWXPaymentIntentRequest.h
airwallex/airwallex-payment-ios
de7cf9e1e95cf025e82e20caf4222a32cde9aa2e
[ "MIT" ]
9
2022-03-15T01:15:23.000Z
2022-03-31T04:50:55.000Z
AirWallex/Airwallex/Sources/API/AWXPaymentIntentRequest.h
airwallex/airwallex-payment-ios
de7cf9e1e95cf025e82e20caf4222a32cde9aa2e
[ "MIT" ]
1
2020-04-24T06:52:17.000Z
2020-04-24T06:52:17.000Z
// // AWXPaymentIntentRequest.h // Airwallex // // Created by Victor Zhu on 2020/1/16. // Copyright © 2020 Airwallex. All rights reserved. // #import <Foundation/Foundation.h> #import "AWXRequestProtocol.h" @class AWXPaymentMethod; @class AWXPaymentMethodOptions; @class AWXDevice; NS_ASSUME_NONNULL_BEGIN /** `...
18.275591
98
0.734597
[ "object" ]
9142381811da5b76de6ca269d7a8031f8c363c62
1,140
c
C
daemon/find_target_d.c
KismetSuS/SunderingShadows
fbf0cd60c72c5cc2649ee6a17a91b104571d70b8
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
daemon/find_target_d.c
KismetSuS/SunderingShadows
fbf0cd60c72c5cc2649ee6a17a91b104571d70b8
[ "MIT" ]
null
null
null
daemon/find_target_d.c
KismetSuS/SunderingShadows
fbf0cd60c72c5cc2649ee6a17a91b104571d70b8
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> #include <daemons.h> inherit DAEMON; object find_player_target(object to){ object *inven,*living_items, *players; int i,j,who; string file; inven = ({}); living_items = ({}); players = ({}); if(objectp(environment(to))) inven = all_inventory(env...
25.909091
88
0.554386
[ "object" ]
9150a9167e8c03d7c1790087e7f56f80cefdc9dd
527
h
C
3rdparty/meshlab-master/src/plugins_experimental/edit_ocme/src/ocme/stdmatrix.h
HoEmpire/slambook2
96d360f32aa5d8b5c5dcbbf9ee7ba865e84409f4
[ "MIT" ]
4
2016-03-30T14:31:52.000Z
2019-02-02T05:01:32.000Z
graphics/meshlab/src/plugins_experimental/edit_ocme/src/ocme/stdmatrix.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
graphics/meshlab/src/plugins_experimental/edit_ocme/src/ocme/stdmatrix.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
#ifndef _STD_MATRIX_VCL #define _STD_MATRIX_VCL #include <vector> template <class T> struct stdMatrix3{ stdMatrix(const unsigned int & nx,const unsigned int & ny, const unsigned int & nz){ data.resize(nx); for(unsigned int i = 0; i < nx; ++i){ data[i].resize(ny); for(unsigned int j = 0; j < ny; ++j) ...
21.958333
88
0.628083
[ "vector" ]
9157f2b0b4b3d277844fe91f5104bfcfc8c0fdb1
8,470
h
C
AggRender/agg2.4/include/agg_trans_perspective.h
isuhao/BaijieCppUILibs
7771f225d854c69bc129d983cfcb10d672e1eacd
[ "BSD-3-Clause" ]
null
null
null
AggRender/agg2.4/include/agg_trans_perspective.h
isuhao/BaijieCppUILibs
7771f225d854c69bc129d983cfcb10d672e1eacd
[ "BSD-3-Clause" ]
null
null
null
AggRender/agg2.4/include/agg_trans_perspective.h
isuhao/BaijieCppUILibs
7771f225d854c69bc129d983cfcb10d672e1eacd
[ "BSD-3-Clause" ]
1
2018-09-22T04:03:43.000Z
2018-09-22T04:03:43.000Z
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
29.106529
78
0.613577
[ "geometry", "transform" ]
915fd0de86d56af86245220e42efcffe5d2ca3bc
5,966
h
C
PWGHF/jetsHF/AliAnalysisTaskEmcalHFCJQA.h
maroozm/AliPhysics
22ec256928cfdf8f800e05bfc1a6e124d90b6eaf
[ "BSD-3-Clause" ]
114
2017-03-03T09:12:23.000Z
2022-03-03T20:29:42.000Z
PWGHF/jetsHF/AliAnalysisTaskEmcalHFCJQA.h
maroozm/AliPhysics
22ec256928cfdf8f800e05bfc1a6e124d90b6eaf
[ "BSD-3-Clause" ]
19,637
2017-01-16T12:34:41.000Z
2022-03-31T22:02:40.000Z
PWGHF/jetsHF/AliAnalysisTaskEmcalHFCJQA.h
maroozm/AliPhysics
22ec256928cfdf8f800e05bfc1a6e124d90b6eaf
[ "BSD-3-Clause" ]
1,021
2016-07-14T22:41:16.000Z
2022-03-31T05:15:51.000Z
#ifndef AliAnalysisTaskEmcalHFCJQA_H #define AliAnalysisTaskEmcalHFCJQA_H class TH1; class TH2; class TH3; class TH3F; class AliJetContainer; class AliParticleContainer; class AliClusterContainer; #include "AliAnalysisTaskEmcalJet.h" #include "THnSparse.h" #include "AliRDHFJetsCuts.h" #include "AliPIDResponse.h" cl...
49.305785
135
0.594368
[ "object", "shape" ]
9161b2d96e58b3bdd604f04ad85f1623d5ab3403
2,807
h
C
src/Patch/RelocatableInst.h
ufo2011/QBDI
c7d60fe7dcff23c9616b11f99f50fed2f4d66ede
[ "Apache-2.0" ]
1
2021-02-17T21:59:23.000Z
2021-02-17T21:59:23.000Z
src/Patch/RelocatableInst.h
ufo2011/QBDI
c7d60fe7dcff23c9616b11f99f50fed2f4d66ede
[ "Apache-2.0" ]
null
null
null
src/Patch/RelocatableInst.h
ufo2011/QBDI
c7d60fe7dcff23c9616b11f99f50fed2f4d66ede
[ "Apache-2.0" ]
null
null
null
/* * This file is part of QBDI. * * Copyright 2017 Quarkslab * * 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 ...
26.481132
100
0.693979
[ "vector" ]
91646fd385435d88766b77e60d950d9866e573bd
10,683
h
C
dev/Gems/CryLegacy/Code/Source/CryAISystem/FireCommand.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Gems/CryLegacy/Code/Source/CryAISystem/FireCommand.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Gems/CryLegacy/Code/Source/CryAISystem/FireCommand.h
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
32.471125
155
0.626603
[ "vector" ]
9174206368c98df40512e921d59ca09b15088c01
5,403
h
C
aws-cpp-sdk-organizations/include/aws/organizations/model/CreateAccountResult.h
Neusoft-Technology-Solutions/aws-sdk-cpp
88c041828b0dbee18a297c3cfe98c5ecd0706d0b
[ "Apache-2.0" ]
1
2022-02-10T08:06:54.000Z
2022-02-10T08:06:54.000Z
aws-cpp-sdk-organizations/include/aws/organizations/model/CreateAccountResult.h
Neusoft-Technology-Solutions/aws-sdk-cpp
88c041828b0dbee18a297c3cfe98c5ecd0706d0b
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-organizations/include/aws/organizations/model/CreateAccountResult.h
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-12-30T04:25:33.000Z
2021-12-30T04:25:33.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/organizations/Organizations_EXPORTS.h> #include <aws/organizations/model/CreateAccountStatus.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class Amaz...
47.814159
143
0.732741
[ "model" ]
918767856114ebe8dc6edb74a56644b41a7fa8b4
2,035
h
C
university/usc_csci_551_communications/project3/cmetadata.h
sanjnair/projects
9d7fce9a9d219b7e63a06bb57d16f23e20eb4dc3
[ "MIT" ]
null
null
null
university/usc_csci_551_communications/project3/cmetadata.h
sanjnair/projects
9d7fce9a9d219b7e63a06bb57d16f23e20eb4dc3
[ "MIT" ]
6
2017-09-11T03:36:02.000Z
2017-09-19T06:56:05.000Z
university/usc_csci_551_communications/project3/cmetadata.h
sanjnair/projects
9d7fce9a9d219b7e63a06bb57d16f23e20eb4dc3
[ "MIT" ]
null
null
null
/*************************************************************************** ** Sun Aug 27 2006 ** (C) 2006 by Sanjay Nair ** sanjaysn <at> usc <dot> edu ****************************************************************************/ #ifndef CMETADATA_H #define CMETADATA_H #include "cglobal.h" class CMetaData...
26.428571
77
0.685504
[ "vector" ]
9188de3b3984141c7e90ff18561bec2d62b7200d
4,184
h
C
algorithms/src/LocalizationAndMapping/registration_localization/fast_gicp/thirdparty/nvbio/nvbio/basic/cuda/syncblocks_inl.h
mfkiwl/GAAS
29ab17d3e8a4ba18edef3a57c36d8db6329fac73
[ "BSD-3-Clause" ]
2,111
2019-01-29T07:01:32.000Z
2022-03-29T06:48:14.000Z
algorithms/src/LocalizationAndMapping/registration_localization/fast_gicp/thirdparty/nvbio/nvbio/basic/cuda/syncblocks_inl.h
mfkiwl/GAAS
29ab17d3e8a4ba18edef3a57c36d8db6329fac73
[ "BSD-3-Clause" ]
131
2019-02-18T10:56:18.000Z
2021-09-27T12:07:00.000Z
algorithms/src/LocalizationAndMapping/registration_localization/fast_gicp/thirdparty/nvbio/nvbio/basic/cuda/syncblocks_inl.h
mfkiwl/GAAS
29ab17d3e8a4ba18edef3a57c36d8db6329fac73
[ "BSD-3-Clause" ]
421
2019-02-12T07:59:18.000Z
2022-03-27T05:22:01.000Z
/* * nvbio * Copyright (c) 2011-2014, NVIDIA CORPORATION. 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,...
35.457627
105
0.710564
[ "object" ]
8c9d3afb491641e7c8ef58dcce0638f286a06505
24,568
h
C
plat/st/stm32mp1/include/boot_api.h
Noccarc/arm-trusted-firmware
3e1e3f0a6149d04946ff5debcd871173e782111c
[ "MIT" ]
21
2019-01-30T13:30:44.000Z
2022-02-13T10:25:24.000Z
plat/st/stm32mp1/include/boot_api.h
Noccarc/arm-trusted-firmware
3e1e3f0a6149d04946ff5debcd871173e782111c
[ "MIT" ]
3
2020-03-06T08:23:35.000Z
2021-09-30T13:09:47.000Z
plat/st/stm32mp1/include/boot_api.h
Noccarc/arm-trusted-firmware
3e1e3f0a6149d04946ff5debcd871173e782111c
[ "MIT" ]
32
2019-03-18T16:36:46.000Z
2022-03-04T14:30:33.000Z
/* * Copyright (c) 2017-2021, STMicroelectronics - All Rights Reserved * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef BOOT_API_H #define BOOT_API_H #include <stdint.h> #include <stdio.h> /* * Exported constants */ /* * Boot Context related definitions */ /* * Possible value of boot context field 'bo...
30.48139
78
0.762822
[ "object", "vector" ]
8ca537c4ec9609b13777234b1e7f8724fc560d08
2,321
h
C
3rdparty/TooN/gauss_jordan.h
jih189/object_detection_ros
026803cbb9a12da47f524cb59670d348152bec25
[ "BSD-3-Clause" ]
49
2015-04-24T18:26:03.000Z
2018-05-31T09:27:38.000Z
3rdparty/TooN/gauss_jordan.h
jih189/object_detection_ros
026803cbb9a12da47f524cb59670d348152bec25
[ "BSD-3-Clause" ]
5
2015-04-13T16:00:38.000Z
2018-03-06T05:47:10.000Z
3rdparty/TooN/gauss_jordan.h
jih189/object_detection_ros
026803cbb9a12da47f524cb59670d348152bec25
[ "BSD-3-Clause" ]
32
2015-01-19T16:15:35.000Z
2018-05-20T16:34:08.000Z
#ifndef TOON_INC_GAUSS_JORDAN_H #define TOON_INC_GAUSS_JORDAN_H #include <utility> #include <TooN/TooN.h> namespace TooN { /// Perform Gauss-Jordan reduction on m /// /// If m is of the form \f$[A | I ]\f$, then after reduction, m /// will be \f$[ I | A^{-1}]\f$. There is no restriction on the input, /// in that the...
27.630952
77
0.650582
[ "vector" ]
8cba3a59f454dad72ec070d187994101667d021a
492
h
C
examples/demo_common/AssemblySequence.h
rafael-radkowski/TrackingExpert-
007310637e1582d9623e518510d5d9eccaa23c2c
[ "MIT" ]
26
2020-02-28T06:20:36.000Z
2021-12-09T09:52:06.000Z
examples/demo_common/AssemblySequence.h
rafael-radkowski/TrackingExpert-
007310637e1582d9623e518510d5d9eccaa23c2c
[ "MIT" ]
6
2020-02-19T15:04:27.000Z
2021-08-15T20:32:08.000Z
examples/demo_common/AssemblySequence.h
rafael-radkowski/TrackingExpert-
007310637e1582d9623e518510d5d9eccaa23c2c
[ "MIT" ]
5
2020-07-09T18:58:34.000Z
2021-08-16T00:40:06.000Z
#pragma once #include <vector> #include <unordered_map> #include "Sequence.h" class AssemblySequence { public: /* Draw all models stored in the given sequence at its current state @param sequence - the sequence */ static void process(Sequence& sequence, glm::mat4 proj, glm::mat4 vm); static bool nextStage(Se...
22.363636
71
0.747967
[ "vector" ]
8cc2070a830316c7324dfe3f33867aad3cec4930
1,681
h
C
rdpfuzz-winafl/cmake-3.16.0/Source/CPack/WiX/cmWIXSourceWriter.h
fengjixuchui/rdpfuzz
4561b6fbf73ada553ce78ad44918fd0930ee4e85
[ "Apache-2.0" ]
107
2021-08-28T20:08:42.000Z
2022-03-22T08:02:16.000Z
rdpfuzz-winafl/cmake-3.16.0/Source/CPack/WiX/cmWIXSourceWriter.h
fengjixuchui/rdpfuzz
4561b6fbf73ada553ce78ad44918fd0930ee4e85
[ "Apache-2.0" ]
null
null
null
rdpfuzz-winafl/cmake-3.16.0/Source/CPack/WiX/cmWIXSourceWriter.h
fengjixuchui/rdpfuzz
4561b6fbf73ada553ce78ad44918fd0930ee4e85
[ "Apache-2.0" ]
16
2021-08-30T06:57:36.000Z
2022-03-22T08:05:52.000Z
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing for details. */ #ifndef cmWIXSourceWriter_h #define cmWIXSourceWriter_h #include <string> #include <vector> #include "cmsys/FStream.hxx" #include "cmCPackLog.h" /** \class cmWIXSourceW...
20.753086
77
0.694825
[ "vector" ]