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
3af31179a23314712f67e45c79f928cad4c29ce6
2,205
hxx
C++
include/rtkMultiplyByVectorImageFilter.hxx
vlibertiaux/RTK
0965dfe680e7993141898af13425ae2afb98d319
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
include/rtkMultiplyByVectorImageFilter.hxx
vlibertiaux/RTK
0965dfe680e7993141898af13425ae2afb98d319
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
include/rtkMultiplyByVectorImageFilter.hxx
vlibertiaux/RTK
0965dfe680e7993141898af13425ae2afb98d319
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
/*========================================================================= * * Copyright RTK Consortium * * 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...
30.205479
108
0.687075
[ "vector" ]
3af401e47fbaef78b414cf83f0da2df09f0c989e
2,843
cpp
C++
SigkSens/src/sensors/bmp280/bmp280.cpp
ba58smith/SigkSens
4105f5ff4e26b3ccd426e7d236a1c3b50318c265
[ "Apache-2.0" ]
42
2018-01-20T21:48:17.000Z
2021-11-23T22:59:48.000Z
SigkSens/src/sensors/bmp280/bmp280.cpp
ba58smith/SigkSens
4105f5ff4e26b3ccd426e7d236a1c3b50318c265
[ "Apache-2.0" ]
58
2018-02-18T19:02:47.000Z
2021-05-12T12:20:43.000Z
SigkSens/src/sensors/bmp280/bmp280.cpp
ba58smith/SigkSens
4105f5ff4e26b3ccd426e7d236a1c3b50318c265
[ "Apache-2.0" ]
13
2018-01-21T20:52:04.000Z
2021-02-20T21:54:06.000Z
#ifdef ESP8266 extern "C" { #include "user_interface.h" } #endif #include <Wire.h> #include <Adafruit_Sensor.h> #include <Adafruit_BMP280.h> #include "../../../config.h" #include "bmp280.h" BMP280SensorInfo::BMP280SensorInfo(String addr) { strcpy(address, addr.c_str()); signalKPath[0] = ""; signalKPath[1] = "...
23.691667
104
0.641576
[ "object" ]
3af5f4ebbc9b3bb384d03e438c3b4fab80ded9a6
12,453
cc
C++
test/graph_test.cc
olivermichel/plexum
618acfc05aa2db447f3eafc5c43b5298a58c81f5
[ "MIT" ]
2
2018-11-19T13:46:23.000Z
2019-12-09T09:38:10.000Z
test/graph_test.cc
olivermichel/plexum
618acfc05aa2db447f3eafc5c43b5298a58c81f5
[ "MIT" ]
null
null
null
test/graph_test.cc
olivermichel/plexum
618acfc05aa2db447f3eafc5c43b5298a58c81f5
[ "MIT" ]
null
null
null
#include <catch.h> #include <plexum/graph.h> class V { public: V() = delete; V(unsigned long i) : i(i) { } unsigned long i; }; class E { public: E() = delete; E(unsigned long i, double weight) : i(i), weight(weight) { } unsigned long i; double weight; }; TEST_CASE("graph vertices and edges", "[Graph]") { pl...
26.838362
84
0.644985
[ "vector" ]
3afa8a82667b6d27b9f6975fed19fdc04a0897ce
15,592
cpp
C++
diffsim_torch3d/arcsim/src/mesh.cpp
priyasundaresan/kaolin
ddae34ba5f09bffc4368c29bc50491c5ece797d4
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
diffsim_torch3d/arcsim/src/mesh.cpp
priyasundaresan/kaolin
ddae34ba5f09bffc4368c29bc50491c5ece797d4
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
diffsim_torch3d/arcsim/src/mesh.cpp
priyasundaresan/kaolin
ddae34ba5f09bffc4368c29bc50491c5ece797d4
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* Copyright ©2013 The Regents of the University of California (Regents). All Rights Reserved. Permission to use, copy, modify, and distribute this software and its documentation for educational, research, and not-for-profit purposes, without fee and without a signed licensing agreement, is hereby granted, pr...
33.316239
95
0.532773
[ "mesh", "geometry", "vector" ]
3afd963b46f864a3f861784acb0861400246f5cf
1,495
cc
C++
cpp/hackranker/h25.cc
staugust/leetcode
0ddd0b0941e596d3c6a21b6717d0dd193025f580
[ "Apache-2.0" ]
null
null
null
cpp/hackranker/h25.cc
staugust/leetcode
0ddd0b0941e596d3c6a21b6717d0dd193025f580
[ "Apache-2.0" ]
null
null
null
cpp/hackranker/h25.cc
staugust/leetcode
0ddd0b0941e596d3c6a21b6717d0dd193025f580
[ "Apache-2.0" ]
null
null
null
/* * https://www.hackerrank.com/challenges/matrix-rotation-algo/problem */ #include <iostream> #include <vector> #include <string> #include <algorithm> #include <iomanip> #include <cstdlib> #include <cstdio> #include <map> #include <set> #include <deque> #include <queue> using namespace std; void matrixRotation(vec...
21.056338
80
0.541806
[ "vector" ]
d700f80c2d765117d08f5c40b4cd817a10a7e502
1,491
hpp
C++
framework/renderer.hpp
Sabbelz/programmiersprachen-raytracer
7662ab6cbd389e90908db722a6aad418b7cc820b
[ "MIT" ]
null
null
null
framework/renderer.hpp
Sabbelz/programmiersprachen-raytracer
7662ab6cbd389e90908db722a6aad418b7cc820b
[ "MIT" ]
null
null
null
framework/renderer.hpp
Sabbelz/programmiersprachen-raytracer
7662ab6cbd389e90908db722a6aad418b7cc820b
[ "MIT" ]
null
null
null
// ----------------------------------------------------------------------------- // Copyright : (C) 2014-2017 Andreas-C. Bernstein // License : MIT (see the file LICENSE) // Maintainer : Andreas-C. Bernstein <andreas.bernstein@uni-weimar.de> // Stability : experimental // // Renderer // ---------------------------...
28.132075
80
0.657948
[ "render", "vector" ]
d704594dc92b596dba1c823d6fb8b63b6a49e69d
1,036
cpp
C++
Public/Src/Sandbox/MacOs/Interop/Sandbox/Data/SandboxedPip.cpp
miniksa/BuildXL
4dc257a82a6126fe7516f15fa6f505c14c122ffb
[ "MIT" ]
448
2018-11-07T21:00:58.000Z
2019-05-06T17:29:34.000Z
Public/Src/Sandbox/MacOs/Interop/Sandbox/Data/SandboxedPip.cpp
miniksa/BuildXL
4dc257a82a6126fe7516f15fa6f505c14c122ffb
[ "MIT" ]
496
2019-05-06T21:38:22.000Z
2022-03-14T18:17:14.000Z
Public/Src/Sandbox/MacOs/Interop/Sandbox/Data/SandboxedPip.cpp
miniksa/BuildXL
4dc257a82a6126fe7516f15fa6f505c14c122ffb
[ "MIT" ]
88
2019-05-08T08:28:45.000Z
2022-03-24T23:43:21.000Z
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include "SandboxedPip.hpp" #include "BuildXLException.hpp" #pragma mark SandboxedPip Implementation SandboxedPip::SandboxedPip(pid_t pid, const char *payload, size_t...
28
101
0.686293
[ "object" ]
d70601aaa7096e32fe8de1c6bc0e3799b2cf68ef
2,607
cc
C++
stapl_release/test/views/test_stl_view.cc
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
stapl_release/test/views/test_stl_view.cc
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
stapl_release/test/views/test_stl_view.cc
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
/* // Copyright (c) 2000-2009, Texas Engineering Experiment Station (TEES), a // component of the Texas A&M University System. // All rights reserved. // The information and source code contained herein is the exclusive // property of TEES and may not be disclosed, examined or reproduced // in whole or in part withou...
23.276786
74
0.677407
[ "vector" ]
d706c9defd602d7c04cec2c4d797b90df49635f6
1,819
cpp
C++
GameEntity.cpp
danielHPeters/fight-dude
812c65c093cff31e66b0c17c956bc9cbaf620ede
[ "MIT" ]
null
null
null
GameEntity.cpp
danielHPeters/fight-dude
812c65c093cff31e66b0c17c956bc9cbaf620ede
[ "MIT" ]
null
null
null
GameEntity.cpp
danielHPeters/fight-dude
812c65c093cff31e66b0c17c956bc9cbaf620ede
[ "MIT" ]
null
null
null
#include <utility> #include "GameEntity.h" namespace fightdude { /** * Constructor. * * @param id Entity id * @param createdAt Create timestamp * @param updatedAt Update timestamp * @param fileName Sprite filename */ GameEntity::GameEntity(std::string id, std::string fileName) : Entity(std::move(id)...
20.438202
79
0.681693
[ "render", "vector" ]
d707d56088249de9832d9583b38f15fc4449b5dd
1,413
cpp
C++
Code/2_Arrange_Domain/peakDetail2D_pairFrag.cpp
Lan-lab/Chrom-Lasso-
3b1c7797bfdf0f7d3330339ace0929e8e2225a40
[ "MIT" ]
null
null
null
Code/2_Arrange_Domain/peakDetail2D_pairFrag.cpp
Lan-lab/Chrom-Lasso-
3b1c7797bfdf0f7d3330339ace0929e8e2225a40
[ "MIT" ]
null
null
null
Code/2_Arrange_Domain/peakDetail2D_pairFrag.cpp
Lan-lab/Chrom-Lasso-
3b1c7797bfdf0f7d3330339ace0929e8e2225a40
[ "MIT" ]
3
2020-10-15T09:15:46.000Z
2021-05-07T02:16:27.000Z
#ifndef PEAKDETAILPAIRFRAG2D_CPP #define PEAKDETAILPAIRFRAG2D_CPP #include "peakDetail2D_pairFrag.hpp" int peakDetail_pairFrag_2D::getSumLogProb(const map<int, double>& ranDisMap_local, map<int, map< int, vector<fragInfo_bothEndsMapped_withCuttingSite> > >& cuttingSiteFragMap_local, const double minProb_loca...
32.113636
266
0.726822
[ "vector" ]
d70ead7c70defb5bfd09ef01959b7cda7518d45f
800
cpp
C++
src/modules/osg/generated_code/vector_less__float__greater_.pypp.cpp
JaneliaSciComp/osgpyplusplus
a5ae3f69c7e9101a32d8cc95fe680dab292f75ac
[ "BSD-3-Clause" ]
17
2015-06-01T12:19:46.000Z
2022-02-12T02:37:48.000Z
src/modules/osg/generated_code/vector_less__float__greater_.pypp.cpp
JaneliaSciComp/osgpyplusplus
a5ae3f69c7e9101a32d8cc95fe680dab292f75ac
[ "BSD-3-Clause" ]
7
2015-07-04T14:36:49.000Z
2015-07-23T18:09:49.000Z
src/modules/osg/generated_code/vector_less__float__greater_.pypp.cpp
JaneliaSciComp/osgpyplusplus
a5ae3f69c7e9101a32d8cc95fe680dab292f75ac
[ "BSD-3-Clause" ]
7
2015-11-28T17:00:31.000Z
2020-01-08T07:00:59.000Z
// This file has been generated by Py++. #include "boost/python.hpp" #include "indexing_suite/container_suite.hpp" #include "indexing_suite/vector.hpp" #include "wrap_osg.h" #include "vector_less__float__greater_.pypp.hpp" namespace bp = boost::python; void register_vector_less__float__greater__class(){ { //::s...
38.095238
159
0.7725
[ "vector" ]
d71049e218e1c76b2921d8a6b2707557c9ee929c
5,014
cpp
C++
src/SampleLoader.cpp
Zebreus/webmusictracker
c2e5f93d86017ef8556c494a538892018d50a4f6
[ "MIT" ]
null
null
null
src/SampleLoader.cpp
Zebreus/webmusictracker
c2e5f93d86017ef8556c494a538892018d50a4f6
[ "MIT" ]
null
null
null
src/SampleLoader.cpp
Zebreus/webmusictracker
c2e5f93d86017ef8556c494a538892018d50a4f6
[ "MIT" ]
null
null
null
#include "SampleLoader.hpp" SampleLoader::SampleLoader(){ EM_ASM( FS.mkdir('/samples'); FS.mount(IDBFS, {}, '/samples'); FS.syncfs(true, function (err) { // onerror }); ); std::thread t([this](){ std::cout << "thread function\n"; std::this_thread:...
35.062937
106
0.499801
[ "vector" ]
d7157478c3cfcd587b2dc0d46e60209644b78d4f
3,003
cpp
C++
labs/lab3/gradeStats.cpp
ToyVo/DataStucturesStout
285daddff31d44315b53816d67d92754ed341682
[ "MIT" ]
null
null
null
labs/lab3/gradeStats.cpp
ToyVo/DataStucturesStout
285daddff31d44315b53816d67d92754ed341682
[ "MIT" ]
null
null
null
labs/lab3/gradeStats.cpp
ToyVo/DataStucturesStout
285daddff31d44315b53816d67d92754ed341682
[ "MIT" ]
null
null
null
//Problem 2 //Collin Diekvoss #include <iostream> #include <fstream> #include <string> #include <vector> #include <cmath> using namespace std; void getData(ifstream& inputFile, vector<string>& roster, vector<double>& list); double findMean(vector<double> list); double findStdDev(vector<double> list); double maxScore...
23.1
95
0.664669
[ "object", "vector" ]
d719a44f3767c2294956d460c87d6a151bfe86da
32,700
cpp
C++
libraries/model/test/src/CompilerTest.cpp
dashesy/ELL
b4a2b852fc0479d8f0854b1133ee324e14c66bf8
[ "MIT" ]
null
null
null
libraries/model/test/src/CompilerTest.cpp
dashesy/ELL
b4a2b852fc0479d8f0854b1133ee324e14c66bf8
[ "MIT" ]
null
null
null
libraries/model/test/src/CompilerTest.cpp
dashesy/ELL
b4a2b852fc0479d8f0854b1133ee324e14c66bf8
[ "MIT" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////////////////////////// // // Project: Embedded Learning Library (ELL) // File: CompilerTest.cpp (compile_test) // Authors: Umesh Madan, Chuck Jacobs // /////////////////////////////////////////////////////////////////////////////////...
41.709184
210
0.675199
[ "vector", "model", "transform" ]
d71e3e21bc49a9f40a44a5a4ae5bd1b97f637f9d
22,404
cpp
C++
src/Microsoft.DotNet.Wpf/src/WpfGfx/core/meta/metabitmaprt.cpp
Mu-L/wpf
a539c26bb4c099acaf902077e03f787775b082fd
[ "MIT" ]
5,937
2018-12-04T16:32:50.000Z
2022-03-31T09:48:37.000Z
src/Microsoft.DotNet.Wpf/src/WpfGfx/core/meta/metabitmaprt.cpp
Mu-L/wpf
a539c26bb4c099acaf902077e03f787775b082fd
[ "MIT" ]
4,151
2018-12-04T16:38:19.000Z
2022-03-31T18:41:14.000Z
src/Microsoft.DotNet.Wpf/src/WpfGfx/core/meta/metabitmaprt.cpp
Mu-L/wpf
a539c26bb4c099acaf902077e03f787775b082fd
[ "MIT" ]
1,084
2018-12-04T16:24:21.000Z
2022-03-30T13:52:03.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. //+----------------------------------------------------------------------------- // // // $TAG ENGR // $Mod...
29.401575
112
0.512766
[ "render", "object" ]
d723033484aca57b5e25a32ab36e7aee1443a2a1
4,037
cpp
C++
Core/GDCore/Events/Parsers/VariableParser.cpp
mohajain/GDevelop
8e8d96dd3a5957221fb3d0ec28a694620149d835
[ "MIT" ]
4
2021-03-18T22:26:31.000Z
2021-07-16T00:12:15.000Z
Core/GDCore/Events/Parsers/VariableParser.cpp
mohajain/GDevelop
8e8d96dd3a5957221fb3d0ec28a694620149d835
[ "MIT" ]
9
2020-04-04T19:26:47.000Z
2022-03-25T18:41:20.000Z
Core/GDCore/Events/Parsers/VariableParser.cpp
mohajain/GDevelop
8e8d96dd3a5957221fb3d0ec28a694620149d835
[ "MIT" ]
2
2020-03-02T05:20:41.000Z
2021-05-10T03:59:05.000Z
/* * GDevelop Core * Copyright 2008-2016 Florian Rival (Florian.Rival@gmail.com). All rights * reserved. This project is released under the MIT License. */ #include "GDCore/Events/Parsers/VariableParser.h" #include <vector> #include "GDCore/String.h" namespace gd { class Layout; } namespace gd { class P...
28.429577
77
0.651474
[ "vector" ]
d7248889112f7fb90c3749adb1ee38d026f3b9c7
18,842
cpp
C++
dev/Code/Sandbox/Editor/ShortcutDispatcher.cpp
yuriy0/lumberyard
18ab07fd38492d88c34df2a3e061739d96747e13
[ "AML" ]
null
null
null
dev/Code/Sandbox/Editor/ShortcutDispatcher.cpp
yuriy0/lumberyard
18ab07fd38492d88c34df2a3e061739d96747e13
[ "AML" ]
null
null
null
dev/Code/Sandbox/Editor/ShortcutDispatcher.cpp
yuriy0/lumberyard
18ab07fd38492d88c34df2a3e061739d96747e13
[ "AML" ]
null
null
null
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
34.196007
172
0.654601
[ "object" ]
c012ab3cc6aa190c148b50aa0295f392b157ef0b
20,637
cc
C++
GLwrapper/glsupport.cc
BlurryLight/DiRenderLab
e07f2e5cbbb30511c9f610fc6e4c9d03c92ec3e3
[ "MIT" ]
2
2021-04-21T04:28:36.000Z
2022-03-04T07:55:11.000Z
GLwrapper/glsupport.cc
BlurryLight/DiRenderLab
e07f2e5cbbb30511c9f610fc6e4c9d03c92ec3e3
[ "MIT" ]
null
null
null
GLwrapper/glsupport.cc
BlurryLight/DiRenderLab
e07f2e5cbbb30511c9f610fc6e4c9d03c92ec3e3
[ "MIT" ]
2
2021-08-04T10:31:56.000Z
2021-11-20T09:22:24.000Z
// // Created by zhong on 2021/4/26. // #include <utility> #include <utils/cmake_vars.h> #include "glsupport.hh" #include "third_party/imgui/imgui.h" #include "third_party/imgui/imgui_impl_glfw.h" #include "third_party/imgui/imgui_impl_opengl3.h" using namespace DRL; using DRL::details::Mesh; using DRL::details::Ver...
36.590426
90
0.658235
[ "mesh", "render", "object", "vector", "model" ]
c015c681a3b48b5aaf5f548bfb011c69877dcd5a
1,118
cpp
C++
Problems/CodeChef/Long/Div_2/MARCH20B/G_Partial.Winning_Ways_2.cpp
metehkaya/Algo-Archive
03b5fdcf06f84a03125c57762c36a4e03ca6e756
[ "MIT" ]
2
2020-07-20T06:40:22.000Z
2021-11-20T01:23:26.000Z
Problems/CodeChef/Long/Div_2/MARCH20B/G_Partial.Winning_Ways_2.cpp
metehkaya/Algo-Archive
03b5fdcf06f84a03125c57762c36a4e03ca6e756
[ "MIT" ]
null
null
null
Problems/CodeChef/Long/Div_2/MARCH20B/G_Partial.Winning_Ways_2.cpp
metehkaya/Algo-Archive
03b5fdcf06f84a03125c57762c36a4e03ca6e756
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> #define maxc 1003 #define maxn 100003 #define mod 998244353 #define pb push_back using namespace std; typedef map<int,int>::iterator mit; int T,n,m; int ar[maxn]; int comb[maxc][maxc]; void precalc() { for( int i = 0 ; i < maxc ; i++ ) comb[i][0] = 1; for( int i = 1 ; i < maxc ; i++ ) f...
21.921569
70
0.492844
[ "vector" ]
c01781488b485097efe31871ffc2dac3f28483f2
1,731
cpp
C++
code/cpp/hackerrank/stockmax.cpp
unknown1924/my-code-backup
13e52870c91351d37b89b52787e2e315230a921b
[ "Apache-2.0" ]
null
null
null
code/cpp/hackerrank/stockmax.cpp
unknown1924/my-code-backup
13e52870c91351d37b89b52787e2e315230a921b
[ "Apache-2.0" ]
null
null
null
code/cpp/hackerrank/stockmax.cpp
unknown1924/my-code-backup
13e52870c91351d37b89b52787e2e315230a921b
[ "Apache-2.0" ]
null
null
null
#include <iostream> #include <cstring> #include <vector> using namespace std; int maxTransacTionReq(vector<int> a){ int res = 0; int n = a.size(); int t[n+1][n+1] = {{0}}; int maxprev = 0; memset(t, 0, sizeof(t)); for(int i = 0; i <= n; i++){ for(int j = 0; j <= n; j++){ cout <<...
24.041667
64
0.391103
[ "vector" ]
c0187521609043aae5cb1b6823b2c8aea5663443
13,489
cpp
C++
thirdparty/win/miracl/miracl_osmt/source/curve/pairing/ake24blsa.cpp
namasikanam/MultipartyPSI
57fed04b6cb86b88eeede6f7fb50e9ccd3f84528
[ "Unlicense" ]
419
2016-03-15T18:07:22.000Z
2022-03-31T07:25:20.000Z
aby/src/abycore/util/Miracl/source/curve/pairing/ake24blsa.cpp
huxh10/SGDX
ed93ab5636e9ccc2a15f87572562641604a3cc2b
[ "Apache-2.0" ]
89
2016-05-12T17:29:14.000Z
2022-03-22T15:02:11.000Z
aby/src/abycore/util/Miracl/source/curve/pairing/ake24blsa.cpp
huxh10/SGDX
ed93ab5636e9ccc2a15f87572562641604a3cc2b
[ "Apache-2.0" ]
180
2016-03-15T23:49:25.000Z
2022-03-10T17:41:02.000Z
/* Scott's AKE Client/Server testbed See http://eprint.iacr.org/2002/164 On Windows compile as cl /O2 /GX /DZZNS=10 ake24blsa.cpp zzn24.cpp zzn8.cpp zzn4.cpp zzn2.cpp zzn.cpp ecn.cpp ecn4.cpp big.cpp miracl.lib for 64-bit computer. Change to /DZZNS=20 for 32-bit computer On Linux compile as g...
18.945225
497
0.572244
[ "vector" ]
c01ca3469a0f7eb8bb4be8d56ef98da373a06390
8,767
cc
C++
src/envir/fileoutscalarmgr.cc
eniac/parallel-inet-omnet
810ed40aecac89efbd0b6a05ee10f44a09417178
[ "Xnet", "X11" ]
15
2021-08-20T08:10:01.000Z
2022-03-24T21:24:50.000Z
src/envir/fileoutscalarmgr.cc
eniac/parallel-inet-omnet
810ed40aecac89efbd0b6a05ee10f44a09417178
[ "Xnet", "X11" ]
1
2022-03-30T09:03:39.000Z
2022-03-30T09:03:39.000Z
src/envir/fileoutscalarmgr.cc
eniac/parallel-inet-omnet
810ed40aecac89efbd0b6a05ee10f44a09417178
[ "Xnet", "X11" ]
3
2021-08-20T08:10:34.000Z
2021-12-02T06:15:02.000Z
//========================================================================== // FILEOUTPUTSCALARMGR.CC - part of // OMNeT++/OMNEST // Discrete System Simulation in C++ // // Author: Andras Varga // //========================================================================== /*---------...
33.208333
290
0.617771
[ "vector", "transform" ]
c01f29bef59591c7e6a8a8d163b2c7e37fbd7d26
16,155
cc
C++
pc/srtpfilter.cc
Aexyn/webrtc2
daea5bf2deb843567a792f22ea2047a037e09d78
[ "DOC", "BSD-3-Clause" ]
2
2018-01-16T13:29:45.000Z
2018-08-10T09:15:23.000Z
pc/srtpfilter.cc
Aexyn/webrtc2
daea5bf2deb843567a792f22ea2047a037e09d78
[ "DOC", "BSD-3-Clause" ]
null
null
null
pc/srtpfilter.cc
Aexyn/webrtc2
daea5bf2deb843567a792f22ea2047a037e09d78
[ "DOC", "BSD-3-Clause" ]
null
null
null
/* * Copyright 2009 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
33.172485
80
0.649892
[ "vector" ]
c022e3ce5c5d416d5432a87cf0a796aac124429e
11,555
cc
C++
src/algorithms/tests/rsapi.cc
revorg7/beliefbox
ba974b17fbb46ac98960f31dea66115be470000e
[ "OLDAP-2.3" ]
4
2015-12-02T23:16:44.000Z
2018-01-07T10:54:36.000Z
src/algorithms/tests/rsapi.cc
revorg7/beliefbox
ba974b17fbb46ac98960f31dea66115be470000e
[ "OLDAP-2.3" ]
2
2015-12-02T19:47:57.000Z
2018-10-14T13:08:40.000Z
src/algorithms/tests/rsapi.cc
revorg7/beliefbox
ba974b17fbb46ac98960f31dea66115be470000e
[ "OLDAP-2.3" ]
4
2018-01-14T14:23:18.000Z
2018-10-29T12:46:41.000Z
/* -*- Mode: C++; -*- */ // copyright (c) 2010 by Christos Dimitrakakis <christos.dimitrakakis@gmail.com> /*************************************************************************** * * * This program is free software; you can redistribute it ...
33.590116
152
0.547122
[ "vector" ]
c028ceed44d902502b5721a0d5ff1319508b9e36
2,609
hpp
C++
src/Features/Demo/NetworkGhostPlayer.hpp
ThisAMJ/SourceAutoRecord
95eaf15c383b6962f3638f2dd4e06e5b22bee999
[ "MIT" ]
42
2021-04-27T17:03:24.000Z
2022-03-03T18:56:13.000Z
src/Features/Demo/NetworkGhostPlayer.hpp
ThisAMJ/SourceAutoRecord
95eaf15c383b6962f3638f2dd4e06e5b22bee999
[ "MIT" ]
43
2021-04-27T21:20:06.000Z
2022-03-22T12:45:46.000Z
src/Features/Demo/NetworkGhostPlayer.hpp
ThisAMJ/SourceAutoRecord
95eaf15c383b6962f3638f2dd4e06e5b22bee999
[ "MIT" ]
29
2021-06-11T23:52:24.000Z
2022-03-30T14:33:46.000Z
#pragma once #include "Command.hpp" #include "Features/Demo/GhostEntity.hpp" #include "Features/Hud/Hud.hpp" #include "SFML/Network.hpp" #include "Utils/SDK.hpp" #include "Variable.hpp" #include <atomic> #include <chrono> #include <condition_variable> #include <memory> #include <mutex> #include <thread> #include <vect...
22.885965
93
0.767344
[ "vector" ]
c0297852fc3509a81b82c846adaafe0c54b0cda2
12,224
cpp
C++
openstudiocore/src/project/Test/AlgorithmRecord_GTest.cpp
jasondegraw/OpenStudio
2ab13f6e5e48940929041444e40ad9d36f80f552
[ "blessing" ]
1
2016-12-29T08:45:03.000Z
2016-12-29T08:45:03.000Z
openstudiocore/src/project/Test/AlgorithmRecord_GTest.cpp
jasondegraw/OpenStudio
2ab13f6e5e48940929041444e40ad9d36f80f552
[ "blessing" ]
null
null
null
openstudiocore/src/project/Test/AlgorithmRecord_GTest.cpp
jasondegraw/OpenStudio
2ab13f6e5e48940929041444e40ad9d36f80f552
[ "blessing" ]
null
null
null
/********************************************************************** * Copyright (c) 2008-2016, Alliance for Sustainable Energy. * 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 Fre...
42.151724
98
0.61592
[ "vector" ]
c029c15feeb4752ecae842e21c71c201a58ecb9e
9,169
cc
C++
src/statistics/ContextTreeKDTree.cc
litlpoet/beliefbox
6b303e49017f8054f43c6c840686fcc632205e4e
[ "OLDAP-2.3" ]
null
null
null
src/statistics/ContextTreeKDTree.cc
litlpoet/beliefbox
6b303e49017f8054f43c6c840686fcc632205e4e
[ "OLDAP-2.3" ]
null
null
null
src/statistics/ContextTreeKDTree.cc
litlpoet/beliefbox
6b303e49017f8054f43c6c840686fcc632205e4e
[ "OLDAP-2.3" ]
null
null
null
/* -*- Mode: c++; -*- */ // copyright (c) 2010 by Christos Dimitrakakis <christos.dimitrakakis@gmail.com> /*************************************************************************** * * * This program is free software; you can redistribute it...
29.577419
80
0.590141
[ "vector", "model" ]
c02a24686f1fbb517cac97a865e5117fd8e84a49
6,843
cc
C++
runtime/vm/compiler/stub_code_compiler.cc
matthewlloyd/sdk
fd898a53c60c2044f6a51fc7d6630a6305525565
[ "BSD-3-Clause" ]
1
2020-07-22T04:15:41.000Z
2020-07-22T04:15:41.000Z
runtime/vm/compiler/stub_code_compiler.cc
don-k-jacob/sdk
e51c40158e041501275e62389015b3533e065ffa
[ "BSD-3-Clause" ]
null
null
null
runtime/vm/compiler/stub_code_compiler.cc
don-k-jacob/sdk
e51c40158e041501275e62389015b3533e065ffa
[ "BSD-3-Clause" ]
1
2021-06-05T07:28:45.000Z
2021-06-05T07:28:45.000Z
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. #include "vm/compiler/runtime_api.h" #include "vm/globals.h" // For `StubCodeCompiler::GenerateAllocat...
36.593583
80
0.734035
[ "object" ]
c02d5ef07070b621df628ca74ace4b8ede74a1d3
556
hh
C++
qset.hh
JoeyEremondi/treewidth-memoization
5cd6be9e05bba189d14409f28c37805948ef11b3
[ "BSD-3-Clause" ]
1
2015-07-25T15:09:11.000Z
2015-07-25T15:09:11.000Z
qset.hh
JoeyEremondi/treewidth-memoization
5cd6be9e05bba189d14409f28c37805948ef11b3
[ "BSD-3-Clause" ]
1
2015-09-19T00:44:24.000Z
2015-09-21T16:47:12.000Z
qset.hh
JoeyEremondi/treewidth-memoization
5cd6be9e05bba189d14409f28c37805948ef11b3
[ "BSD-3-Clause" ]
null
null
null
#ifndef __QSET__HH #define __QSET__HH #include <cstdlib> #include <iostream> #include <vector> #include <boost/graph/adjacency_list.hpp> #include <boost/graph/graph_traits.hpp> #include "VSet.hh" #include "graphTypes.hh" //Adapted from http://stackoverflow.com/questions/14470566/how-to-traverse-graph-in-boost-use-b...
20.592593
97
0.735612
[ "vector" ]
c02f093efdfba2468543bed139d84322b2d8ff22
4,639
cpp
C++
src/app/qgsmaptoolsplitparts.cpp
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
null
null
null
src/app/qgsmaptoolsplitparts.cpp
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
null
null
null
src/app/qgsmaptoolsplitparts.cpp
dyna-mis/Hilabeling
cb7d5d4be29624a20c8a367162dbc6fd779b2b52
[ "MIT" ]
1
2021-12-25T08:40:30.000Z
2021-12-25T08:40:30.000Z
/*************************************************************************** qgsmaptoolsplitparts.h --------------------- begin : April 2013 copyright : (C) 2013 Denis Rouzaud email : denis.rouzaud@gmail.com **************************************************...
34.619403
163
0.580513
[ "geometry", "vector", "transform" ]
c031e17fcb121d4aa204e3c77a2b8a9640df9ee6
3,972
cpp
C++
Equinox/GameObject.cpp
CLENJOPOMI/EquinoxEngine
d8bfa29188f9f25818c95e746ee66d237e46d25f
[ "MIT" ]
2
2017-02-05T15:45:46.000Z
2017-02-05T15:45:53.000Z
Equinox/GameObject.cpp
CLENJOPOMI/Enjopongine
d8bfa29188f9f25818c95e746ee66d237e46d25f
[ "MIT" ]
73
2017-01-17T20:34:24.000Z
2017-08-29T16:57:26.000Z
Equinox/GameObject.cpp
CLENJOPOMI/EquinoxEngine
d8bfa29188f9f25818c95e746ee66d237e46d25f
[ "MIT" ]
1
2017-11-09T19:32:50.000Z
2017-11-09T19:32:50.000Z
#include "GameObject.h" #include "BaseComponent.h" #include "Globals.h" #include <GL/glew.h> #include "TransformComponent.h" #include <MathGeoLib/include/Math/float4x4.h> #include "Engine.h" #include "ModuleEditor.h" GameObject::GameObject() { BoundingBox.SetNegativeInfinity(); } GameObject::~GameObject() { } void...
18.560748
95
0.694864
[ "vector", "transform" ]
c033331c1dd47f4846783b56b8419c74b524fdf4
13,167
cpp
C++
libglwinsys/glw_main.cpp
fcarreiro/genesis
48b5c3bac888d999fb1ae17f1a864b59e2c85bc8
[ "MIT" ]
null
null
null
libglwinsys/glw_main.cpp
fcarreiro/genesis
48b5c3bac888d999fb1ae17f1a864b59e2c85bc8
[ "MIT" ]
null
null
null
libglwinsys/glw_main.cpp
fcarreiro/genesis
48b5c3bac888d999fb1ae17f1a864b59e2c85bc8
[ "MIT" ]
null
null
null
#include <cstdlib> #include <windows.h> #include <string> #include <list> #include <gl/gl.h> #include "glwinsys.h" ////////////////////////////////////////////////////////////////////////// // glWinsys class constructor & destructor ////////////////////////////////////////////////////////////////////////// ...
28.316129
78
0.481127
[ "render", "3d" ]
c0351e7ba8db673d05926a38d44396b6bbb5e773
2,949
cpp
C++
cpp-examples/Aspose.Font.Examples.CPP/source/LoadFont/LoadCff.cpp
aspose-font/Aspose.Font-Doc-md
f524be19aeb010df7757eb3447d0f64cf93c7b85
[ "MIT" ]
null
null
null
cpp-examples/Aspose.Font.Examples.CPP/source/LoadFont/LoadCff.cpp
aspose-font/Aspose.Font-Doc-md
f524be19aeb010df7757eb3447d0f64cf93c7b85
[ "MIT" ]
null
null
null
cpp-examples/Aspose.Font.Examples.CPP/source/LoadFont/LoadCff.cpp
aspose-font/Aspose.Font-Doc-md
f524be19aeb010df7757eb3447d0f64cf93c7b85
[ "MIT" ]
null
null
null
#include "aspose_pch.h" #include "LoadCff.h" #include <system/io/path.h> #include <system/io/file_info.h> #include <system/io/file.h> #include <system/console.h> #include <system/array.h> #include <Aspose.Font.Cpp/src/Sources/FontFileDefinition.h> #include <Aspose.Font.Cpp/src/Sources/FontDefinition.h> #include <Aspo...
34.694118
176
0.731095
[ "object" ]
c03b677f34c9404856c56ef182c7e489eb009cd1
1,507
hpp
C++
climate-change/src/VS-Project/Libraries/godot-cpp-bindings/include/gen/InputEventMouseButton.hpp
jerry871002/CSE201-project
c42cc0e51d0c8367e4d06fc33756ab2ec4118ff4
[ "MIT" ]
5
2021-05-27T21:50:33.000Z
2022-01-28T11:54:32.000Z
climate-change/src/VS-Project/Libraries/godot-cpp-bindings/include/gen/InputEventMouseButton.hpp
jerry871002/CSE201-project
c42cc0e51d0c8367e4d06fc33756ab2ec4118ff4
[ "MIT" ]
null
null
null
climate-change/src/VS-Project/Libraries/godot-cpp-bindings/include/gen/InputEventMouseButton.hpp
jerry871002/CSE201-project
c42cc0e51d0c8367e4d06fc33756ab2ec4118ff4
[ "MIT" ]
1
2021-01-04T21:12:05.000Z
2021-01-04T21:12:05.000Z
#ifndef GODOT_CPP_INPUTEVENTMOUSEBUTTON_HPP #define GODOT_CPP_INPUTEVENTMOUSEBUTTON_HPP #include <gdnative_api_struct.gen.h> #include <stdint.h> #include <core/CoreTypes.hpp> #include <core/Ref.hpp> #include "InputEventMouse.hpp" namespace godot { class InputEventMouseButton : public InputEventMouse { struct ___...
27.4
245
0.79363
[ "object" ]
c03c17294bf34aa3126de76b624e3a006372e4bf
1,779
cpp
C++
BashuOJ-Code/5101.cpp
magicgh/algorithm-contest-code
c21a90b11f73535c61e6363a4305b74cff24a85b
[ "MIT" ]
null
null
null
BashuOJ-Code/5101.cpp
magicgh/algorithm-contest-code
c21a90b11f73535c61e6363a4305b74cff24a85b
[ "MIT" ]
null
null
null
BashuOJ-Code/5101.cpp
magicgh/algorithm-contest-code
c21a90b11f73535c61e6363a4305b74cff24a85b
[ "MIT" ]
null
null
null
#include<iostream> #include<cstdio> #include<cstring> #include<cstdlib> #include<cmath> #include<iomanip> #include<algorithm> #include<queue> #include<stack> #include<vector> #define ri register int #define ll long long using namespace std; const int MAXN=1005; vector<int>a[MAXN]; bool Flag=0; int N,M,part,Ans; int Col...
18.925532
80
0.602586
[ "vector" ]
c04be85a0184f4266fa8b6aea553d0dbf1d5aa7f
6,635
cpp
C++
src/ui/linux/TogglDesktop/autocompletecombobox.cpp
thomwiggers/toggldesktop
fd4796d89aa28eb77b9fc12217065d5e57aa07ee
[ "BSD-3-Clause" ]
null
null
null
src/ui/linux/TogglDesktop/autocompletecombobox.cpp
thomwiggers/toggldesktop
fd4796d89aa28eb77b9fc12217065d5e57aa07ee
[ "BSD-3-Clause" ]
null
null
null
src/ui/linux/TogglDesktop/autocompletecombobox.cpp
thomwiggers/toggldesktop
fd4796d89aa28eb77b9fc12217065d5e57aa07ee
[ "BSD-3-Clause" ]
null
null
null
#include "autocompletecombobox.h" #include "autocompletelistmodel.h" #include "autocompletelistview.h" #include <QDebug> AutocompleteComboBox::AutocompleteComboBox(QWidget *parent) : QComboBox(parent) , completer(new AutocompleteCompleter(this)) , proxyModel(new AutocompleteProxyModel(this)) , listVie...
33.680203
121
0.617634
[ "model" ]
c04c82b3fcd220e7ed1b5edd032a2a67e8a60d42
4,696
cpp
C++
skia/tools/viewer/NIMASlide.cpp
jiangkang/renderer-dog
8081732e2b4dbdb97c8d1f5e23f9e52c6362ff85
[ "MIT" ]
1
2019-03-25T15:37:48.000Z
2019-03-25T15:37:48.000Z
tools/viewer/NIMASlide.cpp
bryphe/esy-skia
9810a02f28270535de10b584bffc536182224c83
[ "BSD-3-Clause" ]
1
2020-09-13T11:08:17.000Z
2020-09-13T11:08:17.000Z
skia/tools/viewer/NIMASlide.cpp
jiangkang/renderer-dog
8081732e2b4dbdb97c8d1f5e23f9e52c6362ff85
[ "MIT" ]
null
null
null
/* * Copyright 2018 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "NIMASlide.h" #include "AnimTimer.h" #include "Resources.h" #include "SkOSPath.h" #include "imgui.h" #include "nima/NimaActor.h" #include <algorithm> #include <cmath> u...
26.234637
98
0.600937
[ "render", "vector" ]
c04e4bd701a9b342ad71f037b106deaa6edfd6dd
3,331
cc
C++
components/query_tiles/android/tile_provider_bridge.cc
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/query_tiles/android/tile_provider_bridge.cc
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/query_tiles/android/tile_provider_bridge.cc
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 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/query_tiles/android/tile_provider_bridge.h" #include <memory> #include <string> #include <vector> #include "base/android/callback_a...
34.340206
80
0.698589
[ "vector" ]
c04f03ba53761b502ab84c12a02e4f5557c91e6b
5,739
hpp
C++
openstudiocore/src/pat_app/RunTabController.hpp
BIMDataHub/OpenStudio-1
13ec115b00aa6a2af1426ceb26446f05014c8c8d
[ "blessing" ]
4
2015-05-02T21:04:15.000Z
2015-10-28T09:47:22.000Z
openstudiocore/src/pat_app/RunTabController.hpp
BIMDataHub/OpenStudio-1
13ec115b00aa6a2af1426ceb26446f05014c8c8d
[ "blessing" ]
null
null
null
openstudiocore/src/pat_app/RunTabController.hpp
BIMDataHub/OpenStudio-1
13ec115b00aa6a2af1426ceb26446f05014c8c8d
[ "blessing" ]
1
2020-11-12T21:52:36.000Z
2020-11-12T21:52:36.000Z
/********************************************************************** * Copyright (c) 2008-2015, Alliance for Sustainable Energy. * 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 publishe...
25.968326
130
0.709531
[ "vector", "model" ]
c04f28b501d15f3b754113b6095dd65252a630c5
18,681
cpp
C++
driver/src/sick_generic_laser.cpp
wdross/sick_scan_xd
4359c3db964972c6e562767525eeec7ecfbc3628
[ "Apache-2.0" ]
null
null
null
driver/src/sick_generic_laser.cpp
wdross/sick_scan_xd
4359c3db964972c6e562767525eeec7ecfbc3628
[ "Apache-2.0" ]
null
null
null
driver/src/sick_generic_laser.cpp
wdross/sick_scan_xd
4359c3db964972c6e562767525eeec7ecfbc3628
[ "Apache-2.0" ]
null
null
null
/** * \file * \brief Laser Scanner Main Handling * Copyright (C) 2013, Osnabrueck University * Copyright (C) 2017,2018 Ing.-Buero Dr. Michael Lehning, Hildesheim * Copyright (C) 2017,2018 SICK AG, Waldkirch * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in com...
33.598921
197
0.681495
[ "vector" ]
c04f9d792981885faa816601fb2f56986e44a8a3
221
hpp
C++
include/get_image_distance.hpp
Fadis/genetic_fm
415158b02e2c0dad8fafc81b5762b8889e493f10
[ "MIT" ]
34
2016-10-08T08:55:30.000Z
2021-08-17T03:19:54.000Z
include/get_image_distance.hpp
Fadis/genetic_fm
415158b02e2c0dad8fafc81b5762b8889e493f10
[ "MIT" ]
null
null
null
include/get_image_distance.hpp
Fadis/genetic_fm
415158b02e2c0dad8fafc81b5762b8889e493f10
[ "MIT" ]
1
2018-06-21T00:06:30.000Z
2018-06-21T00:06:30.000Z
#ifndef WAV2IMAGE_GET_IMAGE_DISTANCE_H #define WAV2IMAGE_GET_IMAGE_DISTANCE_H #include <cstdint> #include <vector> double get_image_distance( const std::vector< uint8_t > &l, const std::vector< uint8_t > &r ); #endif
20.090909
94
0.778281
[ "vector" ]
c051a52fc2e56d7a5c93c8b326d98831a119238c
4,355
cpp
C++
irohad/network/impl/block_loader_impl.cpp
laSinteZ/iroha
78f152a85ee2b3b86db7b705831938e96a186c36
[ "Apache-2.0" ]
1
2017-01-15T08:47:16.000Z
2017-01-15T08:47:16.000Z
irohad/network/impl/block_loader_impl.cpp
laSinteZ/iroha
78f152a85ee2b3b86db7b705831938e96a186c36
[ "Apache-2.0" ]
1
2017-11-08T02:34:24.000Z
2017-11-08T02:34:24.000Z
irohad/network/impl/block_loader_impl.cpp
laSinteZ/iroha
78f152a85ee2b3b86db7b705831938e96a186c36
[ "Apache-2.0" ]
null
null
null
/** * Copyright Soramitsu Co., Ltd. 2017 All Rights Reserved. * http://soramitsu.co.jp * * 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/LICENS...
31.557971
78
0.656028
[ "model" ]
c052e40d867a5529c99a6439e153d9322f76a3ef
33,154
cpp
C++
src/mame/drivers/mcatadv.cpp
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
26
2015-03-31T06:25:51.000Z
2021-12-14T09:29:04.000Z
src/mame/drivers/mcatadv.cpp
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
null
null
null
src/mame/drivers/mcatadv.cpp
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
10
2015-03-27T05:45:51.000Z
2022-02-04T06:57:36.000Z
// license:BSD-3-Clause // copyright-holders:Paul Priest, David Haywood /****************************************************************************** 'Face' LINDA board driver by Paul Priest + David Haywood ******************************************************************************* Games on this Hardware ...
49.631737
175
0.684472
[ "object" ]
c05692aecdaf43068f35d1e3b02ad2c2dcd0c50f
643
hpp
C++
experiment/py_wrapper/py_session.hpp
daiwei89/hotbox
11922d0fd23d0b532c0a3842c4c7723e29a166e2
[ "BSD-3-Clause" ]
null
null
null
experiment/py_wrapper/py_session.hpp
daiwei89/hotbox
11922d0fd23d0b532c0a3842c4c7723e29a166e2
[ "BSD-3-Clause" ]
null
null
null
experiment/py_wrapper/py_session.hpp
daiwei89/hotbox
11922d0fd23d0b532c0a3842c4c7723e29a166e2
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <boost/python.hpp> #include "client/session.hpp" #include <iostream> #include <vector> using namespace boost::python; namespace hotbox { class PYSession { public: PYSession(){}; PYSession(Session* ss); ~PYSession(); BigInt GetNumData() const; dict GetData(BigInt begin = 0, ...
18.911765
64
0.62675
[ "vector" ]
c05742e59122c3a9eece391d31bc3a5844f1b37e
7,626
cc
C++
src/C/BoringSSL/boringssl-078abceb/tool/transport_common.cc
GaloisInc/hacrypto
5c99d7ac73360e9b05452ac9380c1c7dc6784849
[ "BSD-3-Clause" ]
34
2015-02-04T18:03:14.000Z
2020-11-10T06:45:28.000Z
src/C/BoringSSL/boringssl-078abceb/tool/transport_common.cc
GaloisInc/hacrypto
5c99d7ac73360e9b05452ac9380c1c7dc6784849
[ "BSD-3-Clause" ]
5
2015-06-30T21:17:00.000Z
2016-06-14T22:31:51.000Z
src/C/BoringSSL/boringssl-078abceb/tool/transport_common.cc
GaloisInc/hacrypto
5c99d7ac73360e9b05452ac9380c1c7dc6784849
[ "BSD-3-Clause" ]
15
2015-10-29T14:21:58.000Z
2022-01-19T07:33:14.000Z
/* Copyright (c) 2014, Google Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS...
25.505017
79
0.638211
[ "vector" ]
c05e75e0ef933d429da3c17e38104ee0b3a867a0
5,166
cpp
C++
Builds/JuceLibraryCode/modules/juce_graphics/juce_graphics.cpp
eriser/CSL
6f4646369f0c90ea90e2c113374044818ab37ded
[ "BSD-4-Clause-UC" ]
null
null
null
Builds/JuceLibraryCode/modules/juce_graphics/juce_graphics.cpp
eriser/CSL
6f4646369f0c90ea90e2c113374044818ab37ded
[ "BSD-4-Clause-UC" ]
null
null
null
Builds/JuceLibraryCode/modules/juce_graphics/juce_graphics.cpp
eriser/CSL
6f4646369f0c90ea90e2c113374044818ab37ded
[ "BSD-4-Clause-UC" ]
null
null
null
/* ============================================================================== This file is part of the JUCE library - "Jules' Utility Class Extensions" Copyright 2004-11 by Raw Material Software Ltd. ------------------------------------------------------------------------------ JUCE can be r...
37.434783
106
0.683314
[ "geometry" ]
c0613a7a6dc6e6c18ed112e88ff61a0de1c1acb1
1,268
cp
C++
Final/minutes_solution.cp
chenchuw/EC602-Design-by-Software
c233c9d08a67abc47235282fedd866d67ccaf4ce
[ "MIT" ]
null
null
null
Final/minutes_solution.cp
chenchuw/EC602-Design-by-Software
c233c9d08a67abc47235282fedd866d67ccaf4ce
[ "MIT" ]
null
null
null
Final/minutes_solution.cp
chenchuw/EC602-Design-by-Software
c233c9d08a67abc47235282fedd866d67ccaf4ce
[ "MIT" ]
1
2022-01-11T20:23:47.000Z
2022-01-11T20:23:47.000Z
// Midterm Two: C++ // Solution #include<string> #include<vector> #include<iostream> using std::string; using std::vector; using std::cout; using std::to_string; const int MINPERDAY = 1440; const int MINPERHR = 60; namespace my { string get_minute(int label, bool exceptions = true) { string minute, hour; if (lab...
19.507692
54
0.608833
[ "vector" ]
c0642d03fafaa6d1b45291ab605bfbb6bfc32a07
15,076
cpp
C++
c_cxx/OpenVINO_EP/Linux/squeezenet_classification/squeezenet_cpp_app_io.cpp
intel/onnxruntime-inference-examples
f05aab432391c3410140264eebba8b7920d80463
[ "MIT" ]
1
2022-02-25T08:04:41.000Z
2022-02-25T08:04:41.000Z
c_cxx/OpenVINO_EP/Linux/squeezenet_classification/squeezenet_cpp_app_io.cpp
intel/onnxruntime-inference-examples
f05aab432391c3410140264eebba8b7920d80463
[ "MIT" ]
5
2021-11-25T14:45:24.000Z
2022-03-30T07:38:56.000Z
c_cxx/OpenVINO_EP/Linux/squeezenet_classification/squeezenet_cpp_app_io.cpp
intel/onnxruntime-inference-examples
f05aab432391c3410140264eebba8b7920d80463
[ "MIT" ]
1
2021-12-14T14:35:36.000Z
2021-12-14T14:35:36.000Z
/* Copyright (C) 2021, Intel Corporation SPDX-License-Identifier: Apache-2.0 Portions of this software are copyright of their respective authors and released under the MIT license: - ONNX-Runtime-Inference, Copyright 2020 Lei Mao. For licensing see https://github.com/leimao/ONNX-Runtime-Inference/blob/main/LICENSE.md *...
36.240385
145
0.652295
[ "vector", "model" ]
c0643da09941d82ce14c4ff119cb679ac0b482b9
10,193
cpp
C++
sample/sssampledriver.cpp
ebio-snu/cvtdriver
d76375c8ab5aacece3bb0dd9f9c556128d7193a7
[ "MIT" ]
null
null
null
sample/sssampledriver.cpp
ebio-snu/cvtdriver
d76375c8ab5aacece3bb0dd9f9c556128d7193a7
[ "MIT" ]
10
2018-03-19T12:29:37.000Z
2018-04-01T05:17:33.000Z
sample/sssampledriver.cpp
ebio-snu/cvtdriver
d76375c8ab5aacece3bb0dd9f9c556128d7193a7
[ "MIT" ]
null
null
null
/** Copyright © 2018 ebio lab. SNU. All Rights Reserved. @file sssampledriver.cpp @date 2018-03-22, JoonYong @author Kim, JoonYong <tombraid@snu.ac.kr> This file is for server-side sample driver. refer from: https://github.com/ebio-snu/cvtdriver */ #include <iostream> #include <sstream> #include <string> #incl...
31.363077
126
0.532817
[ "vector" ]
c06b7f09dafd7d6643c45ff63b500eeddc6002d1
4,412
cpp
C++
src/v1/async.cpp
DanglingPointer/async
2ff2a430e698ee386a03c8b7e872d7da24187d81
[ "Apache-2.0" ]
3
2020-06-11T11:06:13.000Z
2021-12-19T12:58:08.000Z
src/v1/async.cpp
DanglingPointer/async
2ff2a430e698ee386a03c8b7e872d7da24187d81
[ "Apache-2.0" ]
null
null
null
src/v1/async.cpp
DanglingPointer/async
2ff2a430e698ee386a03c8b7e872d7da24187d81
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2019 Mikhail Vasilyev * * 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...
26.578313
95
0.6335
[ "object" ]
c06da721499d47cf429f1a857437e296de7d69c9
3,176
cpp
C++
eval_movement/src/main.cpp
tnct-spc/procon2014
c2df3257675db2adb9caa882b9026145801c6e4d
[ "MIT" ]
1
2016-11-02T08:42:05.000Z
2016-11-02T08:42:05.000Z
eval_movement/src/main.cpp
tnct-spc/procon2014
c2df3257675db2adb9caa882b9026145801c6e4d
[ "MIT" ]
null
null
null
eval_movement/src/main.cpp
tnct-spc/procon2014
c2df3257675db2adb9caa882b9026145801c6e4d
[ "MIT" ]
null
null
null
#include <iostream> #include <fstream> #include <random> #include "slide_algorithm/algorithm.hpp" #include "data_type.hpp" #include "test_tool.hpp" int main(int argc, char* argv[]) { // スコープ長いけれど…… std::string const output_filename = "report_movement"; if(argc != 2 || argc != 4)\ if(argc != 2 && argc...
28.357143
118
0.494332
[ "vector" ]
c06da802750d5be4dc7ab7f6ddaf7c80afb429e2
9,582
hpp
C++
include/UnityEngine/ProBuilder/ObjectPool_1.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
include/UnityEngine/ProBuilder/ObjectPool_1.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
include/UnityEngine/ProBuilder/ObjectPool_1.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "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: System.IDisposable #include...
53.831461
205
0.705489
[ "vector" ]
c0710d747a2c46641504eb6379cb7e7b0ba280a5
1,121
cpp
C++
C++/C++ Fundamentals Sept 2019/05. STRINGS AND STREAMS/codecpp/src/TheNoiseAndTheSignal_2.cpp
galin-kostadinov/Software-Engineering
55189648d787b35f1e9cd24cc4449c6beda51c90
[ "MIT" ]
1
2019-07-21T13:00:31.000Z
2019-07-21T13:00:31.000Z
C++/C++ Fundamentals Sept 2019/05. STRINGS AND STREAMS/codecpp/src/TheNoiseAndTheSignal_2.cpp
galin-kostadinov/Software-Engineering
55189648d787b35f1e9cd24cc4449c6beda51c90
[ "MIT" ]
null
null
null
C++/C++ Fundamentals Sept 2019/05. STRINGS AND STREAMS/codecpp/src/TheNoiseAndTheSignal_2.cpp
galin-kostadinov/Software-Engineering
55189648d787b35f1e9cd24cc4449c6beda51c90
[ "MIT" ]
null
null
null
#include <iostream> #include<string> #include<sstream> #include <vector> using namespace std; int main() { std::string line; std::getline(std::cin, line); std::istringstream lineStream(line); std::string currentWord; std::string noise; while (lineStream >> currentWord) { size_t size...
21.980392
58
0.512935
[ "vector" ]
c072c0da830b28ca952308ac5791e648956b389e
5,389
cpp
C++
source/thewizardplusplus/anna/sound/OpenALAudioDevice.cpp
thewizardplusplus/anna-sound
317cb26b9d968e2813a45cc7579b0dbe3451c282
[ "MIT" ]
null
null
null
source/thewizardplusplus/anna/sound/OpenALAudioDevice.cpp
thewizardplusplus/anna-sound
317cb26b9d968e2813a45cc7579b0dbe3451c282
[ "MIT" ]
null
null
null
source/thewizardplusplus/anna/sound/OpenALAudioDevice.cpp
thewizardplusplus/anna-sound
317cb26b9d968e2813a45cc7579b0dbe3451c282
[ "MIT" ]
null
null
null
#include "OpenALAudioDevice.h" #include "exceptions/UnableToOpenOpenALDeviceException.h" #include "exceptions/UnableToCreateOpenALContextException.h" #include "OpenALListener.h" #include "exceptions/UnableToCreateOpenALSourceException.h" #include "OpenALSource.h" #include "exceptions/UnableToCreateOpenALBufferException...
26.546798
70
0.75784
[ "model" ]
c07449062d43406ce848c3627c89d3287569f145
26,162
cpp
C++
src/Main.cpp
clayne/ShaderToggler
dfa7b29904544cec81c2cd8f8c9eeb520b7c4669
[ "MIT" ]
3
2022-02-26T22:07:40.000Z
2022-03-28T19:53:00.000Z
src/Main.cpp
clayne/ShaderToggler
dfa7b29904544cec81c2cd8f8c9eeb520b7c4669
[ "MIT" ]
null
null
null
src/Main.cpp
clayne/ShaderToggler
dfa7b29904544cec81c2cd8f8c9eeb520b7c4669
[ "MIT" ]
1
2022-02-26T22:07:42.000Z
2022-02-26T22:07:42.000Z
/////////////////////////////////////////////////////////////////////// // // Part of ShaderToggler, a shader toggler add on for Reshade 5+ which allows you // to define groups of shaders to toggle them on/off with one key press // // (c) Frans 'Otis_Inf' Bouma. // // All rights reserved. // https://github.com/FransBo...
34.836218
464
0.74463
[ "vector", "3d" ]
c07a5c72eca5aa3f55eb4541afc113b9287f0722
31,133
cpp
C++
final/scanner.cpp
AegirAexx/tsam
db59349f2e6acce5e75bd9ecedb3d0d1d5a1b664
[ "Unlicense" ]
null
null
null
final/scanner.cpp
AegirAexx/tsam
db59349f2e6acce5e75bd9ecedb3d0d1d5a1b664
[ "Unlicense" ]
null
null
null
final/scanner.cpp
AegirAexx/tsam
db59349f2e6acce5e75bd9ecedb3d0d1d5a1b664
[ "Unlicense" ]
null
null
null
// COM: dagur17@ru.is & aegir15@ru.is - Reykjavik University - 2019. // COM: UDP port scanner for T-409-TSAM Assignment 3 / Project 2. #include <iostream> #include <vector> #include <fstream> #include <regex> #include <thread> #include <chrono> #include <cerrno> #include <stdlib.h> #include <string.h> #include <sys/ty...
34.249725
136
0.550959
[ "vector" ]
c07c3b653d7a1ef90702840bbad5fae4e8047853
8,949
cpp
C++
extensions/azure/processors/PutAzureDataLakeStorage.cpp
hunyadi-dev/nifi-minifi-cpp
5b72bddfd04da510cd4cfaa1734e021732dfe03e
[ "Apache-2.0", "OpenSSL" ]
null
null
null
extensions/azure/processors/PutAzureDataLakeStorage.cpp
hunyadi-dev/nifi-minifi-cpp
5b72bddfd04da510cd4cfaa1734e021732dfe03e
[ "Apache-2.0", "OpenSSL" ]
null
null
null
extensions/azure/processors/PutAzureDataLakeStorage.cpp
hunyadi-dev/nifi-minifi-cpp
5b72bddfd04da510cd4cfaa1734e021732dfe03e
[ "Apache-2.0", "OpenSSL" ]
null
null
null
/** * @file PutAzureDataLakeStorage.cpp * PutAzureDataLakeStorage class implementation * * 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 lic...
48.372973
180
0.75595
[ "object", "vector" ]
c080ecc1313976007a1f359d98eccb8d0705015f
3,359
cpp
C++
solutions/LeetCode/C++/284.cpp
timxor/leetcode-journal
5f1cb6bcc44a5bc33d88fb5cdb4126dfc6f4232a
[ "MIT" ]
854
2018-11-09T08:06:16.000Z
2022-03-31T06:05:53.000Z
solutions/LeetCode/C++/284.cpp
timxor/leetcode-journal
5f1cb6bcc44a5bc33d88fb5cdb4126dfc6f4232a
[ "MIT" ]
29
2019-06-02T05:02:25.000Z
2021-11-15T04:09:37.000Z
solutions/LeetCode/C++/284.cpp
timxor/leetcode-journal
5f1cb6bcc44a5bc33d88fb5cdb4126dfc6f4232a
[ "MIT" ]
347
2018-12-23T01:57:37.000Z
2022-03-12T14:51:21.000Z
__________________________________________________________________________________________________ sample 4 ms submission // Below is the interface for Iterator, which is already defined for you. // **DO NOT** modify the interface for Iterator. #insert <stack> using namespace std; class Iterator { struct Data; D...
25.641221
98
0.617148
[ "vector" ]
c08bd55976a2240fdb92d34f64626bd615d2250d
2,596
cpp
C++
snippets/cpp/VS_Snippets_Winforms/GetData2/CPP/getdata2.cpp
BohdanMosiyuk/samples
59d435ba9e61e0fc19f5176c96b1cdbd53596142
[ "CC-BY-4.0", "MIT" ]
834
2017-06-24T10:40:36.000Z
2022-03-31T19:48:51.000Z
snippets/cpp/VS_Snippets_Winforms/GetData2/CPP/getdata2.cpp
BohdanMosiyuk/samples
59d435ba9e61e0fc19f5176c96b1cdbd53596142
[ "CC-BY-4.0", "MIT" ]
7,042
2017-06-23T22:34:47.000Z
2022-03-31T23:05:23.000Z
snippets/cpp/VS_Snippets_Winforms/GetData2/CPP/getdata2.cpp
BohdanMosiyuk/samples
59d435ba9e61e0fc19f5176c96b1cdbd53596142
[ "CC-BY-4.0", "MIT" ]
1,640
2017-06-23T22:31:39.000Z
2022-03-31T02:45:37.000Z
#using <System.dll> #using <System.Drawing.dll> #using <System.Windows.Forms.dll> #using <System.Data.dll> using namespace System; using namespace System::Drawing; using namespace System::Collections; using namespace System::ComponentModel; using namespace System::Windows::Forms; using namespace System::Data; /// <su...
23.6
96
0.629815
[ "object" ]
c08da97823a43adaf3fe77de41315e870e29ab5f
3,928
hpp
C++
include/VROSC/PatchData.hpp
v0idp/virtuoso-codegen
6f560f04822c67f092d438a3f484249072c1d21d
[ "Unlicense" ]
null
null
null
include/VROSC/PatchData.hpp
v0idp/virtuoso-codegen
6f560f04822c67f092d438a3f484249072c1d21d
[ "Unlicense" ]
null
null
null
include/VROSC/PatchData.hpp
v0idp/virtuoso-codegen
6f560f04822c67f092d438a3f484249072c1d21d
[ "Unlicense" ]
1
2022-03-30T21:07:35.000Z
2022-03-30T21:07:35.000Z
// 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: UnityEngine.ScriptableObject #inclu...
42.695652
150
0.716395
[ "vector" ]
c08e45237f71f40a92f6f3c1cbd861c021cae90d
6,163
cxx
C++
vtkm/rendering/LineRendererBatcher.cxx
Kitware/vtk-m
b24a878f72b288d69c9da8c7ac33f08db6d39ba9
[ "BSD-3-Clause" ]
null
null
null
vtkm/rendering/LineRendererBatcher.cxx
Kitware/vtk-m
b24a878f72b288d69c9da8c7ac33f08db6d39ba9
[ "BSD-3-Clause" ]
null
null
null
vtkm/rendering/LineRendererBatcher.cxx
Kitware/vtk-m
b24a878f72b288d69c9da8c7ac33f08db6d39ba9
[ "BSD-3-Clause" ]
null
null
null
//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURP...
36.467456
100
0.595165
[ "geometry", "render" ]
c08f8bf52d8369ede66c879f29a267a4a45a6cad
11,700
cc
C++
content/browser/background_sync/background_sync_scheduler_unittest.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
content/browser/background_sync/background_sync_scheduler_unittest.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
content/browser/background_sync/background_sync_scheduler_unittest.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "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 2019 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 "content/browser/background_sync/background_sync_scheduler.h" #include <map> #include <vector> #include "base/bind.h" #include "base/callback_h...
38.486842
78
0.678034
[ "vector" ]
6a4dd0ee1c32665765f994fc0f21588cba42ee47
1,007
cpp
C++
lib/src/Components/CMesh.cpp
F4r3n/FarenMediaLibrary
3f71054df7178ca79781b101ca2d58cd95a20a43
[ "Apache-2.0" ]
7
2016-09-09T16:43:15.000Z
2021-06-16T22:32:33.000Z
lib/src/Components/CMesh.cpp
F4r3n/FarenMediaLibrary
3f71054df7178ca79781b101ca2d58cd95a20a43
[ "Apache-2.0" ]
null
null
null
lib/src/Components/CMesh.cpp
F4r3n/FarenMediaLibrary
3f71054df7178ca79781b101ca2d58cd95a20a43
[ "Apache-2.0" ]
1
2020-01-05T19:22:32.000Z
2020-01-05T19:22:32.000Z
#include "Components/CMesh.h" #include "Resource/ResourcesManager.h" #include <memory> #include "Core/Math/Functions.h" #include <EntityManager.h> #include "Rendering/Model.hpp" #include <nlohmann/json.hpp> using namespace fmc; CMesh::~CMesh() { } CMesh::CMesh() { _name = "Mesh"; _type = "Quad"; model = fm::Resou...
17.666667
74
0.67428
[ "mesh", "model" ]
6a527010fa3492d7989b25a01beb126fe3c8dc02
15,972
cpp
C++
B2G/gecko/tools/reorder/grope.cpp
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
3
2015-08-31T15:24:31.000Z
2020-04-24T20:31:29.000Z
B2G/gecko/tools/reorder/grope.cpp
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
null
null
null
B2G/gecko/tools/reorder/grope.cpp
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
3
2015-07-29T07:17:15.000Z
2020-11-04T06:55:37.000Z
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* A program that computes a function ordering for an executable based on runtime profile information. Thi...
29.966229
98
0.531117
[ "vector" ]
6a5557daf1593937563642a8de643652c4da4021
18,729
hpp
C++
include/System/Text/RegularExpressions/RegexWriter.hpp
Fernthedev/BeatSaber-Quest-Codegen
716e4ff3f8608f7ed5b83e2af3be805f69e26d9e
[ "Unlicense" ]
null
null
null
include/System/Text/RegularExpressions/RegexWriter.hpp
Fernthedev/BeatSaber-Quest-Codegen
716e4ff3f8608f7ed5b83e2af3be805f69e26d9e
[ "Unlicense" ]
null
null
null
include/System/Text/RegularExpressions/RegexWriter.hpp
Fernthedev/BeatSaber-Quest-Codegen
716e4ff3f8608f7ed5b83e2af3be805f69e26d9e
[ "Unlicense" ]
null
null
null
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "extern/beatsaber-hook/shared/utils/typedefs.h" #include "extern/beatsaber-hook/shared/utils/byref.hpp" #include "extern/beatsaber-hook/s...
56.412651
583
0.716109
[ "object", "vector" ]
6a5561c62447c2f014f068459264b32d87e971d5
1,912
cc
C++
security/key_test.cc
iceb0y/trunk
8d21be238d8478691f947ce1ecf905ac9b75787b
[ "Apache-2.0" ]
6
2019-12-01T00:49:31.000Z
2020-07-26T07:35:07.000Z
security/key_test.cc
iceboy233/trunk
83024a83f07a587e00a3f2e1906361de521d8f12
[ "Apache-2.0" ]
null
null
null
security/key_test.cc
iceboy233/trunk
83024a83f07a587e00a3f2e1906361de521d8f12
[ "Apache-2.0" ]
1
2020-07-26T06:39:30.000Z
2020-07-26T06:39:30.000Z
#include "security/key.h" #include <vector> #include <gtest/gtest.h> namespace security { namespace { TEST(Key, Fingerprint) { EXPECT_EQ(Key{{}}.fingerprint(), 0x903df1a0ade0b876); } TEST(Key, Fingerprint1) { EXPECT_EQ(Key{{1}}.fingerprint(), 0x9311ece17c0ad3c5); } TEST(Key, DecryptInvalid) { Key key{{...
25.493333
77
0.610879
[ "vector" ]
6a55aaef1dfa39c2a3604b9010611b2c8dec78ba
7,423
cpp
C++
cop3014-foundations/bullard/_old/COP3014_2016R_HW5/COP3014_2016R_HW5/call_stats3 (6).cpp
chrisbcarl/FAU-Computer-Science
98e247bda17bad97a285c01bf2b36af07d9f4239
[ "MIT" ]
null
null
null
cop3014-foundations/bullard/_old/COP3014_2016R_HW5/COP3014_2016R_HW5/call_stats3 (6).cpp
chrisbcarl/FAU-Computer-Science
98e247bda17bad97a285c01bf2b36af07d9f4239
[ "MIT" ]
null
null
null
cop3014-foundations/bullard/_old/COP3014_2016R_HW5/COP3014_2016R_HW5/call_stats3 (6).cpp
chrisbcarl/FAU-Computer-Science
98e247bda17bad97a285c01bf2b36af07d9f4239
[ "MIT" ]
null
null
null
/******************************************************************************* Name: Christopher Carl Z#: Z23146703 Course: Foundations of Computer Science (COP3014) Professor: Dr. Lofton Bullard Due Date: 16.06.19 Due Time: 23:30 Total Points: 100 Assignment 3: Call Cost Calculator w/ File I/O Streams Description:...
27.290441
80
0.677219
[ "object" ]
6a5a094b58ed758e8cabde13f8bfea3f89beb2e5
6,810
cpp
C++
thrift/lib/cpp2/protocol/nimble/test/DecodeNimbleBlockTest.cpp
dgrnbrg-meta/fbthrift
1d5f0799ef53feeb83425b6c9c79f86aeac7d9ed
[ "Apache-2.0" ]
null
null
null
thrift/lib/cpp2/protocol/nimble/test/DecodeNimbleBlockTest.cpp
dgrnbrg-meta/fbthrift
1d5f0799ef53feeb83425b6c9c79f86aeac7d9ed
[ "Apache-2.0" ]
1
2022-03-03T09:40:25.000Z
2022-03-03T09:40:25.000Z
thrift/lib/cpp2/protocol/nimble/test/DecodeNimbleBlockTest.cpp
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...
31.82243
80
0.681791
[ "vector" ]
6a5e7ccfce50da5d8670759f92ebd4a775c48953
39,850
cc
C++
src/clustering/table_contract/coordinator/calculate_contracts.cc
zadcha/rethinkdb
bb4f5cc28242dc1e29e9a46a8a931ec54420070c
[ "Apache-2.0" ]
21,684
2015-01-01T03:42:20.000Z
2022-03-30T13:32:44.000Z
src/clustering/table_contract/coordinator/calculate_contracts.cc
RethonkDB/rethonkdb
8c9c1ddc71b1b891fdb8aad7ca5891fc036b80ee
[ "Apache-2.0" ]
4,067
2015-01-01T00:04:51.000Z
2022-03-30T13:42:56.000Z
src/clustering/table_contract/coordinator/calculate_contracts.cc
RethonkDB/rethonkdb
8c9c1ddc71b1b891fdb8aad7ca5891fc036b80ee
[ "Apache-2.0" ]
1,901
2015-01-01T21:05:59.000Z
2022-03-21T08:14:25.000Z
// Copyright 2010-2015 RethinkDB, all rights reserved. #include "clustering/table_contract/coordinator/calculate_contracts.hpp" #include "clustering/table_contract/branch_history_gc.hpp" #include "clustering/table_contract/cpu_sharding.hpp" #include "logger.hpp" /* A `contract_ack_t` is not necessarily homogeneous. I...
52.228047
89
0.605471
[ "vector" ]
6a6047bc41e561201492d35f94add55c1700e209
1,759
cpp
C++
python/bindings_so3.cpp
pettni/manif
81e9498af69417e4b2ed463d2bcf4b57007c1ca8
[ "MIT" ]
1
2021-02-19T07:05:48.000Z
2021-02-19T07:05:48.000Z
python/bindings_so3.cpp
xusong0zju/manif
6138a90eb3866002fd7ed7e0d79e3ab4420ae775
[ "MIT" ]
null
null
null
python/bindings_so3.cpp
xusong0zju/manif
6138a90eb3866002fd7ed7e0d79e3ab4420ae775
[ "MIT" ]
null
null
null
#include <pybind11/pybind11.h> #include <pybind11/operators.h> #include <pybind11/eigen.h> #include <pybind11/stl.h> #include "manif/SO3.h" #include "bindings_optional.h" #include "bindings_lie_group_base.h" #include "bindings_tangent_base.h" namespace py = pybind11; void wrap_SO3(py::module &m) { using Scalar = ...
34.490196
159
0.69187
[ "transform" ]
6a683e5f5d193a6adc13b8a12bd4d75894fc0d8e
16,799
cc
C++
content/browser/renderer_host/media/service_video_capture_provider_unittest.cc
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
content/browser/renderer_host/media/service_video_capture_provider_unittest.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
content/browser/renderer_host/media/service_video_capture_provider_unittest.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.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. #include "content/browser/renderer_host/media/service_video_capture_provider.h" #include "base/run_loop.h" #include "base/test/mock_callback.h" #include ...
40.973171
80
0.740818
[ "vector" ]
6a69e41738bb6b5878e9d989989703159b2ac00a
9,503
cpp
C++
Homework08/HW08Problem01.cpp
rux616/c101
5ef350b286d4f599f4070d79e63fc9cde65fd9ae
[ "MIT" ]
null
null
null
Homework08/HW08Problem01.cpp
rux616/c101
5ef350b286d4f599f4070d79e63fc9cde65fd9ae
[ "MIT" ]
null
null
null
Homework08/HW08Problem01.cpp
rux616/c101
5ef350b286d4f599f4070d79e63fc9cde65fd9ae
[ "MIT" ]
null
null
null
/* Name: Dan Cassidy Date: 2013-10-21 Homework #: 08 Problem #: 01 Source File: HW08Problem01.cpp Class: C-101 MW 1030 Action: This program adds two fractions together and displays them in either reduced form or as a whole number if possible. */ #include <iostream> #include <ioma...
34.060932
107
0.574871
[ "render" ]
6a6a37e4ebd226fd144191fb7f3b3e0b562e54b7
52,006
cpp
C++
Plugins~/Src/MeshSyncClient3dsMax/msmaxContext.cpp
kant/MeshSyncDCCPlugins
6f63058032c9a8de553e36b0f9f3c7d2c2988150
[ "Apache-2.0" ]
null
null
null
Plugins~/Src/MeshSyncClient3dsMax/msmaxContext.cpp
kant/MeshSyncDCCPlugins
6f63058032c9a8de553e36b0f9f3c7d2c2988150
[ "Apache-2.0" ]
null
null
null
Plugins~/Src/MeshSyncClient3dsMax/msmaxContext.cpp
kant/MeshSyncDCCPlugins
6f63058032c9a8de553e36b0f9f3c7d2c2988150
[ "Apache-2.0" ]
null
null
null
#include "pch.h" #include "msmaxContext.h" #include "msmaxUtils.h" #include "msmaxCallbacks.h" #include "MeshSync/SceneGraph/msCamera.h" #include "MeshSync/SceneGraph/msMesh.h" #include "MeshSync/Utility/msMaterialExt.h" //AsStandardMaterial #include "MeshSyncClient/SettingsUtilities.h" #ifdef _WIN32 #pragma commen...
31.499697
128
0.585279
[ "mesh", "render", "vector", "transform" ]
6a6ca1cf9ff501037204ff4e3de11e6c5446b544
1,361
cpp
C++
tests/matrix.cpp
KPO-2020-2021/zad3-Olszowy21
03b2212358a2dc2211b9b4ffde4a5f3d41352e01
[ "Unlicense" ]
null
null
null
tests/matrix.cpp
KPO-2020-2021/zad3-Olszowy21
03b2212358a2dc2211b9b4ffde4a5f3d41352e01
[ "Unlicense" ]
null
null
null
tests/matrix.cpp
KPO-2020-2021/zad3-Olszowy21
03b2212358a2dc2211b9b4ffde4a5f3d41352e01
[ "Unlicense" ]
null
null
null
#include "../tests/doctest/doctest.h" #include "matrix.hh" #include "size.hh" #include "vector.hh" #include "rectangle.hh" TEST_CASE("Test konstruktorów bezparametrycznych") { Matrix macierz = Matrix(); Matrix test; test(0, 0) = 0; test(1, 0) = 0; test(0, 1) = 0; test(1, 1) = 0; CHECK(ma...
17.0125
56
0.58119
[ "vector" ]
6a75fe81ef4fda2385f94e3a2b2bd2e939d1e5c5
2,927
cpp
C++
src/third_party/angle/src/libANGLE/SizedMRUCache_unittest.cpp
rhencke/engine
1016db292c4e73374a0a11536b18303c9522a224
[ "BSD-3-Clause" ]
null
null
null
src/third_party/angle/src/libANGLE/SizedMRUCache_unittest.cpp
rhencke/engine
1016db292c4e73374a0a11536b18303c9522a224
[ "BSD-3-Clause" ]
null
null
null
src/third_party/angle/src/libANGLE/SizedMRUCache_unittest.cpp
rhencke/engine
1016db292c4e73374a0a11536b18303c9522a224
[ "BSD-3-Clause" ]
null
null
null
// // Copyright 2017 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // SizedMRUCache_unittest.h: Unit tests for the sized MRU cached. #include <gtest/gtest.h> #include "libANGLE/SizedMRUCache.h" namespace angl...
26.369369
78
0.65972
[ "vector" ]
6a7be820c1f4e47587e8f3cc23cd355a5deb3235
5,934
cpp
C++
cpp/open3d/t/geometry/TriangleMesh.cpp
leomariga/Open3D
d197339fcd29ad0803a182ef8953d89e563f94d7
[ "MIT" ]
1
2021-06-27T22:04:38.000Z
2021-06-27T22:04:38.000Z
cpp/open3d/t/geometry/TriangleMesh.cpp
leomariga/Open3D
d197339fcd29ad0803a182ef8953d89e563f94d7
[ "MIT" ]
null
null
null
cpp/open3d/t/geometry/TriangleMesh.cpp
leomariga/Open3D
d197339fcd29ad0803a182ef8953d89e563f94d7
[ "MIT" ]
null
null
null
// ---------------------------------------------------------------------------- // - Open3D: www.open3d.org - // ---------------------------------------------------------------------------- // The MIT License (MIT) // // Copyright (c) 2018-2021 www.open3d.org // // Perm...
38.532468
80
0.612403
[ "mesh", "geometry" ]
6a7e7ad506efea6afc790ca2511732e1c4bbfab4
9,152
cc
C++
chrome/browser/ui/views/webauthn/authenticator_request_sheet_view.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/views/webauthn/authenticator_request_sheet_view.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/views/webauthn/authenticator_request_sheet_view.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-03-07T14:20:02.000Z
2021-03-07T14:20:02.000Z
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/views/webauthn/authenticator_request_sheet_view.h" #include <utility> #include "chrome/browser/ui/views/accessibility/non_ac...
40.140351
80
0.753278
[ "model" ]
6a7ff5ee74e0f8b0d56a2394bcce0bc5b1e9166e
31,911
cpp
C++
AllJoyn/Samples/ZWaveAdapter/AdapterLib/ZWaveAdapter.cpp
shuWebDev/samples
4b2c23cf16bdbe58cb2beba7c202c85242419d2e
[ "MIT" ]
null
null
null
AllJoyn/Samples/ZWaveAdapter/AdapterLib/ZWaveAdapter.cpp
shuWebDev/samples
4b2c23cf16bdbe58cb2beba7c202c85242419d2e
[ "MIT" ]
null
null
null
AllJoyn/Samples/ZWaveAdapter/AdapterLib/ZWaveAdapter.cpp
shuWebDev/samples
4b2c23cf16bdbe58cb2beba7c202c85242419d2e
[ "MIT" ]
1
2018-07-16T06:29:08.000Z
2018-07-16T06:29:08.000Z
// Copyright (c) 2015, Microsoft Corporation // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above // copyright notice and this permission notice appear in all copies. // // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR...
32.830247
188
0.554072
[ "object", "vector" ]
6a84594f25e78d1bad74131744c27402885b1dad
2,540
cpp
C++
modules/functional/src/voxelization/vox.cpp
Masterchef365/pvcnn
db13331a46f672e74e7b5bde60e7bf30d445cd2d
[ "MIT" ]
477
2019-12-10T01:03:43.000Z
2022-03-28T14:10:08.000Z
modules/functional/src/voxelization/vox.cpp
chaomath/pvcnn
8f07316611067e9a0e2df8b35e4a729a03e0806b
[ "MIT" ]
57
2019-12-10T10:14:26.000Z
2022-03-26T04:59:43.000Z
modules/functional/src/voxelization/vox.cpp
chaomath/pvcnn
8f07316611067e9a0e2df8b35e4a729a03e0806b
[ "MIT" ]
126
2019-12-10T07:59:50.000Z
2022-03-12T07:21:19.000Z
#include "vox.hpp" #include "vox.cuh" #include "../utils.hpp" /* Function: average pool voxelization (forward) Args: features: features, FloatTensor[b, c, n] coords : coords of each point, IntTensor[b, 3, n] resolution : voxel resolution Return: out : outputs, FloatTensor[b, c, s], s = r ** 3 ...
32.987013
78
0.612205
[ "vector" ]
6a85485a4f4f583c286bb787bf80b5c3b6d58842
9,852
cpp
C++
addons/Outdated_WIP_Reference/Test_Weapon_01_Modified/config.cpp
hoxxii/Autismo_Seals_Unit_Mod
5e27dbac2066c435215859b70c861b0abbfb3b95
[ "OLDAP-2.3" ]
null
null
null
addons/Outdated_WIP_Reference/Test_Weapon_01_Modified/config.cpp
hoxxii/Autismo_Seals_Unit_Mod
5e27dbac2066c435215859b70c861b0abbfb3b95
[ "OLDAP-2.3" ]
null
null
null
addons/Outdated_WIP_Reference/Test_Weapon_01_Modified/config.cpp
hoxxii/Autismo_Seals_Unit_Mod
5e27dbac2066c435215859b70c861b0abbfb3b95
[ "OLDAP-2.3" ]
null
null
null
#include "basicdefines_A3.hpp" #include "cfgMagazines.hpp" /// specific magazines for this rifle #include "cfgAmmo.hpp" /// specific ammo for this rifle class CfgPatches { class Test_weapon_F { units[]={}; weapons[]={"Test_weapon_01_F", "Test_weapon_01_holo_pointer_F"}; requiredVersion=0.1; requiredAddons[]={...
32.84
164
0.664941
[ "model" ]
6a86d4e6a1026f3d43096416a4a2bf784a269e45
2,725
cpp
C++
examples/MolmodelInstallTestNoViz.cpp
MadCatX/molmodel
5abde979e1780dcc61a4b05affcba6e116250585
[ "MIT" ]
null
null
null
examples/MolmodelInstallTestNoViz.cpp
MadCatX/molmodel
5abde979e1780dcc61a4b05affcba6e116250585
[ "MIT" ]
1
2020-12-09T16:45:16.000Z
2020-12-09T16:56:52.000Z
examples/MolmodelInstallTestNoViz.cpp
MadCatX/molmodel
5abde979e1780dcc61a4b05affcba6e116250585
[ "MIT" ]
4
2020-06-23T18:24:37.000Z
2021-04-29T14:44:25.000Z
/* -------------------------------------------------------------------------- * * SimTK Molmodel installation test program (without Visualizer) * * -------------------------------------------------------------------------- * * Run this program to verify that Molmodel has been installed properly. This...
34.493671
83
0.561835
[ "model" ]
6a889abf1bf3a39e7a3ca49a5d50d04ffe4a69d7
3,781
cpp
C++
examples_glfwold/607_PbdCloth/main.cpp
fixedchaos/delfem2
c8a7a000ec6a51c44bc45bc6ad0d0106d9315ade
[ "MIT" ]
null
null
null
examples_glfwold/607_PbdCloth/main.cpp
fixedchaos/delfem2
c8a7a000ec6a51c44bc45bc6ad0d0106d9315ade
[ "MIT" ]
null
null
null
examples_glfwold/607_PbdCloth/main.cpp
fixedchaos/delfem2
c8a7a000ec6a51c44bc45bc6ad0d0106d9315ade
[ "MIT" ]
null
null
null
/* * Copyright (c) 2020 Nobuyuki Umetani * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <cstdlib> #include <vector> #include <set> #include "delfem2/dtri.h" #include "delfem2/objf_geo3.h" #include "delfem2/objfdtri_objfdtri...
25.206667
87
0.580799
[ "vector" ]
6a8cfa26ab62dc96d3d6208d5518755d98370e1c
8,617
cc
C++
device/vr/openxr/openxr_input_helper.cc
avaer/overlay
6833fa7793fc1f0fffeea45efdfcfe13662389a3
[ "MIT" ]
null
null
null
device/vr/openxr/openxr_input_helper.cc
avaer/overlay
6833fa7793fc1f0fffeea45efdfcfe13662389a3
[ "MIT" ]
null
null
null
device/vr/openxr/openxr_input_helper.cc
avaer/overlay
6833fa7793fc1f0fffeea45efdfcfe13662389a3
[ "MIT" ]
2
2021-05-09T13:19:25.000Z
2021-07-03T22:36:08.000Z
// Copyright 2019 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 "device/vr/openxr/openxr_input_helper.h" #include "device/vr/openxr/openxr_util.h" #include "device/vr/util/xr_standard_gamepad_builder.h" name...
36.512712
80
0.736799
[ "vector" ]
6a8e4880fe2774b6e3d7fd95110865c21f8f0b2f
13,945
cc
C++
kernel/proc.cc
Anton-Cao/sv6
f525c4d588d3cfe750867990902b882cd4a21fad
[ "MIT-0" ]
null
null
null
kernel/proc.cc
Anton-Cao/sv6
f525c4d588d3cfe750867990902b882cd4a21fad
[ "MIT-0" ]
null
null
null
kernel/proc.cc
Anton-Cao/sv6
f525c4d588d3cfe750867990902b882cd4a21fad
[ "MIT-0" ]
null
null
null
#include "types.h" #include "kernel.hh" #include "mmu.h" #include "amd64.h" #include "spinlock.hh" #include "condvar.hh" #include "proc.hh" #include "cpu.hh" #include "bits.hh" #include "kmtrace.hh" #include "kalloc.hh" #include "vm.hh" #include "ns.hh" #include "work.hh" #include "filetable.hh" #include <uk/fcntl.h> #...
22.898194
82
0.604231
[ "3d" ]
6a90a6e4d8de0e1fd8f61706696736621c3ac0cb
2,883
cpp
C++
be/src/vec/functions/hll_hash.cpp
aopangzi/incubator-doris
40c1fa2335f4ecedfa4865dca66d5ffbc4dedda7
[ "Apache-2.0" ]
2
2022-01-26T15:24:34.000Z
2022-02-10T09:07:33.000Z
be/src/vec/functions/hll_hash.cpp
aopangzi/incubator-doris
40c1fa2335f4ecedfa4865dca66d5ffbc4dedda7
[ "Apache-2.0" ]
1
2022-02-28T12:55:37.000Z
2022-02-28T12:55:37.000Z
be/src/vec/functions/hll_hash.cpp
aopangzi/incubator-doris
40c1fa2335f4ecedfa4865dca66d5ffbc4dedda7
[ "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 may...
39.493151
105
0.658689
[ "vector" ]
6a94691eae5cc1f6794079238b87c978bc86afba
5,803
cc
C++
src/rewriter.cc
xiaomaolau/sbexr
77b445492bb7ef03bef5b0cd119d7331856dfa26
[ "BSD-2-Clause-FreeBSD" ]
15
2017-05-13T23:17:36.000Z
2022-03-26T17:29:28.000Z
src/rewriter.cc
xiaomaolau/sbexr
77b445492bb7ef03bef5b0cd119d7331856dfa26
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
src/rewriter.cc
xiaomaolau/sbexr
77b445492bb7ef03bef5b0cd119d7331856dfa26
[ "BSD-2-Clause-FreeBSD" ]
1
2019-05-18T13:54:38.000Z
2019-05-18T13:54:38.000Z
// Copyright (c) 2017 Carlo Contavalli (ccontavalli@gmail.com). // 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 notic...
32.971591
79
0.636912
[ "vector" ]
6a97837e00227ba6e4ba5da43ac10bedb816f4be
7,627
cpp
C++
cegui/src/ScriptModules/Python/bindings/output/CEGUI/GlobalEventSet.pypp.cpp
OpenTechEngine-Libraries/CEGUI
6f00952d31f318f9482766d1ad2206cb540a78b9
[ "MIT" ]
257
2020-01-03T10:13:29.000Z
2022-03-26T14:55:12.000Z
cegui/src/ScriptModules/Python/bindings/output/CEGUI/GlobalEventSet.pypp.cpp
OpenTechEngine-Libraries/CEGUI
6f00952d31f318f9482766d1ad2206cb540a78b9
[ "MIT" ]
116
2020-01-09T18:13:13.000Z
2022-03-15T18:32:02.000Z
cegui/src/ScriptModules/Python/bindings/output/CEGUI/GlobalEventSet.pypp.cpp
OpenTechEngine-Libraries/CEGUI
6f00952d31f318f9482766d1ad2206cb540a78b9
[ "MIT" ]
58
2020-01-09T03:07:02.000Z
2022-03-22T17:21:36.000Z
// This file has been generated by Py++. #include "boost/python.hpp" #include "generators/include/python_CEGUI.h" #include "GlobalEventSet.pypp.hpp" namespace bp = boost::python; struct GlobalEventSet_wrapper : CEGUI::GlobalEventSet, bp::wrapper< CEGUI::GlobalEventSet > { GlobalEventSet_wrapper( ) : CEGUI::...
50.846667
199
0.628425
[ "object" ]
6a985c808501306543b3ed069bb7f0d8696e60a5
3,691
hpp
C++
include/llogl/shader.hpp
Borgleader/llogl
5aa5088536c3057dfb193a358f13a127beda7df8
[ "Unlicense" ]
1
2015-08-23T20:23:05.000Z
2015-08-23T20:23:05.000Z
include/llogl/shader.hpp
Borgleader/llogl
5aa5088536c3057dfb193a358f13a127beda7df8
[ "Unlicense" ]
null
null
null
include/llogl/shader.hpp
Borgleader/llogl
5aa5088536c3057dfb193a358f13a127beda7df8
[ "Unlicense" ]
null
null
null
#pragma once #include <exception> #include <string> #include <vector> #include "glid.hpp" #include "noncopyable.hpp" #include "opengl.hpp" #include "util.hpp" namespace llogl { namespace v1 { enum class shader_type: GLuint { vertex = gl::VERTEX_SHADER, geometry = gl::G...
30.00813
113
0.515578
[ "geometry", "vector" ]
6a9c00039d3c1bf291ec7add680db8b3cabfa774
2,849
cc
C++
google/cloud/dialogflow_es/conversation_datasets_connection_idempotency_policy.cc
GoogleCloudPlatform/google-cloud-cpp
c4fc35de9e15f95b1dbf585f1c96de5dba609e2b
[ "Apache-2.0" ]
80
2017-11-24T00:19:45.000Z
2019-01-25T10:24:33.000Z
google/cloud/dialogflow_es/conversation_datasets_connection_idempotency_policy.cc
GoogleCloudPlatform/google-cloud-cpp
c4fc35de9e15f95b1dbf585f1c96de5dba609e2b
[ "Apache-2.0" ]
1,579
2017-11-24T01:01:21.000Z
2019-01-28T23:41:21.000Z
google/cloud/dialogflow_es/conversation_datasets_connection_idempotency_policy.cc
GoogleCloudPlatform/google-cloud-cpp
c4fc35de9e15f95b1dbf585f1c96de5dba609e2b
[ "Apache-2.0" ]
51
2017-11-24T00:56:11.000Z
2019-01-18T20:35:02.000Z
// 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...
32.747126
91
0.777817
[ "object" ]
6aa8b058b6ce3f3a592f9803d7ed9e8ae08578f3
4,322
cpp
C++
Sources/Internal/Scene3D/Systems/RenderUpdateSystem.cpp
BlitzModder/dava.engine
0c7a16e627fc0d12309250d6e5e207333b35361e
[ "BSD-3-Clause" ]
4
2019-11-15T11:30:00.000Z
2021-12-27T21:16:31.000Z
Sources/Internal/Scene3D/Systems/RenderUpdateSystem.cpp
TTopox/dava.engine
0c7a16e627fc0d12309250d6e5e207333b35361e
[ "BSD-3-Clause" ]
null
null
null
Sources/Internal/Scene3D/Systems/RenderUpdateSystem.cpp
TTopox/dava.engine
0c7a16e627fc0d12309250d6e5e207333b35361e
[ "BSD-3-Clause" ]
4
2017-04-07T04:32:41.000Z
2021-12-27T21:55:49.000Z
#include "Scene3D/Systems/RenderUpdateSystem.h" #include "Scene3D/Entity.h" #include "Scene3D/Components/RenderComponent.h" #include "Scene3D/Components/TransformComponent.h" #include "Scene3D/Lod/LodComponent.h" #include "Scene3D/Components/SwitchComponent.h" #include "Scene3D/Components/ComponentHelpers.h" #include "...
32.253731
120
0.676539
[ "render", "object", "transform" ]
6aadf1e446f9f7879e265e004d9fa5d2c02f110d
10,361
cpp
C++
interfaces/innerkits/appverify/test/unittest/src/hap_byte_buffer_test.cpp
openharmony-sig-ci/security_appverify
5c705c648c87383f3ab4cbdae187933db9138e76
[ "Apache-2.0" ]
null
null
null
interfaces/innerkits/appverify/test/unittest/src/hap_byte_buffer_test.cpp
openharmony-sig-ci/security_appverify
5c705c648c87383f3ab4cbdae187933db9138e76
[ "Apache-2.0" ]
null
null
null
interfaces/innerkits/appverify/test/unittest/src/hap_byte_buffer_test.cpp
openharmony-sig-ci/security_appverify
5c705c648c87383f3ab4cbdae187933db9138e76
[ "Apache-2.0" ]
1
2021-09-13T11:13:32.000Z
2021-09-13T11:13:32.000Z
/* * Copyright (C) 2021 Huawei Device 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 ...
36.227273
102
0.711418
[ "object" ]
6ab4002f17b20db388d5a0cb740d09fc1f31d4e1
7,903
cpp
C++
src/geos_utils.cpp
chapmanjacobd/exactextract
b1d12537f9b882e628d7268c5860923cfe309337
[ "Apache-2.0" ]
null
null
null
src/geos_utils.cpp
chapmanjacobd/exactextract
b1d12537f9b882e628d7268c5860923cfe309337
[ "Apache-2.0" ]
null
null
null
src/geos_utils.cpp
chapmanjacobd/exactextract
b1d12537f9b882e628d7268c5860923cfe309337
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2018-2020 ISciences, LLC. // All rights reserved. // // This software is 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. // // Unles...
35.439462
125
0.582057
[ "geometry", "vector" ]
6ab615a782330cbb4e485fd365a2d7ef2f72d708
8,541
cpp
C++
src/msgpack_unpack.cpp
qorelanguage/module-msgpack
a8bedb2ccdea89912fd5eef2e54d33dc009cafed
[ "MIT" ]
null
null
null
src/msgpack_unpack.cpp
qorelanguage/module-msgpack
a8bedb2ccdea89912fd5eef2e54d33dc009cafed
[ "MIT" ]
1
2019-01-04T15:45:42.000Z
2019-01-04T15:45:42.000Z
src/msgpack_unpack.cpp
qorelanguage/module-msgpack
a8bedb2ccdea89912fd5eef2e54d33dc009cafed
[ "MIT" ]
null
null
null
/* -*- mode: c++; indent-tabs-mode: nil -*- */ /* msgpack_unpack.cpp Qore MessagePack module Copyright (C) 2018 Qore Technologies, s.r.o. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ...
34.719512
135
0.648636
[ "object" ]
6abf1b4364ada6040355916a8013a5e01ace0889
2,209
cpp
C++
shim_and_sl/ShimBufferTracker.cpp
aosp-goes-brrbrr/packages_modules_NeuralNetworks
87a14e21ce905ce7c4584fe9a53e4397a4d33c67
[ "Apache-2.0" ]
null
null
null
shim_and_sl/ShimBufferTracker.cpp
aosp-goes-brrbrr/packages_modules_NeuralNetworks
87a14e21ce905ce7c4584fe9a53e4397a4d33c67
[ "Apache-2.0" ]
null
null
null
shim_and_sl/ShimBufferTracker.cpp
aosp-goes-brrbrr/packages_modules_NeuralNetworks
87a14e21ce905ce7c4584fe9a53e4397a4d33c67
[ "Apache-2.0" ]
2
2021-11-28T11:20:31.000Z
2021-11-28T11:28:38.000Z
/* * Copyright (C) 2021 The Android Open Source Project * * 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 app...
31.557143
97
0.695337
[ "vector" ]
6ac15c9c77420e496a74b1f662120a91bff042dd
141,547
cpp
C++
roomedit/owl-6.34/source/window.cpp
Meridian59Kor/Meridian59
ab6d271c0e686250c104bd5c0886c91ec7cfa2b5
[ "FSFAP" ]
119
2015-08-19T17:57:01.000Z
2022-03-30T01:41:51.000Z
roomedit/owl-6.34/source/window.cpp
Meridian59Kor/Meridian59
ab6d271c0e686250c104bd5c0886c91ec7cfa2b5
[ "FSFAP" ]
120
2015-01-01T13:02:04.000Z
2015-08-14T20:06:27.000Z
roomedit/owl-6.34/source/window.cpp
Meridian59Kor/Meridian59
ab6d271c0e686250c104bd5c0886c91ec7cfa2b5
[ "FSFAP" ]
46
2015-08-16T23:21:34.000Z
2022-02-05T01:08:22.000Z
//---------------------------------------------------------------------------- // ObjectWindows // Copyright (c) 1991, 1996 by Borland International, All Rights Reserved // /// \file /// Implementation of TWindow. This defines the basic behavior of all Windows. //------------------------------------------------------...
30.361862
292
0.6871
[ "object" ]
6ac19be6320ccd1c24589ee68908e0e5b35e6e2d
5,679
hh
C++
Include/OpenMesh/Tools/VDPM/MeshTraits.hh
565353780/peeling-art
7427321c8cbf076361c8de2281a0f0cde7fd38bb
[ "MIT" ]
null
null
null
Include/OpenMesh/Tools/VDPM/MeshTraits.hh
565353780/peeling-art
7427321c8cbf076361c8de2281a0f0cde7fd38bb
[ "MIT" ]
null
null
null
Include/OpenMesh/Tools/VDPM/MeshTraits.hh
565353780/peeling-art
7427321c8cbf076361c8de2281a0f0cde7fd38bb
[ "MIT" ]
null
null
null
/* ========================================================================= * * * * OpenMesh * * Copyright (c) 2001-2015, RWTH-Aachen University * ...
45.071429
92
0.398838
[ "mesh" ]
6ac2ee186c63a8a9c32c06751b1f70477d3e4232
5,387
cc
C++
src/wm/manage/workspace.cc
kkspeed/NaiveWM
5da1e816ae3b9ec7a5a8c0b73b569615e231a215
[ "BSD-3-Clause" ]
null
null
null
src/wm/manage/workspace.cc
kkspeed/NaiveWM
5da1e816ae3b9ec7a5a8c0b73b569615e231a215
[ "BSD-3-Clause" ]
1
2017-07-12T06:22:10.000Z
2017-07-16T17:27:09.000Z
src/wm/manage/workspace.cc
kkspeed/NaiveWM
5da1e816ae3b9ec7a5a8c0b73b569615e231a215
[ "BSD-3-Clause" ]
1
2018-07-22T02:02:11.000Z
2018-07-22T02:02:11.000Z
#include "wm/manage/workspace.h" #include <algorithm> #include <cassert> #include <deque> #include "config.h" #include "wm/manage/split_exec.h" namespace naive { namespace wm { namespace { void ArrangeNonFloatingWindows(std::deque<ManageWindow*>& candidates, int32_t x, ...
30.094972
80
0.617041
[ "geometry", "vector" ]
6ac69c0e8de96e33a599017336a7d4bd5d5f3361
2,658
cc
C++
decision_service/test/ds_test_action_probabilities.cc
eisber/vowpal_wabbit
a6637cbf5e0bb9774d24dd2bb0eb240e98b8c79e
[ "BSD-3-Clause" ]
27
2016-06-15T15:49:03.000Z
2019-11-12T06:52:49.000Z
decision_service/test/ds_test_action_probabilities.cc
eisber/vowpal_wabbit
a6637cbf5e0bb9774d24dd2bb0eb240e98b8c79e
[ "BSD-3-Clause" ]
null
null
null
decision_service/test/ds_test_action_probabilities.cc
eisber/vowpal_wabbit
a6637cbf5e0bb9774d24dd2bb0eb240e98b8c79e
[ "BSD-3-Clause" ]
14
2016-07-15T19:47:12.000Z
2020-01-09T03:38:40.000Z
/* Copyright (c) by respective owners including Yahoo!, Microsoft, and individual contributors. All rights reserved. Released under a BSD (revised) license as described in the file LICENSE. */ #include <boost/test/unit_test.hpp> #include <vector> #include "ds_explore.h" using namespace std; #include "utility.h" usi...
28.276596
77
0.724229
[ "vector" ]
6ac6b9e7157684805a7faf5a45ce9be169ba2af3
6,947
cc
C++
mace/ops/resize_nearest_neighbor.cc
oneTaken/mace
be149a74789cb5e3b9394b004f7a6ddb42624a87
[ "Apache-2.0" ]
null
null
null
mace/ops/resize_nearest_neighbor.cc
oneTaken/mace
be149a74789cb5e3b9394b004f7a6ddb42624a87
[ "Apache-2.0" ]
null
null
null
mace/ops/resize_nearest_neighbor.cc
oneTaken/mace
be149a74789cb5e3b9394b004f7a6ddb42624a87
[ "Apache-2.0" ]
null
null
null
// Copyright 2018 The MACE 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 appl...
37.551351
80
0.596948
[ "vector" ]
6acac8f6fd5bdfc3d50fedd25d9e440e1b3e7e50
9,981
cpp
C++
Compressonator/Applications/CompressonatorGUI/Components/acProgressDlg.cpp
thaeseler-amd/compressonator
414296d1c62a8b6950aae7db741ab6a3efca69e3
[ "MIT" ]
null
null
null
Compressonator/Applications/CompressonatorGUI/Components/acProgressDlg.cpp
thaeseler-amd/compressonator
414296d1c62a8b6950aae7db741ab6a3efca69e3
[ "MIT" ]
null
null
null
Compressonator/Applications/CompressonatorGUI/Components/acProgressDlg.cpp
thaeseler-amd/compressonator
414296d1c62a8b6950aae7db741ab6a3efca69e3
[ "MIT" ]
null
null
null
//================================================================================== // Copyright (c) 2016 , Advanced Micro Devices, Inc. All rights reserved. // /// \author AMD Developer Tools Team /// \file acProgressDlg.cpp /// //================================================================================== //...
28.681034
259
0.682397
[ "solid" ]