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
3e59a2b85e5b329612aae6bedf45bd084985225a
689
h
C
TrollDataTest/TrollDataTest/SimulationManager.h
Death1942/TrollProject
9c9c1ca5583528358816696e014f6c4914b45e86
[ "MIT" ]
null
null
null
TrollDataTest/TrollDataTest/SimulationManager.h
Death1942/TrollProject
9c9c1ca5583528358816696e014f6c4914b45e86
[ "MIT" ]
null
null
null
TrollDataTest/TrollDataTest/SimulationManager.h
Death1942/TrollProject
9c9c1ca5583528358816696e014f6c4914b45e86
[ "MIT" ]
null
null
null
#pragma once #include "ConfigManager.h" #include "Knight.h" #include "Archer.h" #include "Troll.h" #include <vector> class SimulationManager { public: SimulationManager(); SimulationManager(ConfigManager &currentManager); ~SimulationManager(); void SetUpSimulation(); void StartSimulation(); bool SimulationRunn...
21.53125
72
0.777939
[ "vector" ]
3e59f85ded0f8d09b282154090080bc5cc60ce4f
286,095
c
C
decompiled_scripts/re_getaway_driver.c
gtapwn/GTA-V-Decompiled-Scripts
43ed1f703af78ffb4e0263a88b9b9655f64d49c2
[ "Unlicense" ]
null
null
null
decompiled_scripts/re_getaway_driver.c
gtapwn/GTA-V-Decompiled-Scripts
43ed1f703af78ffb4e0263a88b9b9655f64d49c2
[ "Unlicense" ]
null
null
null
decompiled_scripts/re_getaway_driver.c
gtapwn/GTA-V-Decompiled-Scripts
43ed1f703af78ffb4e0263a88b9b9655f64d49c2
[ "Unlicense" ]
1
2021-02-06T16:12:31.000Z
2021-02-06T16:12:31.000Z
#region Local Var int iLocal_0 = 0; var uLocal_1 = 0; var uLocal_2 = 0; var uLocal_3 = 0; int iLocal_4 = 0; int iLocal_5 = 0; int iLocal_6 = 0; int iLocal_7 = 0; int iLocal_8 = 0; int iLocal_9 = 0; int iLocal_10 = 0; int iLocal_11 = 0; int iLocal_12 = 0; int iLocal_13 = 0; var uLocal_14 = 0; var uLocal_...
21.811009
835
0.613482
[ "vector" ]
3e608868f21af4b0d5c19d17d2a0eb820cc8aef2
1,837
h
C
adressing/MacAddress.h
d-kozak/isa-proj
73c525914a985d631d593985d8f1bb4291f072f3
[ "MIT" ]
null
null
null
adressing/MacAddress.h
d-kozak/isa-proj
73c525914a985d631d593985d8f1bb4291f072f3
[ "MIT" ]
null
null
null
adressing/MacAddress.h
d-kozak/isa-proj
73c525914a985d631d593985d8f1bb4291f072f3
[ "MIT" ]
null
null
null
// // Definition of class representing one Mac address // #ifndef ISA_PROJ_MACADDRESS_H #define ISA_PROJ_MACADDRESS_H #include <iostream> #include <vector> #include "../BaseObject.h" /** * size of MAC address in bytes */ #define MAC_SIZE 6 using namespace std; namespace addressing { /** * Class represe...
22.9625
120
0.588459
[ "object", "vector" ]
3e716cb834934dd27d6aa37b247be24db0893558
5,176
h
C
api/api_autogen/variable_graph.h
nickdiorio/SAM
4288d4261f4f88f44106867b561b81c2ba480c85
[ "BSD-3-Clause" ]
null
null
null
api/api_autogen/variable_graph.h
nickdiorio/SAM
4288d4261f4f88f44106867b561b81c2ba480c85
[ "BSD-3-Clause" ]
null
null
null
api/api_autogen/variable_graph.h
nickdiorio/SAM
4288d4261f4f88f44106867b561b81c2ba480c85
[ "BSD-3-Clause" ]
null
null
null
#ifndef SYSTEM_ADVISOR_MODEL_VARIABLE_GRAPH_H #define SYSTEM_ADVISOR_MODEL_VARIABLE_GRAPH_H #include <iostream> #include <string> #include <cstring> #include <vector> #include <unordered_map> #include <lk/absyn.h> #include "variables.h" /** * Implements a very simple directed graph for keeping track of variable tr...
25.623762
118
0.603362
[ "vector" ]
3e7465cb6d95134c0d9dc1fe08d46b2ce8373e97
2,712
c
C
CPP/ErrorCorrecting/bm.c
IdkwhatImD0ing/AlgorithmPractice
2d8d68a6d0168e873d61d1e3873e882bcdaf003f
[ "MIT" ]
null
null
null
CPP/ErrorCorrecting/bm.c
IdkwhatImD0ing/AlgorithmPractice
2d8d68a6d0168e873d61d1e3873e882bcdaf003f
[ "MIT" ]
null
null
null
CPP/ErrorCorrecting/bm.c
IdkwhatImD0ing/AlgorithmPractice
2d8d68a6d0168e873d61d1e3873e882bcdaf003f
[ "MIT" ]
null
null
null
#include "bm.h" #include "bv.h" #include <assert.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> //BitMatrix Structure //Rows of matrix //cols of matrix //Bit vector for containing bits struct BitMatrix { uint32_t rows; uint8_t cols; BitVector *vector; }; //Creates the bit matrix //allocat...
23.789474
65
0.55236
[ "vector" ]
3e759c6690b4fc9c625ff06494e2046e4602c22a
2,913
c
C
release/mex/check_consensus.c
ratschlab/mGene
894ba44b9675e947948474185416c99c8c15aac8
[ "MIT" ]
null
null
null
release/mex/check_consensus.c
ratschlab/mGene
894ba44b9675e947948474185416c99c8c15aac8
[ "MIT" ]
null
null
null
release/mex/check_consensus.c
ratschlab/mGene
894ba44b9675e947948474185416c99c8c15aac8
[ "MIT" ]
null
null
null
/* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Written (W) 2005-2009 Gunnar Raetsch, Gabriele Schweikert, Jonas...
23.304
163
0.646413
[ "vector" ]
3e8972fafd83ac494f34dce68b07038ff43b221d
5,828
h
C
src/OrbitGl/PrimitiveAssembler.h
ioperations/orbit
c7935085023cce1abb70ce96dd03339f47a1c826
[ "BSD-2-Clause" ]
716
2017-09-22T11:50:40.000Z
2020-03-14T21:52:22.000Z
src/OrbitGl/PrimitiveAssembler.h
ioperations/orbit
c7935085023cce1abb70ce96dd03339f47a1c826
[ "BSD-2-Clause" ]
132
2017-09-24T11:48:18.000Z
2020-03-17T17:39:45.000Z
src/OrbitGl/PrimitiveAssembler.h
ioperations/orbit
c7935085023cce1abb70ce96dd03339f47a1c826
[ "BSD-2-Clause" ]
49
2017-09-23T10:23:59.000Z
2020-03-14T09:27:49.000Z
// Copyright (c) 2022 The Orbit 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 ORBIT_GL_PRIMITIVE_ASSEMBLER_H_ #define ORBIT_GL_PRIMITIVE_ASSEMBLER_H_ #include <math.h> #include <stdint.h> #include <algorithm> #include <ar...
43.492537
100
0.711908
[ "geometry", "vector" ]
3e9df5c05abcc681b6514efe27a6af9d59f4025e
3,660
h
C
services/device/usb/usb_service.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
services/device/usb/usb_service.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
services/device/usb/usb_service.h
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2021-01-05T23:43:46.000Z
2021-01-07T23:36:34.000Z
// Copyright 2014 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 SERVICES_DEVICE_USB_USB_SERVICE_H_ #define SERVICES_DEVICE_USB_USB_SERVICE_H_ #include <memory> #include <string> #include <unordered_map> #inclu...
33.888889
80
0.768852
[ "object", "vector" ]
3ea5a0fc7f9d2709b5ae336a8e8ee5df10075949
18,825
c
C
Y/originalcode/Y2D/Ymd.c
msc-acse/acse-9-independent-research-project-mt5918
03f29628b762a55e98b96fcedaab754cedcc092a
[ "MIT" ]
2
2021-06-01T04:29:17.000Z
2021-06-01T04:39:28.000Z
Y/finalcode/Y2D/Ymd.c
msc-acse/acse-9-independent-research-project-mt5918
03f29628b762a55e98b96fcedaab754cedcc092a
[ "MIT" ]
null
null
null
Y/finalcode/Y2D/Ymd.c
msc-acse/acse-9-independent-research-project-mt5918
03f29628b762a55e98b96fcedaab754cedcc092a
[ "MIT" ]
2
2020-10-24T21:47:45.000Z
2021-11-01T03:36:35.000Z
/* Copyright (C) 2000, Dr. Antonio Munjiza * * This code is provided as part of the book entitled "The Combined * Finite Discrete Element Method". It is distributed WITHOUT ANY WARRANTY; * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A * PARTICULAR PURPOSE. Inclusion of a part or whole...
34.541284
91
0.529509
[ "mesh", "model" ]
3ea94bc060a157fe8a8b158807f00672bb5b6d4b
2,576
h
C
OrionUO/Misc.h
alerdenisov/OrionUO
d0bb54ce62af68a0152edd02d94fdf92eef90d4d
[ "MIT" ]
25
2018-10-30T01:19:10.000Z
2021-06-02T15:35:49.000Z
OrionUO/Misc.h
alerdenisov/OrionUO
d0bb54ce62af68a0152edd02d94fdf92eef90d4d
[ "MIT" ]
74
2018-10-13T00:41:32.000Z
2021-09-04T20:00:12.000Z
OrionUO/Misc.h
alerdenisov/OrionUO
d0bb54ce62af68a0152edd02d94fdf92eef90d4d
[ "MIT" ]
20
2018-10-09T17:42:32.000Z
2022-03-26T05:57:47.000Z
// MIT License #pragma once /* #if defined(ORION_WINDOWS) #if defined(_MSC_VER) #pragma warning(disable : 4800) //forcing value to bool 'true' or 'false' (performance warning) #endif #if !defined(_CRT_SECURE_NO_WARNINGS) #define _CRT_SECURE_NO_WARNINGS #endif #include <windows.h> #endif #include <SDL_thread.h> #inclu...
19.968992
95
0.671972
[ "vector" ]
c41bd6d6211663ba00e78e9979820ec20a368982
6,225
c
C
Grid_C_SDL1/main.c
Xitog/old-school-raycasting
38b8d8fb210da8fd2c22be4bce980fd867f2d5e3
[ "MIT" ]
2
2019-01-06T11:08:48.000Z
2020-06-24T21:56:10.000Z
Grid_C_SDL1/main.c
Xitog/old-school-raycasting
38b8d8fb210da8fd2c22be4bce980fd867f2d5e3
[ "MIT" ]
1
2021-08-31T07:36:56.000Z
2021-08-31T10:19:00.000Z
Grid_C_SDL1/main.c
Xitog/raycasting
38b8d8fb210da8fd2c22be4bce980fd867f2d5e3
[ "MIT" ]
1
2021-02-17T17:20:19.000Z
2021-02-17T17:20:19.000Z
//----------------------------------------------------------------------------- // Include //----------------------------------------------------------------------------- #include <stdio.h> #include <math.h> #include "SDL/SDL.h" #include "draw.h" #include "event.h" #include "game.h" //--------------------------------...
46.804511
108
0.625221
[ "render" ]
c41cfcc5223bcce98b8607148680a51305c1add6
1,958
h
C
src/gputracker/utils/camera/LinkedList.h
kamarain/rgbd_dense_slam-code
0ace518f9e9640ac2d61df868e4a6a73cdd89cf8
[ "MIT" ]
1
2020-12-19T01:36:23.000Z
2020-12-19T01:36:23.000Z
src/gputracker/utils/camera/LinkedList.h
kamarain/rgbd_dense_slam-code
0ace518f9e9640ac2d61df868e4a6a73cdd89cf8
[ "MIT" ]
null
null
null
src/gputracker/utils/camera/LinkedList.h
kamarain/rgbd_dense_slam-code
0ace518f9e9640ac2d61df868e4a6a73cdd89cf8
[ "MIT" ]
null
null
null
/* rgbd-tracker Copyright (c) 2014, Tommi Tykkälä, All rights reserved. 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 3.0 of the License, or (at your option) any later ...
24.17284
67
0.680286
[ "object" ]
c420c80576add09e2a2a838b382775c07beafffc
19,727
c
C
sdl_core/src/thirdPartyLibs/apr-util-1.5.3/ldap/apr_ldap_url.c
APCVSRepo/android_packet
5d4237234656b777cd9b0cae4731afea51986582
[ "BSD-3-Clause" ]
4
2015-12-23T09:02:57.000Z
2021-01-02T18:06:46.000Z
sdl_core/src/thirdPartyLibs/apr-util-1.5.3/ldap/apr_ldap_url.c
APCVSRepo/android_packet
5d4237234656b777cd9b0cae4731afea51986582
[ "BSD-3-Clause" ]
7
2016-06-01T01:21:44.000Z
2017-11-03T08:18:23.000Z
sdl_core/src/thirdPartyLibs/apr-util-1.5.3/ldap/apr_ldap_url.c
APCVSRepo/android_packet
5d4237234656b777cd9b0cae4731afea51986582
[ "BSD-3-Clause" ]
8
2017-08-29T10:51:50.000Z
2021-03-24T10:19:11.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...
28.384173
90
0.537791
[ "object" ]
c42c49a06a8f3315d55ecff664c2a2fd68869105
4,142
h
C
scm_gl_core/src/scm/gl_core/shader_objects/stream_capture.h
Nyran/schism
c2cdb8884e3e6714a3b291f0f754220b7f5cbc7b
[ "BSD-3-Clause" ]
10
2015-09-17T06:01:03.000Z
2019-10-23T07:10:20.000Z
scm_gl_core/src/scm/gl_core/shader_objects/stream_capture.h
Nyran/schism
c2cdb8884e3e6714a3b291f0f754220b7f5cbc7b
[ "BSD-3-Clause" ]
5
2015-01-06T14:11:32.000Z
2016-12-12T10:26:53.000Z
scm_gl_core/src/scm/gl_core/shader_objects/stream_capture.h
Nyran/schism
c2cdb8884e3e6714a3b291f0f754220b7f5cbc7b
[ "BSD-3-Clause" ]
15
2015-01-29T20:56:13.000Z
2020-07-02T19:03:20.000Z
// Copyright (c) 2012 Christopher Lux <christopherlux@gmail.com> // Distributed under the Modified BSD License, see license.txt. #ifndef SCM_GL_CORE_STREAM_CAPTURE_H_INCLUDED #define SCM_GL_CORE_STREAM_CAPTURE_H_INCLUDED #include <list> #include <string> #include <vector> #include <boost/variant.hpp> #include <scm...
32.614173
132
0.669
[ "object", "vector" ]
c42edf1a21df9eeb9d4bb663a0089567ec186db2
17,850
c
C
base/tools/kdexts2/mps.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/tools/kdexts2/mps.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/tools/kdexts2/mps.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1997 Microsoft Corporation Module Name: mps.c Abstract: WinDbg Extension Api Author: Peter Johnston (peterj) 30-September-1997 Environment: User Mode. Revision History: --*/ #include "precomp.h" #pragma hdrstop // // HACKHACK // // The debug...
26.523031
103
0.500728
[ "model" ]
c43060e91e0b8c5a941751106efddb799d0c418b
13,568
h
C
src/objects.h
mdodis/OpenSolomonsKey
6694f80e40ab1ea284583bb0eb26795c60a1481f
[ "Unlicense" ]
15
2020-06-12T16:07:59.000Z
2021-12-26T09:17:52.000Z
src/objects.h
mdodis/OpenSolomonsKey
6694f80e40ab1ea284583bb0eb26795c60a1481f
[ "Unlicense" ]
2
2020-06-13T10:21:52.000Z
2021-12-29T10:08:41.000Z
src/objects.h
mdodis/OpenSolomonsKey
6694f80e40ab1ea284583bb0eb26795c60a1481f
[ "Unlicense" ]
2
2020-06-12T18:37:32.000Z
2022-01-21T20:56:31.000Z
#include "sprites.h" #include <vector> /* Thanks c++ stl! Now this'll speed up my productivity */ typedef std::vector<Sprite> List_Sprite; struct Map { const char *name; // path!!! EntityType tiles[TILEMAP_COLS][TILEMAP_ROWS]; int hidden_pickups[TILEMAP_COLS][TILEMAP_ROWS]; List_Sprite sprites; ...
26.708661
90
0.633402
[ "vector" ]
c4307f874e283b6c9eab3eb1483d80711a247e27
390
h
C
HCI/shooting gun games/get owned/GestureTemplate.h
k-sae/HCI-Lab
ec40136907eaa9ea983efa7b4761e2bb1f5918a5
[ "Apache-2.0" ]
3
2017-07-03T12:57:36.000Z
2017-12-11T19:49:14.000Z
HCI/shooting gun games/get owned/getOwned/GestureTemplate.h
kareem2048/HCI-Lab
ec40136907eaa9ea983efa7b4761e2bb1f5918a5
[ "Apache-2.0" ]
null
null
null
HCI/shooting gun games/get owned/getOwned/GestureTemplate.h
kareem2048/HCI-Lab
ec40136907eaa9ea983efa7b4761e2bb1f5918a5
[ "Apache-2.0" ]
1
2018-07-27T11:00:08.000Z
2018-07-27T11:00:08.000Z
#ifndef _GestureTemplateIncluded_ #define _GestureTemplateIncluded_ #include <string> using namespace std; namespace DollarRecognizer { class GestureTemplate { public: string name; Path2D points; GestureTemplate(string name, Path2D points) { this->name = name; this->points = points; }...
15
50
0.715385
[ "vector" ]
c430c46f5b20cd861f9dbc879acae7d8a003f059
1,636
h
C
src/taesooLib/BaseLib/utility/operatorString.h
jackthgu/K-AR_HYU_Deform_Simulation
e7c275c8948e1fe3e800ab37b17aa8406b147277
[ "MIT" ]
null
null
null
src/taesooLib/BaseLib/utility/operatorString.h
jackthgu/K-AR_HYU_Deform_Simulation
e7c275c8948e1fe3e800ab37b17aa8406b147277
[ "MIT" ]
null
null
null
src/taesooLib/BaseLib/utility/operatorString.h
jackthgu/K-AR_HYU_Deform_Simulation
e7c275c8948e1fe3e800ab37b17aa8406b147277
[ "MIT" ]
null
null
null
#ifndef _OPERATORSTRING_H_ #define _OPERATORSTRING_H_ #if _MSC_VER >1000 #pragma once #endif #include <typeinfo> #include "TArray.h" #include "TypeString.h" namespace sz0 { struct nop : public Operator { nop(){} virtual void operator()(TString& c) const{} }; /// deprecated. %03d 사용할 것. /// op를 수행후 ' '를 '0'로...
22.410959
118
0.676039
[ "3d" ]
c438e1ee45f0dacc21de4b85b881c92a6fb30768
6,124
h
C
algorithms/src/LocalizationAndMapping/registration_localization/fast_gicp/thirdparty/nvbio/nvbio/basic/cuda/work_queue_persistent.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/work_queue_persistent.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/work_queue_persistent.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,...
37.802469
117
0.717668
[ "shape" ]
c43bc90e81c83ade97af99d7d7c60becc3d374d7
759
h
C
v4lcamera.h
Kolkir/stereocam
b5fa852c9bf5751c98871284d1523a652028749d
[ "BSD-2-Clause" ]
null
null
null
v4lcamera.h
Kolkir/stereocam
b5fa852c9bf5751c98871284d1523a652028749d
[ "BSD-2-Clause" ]
null
null
null
v4lcamera.h
Kolkir/stereocam
b5fa852c9bf5751c98871284d1523a652028749d
[ "BSD-2-Clause" ]
null
null
null
#ifndef V4LCAMERA_H #define V4LCAMERA_H #include "camerautils.h" #include <memory> #include <functional> namespace camera { namespace utils { class V4LCamera { public: V4LCamera(int devId, const VideoDevFormat& format); V4LCamera(const V4LCamera&) = delete; V4LCamera& operator=(const V4LCamera&) = dele...
16.5
55
0.658762
[ "vector" ]
c44d9ebc979019bffa8ac4804511b88417161586
5,318
c
C
zircon/system/ulib/fdio/stubs.c
yanyushr/fuchsia
98e70672a81a206d235503e398f37b7b65581f79
[ "BSD-3-Clause" ]
null
null
null
zircon/system/ulib/fdio/stubs.c
yanyushr/fuchsia
98e70672a81a206d235503e398f37b7b65581f79
[ "BSD-3-Clause" ]
null
null
null
zircon/system/ulib/fdio/stubs.c
yanyushr/fuchsia
98e70672a81a206d235503e398f37b7b65581f79
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2016 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <dirent.h> #include <fcntl.h> #include <sys/socket.h> #include <unistd.h> #include <errno.h> #include <sys/stat.h> #include "unistd.h" // check...
21.795082
111
0.640842
[ "object" ]
c44ee2c16dc933ae17fc29673dd515164695a734
3,294
h
C
include/tclap/CmdLineOutput.h
JamesReynolds/tclap
63fd7ed63f7ec201eb69e19d7a4b5fd44067a507
[ "MIT" ]
1
2021-12-28T02:03:11.000Z
2021-12-28T02:03:11.000Z
include/tclap/CmdLineOutput.h
JamesReynolds/tclap
63fd7ed63f7ec201eb69e19d7a4b5fd44067a507
[ "MIT" ]
null
null
null
include/tclap/CmdLineOutput.h
JamesReynolds/tclap
63fd7ed63f7ec201eb69e19d7a4b5fd44067a507
[ "MIT" ]
null
null
null
// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- /****************************************************************************** * * file: CmdLineOutput.h * * Copyright (c) 2004, Michael E. Smoot * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory o...
27
80
0.604129
[ "object", "vector" ]
c44f7c3930d897579c301dd217c6864da72b2424
4,500
h
C
src/imagine/math/theory/detail/ndarray/expr/wise.h
ads00/imagine
f8063f636306a18f7c98512548a3c2ef2fd8cc48
[ "MIT" ]
null
null
null
src/imagine/math/theory/detail/ndarray/expr/wise.h
ads00/imagine
f8063f636306a18f7c98512548a3c2ef2fd8cc48
[ "MIT" ]
null
null
null
src/imagine/math/theory/detail/ndarray/expr/wise.h
ads00/imagine
f8063f636306a18f7c98512548a3c2ef2fd8cc48
[ "MIT" ]
null
null
null
/* Imagine v0.1 [math] Copyright (c) 2015-present, Hugo (hrkz) Frezat */ #ifndef IG_MATH_NDARRAYWISE_H #define IG_MATH_NDARRAYWISE_H #include "imagine/math/theory/detail/ndarray/base.h" namespace ig { template <typename Fn, typename Sen, typename... Xprs> struct ndarray_traits < wise<Fn, Sen, Xprs...> > { us...
38.461538
194
0.647333
[ "shape" ]
c44fd247555af1001490423ed75962f110988632
4,845
h
C
dcmpstat/include/dcmtk/dcmpstat/dvpshlp.h
trice-imaging/dcmtk
60b158654dc7215d938a9ddba92ef5e93ded298d
[ "Apache-2.0" ]
74
2015-11-25T08:42:11.000Z
2021-12-18T06:17:39.000Z
dcmpstat/include/dcmtk/dcmpstat/dvpshlp.h
trice-imaging/dcmtk
60b158654dc7215d938a9ddba92ef5e93ded298d
[ "Apache-2.0" ]
3
2021-12-14T20:45:20.000Z
2021-12-18T18:22:04.000Z
dcmpstat/include/dcmtk/dcmpstat/dvpshlp.h
trice-imaging/dcmtk
60b158654dc7215d938a9ddba92ef5e93ded298d
[ "Apache-2.0" ]
31
2016-03-09T03:26:12.000Z
2022-01-17T13:31:07.000Z
/* * * Copyright (C) 1998-2012, OFFIS e.V. * All rights reserved. See COPYRIGHT file for details. * * This software and supporting documentation were developed by * * OFFIS e.V. * R&D Division Health * Escherweg 2 * D-26121 Oldenburg, Germany * * * Module: dcmpstat * * Author: Marco Eic...
40.041322
96
0.691641
[ "object" ]
c45d39f58e1bae936536c3d8e187c5681ee1ce30
165,760
c
C
scip/src/scip/reader_fzn.c
avrech/scipoptsuite-6.0.2-avrech
bb4ef31b6e84ff7e1e65cee982acf150739cda86
[ "MIT" ]
null
null
null
scip/src/scip/reader_fzn.c
avrech/scipoptsuite-6.0.2-avrech
bb4ef31b6e84ff7e1e65cee982acf150739cda86
[ "MIT" ]
null
null
null
scip/src/scip/reader_fzn.c
avrech/scipoptsuite-6.0.2-avrech
bb4ef31b6e84ff7e1e65cee982acf150739cda86
[ "MIT" ]
1
2022-01-19T01:15:11.000Z
2022-01-19T01:15:11.000Z
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ ...
32.869324
169
0.579356
[ "model" ]
c4644ac9c57909166f65970191c37217c001908d
821
h
C
experimental/2d_physics/main_window.h
Siddhant-K-code/darwin
86781c9dabeceda7f8666bb1bb4b5ca7d725d81d
[ "Apache-2.0" ]
94
2018-11-24T20:07:07.000Z
2022-03-13T01:34:45.000Z
experimental/2d_physics/main_window.h
JJ/darwin
d5519b6d542c179cbc0f6575dcfce25e68e2f1df
[ "Apache-2.0" ]
3
2020-11-21T04:49:43.000Z
2021-02-09T18:15:23.000Z
experimental/2d_physics/main_window.h
JJ/darwin
d5519b6d542c179cbc0f6575dcfce25e68e2f1df
[ "Apache-2.0" ]
18
2018-11-24T20:07:21.000Z
2021-12-19T10:48:57.000Z
#pragma once #include "sandbox_factory.h" #include <QMainWindow> #include <memory> #include <vector> using namespace std; namespace Ui { class MainWindow; } class ToolWindow; class SandboxWindow; class MainWindow : public QMainWindow { Q_OBJECT public: MainWindow(); ~MainWindow() override; void upda...
18.659091
54
0.732034
[ "vector" ]
c46fda8b46d58b33efe1b83e475a93033db7c09f
293,833
h
C
dlls/dxerr8/errors.h
krafczyk/wine
67f6eb327ef78fe8acf45bf6ac6c93424ec89335
[ "MIT" ]
90
2018-06-27T20:40:37.000Z
2022-02-08T20:32:21.000Z
dlls/dxerr8/errors.h
kocubinski/wine
3b2fae0161aa15155cf76631a965ad0ad136b795
[ "MIT" ]
24
2018-07-21T19:56:55.000Z
2019-08-27T21:06:27.000Z
dlls/dxerr8/errors.h
kocubinski/wine
3b2fae0161aa15155cf76631a965ad0ad136b795
[ "MIT" ]
26
2015-01-04T19:16:08.000Z
2021-02-08T03:45:41.000Z
/* Machine generated. Do not edit. */ static const WCHAR name1W[] = { 'S','_','O','K',0 }; static const CHAR description1A[] = "The function completed successfully"; static const WCHAR description1W[] = { 'T','h','e',' ','f','u','n','c','t','i','o','n',' ','c','o','m','p','l','e','t','e','d',' ','s','u','c','c','e','s...
172.235053
2,284
0.452655
[ "render", "object", "3d" ]
c4753011ef6e0e711f0793c7d873a1e7d912fb70
24,763
c
C
contrib/dtnsuite/dtnbox/mainDTNbox.c
yellowjigi/ion
4fafd7897628e2ead2595ede01470af6105e521e
[ "Unlicense" ]
2
2021-04-08T08:02:41.000Z
2021-04-08T08:41:25.000Z
contrib/dtnsuite/dtnbox/mainDTNbox.c
bonedaddy/ion-dtn
3c07c53a6002163545fd92ea99b98cdcceea4e17
[ "Unlicense" ]
null
null
null
contrib/dtnsuite/dtnbox/mainDTNbox.c
bonedaddy/ion-dtn
3c07c53a6002163545fd92ea99b98cdcceea4e17
[ "Unlicense" ]
null
null
null
/******************************************************** ** Authors: Nicolò Castellazzi, nicolo.castellazzi@studio.unibo.it ** Marcello Ballanti, marcello.ballanti@studio.unibo.it ** Marco Bertolazzi, marco.bertolazzi3@studio.unibo.it ** Carlo Caini (DTNbox project supervisor), carlo...
29.620813
161
0.732989
[ "model" ]
c4754e3aa11192feb0ab1de5a984477899b2478b
8,976
h
C
geode/array/Array2d.h
jjqcat/geode
157cc904c113cc5e29a1ffe7c091a83b8ec2cf8e
[ "BSD-3-Clause" ]
75
2015-02-08T22:04:31.000Z
2022-02-26T14:31:43.000Z
geode/array/Array2d.h
bantamtools/geode
d906f1230b14953b68af63aeec2f7b0418d5fdfd
[ "BSD-3-Clause" ]
15
2015-01-08T15:11:38.000Z
2021-09-05T13:27:22.000Z
geode/array/Array2d.h
bantamtools/geode
d906f1230b14953b68af63aeec2f7b0418d5fdfd
[ "BSD-3-Clause" ]
22
2015-03-11T16:43:13.000Z
2021-02-15T09:37:51.000Z
//##################################################################### // Class Array<T,2> //##################################################################### // // A shareable, two-dimensional array. // //##################################################################### #pragma once #include <geode/array/Arr...
27.282675
136
0.6084
[ "geometry", "shape", "vector" ]
c47b035ddc6a88de5e026c6e94e7e65f0c38f72f
1,091
h
C
MoravaEngine/src/Platform/DX11/DX11Mesh.h
dtrajko/MoravaEngine
dab8a9e84bde6bdb5e979596c29cabccb566b9d4
[ "Apache-2.0" ]
168
2020-07-18T04:20:27.000Z
2022-03-31T23:39:38.000Z
MoravaEngine/src/Platform/DX11/DX11Mesh.h
dtrajko/MoravaEngine
dab8a9e84bde6bdb5e979596c29cabccb566b9d4
[ "Apache-2.0" ]
5
2020-11-23T12:33:06.000Z
2022-01-05T15:15:30.000Z
MoravaEngine/src/Platform/DX11/DX11Mesh.h
dtrajko/MoravaEngine
dab8a9e84bde6bdb5e979596c29cabccb566b9d4
[ "Apache-2.0" ]
8
2020-09-07T03:04:18.000Z
2022-03-25T13:47:16.000Z
#define _CRT_SECURE_NO_WARNINGS #define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING #pragma once #include "DX11.h" #include "DX11Material.h" #include "Hazel/Core/Ref.h" #include "Hazel/Renderer/VertexBuffer.h" #include "Hazel/Renderer/IndexBuffer.h" struct DX11MaterialSlot { size_t StartIndex = 0; size_t ...
22.729167
85
0.753437
[ "vector" ]
c47dd59b13eb4f985a380dd36d13221fb93e6301
2,368
h
C
tensorflow_lite_support/c/task/text/nl_classifier.h
khanhlvg/tflite-support
a4febca66974ae51fecc45bb7ecbc31794bbc4fc
[ "Apache-2.0" ]
242
2020-06-01T03:20:05.000Z
2022-03-29T23:45:38.000Z
tensorflow_lite_support/c/task/text/nl_classifier.h
khanhlvg/tflite-support
a4febca66974ae51fecc45bb7ecbc31794bbc4fc
[ "Apache-2.0" ]
140
2020-07-01T03:56:01.000Z
2022-03-31T14:08:54.000Z
tensorflow_lite_support/c/task/text/nl_classifier.h
khanhlvg/tflite-support
a4febca66974ae51fecc45bb7ecbc31794bbc4fc
[ "Apache-2.0" ]
82
2020-07-01T10:30:41.000Z
2022-03-27T12:28:24.000Z
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
37
80
0.735642
[ "object", "model" ]
c47edb6c447521f86db85434a4fd12d3903b667d
853
h
C
src/ui/TextUtils.h
JulianSchroden/ActivityGUI
65e2cf2a6d6487a980408859ed3a2ddeee5113df
[ "MIT" ]
null
null
null
src/ui/TextUtils.h
JulianSchroden/ActivityGUI
65e2cf2a6d6487a980408859ed3a2ddeee5113df
[ "MIT" ]
null
null
null
src/ui/TextUtils.h
JulianSchroden/ActivityGUI
65e2cf2a6d6487a980408859ed3a2ddeee5113df
[ "MIT" ]
null
null
null
/** * Copyright (c) 2017-2018 Julian Schroden. All rights reserved. * Licensed under the MIT License. See LICENSE file in the project root for full license information. */ #ifndef _TEXTUTILS_h #define _TEXTUTILS_h #include "Arduino.h" class Dimension { private: int width, height; public: Dimension(in...
19.837209
104
0.685815
[ "object" ]
c4838782118ab117c9d5a1ae579453e8c9de22aa
4,799
h
C
src/singular/Rotator.h
kikuomax/singular
1810de7c570a862f25d3f26f0c4a82b909cae329
[ "MIT" ]
2
2021-12-08T22:00:56.000Z
2022-03-13T14:11:33.000Z
src/singular/Rotator.h
kikuomax/singular
1810de7c570a862f25d3f26f0c4a82b909cae329
[ "MIT" ]
null
null
null
src/singular/Rotator.h
kikuomax/singular
1810de7c570a862f25d3f26f0c4a82b909cae329
[ "MIT" ]
2
2018-07-09T12:08:34.000Z
2022-01-10T04:43:53.000Z
#ifndef _SINGULAR_ROTATOR_H #define _SINGULAR_ROTATOR_H #include "singular/Matrix.h" #include "singular/singular.h" #include <algorithm> #include <cassert> #include <cmath> #include <cstdlib> namespace singular { /** * Rotator. */ class Rotator { private: /** * 2x2 transformation matrix. * The elemen...
26.513812
78
0.517191
[ "vector" ]
c488bbbe949ff9f44fac86358bbe0b1d1a8997e1
3,737
h
C
Library/include/NeighbourhoodFilter.h
dwhobrey/MindCausalModellingLibrary
797d716e785d2dcd5c373ab385c20d3a74bbfcb0
[ "BSD-3-Clause" ]
null
null
null
Library/include/NeighbourhoodFilter.h
dwhobrey/MindCausalModellingLibrary
797d716e785d2dcd5c373ab385c20d3a74bbfcb0
[ "BSD-3-Clause" ]
null
null
null
Library/include/NeighbourhoodFilter.h
dwhobrey/MindCausalModellingLibrary
797d716e785d2dcd5c373ab385c20d3a74bbfcb0
[ "BSD-3-Clause" ]
null
null
null
#pragma once namespace Plato { class Arguments; class FilterArguments; class Filter; class ClassTypeInfo; /// <summary> /// Additional arguments for Neighbourhood Filters. /// </summary> class NeighbourhoodFilterArguments : public Arguments { public: /// <summary> ...
35.932692
127
0.601284
[ "object" ]
c492aaee450d733f794a66e279c577fbc3ca6101
12,331
h
C
components/proximity_auth/ble/bluetooth_low_energy_connection.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
components/proximity_auth/ble/bluetooth_low_energy_connection.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
components/proximity_auth/ble/bluetooth_low_energy_connection.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 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_PROXIMITY_AUTH_BLE_BLUETOOTH_LOW_ENERGY_CONNECTION_H_ #define COMPONENTS_PROXIMITY_AUTH_BLE_BLUETOOTH_LOW_ENERGY_CONNECTION_H_ #includ...
38.41433
81
0.738626
[ "vector" ]
c493af59a018c77b16bc61c39ca53cc4a2a219ed
3,066
c
C
unit-test/test_ezsigntemplate_delete_object_v1_response.c
ezmaxinc/eZmax-SDK-c
725eab79d6311127a2d5bd731b978bce94142d69
[ "curl", "MIT" ]
null
null
null
unit-test/test_ezsigntemplate_delete_object_v1_response.c
ezmaxinc/eZmax-SDK-c
725eab79d6311127a2d5bd731b978bce94142d69
[ "curl", "MIT" ]
null
null
null
unit-test/test_ezsigntemplate_delete_object_v1_response.c
ezmaxinc/eZmax-SDK-c
725eab79d6311127a2d5bd731b978bce94142d69
[ "curl", "MIT" ]
null
null
null
#ifndef ezsigntemplate_delete_object_v1_response_TEST #define ezsigntemplate_delete_object_v1_response_TEST // the following is to include only the main from the first c file #ifndef TEST_MAIN #define TEST_MAIN #define ezsigntemplate_delete_object_v1_response_MAIN #endif // TEST_MAIN #include <stdlib.h> #include <str...
47.90625
208
0.836595
[ "model" ]
c495dfd97f489c0afb34a05179119b49f5448e52
8,613
c
C
DCOMShareServer/DCOMShareServer_p.c
vsirotin/ActiveX_DCOM_Book_Code
89a17fe765f1c8dd25f895c0a03df14c987a814c
[ "MIT" ]
4
2019-01-21T02:49:53.000Z
2021-06-28T00:30:49.000Z
DCOMShareServer/DCOMShareServer_p.c
vsirotin/ActiveX_DCOM_Book_Code
89a17fe765f1c8dd25f895c0a03df14c987a814c
[ "MIT" ]
null
null
null
DCOMShareServer/DCOMShareServer_p.c
vsirotin/ActiveX_DCOM_Book_Code
89a17fe765f1c8dd25f895c0a03df14c987a814c
[ "MIT" ]
null
null
null
/* this ALWAYS GENERATED file contains the proxy stub code */ /* File created by MIDL compiler version 3.01.75 */ /* at Thu Jul 09 20:30:35 1998 */ /* Compiler settings for DCOMShareServer.idl: Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext error checks: none */ //@@MIDL_FILE_HEADING( ) #define USE_ST...
23.59726
100
0.665041
[ "object" ]
c49f42198a552a0a31a72b939dfb86d18e4fccd2
1,510
h
C
Modules/MatchPointRegistration/Rendering/mitkRegistrationWrapperMapper3D.h
ZP-Hust/MITK
ca11353183c5ed4bc30f938eae8bde43a0689bf6
[ "BSD-3-Clause" ]
null
null
null
Modules/MatchPointRegistration/Rendering/mitkRegistrationWrapperMapper3D.h
ZP-Hust/MITK
ca11353183c5ed4bc30f938eae8bde43a0689bf6
[ "BSD-3-Clause" ]
null
null
null
Modules/MatchPointRegistration/Rendering/mitkRegistrationWrapperMapper3D.h
ZP-Hust/MITK
ca11353183c5ed4bc30f938eae8bde43a0689bf6
[ "BSD-3-Clause" ]
1
2019-01-09T08:20:18.000Z
2019-01-09T08:20:18.000Z
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
25.59322
145
0.740397
[ "object", "3d" ]
c4a0a4a6ffe0c25a09ddeb98abe518260830195f
1,399
h
C
MonoNative/mscorlib/System/Runtime/Serialization/mscorlib_System_Runtime_Serialization_IObjectReference.h
brunolauze/MonoNative
959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66
[ "BSD-2-Clause" ]
7
2015-03-10T03:36:16.000Z
2021-11-05T01:16:58.000Z
MonoNative/mscorlib/System/Runtime/Serialization/mscorlib_System_Runtime_Serialization_IObjectReference.h
brunolauze/MonoNative
959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66
[ "BSD-2-Clause" ]
1
2020-06-23T10:02:33.000Z
2020-06-24T02:05:47.000Z
MonoNative/mscorlib/System/Runtime/Serialization/mscorlib_System_Runtime_Serialization_IObjectReference.h
brunolauze/MonoNative
959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66
[ "BSD-2-Clause" ]
null
null
null
#ifndef __MONO_NATIVE_MSCORLIB_SYSTEM_RUNTIME_SERIALIZATION_IOBJECTREFERENCE_H #define __MONO_NATIVE_MSCORLIB_SYSTEM_RUNTIME_SERIALIZATION_IOBJECTREFERENCE_H #include <mscorlib/System/mscorlib_System_Object.h> namespace mscorlib { namespace System { namespace Runtime { namespace Serialization { class...
21.523077
200
0.749107
[ "object" ]
c4a7f1626d4c85deb11e9cc3aae8f587e63c2f58
7,699
h
C
src/main/Application.h
graydon/stellar-core-old
b73f254ceb48a63250cb145166ff225606880211
[ "Apache-2.0", "BSD-2-Clause", "MIT", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
src/main/Application.h
graydon/stellar-core-old
b73f254ceb48a63250cb145166ff225606880211
[ "Apache-2.0", "BSD-2-Clause", "MIT", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
src/main/Application.h
graydon/stellar-core-old
b73f254ceb48a63250cb145166ff225606880211
[ "Apache-2.0", "BSD-2-Clause", "MIT", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
#pragma once // Copyright 2014 Stellar Development Foundation and contributors. Licensed // under the ISC License. See the COPYING file at the top-level directory of // this distribution or at http://opensource.org/licenses/ISC #include <memory> namespace asio { class io_service; } namespace medida { class MetricsRe...
37.556098
81
0.730874
[ "object" ]
0ecd7babfc02c7e586feebf1cd9857a2f3dad829
526
h
C
src/ImageWidget.h
jeanleflambeur/electronicload
15cc1b64710ced214928824e34729e83f260ed7f
[ "MIT" ]
4
2019-02-24T16:09:44.000Z
2019-05-03T08:50:17.000Z
src/ImageWidget.h
jeanleflambeur/electronicload
15cc1b64710ced214928824e34729e83f260ed7f
[ "MIT" ]
2
2019-05-17T07:42:16.000Z
2021-02-04T23:34:06.000Z
src/ImageWidget.h
jeanleflambeur/electronicload
15cc1b64710ced214928824e34729e83f260ed7f
[ "MIT" ]
2
2019-12-27T00:32:19.000Z
2019-12-28T15:10:11.000Z
#pragma once #include "Adafruit_GFX.h" #include "WidgetBase.h" #include "icons.h" class ImageWidget : public WidgetBase { public: ImageWidget(JLMBackBuffer& gfx, const Image* image, const Image* highlighted, const Image* selected); int16_t getWidth() const override; int16_t getHeight() const override; void rende...
22.869565
102
0.739544
[ "render" ]
0ecf667c172c1659a28722a968e0bf37bb921a5f
8,977
h
C
SDK/Extras/VRML Reader/Source/Utilities/IndexedFaceSet.h
h-haris/Quesa
a438ab824291ce6936a88dfae4fd0482dcba1247
[ "BSD-3-Clause" ]
24
2019-10-28T07:01:48.000Z
2022-03-04T16:10:39.000Z
SDK/Extras/VRML Reader/Source/Utilities/IndexedFaceSet.h
h-haris/Quesa
a438ab824291ce6936a88dfae4fd0482dcba1247
[ "BSD-3-Clause" ]
8
2020-04-22T19:42:45.000Z
2021-04-30T16:28:32.000Z
SDK/Extras/VRML Reader/Source/Utilities/IndexedFaceSet.h
h-haris/Quesa
a438ab824291ce6936a88dfae4fd0482dcba1247
[ "BSD-3-Clause" ]
6
2019-09-22T14:44:15.000Z
2021-04-01T20:04:29.000Z
#pragma once /* NAME: IndexedFaceSet.h DESCRIPTION: Header file for IndexedFaceSet.cpp. COPYRIGHT: Copyright (c) 2005-2015, Quesa Developers. All rights reserved. For the current release of Quesa, please see: <https://github.com/jwwalker/Quesa> Re...
33.003676
80
0.692659
[ "object", "vector" ]
0ed939351e13d77c097b1be04900a709b8b89ec0
3,988
h
C
net.h
lemengbin/dalichain-test
f16438dfb7bee03df3927a964e5eee56c7e6c0d3
[ "MIT" ]
null
null
null
net.h
lemengbin/dalichain-test
f16438dfb7bee03df3927a964e5eee56c7e6c0d3
[ "MIT" ]
null
null
null
net.h
lemengbin/dalichain-test
f16438dfb7bee03df3927a964e5eee56c7e6c0d3
[ "MIT" ]
null
null
null
#ifndef NET_H #define NET_H #include <string> #include <vector> #include <string.h> #include <arpa/inet.h> #include <thread> #include "serialize.h" #include "version.h" #include "protocol.h" #include "streams.h" enum ServiceFlags : uint64_t { NODE_NONE = 0, NODE_NETWORK = (1 << 0), NODE_GETUTXO = (1 << 1...
22.531073
188
0.620361
[ "vector" ]
0eeb8c30146cb5c330a8e901e95506461b3f7890
9,527
h
C
Krabs/src/Data.h
kebbox/Krabs
2e10ad6547d9c2f1f9475fd12e9bce3c9bc87e4f
[ "Apache-2.0" ]
1
2021-03-11T15:38:41.000Z
2021-03-11T15:38:41.000Z
Krabs/src/Data.h
kebbox/Krabs
2e10ad6547d9c2f1f9475fd12e9bce3c9bc87e4f
[ "Apache-2.0" ]
null
null
null
Krabs/src/Data.h
kebbox/Krabs
2e10ad6547d9c2f1f9475fd12e9bce3c9bc87e4f
[ "Apache-2.0" ]
null
null
null
#pragma once #include "Krpch.h" //http://www.uoxray.uoregon.edu/local/manuals/biosym/discovery/General/Forcefields/AMBER.html#C_all ///LEGEND /// CT : sp3 with 4 substituent /// CA : aromatic carbon with 1 substitutent /// CH : sp2 carbon with 1 hydrogen /// C2 : sp2 carbon with 2 hydrogens /// /// /// O : carbony...
39.045082
99
0.424373
[ "vector" ]
0eedb5ba5e4f8cbf49c127b0c75c14e5db822972
21,286
c
C
src/mpool/device_table.c
benoit-a/mpool
cd2e70b1f963e67d3fcaba4599223ca8a5b347f3
[ "MIT" ]
null
null
null
src/mpool/device_table.c
benoit-a/mpool
cd2e70b1f963e67d3fcaba4599223ca8a5b347f3
[ "MIT" ]
null
null
null
src/mpool/device_table.c
benoit-a/mpool
cd2e70b1f963e67d3fcaba4599223ca8a5b347f3
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: MIT /* * Copyright (C) 2015-2020 Micron Technology, Inc. All rights reserved. */ #define _LARGEFILE64_SOURCE #include <util/platform.h> #include <util/minmax.h> #include <util/page.h> #include <util/string.h> #include <mpool/mpool.h> #include <device_table.h> #include <dirent.h> #incl...
22.863588
97
0.649206
[ "model" ]
0ef6d99f2a4bf4d2f27338599b1c3e3f000e4b21
2,981
h
C
src/audio/decoding.h
ca-l-eb/discord-music-bot
7646ff414577181fd7726f42524b71856e0f57fc
[ "BSD-3-Clause" ]
4
2018-04-29T08:58:30.000Z
2020-04-11T08:37:16.000Z
src/audio/decoding.h
ca-l-eb/discord-music-bot
7646ff414577181fd7726f42524b71856e0f57fc
[ "BSD-3-Clause" ]
null
null
null
src/audio/decoding.h
ca-l-eb/discord-music-bot
7646ff414577181fd7726f42524b71856e0f57fc
[ "BSD-3-Clause" ]
2
2020-02-17T19:54:17.000Z
2020-08-07T11:18:02.000Z
#ifndef DECODING_H #define DECODING_H #include <boost/circular_buffer.hpp> #include <vector> extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> #include <libavutil/file.h> #include <libavutil/opt.h> #include <libswresample/swresample.h> } class audio_decoder; struct buffer_data { std...
21.446043
85
0.705468
[ "vector" ]
160a5c9964d8f25ef352cd672cbf56fc4ca55883
608
h
C
P03Light_05MeshDraw/chapLight05_meshDraw/Mesh.h
dknife/GraphicsExCode
852b136f6c682d16833bc356dc27968e3db4b571
[ "Unlicense" ]
null
null
null
P03Light_05MeshDraw/chapLight05_meshDraw/Mesh.h
dknife/GraphicsExCode
852b136f6c682d16833bc356dc27968e3db4b571
[ "Unlicense" ]
null
null
null
P03Light_05MeshDraw/chapLight05_meshDraw/Mesh.h
dknife/GraphicsExCode
852b136f6c682d16833bc356dc27968e3db4b571
[ "Unlicense" ]
null
null
null
#ifndef _mesh_sms_hh_ #define _mesh_sms_hh_ class cvertex { public: float x; float y; float z; }; class cface { public: int v0; int v1; int v2; }; class CMesh { int nV; // number of vertices int nF; // number of faces cvertex *v; // vertex array cface *f; // face array cvertex...
16.432432
38
0.603618
[ "mesh" ]
160c702444e1a94c78fd6586da431a3f97873fa2
8,935
h
C
wav/include/tencentcloud/wav/v20210129/model/LicenseInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
wav/include/tencentcloud/wav/v20210129/model/LicenseInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
wav/include/tencentcloud/wav/v20210129/model/LicenseInfo.h
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
28
2019-07-12T09:06:22.000Z
2022-03-30T08:04:18.000Z
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
33.716981
116
0.448125
[ "vector", "model" ]
160e7e3375da0947cfc88709cb7e22199e1c345e
509
h
C
Pong/Game/Private/GameObjects/Components/Collision/CircleCollider.h
Nicolas4677/Pong-Prototype-EngineX
6a120cf04cd4fd580114a5d06fbcccaa0aeb2d2f
[ "MIT" ]
null
null
null
Pong/Game/Private/GameObjects/Components/Collision/CircleCollider.h
Nicolas4677/Pong-Prototype-EngineX
6a120cf04cd4fd580114a5d06fbcccaa0aeb2d2f
[ "MIT" ]
null
null
null
Pong/Game/Private/GameObjects/Components/Collision/CircleCollider.h
Nicolas4677/Pong-Prototype-EngineX
6a120cf04cd4fd580114a5d06fbcccaa0aeb2d2f
[ "MIT" ]
null
null
null
//Copyright (C) 2020, Nicolas Morales Escobar. All rights reserved. #pragma once #include "Game/Private/GameObjects/Components/Collision/Collider.h" class CircleCollider : public Collider { public: //The transform of the game object that holds the collider CircleCollider(GameObject* gameObject); virtual ~CircleCo...
28.277778
80
0.795678
[ "object", "transform" ]
1615c529e656a87a83e934291f221a418d012aac
1,970
h
C
r_storage/include/r_storage/r_storage_file_reader.h
TroyDL/revere
541bdc2bed9db212c1b74414b24733cf39675d08
[ "BSD-3-Clause" ]
null
null
null
r_storage/include/r_storage/r_storage_file_reader.h
TroyDL/revere
541bdc2bed9db212c1b74414b24733cf39675d08
[ "BSD-3-Clause" ]
null
null
null
r_storage/include/r_storage/r_storage_file_reader.h
TroyDL/revere
541bdc2bed9db212c1b74414b24733cf39675d08
[ "BSD-3-Clause" ]
null
null
null
#ifndef __r_storage_file_reader_h #define __r_storage_file_reader_h #include "r_storage/r_dumbdex.h" #include "r_storage/r_storage_file.h" #include "r_utils/r_memory_map.h" #include "r_utils/r_file.h" #include "r_utils/r_file_lock.h" #include <string> #include <vector> #include <memory> #include <climits> namespace ...
29.848485
130
0.76802
[ "vector" ]
16164000dfb1d62c013bd69b18ece12341a0b489
7,949
c
C
game.c
danieljohnson2/Curse
8925c2e357cdc39936ab58ce0cb1246536e2cbd3
[ "Unlicense" ]
1
2017-07-09T19:47:35.000Z
2017-07-09T19:47:35.000Z
game.c
danieljohnson2/Curse
8925c2e357cdc39936ab58ce0cb1246536e2cbd3
[ "Unlicense" ]
null
null
null
game.c
danieljohnson2/Curse
8925c2e357cdc39936ab58ce0cb1246536e2cbd3
[ "Unlicense" ]
null
null
null
#include "game.h" #include "player.h" #include "treasure.h" #include "monster.h" #include "action.h" #include "item.h" #include <stdlib.h> #include <string.h> #include <stdio.h> #define THING_COUNT 32 #define INVENTORY_COUNT 26 #define PLAYER_INDEX 0 typedef struct ThingEntry { Thing thing; struct ThingEntry...
23.657738
78
0.643603
[ "shape" ]
161a7e1ee166088a1ca14c64b3ae1094e119f84a
2,771
h
C
src/library/pos_info_provider.h
mhuisi/lean4
dda44bc47f3e5d024508060dac2bcb59fd12e4c0
[ "Apache-2.0" ]
null
null
null
src/library/pos_info_provider.h
mhuisi/lean4
dda44bc47f3e5d024508060dac2bcb59fd12e4c0
[ "Apache-2.0" ]
2
2020-10-11T19:06:55.000Z
2020-10-11T19:06:59.000Z
stage0/src/library/pos_info_provider.h
mhuisi/lean4
dda44bc47f3e5d024508060dac2bcb59fd12e4c0
[ "Apache-2.0" ]
2
2020-07-07T14:51:27.000Z
2020-07-08T10:37:07.000Z
/* Copyright (c) 2013-2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ #pragma once #include <utility> #include "util/format.h" #include "kernel/expr.h" #include "util/message_definitions.h" namespace lean { /* TEMPORARY ...
39.585714
129
0.70913
[ "object" ]
161bff2638ba024790cca2814c00354e397929a4
3,575
h
C
shill/cellular/modem_info.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
null
null
null
shill/cellular/modem_info.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
null
null
null
shill/cellular/modem_info.h
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2018 The Chromium OS 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 SHILL_CELLULAR_MODEM_INFO_H_ #define SHILL_CELLULAR_MODEM_INFO_H_ #include <map> #include <memory> #include <string> #include <vector> #inclu...
31.359649
80
0.757762
[ "vector" ]
161d2375e86d775fb3cc8a367a3bd4aad87c57c0
5,937
c
C
src/gpu/gpu_framebuffer.c
jeffmd/RPIGears
2b9da5a751d907b4ca96f52b64f8b9023089b708
[ "RSA-MD" ]
1
2019-05-03T05:17:46.000Z
2019-05-03T05:17:46.000Z
src/gpu/gpu_framebuffer.c
jeffmd/RPIGears
2b9da5a751d907b4ca96f52b64f8b9023089b708
[ "RSA-MD" ]
null
null
null
src/gpu/gpu_framebuffer.c
jeffmd/RPIGears
2b9da5a751d907b4ca96f52b64f8b9023089b708
[ "RSA-MD" ]
null
null
null
// gpu_framebuffer.c #include <stdio.h> #include <stdint.h> #include "gles3.h" #include "id_plug.h" #include "static_array.h" #include "gpu_texture.h" #define GPU_FRAMEBUFFER_MAX_COUNT 200 typedef enum { GPU_FB_DEPTH_ATTACHMENT = 0, GPU_FB_STENCIL_ATTACHMENT, GPU_FB_COLOR_ATTACHMENT0, // Number of maximum ...
24.634855
98
0.731177
[ "object" ]
162b07f4502ccc5862d7de0cbfd946d279bf6b26
699
h
C
Homework/hw04 - Inheritance/Square.h
tonysulfaro/CSE-335
1dbf90b2aff27f7cbc0eaecf99026cd4747ba510
[ "MIT" ]
null
null
null
Homework/hw04 - Inheritance/Square.h
tonysulfaro/CSE-335
1dbf90b2aff27f7cbc0eaecf99026cd4747ba510
[ "MIT" ]
null
null
null
Homework/hw04 - Inheritance/Square.h
tonysulfaro/CSE-335
1dbf90b2aff27f7cbc0eaecf99026cd4747ba510
[ "MIT" ]
2
2019-10-25T18:52:47.000Z
2020-02-02T05:27:09.000Z
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: Square.h * Author: tonysulfaro * * Created on January 23, 2019, 5:01 PM */ #ifndef SQUARE_H #define SQUARE_H usin...
18.394737
79
0.666667
[ "shape" ]
162dc21582a83e4c821de215cb95182a08d893b9
15,556
h
C
pointmatcher/IO.h
skn123/libpointmatcher
3464af6f218578e7b3053c89fa6661399952b0d1
[ "BSD-3-Clause" ]
null
null
null
pointmatcher/IO.h
skn123/libpointmatcher
3464af6f218578e7b3053c89fa6661399952b0d1
[ "BSD-3-Clause" ]
null
null
null
pointmatcher/IO.h
skn123/libpointmatcher
3464af6f218578e7b3053c89fa6661399952b0d1
[ "BSD-3-Clause" ]
null
null
null
// kate: replace-tabs off; indent-width 4; indent-mode normal // vim: ts=4:sw=4:noexpandtab /* Copyright (c) 2010--2012, François Pomerleau and Stephane Magnenat, ASL, ETHZ, Switzerland You can contact the authors at <f dot pomerleau at gmail dot com> and <stephane at magnenat dot net> All rights reserved. Redistrib...
37.757282
329
0.725765
[ "object", "vector", "transform" ]
162e620d5c96c78fe13f59255fc3da37867aa5f8
1,596
h
C
thirdparty/grpc/include/grpc/impl/codegen/sync_posix.h
SakuraEngine/Sakura.Runtime
5a397fb2b1285326c4216f522fe10e347bd566f7
[ "MIT" ]
29
2021-11-19T11:28:22.000Z
2022-03-29T00:26:51.000Z
thirdparty/grpc/include/grpc/impl/codegen/sync_posix.h
SakuraEngine/Sakura.Runtime
5a397fb2b1285326c4216f522fe10e347bd566f7
[ "MIT" ]
null
null
null
thirdparty/grpc/include/grpc/impl/codegen/sync_posix.h
SakuraEngine/Sakura.Runtime
5a397fb2b1285326c4216f522fe10e347bd566f7
[ "MIT" ]
1
2022-03-05T08:14:40.000Z
2022-03-05T08:14:40.000Z
/* * * Copyright 2015 gRPC authors. * * 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 la...
29.018182
77
0.736216
[ "object" ]
162ed79030482fad7ecbf3b107407727fc805bc7
3,550
h
C
sdk-6.5.16/include/soc/tdm/greyhound2/tdm_gh2_defines.h
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.16/include/soc/tdm/greyhound2/tdm_gh2_defines.h
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
sdk-6.5.16/include/soc/tdm/greyhound2/tdm_gh2_defines.h
copslock/broadcom_cpri
8e2767676e26faae270cf485591902a4c50cf0c5
[ "Spencer-94" ]
null
null
null
/* * * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyright 2007-2019 Broadcom Inc. All rights reserved. * All Rights Reserved.$ * * TDM macro values for BCM53570 */ #ifndef TDM_GH2_PREPROCESSOR_MACROS_H #define TDM_...
31.140351
134
0.793803
[ "vector" ]
162fe48ad7d7db8d22c3665bdc063f5f8875bd4e
1,633
h
C
random.h
weinbe58/projector_heisenberg
0c25c637df120539612f461f325e23c2d74ffbe0
[ "BSD-3-Clause" ]
3
2020-12-14T19:53:15.000Z
2021-05-13T07:39:53.000Z
random.h
weinbe58/projector_heisenberg
0c25c637df120539612f461f325e23c2d74ffbe0
[ "BSD-3-Clause" ]
null
null
null
random.h
weinbe58/projector_heisenberg
0c25c637df120539612f461f325e23c2d74ffbe0
[ "BSD-3-Clause" ]
null
null
null
#ifndef _random_h_ #define _random_h_ #include <random> #include <vector> #include <stack> class rand_uniform { std::mt19937_64 gen; std::uniform_real_distribution<double> dist; unsigned int s; public: rand_uniform(){ //seeding random number generator unsigned int lo,hi; __asm__ __volatile__ ("rdts...
14.451327
58
0.575628
[ "vector" ]
163098db1b9f3de15d4c3b59a43229b1ead8b108
236
h
C
src/base/poi.h
pankdm/icfpc-2019
02de90f77fa6bd8abfac662b17cbbb2fe084e933
[ "MIT" ]
null
null
null
src/base/poi.h
pankdm/icfpc-2019
02de90f77fa6bd8abfac662b17cbbb2fe084e933
[ "MIT" ]
8
2021-03-19T01:35:09.000Z
2022-03-11T23:50:33.000Z
src/base/poi.h
pankdm/icfpc-2019
02de90f77fa6bd8abfac662b17cbbb2fe084e933
[ "MIT" ]
null
null
null
#pragma once #include "base/item.h" #include "common/graph/graph.h" #include <vector> class POI { public: Item item; unsigned location; std::vector<unsigned> vd; POI(Item _item, unsigned index, const UndirectedGraph& g); };
15.733333
60
0.70339
[ "vector" ]
1632bfe4d3358fdec07a8995e40423acebca8509
3,309
h
C
components/Buttons/src/ButtonThemer/MDCButtonScheme.h
dalian-mobile/material-components-ios
6ed1991aad314fc421e2f1c9daec5af257e88887
[ "Apache-2.0" ]
null
null
null
components/Buttons/src/ButtonThemer/MDCButtonScheme.h
dalian-mobile/material-components-ios
6ed1991aad314fc421e2f1c9daec5af257e88887
[ "Apache-2.0" ]
null
null
null
components/Buttons/src/ButtonThemer/MDCButtonScheme.h
dalian-mobile/material-components-ios
6ed1991aad314fc421e2f1c9daec5af257e88887
[ "Apache-2.0" ]
null
null
null
// Copyright 2018-present the Material Components for iOS authors. 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 //...
30.081818
99
0.760351
[ "shape" ]
1639adde097f7c307179fee2ac5bff28478a73e7
2,029
h
C
Shaderator/access_counting_container.h
cg-enths/shaderator
825f58f1da0ec0fec1367ca0a1f19796a11f54d4
[ "MIT" ]
31
2018-04-11T17:28:01.000Z
2022-02-22T13:41:26.000Z
Shaderator/access_counting_container.h
cg-enths/shaderator
825f58f1da0ec0fec1367ca0a1f19796a11f54d4
[ "MIT" ]
5
2018-03-15T16:44:18.000Z
2019-04-13T19:17:51.000Z
Shaderator/access_counting_container.h
cezbloch/shaderator
825f58f1da0ec0fec1367ca0a1f19796a11f54d4
[ "MIT" ]
5
2018-11-30T01:14:48.000Z
2021-12-31T10:03:51.000Z
#pragma once #include <vector> #include "shader_types.h" #include "element.h" template<class T> class AccessCountingContainer { public: AccessCountingContainer() = default; AccessCountingContainer(unsigned int size) : AccessCountingContainer(uint2(size, 1)) { } AccessCountingContainer(uint2 size) ...
20.089109
74
0.656481
[ "vector" ]
163b0156c2f0690e7b5b36e493a55c81a21053ea
3,020
h
C
components/zucchini/targets_affinity.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
components/zucchini/targets_affinity.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
components/zucchini/targets_affinity.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2017 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 COMPONENTS_ZUCCHINI_TARGETS_AFFINITY_H_ #define COMPONENTS_ZUCCHINI_TARGETS_AFFINITY_H_ #include <stddef.h> #include <stdint.h> #include <deque>...
40.266667
80
0.727815
[ "vector" ]
163d682bd220efe902982a4251fab30d95dd4539
824
c
C
arc/sysc/t.domain_init.c
keithbrown/mc
cfa3e771a6c07fe01169817e9e312fdbe97cfe2f
[ "Apache-2.0" ]
6
2016-09-17T14:29:31.000Z
2021-11-15T09:45:11.000Z
arc/sysc/t.domain_init.c
keithbrown/mc
cfa3e771a6c07fe01169817e9e312fdbe97cfe2f
[ "Apache-2.0" ]
35
2015-01-15T02:07:15.000Z
2021-08-23T12:51:12.000Z
arc/sysc/t.domain_init.c
keithbrown/mc
cfa3e771a6c07fe01169817e9e312fdbe97cfe2f
[ "Apache-2.0" ]
62
2015-01-14T20:04:57.000Z
2022-03-25T03:17:44.000Z
.if ( not_empty te_class ) .if ( te_sys.InstanceLoading ) Escher_idf ${te_c.Name}_instance_dumpers[ ${te_dci.max} ] = {${instance_dumpers} }; .end if /* xtUML class info (collections, sizes, etc.) */ ${te_set.scope}${te_cia.class_info_type} * const ${te_c.Name}::${te_dci.array_name}[ ${te_dci.max} ] = {${class_info...
31.692308
122
0.688107
[ "model" ]
16463f76af533528f33156527be0e4d9a1ed9153
648
h
C
service/class-merging/AnonymousModelGenerator.h
ivanmurashko/redex
0f723f204b8b8774a3ac183bc72e0aeb89f81089
[ "MIT" ]
1
2020-12-01T06:59:47.000Z
2020-12-01T06:59:47.000Z
service/class-merging/AnonymousModelGenerator.h
ivanmurashko/redex
0f723f204b8b8774a3ac183bc72e0aeb89f81089
[ "MIT" ]
null
null
null
service/class-merging/AnonymousModelGenerator.h
ivanmurashko/redex
0f723f204b8b8774a3ac183bc72e0aeb89f81089
[ "MIT" ]
null
null
null
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <cstddef> #include <vector> class DexClass; using Scope = std::vector<DexClass*>; class PassManager; names...
24
66
0.614198
[ "vector" ]
1658ca57806676a481d15d8608bbdd67762985d4
6,278
h
C
3rdparty/OculusSDKv1_3_2/LibOVR/Include/OVR_CAPI_GL.h
PlusToolkit/OvrvisionPro
ed64cade144ce47d17423369476fb43ea69b124d
[ "MIT" ]
11
2016-02-18T03:22:33.000Z
2021-01-21T13:05:30.000Z
3rdparty/OculusSDKv1_3_2/LibOVR/Include/OVR_CAPI_GL.h
PlusToolkit/OvrvisionPro
ed64cade144ce47d17423369476fb43ea69b124d
[ "MIT" ]
3
2015-04-26T09:52:12.000Z
2015-05-13T13:06:58.000Z
3rdparty/OculusSDKv1_3_2/LibOVR/Include/OVR_CAPI_GL.h
PlusToolkit/OvrvisionPro
ed64cade144ce47d17423369476fb43ea69b124d
[ "MIT" ]
11
2015-03-14T13:35:22.000Z
2015-09-16T16:26:08.000Z
/********************************************************************************//** \file OVR_CAPI_GL.h \brief OpenGL-specific structures used by the CAPI interface. \copyright Copyright 2015 Oculus VR, LLC. All Rights reserved. ********************************************************************************...
62.78
147
0.691303
[ "object" ]
16590cdc383953f3c71f128c9abb8d3eeb41ca2b
651
h
C
Aphelion/Src/Aphelion/Renderer/old/GraphicsContext.h
antjowie/AphelionWeb
e616806844bb06914b32395b2e4998ac518b3773
[ "MIT" ]
null
null
null
Aphelion/Src/Aphelion/Renderer/old/GraphicsContext.h
antjowie/AphelionWeb
e616806844bb06914b32395b2e4998ac518b3773
[ "MIT" ]
null
null
null
Aphelion/Src/Aphelion/Renderer/old/GraphicsContext.h
antjowie/AphelionWeb
e616806844bb06914b32395b2e4998ac518b3773
[ "MIT" ]
null
null
null
#pragma once #include "Aphelion/Core/Core.h" namespace ap { /** * A context is what a render api uses to communicate with the os * The reason why we abstract this is because different graphics apis * have different contexts. * * At first this was done in the window, but that is not feasible. * I at the time of w...
31
75
0.734255
[ "render" ]
165c7ec896cbcac96351cebca185c33c5f1bcccc
1,784
h
C
thrift/compiler/ast/t_interface.h
dgrnbrg-meta/fbthrift
1d5f0799ef53feeb83425b6c9c79f86aeac7d9ed
[ "Apache-2.0" ]
null
null
null
thrift/compiler/ast/t_interface.h
dgrnbrg-meta/fbthrift
1d5f0799ef53feeb83425b6c9c79f86aeac7d9ed
[ "Apache-2.0" ]
1
2022-03-03T09:40:25.000Z
2022-03-03T09:40:25.000Z
thrift/compiler/ast/t_interface.h
dgrnbrg-meta/fbthrift
1d5f0799ef53feeb83425b6c9c79f86aeac7d9ed
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
27.030303
77
0.737668
[ "vector" ]
165cecb03360b87e218a8a6b235d26b27a185dbb
11,848
c
C
Classes/Source/retrieve.c
shakfu/pd-else
e1d083f7b15d2b466bb36fb22098cd10ddf043a6
[ "WTFPL" ]
147
2017-03-20T17:46:42.000Z
2022-03-22T19:16:47.000Z
Classes/Source/retrieve.c
shakfu/pd-else
e1d083f7b15d2b466bb36fb22098cd10ddf043a6
[ "WTFPL" ]
1,186
2017-01-11T16:20:15.000Z
2022-03-31T07:24:12.000Z
Classes/Source/retrieve.c
shakfu/pd-else
e1d083f7b15d2b466bb36fb22098cd10ddf043a6
[ "WTFPL" ]
23
2017-10-27T16:50:03.000Z
2022-02-24T10:05:02.000Z
// based from cyclone/grab and simplified #include "m_pd.h" #include "m_imp.h" struct _outlet{ t_object *o_owner; struct _outlet *o_next; t_outconnect *o_connections; t_symbol *o_sym; }; t_outconnect *outlet_connections(t_outlet *o){ // obj_starttraverseoutlet() replacement retu...
40.162712
98
0.650996
[ "object" ]
3fa24d19ac8c245837f7784b8c9ef26c5945a000
1,512
h
C
rgb_pcl_streaming/include/ouster/image_processing.h
conix-center/VolumetricStreaming
ec85c6dba23d65cc6f36742d9ddcaf168ee6b45c
[ "BSD-3-Clause" ]
344
2018-05-08T06:47:36.000Z
2022-03-29T03:36:36.000Z
rgb_pcl_streaming/include/ouster/image_processing.h
conix-center/VolumetricStreaming
ec85c6dba23d65cc6f36742d9ddcaf168ee6b45c
[ "BSD-3-Clause" ]
329
2018-06-29T22:18:39.000Z
2022-03-29T17:28:33.000Z
rgb_pcl_streaming/include/ouster/image_processing.h
conix-center/VolumetricStreaming
ec85c6dba23d65cc6f36742d9ddcaf168ee6b45c
[ "BSD-3-Clause" ]
310
2018-06-17T20:48:57.000Z
2022-03-29T14:01:27.000Z
/** * @file * @brief Utilities for post-processing image data */ #pragma once #include <Eigen/Dense> #include <vector> #include "ouster/types.h" namespace ouster { namespace viz { /** * Corrects beam uniformity by minimizing median difference between rows, * thereby correcting subtle horizontal line artifacts...
24
80
0.661376
[ "vector" ]
3faa3bbe8b9485b5b009dd33891d9b10902a69b2
2,953
h
C
PropWare/utility/collection/charqueue.h
bweir/PropWare
51481aa2908d1cabafba7e1cdae71a30fc4acec4
[ "MIT" ]
10
2016-08-16T11:19:20.000Z
2022-03-30T01:25:18.000Z
PropWare/utility/collection/charqueue.h
bweir/PropWare
51481aa2908d1cabafba7e1cdae71a30fc4acec4
[ "MIT" ]
107
2016-01-30T17:20:11.000Z
2020-12-06T23:57:12.000Z
PropWare/utility/collection/charqueue.h
DavidZemon/PropWare
51481aa2908d1cabafba7e1cdae71a30fc4acec4
[ "MIT" ]
9
2016-03-13T16:11:58.000Z
2021-03-20T17:35:48.000Z
/** * @file PropWare/utility/collection/charqueue.h * * @author David Zemon * * @copyright * The MIT License (MIT)<br> * <br>Copyright (c) 2013 David Zemon<br> * <br>Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (t...
35.578313
113
0.67423
[ "object" ]
3fae7e2ef28986eac917ea3a144b080fd688fe8d
381
h
C
packets/play/CBDestroyEntities.h
WorkingRobot/CMine
c4d8b3988487c7dc480b0f252cba1eab53555bb7
[ "MIT" ]
3
2021-05-20T15:21:39.000Z
2021-06-23T18:08:41.000Z
packets/play/CBDestroyEntities.h
WorkingRobot/CMine
c4d8b3988487c7dc480b0f252cba1eab53555bb7
[ "MIT" ]
null
null
null
packets/play/CBDestroyEntities.h
WorkingRobot/CMine
c4d8b3988487c7dc480b0f252cba1eab53555bb7
[ "MIT" ]
1
2021-05-27T08:54:54.000Z
2021-05-27T08:54:54.000Z
#pragma once #include "../types/SocketPrimitives.h" struct CBDestroyEntities { static const int Id = 0x38; std::vector<SocketVarInt> EntityIds; friend SocketOStream& operator<<(SocketOStream& sock, const CBDestroyEntities& out) { sock << SocketVarInt(out.EntityIds.size()); for (auto& id ...
23.8125
89
0.629921
[ "vector" ]
3fb2d4310253bd16d17cee25b7881f39eceeb5da
11,726
c
C
src/scans/interesting_files_scan.c
johnthesecond/enumy
e22c767653ad4b3c784ec4d8ad1ddc21644b69ba
[ "MIT" ]
241
2020-04-19T08:48:43.000Z
2022-02-28T07:44:53.000Z
src/scans/interesting_files_scan.c
davidholiday/enumy
86a11f973c7797f2deff841a35eb45e548509e14
[ "MIT" ]
28
2020-04-25T13:44:12.000Z
2020-08-20T14:27:47.000Z
src/scans/interesting_files_scan.c
davidholiday/enumy
86a11f973c7797f2deff841a35eb45e548509e14
[ "MIT" ]
41
2020-04-28T11:38:45.000Z
2022-02-09T12:27:19.000Z
/* The job of this file is to try and identify files that could be of intrest to an attacker without showing too many false positives Examples of these files are backupfiles, private keys, certificates, writable config files and coredump files. */ #define _GNU_SOURCE #include "main.h" #include "resu...
32.392265
161
0.620331
[ "object" ]
3fb74edf5f9db454b412bf02838d93b43990b39c
18,972
h
C
components/safe_browsing_db/v4_store.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
components/safe_browsing_db/v4_store.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
components/safe_browsing_db/v4_store.h
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// 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 COMPONENTS_SAFE_BROWSING_DB_V4_STORE_H_ #define COMPONENTS_SAFE_BROWSING_DB_V4_STORE_H_ #include <memory> #include <string> #include <unordered_m...
44.535211
80
0.748788
[ "object" ]
3fb9d5f72b549caa5e03841cfa3930ce0864c599
11,330
h
C
ios/net/cookies/system_cookie_store_unittest_template.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
ios/net/cookies/system_cookie_store_unittest_template.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
ios/net/cookies/system_cookie_store_unittest_template.h
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2017 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_NET_COOKIES_SYSTEM_COOKIE_STORE_UNITTEST_TEMPLATE_H_ #define IOS_NET_COOKIES_SYSTEM_COOKIE_STORE_UNITTEST_TEMPLATE_H_ #import "ios/net/cookie...
39.068966
80
0.747661
[ "object" ]
3fbcc5555274effdeb33f771daddec2e25318c6c
5,768
h
C
src/server/lcdapi/api/LCDScreen.h
Oasis256/NymphCast
c2b795dc8abc1a8c1c66e1ad1135644a12fe0f24
[ "BSD-3-Clause" ]
2,226
2019-02-07T17:54:19.000Z
2022-03-30T11:48:49.000Z
src/server/lcdapi/api/LCDScreen.h
Oasis256/NymphCast
c2b795dc8abc1a8c1c66e1ad1135644a12fe0f24
[ "BSD-3-Clause" ]
51
2019-11-18T09:36:49.000Z
2022-03-13T23:01:38.000Z
src/server/lcdapi/api/LCDScreen.h
Oasis256/NymphCast
c2b795dc8abc1a8c1c66e1ad1135644a12fe0f24
[ "BSD-3-Clause" ]
80
2019-10-16T12:14:17.000Z
2022-02-11T14:29:31.000Z
/* Copyright 2012-2017 Simon Dawson <spdawson@gmail.com> This file is part of lcdapi. lcdapi 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 3 of the License, or (at your opt...
32.772727
103
0.701803
[ "object" ]
3fc0dd231f6ffc3ddfba5d4f49bbaa267913cc71
5,568
h
C
RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerGlobal.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
null
null
null
RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerGlobal.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
null
null
null
RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerGlobal.h
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
null
null
null
#ifndef RecoLocalCalo_EcalRecProducers_EcalUncalibRecHitRecWorkerGlobal_hh #define RecoLocalCalo_EcalRecProducers_EcalUncalibRecHitRecWorkerGlobal_hh /** \class EcalUncalibRecHitRecGlobalAlgo ...
46.789916
180
0.639368
[ "shape", "vector" ]
3fc703be65689e7448fb1efc68a9c51b68747f3d
4,070
h
C
src/Xi-Config/include/Xi/Config/Network.h
ElSamaritan/blockchain-OLD
ca3422c8873613226db99b7e6735c5ea1fac9f1a
[ "Apache-2.0" ]
null
null
null
src/Xi-Config/include/Xi/Config/Network.h
ElSamaritan/blockchain-OLD
ca3422c8873613226db99b7e6735c5ea1fac9f1a
[ "Apache-2.0" ]
null
null
null
src/Xi-Config/include/Xi/Config/Network.h
ElSamaritan/blockchain-OLD
ca3422c8873613226db99b7e6735c5ea1fac9f1a
[ "Apache-2.0" ]
null
null
null
/* ============================================================================================== * * * * Galaxia Blockchain * * ...
39.514563
100
0.492138
[ "vector" ]
3fd45ed4bfb11ea1a1c7e80be12dd19c23ccfa40
21,782
c
C
CMSIS/CoreValidation/Source/CV_CoreFunc.c
shlomow/CMSIS_5
f627007b756f114f4af31f2d9fb0a87f7091d8f9
[ "Apache-2.0" ]
1
2022-03-30T02:43:52.000Z
2022-03-30T02:43:52.000Z
CMSIS/CoreValidation/Source/CV_CoreFunc.c
shlomow/CMSIS_5
f627007b756f114f4af31f2d9fb0a87f7091d8f9
[ "Apache-2.0" ]
null
null
null
CMSIS/CoreValidation/Source/CV_CoreFunc.c
shlomow/CMSIS_5
f627007b756f114f4af31f2d9fb0a87f7091d8f9
[ "Apache-2.0" ]
1
2021-07-30T06:50:56.000Z
2021-07-30T06:50:56.000Z
/*----------------------------------------------------------------------------- * Name: CV_CoreFunc.c * Purpose: CMSIS CORE validation tests implementation *----------------------------------------------------------------------------- * Copyright (c) 2017 - 2021 Arm Limited. All rights r...
29.961486
126
0.62166
[ "vector" ]
3fd578f24a1b21911778868fe5ba75d0b814e0b2
839
h
C
Snake2DGameSFML/entities/Snake.h
melardev/CppSFMLSnakeGame
afb241656c64968fb44f08a734cb61aea6cb49cd
[ "MIT" ]
null
null
null
Snake2DGameSFML/entities/Snake.h
melardev/CppSFMLSnakeGame
afb241656c64968fb44f08a734cb61aea6cb49cd
[ "MIT" ]
null
null
null
Snake2DGameSFML/entities/Snake.h
melardev/CppSFMLSnakeGame
afb241656c64968fb44f08a734cb61aea6cb49cd
[ "MIT" ]
null
null
null
#pragma once #include <SFML/Graphics.hpp> #include "Food.h" #include "../utils/random.h" namespace sf { class RenderWindow; } class Snake : public Entity { public: Snake(sf::RenderWindow* display); ~Snake(); void draw() override; bool died(); bool ateFood(Food* food); bool collide(const sf::Vector2i& loc) o...
18.644444
71
0.742551
[ "vector" ]
3fdaa2b5e51780edc8b2aee6bf7501278944616b
3,617
h
C
machine/qemu/sources/u-boot/include/test/test.h
muddessir/framework
5b802b2dd7ec9778794b078e748dd1f989547265
[ "MIT" ]
1
2021-11-21T19:56:29.000Z
2021-11-21T19:56:29.000Z
machine/qemu/sources/u-boot/include/test/test.h
muddessir/framework
5b802b2dd7ec9778794b078e748dd1f989547265
[ "MIT" ]
null
null
null
machine/qemu/sources/u-boot/include/test/test.h
muddessir/framework
5b802b2dd7ec9778794b078e748dd1f989547265
[ "MIT" ]
null
null
null
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2013 Google, Inc. */ #ifndef __TEST_TEST_H #define __TEST_TEST_H #include <malloc.h> #include <linux/bitops.h> /* * struct unit_test_state - Entire state of test system * * @fail_count: Number of tests that failed * @start: Store the starting mallinfo ...
30.652542
79
0.714957
[ "model" ]
3ff071a02c2a52c34d3b59f9aeb3a06363cdea65
17,131
h
C
gui/FileServerList.h
ahota/visit_ospray
d80b2e18ff5654d04bfb56ae4d6f42e45f87c9b9
[ "BSD-3-Clause" ]
null
null
null
gui/FileServerList.h
ahota/visit_ospray
d80b2e18ff5654d04bfb56ae4d6f42e45f87c9b9
[ "BSD-3-Clause" ]
null
null
null
gui/FileServerList.h
ahota/visit_ospray
d80b2e18ff5654d04bfb56ae4d6f42e45f87c9b9
[ "BSD-3-Clause" ]
null
null
null
/***************************************************************************** * * Copyright (c) 2000 - 2014, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-442911 * All rights reserved. * * This file is part of VisIt. For details, see https://visit.llnl...
39.291284
93
0.682797
[ "object", "vector" ]
3ff537c1d97b25d02ba63e1e14d30f4d3dc9c076
635
c
C
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.dg/goacc/nvptx-merged-loop.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.dg/goacc/nvptx-merged-loop.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.dg/goacc/nvptx-merged-loop.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
/* { dg-do link } */ /* { dg-require-effective-target offload_nvptx } */ /* { dg-options "-fopenacc -O2 -foffload=-fdump-rtl-mach\\ -dumpbase\\ nvptx-merged-loop.c\\ -Wa,--no-verify" } */ #define N (32*32*32+17) void __attribute__ ((noinline)) Foo (int *ary) { int ix; #pragma acc parallel num_workers(32) vector_len...
20.483871
114
0.588976
[ "vector" ]
b204359e43973b2052148ec6d0fd3ac97c4edb46
10,289
c
C
src/core/gpu/op/tensor_index_gpu.c
kant/ocean-tensor-package
fb3fcff8bba7f4ef6cd8b8d02f0e1be1258da02d
[ "Apache-2.0" ]
27
2018-08-16T21:32:49.000Z
2021-11-30T10:31:08.000Z
src/core/gpu/op/tensor_index_gpu.c
kant/ocean-tensor-package
fb3fcff8bba7f4ef6cd8b8d02f0e1be1258da02d
[ "Apache-2.0" ]
null
null
null
src/core/gpu/op/tensor_index_gpu.c
kant/ocean-tensor-package
fb3fcff8bba7f4ef6cd8b8d02f0e1be1258da02d
[ "Apache-2.0" ]
13
2018-08-17T17:33:16.000Z
2021-11-30T10:31:09.000Z
/* ------------------------------------------------------------------------ */ /* Copyright 2018, IBM Corp. */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* y...
38.680451
96
0.496647
[ "solid" ]
85065ad29c2db3a1884c6a7d787dab112ae7a6c1
2,626
h
C
app/src/mainwindow.h
PraydE007/uAmp
50e717df54915e3cd6c644a88ec8de5725bb182b
[ "MIT" ]
null
null
null
app/src/mainwindow.h
PraydE007/uAmp
50e717df54915e3cd6c644a88ec8de5725bb182b
[ "MIT" ]
null
null
null
app/src/mainwindow.h
PraydE007/uAmp
50e717df54915e3cd6c644a88ec8de5725bb182b
[ "MIT" ]
1
2020-11-16T12:47:44.000Z
2020-11-16T12:47:44.000Z
#ifndef MAINWINDOW_H #define MAINWINDOW_H // LOCAL #include "Playlist.h" #include "ProgressBar.h" #include "ImageEdit.h" namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = nullptr); ~MainWindow(); private slots: void ope...
26.525253
69
0.692688
[ "vector" ]
8510c1f339901e995f320ccc9bf719b2e49ae427
3,878
h
C
3rdparty/webkit/Source/WebCore/page/UserScript.h
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
1
2020-05-25T16:06:49.000Z
2020-05-25T16:06:49.000Z
3rdparty/webkit/Source/WebCore/page/UserScript.h
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
null
null
null
3rdparty/webkit/Source/WebCore/page/UserScript.h
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
1
2019-01-25T13:55:25.000Z
2019-01-25T13:55:25.000Z
/* * Copyright (C) 2009 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 conditions a...
34.318584
179
0.720217
[ "vector" ]
851312993799c5a30bf76a1f262953dd27bc8499
8,234
h
C
third_party/ros_x86_64/include/visualization_msgs/MenuEntry.h
silverland79/apollo1.0
6e725e8dd5013b769efa18f43e5ae675f4847fbd
[ "Apache-2.0" ]
2
2018-01-29T03:10:39.000Z
2020-12-08T09:08:41.000Z
third_party/ros_x86_64/include/visualization_msgs/MenuEntry.h
silverland79/apollo1.0
6e725e8dd5013b769efa18f43e5ae675f4847fbd
[ "Apache-2.0" ]
null
null
null
third_party/ros_x86_64/include/visualization_msgs/MenuEntry.h
silverland79/apollo1.0
6e725e8dd5013b769efa18f43e5ae675f4847fbd
[ "Apache-2.0" ]
3
2018-01-29T12:22:56.000Z
2020-12-08T09:08:46.000Z
// Generated by gencpp from file visualization_msgs/MenuEntry.msg // DO NOT EDIT! #ifndef VISUALIZATION_MSGS_MESSAGE_MENUENTRY_H #define VISUALIZATION_MSGS_MESSAGE_MENUENTRY_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_trai...
29.302491
441
0.717877
[ "vector" ]
851637f88bf6451736494b87a4fc09068338126b
2,532
h
C
src/ExpectiMaxPlayer.h
JDNdeveloper/2048_Smart_Players
945ba894835b7f72a7849f86c7b24e6b24a54455
[ "MIT" ]
1
2019-01-19T22:58:21.000Z
2019-01-19T22:58:21.000Z
src/ExpectiMaxPlayer.h
JDNdeveloper/2048-Smart-Players
945ba894835b7f72a7849f86c7b24e6b24a54455
[ "MIT" ]
null
null
null
src/ExpectiMaxPlayer.h
JDNdeveloper/2048-Smart-Players
945ba894835b7f72a7849f86c7b24e6b24a54455
[ "MIT" ]
null
null
null
#include <functional> #include <iostream> #include <unordered_map> #include <vector> enum Move { NO_MOVE = -1, UP = 1, DOWN = 2, LEFT = 3, RIGHT = 4 }; enum Player { USER, TILE_SPAWN }; class Result { public: float score; Move move; Result(float scoreArg, Move moveArg) { score =...
21.457627
70
0.629542
[ "vector" ]
8517270088ce8bd7b31fb2a179428640bdf3335a
8,790
h
C
lullaby/systems/light/light_system.h
dherbst/lullaby
0b6675c9fc534c606236f40486987540ad098007
[ "Apache-2.0" ]
1,198
2017-06-09T08:10:52.000Z
2022-03-21T13:39:50.000Z
lullaby/systems/light/light_system.h
dherbst/lullaby
0b6675c9fc534c606236f40486987540ad098007
[ "Apache-2.0" ]
14
2017-06-10T00:47:46.000Z
2020-12-31T05:19:55.000Z
lullaby/systems/light/light_system.h
dherbst/lullaby
0b6675c9fc534c606236f40486987540ad098007
[ "Apache-2.0" ]
183
2017-06-09T22:19:20.000Z
2022-02-23T03:31:35.000Z
/* Copyright 2017-2019 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed t...
39.41704
80
0.719454
[ "render", "object", "vector", "transform" ]
8518d7d36e2da904b30dec5644dabac9e43ebc7b
34,631
h
C
win.h
bl222/win32-wrapper
90a055d9623375259d15f937bf12a1d2897c2e86
[ "MIT" ]
null
null
null
win.h
bl222/win32-wrapper
90a055d9623375259d15f937bf12a1d2897c2e86
[ "MIT" ]
null
null
null
win.h
bl222/win32-wrapper
90a055d9623375259d15f937bf12a1d2897c2e86
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------- // This file contain a class that encapsulate a windows handle (HWND) //------------------------------------------------------------------------- #if !defined (WIN_H) #define WIN_H #include "useunicode.h" #include "winunicodehelper...
36.187043
237
0.439433
[ "object", "solid" ]
851cca42b323933086510efdfd458be44a8dccf4
1,103
h
C
operators/linearToSubsetOperator.h
ahsanjav/gt-tomography
1f53d72672ccda417bc8966d8497af6d786e8935
[ "MIT" ]
6
2017-06-26T13:41:55.000Z
2019-06-10T11:06:27.000Z
operators/linearToSubsetOperator.h
ahsanjav/gt-tomography
1f53d72672ccda417bc8966d8497af6d786e8935
[ "MIT" ]
null
null
null
operators/linearToSubsetOperator.h
ahsanjav/gt-tomography
1f53d72672ccda417bc8966d8497af6d786e8935
[ "MIT" ]
1
2021-09-27T14:37:29.000Z
2021-09-27T14:37:29.000Z
/* * linearToSubsetOperator.h * * Created on: Nov 27, 2015 * Author: dch */ #ifndef LINEARTOSUBSETOPERATOR_H_ #define LINEARTOSUBSETOPERATOR_H_ #include "subsetOperator.h" namespace Gadgetron{ template<class ARRAY_TYPE> class linearToSubsetOperator : public subsetOperator<ARRAY_TYPE> { public: linearToSu...
24.511111
113
0.757026
[ "vector" ]
851eb87d34a5b3f457437dfbf3b318a729d4b17c
3,622
h
C
Win/Win32/include/log/loggingevent.h
Bing4Autodesk/CEF3
5dbe1658b34e95e6fbdc13ef1c508cca4cead3e5
[ "MIT" ]
3
2015-06-07T07:09:50.000Z
2017-06-09T17:12:22.000Z
Win/Win32/include/log/loggingevent.h
Bing4Autodesk/CEF3
5dbe1658b34e95e6fbdc13ef1c508cca4cead3e5
[ "MIT" ]
null
null
null
Win/Win32/include/log/loggingevent.h
Bing4Autodesk/CEF3
5dbe1658b34e95e6fbdc13ef1c508cca4cead3e5
[ "MIT" ]
1
2019-01-04T03:22:03.000Z
2019-01-04T03:22:03.000Z
// -*- C++ -*- // Module: Log4CPLUS // File: loggingevent.h /** @file */ #ifndef LOG4CPLUS_SPI_INTERNAL_LOGGING_EVENT_HEADER_ #define LOG4CPLUS_SPI_INTERNAL_LOGGING_EVENT_HEADER_ #include "platform.h" #include <memory> #include "loglevel.h" #include "timehelper.h" namespace log4cplus { class TimeHelper; /**...
26.82963
95
0.713142
[ "object" ]
8520d19dad9fe2f7724326c24d78f43e83f12623
1,224
h
C
FuelMeDriver/FuelMeDriver/TestClasses/EventStubModel.h
ride-austin/ios-driver
a6f61487fbca2460bb19c78e6d40f03493593e66
[ "MIT" ]
3
2020-07-25T21:10:30.000Z
2020-12-03T05:14:17.000Z
FuelMeDriver/FuelMeDriver/TestClasses/EventStubModel.h
ride-austin/ios-driver
a6f61487fbca2460bb19c78e6d40f03493593e66
[ "MIT" ]
null
null
null
FuelMeDriver/FuelMeDriver/TestClasses/EventStubModel.h
ride-austin/ios-driver
a6f61487fbca2460bb19c78e6d40f03493593e66
[ "MIT" ]
7
2020-06-16T20:45:07.000Z
2021-06-06T18:09:27.000Z
// // EventStubModel.h // RideDriver // // Created by Theodore Gonzalez on 6/4/17. // Copyright © 2017 FuelMe LLC. All rights reserved. // #import "RAEventDataModel.h" @interface EventStubModel : NSObject @property (nonatomic, readonly) RAEventDataModel * _Nullable model; /** Initializer @param secondsFromLaun...
28.465116
155
0.786765
[ "object", "model" ]
8522e44fa0bdec3cb42d8067ae921b36b3566027
9,050
h
C
folly/experimental/channels/test/ChannelTestUtil.h
Aoikiseki/folly
df3633c731d08bab0173039a050a30853fb47212
[ "Apache-2.0" ]
19,046
2015-01-01T17:01:10.000Z
2022-03-31T23:01:43.000Z
folly/experimental/channels/test/ChannelTestUtil.h
Aoikiseki/folly
df3633c731d08bab0173039a050a30853fb47212
[ "Apache-2.0" ]
1,493
2015-01-11T15:47:13.000Z
2022-03-28T18:13:58.000Z
folly/experimental/channels/test/ChannelTestUtil.h
Aoikiseki/folly
df3633c731d08bab0173039a050a30853fb47212
[ "Apache-2.0" ]
4,818
2015-01-01T12:28:16.000Z
2022-03-31T16:22:10.000Z
/* * Copyright (c) Facebook, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
34.022556
79
0.65547
[ "vector" ]
85249e58bf147e71e3e267b5e17be7ef9c6069db
914
h
C
INaturalistIOS/Uploadable.h
myronjwells/INaturalistIOS
ce0a70c7b791d2701b1e2854ccc47b4866c9a5f7
[ "MIT" ]
105
2015-01-29T14:37:03.000Z
2022-03-28T01:29:59.000Z
INaturalistIOS/Uploadable.h
myronjwells/INaturalistIOS
ce0a70c7b791d2701b1e2854ccc47b4866c9a5f7
[ "MIT" ]
566
2015-01-01T00:00:54.000Z
2022-03-04T20:27:10.000Z
INaturalistIOS/Uploadable.h
myronjwells/INaturalistIOS
ce0a70c7b791d2701b1e2854ccc47b4866c9a5f7
[ "MIT" ]
41
2015-01-19T17:10:49.000Z
2021-07-28T14:27:41.000Z
// // Uploadable.h // iNaturalist // // Created by Alex Shepard on 7/24/15. // Copyright (c) 2015 iNaturalist. All rights reserved. // #import <Foundation/Foundation.h> #import "ExploreDeletedRecord.h" @protocol Uploadable <NSObject> - (NSArray *)childrenNeedingUpload; - (BOOL)needsUpload; + (NSArray *)needingU...
23.435897
56
0.736324
[ "model" ]
8527e8f5c30815c8ff349daa14ed70ab3ad61c29
6,261
h
C
G3dOGL/G3d.h
hhoppe/Mesh-processing-library
aa8c952fbbb00774008060767650b821bf72fa10
[ "MIT" ]
422
2017-01-12T04:44:39.000Z
2022-03-21T14:38:49.000Z
G3dOGL/G3d.h
wangxihao/Mesh-processing-library
194ce16b8b28bbab1263ca6bc26dedfa7a0eeea2
[ "MIT" ]
1
2017-06-07T16:36:09.000Z
2017-06-07T16:36:09.000Z
G3dOGL/G3d.h
wangxihao/Mesh-processing-library
194ce16b8b28bbab1263ca6bc26dedfa7a0eeea2
[ "MIT" ]
75
2017-01-12T04:44:41.000Z
2021-11-09T02:57:34.000Z
// -*- C++ -*- Copyright (c) Microsoft Corporation; see license.txt #ifndef MESH_PROCESSING_G3DOGL_G3D_H_ #define MESH_PROCESSING_G3DOGL_G3D_H_ #include "G3dOGL/HB.h" #include "libHh/Array.h" #include "libHh/Bbox.h" #include "libHh/GMesh.h" #include "libHh/Geometry.h" #include "libHh/Sac.h" #include "libHh/Stat.h" n...
34.027174
81
0.693499
[ "mesh", "geometry", "object", "transform" ]
852a8133369ba1c1f2749cd489faabfbde5a05c2
755
h
C
GrammarRule.h
bplevin36/167_P4
e91fd484168a68b210d418f88c767a03a81e4d0f
[ "MIT" ]
1
2021-02-22T08:32:59.000Z
2021-02-22T08:32:59.000Z
GrammarRule.h
bplevin36/167_P4
e91fd484168a68b210d418f88c767a03a81e4d0f
[ "MIT" ]
1
2020-04-29T05:40:50.000Z
2021-02-22T01:04:27.000Z
GrammarRule.h
bplevin36/167_P4
e91fd484168a68b210d418f88c767a03a81e4d0f
[ "MIT" ]
null
null
null
#ifndef _GRAMMARRULE_H_ #define _GRAMMARRULE_H_ #include <vector> #include "Node.h" class GrammarRule { public: GrammarRule(std::vector<std::vector<int>> pattern, glm::ivec2 brickPos, glm::ivec2 brickDims) { this->pattern = pattern; this->patternLength = this->pattern.size(); this->patternWidth = this->patter...
24.354839
94
0.670199
[ "vector" ]
85380cdde8bf4b95c95e98d864f6ad3c2c2b7b03
9,365
h
C
DataCollector/mozilla/xulrunner-sdk/include/nsIRDFContainer.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
1
2016-04-20T08:35:44.000Z
2016-04-20T08:35:44.000Z
DataCollector/mozilla/xulrunner-sdk/include/nsIRDFContainer.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
null
null
null
DataCollector/mozilla/xulrunner-sdk/include/nsIRDFContainer.h
andrasigneczi/TravelOptimiser
b08805f97f0823fd28975a36db67193386aceb22
[ "Apache-2.0" ]
null
null
null
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl\nsIRDFContainer.idl */ #ifndef __gen_nsIRDFContainer_h__ #define __gen_nsIRDFContainer_h__ #ifndef __gen_nsISupports_h__ #include "nsISupports.h" #endif #ifndef __gen_nsIRDFDataSource_h__ #include "nsIRDFDataSource.h" #endif #ifndef...
40.717391
187
0.752589
[ "object" ]
8539c4d738ab6613c8397f7864c007fd721c7893
10,547
h
C
zlui/lab/3rd/PictureExWnd.h
blueantst/zpublic
17d798db89a9085200c2127e88ecf6b407393b3c
[ "Unlicense" ]
1
2016-01-07T15:17:31.000Z
2016-01-07T15:17:31.000Z
zlui/lab/3rd/PictureExWnd.h
lib1256/zpublic
64c2be9ef1abab878288680bb58122dcc25df81d
[ "Unlicense" ]
null
null
null
zlui/lab/3rd/PictureExWnd.h
lib1256/zpublic
64c2be9ef1abab878288680bb58122dcc25df81d
[ "Unlicense" ]
2
2015-06-24T06:32:23.000Z
2019-09-05T07:43:09.000Z
///////////////////////////////////////////////////////////////////// // PictureExWnd.h : Declaration of the CPictureExWnd // // Picture displaying control with support for the following formats: // GIF (including animated GIF87a and GIF89a), JPEG, BMP, WMF, ICO, CUR // // Written by Oleg Bykov (oleg_bykoff@rsdn.ru) /...
33.48254
89
0.701621
[ "vector" ]
853eaded07f6ee8fecc909788e51ead3aaa5a6df
2,525
h
C
SRC/analysis/analysis/ResponseSpectrumAnalysis.h
steva44/OpenSees
417c3be117992a108c6bbbcf5c9b63806b9362ab
[ "TCL" ]
8
2019-03-05T16:25:10.000Z
2020-04-17T14:12:03.000Z
SRC/analysis/analysis/ResponseSpectrumAnalysis.h
steva44/OpenSees
417c3be117992a108c6bbbcf5c9b63806b9362ab
[ "TCL" ]
null
null
null
SRC/analysis/analysis/ResponseSpectrumAnalysis.h
steva44/OpenSees
417c3be117992a108c6bbbcf5c9b63806b9362ab
[ "TCL" ]
3
2019-09-21T03:11:11.000Z
2020-01-19T07:29:37.000Z
/* ****************************************************************** ** ** OpenSees - Open System for Earthquake Engineering Simulation ** ** Pacific Earthquake Engineering Research Center ** ** ** ** ...
34.121622
88
0.523564
[ "model", "3d" ]