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
fd9c1bc71377eb020f107961a69822a06664597a
299
hpp
C++
c++/Singleton/Singleton.hpp
FasterCoding/Design-Patterns
210553651660072bad3a6b954b581742c5501ec0
[ "MIT" ]
null
null
null
c++/Singleton/Singleton.hpp
FasterCoding/Design-Patterns
210553651660072bad3a6b954b581742c5501ec0
[ "MIT" ]
null
null
null
c++/Singleton/Singleton.hpp
FasterCoding/Design-Patterns
210553651660072bad3a6b954b581742c5501ec0
[ "MIT" ]
2
2019-09-06T22:31:57.000Z
2021-08-23T23:52:23.000Z
#ifndef __SINGLETON_H__ #define __SINGLETON_H__ class Singleton { private: int _number; Singleton() {} Singleton(Singleton const&) {} static Singleton* _INSTANCE; public: static Singleton* getInstance(); void setNumber(int number); int getNumber(); }; #endif
11.5
36
0.668896
FasterCoding
fd9cc246d6b4fd6b14364e65c8d42f34d4ced63f
316
cpp
C++
src/main.cpp
hamlyn-centre/daVinciToolTrack
01f1a17abbe2859b70e323780ec69a112a8c7d7c
[ "BSD-3-Clause" ]
2
2017-08-25T14:11:18.000Z
2021-09-07T11:47:34.000Z
src/main.cpp
magnumye/daVinciToolTrack
01f1a17abbe2859b70e323780ec69a112a8c7d7c
[ "BSD-3-Clause" ]
null
null
null
src/main.cpp
magnumye/daVinciToolTrack
01f1a17abbe2859b70e323780ec69a112a8c7d7c
[ "BSD-3-Clause" ]
6
2017-08-16T16:19:08.000Z
2020-08-05T06:13:20.000Z
#include <QApplication> #include "GraphicalUserInterface.h" int main(int argc, char** argv) { std::string config_path; config_path = "../config/sim_config_win.xml"; // Change here QApplication app(argc, argv); GraphicalUserInterface gui (config_path); gui.show(); return app.exec(); }
18.588235
66
0.677215
hamlyn-centre
fd9deced51df97b4f190ad3254755eaae6594c15
1,231
hpp
C++
tests/unit/coherence/util/filter/InFilterTest.hpp
chpatel3/coherence-cpp-extend-client
4ea5267eae32064dff1e73339aa3fbc9347ef0f6
[ "UPL-1.0", "Apache-2.0" ]
6
2020-07-01T21:38:30.000Z
2021-11-03T01:35:11.000Z
tests/unit/coherence/util/filter/InFilterTest.hpp
chpatel3/coherence-cpp-extend-client
4ea5267eae32064dff1e73339aa3fbc9347ef0f6
[ "UPL-1.0", "Apache-2.0" ]
1
2020-07-24T17:29:22.000Z
2020-07-24T18:29:04.000Z
tests/unit/coherence/util/filter/InFilterTest.hpp
chpatel3/coherence-cpp-extend-client
4ea5267eae32064dff1e73339aa3fbc9347ef0f6
[ "UPL-1.0", "Apache-2.0" ]
6
2020-07-10T18:40:58.000Z
2022-02-18T01:23:40.000Z
/* * Copyright (c) 2000, 2020, Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at * http://oss.oracle.com/licenses/upl. */ #include "cxxtest/TestSuite.h" #include "coherence/lang.ns" #include "coherence/util/extractor/IdentityExtractor.hpp" #include "coherence/util...
29.309524
75
0.637693
chpatel3
fd9efeba0053a243ea42698513461126c66ac1bf
568
cpp
C++
app/src/main/cpp/lab1/main1.cpp
kinteg/y4eba
3edb28653a26e9e634be786ca05cc4bc315ba228
[ "Apache-2.0" ]
null
null
null
app/src/main/cpp/lab1/main1.cpp
kinteg/y4eba
3edb28653a26e9e634be786ca05cc4bc315ba228
[ "Apache-2.0" ]
null
null
null
app/src/main/cpp/lab1/main1.cpp
kinteg/y4eba
3edb28653a26e9e634be786ca05cc4bc315ba228
[ "Apache-2.0" ]
null
null
null
// // Created by kinteg on 01.11.2021. // #include "lab1/main1.h" void main1() Жи обнуляем cppLabMain1::Lab1 lab1; int length; System_out_println "Input length: "; scanner_next length; int *arr = new int[length]; System_out_println "Your random arr is: "; for (int i = 0; i < length;...
20.285714
82
0.635563
kinteg
fda012ff62c32ca8c90eac0705f7cdf9a37a1c6c
4,569
cpp
C++
cocos2dx_playground/Classes/step_defender_tool_TileSheetNode.cpp
R2Road/cocos2dx_playground
6e6f349b5c9fc702558fe8720ba9253a8ba00164
[ "Apache-2.0" ]
9
2020-06-11T17:09:44.000Z
2021-12-25T00:34:33.000Z
cocos2dx_playground/Classes/step_defender_tool_TileSheetNode.cpp
R2Road/cocos2dx_playground
6e6f349b5c9fc702558fe8720ba9253a8ba00164
[ "Apache-2.0" ]
9
2019-12-21T15:01:01.000Z
2020-12-05T15:42:43.000Z
cocos2dx_playground/Classes/step_defender_tool_TileSheetNode.cpp
R2Road/cocos2dx_playground
6e6f349b5c9fc702558fe8720ba9253a8ba00164
[ "Apache-2.0" ]
1
2020-09-07T01:32:16.000Z
2020-09-07T01:32:16.000Z
#include "step_defender_tool_TileSheetNode.h" #include <new> #include <numeric> #include "2d/CCLayer.h" #include "2d/CCSprite.h" #include "base/CCDirector.h" #include "renderer/CCTextureCache.h" #include "ui/UIButton.h" #include "ui/UIScale9Sprite.h" #include "cpg_Clamp.h" USING_NS_CC; namespace step_defender { n...
27.859756
176
0.678923
R2Road
fdabc5e84ae303085f5c6c8d1adefd04716d5bf0
4,620
cc
C++
chrome/test/webdriver/cookie.cc
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2015-10-12T09:14:22.000Z
2015-10-12T09:14:22.000Z
chrome/test/webdriver/cookie.cc
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
null
null
null
chrome/test/webdriver/cookie.cc
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2020-11-04T07:22:28.000Z
2020-11-04T07:22:28.000Z
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/test/webdriver/cookie.h" #include <time.h> #include "base/json/json_reader.h" #include "base/json/json_writer.h" #include "base/str...
27.664671
85
0.649567
meego-tablet-ux
fdac570d2484d80f5a3984c59966f5987d8b953d
25,010
cpp
C++
src/cluster.cpp
ClickHouse/cpp-driver
90df2c9ca1aa184a746445698533c71f7f34a2e1
[ "Apache-2.0" ]
327
2015-01-01T03:01:58.000Z
2022-03-03T19:33:19.000Z
src/cluster.cpp
zakalibit/cpp-driver
c7472bf1582354f6ba7a07b2198782f56bd50a5d
[ "Apache-2.0" ]
218
2015-01-05T17:25:24.000Z
2022-03-30T19:55:03.000Z
src/cluster.cpp
zakalibit/cpp-driver
c7472bf1582354f6ba7a07b2198782f56bd50a5d
[ "Apache-2.0" ]
249
2015-02-12T11:33:10.000Z
2022-03-31T21:21:05.000Z
/* Copyright (c) DataStax, 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 in writing, so...
32.064103
100
0.697801
ClickHouse
fdacd38f340efc247046d26fd3a5a7d394638d98
129
cc
C++
tensorflow-yolo-ios/dependencies/tensorflow/core/platform/default/logging.cc
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
27
2017-06-07T19:07:32.000Z
2020-10-15T10:09:12.000Z
tensorflow-yolo-ios/dependencies/tensorflow/core/platform/default/logging.cc
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
3
2017-08-25T17:39:46.000Z
2017-11-18T03:40:55.000Z
tensorflow-yolo-ios/dependencies/tensorflow/core/platform/default/logging.cc
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
10
2017-06-16T18:04:45.000Z
2018-07-05T17:33:01.000Z
version https://git-lfs.github.com/spec/v1 oid sha256:64cf444726b38c066432a37af00bfb70d2a1064b2f36407cc2d280832bacfa37 size 5787
32.25
75
0.883721
initialz
fdad47490a163b7fa69f954408ba0e3f566aba07
1,631
cpp
C++
src/arch/arm/handlers.cpp
qookei/tart
e039f9c493560f306904793ac9143810aabbf68e
[ "Zlib" ]
11
2020-06-20T19:05:08.000Z
2021-04-07T17:49:18.000Z
src/arch/arm/handlers.cpp
qookei/tart
e039f9c493560f306904793ac9143810aabbf68e
[ "Zlib" ]
null
null
null
src/arch/arm/handlers.cpp
qookei/tart
e039f9c493560f306904793ac9143810aabbf68e
[ "Zlib" ]
null
null
null
#include "handlers.hpp" #include <tart/time.hpp> #include <stdint.h> #include <tart/log.hpp> namespace tart { struct irq_state { uintptr_t r0, r1, r2, r3, r12; uintptr_t lr, pc, psr; void log() { info() << "r0 = " << frg::hex_fmt{r0} << frg::endlog; info() << "r1 = " << frg::hex_fmt{r1} << frg::endlog; in...
24.712121
62
0.603311
qookei
fdade2822b19689a35a633d30ad866f893c4e64b
2,409
cpp
C++
hiro/core/keyboard.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
153
2020-07-25T17:55:29.000Z
2021-10-01T23:45:01.000Z
hiro/core/keyboard.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
245
2021-10-08T09:14:46.000Z
2022-03-31T08:53:13.000Z
hiro/core/keyboard.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
44
2020-07-25T08:51:55.000Z
2021-09-25T16:09:01.000Z
#if defined(Hiro_Keyboard) Keyboard::State Keyboard::state; const vector<string> Keyboard::keys = { //physical keyboard buttons "Escape", "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12", "PrintScreen", "ScrollLock", "Pause", "Insert", "Delete", "Home", "End", "PageUp", "PageDown", ...
30.1125
100
0.58572
CasualPokePlayer
fdaf2494c5b3b4058dc357f600f54bed0151adaf
4,267
cpp
C++
test/common/parallel_t.cpp
unghee/TorchCraftAI
e6d596483d2a9a8b796765ed98097fcae39b6ac0
[ "MIT" ]
629
2018-11-19T21:03:01.000Z
2022-02-25T03:31:40.000Z
test/common/parallel_t.cpp
unghee/TorchCraftAI
e6d596483d2a9a8b796765ed98097fcae39b6ac0
[ "MIT" ]
27
2018-11-23T22:49:28.000Z
2020-05-15T21:09:30.000Z
test/common/parallel_t.cpp
unghee/TorchCraftAI
e6d596483d2a9a8b796765ed98097fcae39b6ac0
[ "MIT" ]
129
2018-11-22T01:16:56.000Z
2022-03-29T15:24:16.000Z
/* * Copyright (c) 2017-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "test.h" #include "common/parallel.h" #include "common/rand.h" using namespace common; using C1Type = std::unique_ptr<Buffere...
25.550898
79
0.577221
unghee
fdb07873b7b16601bc34f376a6b70aa6c57118b6
20,430
cc
C++
components/feature_engagement/internal/event_model_impl_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
76
2020-09-02T03:05:41.000Z
2022-03-30T04:40:55.000Z
components/feature_engagement/internal/event_model_impl_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
45
2020-09-02T03:21:37.000Z
2022-03-31T22:19:45.000Z
components/feature_engagement/internal/event_model_impl_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
8
2020-07-22T18:49:18.000Z
2022-02-08T10:27:16.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 "components/feature_engagement/internal/event_model_impl.h" #include <memory> #include "base/bind.h" #include "base/callback.h" #include "base/...
36.287744
81
0.72604
zealoussnow
fdb199ce8cd576f9768198c646e29f03455b5180
6,060
cpp
C++
source/playlunky/mod/character_sticker_gen.cpp
C-ffeeStain/Playlunky
c0df8a993712192fb44048c8542776ead110441d
[ "MIT" ]
1
2020-12-25T19:42:22.000Z
2020-12-25T19:42:22.000Z
source/playlunky/mod/character_sticker_gen.cpp
C-ffeeStain/Playlunky
c0df8a993712192fb44048c8542776ead110441d
[ "MIT" ]
1
2021-01-01T18:32:41.000Z
2021-01-02T09:22:09.000Z
source/playlunky/mod/character_sticker_gen.cpp
C-ffeeStain/Playlunky
c0df8a993712192fb44048c8542776ead110441d
[ "MIT" ]
1
2020-12-25T18:02:55.000Z
2020-12-25T18:02:55.000Z
#include "character_sticker_gen.h" #include "png_dds_conversion.h" #include "virtual_filesystem.h" #include "util/algorithms.h" #include "util/image.h" #include <fmt/format.h> #include <span> static constexpr struct { std::uint32_t x, y; } s_CharacterStickerIndex{ .x{ 8 }, .y{ 14 } }; static constexpr struct { std::...
40.13245
148
0.716997
C-ffeeStain
fdb1bec94b9f22aa049b832744290f22a87d02cd
59
cpp
C++
Source/Tutorial/Components/TutorialMovementComponent.cpp
PsichiX/Unreal-Systems-Architecture
fb2ccb243c8e79b0890736d611db7ba536937a93
[ "Apache-2.0" ]
5
2022-02-09T21:19:03.000Z
2022-03-03T01:53:03.000Z
Source/Tutorial/Components/TutorialMovementComponent.cpp
PsichiX/Unreal-Systems-Architecture
fb2ccb243c8e79b0890736d611db7ba536937a93
[ "Apache-2.0" ]
null
null
null
Source/Tutorial/Components/TutorialMovementComponent.cpp
PsichiX/Unreal-Systems-Architecture
fb2ccb243c8e79b0890736d611db7ba536937a93
[ "Apache-2.0" ]
null
null
null
#include "Tutorial/Components/TutorialMovementComponent.h"
29.5
58
0.864407
PsichiX
fdb2069f751b81eb9524e27b380325cf8de6c810
3,774
cpp
C++
Engine/source/T3D/sceneComponent/T3DSceneClient.cpp
vbillet/Torque3D
ece8823599424ea675e5f79d9bcb44e42cba8cae
[ "MIT" ]
2,113
2015-01-01T11:23:01.000Z
2022-03-28T04:51:46.000Z
Engine/source/T3D/sceneComponent/T3DSceneClient.cpp
Ashry00/Torque3D
33e3e41c8b7eb41c743a589558bc21302207ef97
[ "MIT" ]
948
2015-01-02T01:50:00.000Z
2022-02-27T05:56:40.000Z
Engine/source/T3D/sceneComponent/T3DSceneClient.cpp
Ashry00/Torque3D
33e3e41c8b7eb41c743a589558bc21302207ef97
[ "MIT" ]
944
2015-01-01T09:33:53.000Z
2022-03-15T22:23:03.000Z
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
34.944444
150
0.649709
vbillet
fdb2179b92166c5efb7d8a6353753b3cff46dbd0
5,944
cpp
C++
sql-odbc/src/sqlodbc/opensearch_connection.cpp
ylwu-amzn/sql-1
4b0264e80b666c33398fbd1c689999100667fb46
[ "Apache-2.0" ]
38
2021-04-20T18:06:49.000Z
2022-03-22T21:13:33.000Z
sql-odbc/src/sqlodbc/opensearch_connection.cpp
ylwu-amzn/sql-1
4b0264e80b666c33398fbd1c689999100667fb46
[ "Apache-2.0" ]
409
2021-04-20T19:09:43.000Z
2022-03-31T21:09:33.000Z
sql-odbc/src/sqlodbc/opensearch_connection.cpp
ylwu-amzn/sql-1
4b0264e80b666c33398fbd1c689999100667fb46
[ "Apache-2.0" ]
48
2021-04-19T23:06:25.000Z
2022-03-30T20:47:59.000Z
/* TryEnterCriticalSection needs the following #define */ #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0400 #endif /* _WIN32_WINNT */ #include "opensearch_connection.h" #include <ctype.h> #include <stdio.h> #include <string.h> #include "misc.h" /* for htonl */ #ifdef WIN32 #include <Winsock2.h> #else #include <arpa/...
31.120419
98
0.685734
ylwu-amzn
fdb68e2265928c2cc598eb2835a0ca53006b94c3
4,430
cc
C++
pnc/planner/locomotion/towr_plus/src/spline_holder.cc
MaxxWilson/ASE389Project
13c3c72887e27fbed2eef63c1e27b4a185036a39
[ "MIT" ]
17
2021-05-31T10:55:48.000Z
2022-03-30T10:09:37.000Z
pnc/planner/locomotion/towr_plus/src/spline_holder.cc
MaxxWilson/ASE389Project
13c3c72887e27fbed2eef63c1e27b4a185036a39
[ "MIT" ]
2
2021-10-01T22:11:43.000Z
2021-12-06T02:34:33.000Z
pnc/planner/locomotion/towr_plus/src/spline_holder.cc
MaxxWilson/ASE389Project
13c3c72887e27fbed2eef63c1e27b4a185036a39
[ "MIT" ]
3
2021-08-24T00:53:18.000Z
2022-03-31T17:29:07.000Z
/****************************************************************************** Copyright (c) 2018, Alexander W. Winkler. 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...
50.340909
79
0.706095
MaxxWilson
fdb6a5da320659fc592139a49a30867bb6302410
4,016
cpp
C++
Blizzlike/Trinity/Scripts/PvP/AlteracValley/boss_vanndar.cpp
499453466/Lua-Other
43fd2b72405faf3f2074fd2a2706ef115d16faa6
[ "Unlicense" ]
2
2015-06-23T16:26:32.000Z
2019-06-27T07:45:59.000Z
Blizzlike/Trinity/Scripts/PvP/AlteracValley/boss_vanndar.cpp
Eduardo-Silla/Lua-Other
db610f946dbcaf81b3de9801f758e11a7bf2753f
[ "Unlicense" ]
null
null
null
Blizzlike/Trinity/Scripts/PvP/AlteracValley/boss_vanndar.cpp
Eduardo-Silla/Lua-Other
db610f946dbcaf81b3de9801f758e11a7bf2753f
[ "Unlicense" ]
3
2015-01-10T18:22:59.000Z
2021-04-27T21:28:28.000Z
/* * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later ve...
31.873016
119
0.538596
499453466
fdb808e50aa17d00acbe8a0719bd27044d20376b
7,642
hpp
C++
plugins/node_watercolor.hpp
Yleroimar/3D-Comic-Rendering
8c3221625dfbb5a4d5efc92b235d547a4e6e66ad
[ "MIT" ]
1
2021-10-05T09:22:39.000Z
2021-10-05T09:22:39.000Z
plugins/node_watercolor.hpp
Yleroimar/3D-Comic-Rendering
8c3221625dfbb5a4d5efc92b235d547a4e6e66ad
[ "MIT" ]
null
null
null
plugins/node_watercolor.hpp
Yleroimar/3D-Comic-Rendering
8c3221625dfbb5a4d5efc92b235d547a4e6e66ad
[ "MIT" ]
null
null
null
#pragma once /////////////////////////////////////////////////////////////////////////////////// // _ _ _ // __ ____ _| |_ ___ _ __ ___ ___ | | ___ _ __ _ __ ___ __| | ___ // \ \ /\ / / _` | __/ _ \ '__/ __/ _ \| |/ _ \| '__| ...
44.690058
118
0.572232
Yleroimar
fdb8c9f1854f747348ce72942bc082a336ccd511
8,084
cpp
C++
imp_bridge_opencv/src/image_cv.cpp
rockenbf/ze_oss
ee04158e2d51acb07a267196f618e9afbc3ffd83
[ "BSD-3-Clause" ]
6
2018-12-02T03:03:32.000Z
2021-01-19T11:20:35.000Z
imp_bridge_opencv/src/image_cv.cpp
rockenbf/ze_oss
ee04158e2d51acb07a267196f618e9afbc3ffd83
[ "BSD-3-Clause" ]
null
null
null
imp_bridge_opencv/src/image_cv.cpp
rockenbf/ze_oss
ee04158e2d51acb07a267196f618e9afbc3ffd83
[ "BSD-3-Clause" ]
2
2019-04-09T20:02:42.000Z
2021-04-27T13:05:24.000Z
// Copyright (c) 2015-2016, ETH Zurich, Wyss Zurich, Zurich Eye // 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 // ...
34.695279
94
0.605764
rockenbf
fdbae3fd257d9ec05de77571b67dbdf8189bba09
3,491
cc
C++
benchmarks/pyrlk_opencv_comparison.cc
jjzhang166/videopp
f1421b16b8ffcefb3d1697460940d868e31ba79d
[ "MIT" ]
624
2015-01-05T16:40:41.000Z
2022-03-01T03:09:43.000Z
benchmarks/pyrlk_opencv_comparison.cc
jjzhang166/videopp
f1421b16b8ffcefb3d1697460940d868e31ba79d
[ "MIT" ]
10
2015-01-22T20:50:13.000Z
2018-05-15T10:41:34.000Z
benchmarks/pyrlk_opencv_comparison.cc
jjzhang166/videopp
f1421b16b8ffcefb3d1697460940d868e31ba79d
[ "MIT" ]
113
2015-01-19T11:58:35.000Z
2022-03-28T05:15:20.000Z
#include <iostream> #include <vpp/vpp.hh> #include <vpp/utils/opencv_bridge.hh> #include <vpp/algorithms/pyrlk/pyrlk_match.hh> #include <vpp/algorithms/filters/scharr.hh> #include <vpp/algorithms/FAST_detector/FAST.hh> #include <opencv2/opencv.hpp> using namespace vpp; int main(int argc, char* argv[]) { if (argc ...
32.626168
125
0.663134
jjzhang166
fdbf8a5b581c044b1de4946cd7f96d73af8637b6
502
cpp
C++
leetcode/leetcode198.cpp
KevinYang515/C-Projects
1bf95a09a0ffc18102f12263c9163619ce6dba55
[ "MIT" ]
null
null
null
leetcode/leetcode198.cpp
KevinYang515/C-Projects
1bf95a09a0ffc18102f12263c9163619ce6dba55
[ "MIT" ]
null
null
null
leetcode/leetcode198.cpp
KevinYang515/C-Projects
1bf95a09a0ffc18102f12263c9163619ce6dba55
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> using namespace std; int rob(vector<int>& nums); int main(){ vector<vector<int>> nums_v = {{1,2,3,1}, {2,7,9,3,1}}; //4, 12 for (vector<int> nums : nums_v){ printf("%d, ", rob(nums)); } return 0; } int rob(vector<int>& nums) { int rob = 0, not_rob ...
18.592593
67
0.525896
KevinYang515
fdc4230be0acd4c9ffca60485d5e428f197d2f0b
3,073
cpp
C++
Sid's Levels/Level - 2/Binary Search Tree/Predecessor And Successor.cpp
Tiger-Team-01/DSA-A-Z-Practice
e08284ffdb1409c08158dd4e90dc75dc3a3c5b18
[ "MIT" ]
14
2021-08-22T18:21:14.000Z
2022-03-08T12:04:23.000Z
Sid's Levels/Level - 2/Binary Search Tree/Predecessor And Successor.cpp
Tiger-Team-01/DSA-A-Z-Practice
e08284ffdb1409c08158dd4e90dc75dc3a3c5b18
[ "MIT" ]
1
2021-10-17T18:47:17.000Z
2021-10-17T18:47:17.000Z
Sid's Levels/Level - 2/Binary Search Tree/Predecessor And Successor.cpp
Tiger-Team-01/DSA-A-Z-Practice
e08284ffdb1409c08158dd4e90dc75dc3a3c5b18
[ "MIT" ]
5
2021-09-01T08:21:12.000Z
2022-03-09T12:13:39.000Z
// { Driver Code Starts // C++ program to find predecessor and successor in a BST #include <iostream> using namespace std; // BST Node struct Node { int key; struct Node *left; struct Node *right; Node(int x){ key = x; left = NULL; right = NULL; } }; int key=0; // This function finds predecessor...
20.763514
69
0.493329
Tiger-Team-01
fdc58e14f6959e4d31fdd33886e2ecd1073b15b1
13,337
hpp
C++
platform/kernel.hpp
zhaozhangjian/ROCclr
5cefcaf62893fcd86c8feed6bb1ebb84850fcd2f
[ "MIT" ]
7
2022-03-23T07:04:20.000Z
2022-03-30T02:44:42.000Z
reef-env/rocclr/platform/kernel.hpp
SJTU-IPADS/reef-artifacts
8750974f2d6655525a2cc317bf2471914fe68dab
[ "Apache-2.0" ]
null
null
null
reef-env/rocclr/platform/kernel.hpp
SJTU-IPADS/reef-artifacts
8750974f2d6655525a2cc317bf2471914fe68dab
[ "Apache-2.0" ]
null
null
null
/* Copyright (c) 2008-present Advanced Micro Devices, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, me...
39.931138
98
0.714179
zhaozhangjian
fdc78960e8089d424fdfc5f6e0281b122fb07e6e
3,396
cpp
C++
src/SolARDescriptorsExtractorSIFTOpencv.cpp
geekyfox90/SolARModuleNonFreeOpenCV
6b84f668b5c958f15ac66cce5821d268ea50e976
[ "Apache-2.0" ]
null
null
null
src/SolARDescriptorsExtractorSIFTOpencv.cpp
geekyfox90/SolARModuleNonFreeOpenCV
6b84f668b5c958f15ac66cce5821d268ea50e976
[ "Apache-2.0" ]
null
null
null
src/SolARDescriptorsExtractorSIFTOpencv.cpp
geekyfox90/SolARModuleNonFreeOpenCV
6b84f668b5c958f15ac66cce5821d268ea50e976
[ "Apache-2.0" ]
null
null
null
/** * @copyright Copyright (c) 2017 B-com http://www.b-com.com/ * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
34.30303
159
0.694052
geekyfox90
fdcb4bda88810162739f97e86280ca5e0360b47b
759
hpp
C++
apps/src/libvideostitch-gui/utils/imagemanager.hpp
tlalexander/stitchEm
cdff821ad2c500703e6cb237ec61139fce7bf11c
[ "MIT" ]
182
2019-04-19T12:38:30.000Z
2022-03-20T16:48:20.000Z
apps/src/libvideostitch-gui/utils/imagemanager.hpp
doymcc/stitchEm
20693a55fa522d7a196b92635e7a82df9917c2e2
[ "MIT" ]
107
2019-04-23T10:49:35.000Z
2022-03-02T18:12:28.000Z
apps/src/libvideostitch-gui/utils/imagemanager.hpp
doymcc/stitchEm
20693a55fa522d7a196b92635e7a82df9917c2e2
[ "MIT" ]
59
2019-06-04T11:27:25.000Z
2022-03-17T23:49:49.000Z
// Copyright (c) 2012-2017 VideoStitch SAS // Copyright (c) 2018 stitchEm #ifndef IMAGEMANAGER_HPP #define IMAGEMANAGER_HPP #include <memory> #include <QNetworkAccessManager> #include <QPixmap> #include <QHash> #include <QUrl> #include "libvideostitch-gui/common.hpp" class VS_GUI_EXPORT ImageManager : public QObje...
19.973684
62
0.768116
tlalexander
fdcf4655a2e24b845da4f02565b73193ddadc403
2,744
cpp
C++
aws-cpp-sdk-cloudformation/source/model/DescribePublisherResult.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-12T08:09:30.000Z
2022-02-12T08:09:30.000Z
aws-cpp-sdk-cloudformation/source/model/DescribePublisherResult.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2021-10-14T16:57:00.000Z
2021-10-18T10:47:24.000Z
aws-cpp-sdk-cloudformation/source/model/DescribePublisherResult.cpp
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/cloudformation/model/DescribePublisherResult.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/utils/StringUtils.h> #includ...
37.081081
184
0.755831
perfectrecall
fdcfd055eb1a2dfcae98d3ab7786164e8008e0bd
1,414
cpp
C++
src/falclib/msgsrc/weaponusagemsg.cpp
Terebinth/freefalcon-central
c28d807183ab447ef6a801068aa3769527d55deb
[ "BSD-2-Clause" ]
117
2015-01-13T14:48:49.000Z
2022-03-16T01:38:19.000Z
src/falclib/msgsrc/weaponusagemsg.cpp
darongE/freefalcon-central
c28d807183ab447ef6a801068aa3769527d55deb
[ "BSD-2-Clause" ]
4
2015-05-01T13:09:53.000Z
2017-07-22T09:11:06.000Z
src/falclib/msgsrc/weaponusagemsg.cpp
darongE/freefalcon-central
c28d807183ab447ef6a801068aa3769527d55deb
[ "BSD-2-Clause" ]
78
2015-01-13T09:27:47.000Z
2022-03-18T14:39:09.000Z
#if 0 /* * Machine Generated source file for message "Weapon Use Message". * NOTE: The functions here must be completed by hand. * Generated on 18-August-1997 at 15:21:10 * Generated from file EVENTS.XLS by MicroProse */ #include "MsgInc/WeaponUsageMsg.h" #include "mesg.h" #include "falclib.h" #include "falcmesg....
23.966102
196
0.722065
Terebinth
fdd00a47031e18a2a0b0f36ac681200ade467f65
6,678
cpp
C++
3rdParty/boost/1.71.0/libs/beast/test/bench/buffers/bench_buffers.cpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
12,278
2015-01-29T17:11:33.000Z
2022-03-31T21:12:00.000Z
3rdParty/boost/1.71.0/libs/beast/test/bench/buffers/bench_buffers.cpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
9,469
2015-01-30T05:33:07.000Z
2022-03-31T16:17:21.000Z
3rdParty/boost/1.71.0/libs/beast/test/bench/buffers/bench_buffers.cpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
892
2015-01-29T16:26:19.000Z
2022-03-20T07:44:30.000Z
// // Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail 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) // // Official repository: https://github.com/boostorg/beast // #include <boost/beas...
27.595041
82
0.496256
rajeev02101987
fdd4b852c109a8711c8121fe37eef2b07df1494e
14,332
cpp
C++
con512tpl/nv.cpp
seliv55/mito
5be5849cae120b2942b05c3c3a29c41358c5daea
[ "CECILL-B" ]
null
null
null
con512tpl/nv.cpp
seliv55/mito
5be5849cae120b2942b05c3c3a29c41358c5daea
[ "CECILL-B" ]
null
null
null
con512tpl/nv.cpp
seliv55/mito
5be5849cae120b2942b05c3c3a29c41358c5daea
[ "CECILL-B" ]
null
null
null
#include <iostream> #include "nr.h" #include "nums.hh" #include "tk.hh" #include "nv.hh" #include "modlab.h" #include "solvers.h" #include "analis.h" using namespace std; const int hk=0, pfk=hk+1, fbpase=pfk+1, t3pep=fbpase+1, pept3=t3pep+1, pk=pept3+1, pyrlac=pk+1, lacpyr=pyrlac+1, pyrdcm=lacpyr+1, pyrdmc=pyrdcm+1, pd...
72.383838
1,017
0.59252
seliv55
fdd560c76ce817fd510960b812c91cad503a013c
1,898
cc
C++
net/third_party/quic/test_tools/mock_decrypter.cc
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
net/third_party/quic/test_tools/mock_decrypter.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
net/third_party/quic/test_tools/mock_decrypter.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 "net/third_party/quic/test_tools/mock_decrypter.h" #include "net/third_party/quic/core/quic_utils.h" #include "net/third_party/quic/platform/api...
26
80
0.680717
zipated
fdd56d8951746cd949d5593c4c852ecfc2492fe0
1,727
cpp
C++
FirmwareSource/libraries/MF_Modules/MFEncoder.cpp
rofl-er/MobiFlight-Connector
1f0fd45fe1c29fe48a2cb60683d9446e1bc7dcc2
[ "Unlicense" ]
null
null
null
FirmwareSource/libraries/MF_Modules/MFEncoder.cpp
rofl-er/MobiFlight-Connector
1f0fd45fe1c29fe48a2cb60683d9446e1bc7dcc2
[ "Unlicense" ]
null
null
null
FirmwareSource/libraries/MF_Modules/MFEncoder.cpp
rofl-er/MobiFlight-Connector
1f0fd45fe1c29fe48a2cb60683d9446e1bc7dcc2
[ "Unlicense" ]
null
null
null
// MFEncoder.cpp // // Copyright (C) 2013-2014 #include "MFEncoder.h" MFEncoder::MFEncoder() : _encoder() { _initialized = false; } void MFEncoder::attach(uint8_t pin1, uint8_t pin2, uint8_t encoderType, const char * name) { _pos = 0; _name = name; _pin1 = pin1; _pin2 = pin2; _enco...
23.657534
97
0.598147
rofl-er
fdd5d49389fac9849f3d12f1dbc7420e50cfe26d
1,390
hpp
C++
re_common.hpp
userpro/mini_regexp
c77ebb488357e2ddbb5496a948f7a2c8d0eca964
[ "MIT" ]
1
2020-09-07T07:35:45.000Z
2020-09-07T07:35:45.000Z
re_common.hpp
userpro/mini_regexp
c77ebb488357e2ddbb5496a948f7a2c8d0eca964
[ "MIT" ]
null
null
null
re_common.hpp
userpro/mini_regexp
c77ebb488357e2ddbb5496a948f7a2c8d0eca964
[ "MIT" ]
1
2021-06-18T05:37:58.000Z
2021-06-18T05:37:58.000Z
#ifndef MINI_REGEXP_COMMON_H_ #define MINI_REGEXP_COMMON_H_ #include <string> #include <algorithm> namespace mini_regexp_common { inline int is_ANY(char c, bool dotall = false) { return dotall ? 1 : (c != '\n'); } inline int is_range_in(char c, char start, char end) { return (c - ...
23.559322
102
0.521583
userpro
fdd6c4c21ec41f39eaa107b0328cf150cd2a2a2d
4,956
cpp
C++
OrionUO/Party.cpp
BryanNoller/OrionUO
5985315969c5f3c7c7552392d9d40d4b24b718e2
[ "MIT" ]
169
2016-09-16T22:24:34.000Z
2022-03-27T09:58:20.000Z
OrionUO/Party.cpp
BryanNoller/OrionUO
5985315969c5f3c7c7552392d9d40d4b24b718e2
[ "MIT" ]
104
2016-10-26T23:02:52.000Z
2021-10-02T17:36:04.000Z
OrionUO/Party.cpp
BryanNoller/OrionUO
5985315969c5f3c7c7552392d9d40d4b24b718e2
[ "MIT" ]
111
2016-09-16T22:25:30.000Z
2022-03-28T07:01:40.000Z
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com /*********************************************************************************** ** ** Party.cpp ** ** Copyright (C) August 2016 Hotride ** ***************...
29.325444
98
0.375101
BryanNoller
fdd7f3abe3ec2632ba1366b6a831520068eae9ec
3,467
cpp
C++
Sunny-Core/01_FRAMEWORK/graphics/cameras/FPSCamera.cpp
adunStudio/Sunny
9f71c1816aa62bbc0d02d2f8d6414f4bf9aee7e7
[ "Apache-2.0" ]
20
2018-01-19T06:28:36.000Z
2021-08-06T14:06:13.000Z
Sunny-Core/01_FRAMEWORK/graphics/cameras/FPSCamera.cpp
adunStudio/Sunny
9f71c1816aa62bbc0d02d2f8d6414f4bf9aee7e7
[ "Apache-2.0" ]
null
null
null
Sunny-Core/01_FRAMEWORK/graphics/cameras/FPSCamera.cpp
adunStudio/Sunny
9f71c1816aa62bbc0d02d2f8d6414f4bf9aee7e7
[ "Apache-2.0" ]
3
2019-01-29T08:58:04.000Z
2021-01-02T06:33:20.000Z
#include "FPSCamera.h" #include "../../app/Input.h" #include "../../app/Application.h" namespace sunny { namespace graphics { FPSCamera::FPSCamera(const maths::mat4& projectionMatrix) : Camera(projectionMatrix), m_mouseSensitivity(0.002f), m_speed(0.4f), m_sprintSpeed(m_speed * 4.0f), m_mouseWasGrabbed(false) ...
29.134454
128
0.684165
adunStudio
fdd8a3d4842ec6d757b66c3dde92ef5e1d5996fc
6,685
hpp
C++
deps/src/boost_1_65_1/boost/mpl/set/aux_/preprocessed/plain/set30.hpp
shreyasvj25/turicreate
32e84ca16aef8d04aff3d49ae9984bd49326bffd
[ "BSD-3-Clause" ]
11,356
2017-12-08T19:42:32.000Z
2022-03-31T16:55:25.000Z
deps/src/boost_1_65_1/boost/mpl/set/aux_/preprocessed/plain/set30.hpp
shreyasvj25/turicreate
32e84ca16aef8d04aff3d49ae9984bd49326bffd
[ "BSD-3-Clause" ]
2,402
2017-12-08T22:31:01.000Z
2022-03-28T19:25:52.000Z
deps/src/boost_1_65_1/boost/mpl/set/aux_/preprocessed/plain/set30.hpp
shreyasvj25/turicreate
32e84ca16aef8d04aff3d49ae9984bd49326bffd
[ "BSD-3-Clause" ]
1,343
2017-12-08T19:47:19.000Z
2022-03-26T11:31:36.000Z
// Copyright Aleksey Gurtovoy 2000-2004 // Copyright David Abrahams 2003-2004 // // 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) // // Preprocessed version of "boost/mpl/set/set30.hpp" header // -- DO NOT modif...
34.107143
78
0.63261
shreyasvj25
fdd9dfdcf18b9ab38fe8f434e6c97bb91945d18c
6,498
cc
C++
components/keyed_service/content/browser_context_dependency_manager_unittest.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
components/keyed_service/content/browser_context_dependency_manager_unittest.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
components/keyed_service/content/browser_context_dependency_manager_unittest.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/keyed_service/content/browser_context_dependency_manager.h" #include "base/memory/raw_ptr.h" #include "components/keyed_service/conte...
37.560694
83
0.738073
chromium
fddbf5443db03a54c3517f52e9eb4976a911178e
334
cpp
C++
CPPPrimer/src/02/exams/2-1-3.cpp
MarsonShine/Books
31a43109bd03e3af77272a688578cb2d2ab1a153
[ "Apache-2.0" ]
15
2019-03-20T02:27:44.000Z
2022-03-16T02:34:29.000Z
CPPPrimer/src/02/exams/2-1-3.cpp
MarsonShine/Books
31a43109bd03e3af77272a688578cb2d2ab1a153
[ "Apache-2.0" ]
5
2020-11-09T07:51:07.000Z
2021-07-28T09:32:35.000Z
CPPPrimer/src/02/exams/2-1-3.cpp
MarsonShine/Books
31a43109bd03e3af77272a688578cb2d2ab1a153
[ "Apache-2.0" ]
2
2020-02-11T10:25:51.000Z
2021-09-23T10:46:00.000Z
#include<iostream> int main() { std::cout << "'a' = " << 'a' << std::endl; std::cout << "L'a' = " << L'a' << std::endl; std::cout << "\"a\" = " << "a" << std::endl; std::cout << "L\"a\" = " << L"a" << std::endl; std::cout << "Who goes with F\145rgus?\012" << std::endl; // Who goes with Fergus? ...
30.363636
88
0.449102
MarsonShine
fddccfe11f21f0c7f69c2db9256da375102d9c79
726
cpp
C++
interface/source/texturemanager_bind.cpp
fire-archive/llcoi
e0d2c30ba231e62e98b1322f1a1b01a89b9abb00
[ "MIT" ]
null
null
null
interface/source/texturemanager_bind.cpp
fire-archive/llcoi
e0d2c30ba231e62e98b1322f1a1b01a89b9abb00
[ "MIT" ]
null
null
null
interface/source/texturemanager_bind.cpp
fire-archive/llcoi
e0d2c30ba231e62e98b1322f1a1b01a89b9abb00
[ "MIT" ]
1
2021-11-30T23:13:38.000Z
2021-11-30T23:13:38.000Z
/* __ __ _ * / // /_____ ____ (_) * / // // ___// __ \ / / * / // // /__ / /_/ // / * /_//_/ \___/ \____//_/ * https://bitbucket.org/galaktor/llcoi * copyright (c) 2011, llcoi Team * MIT license applies - see file "LICENSE" for details. */ #include "texturemanager_bind.h" #inclu...
30.25
90
0.676309
fire-archive
fddcd227235f35667907890d45e34d9265832380
634
cpp
C++
FDTD/PhysicalConstants.cpp
plisdku/trogdor6
d77eb137dd0c03635c0016801ada54117697e521
[ "MIT" ]
null
null
null
FDTD/PhysicalConstants.cpp
plisdku/trogdor6
d77eb137dd0c03635c0016801ada54117697e521
[ "MIT" ]
null
null
null
FDTD/PhysicalConstants.cpp
plisdku/trogdor6
d77eb137dd0c03635c0016801ada54117697e521
[ "MIT" ]
null
null
null
/* * PhysicalConstants.cpp * TROGDOR * * Created by Paul Hansen on 7/14/06. * Copyright 2007 Stanford University. All rights reserved. * * This file is covered by the MIT license. See LICENSE.txt. */ #include "PhysicalConstants.h" #include <cmath> //#define SI_UNITS #ifdef SI_UNITS const double Consta...
21.862069
62
0.717666
plisdku
fddd5d7e54a72cadc4a0244b81701a9db4eb2cef
48
cpp
C++
src/functions/Function.cpp
joshuahansel/cl1de
a6e641f6f6ffaa477a3a82ef40e013100577b61f
[ "MIT" ]
null
null
null
src/functions/Function.cpp
joshuahansel/cl1de
a6e641f6f6ffaa477a3a82ef40e013100577b61f
[ "MIT" ]
null
null
null
src/functions/Function.cpp
joshuahansel/cl1de
a6e641f6f6ffaa477a3a82ef40e013100577b61f
[ "MIT" ]
null
null
null
#include "Function.h" Function::Function() { }
8
21
0.666667
joshuahansel
fddd7e7a08053fc31c234be24684bf902dbc0fc3
3,076
cc
C++
remoting/host/native_messaging/native_messaging_writer_unittest.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2019-11-28T10:46:52.000Z
2019-11-28T10:46:52.000Z
remoting/host/native_messaging/native_messaging_writer_unittest.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
remoting/host/native_messaging/native_messaging_writer_unittest.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2015-03-27T11:15:39.000Z
2016-08-17T14:19:56.000Z
// Copyright 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 "remoting/host/native_messaging/native_messaging_writer.h" #include "base/basictypes.h" #include "base/json/json_reader.h" #include "base/memory...
31.387755
78
0.744148
kjthegod
fddf89af47d2b09d1818abd5e88103a075522319
3,713
cc
C++
components/webcrypto/algorithm_registry.cc
google-ar/chromium
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
777
2017-08-29T15:15:32.000Z
2022-03-21T05:29:41.000Z
components/webcrypto/algorithm_registry.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
66
2017-08-30T18:31:18.000Z
2021-08-02T10:59:35.000Z
components/webcrypto/algorithm_registry.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
123
2017-08-30T01:19:34.000Z
2022-03-17T22:55:31.000Z
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/webcrypto/algorithm_registry.h" #include "base/lazy_instance.h" #include "components/webcrypto/algorithm_implementation.h" #include ...
35.701923
73
0.728791
google-ar
fddfa19334ebf5a70c1f461b39479ff3e348ddbc
9,880
cxx
C++
Root/WeightTool.cxx
douglasdavis/TopLoop
a48cfb09526d0163ba151c4a2fc3ff1497080b76
[ "MIT" ]
2
2016-03-19T19:42:43.000Z
2016-03-19T21:39:02.000Z
Root/WeightTool.cxx
douglasdavis/TopLoop
a48cfb09526d0163ba151c4a2fc3ff1497080b76
[ "MIT" ]
null
null
null
Root/WeightTool.cxx
douglasdavis/TopLoop
a48cfb09526d0163ba151c4a2fc3ff1497080b76
[ "MIT" ]
null
null
null
/*! @file WeightTool.cxx * @brief TL::WeightTool class implementation * * @author Douglas Davis, <ddavis@cern.ch> */ // TL #include <TopLoop/Core/Algorithm.h> #include <TopLoop/Core/SampleMetaSvc.h> #include <TopLoop/Core/WeightTool.h> // ATLAS #include <PathResolver/PathResolver.h> #include <TopDataPreparation...
35.035461
94
0.676619
douglasdavis
fde5a2ba311d2e2ac93981669ab5983850ec99ad
4,055
cpp
C++
hphp/runtime/ext/debugger/ext_debugger.cpp
kkopachev/hhvm
a9f242ec029c37b1e9d1715b13661e66293d87ab
[ "PHP-3.01", "Zend-2.0" ]
1
2021-06-19T23:31:58.000Z
2021-06-19T23:31:58.000Z
hphp/runtime/ext/debugger/ext_debugger.cpp
alisha/hhvm
523dc33b444bd5b59695eff2b64056629b0ed523
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
hphp/runtime/ext/debugger/ext_debugger.cpp
alisha/hhvm
523dc33b444bd5b59695eff2b64056629b0ed523
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) | | Copyrigh...
34.65812
80
0.58619
kkopachev
fde70bb8b170e84e7bff88213568a50a840f0f60
1,410
cpp
C++
class/size.cpp
gymk/Study-CPP
f31b0fbd5ee961690fa7fdfe5c41e96c41c03997
[ "MIT" ]
1
2020-09-20T16:19:33.000Z
2020-09-20T16:19:33.000Z
class/size.cpp
gymk/Study-CPP
f31b0fbd5ee961690fa7fdfe5c41e96c41c03997
[ "MIT" ]
1
2019-05-12T03:52:40.000Z
2019-05-12T10:10:24.000Z
class/size.cpp
gymk/Study-CPP
f31b0fbd5ee961690fa7fdfe5c41e96c41c03997
[ "MIT" ]
1
2019-05-12T03:48:26.000Z
2019-05-12T03:48:26.000Z
#include <iostream> // Empty Struct typedef struct tagEmptyStruct { } EMPTY_STRUCT; // Empty Class class CEmptyClass { }; // Empty Functor class CFunctor { public: void operator()() { std::cout << "Empty Functor\n"; } }; class CDeviceClass : public CEmptyClass { private: int _v; }; int main()...
26.111111
205
0.666667
gymk
fde9440fd8ce996d2394962c79466eded731264a
2,086
hpp
C++
src/model/Model.hpp
erdenbatuhan/ParallelGraphConvNN
3ea950da5807d94e0ab6b4f2aa361993e798af85
[ "MIT" ]
null
null
null
src/model/Model.hpp
erdenbatuhan/ParallelGraphConvNN
3ea950da5807d94e0ab6b4f2aa361993e798af85
[ "MIT" ]
null
null
null
src/model/Model.hpp
erdenbatuhan/ParallelGraphConvNN
3ea950da5807d94e0ab6b4f2aa361993e798af85
[ "MIT" ]
null
null
null
/* * * File: Model.hpp * Authors: TUM Parallel Programming (IN2147) Team * Published by: Maximilian Stadler * Published on: Jun 8, 2021 * */ #ifndef UTILITY_H #define UTILITY_H #include <cstdio> #include <stdio.h> #include <stdlib.h> #include <math.h> #include <float.h> #include <iostream> #include <string> #...
28.575342
106
0.632311
erdenbatuhan
fdea817904d019279a77a9069087cff2cbcda981
1,458
cpp
C++
PSqExpExtra/src/Mutations.cpp
Colosu/Bachelor-Thesis
311af0bf28265763066a6cfbd5ccccdb57ada7e5
[ "MIT" ]
null
null
null
PSqExpExtra/src/Mutations.cpp
Colosu/Bachelor-Thesis
311af0bf28265763066a6cfbd5ccccdb57ada7e5
[ "MIT" ]
null
null
null
PSqExpExtra/src/Mutations.cpp
Colosu/Bachelor-Thesis
311af0bf28265763066a6cfbd5ccccdb57ada7e5
[ "MIT" ]
null
null
null
/* * Mutations.cpp * * Created on: 29 jul. 2017 * Author: colosu */ #include <cmath> #include <cstdlib> #include <ctime> #include <fst/fstlib.h> #include "Graph.h" #include "Mutations.h" #include "Checkups.h" namespace fst { Mutations::Mutations() { std::srand(time(NULL)); } Mutations::~Mutations() { ...
17.566265
97
0.620713
Colosu
fdeac03952590b3318262e86d4a04b75ccb03f9c
2,511
hpp
C++
src/mlpack/methods/ann/layer/alpha_dropout_impl.hpp
abinezer/mlpack
8002e49150742acea4e76deef8161653b8350936
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2019-11-07T14:34:37.000Z
2019-11-07T14:34:37.000Z
src/mlpack/methods/ann/layer/alpha_dropout_impl.hpp
876arham/mlpack
1379831e578037c9d0ed3a1683ce76e3d1c8247e
[ "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/methods/ann/layer/alpha_dropout_impl.hpp
876arham/mlpack
1379831e578037c9d0ed3a1683ce76e3d1c8247e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
/** * @file alpha_dropout_impl.hpp * @author Dakshit Agrawal * * Definition of the Alpha-Dropout class, which implements a regularizer that * randomly sets units to alpha-dash to prevent them from co-adapting and * makes an affine transformation so as to keep the mean and variance of * outputs at their original ...
31
80
0.72959
abinezer
fdeb3e132f6d1dae77d257c7dfea29e1e2e37e64
1,622
cpp
C++
src/Detectors/FaceEmbedder.cpp
maciejjaskiewicz/FacelinkStudio
4bcb4ed06932546e58af4a01ee2b17e3dc45f366
[ "MIT" ]
1
2020-08-11T02:40:32.000Z
2020-08-11T02:40:32.000Z
src/Detectors/FaceEmbedder.cpp
maciejjaskiewicz/FacelinkStudio
4bcb4ed06932546e58af4a01ee2b17e3dc45f366
[ "MIT" ]
null
null
null
src/Detectors/FaceEmbedder.cpp
maciejjaskiewicz/FacelinkStudio
4bcb4ed06932546e58af4a01ee2b17e3dc45f366
[ "MIT" ]
null
null
null
#include "FaceEmbedder.hpp" #include "Utils/DataUtils.hpp" #include <dlib/opencv/to_open_cv.h> namespace Fls { void FaceEmbedder::init(const std::string& embedderPath) { mInitializedFuture = std::async(std::launch::async, [this, embedderPath]() { mEmbeddingNetwork = cv...
27.491525
89
0.601726
maciejjaskiewicz
fdeb5defa76e4c908f1129be0f6c1358fb527e3a
11,562
cpp
C++
src/third_party/angle/src/libANGLE/capture_gles_1_0_params.cpp
rhencke/engine
1016db292c4e73374a0a11536b18303c9522a224
[ "BSD-3-Clause" ]
6
2021-07-05T16:09:39.000Z
2022-03-06T22:44:42.000Z
src/third_party/angle/src/libANGLE/capture_gles_1_0_params.cpp
rhencke/engine
1016db292c4e73374a0a11536b18303c9522a224
[ "BSD-3-Clause" ]
7
2022-03-15T13:25:39.000Z
2022-03-15T13:25:44.000Z
src/third_party/angle/src/libANGLE/capture_gles_1_0_params.cpp
rhencke/engine
1016db292c4e73374a0a11536b18303c9522a224
[ "BSD-3-Clause" ]
null
null
null
// // Copyright 2019 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // capture_gles1_params.cpp: // Pointer parameter capture functions for the OpenGL ES 1.0 entry points. #include "libANGLE/capture_gles_1_0_a...
32.940171
76
0.457533
rhencke
fdeca9d1ef907794fc1ece24e2940cf1f7fe0948
4,445
cpp
C++
Algorithms/sorting/priorityQueue/priorityQueue/priorityQueue/main.cpp
mingyuefly/geekTimeCode
d97c5f29a429ac9cc7289ac34e049ea43fa58822
[ "MIT" ]
1
2019-05-01T04:51:14.000Z
2019-05-01T04:51:14.000Z
Algorithms/sorting/priorityQueue/priorityQueue/priorityQueue/main.cpp
mingyuefly/geekTimeCode
d97c5f29a429ac9cc7289ac34e049ea43fa58822
[ "MIT" ]
null
null
null
Algorithms/sorting/priorityQueue/priorityQueue/priorityQueue/main.cpp
mingyuefly/geekTimeCode
d97c5f29a429ac9cc7289ac34e049ea43fa58822
[ "MIT" ]
null
null
null
// // main.cpp // priorityQueue // // Created by mingyue on 2021/10/19. // Copyright © 2021 Gmingyue. All rights reserved. // #include <iostream> #include <vector> using namespace std; typedef struct Comparable { public: int value; int compareTo(Comparable a) { return value - a.value; } }Comp...
21.066351
57
0.410349
mingyuefly
fdecf0fdb46b491661aba0f475bf45d6b4f6956e
489
cpp
C++
framework/opengl_primitives/src/mm/opengl/vertex_array_object.cpp
ford442/MushMachine
dc37ad54ec02aa4c1c30cca99d965cd705b3fa2f
[ "MIT" ]
20
2020-10-06T07:30:14.000Z
2022-03-31T14:00:33.000Z
framework/opengl_primitives/src/mm/opengl/vertex_array_object.cpp
ford442/MushMachine
dc37ad54ec02aa4c1c30cca99d965cd705b3fa2f
[ "MIT" ]
null
null
null
framework/opengl_primitives/src/mm/opengl/vertex_array_object.cpp
ford442/MushMachine
dc37ad54ec02aa4c1c30cca99d965cd705b3fa2f
[ "MIT" ]
2
2020-11-21T15:42:37.000Z
2021-11-07T07:12:02.000Z
#include "./vertex_array_object.hpp" #ifdef MM_OPENGL_3_GLES #include <GLES3/gl3.h> #else #include <glad/glad.h> #endif namespace MM::OpenGL { VertexArrayObject::VertexArrayObject(void) { glGenVertexArrays(1, &_rendererID); } VertexArrayObject::~VertexArrayObject(void) { glDeleteVertexArrays(1, &_rendererID); }...
16.862069
45
0.754601
ford442
fded14154d38aedb281e3bfd83c80309e2f2e868
33,163
cc
C++
tuplex/core/src/physical/TransformTask.cc
rahulyesantharao/tuplex
03733a57ccb5a3770eecaf1c3adcfb520ed82138
[ "Apache-2.0" ]
null
null
null
tuplex/core/src/physical/TransformTask.cc
rahulyesantharao/tuplex
03733a57ccb5a3770eecaf1c3adcfb520ed82138
[ "Apache-2.0" ]
null
null
null
tuplex/core/src/physical/TransformTask.cc
rahulyesantharao/tuplex
03733a57ccb5a3770eecaf1c3adcfb520ed82138
[ "Apache-2.0" ]
null
null
null
//--------------------------------------------------------------------------------------------------------------------// // // // Tuplex: Blazing Fast Python Data Scien...
39.479762
236
0.586587
rahulyesantharao
fded2626b34387ee8dd216ee9685405cb08392fa
1,050
hpp
C++
Lib/Chip/ATSAM3N4B.hpp
cjsmeele/Kvasir
c8d2acd8313ae52d78259ee2d409b963925f77d7
[ "Apache-2.0" ]
376
2015-07-17T01:41:20.000Z
2022-03-26T04:02:49.000Z
Lib/Chip/ATSAM3N4B.hpp
cjsmeele/Kvasir
c8d2acd8313ae52d78259ee2d409b963925f77d7
[ "Apache-2.0" ]
59
2015-07-03T21:30:13.000Z
2021-03-05T11:30:08.000Z
Lib/Chip/ATSAM3N4B.hpp
cjsmeele/Kvasir
c8d2acd8313ae52d78259ee2d409b963925f77d7
[ "Apache-2.0" ]
53
2015-07-14T12:17:06.000Z
2021-06-04T07:28:40.000Z
#pragma once #include <Chip/CM3/Atmel/ATSAM3N4B/SPI.hpp> #include <Chip/CM3/Atmel/ATSAM3N4B/TC0.hpp> #include <Chip/CM3/Atmel/ATSAM3N4B/TWI0.hpp> #include <Chip/CM3/Atmel/ATSAM3N4B/TWI1.hpp> #include <Chip/CM3/Atmel/ATSAM3N4B/PWM.hpp> #include <Chip/CM3/Atmel/ATSAM3N4B/USART0.hpp> #include <Chip/CM3/Atmel/ATSAM3N4B/US...
42
46
0.777143
cjsmeele
fdf4030c7ae2dfedd3cdd4adef3770ec0b10f159
8,729
cxx
C++
IO/ADIOS2/VTX/schema/vtk/VTXvtkVTU.cxx
txwhhny/vtk
854d9aa87b944bc9079510515996406b98b86f7c
[ "BSD-3-Clause" ]
2
2021-07-07T22:53:19.000Z
2021-07-31T19:29:35.000Z
IO/ADIOS2/VTX/schema/vtk/VTXvtkVTU.cxx
txwhhny/vtk
854d9aa87b944bc9079510515996406b98b86f7c
[ "BSD-3-Clause" ]
2
2018-05-04T02:00:02.000Z
2018-05-04T02:15:19.000Z
IO/ADIOS2/VTX/schema/vtk/VTXvtkVTU.cxx
txwhhny/vtk
854d9aa87b944bc9079510515996406b98b86f7c
[ "BSD-3-Clause" ]
5
2020-10-02T10:14:35.000Z
2022-03-10T07:50:22.000Z
/*========================================================================= Program: Visualization Toolkit Module: VTXvtkVTU.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is distributed ...
32.815789
100
0.615878
txwhhny
fdf460923493e3885486d536dfcffcbe2b9baf4a
750
cpp
C++
partners_api/utils.cpp
vicpopov/omim
664b458998fb0f2405f68ae830c2798e027b2dcc
[ "Apache-2.0" ]
4,879
2015-09-30T10:56:36.000Z
2022-03-31T18:43:03.000Z
partners_api/utils.cpp
mbrukman/omim
d22fe2b6e0beee697f096e931df97a64f9db9dc1
[ "Apache-2.0" ]
7,549
2015-09-30T10:52:53.000Z
2022-03-31T22:04:22.000Z
partners_api/utils.cpp
mbrukman/omim
d22fe2b6e0beee697f096e931df97a64f9db9dc1
[ "Apache-2.0" ]
1,493
2015-09-30T10:43:06.000Z
2022-03-21T09:16:49.000Z
#include "partners_api/utils.hpp" #include <ctime> #include <iomanip> #include <sstream> using namespace std; using namespace std::chrono; namespace partners_api { namespace http { Result RunSimpleRequest(std::string const & url) { platform::HttpClient request(url); bool result = false; if (request.RunHttpReq...
22.058824
89
0.716
vicpopov
fdf55212c7afc380a953a21a61637e974b46e18e
8,320
cpp
C++
Source/Tools/ShaderConductorCmd.cpp
KawBuma/ShaderConductor
7577fedb39dcc6eb09d5883b23bd3ad922ba4897
[ "MIT" ]
881
2019-05-07T13:46:16.000Z
2022-03-31T11:16:15.000Z
Source/Tools/ShaderConductorCmd.cpp
Jorgemagic/ShaderConductor
1b30a7f357d7f55963a142f6756849979727fd8f
[ "MIT" ]
41
2018-11-09T05:08:02.000Z
2019-05-06T18:55:12.000Z
Source/Tools/ShaderConductorCmd.cpp
Jorgemagic/ShaderConductor
1b30a7f357d7f55963a142f6756849979727fd8f
[ "MIT" ]
114
2019-05-24T11:50:58.000Z
2022-03-30T09:20:11.000Z
/* * ShaderConductor * * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. * * MIT License * * 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 ...
34.238683
152
0.611178
KawBuma
fdf559f14a2d365b04af4a2fdd067e215da004ce
1,962
cc
C++
CaloCluster/src/ClusterMoments.cc
bonventre/Offline
77db9d6368f27ab9401c690c2c2a4257ade6c231
[ "Apache-2.0" ]
1
2021-06-25T00:00:12.000Z
2021-06-25T00:00:12.000Z
CaloCluster/src/ClusterMoments.cc
bonventre/Offline
77db9d6368f27ab9401c690c2c2a4257ade6c231
[ "Apache-2.0" ]
1
2019-11-22T14:45:51.000Z
2019-11-22T14:50:03.000Z
CaloCluster/src/ClusterMoments.cc
bonventre/Offline
77db9d6368f27ab9401c690c2c2a4257ade6c231
[ "Apache-2.0" ]
2
2019-10-14T17:46:58.000Z
2020-03-30T21:05:15.000Z
// // Utility to compute the cluster moments // // Original author B. Echenard // // Mu2e includes #include "CaloCluster/inc/ClusterMoments.hh" #include "CalorimeterGeom/inc/Calorimeter.hh" #include "RecoDataProducts/inc/CaloCrystalHitCollection.hh" #include "RecoDataProducts/inc/CaloCluster.hh" //#include "CLHEP/Uni...
27.633803
78
0.56371
bonventre
fdf69bb525e25e5fccebd93c125b44d81602ea00
368
cpp
C++
classwork/05_assign/main.cpp
acc-cosc-1337-spring-2019/acc-cosc-1337-spring-2019-ArbazMalik1
c6a2e46fbf92ee8c4babaf1c455f4474ab158366
[ "MIT" ]
null
null
null
classwork/05_assign/main.cpp
acc-cosc-1337-spring-2019/acc-cosc-1337-spring-2019-ArbazMalik1
c6a2e46fbf92ee8c4babaf1c455f4474ab158366
[ "MIT" ]
null
null
null
classwork/05_assign/main.cpp
acc-cosc-1337-spring-2019/acc-cosc-1337-spring-2019-ArbazMalik1
c6a2e46fbf92ee8c4babaf1c455f4474ab158366
[ "MIT" ]
null
null
null
#include "rectangle.h" #include<iostream> /* Create a vector of rectangles Add 3 Rectangle classes to the vector: Width Height Area 4 5 20 10 10 100 100 10 1000 Iterate the vector and display the Area for each Rectangle on one line and the total area for the 3 rectangles. */ int main() ...
20.444444
99
0.663043
acc-cosc-1337-spring-2019
fdf6e5f4a5bf5a1b79d005857d0ae5e88d54ae23
983
hpp
C++
include/KernelsBandwidth.hpp
viroulep/replay_tool
6eeae5fee1dfc2fe1a96977aa16e06ecdf8fa2e1
[ "MIT" ]
null
null
null
include/KernelsBandwidth.hpp
viroulep/replay_tool
6eeae5fee1dfc2fe1a96977aa16e06ecdf8fa2e1
[ "MIT" ]
null
null
null
include/KernelsBandwidth.hpp
viroulep/replay_tool
6eeae5fee1dfc2fe1a96977aa16e06ecdf8fa2e1
[ "MIT" ]
null
null
null
#ifndef KERNELSBANDWIDTH_H #define KERNELSBANDWIDTH_H #include <random> #include <hwloc.h> #include "kernel.hpp" extern hwloc_topology_t topo; template<typename T> T *alloc_init_array(T *array, int n_elems, bool random) { hwloc_nodeset_t aff = hwloc_bitmap_alloc(); hwloc_bitmap_fill(aff); if (array) hwloc_...
23.404762
93
0.690743
viroulep
fdf71219d159c0e90effcadf8f6657f9586adbcd
1,444
cpp
C++
cpp/sum_of_nodes_BT.cpp
chathu1996/hacktoberfest2020
eaf64ac051709984cde916259e90cb24213b5c2f
[ "MIT" ]
71
2020-10-06T05:53:59.000Z
2021-11-27T03:14:42.000Z
cpp/sum_of_nodes_BT.cpp
chathu1996/hacktoberfest2020
eaf64ac051709984cde916259e90cb24213b5c2f
[ "MIT" ]
92
2020-10-05T19:18:14.000Z
2021-10-09T04:35:16.000Z
cpp/sum_of_nodes_BT.cpp
chathu1996/hacktoberfest2020
eaf64ac051709984cde916259e90cb24213b5c2f
[ "MIT" ]
572
2020-10-05T20:11:28.000Z
2021-10-10T16:28:29.000Z
// Video Link: https://www.youtube.com/watch?v=bD9oYzwfZ1w /* PROBLEM: Give an algorithm for finding the sum of all elements in a binary tree. */ #include <bits/stdc++.h> using namespace std; struct Node { int data; Node *left, *right; Node (int data) { this->data = data; left = right = N...
24.066667
86
0.565097
chathu1996
fdf7cf9505314a45e1ce05eeb52daafcd31df0cf
26,584
cpp
C++
multimedia/danim/src/time/src/daelm.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
multimedia/danim/src/time/src/daelm.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
multimedia/danim/src/time/src/daelm.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/******************************************************************************* * * Copyright (c) 1998 Microsoft Corporation * * File: daelm.cpp * * Abstract: * * * *******************************************************************************/ #include "headers.h" #include "daelm.h" #inclu...
23.319298
111
0.485819
npocmaka
fdf8706899591332a4fe46fac41ecfee4957c839
612
cpp
C++
tests/crc16_test.cpp
kolod/Arduino-Simple-Modbus-Slave
cfa5fe7de1b333a3a0ccf106185c3eb2d7b80a7c
[ "ISC" ]
2
2019-07-12T20:06:01.000Z
2022-03-09T22:26:40.000Z
tests/crc16_test.cpp
kolod/Arduino-Simple-Modbus-Slave
cfa5fe7de1b333a3a0ccf106185c3eb2d7b80a7c
[ "ISC" ]
null
null
null
tests/crc16_test.cpp
kolod/Arduino-Simple-Modbus-Slave
cfa5fe7de1b333a3a0ccf106185c3eb2d7b80a7c
[ "ISC" ]
2
2020-10-15T08:12:34.000Z
2020-12-16T20:29:25.000Z
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include "../crc16.cpp" #define UNUSED(x) (void)x #define SIZE(x) (sizeof(x) / sizeof(x[0])) static uint8_t msg[] = {0x01, 0x03, 0x02, 0x00, 0x10, 0xff, 0x1e}; bool test(uint8_t *data, uint8_t length) { add_crc16(data, length - 2); uint16_t crc = crc16...
20.4
66
0.624183
kolod
fdf9718d51fc0fd21f715575e30f6382cdf301aa
3,731
cc
C++
test/performance/symbol_names.cc
diegoferigo/ign-physics
8f0d8ce3229f53fbf4e05cb0273530169e6d9fef
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
test/performance/symbol_names.cc
diegoferigo/ign-physics
8f0d8ce3229f53fbf4e05cb0273530169e6d9fef
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
test/performance/symbol_names.cc
diegoferigo/ign-physics
8f0d8ce3229f53fbf4e05cb0273530169e6d9fef
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2019 Open Source Robotics Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
33.918182
79
0.719378
diegoferigo
fdfaa15d4a90dfe87e31a63733f8fe77936355c6
16,441
hpp
C++
applications/PfemSolidMechanicsApplication/custom_constitutive/non_linear_hencky_plastic_U_P_plane_strain_2D_law.hpp
clazaro/Kratos
b947b82c90dfcbf13d60511427f85990d36b90be
[ "BSD-4-Clause" ]
778
2017-01-27T16:29:17.000Z
2022-03-30T03:01:51.000Z
applications/PfemSolidMechanicsApplication/custom_constitutive/non_linear_hencky_plastic_U_P_plane_strain_2D_law.hpp
clazaro/Kratos
b947b82c90dfcbf13d60511427f85990d36b90be
[ "BSD-4-Clause" ]
6,634
2017-01-15T22:56:13.000Z
2022-03-31T15:03:36.000Z
applications/PfemSolidMechanicsApplication/custom_constitutive/non_linear_hencky_plastic_U_P_plane_strain_2D_law.hpp
clazaro/Kratos
b947b82c90dfcbf13d60511427f85990d36b90be
[ "BSD-4-Clause" ]
224
2017-02-07T14:12:49.000Z
2022-03-06T23:09:34.000Z
// // Project Name: KratosPfemSolidMechanicsApplication $ // Created by: $Author: LMonforte $ // Last modified by: $Co-Author: $ // Date: $Date: July 2015 $ // Revision: $Revision: 0.0...
30.846154
153
0.651664
clazaro
fdfcf9767c118da648ea8f6c29d4c2f02eb2a95f
440
cpp
C++
stack_main.cpp
gtmills/algorithms
1fc8ec7e5772082e33cbba54538032253cfc56d8
[ "Apache-2.0" ]
null
null
null
stack_main.cpp
gtmills/algorithms
1fc8ec7e5772082e33cbba54538032253cfc56d8
[ "Apache-2.0" ]
1
2021-11-13T01:27:05.000Z
2021-11-13T01:27:05.000Z
stack_main.cpp
gtmills/algorithms
1fc8ec7e5772082e33cbba54538032253cfc56d8
[ "Apache-2.0" ]
null
null
null
#include <assert.h> #include "stack.hpp" int main() { StackWithMax stack; stack.push(1); stack.push(2); stack.push(3); assert(stack.peak() == 3); assert(stack.getMax() == 3); assert(stack.pop() == 3); assert(stack.getMax() == 2); assert(stack.pop() == 2); assert(stack.getMax()...
18.333333
33
0.540909
gtmills
fdfd40b0dbe5ec02d9874c2c7b76156d8b3bd13b
31,091
cpp
C++
dwarf/SB/Game/zGrid.cpp
stravant/bfbbdecomp
2126be355a6bb8171b850f829c1f2731c8b5de08
[ "OLDAP-2.7" ]
1
2021-01-05T11:28:55.000Z
2021-01-05T11:28:55.000Z
dwarf/SB/Game/zGrid.cpp
sonich2401/bfbbdecomp
5f58b62505f8929a72ccf2aa118a1539eb3a5bd6
[ "OLDAP-2.7" ]
null
null
null
dwarf/SB/Game/zGrid.cpp
sonich2401/bfbbdecomp
5f58b62505f8929a72ccf2aa118a1539eb3a5bd6
[ "OLDAP-2.7" ]
1
2022-03-30T15:15:08.000Z
2022-03-30T15:15:08.000Z
typedef struct xBaseAsset; typedef struct RwObjectHasFrame; typedef struct xModelPool; typedef struct xScene; typedef struct xAnimFile; typedef struct xPortalAsset; typedef struct RwResEntry; typedef struct xShadowSimpleCache; typedef struct RxPipelineNode; typedef struct xAnimPlay; typedef struct xEntCollis; typedef s...
19.591052
74
0.756682
stravant
fdfe8d63fd26e2fe0786810be04c304c768a425d
12,952
hpp
C++
src/IO/H5/File.hpp
trami18/spectre
6b1f6497bf2e26d1474bfadf143b3321942c40b4
[ "MIT" ]
2
2021-04-11T04:07:42.000Z
2021-04-11T05:07:54.000Z
src/IO/H5/File.hpp
trami18/spectre
6b1f6497bf2e26d1474bfadf143b3321942c40b4
[ "MIT" ]
1
2022-03-25T18:26:16.000Z
2022-03-25T19:30:39.000Z
src/IO/H5/File.hpp
isaaclegred/spectre
5765da85dad680cad992daccd479376c67458a8c
[ "MIT" ]
null
null
null
// Distributed under the MIT License. // See LICENSE.txt for details. /// \file /// Defines class h5::H5File #pragma once #include <algorithm> #include <exception> #include <hdf5.h> #include <memory> #include <ostream> #include <string> #include <tuple> #include <type_traits> #include <typeinfo> #include <vector> #...
37.111748
80
0.664839
trami18
fdff134d7d08080d5bc88d93be6880aac87a2946
698
cpp
C++
src/tri.cpp
JulianNeeleman/kattis
035c1113ffb397c2d8538af8ba16b7ee4160393d
[ "MIT" ]
null
null
null
src/tri.cpp
JulianNeeleman/kattis
035c1113ffb397c2d8538af8ba16b7ee4160393d
[ "MIT" ]
1
2017-05-16T15:57:29.000Z
2017-05-17T19:43:56.000Z
src/tri.cpp
JulianNeeleman/kattis
035c1113ffb397c2d8538af8ba16b7ee4160393d
[ "MIT" ]
null
null
null
#include <algorithm> #include <iostream> #include <map> #include <queue> #include <set> #include <vector> using namespace std; int main() { int a, b, c; cin >> a >> b >> c; if(a == b + c) cout << a << '=' << b << '+' << c << endl; else if(a == b - c) cout << a << '=' << b << '-' << c << endl; else if(a == b * c...
29.083333
63
0.393983
JulianNeeleman
a900e7e0ed9fec6bc2e7d5a0648a1dadcc4d25a7
492
cpp
C++
src/src/agent/TaskVssWorker.cpp
pytf/intelligent-protector
0d454b54fc91e42accf402c5584f8526cdb7a170
[ "Apache-2.0" ]
5
2017-03-21T09:11:55.000Z
2018-11-19T14:44:36.000Z
src/src/agent/TaskVssWorker.cpp
pytf/intelligent-protector
0d454b54fc91e42accf402c5584f8526cdb7a170
[ "Apache-2.0" ]
3
2018-02-06T06:17:10.000Z
2020-07-10T17:29:47.000Z
src/src/agent/TaskVssWorker.cpp
pytf/intelligent-protector
0d454b54fc91e42accf402c5584f8526cdb7a170
[ "Apache-2.0" ]
7
2018-02-06T03:54:13.000Z
2021-09-08T10:51:38.000Z
/******************************************************************************* * Copyright @ Huawei Technologies Co., Ltd. 2017-2018. All rights reserved. ********************************************************************************/ #ifdef WIN32 #include "agent/TaskVssWorker.h" #include "common/Log.h" #include "...
23.428571
81
0.495935
pytf
a9011963e3fb57b0cbe2fcaaae6d72be5b2d8ad2
5,336
hpp
C++
src/core/DistributedRegionHash.hpp
gyzhangqm/overkit-1
490aa77a79bd9708d7f2af0f3069b86545a2cebc
[ "MIT" ]
null
null
null
src/core/DistributedRegionHash.hpp
gyzhangqm/overkit-1
490aa77a79bd9708d7f2af0f3069b86545a2cebc
[ "MIT" ]
null
null
null
src/core/DistributedRegionHash.hpp
gyzhangqm/overkit-1
490aa77a79bd9708d7f2af0f3069b86545a2cebc
[ "MIT" ]
1
2021-07-21T06:48:19.000Z
2021-07-21T06:48:19.000Z
// Copyright (c) 2020 Matthew J. Smith and Overkit contributors // License: MIT (http://opensource.org/licenses/MIT) #ifndef OVK_CORE_DISTRIBUTED_REGION_HASH_HPP_INCLUDED #define OVK_CORE_DISTRIBUTED_REGION_HASH_HPP_INCLUDED #include <ovk/core/Array.hpp> #include <ovk/core/ArrayView.hpp> #include <ovk/core/Box.hpp> #...
31.204678
99
0.778298
gyzhangqm
a9017e593fec6b4f2a224f701877108b93b478d0
3,465
cc
C++
src/sort_gtest.cc
IC-hub/redbase
2848a01d2e4d54c396b5cad5fd64bac54b98dc30
[ "Apache-2.0" ]
190
2015-01-08T14:26:25.000Z
2022-03-21T17:43:52.000Z
src/sort_gtest.cc
IC-hub/redbase
2848a01d2e4d54c396b5cad5fd64bac54b98dc30
[ "Apache-2.0" ]
null
null
null
src/sort_gtest.cc
IC-hub/redbase
2848a01d2e4d54c396b5cad5fd64bac54b98dc30
[ "Apache-2.0" ]
91
2015-01-07T08:13:38.000Z
2022-03-10T04:35:44.000Z
#include "sort.h" #include "file_scan.h" #include "index_scan.h" #include "gtest/gtest.h" class SortTest : public ::testing::Test { }; TEST_F(SortTest, Cons) { RC rc; PF_Manager pfm; RM_Manager rmm(pfm); IX_Manager ixm(pfm); SM_Manager smm(ixm, rmm); const char * dbname = "test"; strings...
24.574468
106
0.524098
IC-hub
a90184978f8368c2e88e6a556ade87cc01913a42
21
cpp
C++
RobWork/example/simplegui/src/Menu.cpp
ZLW07/RobWork
e713881f809d866b9a0749eeb15f6763e64044b3
[ "Apache-2.0" ]
1
2021-12-29T14:16:27.000Z
2021-12-29T14:16:27.000Z
RobWork/example/simplegui/src/Menu.cpp
ZLW07/RobWork
e713881f809d866b9a0749eeb15f6763e64044b3
[ "Apache-2.0" ]
null
null
null
RobWork/example/simplegui/src/Menu.cpp
ZLW07/RobWork
e713881f809d866b9a0749eeb15f6763e64044b3
[ "Apache-2.0" ]
null
null
null
#include "Menu.hpp"
7
19
0.666667
ZLW07
a905adf3a940ca08b20297fd8f92eb743f0b75d4
7,525
cc
C++
chromeos/network/geolocation_handler_unittest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
chromeos/network/geolocation_handler_unittest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
chromeos/network/geolocation_handler_unittest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromeos/network/geolocation_handler.h" #include <memory> #include "base/macros.h" #include "base/run_loop.h" #include "base/strings/strin...
36.707317
80
0.731296
sarang-apps
a909a4cbefadf621a42d3bde37f5db0177572fbd
6,218
cpp
C++
Applications/flux/misstypes.cpp
ronichoudhury/mtvx
379cfbfd7a55440e6862526c1817dfad5c6ce171
[ "Apache-2.0" ]
2
2018-07-30T17:02:50.000Z
2020-06-12T03:01:21.000Z
Applications/flux/misstypes.cpp
waxlamp/mtvx
379cfbfd7a55440e6862526c1817dfad5c6ce171
[ "Apache-2.0" ]
null
null
null
Applications/flux/misstypes.cpp
waxlamp/mtvx
379cfbfd7a55440e6862526c1817dfad5c6ce171
[ "Apache-2.0" ]
null
null
null
// Copyright 2011 A.N.M. Imroz Choudhury // // misstypes.cpp - Reads in a family of hit-level output files, // determining the miss type of each cache miss. // MTV headers. #include <Core/Dataflow/TraceReader.h> using MTV::TraceReader; // TCLAP headers. #include <tclap/CmdLine.h> // System headers. #include <cstdlib...
34.73743
117
0.527822
ronichoudhury
a90a90460c8d2189a6b1d7b148fe019aed7c9231
2,445
hpp
C++
testspr/singleton.hpp
thinkoid/Sprout
a5a5944bb1779d3bb685087c58c20a4e18df2f39
[ "BSL-1.0" ]
4
2021-12-29T22:17:40.000Z
2022-03-23T11:53:44.000Z
dsp/lib/sprout/testspr/singleton.hpp
TheSlowGrowth/TapeLooper
ee8d8dccc27e39a6f6f6f435847e4d5e1b97c264
[ "MIT" ]
16
2021-10-31T21:41:09.000Z
2022-01-22T10:51:34.000Z
testspr/singleton.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) ==...
26.868132
85
0.690798
thinkoid
a90b1792951d132fe2e1862648695e4798798c98
6,444
cpp
C++
ares/ws/apu/io.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
153
2020-07-25T17:55:29.000Z
2021-10-01T23:45:01.000Z
ares/ws/apu/io.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
245
2021-10-08T09:14:46.000Z
2022-03-31T08:53:13.000Z
ares/ws/apu/io.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
44
2020-07-25T08:51:55.000Z
2021-09-25T16:09:01.000Z
auto APU::readIO(n16 address) -> n8 { n8 data; switch(address) { case 0x004a ... 0x004c: //SDMA_SRC data = dma.state.source.byte(address - 0x004a); break; case 0x004e ... 0x0050: //SDMA_LEN data = dma.state.length.byte(address - 0x004e); break; case 0x0052: //SDMA_CTRL data.bit(0,1)...
25.270588
59
0.624767
CasualPokePlayer
a90b7608a974a19f584b646a85a8d75b01949f3a
2,522
cc
C++
hack-VM/src/parser.cc
qazwsxedckll/hack
7a77b024ee3b36bcf81104f147156c89bb19799f
[ "MIT" ]
null
null
null
hack-VM/src/parser.cc
qazwsxedckll/hack
7a77b024ee3b36bcf81104f147156c89bb19799f
[ "MIT" ]
null
null
null
hack-VM/src/parser.cc
qazwsxedckll/hack
7a77b024ee3b36bcf81104f147156c89bb19799f
[ "MIT" ]
null
null
null
#include "parser.h" Parser::Parser(const string& s) : file(s) { if (!file.is_open()) { cout << "Failed to open file: Parser" << endl; exit(1); } cmd_map["add"] = C_ARITHMATIC; cmd_map["sub"] = C_ARITHMATIC; cmd_map["neg"] = C_ARITHMATIC; cmd_map["eq"] = C_ARITHMATIC; cmd_ma...
28.022222
91
0.621332
qazwsxedckll
a90eb6f59ca2beddc05b934302909a289b23b4bc
7,360
cpp
C++
src/bin/pkgman/command_resolve_dependencies.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
1,338
2015-01-03T20:06:56.000Z
2022-03-26T13:49:54.000Z
src/bin/pkgman/command_resolve_dependencies.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
15
2015-01-17T22:19:32.000Z
2021-12-20T12:35:00.000Z
src/bin/pkgman/command_resolve_dependencies.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
350
2015-01-08T14:15:27.000Z
2022-03-21T18:14:35.000Z
/* * Copyright 2013, Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. * * Authors: * Ingo Weinhold <ingo_weinhold@gmx.de> */ #include <errno.h> #include <getopt.h> #include <stdio.h> #include <stdlib.h> #include <sys/stat.h> #include <package/manager/RepositoryBuilder.h> #inc...
28.307692
79
0.708152
Kirishikesan
a90fe30ca4d08e680b808d45217cace31db67810
29,847
cpp
C++
Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp
SVRTK/CEMRG_SVR
30ed81b50e02eaeb957ca5de6167968ebb3af176
[ "BSD-3-Clause" ]
null
null
null
Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp
SVRTK/CEMRG_SVR
30ed81b50e02eaeb957ca5de6167968ebb3af176
[ "BSD-3-Clause" ]
null
null
null
Modules/CemrgAppModule/src/CemrgAtriaClipper.cpp
SVRTK/CEMRG_SVR
30ed81b50e02eaeb957ca5de6167968ebb3af176
[ "BSD-3-Clause" ]
null
null
null
/*========================================================================= Program: Medical Imaging & Interaction Toolkit Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. See MITKCopyright.txt or...
43.76393
132
0.665628
SVRTK
a910b0991975bb0cc8916c0b58145b2268a9944b
5,156
cpp
C++
Felix/data_exporter_test.cpp
ultimatezen/felix
5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4
[ "MIT" ]
null
null
null
Felix/data_exporter_test.cpp
ultimatezen/felix
5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4
[ "MIT" ]
null
null
null
Felix/data_exporter_test.cpp
ultimatezen/felix
5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4
[ "MIT" ]
null
null
null
#include "StdAfx.h" #include "data_exporter.h" #include "record_local.h" #include "memory_local.h" #include "ProgressListener.h" #include "output_device_fake.h" #include "MockListener.h" #include "felix_factory.h" #include <boost/test/unit_test.hpp> #ifdef UNIT_TEST using namespace mem_engine ; usin...
30.508876
85
0.634213
ultimatezen
a9133e36bf8d52eac8fcd8077748e89d8103c0f7
1,729
cc
C++
alikafka/src/model/GetConsumerProgressRequest.cc
aliyun/aliyun-openapi-cpp-sdk
0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36
[ "Apache-2.0" ]
89
2018-02-02T03:54:39.000Z
2021-12-13T01:32:55.000Z
alikafka/src/model/GetConsumerProgressRequest.cc
aliyun/aliyun-openapi-cpp-sdk
0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36
[ "Apache-2.0" ]
89
2018-03-14T07:44:54.000Z
2021-11-26T07:43:25.000Z
alikafka/src/model/GetConsumerProgressRequest.cc
aliyun/aliyun-openapi-cpp-sdk
0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36
[ "Apache-2.0" ]
69
2018-01-22T09:45:52.000Z
2022-03-28T07:58:38.000Z
/* * Copyright 2009-2017 Alibaba Cloud 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...
27.444444
78
0.761712
aliyun
a915359fe2da71a4df880b6f0250201f035d0e6e
252
cpp
C++
010.cpp
LeeYiyuan/projecteuler
81a0b65f73b47fbb9bfe99cb5ff72da7e0ba0d74
[ "MIT" ]
null
null
null
010.cpp
LeeYiyuan/projecteuler
81a0b65f73b47fbb9bfe99cb5ff72da7e0ba0d74
[ "MIT" ]
null
null
null
010.cpp
LeeYiyuan/projecteuler
81a0b65f73b47fbb9bfe99cb5ff72da7e0ba0d74
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <cstdint> #include "prime_util.h" int main() { std::vector<int> primes = util::get_primes(1999999); uint64_t sum = 0; for (int &prime : primes) sum += prime; std::cout << sum; }
15.75
56
0.607143
LeeYiyuan
a91543c6029d3d3765597e5a0d570b602ed8a41e
2,457
cpp
C++
widgets/demos/ex-tree-model/main.cpp
sfaure-witekio/qt-training-material
d166e4ed9cc5f5faab85b0337c5844c4cdcb206e
[ "BSD-3-Clause" ]
16
2017-01-11T17:28:03.000Z
2021-09-27T16:12:01.000Z
widgets/demos/ex-tree-model/main.cpp
sfaure-witekio/qt-training-material
d166e4ed9cc5f5faab85b0337c5844c4cdcb206e
[ "BSD-3-Clause" ]
null
null
null
widgets/demos/ex-tree-model/main.cpp
sfaure-witekio/qt-training-material
d166e4ed9cc5f5faab85b0337c5844c4cdcb206e
[ "BSD-3-Clause" ]
4
2017-03-17T02:44:32.000Z
2021-01-22T07:57:34.000Z
/************************************************************************* * * Copyright (c) 2016 The Qt Company * All rights reserved. * * See the LICENSE.txt file shipped along with this file for the license. * *************************************************************************/ #include <QtWidgets> #i...
27.920455
82
0.597884
sfaure-witekio
a91584a8c93505c5edc8d8046228b4400c54a8e1
8,832
cpp
C++
lib/mayaUsd/ufe/ProxyShapeHierarchy.cpp
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
null
null
null
lib/mayaUsd/ufe/ProxyShapeHierarchy.cpp
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
null
null
null
lib/mayaUsd/ufe/ProxyShapeHierarchy.cpp
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
null
null
null
// // Copyright 2019 Autodesk // // 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 ...
32.351648
100
0.677763
ika-rporter
a916f231ea53330df9d3bc8fe40879a5e8861c7f
2,895
cpp
C++
tests/test/storage/test_s3_wrapper.cpp
kubasz/faasm
fa4cec66176c669c161f097d24edce099de66919
[ "Apache-2.0" ]
278
2020-10-01T16:37:06.000Z
2022-03-31T07:06:01.000Z
tests/test/storage/test_s3_wrapper.cpp
kubasz/faasm
fa4cec66176c669c161f097d24edce099de66919
[ "Apache-2.0" ]
78
2020-10-01T18:46:16.000Z
2022-03-18T15:39:03.000Z
tests/test/storage/test_s3_wrapper.cpp
kubasz/faasm
fa4cec66176c669c161f097d24edce099de66919
[ "Apache-2.0" ]
24
2020-10-21T18:45:48.000Z
2022-03-26T08:59:41.000Z
#include <catch2/catch.hpp> #include "faabric_utils.h" #include "faasm_fixtures.h" #include <faabric/util/config.h> #include <faabric/util/files.h> #include <faabric/util/func.h> #include <conf/FaasmConfig.h> #include <storage/S3Wrapper.h> namespace tests { TEST_CASE_METHOD(S3TestFixture, "Test read/write keys in ...
29.540816
78
0.612781
kubasz
a918dc5ea37cbd47854c459685e7b760b959ab5f
2,422
cpp
C++
Graph/FloodFill_DFS.cpp
scortier/DSA-Complete-Sheet
925a5cb148d9addcb32192fe676be76bfb2915c7
[ "MIT" ]
1
2021-07-20T06:08:26.000Z
2021-07-20T06:08:26.000Z
Graph/FloodFill_DFS.cpp
scortier/DSA-Complete-Sheet
925a5cb148d9addcb32192fe676be76bfb2915c7
[ "MIT" ]
null
null
null
Graph/FloodFill_DFS.cpp
scortier/DSA-Complete-Sheet
925a5cb148d9addcb32192fe676be76bfb2915c7
[ "MIT" ]
null
null
null
// QUARANTINE DAYS..;) //image is made up of pixels(box) so tis like ek block ko bhara aur vo continue row //ya column ko fill karta rahega jab tak koi restriction na ho. #include <bits/stdc++.h> using namespace std; #define endl "\n" #define test long long int tt;cin>>tt;while(tt--) #define rep(i,a,b) ...
29.536585
136
0.586292
scortier
a91ac0fa9d9459e63a15a7bbe1ecd5031cf2ee55
3,241
cc
C++
third_party/blink/renderer/platform/graphics/paint/scroll_paint_property_node.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/blink/renderer/platform/graphics/paint/scroll_paint_property_node.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/blink/renderer/platform/graphics/paint/scroll_paint_property_node.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// 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 "third_party/blink/renderer/platform/graphics/paint/scroll_paint_property_node.h" namespace blink { namespace { WTF::String OverscrollBehavior...
36.41573
90
0.67726
sarang-apps
a91d26d8cd2ab49bef7b4f691fa9b1bbbdc86bc6
1,865
cpp
C++
src/serialization/onnx/net/layers/operators/pow_onnx.cpp
lauracanalini/eddl
c5efac642e8e1f99b31dfaaacd0a5a058b09923b
[ "MIT" ]
30
2019-10-11T21:03:43.000Z
2022-02-17T19:56:15.000Z
src/serialization/onnx/net/layers/operators/pow_onnx.cpp
lauracanalini/eddl
c5efac642e8e1f99b31dfaaacd0a5a058b09923b
[ "MIT" ]
151
2019-10-16T06:47:23.000Z
2022-03-07T15:15:58.000Z
src/serialization/onnx/net/layers/operators/pow_onnx.cpp
lauracanalini/eddl
c5efac642e8e1f99b31dfaaacd0a5a058b09923b
[ "MIT" ]
20
2019-10-16T09:37:37.000Z
2022-02-22T09:47:14.000Z
#if defined(cPROTO) #include "eddl/serialization/onnx/layers/operators/pow_onnx.h" // ONNX import Layer* build_pow_layer(onnx::NodeProto *node, map<string, vector<float>> &map_init_values, map<string, Layer *> &output_node_map, int dev, ...
29.140625
103
0.647721
lauracanalini
a91f7f98296d79d8827283465caf618fb3a7f2e5
4,459
hpp
C++
include/lbann/data_readers/data_reader_multi_images.hpp
andy-yoo/lbann-andy
237c45c392e7a5548796ac29537ab0a374e7e825
[ "Apache-2.0" ]
null
null
null
include/lbann/data_readers/data_reader_multi_images.hpp
andy-yoo/lbann-andy
237c45c392e7a5548796ac29537ab0a374e7e825
[ "Apache-2.0" ]
null
null
null
include/lbann/data_readers/data_reader_multi_images.hpp
andy-yoo/lbann-andy
237c45c392e7a5548796ac29537ab0a374e7e825
[ "Apache-2.0" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory. // Written by the LBANN Research Team (B. Van Essen, et al.) listed in // the CONTRIBUTORS file. <lbann-dev@l...
36.85124
98
0.704867
andy-yoo
a921bd23811e369221b0f5778756758547c4cd70
12,790
cpp
C++
add_nstd_app_item.cpp
mikewolfli/workflow
98ad4a2a822aae774355c03cb1eea5cc97d986b8
[ "Unlicense" ]
3
2016-05-30T05:39:52.000Z
2017-11-10T07:26:53.000Z
add_nstd_app_item.cpp
mikewolfli/workflow
98ad4a2a822aae774355c03cb1eea5cc97d986b8
[ "Unlicense" ]
null
null
null
add_nstd_app_item.cpp
mikewolfli/workflow
98ad4a2a822aae774355c03cb1eea5cc97d986b8
[ "Unlicense" ]
1
2020-01-02T01:05:01.000Z
2020-01-02T01:05:01.000Z
#include "add_nstd_app_item.h" #include "pugixml.hpp" #include <wx/msgdlg.h> #include "wfApp.h" #include "nstd_reason_list.h" //(*InternalHeaders(add_nstd_app_item) #include <wx/intl.h> #include <wx/string.h> //*) //(*IdInit(add_nstd_app_item) const long add_nstd_app_item::ID_STATICTEXT1 = wxNewId(); const long add_n...
35.726257
200
0.716263
mikewolfli
a9238623a1ce4dacf97e18bdef672452897a576e
9,381
cpp
C++
middleware/common/source/server/handle.cpp
tompis/casual
d838716c7052a906af8a19e945a496acdc7899a2
[ "MIT" ]
null
null
null
middleware/common/source/server/handle.cpp
tompis/casual
d838716c7052a906af8a19e945a496acdc7899a2
[ "MIT" ]
null
null
null
middleware/common/source/server/handle.cpp
tompis/casual
d838716c7052a906af8a19e945a496acdc7899a2
[ "MIT" ]
null
null
null
//! //! handle.cpp //! //! Created on: Dec 13, 2014 //! Author: Lazan //! #include "common/server/handle.h" #include "common/call/lookup.h" namespace casual { namespace common { namespace server { message::server::connect::Reply connect( const Uuid& identification) { ...
37.826613
186
0.481399
tompis
a925dc760f8fe4cd129a75802cf84f5aee7060cc
1,511
cpp
C++
src/main.cpp
Floaddy/SFML-Nonogram
81dc67ccb378a5b251c4bb7b355b6f266d3c95a6
[ "MIT" ]
null
null
null
src/main.cpp
Floaddy/SFML-Nonogram
81dc67ccb378a5b251c4bb7b355b6f266d3c95a6
[ "MIT" ]
null
null
null
src/main.cpp
Floaddy/SFML-Nonogram
81dc67ccb378a5b251c4bb7b355b6f266d3c95a6
[ "MIT" ]
null
null
null
#include <ctime> #include <cstdlib> #include <vector> #include <SFML/Graphics.hpp> #include "EventManager.hpp" #include "FontManager.hpp" #include "GameManager.hpp" #include "LevelManager.hpp" #include "ScreenManager.hpp" #include "TextureManager.hpp" #include "WindowManager.hpp" #include "Header.hpp" ...
26.982143
144
0.680344
Floaddy
a928eff0d85bc2db6606ee7b7badeb002a2891e8
2,393
hpp
C++
libraries/touchgfx_lib/Middlewares/ST/touchgfx/framework/include/touchgfx/transforms/TouchCalibration.hpp
LIGHT1213/H750_TouchGFX
d38acec2f2d28eaac07ef6316d6f008fb574488d
[ "MIT" ]
null
null
null
libraries/touchgfx_lib/Middlewares/ST/touchgfx/framework/include/touchgfx/transforms/TouchCalibration.hpp
LIGHT1213/H750_TouchGFX
d38acec2f2d28eaac07ef6316d6f008fb574488d
[ "MIT" ]
null
null
null
libraries/touchgfx_lib/Middlewares/ST/touchgfx/framework/include/touchgfx/transforms/TouchCalibration.hpp
LIGHT1213/H750_TouchGFX
d38acec2f2d28eaac07ef6316d6f008fb574488d
[ "MIT" ]
1
2021-12-04T02:58:52.000Z
2021-12-04T02:58:52.000Z
/** ****************************************************************************** * This file is part of the TouchGFX 4.16.0 distribution. * * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics. * All rights reserved.</center></h2> * * This software component is licensed by ST under Ultimate Libert...
29.182927
165
0.638529
LIGHT1213
a9293ab244dd8b11497405da7182b6e05af1545d
2,161
cpp
C++
libs/hwui/tests/common/scenes/RectGridAnimation.cpp
Keneral/aframeworksbase1
0287c3e3f6f763cd630290343cda11e15db1844f
[ "Unlicense" ]
null
null
null
libs/hwui/tests/common/scenes/RectGridAnimation.cpp
Keneral/aframeworksbase1
0287c3e3f6f763cd630290343cda11e15db1844f
[ "Unlicense" ]
null
null
null
libs/hwui/tests/common/scenes/RectGridAnimation.cpp
Keneral/aframeworksbase1
0287c3e3f6f763cd630290343cda11e15db1844f
[ "Unlicense" ]
null
null
null
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
34.854839
95
0.662193
Keneral
a929f4e3ca3a69032a916089d397abc35ef882ae
4,378
cpp
C++
src/simulator/codegen.cpp
edwardcwang/coreir
f71c5864c21cf82112dc641ab0400aac778685c9
[ "BSD-3-Clause" ]
null
null
null
src/simulator/codegen.cpp
edwardcwang/coreir
f71c5864c21cf82112dc641ab0400aac778685c9
[ "BSD-3-Clause" ]
null
null
null
src/simulator/codegen.cpp
edwardcwang/coreir
f71c5864c21cf82112dc641ab0400aac778685c9
[ "BSD-3-Clause" ]
null
null
null
#include "coreir/simulator/codegen.h" #include "coreir/ir/value.h" #include "coreir/simulator/print_c.h" using namespace std; namespace CoreIR { bool underlyingTypeIsClkIn(Type& tp) { if (isClkIn(tp)) { return true; } if (isArray(tp)) { ArrayType& tarr = toArray(tp); return underly...
23.287234
81
0.569895
edwardcwang
a92b3d12c2e111ff4f4f4a0dcc4147d57045b0d4
8,556
cc
C++
wrappers/8.1.1/vtkGeoSourceWrap.cc
axkibe/node-vtk
900ad7b5500f672519da5aa24c99aa5a96466ef3
[ "BSD-3-Clause" ]
6
2016-02-03T12:48:36.000Z
2020-09-16T15:07:51.000Z
wrappers/8.1.1/vtkGeoSourceWrap.cc
axkibe/node-vtk
900ad7b5500f672519da5aa24c99aa5a96466ef3
[ "BSD-3-Clause" ]
4
2016-02-13T01:30:43.000Z
2020-03-30T16:59:32.000Z
wrappers/8.1.1/vtkGeoSourceWrap.cc
axkibe/node-vtk
900ad7b5500f672519da5aa24c99aa5a96466ef3
[ "BSD-3-Clause" ]
null
null
null
/* this file has been autogenerated by vtkNodeJsWrap */ /* editing this might proof futile */ #define VTK_WRAPPING_CXX #define VTK_STREAMS_FWD_ONLY #include <nan.h> #include "vtkObjectWrap.h" #include "vtkGeoSourceWrap.h" #include "vtkObjectBaseWrap.h" #include "vtkGeoTreeNodeWrap.h" #include "vtkCollectionWrap.h" #i...
30.666667
107
0.720079
axkibe
a92ce641fc6c3c281c09f35fa8a6a24951b611be
861
cpp
C++
Applications/DataExplorer/VtkVis/QVtkDataSetMapper.cpp
OlafKolditz/ogs
e33400e1d9503d33ce80509a3441a873962ad675
[ "BSD-4-Clause" ]
1
2016-09-02T11:49:52.000Z
2016-09-02T11:49:52.000Z
Applications/DataExplorer/VtkVis/QVtkDataSetMapper.cpp
OlafKolditz/ogs
e33400e1d9503d33ce80509a3441a873962ad675
[ "BSD-4-Clause" ]
13
2015-01-09T13:08:57.000Z
2018-01-25T12:56:17.000Z
Applications/DataExplorer/VtkVis/QVtkDataSetMapper.cpp
OlafKolditz/ogs
e33400e1d9503d33ce80509a3441a873962ad675
[ "BSD-4-Clause" ]
2
2019-08-13T13:37:03.000Z
2021-02-01T10:19:03.000Z
/** * \file * \author Lars Bilke * \date 2010-11-12 * \brief Implementation of the QVtkDataSetMapper class. * * \copyright * Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or *...
22.657895
76
0.704994
OlafKolditz
a92dd66336aef918fbb90ee121d16477f9d4df05
2,255
cpp
C++
utag/app/src/TagEditor/eventSaveTagButton.cpp
ronald112/utag
277af8cec0a2f429a76f52e322d423e3c5af595a
[ "MIT" ]
null
null
null
utag/app/src/TagEditor/eventSaveTagButton.cpp
ronald112/utag
277af8cec0a2f429a76f52e322d423e3c5af595a
[ "MIT" ]
null
null
null
utag/app/src/TagEditor/eventSaveTagButton.cpp
ronald112/utag
277af8cec0a2f429a76f52e322d423e3c5af595a
[ "MIT" ]
1
2020-11-09T18:59:00.000Z
2020-11-09T18:59:00.000Z
#include "TagEditor.h" #include <MiscHeaders.h> void TagEditor::save() { if ((QMessageBox::question(this, tr("uTag"), tr("Do you really want to save changes?"), QMessageBox::Ok | QMessageBox::Cancel), QMessageBox::Ok) == QMessageBox::Ok) { auto edit = m_audioFilesMap.find(m_curEditableFilePath....
43.365385
99
0.564967
ronald112