hexsha
stringlengths
40
40
size
int64
19
11.4M
ext
stringclasses
13 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
270
max_stars_repo_name
stringlengths
5
110
max_stars_repo_head_hexsha
stringlengths
40
40
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
270
max_issues_repo_name
stringlengths
5
116
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
270
max_forks_repo_name
stringlengths
5
116
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
19
11.4M
avg_line_length
float64
1.93
229k
max_line_length
int64
12
688k
alphanum_fraction
float64
0.07
0.99
matches
listlengths
1
10
81f72731a4816adcc47f73fe3887b930270aa0b8
3,675
cpp
C++
mr.Sadman/Classes/GameAct/Objects/Physical/Pendulum/Pendulum.cpp
1pkg/dump
0ee579cb6a97ae64d5367cc624b2407d7d4b1c7b
[ "MIT" ]
null
null
null
mr.Sadman/Classes/GameAct/Objects/Physical/Pendulum/Pendulum.cpp
1pkg/dump
0ee579cb6a97ae64d5367cc624b2407d7d4b1c7b
[ "MIT" ]
3
2020-12-11T10:01:27.000Z
2022-02-13T22:12:05.000Z
mr.Sadman/Classes/GameAct/Objects/Physical/Pendulum/Pendulum.cpp
1pkg/dump
0ee579cb6a97ae64d5367cc624b2407d7d4b1c7b
[ "MIT" ]
null
null
null
#include "Director.hpp" #include "GameAct/Act.hpp" #include "GameAct/Objects/Factories/ObjectsFactory.hpp" #include "Pendulum.hpp" namespace GameAct { namespace Physical { Pendulum::Pendulum() : _pivot( Director::getInstance().getGameAct()->getObjectsFactory()->create( "Pivot" ) ) { } void Pendulu...
22.272727
112
0.63619
[ "object", "vector" ]
81f7de63e39817f968e33cbda57c6e95706dd32a
3,980
hh
C++
plugins/MudPlugin.hh
SamFerwerda/Gazebo10-commits
b33ac5982fb75cac894fa145f7268146d44e0724
[ "ECL-2.0", "Apache-2.0" ]
3
2018-07-17T00:17:13.000Z
2020-05-26T08:39:25.000Z
plugins/MudPlugin.hh
SamFerwerda/Gazebo10-commits
b33ac5982fb75cac894fa145f7268146d44e0724
[ "ECL-2.0", "Apache-2.0" ]
1
2020-06-04T10:26:04.000Z
2020-06-04T10:26:04.000Z
plugins/MudPlugin.hh
SamFerwerda/Gazebo10-commits
b33ac5982fb75cac894fa145f7268146d44e0724
[ "ECL-2.0", "Apache-2.0" ]
2
2019-11-10T07:19:09.000Z
2019-11-21T19:11:11.000Z
/* * Copyright (C) 2012 Open Source Robotics 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.org/licenses/LICENSE-2.0 * * Unless required by appl...
32.622951
78
0.709296
[ "vector", "model" ]
81f9153d890f11b17e90d93f5c81ae855ac51809
12,034
cpp
C++
vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/display_window.cpp
Nurzamal/rest_api_docker
a9cc01dfc235467d490d9663755b33ef6990bdd8
[ "MIT" ]
null
null
null
vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/display_window.cpp
Nurzamal/rest_api_docker
a9cc01dfc235467d490d9663755b33ef6990bdd8
[ "MIT" ]
null
null
null
vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/display_window.cpp
Nurzamal/rest_api_docker
a9cc01dfc235467d490d9663755b33ef6990bdd8
[ "MIT" ]
null
null
null
/* $Id: display_window.cpp 69500 2017-10-28 15:14:05Z vboxsync $ */ /** @file * Presenter API: CrFbDisplayWindow class implementation -- display content into host GUI window. */ /* * Copyright (C) 2014-2017 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from htt...
20.928696
135
0.576949
[ "render" ]
3b49005ddd2c277f7f467b7b90362c1710f1d3c6
8,853
cpp
C++
src/PixelSort.cpp
SEED264/PixelSorter_s
bd6b3d952d5487e022b8a749c431f9316417009c
[ "MIT" ]
9
2018-10-20T02:57:26.000Z
2022-03-23T17:07:34.000Z
src/PixelSort.cpp
SEED264/PixelSorter_s
bd6b3d952d5487e022b8a749c431f9316417009c
[ "MIT" ]
null
null
null
src/PixelSort.cpp
SEED264/PixelSorter_s
bd6b3d952d5487e022b8a749c431f9316417009c
[ "MIT" ]
1
2020-05-31T00:05:52.000Z
2020-05-31T00:05:52.000Z
#ifndef NOMINMAX #define NOMINMAX 1 #endif // NOMINMAX #include "lua.hpp" #include <Windows.h> #include <algorithm> #include <functional> #include <string> #include <vector> #include "Trans.h" #include"PixelSort_struct.h" #include "UtilFunc.h" #define DebugCode(x) #ifdef _DEBUG #include <chrono> #include <iostream> ...
28.743506
117
0.536654
[ "vector" ]
3b493bf484a9a0b26b64fab3bf9543990322a581
10,265
cpp
C++
src/pancake/AlignerKSW2.cpp
PacificBiosciences/pancake
3f099cee41668ff830ea69609e83322fece498dc
[ "BSD-3-Clause-Clear", "BSL-1.0", "BSD-3-Clause", "MIT" ]
8
2020-11-18T20:39:36.000Z
2022-03-02T19:14:14.000Z
src/pancake/AlignerKSW2.cpp
PacificBiosciences/pancake
3f099cee41668ff830ea69609e83322fece498dc
[ "BSD-3-Clause-Clear", "BSL-1.0", "BSD-3-Clause", "MIT" ]
4
2020-12-01T15:47:46.000Z
2021-09-02T14:53:23.000Z
src/pancake/AlignerKSW2.cpp
PacificBiosciences/pancake
3f099cee41668ff830ea69609e83322fece498dc
[ "BSD-3-Clause-Clear", "BSL-1.0", "BSD-3-Clause", "MIT" ]
5
2020-11-19T18:24:05.000Z
2021-03-18T16:08:23.000Z
// Authors: Ivan Sovic #include <pacbio/alignment/AlignmentTools.h> #include <pacbio/pancake/AlignerKSW2.h> #include <pacbio/pancake/Lookups.h> #include <array> #include <cstring> #include <iostream> namespace PacBio { namespace Pancake { mm_tbuf_t* mm_tbuf_init(void) { mm_tbuf_t* b; b = (mm_tbuf_t*)calloc(1...
35.519031
115
0.572138
[ "vector" ]
3b4a597dd25557796b3d8ee6624ca7bc4d2c0613
5,107
hpp
C++
include/verilog/ieee1364_2001/actions/module.hpp
qedalab/vcd_assert
40da307e60600fc4a814d4bba4679001f49f4375
[ "BSD-2-Clause" ]
1
2019-04-30T17:56:23.000Z
2019-04-30T17:56:23.000Z
include/verilog/ieee1364_2001/actions/module.hpp
qedalab/vcd_assert
40da307e60600fc4a814d4bba4679001f49f4375
[ "BSD-2-Clause" ]
null
null
null
include/verilog/ieee1364_2001/actions/module.hpp
qedalab/vcd_assert
40da307e60600fc4a814d4bba4679001f49f4375
[ "BSD-2-Clause" ]
4
2018-08-01T08:32:00.000Z
2019-12-18T06:34:33.000Z
// ============================================================================ // Copyright 2018 Paul le Roux and Calvin Maree // // 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 ...
30.041176
79
0.706873
[ "vector" ]
3b4b5d1547e40ddabd3a234c346b9cd2d8491d89
4,805
cpp
C++
src/visualization/shaders/abstract_shader.cpp
mtao/balsa
1552f3a367a80dfc41fffc50b5628b46ba716ab8
[ "MIT" ]
null
null
null
src/visualization/shaders/abstract_shader.cpp
mtao/balsa
1552f3a367a80dfc41fffc50b5628b46ba716ab8
[ "MIT" ]
null
null
null
src/visualization/shaders/abstract_shader.cpp
mtao/balsa
1552f3a367a80dfc41fffc50b5628b46ba716ab8
[ "MIT" ]
null
null
null
#include "balsa/visualization/shaders/abstract_shader.hpp" #include "shaderc/status.h" #include <QtCore/QTextStream> #include <spdlog/spdlog.h> #include <QtCore/QFile> #include <iostream> #include <shaderc/shaderc.hpp> #include <vulkan/vulkan_core.h> void balsa_visualization_shaders_initialize_resources() { Q_INIT...
36.401515
209
0.678668
[ "object", "vector" ]
3b4dc950297cec4deefd30523f4518d6e98c291d
9,450
cpp
C++
src/optimization/models/LAV.cpp
sg0/Elemental
614f02509690449b553451e36bc78e7e132ea517
[ "BSD-3-Clause" ]
1
2015-12-08T22:54:37.000Z
2015-12-08T22:54:37.000Z
src/optimization/models/LAV.cpp
sg0/Elemental
614f02509690449b553451e36bc78e7e132ea517
[ "BSD-3-Clause" ]
null
null
null
src/optimization/models/LAV.cpp
sg0/Elemental
614f02509690449b553451e36bc78e7e132ea517
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2009-2015, Jack Poulson All rights reserved. This file is part of Elemental and is under the BSD 2-Clause License, which can be found in the LICENSE file in the root directory, or at http://opensource.org/licenses/BSD-2-Clause */ #include "El.hpp" // Least Absolute Value (LAV) regres...
28.98773
77
0.499577
[ "vector" ]
3b595f2a985206d92aa6ae145d371b1ab0d68aa0
33,224
cpp
C++
code/scripting/scripting.cpp
the-maddin/fs2open.github.com
866a7c40df5d6674a50788e56b605c172b7a5163
[ "Unlicense" ]
1
2015-04-24T12:37:48.000Z
2015-04-24T12:37:48.000Z
code/scripting/scripting.cpp
JohnAFernandez/fs2open.github.com
c0bb5bc8eb640c3932aefd3dfad1fd4758571cff
[ "Unlicense" ]
4
2015-03-30T20:33:03.000Z
2020-06-03T08:48:35.000Z
code/scripting/scripting.cpp
JohnAFernandez/fs2open.github.com
c0bb5bc8eb640c3932aefd3dfad1fd4758571cff
[ "Unlicense" ]
1
2015-01-05T12:19:23.000Z
2015-01-05T12:19:23.000Z
#include "scripting/scripting.h" #include "globalincs/systemvars.h" #include "globalincs/version.h" #include "ade.h" #include "ade_args.h" #include "freespace.h" #include "hook_api.h" #include "bmpman/bmpman.h" #include "controlconfig/controlsconfig.h" #include "gamesequence/gamesequence.h" #include "hud/hud.h" #inc...
27.571784
239
0.683422
[ "render", "object" ]
3b5acc1656cd73cb2820fd2bcda2a87169fa9ae5
1,816
cpp
C++
Marlin/src/HAL/NATIVE_SIM/u8g/LCD_pin_routines.cpp
tom-2273/Tronxy_SKR_mini_E3_V20
bc4a8dc2c6c627e4bd7aa423794246f5b051448d
[ "CC0-1.0" ]
null
null
null
Marlin/src/HAL/NATIVE_SIM/u8g/LCD_pin_routines.cpp
tom-2273/Tronxy_SKR_mini_E3_V20
bc4a8dc2c6c627e4bd7aa423794246f5b051448d
[ "CC0-1.0" ]
null
null
null
Marlin/src/HAL/NATIVE_SIM/u8g/LCD_pin_routines.cpp
tom-2273/Tronxy_SKR_mini_E3_V20
bc4a8dc2c6c627e4bd7aa423794246f5b051448d
[ "CC0-1.0" ]
null
null
null
/** * Marlin 3D Printer Firmware * Copyright (c) 2021 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
34.264151
88
0.756608
[ "3d" ]
3b5c07d06b4a7f0f7f686224774f882256491c37
2,590
cc
C++
tensorflow_serving/core/aspired_version_policy_test.cc
lapolonio/serving
71c0a2b3aa312ffa1accbf3092fc7a6a84f58a33
[ "Apache-2.0" ]
106
2021-06-24T06:47:27.000Z
2022-03-11T01:52:19.000Z
tensorflow_serving/core/aspired_version_policy_test.cc
lapolonio/serving
71c0a2b3aa312ffa1accbf3092fc7a6a84f58a33
[ "Apache-2.0" ]
5
2019-09-09T22:23:36.000Z
2019-10-22T03:34:48.000Z
tensorflow_serving/core/aspired_version_policy_test.cc
zendesk/serving
142d0adb5e2975689d80d8fc608c9684e96de078
[ "Apache-2.0" ]
12
2021-06-24T02:14:04.000Z
2021-11-15T05:47:01.000Z
/* Copyright 2017 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 to in ...
39.846154
80
0.749035
[ "vector" ]
3b5cb25aea150acd31ee141464df3bb4199d56e5
28,077
cc
C++
components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
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/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
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/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
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. #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h" #include <map> #include <utility> #include "base/macros.h" #in...
37.788694
111
0.760302
[ "vector" ]
3b5ea90d45986f5623354b2451f185c794d44cf8
11,046
cpp
C++
source/blender/collada/SkinInfo.cpp
juangea/B28_boneMaster
6be9d19951ed460829d379aa90953b14a9f281f2
[ "Naumen", "Condor-1.1", "MS-PL" ]
2
2019-06-03T02:47:42.000Z
2020-04-03T10:23:33.000Z
source/blender/collada/SkinInfo.cpp
juangea/B28_boneMaster
6be9d19951ed460829d379aa90953b14a9f281f2
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
source/blender/collada/SkinInfo.cpp
juangea/B28_boneMaster
6be9d19951ed460829d379aa90953b14a9f281f2
[ "Naumen", "Condor-1.1", "MS-PL" ]
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 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
31.56
99
0.691653
[ "object", "shape", "vector" ]
3b692e3ffaff0714c462a96921aafc5cb93bbb33
6,289
cpp
C++
Code/GeometryWidgets/dialogMakeSweep.cpp
baojunli/FastCAE
a3f99f6402da564df87fcef30674ce5f44379962
[ "BSD-3-Clause" ]
2
2020-02-21T01:04:35.000Z
2020-02-21T03:35:37.000Z
Code/GeometryWidgets/dialogMakeSweep.cpp
Sunqia/FastCAE
cbc023fe07b6e306ceefae8b8bd7c12bc1562acb
[ "BSD-3-Clause" ]
1
2020-03-06T04:49:42.000Z
2020-03-06T04:49:42.000Z
Code/GeometryWidgets/dialogMakeSweep.cpp
Sunqia/FastCAE
cbc023fe07b6e306ceefae8b8bd7c12bc1562acb
[ "BSD-3-Clause" ]
null
null
null
#include "dialogMakeSweep.h" #include "ui_dialogMakeSweep.h" #include "settings/busAPI.h" #include "settings/GraphOption.h" #include <vtkActor.h> #include <vtkProperty.h> #include <QMessageBox> #include "geometry/geometrySet.h" #include "GeometryCommand/GeoCommandList.h" #include "GeometryCommand/GeoCommandMak...
27.343478
102
0.659087
[ "cad", "geometry", "shape" ]
3b69e8966d5beee515348dbf6fd503520f9f0ce4
65,363
cpp
C++
src/cpu/x64/brgemm/jit_brgemm_amx_uker.cpp
intel/mkl-dnn
42a583db82325ff24e140fcbff13f720a8b164ab
[ "Apache-2.0" ]
1,327
2018-01-25T21:23:47.000Z
2020-04-03T09:39:30.000Z
src/cpu/x64/brgemm/jit_brgemm_amx_uker.cpp
intel/mkl-dnn
42a583db82325ff24e140fcbff13f720a8b164ab
[ "Apache-2.0" ]
498
2018-01-25T00:14:48.000Z
2020-04-03T16:21:44.000Z
src/cpu/x64/brgemm/jit_brgemm_amx_uker.cpp
intel/mkl-dnn
42a583db82325ff24e140fcbff13f720a8b164ab
[ "Apache-2.0" ]
365
2018-01-29T16:12:36.000Z
2020-04-03T08:32:27.000Z
/******************************************************************************* * Copyright 2021-2022 Intel Corporation * * 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.apa...
38.023851
83
0.6295
[ "vector", "transform" ]
3b6b5f0141a0fe613fe1f9106282d75a1d149d3b
4,128
cpp
C++
td/telegram/files/FileBitmask.cpp
lccxz/td
6cdda6a2f3be4d0379f00a07fcd49f330da731fb
[ "BSL-1.0" ]
4,829
2017-12-31T21:15:19.000Z
2022-03-31T14:58:07.000Z
td/telegram/files/FileBitmask.cpp
lccxz/td
6cdda6a2f3be4d0379f00a07fcd49f330da731fb
[ "BSL-1.0" ]
1,872
2018-01-01T18:35:37.000Z
2022-03-31T15:46:00.000Z
td/telegram/files/FileBitmask.cpp
lccxz/td
6cdda6a2f3be4d0379f00a07fcd49f330da731fb
[ "BSL-1.0" ]
1,117
2018-01-01T15:02:49.000Z
2022-03-30T12:40:11.000Z
// // Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2021 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #include "td/telegram/files/FileBitmask.h" #include "td/util...
23.861272
96
0.583576
[ "vector" ]
3b6f8b7187f7d126017b5503828bb5650b8a4b20
638
cpp
C++
16.07/vrct1.cpp
dengxianglong/cplusplusprimerplusstudy
eefc5d7bf5ab31186c04171fadade3552838f4b2
[ "MIT" ]
null
null
null
16.07/vrct1.cpp
dengxianglong/cplusplusprimerplusstudy
eefc5d7bf5ab31186c04171fadade3552838f4b2
[ "MIT" ]
null
null
null
16.07/vrct1.cpp
dengxianglong/cplusplusprimerplusstudy
eefc5d7bf5ab31186c04171fadade3552838f4b2
[ "MIT" ]
1
2018-08-29T07:40:20.000Z
2018-08-29T07:40:20.000Z
#include <iostream> #include <string> #include <vector> const int NUM = 5; int main() { using namespace std; vector<int>ratings(NUM); vector<string>titles(NUM); cout << "You will do exactly as told. You will enter\n" <<NUM << " Book titles and your ratings (0 -10)>\n"; int i; for ( i = 0; i < NUM; i++) { co...
21.266667
56
0.565831
[ "vector" ]
3b729e4acf3ec4891475e6215256532d740b20d1
1,540
hh
C++
raster_datasource.hh
baiyicanggou/mapnik_mvt
9bde52fa9958d81361c015c816858534ec0931bb
[ "Apache-2.0" ]
null
null
null
raster_datasource.hh
baiyicanggou/mapnik_mvt
9bde52fa9958d81361c015c816858534ec0931bb
[ "Apache-2.0" ]
null
null
null
raster_datasource.hh
baiyicanggou/mapnik_mvt
9bde52fa9958d81361c015c816858534ec0931bb
[ "Apache-2.0" ]
null
null
null
#pragma once #include <mapnik/coord.hpp> #include <mapnik/datasource.hpp> #include <mapnik/feature.hpp> #include <mapnik/feature_layer_desc.hpp> #include <mapnik/params.hpp> #include <mapnik/query.hpp> #include <boost/optional.hpp> #include <memory> #include <string> #include <unordered_map> #include <vector> #incl...
27.017544
75
0.748701
[ "vector" ]
3b74851dbd4f384ea0dae61e2fdeb22c607f3b5e
60,877
cpp
C++
src/main/cpp/Config/Config.cpp
JamesTerm/FRC2019
2794d3cc4f2b4702c59e402904db2f4cdc2ab68d
[ "BSD-3-Clause" ]
1
2021-11-12T04:34:31.000Z
2021-11-12T04:34:31.000Z
src/main/cpp/Config/Config.cpp
JamesTerm/FRC2019
2794d3cc4f2b4702c59e402904db2f4cdc2ab68d
[ "BSD-3-Clause" ]
null
null
null
src/main/cpp/Config/Config.cpp
JamesTerm/FRC2019
2794d3cc4f2b4702c59e402904db2f4cdc2ab68d
[ "BSD-3-Clause" ]
null
null
null
/****************************** Header ******************************\ Class Name: Config File Name: Config.h Summary: Manages and loads the configuration file. Project: BroncBotzFRC2019 Copyright (c) BroncBotz. All rights reserved. Author(s): Ryan Cooper, Dylan Watson, Chris Weeks Email: cooper.ryan@centaurisoft...
32.906486
294
0.676134
[ "vector" ]
3b79b5e53556002df6ccedf6a9717fe399d062ee
4,197
cpp
C++
src/khorne/Wrathmongers.cpp
rweyrauch/AoSSimulator
d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b
[ "MIT" ]
5
2019-02-01T01:41:19.000Z
2021-06-17T02:16:13.000Z
src/khorne/Wrathmongers.cpp
rweyrauch/AoSSimulator
d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b
[ "MIT" ]
2
2020-01-14T16:57:42.000Z
2021-04-01T00:53:18.000Z
src/khorne/Wrathmongers.cpp
rweyrauch/AoSSimulator
d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b
[ "MIT" ]
1
2019-03-02T20:03:51.000Z
2019-03-02T20:03:51.000Z
/* * Warhammer Age of Sigmar battle simulator. * * Copyright (C) 2019 by Rick Weyrauch - rpweyrauch@gmail.com * * This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT) */ #include <khorne/Wrathmongers.h> #include <UnitFactory.h> #include <Board.h> #include "KhornePrivate.h" names...
35.268908
115
0.597808
[ "model" ]
3b7acb22a1ec35ee2b5cfe7fbe82fd83f5b0bcfe
6,958
cpp
C++
src/demos/core/demo_CH_stream.cpp
zzhou292/chrono-collision
c2a20e171bb0eb8819636d370887aa32d68547c6
[ "BSD-3-Clause" ]
1
2021-12-09T05:24:42.000Z
2021-12-09T05:24:42.000Z
src/demos/core/demo_CH_stream.cpp
zzhou292/chrono-collision
c2a20e171bb0eb8819636d370887aa32d68547c6
[ "BSD-3-Clause" ]
7
2021-10-20T04:43:35.000Z
2021-12-24T08:44:31.000Z
src/demos/core/demo_CH_stream.cpp
zzhou292/chrono-collision
c2a20e171bb0eb8819636d370887aa32d68547c6
[ "BSD-3-Clause" ]
2
2021-12-09T05:32:31.000Z
2021-12-12T17:31:18.000Z
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
36.814815
104
0.601897
[ "object" ]
3b7cdf8a10523ef567eaf2e00867d2b60b37cf03
5,218
cc
C++
mysqlx_expression.cc
DusanZokic/pecl-database-mysql_xdevapi-trunk
e49aef311ba04ea3e70190c026d0c9ee8d1d3947
[ "PHP-3.01" ]
14
2017-11-16T03:13:31.000Z
2022-03-10T14:59:53.000Z
mysqlx_expression.cc
DusanZokic/pecl-database-mysql_xdevapi-trunk
e49aef311ba04ea3e70190c026d0c9ee8d1d3947
[ "PHP-3.01" ]
8
2018-03-02T06:08:27.000Z
2022-01-18T10:34:43.000Z
mysqlx_expression.cc
DusanZokic/pecl-database-mysql_xdevapi-trunk
e49aef311ba04ea3e70190c026d0c9ee8d1d3947
[ "PHP-3.01" ]
18
2018-03-01T13:45:16.000Z
2022-03-10T06:30:02.000Z
/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +--------------...
30.51462
105
0.706209
[ "object" ]
3b7f0c91b476b8023108da0c1bd977dcb40f2fb6
10,671
cc
C++
mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_adapter.cc
GuoSuiming/mindspore
48afc4cfa53d970c0b20eedfb46e039db2a133d5
[ "Apache-2.0" ]
55
2020-12-17T10:26:06.000Z
2022-03-28T07:18:26.000Z
mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_adapter.cc
forwhat461/mindspore
59a277756eb4faad9ac9afcc7fd526e8277d4994
[ "Apache-2.0" ]
null
null
null
mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_adapter.cc
forwhat461/mindspore
59a277756eb4faad9ac9afcc7fd526e8277d4994
[ "Apache-2.0" ]
14
2021-01-29T02:39:47.000Z
2022-03-23T05:00:26.000Z
/** * Copyright 2020 Huawei Technologies Co., Ltd * * 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...
40.267925
120
0.672945
[ "shape", "vector" ]
3b8668d85ff0fb4104e3e190a9dfac81c8f84bc6
13,340
cc
C++
cc/raster/raster_buffer_provider_unittest.cc
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
cc/raster/raster_buffer_provider_unittest.cc
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
cc/raster/raster_buffer_provider_unittest.cc
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 2013 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. #include "cc/raster/raster_buffer_provider.h" #include <stddef.h> #include <stdint.h> #include <algorithm> #include <limits> #include <vector> #include...
33.857868
80
0.715367
[ "vector" ]
3b875a4dc71d9acab415eae3f0cd3c2ab9402d7d
40,959
cpp
C++
src/ofxGrtTimeseriesPlot.cpp
damellis/ofxGrt
4bccca400e7b91c081eba11823a2273c5335c9f4
[ "MIT" ]
1
2021-04-25T13:23:06.000Z
2021-04-25T13:23:06.000Z
src/ofxGrtTimeseriesPlot.cpp
damellis/ofxGrt
4bccca400e7b91c081eba11823a2273c5335c9f4
[ "MIT" ]
null
null
null
src/ofxGrtTimeseriesPlot.cpp
damellis/ofxGrt
4bccca400e7b91c081eba11823a2273c5335c9f4
[ "MIT" ]
null
null
null
#include "ofxGrtTimeseriesPlot.h" #include <algorithm> using namespace GRT; ofxGrtTimeseriesPlot::ofxGrtTimeseriesPlot(){ config = ofxGrtSettings::GetInstance().get(); plotTitle = ""; font = &config.get()->fontNormal; initialized = false; lockRanges = false; linkRanges = false; dynamic...
33.962687
202
0.558607
[ "vector" ]
3b8887ab80a287268a34c48aff2a901e32e50713
591
hpp
C++
include/eve/arch/cpu/detection.hpp
orao/eve
a8bdc6a9cab06d905e8749354cde63776ab76846
[ "MIT" ]
null
null
null
include/eve/arch/cpu/detection.hpp
orao/eve
a8bdc6a9cab06d905e8749354cde63776ab76846
[ "MIT" ]
null
null
null
include/eve/arch/cpu/detection.hpp
orao/eve
a8bdc6a9cab06d905e8749354cde63776ab76846
[ "MIT" ]
null
null
null
//================================================================================================== /** EVE - Expressive Vector Engine Copyright : EVE Contributors & Maintainers SPDX-License-Identifier: MIT **/ //================================================================================================== #...
32.833333
100
0.350254
[ "vector" ]
3b8a20c6b567cdea0b28de282e86d9971fc713f1
6,464
cc
C++
power_manager/tools/dump_intel_rapl_consumption.cc
kalyankondapally/chromiumos-platform2
5e5337009a65b1c9aa9e0ea565f567438217e91f
[ "BSD-3-Clause" ]
null
null
null
power_manager/tools/dump_intel_rapl_consumption.cc
kalyankondapally/chromiumos-platform2
5e5337009a65b1c9aa9e0ea565f567438217e91f
[ "BSD-3-Clause" ]
null
null
null
power_manager/tools/dump_intel_rapl_consumption.cc
kalyankondapally/chromiumos-platform2
5e5337009a65b1c9aa9e0ea565f567438217e91f
[ "BSD-3-Clause" ]
1
2020-11-04T22:31:45.000Z
2020-11-04T22:31:45.000Z
// Copyright 2017 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. // This utility reports power consumption for certain Intel SoCs, calculated by // averaging the running energy consumption counter provided by Linux p...
39.175758
138
0.683014
[ "vector", "transform" ]
3b8b5eec3bc11e89dd5c46b1175e5ddb83514ca2
4,019
cpp
C++
roborts_detection/apriltags_detection/apriltags_detection_node.cpp
XDRM-IRobot/RTS2019
5541377862330ba1905ec8f210059536430e83e8
[ "BSD-2-Clause" ]
2
2019-04-16T08:01:01.000Z
2019-07-21T12:02:35.000Z
roborts_detection/apriltags_detection/apriltags_detection_node.cpp
XDRM-IRobot/RTS2019
5541377862330ba1905ec8f210059536430e83e8
[ "BSD-2-Clause" ]
null
null
null
roborts_detection/apriltags_detection/apriltags_detection_node.cpp
XDRM-IRobot/RTS2019
5541377862330ba1905ec8f210059536430e83e8
[ "BSD-2-Clause" ]
3
2019-04-16T08:05:38.000Z
2020-05-15T13:32:16.000Z
#include <unistd.h> #include "apriltags_detection_node.h" namespace roborts_detection { TagsDetectionNode::TagsDetectionNode(): node_state_(roborts_common::IDLE), initialized_(false), detected_tag_(false), as_(nh_, "tag_detection_node_action", boost::bind(&TagsDetectionNode::ActionCB, this, _1), fals...
25.27673
102
0.660363
[ "vector" ]
3b8f11dce5a8c4f798be3378f61bd2beef57af79
3,103
cpp
C++
src/external/boost/boost_1_68_0/libs/graph/example/adjacency_list.cpp
Bpowers4/turicreate
73dad213cc1c4f74337b905baea2b3a1e5a0266c
[ "BSD-3-Clause" ]
11,356
2017-12-08T19:42:32.000Z
2022-03-31T16:55:25.000Z
src/external/boost/boost_1_68_0/libs/graph/example/adjacency_list.cpp
Bpowers4/turicreate
73dad213cc1c4f74337b905baea2b3a1e5a0266c
[ "BSD-3-Clause" ]
2,402
2017-12-08T22:31:01.000Z
2022-03-28T19:25:52.000Z
src/external/boost/boost_1_68_0/libs/graph/example/adjacency_list.cpp
Bpowers4/turicreate
73dad213cc1c4f74337b905baea2b3a1e5a0266c
[ "BSD-3-Clause" ]
1,343
2017-12-08T19:47:19.000Z
2022-03-26T11:31:36.000Z
//======================================================================= // Copyright 1997, 1998, 1999, 2000 University of Notre Dame. // Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http...
28.731481
74
0.56107
[ "vector" ]
3b9527ca2c4c105966bc5bb57fbed35c0f6b5508
12,334
cc
C++
src/attributes/WrepJSonAttributes.cc
dvuckovic/magics
1c99a6cd78448b498fe97d3abe2b60fab46ba1b0
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/attributes/WrepJSonAttributes.cc
dvuckovic/magics
1c99a6cd78448b498fe97d3abe2b60fab46ba1b0
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/attributes/WrepJSonAttributes.cc
dvuckovic/magics
1c99a6cd78448b498fe97d3abe2b60fab46ba1b0
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/****************************** LICENSE ******************************* * (C) Copyright 1996-2017 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * In applying this licence, ECMWF does not waive the pr...
41.668919
105
0.757013
[ "vector" ]
3b9652e95b376008b42d206b36ca278dd900c478
6,520
cc
C++
code/addons/db/filterset.cc
sirAgg/nebula
3fbccc73779944aa3e56b9e8acdd6fedd1d38006
[ "BSD-2-Clause" ]
377
2018-10-24T08:34:21.000Z
2022-03-31T23:37:49.000Z
code/addons/db/filterset.cc
sirAgg/nebula
3fbccc73779944aa3e56b9e8acdd6fedd1d38006
[ "BSD-2-Clause" ]
11
2020-01-22T13:34:46.000Z
2022-03-07T10:07:34.000Z
code/addons/db/filterset.cc
sirAgg/nebula
3fbccc73779944aa3e56b9e8acdd6fedd1d38006
[ "BSD-2-Clause" ]
23
2019-07-13T16:28:32.000Z
2022-03-20T09:00:59.000Z
//------------------------------------------------------------------------------ // filterset.cc // (C) 2006 Radon Labs GmbH // (C) 2013-2016 Individual contributors, see AUTHORS file //------------------------------------------------------------------------------ #include "foundation/stdneb.h" #include "db/filterse...
29.771689
82
0.530215
[ "object" ]
3b98952f5914670d930cc55727232ec67b3c5de7
21,522
cc
C++
src/examples/fuse/main.cc
polonaise/polonaise
33315aeebd0980f96096558a6ca1ada3b8cb80b7
[ "Apache-2.0" ]
2
2017-10-22T16:27:29.000Z
2017-10-22T16:28:27.000Z
src/examples/fuse/main.cc
polonaise/polonaise
33315aeebd0980f96096558a6ca1ada3b8cb80b7
[ "Apache-2.0" ]
null
null
null
src/examples/fuse/main.cc
polonaise/polonaise
33315aeebd0980f96096558a6ca1ada3b8cb80b7
[ "Apache-2.0" ]
null
null
null
/* * 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 ma...
29.401639
115
0.735015
[ "vector" ]
3b9bc9d11ebb623a4098b011016e2d1ac861a411
25,536
cxx
C++
scioniguruma/OnigurumaRegExEngine.cxx
hugepants/Notepad3
696d04d681f6616e2b1236f8d9dde8ff747df135
[ "BSD-3-Clause" ]
1
2020-04-28T08:07:29.000Z
2020-04-28T08:07:29.000Z
scioniguruma/OnigurumaRegExEngine.cxx
hugepants/Notepad3
696d04d681f6616e2b1236f8d9dde8ff747df135
[ "BSD-3-Clause" ]
null
null
null
scioniguruma/OnigurumaRegExEngine.cxx
hugepants/Notepad3
696d04d681f6616e2b1236f8d9dde8ff747df135
[ "BSD-3-Clause" ]
null
null
null
// encoding: UTF-8 /** * @file OnigurumaRegExEngine.cxx * @brief integrate Oniguruma regex engine for Scintilla library * (Scintilla Lib is copyright 1998-2017 by Neil Hodgson <neilh@scintilla.org>) * * uses Oniguruma - Regular Expression Engine (v6.9.0) (oniguruma.h) - https://github.com/kkos/onigu...
31.255814
148
0.57323
[ "vector" ]
3b9f55459c0144885fe7429a1aa52c48771dc812
14,155
cpp
C++
dvo_benchmark/src/experiment.cpp
aginika/dvo_slam
d25b65bff58860bb5a3a39a742459db3ba98eaa6
[ "MIT" ]
566
2015-01-22T20:58:45.000Z
2022-03-29T22:34:55.000Z
dvo_benchmark/src/experiment.cpp
aginika/dvo_slam
d25b65bff58860bb5a3a39a742459db3ba98eaa6
[ "MIT" ]
57
2015-01-01T08:03:21.000Z
2022-02-19T16:14:35.000Z
dvo_benchmark/src/experiment.cpp
aginika/dvo_slam
d25b65bff58860bb5a3a39a742459db3ba98eaa6
[ "MIT" ]
291
2015-01-22T23:51:21.000Z
2022-03-12T13:26:17.000Z
#include <opencv2/opencv.hpp> #include <vector> #include <fstream> #include <ros/ros.h> #include <dvo/core/rgbd_image.h> #include <dvo/core/surface_pyramid.h> #include <dvo/visualization/visualizer.h> #include <dvo/util/id_generator.h> #include <dvo/dense_tracking.h> #include <dvo/dense_tracking_impl.h> #include ...
36.294872
210
0.643942
[ "vector" ]
3ba2245415a69c184283ed274951c8370e7291b7
1,687
hpp
C++
homeworks/HW4Source/HW4/header/Acrobot.hpp
anshuman1811/cs687-reinforcementlearning
cf30cc0ab2b0e515cd4b643fc55c60cc5f38a481
[ "MIT" ]
null
null
null
homeworks/HW4Source/HW4/header/Acrobot.hpp
anshuman1811/cs687-reinforcementlearning
cf30cc0ab2b0e515cd4b643fc55c60cc5f38a481
[ "MIT" ]
null
null
null
homeworks/HW4Source/HW4/header/Acrobot.hpp
anshuman1811/cs687-reinforcementlearning
cf30cc0ab2b0e515cd4b643fc55c60cc5f38a481
[ "MIT" ]
null
null
null
#pragma once #include <stdafx.h> // Acrobot MDP - see Gridworld.hpp for comments regarding the general structure of these environment/MDP objects class Acrobot { public: Acrobot(); int getStateDim() const; int getNumActions() const; double update(const int & action, std::mt19937_64 & generator); std::...
33.74
113
0.676349
[ "vector" ]
3ba34c028c7b14a9ac45f00e5bd06df384b6101a
2,342
cpp
C++
client/Classes/Model/Attacks/Projectiles/IceProjectile.cpp
plankes-projects/BaseWar
693f7d02fa324b917b28be58d33bb77a18d77f26
[ "Apache-2.0" ]
60
2015-01-03T07:31:14.000Z
2021-12-17T02:39:17.000Z
client/Classes/Model/Attacks/Projectiles/IceProjectile.cpp
plankes-projects/BaseWar
693f7d02fa324b917b28be58d33bb77a18d77f26
[ "Apache-2.0" ]
1
2018-08-17T09:59:30.000Z
2018-08-17T09:59:30.000Z
client/Classes/Model/Attacks/Projectiles/IceProjectile.cpp
plankes-projects/BaseWar
693f7d02fa324b917b28be58d33bb77a18d77f26
[ "Apache-2.0" ]
27
2015-01-22T06:55:10.000Z
2021-12-17T02:39:23.000Z
/* * ArrowProjectile.cpp * * Created on: 30.05.2013 * Author: Planke */ #include "IceProjectile.h" #include "../../../Tools/Tools.h" #include "../../Effects/IceEffect.h" #include "../../Model.h" IceProjectile::IceProjectile(std::string image, float height, float damage, DamageType damageType, f...
32.082192
155
0.706661
[ "model" ]
3ba37048755876a9e7dde23be1a8712be9c68b54
3,325
hpp
C++
src/util/tsv.hpp
ssameerr/pytubes
6b4a839b7503780930b667cf12053089bc66c027
[ "MIT" ]
null
null
null
src/util/tsv.hpp
ssameerr/pytubes
6b4a839b7503780930b667cf12053089bc66c027
[ "MIT" ]
null
null
null
src/util/tsv.hpp
ssameerr/pytubes
6b4a839b7503780930b667cf12053089bc66c027
[ "MIT" ]
null
null
null
#pragma once #include <cstdio> #include <vector> #include "error.hpp" #include "slice.hpp" #include "array.hpp" #include "../bytes.hpp" #include "skiplist.hpp" namespace ss { struct TsvHeader; struct TsvRow; struct TsvValueIter { ByteSlice row; ByteSlice cur; TsvValueIter(ByteSlice row) : row(row) { ...
28.913043
126
0.59188
[ "vector", "transform" ]
3ba6c86a9ec68cd7f8eeb844453f013ed0a838a7
27,312
cpp
C++
src/webots/nodes/WbMotor.cpp
HarpieRapace45/webots
ec3caee701c50b82925e76c638018d79de0067ea
[ "Apache-2.0" ]
327
2018-11-05T14:10:11.000Z
2019-09-03T04:21:17.000Z
src/webots/nodes/WbMotor.cpp
HarpieRapace45/webots
ec3caee701c50b82925e76c638018d79de0067ea
[ "Apache-2.0" ]
712
2018-12-18T08:07:35.000Z
2019-09-02T14:47:03.000Z
src/webots/nodes/WbMotor.cpp
HarpieRapace45/webots
ec3caee701c50b82925e76c638018d79de0067ea
[ "Apache-2.0" ]
146
2018-12-18T09:09:43.000Z
2019-09-03T08:00:33.000Z
// Copyright 1996-2021 Cyberbotics Ltd. // // 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 agr...
32.826923
154
0.684681
[ "solid" ]
3baa02bb1958009d8120475c2cba3d2fc53488a9
6,637
cpp
C++
testbed/tests/character_collision.cpp
CriticalCreator/box2d
1025f9a10949b963d6311995910bdd04f72dae6c
[ "MIT" ]
4
2021-04-09T06:07:18.000Z
2021-11-22T08:02:51.000Z
testbed/tests/character_collision.cpp
CriticalCreator/box2d
1025f9a10949b963d6311995910bdd04f72dae6c
[ "MIT" ]
null
null
null
testbed/tests/character_collision.cpp
CriticalCreator/box2d
1025f9a10949b963d6311995910bdd04f72dae6c
[ "MIT" ]
2
2021-04-23T16:52:44.000Z
2021-06-04T03:24:46.000Z
// MIT License // Copyright (c) 2019 Erin Catto // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merg...
25.824903
102
0.658581
[ "shape" ]
3baa3211f3df4b3468d8861743f5adeae863b2f9
3,184
cpp
C++
libarea/kbool/src/lpoint.cpp
JohnyEngine/CNC
e4c77250ab2b749d3014022cbb5eb9924e939993
[ "Apache-2.0" ]
null
null
null
libarea/kbool/src/lpoint.cpp
JohnyEngine/CNC
e4c77250ab2b749d3014022cbb5eb9924e939993
[ "Apache-2.0" ]
null
null
null
libarea/kbool/src/lpoint.cpp
JohnyEngine/CNC
e4c77250ab2b749d3014022cbb5eb9924e939993
[ "Apache-2.0" ]
null
null
null
/*! \file kbool/src/lpoint.cpp \brief Definition of GDSII LPoint type structure \author Klaas Holwerda Copyright: 2001-2004 (C) Klaas Holwerda Licence: see kboollicense.txt RCS-ID: $Id: lpoint.cpp,v 1.4 2005/05/24 19:13:39 titato Exp $ */ #ifdef __GNUG__ #pragma implementation #endif #includ...
15.607843
98
0.639447
[ "object" ]
3bb2aa0867d46435e0c4c2b6cb0beccccfe44f2f
39,387
cxx
C++
main/sd/source/ui/slidesorter/view/SlsButtonBar.cxx
Alan-love/openoffice
09be380f1ebba053dbf269468ff884f5d26ce1e4
[ "Apache-2.0" ]
679
2015-01-06T06:34:58.000Z
2022-03-30T01:06:03.000Z
main/sd/source/ui/slidesorter/view/SlsButtonBar.cxx
Alan-love/openoffice
09be380f1ebba053dbf269468ff884f5d26ce1e4
[ "Apache-2.0" ]
102
2017-11-07T08:51:31.000Z
2022-03-17T12:13:49.000Z
main/sd/source/ui/slidesorter/view/SlsButtonBar.cxx
Alan-love/openoffice
09be380f1ebba053dbf269468ff884f5d26ce1e4
[ "Apache-2.0" ]
331
2015-01-06T11:40:55.000Z
2022-03-14T04:07:51.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 yo...
25.055344
98
0.732881
[ "object", "vector", "model" ]
3bb4f721fc7433adc30f2ff94722b076e8bcd651
113,289
cpp
C++
third_party/libSBML-5.10.2-Source/src/sbml/packages/comp/validator/constraints/CompConsistencyConstraints.cpp
gitter-badger/sbmlsolver
c92936832297ea1d2ad7f17223b68ada43c8f0b2
[ "Apache-2.0" ]
null
null
null
third_party/libSBML-5.10.2-Source/src/sbml/packages/comp/validator/constraints/CompConsistencyConstraints.cpp
gitter-badger/sbmlsolver
c92936832297ea1d2ad7f17223b68ada43c8f0b2
[ "Apache-2.0" ]
null
null
null
third_party/libSBML-5.10.2-Source/src/sbml/packages/comp/validator/constraints/CompConsistencyConstraints.cpp
gitter-badger/sbmlsolver
c92936832297ea1d2ad7f17223b68ada43c8f0b2
[ "Apache-2.0" ]
null
null
null
/** * @cond doxygenLibsbmlInternal * * @file IdentifierConsistencyConstraints.cpp * @brief IdentifierConsistency check constraints. See SBML Wiki * @author Sarah Keating * * <!-------------------------------------------------------------------------- * This file is part of libSBML. Please visit http://...
26.163741
92
0.574054
[ "object", "vector", "model" ]
3bb6aa9dfca2238b0b291a3667ff8ab04a44adf9
43,952
cpp
C++
third_party/misc/def/def/def_keywords.cpp
jesec/livehd
1a82dbea1d86dbd1511de588609de320aa4ef6ed
[ "BSD-3-Clause" ]
115
2019-09-28T13:39:41.000Z
2022-03-24T11:08:53.000Z
third_party/misc/def/def/def_keywords.cpp
jesec/livehd
1a82dbea1d86dbd1511de588609de320aa4ef6ed
[ "BSD-3-Clause" ]
120
2018-05-16T23:11:09.000Z
2019-09-25T18:52:49.000Z
third_party/misc/def/def/def_keywords.cpp
jesec/livehd
1a82dbea1d86dbd1511de588609de320aa4ef6ed
[ "BSD-3-Clause" ]
44
2019-09-28T07:53:21.000Z
2022-02-13T23:21:12.000Z
// ***************************************************************************** // ***************************************************************************** // Copyright 2013 - 2016, Cadence Design Systems // // This file is part of the Cadence LEF/DEF Open Source // Distribution, Product Version 5.8. /...
33.525553
131
0.568347
[ "shape" ]
3bb730d00f550e279c19b90b0c2ea55704d5de2c
3,192
cpp
C++
Source/Node/VGNode.cpp
IppClub/Dorothy-SSR
2fb74673e76e5cef0218788757ce2de3c588ed33
[ "MIT" ]
57
2016-12-08T07:29:44.000Z
2019-12-25T13:15:50.000Z
Source/Node/VGNode.cpp
IppClub/Dorothy-SSR
2fb74673e76e5cef0218788757ce2de3c588ed33
[ "MIT" ]
3
2018-06-07T06:31:39.000Z
2019-10-04T07:16:15.000Z
Source/Node/VGNode.cpp
IppClub/Dorothy-SSR
2fb74673e76e5cef0218788757ce2de3c588ed33
[ "MIT" ]
16
2016-12-08T07:39:15.000Z
2020-01-03T06:54:25.000Z
/* Copyright (c) 2022 Jin Li, dragon-fly@qq.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, d...
35.466667
463
0.753133
[ "render" ]
3bbb20edabef1c0abbfe25ba512b8b5056137ea1
1,317
cpp
C++
OrionRenderer/src/main.cpp
Krusto/OrionRenderer
4d48363fb9353d863a002f786edfcaeff0135d4f
[ "Apache-2.0" ]
1
2021-01-28T22:51:24.000Z
2021-01-28T22:51:24.000Z
OrionRenderer/src/main.cpp
Krusto/OrionRenderer
4d48363fb9353d863a002f786edfcaeff0135d4f
[ "Apache-2.0" ]
null
null
null
OrionRenderer/src/main.cpp
Krusto/OrionRenderer
4d48363fb9353d863a002f786edfcaeff0135d4f
[ "Apache-2.0" ]
null
null
null
#include <iostream> #include <chrono> #include "Orion.h" using namespace Orion; void OnWindowClose(GLFWwindow* window) { glfwSetWindowShouldClose(window, true); } int main() { Window window("Title", { 1280,720 }, { 1280,720 }); glfwMakeContextCurrent(window); window.OnWindowClose(OnWindowClose); std::vector<O...
23.517857
134
0.686409
[ "vector" ]
3bbde9d70495ee3c8e9332a0f5fb396f1a501f38
6,170
cc
C++
google/cloud/datacatalog/data_catalog_connection_idempotency_policy.cc
sydney-munro/google-cloud-cpp
374b52e5cec78962358bdd5913d4118a47af1952
[ "Apache-2.0" ]
null
null
null
google/cloud/datacatalog/data_catalog_connection_idempotency_policy.cc
sydney-munro/google-cloud-cpp
374b52e5cec78962358bdd5913d4118a47af1952
[ "Apache-2.0" ]
null
null
null
google/cloud/datacatalog/data_catalog_connection_idempotency_policy.cc
sydney-munro/google-cloud-cpp
374b52e5cec78962358bdd5913d4118a47af1952
[ "Apache-2.0" ]
null
null
null
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
30.097561
80
0.746677
[ "object" ]
3bbe31713c085588a59c908d6388eded9e74b43e
819
hpp
C++
src/gnb/app/task.hpp
aligungr/ue-ran-sim
564f9d228723f03adfa2b02df2ea019bdf305085
[ "MIT" ]
16
2020-04-16T02:07:37.000Z
2020-07-23T10:48:27.000Z
src/gnb/app/task.hpp
aligungr/ue-ran-sim
564f9d228723f03adfa2b02df2ea019bdf305085
[ "MIT" ]
8
2020-07-13T17:11:35.000Z
2020-08-03T16:46:31.000Z
src/gnb/app/task.hpp
aligungr/ue-ran-sim
564f9d228723f03adfa2b02df2ea019bdf305085
[ "MIT" ]
9
2020-03-04T15:05:08.000Z
2020-07-30T06:18:18.000Z
// // This file is a part of UERANSIM open source project. // Copyright (c) 2021 ALİ GÜNGÖR. // // The software and all associated files are licensed under GPL-3.0 // and subject to the terms and conditions defined in LICENSE file. // #pragma once #include <memory> #include <thread> #include <unordered_map> #include ...
18.613636
67
0.702076
[ "vector" ]
3bc04c8d50f1d63baa203ddd3a1d51c1d2e03d2c
2,153
cpp
C++
Graph/TopologicalSorting/TopologicalSorting.cpp
PrachieNaik/DSA
083522bb3c8a0694adec1f2856d4d4cd0fb51722
[ "MIT" ]
null
null
null
Graph/TopologicalSorting/TopologicalSorting.cpp
PrachieNaik/DSA
083522bb3c8a0694adec1f2856d4d4cd0fb51722
[ "MIT" ]
null
null
null
Graph/TopologicalSorting/TopologicalSorting.cpp
PrachieNaik/DSA
083522bb3c8a0694adec1f2856d4d4cd0fb51722
[ "MIT" ]
null
null
null
/* Problem statement: Topological sorting for Directed Acyclic Graph (DAG) is a linear ordering of vertices such that for every directed edge u v, vertex u comes before v in the ordering. Topological Sorting for a graph is not possible if the graph is not a DAG. In DFS, we start from a vertex, we first print it and t...
43.938776
165
0.709707
[ "vector" ]
3bc361b8e2522f76d3af49200ce63e1ae744d024
57,039
cpp
C++
src/game/client/swarm/vgui/asw_hud_minimap.cpp
BenLubar/SwarmDirector2
78685d03eaa0d35e87c638ffa78f46f3aa8379a6
[ "Apache-2.0" ]
3
2015-05-17T02:33:00.000Z
2016-10-08T07:02:40.000Z
src/game/client/swarm/vgui/asw_hud_minimap.cpp
BenLubar/SwarmDirector2
78685d03eaa0d35e87c638ffa78f46f3aa8379a6
[ "Apache-2.0" ]
null
null
null
src/game/client/swarm/vgui/asw_hud_minimap.cpp
BenLubar/SwarmDirector2
78685d03eaa0d35e87c638ffa78f46f3aa8379a6
[ "Apache-2.0" ]
1
2019-10-16T15:21:56.000Z
2019-10-16T15:21:56.000Z
#include "cbase.h" #include "hud.h" #include "hud_macros.h" #include "view.h" //#include "kbutton.h" #include "input.h" #include "iclientmode.h" #define PAIN_NAME "sprites/%d_pain.vmt" #include <KeyValues.h> #include <vgui/ISurface.h> #include <vgui/ISystem.h> #include <vgui_controls/AnimationController.h> #include ...
32.894464
185
0.697418
[ "vector" ]
3bc73386f4f9cbf688b43d3b36df6cfbf8be05be
1,925
cc
C++
face_detector.cc
ahmdrz/face
3e839b4b75572910564cb25fb776464e4a9d8c4b
[ "MIT" ]
2
2019-07-31T06:27:46.000Z
2020-05-03T10:31:28.000Z
face_detector.cc
ahmdrz/face
3e839b4b75572910564cb25fb776464e4a9d8c4b
[ "MIT" ]
null
null
null
face_detector.cc
ahmdrz/face
3e839b4b75572910564cb25fb776464e4a9d8c4b
[ "MIT" ]
null
null
null
#include <shared_mutex> #include <dlib/image_loader/image_loader.h> #include <dlib/image_processing/frontal_face_detector.h> #include "face_detector.h" #include "jpeg_mem_loader.h" using namespace dlib; static const size_t RECT_LEN = 4; static const size_t RECT_SIZE = RECT_LEN * sizeof(long); class FaceDetector { pu...
21.388889
85
0.685714
[ "vector" ]
3bca252fef13b0e12db6305279565daedef40b74
7,094
hpp
C++
SAX2HandlerMusicXML.hpp
adct-the-experimenter/MusicXML-to-hex
73edd406407333b4570f875bb349a71720ad698e
[ "BSD-3-Clause" ]
1
2019-06-04T03:45:52.000Z
2019-06-04T03:45:52.000Z
SAX2HandlerMusicXML.hpp
adct-the-experimenter/MusicXML-to-Hex
73edd406407333b4570f875bb349a71720ad698e
[ "BSD-3-Clause" ]
null
null
null
SAX2HandlerMusicXML.hpp
adct-the-experimenter/MusicXML-to-Hex
73edd406407333b4570f875bb349a71720ad698e
[ "BSD-3-Clause" ]
null
null
null
#ifndef SAX2HANDLERMUSICXML_H #define SAX2HANDLERMUSICXML_H #include <xercesc/sax2/ContentHandler.hpp> //header file for default handler which implements content & error handler #include <xercesc/sax2/Attributes.hpp> //attributes defintion #include <xercesc/sax/SAXParseException.hpp> #include <vector> //header for ve...
28.039526
117
0.62278
[ "object", "vector" ]
3bccdd6ed2955cbb34821a8212173311033d560d
6,538
cpp
C++
tests/functor/test_from_foldable.cpp
dkormalev/cefal
95b583ad569274172ae53c14511861f602051dd8
[ "BSD-3-Clause" ]
52
2020-03-31T23:53:45.000Z
2021-10-25T00:00:27.000Z
tests/functor/test_from_foldable.cpp
dkormalev/cefal
95b583ad569274172ae53c14511861f602051dd8
[ "BSD-3-Clause" ]
4
2020-04-01T00:15:32.000Z
2020-06-06T23:45:34.000Z
tests/functor/test_from_foldable.cpp
dkormalev/cefal
95b583ad569274172ae53c14511861f602051dd8
[ "BSD-3-Clause" ]
5
2020-03-31T23:53:50.000Z
2021-10-25T00:00:28.000Z
/* Copyright 2020, Dennis Kormalev * 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 * conditions...
42.454545
117
0.626032
[ "vector" ]
3bce2126b36e7b98667e7379b318bfbd417806ca
5,220
cpp
C++
software/protoDUNE/generic/PrbsRx.cpp
slaclab/proto-dune
e487ee6d40359b40776098410d7fd302b9631448
[ "BSD-3-Clause-LBNL" ]
null
null
null
software/protoDUNE/generic/PrbsRx.cpp
slaclab/proto-dune
e487ee6d40359b40776098410d7fd302b9631448
[ "BSD-3-Clause-LBNL" ]
2
2017-05-11T04:22:27.000Z
2018-09-18T16:10:29.000Z
software/protoDUNE/generic/PrbsRx.cpp
slaclab/proto-dune
e487ee6d40359b40776098410d7fd302b9631448
[ "BSD-3-Clause-LBNL" ]
2
2017-04-03T21:59:53.000Z
2020-12-13T00:14:20.000Z
//----------------------------------------------------------------------------- // File : PrbsRx.cpp // Author : Ben Reese <bareese@slac.stanford.edu> // Created : 11/14/2013 // Project : HPS SVT //----------------------------------------------------------------------------- // Description :...
38.955224
114
0.651341
[ "object" ]
3bd19f58e14154a9d3b7de7d83fa14fbd83d4417
1,094
cpp
C++
constrained_ik/examples/constraints_from_yaml_example.cpp
DavidMerzJr/industrial_moveit
d108e817ad36a67af65ec8c0a3eee1ed4e1e65ad
[ "Apache-2.0" ]
97
2015-09-02T03:32:44.000Z
2022-02-20T16:42:03.000Z
constrained_ik/examples/constraints_from_yaml_example.cpp
DavidMerzJr/industrial_moveit
d108e817ad36a67af65ec8c0a3eee1ed4e1e65ad
[ "Apache-2.0" ]
77
2015-08-26T15:58:13.000Z
2021-09-29T12:38:30.000Z
constrained_ik/examples/constraints_from_yaml_example.cpp
DavidMerzJr/industrial_moveit
d108e817ad36a67af65ec8c0a3eee1ed4e1e65ad
[ "Apache-2.0" ]
62
2015-04-24T16:17:21.000Z
2021-11-22T13:54:11.000Z
#include "constrained_ik/constrained_ik.h" #include "constrained_ik/enum_types.h" #include "example_utils.h" #include <moveit/robot_model_loader/robot_model_loader.h> using namespace constrained_ik; using namespace constrained_ik::basic_kin; using namespace Eigen; /** * @brief This is an example shows how to add con...
27.35
68
0.767824
[ "model" ]
3bd33ef271733a0fc8bda29fd9319e196ccb66b2
1,935
cpp
C++
USACO Training/1.2/gift1.cpp
aldew5/Competitve-Programming
eb0b93a35af3bd5e806aedc44b835830af01d496
[ "MIT" ]
2
2020-05-09T15:54:18.000Z
2021-01-23T22:32:53.000Z
USACO Training/1.2/gift1.cpp
aldew5/Competitive-Programming
fc93723fae739d0b06bcf2dbe3b9274584a79a66
[ "MIT" ]
null
null
null
USACO Training/1.2/gift1.cpp
aldew5/Competitive-Programming
fc93723fae739d0b06bcf2dbe3b9274584a79a66
[ "MIT" ]
null
null
null
/* ID: alec3 LANG: C++14 PROG: gift1 CLASSIFICATION: Ad Hoc */ #include <iostream> #include <vector> #include <fstream> using namespace std; // define a function to find a friends index in balance int FindIndex(string person, vector<string> list) { for (int i = 0; i < list.size(); i++){ if (list[i] == pe...
24.1875
67
0.541602
[ "vector" ]
3bd5785444a0b2c382ac4947c3fe8e0eba8825d0
5,826
cpp
C++
src/editor/systems/scene_camera.cpp
Caravetta/Engine
6e2490a68727dc731b466335499f3204490acc5f
[ "MIT" ]
2
2018-05-21T02:12:50.000Z
2019-04-23T20:56:00.000Z
src/editor/systems/scene_camera.cpp
Caravetta/Engine
6e2490a68727dc731b466335499f3204490acc5f
[ "MIT" ]
12
2018-05-30T13:15:25.000Z
2020-02-02T21:29:42.000Z
src/editor/systems/scene_camera.cpp
Caravetta/Engine
6e2490a68727dc731b466335499f3204490acc5f
[ "MIT" ]
2
2018-06-14T19:03:29.000Z
2018-12-30T07:37:22.000Z
#include <algorithm> #include "scene_camera.h" #include "editor_context.h" static void glm_mat_to_engine_mat( Engine::Matrix4f& engine_mat, glm::mat4& glm_mat ) { const float *pSource1 = (const float*)glm::value_ptr(glm_mat); engine_mat.x.x = pSource1[0]; engine_mat.x.y = pSource1[1]; engine_mat.x...
27.611374
120
0.614487
[ "transform" ]
3bd66b8a89c3135681551791cae6584c6f1bc8b1
10,341
cpp
C++
inou/yosys/inou_yosys_api.cpp
jesec/livehd
1a82dbea1d86dbd1511de588609de320aa4ef6ed
[ "BSD-3-Clause" ]
null
null
null
inou/yosys/inou_yosys_api.cpp
jesec/livehd
1a82dbea1d86dbd1511de588609de320aa4ef6ed
[ "BSD-3-Clause" ]
null
null
null
inou/yosys/inou_yosys_api.cpp
jesec/livehd
1a82dbea1d86dbd1511de588609de320aa4ef6ed
[ "BSD-3-Clause" ]
null
null
null
// This file is distributed under the BSD 3-Clause License. See LICENSE for details. #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> //#include <ext/stdio_filebuf.h> #include <fstream> #include <iostream> #include <stdexcept> #include "eprp_utils.hpp" #inclu...
31.054054
131
0.604487
[ "render", "vector" ]
3bdf2fe672e807767420bf798161a7110f339a41
286
hpp
C++
external/frozenbubble/FBLevels.hpp
allegrofb/Allegrofb
0f4b29d3b783ccc5bacda98bd2c1c11c716a1d9e
[ "BSD-3-Clause" ]
null
null
null
external/frozenbubble/FBLevels.hpp
allegrofb/Allegrofb
0f4b29d3b783ccc5bacda98bd2c1c11c716a1d9e
[ "BSD-3-Clause" ]
null
null
null
external/frozenbubble/FBLevels.hpp
allegrofb/Allegrofb
0f4b29d3b783ccc5bacda98bd2c1c11c716a1d9e
[ "BSD-3-Clause" ]
null
null
null
#ifndef FBLEVELS_H #define FBLEVELS_H #include <vector> class FBLevels { public: static FBLevels* LoadFrom(const char* filename); ~FBLevels(); const int* GetLevel(int i); int GetMax(); private: void Add(int*); FBLevels(); std::vector<int*> levels; }; #endif //FBLEVELS_H
13
49
0.692308
[ "vector" ]
3be1d6f4cf37d7e550e98984c47bc87306d78ba5
2,597
cpp
C++
Applications/Utils/FileConverter/FEFLOW2OGS.cpp
HaibingShao/ogs6_ufz
d4acfe7132eaa2010157122da67c7a4579b2ebae
[ "BSD-4-Clause" ]
null
null
null
Applications/Utils/FileConverter/FEFLOW2OGS.cpp
HaibingShao/ogs6_ufz
d4acfe7132eaa2010157122da67c7a4579b2ebae
[ "BSD-4-Clause" ]
null
null
null
Applications/Utils/FileConverter/FEFLOW2OGS.cpp
HaibingShao/ogs6_ufz
d4acfe7132eaa2010157122da67c7a4579b2ebae
[ "BSD-4-Clause" ]
null
null
null
/** * \copyright * Copyright (c) 2012-2017, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * */ #include <string> #include <memory> // ThirdParty...
29.179775
198
0.663073
[ "mesh" ]
3be28acded4363c274fa7a2b7f71cc9feed821c3
1,340
cpp
C++
svca_limix/src/limix/io/split.cpp
DenisSch/svca
bd029c120ca8310f43311253e4d7ce19bc08350c
[ "Apache-2.0" ]
65
2015-01-20T20:46:26.000Z
2021-06-27T14:40:35.000Z
svca_limix/src/limix/io/split.cpp
DenisSch/svca
bd029c120ca8310f43311253e4d7ce19bc08350c
[ "Apache-2.0" ]
29
2015-02-01T22:35:17.000Z
2017-08-07T08:18:23.000Z
svca_limix/src/limix/io/split.cpp
DenisSch/svca
bd029c120ca8310f43311253e4d7ce19bc08350c
[ "Apache-2.0" ]
35
2015-02-01T17:26:50.000Z
2019-09-13T07:06:16.000Z
// Copyright(c) 2014, The LIMIX developers(Christoph Lippert, Paolo Francesco Casale, Oliver Stegle) // //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // // http://www.apache.org/licenses/L...
35.263158
115
0.707463
[ "vector" ]
3be44139e65a23d0297e163f264ba49f411856fe
6,907
cc
C++
Engine/Source/Runtime/Renderer/StaticModel.cc
rodrigobmg/YumeEngine
67c525c84616a5167b5bae45f36641e90227c281
[ "MIT" ]
129
2016-05-05T23:34:44.000Z
2022-03-07T20:17:18.000Z
Engine/Source/Runtime/Renderer/StaticModel.cc
rodrigobmg/YumeEngine
67c525c84616a5167b5bae45f36641e90227c281
[ "MIT" ]
1
2017-05-07T16:09:41.000Z
2017-05-08T15:35:50.000Z
Engine/Source/Runtime/Renderer/StaticModel.cc
rodrigobmg/YumeEngine
67c525c84616a5167b5bae45f36641e90227c281
[ "MIT" ]
20
2016-02-24T20:40:08.000Z
2022-02-04T23:48:18.000Z
//---------------------------------------------------------------------------- //Yume Engine //Copyright (C) 2015 arkenthera //This program is free software; you can redistribute it and/or modify //it under the terms of the GNU General Public License as published by //the Free Software Foundation; either version 2 of ...
29.14346
110
0.699001
[ "mesh", "model" ]
3be9d70d6b3cf77ad90a6c596b923979135b1126
1,859
cpp
C++
game/server/entities/NPCs/CBabyCrab.cpp
xalalau/HLEnhanced
f108222ab7d303c9ed5a8e81269f9e949508e78e
[ "Unlicense" ]
83
2016-06-10T20:49:23.000Z
2022-02-13T18:05:11.000Z
game/server/entities/NPCs/CBabyCrab.cpp
xalalau/HLEnhanced
f108222ab7d303c9ed5a8e81269f9e949508e78e
[ "Unlicense" ]
26
2016-06-16T22:27:24.000Z
2019-04-30T19:25:51.000Z
game/server/entities/NPCs/CBabyCrab.cpp
xalalau/HLEnhanced
f108222ab7d303c9ed5a8e81269f9e949508e78e
[ "Unlicense" ]
58
2016-06-10T23:52:33.000Z
2021-12-30T02:30:50.000Z
/*** * * Copyright (c) 1996-2001, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * This source code contains proprietary and confidential information of * Valve LLC ...
23.2375
83
0.705756
[ "vector" ]
3bf13f25bb9a786629df8b43c90bdd99f777d9d4
59,123
cpp
C++
Unix/tests/pal/test_pal.cpp
Beguiled/omi
1c824681ee86f32314f430db972e5d3938f10fd4
[ "MIT" ]
165
2016-08-18T22:06:39.000Z
2019-05-05T11:09:37.000Z
Unix/tests/pal/test_pal.cpp
snchennapragada/omi
4fa565207d3445d1f44bfc7b890f9ea5ea7b41d0
[ "MIT" ]
409
2016-08-18T20:52:56.000Z
2019-05-06T10:03:11.000Z
Unix/tests/pal/test_pal.cpp
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. ** **============================================================================== */ #include <cassert> #include <cstdio> #i...
23.313486
145
0.541228
[ "vector" ]
3bf4a88bbb3c38fed65dc66dacafd3bbd858f2c4
11,340
cpp
C++
isis/src/base/objs/Histogram/unitTest.cpp
robotprogrammer22/ISIS3
8a2ec4bb3c91969c81d75c681051a1fe77028788
[ "CC0-1.0" ]
null
null
null
isis/src/base/objs/Histogram/unitTest.cpp
robotprogrammer22/ISIS3
8a2ec4bb3c91969c81d75c681051a1fe77028788
[ "CC0-1.0" ]
null
null
null
isis/src/base/objs/Histogram/unitTest.cpp
robotprogrammer22/ISIS3
8a2ec4bb3c91969c81d75c681051a1fe77028788
[ "CC0-1.0" ]
null
null
null
#include <QString> #include <QList> #include "QRegularExpression" #include "Histogram.h" #include "IException.h" #include "Preference.h" #include "LineManager.h" #include "ControlNet.h" #include "ControlMeasure.h" #include "Progress.h" #include "IException.h" #include "FileName.h" using namespace std; #include <iostrea...
26.808511
118
0.460229
[ "vector" ]
3bf4d4d997c23a815b54ebe43f78f70deb5934d5
30,034
cpp
C++
aten/src/ATen/native/vulkan/ops/Tensor.cpp
WBobby/pytorch
655960460ccca936fa5c06df6bbafd25b5582115
[ "Intel" ]
24
2020-11-02T21:25:12.000Z
2022-03-17T07:20:33.000Z
aten/src/ATen/native/vulkan/ops/Tensor.cpp
WBobby/pytorch
655960460ccca936fa5c06df6bbafd25b5582115
[ "Intel" ]
1
2019-08-01T00:17:43.000Z
2019-09-12T01:31:53.000Z
aten/src/ATen/native/vulkan/ops/Tensor.cpp
WBobby/pytorch
655960460ccca936fa5c06df6bbafd25b5582115
[ "Intel" ]
12
2020-11-06T05:00:37.000Z
2022-01-30T19:17:36.000Z
#include <ATen/native/vulkan/ops/Tensor.h> #include <ATen/native/vulkan/ops/Common.h> #include <c10/util/accumulate.h> namespace at { namespace native { namespace vulkan { namespace ops { namespace { using namespace api::utils; uvec3 image_extents(IntArrayRef); bool requires_image(IntArrayRef); bool requires_staging...
22.718608
110
0.62043
[ "object" ]
3bf64c767c90a70e51373bafdaef9fe242e7d7b7
1,420
cc
C++
JetMETCorrections/Modules/src/JetCorrectionESChain.cc
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-24T19:10:26.000Z
2019-02-19T11:45:32.000Z
JetMETCorrections/Modules/src/JetCorrectionESChain.cc
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-23T13:40:24.000Z
2019-12-05T21:16:03.000Z
JetMETCorrections/Modules/src/JetCorrectionESChain.cc
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
5
2018-08-21T16:37:52.000Z
2020-01-09T13:33:17.000Z
// // Original Author: Fedor Ratnikov // Created: Dec. 28, 2006 // // #include "JetMETCorrections/Modules/interface/JetCorrectionESChain.h" #include "JetMETCorrections/Objects/interface/ChainedJetCorrector.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "FWCore/Utilities/interface/Excepti...
36.410256
98
0.743662
[ "vector" ]
0ec238fa3952d1123a5eccd4a1417fee868bdc33
8,495
cpp
C++
hackathon/linus/rinside/inst/examples/wt/wtdensity.cpp
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
1
2021-12-27T19:14:03.000Z
2021-12-27T19:14:03.000Z
hackathon/linus/rinside/inst/examples/wt/wtdensity.cpp
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
null
null
null
hackathon/linus/rinside/inst/examples/wt/wtdensity.cpp
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
null
null
null
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8; -*- // // Wt usage example for RInside, inspired by the standard 'density sliders' example // // Copyright (C) 2011 Dirk Eddelbuettel and Romain Francois // // This file is licensed under GPL 2 or later, as are the rest of RInside and Rcpp // // De...
40.645933
149
0.661919
[ "object", "vector" ]
0ec2c3958048f8388728fbda1cf106fdb47419b0
5,896
cpp
C++
Task5/combinations.cpp
AGritsevich/Luxoft_gdansk_test_task
40b209903ddd44ee6e544cc8b1b346e29a8ab138
[ "MIT" ]
null
null
null
Task5/combinations.cpp
AGritsevich/Luxoft_gdansk_test_task
40b209903ddd44ee6e544cc8b1b346e29a8ab138
[ "MIT" ]
null
null
null
Task5/combinations.cpp
AGritsevich/Luxoft_gdansk_test_task
40b209903ddd44ee6e544cc8b1b346e29a8ab138
[ "MIT" ]
null
null
null
// Task 5 // Task: Combinations // Need to implement a simple console application which takes a text file as an input. Input's file format: // 1st line - integer number (N) // 2nd line - space-separted words // As an output it prints into all combinations of the words from it with up to N words. The output is printed i...
30.86911
182
0.681479
[ "vector" ]
0ec397e3dfaea39d446ab360aeb747428c3216cc
8,562
cpp
C++
src/set49mode.cpp
mahuti/Set49Mode
588c34aa572be6bd4fded43199f6153aa7d6ff44
[ "MIT" ]
2
2020-07-06T16:45:44.000Z
2021-11-05T08:32:10.000Z
src/set49mode.cpp
mahuti/set49mode
588c34aa572be6bd4fded43199f6153aa7d6ff44
[ "MIT" ]
null
null
null
src/set49mode.cpp
mahuti/set49mode
588c34aa572be6bd4fded43199f6153aa7d6ff44
[ "MIT" ]
null
null
null
/* set49mode sets the mode of Groovy Game Gear's 49-way Joystick. This script is based off of De Waegeneer Gijsbrecht's 2018 SetUltrastik360 script 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 Fre...
37.552632
222
0.590049
[ "vector" ]
0ecad235af01f1adb33a7be27b0594f43f2fc700
4,512
cpp
C++
demo/ngraph.native.demo/ngraph.native.demo/main.cpp
MisterDev/ngraph.native
bd5b6a6f753be2488d5e5e31bd11e6987649c930
[ "MIT" ]
47
2015-05-23T00:00:25.000Z
2021-09-20T16:30:06.000Z
demo/ngraph.native.demo/ngraph.native.demo/main.cpp
MisterDev/ngraph.native
bd5b6a6f753be2488d5e5e31bd11e6987649c930
[ "MIT" ]
13
2015-07-29T23:31:21.000Z
2021-05-19T08:07:59.000Z
demo/ngraph.native.demo/ngraph.native.demo/main.cpp
MisterDev/ngraph.native
bd5b6a6f753be2488d5e5e31bd11e6987649c930
[ "MIT" ]
34
2015-09-30T22:02:17.000Z
2021-05-21T06:50:57.000Z
// reading an entire binary file #include <iostream> #include <fstream> #include <string> #include <sstream> #include <regex> #include <unistd.h> #include "layout.h" using namespace std; void save(int i, std::vector<Body> *bodies) { std::stringstream ss; ss << i << ".bin"; std::ofstream outfile (ss.str(...
30.90411
97
0.561835
[ "vector" ]
0ecdc060d1d1b068d88c291fc33f9615914e89ea
11,688
cpp
C++
LR/LRParser.cpp
jhxqy/LL-1-analyzer
ccd299a84e5698044a852be8c6fce7d6f655778b
[ "MIT" ]
2
2020-11-11T14:44:01.000Z
2020-12-20T12:39:18.000Z
LR/LRParser.cpp
jhxqy/LL-SLR-analyzer
ccd299a84e5698044a852be8c6fce7d6f655778b
[ "MIT" ]
null
null
null
LR/LRParser.cpp
jhxqy/LL-SLR-analyzer
ccd299a84e5698044a852be8c6fce7d6f655778b
[ "MIT" ]
null
null
null
// // LRParser.cpp // LL1 // // Created by 贾皓翔 on 2019/9/11. // Copyright © 2019 贾皓翔. All rights reserved. // #include "LRParser.hpp" #include <stack> GeneratingExprPool::GeneratingExprPool(){} GeneratingExprPool::~GeneratingExprPool(){ for(auto i:data){ delete i.second; } } int GeneratingExprPo...
29.515152
154
0.489562
[ "vector" ]
0ed63533d06000c191acaed52ede6015563785ad
9,059
cpp
C++
rai/rai_token/token.cpp
raicoincommunity/Raicoin
22dd5f16d299ced2b14f321682153b9e477c1609
[ "MIT" ]
94
2019-09-25T05:57:44.000Z
2021-12-30T09:08:06.000Z
rai/rai_token/token.cpp
raicoincommunity/Raicoin
22dd5f16d299ced2b14f321682153b9e477c1609
[ "MIT" ]
4
2020-05-06T10:10:14.000Z
2021-12-26T09:35:16.000Z
rai/rai_token/token.cpp
raicoincommunity/Raicoin
22dd5f16d299ced2b14f321682153b9e477c1609
[ "MIT" ]
13
2019-09-25T05:57:52.000Z
2022-02-24T02:09:03.000Z
#include <rai/rai_token/token.hpp> rai::TokenError::TokenError() : return_code_(rai::ErrorCode::SUCCESS) { } rai::TokenError::TokenError(rai::ErrorCode error_code) : return_code_(error_code) { } rai::Token::Token(rai::ErrorCode& error_code, boost::asio::io_service& service, const boost::filesys...
29.996689
80
0.58119
[ "vector" ]
0edcc3e99089c5f1888165c876b11e31bc877280
583
cpp
C++
tests/src/test_unroll.cpp
JPenuchot/cpp-sak
fda3fbdfd4094151ffb9260b922fdc5929f9637e
[ "MIT" ]
3
2018-12-02T12:09:31.000Z
2020-01-23T12:51:28.000Z
tests/src/test_unroll.cpp
JPenuchot/cpp-sak
fda3fbdfd4094151ffb9260b922fdc5929f9637e
[ "MIT" ]
null
null
null
tests/src/test_unroll.cpp
JPenuchot/cpp-sak
fda3fbdfd4094151ffb9260b922fdc5929f9637e
[ "MIT" ]
null
null
null
#include <vector> #include <testing.hpp> #include <jpp/unroll.hpp> void test_unroll() { int i = 0; jpp::unroll<5>([&](auto I) { static_assert(I >= 0 /* I is ALWAYS >= 0*/, "Unroll index not constexpr"); i += I; }); assert(i == 10, "Unroll test failed."); for(size_t i = 0; i < 32; i++) { ...
17.147059
78
0.530017
[ "vector" ]
0edd2d7a6c6e40a229eb163ab94c7160b753514e
1,228
cpp
C++
src/regions/iberia.cpp
rwalroth/claudius_cpp_game
10205faa0a572e75823d4da472eb280879e22e4c
[ "MIT" ]
null
null
null
src/regions/iberia.cpp
rwalroth/claudius_cpp_game
10205faa0a572e75823d4da472eb280879e22e4c
[ "MIT" ]
null
null
null
src/regions/iberia.cpp
rwalroth/claudius_cpp_game
10205faa0a572e75823d4da472eb280879e22e4c
[ "MIT" ]
null
null
null
#include "iberia.h" Iberia::Iberia(Army _local_army, std::shared_ptr<int> _bi) : Region{_local_army} { pBarbariansInvaded = _bi; messages = { { "As you make camp in Iberia just beyond the mountains", "you receive dire news. Barbarians have invaded Gaul!", "This is ...
33.189189
111
0.590391
[ "vector" ]
0ee006f16fdca80d66ee39e49a866e279a2aac3c
6,363
cpp
C++
src/tests/class_tests/openms/source/MultiplexClustering_test.cpp
mrurik/OpenMS
3bf48247423dc28a7df7b12b72fbc7751965c321
[ "Zlib", "Apache-2.0" ]
1
2018-03-06T14:12:09.000Z
2018-03-06T14:12:09.000Z
src/tests/class_tests/openms/source/MultiplexClustering_test.cpp
mrurik/OpenMS
3bf48247423dc28a7df7b12b72fbc7751965c321
[ "Zlib", "Apache-2.0" ]
null
null
null
src/tests/class_tests/openms/source/MultiplexClustering_test.cpp
mrurik/OpenMS
3bf48247423dc28a7df7b12b72fbc7751965c321
[ "Zlib", "Apache-2.0" ]
null
null
null
// -------------------------------------------------------------------------- // OpenMS -- Open-Source Mass Spectrometry // -------------------------------------------------------------------------- // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen, // ETH Zurich, and Freie Universit...
49.325581
265
0.738645
[ "vector" ]
0ee54d5fa9153daf0ffa1074552b216af657d1ac
2,919
cpp
C++
aws-cpp-sdk-medialive/source/model/UdpGroupSettings.cpp
curiousjgeorge/aws-sdk-cpp
09b65deba03cfbef9a1e5d5986aa4de71bc03cd8
[ "Apache-2.0" ]
2
2019-03-11T15:50:55.000Z
2020-02-27T11:40:27.000Z
aws-cpp-sdk-medialive/source/model/UdpGroupSettings.cpp
curiousjgeorge/aws-sdk-cpp
09b65deba03cfbef9a1e5d5986aa4de71bc03cd8
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-medialive/source/model/UdpGroupSettings.cpp
curiousjgeorge/aws-sdk-cpp
09b65deba03cfbef9a1e5d5986aa4de71bc03cd8
[ "Apache-2.0" ]
1
2019-01-18T13:03:55.000Z
2019-01-18T13:03:55.000Z
/* * 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...
28.067308
143
0.785886
[ "model" ]
0ee5f627a40eb7f4a672b5c4e6b9ff16178eb343
22,265
cpp
C++
libstorage/SQLBasicAccess.cpp
imtypist/FISCO-BCOS
30a281d31e83ca666ef203193963a6d32e39e36a
[ "Apache-2.0" ]
null
null
null
libstorage/SQLBasicAccess.cpp
imtypist/FISCO-BCOS
30a281d31e83ca666ef203193963a6d32e39e36a
[ "Apache-2.0" ]
null
null
null
libstorage/SQLBasicAccess.cpp
imtypist/FISCO-BCOS
30a281d31e83ca666ef203193963a6d32e39e36a
[ "Apache-2.0" ]
null
null
null
/* * @CopyRight: * FISCO-BCOS 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. * * FISCO-BCOS is distributed in the hope t...
35.91129
101
0.539052
[ "vector" ]
0eea75b22e87c850201fff14bb404b961dfa7f4b
6,458
hpp
C++
include/UnityOSC/OSCBundle.hpp
RedBrumbler/virtuoso-codegen
e83f6f0f9b47bec4b6dd976b21edc1d46bf3cfe3
[ "Unlicense" ]
null
null
null
include/UnityOSC/OSCBundle.hpp
RedBrumbler/virtuoso-codegen
e83f6f0f9b47bec4b6dd976b21edc1d46bf3cfe3
[ "Unlicense" ]
null
null
null
include/UnityOSC/OSCBundle.hpp
RedBrumbler/virtuoso-codegen
e83f6f0f9b47bec4b6dd976b21edc1d46bf3cfe3
[ "Unlicense" ]
null
null
null
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "beatsaber-hook/shared/utils/typedefs.h" #include "beatsaber-hook/shared/utils/byref.hpp" // Including type: UnityOSC.OSCPacket #include "UnityO...
50.062016
259
0.724218
[ "object", "vector" ]
0eea81b308bbee26cc607bcb95ffbf2d3f6abe0f
5,959
cc
C++
tensorflow/compiler/tf2xla/kernels/variable_ops.cc
DEVESHTARASIA/tensorflow
d3edb8c60ed4fd831d62833ed22f5c23486c561c
[ "Apache-2.0" ]
384
2017-02-21T18:38:04.000Z
2022-02-22T07:30:25.000Z
tensorflow/compiler/tf2xla/kernels/variable_ops.cc
DEVESHTARASIA/tensorflow
d3edb8c60ed4fd831d62833ed22f5c23486c561c
[ "Apache-2.0" ]
15
2017-03-01T20:18:43.000Z
2020-05-07T10:33:51.000Z
tensorflow/compiler/tf2xla/kernels/variable_ops.cc
DEVESHTARASIA/tensorflow
d3edb8c60ed4fd831d62833ed22f5c23486c561c
[ "Apache-2.0" ]
81
2017-02-21T19:31:19.000Z
2022-02-22T07:30:24.000Z
/* Copyright 2017 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...
38.198718
80
0.719752
[ "shape", "vector" ]
0eeb29d47d67399553a427ca245639ddd5caf890
6,172
cpp
C++
Gems/EMotionFX/Code/EMotionFX/Pipeline/RCExt/ExportContexts.cpp
cypherdotXd/o3de
bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676
[ "Apache-2.0", "MIT" ]
11
2021-07-08T09:58:26.000Z
2022-03-17T17:59:26.000Z
Gems/EMotionFX/Code/EMotionFX/Pipeline/RCExt/ExportContexts.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
29
2021-07-06T19:33:52.000Z
2022-03-22T10:27:49.000Z
Gems/EMotionFX/Code/EMotionFX/Pipeline/RCExt/ExportContexts.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
4
2021-07-06T19:24:43.000Z
2022-03-31T12:42:27.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include <SceneAPIExt/Groups/MotionGroup.h> #include <SceneAPIExt/Groups/IActorGroup.h> #include <...
40.339869
193
0.567725
[ "vector", "3d" ]
0eebc9beed127cc7c981981a1bf2999171a132c6
13,908
cpp
C++
libs/vm/src/object.cpp
chr15murray/ledger
85be05221f19598de8c6c58652139a1f2d9e362f
[ "Apache-2.0" ]
1
2019-09-30T12:22:46.000Z
2019-09-30T12:22:46.000Z
libs/vm/src/object.cpp
chr15murray/ledger
85be05221f19598de8c6c58652139a1f2d9e362f
[ "Apache-2.0" ]
null
null
null
libs/vm/src/object.cpp
chr15murray/ledger
85be05221f19598de8c6c58652139a1f2d9e362f
[ "Apache-2.0" ]
1
2020-02-10T18:28:05.000Z
2020-02-10T18:28:05.000Z
//------------------------------------------------------------------------------ // // Copyright 2018-2020 Fetch.AI Limited // // 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 // // ...
30.103896
97
0.606126
[ "object" ]
0eed784cd0b49b7f4c64b1cba3a3d264d25d8ec4
1,481
hpp
C++
src/app/ext/media/gfx/ext/gfx-surface.hpp
indigoabstract/techno-globe
1f01b231bece534282344fa660d5f9a8cc07262e
[ "MIT" ]
null
null
null
src/app/ext/media/gfx/ext/gfx-surface.hpp
indigoabstract/techno-globe
1f01b231bece534282344fa660d5f9a8cc07262e
[ "MIT" ]
null
null
null
src/app/ext/media/gfx/ext/gfx-surface.hpp
indigoabstract/techno-globe
1f01b231bece534282344fa660d5f9a8cc07262e
[ "MIT" ]
null
null
null
#pragma once #include "gfx-vxo.hpp" class gfx_debug_vxo : public gfx_vxo { public: gfx_debug_vxo(vx_info ivxi, bool iis_submesh = false); virtual void render_mesh(shared_ptr<gfx_camera> icamera); }; class gfx_obj_vxo : public gfx_vxo { public: gfx_obj_vxo(); void operator=(const std::string& imesh_nam...
18.060976
73
0.733964
[ "vector" ]
0efbcb0e040b47eb47cff303bafc62ed4fc7731e
18,103
cpp
C++
src/percept/mesh/geometry/recovery/GeometryRecoverySplineFit.cpp
jrood-nrel/percept
363cdd0050443760d54162f140b2fb54ed9decf0
[ "BSD-2-Clause" ]
3
2017-08-08T21:06:02.000Z
2020-01-08T13:23:36.000Z
src/percept/mesh/geometry/recovery/GeometryRecoverySplineFit.cpp
jrood-nrel/percept
363cdd0050443760d54162f140b2fb54ed9decf0
[ "BSD-2-Clause" ]
2
2016-12-17T00:18:56.000Z
2019-08-09T15:29:25.000Z
src/percept/mesh/geometry/recovery/GeometryRecoverySplineFit.cpp
jrood-nrel/percept
363cdd0050443760d54162f140b2fb54ed9decf0
[ "BSD-2-Clause" ]
2
2017-11-30T07:02:41.000Z
2019-08-05T17:07:04.000Z
// Copyright 2002 - 2008, 2010, 2011 National Technology Engineering // Solutions of Sandia, LLC (NTESS). Under the terms of Contract // DE-NA0003525 with NTESS, the U.S. Government retains certain rights // in this software. // // Use of this source code is governed by a BSD-style // license that can be found in the L...
38.435244
197
0.547644
[ "mesh", "geometry", "object", "vector", "model" ]
1600306c5cf54043f6e6531d0bd5a8af0447f681
6,262
cc
C++
server/core/resultset.cc
nephtyws/MaxScale
312469dca2721666d9fff310b6c3166b0d05d2a3
[ "MIT" ]
null
null
null
server/core/resultset.cc
nephtyws/MaxScale
312469dca2721666d9fff310b6c3166b0d05d2a3
[ "MIT" ]
null
null
null
server/core/resultset.cc
nephtyws/MaxScale
312469dca2721666d9fff310b6c3166b0d05d2a3
[ "MIT" ]
null
null
null
/* * Copyright (c) 2016 MariaDB Corporation Ab * * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * * Change Date: 2023-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be g...
27.108225
88
0.539923
[ "vector" ]
16033458a497c4ec737f136614e57426e64ca2e2
3,399
cpp
C++
sources/SBFramework/SBDynamicData/SBDynamicData.cpp
podgorskiy/ProceduralSky
386d091be8e8f4d7b5a838506c5b481779e56e42
[ "MIT" ]
3
2016-11-04T16:16:24.000Z
2019-04-14T07:24:00.000Z
sources/SBFramework/SBDynamicData/SBDynamicData.cpp
podgorskiy/ProceduralSky
386d091be8e8f4d7b5a838506c5b481779e56e42
[ "MIT" ]
null
null
null
sources/SBFramework/SBDynamicData/SBDynamicData.cpp
podgorskiy/ProceduralSky
386d091be8e8f4d7b5a838506c5b481779e56e42
[ "MIT" ]
null
null
null
#include "SBDynamicData.h" #include "SBDynamicDataValues.h" #include "SBFileSystem/SBCFile.h" #include <pugixml.hpp> using namespace SB; DynamicLighteningProperties::DynamicLighteningProperties() {}; void DynamicLighteningProperties::Load(IFile* file) { char* buffer = new char[file->GetSize()]; file->Read(buffer,...
29.051282
117
0.758753
[ "vector" ]
1604bd360c377bb22fb41904d98742ce4dad2a28
13,565
hpp
C++
VSDataReduction/VBFRunInfo.hpp
sfegan/ChiLA
916bdd95348c2df2ecc736511d5f5b2bfb4a831e
[ "BSD-3-Clause" ]
1
2018-04-17T14:03:36.000Z
2018-04-17T14:03:36.000Z
VSDataReduction/VBFRunInfo.hpp
sfegan/ChiLA
916bdd95348c2df2ecc736511d5f5b2bfb4a831e
[ "BSD-3-Clause" ]
null
null
null
VSDataReduction/VBFRunInfo.hpp
sfegan/ChiLA
916bdd95348c2df2ecc736511d5f5b2bfb4a831e
[ "BSD-3-Clause" ]
null
null
null
//-*-mode:c++; mode:font-lock;-*- /*! \file VBFRunInfo.hpp Extract some information from run \author Stephen Fegan \n UCLA \n sfegan@astro.ucla.edu \n \version 1.0 \date 10/11/2006 $Id: VBFRunInfo.hpp,v 3.19 2008/09/24 20...
35.233766
79
0.588795
[ "vector" ]
1605e9197eb1b9125f91486c72067b658627afd7
17,257
cxx
C++
srcscintilla/scintilla375/src/MarginView.cxx
hleuwer/iup
6bafeb94b652c2a3ea1ef8ef3a9de6fd819e6b6e
[ "MIT" ]
64
2016-02-19T18:58:38.000Z
2022-03-16T17:51:09.000Z
srcscintilla/scintilla375/src/MarginView.cxx
hleuwer/iup
6bafeb94b652c2a3ea1ef8ef3a9de6fd819e6b6e
[ "MIT" ]
34
2017-04-14T01:12:21.000Z
2018-10-26T05:30:24.000Z
srcscintilla/scintilla375/src/MarginView.cxx
hleuwer/iup
6bafeb94b652c2a3ea1ef8ef3a9de6fd819e6b6e
[ "MIT" ]
8
2016-01-25T00:24:01.000Z
2021-03-10T20:20:51.000Z
// Scintilla source code edit control /** @file MarginView.cxx ** Defines the appearance of the editor margin. **/ // Copyright 1998-2014 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include <cstddef> #include <cstdlib> ...
36.639066
124
0.658342
[ "vector", "model" ]
160697fb2e53302d40f70d2e6ec5aeee199d3713
1,632
cpp
C++
BashuOJ-Code/3124.cpp
magicgh/algorithm-contest-code
c21a90b11f73535c61e6363a4305b74cff24a85b
[ "MIT" ]
null
null
null
BashuOJ-Code/3124.cpp
magicgh/algorithm-contest-code
c21a90b11f73535c61e6363a4305b74cff24a85b
[ "MIT" ]
null
null
null
BashuOJ-Code/3124.cpp
magicgh/algorithm-contest-code
c21a90b11f73535c61e6363a4305b74cff24a85b
[ "MIT" ]
null
null
null
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<iomanip> #include<algorithm> #include<queue> #include<stack> #include<vector> #define ri register int using namespace std; const int INF=0x7fffffff/2; int dx[]={-1,1,0,0,-1,-1,1,1},dy[]={0,0,-1,1,-1,1,-1,1}; int n,k,map[1005][1005],dist[1005...
20.4
59
0.568627
[ "vector" ]
1606cf0ea7d1ab9a7326e400ce11eef43c760a26
24,123
cpp
C++
JobScheduler.cpp
privacore/open-source-search-engine
dac28de673068039381ca3f66521ea4c1eaf6a1e
[ "Apache-2.0" ]
134
2016-05-30T13:29:37.000Z
2021-06-18T02:13:51.000Z
JobScheduler.cpp
mehmet-biter/open-source-search-engine
dac28de673068039381ca3f66521ea4c1eaf6a1e
[ "Apache-2.0" ]
65
2016-10-31T16:02:28.000Z
2020-04-30T14:18:57.000Z
JobScheduler.cpp
mehmet-biter/open-source-search-engine
dac28de673068039381ca3f66521ea4c1eaf6a1e
[ "Apache-2.0" ]
22
2016-05-30T13:29:39.000Z
2020-06-30T08:43:38.000Z
#include "JobScheduler.h" #include "ScopedLock.h" #include "BigFile.h" //for FileState definition #include "Errno.h" #include <pthread.h> #include <vector> #include <list> #include <algorithm> #include <stdexcept> #include <assert.h> #include <sys/time.h> #include <stdio.h> namespace { //return current time expres...
30.191489
270
0.712639
[ "vector" ]
160e19bb13e39c8664aaa888b0f8787d3b55fb59
307
cpp
C++
Dynamic Programming/Suffix_prefix dp/Max Product Subarray.cpp
cenation092/InterviewBit-Solutions
ac4510a10d965fb681f7b3c80990407e18bc2668
[ "MIT" ]
7
2019-06-29T08:57:07.000Z
2021-02-13T06:43:40.000Z
Dynamic Programming/Suffix_prefix dp/Max Product Subarray.cpp
cenation092/InterviewBit-Solutions
ac4510a10d965fb681f7b3c80990407e18bc2668
[ "MIT" ]
null
null
null
Dynamic Programming/Suffix_prefix dp/Max Product Subarray.cpp
cenation092/InterviewBit-Solutions
ac4510a10d965fb681f7b3c80990407e18bc2668
[ "MIT" ]
3
2020-06-17T04:26:26.000Z
2021-02-12T04:51:40.000Z
int Solution::maxProduct(const vector<int> &A) { int Min = A[0], Max = A[0]; int Ans = A[0]; for( int i = 1; i < A.size(); i++ ){ if( A[i] < 0 )swap(Min, Max); Min = min( A[i], Min*A[i] ); Max = max( A[i], Max*A[i] ); Ans = max( Ans, Max); } return Ans; }
27.909091
48
0.436482
[ "vector" ]
1617c2cae2df26c413ef993101334c55b9276ec3
37,830
cpp
C++
03_Tutorial/T02_XMCocos2D-v3/Source/PhysicsTest/PhysicsTest.cpp
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
2
2017-08-03T07:15:00.000Z
2018-06-18T10:32:53.000Z
03_Tutorial/T02_XMCocos2D-v3/Source/PhysicsTest/PhysicsTest.cpp
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
null
null
null
03_Tutorial/T02_XMCocos2D-v3/Source/PhysicsTest/PhysicsTest.cpp
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
2
2019-03-04T22:57:42.000Z
2020-03-06T01:32:26.000Z
#include "PhysicsTest.h" #include <cmath> #include "../testResource.h" USING_NS_CC; namespace { static std::function<Layer*()> createFunctions[] = { CL(PhysicsDemoLogoSmash), CL(PhysicsDemoPyramidStack), CL(PhysicsDemoClickAdd), CL(PhysicsDemoRayCast), CL(PhysicsDemoJoints),...
33.656584
161
0.598414
[ "object", "shape", "vector" ]
161a700a895e860fc0b5f20e5f15eb7769c0b417
1,634
hpp
C++
src/base/buffer_back_insert_iterator.hpp
GeniusVentures/SuperGenius
ae43304f4a2475498ef56c971296175acb88d0ee
[ "MIT" ]
1
2021-07-10T21:25:03.000Z
2021-07-10T21:25:03.000Z
src/base/buffer_back_insert_iterator.hpp
GeniusVentures/SuperGenius
ae43304f4a2475498ef56c971296175acb88d0ee
[ "MIT" ]
null
null
null
src/base/buffer_back_insert_iterator.hpp
GeniusVentures/SuperGenius
ae43304f4a2475498ef56c971296175acb88d0ee
[ "MIT" ]
null
null
null
#include "base/buffer.hpp" using sgns::base::Buffer; namespace std { /* * std::back_insert_iterator is an output iterator * that appends to a container for which it was constructed. */ template <> class back_insert_iterator<Buffer> { public: using value_type = Buffer::value_type; using difference_type = type...
20.683544
84
0.69033
[ "vector" ]
161b64348866c3bdcbb385dc8e4aa3179e4c8235
25,287
cc
C++
components/autofill_assistant/browser/basic_interactions.cc
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
components/autofill_assistant/browser/basic_interactions.cc
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
components/autofill_assistant/browser/basic_interactions.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/autofill_assistant/browser/basic_interactions.h" #include <algorithm> #include "base/callback_helpers.h" #include "base/i18n/time_for...
36.861516
80
0.626923
[ "vector", "model" ]
161d84e73e7722cac013450f4934e453a0a8230f
7,099
hpp
C++
src/utilities/data/Matrix.hpp
muehleisen/OpenStudio
3bfe89f6c441d1e61e50b8e94e92e7218b4555a0
[ "blessing" ]
354
2015-01-10T17:46:11.000Z
2022-03-29T10:00:00.000Z
src/utilities/data/Matrix.hpp
muehleisen/OpenStudio
3bfe89f6c441d1e61e50b8e94e92e7218b4555a0
[ "blessing" ]
3,243
2015-01-02T04:54:45.000Z
2022-03-31T17:22:22.000Z
src/utilities/data/Matrix.hpp
jmarrec/OpenStudio
5276feff0d8dbd6c8ef4e87eed626bc270a19b14
[ "blessing" ]
157
2015-01-07T15:59:55.000Z
2022-03-30T07:46:09.000Z
/*********************************************************************************************************************** * OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved. * * Redistribution and use in source and binary forms, with or without m...
48.292517
196
0.695027
[ "vector" ]
161dbda9514b08c76f6f2098c44aadf32383b612
820
cpp
C++
C++/StringStream/stringstream.cpp
IsaacAsante/hackerrank
76c430b341ce1e2ab427eda57508eb309d3b215b
[ "MIT" ]
108
2021-03-29T05:04:16.000Z
2022-03-19T15:11:52.000Z
C++/StringStream/stringstream.cpp
IsaacAsante/hackerrank
76c430b341ce1e2ab427eda57508eb309d3b215b
[ "MIT" ]
null
null
null
C++/StringStream/stringstream.cpp
IsaacAsante/hackerrank
76c430b341ce1e2ab427eda57508eb309d3b215b
[ "MIT" ]
32
2021-03-30T03:56:54.000Z
2022-03-27T14:41:32.000Z
/* Author: Isaac Asante * HackerRank URL for this exercise: https://www.hackerrank.com/challenges/c-tutorial-stringstream/problem * Original video explanation: https://www.youtube.com/watch?v=D-qwtgg6CJs * Last verified on: April 17, 2021 */ /* IMPORTANT: * This is the full code for the solution. */ #include <s...
20
106
0.612195
[ "vector" ]
161ec84583b95baf19a36009ef80eefec8bfe8d6
13,378
hpp
C++
applications/FemToDemApplication/custom_elements/generic_small_strain_femdem_element.hpp
Jacklwln/Kratos
12ffe332622d7e8ea3e4a10bc061beb9d8e6e8de
[ "BSD-4-Clause" ]
1
2019-08-01T09:01:08.000Z
2019-08-01T09:01:08.000Z
applications/FemToDemApplication/custom_elements/generic_small_strain_femdem_element.hpp
Jacklwln/Kratos
12ffe332622d7e8ea3e4a10bc061beb9d8e6e8de
[ "BSD-4-Clause" ]
null
null
null
applications/FemToDemApplication/custom_elements/generic_small_strain_femdem_element.hpp
Jacklwln/Kratos
12ffe332622d7e8ea3e4a10bc061beb9d8e6e8de
[ "BSD-4-Clause" ]
null
null
null
// | / | // ' / __| _` | __| _ \ __| // . \ | ( | | ( |\__ \. // _|\_\_| \__,_|\__|\___/ ____/ // Multi-Physics FemDem Application // // License: BSD License // Kratos default license: kratos/license.txt // // Main authors: Alejandro Cornejo Velazquez /...
36.452316
189
0.717671
[ "geometry", "vector", "3d" ]
16262c7de6c04363e6a60d826657ba3ebc1c2599
2,403
hpp
C++
include/Solver.hpp
Yaohui1996/Yaohui-Master-Thesis
e76f92990c2ce641f3394e7dad789543421878bd
[ "MIT" ]
null
null
null
include/Solver.hpp
Yaohui1996/Yaohui-Master-Thesis
e76f92990c2ce641f3394e7dad789543421878bd
[ "MIT" ]
null
null
null
include/Solver.hpp
Yaohui1996/Yaohui-Master-Thesis
e76f92990c2ce641f3394e7dad789543421878bd
[ "MIT" ]
null
null
null
#ifndef YAOHUI_MASTER_THESIS_SOLVER_HPP #define YAOHUI_MASTER_THESIS_SOLVER_HPP #include "Individual.hpp" #include <cmath> #include <fstream> #include <future> #include <iostream> #include <random> #include <string> #include <vector> namespace yaohui { class Solver { private: size_t gene_cnt_ = 200; ...
36.969231
78
0.663337
[ "vector" ]
1629cad69b4b6cd106c100ae85946ce4b03f3e3c
2,676
cpp
C++
source/direct3d9/VertexBufferDescription.cpp
HeavenWu/slimdx
e014bb34b89bbf694d01c8f6d6b6dfa3cba58aac
[ "MIT" ]
85
2015-04-06T05:37:10.000Z
2022-03-22T19:53:03.000Z
source/direct3d9/VertexBufferDescription.cpp
HeavenWu/slimdx
e014bb34b89bbf694d01c8f6d6b6dfa3cba58aac
[ "MIT" ]
10
2016-03-17T11:18:24.000Z
2021-05-11T09:21:43.000Z
source/direct3d9/VertexBufferDescription.cpp
HeavenWu/slimdx
e014bb34b89bbf694d01c8f6d6b6dfa3cba58aac
[ "MIT" ]
45
2015-09-14T03:54:01.000Z
2022-03-22T19:53:09.000Z
#include "stdafx.h" /* * Copyright (c) 2007-2012 SlimDX Group * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, ...
36.657534
109
0.723468
[ "object" ]
162b07406eac46b0d9c0506a09d88b71ee33fa43
3,649
cpp
C++
Gems/Atom/RHI/Code/Source/RHI/Fence.cpp
BreakerOfThings/o3de
f4c59f868c726470ec910623facd836047d059c3
[ "Apache-2.0", "MIT" ]
11
2021-07-08T09:58:26.000Z
2022-03-17T17:59:26.000Z
Gems/Atom/RHI/Code/Source/RHI/Fence.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
29
2021-07-06T19:33:52.000Z
2022-03-22T10:27:49.000Z
Gems/Atom/RHI/Code/Source/RHI/Fence.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
4
2021-07-06T19:24:43.000Z
2022-03-31T12:42:27.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include <Atom/RHI/Fence.h> #include <AzCore/Debug/Profiler.h> namespace AZ { namespace RHI ...
24.993151
100
0.468347
[ "3d" ]
16350f0a0a0d88a770aaf2743613d88cd1b956c1
11,072
cpp
C++
src/cs-core/GraphicsEngine.cpp
FellegaraR/cosmoscout-vr
e04e1ac9c531106693a965bb03d3064f3a6179c6
[ "BSL-1.0", "Apache-2.0", "MIT" ]
302
2019-03-05T08:05:03.000Z
2022-03-16T22:35:21.000Z
src/cs-core/GraphicsEngine.cpp
FellegaraR/cosmoscout-vr
e04e1ac9c531106693a965bb03d3064f3a6179c6
[ "BSL-1.0", "Apache-2.0", "MIT" ]
230
2019-07-30T13:26:09.000Z
2022-03-11T11:21:06.000Z
src/cs-core/GraphicsEngine.cpp
FellegaraR/cosmoscout-vr
e04e1ac9c531106693a965bb03d3064f3a6179c6
[ "BSL-1.0", "Apache-2.0", "MIT" ]
24
2019-07-22T08:00:49.000Z
2022-01-25T10:55:17.000Z
//////////////////////////////////////////////////////////////////////////////////////////////////// // This file is part of CosmoScout VR // // and may be used under the terms of the MIT license. See the LICENSE file for details. // // ...
41.007407
100
0.619039
[ "vector" ]