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
817bba6a75790eebe32b49d453f61a894c62e9c7
1,520
cpp
C++
src/preprocessor/main.cpp
16bitnohito/cc
f1b1a15fd649ecf2c8dd6305b278d57e0887290b
[ "MIT" ]
null
null
null
src/preprocessor/main.cpp
16bitnohito/cc
f1b1a15fd649ecf2c8dd6305b278d57e0887290b
[ "MIT" ]
null
null
null
src/preprocessor/main.cpp
16bitnohito/cc
f1b1a15fd649ecf2c8dd6305b278d57e0887290b
[ "MIT" ]
null
null
null
#include <algorithm> #include <iostream> #include <string> #include <system_error> #include <vector> #include <preprocessor/logger.h> #include <preprocessor/preprocessor.h> #include <preprocessor/utility.h> using namespace pp; using namespace std; #if HOST_PLATFORM == PLATFORM_WINDOWS int wmain(int argc, wchar_t* arg...
24.918033
84
0.636184
16bitnohito
817da4ec44723aa089d402ba948564e2a81480bf
11,298
cpp
C++
Rasterizer/src/Rasterizer.cpp
litelawliet/ISARTRasterizer
329ed70ea830cfff286c01d8efa5e726276f1fcd
[ "MIT" ]
1
2020-03-23T14:36:02.000Z
2020-03-23T14:36:02.000Z
Rasterizer/src/Rasterizer.cpp
litelawliet/ISARTRasterizer
329ed70ea830cfff286c01d8efa5e726276f1fcd
[ "MIT" ]
null
null
null
Rasterizer/src/Rasterizer.cpp
litelawliet/ISARTRasterizer
329ed70ea830cfff286c01d8efa5e726276f1fcd
[ "MIT" ]
null
null
null
#include "Rasterizer.h" #include "Maths/Vec3.h" #include "Maths/Vec4.h" #include "Light.h" #include <algorithm> #include <iostream> #include <iomanip> #include <vector> using namespace Maths::Vector; Rasterizer::Rasterizer(SDL_Renderer * p_renderer, SDL_Window * p_window, const unsigned int p_width, const unsigned...
34.03012
242
0.66587
litelawliet
817e798e33ffab5f13d5d2214b101f62660e82a1
1,545
hpp
C++
Runtime/Graphics/Shaders/CColoredQuadFilter.hpp
henriquegemignani/urde
78185e682e16c3e1b41294d92f2841357272acb2
[ "MIT" ]
1
2020-06-09T07:49:34.000Z
2020-06-09T07:49:34.000Z
Runtime/Graphics/Shaders/CColoredQuadFilter.hpp
henriquegemignani/urde
78185e682e16c3e1b41294d92f2841357272acb2
[ "MIT" ]
6
2020-06-09T07:49:45.000Z
2021-04-06T22:19:57.000Z
Runtime/Graphics/Shaders/CColoredQuadFilter.hpp
henriquegemignani/urde
78185e682e16c3e1b41294d92f2841357272acb2
[ "MIT" ]
null
null
null
#pragma once #include "Runtime/CToken.hpp" #include <boo/graphicsdev/IGraphicsDataFactory.hpp> #include <zeus/CColor.hpp> #include <zeus/CMatrix4f.hpp> #include <zeus/CRectangle.hpp> namespace urde { class CTexture; enum class EFilterShape; enum class EFilterType; class CColoredQuadFilter { struct Uniform { ...
29.150943
108
0.754045
henriquegemignani
817ea4c1bffbb0ba5227fe1df5d2c46cc0484494
2,656
cc
C++
chrome/browser/ash/login/screens/recommend_apps/recommend_apps_fetcher.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
chrome/browser/ash/login/screens/recommend_apps/recommend_apps_fetcher.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
chrome/browser/ash/login/screens/recommend_apps/recommend_apps_fetcher.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // #include "chrome/browser/ash/login/screens/recommend_apps/recommend_apps_fetcher.h" #include "ash/constants/ash_switches.h" #include "ash/public/ash_in...
36.888889
88
0.753389
zealoussnow
817fe3d03ed0d0a32e32cbec53edc92566aa5f90
3,930
cc
C++
google/cloud/storage/tests/slow_reader_chunk_integration_test.cc
joezqren/google-cloud-cpp
325d312b0a21569f3c57515aec7d91f3540d3b48
[ "Apache-2.0" ]
299
2019-01-31T12:17:56.000Z
2022-03-30T15:46:15.000Z
google/cloud/storage/tests/slow_reader_chunk_integration_test.cc
joezqren/google-cloud-cpp
325d312b0a21569f3c57515aec7d91f3540d3b48
[ "Apache-2.0" ]
6,560
2019-01-29T03:15:15.000Z
2022-03-31T23:58:48.000Z
google/cloud/storage/tests/slow_reader_chunk_integration_test.cc
joezqren/google-cloud-cpp
325d312b0a21569f3c57515aec7d91f3540d3b48
[ "Apache-2.0" ]
253
2019-02-07T01:18:13.000Z
2022-03-30T17:21:10.000Z
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
34.473684
79
0.697964
joezqren
81801ca68111b2ae0d676ad91cc4fb7e510343a9
722
cpp
C++
kviewer.cpp
CryFeiFei/KTodo
cee290e69ce050810c23e23b2a24e2849251b7e4
[ "MIT" ]
3
2019-12-12T02:27:25.000Z
2021-06-21T02:48:59.000Z
kviewer.cpp
CryFeiFei/KTodo
cee290e69ce050810c23e23b2a24e2849251b7e4
[ "MIT" ]
null
null
null
kviewer.cpp
CryFeiFei/KTodo
cee290e69ce050810c23e23b2a24e2849251b7e4
[ "MIT" ]
null
null
null
#include "kviewer.h" #include <QSplitter> #include <QVBoxLayout> #include "kleftwidget.h" #include "ktodowidget.h" KViewer::KViewer(QWidget *parent) : QWidget(parent) { QVBoxLayout* mainLayout = new QVBoxLayout(this); mainLayout->setContentsMargins(0, 0, 0, 0); m_splitter = new QSplitter(Qt::Horizontal, this); ...
24.066667
54
0.753463
CryFeiFei
8180420848baf101ea0e8a97c8a4e537855eeefe
7,426
cpp
C++
poly.cpp
shibatch/rectdetect
2d303e0bcb915a0e82178fa197f7e67de822f4e8
[ "MIT" ]
51
2018-12-18T03:36:39.000Z
2022-03-30T10:42:25.000Z
poly.cpp
archit120/rectdetect
2d303e0bcb915a0e82178fa197f7e67de822f4e8
[ "MIT" ]
4
2018-12-18T06:00:45.000Z
2019-11-18T09:51:55.000Z
poly.cpp
archit120/rectdetect
2d303e0bcb915a0e82178fa197f7e67de822f4e8
[ "MIT" ]
16
2018-12-18T12:07:04.000Z
2022-02-16T21:29:04.000Z
// Copyright Naoki Shibata 2018. Distributed under the MIT License. #ifdef _MSC_VER #define _USE_MATH_DEFINES #define _CRT_SECURE_NO_WARNINGS #endif #include <stdio.h> #include <stdarg.h> #include <stdlib.h> #include <stdint.h> #include <math.h> #include <time.h> //#include <sys/time.h> #define CL_USE_DEPRECATED_OPE...
37.695431
169
0.68314
shibatch
818269f1283f0c9eeceb7ea988300c4396691e64
494
cpp
C++
src/system/kernel/arch/aarch64/arch_timer.cpp
korli/haiku-jarek
c0cdd1413970ec2ca2cc7fab623f20161b1cec0b
[ "MIT" ]
1
2021-08-31T01:47:13.000Z
2021-08-31T01:47:13.000Z
src/system/kernel/arch/aarch64/arch_timer.cpp
korli/haiku-jarek
c0cdd1413970ec2ca2cc7fab623f20161b1cec0b
[ "MIT" ]
null
null
null
src/system/kernel/arch/aarch64/arch_timer.cpp
korli/haiku-jarek
c0cdd1413970ec2ca2cc7fab623f20161b1cec0b
[ "MIT" ]
3
2018-12-17T13:07:38.000Z
2021-09-08T13:07:31.000Z
/* * Copyright 2018, Jaroslaw Pelczar <jarek@jpelczar.com> * Distributed under the terms of the MIT License. */ #include <boot/stage2.h> #include <kernel.h> #include <arch/int.h> #include <arch/cpu.h> #include <console.h> #include <debug.h> #include <timer.h> #include <int.h> #include <safemode.h> #include <arch...
13.351351
56
0.724696
korli
8182bf01fbf352ca0415f9a3312a5510abfdb2b7
611
cpp
C++
NSS/Utils.cpp
Debu922/Natural-Selection-Simulator
f84279f3b635443506ec30cd88f0ddcc7b421497
[ "MIT" ]
null
null
null
NSS/Utils.cpp
Debu922/Natural-Selection-Simulator
f84279f3b635443506ec30cd88f0ddcc7b421497
[ "MIT" ]
null
null
null
NSS/Utils.cpp
Debu922/Natural-Selection-Simulator
f84279f3b635443506ec30cd88f0ddcc7b421497
[ "MIT" ]
null
null
null
#include "Utils.h" #include <math.h> #include <stdint.h> #include "Position.h" uint64_t s[2]; uint64_t newRand() { uint64_t s1 = s[0]; uint64_t s0 = s[1]; uint64_t result = s0 + s1; s[0] = s0; s1 ^= s1 << 23; s[1] = s1 ^ s0 ^ (s1 >> 18) ^ (s0 >> 5); return result; } void setRandSeed(int se...
16.513514
95
0.551555
Debu922
8182dd63e04c13f7943b5aa2b240feeabe5f3c52
7,521
cpp
C++
arena2d-sim/arena/Environment.cpp
LeiDoubi/arena2D
3524784ef0714a002cd0f5d69ae13dfc27e5082b
[ "MIT" ]
null
null
null
arena2d-sim/arena/Environment.cpp
LeiDoubi/arena2D
3524784ef0714a002cd0f5d69ae13dfc27e5082b
[ "MIT" ]
null
null
null
arena2d-sim/arena/Environment.cpp
LeiDoubi/arena2D
3524784ef0714a002cd0f5d69ae13dfc27e5082b
[ "MIT" ]
null
null
null
/* Author: Cornelius Marx */ #include "Environment.hpp" // EnvironmentThread EnvironmentThread::EnvironmentThread(){ state = WAITING; state_mutex = SDL_CreateMutex(); state_cond = SDL_CreateCond(); thread = SDL_CreateThread(EnvironmentThread::thread_func, "", (void*)this); } EnvironmentThread::~EnvironmentThread(...
23
118
0.717458
LeiDoubi
818320d76fcd00a06efc2c172bdb7465aefb4d57
5,377
cpp
C++
hphp/tools/bootstrap/gen-infotabs.cpp
chregu/hhvm
e95c8aff36dad178adac2418f2dbf5bb65ac2431
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
hphp/tools/bootstrap/gen-infotabs.cpp
chregu/hhvm
e95c8aff36dad178adac2418f2dbf5bb65ac2431
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
hphp/tools/bootstrap/gen-infotabs.cpp
chregu/hhvm
e95c8aff36dad178adac2418f2dbf5bb65ac2431
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-2014 Facebook, Inc. (http://www.facebook.com) | +---------...
31.261628
80
0.492468
chregu
8183705cdf74af63cd0a865f7d17cb2b4514eeb6
24,771
cc
C++
mlmodel/build/format/CategoricalMapping.pb.cc
Mistobaan/coremltools
e5ce33c6396077c0b267180a92573355a8ab53eb
[ "BSD-3-Clause" ]
11,356
2017-12-08T19:42:32.000Z
2022-03-31T16:55:25.000Z
mlmodel/build/format/CategoricalMapping.pb.cc
Mistobaan/coremltools
e5ce33c6396077c0b267180a92573355a8ab53eb
[ "BSD-3-Clause" ]
2,402
2017-12-08T22:31:01.000Z
2022-03-28T19:25:52.000Z
mlmodel/build/format/CategoricalMapping.pb.cc
Mistobaan/coremltools
e5ce33c6396077c0b267180a92573355a8ab53eb
[ "BSD-3-Clause" ]
1,343
2017-12-08T19:47:19.000Z
2022-03-26T11:31:36.000Z
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: CategoricalMapping.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "CategoricalMapping.pb.h" #include <algorithm> #include <google/protobuf/stubs/common.h> #include <google/protobuf/stubs/port.h> #include <google/protobuf/stub...
35.236131
126
0.734569
Mistobaan
8185446b0a85d0a9265123b86d82d5e88e94e32f
554
cc
C++
Part-I/Ch06/6.7/6.56.cc
RingZEROtlf/Cpp-Primer
bde40534eeca733350825c41f268415fdccb1cc3
[ "MIT" ]
1
2021-09-23T13:13:12.000Z
2021-09-23T13:13:12.000Z
Part-I/Ch06/6.7/6.56.cc
RingZEROtlf/Cpp-Primer
bde40534eeca733350825c41f268415fdccb1cc3
[ "MIT" ]
null
null
null
Part-I/Ch06/6.7/6.56.cc
RingZEROtlf/Cpp-Primer
bde40534eeca733350825c41f268415fdccb1cc3
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> using namespace std; vector<int(*)(int, int)> vec; int sum(int a, int b) { return a + b; } int sub(int a, int b) { return a - b; } int mul(int a, int b) { return a * b; } int div(int a, int b) { return a / b; } int main() { vec.push_back(sum); vec.push...
13.85
33
0.519856
RingZEROtlf
81877491358cc8b726bf4314fd777611bf47885e
971
cpp
C++
CR/Engine/Core/source/Timer.cpp
duhone/conjure
9b98309d01471a7ef3953f7d7e9fe6e98aa82c55
[ "MIT" ]
null
null
null
CR/Engine/Core/source/Timer.cpp
duhone/conjure
9b98309d01471a7ef3953f7d7e9fe6e98aa82c55
[ "MIT" ]
null
null
null
CR/Engine/Core/source/Timer.cpp
duhone/conjure
9b98309d01471a7ef3953f7d7e9fe6e98aa82c55
[ "MIT" ]
null
null
null
module; #include "fmt/compile.h" #include "fmt/format.h" module CR.Engine.Core.Timer; using namespace std; using namespace CR::Engine::Core; Timer::Timer() { Reset(); } /* Reset the total time back to 0. Also resets the last frame time back to 0. Generally only used when total time is needed. */ void Time...
22.581395
106
0.700309
duhone
81881c87cac5b8409a2938453e9bf6aab34293e6
497
cpp
C++
MeetingCodes/Meeting2/nelli_trap.cpp
knelli2/spectre-cpp-basics
9ac3f192a3673e708e8cd33efce0b3eba13f46fc
[ "MIT" ]
null
null
null
MeetingCodes/Meeting2/nelli_trap.cpp
knelli2/spectre-cpp-basics
9ac3f192a3673e708e8cd33efce0b3eba13f46fc
[ "MIT" ]
null
null
null
MeetingCodes/Meeting2/nelli_trap.cpp
knelli2/spectre-cpp-basics
9ac3f192a3673e708e8cd33efce0b3eba13f46fc
[ "MIT" ]
null
null
null
#include <cmath> #include "nelli_trap.hpp" /// function to numerically integrate using trap midpoint double trap(double (* const func)(const double), const double step_size, const double lower_bound, const double upper_bound) noexcept { double result; for(doubl...
31.0625
72
0.623742
knelli2
81897befa1386ea9e459724c115e395f33485f68
311
hpp
C++
include/args.hpp
tomdodd4598/UCL-PHAS0100-BumbleNassExample1
134f415ea9a4b884ab34208517db26d66bef7aeb
[ "MIT" ]
null
null
null
include/args.hpp
tomdodd4598/UCL-PHAS0100-BumbleNassExample1
134f415ea9a4b884ab34208517db26d66bef7aeb
[ "MIT" ]
null
null
null
include/args.hpp
tomdodd4598/UCL-PHAS0100-BumbleNassExample1
134f415ea9a4b884ab34208517db26d66bef7aeb
[ "MIT" ]
null
null
null
#ifndef ARGS_H #define ARGS_H #include <tuple> namespace args { /*template<typename... T> std::tuple<T...> argv_tuple(int argc, char** argv) { std::tuple<T...> tuple; for (int i = 1; i < argc; ++i) { std::get<i>(tuple) = } return tuple; }*/ } #endif
16.368421
56
0.501608
tomdodd4598
818a765296a63b0c2f3148233ea93f15370c2bb2
13,369
hpp
C++
src/armnn/Network.hpp
sahilbandar/armnn
249950645b7bc0593582182097c7e2f1d6d97442
[ "MIT" ]
1
2022-02-10T11:06:30.000Z
2022-02-10T11:06:30.000Z
src/armnn/Network.hpp
sahilbandar/armnn
249950645b7bc0593582182097c7e2f1d6d97442
[ "MIT" ]
null
null
null
src/armnn/Network.hpp
sahilbandar/armnn
249950645b7bc0593582182097c7e2f1d6d97442
[ "MIT" ]
null
null
null
// // Copyright © 2017 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // #pragma once #include <armnn/DescriptorsFwd.hpp> #include <armnn/LstmParams.hpp> #include <armnn/QuantizedLstmParams.hpp> #include <armnn/TensorFwd.hpp> #include <armnn/Types.hpp> #include <armnn/INetwork.hpp> #i...
45.013468
115
0.603261
sahilbandar
818e004a4d746c98b05ba3e0a64b31b01d2b842e
5,045
hpp
C++
src/mlpack/methods/reinforcement_learning/q_networks/simple_dqn.hpp
oblanchet/mlpack
e02ab3be544694294d2f73bd12a98d0d162ef3af
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
4,216
2015-01-01T02:06:12.000Z
2022-03-31T19:12:06.000Z
src/mlpack/methods/reinforcement_learning/q_networks/simple_dqn.hpp
oblanchet/mlpack
e02ab3be544694294d2f73bd12a98d0d162ef3af
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2,621
2015-01-01T01:41:47.000Z
2022-03-31T19:01:26.000Z
src/mlpack/methods/reinforcement_learning/q_networks/simple_dqn.hpp
oblanchet/mlpack
e02ab3be544694294d2f73bd12a98d0d162ef3af
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1,972
2015-01-01T23:37:13.000Z
2022-03-28T06:03:41.000Z
/** * @file methods/reinforcement_learning/q_networks/simple_dqn.hpp * @author Nishant Kumar * * This file contains the implementation of the simple deep q network. * * mlpack is free software; you may redistribute it and/or modify it under the * terms of the 3-clause BSD license. You should have received a cop...
28.994253
78
0.677304
oblanchet
818fe92c0f897494daa0a01ab0b41d3f7563833e
3,779
hpp
C++
include/VROSC/BeatCounterUI_SyncToggleSource.hpp
RedBrumbler/virtuoso-codegen
e83f6f0f9b47bec4b6dd976b21edc1d46bf3cfe3
[ "Unlicense" ]
null
null
null
include/VROSC/BeatCounterUI_SyncToggleSource.hpp
RedBrumbler/virtuoso-codegen
e83f6f0f9b47bec4b6dd976b21edc1d46bf3cfe3
[ "Unlicense" ]
null
null
null
include/VROSC/BeatCounterUI_SyncToggleSource.hpp
RedBrumbler/virtuoso-codegen
e83f6f0f9b47bec4b6dd976b21edc1d46bf3cfe3
[ "Unlicense" ]
null
null
null
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "beatsaber-hook/shared/utils/typedefs.h" #include "beatsaber-hook/shared/utils/byref.hpp" // Including type: VROSC.BeatCounterUI #include "VROSC...
51.767123
126
0.744377
RedBrumbler
8191d5a687e75e0cca53a15d0df64d9c56bd9299
43,424
cpp
C++
src/sim/tcRadar.cpp
dhanin/friendly-bassoon
fafcfd3921805baddc1889dc0ee2fa367ad882f8
[ "BSD-3-Clause" ]
2
2021-11-17T10:59:38.000Z
2021-11-17T10:59:45.000Z
src/sim/tcRadar.cpp
dhanin/nws
87a3f24a7887d84b9884635064b48d456b4184e2
[ "BSD-3-Clause" ]
null
null
null
src/sim/tcRadar.cpp
dhanin/nws
87a3f24a7887d84b9884635064b48d456b4184e2
[ "BSD-3-Clause" ]
null
null
null
/** ** @file tcRadar.cpp */ /* ** Copyright (c) 2014, GCBLUE PROJECT ** 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 n...
30.072022
158
0.647891
dhanin
81936b7601aa72effc5f99a188da72f8b9469568
1,369
cc
C++
content/browser/media/cdm_registry_impl.cc
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
content/browser/media/cdm_registry_impl.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
content/browser/media/cdm_registry_impl.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/media/cdm_registry_impl.h" #include <stddef.h> #include "content/public/common/cdm_info.h" #include "content/public/common/con...
28.520833
80
0.753104
zipated
819a34c46714908450712dab256de5d7bb08fb93
46,354
cpp
C++
third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
xzhan96/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-01-07T18:51:03.000Z
2021-01-07T18:51:03.000Z
third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
/* * Copyright (C) 2008 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
34.033774
80
0.691871
xzhan96
819b437a558ef6b9d5f696362dfc750892ebcfa5
5,041
cpp
C++
src/armnnQuantizer/QuantizationDataSet.cpp
UberLambda/armnn
ba163f93c8a0e858c9fb1ea85e4ac34c966ef38a
[ "MIT" ]
null
null
null
src/armnnQuantizer/QuantizationDataSet.cpp
UberLambda/armnn
ba163f93c8a0e858c9fb1ea85e4ac34c966ef38a
[ "MIT" ]
null
null
null
src/armnnQuantizer/QuantizationDataSet.cpp
UberLambda/armnn
ba163f93c8a0e858c9fb1ea85e4ac34c966ef38a
[ "MIT" ]
null
null
null
// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #include "QuantizationDataSet.hpp" #include "CsvReader.hpp" #include <armnn/utility/IgnoreUnused.hpp> #include <Filesystem.hpp> namespace armnnQuantizer { QuantizationDataSet::QuantizationDataSet() { } QuantizationDataSet::Quan...
30.551515
114
0.641143
UberLambda
81a1185c9615035ae1ccf93fdde6aa5bd2f7321c
817
cpp
C++
p103/p103.cpp
suzyz/leetcode_practice
e22dc5a81e065dc962e5561b14ac84b9a2302e8a
[ "MIT" ]
1
2019-10-07T05:00:21.000Z
2019-10-07T05:00:21.000Z
p103/p103.cpp
suzyz/leetcode_practice
e22dc5a81e065dc962e5561b14ac84b9a2302e8a
[ "MIT" ]
null
null
null
p103/p103.cpp
suzyz/leetcode_practice
e22dc5a81e065dc962e5561b14ac84b9a2302e8a
[ "MIT" ]
null
null
null
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: vector<vector<int>> zigzagLevelOrder(TreeNode* root) { vector<vector<int>> res; d...
20.425
64
0.538556
suzyz
81a36f4d04e7dc0612d5820efafcbdf1450c5488
13,227
cc
C++
src/graphics/drivers/msd-vsl-gc/tests/unit_tests/test_memory_write.cc
casey/fuchsia
2b965e9a1e8f2ea346db540f3611a5be16bb4d6b
[ "BSD-3-Clause" ]
null
null
null
src/graphics/drivers/msd-vsl-gc/tests/unit_tests/test_memory_write.cc
casey/fuchsia
2b965e9a1e8f2ea346db540f3611a5be16bb4d6b
[ "BSD-3-Clause" ]
null
null
null
src/graphics/drivers/msd-vsl-gc/tests/unit_tests/test_memory_write.cc
casey/fuchsia
2b965e9a1e8f2ea346db540f3611a5be16bb4d6b
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2018 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. extern "C" { #include "cmdstream_fuchsia.h" int etnaviv_cl_test_gc7000(int argc, char* argv[]); } #include <chrono> #include <thread> #include "gtest/gte...
38.450581
100
0.684509
casey
81a4ca4123e041a5c61773ab4c8c45144734b572
12,183
cpp
C++
c/infrastructure/PositionMatrix.cpp
e-foto/e-foto
cf143a1076c03c7bdf5a2f41efad2c98e9272722
[ "FTL" ]
3
2021-06-28T21:07:58.000Z
2021-07-02T11:21:49.000Z
c/infrastructure/PositionMatrix.cpp
e-foto/e-foto
cf143a1076c03c7bdf5a2f41efad2c98e9272722
[ "FTL" ]
null
null
null
c/infrastructure/PositionMatrix.cpp
e-foto/e-foto
cf143a1076c03c7bdf5a2f41efad2c98e9272722
[ "FTL" ]
null
null
null
/*Copyright 2002-2014 e-foto team (UERJ) This file is part of e-foto. e-foto 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 ...
27.501129
141
0.619306
e-foto
81a536aa9074f98df79ba628bfc166cc6436a641
49,716
cpp
C++
logdevice/common/test/EpochRecoveryTest.cpp
YangKian/LogDevice
e5c2168c11e9de867a1bcf519f95016e1c879b5c
[ "BSD-3-Clause" ]
1,831
2018-09-12T15:41:52.000Z
2022-01-05T02:38:03.000Z
logdevice/common/test/EpochRecoveryTest.cpp
YangKian/LogDevice
e5c2168c11e9de867a1bcf519f95016e1c879b5c
[ "BSD-3-Clause" ]
183
2018-09-12T16:14:59.000Z
2021-12-07T15:49:43.000Z
logdevice/common/test/EpochRecoveryTest.cpp
YangKian/LogDevice
e5c2168c11e9de867a1bcf519f95016e1c879b5c
[ "BSD-3-Clause" ]
228
2018-09-12T15:41:51.000Z
2022-01-05T08:12:09.000Z
/** * Copyright (c) 2017-present, Facebook, Inc. and its affiliates. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #include "logdevice/common/EpochRecovery.h" #include <algorithm> #include <gtest/gtes...
37.101493
80
0.680344
YangKian
81ab01f603e4ecf8b0b97e10bfc90e8c84ac7cfd
1,984
cpp
C++
clang/test/SemaCXX/internal_linkage.cpp
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
2,338
2018-06-19T17:34:51.000Z
2022-03-31T11:00:37.000Z
clang/test/SemaCXX/internal_linkage.cpp
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
3,740
2019-01-23T15:36:48.000Z
2022-03-31T22:01:13.000Z
clang/test/SemaCXX/internal_linkage.cpp
mkinsner/llvm
589d48844edb12cd357b3024248b93d64b6760bf
[ "Apache-2.0" ]
500
2019-01-23T07:49:22.000Z
2022-03-30T02:59:37.000Z
// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s int f() __attribute__((internal_linkage)); class A; class __attribute__((internal_linkage)) A { public: int x __attribute__((internal_linkage)); // expected-warning{{'internal_linkage' attribute only applies to variables, functions, and classes}} static int y...
41.333333
144
0.730343
mkinsner
81ae8ad989bb2d6c796e5461f67d9932b99dd114
6,767
cc
C++
chrome/browser/permissions/permission_update_infobar_delegate_android.cc
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/permissions/permission_update_infobar_delegate_android.cc
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/permissions/permission_update_infobar_delegate_android.cc
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/permissions/permission_update_infobar_delegate_android.h" #include <memory> #include "base/android/jni_array.h" #include "base/...
35.994681
82
0.758534
metux
81b0ed4f6de9d746a622c8ac04674a31cb379fad
3,725
cpp
C++
Vitis-AI-Library/tracker/src/ftd/ftd_trajectory.cpp
dendisuhubdy/Vitis-AI
524f65224c52314155dafc011d488ed30e458fcb
[ "Apache-2.0" ]
3
2020-10-29T15:00:30.000Z
2021-10-21T08:09:34.000Z
Vitis-AI-Library/tracker/src/ftd/ftd_trajectory.cpp
dendisuhubdy/Vitis-AI
524f65224c52314155dafc011d488ed30e458fcb
[ "Apache-2.0" ]
20
2020-10-31T03:19:03.000Z
2020-11-02T18:59:49.000Z
Vitis-AI-Library/tracker/src/ftd/ftd_trajectory.cpp
dendisuhubdy/Vitis-AI
524f65224c52314155dafc011d488ed30e458fcb
[ "Apache-2.0" ]
9
2020-10-14T02:04:10.000Z
2020-12-01T08:23:02.000Z
/* * Copyright 2019 Xilinx 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 ...
28.219697
75
0.637584
dendisuhubdy
81b477cfb5dc483c3402b41d1600718a26dc5705
3,925
cc
C++
google/cloud/storage/oauth2/authorized_user_credentials.cc
joezqren/google-cloud-cpp
325d312b0a21569f3c57515aec7d91f3540d3b48
[ "Apache-2.0" ]
299
2019-01-31T12:17:56.000Z
2022-03-30T15:46:15.000Z
google/cloud/storage/oauth2/authorized_user_credentials.cc
joezqren/google-cloud-cpp
325d312b0a21569f3c57515aec7d91f3540d3b48
[ "Apache-2.0" ]
6,560
2019-01-29T03:15:15.000Z
2022-03-31T23:58:48.000Z
google/cloud/storage/oauth2/authorized_user_credentials.cc
joezqren/google-cloud-cpp
325d312b0a21569f3c57515aec7d91f3540d3b48
[ "Apache-2.0" ]
253
2019-02-07T01:18:13.000Z
2022-03-30T17:21:10.000Z
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
41.755319
80
0.673885
joezqren
81b4c284c1f48aad6878186f82352fa57cc1eaca
94
cpp
C++
interface/GripperTypes.cpp
tapeguy/heekscad
e5037d15d642551de756f352e4e14505c39ad7cf
[ "BSD-3-Clause" ]
null
null
null
interface/GripperTypes.cpp
tapeguy/heekscad
e5037d15d642551de756f352e4e14505c39ad7cf
[ "BSD-3-Clause" ]
null
null
null
interface/GripperTypes.cpp
tapeguy/heekscad
e5037d15d642551de756f352e4e14505c39ad7cf
[ "BSD-3-Clause" ]
null
null
null
#include <wx/wx.h> #include "GripperTypes.h" DEFINE_ENUM(EnumGripperType, ENUM_GRIPPER_TYPE)
18.8
47
0.797872
tapeguy
81b6a66dee317c40a23e491ff766303b674ddd69
3,568
cpp
C++
src/erpc_shim/rpc_system_server.cpp
Seeed-Studio/seeed-ambd-firmware
7334817a6fcf311fbe3c9a8c5644b805ae12bdab
[ "MIT" ]
21
2020-09-14T08:44:19.000Z
2022-03-28T16:11:15.000Z
erpc_idl/erpc_shim/rpc_system_server.cpp
Seeed-Studio/seeed-ambd-firmware
7334817a6fcf311fbe3c9a8c5644b805ae12bdab
[ "MIT" ]
10
2020-11-18T16:56:47.000Z
2022-01-18T00:03:20.000Z
src/erpc_shim/rpc_system_server.cpp
Seeed-Studio/seeed-ambd-firmware
7334817a6fcf311fbe3c9a8c5644b805ae12bdab
[ "MIT" ]
9
2020-11-12T03:35:56.000Z
2022-03-10T12:31:47.000Z
/* * Generated by erpcgen 1.7.4 on Fri Feb 26 16:04:25 2021. * * AUTOGENERATED - DO NOT EDIT */ #include "rpc_system_server.h" #include <new> #include "erpc_port.h" #include "erpc_manually_constructed.h" #if 10704 != ERPC_VERSION_NUMBER #error "The generated shim code version is different to the rest of eRPC cod...
24.777778
141
0.704596
Seeed-Studio
81bb24acf6ae441ea0759fe6141603d8f2a80d6c
1,176
cpp
C++
Gnss/Dev/devGNSS.cpp
SergeyMSV/LIB.Module.GNSS
757d9d98c6d23ebd593b1db9bd0c14a49fda3b47
[ "MIT" ]
1
2021-06-15T19:18:04.000Z
2021-06-15T19:18:04.000Z
Gnss/Dev/devGNSS.cpp
SergeyMSV/LIB.Module.GNSS
757d9d98c6d23ebd593b1db9bd0c14a49fda3b47
[ "MIT" ]
null
null
null
Gnss/Dev/devGNSS.cpp
SergeyMSV/LIB.Module.GNSS
757d9d98c6d23ebd593b1db9bd0c14a49fda3b47
[ "MIT" ]
1
2021-06-15T19:18:14.000Z
2021-06-15T19:18:14.000Z
#include "devGNSS.h" namespace dev { tGNSS::tGNSS(utils::tLog* log, boost::asio::io_context& io) :m_pLog(log), m_pIO(&io) { m_pModFSMachine = new tModGnssReceiver(this); } tGNSS::~tGNSS() { delete m_pModFSMachine; } void tGNSS::operator()() { if (m_pModFSMachine) { if (m_StartAuto) { m_StartAuto = false...
12.378947
64
0.67602
SergeyMSV
81bdf22acfd0a723193b0db87b6cbb7fc2f83031
2,405
cpp
C++
src/mapleall/maple_me/src/me_func_opt.cpp
openmaple/MapleCompiler
1648e63144766563f1ec44a25e0b618415648627
[ "MulanPSL-1.0" ]
5
2019-09-02T04:44:52.000Z
2021-11-08T12:23:51.000Z
src/mapleall/maple_me/src/me_func_opt.cpp
venshine/OpenArkCompiler
264cd4463834356658154f0d254672ef559f245f
[ "MulanPSL-1.0" ]
2
2020-07-21T01:22:01.000Z
2021-12-06T08:07:16.000Z
src/mapleall/maple_me/src/me_func_opt.cpp
venshine/OpenArkCompiler
264cd4463834356658154f0d254672ef559f245f
[ "MulanPSL-1.0" ]
4
2019-09-02T04:46:52.000Z
2020-09-10T11:30:03.000Z
/* * Copyright (c) [2020-2021] Huawei Technologies Co.,Ltd.All rights reserved. * * OpenArkCompiler is licensed under Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * * http://license.coscl.org.cn/MulanPSL2 * ...
35.367647
108
0.747193
openmaple
81bfe4a63478b4831d1546ee6fbb596d5bf62c09
3,907
cc
C++
src/decoders/MagDateTime.cc
b8raoult/magics
eb2c86ec6e392e89c90044128dc671f22283d6ad
[ "ECL-2.0", "Apache-2.0" ]
41
2018-12-07T23:10:50.000Z
2022-02-19T03:01:49.000Z
src/decoders/MagDateTime.cc
b8raoult/magics
eb2c86ec6e392e89c90044128dc671f22283d6ad
[ "ECL-2.0", "Apache-2.0" ]
59
2019-01-04T15:43:30.000Z
2022-03-31T09:48:15.000Z
src/decoders/MagDateTime.cc
b8raoult/magics
eb2c86ec6e392e89c90044128dc671f22283d6ad
[ "ECL-2.0", "Apache-2.0" ]
13
2019-01-07T14:36:33.000Z
2021-09-06T14:48:36.000Z
/* * (C) Copyright 1996-2016 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * In applying this licence, ECMWF does not waive the privileges and immunities * granted to it by virtue of its status as an in...
24.727848
105
0.577425
b8raoult
81c1da06c1ec3ed38fe3a4aacda42228f02aed55
5,188
cpp
C++
acmicpc.net/source/19238.cpp
tdm1223/Algorithm
994149afffa21a81e38b822afcfc01f677d9e430
[ "MIT" ]
7
2019-06-26T07:03:32.000Z
2020-11-21T16:12:51.000Z
acmicpc.net/source/19238.cpp
tdm1223/Algorithm
994149afffa21a81e38b822afcfc01f677d9e430
[ "MIT" ]
null
null
null
acmicpc.net/source/19238.cpp
tdm1223/Algorithm
994149afffa21a81e38b822afcfc01f677d9e430
[ "MIT" ]
9
2019-02-28T03:34:54.000Z
2020-12-18T03:02:40.000Z
// 19238. 스타트 택시 // 2020.10.18 // BFS #include<iostream> #include<queue> using namespace std; int maps[21][21]; int visit[21][21]; int dist[21][21]; struct people { int startX; int startY; int endX; int endY; int dis = 987654; bool isEnd = false; }; people peoples[401]; int dx[4] = { 0,0,1,-...
24.356808
138
0.346762
tdm1223
81c2730d74a0ae23849a1f191e8190e24bb71ebb
1,332
cpp
C++
src/org/apache/poi/ss/formula/CollaboratingWorkbooksEnvironment_WorkbookNotFoundException.cpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
src/org/apache/poi/ss/formula/CollaboratingWorkbooksEnvironment_WorkbookNotFoundException.cpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
src/org/apache/poi/ss/formula/CollaboratingWorkbooksEnvironment_WorkbookNotFoundException.cpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
// Generated from /POI/java/org/apache/poi/ss/formula/CollaboratingWorkbooksEnvironment.java #include <org/apache/poi/ss/formula/CollaboratingWorkbooksEnvironment_WorkbookNotFoundException.hpp> poi::ss::formula::CollaboratingWorkbooksEnvironment_WorkbookNotFoundException::CollaboratingWorkbooksEnvironment_WorkbookNotF...
38.057143
166
0.795796
pebble2015
81c2a9c72454efb34b302966b5b3652b988ac57c
385
cpp
C++
src/uvw/stream.cpp
sthagen/skypjack-uvw
b9a1e47f58674939fa8fee8e1fd58ce96faa8917
[ "MIT" ]
null
null
null
src/uvw/stream.cpp
sthagen/skypjack-uvw
b9a1e47f58674939fa8fee8e1fd58ce96faa8917
[ "MIT" ]
null
null
null
src/uvw/stream.cpp
sthagen/skypjack-uvw
b9a1e47f58674939fa8fee8e1fd58ce96faa8917
[ "MIT" ]
null
null
null
#ifdef UVW_AS_LIB # include "stream.h" #endif #include "config.h" namespace uvw { UVW_INLINE DataEvent::DataEvent(std::unique_ptr<char[]> buf, std::size_t len) noexcept : data{std::move(buf)}, length{len} {} UVW_INLINE void details::ShutdownReq::shutdown(uv_stream_t *handle) { invoke(&uv_shutdown, get(),...
22.647059
86
0.711688
sthagen
81c31d4fef4e829ca8a8eb7ae8b9536c4fb85b3f
6,724
cc
C++
wrspice/devlib/bsimsoi-4.4/b4sconv.cc
wrcad/xictools
f46ba6d42801426739cc8b2940a809b74f1641e2
[ "Apache-2.0" ]
73
2017-10-26T12:40:24.000Z
2022-03-02T16:59:43.000Z
wrspice/devlib/bsimsoi-4.4/b4sconv.cc
chris-ayala/xictools
4ea72c118679caed700dab3d49a8d36445acaec3
[ "Apache-2.0" ]
12
2017-11-01T10:18:22.000Z
2022-03-20T19:35:36.000Z
wrspice/devlib/bsimsoi-4.4/b4sconv.cc
chris-ayala/xictools
4ea72c118679caed700dab3d49a8d36445acaec3
[ "Apache-2.0" ]
34
2017-10-06T17:04:21.000Z
2022-02-18T16:22:03.000Z
/*========================================================================* * * * Distributed by Whiteley Research Inc., Sunnyvale, California, USA * * http://wrcad.com * * Copyright (...
45.432432
82
0.466092
wrcad
81c3c919727beac780171a90ea7b532678e24dcd
872
cpp
C++
sandbox/src/main.cpp
anujv99/GameEngine
644cb6667800cfecaa429666e5610e27f923e953
[ "MIT" ]
null
null
null
sandbox/src/main.cpp
anujv99/GameEngine
644cb6667800cfecaa429666e5610e27f923e953
[ "MIT" ]
null
null
null
sandbox/src/main.cpp
anujv99/GameEngine
644cb6667800cfecaa429666e5610e27f923e953
[ "MIT" ]
null
null
null
#include <prevengine.h> using namespace prev; #include "boidsdemo.h" class SandboxLayer : public Layer { public: virtual void OnAttach() override { m_Label.Text = "Test String"; m_Label.Scale = Vec2(0.5f); m_Label.Color = Vec4(0.0f); } virtual void OnUpdate(pvfloat deltaTime) override { auto imguiFont =...
19.377778
66
0.696101
anujv99
81c4393dbe6d9fae892389eb52c9b7700c20e5f5
3,242
hh
C++
spot/spot/misc/fixpool.hh
mcc-petrinets/formulas
10f835d67c7deedfe98fbbd55a56bd549a5bae9b
[ "MIT" ]
1
2018-03-02T14:29:57.000Z
2018-03-02T14:29:57.000Z
spot/spot/misc/fixpool.hh
mcc-petrinets/formulas
10f835d67c7deedfe98fbbd55a56bd549a5bae9b
[ "MIT" ]
null
null
null
spot/spot/misc/fixpool.hh
mcc-petrinets/formulas
10f835d67c7deedfe98fbbd55a56bd549a5bae9b
[ "MIT" ]
1
2015-06-05T12:42:07.000Z
2015-06-05T12:42:07.000Z
// -*- coding: utf-8 -*- // Copyright (C) 2011, 2015, 2016 Laboratoire de Recherche et // Développement de l'Epita (LRDE) // // This file is part of Spot, a model checking library. // // Spot is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by ...
28.690265
75
0.615361
mcc-petrinets
81c8d71beb5a4eed8cbf8e2034e982087e727bb5
1,005
hpp
C++
vm/segments.hpp
alex-ilin/factor
b6f33e03990cb7645201486366d543ae724e8fe1
[ "BSD-2-Clause" ]
930
2016-03-01T08:40:07.000Z
2022-03-29T10:37:39.000Z
vm/segments.hpp
alex-ilin/factor
b6f33e03990cb7645201486366d543ae724e8fe1
[ "BSD-2-Clause" ]
1,231
2016-02-19T21:52:25.000Z
2022-03-27T23:24:50.000Z
vm/segments.hpp
alex-ilin/factor
b6f33e03990cb7645201486366d543ae724e8fe1
[ "BSD-2-Clause" ]
118
2016-02-19T21:37:05.000Z
2022-02-21T19:44:02.000Z
namespace factor { inline cell align_page(cell a) { return align(a, getpagesize()); } bool set_memory_locked(cell base, cell size, bool locked); // segments set up guard pages to check for under/overflow. // size must be a multiple of the page size struct segment { cell start; cell size; cell end; segment(c...
22.840909
66
0.648756
alex-ilin
81ca9fbe9940391510a535af1dd25d58ff8ef4dd
1,323
cpp
C++
gameplay/src/lua/lua_LayoutType.cpp
j4m3z0r/GamePlay
02ca734e5734d2fbc9d00a7eff65ed2656f26975
[ "Apache-2.0", "Unlicense" ]
1
2021-09-02T01:45:24.000Z
2021-09-02T01:45:24.000Z
gameplay/src/lua/lua_LayoutType.cpp
j4m3z0r/GamePlay
02ca734e5734d2fbc9d00a7eff65ed2656f26975
[ "Apache-2.0", "Unlicense" ]
null
null
null
gameplay/src/lua/lua_LayoutType.cpp
j4m3z0r/GamePlay
02ca734e5734d2fbc9d00a7eff65ed2656f26975
[ "Apache-2.0", "Unlicense" ]
null
null
null
#include "Base.h" #include "lua_LayoutType.h" namespace gameplay { static const char* enumStringEmpty = ""; static const char* luaEnumString_LayoutType_LAYOUT_FLOW = "LAYOUT_FLOW"; static const char* luaEnumString_LayoutType_LAYOUT_VERTICAL = "LAYOUT_VERTICAL"; static const char* luaEnumString_LayoutType_L...
33.923077
81
0.728647
j4m3z0r
81cb8a621a32b22ea69f9177e86c8d57f6021f55
364
cpp
C++
src/L/L0611.cpp
wlhcode/lscct
7fd112a9d1851ddcf41886d3084381a52e84a3ce
[ "MIT" ]
null
null
null
src/L/L0611.cpp
wlhcode/lscct
7fd112a9d1851ddcf41886d3084381a52e84a3ce
[ "MIT" ]
null
null
null
src/L/L0611.cpp
wlhcode/lscct
7fd112a9d1851ddcf41886d3084381a52e84a3ce
[ "MIT" ]
null
null
null
#include<bits/stdc++.h> #define ll long long using namespace std; string s; int arr[20]={0}; int main(){ ios::sync_with_stdio(false); cin.tie(0); int a,b; cin>>a>>b; for(int i=a;i<=b;i++){ s+=std::to_string(i); for(int j=0;j<s.size();j++){ arr[char(s.at(j))-'0']++; } s.clear(); } for(int i=0;i<10;i++...
16.545455
50
0.554945
wlhcode
81cd6c6b2ce2ef98429b8530503cbe41cfe1e555
136
cpp
C++
qtreports/src/tags/detail.cpp
PO-31/QtReports-New
c9a22ac9dc0453c3ddbfcd0c4fd63a4341dff788
[ "MIT" ]
9
2017-02-14T09:38:41.000Z
2019-03-22T04:21:35.000Z
qtreports/src/tags/detail.cpp
PO-31/QtReports-New
c9a22ac9dc0453c3ddbfcd0c4fd63a4341dff788
[ "MIT" ]
15
2016-02-25T03:48:47.000Z
2018-05-02T13:39:46.000Z
qtreports/src/tags/detail.cpp
PO-31/QtReports-New
c9a22ac9dc0453c3ddbfcd0c4fd63a4341dff788
[ "MIT" ]
6
2018-02-18T23:59:02.000Z
2021-06-02T19:36:50.000Z
#include "detail.hpp" namespace qtreports { namespace detail { Detail::Detail() {} Detail::~Detail() {} } }
11.333333
28
0.536765
PO-31
81ce759a6d11a94b8a4d61d9ebbe135c463a8667
12,425
cxx
C++
inetsrv/iis/iisrearc/iisplus/sfwp/dll/isapicontext.cxx
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
inetsrv/iis/iisrearc/iisplus/sfwp/dll/isapicontext.cxx
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
inetsrv/iis/iisrearc/iisplus/sfwp/dll/isapicontext.cxx
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1998 Microsoft Corporation Module Name : isapicontext.cxx Abstract: ISAPI stream context - used for Raw ISAPI notifications (applies only in the IIS backward compatibility mode) Author: Bilal Alam (BAlam) 29-March-2000...
23.443396
90
0.605714
npocmaka
81cf36d4c3cca724c9ccdb22f18796dc3be0a295
703
cpp
C++
pvl/abridged/graphs/scc/tarjan.cpp
bullybutcher/progvar-library
4d4b351c8a2540c522d00138e1bcf0edc528b540
[ "MIT" ]
3
2021-10-16T13:22:58.000Z
2021-10-29T22:03:44.000Z
pvl/abridged/graphs/scc/tarjan.cpp
bullybutcher/progvar-library
4d4b351c8a2540c522d00138e1bcf0edc528b540
[ "MIT" ]
19
2021-11-27T14:40:00.000Z
2022-03-30T07:14:59.000Z
pvl/abridged/graphs/scc/tarjan.cpp
bullybutcher/progvar-library
4d4b351c8a2540c522d00138e1bcf0edc528b540
[ "MIT" ]
2
2022-03-11T20:53:41.000Z
2022-03-20T07:08:46.000Z
int n, id[N], low[N], st[N], in[N], TOP, ID; int scc[N], SCC_SIZE; // 0 <= scc[u] < SCC_SIZE vector<int> adj[N]; // 0-based adjlist void dfs(int u) { id[u] = low[u] = ID++; st[TOP++] = u; in[u] = 1; for (int v : adj[u]) { if (id[v] == -1) { dfs(v); low[u] = min(low[u], low[v]); } els...
29.291667
48
0.433855
bullybutcher
81d482668bb3cb27dbd8591326e2895fb81265b2
981
cpp
C++
src/eval.cpp
Wanger-SJTU/speedup_op
8357d8a2cf9956319956f5b57ffa27db1eb13db7
[ "MIT" ]
null
null
null
src/eval.cpp
Wanger-SJTU/speedup_op
8357d8a2cf9956319956f5b57ffa27db1eb13db7
[ "MIT" ]
null
null
null
src/eval.cpp
Wanger-SJTU/speedup_op
8357d8a2cf9956319956f5b57ffa27db1eb13db7
[ "MIT" ]
null
null
null
#include <vector> #include "matmul.h" using namespace std; int main() { int m, n, k; int lda, ldb, ldc; vector<vector<int>> test_params = { {128, 128, 128}, {12, 12, 12}}; for (auto &params : test_params) { float *a = nullptr, *b = nullptr, *c = nullptr, *ref = nullptr; ...
20.020408
71
0.445464
Wanger-SJTU
81d49995c3cecd6e728c3f7594d45d93af8f0fb3
2,053
cc
C++
documentation/tutorials/cplusplus/chap10/check_cvrp_solution.cc
kesegotumisang/or-tools
bed3fa9922646d3283f61bbc052e8c3c01414bdf
[ "Apache-2.0" ]
1
2015-12-31T07:22:36.000Z
2015-12-31T07:22:36.000Z
documentation/tutorials/cplusplus/chap10/check_cvrp_solution.cc
kesegotumisang/or-tools
bed3fa9922646d3283f61bbc052e8c3c01414bdf
[ "Apache-2.0" ]
null
null
null
documentation/tutorials/cplusplus/chap10/check_cvrp_solution.cc
kesegotumisang/or-tools
bed3fa9922646d3283f61bbc052e8c3c01414bdf
[ "Apache-2.0" ]
3
2016-04-14T10:31:30.000Z
2017-02-05T06:04:21.000Z
// Copyright 2011-2014 Google // 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 wri...
34.79661
79
0.694593
kesegotumisang
81da7bb0fdce77a951bb42cc298fd81ee856b140
42,001
cpp
C++
src/mlpack/tests/kde_test.cpp
tomjpsun/mlpack
39b9a852c58b648ddb9b87a3d87aa3db2bacbf0a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2020-01-11T14:14:30.000Z
2020-01-11T14:14:30.000Z
src/mlpack/tests/kde_test.cpp
tomjpsun/mlpack
39b9a852c58b648ddb9b87a3d87aa3db2bacbf0a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2020-04-10T17:39:50.000Z
2020-04-11T14:56:25.000Z
src/mlpack/tests/kde_test.cpp
tomjpsun/mlpack
39b9a852c58b648ddb9b87a3d87aa3db2bacbf0a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
/** * @file kde_test.cpp * @author Roberto Hueso * * mlpack is free software; you may redistribute it and/or modify it under the * terms of the 3-clause BSD license. You should have received a copy of the * 3-clause BSD license along with mlpack. If not, see * http://www.opensource.org/licenses/BSD-3-Clause fo...
32.184674
80
0.661437
tomjpsun
81dabd9a860c0fbd4b337e7cb88afd1bcc11ced5
765
hpp
C++
include/lol/def/CollectionsLcdsSummonerRuneInventory.hpp
Maufeat/LeagueAPI
be7cb5093aab3f27d95b3c0e1d5700aa50126c47
[ "BSD-3-Clause" ]
1
2020-07-22T11:14:55.000Z
2020-07-22T11:14:55.000Z
include/lol/def/CollectionsLcdsSummonerRuneInventory.hpp
Maufeat/LeagueAPI
be7cb5093aab3f27d95b3c0e1d5700aa50126c47
[ "BSD-3-Clause" ]
null
null
null
include/lol/def/CollectionsLcdsSummonerRuneInventory.hpp
Maufeat/LeagueAPI
be7cb5093aab3f27d95b3c0e1d5700aa50126c47
[ "BSD-3-Clause" ]
4
2018-12-01T22:48:21.000Z
2020-07-22T11:14:56.000Z
#pragma once #include "../base_def.hpp" #include "CollectionsLcdsSummonerRune.hpp" namespace lol { struct CollectionsLcdsSummonerRuneInventory { std::string dateString; uint64_t summonerId; std::vector<CollectionsLcdsSummonerRune> summonerRunes; }; inline void to_json(json& j, const CollectionsLcds...
38.25
93
0.715033
Maufeat
81dde5b38202b2fe57a196ee7a80fb54d225f2d0
709
cpp
C++
src/RGBPolynomial.cpp
kreztoffee/ArtBot
cdb63945551e8503642dc5c9f3051c94e3120e56
[ "MIT" ]
null
null
null
src/RGBPolynomial.cpp
kreztoffee/ArtBot
cdb63945551e8503642dc5c9f3051c94e3120e56
[ "MIT" ]
null
null
null
src/RGBPolynomial.cpp
kreztoffee/ArtBot
cdb63945551e8503642dc5c9f3051c94e3120e56
[ "MIT" ]
null
null
null
#include <math.h> #include <vector> #include "RGBPolynomial.hpp" float RGBPolynomial::norm(float z) { while (z > 1) z--; return z; } float RGBPolynomial::applySinglePoly(const float z, std::vector<int> coeffs) { float res = 0; for (int i = coeffs.size() - 1; i >= 0; i--) res += coeffs[i] * pow(z, i); ...
22.15625
76
0.668547
kreztoffee
81de6e223ee2430a06ccb8c2d2b695d8f63e96b5
392
cpp
C++
leetcode/main.cpp
yuncliu/Learn
6fe2da9a902ac948eafad0349c7ce7c7cabd57d9
[ "BSD-3-Clause" ]
null
null
null
leetcode/main.cpp
yuncliu/Learn
6fe2da9a902ac948eafad0349c7ce7c7cabd57d9
[ "BSD-3-Clause" ]
null
null
null
leetcode/main.cpp
yuncliu/Learn
6fe2da9a902ac948eafad0349c7ce7c7cabd57d9
[ "BSD-3-Clause" ]
null
null
null
#include <stdio.h> #include "gtest/gtest.h" using ::testing::EmptyTestEventListener; using ::testing::InitGoogleTest; using ::testing::Test; using ::testing::TestCase; using ::testing::TestEventListeners; using ::testing::TestInfo; using ::testing::TestPartResult; using ::testing::UnitTest; int main(int argc, char* a...
21.777778
40
0.729592
yuncliu
81e05416f630e126c21d433c7c4b261050005b43
60,020
cpp
C++
XMPFiles/source/XMPFiles.cpp
hfiguiere/exempi
ba6698c39da63b0cbe4742389d31bf4de8716de0
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
13
2015-04-10T16:31:04.000Z
2021-10-12T18:01:22.000Z
XMPFiles/source/XMPFiles.cpp
hfiguiere/exempi
ba6698c39da63b0cbe4742389d31bf4de8716de0
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
7
2016-06-05T22:12:29.000Z
2018-09-25T23:15:52.000Z
XMPFiles/source/XMPFiles.cpp
hfiguiere/exempi
ba6698c39da63b0cbe4742389d31bf4de8716de0
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
11
2015-05-07T06:25:51.000Z
2021-12-23T19:43:35.000Z
// ================================================================================================= // ADOBE SYSTEMS INCORPORATED // Copyright 2004 Adobe Systems Incorporated // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms // of the Adobe lic...
33.233666
164
0.646368
hfiguiere
81e1928fc76bac3e6785e98010e21cfbd8122ec9
707
hpp
C++
cloud/XMLParser/lib/spxml/spdomiterator.hpp
mc-b/IoTKitV3
87d7a66a1730f71bc69110a214b1b2a18f22edcb
[ "Apache-2.0" ]
2
2019-01-24T19:53:40.000Z
2020-01-08T07:41:35.000Z
cloud/XMLParser/lib/spxml/spdomiterator.hpp
mc-b/IoTKitV3
87d7a66a1730f71bc69110a214b1b2a18f22edcb
[ "Apache-2.0" ]
null
null
null
cloud/XMLParser/lib/spxml/spdomiterator.hpp
mc-b/IoTKitV3
87d7a66a1730f71bc69110a214b1b2a18f22edcb
[ "Apache-2.0" ]
5
2019-01-12T04:48:11.000Z
2020-12-16T09:36:43.000Z
/* * Copyright 2007 Stephen Liu * LGPL, see http://code.google.com/p/spxml/ * For license terms, see the file COPYING along with this library. */ #ifndef __spdomiterator_hpp__ #define __spdomiterator_hpp__ class SP_XmlNode; /// DFS iterator -- Depth First Search class SP_DomIterator { public: /...
21.424242
68
0.664781
mc-b
81e5d65ac7dc435505293bf9cffa8fc72c429e82
2,432
cc
C++
ash/quick_pair/feature_status_tracker/base_enabled_provider_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
ash/quick_pair/feature_status_tracker/base_enabled_provider_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
ash/quick_pair/feature_status_tracker/base_enabled_provider_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2021 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 "ash/quick_pair/feature_status_tracker/base_enabled_provider.h" #include <memory> #include "base/callback.h" #include "base/callback_helpers.h"...
29.301205
80
0.78125
zealoussnow
81e955b5601c605a10420cdd60e10ac13f375071
965
cpp
C++
HW5/HW5_Q1.cpp
Liuian/1082_INTRODUCTION_TO_COMPUTER_AND_PROGRAMMING_LANGUAGE_2
d2b78ec90976f5ef0ffcd1e33ed8c3b8d4d79601
[ "MIT" ]
null
null
null
HW5/HW5_Q1.cpp
Liuian/1082_INTRODUCTION_TO_COMPUTER_AND_PROGRAMMING_LANGUAGE_2
d2b78ec90976f5ef0ffcd1e33ed8c3b8d4d79601
[ "MIT" ]
null
null
null
HW5/HW5_Q1.cpp
Liuian/1082_INTRODUCTION_TO_COMPUTER_AND_PROGRAMMING_LANGUAGE_2
d2b78ec90976f5ef0ffcd1e33ed8c3b8d4d79601
[ "MIT" ]
null
null
null
// // main.cpp // HW5 Q1 // // Created by 劉翊安 on 2020/5/20. // Copyright © 2020 劉翊安. All rights reserved. // # include <iostream> # include <cstdlib> # include <math.h> using namespace std; double A[4][4]= {{0.1,0.2,0.4,0.3}, {0.5,0.2,0.1,0.2},{0.3,0.4,0.2,0.1},{0.15,0.25,0.2,0.4}}; double B[4][4]={{0.1,0.2,0.4,0....
20.531915
93
0.384456
Liuian
81e9b86e5933541c615feca48380c5e5a20cefd2
680
cpp
C++
src/jw/leetcode/200/main.cpp
wanyaworld/algo-study
d540e9a72bb251a6bf2b04bc3aa7edbf17bee974
[ "MIT" ]
1
2020-10-31T15:28:43.000Z
2020-10-31T15:28:43.000Z
src/jw/leetcode/200/main.cpp
wanyaworld/algo-study
d540e9a72bb251a6bf2b04bc3aa7edbf17bee974
[ "MIT" ]
null
null
null
src/jw/leetcode/200/main.cpp
wanyaworld/algo-study
d540e9a72bb251a6bf2b04bc3aa7edbf17bee974
[ "MIT" ]
null
null
null
class Solution { public: int dfs(vector<vector<char>>& grid, int y, int x) { if (y > m - 1 || y < 0 || x > n - 1 || x < 0) return 0; if (grid[y][x] == '0') return 0; grid[y][x] = '0'; dfs(grid, y - 1, x); dfs(grid, y + 1, x); dfs(grid, y, x - 1); ...
23.448276
63
0.360294
wanyaworld
81ea9e7e56d651fa7ac254355be99d1fe2b8a42d
8,822
hpp
C++
AirLib/include/vehicles/multirotor/firmwares/simple_flight/firmware/OffboardApi.hpp
altay13/AirSim
a42fb69e6a692ec154f25abd80c0b49ef45caac4
[ "MIT" ]
6,115
2019-05-07T05:29:14.000Z
2022-03-31T12:46:36.000Z
AirLib/include/vehicles/multirotor/firmwares/simple_flight/firmware/OffboardApi.hpp
altay13/AirSim
a42fb69e6a692ec154f25abd80c0b49ef45caac4
[ "MIT" ]
2,306
2019-05-07T00:17:31.000Z
2022-03-31T23:31:46.000Z
AirLib/include/vehicles/multirotor/firmwares/simple_flight/firmware/OffboardApi.hpp
altay13/AirSim
a42fb69e6a692ec154f25abd80c0b49ef45caac4
[ "MIT" ]
2,059
2019-05-07T03:07:43.000Z
2022-03-31T06:31:19.000Z
#pragma once #include <cstdint> #include "interfaces/ICommLink.hpp" #include "interfaces/IGoal.hpp" #include "interfaces/IOffboardApi.hpp" #include "interfaces/IUpdatable.hpp" #include "interfaces/CommonStructs.hpp" #include "RemoteControl.hpp" #include "Params.hpp" namespace simple_flight { class OffboardApi : publ...
32.08
207
0.597144
altay13
81f284a2ee7e2c16e07d2bb3ba5eaf256799fe42
4,306
cc
C++
Engine/Source/Runtime/Core/YumeComponentAnimInfo.cc
rodrigobmg/YumeEngine
67c525c84616a5167b5bae45f36641e90227c281
[ "MIT" ]
129
2016-05-05T23:34:44.000Z
2022-03-07T20:17:18.000Z
Engine/Source/Runtime/Core/YumeComponentAnimInfo.cc
rodrigobmg/YumeEngine
67c525c84616a5167b5bae45f36641e90227c281
[ "MIT" ]
1
2017-05-07T16:09:41.000Z
2017-05-08T15:35:50.000Z
Engine/Source/Runtime/Core/YumeComponentAnimInfo.cc
rodrigobmg/YumeEngine
67c525c84616a5167b5bae45f36641e90227c281
[ "MIT" ]
20
2016-02-24T20:40:08.000Z
2022-02-04T23:48:18.000Z
//---------------------------------------------------------------------------- //Yume Engine //Copyright (C) 2015 arkenthera //This program is free software; you can redistribute it and/or modify //it under the terms of the GNU General Public License as published by //the Free Software Foundation; either version 2 of ...
25.47929
125
0.692522
rodrigobmg
81f3258fd42343b72f0b78711e805999e9fabf85
761
hpp
C++
tools/utils/generators/configurators/rfc1951_stream/break_block_configurators/unallowable_ll_code.hpp
intel/qpl
cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d
[ "MIT" ]
11
2022-02-25T08:20:23.000Z
2022-03-25T08:36:19.000Z
tools/utils/generators/configurators/rfc1951_stream/break_block_configurators/unallowable_ll_code.hpp
intel/qpl
cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d
[ "MIT" ]
null
null
null
tools/utils/generators/configurators/rfc1951_stream/break_block_configurators/unallowable_ll_code.hpp
intel/qpl
cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d
[ "MIT" ]
null
null
null
/******************************************************************************* * Copyright (C) 2022 Intel Corporation * * SPDX-License-Identifier: MIT ******************************************************************************/ #ifndef _CONFIGURATOR_UNALLOWABLE_LL_CODE_H_ #define _CONFIGURATOR_UNALLOWABLE_LL_...
28.185185
80
0.579501
intel
81f3634eaf28315169a964bf78387c0caf07784b
9,923
cpp
C++
third-party/llvm/llvm-src/lib/Transforms/IPO/ConstantMerge.cpp
ram-nad/chapel
1d4aae17e58699c1481d2b2209c9d1fcd2658fc8
[ "ECL-2.0", "Apache-2.0" ]
15
2019-08-05T01:24:20.000Z
2022-01-12T08:19:55.000Z
third-party/llvm/llvm-src/lib/Transforms/IPO/ConstantMerge.cpp
ram-nad/chapel
1d4aae17e58699c1481d2b2209c9d1fcd2658fc8
[ "ECL-2.0", "Apache-2.0" ]
4
2017-12-13T18:19:11.000Z
2018-11-17T04:37:14.000Z
third-party/llvm/llvm-src/lib/Transforms/IPO/ConstantMerge.cpp
ram-nad/chapel
1d4aae17e58699c1481d2b2209c9d1fcd2658fc8
[ "ECL-2.0", "Apache-2.0" ]
9
2019-06-11T06:15:44.000Z
2022-03-07T16:34:50.000Z
//===- ConstantMerge.cpp - Merge duplicate global constants ---------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
34.574913
80
0.660687
ram-nad
81f7d52eea43d9be3e56f15537253aa25f91a54c
1,728
cpp
C++
backup/2/leetcode/c++/balance-a-binary-search-tree.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++/balance-a-binary-search-tree.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++/balance-a-binary-search-tree.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)...
36
345
0.61169
yangyanzhan
81f7e08cfec058649763a7eb8bd1da882a21eabe
8,743
cc
C++
latbin/lattice-remove-ctc-blank.cc
jpuigcerver/kaldi-lattice-utils
b44258eeded625a702bd906c6e8973dd094827b2
[ "Apache-2.0" ]
9
2018-12-12T20:56:53.000Z
2021-08-11T12:35:32.000Z
latbin/lattice-remove-ctc-blank.cc
jpuigcerver/kaldi-lattice-utils
b44258eeded625a702bd906c6e8973dd094827b2
[ "Apache-2.0" ]
1
2019-01-16T13:36:22.000Z
2019-01-21T23:20:42.000Z
latbin/lattice-remove-ctc-blank.cc
jpuigcerver/kaldi-lattice-utils
b44258eeded625a702bd906c6e8973dd094827b2
[ "Apache-2.0" ]
3
2018-12-12T20:56:55.000Z
2021-04-23T09:37:34.000Z
// MIT License // // Copyright (c) 2016 Joan Puigcerver <joapuipe@gmail.com> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights...
39.03125
90
0.645431
jpuigcerver
81f8419fab1bc90997f3496e6fcc4f2252936f00
5,639
cc
C++
mojo/public/cpp/bindings/tests/lazy_serialization_unittest.cc
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
mojo/public/cpp/bindings/tests/lazy_serialization_unittest.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
mojo/public/cpp/bindings/tests/lazy_serialization_unittest.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/macros.h" #include "base/run_loop.h" #include "base/test/bind_test_util.h" #include "base/test/scoped_task_environment.h" #include "mojo/pu...
33.766467
80
0.725306
zipated
81f8a527f4bf15e7bbd1954f24ec1fea56699b15
533
hpp
C++
include/RED4ext/Scripting/Natives/Generated/game/ui/HUDVideoStopEvent.hpp
jackhumbert/RED4ext.SDK
2c55eccb83beabbbe02abae7945af8efce638fca
[ "MIT" ]
42
2020-12-25T08:33:00.000Z
2022-03-22T14:47:07.000Z
include/RED4ext/Scripting/Natives/Generated/game/ui/HUDVideoStopEvent.hpp
jackhumbert/RED4ext.SDK
2c55eccb83beabbbe02abae7945af8efce638fca
[ "MIT" ]
38
2020-12-28T22:36:06.000Z
2022-02-16T11:25:47.000Z
include/RED4ext/Scripting/Natives/Generated/game/ui/HUDVideoStopEvent.hpp
jackhumbert/RED4ext.SDK
2c55eccb83beabbbe02abae7945af8efce638fca
[ "MIT" ]
20
2020-12-28T22:17:38.000Z
2022-03-22T17:19:01.000Z
#pragma once // This file is generated from the Game's Reflection data #include <cstdint> #include <RED4ext/Common.hpp> namespace RED4ext { namespace game::ui { struct HUDVideoStopEvent { static constexpr const char* NAME = "gameuiHUDVideoStopEvent"; static constexpr const char* ALIAS = NAME; uint8_t u...
22.208333
66
0.707317
jackhumbert
81f9e9d425f1e57f692b53f696f8ed160af41007
23,149
cpp
C++
PointCloudGenerator/cpp/src/spiSensors/MPU9250.cpp
first95/ImageProcessorStub
7b95b8b80ad708115e10104aaa1515f626b94c7d
[ "MIT" ]
1
2021-07-05T07:39:27.000Z
2021-07-05T07:39:27.000Z
PointCloudGenerator/cpp/src/spiSensors/MPU9250.cpp
first95/ImageProcessorStub
7b95b8b80ad708115e10104aaa1515f626b94c7d
[ "MIT" ]
null
null
null
PointCloudGenerator/cpp/src/spiSensors/MPU9250.cpp
first95/ImageProcessorStub
7b95b8b80ad708115e10104aaa1515f626b94c7d
[ "MIT" ]
null
null
null
/** * Invensense MPU-9250 library using the SPI interface * * Copyright (c) 2015 Brian Chen * Modified heavily in 2017 by John Walthour for Creare LLC (jdw@creare.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Sof...
37.217042
181
0.699253
first95
3b556ba1beba844d9a5e817d02383aae22e8d313
8,734
cpp
C++
samplecode/SampleClipDrawMatch.cpp
pospx/external_skia
7a135275c9fc2a4b3cbdcf9a96e7102724752234
[ "BSD-3-Clause" ]
3
2020-11-11T12:48:27.000Z
2021-05-05T22:12:53.000Z
samplecode/SampleClipDrawMatch.cpp
pospx/external_skia
7a135275c9fc2a4b3cbdcf9a96e7102724752234
[ "BSD-3-Clause" ]
3
2020-04-26T17:03:31.000Z
2020-04-28T14:55:33.000Z
samplecode/SampleClipDrawMatch.cpp
pospx/external_skia
7a135275c9fc2a4b3cbdcf9a96e7102724752234
[ "BSD-3-Clause" ]
57
2016-12-29T02:00:25.000Z
2021-11-16T01:22:50.000Z
/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "Sample.h" #include "SkCanvas.h" #include "SkInterpolator.h" #include "SkPath.h" #include "SkRRect.h" #include "SkTime.h" // This slide tests out the match up betwee...
33.463602
96
0.62125
pospx
3b567b21cdc15a8101f8504005da24326888df34
4,742
cpp
C++
libs/quadwild/libs/libigl/include/igl/cgal/peel_outer_hull_layers.cpp
Pentacode-IAFA/Quad-Remeshing
f8fd4c10abf1c54656b38a00b8a698b952a85fe2
[ "Apache-2.0" ]
null
null
null
libs/quadwild/libs/libigl/include/igl/cgal/peel_outer_hull_layers.cpp
Pentacode-IAFA/Quad-Remeshing
f8fd4c10abf1c54656b38a00b8a698b952a85fe2
[ "Apache-2.0" ]
null
null
null
libs/quadwild/libs/libigl/include/igl/cgal/peel_outer_hull_layers.cpp
Pentacode-IAFA/Quad-Remeshing
f8fd4c10abf1c54656b38a00b8a698b952a85fe2
[ "Apache-2.0" ]
null
null
null
#include "peel_outer_hull_layers.h" #include "../per_face_normals.h" #include "outer_hull.h" #include <vector> #include <iostream> //#define IGL_PEEL_OUTER_HULL_LAYERS_DEBUG #ifdef IGL_PEEL_OUTER_HULL_LAYERS_DEBUG #include "../writePLY.h" #include "../writeDMAT.h" #include "../STR.h" #endif using namespace std; templa...
35.654135
579
0.661113
Pentacode-IAFA
3b5aecf5f1bf65da5cd72d49a079a65969e5a30c
8,821
cpp
C++
src/spi.cpp
malioni/airbourne_f4
9efda7fd3b6f0c86284f04ebc9b5dda73d55392d
[ "BSD-3-Clause" ]
null
null
null
src/spi.cpp
malioni/airbourne_f4
9efda7fd3b6f0c86284f04ebc9b5dda73d55392d
[ "BSD-3-Clause" ]
3
2018-09-12T19:59:41.000Z
2018-09-12T20:01:20.000Z
src/spi.cpp
skyler237/rosgimbal
9ab956ec22980ea78f29b45bb0e3f4d8b489761c
[ "BSD-3-Clause" ]
3
2018-09-11T20:34:50.000Z
2020-12-08T14:02:59.000Z
/* * Copyright (c) 2017, James Jackson * * 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 cond...
28.003175
103
0.736198
malioni
3b5aff815782d6134caf9eeee21ba3b6c105e94e
4,319
hpp
C++
src/stage/stage-setup-packet.hpp
tilnewman/heroespath-src
a7784e44d8b5724f305ef8b8671fed54e2e5fd69
[ "BSL-1.0", "Beerware" ]
2
2019-02-28T00:28:08.000Z
2019-10-20T14:39:48.000Z
src/stage/stage-setup-packet.hpp
tilnewman/heroespath-src
a7784e44d8b5724f305ef8b8671fed54e2e5fd69
[ "BSL-1.0", "Beerware" ]
null
null
null
src/stage/stage-setup-packet.hpp
tilnewman/heroespath-src
a7784e44d8b5724f305ef8b8671fed54e2e5fd69
[ "BSL-1.0", "Beerware" ]
null
null
null
// ---------------------------------------------------------------------------- // "THE BEER-WARE LICENSE" (Revision 42): // <ztn@zurreal.com> wrote this file. As long as you retain this notice you // can do whatever you want with this stuff. If we meet some day, and you think // this stuff is worth it, you can buy me...
32.473684
94
0.637648
tilnewman
3b5b0878776eb64d9394792e4d231ec537ccbaad
6,603
hpp
C++
trsl/sort_iterator.hpp
renauddetry/trsl
641e44d77488de65ab8f38f114db78ee47da74c3
[ "BSL-1.0" ]
null
null
null
trsl/sort_iterator.hpp
renauddetry/trsl
641e44d77488de65ab8f38f114db78ee47da74c3
[ "BSL-1.0" ]
null
null
null
trsl/sort_iterator.hpp
renauddetry/trsl
641e44d77488de65ab8f38f114db78ee47da74c3
[ "BSL-1.0" ]
null
null
null
// (C) Copyright Renaud Detry 2007-2011. // 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) /** @file */ #ifndef TRSL_SORT_ITERATOR_HPP #define TRSL_SORT_ITERATOR_HPP #include <trsl/reorder_iterator.hpp> #inclu...
34.212435
76
0.641072
renauddetry
3b5b667f59ee15c99ad0b92d5ef911f62117e453
294
hpp
C++
triangler/font.hpp
viitana/triangler
06719c0f019ee1946482ce58195468db518cbdde
[ "MIT" ]
2
2020-01-14T11:22:23.000Z
2022-02-24T13:13:47.000Z
triangler/font.hpp
viitana/triangler
06719c0f019ee1946482ce58195468db518cbdde
[ "MIT" ]
null
null
null
triangler/font.hpp
viitana/triangler
06719c0f019ee1946482ce58195468db518cbdde
[ "MIT" ]
null
null
null
#include <GL/glew.h> #include <glm/glm.hpp> struct Character { GLuint TextureID; // ID handle of the glyph texture glm::ivec2 Size; // Size of glyph glm::ivec2 Bearing; // Offset from baseline to left/top of glyph GLuint Advance; // Offset to advance to next glyph };
29.4
68
0.666667
viitana
3b5c9b744ce47e9e36ed717bf9ea1e6176f0864c
829
cpp
C++
Src/Array/769_MaxChunksToMakeSorted.cpp
HATTER-LONG/https---github.com-HATTER-LONG-AlgorithmTraining
bd2773c066352bab46ac019cef9fbbff8761c147
[ "Apache-2.0" ]
2
2021-02-07T07:03:43.000Z
2021-02-08T16:04:42.000Z
Src/Array/769_MaxChunksToMakeSorted.cpp
HATTER-LONG/https---github.com-HATTER-LONG-AlgorithmTraining
bd2773c066352bab46ac019cef9fbbff8761c147
[ "Apache-2.0" ]
null
null
null
Src/Array/769_MaxChunksToMakeSorted.cpp
HATTER-LONG/https---github.com-HATTER-LONG-AlgorithmTraining
bd2773c066352bab46ac019cef9fbbff8761c147
[ "Apache-2.0" ]
1
2021-02-24T09:48:26.000Z
2021-02-24T09:48:26.000Z
#include "Tools/Tools.hpp" /* * 题目描述 * 给定一个含有 0 到 n * 整数的数组,每个整数只出现一次,求这个数组最多可以分割成多少个 * 子数组,使得对每个子数组进行增序排序后,原数组也是增序的。 * * * 输入一个一维整数数组,输出一个整数,表示最多的分割数。 * Input: [1,0,2,3,4] * Output: 4 * 在这个样例中,最多分割是 [1, 0], [2], [3], [4]。 */ int maxChunksToSorted(vector<int>& arr) { int chunks = 0, curMax = 0; for...
19.27907
78
0.55006
HATTER-LONG
3b5d6bc356d314c25474a2afd42e396aa9404867
4,705
hpp
C++
include/list.hpp
oYOvOYo/Cplusplus.TemplateMetaProgramming
02884fb85b44d4257f5c93e3b52ea97031937f3d
[ "MIT" ]
null
null
null
include/list.hpp
oYOvOYo/Cplusplus.TemplateMetaProgramming
02884fb85b44d4257f5c93e3b52ea97031937f3d
[ "MIT" ]
null
null
null
include/list.hpp
oYOvOYo/Cplusplus.TemplateMetaProgramming
02884fb85b44d4257f5c93e3b52ea97031937f3d
[ "MIT" ]
null
null
null
// todo: more operation on list like compare #include <algorithm> #include <iostream> typedef int TYPE; template <TYPE x> struct Type { static const TYPE value = x; }; struct NIL { typedef NIL Head; typedef NIL Tail; }; template <typename H, typename T = NIL> struct List { typedef H Head; typedef T Tail;...
26.581921
80
0.617003
oYOvOYo
3b602b77f0155f90729c8040fb3cbb3e94c65dc4
5,472
cpp
C++
src/apps/winforms_app/src/AsyncWrapper.cpp
elnoir/ge_test
a85a6ea95452005c4c6428faa80b1a8b3d4fd6a4
[ "MIT" ]
null
null
null
src/apps/winforms_app/src/AsyncWrapper.cpp
elnoir/ge_test
a85a6ea95452005c4c6428faa80b1a8b3d4fd6a4
[ "MIT" ]
null
null
null
src/apps/winforms_app/src/AsyncWrapper.cpp
elnoir/ge_test
a85a6ea95452005c4c6428faa80b1a8b3d4fd6a4
[ "MIT" ]
null
null
null
#include "AsyncWrapper.h" #include <msclr/marshal_cppstd.h> #include <db/idb.h> namespace annWinForm { using namespace System; ManagedConfusionMatrix deserializeConfusionMatrix(const ann::async::MainMessage::buffer &buffer); int deserializeImageCount(const ann::async::MainMessage::buffer& buffer); TrainSnapshot^ de...
27.223881
134
0.633224
elnoir
3b60d82b4f76b5c13ba2ceea64f44d34adf7cff2
49,812
cpp
C++
src/graysvr/CItemBase.cpp
mxdamien/Source
5eb008ebbe1a67c33057c033b6920581c4fdc323
[ "Apache-2.0" ]
2
2020-04-24T12:19:13.000Z
2020-04-24T12:19:14.000Z
src/graysvr/CItemBase.cpp
assadcalil/Source
0f303cfc72496576a6eb432615f893e151210e8f
[ "Apache-2.0" ]
null
null
null
src/graysvr/CItemBase.cpp
assadcalil/Source
0f303cfc72496576a6eb432615f893e151210e8f
[ "Apache-2.0" ]
1
2017-05-12T02:56:10.000Z
2017-05-12T02:56:10.000Z
#include "graysvr.h" // predef header. //********************************************************* // CItemBase CItemBase::CItemBase(ITEMID_TYPE id) : CBaseBaseDef(RESOURCE_ID(RES_ITEMDEF, id)) { m_type = IT_NORMAL; m_weight = 0; m_layer = LAYER_NONE; m_uiFlags = 0; m_speed = 0; m_iSkill = SKILL_NON...
25.66306
218
0.659339
mxdamien
3b623dd1e5b39dac37ea70b93281a9f66210e282
2,386
cpp
C++
Geomview/demo/Geomview/kernel.cpp
antoniospg/cgal
2891c22fc7f64f680ac7e144407afe49f6425cb9
[ "CC0-1.0" ]
2
2021-07-31T19:34:30.000Z
2022-01-11T18:23:15.000Z
Geomview/demo/Geomview/kernel.cpp
antoniospg/cgal
2891c22fc7f64f680ac7e144407afe49f6425cb9
[ "CC0-1.0" ]
17
2018-01-10T13:32:24.000Z
2021-07-30T12:23:20.000Z
Geomview/demo/Geomview/kernel.cpp
antoniospg/cgal
2891c22fc7f64f680ac7e144407afe49f6425cb9
[ "CC0-1.0" ]
5
2020-06-03T07:10:48.000Z
2021-11-21T14:04:54.000Z
// Copyright (c) 2000, 2001, 2004 // Utrecht University (The Netherlands), // ETH Zurich (Switzerland), // INRIA Sophia-Antipolis (France), // Max-Planck-Institute Saarbruecken (Germany), // and Tel-Aviv University (Israel). All rights reserved. // // This file is part of CGAL (www.cgal.org) // // $URL$ // $Id$ // SPD...
28.404762
70
0.56622
antoniospg
3b633fa488239c6ba881617f264c822f0e31bbed
30,486
cc
C++
chrome/browser/apps/web_view_interactive_browsertest.cc
shaochangbin/chromium-crosswalk
634d34e4cf82b4f7400357c53ec12efaffe94add
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2019-01-16T03:57:28.000Z
2021-01-23T15:29:45.000Z
chrome/browser/apps/web_view_interactive_browsertest.cc
shaochangbin/chromium-crosswalk
634d34e4cf82b4f7400357c53ec12efaffe94add
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/apps/web_view_interactive_browsertest.cc
shaochangbin/chromium-crosswalk
634d34e4cf82b4f7400357c53ec12efaffe94add
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2017-03-15T13:21:38.000Z
2017-03-15T13:21:38.000Z
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "apps/app_window.h" #include "apps/app_window_registry.h" #include "base/strings/stringprintf.h" #include "base/strings/utf_string_conversions.h"...
38.250941
91
0.723217
shaochangbin
3b66485f17848dd73320be504bf93a8bc4bce38d
4,598
cpp
C++
B2G/gecko/accessible/src/windows/ia2/ia2AccessibleAction.cpp
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
3
2015-08-31T15:24:31.000Z
2020-04-24T20:31:29.000Z
B2G/gecko/accessible/src/windows/ia2/ia2AccessibleAction.cpp
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
null
null
null
B2G/gecko/accessible/src/windows/ia2/ia2AccessibleAction.cpp
wilebeast/FireFox-OS
43067f28711d78c429a1d6d58c77130f6899135f
[ "Apache-2.0" ]
3
2015-07-29T07:17:15.000Z
2020-11-04T06:55:37.000Z
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim:expandtab:shiftwidth=2:tabstop=2: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL...
25.403315
103
0.709439
wilebeast
3b6802b96761d400a639d1f228137c0920cac20a
11,256
cpp
C++
code/engine.vc2008/xrEngine/SkeletonMotions.cpp
ipl-adm/xray-oxygen
3ae4d4911f5b000e93bdf108eb68db25315b2fc6
[ "Apache-2.0" ]
1
2021-06-15T13:04:36.000Z
2021-06-15T13:04:36.000Z
code/engine.vc2008/xrEngine/SkeletonMotions.cpp
ipl-adm/xray-oxygen
3ae4d4911f5b000e93bdf108eb68db25315b2fc6
[ "Apache-2.0" ]
null
null
null
code/engine.vc2008/xrEngine/SkeletonMotions.cpp
ipl-adm/xray-oxygen
3ae4d4911f5b000e93bdf108eb68db25315b2fc6
[ "Apache-2.0" ]
null
null
null
//--------------------------------------------------------------------------- #include "stdafx.h" #pragma hdrstop #ifdef _LW_EXPORT #undef ENGINE_API #define ENGINE_API #endif #include "SkeletonMotions.h" #include "Fmesh.h" #include "motion.h" #include "..\Include\xrRender\Kinematics.h" motions_container* g_pMotions...
24.102784
108
0.56672
ipl-adm
3b68260d522b10c18c1359eb5b205e6ee3f410c5
10,707
cpp
C++
cyg_graph.cpp
yasuo-ozu/cygraph-gui
ec4f2793cdd6d208b89e5795a3e08dceff6b29e6
[ "MIT" ]
1
2018-02-12T05:09:30.000Z
2018-02-12T05:09:30.000Z
cyg_graph.cpp
yasuo-ozu/cygraph-gui
ec4f2793cdd6d208b89e5795a3e08dceff6b29e6
[ "MIT" ]
null
null
null
cyg_graph.cpp
yasuo-ozu/cygraph-gui
ec4f2793cdd6d208b89e5795a3e08dceff6b29e6
[ "MIT" ]
null
null
null
#include "cyg_common.hpp" namespace Cygraph { // Graph Graph::Graph() { this->padding.top = 30.0; this->padding.left = 30.0; this->padding.right = 30.0; this->padding.bottom = 30.0; } boundary Graph::get_boundary(Graphic g, double resolution) { boundary bd{0.0, 0.0, 0.0, 0.0}; for (auto *axis : this-...
31.866071
112
0.602129
yasuo-ozu
3b687ec16585ee94332b8abb7b843c7447c32030
2,182
hh
C++
src/Circuit/data/CircuitNode.hh
lucydot/devsim
2c69fcc05551bb50ca134490279e206cdeaf91a6
[ "Apache-2.0" ]
100
2015-02-02T23:47:38.000Z
2022-03-15T06:15:15.000Z
src/Circuit/data/CircuitNode.hh
fendou1997/devsim
71c5a5a56f567b472f39e4968bedbe57a38d6ff6
[ "Apache-2.0" ]
75
2015-05-13T02:16:41.000Z
2022-02-23T12:20:21.000Z
src/Circuit/data/CircuitNode.hh
fendou1997/devsim
71c5a5a56f567b472f39e4968bedbe57a38d6ff6
[ "Apache-2.0" ]
50
2015-10-28T17:24:24.000Z
2022-03-30T17:48:46.000Z
#ifndef CIRCUIT_NODE_HH #define CIRCUIT_NODE_HH /*** DEVSIM Copyright 2013 Devsim LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required...
27.275
77
0.671402
lucydot
3b68be2b1b9d07f20348ac79875cfcf5130620d1
5,291
cc
C++
src/simple-quic/custom/proof_source_openssl.cc
Hasan-Jawaheri/quic-tor
f8a5b8b93a82eb515808d381bfbb2cc662e12513
[ "MIT" ]
null
null
null
src/simple-quic/custom/proof_source_openssl.cc
Hasan-Jawaheri/quic-tor
f8a5b8b93a82eb515808d381bfbb2cc662e12513
[ "MIT" ]
null
null
null
src/simple-quic/custom/proof_source_openssl.cc
Hasan-Jawaheri/quic-tor
f8a5b8b93a82eb515808d381bfbb2cc662e12513
[ "MIT" ]
null
null
null
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // Modified by kku to remove dependency on BoringSSL. // // References: // https://www.openssl.org/docs/manmaster/crypto/pem.html // https://www.openssl...
32.262195
119
0.680212
Hasan-Jawaheri
3b68d6addb34a9240e64d9e9ea27ba185c19eb3a
67,417
cpp
C++
dev/Gems/CryLegacy/Code/Source/CryEntitySystem/EntityPoolManager.cpp
kostenickj/lumberyard
e881f3023cc1840650eb7b133e605881d1d4330d
[ "AML" ]
null
null
null
dev/Gems/CryLegacy/Code/Source/CryEntitySystem/EntityPoolManager.cpp
kostenickj/lumberyard
e881f3023cc1840650eb7b133e605881d1d4330d
[ "AML" ]
null
null
null
dev/Gems/CryLegacy/Code/Source/CryEntitySystem/EntityPoolManager.cpp
kostenickj/lumberyard
e881f3023cc1840650eb7b133e605881d1d4330d
[ "AML" ]
null
null
null
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
35.352386
215
0.570153
kostenickj
3b697e9dcfb78ebf87137a9d5f7ba1a72f1d7d87
3,826
cpp
C++
modules/alloc/alloc.cpp
TimePath/silis
75ca08456a96cc3096a7dbc36e61c79dc0b61e0e
[ "AFL-3.0" ]
6
2017-11-11T04:49:00.000Z
2021-12-11T10:10:58.000Z
modules/alloc/alloc.cpp
TimePath/silis
75ca08456a96cc3096a7dbc36e61c79dc0b61e0e
[ "AFL-3.0" ]
null
null
null
modules/alloc/alloc.cpp
TimePath/silis
75ca08456a96cc3096a7dbc36e61c79dc0b61e0e
[ "AFL-3.0" ]
null
null
null
// SPDX-License-Identifier: AFL-3.0 #define DEBUG 0 #if DEBUG #include <cstdio> #include <cstdlib> #include <cstring> #endif #include "alloc.hpp" using namespace tier0; #if !DEBUG Native<ptr<void>> operator_new(Native<Size> count, AllocInfo) { return ::operator_new(count); } Native<ptr<void>> operator_new[]...
27.134752
115
0.615525
TimePath
3b6bb4c533a6cd93c0702eb8e951b1f5ad9c9473
33,171
hpp
C++
include/domain/structure/io/sgnuplot_actor.hpp
hyperpower/CarpioPlus
68cc6c976d6c3ba6adec847a94c344be3f4690aa
[ "MIT" ]
null
null
null
include/domain/structure/io/sgnuplot_actor.hpp
hyperpower/CarpioPlus
68cc6c976d6c3ba6adec847a94c344be3f4690aa
[ "MIT" ]
1
2018-06-18T03:52:56.000Z
2018-06-18T03:52:56.000Z
include/domain/structure/io/sgnuplot_actor.hpp
hyperpower/CarpioPlus
68cc6c976d6c3ba6adec847a94c344be3f4690aa
[ "MIT" ]
null
null
null
#ifndef _S_GNUPLOT_ACTOR_HPP #define _S_GNUPLOT_ACTOR_HPP #include "domain/structure/grid/sgrid.hpp" #include "domain/structure/field/sfield.hpp" #include "domain/structure/operation/soperation.hpp" #include "io/gnuplot.hpp" namespace carpio{ using namespace GnuplotActor; template<St DIM> class SGnuplotActor_ { pub...
36.252459
118
0.45591
hyperpower
3b6e287029e61972eaf8a5b4bf83e16a1a6daba4
9,151
cpp
C++
examples/05.UserInterface/main.cpp
dreamsxin/Irrlicht
989b53c5e0421e909682d3d9abd44541c5b21e1d
[ "IJG" ]
null
null
null
examples/05.UserInterface/main.cpp
dreamsxin/Irrlicht
989b53c5e0421e909682d3d9abd44541c5b21e1d
[ "IJG" ]
null
null
null
examples/05.UserInterface/main.cpp
dreamsxin/Irrlicht
989b53c5e0421e909682d3d9abd44541c5b21e1d
[ "IJG" ]
1
2019-03-25T12:11:18.000Z
2019-03-25T12:11:18.000Z
/** Example 005 User Interface This tutorial shows how to use the built in User Interface of the Irrlicht Engine. It will give a brief overview and show how to create and use windows, buttons, scroll bars, static texts, and list boxes. As always, we include the header files, and use the irrlicht namespaces. W...
29.905229
109
0.688122
dreamsxin
3b6fc80d893f5878afd149acd06f181c903e0e34
23,561
cpp
C++
TensorRT-4.0.1.6/tensorrt_demo/src/tensorRT_engine.cpp
NEWPLAN/TensorRT_inference
ce68800c401219938ead6657391d12749d763c3b
[ "MIT" ]
null
null
null
TensorRT-4.0.1.6/tensorrt_demo/src/tensorRT_engine.cpp
NEWPLAN/TensorRT_inference
ce68800c401219938ead6657391d12749d763c3b
[ "MIT" ]
null
null
null
TensorRT-4.0.1.6/tensorrt_demo/src/tensorRT_engine.cpp
NEWPLAN/TensorRT_inference
ce68800c401219938ead6657391d12749d763c3b
[ "MIT" ]
null
null
null
#include <tensorRT_engine.h> #include <util/blockingQueue.h> #include <thread> #include <iostream> #include <chrono> #include <assert.h> #include <fstream> #include <sstream> #include <iostream> #include <cmath> #include <sys/stat.h> #include <cmath> #include <time.h> #include <cuda_runtime_api.h> #include <algorithm>...
32.319616
266
0.581512
NEWPLAN
3b70bd9d942cc9d24cac8b77b22b8adb1b7cde6d
56,866
cc
C++
third_party/blink/renderer/platform/scheduler/common/throttling/task_queue_throttler_unittest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/blink/renderer/platform/scheduler/common/throttling/task_queue_throttler_unittest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/blink/renderer/platform/scheduler/common/throttling/task_queue_throttler_unittest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/platform/scheduler/common/throttling/task_queue_throttler.h" #include <stddef.h> #include <memory> #include "base/...
39.408177
105
0.717599
sarang-apps
3b733e6e5f21df17de7c12862ca8ccb3f0e50141
871
cpp
C++
137-SingleNumberII.cpp
frost1990/leetcode_anwsers
ad7f84089b11591fab0f9407bc87b9f3fa8f2cf2
[ "MIT" ]
null
null
null
137-SingleNumberII.cpp
frost1990/leetcode_anwsers
ad7f84089b11591fab0f9407bc87b9f3fa8f2cf2
[ "MIT" ]
null
null
null
137-SingleNumberII.cpp
frost1990/leetcode_anwsers
ad7f84089b11591fab0f9407bc87b9f3fa8f2cf2
[ "MIT" ]
null
null
null
/* Given an array of integers, every element appears three times except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without using extra memory? */ #include <stdio.h> #include <vector> using namespace std; class Solution { public: int single...
20.255814
106
0.617681
frost1990
3b7534d0bdfc267090cf3e38032d7fb0681b645c
1,779
hpp
C++
include/alb-program.hpp
albertonl/alb
8779ed2f047d63eff2bc96b658b2659641364322
[ "MIT" ]
2
2019-06-08T16:47:22.000Z
2019-06-08T16:56:18.000Z
include/alb-program.hpp
albertonl/alb
8779ed2f047d63eff2bc96b658b2659641364322
[ "MIT" ]
2
2019-02-02T21:15:45.000Z
2019-06-10T08:23:09.000Z
include/alb-program.hpp
albertonl/alb
8779ed2f047d63eff2bc96b658b2659641364322
[ "MIT" ]
1
2019-06-08T17:23:55.000Z
2019-06-08T17:23:55.000Z
/* Program class and reserved keywords The ALB Programming Language Alberto Navalon Lillo (C) 2019 This software is distributed under the MIT license Visit https://github.com/albertonl/alb/LICENSE for further details */ #ifndef ALB_PROGRAM_HPP #define ALB_PROGRAM_HPP #include <iostream> #include <fstream> #incl...
23.103896
145
0.704328
albertonl
3b76beccf093c3805be244d434ffbc6b636827bd
4,481
cpp
C++
src/OrbitTriggerCaptureVulkanLayer/LayerOptions.cpp
tufeigunchu/orbit
407354cf7c9159ff7e3177c603a6850b95509e3a
[ "BSD-2-Clause" ]
1,847
2020-03-24T19:01:42.000Z
2022-03-31T13:18:57.000Z
src/OrbitTriggerCaptureVulkanLayer/LayerOptions.cpp
tufeigunchu/orbit
407354cf7c9159ff7e3177c603a6850b95509e3a
[ "BSD-2-Clause" ]
1,100
2020-03-24T19:41:13.000Z
2022-03-31T14:27:09.000Z
src/OrbitTriggerCaptureVulkanLayer/LayerOptions.cpp
tufeigunchu/orbit
407354cf7c9159ff7e3177c603a6850b95509e3a
[ "BSD-2-Clause" ]
228
2020-03-25T05:32:08.000Z
2022-03-31T11:27:39.000Z
// Copyright (c) 2020 The Orbit Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "LayerOptions.h" #include <absl/strings/str_format.h> #include <errno.h> #include <fcntl.h> #include <unistd.h> #include <algorithm> #include ...
36.430894
98
0.746039
tufeigunchu
3b7a1ab8a19d80ed8a1fe356075d75ec7af010c6
17,660
hpp
C++
tools/qopt/passes/xacc-ir-transformation/llvm_ir_visitors.hpp
ausbin/qcor
e9e0624a0e14b1b980ce9265b71c9b394abc60a8
[ "BSD-3-Clause" ]
59
2019-08-22T18:40:38.000Z
2022-03-09T04:12:42.000Z
tools/qopt/passes/xacc-ir-transformation/llvm_ir_visitors.hpp
ausbin/qcor
e9e0624a0e14b1b980ce9265b71c9b394abc60a8
[ "BSD-3-Clause" ]
137
2019-09-13T15:50:18.000Z
2021-12-06T14:19:46.000Z
tools/qopt/passes/xacc-ir-transformation/llvm_ir_visitors.hpp
ausbin/qcor
e9e0624a0e14b1b980ce9265b71c9b394abc60a8
[ "BSD-3-Clause" ]
26
2019-07-08T17:30:35.000Z
2021-12-03T16:24:12.000Z
#pragma once #include "llvm/ADT/StringRef.h" #include "llvm/IR/Constants.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/IRBuilder.h" #include "llvm/IR/InstVisitor.h" #include "llvm/IR/InstrTypes.h" #include "llvm/IR/Instructions.h" #include "xacc.hpp" #include <Instruction.hpp> #include <Utils.hpp> #include <c...
37.654584
89
0.531823
ausbin
3b7af5708aadc588cb20cd34edfb9868f866e02f
295
cpp
C++
Uva/uva11401.cpp
Tunghohin/Competitive_coding
879238605d5525cda9fd0cfa1155ba67959179a6
[ "MIT" ]
2
2021-09-06T08:34:00.000Z
2021-11-22T14:52:41.000Z
Uva/uva11401.cpp
Tunghohin/Competitive_coding
879238605d5525cda9fd0cfa1155ba67959179a6
[ "MIT" ]
null
null
null
Uva/uva11401.cpp
Tunghohin/Competitive_coding
879238605d5525cda9fd0cfa1155ba67959179a6
[ "MIT" ]
null
null
null
#include <iostream> using namespace std; unsigned long long f[1000010]; int main() { for (int i = 4; i <= 1000000; i++) { f[i] = f[i - 1] + ((unsigned long long)(i - 1) * (i - 2) / 2 - (i - 1) / 2) / 2; } int n; while (cin >> n) { if (n < 3) return 0; cout << f[n] << '\n'; } }
14.047619
82
0.477966
Tunghohin
3b7e030ab30d5ee0acc86733f1f2eadece5a8549
789
cpp
C++
cpp/sequential_container/iterator/inserter.cpp
wjiec/packages
4ccaf8f717265a1f8a9af533f9a998b935efb32a
[ "MIT" ]
null
null
null
cpp/sequential_container/iterator/inserter.cpp
wjiec/packages
4ccaf8f717265a1f8a9af533f9a998b935efb32a
[ "MIT" ]
1
2016-09-15T07:06:15.000Z
2016-09-15T07:06:15.000Z
cpp/sequential_container/iterator/inserter.cpp
wjiec/packages
4ccaf8f717265a1f8a9af533f9a998b935efb32a
[ "MIT" ]
null
null
null
#include <iostream> #include <iterator> #include <algorithm> #include <vector> #include <list> using namespace std; int main(void) { vector<int> v = { 1, 2, 3, 4, 5, 6 }; list<int> empl; vector<int> empv1, empv2; cout << "front_inserter" << ' '; copy(v.begin(), v.end(), front_insert...
21.324324
62
0.484157
wjiec
3b7e7029f73100ba3b02fe6d4715291d5446d3a5
2,246
cc
C++
syzygy/common/indexed_frequency_data.cc
dandv/syzygy
2444520c8e6e0b45b2f45b680d878d60b9636f45
[ "Apache-2.0" ]
1
2019-04-03T13:56:37.000Z
2019-04-03T13:56:37.000Z
syzygy/common/indexed_frequency_data.cc
pombreda/syzygy
7bac6936c0c28872bfabc10a1108e0157ff65d4a
[ "Apache-2.0" ]
1
2015-03-19T18:20:25.000Z
2015-03-19T18:20:25.000Z
syzygy/common/indexed_frequency_data.cc
sebmarchand/syzygy
6c6db0e70e8161f1fec171138a825f6412e7778a
[ "Apache-2.0" ]
1
2020-10-10T16:09:45.000Z
2020-10-10T16:09:45.000Z
// Copyright 2012 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
32.550725
77
0.731523
dandv
3b82c1b77ccb6b643f712a3a8156f8475ca7dbc1
1,128
cpp
C++
BOJ4949_balanced/balanced.cpp
wjoh0315/BOJSolution2
3bf41835d5bc04c92a0104d3651fb009298f08d7
[ "MIT" ]
null
null
null
BOJ4949_balanced/balanced.cpp
wjoh0315/BOJSolution2
3bf41835d5bc04c92a0104d3651fb009298f08d7
[ "MIT" ]
null
null
null
BOJ4949_balanced/balanced.cpp
wjoh0315/BOJSolution2
3bf41835d5bc04c92a0104d3651fb009298f08d7
[ "MIT" ]
null
null
null
//https://www.acmicpc.net/problem/4949 #include <iostream> #include <string> using namespace std; int stack[100]; int top = -1; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); while (true) { top = -1; string in; getline(cin, in, '.'); if (in.length() <= ...
20.509091
51
0.296099
wjoh0315
3b838143d4abf80840c758eaf84d7a3a74cb9e20
9,735
cc
C++
modules/audio_coding/main/source/acm_celt.cc
SlimXperiments/external_chromium_org_third_party_webrtc
14c8d0b9402c3eaa282f34f7652c08a5b624279e
[ "DOC", "BSD-3-Clause" ]
1
2019-02-22T05:37:43.000Z
2019-02-22T05:37:43.000Z
modules/audio_coding/main/source/acm_celt.cc
SlimXperiments/external_chromium_org_third_party_webrtc
14c8d0b9402c3eaa282f34f7652c08a5b624279e
[ "DOC", "BSD-3-Clause" ]
null
null
null
modules/audio_coding/main/source/acm_celt.cc
SlimXperiments/external_chromium_org_third_party_webrtc
14c8d0b9402c3eaa282f34f7652c08a5b624279e
[ "DOC", "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
28.632353
81
0.662763
SlimXperiments