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
89335260d73cc296f3da34d0bd63a2011b4108f8
2,595
h
C
include/debug.h
Niklas-Seppala/mineload
e558b9a762a5bb84d17a5dc18c3c01d46245c683
[ "MIT" ]
null
null
null
include/debug.h
Niklas-Seppala/mineload
e558b9a762a5bb84d17a5dc18c3c01d46245c683
[ "MIT" ]
null
null
null
include/debug.h
Niklas-Seppala/mineload
e558b9a762a5bb84d17a5dc18c3c01d46245c683
[ "MIT" ]
null
null
null
/** * @brief This debug module is only included with DEBUG - buildflag. * ALL calls to this module MUST be wrapped in ifdefs. */ #ifdef DEBUG #ifndef DEBUG_H #define DEBUG_H #include <stdio.h> #include "core.h" // Toggle more specific debug options //----------------------------------- // #define DEBUG_TILE_...
23.807339
94
0.668979
[ "render", "object" ]
8933d2d6d6e69809b035603148be448df89f8698
1,688
h
C
Source/Base/Base/Matrix.h
Cube219/CubeEngine_old2
d251d540a4fdbc993ec5c9183eb30ac4dc81d5be
[ "MIT" ]
null
null
null
Source/Base/Base/Matrix.h
Cube219/CubeEngine_old2
d251d540a4fdbc993ec5c9183eb30ac4dc81d5be
[ "MIT" ]
null
null
null
Source/Base/Base/Matrix.h
Cube219/CubeEngine_old2
d251d540a4fdbc993ec5c9183eb30ac4dc81d5be
[ "MIT" ]
null
null
null
#pragma once #include "Vector.h" namespace cube { class Matrix { public: static Matrix Zero(); static Matrix Identity(); Matrix(); Matrix(const VectorBase& row1, const VectorBase& row2, const VectorBase& row3, const VectorBase& row4); Matrix(float v[16]); Matrix(float v11, float v12, float v13, float...
23.444444
105
0.696682
[ "vector" ]
89372c55a85eeee4ecb94517f9faec2924ddebb5
19,646
h
C
Utilities/include/mtf/Utilities/miscUtils.h
abhineet123/MTF
6cb45c88d924fb2659696c3375bd25c683802621
[ "BSD-3-Clause" ]
100
2016-12-11T00:34:06.000Z
2022-01-27T23:03:40.000Z
Utilities/include/mtf/Utilities/miscUtils.h
siqiyan/MTF
9a76388c907755448bb7223420fe74349130f636
[ "BSD-3-Clause" ]
21
2017-09-04T06:27:13.000Z
2021-07-14T19:07:23.000Z
Utilities/include/mtf/Utilities/miscUtils.h
siqiyan/MTF
9a76388c907755448bb7223420fe74349130f636
[ "BSD-3-Clause" ]
21
2017-02-19T02:12:11.000Z
2020-09-23T03:47:55.000Z
#ifndef MTF_MISC_UTILS_H #define MTF_MISC_UTILS_H #include "mtf/Macros/common.h" #ifndef DISABLE_VISP #include <visp3/core/vpImage.h> #include <visp3/core/vpColor.h> #endif _MTF_BEGIN_NAMESPACE namespace utils{ /** compute the rectangle that best fits an arbitrry quadrilateral in terms of maxi...
36.58473
106
0.661356
[ "vector" ]
dec79cf511ab2810902ed66bb0e7e70a5fe4e936
4,709
h
C
Labyrint/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Runtime_Serialization_Serializatio2501037015.h
mimietti/Labyball
c4b03f5b5d5ec1a1cae5831d22391bc2a171230f
[ "MIT" ]
null
null
null
Labyrint/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Runtime_Serialization_Serializatio2501037015.h
mimietti/Labyball
c4b03f5b5d5ec1a1cae5831d22391bc2a171230f
[ "MIT" ]
23
2016-07-21T13:03:02.000Z
2016-10-03T12:43:01.000Z
Labyrint/labyrinti1/Classes/Native/mscorlib_System_Runtime_Serialization_Serializatio2501037015.h
mimietti/Labyball
c4b03f5b5d5ec1a1cae5831d22391bc2a171230f
[ "MIT" ]
1
2019-09-08T17:32:17.000Z
2019-09-08T17:32:17.000Z
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Collections.ArrayList struct ArrayList_t2121638921; // System.Collections.Hashtable struct Hashtable_t3875263730; // System.Object struct Il2CppObject; #include "mscorlib_S...
42.809091
165
0.832449
[ "object" ]
decadfd268a272492fd8e728ab93ac6394aee6f8
5,709
h
C
server/server.h
Seriont/MSU_study_SMK
c9e3555ceb9ea12ee101033a9eb6eef6dfb2261b
[ "Apache-2.0" ]
1
2015-11-29T20:17:05.000Z
2015-11-29T20:17:05.000Z
server/server.h
Seriont/MSU_study_SMK
c9e3555ceb9ea12ee101033a9eb6eef6dfb2261b
[ "Apache-2.0" ]
2
2015-11-30T17:19:53.000Z
2019-07-11T16:24:57.000Z
server/server.h
Seriont/MSU_study_SMK
c9e3555ceb9ea12ee101033a9eb6eef6dfb2261b
[ "Apache-2.0" ]
1
2019-08-25T09:21:17.000Z
2019-08-25T09:21:17.000Z
#include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <vector> #include <set> #include <cstring> #include <string> #include <unistd.h> #include <iostream> #include "../constants.h" #include "../errorexept.h" #include "../functions.h" #include <cstdio> class User { friend class Server; priv...
20.244681
71
0.620249
[ "vector" ]
decefa04a5cbd42cf0be93de5dd2e38dc99e21fd
1,397
h
C
src/Box.h
RokKos/eol-cloth
b9c6f55f25ba17f33532ea5eefa41fedd29c5206
[ "MIT" ]
null
null
null
src/Box.h
RokKos/eol-cloth
b9c6f55f25ba17f33532ea5eefa41fedd29c5206
[ "MIT" ]
null
null
null
src/Box.h
RokKos/eol-cloth
b9c6f55f25ba17f33532ea5eefa41fedd29c5206
[ "MIT" ]
null
null
null
#pragma once #ifndef __Box__ #define __Box__ #include "Brenderable.h" #ifdef EOLC_ONLINE #include "online/MatrixStack.h" #include "online/Program.h" #endif // EOLC_ONLINE #include "Shape.h" #include "Rigid.h" namespace EOL { class Box : public Brenderable { public: EIGEN_MAKE_ALIGNED_OPERATOR_NEW std::shar...
21.166667
113
0.725841
[ "shape", "vector" ]
ded5c0a8ef4093c82b1a00dbf5bc380d874bb574
7,873
h
C
applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_OptiX/Rendering_Objects/OPTIX_RENDERING_IMPLICIT_SURFACE.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
20
2017-07-03T19:09:09.000Z
2021-09-10T02:53:56.000Z
applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_OptiX/Rendering_Objects/OPTIX_RENDERING_IMPLICIT_SURFACE.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
null
null
null
applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_OptiX/Rendering_Objects/OPTIX_RENDERING_IMPLICIT_SURFACE.h
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
9
2017-09-17T02:05:06.000Z
2020-01-31T00:12:01.000Z
//##################################################################### // Copyright 2011, Valeria Nikolaenko, Rahul Sheth // This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt. //###########################################################...
52.838926
274
0.649689
[ "geometry", "vector", "3d" ]
dee129ae9f9a91ba26f1b59ddfb6f196f9325d8f
1,402
h
C
libs/fenwick.h
teacup123123/win_competitive_programming_console
d043e775d836f8400ff4602623a556f292a4754e
[ "MIT" ]
null
null
null
libs/fenwick.h
teacup123123/win_competitive_programming_console
d043e775d836f8400ff4602623a556f292a4754e
[ "MIT" ]
null
null
null
libs/fenwick.h
teacup123123/win_competitive_programming_console
d043e775d836f8400ff4602623a556f292a4754e
[ "MIT" ]
null
null
null
// // Created by teacup123123 on 1/15/2021. // #ifndef STARTCF_PY_FENWICK_H #define STARTCF_PY_FENWICK_H class fenwick { private: vl data; vl single; public: fenwick(int sz) { //x & -x is the LST // data[5<1>] = ]5-1, 5] data.resize(1), single.resize(1); while (sz(data) < s...
25.035714
84
0.521398
[ "vector" ]
deedcdc6956750047dc49248a457b1da8f735bbb
1,558
h
C
cpp/db/DataBlock.h
simpla-fusion/spdb
be6667eb6c7d464f68b0fd51ca2a8f021581eb84
[ "MIT" ]
null
null
null
cpp/db/DataBlock.h
simpla-fusion/spdb
be6667eb6c7d464f68b0fd51ca2a8f021581eb84
[ "MIT" ]
null
null
null
cpp/db/DataBlock.h
simpla-fusion/spdb
be6667eb6c7d464f68b0fd51ca2a8f021581eb84
[ "MIT" ]
null
null
null
#ifndef SP_DATABLOCK_H_ #define SP_DATABLOCK_H_ #include <memory> #include <vector> namespace sp::db { class DataBlock { std::shared_ptr<void> m_data_; std::vector<size_t> m_dimensions_; public: DataBlock() = default; ~DataBlock() = default; DataBlock(int nd, const size_t* dimensions, void* data...
22.911765
105
0.639281
[ "shape", "vector" ]
def9f6ad6997c506f4e378ab2797b847630834ae
19,514
h
C
ThirdParty/PSCommon/XnLib/ThirdParty/GL/glh/glh_glut.h
gajgeospatial/OpenNI2-2.2.0.33
86d57aa61bcf1fd96922af1960ab711c2e9c1ed5
[ "Apache-2.0" ]
925
2015-01-04T03:47:56.000Z
2022-03-28T11:18:18.000Z
ThirdParty/PSCommon/XnLib/ThirdParty/GL/glh/glh_glut.h
gajgeospatial/OpenNI2-2.2.0.33
86d57aa61bcf1fd96922af1960ab711c2e9c1ed5
[ "Apache-2.0" ]
125
2015-01-12T11:28:09.000Z
2021-03-29T09:38:04.000Z
ThirdParty/PSCommon/XnLib/ThirdParty/GL/glh/glh_glut.h
gajgeospatial/OpenNI2-2.2.0.33
86d57aa61bcf1fd96922af1960ab711c2e9c1ed5
[ "Apache-2.0" ]
475
2015-01-02T02:58:01.000Z
2022-02-24T06:53:46.000Z
/* glh - is a platform-indepenedent C++ OpenGL helper library Copyright (c) 2000 Cass Everitt Copyright (c) 2000 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: ...
22.638051
111
0.666752
[ "object", "transform" ]
720eee2d7f3173a19024c50ce71fb1b716708da9
3,164
h
C
ports/renesas-ra/boards/RA6M1_EK/ra_cfg/fsp_cfg/bsp/bsp_mcu_family_cfg.h
andypiper/micropython
7883ae413ddfa6181d784533b236658658383d0c
[ "MIT" ]
1
2022-03-06T10:05:36.000Z
2022-03-06T10:05:36.000Z
ports/renesas-ra/boards/RA6M1_EK/ra_cfg/fsp_cfg/bsp/bsp_mcu_family_cfg.h
andypiper/micropython
7883ae413ddfa6181d784533b236658658383d0c
[ "MIT" ]
null
null
null
ports/renesas-ra/boards/RA6M1_EK/ra_cfg/fsp_cfg/bsp/bsp_mcu_family_cfg.h
andypiper/micropython
7883ae413ddfa6181d784533b236658658383d0c
[ "MIT" ]
null
null
null
/* generated configuration header file - do not edit */ #ifndef BSP_MCU_FAMILY_CFG_H_ #define BSP_MCU_FAMILY_CFG_H_ #include "bsp_mcu_device_pn_cfg.h" #include "bsp_mcu_device_cfg.h" #include "../../../ra/fsp/src/bsp/mcu/ra6m1/bsp_mcu_info.h" #include "bsp_clock_cfg.h" #define BSP_MCU_GROUP_RA6M1 (1) #define BSP_LOCO_H...
42.186667
126
0.766435
[ "vector" ]
7212777379ca77c63c3d8e5de397dcec48c21a25
8,350
c
C
app/bluetooth/common/btmesh_provisioning_decorator/sl_btmesh_provisioning_decorator.c
lmnotran/gecko_sdk
2e82050dc8823c9fe0e8908c1b2666fb83056230
[ "Zlib" ]
69
2021-12-16T01:34:09.000Z
2022-03-31T08:27:39.000Z
app/bluetooth/common/btmesh_provisioning_decorator/sl_btmesh_provisioning_decorator.c
lmnotran/gecko_sdk
2e82050dc8823c9fe0e8908c1b2666fb83056230
[ "Zlib" ]
6
2022-01-12T18:22:08.000Z
2022-03-25T10:19:27.000Z
app/bluetooth/common/btmesh_provisioning_decorator/sl_btmesh_provisioning_decorator.c
lmnotran/gecko_sdk
2e82050dc8823c9fe0e8908c1b2666fb83056230
[ "Zlib" ]
21
2021-12-20T09:05:45.000Z
2022-03-28T02:52:28.000Z
/***************************************************************************//** * @file * @brief Provisioning decorator module ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *****************************...
39.57346
93
0.558443
[ "mesh" ]
7220095aafaa4e1cdffdf9244ba358d0bde0f0e4
3,377
h
C
vc/MySQL Screensaver/Timer.h
neozhou2009/nehe-opengl
9f073e5b092ad8dbcb21393871a2855fe86a65c6
[ "MIT" ]
177
2017-12-31T04:44:27.000Z
2022-03-23T10:08:03.000Z
vc/MySQL Screensaver/Timer.h
neozhou2009/nehe-opengl
9f073e5b092ad8dbcb21393871a2855fe86a65c6
[ "MIT" ]
2
2018-06-28T20:28:33.000Z
2018-09-09T17:34:44.000Z
vc/MySQL Screensaver/Timer.h
neozhou2009/nehe-opengl
9f073e5b092ad8dbcb21393871a2855fe86a65c6
[ "MIT" ]
72
2018-01-07T16:41:29.000Z
2022-03-18T17:57:38.000Z
#ifndef _TIMER_H_ #define _TIMER_H_ //Created by Kristo Kaas in 2002 // //This file is free for any kinds of use - just don't blame me if something goes wrong :) //You can modify it, rewrite it, copy-paste it and what-not, but I'd really appreciate //if you included my name and a reference to nehe.gamedev.net (the pla...
31.560748
96
0.696476
[ "object" ]
7221ceb2ac24a5935c2f162d14cd8c90c81d55ab
1,068
h
C
dwt/buffer_obj.h
dwtscript/dwt
ca0c0b0edb5cc6318f384121fe5630fc7fced598
[ "MIT" ]
1
2022-01-05T21:31:50.000Z
2022-01-05T21:31:50.000Z
dwt/buffer_obj.h
dwtscript/dwt
ca0c0b0edb5cc6318f384121fe5630fc7fced598
[ "MIT" ]
1
2022-03-27T14:13:42.000Z
2022-03-27T14:13:42.000Z
dwt/buffer_obj.h
dwtscript/dwt
ca0c0b0edb5cc6318f384121fe5630fc7fced598
[ "MIT" ]
1
2021-12-02T22:42:24.000Z
2021-12-02T22:42:24.000Z
/* SPDX-FileCopyrightText: (c) 2021 Andrew Scott-Jones <andrew@dwtscript.org> * SPDX-License-Identifier: MIT */ #ifndef GUARD_DWT_BUFFER_OBJ_H #define GUARD_DWT_BUFFER_OBJ_H #include <dwt/macros.h> #include <dwt/object.h> #define AS_BUFFER(o) ((dwt_buffer_obj_t *) (o)) BEGIN_C_DECLS CFG_CHECK struct dwt_state; ...
19.071429
77
0.776217
[ "object" ]
72250b101e2f1d5ed80c2e599b9d04455e9ac696
9,105
h
C
common/include/math/Vector4.h
medina325/Computer-Graphics-Homework---RayTracer-Renderer-with-BVH
62d95109c7358a1f9c004138a9007d91cba47987
[ "Apache-2.0" ]
null
null
null
common/include/math/Vector4.h
medina325/Computer-Graphics-Homework---RayTracer-Renderer-with-BVH
62d95109c7358a1f9c004138a9007d91cba47987
[ "Apache-2.0" ]
null
null
null
common/include/math/Vector4.h
medina325/Computer-Graphics-Homework---RayTracer-Renderer-with-BVH
62d95109c7358a1f9c004138a9007d91cba47987
[ "Apache-2.0" ]
null
null
null
//[]---------------------------------------------------------------[] //| | //| Copyright (C) 2014, 2019 Orthrus Group. | //| | //| This software is provided 'as-is', w...
21.627078
73
0.534651
[ "object", "vector" ]
7228e920985c8b7d1ae918eecc57858cdd222fe5
418
h
C
WitchEngine3/src/WE3/mesh/WEMeshSourceImpl.h
jadnohra/World-Of-Football
fc4c9dd23e0b2d8381ae8f62b1c387af7f28fcfc
[ "MIT" ]
3
2018-12-02T14:09:22.000Z
2021-11-22T07:14:05.000Z
WitchEngine3/src/WE3/mesh/WEMeshSourceImpl.h
jadnohra/World-Of-Football
fc4c9dd23e0b2d8381ae8f62b1c387af7f28fcfc
[ "MIT" ]
1
2018-12-03T22:54:38.000Z
2018-12-03T22:54:38.000Z
WitchEngine3/src/WE3/mesh/WEMeshSourceImpl.h
jadnohra/World-Of-Football
fc4c9dd23e0b2d8381ae8f62b1c387af7f28fcfc
[ "MIT" ]
2
2020-09-22T21:04:14.000Z
2021-05-24T09:43:28.000Z
#ifndef _WEMeshSourceImpl_h #define _WEMeshSourceImpl_h #include "WEMeshSource.h" #include "WEMeshPool.h" namespace WE { class MeshSourceImpl : public MeshSource { public: MeshSourceImpl(MeshPool* pPool = NULL); ~MeshSourceImpl(); bool setPool(MeshPool* pPool); MeshPool* getPool(); vi...
15.481481
45
0.684211
[ "mesh" ]
722c208dc6dd471b0ed810369b48aaea0511727a
5,207
h
C
include/swift/Frontend/DiagnosticVerifier.h
NuriAmari/swift
d7254b9100742a74021ec4df7412ef79f51c460c
[ "Apache-2.0" ]
1
2022-02-18T12:23:21.000Z
2022-02-18T12:23:21.000Z
include/swift/Frontend/DiagnosticVerifier.h
NuriAmari/swift
d7254b9100742a74021ec4df7412ef79f51c460c
[ "Apache-2.0" ]
1
2019-11-27T22:18:41.000Z
2019-11-27T22:18:41.000Z
include/swift/Frontend/DiagnosticVerifier.h
NuriAmari/swift
d7254b9100742a74021ec4df7412ef79f51c460c
[ "Apache-2.0" ]
1
2020-07-15T03:23:59.000Z
2020-07-15T03:23:59.000Z
//===--- DiagnosticVerifier.h - Diagnostic Verifier (-verify) ---*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
35.182432
80
0.680622
[ "render", "vector" ]
722d1300c8f23222aa8caf93c9c479041746ffb6
420
h
C
evoke/include/Executor.h
Resurr3ction/evoke
e154a3385c016aa83726c8c0ef973f17de0b7065
[ "Apache-2.0" ]
null
null
null
evoke/include/Executor.h
Resurr3ction/evoke
e154a3385c016aa83726c8c0ef973f17de0b7065
[ "Apache-2.0" ]
null
null
null
evoke/include/Executor.h
Resurr3ction/evoke
e154a3385c016aa83726c8c0ef973f17de0b7065
[ "Apache-2.0" ]
null
null
null
#pragma once #include <functional> #include <mutex> #include <string> #include <vector> struct PendingCommand; class Process; class Executor { public: Executor(size_t jobcount); ~Executor(); void Run(PendingCommand *cmd); void Start(); bool Busy(); private: void RunMoreCommands(); std::...
15.555556
43
0.67619
[ "vector" ]
723177976206890cab27d25ce7512c9a93a54b72
447
h
C
PUBG/Game/World.h
Wolchy/PUBG
6386d2d552415056d00e8d9941d51bf5550b69bf
[ "MIT" ]
1
2019-03-05T05:19:54.000Z
2019-03-05T05:19:54.000Z
PUBG/Game/World.h
Wolchy/PUBG
6386d2d552415056d00e8d9941d51bf5550b69bf
[ "MIT" ]
2
2019-02-15T09:12:19.000Z
2019-03-06T00:47:34.000Z
PUBG/Game/World.h
Wolchy/PUBG
6386d2d552415056d00e8d9941d51bf5550b69bf
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <ctime> #include "Entity/Dummy.h" class World { public: int PLAYERS_ON_STARTUP = 4, players_ig = 0, TIMER_xd = 60, TIMER_XD = 10; std::string STATE = "IDLE", STATE_IDLE = "IDLE", STATE_WAITING = "WAITING", STATE_TIMER = "TIMING", STATE_BR = "BATTLE", STATE_WINNER = "WINNER...
19.434783
100
0.684564
[ "vector" ]
72318ac3597e1f0c6736e65fa53e7aaa93b94b92
223,279
h
C
mrubybind.h
lihaochen910/mrubybind
118affc09bc458a32936cc60d74b75bf213cbfda
[ "MIT" ]
null
null
null
mrubybind.h
lihaochen910/mrubybind
118affc09bc458a32936cc60d74b75bf213cbfda
[ "MIT" ]
null
null
null
mrubybind.h
lihaochen910/mrubybind
118affc09bc458a32936cc60d74b75bf213cbfda
[ "MIT" ]
1
2020-07-16T11:22:52.000Z
2020-07-16T11:22:52.000Z
// Do not modify this file directly, this is generated /** * mrubybind - Binding library for mruby/C++ * * Usage: * 1. Prepare a function which you want to call from mruby: * > int square(int x) { return x * x; } * * 2. Create MrubyBind instance: * > MrubyBind b(mirb) * * 3. Bind a f...
40.419804
379
0.589079
[ "vector" ]
7231c51b08c27a15f2d28901d1157c2100c1be2c
1,654
h
C
Othuum/AhwassaGraphicsLib/PostProcessing/PostProcessingEffect.h
Liech/Yathsou
95b6dda3c053bc25789cce416088e22f54a743b4
[ "MIT" ]
5
2021-04-20T17:00:41.000Z
2022-01-18T20:16:03.000Z
Othuum/AhwassaGraphicsLib/PostProcessing/PostProcessingEffect.h
Liech/Yathsou
95b6dda3c053bc25789cce416088e22f54a743b4
[ "MIT" ]
7
2021-08-22T21:30:50.000Z
2022-01-14T16:56:34.000Z
Othuum/AhwassaGraphicsLib/PostProcessing/PostProcessingEffect.h
Liech/Yathsou
95b6dda3c053bc25789cce416088e22f54a743b4
[ "MIT" ]
null
null
null
#pragma once #include <memory> #include "AhwassaGraphicsLib/BufferObjects/VBO.h" #include "AhwassaGraphicsLib/Vertex/PositionTextureVertex.h" namespace Ahwassa { class Window; class Texture; class Rendertarget; class VAO; class ShaderProgram; class UniformMat4; class Uniform; class PostProcessingEff...
33.08
88
0.506651
[ "vector" ]
72352f6a228072f21e6ec6cab397fff0b1faf0ac
3,086
h
C
graphics/cgal/Mesh_3/doc/Mesh_3/Concepts/MeshVertexBase_3.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
4
2016-03-30T14:31:52.000Z
2019-02-02T05:01:32.000Z
graphics/cgal/Mesh_3/doc/Mesh_3/Concepts/MeshVertexBase_3.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
graphics/cgal/Mesh_3/doc/Mesh_3/Concepts/MeshVertexBase_3.h
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
/*! \ingroup PkgMesh_3SecondaryConcepts \cgalConcept The concept `MeshVertexBase_3` describes the requirements for the `Vertex` type of the triangulation used by a 3D mesh generation process. The type `MeshVertexBase_3` refines both the concept `TriangulationVertexBase_3` and the concept `SurfaceMeshVertexBase_3`....
22.042857
119
0.738496
[ "mesh", "3d" ]
724449436fc576a5e0118a3c8153354ab3ecd039
6,749
h
C
include/shadertrans/SpirvGenTwo.h
xzrunner/shadertrans
c7480da714b08541cf8de655452fd54725880395
[ "MIT" ]
1
2021-06-27T22:40:11.000Z
2021-06-27T22:40:11.000Z
include/shadertrans/SpirvGenTwo.h
xzrunner/shadertrans
c7480da714b08541cf8de655452fd54725880395
[ "MIT" ]
null
null
null
include/shadertrans/SpirvGenTwo.h
xzrunner/shadertrans
c7480da714b08541cf8de655452fd54725880395
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include <string> namespace spvgentwo { class Module; class Function; class BasicBlock; class Instruction; } namespace shadertrans { class SpirvGenTwo { public: // info static const char* GetType(const spvgentwo::Instruction& inst); static bool IsVector(const spvgentwo::Inst...
59.725664
181
0.777893
[ "vector" ]
724cd004c1b42e815fd52155399fae02106ccf80
31,710
h
C
Tools/WebKitTestRunner/TestController.h
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
6
2021-07-05T16:09:39.000Z
2022-03-06T22:44:42.000Z
Tools/WebKitTestRunner/TestController.h
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
7
2022-03-15T13:25:39.000Z
2022-03-15T13:25:44.000Z
Tools/WebKitTestRunner/TestController.h
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (C) 2010-2019 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
47.257824
300
0.802491
[ "vector" ]
72501359f345e4425b0b52b335612e8a296e85c4
8,431
h
C
Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h
m-sedghi/cmssw
859df8affee372c53be79cdd2d8a5ff001eae841
[ "Apache-2.0" ]
1
2020-05-27T10:52:33.000Z
2020-05-27T10:52:33.000Z
Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h
m-sedghi/cmssw
859df8affee372c53be79cdd2d8a5ff001eae841
[ "Apache-2.0" ]
28
2019-08-15T15:21:11.000Z
2021-12-29T14:13:18.000Z
Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h
m-sedghi/cmssw
859df8affee372c53be79cdd2d8a5ff001eae841
[ "Apache-2.0" ]
1
2020-08-18T10:29:49.000Z
2020-08-18T10:29:49.000Z
#ifndef Alignment_OfflineValidation_MuonAlignmentAnalyzer_H #define Alignment_OfflineValidation_MuonAlignmentAnalyzer_H /** \class MuonAlignmentANalyzer * MuonAlignment offline Monitor Analyzer * Makes histograms of high level Muon objects/quantities * and residuals (base EDAnalyzer for Muon Alignment Offline D...
29.68662
104
0.755545
[ "geometry", "vector" ]
897aa09e5efbea9880549abf8f52f3259d819408
13,825
c
C
dlls/sane.ds/unixlib.c
xilwen/wine
2318484e1e33cb30f00eb9a62cb9aa5f83e5dc99
[ "MIT" ]
2,322
2015-01-10T13:48:25.000Z
2022-03-31T18:52:48.000Z
dlls/sane.ds/unixlib.c
xilwen/wine
2318484e1e33cb30f00eb9a62cb9aa5f83e5dc99
[ "MIT" ]
19
2015-09-01T14:36:04.000Z
2022-03-31T11:59:59.000Z
dlls/sane.ds/unixlib.c
xilwen/wine
2318484e1e33cb30f00eb9a62cb9aa5f83e5dc99
[ "MIT" ]
980
2015-01-05T05:50:50.000Z
2022-03-31T09:29:07.000Z
/* * Unix library interface for SANE * * Copyright 2000 Shi Quan He * Copyright 2021 Alexandre Julliard * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of ...
27.107843
115
0.660036
[ "model" ]
897aa72298c250f9d573211ba69060be3036dd0c
26,976
c
C
nrf5/light_lightness/client/src/main.c
AlexRogalskiy/nodemcu-test-flight
7d4fefe0262d3deb904dccc8a082669627f80625
[ "MIT" ]
1
2021-04-10T10:01:06.000Z
2021-04-10T10:01:06.000Z
nrf5/light_lightness/client/src/main.c
AlexRogalskiy/nodemcu-test-flight
7d4fefe0262d3deb904dccc8a082669627f80625
[ "MIT" ]
1
2021-04-17T19:44:28.000Z
2021-04-17T19:44:28.000Z
nrf5/light_lightness/client/src/main.c
AlexRogalskiy/nodemcu-test-flight
7d4fefe0262d3deb904dccc8a082669627f80625
[ "MIT" ]
3
2021-04-10T10:01:08.000Z
2021-09-02T00:14:31.000Z
/* Copyright (c) 2010 - 2020, Nordic Semiconductor ASA * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * l...
41.62963
140
0.626483
[ "mesh", "model" ]
898fd457be776ee1ef512f5041fc5366b07b288e
12,712
c
C
oor/fwd_policies/balancing_locators.c
MiquelFerriol/OOR_CBA
4036c6623d618a6538edd1c194315c5ed0aae7cd
[ "Apache-2.0" ]
null
null
null
oor/fwd_policies/balancing_locators.c
MiquelFerriol/OOR_CBA
4036c6623d618a6538edd1c194315c5ed0aae7cd
[ "Apache-2.0" ]
null
null
null
oor/fwd_policies/balancing_locators.c
MiquelFerriol/OOR_CBA
4036c6623d618a6538edd1c194315c5ed0aae7cd
[ "Apache-2.0" ]
null
null
null
/* * * Copyright (C) 2011, 2015 Cisco Systems, Inc. * Copyright (C) 2015 CBA research group, Technical University of Catalonia. * * 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: * * ...
32.594872
112
0.603446
[ "vector" ]
8992d5dd2573a58013b5217596769d405b950ffd
1,902
h
C
kubernetes/model/io_k8s_apimachinery_pkg_apis_meta_v1_managed_fields_entry.h
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
kubernetes/model/io_k8s_apimachinery_pkg_apis_meta_v1_managed_fields_entry.h
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
kubernetes/model/io_k8s_apimachinery_pkg_apis_meta_v1_managed_fields_entry.h
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
/* * io_k8s_apimachinery_pkg_apis_meta_v1_managed_fields_entry.h * * ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to. */ #ifndef _io_k8s_apimachinery_pkg_apis_meta_v1_managed_fields_entry_H_ #define _io_k8s_apimachinery_pkg_apis_meta_v1_managed_fie...
38.816327
203
0.851735
[ "object" ]
899ca28a88dc700d6e8269c575afe390f25e84f4
5,948
c
C
melang/print/mln_lang_print.c
Water-Melon/Melon
78a7714973d8a313d99b4e410946ab6fef8b7fb0
[ "BSD-3-Clause" ]
237
2015-03-06T02:57:56.000Z
2022-03-30T03:27:51.000Z
melang/print/mln_lang_print.c
GogeBlue/Melon
639c531909d5bc9ea97deb3eefa1ed302c53bbf7
[ "BSD-3-Clause" ]
2
2021-08-25T09:49:54.000Z
2021-09-08T07:48:12.000Z
melang/print/mln_lang_print.c
GogeBlue/Melon
639c531909d5bc9ea97deb3eefa1ed302c53bbf7
[ "BSD-3-Clause" ]
18
2017-09-22T02:53:41.000Z
2022-02-22T01:34:51.000Z
/* * Copyright (C) Niklaus F.Schen. */ #include "print/mln_lang_print.h" #include "mln_log.h" #ifdef __DEBUG__ #include <assert.h> #define ASSERT(x) assert(x) #else #define ASSERT(x); #endif static mln_lang_var_t *mln_lang_print_process(mln_lang_ctx_t *ctx); static int mln_lang_print_array_cmp(const void *addr1, ...
31.305263
110
0.597344
[ "object" ]
89a4775950d4fa1c3375d87c991c2542ee1314de
9,537
h
C
app/Remeshing/src/remeshing/UniformRemeshing.h
wildmeshing/wildmeshing-toolkit
7f4c60e5a6d366d9c3850b720b42b610e10600c2
[ "MIT" ]
8
2021-12-10T08:26:45.000Z
2022-03-24T00:19:41.000Z
app/Remeshing/src/remeshing/UniformRemeshing.h
wildmeshing/wildmeshing-toolkit
7f4c60e5a6d366d9c3850b720b42b610e10600c2
[ "MIT" ]
86
2021-12-03T01:46:30.000Z
2022-03-23T19:33:17.000Z
app/Remeshing/src/remeshing/UniformRemeshing.h
wildmeshing/wildmeshing-toolkit
7f4c60e5a6d366d9c3850b720b42b610e10600c2
[ "MIT" ]
2
2021-11-26T08:29:38.000Z
2022-01-03T22:10:42.000Z
#pragma once #include <wmtk/ConcurrentTriMesh.h> #include <wmtk/utils/PartitionMesh.h> #include <wmtk/utils/VectorUtils.h> // clang-format off #include <wmtk/utils/DisableWarnings.hpp> #include <igl/write_triangle_mesh.h> #include <tbb/concurrent_priority_queue.h> #include <tbb/concurrent_vector.h> #include <tbb/enume...
32.660959
120
0.557932
[ "geometry", "vector" ]
89af761a7d85b141f5c1ae0b2edd01442ea77f54
1,051
h
C
frameworks/cocos2d-x/cocos/flash/PandoraLib/NotificationDirector.h
xslkim/FlashEngine
30aedbe92447bcd5bd3c8abd7831776f67f8df46
[ "MIT" ]
1
2022-03-05T09:28:51.000Z
2022-03-05T09:28:51.000Z
frameworks/cocos2d-x/cocos/flash/PandoraLib/NotificationDirector.h
xslkim/FlashEngine
30aedbe92447bcd5bd3c8abd7831776f67f8df46
[ "MIT" ]
null
null
null
frameworks/cocos2d-x/cocos/flash/PandoraLib/NotificationDirector.h
xslkim/FlashEngine
30aedbe92447bcd5bd3c8abd7831776f67f8df46
[ "MIT" ]
null
null
null
#ifndef __NOTIFICATION_DIRECTOR_H__ #define __NOTIFICATION_DIRECTOR_H__ #include "cocos2d.h" #include <map> #include <string> typedef struct _NotificationItem { std::string noteKey; void* object; }NotificationItem; class INotificationDelegate; class NotificationDirector :public cocos2d::CCObject ...
25.634146
83
0.765937
[ "object", "vector" ]
89b170eba4625eb729232989f23e267e26d41946
2,800
c
C
src/afl-performance.c
StarGazerM/AFLplusplus
15340b85e88c72176ef303950376234abca7ee6b
[ "Apache-2.0" ]
2,104
2020-03-19T16:17:10.000Z
2022-03-31T16:22:30.000Z
src/afl-performance.c
StarGazerM/AFLplusplus
15340b85e88c72176ef303950376234abca7ee6b
[ "Apache-2.0" ]
788
2020-03-19T14:54:09.000Z
2022-03-31T17:38:00.000Z
src/afl-performance.c
StarGazerM/AFLplusplus
15340b85e88c72176ef303950376234abca7ee6b
[ "Apache-2.0" ]
518
2020-03-21T01:24:55.000Z
2022-03-30T21:05:53.000Z
/* Written in 2019 by David Blackman and Sebastiano Vigna (vigna@acm.org) To the extent possible under law, the author has dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty. See <http://creativec...
25.688073
75
0.686071
[ "solid" ]
89b2596c403aa13ede0fee39bf11f92975f34ee6
4,781
h
C
src/lib/dns/rdata/generic/detail/nsec3param_common.h
svenauhagen/kea
8a575ad46dee1487364fad394e7a325337200839
[ "Apache-2.0" ]
273
2015-01-22T14:14:42.000Z
2022-03-13T10:27:44.000Z
src/lib/dns/rdata/generic/detail/nsec3param_common.h
jxiaobin/kea
1987a50a458921f9e5ac84cb612782c07f3b601d
[ "Apache-2.0" ]
104
2015-01-16T16:37:06.000Z
2021-08-08T19:38:45.000Z
src/lib/dns/rdata/generic/detail/nsec3param_common.h
jxiaobin/kea
1987a50a458921f9e5ac84cb612782c07f3b601d
[ "Apache-2.0" ]
133
2015-02-21T14:06:39.000Z
2022-02-27T08:56:40.000Z
// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef NSEC3PARAM_COMMON_H #define NSEC3PARA...
38.556452
77
0.702364
[ "vector" ]
89babf98f0ece9cfe41bba7c6e3d2e3f0fb91b0d
10,659
c
C
pib/setpib.c
qsdk/open-plc-utils
3c0005379390e857a650abbc09afea02adae6097
[ "0BSD" ]
3
2016-04-05T07:09:08.000Z
2018-04-08T01:42:23.000Z
pib/setpib.c
qsdk/open-plc-utils
3c0005379390e857a650abbc09afea02adae6097
[ "0BSD" ]
null
null
null
pib/setpib.c
qsdk/open-plc-utils
3c0005379390e857a650abbc09afea02adae6097
[ "0BSD" ]
null
null
null
/*====================================================================* * * Copyright (c) 2011 Qualcomm Atheros Inc. * * Permission to use, copy, setpib, and/or distribute this software * for any purpose with or without fee is hereby granted, provided * that the above copyright notice and this per...
27.401028
179
0.537855
[ "object", "vector" ]
89bbf525bd6914586d6f252d61ef849898ec7098
1,389
h
C
src/module/native_module_handle.h
Alex-Werner/isolated-vm
d9f0a22b3b7959bf071d018f3eddfbace10d5537
[ "ISC" ]
1,162
2017-05-24T04:17:25.000Z
2022-03-31T12:03:50.000Z
node_modules/isolated-vm/src/module/native_module_handle.h
bobbymcgonigle/isolated-vm-cli
74797da03a5912731af3743500f243ac450c0f0d
[ "MIT" ]
290
2017-10-21T01:51:40.000Z
2022-03-30T15:00:46.000Z
node_modules/isolated-vm/src/module/native_module_handle.h
bobbymcgonigle/isolated-vm-cli
74797da03a5912731af3743500f243ac450c0f0d
[ "MIT" ]
98
2017-10-21T03:38:49.000Z
2022-03-21T17:03:11.000Z
#pragma once #include <v8.h> #include <uv.h> #include <memory> #include "transferable.h" #include "context_handle.h" #include "transferable.h" namespace ivm { class NativeModule { private: using init_t = void(*)(v8::Isolate *, v8::Local<v8::Context>, v8::Local<v8::Object>); uv_lib_t lib; init_t init; publi...
27.78
106
0.723542
[ "object" ]
3723a5eef9887fe9a87d4538016fa65e70edc710
8,024
h
C
APU/duty/debug/obj_dir/Vduty.h
RollMan/famicom_GO
3a1b9de670ff8691357ba7980dda7aee3cbdfc96
[ "MIT" ]
null
null
null
APU/duty/debug/obj_dir/Vduty.h
RollMan/famicom_GO
3a1b9de670ff8691357ba7980dda7aee3cbdfc96
[ "MIT" ]
null
null
null
APU/duty/debug/obj_dir/Vduty.h
RollMan/famicom_GO
3a1b9de670ff8691357ba7980dda7aee3cbdfc96
[ "MIT" ]
null
null
null
// Verilated -*- C++ -*- // DESCRIPTION: Verilator output: Primary design header // // This header should be included by all source files instantiating the design. // The class here is then constructed to instantiate the design. // See the Verilator manual for examples. #ifndef _Vduty_H_ #define _Vduty_H_ #include "v...
35.348018
84
0.719217
[ "model" ]
3724cc42d8ebe897e8901bd414416e21237f4273
189
h
C
lecture_code/classes2/init_list.h
ahurta92/ams562-notes
e66baa1e50654e125902651f388d45cb32c81f00
[ "MIT" ]
1
2021-09-01T19:09:54.000Z
2021-09-01T19:09:54.000Z
lecture_code/classes2/init_list.h
ahurta92/ams562-notes
e66baa1e50654e125902651f388d45cb32c81f00
[ "MIT" ]
null
null
null
lecture_code/classes2/init_list.h
ahurta92/ams562-notes
e66baa1e50654e125902651f388d45cb32c81f00
[ "MIT" ]
1
2021-11-30T19:26:02.000Z
2021-11-30T19:26:02.000Z
// method 1 initializer-list constructor Vector(std::initializer_list<double> l) : elem{new double[l.size()]}, sz{static_cast<int>(l.size())} { std::copy(l.begin(), l.end(), elem); }
31.5
66
0.661376
[ "vector" ]
37254137526e618499f18fde29bba3308d495923
2,981
h
C
src/app/qgsmaptooltrimextendfeature.h
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
null
null
null
src/app/qgsmaptooltrimextendfeature.h
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
null
null
null
src/app/qgsmaptooltrimextendfeature.h
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
1
2021-12-25T08:40:30.000Z
2021-12-25T08:40:30.000Z
/*************************************************************************** qgmaptooltrimextendfeature.h - map tool to trim or extend feature --------------------- begin : October 2018 copyright : (C) 2018 by Loïc Bartoletti email : loic dot bartoletti at ...
38.217949
100
0.60047
[ "geometry", "3d" ]
3729630df2d8c166cd155c4909d8c623069d2042
37,684
h
C
dpsk_buck_acmc.X/sources/power_control/drivers/npnz16b.h
microchip-pic-avr-examples/dpsk3-power-buck-average-current-mode-control
ca8bb2a7c663f43f64f1f882bc50b39d93540f1f
[ "ADSL" ]
2
2021-11-05T20:54:44.000Z
2022-02-14T09:41:09.000Z
dpsk_buck_acmc.X/sources/power_control/drivers/npnz16b.h
microchip-pic-avr-examples/dpsk3-power-buck-average-current-mode-control
ca8bb2a7c663f43f64f1f882bc50b39d93540f1f
[ "ADSL" ]
null
null
null
dpsk_buck_acmc.X/sources/power_control/drivers/npnz16b.h
microchip-pic-avr-examples/dpsk3-power-buck-average-current-mode-control
ca8bb2a7c663f43f64f1f882bc50b39d93540f1f
[ "ADSL" ]
2
2022-02-08T06:22:33.000Z
2022-02-26T11:13:51.000Z
/* ********************************************************************************* * PowerSmart™ Digital Control Library Designer, Version 0.9.14.676 * ********************************************************************************* * Generic library header for z-domain compensation filter assembly functions * C...
71.642586
422
0.64412
[ "object" ]
37303f7f1ad2cc937f35bc13ee9472ebfce08fa8
5,690
h
C
source/frontend/models/compare/memory_leak_finder_model.h
GPUOpen-Tools/radeon_memory_visualizer
309ac5b04b870aef408603eaac4bd727d5d3e698
[ "MIT" ]
86
2020-05-14T17:20:22.000Z
2022-01-21T22:53:24.000Z
source/frontend/models/compare/memory_leak_finder_model.h
GPUOpen-Tools/radeon_memory_visualizer
309ac5b04b870aef408603eaac4bd727d5d3e698
[ "MIT" ]
6
2020-05-16T18:50:00.000Z
2022-01-21T15:30:16.000Z
source/frontend/models/compare/memory_leak_finder_model.h
GPUOpen-Tools/radeon_memory_visualizer
309ac5b04b870aef408603eaac4bd727d5d3e698
[ "MIT" ]
11
2020-10-15T15:55:56.000Z
2022-03-16T20:38:29.000Z
//============================================================================= // Copyright (c) 2018-2021 Advanced Micro Devices, Inc. All rights reserved. /// @author AMD Developer Tools Team /// @file /// @brief Header for the Memory Leak Finder model. //=============================================================...
42.462687
150
0.647276
[ "model" ]
373ddc1fb410f0974056048c68aa9ca8183ffba5
4,459
h
C
src/condor_utils/sshd_wrapper.dead.h
neurodebian/htcondor
113a5c9921a4fce8a21e3ab96b2c1ba47441bf39
[ "Apache-2.0" ]
2
2018-06-18T23:11:20.000Z
2021-01-11T06:30:00.000Z
src/condor_utils/sshd_wrapper.dead.h
neurodebian/htcondor
113a5c9921a4fce8a21e3ab96b2c1ba47441bf39
[ "Apache-2.0" ]
1
2021-04-06T04:19:40.000Z
2021-04-06T04:19:40.000Z
src/condor_utils/sshd_wrapper.dead.h
neurodebian/htcondor
113a5c9921a4fce8a21e3ab96b2c1ba47441bf39
[ "Apache-2.0" ]
2
2017-11-09T01:42:58.000Z
2020-07-14T20:20:05.000Z
/*************************************************************** * * Copyright (C) 1990-2007, Condor Team, Computer Sciences Department, * University of Wisconsin-Madison, WI. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. Y...
29.335526
75
0.688944
[ "object" ]
374c1df7a2c886ddcbc0a0b4c5503e919ce31fc7
4,058
c
C
ext/Gaussian/cgaussian.c
Himeyama/ruby-filter-gaussian
93e9d28ccbd7540c3c4da6f869a088e49d39a8ac
[ "MIT" ]
null
null
null
ext/Gaussian/cgaussian.c
Himeyama/ruby-filter-gaussian
93e9d28ccbd7540c3c4da6f869a088e49d39a8ac
[ "MIT" ]
1
2021-09-10T06:19:26.000Z
2021-09-10T06:24:55.000Z
ext/Gaussian/cgaussian.c
Himeyama/ruby-filter-gaussian
93e9d28ccbd7540c3c4da6f869a088e49d39a8ac
[ "MIT" ]
null
null
null
/* * (c) 2021 Murata Mitsuharu * Licensed under the MIT License. * source: https://github.com/Himeyama/C-Gaussian-Filter */ #include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> #include <time.h> #include <ruby.h> #include <numo/narray.h> #include "gaussian.h" void Vector_p(Vector vec)...
23.730994
72
0.553228
[ "vector" ]
375f04eb218f4d68cf6f86f87c21b958cf3286b1
740
h
C
Unix/samples/Providers/Test_AssociationProvider/CommonUtils.h
Beguiled/omi
1c824681ee86f32314f430db972e5d3938f10fd4
[ "MIT" ]
165
2016-08-18T22:06:39.000Z
2019-05-05T11:09:37.000Z
Unix/samples/Providers/Test_AssociationProvider/CommonUtils.h
snchennapragada/omi
4fa565207d3445d1f44bfc7b890f9ea5ea7b41d0
[ "MIT" ]
409
2016-08-18T20:52:56.000Z
2019-05-06T10:03:11.000Z
Unix/samples/Providers/Test_AssociationProvider/CommonUtils.h
snchennapragada/omi
4fa565207d3445d1f44bfc7b890f9ea5ea7b41d0
[ "MIT" ]
72
2016-08-23T02:30:08.000Z
2019-04-30T22:57:03.000Z
/* **============================================================================== ** ** Copyright (c) Microsoft Corporation. All rights reserved. See file LICENSE ** for license information. ** **============================================================================== */ #ifndef _CommonUtils_h #define _CommonU...
32.173913
99
0.62027
[ "vector" ]
376172a6f91a608ff08679b5042eedfe10e0885e
5,577
c
C
src/frr/bgpd/bgp_table.c
zhouhaifeng/vpe
9c644ffd561988e5740021ed26e0f7739844353d
[ "Apache-2.0" ]
null
null
null
src/frr/bgpd/bgp_table.c
zhouhaifeng/vpe
9c644ffd561988e5740021ed26e0f7739844353d
[ "Apache-2.0" ]
null
null
null
src/frr/bgpd/bgp_table.c
zhouhaifeng/vpe
9c644ffd561988e5740021ed26e0f7739844353d
[ "Apache-2.0" ]
null
null
null
/* BGP routing table * Copyright (C) 1998, 2001 Kunihiro Ishiguro * * This file is part of GNU Zebra. * * GNU Zebra 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) ...
21.870588
78
0.70719
[ "vector" ]
377179499abfbc5f15cfad31a2c9966d52d43c90
1,175
h
C
Sintactico.h
ivanovishado/Mini-Compilador
189a2399a59d4710213eab147190c40176626bfa
[ "MIT" ]
null
null
null
Sintactico.h
ivanovishado/Mini-Compilador
189a2399a59d4710213eab147190c40176626bfa
[ "MIT" ]
null
null
null
Sintactico.h
ivanovishado/Mini-Compilador
189a2399a59d4710213eab147190c40176626bfa
[ "MIT" ]
null
null
null
#ifndef SINTACTICO_H_INCLUDED #define SINTACTICO_H_INCLUDED #include <iostream> #include <cstring> #include "Lexico.h" #include "Asignacion.h" #include "Bloque.h" #include "Entero.h" #include "Expresion.h" #include "ExpresionRelacional.h" #include "Identificador.h" #include "Mientras.h" #include "Operacion.h" #include...
18.076923
88
0.730213
[ "vector" ]
3773b74351579c5c01fe29fc10ed777c01885629
6,149
h
C
SPHINXsys/src/shared/particles/diffusion_reaction_particles.h
konmenel/SPHinXsys
6be5430767c6a3a38aec39ffcc6620e66f71f16c
[ "Apache-2.0" ]
null
null
null
SPHINXsys/src/shared/particles/diffusion_reaction_particles.h
konmenel/SPHinXsys
6be5430767c6a3a38aec39ffcc6620e66f71f16c
[ "Apache-2.0" ]
null
null
null
SPHINXsys/src/shared/particles/diffusion_reaction_particles.h
konmenel/SPHinXsys
6be5430767c6a3a38aec39ffcc6620e66f71f16c
[ "Apache-2.0" ]
null
null
null
/* -------------------------------------------------------------------------* * SPHinXsys * * --------------------------------------------------------------------------* * SPHinXsys (pronunciation: s'finksis) is an acronym from Smoothed Particle * * Hydrodynamics for industrial compleX systems. It provid...
45.88806
115
0.680598
[ "model", "solid" ]
3774345c76478e5fb306492fbb378263e747768b
10,115
c
C
unix/OLD_table.c
chayward/libui
34d1d0ac48f4695d3170a20e480567d68f587de0
[ "MIT" ]
11,062
2015-04-17T00:46:13.000Z
2022-03-31T11:24:06.000Z
unix/OLD_table.c
chayward/libui
34d1d0ac48f4695d3170a20e480567d68f587de0
[ "MIT" ]
505
2015-09-03T15:15:45.000Z
2022-03-06T04:55:33.000Z
unix/OLD_table.c
chayward/libui
34d1d0ac48f4695d3170a20e480567d68f587de0
[ "MIT" ]
798
2015-09-29T11:01:06.000Z
2022-03-29T10:24:18.000Z
// 26 june 2016 #include "uipriv_unix.h" void *uiTableModelStrdup(const char *str) { return g_strdup(str); } void *uiTableModelGiveColor(double r, double g, double b, double a) { GdkRGBA rgba; rgba.red = r; rgba.green = g; rgba.blue = b; rgba.alpha = a; return gdk_rgba_copy(&rgba); } uiTableModel *uiNewTable...
24.85258
135
0.731982
[ "model" ]
377814587a62984b6d69d19f3a7888fda3e8f178
50,213
h
C
JUCEAmalgam/include/juce_audio_formats_amalgam.h
vinniefalco/DSPFiltersDemo
75d90440de43731e4f915926cb62ac504a60daf5
[ "MIT" ]
35
2015-05-07T02:08:57.000Z
2021-10-12T05:47:27.000Z
JUCEAmalgam/include/juce_audio_formats_amalgam.h
EQ4/DSPFiltersDemo
75d90440de43731e4f915926cb62ac504a60daf5
[ "MIT" ]
2
2016-05-01T20:45:59.000Z
2017-06-03T12:21:31.000Z
JUCEAmalgam/include/juce_audio_formats_amalgam.h
EQ4/DSPFiltersDemo
75d90440de43731e4f915926cb62ac504a60daf5
[ "MIT" ]
19
2015-02-08T02:40:35.000Z
2021-06-29T10:55:29.000Z
/* ============================================================================== This file is part of the JUCE library - "Jules' Utility Class Extensions" Copyright 2004-11 by Raw Material Software Ltd. ------------------------------------------------------------------------------ JUCE can be redistrib...
33.034868
144
0.731185
[ "object" ]
3778c2f37b673f5e5735d7e81411637f1c43b19c
2,229
h
C
Source/DarkLab/Placeable.h
rinial/DarkLab
82d29368d8b009eec02522706f368c1545fa3514
[ "MIT" ]
6
2020-09-05T02:25:37.000Z
2022-02-07T02:05:57.000Z
Source/DarkLab/Placeable.h
Ziririn/DarkLab
82d29368d8b009eec02522706f368c1545fa3514
[ "MIT" ]
null
null
null
Source/DarkLab/Placeable.h
Ziririn/DarkLab
82d29368d8b009eec02522706f368c1545fa3514
[ "MIT" ]
1
2020-09-05T02:25:56.000Z
2020-09-05T02:25:56.000Z
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "UObject/Interface.h" #include "Placeable.generated.h" // TODO move somewhere else // Direction UENUM(BlueprintType) enum class EDirectionEnum : uint8 { VE_Up UMETA(DisplayName = "Up"), VE_...
25.918605
114
0.736653
[ "object" ]
98bdc1d0fdf0adcbfeae5daef929302b1ba4c3ea
1,616
c
C
d/dagger/drow/temple/obj/funeral.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/dagger/drow/temple/obj/funeral.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/dagger/drow/temple/obj/funeral.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
#include <std.h> inherit OBJECT; void init() { ::init(); add_action("bury_func","bury"); } void create() { ::create(); set_id(({"rites","funeral rites"})); set_short("Funeral rites"); set_long("This is the funeral rites of the gods which will allow a " "player to bury <target> in the event of l...
26.933333
72
0.600866
[ "object" ]
98bebb5cbc79d4f9787185851aeffc1e193863e9
1,259
c
C
orientation/est_euler_acc.c
gswly/sensor-imu
26836898d12681c55737bef35c02e155c9cbbad0
[ "MIT" ]
1
2019-09-18T12:58:41.000Z
2019-09-18T12:58:41.000Z
orientation/est_euler_acc.c
gswly/sensor-imu
26836898d12681c55737bef35c02e155c9cbbad0
[ "MIT" ]
null
null
null
orientation/est_euler_acc.c
gswly/sensor-imu
26836898d12681c55737bef35c02e155c9cbbad0
[ "MIT" ]
null
null
null
#include <math.h> #include <stdlib.h> #include "est_euler_acc.h" typedef struct { const matrix *align_dcm; double alpha; double prev_roll; double prev_pitch; } _objt; error *est_euler_acc_init(est_euler_acct **pobj, const matrix *align_dcm, double alpha) { _objt *_obj =...
26.229167
73
0.606831
[ "vector" ]
98c120d6100c06b8fe3baa918d73e4ffbe61297e
3,204
h
C
sources/System/Null/NullSound.h
LukasBanana/AcousticsLib
176bb2613409f65c93046f6e5333d0607ffe0fd2
[ "BSD-3-Clause" ]
9
2017-12-20T08:00:55.000Z
2022-03-09T01:33:00.000Z
sources/System/Null/NullSound.h
LukasBanana/AcousticsLib
176bb2613409f65c93046f6e5333d0607ffe0fd2
[ "BSD-3-Clause" ]
null
null
null
sources/System/Null/NullSound.h
LukasBanana/AcousticsLib
176bb2613409f65c93046f6e5333d0607ffe0fd2
[ "BSD-3-Clause" ]
5
2017-02-05T08:31:24.000Z
2021-03-10T22:19:32.000Z
/* * NullSound.h * * This file is part of the "AcousticsLib" project (Copyright (c) 2016 by Lukas Hermanns) * See "LICENSE.txt" for license information. */ #ifndef AC_NULL_SOUND_H #define AC_NULL_SOUND_H #include <Ac/Sound.h> #include <mutex> #include <memory> namespace Ac { class NullAudioSystem; class Nu...
25.632
89
0.541823
[ "3d" ]
98c5e9990b87b544a5568feded34ac2a488d18c7
3,784
h
C
MemoryPool.h
reunanen/CPPShift-MemoryPool
5d3df2e3ddb3dbaf95cc1a7fc5215fa22756be5c
[ "Apache-2.0" ]
null
null
null
MemoryPool.h
reunanen/CPPShift-MemoryPool
5d3df2e3ddb3dbaf95cc1a7fc5215fa22756be5c
[ "Apache-2.0" ]
null
null
null
MemoryPool.h
reunanen/CPPShift-MemoryPool
5d3df2e3ddb3dbaf95cc1a7fc5215fa22756be5c
[ "Apache-2.0" ]
null
null
null
/** * CPPShift Memory Pool v2.0.0 * * Copyright 2020-present Sapir Shemer, DevShift (devshift.biz) * * 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...
29.795276
124
0.711416
[ "object" ]
98ca88f29a28cce3f6021ee1eb1cb83a45a4c51e
5,802
h
C
src/util/WaspOptions.h
alviano/wasp
fd6d1e2e7ec037f63d401d3255c2c814aef32896
[ "Apache-2.0" ]
19
2015-12-03T08:53:45.000Z
2022-03-31T02:09:43.000Z
src/util/WaspOptions.h
alviano/wasp
fd6d1e2e7ec037f63d401d3255c2c814aef32896
[ "Apache-2.0" ]
5
2016-04-07T10:20:23.000Z
2021-12-24T10:23:12.000Z
src/util/WaspOptions.h
alviano/wasp
fd6d1e2e7ec037f63d401d3255c2c814aef32896
[ "Apache-2.0" ]
6
2015-01-15T07:51:48.000Z
2020-06-18T14:47:48.000Z
/* * * Copyright 2013 Mario Alviano, Carmine Dodaro, and Francesco Ricca. * * 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 * * ...
32.965909
90
0.573423
[ "vector" ]
98cb1125af63704f5e11e8bf4169beb1aabffc62
7,170
h
C
sources/lv1/driver/rsx/core/context.h
AlexAltea/lv1-reversing
3d9ea0a243e403a9b5eb881e9c97949a72e47ef1
[ "MIT" ]
16
2016-03-16T21:25:49.000Z
2021-09-26T03:58:42.000Z
sources/lv1/driver/rsx/core/context.h
x0rloser/lv1-reversing
3d9ea0a243e403a9b5eb881e9c97949a72e47ef1
[ "MIT" ]
null
null
null
sources/lv1/driver/rsx/core/context.h
x0rloser/lv1-reversing
3d9ea0a243e403a9b5eb881e9c97949a72e47ef1
[ "MIT" ]
4
2018-03-26T11:05:33.000Z
2021-03-13T18:21:20.000Z
/** * (c) 2016 The LV1RE Project. * Released under MIT license. Read LICENSE for more details. */ #pragma once #include "common/types.h" #include "lv1/driver/rsx/core/device.h" #include "lv1/driver/rsx/core/memory.h" #include "lv1/driver/rsx/object/channel.h" #include "lv1/driver/rsx/object/context_dma.h" #includ...
57.822581
175
0.546304
[ "object" ]
98ea36cd0853efeb9573aaf8ef6fad6e4bcb0af9
1,129
h
C
clfsm/CLReflect.v1/CLMetaMachine.h
mipalgu/gufsm
d822d36fa04946ffa6c3680725dfdba03fa9a0c5
[ "BSD-4-Clause" ]
null
null
null
clfsm/CLReflect.v1/CLMetaMachine.h
mipalgu/gufsm
d822d36fa04946ffa6c3680725dfdba03fa9a0c5
[ "BSD-4-Clause" ]
null
null
null
clfsm/CLReflect.v1/CLMetaMachine.h
mipalgu/gufsm
d822d36fa04946ffa6c3680725dfdba03fa9a0c5
[ "BSD-4-Clause" ]
1
2021-09-14T18:37:16.000Z
2021-09-14T18:37:16.000Z
#ifndef CLMETAMACHINE_H #define CLMETAMACHINE_H #include "CLMetaState.h" #include "CLMetaProperty.h" #include <string> #include <map> #include <memory> #include <vector> namespace CLReflect { class CLMetaMachine { protected: std::string _name; std::string _type; std::map<std::str...
22.137255
78
0.651904
[ "vector" ]
98ebd058e9aa62513cd73ad516e2be58d99ab21d
5,492
h
C
genetics/algo/ProceduralAlgorithm.h
crest01/ShapeGenetics
7321f6484be668317ad763c0ca5e4d6cbfef8cd1
[ "MIT" ]
18
2017-04-26T13:53:43.000Z
2021-05-29T03:55:27.000Z
genetics/algo/ProceduralAlgorithm.h
crest01/ShapeGenetics
7321f6484be668317ad763c0ca5e4d6cbfef8cd1
[ "MIT" ]
null
null
null
genetics/algo/ProceduralAlgorithm.h
crest01/ShapeGenetics
7321f6484be668317ad763c0ca5e4d6cbfef8cd1
[ "MIT" ]
2
2017-10-17T10:32:01.000Z
2019-11-11T07:23:54.000Z
/* * ProceduralAlgorithm.h * * Created on: Jul 15, 2016 * Author: toe */ #ifndef PROCEDURALALGORITHM_H_ #define PROCEDURALALGORITHM_H_ #include <fstream> #include "Evaluation_IF.h" #include "Genome_IF.h" #include "Grammar_IF.h" #include "Mutation_IF.h" #include "Population_IF.h" #include "Recombination_IF...
23.982533
194
0.694465
[ "geometry", "vector" ]
98ed4e79468251eae0f1187c109b819224e0d99e
5,106
h
C
ants/lib/antsRegistrationCommandIterationUpdate.h
ncullen93/ANTsPy
a4c990dcd5b7445a45ce7b366ee018c7350e7d9f
[ "Apache-2.0" ]
3
2018-06-07T19:11:47.000Z
2019-06-10T05:24:06.000Z
ants/lib/antsRegistrationCommandIterationUpdate.h
ncullen93/ANTsPy
a4c990dcd5b7445a45ce7b366ee018c7350e7d9f
[ "Apache-2.0" ]
null
null
null
ants/lib/antsRegistrationCommandIterationUpdate.h
ncullen93/ANTsPy
a4c990dcd5b7445a45ce7b366ee018c7350e7d9f
[ "Apache-2.0" ]
1
2019-04-04T06:18:44.000Z
2019-04-04T06:18:44.000Z
#ifndef antsRegistrationCommandIterationUpdate__h_ #define antsRegistrationCommandIterationUpdate__h_ namespace ants { /** \class antsRegistrationCommandIterationUpdate * \brief change parameters between iterations of registration */ template <class TFilter> class antsRegistrationCommandIterationUpdate : public itk...
39.890625
159
0.648061
[ "object", "vector" ]
98f66fe71a170cec362aabdd840b54cf9d07074d
3,813
h
C
src/rl/sg/fcl/Shape.h
Broekman/rl
285a7adab0bca3aa4ce4382bf5385f5b0626f10e
[ "BSD-2-Clause" ]
568
2015-01-23T03:38:45.000Z
2022-03-30T16:12:56.000Z
src/rl/sg/fcl/Shape.h
Broekman/rl
285a7adab0bca3aa4ce4382bf5385f5b0626f10e
[ "BSD-2-Clause" ]
53
2016-03-23T13:16:47.000Z
2022-03-17T05:58:06.000Z
src/rl/sg/fcl/Shape.h
Broekman/rl
285a7adab0bca3aa4ce4382bf5385f5b0626f10e
[ "BSD-2-Clause" ]
169
2015-01-26T12:59:41.000Z
2022-03-29T13:44:54.000Z
// // Copyright (c) 2009, Markus Rickert // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright notice, // this list of condit...
31.254098
170
0.708891
[ "geometry", "object", "shape", "vector", "transform" ]
98fd4bf62291cb4ed7fd22344189a31dc93dfbd9
2,172
h
C
chrome/browser/task_manager/sampling/arc_shared_sampler.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
chrome/browser/task_manager/sampling/arc_shared_sampler.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
chrome/browser/task_manager/sampling/arc_shared_sampler.h
iridium-browser/iridium-browser
907e31cf5ce5ad14d832796e3a7c11e496828959
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_TASK_MANAGER_SAMPLING_ARC_SHARED_SAMPLER_H_ #define CHROME_BROWSER_TASK_MANAGER_SAMPLING_ARC_SHARED_SAMPLER_H_ #include <stdint.h>...
31.028571
78
0.77302
[ "vector" ]
c70362324ba2be6af34ac08b2cfa23fe342a2d73
1,694
h
C
chrome/browser/prefetch/prefetch_proxy/chrome_speculation_host_delegate.h
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2020-10-18T02:33:40.000Z
2020-10-18T02:33:40.000Z
chrome/browser/prefetch/prefetch_proxy/chrome_speculation_host_delegate.h
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2021-05-17T16:28:52.000Z
2021-05-21T22:42:22.000Z
chrome/browser/prefetch/prefetch_proxy/chrome_speculation_host_delegate.h
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_PREFETCH_PREFETCH_PROXY_CHROME_SPECULATION_HOST_DELEGATE_H_ #define CHROME_BROWSER_PREFETCH_PREFETCH_PROXY_CHROME_SPECULATION_HOST_...
35.291667
85
0.812279
[ "vector" ]
c70d3f407f503386563772c34ad6aeb0c6253391
9,956
c
C
src/evaltest.c
aiporre/whisk
e07c381bc5d0df4e5dcabd7d75c0c97d0de3ad2c
[ "BSD-3-Clause" ]
4
2016-06-22T14:30:14.000Z
2021-05-15T18:24:58.000Z
src/evaltest.c
aiporre/whisk
e07c381bc5d0df4e5dcabd7d75c0c97d0de3ad2c
[ "BSD-3-Clause" ]
20
2015-09-28T14:43:59.000Z
2020-05-23T00:43:46.000Z
src/evaltest.c
aiporre/whisk
e07c381bc5d0df4e5dcabd7d75c0c97d0de3ad2c
[ "BSD-3-Clause" ]
9
2015-10-12T22:31:39.000Z
2021-09-09T04:44:20.000Z
/* Author: Nathan Clack <clackn@janelia.hhmi.org> * Date : May 2009 * * Copyright 2010 Howard Hughes Medical Institute. * All rights reserved. * Use is subject to Janelia Farm Research Campus Software Copyright 1.1 * license terms (http://license.janelia.org/license/jfrc_copyright_1_1.html). */ #include <stdio...
28.691643
93
0.502411
[ "shape" ]
c70e0d70367dcc0efd7123ad7ff7f83d271560f5
3,862
h
C
arccore/src/base/arccore/base/Functor.h
cedricga91/framework
143eeccb5bf375df4a3f11b888681f84f60380c6
[ "Apache-2.0" ]
16
2021-09-20T12:37:01.000Z
2022-03-18T09:19:14.000Z
arccore/src/base/arccore/base/Functor.h
cedricga91/framework
143eeccb5bf375df4a3f11b888681f84f60380c6
[ "Apache-2.0" ]
66
2021-09-17T13:49:39.000Z
2022-03-30T16:24:07.000Z
arccore/src/base/arccore/base/Functor.h
cedricga91/framework
143eeccb5bf375df4a3f11b888681f84f60380c6
[ "Apache-2.0" ]
11
2021-09-27T16:48:55.000Z
2022-03-23T19:06:56.000Z
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*- //----------------------------------------------------------------------------- // Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com) // See the top-level COPYRIGHT file for details. // SPDX-License-Identifier: Apache-2...
27.985507
83
0.411186
[ "object" ]
c71b90d3298a8311071338cfc084e9a2090a7fd1
1,298
h
C
scheduling/pcb.h
zubernetes/tokaido
8f8156165f3aca74dcd21fcb795b17025a915be0
[ "MIT" ]
null
null
null
scheduling/pcb.h
zubernetes/tokaido
8f8156165f3aca74dcd21fcb795b17025a915be0
[ "MIT" ]
5
2016-03-22T21:21:28.000Z
2016-04-10T23:14:52.000Z
scheduling/pcb.h
zubernetes/tokaido
8f8156165f3aca74dcd21fcb795b17025a915be0
[ "MIT" ]
null
null
null
// pcb.h // // A Linked-List (simple) implementation of the // Process Control Block that simulates the behavior // of different scheduling algorithms. #ifndef PCB_H #define PCB_H /* Required Libraries */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <queue> #include <iostream>...
15.638554
52
0.644838
[ "vector" ]
c71c2936e2d87e365792ee94661a25d311d2ff43
886
h
C
src/fcluster.h
Shao-Group/scallop-umi
85d5d645d36b1fee9088c59db3ee358909276bd8
[ "BSD-3-Clause" ]
1
2021-12-02T15:48:07.000Z
2021-12-02T15:48:07.000Z
src/fcluster.h
Shao-Group/scallop-umi
85d5d645d36b1fee9088c59db3ee358909276bd8
[ "BSD-3-Clause" ]
4
2021-11-23T17:54:56.000Z
2021-12-30T07:17:55.000Z
src/fcluster.h
Shao-Group/scallop2
85d5d645d36b1fee9088c59db3ee358909276bd8
[ "BSD-3-Clause" ]
null
null
null
/* Part of Coral (c) 2019 by Mingfu Shao and The Pennsylvania State University. See LICENSE for licensing. */ #ifndef __FRAGMENT_CLUSTER_H__ #define __FRAGMENT_CLUSTER_H__ #include <vector> #include "path.h" #include "fragment.h" using namespace std; class fcluster { public: vector<fragment*> fset; // set of fra...
23.315789
68
0.714447
[ "vector" ]
c71fb73601df1a0e039b96b02d057fa25133efa5
2,834
h
C
data/AGNC-Lab_Quad/multithreaded/control/MatricesAndVectors.h
khairulislam/phys
fc702520fcd3b23022b9253e7d94f878978b4500
[ "MIT" ]
null
null
null
data/AGNC-Lab_Quad/multithreaded/control/MatricesAndVectors.h
khairulislam/phys
fc702520fcd3b23022b9253e7d94f878978b4500
[ "MIT" ]
null
null
null
data/AGNC-Lab_Quad/multithreaded/control/MatricesAndVectors.h
khairulislam/phys
fc702520fcd3b23022b9253e7d94f878978b4500
[ "MIT" ]
null
null
null
#ifndef FSW_CONTROL_MATRICESANDVECTORS_H #define FSW_CONTROL_MATRICESANDVECTORS_H #include <Eigen/Dense> using Eigen::Matrix; // Structures // struct Mat3x3{ // double M[3][3]; // }; // struct Mat4x4{ // double M[4][4]; // }; // struct Vec4{ // double v[4]; // }; // struct Vec3{ // double v[3...
26.485981
101
0.59139
[ "vector" ]
a65baa6f2c77f28d82b0635893b44e4124313e29
30,818
h
C
sumi-mpi/mpi_api.h
calewis/sst-macro
067a2cb9f1606b652396b5dda6093096e5bcf2d7
[ "BSD-Source-Code" ]
1
2020-04-20T08:23:30.000Z
2020-04-20T08:23:30.000Z
sumi-mpi/mpi_api.h
calewis/sst-macro
067a2cb9f1606b652396b5dda6093096e5bcf2d7
[ "BSD-Source-Code" ]
6
2020-04-20T08:22:20.000Z
2020-05-15T09:39:59.000Z
sumi-mpi/mpi_api.h
calewis/sst-macro
067a2cb9f1606b652396b5dda6093096e5bcf2d7
[ "BSD-Source-Code" ]
null
null
null
/** Copyright 2009-2020 National Technology and Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA-0003525, the U.S. Government retains certain rights in this software. Sandia National Laboratories is a multimission laboratory managed and operated by National Technology and Engineering ...
33.425163
115
0.691576
[ "vector" ]
a677257c23912f4909ef3c8b67af822d942e4e14
893
h
C
inst/include/sourcetools/parse/ParseStatus.h
kevinushey/sourcetools
15263b7dcad552b007d1a1f2367c2482872faece
[ "MIT" ]
72
2016-02-12T16:56:14.000Z
2022-03-11T14:08:25.000Z
inst/include/sourcetools/parse/ParseStatus.h
kevinushey/parsr
15263b7dcad552b007d1a1f2367c2482872faece
[ "MIT" ]
21
2016-02-05T02:21:45.000Z
2021-07-06T23:29:29.000Z
inst/include/sourcetools/parse/ParseStatus.h
kevinushey/parsr
15263b7dcad552b007d1a1f2367c2482872faece
[ "MIT" ]
7
2016-02-12T16:56:17.000Z
2018-11-08T18:06:05.000Z
#ifndef SOURCETOOLS_PARSE_PARSE_STATUS_H #define SOURCETOOLS_PARSE_PARSE_STATUS_H #include <sourcetools/collection/Position.h> #include <sourcetools/parse/ParseError.h> namespace sourcetools { namespace parser { class ParseNode; class ParseStatus { typedef collections::Position Position; public: ParseStatus()...
18.22449
56
0.714446
[ "vector" ]
a67a27e8c3e28fff4ee4a9efd943558e0a0d8f01
6,736
c
C
rtdb/kogmo_rtdb_housekeeping.c
mischumok/kogmo-rtdb
c64eabb4f78ebd15186301576c4ea07157f3ce5d
[ "Apache-2.0" ]
1
2021-04-09T08:55:07.000Z
2021-04-09T08:55:07.000Z
rtdb/kogmo_rtdb_housekeeping.c
mischumok/kogmo-rtdb
c64eabb4f78ebd15186301576c4ea07157f3ce5d
[ "Apache-2.0" ]
null
null
null
rtdb/kogmo_rtdb_housekeeping.c
mischumok/kogmo-rtdb
c64eabb4f78ebd15186301576c4ea07157f3ce5d
[ "Apache-2.0" ]
null
null
null
/* KogMo-RTDB: Real-time Database for Cognitive Automobiles * Copyright (c) 2003-2007 Matthias Goebl <matthias.goebl*goebl.net> * Lehrstuhl fuer Realzeit-Computersysteme (RCS) * Technische Universitaet Muenchen (TUM) * Licensed under the Apache License Version 2.0. */ /*! \file kogmo_rtdb_housekeeping.c *...
36.215054
113
0.606888
[ "object" ]
a67a682af7eab4340617a8bc49c905c8d29fd3d7
3,976
h
C
Collisions/include/Debug/OgreBulletCollisionsDebugDrawer.h
abraha2d/ogrebullet
36b6e7255d72b58de459b429e629f64af458a8ac
[ "MIT" ]
null
null
null
Collisions/include/Debug/OgreBulletCollisionsDebugDrawer.h
abraha2d/ogrebullet
36b6e7255d72b58de459b429e629f64af458a8ac
[ "MIT" ]
null
null
null
Collisions/include/Debug/OgreBulletCollisionsDebugDrawer.h
abraha2d/ogrebullet
36b6e7255d72b58de459b429e629f64af458a8ac
[ "MIT" ]
null
null
null
/*************************************************************************** This source file is part of OGREBULLET (Object-oriented Graphics Rendering Engine Bullet Wrapper) For the latest info, see http://www.ogre3d.org/phpBB2addons/viewforum.php?f=10 Copyright (c) 2007 tuan.kuranes@gmail.com (Use it Freely, even S...
41.416667
110
0.685111
[ "object" ]
a689becb6ef7490b8b0e398bc689c077549c0b40
5,404
h
C
Asap-3.8.4/Basics/Vec.h
auag92/n2dm
03403ef8da303b79478580ae76466e374ec9da60
[ "MIT" ]
1
2021-10-19T11:35:34.000Z
2021-10-19T11:35:34.000Z
Asap-3.8.4/Basics/Vec.h
auag92/n2dm
03403ef8da303b79478580ae76466e374ec9da60
[ "MIT" ]
null
null
null
Asap-3.8.4/Basics/Vec.h
auag92/n2dm
03403ef8da303b79478580ae76466e374ec9da60
[ "MIT" ]
3
2016-07-18T19:22:48.000Z
2021-07-06T03:06:42.000Z
// -*- C++ -*- // Vec.h: Vectors in three-dimensional space, i.e. three doubles. // // Copyright (C) 2001-2011 Jakob Schiotz and Center for Individual // Nanoparticle Functionality, Department of Physics, Technical // University of Denmark. Email: schiotz@fysik.dtu.dk // // This file is part of Asap version 3. // Asap...
25.980769
73
0.628793
[ "vector" ]
a6902108738d7116f3faaa523336d6e834cce9b3
2,518
h
C
dist/linux/genometools/src/extended/match_sw_api.h
thmourikis/erv_annotator
448b2dfc2972f9bf4e743df36fe0232813590fec
[ "MIT" ]
null
null
null
dist/linux/genometools/src/extended/match_sw_api.h
thmourikis/erv_annotator
448b2dfc2972f9bf4e743df36fe0232813590fec
[ "MIT" ]
1
2018-09-30T00:45:55.000Z
2018-09-30T00:45:55.000Z
dist/linux/genometools/src/extended/match_sw_api.h
thmourikis/erv_annotator
448b2dfc2972f9bf4e743df36fe0232813590fec
[ "MIT" ]
null
null
null
/* Copyright (c) 2012 Sascha Steinbiss <steinbiss@zbh.uni-hamburg.de> Copyright (c) 2012 Center for Bioinformatics, University of Hamburg Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this perm...
44.964286
79
0.682288
[ "object" ]
a6a1336258cb4becbeb56532c75af390449d4d0c
7,706
h
C
devel/include/shape_msgs/SolidPrimitive.h
hyu-nani/ydlidar_ws
56316db999c057c4315a20ba8277826d6a043120
[ "MIT" ]
1
2021-11-08T12:24:24.000Z
2021-11-08T12:24:24.000Z
devel/include/shape_msgs/SolidPrimitive.h
hyu-nani/ydlidar_ws
56316db999c057c4315a20ba8277826d6a043120
[ "MIT" ]
null
null
null
devel/include/shape_msgs/SolidPrimitive.h
hyu-nani/ydlidar_ws
56316db999c057c4315a20ba8277826d6a043120
[ "MIT" ]
null
null
null
// Generated by gencpp from file shape_msgs/SolidPrimitive.msg // DO NOT EDIT! #ifndef SHAPE_MSGS_MESSAGE_SOLIDPRIMITIVE_H #define SHAPE_MSGS_MESSAGE_SOLIDPRIMITIVE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #in...
23.638037
144
0.722035
[ "shape", "vector" ]
a6a696018e2e4da685b654e845774416778dc2d5
752
h
C
code/utility/viewmodel/commands/RubberCommand.h
flyoob/Trabecula
d09fbe6685d56102af7e4626e562130811d78df0
[ "BSD-2-Clause" ]
null
null
null
code/utility/viewmodel/commands/RubberCommand.h
flyoob/Trabecula
d09fbe6685d56102af7e4626e562130811d78df0
[ "BSD-2-Clause" ]
1
2018-07-08T09:13:42.000Z
2018-07-08T09:13:42.000Z
code/utility/viewmodel/commands/RubberCommand.h
flyoob/Trabecula
d09fbe6685d56102af7e4626e562130811d78df0
[ "BSD-2-Clause" ]
7
2018-02-08T08:00:30.000Z
2021-02-06T14:19:03.000Z
//////////////////////////////////////////////////////////////////////////////// #pragma once //////////////////////////////////////////////////////////////////////////////// template <class TViewModel> class RubberCommand : public ICommandBase { public: RubberCommand(TViewModel* pVM) throw() : m_pVM(pVM) ...
22.787879
82
0.428191
[ "vector" ]
a6a71582857072d4c07fcc5d15fb7aaf0d5ffaaa
42,565
c
C
wgrib2-v0.1.9.4/extensions/lats/lats.c
jprules321/colas
2757d5c077c3306d510488a0134ac4120e2d3fa0
[ "MIT" ]
null
null
null
wgrib2-v0.1.9.4/extensions/lats/lats.c
jprules321/colas
2757d5c077c3306d510488a0134ac4120e2d3fa0
[ "MIT" ]
null
null
null
wgrib2-v0.1.9.4/extensions/lats/lats.c
jprules321/colas
2757d5c077c3306d510488a0134ac4120e2d3fa0
[ "MIT" ]
null
null
null
/* * Include ./configure's header file */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <string.h> /* -*-Mode: C;-*- * Module: LATS user API * * Copyright: 1996, Regents of the University of California * This software may not be distributed to others without * permission of the author. * *...
30.88897
226
0.645014
[ "vector", "model" ]
a6b0ec3356de31fffe4d327b2b9c35f632ab0b74
2,824
h
C
aws-cpp-sdk-transcribestreaming/include/aws/transcribestreaming/model/AudioEvent.h
crazecdwn/aws-sdk-cpp
e74b9181a56e82ee04cf36a4cb31686047f4be42
[ "Apache-2.0" ]
1
2019-10-10T20:58:44.000Z
2019-10-10T20:58:44.000Z
aws-cpp-sdk-transcribestreaming/include/aws/transcribestreaming/model/AudioEvent.h
novaquark/aws-sdk-cpp
a0969508545bec9ae2864c9e1e2bb9aff109f90c
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-transcribestreaming/include/aws/transcribestreaming/model/AudioEvent.h
novaquark/aws-sdk-cpp
a0969508545bec9ae2864c9e1e2bb9aff109f90c
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
33.619048
133
0.690864
[ "vector", "model" ]
a6b7e978fd10b277ad5ee53766d9717e1be81dab
3,404
h
C
include/sp2/script/bindingClass.h
daid/SeriousProton2
6cc9c2291ea63ffc82427ed82f51a84611f7f45c
[ "MIT" ]
8
2018-01-26T20:21:08.000Z
2021-08-30T20:28:43.000Z
include/sp2/script/bindingClass.h
daid/SeriousProton2
6cc9c2291ea63ffc82427ed82f51a84611f7f45c
[ "MIT" ]
7
2018-10-28T14:52:25.000Z
2020-12-28T19:59:04.000Z
include/sp2/script/bindingClass.h
daid/SeriousProton2
6cc9c2291ea63ffc82427ed82f51a84611f7f45c
[ "MIT" ]
7
2017-05-27T16:33:37.000Z
2022-02-18T14:07:17.000Z
#ifndef SP2_SCRIPT_BINDING_CLASS_H #define SP2_SCRIPT_BINDING_CLASS_H #include <sp2/pointer.h> #include <sp2/string.h> #include <sp2/script/luaBindings.h> #include <sp2/logging.h> #include <sp2/attributes.h> namespace sp { namespace script { class Callback; class BindingObject; class BindingClass { public: temp...
35.831579
181
0.668331
[ "object" ]
a6b9916de9bc1de18bfbb4d53bffaaee67364f75
2,981
h
C
src/bvh/bvh_build.h
pyrochlore/cycles
8ffcbb723843ff0544a4898308c8f4ef9f4ded21
[ "Apache-2.0" ]
1
2015-03-15T00:17:33.000Z
2015-03-15T00:17:33.000Z
src/bvh/bvh_build.h
pyrochlore/cycles
8ffcbb723843ff0544a4898308c8f4ef9f4ded21
[ "Apache-2.0" ]
null
null
null
src/bvh/bvh_build.h
pyrochlore/cycles
8ffcbb723843ff0544a4898308c8f4ef9f4ded21
[ "Apache-2.0" ]
null
null
null
/* * Adapted from code copyright 2009-2010 NVIDIA Corporation * Modifications Copyright 2011, Blender Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache...
24.841667
88
0.754445
[ "mesh", "object", "vector" ]
a6c8699b5b74ff8f785dbf43ef13ac80a4ba7559
1,743
h
C
src/public/src/FM7/util/lib/fm7lib.h
rothberg-cmu/rothberg-run
a42df5ca9fae97de77753864f60d05295d77b59f
[ "MIT" ]
1
2019-08-10T00:24:09.000Z
2019-08-10T00:24:09.000Z
src/public/src/FM7/util/lib/fm7lib.h
rothberg-cmu/rothberg-run
a42df5ca9fae97de77753864f60d05295d77b59f
[ "MIT" ]
null
null
null
src/public/src/FM7/util/lib/fm7lib.h
rothberg-cmu/rothberg-run
a42df5ca9fae97de77753864f60d05295d77b59f
[ "MIT" ]
2
2019-05-01T03:11:10.000Z
2019-05-01T03:30:35.000Z
#ifndef FM7LIB_IS_INCLUDED #define FM7LIB_IS_INCLUDED /* { */ #include <vector> #include <string> class FM7File { public: enum { FTYPE_BASIC_BINARY, FTYPE_BASIC_ASCII, FTYPE_BINARY, FTYPE_DATA_BINARY, // I don't know if such a data type exists. This constant is for more like a reservation in the future. I...
22.636364
149
0.708548
[ "vector" ]
a6d63b548ba3022fe347563173946b7b70589e93
4,860
c
C
sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56996_a0/bcm56996_a0_lta_bcmltx_field_demux_tnl_ipv6_decap_emt_src_ipv6u_upperf_0_xfrm_handler.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56996_a0/bcm56996_a0_lta_bcmltx_field_demux_tnl_ipv6_decap_emt_src_ipv6u_upperf_0_xfrm_handler.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.20/libs/sdklt/bcmlta/bcmltx/bcm56996_a0/bcm56996_a0_lta_bcmltx_field_demux_tnl_ipv6_decap_emt_src_ipv6u_upperf_0_xfrm_handler.c
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
/******************************************************************************* * * DO NOT EDIT THIS FILE! * This file is auto-generated by fltg from Logical Table mapping files. * * Tool: $SDK/INTERNAL/fltg/bin/fltg * * Edits to this file will be lost when it is regenerated. * * This license is set out in ht...
39.836066
134
0.770165
[ "transform" ]
a6e6c385f5d54dcb2c10257c135c49badeba978d
767
h
C
src/solver/ark/mass.h
Abhisheknishant/Flint
441beab56d21e4069b858ae6588fa0fa3084d722
[ "MIT" ]
9
2015-09-07T05:33:50.000Z
2022-01-07T03:35:08.000Z
src/solver/ark/mass.h
Abhisheknishant/Flint
441beab56d21e4069b858ae6588fa0fa3084d722
[ "MIT" ]
27
2018-03-19T02:10:06.000Z
2021-12-09T08:20:51.000Z
src/solver/ark/mass.h
Abhisheknishant/Flint
441beab56d21e4069b858ae6588fa0fa3084d722
[ "MIT" ]
6
2019-03-26T00:32:03.000Z
2021-03-11T23:21:42.000Z
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- vim:set ts=4 sw=4 sts=4 noet: */ #ifndef FLINT_SOLVER_ARK_MASS_H_ #define FLINT_SOLVER_ARK_MASS_H_ #include <memory> #include <utility> #include <vector> #include <arkode/arkode_direct.h> namespace flint { class Processor; namespace solver ...
16.319149
107
0.702738
[ "vector" ]
a6ec99edbdd4c0643bd194fb5132160d40fbca7a
6,434
h
C
JIT Compiler.h
ncortiz/Cool-gists
ed824e6954a19f936a361231a0cdd67a61bc521e
[ "MIT" ]
null
null
null
JIT Compiler.h
ncortiz/Cool-gists
ed824e6954a19f936a361231a0cdd67a61bc521e
[ "MIT" ]
null
null
null
JIT Compiler.h
ncortiz/Cool-gists
ed824e6954a19f936a361231a0cdd67a61bc521e
[ "MIT" ]
null
null
null
/* This code is a simple example of a program that can encode x86 instructions and run them on runtime (Just in time compiler technically). Code below works (I think) and generates x86 instructions for a bunch of simple math operations and puts them in virtual memory space of function which then gets called with one of...
26.154472
171
0.692104
[ "vector" ]
a6edf8cc901df2a6f4d0a2bd10e56f95bb108707
2,906
h
C
common/cdna/GencodeGFFReader.h
mchaisso/blasr
044b97e6e581a936d93e8226b25ac44aebf3c9da
[ "BSD-3-Clause" ]
17
2015-05-05T12:41:15.000Z
2021-03-24T05:50:58.000Z
common/cdna/GencodeGFFReader.h
EichlerLab/blasr
c9bced1fedfb026b4992e2b49e4ffa0f107819ea
[ "BSD-3-Clause" ]
6
2015-07-07T14:01:00.000Z
2021-04-17T07:53:12.000Z
common/cdna/GencodeGFFReader.h
EichlerLab/blasr
c9bced1fedfb026b4992e2b49e4ffa0f107819ea
[ "BSD-3-Clause" ]
10
2015-01-22T19:27:40.000Z
2022-02-17T06:43:01.000Z
#ifndef CDNA_GENCODE_GFF_READER_H_ #define CDNA_GENCODE_GFF_READER_H_ #include "GencodeGFFEntry.h" #include "utils/StringUtils.h" template<typename T_Value> void StringToValue(string valueStr, T_Value &value) { stringstream strm(valueStr); strm >> value; } void StringToValue(string valueStr, string &value) { /...
28.772277
359
0.632485
[ "vector" ]
a6f2da4c6a2866c66b62ccebf9575bbf383c6544
2,434
h
C
laneDetection.h
xiaorun2345/laneDetction
5f3aed996542c4eb2ab33ed7ca7a0b16bc8618d6
[ "MIT" ]
null
null
null
laneDetection.h
xiaorun2345/laneDetction
5f3aed996542c4eb2ab33ed7ca7a0b16bc8618d6
[ "MIT" ]
null
null
null
laneDetection.h
xiaorun2345/laneDetction
5f3aed996542c4eb2ab33ed7ca7a0b16bc8618d6
[ "MIT" ]
null
null
null
#pragma once #include <opencv2/opencv.hpp> #include <vector> #include <algorithm> #include <Eigen/Dense> #include "math.h" using namespace cv; using namespace std; using namespace Eigen; class laneDetection { private: Mat perspectiveMatrix; Mat oriImage; //The original input image. Mat edgeImage; // The r...
34.771429
120
0.716927
[ "vector" ]
a6fa7bf4a1babd696e09bd8fa9395f4755c3bdaa
4,394
h
C
src/ColourPalette.h
James-Oldfield/ofxAlbers
6ce7c08838f478b43c039b60b3fc03d1dfb6a6f4
[ "MIT" ]
1
2019-08-06T13:01:40.000Z
2019-08-06T13:01:40.000Z
src/ColourPalette.h
james-oldfield/ofxAlbers
6ce7c08838f478b43c039b60b3fc03d1dfb6a6f4
[ "MIT" ]
null
null
null
src/ColourPalette.h
james-oldfield/ofxAlbers
6ce7c08838f478b43c039b60b3fc03d1dfb6a6f4
[ "MIT" ]
null
null
null
/** * @class ColourPalette * @brief Top of the inheritance chain, describes a colour palette. * @author James Oldfield. */ #ifndef ____ColourPalette__ #define ____ColourPalette__ #include "ofMain.h" using ColVec = vector<ofColor>; using SharedPtrColVec = shared_ptr<ColVec>; class ColourPalette { protected: ...
33.8
107
0.668867
[ "vector" ]
470060a3238cd1060d2344d2227e434c5248c0e9
5,786
h
C
hybridse/src/codegen/type_ir_builder.h
jasleon/OpenMLDB
2f85d12cd8dadd3a1ec822e1f591632341f3b23f
[ "Apache-2.0" ]
2,659
2021-06-07T12:59:15.000Z
2022-03-30T15:29:37.000Z
hybridse/src/codegen/type_ir_builder.h
jasleon/OpenMLDB
2f85d12cd8dadd3a1ec822e1f591632341f3b23f
[ "Apache-2.0" ]
1,396
2021-05-28T09:50:13.000Z
2022-03-31T16:37:49.000Z
hybridse/src/codegen/type_ir_builder.h
jasleon/OpenMLDB
2f85d12cd8dadd3a1ec822e1f591632341f3b23f
[ "Apache-2.0" ]
499
2021-05-31T07:36:48.000Z
2022-03-31T15:10:12.000Z
/* * Copyright 2021 4Paradigm * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
35.716049
80
0.586243
[ "vector" ]
47009bfecc7407a0542ceac66711df0cd3a4797e
26,590
h
C
mi8/drivers/gpu/drm/msm/dsi-staging/dsi_ctrl.h
wqk317/mi8_kernel_source
e3482d1a7ea6021de2fc8f3178496b4b043bb727
[ "MIT" ]
null
null
null
mi8/drivers/gpu/drm/msm/dsi-staging/dsi_ctrl.h
wqk317/mi8_kernel_source
e3482d1a7ea6021de2fc8f3178496b4b043bb727
[ "MIT" ]
null
null
null
mi8/drivers/gpu/drm/msm/dsi-staging/dsi_ctrl.h
wqk317/mi8_kernel_source
e3482d1a7ea6021de2fc8f3178496b4b043bb727
[ "MIT" ]
1
2020-03-28T11:26:15.000Z
2020-03-28T11:26:15.000Z
/* * Copyright (c) 2015-2018, The Linux Foundation. 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 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in ...
33.488665
80
0.713163
[ "object" ]
4726086f91022f1c878853365dd1913b9c8a5065
963
h
C
shell/themes/themeui/screensaverpg.h
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
shell/themes/themeui/screensaverpg.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
shell/themes/themeui/screensaverpg.h
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*****************************************************************************\ FILE: ScreenSaverPg.cpp DESCRIPTION: This file contains the COM object implementation that will display the ScreenSaver tab in the Display Control Panel. 18-Feb-94 (Tracy Sharpe) Added power management fun...
37.038462
103
0.561786
[ "object" ]
4729bd208696af18bc188d6fb2f2faa561acffc8
3,483
h
C
include/ICollisionGeometry.h
aggieblue92/IndigoFrost-Physics
9cc35397ee5ee38a55d8d09d5038436edf26d5c1
[ "MIT" ]
null
null
null
include/ICollisionGeometry.h
aggieblue92/IndigoFrost-Physics
9cc35397ee5ee38a55d8d09d5038436edf26d5c1
[ "MIT" ]
null
null
null
include/ICollisionGeometry.h
aggieblue92/IndigoFrost-Physics
9cc35397ee5ee38a55d8d09d5038436edf26d5c1
[ "MIT" ]
null
null
null
/* This source file is part of the Indigo Frost physics engine The MIT License (MIT) Copyright (c) 2014 Kamaron Peterson (aggieblue92) 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...
36.663158
155
0.756819
[ "geometry", "object", "vector" ]
472ae92dd16285c7d5e30d4d973a728e2f427a91
2,470
h
C
cms/include/alibabacloud/cms/model/DescribeAlarmsRequest.h
sdk-team/aliyun-openapi-cpp-sdk
d0e92f6f33126dcdc7e40f60582304faf2c229b7
[ "Apache-2.0" ]
3
2020-01-06T08:23:14.000Z
2022-01-22T04:41:35.000Z
cms/include/alibabacloud/cms/model/DescribeAlarmsRequest.h
sdk-team/aliyun-openapi-cpp-sdk
d0e92f6f33126dcdc7e40f60582304faf2c229b7
[ "Apache-2.0" ]
null
null
null
cms/include/alibabacloud/cms/model/DescribeAlarmsRequest.h
sdk-team/aliyun-openapi-cpp-sdk
d0e92f6f33126dcdc7e40f60582304faf2c229b7
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2009-2017 Alibaba Cloud 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...
31.666667
81
0.719433
[ "vector", "model" ]
472dcf8d03fdfdb7e055b868f43a736e89eb62a0
1,303
h
C
Command/Editor/Document.h
chosti34/ood
3d74b5253f667d3de1ee610fb7509cf3015ea79c
[ "MIT" ]
null
null
null
Command/Editor/Document.h
chosti34/ood
3d74b5253f667d3de1ee610fb7509cf3015ea79c
[ "MIT" ]
9
2018-02-09T06:12:29.000Z
2018-06-06T06:26:40.000Z
Command/Editor/Document.h
chosti34/ood
3d74b5253f667d3de1ee610fb7509cf3015ea79c
[ "MIT" ]
null
null
null
#pragma once #include "IDocument.h" #include "ICommandManager.h" #include "ImageFileStorage.h" #include <vector> class Document : public IDocument { public: Document(const std::string& title, const std::shared_ptr<IImageFileStorage>& storage = std::make_shared<ImageFileStorage>("images")); void InsertParagraph(c...
31.780488
119
0.777437
[ "vector" ]
4742fb5a54029b3d1ad2ebd5f7250f4fc103b189
569
h
C
utshp.h
gwentruong/utshp
bcd6da73678bc1609b41cc99f9bcf21a741f8703
[ "WTFPL" ]
1
2019-02-20T13:47:36.000Z
2019-02-20T13:47:36.000Z
utshp.h
gwentruong/utshp
bcd6da73678bc1609b41cc99f9bcf21a741f8703
[ "WTFPL" ]
null
null
null
utshp.h
gwentruong/utshp
bcd6da73678bc1609b41cc99f9bcf21a741f8703
[ "WTFPL" ]
1
2019-02-20T08:58:02.000Z
2019-02-20T08:58:02.000Z
#ifndef __UTSHP_H #define __UTSHP_H typedef struct record { int num; int len; int shape_type; void *shape; struct record *next; } Record; int parse_header(FILE *fp); void parse_int32(unsigned char *buf, int *p, int n, int big_endian); void ...
25.863636
75
0.611599
[ "shape" ]
474a6aeb31fabc27b4fc4817f304afc4079450cd
11,124
h
C
palacios/include/palacios/vmcb.h
jnouyang/palacios
e06aee743c38e53901d2e80590d687e5b93f93f2
[ "BSD-3-Clause" ]
1
2015-07-14T01:02:15.000Z
2015-07-14T01:02:15.000Z
palacios/include/palacios/vmcb.h
jnouyang/palacios
e06aee743c38e53901d2e80590d687e5b93f93f2
[ "BSD-3-Clause" ]
null
null
null
palacios/include/palacios/vmcb.h
jnouyang/palacios
e06aee743c38e53901d2e80590d687e5b93f93f2
[ "BSD-3-Clause" ]
null
null
null
/* * This file is part of the Palacios Virtual Machine Monitor developed * by the V3VEE Project with funding from the United States National * Science Foundation and the Department of Energy. * * The V3VEE Project is a joint project between Northwestern University * and the University of New Mexico. You can ...
30.310627
115
0.58621
[ "vector" ]
812748270197fa3f8b010582d3125cfe986e35d7
2,433
h
C
include/rtc_rtp_sender.h
dkubrakov/libwebrtc
955b4c1e082f8bff7d82706c6cc82b91cf038527
[ "MIT" ]
1
2021-02-03T07:53:25.000Z
2021-02-03T07:53:25.000Z
include/rtc_rtp_sender.h
dkubrakov/libwebrtc
955b4c1e082f8bff7d82706c6cc82b91cf038527
[ "MIT" ]
null
null
null
include/rtc_rtp_sender.h
dkubrakov/libwebrtc
955b4c1e082f8bff7d82706c6cc82b91cf038527
[ "MIT" ]
null
null
null
#ifndef LIBWEBRTC_RTC_RTP_SENDER_HXX #define LIBWEBRTC_RTC_RTP_SENDER_HXX #include "rtc_media_track.h" #include "rtc_types.h" namespace libwebrtc { enum MediaType { MEDIA_TYPE_AUDIO, MEDIA_TYPE_VIDEO, MEDIA_TYPE_DATA }; struct RtpHeaderExtensionParameters { public: char uri[kMaxStringLength]{};...
25.082474
85
0.639129
[ "vector" ]
8128c229894680c3f1e321fc34c045fc6a5a76f5
13,977
h
C
src/mixer/mixer.application.h
3dhater/mixer
52dca419de53abf3b61acd020c2fc9a52bce2255
[ "libpng-2.0" ]
null
null
null
src/mixer/mixer.application.h
3dhater/mixer
52dca419de53abf3b61acd020c2fc9a52bce2255
[ "libpng-2.0" ]
null
null
null
src/mixer/mixer.application.h
3dhater/mixer
52dca419de53abf3b61acd020c2fc9a52bce2255
[ "libpng-2.0" ]
null
null
null
#ifndef _MI_APP_H_ #define _MI_APP_H_ #include "mixer.sdkImpl.h" constexpr f32 g_leftPanelWidth = 24.f; constexpr f32 g_topPanelHeight = 24.f; constexpr f32 g_rightPanelWidth = 225.f; constexpr f32 g_rightPanelButtonWidth = 24.f; constexpr f32 g_bottomPanelHeight = 50.f; #define miViewportBorderSize 1.f #define mi...
29.179541
114
0.793518
[ "object", "vector" ]
813b80aa87cb47c913a47abc3328c07403836705
20,352
c
C
software/mesa/src/gallium/drivers/ilo/ilo_render_dynamic.c
dhanna11/OpenGPU
ab2f01253bba311e082dfae695b9e70138de75d4
[ "Apache-2.0" ]
7
2019-09-04T03:44:26.000Z
2022-01-06T02:54:24.000Z
software/mesa/src/gallium/drivers/ilo/ilo_render_dynamic.c
dhanna11/OpenGPU
ab2f01253bba311e082dfae695b9e70138de75d4
[ "Apache-2.0" ]
null
null
null
software/mesa/src/gallium/drivers/ilo/ilo_render_dynamic.c
dhanna11/OpenGPU
ab2f01253bba311e082dfae695b9e70138de75d4
[ "Apache-2.0" ]
3
2021-06-11T23:53:38.000Z
2021-08-31T03:18:34.000Z
/* * Mesa 3-D graphics library * * Copyright (C) 2012-2014 LunarG, Inc. * * 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 right...
33.584158
90
0.634778
[ "render" ]
81451337abffe64c8d6b6aaa78d7e1d1ffe1ce6a
621
h
C
algorithms/sort/comparison/selection/selection.h
gau0522/Algorithms-DataStructures
c6a262bc582b6b2a3cd0394c25cc1efd9ed1f3ed
[ "MIT" ]
null
null
null
algorithms/sort/comparison/selection/selection.h
gau0522/Algorithms-DataStructures
c6a262bc582b6b2a3cd0394c25cc1efd9ed1f3ed
[ "MIT" ]
null
null
null
algorithms/sort/comparison/selection/selection.h
gau0522/Algorithms-DataStructures
c6a262bc582b6b2a3cd0394c25cc1efd9ed1f3ed
[ "MIT" ]
null
null
null
#ifndef SELECTION_H_INCLUDED #define SELECTION_H_INCLUDED #include <vector> #include <iostream> #include <bits/stdc++.h> #include "utils/basic.h" void selection_sort( std::vector<int> &arr, int n){ for(int i=0; i<n; i++){ int min_index=-1; int min_v=INT_MAX; ...
21.413793
62
0.52818
[ "vector" ]
81479c7a20d7bbeeecae8acbcd23373598459f3b
28,463
c
C
vector-clocks/vectorClocks.c
108bots/Archives
8ada367fd83cc5e699ab48e9c6edf586ccbb219b
[ "MIT" ]
null
null
null
vector-clocks/vectorClocks.c
108bots/Archives
8ada367fd83cc5e699ab48e9c6edf586ccbb219b
[ "MIT" ]
null
null
null
vector-clocks/vectorClocks.c
108bots/Archives
8ada367fd83cc5e699ab48e9c6edf586ccbb219b
[ "MIT" ]
null
null
null
/* Vector Clocks Program Authors : Hemanth Srinivasan Year: 2007 */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <strings.h> #include <netdb.h> #include <sys/types.h> #include <netinet/in.h> #include <sys/socket.h> #include <arpa/nameser.h>...
25.619262
155
0.552612
[ "vector" ]
81491a56f898223fbc3e71dd0d1a987bd3b7e6a6
930
h
C
rGWB/csmapto3d.h
mfernba/rGWB
346de75519b1752c1ac9bea8ad7e5526096506ca
[ "MIT" ]
10
2017-11-23T14:14:04.000Z
2022-03-14T20:22:30.000Z
rGWB/csmapto3d.h
mfernba/rGWB
346de75519b1752c1ac9bea8ad7e5526096506ca
[ "MIT" ]
null
null
null
rGWB/csmapto3d.h
mfernba/rGWB
346de75519b1752c1ac9bea8ad7e5526096506ca
[ "MIT" ]
1
2020-11-30T14:35:09.000Z
2020-11-30T14:35:09.000Z
// Array de array 3D... #include "csmfwddecl.hxx" #include "csmapto3d.hxx" #ifdef __cplusplus extern "C" { #endif DLL_RGWB CONSTRUCTOR(csmArrPoint3D *, csmArrPoint3D_new, (unsigned long no_elems)); DLL_RGWB CONSTRUCTOR(csmArrPoint3D *, csmArrPoint3D_copy, (const csmArrPoint3D *array)); DLL_RGWB void c...
30
113
0.764516
[ "3d" ]