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
109
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
48.5k
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
4fe208e83a2a28c3cc73a8d93d5c8da50bbda1f2
612
hpp
C++
iOS/G3MApp/G3MApp/G3MCanvas2DDemoScene.hpp
AeroGlass/g3m
a21a9e70a6205f1f37046ae85dafc6e3bfaeb917
[ "BSD-2-Clause" ]
null
null
null
iOS/G3MApp/G3MApp/G3MCanvas2DDemoScene.hpp
AeroGlass/g3m
a21a9e70a6205f1f37046ae85dafc6e3bfaeb917
[ "BSD-2-Clause" ]
null
null
null
iOS/G3MApp/G3MApp/G3MCanvas2DDemoScene.hpp
AeroGlass/g3m
a21a9e70a6205f1f37046ae85dafc6e3bfaeb917
[ "BSD-2-Clause" ]
null
null
null
// // G3MCanvas2DDemoScene.hpp // G3MApp // // Created by Diego Gomez Deck on 2/12/15. // Copyright (c) 2015 Igo Software SL. All rights reserved. // #ifndef __G3MApp__G3MCanvas2DDemoScene__ #define __G3MApp__G3MCanvas2DDemoScene__ #include "G3MDemoScene.hpp" class G3MCanvas2DDemoScene : public G3MDemoScene { ...
18.545455
60
0.696078
AeroGlass
4fe6ad2f0632184bd2f29c82339cdfb448172276
576
cpp
C++
plugins/protein_calls/src/IntSelectionCall.cpp
azuki-monster/megamol
f5d75ae5630f9a71a7fbf81624bfd4f6b253c655
[ "BSD-3-Clause" ]
2
2020-10-16T10:15:37.000Z
2021-01-21T13:06:00.000Z
plugins/protein_calls/src/IntSelectionCall.cpp
azuki-monster/megamol
f5d75ae5630f9a71a7fbf81624bfd4f6b253c655
[ "BSD-3-Clause" ]
null
null
null
plugins/protein_calls/src/IntSelectionCall.cpp
azuki-monster/megamol
f5d75ae5630f9a71a7fbf81624bfd4f6b253c655
[ "BSD-3-Clause" ]
1
2021-01-28T01:19:54.000Z
2021-01-28T01:19:54.000Z
#include "stdafx.h" #include "protein_calls/IntSelectionCall.h" using namespace megamol; using namespace megamol::protein_calls; /* * IntSelectionCall::CallForGetSelection */ const unsigned int IntSelectionCall::CallForGetSelection = 0; /* * IntSelectionCall::CallForSetSelection */ const unsigned int IntSelecti...
19.2
61
0.767361
azuki-monster
4fe9c225e69fafe57d715f9a24c4ab3a36656d64
18,866
hpp
C++
src/Interface/hiopInterface.hpp
pelesh/hiop
26bf95fc380dfee6d251d6c870cf1b4c76841828
[ "BSD-3-Clause" ]
null
null
null
src/Interface/hiopInterface.hpp
pelesh/hiop
26bf95fc380dfee6d251d6c870cf1b4c76841828
[ "BSD-3-Clause" ]
null
null
null
src/Interface/hiopInterface.hpp
pelesh/hiop
26bf95fc380dfee6d251d6c870cf1b4c76841828
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2017, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory (LLNL). // Written by Cosmin G. Petra, petra1@llnl.gov. // LLNL-CODE-742473. All rights reserved. // // This file is part of HiOp. For details, see https://github.com/LLNL/hiop. HiOp // is releas...
45.902676
115
0.716262
pelesh
4fecebbbb9b3f3cab920782731e176f84c039690
2,366
cpp
C++
ex2/matmultran/src/main.cpp
akowalew/rim-lab
4ffc992c543e1ed7fcaa7c88a0fcd94d09daa829
[ "MIT" ]
null
null
null
ex2/matmultran/src/main.cpp
akowalew/rim-lab
4ffc992c543e1ed7fcaa7c88a0fcd94d09daa829
[ "MIT" ]
null
null
null
ex2/matmultran/src/main.cpp
akowalew/rim-lab
4ffc992c543e1ed7fcaa7c88a0fcd94d09daa829
[ "MIT" ]
null
null
null
#include <cmath> #include <cstdio> #include <ctime> #include <chrono> #include <thread> #include "matmultran.hpp" void alloc_mem(int m, int n, float **A_ptr, float **C_ptr, float **D_ptr) { *A_ptr = (float *) malloc(m * n * sizeof(float)); *C_ptr = (float *) malloc(m * m * sizeof(float)); *D_ptr = (float...
24.391753
94
0.609045
akowalew
4fedc7a154eb5284125d41a1b45c3a29855af6fe
3,387
cpp
C++
src/day12.cpp
beached/aoc_2017
553d42e50b81384ad93aae6e0aec624ca7c8bf58
[ "MIT" ]
1
2017-12-11T16:17:18.000Z
2017-12-11T16:17:18.000Z
src/day12.cpp
beached/aoc_2017
553d42e50b81384ad93aae6e0aec624ca7c8bf58
[ "MIT" ]
null
null
null
src/day12.cpp
beached/aoc_2017
553d42e50b81384ad93aae6e0aec624ca7c8bf58
[ "MIT" ]
null
null
null
// The MIT License (MIT) // // Copyright (c) 2017 Darrell Wright // // 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,...
32.883495
83
0.663714
beached
4fef4ce7a337887fc210a91cdf8e90794590e7fe
33,522
cpp
C++
main.cpp
abitrolly/watchman
658e9ec680fe7691e1fe1d136180b282511a301a
[ "Apache-2.0" ]
1
2019-10-18T12:35:33.000Z
2019-10-18T12:35:33.000Z
main.cpp
MedRedha/watchman
073fdd5c13d73c66563a8f07acebc53a1c6d7dde
[ "Apache-2.0" ]
null
null
null
main.cpp
MedRedha/watchman
073fdd5c13d73c66563a8f07acebc53a1c6d7dde
[ "Apache-2.0" ]
1
2019-12-19T01:16:22.000Z
2019-12-19T01:16:22.000Z
/* Copyright 2012-present Facebook, Inc. * Licensed under the Apache License, Version 2.0 */ #include "watchman.h" #include "ChildProcess.h" #include "Logging.h" #include "ThreadPool.h" #ifndef _WIN32 #include <poll.h> #endif #include <folly/Exception.h> #include <folly/ScopeGuard.h> #include <folly/Singleton.h> usin...
26.27116
80
0.614373
abitrolly
4ff03862e9080e0d503f1a21891f33cd504b5ef4
3,303
hpp
C++
cppcache/src/FixedPartitionAttributesImpl.hpp
austxcodemonkey/geode-native
a816ac99cbbac557629686cb2542fdc74d464338
[ "Apache-2.0" ]
1
2018-09-08T05:05:22.000Z
2018-09-08T05:05:22.000Z
cppcache/src/FixedPartitionAttributesImpl.hpp
austxcodemonkey/geode-native
a816ac99cbbac557629686cb2542fdc74d464338
[ "Apache-2.0" ]
1
2021-02-23T12:27:00.000Z
2021-02-23T12:27:00.000Z
cppcache/src/FixedPartitionAttributesImpl.hpp
isabella232/geode-native
0d9a99d5e0632de62df17921950cf3f6640efb33
[ "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 ...
31.457143
80
0.735695
austxcodemonkey
4ff77fb96ce84be8fc4866cf29b0a17cd6a21fb0
5,312
cpp
C++
OOP/OOP-Homework-2/BigInteger.cpp
Rossoner40/NBU-Classwork-and-Homework
823e5eab2da616ae6d965da9c0a22fa0212d7887
[ "MIT" ]
null
null
null
OOP/OOP-Homework-2/BigInteger.cpp
Rossoner40/NBU-Classwork-and-Homework
823e5eab2da616ae6d965da9c0a22fa0212d7887
[ "MIT" ]
null
null
null
OOP/OOP-Homework-2/BigInteger.cpp
Rossoner40/NBU-Classwork-and-Homework
823e5eab2da616ae6d965da9c0a22fa0212d7887
[ "MIT" ]
null
null
null
#include "BigInteger.h" BigInteger::BigInteger():n(0), val(NULL), pos(false){ } BigInteger::BigInteger(std::string s){ n = s.length(); pos = (s[0]=='-')?false:true; if(!pos) n--; val = new int[n]; for (int i = 0; i < n; i++) { if(s[i]!='-' || s[i]!='+'){ if(pos) val[i] = s[i]-'0'; e...
20.274809
68
0.492282
Rossoner40
4ff94fda49ac35645dadad0f002bc31ff25dc5d3
9,075
cc
C++
src/solver.cc
CHEN-Lin/OpenMoor
f463f586487b9023e7f3678c9d851000558b14d7
[ "Apache-2.0" ]
7
2019-02-10T07:03:45.000Z
2022-03-04T16:09:38.000Z
src/solver.cc
CHEN-Lin/OpenMoor
f463f586487b9023e7f3678c9d851000558b14d7
[ "Apache-2.0" ]
null
null
null
src/solver.cc
CHEN-Lin/OpenMoor
f463f586487b9023e7f3678c9d851000558b14d7
[ "Apache-2.0" ]
4
2021-01-25T23:33:11.000Z
2022-03-27T13:22:56.000Z
// This file is part of OpenMOOR, an Open-source simulation program for MOORing // systems in offshore renewable energy applications. // // Created by Lin Chen on Sep 15, 2017. // // Copyright 2018 Lin Chen <l.chen.tj@gmail.com> & Biswajit Basu <basub@tcd.ie> // // Licensed under the Apache License, Version 2.0 (the "L...
37.970711
98
0.513388
CHEN-Lin
4ffa16bfcf8e2aa794f27ed2543621bbad9bd3f5
2,989
cpp
C++
tests/test_logmanager.cpp
DeanoC/simple_logmanager
406317ae0f0a3b2b187a505ba6694f1902f63124
[ "Apache-2.0" ]
null
null
null
tests/test_logmanager.cpp
DeanoC/simple_logmanager
406317ae0f0a3b2b187a505ba6694f1902f63124
[ "Apache-2.0" ]
null
null
null
tests/test_logmanager.cpp
DeanoC/simple_logmanager
406317ae0f0a3b2b187a505ba6694f1902f63124
[ "Apache-2.0" ]
null
null
null
#include "al2o3_platform/platform.h" #include "al2o3_catch2/catch2.hpp" #include "utils_simple_logmanager/logmanager.h" #include "al2o3_os/file.h" #include "al2o3_os/filesystem.h" TEST_CASE("Alloc/Free", "[SimpleLogManager]") { auto slm = SimpleLogManager_Alloc(); REQUIRE(slm); SimpleLogManager_Free(slm); } TEST_C...
31.135417
68
0.79458
DeanoC
4ffb7b971e0ea1a7dae67d8a598fab3e9e8e4e7f
6,357
cpp
C++
src/Emulators/nestopiaue/common/nstini.cpp
slajerek/RetroDebugger
e761e4f9efd103a05e65ef283423b142fa4324c7
[ "Apache-2.0", "MIT" ]
34
2021-05-29T07:04:17.000Z
2022-03-10T20:16:03.000Z
src/Emulators/nestopiaue/common/nstini.cpp
slajerek/RetroDebugger
e761e4f9efd103a05e65ef283423b142fa4324c7
[ "Apache-2.0", "MIT" ]
6
2021-12-25T13:05:21.000Z
2022-01-19T17:35:17.000Z
src/Emulators/nestopiaue/common/nstini.cpp
slajerek/RetroDebugger
e761e4f9efd103a05e65ef283423b142fa4324c7
[ "Apache-2.0", "MIT" ]
6
2021-12-24T18:37:41.000Z
2022-02-06T23:06:02.000Z
/* inih -- simple .INI file parser Copyright (c) 2009, Brush Technology 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 ...
32.269036
80
0.55608
slajerek
4ffbdf4569166734a20b6794b81d291056b33c2a
2,232
cpp
C++
35-minimum-spanning-tree/minimumtree.cpp
wlep/cp-course
9e52788e8f6a76752149b74d06d0272e16c3b528
[ "MIT" ]
null
null
null
35-minimum-spanning-tree/minimumtree.cpp
wlep/cp-course
9e52788e8f6a76752149b74d06d0272e16c3b528
[ "MIT" ]
null
null
null
35-minimum-spanning-tree/minimumtree.cpp
wlep/cp-course
9e52788e8f6a76752149b74d06d0272e16c3b528
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <algorithm> using namespace std; template<typename T> class UnionFind { public: struct Node { T data; int rank; int forestIndex; Node* parent; Node(T _data, int _forestIndex) { data = _data; rank = 0; ...
19.578947
85
0.46595
wlep
4fffb2cad6e15713572254da23a904b649a21e5b
2,393
cpp
C++
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/multi/gpu_remote_blob_tests.cpp
ElenaGvozdeva/openvino
084aa4e5916fa2ed3e353dcd45d081ab11d9c75a
[ "Apache-2.0" ]
null
null
null
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/multi/gpu_remote_blob_tests.cpp
ElenaGvozdeva/openvino
084aa4e5916fa2ed3e353dcd45d081ab11d9c75a
[ "Apache-2.0" ]
23
2021-03-12T07:34:43.000Z
2022-02-21T13:06:03.000Z
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/multi/gpu_remote_blob_tests.cpp
ElenaGvozdeva/openvino
084aa4e5916fa2ed3e353dcd45d081ab11d9c75a
[ "Apache-2.0" ]
1
2020-07-22T15:53:40.000Z
2020-07-22T15:53:40.000Z
// Copyright (C) 2018-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include <string> #include <vector> #include "gpu/gpu_config.hpp" #include "multi/multi_remote_blob_tests.hpp" #include "common_test_utils/test_constants.hpp" const std::vector<DevicesNamesAndSupportPair> device_names_and_support_f...
41.258621
130
0.728374
ElenaGvozdeva
8b01a9285a5ca03ea5b64552a3b85ac5e45dc213
1,494
hh
C++
dune/ax1/acme1MD/configurations/bigmac/bigmac_solution_con.hh
pederpansen/dune-ax1
152153824d95755a55bdd4fba80686863e928196
[ "BSD-3-Clause" ]
null
null
null
dune/ax1/acme1MD/configurations/bigmac/bigmac_solution_con.hh
pederpansen/dune-ax1
152153824d95755a55bdd4fba80686863e928196
[ "BSD-3-Clause" ]
null
null
null
dune/ax1/acme1MD/configurations/bigmac/bigmac_solution_con.hh
pederpansen/dune-ax1
152153824d95755a55bdd4fba80686863e928196
[ "BSD-3-Clause" ]
null
null
null
/* * bigmac_solution_con.hh * * Created on: Jan 17, 2012 * Author: jpods */ #ifndef DUNE_AX1_BIGMAC_SOLUTION_CON_HH #define DUNE_AX1_BIGMAC_SOLUTION_CON_HH #include <dune/pdelab/common/function.hh> #include <dune/ax1/common/constants.hh> #include <dune/ax1/acme1MD/common/acme1MD_parametertree.hh> templat...
22.636364
88
0.65328
pederpansen
8b022a18324bcac46b891a0dd9b0b2c361d698d7
40,091
cpp
C++
extras/jbcoin-libpp/extras/jbcoind/src/jbcoin/shamap/impl/SHAMap.cpp
trongnmchainos/validator-keys-tool
cae131d6ab46051c0f47509b79b6efc47a70eec0
[ "BSL-1.0" ]
2
2020-03-03T12:46:29.000Z
2020-11-14T09:52:14.000Z
extras/jbcoin-libpp/extras/jbcoind/src/jbcoin/shamap/impl/SHAMap.cpp
trongnmchainos/validator-keys-tool
cae131d6ab46051c0f47509b79b6efc47a70eec0
[ "BSL-1.0" ]
null
null
null
extras/jbcoin-libpp/extras/jbcoind/src/jbcoin/shamap/impl/SHAMap.cpp
trongnmchainos/validator-keys-tool
cae131d6ab46051c0f47509b79b6efc47a70eec0
[ "BSL-1.0" ]
1
2020-03-03T12:46:30.000Z
2020-03-03T12:46:30.000Z
//------------------------------------------------------------------------------ /* This file is part of jbcoind: https://github.com/jbcoin/jbcoind Copyright (c) 2012, 2013 Jbcoin Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
28.988431
105
0.541269
trongnmchainos
8b03845050e6020e129e3ddd7fa42fc94e38c713
3,146
cpp
C++
src/module/base/ServiceStatusManager/src/ServiceStatusManager.cpp
403712387/cgf
f26d7fa16ec8c7ca7565109b0d7f483cc7ad6288
[ "MIT" ]
2
2020-03-04T06:54:45.000Z
2021-07-21T05:59:08.000Z
src/module/base/ServiceStatusManager/src/ServiceStatusManager.cpp
403712387/cgf
f26d7fa16ec8c7ca7565109b0d7f483cc7ad6288
[ "MIT" ]
null
null
null
src/module/base/ServiceStatusManager/src/ServiceStatusManager.cpp
403712387/cgf
f26d7fa16ec8c7ca7565109b0d7f483cc7ad6288
[ "MIT" ]
3
2019-12-23T02:13:27.000Z
2021-12-09T08:28:50.000Z
#include <stdio.h> #include <sstream> #include "ServiceStatusInfo.h" #include "GetServiceStatusMessage.h" #include "ServiceStatusManager.h" #include "curl/curl.h" #include "jsoncpp/json.h" #include "libmicrohttpd/microhttpd.h" #include "log4cplus/version.h" #include "cryptopp/cryptlib.h" #define _STR(x) _VAL(x) #defi...
27.596491
148
0.75143
403712387
8b03c5272547f3929145061f550d3e75e9897b76
4,405
cpp
C++
src/appleseedmaya/attributeutils.cpp
wielandrochel/appleseed-maya
913b8e3212e81fd5993d30691c22d1d39f70bf53
[ "MIT" ]
1
2018-07-17T21:57:01.000Z
2018-07-17T21:57:01.000Z
src/appleseedmaya/attributeutils.cpp
wielandrochel/appleseed-maya
913b8e3212e81fd5993d30691c22d1d39f70bf53
[ "MIT" ]
null
null
null
src/appleseedmaya/attributeutils.cpp
wielandrochel/appleseed-maya
913b8e3212e81fd5993d30691c22d1d39f70bf53
[ "MIT" ]
null
null
null
// // This source file is part of appleseed. // Visit https://appleseedhq.net/ for additional information and resources. // // This software is released under the MIT license. // // Copyright (c) 2016-2018 Esteban Tovagliari, The appleseedhq Organization // // Permission is hereby granted, free of charge, to any perso...
23.810811
80
0.665153
wielandrochel
8b0c422928ab095f72a9c9e4c116577beb2722c0
12,545
cpp
C++
homework2/prt/src/accel.cpp
QRWells/Games-202-Homework
5308f57ffe4a1b2d011e43bd0e9890ad6501146d
[ "MIT" ]
1
2022-03-12T11:48:30.000Z
2022-03-12T11:48:30.000Z
homework2/prt/src/accel.cpp
QRWells/Games-202-Homework
5308f57ffe4a1b2d011e43bd0e9890ad6501146d
[ "MIT" ]
null
null
null
homework2/prt/src/accel.cpp
QRWells/Games-202-Homework
5308f57ffe4a1b2d011e43bd0e9890ad6501146d
[ "MIT" ]
null
null
null
/* This file is part of Nori, a simple educational ray tracer Copyright (c) 2015 by Wenzel Jakob Nori is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation. Nori is distributed in the...
40.208333
139
0.626305
QRWells
8b0d0d5092ad2c186dc45eff5b1fc496f9fe7987
20,236
cpp
C++
test/entt/meta/meta_data.cpp
matthew-nagy/entt
2ef98e1787d150fb2561edf3cc61270f46a41386
[ "MIT" ]
77
2021-09-22T17:00:44.000Z
2022-03-18T03:47:47.000Z
test/entt/meta/meta_data.cpp
matthew-nagy/entt
2ef98e1787d150fb2561edf3cc61270f46a41386
[ "MIT" ]
63
2021-09-26T05:24:55.000Z
2022-03-27T04:15:52.000Z
test/entt/meta/meta_data.cpp
matthew-nagy/entt
2ef98e1787d150fb2561edf3cc61270f46a41386
[ "MIT" ]
18
2021-09-26T17:52:07.000Z
2022-02-19T12:25:15.000Z
#include <cstdlib> #include <string> #include <utility> #include <gtest/gtest.h> #include <entt/core/hashed_string.hpp> #include <entt/core/type_traits.hpp> #include <entt/meta/factory.hpp> #include <entt/meta/meta.hpp> #include <entt/meta/node.hpp> #include <entt/meta/resolve.hpp> struct base_t { virtual ~base_t(...
29.200577
132
0.636687
matthew-nagy
8b0f1c8242522b4f5d8cb091c79f98b379c39b34
7,208
cc
C++
third_party/nucleus/io/reference_test.cc
fo40225/deepvariant
c2167e7c90f016905f309f118eb3897935ee7c5f
[ "BSD-3-Clause" ]
1
2019-05-20T11:55:45.000Z
2019-05-20T11:55:45.000Z
third_party/nucleus/io/reference_test.cc
fo40225/deepvariant
c2167e7c90f016905f309f118eb3897935ee7c5f
[ "BSD-3-Clause" ]
null
null
null
third_party/nucleus/io/reference_test.cc
fo40225/deepvariant
c2167e7c90f016905f309f118eb3897935ee7c5f
[ "BSD-3-Clause" ]
1
2017-12-06T17:30:18.000Z
2017-12-06T17:30:18.000Z
/* * Copyright 2018 Google LLC. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disc...
38.752688
79
0.694784
fo40225
8b118d5923b101a336a65df34cb52e1d0087371b
36,090
hpp
C++
ReactNativeFrontend/ios/Pods/boost/boost/phoenix/support/preprocessed/vector_20.hpp
Harshitha91/Tmdb-react-native-node
e06e3f25a7ee6946ef07a1f524fdf62e48424293
[ "Apache-2.0" ]
12,278
2015-01-29T17:11:33.000Z
2022-03-31T21:12:00.000Z
ios/Pods/boost-for-react-native/boost/phoenix/support/preprocessed/vector_20.hpp
c7yrus/alyson-v3
5ad95a8f782f5f5d2fd543d44ca6a8b093395965
[ "Apache-2.0" ]
9,469
2015-01-30T05:33:07.000Z
2022-03-31T16:17:21.000Z
ios/Pods/boost-for-react-native/boost/phoenix/support/preprocessed/vector_20.hpp
c7yrus/alyson-v3
5ad95a8f782f5f5d2fd543d44ca6a8b093395965
[ "Apache-2.0" ]
892
2015-01-29T16:26:19.000Z
2022-03-20T07:44:30.000Z
/*============================================================================== Copyright (c) 2005-2010 Joel de Guzman Copyright (c) 2010 Thomas Heller Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ===...
41.626298
723
0.577279
Harshitha91
8b16464ad45baf650cbef0b4316b226b640b5558
741,483
cpp
C++
makepad/ChakraCore/lib/Backend/GlobOpt.cpp
makepaddev/makepad
25d2f18c8a7c190fd1b199762817b6514118e045
[ "MIT" ]
null
null
null
makepad/ChakraCore/lib/Backend/GlobOpt.cpp
makepaddev/makepad
25d2f18c8a7c190fd1b199762817b6514118e045
[ "MIT" ]
null
null
null
makepad/ChakraCore/lib/Backend/GlobOpt.cpp
makepaddev/makepad
25d2f18c8a7c190fd1b199762817b6514118e045
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft Corporation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //----------------------------...
38.806877
297
0.569813
makepaddev
8b19920335abcfa8c4c1746aef97e948f21828ec
1,000
cpp
C++
Flick/src/Flick/Renderer/Buffer.cpp
firo1738/FLICK
a6ccb0f23c212d0f1b97f71520beb3a89be57f2d
[ "Apache-2.0" ]
null
null
null
Flick/src/Flick/Renderer/Buffer.cpp
firo1738/FLICK
a6ccb0f23c212d0f1b97f71520beb3a89be57f2d
[ "Apache-2.0" ]
null
null
null
Flick/src/Flick/Renderer/Buffer.cpp
firo1738/FLICK
a6ccb0f23c212d0f1b97f71520beb3a89be57f2d
[ "Apache-2.0" ]
null
null
null
#include "fipch.h" #include "Buffer.h" #include "Renderer.h" #include "Platform/OpenGL/OpenGLBuffer.h" namespace Flick { ///////////////////Index Buffer/////////////////// VertexBuffer* VertexBuffer::Create(float* verticies, uint32_t size) { switch (Renderer::GetAPI()) { case RendererAPI::API::None: FI_COR...
27.027027
121
0.679
firo1738
8b1ba8c9a1f015dfe538c5ca55526f5b1addd0ba
27,437
cpp
C++
tess-two/jni/com_googlecode_tesseract_android/src/ccstruct/statistc.cpp
leejoo71/tess-two
2f3e2eec1d1cc61b0f27c31deb845fc460c78b00
[ "Apache-2.0" ]
3,479
2015-01-05T10:07:00.000Z
2022-03-31T06:00:43.000Z
tess-two/jni/com_googlecode_tesseract_android/src/ccstruct/statistc.cpp
skumailraza/Tess4OCR
26001172d5d856b0553cb36e3ae9eb64f1631cb0
[ "Apache-2.0" ]
207
2015-01-05T11:45:56.000Z
2019-10-20T00:53:21.000Z
tess-two/jni/com_googlecode_tesseract_android/src/ccstruct/statistc.cpp
skumailraza/Tess4OCR
26001172d5d856b0553cb36e3ae9eb64f1631cb0
[ "Apache-2.0" ]
1,287
2015-01-05T11:51:28.000Z
2022-03-29T03:36:11.000Z
/********************************************************************** * File: statistc.c (Formerly stats.c) * Description: Simple statistical package for integer values. * Author: Ray Smith * Created: Mon Feb 04 16:56:05 GMT 1991 * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed...
34.907125
80
0.528884
leejoo71
8b1ffff653407c7e8895c8aeb20113097d30754b
32,159
cpp
C++
src/ZNCString.cpp
md-5/znc
39c741fcd2307d707a0d1bebbed3d80be9b1899b
[ "Apache-2.0" ]
1
2021-11-11T04:49:01.000Z
2021-11-11T04:49:01.000Z
src/ZNCString.cpp
md-5/znc
39c741fcd2307d707a0d1bebbed3d80be9b1899b
[ "Apache-2.0" ]
null
null
null
src/ZNCString.cpp
md-5/znc
39c741fcd2307d707a0d1bebbed3d80be9b1899b
[ "Apache-2.0" ]
1
2021-11-11T04:48:51.000Z
2021-11-11T04:48:51.000Z
/* * Copyright (C) 2004-2015 ZNC, see the NOTICE file for details. * * 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 requi...
22.823989
184
0.57225
md-5
8b21cdf51788de20f811639ed0f7e4eeda1560b1
21,287
cpp
C++
opencl/source/helpers/task_information.cpp
8tab/compute-runtime
71bd96ad7184df83c7af04ffa8e0d6678ab26f99
[ "MIT" ]
1
2020-04-17T05:46:04.000Z
2020-04-17T05:46:04.000Z
opencl/source/helpers/task_information.cpp
8tab/compute-runtime
71bd96ad7184df83c7af04ffa8e0d6678ab26f99
[ "MIT" ]
null
null
null
opencl/source/helpers/task_information.cpp
8tab/compute-runtime
71bd96ad7184df83c7af04ffa8e0d6678ab26f99
[ "MIT" ]
null
null
null
/* * Copyright (C) 2017-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "opencl/source/helpers/task_information.h" #include "shared/source/command_stream/command_stream_receiver.h" #include "shared/source/command_stream/csr_deps.h" #include "shared/source/command_stream/linear_stream.h" #in...
51.047962
155
0.584864
8tab
8b2207ddb588860a7cbda8fe9b2e844b701cb641
7,396
cpp
C++
app/bin/miner/xmr-stak/xmrstak/backend/cpu/crypto/cryptonight_common.cpp
chrisknepper/electron-gui-crypto-miner
e154b1f1ea6ce8285c7a682a8dcef90f17a5c8a2
[ "MIT" ]
2
2018-01-25T04:29:57.000Z
2020-02-13T15:30:55.000Z
app/bin/miner/xmr-stak/xmrstak/backend/cpu/crypto/cryptonight_common.cpp
chrisknepper/electron-gui-crypto-miner
e154b1f1ea6ce8285c7a682a8dcef90f17a5c8a2
[ "MIT" ]
1
2019-05-26T17:51:57.000Z
2019-05-26T17:51:57.000Z
app/bin/miner/xmr-stak/xmrstak/backend/cpu/crypto/cryptonight_common.cpp
chrisknepper/electron-gui-crypto-miner
e154b1f1ea6ce8285c7a682a8dcef90f17a5c8a2
[ "MIT" ]
5
2018-02-17T11:32:37.000Z
2021-02-26T22:26:07.000Z
/* * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * This program is distributed in the hope that it will be useful, * bu...
24.409241
123
0.70768
chrisknepper
8b25238e89a48ce19f3ed57de0a4692b7f8ce2c5
50,386
cpp
C++
CloakCompiler/MeshCompiler.cpp
Bizzarrus/CloakEngine
0890eaada76b91be89702d2a6ec2dcf9b2901fb9
[ "BSD-2-Clause" ]
null
null
null
CloakCompiler/MeshCompiler.cpp
Bizzarrus/CloakEngine
0890eaada76b91be89702d2a6ec2dcf9b2901fb9
[ "BSD-2-Clause" ]
null
null
null
CloakCompiler/MeshCompiler.cpp
Bizzarrus/CloakEngine
0890eaada76b91be89702d2a6ec2dcf9b2901fb9
[ "BSD-2-Clause" ]
null
null
null
#include "stdafx.h" #include "CloakCompiler/Mesh.h" #include "CloakEngine/Files/ExtendedBuffers.h" #include "Engine/TempHandler.h" #include "Engine/BoundingVolume.h" #include <assert.h> #include <sstream> //#define DEBUG_ENFORCE_STRIPS //#define DEBUG_ENFORCE_NO_STRIPS #define ALLOW_STRIP_LIST_MIX #de...
38.462595
296
0.575934
Bizzarrus
8b2633dcefee9dc0b5ad9a4b7878986a5675fb66
927
cc
C++
below2.1/busyschedule.cc
danzel-py/Kattis-Problem-Archive
bce1929d654b1bceb104f96d68c74349273dd1ff
[ "Apache-2.0" ]
null
null
null
below2.1/busyschedule.cc
danzel-py/Kattis-Problem-Archive
bce1929d654b1bceb104f96d68c74349273dd1ff
[ "Apache-2.0" ]
null
null
null
below2.1/busyschedule.cc
danzel-py/Kattis-Problem-Archive
bce1929d654b1bceb104f96d68c74349273dd1ff
[ "Apache-2.0" ]
null
null
null
#include <algorithm> #include <iostream> #include <utility> using namespace std; int main(){ int n; while (true) { cin>>n; cin.ignore(255,'\n'); if(n == 0){ break; } string s; pair<string,int> arr[n]; string raw[n]; for (int i = 0;...
20.152174
43
0.332255
danzel-py
8b29b1ce9bcceb73f0e8bd0d279e333787967fe9
1,696
cc
C++
src/lib/TileSet.cc
jube/libtmx
495d94ddb11d10b3dd2e7707b2c57916675a9f2b
[ "0BSD" ]
5
2015-04-29T14:05:30.000Z
2021-03-26T19:27:13.000Z
src/lib/TileSet.cc
jube/libtmx
495d94ddb11d10b3dd2e7707b2c57916675a9f2b
[ "0BSD" ]
1
2015-03-24T08:57:28.000Z
2015-03-24T08:57:28.000Z
src/lib/TileSet.cc
jube/libtmx
495d94ddb11d10b3dd2e7707b2c57916675a9f2b
[ "0BSD" ]
4
2015-03-23T23:42:37.000Z
2020-07-09T08:23:13.000Z
/* * Copyright (c) 2013-2014, Julien Bernard * * 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 AUTHO...
36.085106
111
0.685142
jube
8b2b4ea1edf1d7f52c6c0a80f5cd2cc24224d672
3,489
inl
C++
include/base64_decode.inl
bcrist/bengine-util
398ccedf39ce8d85c15ad0b8334991a6498ac80d
[ "MIT" ]
null
null
null
include/base64_decode.inl
bcrist/bengine-util
398ccedf39ce8d85c15ad0b8334991a6498ac80d
[ "MIT" ]
null
null
null
include/base64_decode.inl
bcrist/bengine-util
398ccedf39ce8d85c15ad0b8334991a6498ac80d
[ "MIT" ]
null
null
null
#if !defined(BE_UTIL_STRING_BASE64_DECODE_HPP_) && !defined(DOXYGEN) #include "base64_decode.hpp" #elif !defined(BE_UTIL_STRING_BASE64_DECODE_INL_) #define BE_UTIL_STRING_BASE64_DECODE_INL_ namespace be::util { namespace detail { /////////////////////////////////////////////////////////////////////////////// template...
28.834711
109
0.4818
bcrist
8b2bb95f3f9879c38eaabd0cf0635e78cb47e11a
83,980
cpp
C++
module-services/service-cellular/ServiceCellular.cpp
SP2FET/MuditaOS-1
2906bb8a2fb3cdd39b167e600f6cc6d9ce1327bd
[ "BSL-1.0" ]
null
null
null
module-services/service-cellular/ServiceCellular.cpp
SP2FET/MuditaOS-1
2906bb8a2fb3cdd39b167e600f6cc6d9ce1327bd
[ "BSL-1.0" ]
null
null
null
module-services/service-cellular/ServiceCellular.cpp
SP2FET/MuditaOS-1
2906bb8a2fb3cdd39b167e600f6cc6d9ce1327bd
[ "BSL-1.0" ]
null
null
null
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #include "endpoints/developerMode/event/ATRequest.hpp" #include "handler/RawATHandler.hpp" #include "CellularUrcHandler.hpp" #include "service-cellular/CellularCall.hpp" #include "ser...
36.768827
126
0.651643
SP2FET
8b2bbd9da35d3774d949b40fdc27ec6110b0762c
20,461
hpp
C++
boost/lib/include/boost/asio/impl/compose.hpp
mamil/demo
32240d95b80175549e6a1904699363ce672a1591
[ "MIT" ]
177
2021-02-19T02:01:04.000Z
2022-03-30T07:31:21.000Z
boost/lib/include/boost/asio/impl/compose.hpp
mamil/demo
32240d95b80175549e6a1904699363ce672a1591
[ "MIT" ]
188
2021-02-19T04:15:55.000Z
2022-03-26T09:42:15.000Z
boost/lib/include/boost/asio/impl/compose.hpp
mamil/demo
32240d95b80175549e6a1904699363ce672a1591
[ "MIT" ]
78
2021-03-05T03:01:13.000Z
2022-03-29T07:10:01.000Z
// // impl/compose.hpp // ~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef BOOST_ASIO_IMPL_COMPOSE_HPP...
32.070533
80
0.740335
mamil
8b2dc994901a53642a4b7d3101ba4968a5d21caa
4,922
cpp
C++
GridGenerator/GridGenerator.cpp
Izay0i/SuperMarioBros3
46d254aa1ae4396175145d9743932c5c4fbf1763
[ "MIT" ]
1
2020-11-09T09:08:02.000Z
2020-11-09T09:08:02.000Z
GridGenerator/GridGenerator.cpp
Izay0i/SuperMarioBros3
46d254aa1ae4396175145d9743932c5c4fbf1763
[ "MIT" ]
null
null
null
GridGenerator/GridGenerator.cpp
Izay0i/SuperMarioBros3
46d254aa1ae4396175145d9743932c5c4fbf1763
[ "MIT" ]
null
null
null
#include <Windows.h> #include <iostream> #include <fstream> #include <vector> #include <string> //const unsigned int SCREEN_WIDTH = 256; //const unsigned int SCREEN_HEIGHT = 224; const unsigned int SCREEN_WIDTH = 500; const unsigned int SCREEN_HEIGHT = 500; const unsigned int CELL_WIDTH = SCREEN_WIDTH; const unsigne...
28.287356
94
0.609102
Izay0i
8b3114c6134d5018fee2d93708f7a6ce984dc7e6
2,625
cpp
C++
src/test/pq/notifications.cpp
skaae/taopq
a621cbba1f63c599819466f3da7ef7d352bdaf0d
[ "BSL-1.0" ]
142
2018-12-10T10:12:50.000Z
2022-03-26T16:01:06.000Z
src/test/pq/notifications.cpp
skaae/taopq
a621cbba1f63c599819466f3da7ef7d352bdaf0d
[ "BSL-1.0" ]
45
2018-11-29T13:13:59.000Z
2022-01-17T07:03:30.000Z
src/test/pq/notifications.cpp
skaae/taopq
a621cbba1f63c599819466f3da7ef7d352bdaf0d
[ "BSL-1.0" ]
34
2018-11-29T14:03:59.000Z
2022-03-15T13:08:13.000Z
// Copyright (c) 2016-2021 Daniel Frey and Dr. Colin Hirsch // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #include "../getenv.hpp" #include "../macros.hpp" #include <tao/pq/connection.hpp> #if defined( _WIN32 ...
29.166667
105
0.670095
skaae
8b3142098669ae216ebb5d300178f723667b43e8
2,955
hpp
C++
src/cpu/x64/lrn/jit_avx512_common_lrn_bwd_nhwc.hpp
NomotoKazuhiro/oneDNN
18795301d6776bc1431ec808cba7bdf83d191bf8
[ "Apache-2.0" ]
13
2020-05-29T07:39:23.000Z
2021-11-22T14:01:28.000Z
src/cpu/x64/lrn/jit_avx512_common_lrn_bwd_nhwc.hpp
NomotoKazuhiro/oneDNN
18795301d6776bc1431ec808cba7bdf83d191bf8
[ "Apache-2.0" ]
8
2020-09-04T02:05:19.000Z
2021-12-24T02:18:37.000Z
src/cpu/x64/lrn/jit_avx512_common_lrn_bwd_nhwc.hpp
NomotoKazuhiro/oneDNN
18795301d6776bc1431ec808cba7bdf83d191bf8
[ "Apache-2.0" ]
24
2020-08-07T04:21:48.000Z
2021-12-09T02:03:35.000Z
/******************************************************************************* * Copyright 2020 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
35.60241
80
0.720474
NomotoKazuhiro
8b3287ce970f6aea0e3ce65b9b5531055ed91c25
875
cpp
C++
Problems/rotateImage.cpp
ShivamDureja/Data-Structures-And-Algorithms
49c8fe18cbb57c54e8af900ca166604f967e7285
[ "Unlicense" ]
1
2021-11-24T05:25:42.000Z
2021-11-24T05:25:42.000Z
Problems/rotateImage.cpp
ShivamDureja/Data-Structures-And-Algorithms
49c8fe18cbb57c54e8af900ca166604f967e7285
[ "Unlicense" ]
null
null
null
Problems/rotateImage.cpp
ShivamDureja/Data-Structures-And-Algorithms
49c8fe18cbb57c54e8af900ca166604f967e7285
[ "Unlicense" ]
null
null
null
#include <iostream> #include <algorithm> void rotate_image(int a[][4], int n) { for (int i = 0; i < n; i++) { std::reverse(a[i], a[i] + n); } //take transpose for (int i = 0; i < n; i++) { for (int j = 0; j < n; j++) { if(i<j) std::swap(a[i][...
19.886364
74
0.354286
ShivamDureja
8b347c3494d34d4d749fdbc9eb8960a8cd5a10da
31,004
cpp
C++
lib/src/AMRTools/QuadCFInterp.cpp
rmrsk/Chombo-3.3
f2119e396460c1bb19638effd55eb71c2b35119e
[ "BSD-3-Clause-LBNL" ]
10
2018-02-01T20:57:36.000Z
2022-03-17T02:57:49.000Z
lib/src/AMRTools/QuadCFInterp.cpp
rmrsk/Chombo-3.3
f2119e396460c1bb19638effd55eb71c2b35119e
[ "BSD-3-Clause-LBNL" ]
19
2018-10-04T21:37:18.000Z
2022-02-25T16:20:11.000Z
lib/src/AMRTools/QuadCFInterp.cpp
rmrsk/Chombo-3.3
f2119e396460c1bb19638effd55eb71c2b35119e
[ "BSD-3-Clause-LBNL" ]
11
2019-01-12T23:33:32.000Z
2021-08-09T15:19:50.000Z
#ifdef CH_LANG_CC /* * _______ __ * / ___/ / ___ __ _ / / ___ * / /__/ _ \/ _ \/ V \/ _ \/ _ \ * \___/_//_/\___/_/_/_/_.__/\___/ * Please refer to Copyright.txt, in Chombo's root directory. */ #endif #include "QuadCFInterp.H" #include "BoxIterator.H" #include "QuadCFInterpF_F...
34.564103
89
0.505967
rmrsk
8b3656201ca82e44df019eb542cb94d58c49daca
2,195
hpp
C++
include/memoria/context/fixedsize_stack.hpp
victor-smirnov/memoria
c36a957c63532176b042b411b1646c536e71a658
[ "BSL-1.0", "Apache-2.0", "OLDAP-2.8", "BSD-3-Clause" ]
2
2021-07-30T16:54:24.000Z
2021-09-08T15:48:17.000Z
include/memoria/context/fixedsize_stack.hpp
victor-smirnov/memoria
c36a957c63532176b042b411b1646c536e71a658
[ "BSL-1.0", "Apache-2.0", "OLDAP-2.8", "BSD-3-Clause" ]
null
null
null
include/memoria/context/fixedsize_stack.hpp
victor-smirnov/memoria
c36a957c63532176b042b411b1646c536e71a658
[ "BSL-1.0", "Apache-2.0", "OLDAP-2.8", "BSD-3-Clause" ]
2
2020-03-14T15:15:25.000Z
2020-06-15T11:26:56.000Z
// Copyright Oliver Kowalke 2014. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef MEMORIA_CONTEXT_FIXEDSIZE_H #define MEMORIA_CONTEXT_FIXEDSIZE_H #include <cstddef> #include <cstdl...
23.858696
105
0.680182
victor-smirnov
8b3807485cad4609617e9017bb5fcb8d213dbb88
8,241
cpp
C++
CSGOSimple/helpers/utils.cpp
Tyler-Admin/CSGOSimple
99a659a1368ed9445b9ccf8ec4514d25d9bf81d6
[ "MIT" ]
400
2018-10-30T14:52:13.000Z
2022-03-29T11:46:24.000Z
CSGOSimple/helpers/utils.cpp
Tyler-Admin/CSGOSimple
99a659a1368ed9445b9ccf8ec4514d25d9bf81d6
[ "MIT" ]
126
2018-12-03T15:54:57.000Z
2022-03-23T17:11:53.000Z
CSGOSimple/helpers/utils.cpp
Tyler-Admin/CSGOSimple
99a659a1368ed9445b9ccf8ec4514d25d9bf81d6
[ "MIT" ]
316
2018-11-09T22:38:38.000Z
2022-03-25T13:35:09.000Z
#include "Utils.hpp" #define NOMINMAX #include <Windows.h> #include <stdio.h> #include <string> #include <vector> #include "../valve_sdk/csgostructs.hpp" #include "Math.hpp" HANDLE _out = NULL, _old_out = NULL; HANDLE _err = NULL, _old_err = NULL; HANDLE _in = NULL, _old_in = NULL; namespace Utils { std::vector<c...
27.47
158
0.522752
Tyler-Admin
8b3caed5e086b375e3f851f8eb858ac79e2db7df
9,916
cpp
C++
examples/example-ftxui-extension.cpp
perfkitpp/perfkit
19b691c8337b47594ed6be28051b3a5ee31af389
[ "MIT" ]
null
null
null
examples/example-ftxui-extension.cpp
perfkitpp/perfkit
19b691c8337b47594ed6be28051b3a5ee31af389
[ "MIT" ]
6
2021-10-14T15:38:06.000Z
2022-01-08T12:55:04.000Z
examples/example-ftxui-extension.cpp
perfkitpp/perfkit
19b691c8337b47594ed6be28051b3a5ee31af389
[ "MIT" ]
null
null
null
// MIT License // // Copyright (c) 2021-2022. Seungwoo Kang // // 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,...
40.145749
130
0.619907
perfkitpp
8b3d56d6f717976bb780f72b942c32c9839a2262
945
cc
C++
node/binding/webgl/WebGLTexture.cc
jwxbond/GCanvas
f4bbb207d3b47abab3103da43371f47a86b0a3bd
[ "Apache-2.0" ]
4
2017-08-04T04:31:33.000Z
2019-11-01T06:32:23.000Z
node/binding/webgl/WebGLTexture.cc
jwxbond/GCanvas
f4bbb207d3b47abab3103da43371f47a86b0a3bd
[ "Apache-2.0" ]
2
2017-10-31T11:55:16.000Z
2018-02-01T10:33:39.000Z
node/binding/webgl/WebGLTexture.cc
jwxbond/GCanvas
f4bbb207d3b47abab3103da43371f47a86b0a3bd
[ "Apache-2.0" ]
null
null
null
/** * Created by G-Canvas Open Source Team. * Copyright (c) 2017, Alibaba, Inc. All rights reserved. * * This source code is licensed under the Apache Licence 2.0. * For the full copyright and license information, please view * the LICENSE file in the root directory of this source tree. */ #include "WebGLTexture...
29.53125
97
0.719577
jwxbond
8b3e21556e4ec325a557384cae395eda73b602c2
3,819
cpp
C++
test/unit/module/math/cosd.cpp
the-moisrex/eve
80b52663eefee11460abb0aedf4158a5067cf7dc
[ "MIT" ]
340
2020-09-16T21:12:48.000Z
2022-03-28T15:40:33.000Z
test/unit/module/math/cosd.cpp
the-moisrex/eve
80b52663eefee11460abb0aedf4158a5067cf7dc
[ "MIT" ]
383
2020-09-17T06:56:35.000Z
2022-03-13T15:58:53.000Z
test/unit/module/math/cosd.cpp
the-moisrex/eve
80b52663eefee11460abb0aedf4158a5067cf7dc
[ "MIT" ]
28
2021-02-27T23:11:23.000Z
2022-03-25T12:31:29.000Z
//================================================================================================== /** EVE - Expressive Vector Engine Copyright : EVE Contributors & Maintainers SPDX-License-Identifier: MIT **/ //================================================================================================== #...
46.012048
116
0.532338
the-moisrex
8b3e4f0a9886e7b1a98fc35c7f3e579114ba0685
12,285
hpp
C++
include/Zenject/SubContainerCreatorByNewGameObjectMethod_1.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
include/Zenject/SubContainerCreatorByNewGameObjectMethod_1.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
include/Zenject/SubContainerCreatorByNewGameObjectMethod_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: Zenject.SubContainerCreatorB...
67.131148
347
0.745136
RedBrumbler
8b4f1b0fee4fbc0a88e890a4008cce88d17c4842
1,519
cpp
C++
event_loop_base_kqueue.cpp
looyao/mevent
fa268e93b33264c71d086ba9387b5ab2fabd0257
[ "MIT" ]
42
2017-03-07T02:45:22.000Z
2019-02-26T15:26:25.000Z
event_loop_base_kqueue.cpp
looyao/mevent
fa268e93b33264c71d086ba9387b5ab2fabd0257
[ "MIT" ]
null
null
null
event_loop_base_kqueue.cpp
looyao/mevent
fa268e93b33264c71d086ba9387b5ab2fabd0257
[ "MIT" ]
11
2017-03-07T06:42:30.000Z
2019-03-06T03:15:46.000Z
#include "event_loop_base.h" #include <sys/event.h> #include <stdlib.h> namespace mevent { int EventLoopBase::Create() { return kqueue(); } int EventLoopBase::Add(int evfd, int fd, int mask, void *data) { struct kevent ev; if (mask & MEVENT_IN) { EV_SET(&ev, fd, EVFILT_READ, EV_ADD, 0, 0, d...
23.734375
95
0.520737
looyao
332d77eb71a4311cc316f682b76f34991f99d338
2,324
cpp
C++
automated-tests/src/dali/dali-test-suite-utils/test-render-surface.cpp
nui-dali/dali-core
bc9255ec35bec7223cd6a18fb2b3a6fcc273936b
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
automated-tests/src/dali/dali-test-suite-utils/test-render-surface.cpp
nui-dali/dali-core
bc9255ec35bec7223cd6a18fb2b3a6fcc273936b
[ "Apache-2.0", "BSD-3-Clause" ]
1
2020-03-22T10:19:17.000Z
2020-03-22T10:19:17.000Z
automated-tests/src/dali/dali-test-suite-utils/test-render-surface.cpp
fayhot/dali-core
a69ea317f30961164520664a645ac36c387055ef
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2019 Samsung Electronics 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...
20.034483
99
0.770224
nui-dali
332f0f13acb05d384ddc9992f6123529f29d7dcc
1,791
hpp
C++
plugins/account_plugin/include/eosio/account_plugin/account_manager.hpp
jayden211/eos3
974e98739f3ce5cbcf8c8bc4a241a9e29c7e1d22
[ "MIT" ]
null
null
null
plugins/account_plugin/include/eosio/account_plugin/account_manager.hpp
jayden211/eos3
974e98739f3ce5cbcf8c8bc4a241a9e29c7e1d22
[ "MIT" ]
null
null
null
plugins/account_plugin/include/eosio/account_plugin/account_manager.hpp
jayden211/eos3
974e98739f3ce5cbcf8c8bc4a241a9e29c7e1d22
[ "MIT" ]
null
null
null
/** * @file * @copyright defined in eos/LICENSE.txt */ #pragma once #include <eosio/chain/transaction.hpp> #include "model.hpp" namespace fc { class variant; } namespace eosio { namespace account { /// Provides associate of wallet name to wallet and manages the interaction with each wallet. /// /// The name of ...
30.355932
118
0.726968
jayden211
332fabc654220811b7f2a3fa3e8e4b966530a521
2,602
cpp
C++
test/protobuf-pbop-plugin-unittest/TestBufferedConnection.cpp
themucha/protobuf-pbop-plugin
824b9db7d64d699f9c00fc79ea50b460345994d8
[ "MIT" ]
4
2020-09-10T08:38:40.000Z
2022-02-28T23:39:32.000Z
test/protobuf-pbop-plugin-unittest/TestBufferedConnection.cpp
themucha/protobuf-pbop-plugin
824b9db7d64d699f9c00fc79ea50b460345994d8
[ "MIT" ]
15
2020-06-24T20:31:56.000Z
2020-07-25T16:30:56.000Z
test/protobuf-pbop-plugin-unittest/TestBufferedConnection.cpp
end2endzone/protobuf-pipe-plugin
40dd2ba245fe0713f6b1f68622bc765711d3c7b8
[ "MIT-0", "MIT" ]
3
2021-07-16T21:22:38.000Z
2022-02-28T23:39:34.000Z
/********************************************************************************** * MIT License * * Copyright (c) 2018 Antoine Beauchamp * * 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 So...
30.611765
83
0.690623
themucha
332fd4ce8d394e1084a66c35b4bbbbef0b6c7d66
12,318
cpp
C++
amt/Selection.cpp
dehilsterlexis/eclide-1
0c1685cc7165191b5033d450c59aec479f01010a
[ "Apache-2.0" ]
8
2016-08-29T13:34:18.000Z
2020-12-04T15:20:36.000Z
amt/Selection.cpp
dehilsterlexis/eclide-1
0c1685cc7165191b5033d450c59aec479f01010a
[ "Apache-2.0" ]
221
2016-06-20T19:51:48.000Z
2022-03-29T20:46:46.000Z
amt/Selection.cpp
dehilsterlexis/eclide-1
0c1685cc7165191b5033d450c59aec479f01010a
[ "Apache-2.0" ]
13
2016-06-24T15:59:31.000Z
2022-01-01T11:48:20.000Z
#include "StdAfx.h" #include "Selection.h" // =========================================================================== class NoCaseCompare { public: bool operator ()(const std::_tstring & l, const std::_tstring & r) const { return _tcsicmp(l.c_str(), r.c_str()) < 0; } }; // ==================...
31.911917
196
0.632408
dehilsterlexis
332feca63b89116619245c718a218cf790008234
3,347
hpp
C++
includes/utils/opengl/Shader.hpp
tnicolas42/bomberman
493d7243fabb1e5b6d5adfdcb5eb5973869b83a2
[ "MIT" ]
6
2020-03-13T16:45:13.000Z
2022-03-30T18:20:48.000Z
includes/utils/opengl/Shader.hpp
tnicolas42/bomberman
493d7243fabb1e5b6d5adfdcb5eb5973869b83a2
[ "MIT" ]
191
2020-03-02T14:47:19.000Z
2020-06-03T08:13:00.000Z
includes/utils/opengl/Shader.hpp
tnicolas42/bomberman
493d7243fabb1e5b6d5adfdcb5eb5973869b83a2
[ "MIT" ]
null
null
null
#ifndef SHADER_HPP_ #define SHADER_HPP_ #include <string> #include <fstream> #include <sstream> #include "includesOpengl.hpp" /** * @brief Shader class used to manage shader compilation * * It also adds some tools to set uniform and activate shader easier * Warning! before instantiating a Shader object you need ...
31.87619
107
0.683896
tnicolas42
3331757475cabab8b155d46b723b7294567871bc
1,570
hpp
C++
Source/AliveLibAE/FootSwitch.hpp
Leonard2/alive_reversing
c6d85f435e275db1d41e2ec8b4e52454aa932e05
[ "MIT" ]
null
null
null
Source/AliveLibAE/FootSwitch.hpp
Leonard2/alive_reversing
c6d85f435e275db1d41e2ec8b4e52454aa932e05
[ "MIT" ]
null
null
null
Source/AliveLibAE/FootSwitch.hpp
Leonard2/alive_reversing
c6d85f435e275db1d41e2ec8b4e52454aa932e05
[ "MIT" ]
null
null
null
#pragma once #include "BaseAnimatedWithPhysicsGameObject.hpp" #include "Path.hpp" #include "FunctionFwd.hpp" enum class SwitchOp : s16; enum class FootSwitchTriggerBy : s16 { eOnlyAbe_0 = 0, eAnyone_1 = 1, }; struct Path_FootSwitch final : public Path_TLV { s16 field_10_id; Scale_short field_12_scal...
23.787879
71
0.751592
Leonard2
3332cd4f747431afa12ee581f73f6c5d4515a574
18,366
cc
C++
src/tint/reader/spirv/parser_type.cc
encounter/dawn-cmake
64a23ce0ede5f232cc209b69d64164ede6810b65
[ "Apache-2.0" ]
null
null
null
src/tint/reader/spirv/parser_type.cc
encounter/dawn-cmake
64a23ce0ede5f232cc209b69d64164ede6810b65
[ "Apache-2.0" ]
null
null
null
src/tint/reader/spirv/parser_type.cc
encounter/dawn-cmake
64a23ce0ede5f232cc209b69d64164ede6810b65
[ "Apache-2.0" ]
null
null
null
// Copyright 2021 The Tint Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed ...
31.181664
97
0.67674
encounter
3334a81c2583860a639ea5e929b629572b6d3297
3,958
cpp
C++
sensing/preprocessor/pointcloud/pointcloud_preprocessor/src/outlier_filter/voxel_grid_outlier_filter_nodelet.cpp
kmiya/AutowareArchitectureProposal.iv
386b52c9cc90f4535ad833014f2f9500f0e64ccf
[ "Apache-2.0" ]
null
null
null
sensing/preprocessor/pointcloud/pointcloud_preprocessor/src/outlier_filter/voxel_grid_outlier_filter_nodelet.cpp
kmiya/AutowareArchitectureProposal.iv
386b52c9cc90f4535ad833014f2f9500f0e64ccf
[ "Apache-2.0" ]
null
null
null
sensing/preprocessor/pointcloud/pointcloud_preprocessor/src/outlier_filter/voxel_grid_outlier_filter_nodelet.cpp
kmiya/AutowareArchitectureProposal.iv
386b52c9cc90f4535ad833014f2f9500f0e64ccf
[ "Apache-2.0" ]
1
2021-07-20T09:38:30.000Z
2021-07-20T09:38:30.000Z
// Copyright 2020 Tier IV, Inc. // // 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 i...
40.387755
98
0.755937
kmiya
333a7c80909dbe0c80e2f55ad224219311a575aa
2,983
cpp
C++
lib/ai/strategy.cpp
TaimoorRana/Risk
ed96461f2b87d6336e50b27a35f50946e9125c86
[ "MIT" ]
3
2016-05-23T09:39:08.000Z
2016-10-08T03:28:24.000Z
lib/ai/strategy.cpp
TaimoorRana/Risk
ed96461f2b87d6336e50b27a35f50946e9125c86
[ "MIT" ]
3
2017-09-11T00:51:55.000Z
2017-09-11T00:52:05.000Z
lib/ai/strategy.cpp
Taimoorrana1/Risk
ed96461f2b87d6336e50b27a35f50946e9125c86
[ "MIT" ]
1
2017-02-12T19:35:39.000Z
2017-02-12T19:35:39.000Z
#include "strategy.h" #include "librisk.h" Strategy::Strategy() { this->driver = GameDriver::getInstance(); } /** * @brief A signal sent to the Strategy class from the game driver to indicate * that a computer-controlled player should made their move. * * The AI strategy implementations override each of the fooP...
32.78022
99
0.712035
TaimoorRana
333be30b4764b335302c25d2b6dc8ac79f8e55f5
1,137
cpp
C++
TwitchXX/PeriodType.cpp
burannah/TwitchXX
d1845c615d106bfb223e20cdab0c88923f2588ad
[ "BSD-3-Clause" ]
8
2016-10-22T11:36:48.000Z
2021-02-03T07:09:54.000Z
TwitchXX/PeriodType.cpp
burannah/TwitchXX
d1845c615d106bfb223e20cdab0c88923f2588ad
[ "BSD-3-Clause" ]
3
2018-10-01T20:48:03.000Z
2018-10-25T12:11:25.000Z
TwitchXX/PeriodType.cpp
burannah/TwitchXX
d1845c615d106bfb223e20cdab0c88923f2588ad
[ "BSD-3-Clause" ]
3
2017-12-09T11:29:31.000Z
2020-11-09T15:19:25.000Z
// // Created by buran on 14/03/18. // #include <PeriodType.h> #include <TwitchException.h> std::string TwitchXX::PeriodType::toString(TwitchXX::PeriodType::Value v) { static const std::map<Value, std::string> strs{{Value::ALL, "all"}, {Value::DAY, "day"}, {Value::WEEK, "week"}, {Value::MONTH, "month"}}; try ...
27.071429
141
0.626209
burannah
333c389d97af347535bf2571053a19641ff8cb80
1,307
cpp
C++
libs/network/example/http/hello_world_client.cpp
antoinelefloch/cpp-netlib
5eb9b5550a10d06f064ee9883c7d942d3426f31b
[ "BSL-1.0" ]
1
2018-01-28T14:30:42.000Z
2018-01-28T14:30:42.000Z
libs/network/example/http/hello_world_client.cpp
antoinelefloch/cpp-netlib
5eb9b5550a10d06f064ee9883c7d942d3426f31b
[ "BSL-1.0" ]
1
2018-08-10T04:47:12.000Z
2018-08-10T13:54:57.000Z
libs/network/example/http/hello_world_client.cpp
antoinelefloch/cpp-netlib
5eb9b5550a10d06f064ee9883c7d942d3426f31b
[ "BSL-1.0" ]
5
2017-12-28T12:42:25.000Z
2021-07-01T07:41:53.000Z
// Copyright (c) Glyn Matthews 2010. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) //[ hello_world_client_main /*` This is a part of the 'Hello World' example. We create a client o...
27.229167
69
0.58378
antoinelefloch
33406a33053a64a4375a14b8d09d72fab0ccf2d6
387
cpp
C++
assets/code_box/bk_2748_slow.cpp
happyOBO/happyOBO.github.io
96e60a67b9b84c26f01312f8ca5ade35803c521f
[ "MIT" ]
2
2020-10-24T03:25:30.000Z
2021-08-01T05:18:18.000Z
assets/code_box/bk_2748_slow.cpp
happyOBO/happyOBO.github.io
96e60a67b9b84c26f01312f8ca5ade35803c521f
[ "MIT" ]
2
2020-12-05T14:31:19.000Z
2020-12-06T05:09:43.000Z
assets/code_box/bk_2748_slow.cpp
happyOBO/happyOBO.github.io
96e60a67b9b84c26f01312f8ca5ade35803c521f
[ "MIT" ]
4
2020-08-26T10:02:11.000Z
2020-10-22T05:55:18.000Z
#include <iostream> #include <vector> #include <utility> // pair using namespace std; // 동적 계획법 int pibonacci(int n) { if(n <= 1) { return n; } else { return pibonacci(n-1) + pibonacci(n-2); } } int main(void) { // int n; // cin>>n; for(int i = 0; i< 90;i++) ...
11.727273
47
0.472868
happyOBO
33459a3e4d3f4d771d7a680d4943e8f3028c6087
2,673
hpp
C++
graph_tree/HLD_lazy.hpp
hotman78/cpplib
c2f85c8741cdd0b731a5aa828b28b38c70c8d699
[ "CC0-1.0" ]
null
null
null
graph_tree/HLD_lazy.hpp
hotman78/cpplib
c2f85c8741cdd0b731a5aa828b28b38c70c8d699
[ "CC0-1.0" ]
null
null
null
graph_tree/HLD_lazy.hpp
hotman78/cpplib
c2f85c8741cdd0b731a5aa828b28b38c70c8d699
[ "CC0-1.0" ]
null
null
null
#pragma once #include"./graph_template.hpp" #include"../segment_tree/lazy_segment_tree.hpp" template<typename T,typename E,typename F,typename G,typename H> class HLD_lazy{ int child_size(const graph& v,int n,int p){ int cnt=0; for(auto t:v[n]){ if(t!=p)cnt+=child_size(v,t,n); } return sz[n]=cnt+1; } vo...
22.275
101
0.564908
hotman78
334643dd47c207e863046585a1cc5f7bdea0d79f
1,005
hpp
C++
SDK/ARKSurvivalEvolved_Task_StunForestKaiju_parameters.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
10
2020-02-17T19:08:46.000Z
2021-07-31T11:07:19.000Z
SDK/ARKSurvivalEvolved_Task_StunForestKaiju_parameters.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
9
2020-02-17T18:15:41.000Z
2021-06-06T19:17:34.000Z
SDK/ARKSurvivalEvolved_Task_StunForestKaiju_parameters.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
3
2020-07-22T17:42:07.000Z
2021-06-19T17:16:13.000Z
#pragma once // ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_Task_StunForestKaiju_classes.hpp" namespace sdk { //--------------------------------------------------------------------------- //Parameters //-------------------------------------------------...
29.558824
152
0.553234
2bite
33465f942ba9784413f05fae279e98d3edfb5ef4
4,878
cpp
C++
HelicopterGame/Engine.cpp
MattGardiner97/HelicopterGame
7cb14bd66e7ce69adb528a4974e5a1933b9fb057
[ "MIT" ]
2
2020-04-23T11:32:45.000Z
2020-11-05T16:33:46.000Z
HelicopterGame/Engine.cpp
MattGardiner97/HelicopterGame
7cb14bd66e7ce69adb528a4974e5a1933b9fb057
[ "MIT" ]
null
null
null
HelicopterGame/Engine.cpp
MattGardiner97/HelicopterGame
7cb14bd66e7ce69adb528a4974e5a1933b9fb057
[ "MIT" ]
null
null
null
#include <stdio.h> #include <string> #include "Engine.h" using namespace std; bool Engine::Init(string WindowTitle) { TTF_Init(); _graphics = new Graphics; if (_graphics->Init(WindowTitle) == false) return false; _textureManager = new TextureManager(_graphics->GetRenderer()); _time = new Time; if (_time->...
19.280632
98
0.709922
MattGardiner97
334a491b4cee77ecb4bcce660376daef16196376
2,522
hpp
C++
SuperReads_RNA/global-1/jellyfish/include/jellyfish/text_dumper.hpp
Kuanhao-Chao/multiStringTie
be37f9b4ae72b14e7cf645f24725b7186f66a816
[ "MIT" ]
255
2015-02-18T20:27:23.000Z
2022-03-18T18:55:35.000Z
SuperReads_RNA/global-1/jellyfish/include/jellyfish/text_dumper.hpp
Kuanhao-Chao/multiStringTie
be37f9b4ae72b14e7cf645f24725b7186f66a816
[ "MIT" ]
350
2015-03-11T14:24:06.000Z
2022-03-29T03:54:10.000Z
SuperReads_RNA/global-1/jellyfish/include/jellyfish/text_dumper.hpp
wrf/stringtie
2e99dccd9a2e2ce51cfddcb3896984fa773697f7
[ "MIT" ]
66
2015-02-19T00:21:38.000Z
2022-03-30T09:52:23.000Z
/* This file is part of Jellyfish. Jellyfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Jellyfish is distributed ...
28.337079
81
0.693101
Kuanhao-Chao
334d01c7077b5ab8b0418cc313ebb7b6942228d6
265,388
cpp
C++
groups/bsl/bslstl/bslstl_stack.t.cpp
eddiepierce/bde
45953ece9dd1cd8732f01a1cd24bbe838791d298
[ "Apache-2.0" ]
1
2021-01-05T00:22:16.000Z
2021-01-05T00:22:16.000Z
groups/bsl/bslstl/bslstl_stack.t.cpp
eddiepierce/bde
45953ece9dd1cd8732f01a1cd24bbe838791d298
[ "Apache-2.0" ]
2
2020-11-05T15:20:55.000Z
2021-01-05T19:38:43.000Z
groups/bsl/bslstl/bslstl_stack.t.cpp
eddiepierce/bde
45953ece9dd1cd8732f01a1cd24bbe838791d298
[ "Apache-2.0" ]
2
2020-01-16T17:58:12.000Z
2020-08-11T20:59:30.000Z
// bslstl_stack.t.cpp -*-C++-*- #include <bslstl_stack.h> #include <bslstl_vector.h> #include <bsltf_stdstatefulallocator.h> #include <bsltf_stdtestallocator.h> #include <bsltf_templatetestfacility.h> #include <bsltf_testvaluesarray.h> #include <bslma_allocator.h> #inc...
37.389124
79
0.527254
eddiepierce
3353ff81d09048c05d9b81e88a697c3030074d58
7,859
cc
C++
source/common/http/codec_client.cc
spenceral/envoy
5333b928d8bcffa26ab19bf018369a835f697585
[ "Apache-2.0" ]
1
2020-10-27T21:20:41.000Z
2020-10-27T21:20:41.000Z
source/common/http/codec_client.cc
spenceral/envoy
5333b928d8bcffa26ab19bf018369a835f697585
[ "Apache-2.0" ]
137
2020-11-19T03:32:36.000Z
2022-03-28T21:14:14.000Z
source/common/http/codec_client.cc
baojr/envoy
fe62d976a26faa46efc590a48a734f11ee6545f9
[ "Apache-2.0" ]
1
2021-05-18T14:12:17.000Z
2021-05-18T14:12:17.000Z
#include "common/http/codec_client.h" #include <cstdint> #include <memory> #include "envoy/http/codec.h" #include "common/common/enum_to_int.h" #include "common/config/utility.h" #include "common/http/exception.h" #include "common/http/http1/codec_impl.h" #include "common/http/http2/codec_impl.h" #include "common/ht...
37.070755
97
0.706451
spenceral
3354a84bee3d35265cbe663d2405c9cfa1adef30
11,427
hpp
C++
libraries/boost/include/boost/hana/tuple.hpp
SheldonHH/eosio.cdt
64448283307b2daebb7db4df947fafd3fc56a83c
[ "MIT" ]
918
2016-12-22T02:53:08.000Z
2022-03-22T06:21:35.000Z
libraries/boost/include/boost/hana/tuple.hpp
SheldonHH/eosio.cdt
64448283307b2daebb7db4df947fafd3fc56a83c
[ "MIT" ]
594
2018-09-06T02:03:01.000Z
2022-03-23T19:18:26.000Z
libraries/boost/include/boost/hana/tuple.hpp
SheldonHH/eosio.cdt
64448283307b2daebb7db4df947fafd3fc56a83c
[ "MIT" ]
349
2018-09-06T05:02:09.000Z
2022-03-12T11:07:17.000Z
/*! @file Defines `boost::hana::tuple`. @copyright Louis Dionne 2013-2017 @copyright Jason Rice 2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_HANA_TUPLE_HPP #define BOOST_HANA_TUPLE_HPP #include <boost/...
36.507987
105
0.548613
SheldonHH
3359a6ae3816d07eb1feae546979c1f85c2c3098
578
cpp
C++
src/RE/BSShader/BSShaderMaterial/BSLightingShaderMaterialLandscape.cpp
fireundubh/CommonLibSSE-po3
cf30265f3cd3aa70a8eeff4d598754439e983ddd
[ "MIT" ]
1
2021-08-30T20:33:43.000Z
2021-08-30T20:33:43.000Z
src/RE/BSShader/BSShaderMaterial/BSLightingShaderMaterialLandscape.cpp
fireundubh/CommonLibSSE-po3
cf30265f3cd3aa70a8eeff4d598754439e983ddd
[ "MIT" ]
null
null
null
src/RE/BSShader/BSShaderMaterial/BSLightingShaderMaterialLandscape.cpp
fireundubh/CommonLibSSE-po3
cf30265f3cd3aa70a8eeff4d598754439e983ddd
[ "MIT" ]
null
null
null
#include "RE/BSShader/BSShaderMaterial/BSLightingShaderMaterialBase/BSLightingShaderMaterialLandscape.h" namespace RE { BSLightingShaderMaterialLandscape* BSLightingShaderMaterialLandscape::CreateMaterial() { auto material = malloc<BSLightingShaderMaterialLandscape>(); material->ctor(); return material; } ...
28.9
104
0.811419
fireundubh
335acd0f7e0fe3cd4c6f95b7aea5810746f8e5b3
31,089
cc
C++
src/gb/base/flags_test.cc
jpursey/game-bits
2daefa2cef5601939dbea50a755b8470e38656ae
[ "MIT" ]
1
2020-07-11T17:03:19.000Z
2020-07-11T17:03:19.000Z
src/gb/base/flags_test.cc
jpursey/gbits
4dfedd1297ca368ad1d80a03308fc4da0241f948
[ "MIT" ]
2
2021-12-10T13:38:51.000Z
2022-02-22T16:02:24.000Z
src/gb/base/flags_test.cc
jpursey/game-bits
2daefa2cef5601939dbea50a755b8470e38656ae
[ "MIT" ]
null
null
null
// Copyright (c) 2020 John Pursey // // Use of this source code is governed by an MIT-style License that can be found // in the LICENSE file or at https://opensource.org/licenses/MIT. #include "gb/base/flags.h" #include "gtest/gtest.h" namespace gb { namespace { enum BasicEnum { kBasicEnum_Zero, kBasicEnum_One,...
49.347619
80
0.650455
jpursey
335ca6fb8a6661b107a94f833bbb91c34917de01
482
cpp
C++
vox.render/profiling/profiler_spy.cpp
ArcheGraphics/Arche-cpp
da6770edd4556a920b3f7298f38176107caf7e3a
[ "MIT" ]
8
2022-02-15T12:54:57.000Z
2022-03-30T16:35:58.000Z
vox.render/profiling/profiler_spy.cpp
yangfengzzz/DigitalArche
da6770edd4556a920b3f7298f38176107caf7e3a
[ "MIT" ]
null
null
null
vox.render/profiling/profiler_spy.cpp
yangfengzzz/DigitalArche
da6770edd4556a920b3f7298f38176107caf7e3a
[ "MIT" ]
null
null
null
// Copyright (c) 2022 Feng Yang // // I am making my contributions/submissions to this project solely in my // personal capacity and am not conveying any rights to any intellectual // property of any third parties. #include "profiler_spy.h" namespace vox { ProfilerSpy::ProfilerSpy(const std::string &p_name) : nam...
22.952381
73
0.709544
ArcheGraphics
335f2459bf433f0f369bf98d4226422b110deaf2
2,805
cpp
C++
src/utilities/Convertible.cpp
gle8098/succotash
7f4189418301b4f9322a4cfa6dc205fcbe999d40
[ "MIT" ]
2
2020-05-19T10:52:20.000Z
2020-10-26T18:39:22.000Z
src/utilities/Convertible.cpp
gle8098/succotash
7f4189418301b4f9322a4cfa6dc205fcbe999d40
[ "MIT" ]
2
2020-04-27T08:27:22.000Z
2020-05-06T17:27:06.000Z
src/utilities/Convertible.cpp
gle8098/succotash
7f4189418301b4f9322a4cfa6dc205fcbe999d40
[ "MIT" ]
null
null
null
#include "Convertible.hpp" #include <functional> #include <stdexcept> namespace succotash::utilities { //------------------------------------------------------------------------------ // Local functions which are not for export //------------------------------------------------------------------------------ inline ...
26.214953
80
0.547594
gle8098
3362d8f4beef1376eb5dba1aaad9fe6cb430e9fe
872
hpp
C++
modules/classes/HoldQueue1.hpp
PercyPanJX/Scheduling-and-Deadlock-Avoidance
d51d6a7b3da7333559592e7381add1c0ef25fb2e
[ "Apache-2.0" ]
null
null
null
modules/classes/HoldQueue1.hpp
PercyPanJX/Scheduling-and-Deadlock-Avoidance
d51d6a7b3da7333559592e7381add1c0ef25fb2e
[ "Apache-2.0" ]
null
null
null
modules/classes/HoldQueue1.hpp
PercyPanJX/Scheduling-and-Deadlock-Avoidance
d51d6a7b3da7333559592e7381add1c0ef25fb2e
[ "Apache-2.0" ]
1
2020-07-24T20:07:23.000Z
2020-07-24T20:07:23.000Z
/* * HoldQueue1.hpp * * Created on: 2018/5/13 * Author: Qun Cheng * Author: Jiaxuan(Percy) Pan */ #ifndef HOLDQUEUE1_HPP_ #define HOLDQUEUE1_HPP_ #include "HoldQueue2.hpp" class HoldQueue1{ std::list<Job> q; public: HoldQueue1(){} bool empty(){ return q.empty(); } ...
12.823529
43
0.516055
PercyPanJX
33644ce440a5f006d9304c5e93ae4520c2eb71f8
4,892
cc
C++
validator/cpp/htmlparser/renderer.cc
li-cai/amphtml
78fed1a5551cae5486717acbd45878a1e36343a0
[ "Apache-2.0" ]
3
2016-02-25T15:32:53.000Z
2021-01-21T16:11:38.000Z
validator/cpp/htmlparser/renderer.cc
ColombiaOnline/amphtml
92f8b2681933d3904c64f1d162f6e25dc8fb617c
[ "Apache-2.0" ]
93
2020-03-05T19:09:47.000Z
2021-05-13T15:12:03.000Z
validator/cpp/htmlparser/renderer.cc
ColombiaOnline/amphtml
92f8b2681933d3904c64f1d162f6e25dc8fb617c
[ "Apache-2.0" ]
1
2018-04-03T08:10:10.000Z
2018-04-03T08:10:10.000Z
#include <algorithm> #include "atomutil.h" #include "elements.h" #include "renderer.h" #include "strings.h" namespace htmlparser { namespace { inline void WriteToBuffer(const std::string& str, std::stringbuf* buf) { buf->sputn(str.c_str(), str.size()); } // Writes str surrounded by quotes to buf. Normally it wil...
28.44186
78
0.55601
li-cai
3364b3d7bf5e8c34701a087abd3890bbd3554559
5,878
cpp
C++
src/rpg_setup.cpp
MarianoGnu/liblcf
02c640335ad13f2d815409a171045c42b23f7b86
[ "MIT" ]
null
null
null
src/rpg_setup.cpp
MarianoGnu/liblcf
02c640335ad13f2d815409a171045c42b23f7b86
[ "MIT" ]
null
null
null
src/rpg_setup.cpp
MarianoGnu/liblcf
02c640335ad13f2d815409a171045c42b23f7b86
[ "MIT" ]
null
null
null
/* * This file is part of liblcf. Copyright (c) 2018 liblcf authors. * https://github.com/EasyRPG/liblcf - https://easyrpg.org * * liblcf is Free/Libre Open Source Software, released under the MIT License. * For the full copyright and license information, please view the COPYING * file that was distributed with t...
28.259615
77
0.732052
MarianoGnu
3365a5ad57e6c45f7114f0b79dd29353013c7b01
2,490
cpp
C++
Codeforces/915C/greedy.cpp
codgician/ACM
391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4
[ "MIT" ]
2
2018-02-14T01:59:31.000Z
2018-03-28T03:30:45.000Z
Codeforces/915C/greedy.cpp
codgician/ACM
391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4
[ "MIT" ]
null
null
null
Codeforces/915C/greedy.cpp
codgician/ACM
391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4
[ "MIT" ]
2
2017-12-30T02:46:35.000Z
2018-03-28T03:30:49.000Z
#include <iostream> #include <cstdio> #include <cmath> #include <algorithm> #include <cstring> #include <string> #include <iomanip> #include <climits> #include <vector> #include <set> #include <queue> #define SIZE 10 using namespace std; int arr[SIZE]; int main() { ios::sync_with_stdio(false); string origNum,...
22.035398
62
0.323293
codgician
3365b0a0467138b16194c86b4580da019d4859d4
703
cpp
C++
backend/tests/test-helib-fp-int8_t-multByConst.cpp
vkurilin/SHEEP
2ccaef32c16efcf5dbc8eefd1dc243bed4ac2fbb
[ "MIT" ]
40
2018-12-03T13:01:06.000Z
2022-02-23T13:04:12.000Z
backend/tests/test-helib-fp-int8_t-multByConst.cpp
vkurilin/SHEEP
2ccaef32c16efcf5dbc8eefd1dc243bed4ac2fbb
[ "MIT" ]
63
2018-09-11T14:13:31.000Z
2020-01-14T16:12:39.000Z
backend/tests/test-helib-fp-int8_t-multByConst.cpp
vkurilin/SHEEP
2ccaef32c16efcf5dbc8eefd1dc243bed4ac2fbb
[ "MIT" ]
7
2019-07-10T14:48:31.000Z
2022-03-23T09:12:11.000Z
#include <memory> #include <algorithm> #include <cassert> #include <cstdint> #include "circuit-repo.hpp" #include "circuit-test-util.hpp" #include "context-helib.hpp" int main(void) { using namespace SHEEP; ContextHElib_Fp<int8_t> ctx; std::vector<ContextHElib_Fp<int8_t>::Plaintext> pt_input = {55, -42, 120};...
22.677419
79
0.70128
vkurilin
3365bc9ea0ff7a332d8d478b2da52f7d8acda705
11,408
cpp
C++
wallet/swaps/swap_offers_board.cpp
DavidBurkett/beam
c352f54fb18136188d4470d2178a95b1deb335c2
[ "Apache-2.0" ]
null
null
null
wallet/swaps/swap_offers_board.cpp
DavidBurkett/beam
c352f54fb18136188d4470d2178a95b1deb335c2
[ "Apache-2.0" ]
null
null
null
wallet/swaps/swap_offers_board.cpp
DavidBurkett/beam
c352f54fb18136188d4470d2178a95b1deb335c2
[ "Apache-2.0" ]
null
null
null
// Copyright 2019 The Beam Team // // 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...
37.526316
149
0.579856
DavidBurkett
3365dfa70b4ebb775aa8effd904b37fe9c221358
3,005
hpp
C++
libHCore/inc/time.hpp
adeliktas/Hayha3
a505b6e79e6cabd8ef8d899eeb9f7e39251b58b5
[ "MIT" ]
15
2021-11-22T07:31:22.000Z
2022-02-22T22:53:51.000Z
libHCore/inc/time.hpp
adeliktas/Hayha3
a505b6e79e6cabd8ef8d899eeb9f7e39251b58b5
[ "MIT" ]
1
2021-11-26T19:27:40.000Z
2021-11-26T19:27:40.000Z
libHCore/inc/time.hpp
adeliktas/Hayha3
a505b6e79e6cabd8ef8d899eeb9f7e39251b58b5
[ "MIT" ]
5
2021-11-20T18:21:24.000Z
2021-12-26T12:32:47.000Z
#ifndef TIME_HPP #define TIME_HPP #include <chrono> using namespace std::chrono; using timeStamp = time_point<steady_clock,microseconds>; using timeStampSeconds = time_point<steady_clock,seconds>; extern timeStamp programStart; timeStamp getCurrentTimeMicro(); timeStamp getTimeInFuture(uint64_t usec); int64_t ti...
22.095588
70
0.607654
adeliktas
336b462ccee7e5caea92825ff3340f8f06560b62
1,868
hpp
C++
include/rba/RBASoundContent.hpp
NaohiroNISHIGUCHI/RBA
ac86e4ffa643b8050b25161c951bb43f4e36235a
[ "Apache-2.0" ]
2
2020-07-17T11:13:48.000Z
2020-07-30T09:37:08.000Z
include/rba/RBASoundContent.hpp
NaohiroNISHIGUCHI/RBA
ac86e4ffa643b8050b25161c951bb43f4e36235a
[ "Apache-2.0" ]
null
null
null
include/rba/RBASoundContent.hpp
NaohiroNISHIGUCHI/RBA
ac86e4ffa643b8050b25161c951bb43f4e36235a
[ "Apache-2.0" ]
3
2020-06-25T07:19:19.000Z
2020-06-26T13:06:13.000Z
// Copyright (c) 2018 DENSO CORPORATION. All rights reserved. /** * Sound content class */ #ifndef RBASOUNDCONTENT_HPP #define RBASOUNDCONTENT_HPP #ifdef _MSC_VER #ifdef _WINDLL #define DLL_EXPORT __declspec(dllexport) #else #define DLL_EXPORT __declspec(dllimport) #endif #else #define DLL_EXPORT #endif #include <...
22.238095
83
0.728587
NaohiroNISHIGUCHI
336ef2fb6bfaec758b0a786ded531b6e095dcf91
3,858
cc
C++
obj/pillar.cc
vinijabes/simutrans
cb90d7e29e8f7910936d98733fe9fe5f24893535
[ "Artistic-1.0" ]
null
null
null
obj/pillar.cc
vinijabes/simutrans
cb90d7e29e8f7910936d98733fe9fe5f24893535
[ "Artistic-1.0" ]
null
null
null
obj/pillar.cc
vinijabes/simutrans
cb90d7e29e8f7910936d98733fe9fe5f24893535
[ "Artistic-1.0" ]
null
null
null
/* * This file is part of the Simutrans project under the Artistic License. * (see LICENSE.txt) */ #include <string.h> #include "../simworld.h" #include "../simobj.h" #include "../simmem.h" #include "../display/simimg.h" #include "../bauer/brueckenbauer.h" #include "../descriptor/bridge_desc.h" #include "../bod...
26.606897
202
0.666407
vinijabes
336f1b15eae0ec9e0b76c2b529b9a3c57d7e2b3e
2,988
hpp
C++
include/veriblock/signutil.hpp
overcookedpanda/alt-integration-cpp
7932e79a77d9514ca0e0354636e77fba1845d707
[ "MIT" ]
null
null
null
include/veriblock/signutil.hpp
overcookedpanda/alt-integration-cpp
7932e79a77d9514ca0e0354636e77fba1845d707
[ "MIT" ]
null
null
null
include/veriblock/signutil.hpp
overcookedpanda/alt-integration-cpp
7932e79a77d9514ca0e0354636e77fba1845d707
[ "MIT" ]
null
null
null
// Copyright (c) 2019-2020 Xenios SEZC // https://www.veriblock.org // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __SIGNUTIL__HPP__ #define __SIGNUTIL__HPP__ #include <stdexcept> #include <vector> #include "slice.hpp"...
32.478261
70
0.754351
overcookedpanda
33727831f41b819ff16ff7f11aef09eb0e2644a4
587
cpp
C++
Quick-Sort.cpp
cirno99/Algorithms
6425b143f406693caf8f882bdfe5497c81df255a
[ "Unlicense" ]
1,210
2016-08-07T13:32:12.000Z
2022-03-21T01:01:57.000Z
Quick-Sort.cpp
NeilQingqing/Algorithms-2
c10d4c212fa1fbf8b9fb3c781d61f41e75e96aaa
[ "Unlicense" ]
7
2016-09-11T11:41:03.000Z
2017-10-29T02:12:57.000Z
Quick-Sort.cpp
NeilQingqing/Algorithms-2
c10d4c212fa1fbf8b9fb3c781d61f41e75e96aaa
[ "Unlicense" ]
514
2016-10-17T03:52:16.000Z
2022-03-19T16:23:33.000Z
#include <cstdio> #include <cstdlib> #define MAX_ELEMENT_COUNT 1000000 using namespace std; int d[MAX_ELEMENT_COUNT]; void qsort(int l, int r) { if (l < r) { int x = d[r]; int j = l - 1; for (int i = l; i <= r; i++) { if (d[i] <= x) { j++; int temp = d[i]; d[i] = d[j]; d[j] = temp...
11.979592
44
0.49063
cirno99
33755a50eb1476a6e77c3e9b7b8f35bbc38bf95a
3,532
cpp
C++
tests/distance_test.cpp
xjdr/VectorSearch
ab2c14c8f49d840a69ee1c93ec2c334704f59153
[ "MIT" ]
null
null
null
tests/distance_test.cpp
xjdr/VectorSearch
ab2c14c8f49d840a69ee1c93ec2c334704f59153
[ "MIT" ]
null
null
null
tests/distance_test.cpp
xjdr/VectorSearch
ab2c14c8f49d840a69ee1c93ec2c334704f59153
[ "MIT" ]
null
null
null
#include "gtest/gtest.h" #include "../vsearch/distance.h" #include "../vsearch/vsearch.pb.h" #include <iostream> #include <fstream> #include <string> class DistanceTest : public testing::Test { }; TEST(DistanceTest, DistanceTest_L2_Test_Far) { float pX[] = {1.3, 1.3}; float pY[] = {6.6, 6.2}; float r = vsear...
33.320755
86
0.669309
xjdr
337677706c3aa68ffd78265ced8be2125a993e25
1,892
cpp
C++
src/util/BalanceTests.cpp
fonero-project/fonero-core
75d6bcadf36df2bfe10c4b7777281540566f1f34
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
src/util/BalanceTests.cpp
fonero-project/fonero-core
75d6bcadf36df2bfe10c4b7777281540566f1f34
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
src/util/BalanceTests.cpp
fonero-project/fonero-core
75d6bcadf36df2bfe10c4b7777281540566f1f34
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
// Copyright 2017 Fonero Development Foundation and contributors. Licensed // under the Apache License, Version 2.0. See the COPYING file at the root // of this distribution or at http://www.apache.org/licenses/LICENSE-2.0 #include "lib/catch.hpp" #include "util/types.h" using namespace fonero; bool addBalance(int64...
34.4
74
0.638478
fonero-project
3377c4fe87b370c2b62636485d384f0a7bfa2d26
2,764
hpp
C++
include/sprout/range/adaptor/reversed.hpp
thinkoid/Sprout
a5a5944bb1779d3bb685087c58c20a4e18df2f39
[ "BSL-1.0" ]
4
2021-12-29T22:17:40.000Z
2022-03-23T11:53:44.000Z
dsp/lib/sprout/sprout/range/adaptor/reversed.hpp
TheSlowGrowth/TapeLooper
ee8d8dccc27e39a6f6f6f435847e4d5e1b97c264
[ "MIT" ]
16
2021-10-31T21:41:09.000Z
2022-01-22T10:51:34.000Z
include/sprout/range/adaptor/reversed.hpp
thinkoid/Sprout
a5a5944bb1779d3bb685087c58c20a4e18df2f39
[ "BSL-1.0" ]
null
null
null
/*============================================================================= Copyright (c) 2011-2019 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ==...
31.05618
106
0.709479
thinkoid
33782bfb7cfbdce14ac6dbc52b9be958ce0ed8dc
181
cpp
C++
VisceralCombatEngine/src/VCE/Renderer/RenderCommand.cpp
celestialkey/VisceralCombatEngine
b8021218401be5504ff07b087d9562c8c8ddbfb4
[ "Apache-2.0" ]
null
null
null
VisceralCombatEngine/src/VCE/Renderer/RenderCommand.cpp
celestialkey/VisceralCombatEngine
b8021218401be5504ff07b087d9562c8c8ddbfb4
[ "Apache-2.0" ]
null
null
null
VisceralCombatEngine/src/VCE/Renderer/RenderCommand.cpp
celestialkey/VisceralCombatEngine
b8021218401be5504ff07b087d9562c8c8ddbfb4
[ "Apache-2.0" ]
null
null
null
#include "vcepch.h" #include "RenderCommand.h" #include "Platform/OpenGL/OpenGLRendererAPI.h" namespace VCE { RendererAPI* RenderCommand::s_RendererAPI = new OpenGLRendererAPI; }
22.625
67
0.790055
celestialkey
3378ca8ab9cff2eb2f2ba1cbcba5f8f9e8d4bc8d
797
cpp
C++
0139 Word Break/solution.cpp
Aden-Tao/LeetCode
c34019520b5808c4251cb76f69ca2befa820401d
[ "MIT" ]
1
2019-12-19T04:13:15.000Z
2019-12-19T04:13:15.000Z
0139 Word Break/solution.cpp
Aden-Tao/LeetCode
c34019520b5808c4251cb76f69ca2befa820401d
[ "MIT" ]
null
null
null
0139 Word Break/solution.cpp
Aden-Tao/LeetCode
c34019520b5808c4251cb76f69ca2befa820401d
[ "MIT" ]
null
null
null
#include<bits/stdc++.h> using namespace std; class Solution { public: bool wordBreak(string s, vector<string>& wordDict) { unordered_set<string> dict(wordDict.begin(), wordDict.end()); vector<bool> dp(s.size() + 1, false);//dp表示字符之间的隔板,n个字符有n+1个隔板 dp[0] = true;//dp[0]是s[0]前面的隔板 ...
25.709677
70
0.460477
Aden-Tao
337a5ca724a532b719ac2574692b24f9b9005041
1,236
cpp
C++
joins/src/generators/uniform_generator.cpp
wagjamin/HashJoins
143ef7a90d8226ce26b8a5e2ec1be33af0f00d74
[ "MIT" ]
1
2022-01-08T05:55:07.000Z
2022-01-08T05:55:07.000Z
joins/src/generators/uniform_generator.cpp
wagjamin/HashJoins
143ef7a90d8226ce26b8a5e2ec1be33af0f00d74
[ "MIT" ]
null
null
null
joins/src/generators/uniform_generator.cpp
wagjamin/HashJoins
143ef7a90d8226ce26b8a5e2ec1be33af0f00d74
[ "MIT" ]
1
2020-05-08T03:58:17.000Z
2020-05-08T03:58:17.000Z
// // Benjamin Wagner 2018 // #include "generators/uniform_generator.h" #include <random> namespace generators { uniform_generator::uniform_generator(size_t min, uint64_t max, uint64_t count): built(false), min(min), max(max), count (count), data() { // Generate a pseudo random seed value ...
24.235294
100
0.604369
wagjamin
337b718539ddfe0f1fc0481bc8ceb14308fa1609
29,280
cpp
C++
include/aegis/impl/guild.cpp
willem640/aegis.cpp
8b560dc641c5c941c9474bec171999ca4b2c4108
[ "X11" ]
null
null
null
include/aegis/impl/guild.cpp
willem640/aegis.cpp
8b560dc641c5c941c9474bec171999ca4b2c4108
[ "X11" ]
null
null
null
include/aegis/impl/guild.cpp
willem640/aegis.cpp
8b560dc641c5c941c9474bec171999ca4b2c4108
[ "X11" ]
null
null
null
// // guild.cpp // ********* // // Copyright (c) 2019 Sharon W (sharon at aegis dot gg) // // Distributed under the MIT License. (See accompanying file LICENSE) // #include "aegis/guild.hpp" #include <string> #include <memory> #include "aegis/core.hpp" #include "aegis/member.hpp" #include "aegis/channel.hpp" #include ...
32.533333
186
0.645048
willem640
337d99d360949b5d94b5b3af654da0c7c8ce1e4b
1,597
hpp
C++
src/core/level/graph.hpp
guillaume-haerinck/imac-tower-defense
365a32642ea0d3ad8b2b7d63347d585c44d9f670
[ "MIT" ]
44
2019-06-06T21:33:30.000Z
2022-03-26T06:18:23.000Z
src/core/level/graph.hpp
guillaume-haerinck/imac-tower-defense
365a32642ea0d3ad8b2b7d63347d585c44d9f670
[ "MIT" ]
1
2019-09-27T12:04:52.000Z
2019-09-29T13:30:42.000Z
src/core/level/graph.hpp
guillaume-haerinck/imac-tower-defense
365a32642ea0d3ad8b2b7d63347d585c44d9f670
[ "MIT" ]
8
2019-07-26T16:44:26.000Z
2020-11-24T17:56:18.000Z
#pragma once #include <vector> #include <spdlog/spdlog.h> struct graphNode { graphNode(int x, int y) : x(x), y(y) {} int x; int y; }; struct graphEdge { graphEdge(int neighbourIndex, float dist) : neighbourIndex(neighbourIndex), dist(dist) {} int neighbourIndex; float dist; }; class Graph { public: Graph(); ...
32.591837
186
0.745773
guillaume-haerinck
33815308bd8d30f2771ee2020bb087d87e69c96d
22,259
cpp
C++
extras/jbcoin-libpp/extras/jbcoind/src/jbcoin/json/impl/json_reader.cpp
trongnmchainos/validator-keys-tool
cae131d6ab46051c0f47509b79b6efc47a70eec0
[ "BSL-1.0" ]
2
2020-03-03T12:46:29.000Z
2020-11-14T09:52:14.000Z
extras/jbcoin-libpp/extras/jbcoind/src/jbcoin/json/impl/json_reader.cpp
trongnmchainos/validator-keys-tool
cae131d6ab46051c0f47509b79b6efc47a70eec0
[ "BSL-1.0" ]
null
null
null
extras/jbcoin-libpp/extras/jbcoind/src/jbcoin/json/impl/json_reader.cpp
trongnmchainos/validator-keys-tool
cae131d6ab46051c0f47509b79b6efc47a70eec0
[ "BSL-1.0" ]
1
2020-03-03T12:46:30.000Z
2020-03-03T12:46:30.000Z
//------------------------------------------------------------------------------ /* This file is part of jbcoind: https://github.com/jbcoin/jbcoind Copyright (c) 2012, 2013 Jbcoin Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
23.138254
131
0.508334
trongnmchainos
3384423eb091f293f99d66f52a09831939616fde
32,676
cpp
C++
applications/mne_scan/plugins/ssvepbci/ssvepbci.cpp
13grife37/mne-cpp-swpold
9b89b3d7fe273d9f4ffd69b504e17f284eaba263
[ "BSD-3-Clause" ]
2
2017-04-20T20:21:16.000Z
2017-04-26T16:30:25.000Z
applications/mne_scan/plugins/ssvepbci/ssvepbci.cpp
13grife37/mne-cpp-swpold
9b89b3d7fe273d9f4ffd69b504e17f284eaba263
[ "BSD-3-Clause" ]
null
null
null
applications/mne_scan/plugins/ssvepbci/ssvepbci.cpp
13grife37/mne-cpp-swpold
9b89b3d7fe273d9f4ffd69b504e17f284eaba263
[ "BSD-3-Clause" ]
1
2017-04-23T15:55:31.000Z
2017-04-23T15:55:31.000Z
//============================================================================================================= /** * @file ssvepbci.cpp * @author Viktor Klüber <viktor.klueber@tu-ilmenau.de>; * Lorenz Esch <lorenz.esch@tu-ilmenau.de>; * Matti Hamalainen <msh@nmr.mgh.harvard.edu> * @version 1...
37.344
191
0.562095
13grife37
33858aa8773c010d80a42ebadd564f73db9b6324
1,549
hpp
C++
include/wtengine/mnu/apply.hpp
wtfsystems/wtengine
0fb56d6eb2ac6359509e7a52876c8656da6b3ce0
[ "MIT" ]
7
2020-06-16T18:47:35.000Z
2021-08-25T13:41:13.000Z
include/wtengine/mnu/apply.hpp
wtfsystems/wtengine
0fb56d6eb2ac6359509e7a52876c8656da6b3ce0
[ "MIT" ]
15
2020-07-23T14:03:39.000Z
2022-01-28T02:32:07.000Z
include/wtengine/mnu/apply.hpp
wtfsystems/wtengine
0fb56d6eb2ac6359509e7a52876c8656da6b3ce0
[ "MIT" ]
null
null
null
/*! * WTEngine | File: apply.hpp * * \author Matthew Evans * \version 0.7 * \copyright See LICENSE.md for copyright information. * \date 2019-2021 */ #ifndef WTE_MNU_ITEM_APPLY_HPP #define WTE_MNU_ITEM_APPLY_HPP #include <string> #include <vector> #include "wtengine/mnu/item.hpp" #include "wtengine/mgr/men...
19.858974
69
0.564881
wtfsystems
3387f7cceec9f7b22b107e00570175c4f67730f5
921
cpp
C++
dev/TreeView/TreeViewDragItemsCompletedEventArgs.cpp
riverar/microsoft-ui-xaml
ef3a0fcd85d200c98514e765eea94323b943cf1e
[ "MIT" ]
3,788
2019-05-07T02:41:36.000Z
2022-03-30T12:34:15.000Z
dev/TreeView/TreeViewDragItemsCompletedEventArgs.cpp
riverar/microsoft-ui-xaml
ef3a0fcd85d200c98514e765eea94323b943cf1e
[ "MIT" ]
6,170
2019-05-06T21:32:43.000Z
2022-03-31T23:46:55.000Z
dev/TreeView/TreeViewDragItemsCompletedEventArgs.cpp
riverar/microsoft-ui-xaml
ef3a0fcd85d200c98514e765eea94323b943cf1e
[ "MIT" ]
532
2019-05-07T12:15:58.000Z
2022-03-31T11:36:26.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. #include "pch.h" #include "common.h" #include "Vector.h" #include "TreeViewDragItemsCompletedEventArgs.h" TreeViewDragItemsCompletedEventArgs::TreeViewDragI...
30.7
163
0.785016
riverar
338935672ccf113b972a0343825e98e27b4f3d91
13,245
cc
C++
cpp/tests/test_five_round_distinguisher_present_sbox_small.cc
medsec/expectation-cryptanalysis-on-round-reduced-aes
52a4d5b4dd7555a1b4badafd95c5aeed92a70872
[ "Unlicense" ]
2
2019-06-04T00:52:17.000Z
2022-01-19T08:06:44.000Z
cpp/tests/test_five_round_distinguisher_present_sbox_small.cc
medsec/expectation-cryptanalysis-on-round-reduced-aes
52a4d5b4dd7555a1b4badafd95c5aeed92a70872
[ "Unlicense" ]
null
null
null
cpp/tests/test_five_round_distinguisher_present_sbox_small.cc
medsec/expectation-cryptanalysis-on-round-reduced-aes
52a4d5b4dd7555a1b4badafd95c5aeed92a70872
[ "Unlicense" ]
2
2019-06-03T08:12:29.000Z
2019-06-03T12:53:26.000Z
/** * __author__ = anonymized * __date__ = 2019-05 * __copyright__ = Creative Commons CC0 */ #include <array> #include <vector> #include <stdint.h> #include <stdlib.h> #include "ciphers/random_function.h" #include "ciphers/small_aes_present_sbox.h" #include "ciphers/small_state.h" #include "ciphers/speck64.h" ...
34.672775
80
0.564137
medsec
3391d4ec4e8475f0efde936f6982ebe7ad0db7af
4,624
cc
C++
EventGenerator/src/PrimaryProtonGunR_module.cc
pavel1murat/Offline
729840761324a4d9c49c037114dd3a3ec38e3358
[ "Apache-2.0" ]
null
null
null
EventGenerator/src/PrimaryProtonGunR_module.cc
pavel1murat/Offline
729840761324a4d9c49c037114dd3a3ec38e3358
[ "Apache-2.0" ]
null
null
null
EventGenerator/src/PrimaryProtonGunR_module.cc
pavel1murat/Offline
729840761324a4d9c49c037114dd3a3ec38e3358
[ "Apache-2.0" ]
null
null
null
/* This is a Replicated Module. A plug-in for running PrimaryProtonGun-based event generator for running in MT art. It produces a GenParticleCollection of primary protons using the PrimaryProtonGun. These Collections are used in Mu2eG4_module.cc. Original author Lisa Goodenough */ // Mu2e includes. #in...
34.766917
113
0.683824
pavel1murat
3392c25bc82629445d57429d1aaac874c7306995
635
hpp
C++
pythran/pythonic/numpy/ones_like.hpp
rfiischer/pythran
a580245b1b45e5eb0df01c518e442041b89afa21
[ "BSD-3-Clause" ]
null
null
null
pythran/pythonic/numpy/ones_like.hpp
rfiischer/pythran
a580245b1b45e5eb0df01c518e442041b89afa21
[ "BSD-3-Clause" ]
null
null
null
pythran/pythonic/numpy/ones_like.hpp
rfiischer/pythran
a580245b1b45e5eb0df01c518e442041b89afa21
[ "BSD-3-Clause" ]
null
null
null
#ifndef PYTHONIC_NUMPY_ONESLIKE_HPP #define PYTHONIC_NUMPY_ONESLIKE_HPP #include "pythonic/include/numpy/ones_like.hpp" #include "pythonic/utils/functor.hpp" #include "pythonic/numpy/ones.hpp" PYTHONIC_NS_BEGIN namespace numpy { template <class E, class dtype> auto ones_like(E const &expr, dtype d) -> decltype...
21.166667
75
0.710236
rfiischer
33945075e34bacee54c2f5c3effe95f5674874e5
3,225
cpp
C++
src/MushGame/MushGameMessageControlInfo.cpp
quimnuss/adanaxis
a04eb945fe808aeb9be5da305a37ff47e04dd006
[ "MIT" ]
null
null
null
src/MushGame/MushGameMessageControlInfo.cpp
quimnuss/adanaxis
a04eb945fe808aeb9be5da305a37ff47e04dd006
[ "MIT" ]
null
null
null
src/MushGame/MushGameMessageControlInfo.cpp
quimnuss/adanaxis
a04eb945fe808aeb9be5da305a37ff47e04dd006
[ "MIT" ]
null
null
null
//%Header { /***************************************************************************** * * File: src/MushGame/MushGameMessageControlInfo.cpp * * Author: Andy Southgate 2002-2005 * * This file contains original work by Andy Southgate. The author and his * employer (Mushware Limited) irrevocably waive all of ...
28.794643
116
0.674419
quimnuss
33949f698540e0c307de44ebe94117d7d98436bd
95,213
cpp
C++
HotSpot1.7-JVM-Linux-x86/src/share/vm/adlc/output_h.cpp
codefollower/Open-Source-Research
b9f2aed9d0f060b80be45f713c3d48fe91f247b2
[ "Apache-2.0" ]
184
2015-01-04T03:38:20.000Z
2022-03-30T05:47:21.000Z
HotSpot1.7/src/share/vm/adlc/output_h.cpp
doczyw/Open-Source-Research
b9f2aed9d0f060b80be45f713c3d48fe91f247b2
[ "Apache-2.0" ]
1
2016-01-17T09:18:17.000Z
2016-01-17T09:18:17.000Z
HotSpot1.7/src/share/vm/adlc/output_h.cpp
doczyw/Open-Source-Research
b9f2aed9d0f060b80be45f713c3d48fe91f247b2
[ "Apache-2.0" ]
101
2015-01-16T23:46:31.000Z
2022-03-30T05:47:06.000Z
/* * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
43.258973
232
0.602449
codefollower
3397507940455c76012aaa8f7131477356eca3a0
11,711
hh
C++
third_party/masstree-beta/masstree_remove.hh
nilyibo/eRPC
c9ec2c81672c45cca04a8bb2e0d7887c3e8cff32
[ "Apache-2.0" ]
1
2022-03-08T00:36:10.000Z
2022-03-08T00:36:10.000Z
third_party/masstree-beta/masstree_remove.hh
nilyibo/eRPC
c9ec2c81672c45cca04a8bb2e0d7887c3e8cff32
[ "Apache-2.0" ]
null
null
null
third_party/masstree-beta/masstree_remove.hh
nilyibo/eRPC
c9ec2c81672c45cca04a8bb2e0d7887c3e8cff32
[ "Apache-2.0" ]
null
null
null
/* Masstree * Eddie Kohler, Yandong Mao, Robert Morris * Copyright (c) 2012-2016 President and Fellows of Harvard College * Copyright (c) 2012-2016 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation...
31.566038
112
0.590129
nilyibo
339cfee207ba0db4e066b4a04a55a4a710578796
8,710
cpp
C++
RemoteControl/LinuxDevice.cpp
dwrobel/WPEFrameworkPlugins
0cf410aebe5b9d7a516eb0995e32383cc944f838
[ "Apache-2.0" ]
null
null
null
RemoteControl/LinuxDevice.cpp
dwrobel/WPEFrameworkPlugins
0cf410aebe5b9d7a516eb0995e32383cc944f838
[ "Apache-2.0" ]
null
null
null
RemoteControl/LinuxDevice.cpp
dwrobel/WPEFrameworkPlugins
0cf410aebe5b9d7a516eb0995e32383cc944f838
[ "Apache-2.0" ]
null
null
null
#include "RemoteAdministrator.h" #include <interfaces/IKeyHandler.h> #include <libudev.h> #include <linux/uinput.h> namespace WPEFramework { namespace Plugin { static char Locator[] = _T("/dev/input"); class LinuxDevice : public Exchange::IKeyProducer, Core::Thread { private: LinuxDevice(const L...
32.259259
137
0.443169
dwrobel
339dce0367f9e7ea9b31beb134823f9b12d7d9d2
1,900
cpp
C++
src/+cv/colorChange.cpp
1123852253/mexopencv
17db690133299f561924a45e9092673a4df66c5b
[ "BSD-3-Clause" ]
571
2015-01-04T06:23:19.000Z
2022-03-31T07:37:19.000Z
src/+cv/colorChange.cpp
1123852253/mexopencv
17db690133299f561924a45e9092673a4df66c5b
[ "BSD-3-Clause" ]
362
2015-01-06T14:20:46.000Z
2022-01-20T08:10:46.000Z
src/+cv/colorChange.cpp
1123852253/mexopencv
17db690133299f561924a45e9092673a4df66c5b
[ "BSD-3-Clause" ]
300
2015-01-20T03:21:27.000Z
2022-03-31T07:36:37.000Z
/** * @file colorChange.cpp * @brief mex interface for cv::colorChange * @ingroup photo * @author Amro * @date 2015 */ #include "mexopencv.hpp" #include "opencv2/photo.hpp" using namespace std; using namespace cv; /** * Main entry called from Matlab * @param nlhs number of left-hand-side arguments * @param pl...
29.230769
76
0.584737
1123852253
339e0d3a8aba3297551cefdabb6e799b63201e1a
438,399
cc
C++
deps/v8/src/hydrogen.cc
Myrannas/runtime
d81f9ec641bb84e6713ae2ad8de29e1e54c65f4d
[ "ECL-2.0", "Apache-2.0" ]
1
2018-03-06T20:08:50.000Z
2018-03-06T20:08:50.000Z
deps/v8/src/hydrogen.cc
Myrannas/runtime
d81f9ec641bb84e6713ae2ad8de29e1e54c65f4d
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
deps/v8/src/hydrogen.cc
Myrannas/runtime
d81f9ec641bb84e6713ae2ad8de29e1e54c65f4d
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
// Copyright 2013 the V8 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. #include "src/hydrogen.h" #include <algorithm> #include "src/v8.h" #include "src/allocation-site-scopes.h" #include "src/codegen.h" #include "src/ful...
35.463436
80
0.654931
Myrannas