hexsha
stringlengths
40
40
size
int64
7
1.05M
ext
stringclasses
13 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
4
269
max_stars_repo_name
stringlengths
5
108
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
9
max_stars_count
int64
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
4
269
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
9
max_issues_count
int64
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
4
269
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
9
max_forks_count
int64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
7
1.05M
avg_line_length
float64
1.21
330k
max_line_length
int64
6
990k
alphanum_fraction
float64
0.01
0.99
author_id
stringlengths
2
40
6f591527b2be7029eee4abfee918a2c3df84cc94
11,940
cc
C++
dcmpstat/libsrc/dvpsspl.cc
trice-imaging/dcmtk
60b158654dc7215d938a9ddba92ef5e93ded298d
[ "Apache-2.0" ]
10
2016-07-03T12:16:58.000Z
2021-12-18T06:15:50.000Z
dcmpstat/libsrc/dvpsspl.cc
trice-imaging/dcmtk
60b158654dc7215d938a9ddba92ef5e93ded298d
[ "Apache-2.0" ]
1
2020-04-30T07:55:55.000Z
2020-04-30T07:55:55.000Z
dcmpstat/libsrc/dvpsspl.cc
trice-imaging/dcmtk
60b158654dc7215d938a9ddba92ef5e93ded298d
[ "Apache-2.0" ]
9
2017-02-09T02:16:39.000Z
2021-01-06T02:49:24.000Z
/* * * Copyright (C) 1998-2010, OFFIS e.V. * All rights reserved. See COPYRIGHT file for details. * * This software and supporting documentation were developed by * * OFFIS e.V. * R&D Division Health * Escherweg 2 * D-26121 Oldenburg, Germany * * * Module: dcmpstat * * Author: Marco Eic...
33.633803
139
0.687102
trice-imaging
6f5b5c581e62b3d363fc5bd1a32840b839d2bf77
1,736
cpp
C++
src/helpers/Utils.cpp
mnaveedb/finalmq
3c3b2b213fa07bb5427a1364796b19d732890ed2
[ "MIT" ]
11
2020-10-13T11:50:29.000Z
2022-02-27T11:47:34.000Z
src/helpers/Utils.cpp
mnaveedb/finalmq
3c3b2b213fa07bb5427a1364796b19d732890ed2
[ "MIT" ]
15
2020-10-07T18:01:27.000Z
2021-07-08T09:09:13.000Z
src/helpers/Utils.cpp
mnaveedb/finalmq
3c3b2b213fa07bb5427a1364796b19d732890ed2
[ "MIT" ]
2
2020-10-07T21:29:06.000Z
2020-10-14T18:02:17.000Z
//MIT License //Copyright (c) 2020 bexoft GmbH (mail@bexoft.de) //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, ...
37.73913
127
0.718318
mnaveedb
6f5bca818e2a3c464f8effe2a8604306e66e4ab7
327
cpp
C++
Semestr_1/HomeWork_11/Number_1/Number_1/test.cpp
SaveliyLipaev/HomeWork
06994ce6ab6f12dd69507fffb6f2d3ba361f0069
[ "MIT" ]
null
null
null
Semestr_1/HomeWork_11/Number_1/Number_1/test.cpp
SaveliyLipaev/HomeWork
06994ce6ab6f12dd69507fffb6f2d3ba361f0069
[ "MIT" ]
1
2018-11-06T05:30:37.000Z
2018-11-06T05:30:37.000Z
Semestr_1/HomeWork_11/Number_1/Number_1/test.cpp
SaveliyLipaev/HomeWork
06994ce6ab6f12dd69507fffb6f2d3ba361f0069
[ "MIT" ]
null
null
null
#include "KMP.h" using namespace std; int readAndTest(string str) { ifstream file("Text.txt"); int temp = find(file, str); file.close(); return temp; } bool test() { string str1 = "dda"; string str2 = "fff"; string str3 = "egj"; return readAndTest(str1) == -1 && readAndTest(str2) == 40 && readAndTest(str3) =...
17.210526
86
0.642202
SaveliyLipaev
6f5d00c5fc96374548bde085971e7a8b45fecae6
14,791
cpp
C++
tests/LineTests.cpp
lindale-dev/MathGeoLib
bdd01c86b2d1450dfa323366e3b6646e2796e873
[ "Apache-2.0" ]
null
null
null
tests/LineTests.cpp
lindale-dev/MathGeoLib
bdd01c86b2d1450dfa323366e3b6646e2796e873
[ "Apache-2.0" ]
null
null
null
tests/LineTests.cpp
lindale-dev/MathGeoLib
bdd01c86b2d1450dfa323366e3b6646e2796e873
[ "Apache-2.0" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include "../src/MathGeoLib.h" #include "../src/Math/myassert.h" #include "TestRunner.h" MATH_IGNORE_UNUSED_VARS_WARNING Line RandomLineContainingPoint(const vec &pt); Ray RandomRayContainingPoint(const vec &pt); LineSegment RandomLineSegmentContainingPoint(const vec &pt); RAN...
45.371166
147
0.747279
lindale-dev
6f5d4f14fed83eb31f03d6488066852d15840ad1
28,327
cc
C++
src/protos/Docflow/DocumentWithDocflowV3.pb.cc
Edw-K/diadocsdk-cpp
c50c5ceb5e0c897c9322bd7b66c028cdbc82047e
[ "MIT" ]
7
2016-05-31T17:37:54.000Z
2022-01-17T14:28:18.000Z
src/protos/Docflow/DocumentWithDocflowV3.pb.cc
Edw-K/diadocsdk-cpp
c50c5ceb5e0c897c9322bd7b66c028cdbc82047e
[ "MIT" ]
22
2017-02-07T09:34:02.000Z
2021-09-06T08:08:34.000Z
src/protos/Docflow/DocumentWithDocflowV3.pb.cc
Edw-K/diadocsdk-cpp
c50c5ceb5e0c897c9322bd7b66c028cdbc82047e
[ "MIT" ]
23
2016-06-07T06:11:47.000Z
2020-10-06T13:00:21.000Z
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: Docflow/DocumentWithDocflowV3.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "Docflow/DocumentWithDocflowV3.pb.h" #include <algorithm> #include <google/protobuf/stubs/common.h> #include <google/protobuf/stubs/once.h> #include...
34.629584
146
0.70198
Edw-K
6f5e699fbaa40182d6c01ef357c42a9a1d9eaa44
1,422
cpp
C++
psx/_dump_/10/_dump_c_src_/diabpsx/psxsrc/psxmsg.cpp
maoa3/scalpel
2e7381b516cded28996d290438acc618d00b2aa7
[ "Unlicense" ]
15
2018-06-28T01:11:25.000Z
2021-09-27T15:57:18.000Z
psx/_dump_/10/_dump_c_src_/diabpsx/psxsrc/psxmsg.cpp
maoa3/scalpel
2e7381b516cded28996d290438acc618d00b2aa7
[ "Unlicense" ]
7
2018-06-29T04:08:23.000Z
2019-10-17T13:57:22.000Z
psx/_dump_/10/_dump_c_src_/diabpsx/psxsrc/psxmsg.cpp
maoa3/scalpel
2e7381b516cded28996d290438acc618d00b2aa7
[ "Unlicense" ]
7
2018-06-28T01:11:34.000Z
2020-05-23T09:21:48.000Z
// C:\diabpsx\PSXSRC\PSXMSG.CPP #include "types.h" // address: 0x8008AC10 // line start: 178 // line end: 212 void PSX_WndProc__FUilUl(unsigned int Msg, long wParam, unsigned long lParam) { } // address: 0x8008ACC0 // line start: 223 // line end: 256 void PSX_PostWndProc__FUilUl(unsigned int Msg, long wParam, u...
14.363636
83
0.665963
maoa3
6f640aab4b430e2a29e45c5ec9aeaac9dee7d887
36,232
cpp
C++
src/CTimeUnits.cpp
MenaceSan/GrayCore
244e394adaefa17399232896fbd04b7aaeebac21
[ "MIT" ]
1
2020-12-18T04:55:27.000Z
2020-12-18T04:55:27.000Z
src/CTimeUnits.cpp
MenaceSan/GrayCore
244e394adaefa17399232896fbd04b7aaeebac21
[ "MIT" ]
null
null
null
src/CTimeUnits.cpp
MenaceSan/GrayCore
244e394adaefa17399232896fbd04b7aaeebac21
[ "MIT" ]
null
null
null
// //! @file cTimeUnits.cpp //! @copyright 1992 - 2020 Dennis Robinson (http://www.menasoft.com) // #include "pch.h" #include "cTimeUnits.h" #include "cTimeInt.h" #include "cTimeZone.h" #include "StrChar.h" #include "StrT.h" #include "cBits.h" #ifdef __linux__ #include "cTimeVal.h" #endif namespace Gray { // Stock d...
28.664557
142
0.627953
MenaceSan
6f65e943f84922e051aab70aef8f82b5238e41a5
1,055
hpp
C++
Fw/Prm/PrmString.hpp
lahiruroot/fprime
8245dbd0c454e379af3504b70462e98d7f4353c2
[ "Apache-2.0" ]
4
2021-02-20T13:38:25.000Z
2021-05-04T17:20:34.000Z
Fw/Prm/PrmString.hpp
lahiruroot/fprime
8245dbd0c454e379af3504b70462e98d7f4353c2
[ "Apache-2.0" ]
4
2020-10-12T18:52:14.000Z
2021-09-02T22:38:58.000Z
Fw/Prm/PrmString.hpp
lahiruroot/fprime
8245dbd0c454e379af3504b70462e98d7f4353c2
[ "Apache-2.0" ]
5
2019-09-06T23:25:26.000Z
2021-06-22T03:01:07.000Z
#ifndef FW_PRM_STRING_TYPE_HPP #define FW_PRM_STRING_TYPE_HPP #include <Fw/Types/BasicTypes.hpp> #include <Fw/Types/StringType.hpp> #include <FpConfig.hpp> #include <Fw/Cfg/SerIds.hpp> namespace Fw { class ParamString : public Fw::StringBase { public: enum { SERIALIZED_TYPE_I...
27.051282
129
0.625592
lahiruroot
6f674fa14c2da8331dd7575ef3a92eaf379da8b7
53,572
cpp
C++
src/libraries/dynamicMesh/dynamicMesh/polyMeshAdder/polyMeshAdder.cpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
src/libraries/dynamicMesh/dynamicMesh/polyMeshAdder/polyMeshAdder.cpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
src/libraries/dynamicMesh/dynamicMesh/polyMeshAdder/polyMeshAdder.cpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
/*---------------------------------------------------------------------------*\ Copyright (C) 2011-2012 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of CAELUS. CAELUS is free software: you can redistribute it and/or modify it ...
25.632536
80
0.535784
MrAwesomeRocks
6f6cebc5a5242cb10918ffa63ed3aaa1083f3c1b
4,766
cc
C++
chromeos/services/ime/decoder/decoder_engine.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chromeos/services/ime/decoder/decoder_engine.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chromeos/services/ime/decoder/decoder_engine.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2021-01-05T23:43:46.000Z
2021-01-07T23:36:34.000Z
// Copyright 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 "chromeos/services/ime/decoder/decoder_engine.h" #include "base/bind_helpers.h" #include "base/files/file_path.h" #include "base/files/file_util...
31.562914
79
0.710869
mghgroup
6f72053a49d3d65e4318d2a9fe335cfa808a5d8d
372
hpp
C++
src/EditorTraceBuilder.hpp
ryu-raptor/amf
33a42cf1025ea512f23c4769a5be27d6a0c335bc
[ "MIT" ]
1
2020-05-31T02:25:39.000Z
2020-05-31T02:25:39.000Z
src/EditorTraceBuilder.hpp
ryu-raptor/amf
33a42cf1025ea512f23c4769a5be27d6a0c335bc
[ "MIT" ]
null
null
null
src/EditorTraceBuilder.hpp
ryu-raptor/amf
33a42cf1025ea512f23c4769a5be27d6a0c335bc
[ "MIT" ]
null
null
null
#pragma once #include <fstream> #include <string> #include <vector> #include <memory> #include "Trace.hpp" #include "Pacemaker.hpp" namespace otoge2019 { /// ファイルからトレースを作成 class EditorTraceBuilder { public: /// @fn /// トレースをビルド std::shared_ptr<std::vector<std::shared_ptr<Trace>>> build(std:...
19.578947
90
0.666667
ryu-raptor
4cf7e02d9d072783424bd496685228e748517e01
608
cpp
C++
PAT_B/PAT_B1067.cpp
EnhydraGod/PATCode
ff38ea33ba319af78b3aeba8aa6c385cc5e8329f
[ "BSD-2-Clause" ]
3
2019-07-08T05:20:28.000Z
2021-09-22T10:53:26.000Z
PAT_B/PAT_B1067.cpp
EnhydraGod/PATCode
ff38ea33ba319af78b3aeba8aa6c385cc5e8329f
[ "BSD-2-Clause" ]
null
null
null
PAT_B/PAT_B1067.cpp
EnhydraGod/PATCode
ff38ea33ba319af78b3aeba8aa6c385cc5e8329f
[ "BSD-2-Clause" ]
null
null
null
#include <bits/stdc++.h> using namespace std; int main() { string ansStr, tempStr; vector<string> strVec; int i, n; cin >> ansStr >> n; getchar(); while(1) { getline(cin, tempStr); if(tempStr == "#") break; else strVec.push_back(tempStr); } for (i = 0; i < n;...
20.965517
63
0.483553
EnhydraGod
4cfa2ea4349b1f9403c9e2b809b011000ba6f17e
3,671
cc
C++
example/invindex_ex1.cc
Passw/estraier-tkrzw-btree
e149ffc0229f91014fb5de6f25fc1dbe4c35142a
[ "Apache-2.0" ]
96
2020-07-18T07:22:37.000Z
2022-03-24T21:04:16.000Z
example/invindex_ex1.cc
Passw/estraier-tkrzw-btree
e149ffc0229f91014fb5de6f25fc1dbe4c35142a
[ "Apache-2.0" ]
32
2020-07-19T02:51:10.000Z
2022-03-31T07:48:59.000Z
example/invindex_ex1.cc
Passw/estraier-tkrzw-btree
e149ffc0229f91014fb5de6f25fc1dbe4c35142a
[ "Apache-2.0" ]
17
2020-07-19T15:35:32.000Z
2022-03-30T11:53:03.000Z
/************************************************************************************************* * Example for building an inverted index with the skip database * * Copyright 2020 Google LLC * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with th...
35.990196
99
0.639335
Passw
4cfb8a77b20fe613ad253e1681d17005225fda0b
5,465
cpp
C++
buffer_cache.cpp
cephalicmarble/drumlin
c86319fbb0670fa7cf9437e335f0a41ab7496028
[ "MIT" ]
null
null
null
buffer_cache.cpp
cephalicmarble/drumlin
c86319fbb0670fa7cf9437e335f0a41ab7496028
[ "MIT" ]
null
null
null
buffer_cache.cpp
cephalicmarble/drumlin
c86319fbb0670fa7cf9437e335f0a41ab7496028
[ "MIT" ]
null
null
null
#define TAOJSON #include "buffer_cache.h" #include <vector> #include <algorithm> #include <boost/date_time/posix_time/posix_time.hpp> #include "drumlin.h" namespace drumlin { namespace Buffers { /** * @brief BufferCache::BufferCache : only constructor */ BufferCache::BufferCache() { } /** * @brief BufferCache::...
26.921182
118
0.64172
cephalicmarble
4cfc46a690d41a0bdbb90b03c781d3a6861ececf
1,137
cc
C++
tests/invoke.cc
chip5441/ezy
4e4ed4edcfe182b4a6b5fd3459a67200474013ec
[ "MIT" ]
null
null
null
tests/invoke.cc
chip5441/ezy
4e4ed4edcfe182b4a6b5fd3459a67200474013ec
[ "MIT" ]
null
null
null
tests/invoke.cc
chip5441/ezy
4e4ed4edcfe182b4a6b5fd3459a67200474013ec
[ "MIT" ]
null
null
null
#include <catch.hpp> #include <ezy/invoke.h> int foo() { return 101; } SCENARIO("invoke") { GIVEN("a struct") { struct S { int f() { return 3; }; constexpr int cf() const { return 4; } int mem{5}; }; struct D : S {}; S s; WHEN("its pointer to member function in...
16.478261
103
0.510114
chip5441
4cfd341ed7cbb30d4c2e926e0efdc0a52470e86d
1,319
cpp
C++
qn3m.cpp
Gourav1695/pp_assignment2_part1
6cf3b1251741d161ff52c92eb0fcf1d985d1a8aa
[ "MIT" ]
null
null
null
qn3m.cpp
Gourav1695/pp_assignment2_part1
6cf3b1251741d161ff52c92eb0fcf1d985d1a8aa
[ "MIT" ]
null
null
null
qn3m.cpp
Gourav1695/pp_assignment2_part1
6cf3b1251741d161ff52c92eb0fcf1d985d1a8aa
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> #include <time.h> using namespace std; struct node { int player_id; struct node *next; }; struct node *start, *ptr, *ptr1, *new_node, *beginn; int main() { int v2; srand(time(NULL)); int n, k, i, count; cout << "enter the no.of player : " << endl; ...
23.140351
97
0.461713
Gourav1695
9804f1cd2784d3bf0c2da9c8e89a89bdc09fd5d2
244
hpp
C++
typed_python/PyForwardInstance.hpp
npang1/nativepython
df311a5614a9660c15a8183b2dc606ff3e4600df
[ "Apache-2.0" ]
7
2018-08-07T15:41:54.000Z
2019-02-19T12:47:57.000Z
typed_python/PyForwardInstance.hpp
npang1/nativepython
df311a5614a9660c15a8183b2dc606ff3e4600df
[ "Apache-2.0" ]
38
2018-10-17T13:37:46.000Z
2019-04-11T20:50:14.000Z
typed_python/PyForwardInstance.hpp
npang1/nativepython
df311a5614a9660c15a8183b2dc606ff3e4600df
[ "Apache-2.0" ]
4
2019-02-11T17:44:55.000Z
2019-03-20T07:38:18.000Z
#pragma once #include "PyInstance.hpp" class PyForwardInstance : public PyInstance { public: typedef Forward modeled_type; static bool pyValCouldBeOfTypeConcrete(Type* t, PyObject* pyRepresentation) { return false; } };
17.428571
81
0.721311
npang1
98050935011472f805092b04e23b07c900c7fb88
5,948
cpp
C++
src/input_parsers/BerkeleyNeuralNetwork.cpp
muizzk/Marabou
b938c474bbf7820854822ca407b64b53dfcf6c7c
[ "BSD-3-Clause" ]
null
null
null
src/input_parsers/BerkeleyNeuralNetwork.cpp
muizzk/Marabou
b938c474bbf7820854822ca407b64b53dfcf6c7c
[ "BSD-3-Clause" ]
null
null
null
src/input_parsers/BerkeleyNeuralNetwork.cpp
muizzk/Marabou
b938c474bbf7820854822ca407b64b53dfcf6c7c
[ "BSD-3-Clause" ]
1
2021-06-29T06:54:29.000Z
2021-06-29T06:54:29.000Z
/********************* */ /*! \file BerkeleyNeuralNetwork.cpp ** \verbatim ** Top contributors (to current version): ** Guy Katz ** This file is part of the Marabou project. ** Copyright (c) 2017-2019 by the authors listed in the file AUTHORS ** in the top-...
24.991597
97
0.608272
muizzk
98058cf9ef627263828704600f68564f95695420
831
cpp
C++
Lab 2/Chapter 3 Source Code/Ch3_ProgrammingEx4_Code.cpp
candr002/CS150
8270f60769fc8a9c18e5c5c46879b63663ba2117
[ "Unlicense" ]
null
null
null
Lab 2/Chapter 3 Source Code/Ch3_ProgrammingEx4_Code.cpp
candr002/CS150
8270f60769fc8a9c18e5c5c46879b63663ba2117
[ "Unlicense" ]
null
null
null
Lab 2/Chapter 3 Source Code/Ch3_ProgrammingEx4_Code.cpp
candr002/CS150
8270f60769fc8a9c18e5c5c46879b63663ba2117
[ "Unlicense" ]
null
null
null
//Logic errors. #include <iostream> #include <iomanip> using namespace std; int main() { double cost; double area; double bagSize; cout << fixed << showpoint << setprecision(2); cout << "Enter the amount of fertilizer, in pounds, " << "in one bag: "; cin >>...
21.868421
60
0.519856
candr002
980c5d10b2a0330dc422ae7c448feb6a3bd93795
3,336
cpp
C++
software/protoDUNE/generic/MultDest.cpp
slaclab/proto-dune
e487ee6d40359b40776098410d7fd302b9631448
[ "BSD-3-Clause-LBNL" ]
null
null
null
software/protoDUNE/generic/MultDest.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/MultDest.cpp
slaclab/proto-dune
e487ee6d40359b40776098410d7fd302b9631448
[ "BSD-3-Clause-LBNL" ]
2
2017-04-03T21:59:53.000Z
2020-12-13T00:14:20.000Z
//----------------------------------------------------------------------------- // File : MultDest.cpp // Author : Ryan Herbst <rherbst@slac.stanford.edu> // Created : 06/18/2014 // Project : General Purpose //----------------------------------------------------------------------------- // ...
27.8
107
0.565947
slaclab
980f2bd43fd11162e852dac327bd4541255ab413
431
hpp
C++
src/TitleScreen.hpp
ara159/gravity
d990bcae0b2f980a05a50705ec5633d9532bc599
[ "MIT" ]
null
null
null
src/TitleScreen.hpp
ara159/gravity
d990bcae0b2f980a05a50705ec5633d9532bc599
[ "MIT" ]
null
null
null
src/TitleScreen.hpp
ara159/gravity
d990bcae0b2f980a05a50705ec5633d9532bc599
[ "MIT" ]
null
null
null
#ifndef TITLE_SCREEN #define TITLE_SCREEN 1 #include "MyGameObject.hpp" class TitleScreen : public MyGameObject { private: Texture* txTitle; Texture* txBtnStart; Texture* txBtnRank; Sprite* spTitle; Sprite* spBtnStart; Sprite* spBtnRank; public: TitleScreen(); ~TitleScreen(); void s...
18.73913
43
0.684455
ara159
980ff7498832c784eab718a8b886e82891047599
2,811
cpp
C++
lavaMD-sycl/util/num/num.cpp
BeauJoh/HeCBench
594b845171d686dc951971ce36ed59cf114dd2b4
[ "BSD-3-Clause" ]
58
2020-08-06T18:53:44.000Z
2021-10-01T07:59:46.000Z
lavaMD-sycl/util/num/num.cpp
BeauJoh/HeCBench
594b845171d686dc951971ce36ed59cf114dd2b4
[ "BSD-3-Clause" ]
66
2015-06-15T20:38:19.000Z
2020-08-26T00:11:43.000Z
lavaMD-sycl/util/num/num.cpp
BeauJoh/HeCBench
594b845171d686dc951971ce36ed59cf114dd2b4
[ "BSD-3-Clause" ]
34
2017-12-14T01:06:58.000Z
2022-02-14T09:40:35.000Z
#ifdef __cplusplus extern "C" { #endif //===============================================================================================================================================================================================================200 // DESCRIPTION //==================================================...
52.055556
212
0.144077
BeauJoh
981171efab95b7754e713c3bd4fb90e3cf489425
1,469
cpp
C++
src/position_postprocessor/position_smoother_lstsq.cpp
SokolovVadim/Indoor-Positioning-And-Navigation-Algorithms
f67c18ed42f9d40e1c274699caf4fa12df2d2ba9
[ "MIT" ]
132
2015-01-09T08:16:26.000Z
2021-05-18T11:33:03.000Z
src/position_postprocessor/position_smoother_lstsq.cpp
SokolovVadim/Indoor-Positioning-And-Navigation-Algorithms
f67c18ed42f9d40e1c274699caf4fa12df2d2ba9
[ "MIT" ]
3
2021-09-27T15:54:10.000Z
2022-02-10T09:29:55.000Z
src/position_postprocessor/position_smoother_lstsq.cpp
SokolovVadim/Indoor-Positioning-And-Navigation-Algorithms
f67c18ed42f9d40e1c274699caf4fa12df2d2ba9
[ "MIT" ]
59
2015-01-11T19:40:10.000Z
2021-06-16T04:46:37.000Z
#include <navigine/navigation-core/navigation_settings.h> #include "position_smoother_lstsq.h" namespace navigine { namespace navigation_core { PositionSmootherLstsq::PositionSmootherLstsq(const NavigationSettings& navProps) : mWasCalled(false) , mUseBarriers(navProps.commonSettings.useBarriers) , mTimeIn...
24.898305
98
0.710007
SokolovVadim
98129e2010a742c1e942454501b9ee2cc01aa60d
23,600
hxx
C++
Utilities/itkVectorImageFileReader.hxx
KevinScholtes/ANTsX
5462269c0c32e5d65560bae4014c5a05cb02588d
[ "BSD-3-Clause" ]
null
null
null
Utilities/itkVectorImageFileReader.hxx
KevinScholtes/ANTsX
5462269c0c32e5d65560bae4014c5a05cb02588d
[ "BSD-3-Clause" ]
null
null
null
Utilities/itkVectorImageFileReader.hxx
KevinScholtes/ANTsX
5462269c0c32e5d65560bae4014c5a05cb02588d
[ "BSD-3-Clause" ]
1
2019-10-06T07:31:58.000Z
2019-10-06T07:31:58.000Z
/*========================================================================= Program: Advanced Normalization Tools Copyright (c) ConsortiumOfANTS. All rights reserved. See accompanying COPYING.txt or https://github.com/stnava/ANTs/blob/master/ANTSCopyright.txt for details. This software is distributed W...
32.108844
105
0.579661
KevinScholtes
9812e651cae6469ba1eb30865d59758c8532b57f
618
cpp
C++
Maps/map_stl_04.cpp
rishusingh022/Standard-template-libraries
2776b632d70902d2ee82098266794b8d3bbd319d
[ "MIT" ]
null
null
null
Maps/map_stl_04.cpp
rishusingh022/Standard-template-libraries
2776b632d70902d2ee82098266794b8d3bbd319d
[ "MIT" ]
null
null
null
Maps/map_stl_04.cpp
rishusingh022/Standard-template-libraries
2776b632d70902d2ee82098266794b8d3bbd319d
[ "MIT" ]
null
null
null
#include <iostream> #include<map> #include<cstring> #include<list> using namespace std; int main() { map<string, list<pair<string,int> > > citymap; int E; cin>>E; for(int i=0;i<E;i++){ string src,dest; int dist; cin>>src>>dest>>dist; citymap[src].push_back(make_pa...
18.727273
58
0.521036
rishusingh022
98140f5ab75cbb6a9f7d5201745af88b5a7383ba
6,750
cpp
C++
src/lib/rtm/SystemLogger.cpp
r-kurose/OpenRTM-aist
258c922c55a97c6d1265dbf45e1e8b2ea29b2d86
[ "RSA-MD" ]
15
2019-01-08T15:34:04.000Z
2022-03-01T08:36:17.000Z
src/lib/rtm/SystemLogger.cpp
r-kurose/OpenRTM-aist
258c922c55a97c6d1265dbf45e1e8b2ea29b2d86
[ "RSA-MD" ]
448
2018-12-27T03:13:56.000Z
2022-03-24T09:57:03.000Z
src/lib/rtm/SystemLogger.cpp
r-kurose/OpenRTM-aist
258c922c55a97c6d1265dbf45e1e8b2ea29b2d86
[ "RSA-MD" ]
31
2018-12-26T04:34:22.000Z
2021-11-25T04:39:51.000Z
// -*- C++ -*- /*! * @file SystemLogger.cpp * @brief RT component logger class * @date $Date: 2007-07-20 16:10:32 $ * @author Noriaki Ando <n-ando@aist.go.jp> * * Copyright (C) 2003-2008 * Task-intelligence Research Group, * Intelligent Systems Research Institute, * National Institute of * ...
23.195876
87
0.560296
r-kurose
9815dd20ae1d892b46f7fe757df35eb2aa3adadc
1,163
cpp
C++
LeetCode/H/Merge-k-Sorted-List.cpp
luismoroco/ProgrCompetitiva
011cdb18749a16d17fd635a7c36a8a21b2b643d9
[ "BSD-3-Clause" ]
null
null
null
LeetCode/H/Merge-k-Sorted-List.cpp
luismoroco/ProgrCompetitiva
011cdb18749a16d17fd635a7c36a8a21b2b643d9
[ "BSD-3-Clause" ]
null
null
null
LeetCode/H/Merge-k-Sorted-List.cpp
luismoroco/ProgrCompetitiva
011cdb18749a16d17fd635a7c36a8a21b2b643d9
[ "BSD-3-Clause" ]
null
null
null
#include <bits/stdc++.h> using namespace std; struct ListNode { int val; ListNode *next; ListNode() : val(0), next(nullptr) {} ListNode(int x) : val(x), next(nullptr) {} ListNode(int x, ListNode *next) : val(x), next(next) {} }; ListNode* mergeKLists(vector<ListNode*>& lists) { ...
20.403509
67
0.490972
luismoroco
98163c6afbc3d3a665ff188ab2f43e399f3bfac9
3,335
cpp
C++
mojiben3/tests/c.cpp
katahiromz/mojiben
8a8d1a3fdffe6ff78165c50e37a6c44aee335e82
[ "MIT" ]
null
null
null
mojiben3/tests/c.cpp
katahiromz/mojiben
8a8d1a3fdffe6ff78165c50e37a6c44aee335e82
[ "MIT" ]
3
2021-07-27T11:19:34.000Z
2021-07-27T12:01:43.000Z
mojiben4/tests/c.cpp
katahiromz/mojiben
8a8d1a3fdffe6ff78165c50e37a6c44aee335e82
[ "MIT" ]
null
null
null
// Moji No Benkyo (3) // Copyright (C) 2019 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> // This file is public domain software. // Japanese, Shift_JIS #include <windows.h> #include <math.h> static const TCHAR g_szCaption[] = "Win32 Template"; static const TCHAR g_szClassName[] = "Win32 Template"; ...
26.259843
76
0.545127
katahiromz
982070a1a6ebe5e90785863829153ca3d78b46cb
1,632
cpp
C++
DawnBreakers/Source/DawnBreakers/GameLogic/GameRules/GameMode/ZombieSurvive/ZombieSurvivalHUD.cpp
954818696/FPSGame
bc82ceb1b56460a8e0e0c0e9a0da20fb5898e158
[ "MIT" ]
1
2017-01-21T14:08:06.000Z
2017-01-21T14:08:06.000Z
DawnBreakers/Source/DawnBreakers/GameLogic/GameRules/GameMode/ZombieSurvive/ZombieSurvivalHUD.cpp
954818696/FPSGame
bc82ceb1b56460a8e0e0c0e9a0da20fb5898e158
[ "MIT" ]
null
null
null
DawnBreakers/Source/DawnBreakers/GameLogic/GameRules/GameMode/ZombieSurvive/ZombieSurvivalHUD.cpp
954818696/FPSGame
bc82ceb1b56460a8e0e0c0e9a0da20fb5898e158
[ "MIT" ]
2
2017-11-14T10:36:01.000Z
2020-07-13T08:52:08.000Z
// Fill out your copyright notice in the Description page of Project Settings. #include "DawnBreakers.h" #include "ZombieSurvivalHUD.h" AZombieSurvivalHUD::AZombieSurvivalHUD(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer), m_ShowHUD(true) { static ConstructorHelpers::FObjectFinder<UTextur...
27.661017
125
0.765319
954818696
98219446db14f643fa7e1edcdcf079ce6842023a
3,007
hpp
C++
NativeCore/Shared/Keys.hpp
jesterret/ReClass.NET
0ee8a4cd6a00e2664f2ef3250a81089c32d69392
[ "MIT" ]
1,009
2018-02-07T05:07:34.000Z
2022-03-31T10:27:35.000Z
NativeCore/Shared/Keys.hpp
EliteOutlaws/ReClass.NET
8125eac282d56fa0b9040294ca49b2febd7d9237
[ "MIT" ]
161
2018-02-25T00:32:47.000Z
2022-03-31T21:02:50.000Z
NativeCore/Shared/Keys.hpp
EliteOutlaws/ReClass.NET
8125eac282d56fa0b9040294ca49b2febd7d9237
[ "MIT" ]
281
2018-02-07T05:07:43.000Z
2022-03-28T16:42:57.000Z
#pragma once enum class Keys : int32_t { None = 0, LButton = 1, RButton = 2, Cancel = 3, MButton = 4, XButton1 = 5, XButton2 = 6, Back = 8, Tab = 9, LineFeed = 10, Clear = 12, Return = 13, Enter = 13, ShiftKey = 16, ControlKey = 17, Menu = 18, Pause = 19, Capital = 20, CapsLock = 20, KanaMode = 21,...
14.319048
68
0.588959
jesterret
98227ded10721c80b7e7cfd0faeb4a3c065e2b15
12,248
cpp
C++
Sources/Elastos/Frameworks/Droid/WebView/Chromium/src/elastos/droid/webview/chromium/native/android_webview/AwCookieManager.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
7
2017-07-13T10:34:54.000Z
2021-04-16T05:40:35.000Z
Sources/Elastos/Frameworks/Droid/WebView/Chromium/src/elastos/droid/webview/chromium/native/android_webview/AwCookieManager.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
null
null
null
Sources/Elastos/Frameworks/Droid/WebView/Chromium/src/elastos/droid/webview/chromium/native/android_webview/AwCookieManager.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
9
2017-07-13T12:33:20.000Z
2021-06-19T02:46:48.000Z
//========================================================================= // Copyright (C) 2012 The Elastos 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 // // ...
29.371703
102
0.685745
jingcao80
9822cd1f28ae392b5e549930721ef3a468c0eda7
46,171
cpp
C++
Test/Unit/future/FutureTest.cpp
erikzenker/asyncly
550dbec10c3e74c10303345e44ad7c9f98e3db06
[ "ECL-2.0", "Apache-2.0" ]
23
2020-02-25T14:11:58.000Z
2021-09-23T04:32:09.000Z
Test/Unit/future/FutureTest.cpp
erikzenker/asyncly
550dbec10c3e74c10303345e44ad7c9f98e3db06
[ "ECL-2.0", "Apache-2.0" ]
2
2020-03-11T14:04:19.000Z
2020-11-09T20:50:41.000Z
Test/Unit/future/FutureTest.cpp
erikzenker/asyncly
550dbec10c3e74c10303345e44ad7c9f98e3db06
[ "ECL-2.0", "Apache-2.0" ]
9
2020-02-25T14:12:39.000Z
2021-12-28T01:30:48.000Z
/* * Copyright 2019 LogMeIn * * 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 w...
30.698803
100
0.631067
erikzenker
98249d9c1149eda957edef926e156186ef6433ca
1,664
hpp
C++
src/ai/composite/engine_fai.hpp
blackberry/Wesnoth
8b307689158db568ecc6cc3b537e8d382ccea449
[ "Unlicense" ]
12
2015-03-04T15:07:00.000Z
2019-09-13T16:31:06.000Z
src/ai/composite/engine_fai.hpp
blackberry/Wesnoth
8b307689158db568ecc6cc3b537e8d382ccea449
[ "Unlicense" ]
null
null
null
src/ai/composite/engine_fai.hpp
blackberry/Wesnoth
8b307689158db568ecc6cc3b537e8d382ccea449
[ "Unlicense" ]
5
2017-04-22T08:16:48.000Z
2020-07-12T03:35:16.000Z
/* $Id: engine_fai.hpp 48153 2011-01-01 15:57:50Z mordante $ */ /* Copyright (C) 2009 - 2011 by Yurii Chernyi <terraninfo@terraninfo.net> Part of the Battle for Wesnoth Project http://www.wesnoth.org/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU G...
30.814815
163
0.697115
blackberry
982537b9da42cfe4184a27d5b1f3deb91abdcd1e
12,950
cpp
C++
MainWindow.cpp
azonenberg/sump-monitor
74d44823990f4ad84fca32e8ddf47b96f5e5ee5c
[ "BSD-3-Clause" ]
null
null
null
MainWindow.cpp
azonenberg/sump-monitor
74d44823990f4ad84fca32e8ddf47b96f5e5ee5c
[ "BSD-3-Clause" ]
null
null
null
MainWindow.cpp
azonenberg/sump-monitor
74d44823990f4ad84fca32e8ddf47b96f5e5ee5c
[ "BSD-3-Clause" ]
null
null
null
/*********************************************************************************************************************** * * * SUMP MONITOR v0.1 ...
36.685552
120
0.59529
azonenberg
9825da1c31e6dde9b247fba908733786293c6894
657
cpp
C++
Engine/Src/SFEngine/Asset/Importer/SFAssetImporterTexture.cpp
blue3k/StormForge
1557e699a673ae9adcc8f987868139f601ec0887
[ "Apache-2.0" ]
1
2020-06-20T07:35:25.000Z
2020-06-20T07:35:25.000Z
Engine/Src/SFEngine/Asset/Importer/SFAssetImporterTexture.cpp
blue3k/StormForge
1557e699a673ae9adcc8f987868139f601ec0887
[ "Apache-2.0" ]
null
null
null
Engine/Src/SFEngine/Asset/Importer/SFAssetImporterTexture.cpp
blue3k/StormForge
1557e699a673ae9adcc8f987868139f601ec0887
[ "Apache-2.0" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// // // CopyRight (c) 2018 Kyungkun Ko // // Author : KyungKun Ko // // Description : Asset Importer // //////////////////////////////////////////////////////////////////////////////// #include "SFEnginePCH.h" #include "Resul...
17.289474
82
0.499239
blue3k
9829d1497da485c2fb5362ba89eb3a4f4f977d84
3,962
cc
C++
CalibFormats/HcalObjects/src/HcalCoderDb.cc
Nik-Menendez/L1Trigger
5336631cc0a517495869279ed7d3a4cac8d4e5e5
[ "Apache-2.0" ]
3
2018-08-24T19:10:26.000Z
2019-02-19T11:45:32.000Z
CalibFormats/HcalObjects/src/HcalCoderDb.cc
Nik-Menendez/L1Trigger
5336631cc0a517495869279ed7d3a4cac8d4e5e5
[ "Apache-2.0" ]
3
2018-08-23T13:40:24.000Z
2019-12-05T21:16:03.000Z
CalibFormats/HcalObjects/src/HcalCoderDb.cc
Nik-Menendez/L1Trigger
5336631cc0a517495869279ed7d3a4cac8d4e5e5
[ "Apache-2.0" ]
5
2018-08-21T16:37:52.000Z
2020-01-09T13:33:17.000Z
/** \class HcalCoderDB coder which uses DB services to convert to fC $Author: ratnikov */ #include "CondFormats/HcalObjects/interface/HcalQIECoder.h" #include "CalibFormats/HcalObjects/interface/HcalCoderDb.h" HcalCoderDb::HcalCoderDb (const HcalQIECoder& fCoder, const HcalQIEShape& fShape) : mCo...
47.166667
132
0.68425
Nik-Menendez
982dff168829c2a39d3740c43f2090545bc62a81
7,944
cpp
C++
src/mbgl/text/collision_tile.cpp
SylvainHocq/mapbox-gl-native
bca9d091805dc01a4456ab3f24e9de87f9b4aa48
[ "BSL-1.0", "Apache-2.0" ]
1
2021-04-26T05:41:57.000Z
2021-04-26T05:41:57.000Z
src/mbgl/text/collision_tile.cpp
SylvainHocq/mapbox-gl-native
bca9d091805dc01a4456ab3f24e9de87f9b4aa48
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
src/mbgl/text/collision_tile.cpp
SylvainHocq/mapbox-gl-native
bca9d091805dc01a4456ab3f24e9de87f9b4aa48
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
#include <mbgl/text/collision_tile.hpp> #include <mbgl/geometry/feature_index.hpp> #include <mbgl/util/constants.hpp> #include <mbgl/util/math.hpp> #include <cmath> namespace mbgl { auto infinity = std::numeric_limits<float>::infinity(); CollisionTile::CollisionTile(PlacementConfig config_) : config(std::move(confi...
42.031746
135
0.634315
SylvainHocq
9831de890e9deaa18ea939c33f4de2368059108e
13,427
cpp
C++
source/modules/neuralNetwork/layer/pooling/pooling.cpp
JonathanLehner/korali
90f97d8e2fed2311f988f39cfe014f23ba7dd6cf
[ "MIT" ]
43
2018-07-26T07:20:42.000Z
2022-03-02T10:23:12.000Z
source/modules/neuralNetwork/layer/pooling/pooling.cpp
JonathanLehner/korali
90f97d8e2fed2311f988f39cfe014f23ba7dd6cf
[ "MIT" ]
212
2018-09-21T10:44:07.000Z
2022-03-22T14:33:05.000Z
source/modules/neuralNetwork/layer/pooling/pooling.cpp
JonathanLehner/korali
90f97d8e2fed2311f988f39cfe014f23ba7dd6cf
[ "MIT" ]
16
2018-07-25T15:00:36.000Z
2022-03-22T14:19:46.000Z
#include "modules/neuralNetwork/layer/pooling/pooling.hpp" #include "modules/neuralNetwork/neuralNetwork.hpp" #ifdef _KORALI_USE_CUDNN #include "auxiliar/cudaUtils.hpp" #endif #ifdef _KORALI_USE_ONEDNN #include "auxiliar/dnnUtils.hpp" using namespace dnnl; #endif #include <Eigen/Dense> using namespace Eigen; na...
38.253561
262
0.690996
JonathanLehner
9835c5d53fd7f510175f18b821ffe393275534bf
14,398
cpp
C++
npy/NNodePoints.cpp
hanswenzel/opticks
b75b5929b6cf36a5eedeffb3031af2920f75f9f0
[ "Apache-2.0" ]
11
2020-07-05T02:39:32.000Z
2022-03-20T18:52:44.000Z
npy/NNodePoints.cpp
hanswenzel/opticks
b75b5929b6cf36a5eedeffb3031af2920f75f9f0
[ "Apache-2.0" ]
null
null
null
npy/NNodePoints.cpp
hanswenzel/opticks
b75b5929b6cf36a5eedeffb3031af2920f75f9f0
[ "Apache-2.0" ]
4
2020-09-03T20:36:32.000Z
2022-01-19T07:42:21.000Z
/* * Copyright (c) 2019 Opticks Team. All Rights Reserved. * * This file is part of Opticks * (see https://bitbucket.org/simoncblyth/opticks). * * 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 ...
28.969819
126
0.531602
hanswenzel
9835d0a1c3f347d9f92019864766c823c4093a4b
3,221
cpp
C++
ESRenderEngine/app/src/main/cpp/MapExample/MapFlushVertexApp.cpp
Woohyun-Kim/ESRenderEngine
431dbbbc6529a599441b497f9797eeb223052627
[ "MIT" ]
1
2018-06-06T18:07:20.000Z
2018-06-06T18:07:20.000Z
ESRenderEngine/app/src/main/cpp/MapExample/MapFlushVertexApp.cpp
artrointel/ESRenderEngine
431dbbbc6529a599441b497f9797eeb223052627
[ "MIT" ]
null
null
null
ESRenderEngine/app/src/main/cpp/MapExample/MapFlushVertexApp.cpp
artrointel/ESRenderEngine
431dbbbc6529a599441b497f9797eeb223052627
[ "MIT" ]
null
null
null
// // Created by we.kim on 2017-07-20. // #include "MapFlushVertexApp.h" bool MapFlushVertexApp::init() { if(TriangleVBOApp::init()) { // Generate an additional VBO for map example glGenBuffers(1, &vboMapId); glBindBuffer(GL_ARRAY_BUFFER, vboMapId); glBufferData(GL...
37.022989
118
0.595157
Woohyun-Kim
983604f7fce37559c7a955132739d5389a33e810
14,811
hpp
C++
include/mgard-x/DataRefactoring/MultiDimension/Correction/LevelwiseProcessingKernel.hpp
JasonRuonanWang/MGARD
70d3399f6169c8a369da9fe9786c45cb6f3bb9f1
[ "Apache-2.0" ]
null
null
null
include/mgard-x/DataRefactoring/MultiDimension/Correction/LevelwiseProcessingKernel.hpp
JasonRuonanWang/MGARD
70d3399f6169c8a369da9fe9786c45cb6f3bb9f1
[ "Apache-2.0" ]
null
null
null
include/mgard-x/DataRefactoring/MultiDimension/Correction/LevelwiseProcessingKernel.hpp
JasonRuonanWang/MGARD
70d3399f6169c8a369da9fe9786c45cb6f3bb9f1
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2021, Oak Ridge National Laboratory. * MGARD-X: MultiGrid Adaptive Reduction of Data Portable across GPUs and CPUs * Author: Jieyang Chen (chenj3@ornl.gov) * Date: December 1, 2021 */ #ifndef MGARD_X_LEVELWISE_PROCESSING_KERNEL_TEMPLATE #define MGARD_X_LEVELWISE_PROCESSING_KERNEL_TEMPLATE #include...
32.623348
80
0.542165
JasonRuonanWang
983699e020a21e265b2bcd2ad02bc142c4d4d3c5
47,835
cpp
C++
src/components/application_manager/src/resume_ctrl.cpp
jacobkeeler/sdl_core
ad68c5d08986bb134651d06d22b4860c610b1f0f
[ "BSD-3-Clause" ]
null
null
null
src/components/application_manager/src/resume_ctrl.cpp
jacobkeeler/sdl_core
ad68c5d08986bb134651d06d22b4860c610b1f0f
[ "BSD-3-Clause" ]
null
null
null
src/components/application_manager/src/resume_ctrl.cpp
jacobkeeler/sdl_core
ad68c5d08986bb134651d06d22b4860c610b1f0f
[ "BSD-3-Clause" ]
1
2017-02-15T07:49:12.000Z
2017-02-15T07:49:12.000Z
/* Copyright (c) 2015, Ford Motor Company 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 and the fol...
36.459604
113
0.703188
jacobkeeler
9836a0f0f3dd061f82814efe967deec7430c1d90
8,602
cpp
C++
tests/Basics/OverloadTest.cpp
Mu-L/arangodb
a6bd3ccd6f622fab2a288d2e3a06ab8e338d3ec1
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
tests/Basics/OverloadTest.cpp
Mu-L/arangodb
a6bd3ccd6f622fab2a288d2e3a06ab8e338d3ec1
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
tests/Basics/OverloadTest.cpp
Mu-L/arangodb
a6bd3ccd6f622fab2a288d2e3a06ab8e338d3ec1
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2020 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
26.549383
80
0.618577
Mu-L
9838e28fe961cfe241d63ad265dc4125ab77dbd7
24,415
cpp
C++
src/limits.cpp
neivv/teippi
05c006c2f74ad11285c39d37135aed03d1fb8806
[ "MIT" ]
11
2015-08-25T23:27:00.000Z
2021-05-06T18:53:21.000Z
src/limits.cpp
neivv/teippi
05c006c2f74ad11285c39d37135aed03d1fb8806
[ "MIT" ]
2
2015-08-30T21:22:59.000Z
2016-05-31T17:49:42.000Z
src/limits.cpp
neivv/teippi
05c006c2f74ad11285c39d37135aed03d1fb8806
[ "MIT" ]
5
2015-08-29T22:35:28.000Z
2016-02-26T19:15:24.000Z
#include "limits.h" #include "patch/patchmanager.h" #include "ai.h" #include "bullet.h" #include "bunker.h" #include "commands.h" #include "dialog.h" #include "draw.h" #include "flingy.h" #include "game.h" #include "init.h" #include "image.h" #include "iscript.h" #include "log.h" #include "offsets_hooks.h" #include "o...
36.992424
118
0.665452
neivv
983951a32d0533af38c0703846001c7c17931f15
591
cpp
C++
pathtrace/image.cpp
kiwixz/pathtracer
62fbcee37ec6a60762061e430b9421a0177dde70
[ "MIT" ]
1
2019-04-08T07:59:26.000Z
2019-04-08T07:59:26.000Z
pathtrace/image.cpp
kiwixz/pathtracer
62fbcee37ec6a60762061e430b9421a0177dde70
[ "MIT" ]
null
null
null
pathtrace/image.cpp
kiwixz/pathtracer
62fbcee37ec6a60762061e430b9421a0177dde70
[ "MIT" ]
null
null
null
#include "image.h" #include <glm/common.hpp> namespace pathtrace { Image::Image(std::vector<Color>&& pixels, int width, int height) : pixels_{std::move(pixels)}, width_{width}, height_{height} {} const std::vector<Color>& Image::pixels() const { return pixels_; } int Image::wid...
21.107143
70
0.568528
kiwixz
98399246ad91f2cc21e4dae1b84b38932c124bf4
5,521
cc
C++
dense_map/volumetric_mapper/src/volumetric_mapper.cc
oleg-alexandrov/isaac
94996bc1a20fa090336e67b3db5c10a9bb30f0f7
[ "Apache-2.0" ]
19
2021-11-18T19:29:16.000Z
2022-02-23T01:55:51.000Z
dense_map/volumetric_mapper/src/volumetric_mapper.cc
oleg-alexandrov/isaac
94996bc1a20fa090336e67b3db5c10a9bb30f0f7
[ "Apache-2.0" ]
13
2021-11-30T17:14:46.000Z
2022-03-22T21:38:33.000Z
dense_map/volumetric_mapper/src/volumetric_mapper.cc
oleg-alexandrov/isaac
94996bc1a20fa090336e67b3db5c10a9bb30f0f7
[ "Apache-2.0" ]
6
2021-12-03T02:38:21.000Z
2022-02-23T01:52:03.000Z
/* Copyright (c) 2021, United States Government, as represented by the * Administrator of the National Aeronautics and Space Administration. * * All rights reserved. * * The "ISAAC - Integrated System for Autonomous and Adaptive Caretaking * platform" software is licensed under the Apache License, Version 2.0 * ...
37.304054
105
0.644811
oleg-alexandrov
983c1b878efed132e65028ff5e1119bce5e830f9
3,608
cpp
C++
hphp/compiler/statement/class_constant.cpp
kkopachev/hhvm
a9f242ec029c37b1e9d1715b13661e66293d87ab
[ "PHP-3.01", "Zend-2.0" ]
2
2019-09-01T19:40:10.000Z
2019-10-18T13:30:30.000Z
hphp/compiler/statement/class_constant.cpp
alisha/hhvm
523dc33b444bd5b59695eff2b64056629b0ed523
[ "PHP-3.01", "Zend-2.0" ]
1
2018-12-16T15:39:15.000Z
2018-12-16T15:39:16.000Z
hphp/compiler/statement/class_constant.cpp
alisha/hhvm
523dc33b444bd5b59695eff2b64056629b0ed523
[ "PHP-3.01", "Zend-2.0" ]
1
2020-12-30T13:22:47.000Z
2020-12-30T13:22:47.000Z
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) | +---------...
33.719626
79
0.561253
kkopachev
983d4a9a9f304a7d065a213220ce7e29bd7c02fc
1,147
cpp
C++
csapex_vision_features/src/register_plugin.cpp
AdrianZw/csapex_core_plugins
1b23c90af7e552c3fc37c7dda589d751d2aae97f
[ "BSD-3-Clause" ]
2
2016-09-02T15:33:22.000Z
2019-05-06T22:09:33.000Z
csapex_vision_features/src/register_plugin.cpp
AdrianZw/csapex_core_plugins
1b23c90af7e552c3fc37c7dda589d751d2aae97f
[ "BSD-3-Clause" ]
1
2021-02-14T19:53:30.000Z
2021-02-14T19:53:30.000Z
csapex_vision_features/src/register_plugin.cpp
AdrianZw/csapex_core_plugins
1b23c90af7e552c3fc37c7dda589d751d2aae97f
[ "BSD-3-Clause" ]
6
2016-10-12T00:55:23.000Z
2021-02-10T17:49:25.000Z
/// HEADER #include "register_plugin.h" /// COMPONENT #include <csapex/factory/generic_node_factory.hpp> #include <csapex/factory/node_factory_impl.h> #include <csapex/msg/generic_value_message.hpp> #include <csapex_vision_features/descriptor_message.h> #include <csapex_vision_features/keypoint_message.h> /// PROJECT...
28.675
146
0.79599
AdrianZw
983d8c0c9ed31633a81b5602348ec12912d6c2de
11,936
inl
C++
include/Nazara/Core/Signal.inl
waruqi/NazaraEngine
a64de1ffe8b0790622a0b1cae5759c96b4f86907
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
376
2015-01-09T03:14:48.000Z
2022-03-26T17:59:18.000Z
include/Nazara/Core/Signal.inl
waruqi/NazaraEngine
a64de1ffe8b0790622a0b1cae5759c96b4f86907
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
252
2015-01-21T17:34:39.000Z
2022-03-20T16:15:50.000Z
include/Nazara/Core/Signal.inl
waruqi/NazaraEngine
a64de1ffe8b0790622a0b1cae5759c96b4f86907
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
104
2015-01-18T11:03:41.000Z
2022-03-11T05:40:47.000Z
// Copyright (C) 2020 Jérôme Leclercq // This file is part of the "Nazara Engine - Core module" // For conditions of distribution and use, see copyright notice in Config.hpp #include <Nazara/Core/Signal.hpp> #include <Nazara/Core/Error.hpp> #include <utility> #include <Nazara/Core/Debug.hpp> namespace Nz { /*! * \i...
24.559671
135
0.686578
waruqi
983dab5f068bff4b81bd7f44ac96076516cd4ef9
1,102
cpp
C++
service/src/SharedMemoryScopedLock.cpp
avilcheslopez/geopm
35ad0af3f17f42baa009c97ed45eca24333daf33
[ "MIT", "BSD-3-Clause" ]
null
null
null
service/src/SharedMemoryScopedLock.cpp
avilcheslopez/geopm
35ad0af3f17f42baa009c97ed45eca24333daf33
[ "MIT", "BSD-3-Clause" ]
null
null
null
service/src/SharedMemoryScopedLock.cpp
avilcheslopez/geopm
35ad0af3f17f42baa009c97ed45eca24333daf33
[ "MIT", "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2015 - 2022, Intel Corporation * SPDX-License-Identifier: BSD-3-Clause */ #include "config.h" #include "geopm/SharedMemoryScopedLock.hpp" #include <iostream> #include "geopm/Exception.hpp" namespace geopm { SharedMemoryScopedLock::SharedMemoryScopedLock(pthread_mutex_t *mutex) : m_mut...
30.611111
111
0.625227
avilcheslopez
983f29fcf4077739e40f1bb8cb78bbfb7c3f7d2f
837
cc
C++
sync/internal_api/public/non_blocking_sync_common.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2015-08-13T21:04:58.000Z
2015-08-13T21:04:58.000Z
sync/internal_api/public/non_blocking_sync_common.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
sync/internal_api/public/non_blocking_sync_common.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2015-03-27T11:15:39.000Z
2016-08-17T14:19:56.000Z
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "sync/internal_api/public/non_blocking_sync_common.h" namespace syncer { DataTypeState::DataTypeState() : next_client_id(0), initial_sync_done(...
20.414634
78
0.732378
kjthegod
983f46aeeba033a9d84c6d7faeb1e26484552933
7,369
cpp
C++
QTDialogs/SceneEditorTab/SceneEditorTab.cpp
msolids/musen
67d9a70d03d771ccda649c21b78d165684e31171
[ "BSD-3-Clause" ]
19
2020-09-28T07:22:50.000Z
2022-03-07T09:52:20.000Z
QTDialogs/SceneEditorTab/SceneEditorTab.cpp
LasCondes/musen
18961807928285ff802e050050f4c627dd7bec1e
[ "BSD-3-Clause" ]
5
2020-12-26T18:18:27.000Z
2022-02-23T22:56:43.000Z
QTDialogs/SceneEditorTab/SceneEditorTab.cpp
LasCondes/musen
18961807928285ff802e050050f4c627dd7bec1e
[ "BSD-3-Clause" ]
11
2020-11-02T11:32:03.000Z
2022-01-27T08:22:04.000Z
/* Copyright (c) 2013-2020, MUSEN Development Team. All rights reserved. This file is part of MUSEN framework http://msolids.net/musen. See LICENSE file for license and warranty information. */ #include "SceneEditorTab.h" #include <QMessageBox> CSceneEditorTab::CSceneEditorTab(QWidget *parent /*= 0*/) : CMusenD...
41.398876
204
0.780703
msolids
9846bd5882d147f78ebdab29031e533a267552fb
567
hpp
C++
include/Pomdog/Async/ImmediateScheduler.hpp
bis83/pomdog
133a9262958d539ae6d93664e6cb2207b5b6c7ff
[ "MIT" ]
null
null
null
include/Pomdog/Async/ImmediateScheduler.hpp
bis83/pomdog
133a9262958d539ae6d93664e6cb2207b5b6c7ff
[ "MIT" ]
null
null
null
include/Pomdog/Async/ImmediateScheduler.hpp
bis83/pomdog
133a9262958d539ae6d93664e6cb2207b5b6c7ff
[ "MIT" ]
null
null
null
// Copyright (c) 2013-2015 mogemimi. // Distributed under the MIT license. See LICENSE.md file for details. #ifndef POMDOG_IMMEDIATESCHEDULER_6ABB0F4A_HPP #define POMDOG_IMMEDIATESCHEDULER_6ABB0F4A_HPP #include "Pomdog/Async/Scheduler.hpp" namespace Pomdog { namespace Concurrency { class POMDOG_EXPORT ImmediateSche...
24.652174
70
0.767196
bis83
98472f0fd30d73eb4c5e25a0bd27a6101d1a3d50
100
cpp
C++
Glop/OsLinux_TerribleXPassthrough.cpp
zorbathut/glop
762d4f1e070ce9c7180a161b521b05c45bde4a63
[ "BSD-3-Clause" ]
1
2016-06-28T18:19:30.000Z
2016-06-28T18:19:30.000Z
Glop/OsLinux_TerribleXPassthrough.cpp
zorbathut/glop
762d4f1e070ce9c7180a161b521b05c45bde4a63
[ "BSD-3-Clause" ]
null
null
null
Glop/OsLinux_TerribleXPassthrough.cpp
zorbathut/glop
762d4f1e070ce9c7180a161b521b05c45bde4a63
[ "BSD-3-Clause" ]
null
null
null
#include "GlopWindow.h" void WindowDashDestroy() { LOGF("DESTROYING"); window()->Destroy(); }
12.5
26
0.66
zorbathut
984743eb1d9401ed2994b7146a29fcb0f743dbfc
464
cpp
C++
Bots/DiversifyBot/DiversifyBot.cpp
Skibisky/InvestorBadness
44f3a7477e83d5c53be10bc5a8ad537b06a78c81
[ "MIT" ]
null
null
null
Bots/DiversifyBot/DiversifyBot.cpp
Skibisky/InvestorBadness
44f3a7477e83d5c53be10bc5a8ad537b06a78c81
[ "MIT" ]
null
null
null
Bots/DiversifyBot/DiversifyBot.cpp
Skibisky/InvestorBadness
44f3a7477e83d5c53be10bc5a8ad537b06a78c81
[ "MIT" ]
null
null
null
#include "DiversifyBot.h" void DiversifyBot::Turn(std::vector<Contribution*> avail, int pts) { // point a point in every project for each(auto inv in avail) { if (pts <= 0) break; if (inv->oldContrib == 0) { inv->myContrib++; pts--; } } // dump remaining points in projects we aren't even 5th in...
16.571429
66
0.601293
Skibisky
9847b620b70486452d2670c88c88ef6015eda648
681
hpp
C++
school/TimeOfDay.hpp
Biyorne/learningcpp
bcf963990800ed939fa4cc1b30fadccaf098155b
[ "MIT" ]
null
null
null
school/TimeOfDay.hpp
Biyorne/learningcpp
bcf963990800ed939fa4cc1b30fadccaf098155b
[ "MIT" ]
null
null
null
school/TimeOfDay.hpp
Biyorne/learningcpp
bcf963990800ed939fa4cc1b30fadccaf098155b
[ "MIT" ]
null
null
null
#ifndef SCHOOL_TIMEOFDAY_HPP_INCLUDED #define SCHOOL_TIMEOFDAY_HPP_INCLUDED #include <string> namespace school { class TimeOfDay { public: TimeOfDay(const int HOUR, const int MINUTE, const int SECOND); int hour() const { return m_hour; } int minute() const { return m_minute; } ...
21.28125
70
0.646109
Biyorne
984b834d5adecfd4b2b2996578579a83de78b2a6
1,392
cpp
C++
CONTESTS/LIGHT OJ/light oj ramadan 2016/E.cpp
priojeetpriyom/competitive-programming
0024328972d4e14c04c0fd5d6dd3cdf131d84f9d
[ "MIT" ]
1
2021-11-22T02:26:43.000Z
2021-11-22T02:26:43.000Z
CONTESTS/LIGHT OJ/light oj ramadan 2016/E.cpp
priojeetpriyom/competitive-programming
0024328972d4e14c04c0fd5d6dd3cdf131d84f9d
[ "MIT" ]
null
null
null
CONTESTS/LIGHT OJ/light oj ramadan 2016/E.cpp
priojeetpriyom/competitive-programming
0024328972d4e14c04c0fd5d6dd3cdf131d84f9d
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; char bin[100]; long long xtod(string str, long long base) { long long n=1,num=0; for(int i =str.length()-1; i>=0; i--) { int x; if(str[i]=='A') x=10; else if(str[i]=='B') x=11; else if(str[...
16.376471
43
0.368534
priojeetpriyom
984e6cc1a7ca2389888b403378fcb8b376add0d2
38,327
cpp
C++
isis/src/qisis/objs/RubberBandTool/RubberBandTool.cpp
ihumphrey-usgs/ISIS3_old
284cc442b773f8369d44379ee29a9b46961d8108
[ "Unlicense" ]
1
2019-10-13T15:31:33.000Z
2019-10-13T15:31:33.000Z
isis/src/qisis/objs/RubberBandTool/RubberBandTool.cpp
ihumphrey-usgs/ISIS3_old
284cc442b773f8369d44379ee29a9b46961d8108
[ "Unlicense" ]
null
null
null
isis/src/qisis/objs/RubberBandTool/RubberBandTool.cpp
ihumphrey-usgs/ISIS3_old
284cc442b773f8369d44379ee29a9b46961d8108
[ "Unlicense" ]
1
2021-07-12T06:05:03.000Z
2021-07-12T06:05:03.000Z
#include "RubberBandTool.h" #include <cmath> #include <float.h> #include <QDebug> #include <QList> #include <QMessageBox> #include <QPainter> #include <QPen> #include <QPoint> #include <QRect> #include "geos/geom/CoordinateArraySequence.h" #include "geos/geom/CoordinateSequence.h" #include "geos/geom/Coordinate.h" #...
32.288964
134
0.58314
ihumphrey-usgs
984efefea7490c13b4069012e9cc4a8de4e67e0e
1,611
cpp
C++
CPP_US/src/Engine/Camera.cpp
Basher207/Unity-style-Cpp-engine
812b0be2c61aea828cfd8c6d6f06f2cf6e889661
[ "MIT" ]
null
null
null
CPP_US/src/Engine/Camera.cpp
Basher207/Unity-style-Cpp-engine
812b0be2c61aea828cfd8c6d6f06f2cf6e889661
[ "MIT" ]
null
null
null
CPP_US/src/Engine/Camera.cpp
Basher207/Unity-style-Cpp-engine
812b0be2c61aea828cfd8c6d6f06f2cf6e889661
[ "MIT" ]
null
null
null
#include <glm/vec3.hpp> #include <glm/vec4.hpp> #include <glm/mat4x4.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtx/transform.hpp> #include <glm/gtx/rotate_vector.hpp> #include <glm/gtx/vector_angle.hpp> #include <glm/gtc/type_ptr.hpp> #include <stdio.h> #include "GameObject.hpp" #include "Transform.hp...
33.5625
122
0.740534
Basher207
9852d984a8e6a1d79f9c535944a64b9567edef84
4,887
hpp
C++
include/tudocomp/compressors/lz_pointer_jumping/PointerJumping.hpp
421408/tudocomp
9634742393995acdde148b0412f083bfdd0fbe9f
[ "ECL-2.0", "Apache-2.0" ]
1
2020-09-22T11:29:02.000Z
2020-09-22T11:29:02.000Z
include/tudocomp/compressors/lz_pointer_jumping/PointerJumping.hpp
421408/tudocomp
9634742393995acdde148b0412f083bfdd0fbe9f
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
include/tudocomp/compressors/lz_pointer_jumping/PointerJumping.hpp
421408/tudocomp
9634742393995acdde148b0412f083bfdd0fbe9f
[ "ECL-2.0", "Apache-2.0" ]
1
2020-09-29T08:57:13.000Z
2020-09-29T08:57:13.000Z
#pragma once #include <unordered_map> #include <array> #include <tudocomp/compressors/lz_common/factorid_t.hpp> namespace tdc {namespace lz_pointer_jumping { static constexpr bool PRINT_DEBUG_TRANSITIONS = false; template<typename pj_trie_t> class PointerJumping: public pj_trie_t { using jump_buffer_handle = t...
31.326923
108
0.638428
421408
985389ddabca4ca6bf2e079b45034eab875103d6
32,511
cpp
C++
source/base/processoptions.cpp
tomberek/RaySAR
b8f885e1b640662b67a568cf8c41b8dcfc9a9c8d
[ "Zlib" ]
null
null
null
source/base/processoptions.cpp
tomberek/RaySAR
b8f885e1b640662b67a568cf8c41b8dcfc9a9c8d
[ "Zlib" ]
null
null
null
source/base/processoptions.cpp
tomberek/RaySAR
b8f885e1b640662b67a568cf8c41b8dcfc9a9c8d
[ "Zlib" ]
null
null
null
/**************************************************************************** * processoptions.cpp * * This module contains the C++ interface for option processing. * * from Persistence of Vision(tm) Ray Tracer version 3.6. * Copyright 1991-2003 Persistence of Vision Team * Copyright 2003-2004 Pers...
25.905179
127
0.63517
tomberek
985542ecb86ddd8733babe7bcd1a92f736f771f1
5,868
hpp
C++
external_drivers/dhi_dfsu/mdal_dhi_dfsu.hpp
Mortal/MDAL
d1763885f868fe08a1a5107828a4f19ed58ede97
[ "MIT" ]
null
null
null
external_drivers/dhi_dfsu/mdal_dhi_dfsu.hpp
Mortal/MDAL
d1763885f868fe08a1a5107828a4f19ed58ede97
[ "MIT" ]
null
null
null
external_drivers/dhi_dfsu/mdal_dhi_dfsu.hpp
Mortal/MDAL
d1763885f868fe08a1a5107828a4f19ed58ede97
[ "MIT" ]
1
2021-04-08T12:21:36.000Z
2021-04-08T12:21:36.000Z
/* MDAL - Mesh Data Abstraction Library (MIT License) Copyright (C) 2020 Vincent Cloarec (vcloarec at gmail dot com) */ #ifndef MDAL_DHI_HPP #define MDAL_DHI_HPP #include <string> #include <map> #include <vector> #include <algorithm> #include <memory> #include "eum.h" #include "dfsio.h" #undef min #undef max cla...
27.679245
136
0.633265
Mortal
985616e67abb831b525c3281a3d599f35c06559f
2,848
cc
C++
chrome/browser/chromeos/web_socket_proxy_helper_unittest.cc
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
9
2018-09-21T05:36:12.000Z
2021-11-15T15:14:36.000Z
chrome/browser/chromeos/web_socket_proxy_helper_unittest.cc
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/chromeos/web_socket_proxy_helper_unittest.cc
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2018-11-28T14:54:13.000Z
2020-07-02T07:36:07.000Z
// Copyright (c) 2011 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 <vector> #include "base/strings/string_number_conversions.h" #include "chrome/browser/chromeos/web_socket_proxy_helper.h" #include "testing/g...
33.904762
78
0.656601
pozdnyakov
9857071301b5ba8687099d6d851100b9c308db46
1,670
cpp
C++
src/test/main_tests.cpp
coinkeeper/2015-06-22_19-00_ziftrcoin
7c37ed9518bf822c51fa4de1c74d8e741e3263f6
[ "MIT" ]
10
2015-03-01T07:06:10.000Z
2021-03-18T13:19:35.000Z
src/test/main_tests.cpp
coinkeeper/2015-06-22_19-00_ziftrcoin
7c37ed9518bf822c51fa4de1c74d8e741e3263f6
[ "MIT" ]
11
2015-03-01T12:10:13.000Z
2021-02-25T15:48:44.000Z
src/test/main_tests.cpp
coinkeeper/2015-06-22_19-00_ziftrcoin
7c37ed9518bf822c51fa4de1c74d8e741e3263f6
[ "MIT" ]
14
2015-03-02T16:44:39.000Z
2018-04-20T16:27:22.000Z
// Copyright (c) 2014 The Bitcoin Core developers // Copyright (c) 2015 The ziftrCOIN developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "core.h" #include "main.h" #include "chainparams.h" #include <boost/t...
30.363636
83
0.656287
coinkeeper
98576a4bae953234331282ed52e8eabcd5564470
2,182
cpp
C++
N. Phone Numbers.cpp
Mahboub99/CodeForces_UVA
c5cfad64d573ef21b67d97e17bd4f14fb01de9fa
[ "MIT" ]
3
2020-01-03T11:38:43.000Z
2021-03-13T13:34:49.000Z
N. Phone Numbers.cpp
Mahboub99/CodeForces_UVA
c5cfad64d573ef21b67d97e17bd4f14fb01de9fa
[ "MIT" ]
null
null
null
N. Phone Numbers.cpp
Mahboub99/CodeForces_UVA
c5cfad64d573ef21b67d97e17bd4f14fb01de9fa
[ "MIT" ]
2
2019-10-16T19:52:15.000Z
2019-10-28T08:52:38.000Z
#include <iostream> #include <cmath> #include <string> #include <string.h> #include <stdlib.h> #include <algorithm> #include <iomanip> #include <assert.h> #include <vector> #include <cstring> #include <map> #include <deque> #include <queue> #include <stack> #include <sstream> #include <cstdio> #include <cstdlib> #inclu...
18.973913
76
0.482126
Mahboub99
985b8f3ef7e88804f57fd6c3beeec9d92ead404f
1,287
cpp
C++
k-diff_pairs_in_an_array.cpp
shafitek/ArXives
67170d6bde2093703d9cd3e8efa55b61e7b5ea75
[ "MIT" ]
null
null
null
k-diff_pairs_in_an_array.cpp
shafitek/ArXives
67170d6bde2093703d9cd3e8efa55b61e7b5ea75
[ "MIT" ]
null
null
null
k-diff_pairs_in_an_array.cpp
shafitek/ArXives
67170d6bde2093703d9cd3e8efa55b61e7b5ea75
[ "MIT" ]
null
null
null
// https://leetcode.com/problems/k-diff-pairs-in-an-array/ class Solution { public: int findPairs(vector<int>& nums, int k) { int soln = 0; int len = nums.size(); int nummk = 0; std::unordered_map<int, int> h_map; std::unordered_map<int, int> soln_vec; if (k...
26.265306
68
0.37296
shafitek
986292ff951cb4ffac1ada6a5798601682b5cd3e
2,323
cpp
C++
3rdparty/webkit/Source/WebCore/dom/QualifiedName.cpp
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
1
2020-05-25T16:06:49.000Z
2020-05-25T16:06:49.000Z
3rdparty/webkit/Source/WebCore/dom/QualifiedName.cpp
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
null
null
null
3rdparty/webkit/Source/WebCore/dom/QualifiedName.cpp
mchiasson/PhaserNative
f867454602c395484bf730a7c43b9c586c102ac2
[ "MIT" ]
1
2019-01-25T13:55:25.000Z
2019-01-25T13:55:25.000Z
/* * Copyright (C) 2005, 2006, 2009 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any lat...
31.821918
147
0.740852
mchiasson
9863602af7a9e2b9c49cd752da9b49ef45576f21
26,286
cpp
C++
pmem-mariadb/plugin/handler_socket/handlersocket/hstcpsvr_worker.cpp
wc222/pmdk-examples
64aadc3a70471c469ac8e214eb1e04ff47cf18ff
[ "BSD-3-Clause" ]
1
2019-10-31T08:25:52.000Z
2019-10-31T08:25:52.000Z
pmem-mariadb/plugin/handler_socket/handlersocket/hstcpsvr_worker.cpp
WSCWDA/pmdk-examples
c3d079e52cd18b0e14836ef42bad9a995336bf90
[ "BSD-3-Clause" ]
1
2021-02-24T05:26:44.000Z
2021-02-24T05:26:44.000Z
pmem-mariadb/plugin/handler_socket/handlersocket/hstcpsvr_worker.cpp
isabella232/pmdk-examples
be7a5a18ba7bb8931e512f6d552eadf820fa2235
[ "BSD-3-Clause" ]
2
2022-02-27T14:00:01.000Z
2022-03-31T06:24:22.000Z
// vim:sw=2:ai /* * Copyright (C) 2010 DeNA Co.,Ltd.. All rights reserved. * See COPYRIGHT.txt for details. */ #include <my_global.h> #include <netinet/in.h> #include <errno.h> #include <poll.h> #include <unistd.h> #include <stdexcept> #include <signal.h> #include <list> #if __linux__ #include <sys/epoll.h> #endi...
27.438413
80
0.646694
wc222
98650d1ae5c99092755527066c42c1317afde6e0
3,960
cpp
C++
3rdparty/GPSTk/core/tests/GNSSCore/Convhelp_T.cpp
mfkiwl/ICE
e660d031bb1bcea664db1de4946fd8781be5b627
[ "MIT" ]
50
2019-10-12T01:22:20.000Z
2022-02-15T23:28:26.000Z
3rdparty/GPSTk/core/tests/GNSSCore/Convhelp_T.cpp
wuyou33/Enabling-Robust-State-Estimation-through-Measurement-Error-Covariance-Adaptation
2f1ff054b7c5059da80bb3b2f80c05861a02cc36
[ "MIT" ]
null
null
null
3rdparty/GPSTk/core/tests/GNSSCore/Convhelp_T.cpp
wuyou33/Enabling-Robust-State-Estimation-through-Measurement-Error-Covariance-Adaptation
2f1ff054b7c5059da80bb3b2f80c05861a02cc36
[ "MIT" ]
14
2019-11-05T01:50:29.000Z
2021-08-06T06:23:44.000Z
//============================================================================ // // This file is part of GPSTk, the GPS Toolkit. // // The GPSTk is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published // by the Free Software Foundation; ei...
41.25
101
0.660606
mfkiwl
98661705d7d57f09be60d53e414ca8dd8293dc06
1,069
cpp
C++
backup/2/leetcode/c++/find-the-distance-value-between-two-arrays.cpp
yangyanzhan/code-camp
4272564e916fc230a4a488f92ae32c07d355dee0
[ "Apache-2.0" ]
21
2019-11-16T19:08:35.000Z
2021-11-12T12:26:01.000Z
backup/2/leetcode/c++/find-the-distance-value-between-two-arrays.cpp
yangyanzhan/code-camp
4272564e916fc230a4a488f92ae32c07d355dee0
[ "Apache-2.0" ]
1
2022-02-04T16:02:53.000Z
2022-02-04T16:02:53.000Z
backup/2/leetcode/c++/find-the-distance-value-between-two-arrays.cpp
yangyanzhan/code-camp
4272564e916fc230a4a488f92ae32c07d355dee0
[ "Apache-2.0" ]
4
2020-05-15T19:39:41.000Z
2021-10-30T06:40:31.000Z
// Hi, I'm Yanzhan. For more algothmic problems, visit my Youtube Channel (Yanzhan Yang's Youtube Channel) : https://www.youtube.com/channel/UCDkz-__gl3frqLexukpG0DA?view_as=subscriber or my Twitter Account (Yanzhan Yang's Twitter) : https://twitter.com/YangYanzhan or my GitHub HomePage (Yanzhan Yang's GitHub HomePage)...
42.76
345
0.595884
yangyanzhan
9869b535f8a1de758b0c35612dbd4ac2a1701ad9
368
hpp
C++
mmcv/ops/csrc/pytorch_cuda_helper.hpp
jinliwei1997/mmcv
f8d46df4a9fa32fb44d2e92a4ca5e7b26ee9cb79
[ "Apache-2.0" ]
3,748
2018-10-12T08:39:46.000Z
2022-03-31T17:22:55.000Z
mmcv/ops/csrc/pytorch_cuda_helper.hpp
jinliwei1997/mmcv
f8d46df4a9fa32fb44d2e92a4ca5e7b26ee9cb79
[ "Apache-2.0" ]
1,637
2018-10-12T06:06:18.000Z
2022-03-31T02:20:53.000Z
mmcv/ops/csrc/pytorch_cuda_helper.hpp
jinliwei1997/mmcv
f8d46df4a9fa32fb44d2e92a4ca5e7b26ee9cb79
[ "Apache-2.0" ]
1,234
2018-10-12T09:28:20.000Z
2022-03-31T15:56:24.000Z
#ifndef PYTORCH_CUDA_HELPER #define PYTORCH_CUDA_HELPER #include <ATen/ATen.h> #include <ATen/cuda/CUDAContext.h> #include <c10/cuda/CUDAGuard.h> #include <ATen/cuda/CUDAApplyUtils.cuh> #include <THC/THCAtomics.cuh> #include "common_cuda_helper.hpp" using at::Half; using at::Tensor; using phalf = at::Half; #define...
18.4
39
0.758152
jinliwei1997
986a3d71d5fd170d0cb0abb91a3e56e62aa9ca66
681
cpp
C++
oi/tyvj/P1245/main.cpp
Riteme/test
b511d6616a25f4ae8c3861e2029789b8ee4dcb8d
[ "BSD-Source-Code" ]
3
2018-08-30T09:43:20.000Z
2019-12-03T04:53:43.000Z
oi/tyvj/P1245/main.cpp
Riteme/test
b511d6616a25f4ae8c3861e2029789b8ee4dcb8d
[ "BSD-Source-Code" ]
null
null
null
oi/tyvj/P1245/main.cpp
Riteme/test
b511d6616a25f4ae8c3861e2029789b8ee4dcb8d
[ "BSD-Source-Code" ]
null
null
null
#include <iostream> #include <algorithm> #include <vector> using namespace std; typedef long long Int; Int score=0; void AddScore(Int points){ score=(score+points)%1000; } #define loop(n,step) for(int __Loop__=1;__Loop__<=(n);__Loop__+=(step)) int main(int argc, char *argv[]) { ios::sync_with...
13.62
72
0.563877
Riteme
986a6b275f28b3ee118baa9ea438c0ca5fa38f21
123,900
cxx
C++
dev/ese/src/ese/info.cxx
augustoproiete-forks/microsoft--Extensible-Storage-Engine
a38945d2147167e3fa749594f54dae6c7307b8da
[ "MIT" ]
1
2021-02-02T07:04:07.000Z
2021-02-02T07:04:07.000Z
dev/ese/src/ese/info.cxx
augustoproiete-forks/microsoft--Extensible-Storage-Engine
a38945d2147167e3fa749594f54dae6c7307b8da
[ "MIT" ]
null
null
null
dev/ese/src/ese/info.cxx
augustoproiete-forks/microsoft--Extensible-Storage-Engine
a38945d2147167e3fa749594f54dae6c7307b8da
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #include "std.hxx" #include "PageSizeClean.hxx" typedef struct { JET_COLUMNID columnid; JET_COLTYP coltyp; USHORT wCountry; LANGID langid; USHORT cp; USHORT ...
33.459357
162
0.51096
augustoproiete-forks
986bd55fbf659318fc91b13645a0c8136b482f93
15,523
cpp
C++
Source/JavaScriptCore/wasm/WasmBBQPlan.cpp
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
6
2021-07-05T16:09:39.000Z
2022-03-06T22:44:42.000Z
Source/JavaScriptCore/wasm/WasmBBQPlan.cpp
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
7
2022-03-15T13:25:39.000Z
2022-03-15T13:25:44.000Z
Source/JavaScriptCore/wasm/WasmBBQPlan.cpp
jacadcaps/webkitty
9aebd2081349f9a7b5d168673c6f676a1450a66d
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (C) 2016-2020 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
53.899306
311
0.739677
jacadcaps
986c2380a48d40714960867b90044e1b3ae9b1d6
365
hpp
C++
ios/Framework/BanubaEffectPlayer.xcframework/ios-x86_64-simulator/BanubaEffectPlayer.framework/PrivateHeaders/bnb/renderer/interfaces/types.hpp
AbhishekDoshi-Bacancy/AgoraSDK
030a024e5c10189526cb98b5db86998f8da43864
[ "MIT" ]
80
2020-10-30T07:14:40.000Z
2022-03-27T08:52:16.000Z
ios/Framework/BanubaEffectPlayer.xcframework/ios-x86_64-simulator/BanubaEffectPlayer.framework/PrivateHeaders/bnb/renderer/interfaces/types.hpp
aayushparashar/plugin_tester
a43f8458f2f06ef2f5b7e7ac4aa067e8d6f65527
[ "MIT" ]
5
2020-10-27T14:07:20.000Z
2021-06-01T09:03:01.000Z
ios/Framework/BanubaEffectPlayer.xcframework/ios-x86_64-simulator/BanubaEffectPlayer.framework/PrivateHeaders/bnb/renderer/interfaces/types.hpp
aayushparashar/plugin_tester
a43f8458f2f06ef2f5b7e7ac4aa067e8d6f65527
[ "MIT" ]
10
2020-12-01T15:24:24.000Z
2022-02-22T12:38:09.000Z
#pragma once #include <bnb/renderer/interfaces/all.hpp> #include <memory> namespace bnb::interfaces { using debug_renderer_sptr = std::shared_ptr<debug_renderer>; using debug_renderer_wptr = std::weak_ptr<debug_renderer>; using debug_renderer_uptr = std::unique_ptr<debug_renderer>; using debug_rendere...
26.071429
64
0.767123
AbhishekDoshi-Bacancy
9870a9dcd83852a27f22154f595b9a89bafed8dc
935
cpp
C++
source/377.cpp
narikbi/LeetCode
835215c21d1bd6820b20c253026bcb6f889ed3fc
[ "MIT" ]
2
2017-02-28T11:39:13.000Z
2019-12-07T17:23:20.000Z
source/377.cpp
narikbi/LeetCode
835215c21d1bd6820b20c253026bcb6f889ed3fc
[ "MIT" ]
null
null
null
source/377.cpp
narikbi/LeetCode
835215c21d1bd6820b20c253026bcb6f889ed3fc
[ "MIT" ]
null
null
null
// // 377.cpp // LeetCode // // Created by Narikbi on 01.03.17. // Copyright © 2017 app.leetcode.kz. All rights reserved. // #include <stdio.h> #include <iostream> #include <vector> #include <string> #include <algorithm> #include <deque> #include <queue> #include <set> #include <map> #include <stack> #include <cma...
17.980769
58
0.512299
narikbi
987129dde97a7838c3dacb13432153fc32d46972
1,261
hpp
C++
include/magic.hpp
zborffs/Prometheus
1ab4f88620dcf45872ec1c9d0e7945ecc651636d
[ "MIT" ]
1
2018-12-29T10:39:56.000Z
2018-12-29T10:39:56.000Z
include/magic.hpp
zborffs/Prometheus
1ab4f88620dcf45872ec1c9d0e7945ecc651636d
[ "MIT" ]
3
2021-11-12T06:44:46.000Z
2021-11-12T06:47:56.000Z
include/magic.hpp
zborffs/Prometheus
1ab4f88620dcf45872ec1c9d0e7945ecc651636d
[ "MIT" ]
null
null
null
#ifndef PROMETHEUS_MAGIC_HPP #define PROMETHEUS_MAGIC_HPP #include "defines.hpp" #include "extern.hpp" #include "bitmask.hpp" #include <x86intrin.h> #ifdef USE_SSE #if defined (__GNUC__) #if defined (__BMI2__) extern uint16_t* rook_attacks[64]; extern uint16_t* bishop_attacks[64]; extern uint64_t rook_masks[64]; ext...
28.022222
111
0.792228
zborffs
98715b0085ab867a15e6d0cf6ed3b23743e9921b
3,295
hpp
C++
third_party/omr/gc/base/segregated/SegregatedMarkingScheme.hpp
xiacijie/omr-wala-linkage
a1aff7aef9ed131a45555451abde4615a04412c1
[ "Apache-2.0" ]
null
null
null
third_party/omr/gc/base/segregated/SegregatedMarkingScheme.hpp
xiacijie/omr-wala-linkage
a1aff7aef9ed131a45555451abde4615a04412c1
[ "Apache-2.0" ]
null
null
null
third_party/omr/gc/base/segregated/SegregatedMarkingScheme.hpp
xiacijie/omr-wala-linkage
a1aff7aef9ed131a45555451abde4615a04412c1
[ "Apache-2.0" ]
null
null
null
/******************************************************************************* * Copyright (c) 1991, 2016 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution and is available at https://w...
34.684211
146
0.719272
xiacijie
9872636f65ca6f797c0c60664af71b95daca9040
7,271
hpp
C++
src/mbgl/programs/collision_box_program.hpp
dataliz9r/mapbox-gl-native
7cdc39bee90dbf7658cb280b4fba9e63de18bc31
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
src/mbgl/programs/collision_box_program.hpp
dataliz9r/mapbox-gl-native
7cdc39bee90dbf7658cb280b4fba9e63de18bc31
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
src/mbgl/programs/collision_box_program.hpp
dataliz9r/mapbox-gl-native
7cdc39bee90dbf7658cb280b4fba9e63de18bc31
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
#pragma once #include <mbgl/programs/program.hpp> #include <mbgl/programs/attributes.hpp> #include <mbgl/programs/uniforms.hpp> #include <mbgl/shaders/collision_box.hpp> #include <mbgl/shaders/collision_circle.hpp> #include <mbgl/style/properties.hpp> #include <mbgl/util/geometry.hpp> #include <cmath> namespace mbgl...
36.722222
135
0.602256
dataliz9r
9876f4e5980aff5a0bebcc1f60e67739ee3c06d5
4,308
cpp
C++
src/upcore/src/filesystem/posix/operations/absolute_path.cpp
upcaste/upcaste
8174a2f40e7fde022806f8d1565bb4a415ecb210
[ "MIT" ]
1
2018-09-17T20:50:14.000Z
2018-09-17T20:50:14.000Z
src/upcore/src/filesystem/posix/operations/absolute_path.cpp
jwtowner/upcaste
8174a2f40e7fde022806f8d1565bb4a415ecb210
[ "MIT" ]
null
null
null
src/upcore/src/filesystem/posix/operations/absolute_path.cpp
jwtowner/upcaste
8174a2f40e7fde022806f8d1565bb4a415ecb210
[ "MIT" ]
null
null
null
// // Upcaste Performance Libraries // Copyright (C) 2012-2013 Jesse W. Towner // // 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 lim...
33.65625
91
0.56337
upcaste
98789b66ae6a178e290078f46be683d59a2e13f4
7,297
cpp
C++
src/ros_comm/roscpp/src/libros/connection_manager.cpp
jungleni/ros_code_reading
499e98c0b0d309da78060b19b55c420c22110d65
[ "Apache-2.0" ]
null
null
null
src/ros_comm/roscpp/src/libros/connection_manager.cpp
jungleni/ros_code_reading
499e98c0b0d309da78060b19b55c420c22110d65
[ "Apache-2.0" ]
null
null
null
src/ros_comm/roscpp/src/libros/connection_manager.cpp
jungleni/ros_code_reading
499e98c0b0d309da78060b19b55c420c22110d65
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2009, Willow Garage, Inc. * * 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 and the follo...
30.531381
111
0.745101
jungleni
9879d1ceabdae9df2980d94faf0ea7b7c8de3627
16,892
hpp
C++
src/ui/managers/WindowManager.hpp
inexorgame/entity-system
230a6f116fb02caeace79bc9b32f17fe08687c36
[ "MIT" ]
19
2018-10-11T09:19:48.000Z
2020-04-19T16:36:58.000Z
src/ui/managers/WindowManager.hpp
inexorgame-obsolete/entity-system-inactive
230a6f116fb02caeace79bc9b32f17fe08687c36
[ "MIT" ]
132
2018-07-28T12:30:54.000Z
2020-04-25T23:05:33.000Z
src/ui/managers/WindowManager.hpp
inexorgame-obsolete/entity-system-inactive
230a6f116fb02caeace79bc9b32f17fe08687c36
[ "MIT" ]
3
2019-03-02T16:19:23.000Z
2020-02-18T05:15:29.000Z
#pragma once #include "base/LifeCycleComponent.hpp" #include "MonitorManager.hpp" #include "client/ClientLifecycle.hpp" #include "entity-system/managers/entities/entity-instance-manager/EntityInstanceManager.hpp" #include "entity-system/model/data/DataTypes.hpp" #include "input/managers/KeyboardInputManager.hpp" #incl...
46.534435
225
0.738278
inexorgame
987d56fd802a7cf2ca78ad87a3d2a866543abc28
3,581
hpp
C++
src/v2/internal_aparse_grammar.hpp
mohitmv/aparse
34a6811f9a3d4f1c5dd21ed874b14e59e6725746
[ "MIT" ]
2
2021-04-15T20:02:37.000Z
2021-04-17T18:18:50.000Z
src/v2/internal_aparse_grammar.hpp
mohitmv/aparse
34a6811f9a3d4f1c5dd21ed874b14e59e6725746
[ "MIT" ]
1
2019-10-07T10:41:52.000Z
2019-10-07T10:41:52.000Z
src/v2/internal_aparse_grammar.hpp
mohitmv/aparse
34a6811f9a3d4f1c5dd21ed874b14e59e6725746
[ "MIT" ]
1
2020-05-05T16:52:20.000Z
2020-05-05T16:52:20.000Z
// Copyright: 2015 Mohit Saini // Author: Mohit Saini (mohitsaini1196@gmail.com) #ifndef APARSE_SRC_V2_INTERNAL_APARSE_GRAMMAR_HPP_ #define APARSE_SRC_V2_INTERNAL_APARSE_GRAMMAR_HPP_ #include <utility> #include <list> #include <string> #include <vector> #include <unordered_map> #include <unordered_set> #include <set>...
36.540816
80
0.724099
mohitmv
987dfb4f2323f5c3ee5b7dd51aa36020d7af0c57
6,008
cpp
C++
mp/src/game/client/fortress/resourcezoneoverlay.cpp
MaartenS11/Team-Fortress-Invasion
f36b96d27f834d94e0db2d2a9470b05b42e9b460
[ "Unlicense" ]
1
2021-03-20T14:27:45.000Z
2021-03-20T14:27:45.000Z
mp/src/game/client/fortress/resourcezoneoverlay.cpp
MaartenS11/Team-Fortress-Invasion
f36b96d27f834d94e0db2d2a9470b05b42e9b460
[ "Unlicense" ]
null
null
null
mp/src/game/client/fortress/resourcezoneoverlay.cpp
MaartenS11/Team-Fortress-Invasion
f36b96d27f834d94e0db2d2a9470b05b42e9b460
[ "Unlicense" ]
null
null
null
#include "cbase.h" #include <VGUI_EntityPanel.h> #include <KeyValues.h> #include "commanderoverlay.h" #include "clientmode_tfnormal.h" #include "tf_shareddefs.h" #include "shareddefs.h" #include "c_func_resource.h" #include "techtree.h" #include "c_basetfplayer.h" #include "vgui_HealthBar.h" #include "vgui_BitmapImage....
25.896552
132
0.565413
MaartenS11
987e170d90dfc44b620e47d7fb76537248ef1ea0
14,697
cpp
C++
src/idatentest/main.cpp
nakdai/aten
f6de0840c1631bafbec3162da6a9af5767300e4d
[ "MIT" ]
2
2017-09-29T02:36:45.000Z
2017-11-16T03:25:25.000Z
src/idatentest/main.cpp
nakdai/aten
f6de0840c1631bafbec3162da6a9af5767300e4d
[ "MIT" ]
null
null
null
src/idatentest/main.cpp
nakdai/aten
f6de0840c1631bafbec3162da6a9af5767300e4d
[ "MIT" ]
null
null
null
#include "cuda_runtime.h" #include "device_launch_parameters.h" #include <stdio.h> #include <stdlib.h> #include <time.h> #include <math.h> #include <imgui.h> #include "aten.h" #include "atenscene.h" #include "idaten.h" #include "../common/scenedefs.h" #define ENABLE_ENVMAP static int WIDTH = 1280; static int HEIG...
25.209262
133
0.564673
nakdai
9880985614eeca61f38b16c9ffc4f1f14995c3f3
29,850
cpp
C++
sparta/src/ConfigParserYAML.cpp
knute-sifive/map
fb25626830a56ad68ab896bcd01929023ff31c48
[ "MIT" ]
null
null
null
sparta/src/ConfigParserYAML.cpp
knute-sifive/map
fb25626830a56ad68ab896bcd01929023ff31c48
[ "MIT" ]
null
null
null
sparta/src/ConfigParserYAML.cpp
knute-sifive/map
fb25626830a56ad68ab896bcd01929023ff31c48
[ "MIT" ]
null
null
null
// <ConfigParserYAML> -*- C++ -*- #include <cassert> #include <yaml-cpp/node/impl.h> #include <yaml-cpp/node/node.h> #include <boost/filesystem/operations.hpp> #include <boost/filesystem/path.hpp> #include <cstddef> #include <yaml-cpp/anchor.h> #include <yaml-cpp/emitterstyle.h> #include <yaml-cpp/mark.h> #include <ya...
48.22294
192
0.479799
knute-sifive
98815a520bf31d25aeac0f04e309df6294cfa41f
19,577
cpp
C++
tc 160+/FoxSearchingRuins.cpp
ibudiselic/contest-problem-solutions
88082981b4d87da843472e3ca9ed5f4c42b3f0aa
[ "BSD-2-Clause" ]
3
2015-05-25T06:24:37.000Z
2016-09-10T07:58:00.000Z
tc 160+/FoxSearchingRuins.cpp
ibudiselic/contest-problem-solutions
88082981b4d87da843472e3ca9ed5f4c42b3f0aa
[ "BSD-2-Clause" ]
null
null
null
tc 160+/FoxSearchingRuins.cpp
ibudiselic/contest-problem-solutions
88082981b4d87da843472e3ca9ed5f4c42b3f0aa
[ "BSD-2-Clause" ]
5
2015-05-25T06:24:40.000Z
2021-08-19T19:22:29.000Z
#include <algorithm> #include <cassert> #include <cstdio> #include <cstdlib> #include <cstring> #include <iostream> #include <sstream> #include <string> #include <vector> using namespace std; int bestval[1001][1001]; int bestval2[1001][1001]; struct jewel { int x, y, v; jewel(int x_, int y_, i...
47.982843
447
0.427543
ibudiselic
9882f664ec54e7d3e5a94a7eff8ed960a2dcf1f8
6,215
cpp
C++
unit_tests/test_classes/const_functions.cpp
SoapyMan/oolua
9d25a865b05bbb6aaff56726b46e5b746572e490
[ "MIT" ]
4
2018-12-19T09:30:24.000Z
2021-06-26T05:38:11.000Z
unit_tests/test_classes/const_functions.cpp
SoapyMan/oolua
9d25a865b05bbb6aaff56726b46e5b746572e490
[ "MIT" ]
null
null
null
unit_tests/test_classes/const_functions.cpp
SoapyMan/oolua
9d25a865b05bbb6aaff56726b46e5b746572e490
[ "MIT" ]
2
2017-03-28T18:38:30.000Z
2018-10-17T19:01:05.000Z
# include "oolua_tests_pch.h" # include "oolua.h" # include "common_cppunit_headers.h" # include "gmock/gmock.h" # include "expose_const_func.h" namespace { struct ConstantMockHelper { ConstantMockHelper() : mock() , ptr_to_const(&mock) , ptr_to(&mock) {} ConstantMock mock; Constant const* ptr_to_c...
34.72067
108
0.799678
SoapyMan
98835bd12a610abbea1a7328c5aafd71d8410b7d
2,339
cc
C++
icl/input_file_manager.cc
viettrungluu-cr/icl
906eb067dee0084eee868d6f9d60f2eea393da4f
[ "BSD-3-Clause" ]
null
null
null
icl/input_file_manager.cc
viettrungluu-cr/icl
906eb067dee0084eee868d6f9d60f2eea393da4f
[ "BSD-3-Clause" ]
null
null
null
icl/input_file_manager.cc
viettrungluu-cr/icl
906eb067dee0084eee868d6f9d60f2eea393da4f
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 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 "icl/input_file_manager.h" #include <assert.h> #include <memory> #include <mutex> #include <utility> #include "icl/err.h" #include "icl/in...
28.876543
78
0.678068
viettrungluu-cr
988424b31efb92f9150e80d1211f8ead2b7755df
2,137
cc
C++
agp-7.1.0-alpha01/tools/base/deploy/common/log.cc
jomof/CppBuildCacheWorkInProgress
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
[ "Apache-2.0" ]
null
null
null
agp-7.1.0-alpha01/tools/base/deploy/common/log.cc
jomof/CppBuildCacheWorkInProgress
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
[ "Apache-2.0" ]
null
null
null
agp-7.1.0-alpha01/tools/base/deploy/common/log.cc
jomof/CppBuildCacheWorkInProgress
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2016 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...
23.744444
79
0.639682
jomof
9884a4f7fbbb4d9bf9d9089281cc0f015b44c15e
14,985
cpp
C++
preprocessing/meshing/gambit2netcdf/src/gambit2netcdf.cpp
fabian-kutschera/SeisSol
d5656cd38e9eb1d91c05ebcbf173acbc3083da57
[ "BSD-3-Clause" ]
165
2015-01-30T18:19:05.000Z
2022-03-31T17:22:14.000Z
preprocessing/meshing/gambit2netcdf/src/gambit2netcdf.cpp
fabian-kutschera/SeisSol
d5656cd38e9eb1d91c05ebcbf173acbc3083da57
[ "BSD-3-Clause" ]
351
2015-10-06T15:06:48.000Z
2022-03-30T11:23:13.000Z
preprocessing/meshing/gambit2netcdf/src/gambit2netcdf.cpp
fabian-kutschera/SeisSol
d5656cd38e9eb1d91c05ebcbf173acbc3083da57
[ "BSD-3-Clause" ]
96
2015-07-27T15:13:33.000Z
2022-03-25T19:19:32.000Z
/** * @file * This file is part of SeisSol. * * @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.) * * @section LICENSE * Copyright (c) 2013, SeisSol Group * All rights reserved. * * Redistribution and use in source and binary forms, wit...
41.054795
127
0.752152
fabian-kutschera
9884a740251508860f65340c7387fc41163c513b
306
cc
C++
math/453.cc
MingfeiPan/leetcode
55dc878cfb7b15a34252410ae7420a656da604f8
[ "Apache-2.0" ]
null
null
null
math/453.cc
MingfeiPan/leetcode
55dc878cfb7b15a34252410ae7420a656da604f8
[ "Apache-2.0" ]
null
null
null
math/453.cc
MingfeiPan/leetcode
55dc878cfb7b15a34252410ae7420a656da604f8
[ "Apache-2.0" ]
null
null
null
class Solution { public: int minMoves(vector<int>& nums) { int min = nums[0]; for (const auto &num : nums) { min = std::min(min, num); } int ret = 0; for (const auto &num : nums) { ret += num - min; } return ret; } };
20.4
38
0.431373
MingfeiPan
98854f72a0dae86d558a5c2a641d0428297072bb
2,715
cpp
C++
tests/test_for_Status.cpp
PGZXB/PGBigNumber
a0f128a0b415bd1a63929c55c2f952205c1a59df
[ "MIT" ]
2
2021-10-25T23:56:54.000Z
2022-01-02T06:35:49.000Z
tests/test_for_Status.cpp
PGZXB/PGBigNumber
a0f128a0b415bd1a63929c55c2f952205c1a59df
[ "MIT" ]
1
2021-11-12T09:03:39.000Z
2021-12-27T02:03:41.000Z
tests/test_for_Status.cpp
PGZXB/PGBigNumber
a0f128a0b415bd1a63929c55c2f952205c1a59df
[ "MIT" ]
null
null
null
#include "Status.h" #include <iostream> #define STATUS (*pgbn::Status::getInstance()) std::int8_t a = 0, b = 0; std::int8_t c = 0; enum class CALCU_STATUS : pgbn::Enum { SUCCESS, DIV_ZERO_ERR, ADD_OVERFLOW_ERR, SUB_OVERFLOW_ERR, ADD_GLOB_A_AND_B_ERROR, }; #define TO_ENUM(val) static_cast<pgbn::...
24.241071
141
0.580479
PGZXB
98877f9748bf6d391328816228d16d81cad82645
741
hpp
C++
libraries/CMakeServerConnector/include/Messages/HandshakeRequest.hpp
Megaxela/HGEngineReloadedEditor
be79b6089985da1bf811be8a6d06ce25f71236b1
[ "MIT" ]
null
null
null
libraries/CMakeServerConnector/include/Messages/HandshakeRequest.hpp
Megaxela/HGEngineReloadedEditor
be79b6089985da1bf811be8a6d06ce25f71236b1
[ "MIT" ]
null
null
null
libraries/CMakeServerConnector/include/Messages/HandshakeRequest.hpp
Megaxela/HGEngineReloadedEditor
be79b6089985da1bf811be8a6d06ce25f71236b1
[ "MIT" ]
1
2020-03-12T04:39:14.000Z
2020-03-12T04:39:14.000Z
#pragma once #include <Messages/BasicMessage.hpp> #include <Version.hpp> #include <Messages/Register.hpp> struct HandshakeRequest : public BasicMessage { HandshakeRequest() : sourceDirectory(), buildDirectory(), generator(), protocolVersion() { type = Messages::Type::Ha...
21.794118
72
0.672065
Megaxela
9889bf9696f91fd329ecd68c9de7357a14aef235
35,135
cpp
C++
windows/oleacc/oleacc/client.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
windows/oleacc/oleacc/client.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
windows/oleacc/oleacc/client.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
// Copyright (c) 1996-1999 Microsoft Corporation // -------------------------------------------------------------------------- // // CLIENT.CPP // // Window client class. // // This handles navigation to other frame elements, and does its best // to manage the client area. We recognize special classes, l...
27.026923
116
0.50158
npocmaka
988e9863075cef4f68af0490e4101b368438be86
1,568
cpp
C++
src/data_model/documentation/register_documentation.cpp
uscope-platform/makefile_gen
06bd4405afbbd9584911f495ebefff828f05aa0d
[ "Apache-2.0" ]
null
null
null
src/data_model/documentation/register_documentation.cpp
uscope-platform/makefile_gen
06bd4405afbbd9584911f495ebefff828f05aa0d
[ "Apache-2.0" ]
null
null
null
src/data_model/documentation/register_documentation.cpp
uscope-platform/makefile_gen
06bd4405afbbd9584911f495ebefff828f05aa0d
[ "Apache-2.0" ]
null
null
null
// Copyright 2021 Filippo Savi // Author: Filippo Savi <filssavi@gmail.com> // // 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 // // Unle...
32
132
0.6875
uscope-platform
988fb19474526c03629437f7759cd979b03d7665
10,133
cpp
C++
code/src/engine/application/window_user32.cpp
shossjer/fimbulwinter
d894e4bddb5d2e6dc31a8112d245c6a1828604e3
[ "0BSD" ]
3
2020-04-29T14:55:58.000Z
2020-08-20T08:43:24.000Z
code/src/engine/application/window_user32.cpp
shossjer/fimbulwinter
d894e4bddb5d2e6dc31a8112d245c6a1828604e3
[ "0BSD" ]
1
2022-03-12T11:37:46.000Z
2022-03-12T20:17:38.000Z
code/src/engine/application/window_user32.cpp
shossjer/fimbulwinter
d894e4bddb5d2e6dc31a8112d245c6a1828604e3
[ "0BSD" ]
null
null
null
#include "config.h" #if WINDOW_USE_USER32 #include "window.hpp" #include "engine/application/config.hpp" #include "engine/debug.hpp" #if TEXT_USE_USER32 # include "utility/unicode/string_view.hpp" #endif #include <windowsx.h> #include <windows.h> #if HAVE_VERSIONHELPERS_H # include <versionhelpers.h> #endif names...
28.147222
123
0.571992
shossjer
9890ecead40d0f9f1670b5adb6f40276d539c33a
1,345
cpp
C++
Sources/Internal/Notification/Private/Win10/LocalNotificationListenerWin10.cpp
stinvi/dava.engine
2b396ca49cdf10cdc98ad8a9ffcf7768a05e285e
[ "BSD-3-Clause" ]
26
2018-09-03T08:48:22.000Z
2022-02-14T05:14:50.000Z
Sources/Internal/Notification/Private/Win10/LocalNotificationListenerWin10.cpp
ANHELL-blitz/dava.engine
ed83624326f000866e29166c7f4cccfed1bb41d4
[ "BSD-3-Clause" ]
null
null
null
Sources/Internal/Notification/Private/Win10/LocalNotificationListenerWin10.cpp
ANHELL-blitz/dava.engine
ed83624326f000866e29166c7f4cccfed1bb41d4
[ "BSD-3-Clause" ]
45
2018-05-11T06:47:17.000Z
2022-02-03T11:30:55.000Z
#include "Notification/Private/Win10/LocalNotificationListenerWin10.h" #if defined(__DAVAENGINE_WIN_UAP__) #include "Notification/LocalNotificationController.h" #include "Engine/Engine.h" #include "Logger/Logger.h" #include "Utils/UTF8Utils.h" namespace DAVA { namespace Private { LocalNotificationListener::LocalNoti...
29.888889
122
0.734572
stinvi
989213e950580ce23b78398ef53a8e6a90dce76e
15,564
cpp
C++
src/planner.cpp
zgh551/ros_rrt_bias
fd0596603d11acd19dc05d263f6eb3e3354297ae
[ "Apache-2.0" ]
1
2021-12-06T07:39:22.000Z
2021-12-06T07:39:22.000Z
src/planner.cpp
zgh551/ros_rrt_bias
fd0596603d11acd19dc05d263f6eb3e3354297ae
[ "Apache-2.0" ]
null
null
null
src/planner.cpp
zgh551/ros_rrt_bias
fd0596603d11acd19dc05d263f6eb3e3354297ae
[ "Apache-2.0" ]
1
2021-12-28T02:10:08.000Z
2021-12-28T02:10:08.000Z
/* * @brief The planner */ #include "../include/planner.h" #include "../include/rrt_bias.h" #include "../include/obstacle_checker.h" #include "../include/convolution.h" // the tf #include <algorithm> #include <fftw3.h> #include <geometry_msgs/PoseArray.h> #include <geometry_msgs/PoseStamped.h> #include <nav_msgs/Oc...
33.982533
121
0.663133
zgh551
9892d0b83d4c489b4daff50358d41e078fba08d0
12,953
cpp
C++
Adafruit_PCD8544.cpp
adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library
d471178dda640ff046d605c16f5c79e5724e5d59
[ "BSD-3-Clause" ]
293
2015-01-02T09:38:05.000Z
2022-03-30T05:52:04.000Z
Adafruit_PCD8544.cpp
adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library
d471178dda640ff046d605c16f5c79e5724e5d59
[ "BSD-3-Clause" ]
32
2015-10-23T12:28:33.000Z
2021-12-20T19:28:43.000Z
Adafruit_PCD8544.cpp
adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library
d471178dda640ff046d605c16f5c79e5724e5d59
[ "BSD-3-Clause" ]
151
2015-01-03T12:58:20.000Z
2021-12-19T16:17:55.000Z
/**************************************************************************/ /*! @file Adafruit_PCD8544.cpp @mainpage Adafruit PCD8544 Nokia 5110 LCD Library @section intro Introduction This is a library for our Monochrome Nokia 5110 LCD Displays Pick one up today in the adafruit shop! ------> http://ww...
29.91455
80
0.638771
adafruit