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
063e5f4c758b9ca3366ef50a1a5f5f18331342d4
1,240
hpp
C++
src/gui/InputField.hpp
desktopgame/ofxGameUI
c4637c5eee108e07ec935e0a9588c3e53d09cb10
[ "MIT" ]
1
2020-02-24T14:10:55.000Z
2020-02-24T14:10:55.000Z
src/gui/InputField.hpp
desktopgame/ofxGameUI
c4637c5eee108e07ec935e0a9588c3e53d09cb10
[ "MIT" ]
null
null
null
src/gui/InputField.hpp
desktopgame/ofxGameUI
c4637c5eee108e07ec935e0a9588c3e53d09cb10
[ "MIT" ]
null
null
null
#pragma once #ifndef OFXGAMEUI_INPUTFIELD_HPP #define OFXGAMEUI_INPUTFIELD_HPP #include <ofImage.h> #include <ofEvents.h> #include <string> #include <ofTrueTypeFont.h> #include <ofxIcon.h> #include "Component.hpp" #include "FontCache.hpp" #include "FontSprite.hpp" #include "GUISkin.hpp" namespace ofxGameUI { /** * Inp...
20
54
0.746774
desktopgame
06414317cf4247cc3f70fd629976f2645f77ce21
589
cpp
C++
leetcode/986. Interval List Intersections/s1.cpp
contacttoakhil/LeetCode-1
9bb9b5aa9ace836b86a752eb796b3dfcb21ee44c
[ "Fair" ]
1
2021-02-09T11:38:51.000Z
2021-02-09T11:38:51.000Z
leetcode/986. Interval List Intersections/s1.cpp
contacttoakhil/LeetCode-1
9bb9b5aa9ace836b86a752eb796b3dfcb21ee44c
[ "Fair" ]
null
null
null
leetcode/986. Interval List Intersections/s1.cpp
contacttoakhil/LeetCode-1
9bb9b5aa9ace836b86a752eb796b3dfcb21ee44c
[ "Fair" ]
null
null
null
// OJ: https://leetcode.com/problems/interval-list-intersections/ // Author: github.com/lzl124631x // Time: O(M+N) // Space: O(1) class Solution { public: vector<Interval> intervalIntersection(vector<Interval>& A, vector<Interval>& B) { int M = A.size(), N = B.size(); vector<Interval> ans; f...
32.722222
85
0.512733
contacttoakhil
064174f062c566001eed4a1ce46426e80eecfad4
4,808
cpp
C++
src/IStrategizer/ScoutManager.cpp
RtsAiResearch/IStrategizer
2005060d40190041e4d541e23b6148336241d690
[ "Apache-2.0" ]
14
2015-12-09T15:27:07.000Z
2022-02-08T06:27:03.000Z
src/IStrategizer/ScoutManager.cpp
ogail/IStrategizer
d214f150fdfee3c3a865a826546058d131dd9100
[ "Apache-2.0" ]
null
null
null
src/IStrategizer/ScoutManager.cpp
ogail/IStrategizer
d214f150fdfee3c3a865a826546058d131dd9100
[ "Apache-2.0" ]
2
2015-02-21T02:44:08.000Z
2017-08-09T06:43:22.000Z
#include "ScoutManager.h" #include "RtsGame.h" #include "GamePlayer.h" #include "WorldMap.h" #include "DataMessage.h" #include "GameEntity.h" #include "EntityFSM.h" #include "MessagePump.h" #include "IMSystemManager.h" #include "GroundControlIM.h" #include "IStrategizerEx.h" #include <algorithm> using namespace IStrat...
32.053333
126
0.59713
RtsAiResearch
0641e05e8fc310afcf0e0585a5cdfdd4c0fbfa75
85,460
cpp
C++
driver/support_library/src/cascading/CascadingCompiler.cpp
ARM-software/npu-driver-stack
1e6b00b21ed4cf39b2df625fa242c6f67c05b19f
[ "Apache-2.0" ]
4
2019-05-31T18:48:24.000Z
2019-06-04T07:59:39.000Z
driver/support_library/src/cascading/CascadingCompiler.cpp
ARM-software/npu-driver-stack
1e6b00b21ed4cf39b2df625fa242c6f67c05b19f
[ "Apache-2.0" ]
null
null
null
driver/support_library/src/cascading/CascadingCompiler.cpp
ARM-software/npu-driver-stack
1e6b00b21ed4cf39b2df625fa242c6f67c05b19f
[ "Apache-2.0" ]
null
null
null
// // Copyright © 2022 Arm Limited. // SPDX-License-Identifier: Apache-2.0 // #include "../Compiler.hpp" #include "CascadingCompiler.hpp" #include "CascadingCompilerUtils.hpp" #include <memory> namespace ethosn { namespace support_library { namespace cascading_compiler { CascadingCompiler::CascadingCompiler(const O...
50.241035
122
0.653639
ARM-software
06427fd375f80017362085b87aceb619052d919a
5,561
cc
C++
ja2/Build/TileEngine/TileCache.cc
gtrafimenkov/ja2-vanilla-cp
961076add8175afa845cbd6c33dbf9cd78f61a0c
[ "BSD-Source-Code" ]
null
null
null
ja2/Build/TileEngine/TileCache.cc
gtrafimenkov/ja2-vanilla-cp
961076add8175afa845cbd6c33dbf9cd78f61a0c
[ "BSD-Source-Code" ]
null
null
null
ja2/Build/TileEngine/TileCache.cc
gtrafimenkov/ja2-vanilla-cp
961076add8175afa845cbd6c33dbf9cd78f61a0c
[ "BSD-Source-Code" ]
null
null
null
#include "TileEngine/TileCache.h" #include <stdexcept> #include <vector> #include "Directories.h" #include "SGP/FileMan.h" #include "SGP/HImage.h" #include "SGP/MemMan.h" #include "Tactical/AnimationCache.h" #include "Tactical/AnimationData.h" #include "TileEngine/Structure.h" #include "TileEngine/TileDef.h" #include...
28.517949
100
0.689624
gtrafimenkov
06434150ba2a0823ed73e5cbc43446a26bb3f457
4,214
cpp
C++
openstudiocore/src/model/ProgramControl.cpp
jasondegraw/OpenStudio
2ab13f6e5e48940929041444e40ad9d36f80f552
[ "blessing" ]
1
2016-12-29T08:45:03.000Z
2016-12-29T08:45:03.000Z
openstudiocore/src/model/ProgramControl.cpp
jasondegraw/OpenStudio
2ab13f6e5e48940929041444e40ad9d36f80f552
[ "blessing" ]
null
null
null
openstudiocore/src/model/ProgramControl.cpp
jasondegraw/OpenStudio
2ab13f6e5e48940929041444e40ad9d36f80f552
[ "blessing" ]
null
null
null
/********************************************************************** * Copyright (c) 2008-2016, Alliance for Sustainable Energy. * All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by t...
33.444444
101
0.681538
jasondegraw
06434e51b82f362804d98c0a51741f59f5265447
857
hpp
C++
src/world/EstimateF0WithDIO.hpp
haruneko/uzume_vocoder
63343118fd8d0dd8b7ebb92d98f023bfa6b9855e
[ "MIT" ]
1
2020-04-28T06:29:25.000Z
2020-04-28T06:29:25.000Z
src/world/EstimateF0WithDIO.hpp
haruneko/uzume
63343118fd8d0dd8b7ebb92d98f023bfa6b9855e
[ "MIT" ]
null
null
null
src/world/EstimateF0WithDIO.hpp
haruneko/uzume
63343118fd8d0dd8b7ebb92d98f023bfa6b9855e
[ "MIT" ]
null
null
null
// Copyright 2020 Hal@shurabaP. All rights reserved. // Use of this source code is governed by a MIT style // license that can be found in the LICENSE file. #ifndef UZUME_VOCODER_ESTIMATE_F0_WITH_DIO_HPP #define UZUME_VOCODER_ESTIMATE_F0_WITH_DIO_HPP #include "../EstimateF0.hpp" namespace uzume { namespace vocoder { ...
27.645161
86
0.750292
haruneko
0643a0f7fc9c37a247e5ce3d82ab37e6f0a642f3
6,462
cc
C++
chrome/browser/permissions/permission_util.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
chrome/browser/permissions/permission_util.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
chrome/browser/permissions/permission_util.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 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_util.h" #include "build/build_config.h" #include "base/feature_list.h" #include "base/logging.h" #include...
38.464286
80
0.742959
google-ar
0645eb8773a5e20b6bb478c2ec125d23fefa2f21
538
cpp
C++
C++/cpp_test_code/advanced/cpp-primer/chapter2/2.2/proj2_2_6.cpp
haohaibo/learn
7a30489e76abeda1465fe610b1c5cf4c4de7e3b6
[ "MIT" ]
1
2021-02-20T00:14:35.000Z
2021-02-20T00:14:35.000Z
C++/cpp_test_code/advanced/cpp-primer/chapter2/2.2/proj2_2_6.cpp
haohaibo/learn
7a30489e76abeda1465fe610b1c5cf4c4de7e3b6
[ "MIT" ]
null
null
null
C++/cpp_test_code/advanced/cpp-primer/chapter2/2.2/proj2_2_6.cpp
haohaibo/learn
7a30489e76abeda1465fe610b1c5cf4c4de7e3b6
[ "MIT" ]
null
null
null
/* * * Filename: proj2_2_6.cpp * * Author: Haibo Hao * Email : haohaibo@ncic.ac.cn * Description: --- * Create: 2017-04-08 22:16:41 * Last Modified: 2017-04-08 22:51:35 **/ #include <iostream> int main() { std::cout << "a multi-line " "string literal " "using...
18.551724
36
0.531599
haohaibo
064e01ff440c75d04787f71471537c4a79f8897e
243
hpp
C++
src/slaggy-engine/slaggy-engine/physics/PointPlane.hpp
SlaggyWolfie/slaggy-engine
846235c93a52a96be85c5274a1372bc09c16f144
[ "MIT" ]
1
2021-09-24T23:13:13.000Z
2021-09-24T23:13:13.000Z
src/slaggy-engine/slaggy-engine/physics/PointPlane.hpp
SlaggyWolfie/slaggy-engine
846235c93a52a96be85c5274a1372bc09c16f144
[ "MIT" ]
null
null
null
src/slaggy-engine/slaggy-engine/physics/PointPlane.hpp
SlaggyWolfie/slaggy-engine
846235c93a52a96be85c5274a1372bc09c16f144
[ "MIT" ]
2
2020-06-24T07:10:13.000Z
2022-03-08T17:19:12.000Z
#pragma once #ifndef POINT_PLANE_HPP #define POINT_PLANE_HPP #include <physics/Plane.hpp> namespace slaggy { class PointPlane : public Plane { public: glm::vec3 position = glm::vec3(0); float distance() const override; }; } #endif
14.294118
36
0.720165
SlaggyWolfie
065077b87f68e9bcc5640cb1d6a5a8d9e5d5a25c
1,800
cpp
C++
Beginner_Coder/재귀/Cycle.cpp
NadanKim/CodingTest_JUNGOL
f1f448eb5a107b59bfa196c2682ba89e89431358
[ "MIT" ]
null
null
null
Beginner_Coder/재귀/Cycle.cpp
NadanKim/CodingTest_JUNGOL
f1f448eb5a107b59bfa196c2682ba89e89431358
[ "MIT" ]
null
null
null
Beginner_Coder/재귀/Cycle.cpp
NadanKim/CodingTest_JUNGOL
f1f448eb5a107b59bfa196c2682ba89e89431358
[ "MIT" ]
null
null
null
#include "Cycle.h" /// <summary> /// 문제 /// 두 자연수 N과 P를 가지고 다음 과정을 거쳐서 나오는 숫자들을 차례대로 출력해보자. /// 처음 출력하는 숫자는 N이고, 두 번째 이후 출력하는 숫자들은 N을 곱하고 P로 나눈 나머지를 구하는 과정을 반복하여 구한다. /// 즉, 먼저 N에 N을 곱하고, 이 수를 P로 나눈 나머지를 두 번째에 출력한다. /// 다음에는 이 나머지에 N을 곱하고 P로 나눈 나머지를 출력한다. /// 다음에는 이 나머지에 N을 곱한 후 P로 나눈 나머지를 출력한다. /// 이 과정을 계속 반복해보면 출...
26.865672
81
0.605
NadanKim
0653dee33972007ac78afcbfe56d3dff0d69c661
4,648
cc
C++
src/vm-object-scanner.cc
emptyland/mio
77ec9737b4002820c31fca241aaa6711a7391285
[ "BSD-2-Clause" ]
null
null
null
src/vm-object-scanner.cc
emptyland/mio
77ec9737b4002820c31fca241aaa6711a7391285
[ "BSD-2-Clause" ]
null
null
null
src/vm-object-scanner.cc
emptyland/mio
77ec9737b4002820c31fca241aaa6711a7391285
[ "BSD-2-Clause" ]
null
null
null
#include "vm-object-scanner.h" #include "vm-objects.h" namespace mio { void ObjectScanner::Scan(HeapObject *ob, Callback callback) { if (!ob) { return; } callback(ob); if (traced_objects_.find(ob) != traced_objects_.end()) { return; } traced_objects_.insert(ob); switch (ob...
31.619048
86
0.482573
emptyland
0656ab19b1cf5b8df520bcf936033c681dacd697
186
cpp
C++
docs/mfc/reference/codesnippet/CPP/cmfcstatusbar-class_8.cpp
jmittert/cpp-docs
cea5a8ee2b4764b2bac4afe5d386362ffd64e55a
[ "CC-BY-4.0", "MIT" ]
14
2018-01-28T18:10:55.000Z
2021-11-16T13:21:18.000Z
docs/mfc/reference/codesnippet/CPP/cmfcstatusbar-class_8.cpp
jmittert/cpp-docs
cea5a8ee2b4764b2bac4afe5d386362ffd64e55a
[ "CC-BY-4.0", "MIT" ]
1
2021-04-01T04:17:07.000Z
2021-04-01T04:17:07.000Z
docs/mfc/reference/codesnippet/CPP/cmfcstatusbar-class_8.cpp
jmittert/cpp-docs
cea5a8ee2b4764b2bac4afe5d386362ffd64e55a
[ "CC-BY-4.0", "MIT" ]
2
2018-10-10T07:37:30.000Z
2019-06-21T15:18:07.000Z
GetStatusBar ().SetPaneAnimation (nStatusAnimation, m_imlStatusAnimation); GetStatusBar ().SetPaneText (nStatusAnimation, _T("")); GetStatusBar ().SetPaneWidth (nStatusAnimation, 16);
62
75
0.790323
jmittert
0657f0488cea7b400a0a8ca9bf859efb38edb166
311
cpp
C++
aql/benchmark/lib_62/class_3.cpp
menify/sandbox
32166c71044f0d5b414335b2b6559adc571f568c
[ "MIT" ]
null
null
null
aql/benchmark/lib_62/class_3.cpp
menify/sandbox
32166c71044f0d5b414335b2b6559adc571f568c
[ "MIT" ]
null
null
null
aql/benchmark/lib_62/class_3.cpp
menify/sandbox
32166c71044f0d5b414335b2b6559adc571f568c
[ "MIT" ]
null
null
null
#include "class_3.h" #include "class_2.h" #include "class_6.h" #include "class_9.h" #include "class_5.h" #include "class_3.h" #include <lib_32/class_0.h> #include <lib_3/class_6.h> #include <lib_27/class_4.h> #include <lib_47/class_2.h> #include <lib_29/class_8.h> class_3::class_3() {} class_3::~class_3() {}
20.733333
27
0.713826
menify
06586d3dd9e759ffd7c74fbbbae02de7073487ad
3,488
cc
C++
modules/drivers/radar/racobit_radar/protocol/radar_state_201.cc
seeclong/apollo
99c8afb5ebcae2a3c9359a156a957ff03944b27b
[ "Apache-2.0" ]
22,688
2017-07-04T23:17:19.000Z
2022-03-31T18:56:48.000Z
modules/drivers/radar/racobit_radar/protocol/radar_state_201.cc
Songjiarui3313/apollo
df9113ae656e28e5374db32529d68e59455058a0
[ "Apache-2.0" ]
4,804
2017-07-04T22:30:12.000Z
2022-03-31T12:58:21.000Z
modules/drivers/radar/racobit_radar/protocol/radar_state_201.cc
Songjiarui3313/apollo
df9113ae656e28e5374db32529d68e59455058a0
[ "Apache-2.0" ]
9,985
2017-07-04T22:01:17.000Z
2022-03-31T14:18:16.000Z
/****************************************************************************** * Copyright 2018 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
28.129032
79
0.633888
seeclong
065a7ec8f4737540f109e26c1ab59da120fc7434
1,064
cpp
C++
7. Graph/1.A1013.cpp
huangjiayu-zju/PAT-A
ecb07409727c56d556a5af1b201158bab0d0d2e8
[ "MIT" ]
null
null
null
7. Graph/1.A1013.cpp
huangjiayu-zju/PAT-A
ecb07409727c56d556a5af1b201158bab0d0d2e8
[ "MIT" ]
null
null
null
7. Graph/1.A1013.cpp
huangjiayu-zju/PAT-A
ecb07409727c56d556a5af1b201158bab0d0d2e8
[ "MIT" ]
null
null
null
#include<cstdio> #include<cstring> #include<vector> using namespace std; const int maxv = 1111; vector<int> G[maxv]; bool vis[maxv] = {false}; int currentPoint; //当前需要删除的顶点号 void dfs(int v){ if(v == currentPoint){ //当遍历到已删除结点v时,返回 return; } vis[v] = true; for (int i = 0; i < G[v].size(); i+...
23.130435
60
0.452068
huangjiayu-zju
065aa965990cef2fdc1040f3faf3cb3a8c2943d7
11,238
cxx
C++
src/cgi/Client.cxx
CM4all/beng-proxy
ce5a81f7969bc5cb6c5985cdc98f61ef8b5c6159
[ "BSD-2-Clause" ]
35
2017-08-16T06:52:26.000Z
2022-03-27T21:49:01.000Z
src/cgi/Client.cxx
nn6n/beng-proxy
2cf351da656de6fbace3048ee90a8a6a72f6165c
[ "BSD-2-Clause" ]
2
2017-12-22T15:34:23.000Z
2022-03-08T04:15:23.000Z
src/cgi/Client.cxx
nn6n/beng-proxy
2cf351da656de6fbace3048ee90a8a6a72f6165c
[ "BSD-2-Clause" ]
8
2017-12-22T15:11:47.000Z
2022-03-15T22:54:04.000Z
/* * Copyright 2007-2021 CM4all GmbH * All rights reserved. * * author: Max Kellermann <mk@cm4all.com> * * 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 abo...
24.11588
102
0.710892
CM4all
065b95697b7d0e17716cdfa4e7066db351045436
4,126
hxx
C++
base/fs/remotefs/dfs/tests/referral/referraltest.hxx
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
base/fs/remotefs/dfs/tests/referral/referraltest.hxx
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
base/fs/remotefs/dfs/tests/referral/referraltest.hxx
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
struct _DFS_TEST_LINK { LPWSTR Name; LPWSTR RemainingName; ULONG NumberReplicas; ULONG ReplicaIndex[10]; } DfsTestLinks[] = { { L"\\\\BlahBlah\\DfsRoot\\FirstLevel", L"", 2, 1, 2 }, { L"\\\\BlahBlah\\DfsRoot\\FirstLevel\\a\\b\\...
21.268041
75
0.364518
npocmaka
065bd733cd5848cb6bc4a94181826a35d803abcf
12,683
cpp
C++
emulator/src/mame/video/pacland.cpp
rjw57/tiw-computer
5ef1c79893165b8622d1114d81cd0cded58910f0
[ "MIT" ]
1
2022-01-15T21:38:38.000Z
2022-01-15T21:38:38.000Z
emulator/src/mame/video/pacland.cpp
rjw57/tiw-computer
5ef1c79893165b8622d1114d81cd0cded58910f0
[ "MIT" ]
null
null
null
emulator/src/mame/video/pacland.cpp
rjw57/tiw-computer
5ef1c79893165b8622d1114d81cd0cded58910f0
[ "MIT" ]
null
null
null
// license:BSD-3-Clause // copyright-holders:Ernesto Corvi /*************************************************************************** Sprite/tile priority is quite complex in this game: it is handled both internally to the CUS29 chip, and externally to it. The bg tilemap is always behind everything. The CUS29 mixe...
31.316049
157
0.623827
rjw57
065c338d4de42961683d01ccb8dbd05018c4a9c7
4,455
cc
C++
syzygy/pdb/mutators/add_named_stream_mutator_unittest.cc
dandv/syzygy
2444520c8e6e0b45b2f45b680d878d60b9636f45
[ "Apache-2.0" ]
1
2019-04-15T13:50:15.000Z
2019-04-15T13:50:15.000Z
syzygy/pdb/mutators/add_named_stream_mutator_unittest.cc
pombreda/syzygy
7bac6936c0c28872bfabc10a1108e0157ff65d4a
[ "Apache-2.0" ]
1
2015-03-19T18:20:25.000Z
2015-03-19T18:20:25.000Z
syzygy/pdb/mutators/add_named_stream_mutator_unittest.cc
sebmarchand/syzygy
6c6db0e70e8161f1fec171138a825f6412e7778a
[ "Apache-2.0" ]
null
null
null
// 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.282609
76
0.742088
dandv
065fb68c971227d5863e0a63cbfc1b51732f83a4
2,302
hpp
C++
unit_test/batched/Test_Batched_TeamGemm_Real.hpp
hmaarrfk/kokkos-kernels
d86db111124cea12e23dd3447b6c307f96ef7439
[ "BSD-3-Clause" ]
1
2022-02-22T17:24:05.000Z
2022-02-22T17:24:05.000Z
unit_test/batched/Test_Batched_TeamGemm_Real.hpp
hmaarrfk/kokkos-kernels
d86db111124cea12e23dd3447b6c307f96ef7439
[ "BSD-3-Clause" ]
4
2020-01-06T23:37:05.000Z
2021-06-07T20:03:05.000Z
unit_test/batched/Test_Batched_TeamGemm_Real.hpp
hmaarrfk/kokkos-kernels
d86db111124cea12e23dd3447b6c307f96ef7439
[ "BSD-3-Clause" ]
2
2022-02-22T16:46:28.000Z
2022-02-22T16:46:45.000Z
#if defined(KOKKOSKERNELS_INST_FLOAT) TEST_F( TestCategory, batched_scalar_team_gemm_nt_nt_float_float ) { typedef ::Test::ParamTag<Trans::NoTranspose,Trans::NoTranspose> param_tag_type; typedef Algo::Gemm::Blocked algo_tag_type; test_batched_gemm<TestExecSpace,float,float,param_tag_type,algo_tag_type>(); } TEST...
47.958333
81
0.818853
hmaarrfk
0660fabbb4d0193e190402daa207ffafc2ce8dda
5,528
cpp
C++
Libraries/RobsJuceModules/rapt/Filters/Scientific/LinkwitzRileyCrossOver.cpp
elanhickler/RS-MET
c04cbe660ea426ddf659dfda3eb9cba890de5468
[ "FTL" ]
null
null
null
Libraries/RobsJuceModules/rapt/Filters/Scientific/LinkwitzRileyCrossOver.cpp
elanhickler/RS-MET
c04cbe660ea426ddf659dfda3eb9cba890de5468
[ "FTL" ]
null
null
null
Libraries/RobsJuceModules/rapt/Filters/Scientific/LinkwitzRileyCrossOver.cpp
elanhickler/RS-MET
c04cbe660ea426ddf659dfda3eb9cba890de5468
[ "FTL" ]
1
2017-10-15T07:25:41.000Z
2017-10-15T07:25:41.000Z
// construction/destruction: template<class TSig, class TPar> rsLinkwitzRileyCrossOver<TSig, TPar>::rsLinkwitzRileyCrossOver(int newMaxButterworthOrder) : lowpass1(newMaxButterworthOrder/2) , lowpass2(newMaxButterworthOrder/2) , sumAllpass(newMaxButterworthOrder/2) { rsAssert( newMaxButterworthOrder >= 1 ); // filt...
32.517647
115
0.736975
elanhickler
0660fe7a5210c46634ca4e61d9a59a5914eb74b4
4,473
cpp
C++
Solutions-Xtreme-14/rescue_mission.cpp
nullpointxr/HackerRankSolutions
052c9ab66bfd66268b81d8e7888c3d7504ab988f
[ "Apache-2.0" ]
1
2020-10-25T16:12:09.000Z
2020-10-25T16:12:09.000Z
Solutions-Xtreme-14/rescue_mission.cpp
abhishek-sankar/Competitive-Coding-Solutions
052c9ab66bfd66268b81d8e7888c3d7504ab988f
[ "Apache-2.0" ]
3
2020-11-12T05:44:24.000Z
2021-04-05T08:09:01.000Z
Solutions-Xtreme-14/rescue_mission.cpp
nullpointxr/HackerRankSolutions
052c9ab66bfd66268b81d8e7888c3d7504ab988f
[ "Apache-2.0" ]
null
null
null
/* A group of Xtreme soldiers are fighting a tough war but are unfortunately trapped within the enemy territory. But don't worry, they managed to find NN hideouts along a long battle line. The hideouts are numbered 11 to NN. Initially there are S_iS ​i ​​ soldiers at hideout ii. There is a safe rendezvous location. E...
31.5
703
0.68254
nullpointxr
0663839f54e211e8ef36cf7e8fc8e3910bf5ef37
5,094
cpp
C++
mozilla/gfx/vr/ipc/VRManagerChild.cpp
naver/webgraphics
4f9b9aa6a13428b5872dd020eaf34ec77b33f240
[ "MS-PL" ]
5
2016-12-20T15:48:05.000Z
2020-05-01T20:12:09.000Z
mozilla/gfx/vr/ipc/VRManagerChild.cpp
naver/webgraphics
4f9b9aa6a13428b5872dd020eaf34ec77b33f240
[ "MS-PL" ]
null
null
null
mozilla/gfx/vr/ipc/VRManagerChild.cpp
naver/webgraphics
4f9b9aa6a13428b5872dd020eaf34ec77b33f240
[ "MS-PL" ]
2
2016-12-20T15:48:13.000Z
2019-12-10T15:15:05.000Z
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- * vim: sw=2 ts=8 et : */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "...
27.240642
92
0.717314
naver
0664b276d17af7d69aedf7145c08823f8d570335
3,056
cpp
C++
addons/ofxGuido/lib/guidolib-code/macosx/src/GMemoryDeviceOSX.cpp
k4rm/AscoGraph
9038ae785b6f4f144a3ab5c4c5520761c0cd08f2
[ "MIT" ]
18
2015-01-18T22:34:22.000Z
2020-09-06T20:30:30.000Z
addons/ofxGuido/lib/guidolib-code/macosx/src/GMemoryDeviceOSX.cpp
k4rm/AscoGraph
9038ae785b6f4f144a3ab5c4c5520761c0cd08f2
[ "MIT" ]
2
2015-08-04T00:07:46.000Z
2017-05-10T15:53:51.000Z
addons/ofxGuido/lib/guidolib-code/macosx/src/GMemoryDeviceOSX.cpp
k4rm/AscoGraph
9038ae785b6f4f144a3ab5c4c5520761c0cd08f2
[ "MIT" ]
10
2015-01-18T23:46:10.000Z
2019-08-25T12:10:04.000Z
/* GUIDO Library Copyright (C) 2003--2006 Grame This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. Grame Research Laboratory, 11, cours de Verdun Gensoul 69002 Lyon...
29.104762
79
0.579516
k4rm
06681c63c76fc6d3901fdd01476bceea74e2a3a2
10,214
cpp
C++
WebKit2-7606.2.104.1.1/WebKit2-7606.2.104.1.1/WebProcess/WebPage/win/WebPageWin.cpp
mlcldh/appleWebKit2
39cc42a4710c9319c8da269621844493ab2ccdd6
[ "MIT" ]
1
2021-05-27T07:29:31.000Z
2021-05-27T07:29:31.000Z
WebKit2-7606.2.104.1.1/WebKit2-7606.2.104.1.1/WebProcess/WebPage/win/WebPageWin.cpp
mlcldh/appleWebKit2
39cc42a4710c9319c8da269621844493ab2ccdd6
[ "MIT" ]
null
null
null
WebKit2-7606.2.104.1.1/WebKit2-7606.2.104.1.1/WebProcess/WebPage/win/WebPageWin.cpp
mlcldh/appleWebKit2
39cc42a4710c9319c8da269621844493ab2ccdd6
[ "MIT" ]
null
null
null
/* * Copyright (C) 2010 Apple Inc. All rights reserved. * Copyright (C) 2017 Sony Interactive Entertainment Inc. * * 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 t...
37.413919
129
0.626591
mlcldh
066a4c9aaaae473d5d8a008dab83916a2dcb3d73
227
cpp
C++
libSerial/src/main/jni/src/mid_exceptions.cpp
LaoTie0815/AndroidSerialPort
98e8101b19f1b6415760943c872086a0b9d4b6e9
[ "Apache-2.0" ]
2
2021-05-12T07:45:56.000Z
2021-05-12T07:46:01.000Z
libSerial/src/main/jni/src/mid_exceptions.cpp
LaoTie0815/LaoTieSerial
0db99b2a8a3bdb123e9b9e6175b353aaaee05c38
[ "Apache-2.0" ]
null
null
null
libSerial/src/main/jni/src/mid_exceptions.cpp
LaoTie0815/LaoTieSerial
0db99b2a8a3bdb123e9b9e6175b353aaaee05c38
[ "Apache-2.0" ]
null
null
null
#include "mid_exceptions.h" jclass jRuntimeException_class; void safeThrowJavaException(JNIEnv *env, jclass exceptionCls, const char *msg) { if (!env->ExceptionCheck()) { env->ThrowNew(exceptionCls, msg); } }
22.7
80
0.709251
LaoTie0815
066ac0656c97fbe3476b1511c0a8ba751407f415
1,933
cc
C++
src/artm/core/node_controller.cc
sashafrey/topicmod
a9e93c32185c54c6dce46ad99a94f7872a998b8b
[ "Apache-2.0" ]
null
null
null
src/artm/core/node_controller.cc
sashafrey/topicmod
a9e93c32185c54c6dce46ad99a94f7872a998b8b
[ "Apache-2.0" ]
null
null
null
src/artm/core/node_controller.cc
sashafrey/topicmod
a9e93c32185c54c6dce46ad99a94f7872a998b8b
[ "Apache-2.0" ]
null
null
null
// Copyright 2014, Additive Regularization of Topic Models. #include "artm/core/node_controller.h" #include "glog/logging.h" #include "artm/core/node_controller_service_impl.h" #include "artm/core/exceptions.h" #include "artm/core/helpers.h" #include "artm/core/zmq_context.h" namespace artm { namespace core { Node...
31.177419
98
0.714951
sashafrey
066c763f94b64087c0e4741c150b490d90a918c9
10,739
cpp
C++
unit_tests/test_classes/static_function.cpp
SoapyMan/oolua
9d25a865b05bbb6aaff56726b46e5b746572e490
[ "MIT" ]
4
2018-12-19T09:30:24.000Z
2021-06-26T05:38:11.000Z
unit_tests/test_classes/static_function.cpp
SoapyMan/oolua
9d25a865b05bbb6aaff56726b46e5b746572e490
[ "MIT" ]
null
null
null
unit_tests/test_classes/static_function.cpp
SoapyMan/oolua
9d25a865b05bbb6aaff56726b46e5b746572e490
[ "MIT" ]
2
2017-03-28T18:38:30.000Z
2018-10-17T19:01:05.000Z
# include "oolua_tests_pch.h" # include "oolua.h" # include "common_cppunit_headers.h" # include "expose_static_and_c_functions.h" # include "expose_hierarchy.h" int returns_stack_count(lua_State* vm) { int top = lua_gettop(vm); OOLUA::push(vm, top); return 1; } int stack_top_type(lua_State* vm) { int top = lua_...
32.056716
119
0.758078
SoapyMan
066d89604efb26b5403a5c83a712311482fbffad
2,103
cpp
C++
src/main/cpp/Components/EncoderItem.cpp
JamesTerm/FRC2019
2794d3cc4f2b4702c59e402904db2f4cdc2ab68d
[ "BSD-3-Clause" ]
1
2021-11-12T04:34:31.000Z
2021-11-12T04:34:31.000Z
src/main/cpp/Components/EncoderItem.cpp
JamesTerm/FRC2019
2794d3cc4f2b4702c59e402904db2f4cdc2ab68d
[ "BSD-3-Clause" ]
null
null
null
src/main/cpp/Components/EncoderItem.cpp
JamesTerm/FRC2019
2794d3cc4f2b4702c59e402904db2f4cdc2ab68d
[ "BSD-3-Clause" ]
null
null
null
/****************************** Header ******************************\ Class Name: EncoderItem inherits InputComponent File Name: EncoderItem.cpp Summary: Abstraction for the WPIlib Encoder that extends to include some helper and control methods. Project: BroncBotzFRC2019 Copyright (c) BroncBotz. All rights reserve...
22.136842
95
0.668093
JamesTerm
066e717e72dd604fa0057d831f02debca6893745
1,332
hpp
C++
src/utils/tb2randomgen.hpp
kad15/SandBoxToulbar2
31430ec5e6c6cec1eabe6f5d04bfb8134777821c
[ "MIT" ]
null
null
null
src/utils/tb2randomgen.hpp
kad15/SandBoxToulbar2
31430ec5e6c6cec1eabe6f5d04bfb8134777821c
[ "MIT" ]
null
null
null
src/utils/tb2randomgen.hpp
kad15/SandBoxToulbar2
31430ec5e6c6cec1eabe6f5d04bfb8134777821c
[ "MIT" ]
null
null
null
/* \file tb2randomgen.hpp * \brief Random WCSP generator. */ #ifndef TB2RANDOMGEN_H_ #define TB2RANDOMGEN_H_ #include "core/tb2wcsp.hpp" class naryRandom { public: WCSP& wcsp; naryRandom(WCSP* wcspin, int seed = 0) : wcsp(*wcspin) { mysrand(seed); } ~naryRandom() {} int n,...
29.6
122
0.668168
kad15
066f190ad834841e01754e8751d4b23d359c2d33
2,960
cc
C++
testing/output/No_Difference_L2.cc
pgmaginot/DARK_ARTS
f04b0a30dcac911ef06fe0916921020826f5c42b
[ "MIT" ]
null
null
null
testing/output/No_Difference_L2.cc
pgmaginot/DARK_ARTS
f04b0a30dcac911ef06fe0916921020826f5c42b
[ "MIT" ]
null
null
null
testing/output/No_Difference_L2.cc
pgmaginot/DARK_ARTS
f04b0a30dcac911ef06fe0916921020826f5c42b
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <math.h> #include <string> #include "Input_Reader.h" #include "Materials.h" #include "Fem_Quadrature.h" #include "Quadrule_New.h" #include "Cell_Data.h" #include "Angular_Quadrature.h" #include "Time_Data.h" #include "Intensity_Data.h" #include "Intensity_Mom...
33.258427
127
0.696622
pgmaginot
066f8cb7c5f26c536c020d6319477436005bf824
2,751
hpp
C++
include/cppurses/widget/widgets/line_edit.hpp
buzzert/CPPurses
33c2c1719a480aefea57874e32c54b4b48ebbfa0
[ "MIT" ]
null
null
null
include/cppurses/widget/widgets/line_edit.hpp
buzzert/CPPurses
33c2c1719a480aefea57874e32c54b4b48ebbfa0
[ "MIT" ]
null
null
null
include/cppurses/widget/widgets/line_edit.hpp
buzzert/CPPurses
33c2c1719a480aefea57874e32c54b4b48ebbfa0
[ "MIT" ]
null
null
null
#ifndef CPPURSES_WIDGET_WIDGETS_LINE_EDIT_HPP #define CPPURSES_WIDGET_WIDGETS_LINE_EDIT_HPP #include <functional> #include <string> #include <signals/signals.hpp> #include <cppurses/painter/color.hpp> #include <cppurses/painter/glyph.hpp> #include <cppurses/painter/glyph_string.hpp> #include <cppurses/system/events/k...
35.269231
80
0.711741
buzzert
06703241603ac3cd62a06dc30f9d9c76b7e4112c
560
hpp
C++
plugins/x11input/include/sge/x11input/device/optional_id_fwd.hpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
2
2016-01-27T13:18:14.000Z
2018-05-11T01:11:32.000Z
plugins/x11input/include/sge/x11input/device/optional_id_fwd.hpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
null
null
null
plugins/x11input/include/sge/x11input/device/optional_id_fwd.hpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
3
2018-05-11T01:11:34.000Z
2021-04-24T19:47:45.000Z
// Copyright Carl Philipp Reh 2006 - 2019. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef SGE_X11INPUT_DEVICE_OPTIONAL_ID_FWD_HPP_INCLUDED #define SGE_X11INPUT_DEVICE_OPTIONAL_ID_FW...
21.538462
71
0.757143
cpreh
067083510b40663cb5f38bda4a60a8dd591c4a93
1,262
cc
C++
art/runtime/disassembler.cc
CanPisces/DexHunter
b8f46563c7f3aeb79cf40db09e1d231649f1a29a
[ "Apache-2.0" ]
1,306
2015-09-01T05:06:16.000Z
2022-03-10T07:13:10.000Z
art/runtime/disassembler.cc
cnrat/DexHunter
b8f46563c7f3aeb79cf40db09e1d231649f1a29a
[ "Apache-2.0" ]
11
2015-09-02T09:06:42.000Z
2020-12-26T04:59:34.000Z
art/runtime/disassembler.cc
cnrat/DexHunter
b8f46563c7f3aeb79cf40db09e1d231649f1a29a
[ "Apache-2.0" ]
598
2015-09-01T05:06:18.000Z
2022-03-27T07:59:49.000Z
/* * Copyright (C) 2012 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...
30.047619
75
0.719493
CanPisces
0673fc62a3b6b3d2ba7e416f52465ba831967b3b
7,281
cpp
C++
src/main/algorithms/cpp/sliding_window/substring_with_concatenation_of_all_words_30/solution.cpp
algorithmlover2016/leet_code
2eecc7971194c8a755e67719d8f66c636694e7e9
[ "Apache-2.0" ]
null
null
null
src/main/algorithms/cpp/sliding_window/substring_with_concatenation_of_all_words_30/solution.cpp
algorithmlover2016/leet_code
2eecc7971194c8a755e67719d8f66c636694e7e9
[ "Apache-2.0" ]
null
null
null
src/main/algorithms/cpp/sliding_window/substring_with_concatenation_of_all_words_30/solution.cpp
algorithmlover2016/leet_code
2eecc7971194c8a755e67719d8f66c636694e7e9
[ "Apache-2.0" ]
null
null
null
#include "../../head.h" class SolutionWrongAnswer { public: std::vector<int> findSubstring(std::string const & s, std::vector<std::string> const & words) { std::vector<int> res; int cnt = words.size(); int wordLen = 0; std::unordered_map<string, int> visited; for (std::stri...
35.34466
150
0.419723
algorithmlover2016
06757d2992eb2f4d11154ebf311eec6242c6cd8e
2,181
cpp
C++
7Nov/1.cpp
s10singh97/Computer_Graphics
b974762e3c00a3989da973bde5cbe353ee148759
[ "Apache-2.0" ]
null
null
null
7Nov/1.cpp
s10singh97/Computer_Graphics
b974762e3c00a3989da973bde5cbe353ee148759
[ "Apache-2.0" ]
null
null
null
7Nov/1.cpp
s10singh97/Computer_Graphics
b974762e3c00a3989da973bde5cbe353ee148759
[ "Apache-2.0" ]
null
null
null
// Sphere #include<bits/stdc++.h> #include<graphics.h> void draw_points(int x, int y, int x_centre, int y_centre) { putpixel(x + x_centre ,-y + y_centre,WHITE); putpixel(y + x_centre ,x + y_centre,WHITE); putpixel(-y + x_centre ,x + y_centre,WHITE); putpixel(x + x_centre,y + y_centre,WHITE); putp...
25.068966
58
0.458047
s10singh97
06770deadfebe5cd6c546abbde2a2bd6068298cb
7,502
cc
C++
console/animation_unittest.cc
chokobole/console
1a6d10c5c6bb151d4d79b314f899b207a09f3814
[ "BSD-3-Clause" ]
4
2020-05-19T11:48:54.000Z
2021-05-29T02:25:09.000Z
console/animation_unittest.cc
chokobole/console
1a6d10c5c6bb151d4d79b314f899b207a09f3814
[ "BSD-3-Clause" ]
null
null
null
console/animation_unittest.cc
chokobole/console
1a6d10c5c6bb151d4d79b314f899b207a09f3814
[ "BSD-3-Clause" ]
1
2020-07-16T12:54:41.000Z
2020-07-16T12:54:41.000Z
// Copyright (c) 2020 The Console 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 "console/animation.h" #include "color/named_color.h" #include "gtest/gtest.h" namespace console { namespace { class TestAnimation : public...
27.083032
80
0.63583
chokobole
0677e03ed2471a26e86940970703bc52e2c4240e
15,008
cpp
C++
common/mptPathString.cpp
ev3dev/libopenmpt
06d2c8b26a148dc6e87ccfe2ab4bcb82a55d6714
[ "BSD-3-Clause" ]
null
null
null
common/mptPathString.cpp
ev3dev/libopenmpt
06d2c8b26a148dc6e87ccfe2ab4bcb82a55d6714
[ "BSD-3-Clause" ]
null
null
null
common/mptPathString.cpp
ev3dev/libopenmpt
06d2c8b26a148dc6e87ccfe2ab4bcb82a55d6714
[ "BSD-3-Clause" ]
null
null
null
/* * mptPathString.cpp * ----------------- * Purpose: Wrapper class around the platform-native representation of path names. Should be the only type that is used to store path names. * Notes : Currently none. * Authors: OpenMPT Devs * The OpenMPT source code is released under the BSD license. Read LICENSE for mo...
24.324149
140
0.582023
ev3dev
067992d487feb8726243e579dd2a7fc211be3179
8,963
cpp
C++
src/tests/unit_tests/fea/utest_FEA_ANCFBeam.cpp
felixvd/chrono
4c437fc1fc8964310d53206dda45e8ba9c734fa2
[ "BSD-3-Clause" ]
1
2020-12-18T08:28:52.000Z
2020-12-18T08:28:52.000Z
src/tests/unit_tests/fea/utest_FEA_ANCFBeam.cpp
felixvd/chrono
4c437fc1fc8964310d53206dda45e8ba9c734fa2
[ "BSD-3-Clause" ]
null
null
null
src/tests/unit_tests/fea/utest_FEA_ANCFBeam.cpp
felixvd/chrono
4c437fc1fc8964310d53206dda45e8ba9c734fa2
[ "BSD-3-Clause" ]
null
null
null
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
44.152709
129
0.654245
felixvd
0682071f42bacb335c1634d22b7e9b5d2f0a1182
4,205
cpp
C++
sum_root_to_leaf_numbers.cpp
artureganyan/algorithms
98cd0048162b3cb1c79712a884261cd3fe31063c
[ "MIT" ]
null
null
null
sum_root_to_leaf_numbers.cpp
artureganyan/algorithms
98cd0048162b3cb1c79712a884261cd3fe31063c
[ "MIT" ]
null
null
null
sum_root_to_leaf_numbers.cpp
artureganyan/algorithms
98cd0048162b3cb1c79712a884261cd3fe31063c
[ "MIT" ]
null
null
null
// Problem: https://leetcode.com/problems/sum-root-to-leaf-numbers/ #include "utils.h" namespace sum_root_to_leaf_numbers { struct TreeNode { int val; TreeNode* left; TreeNode* right; }; class Solution { public: // Note: Each node value must be within [0, 9]. Overflow of the sum is // not detect...
24.881657
94
0.420452
artureganyan
0682dd7e89e56364d56a6e9df28cf276e3f98384
20,996
cpp
C++
compiler/src/ast/expr/ast_field.cpp
TuplexLanguage/tuplex
fc436c78224522663e40e09d36f83570fd76ba2d
[ "Apache-2.0" ]
15
2017-08-15T20:46:44.000Z
2021-12-15T02:51:13.000Z
compiler/src/ast/expr/ast_field.cpp
TuplexLanguage/tuplex
fc436c78224522663e40e09d36f83570fd76ba2d
[ "Apache-2.0" ]
null
null
null
compiler/src/ast/expr/ast_field.cpp
TuplexLanguage/tuplex
fc436c78224522663e40e09d36f83570fd76ba2d
[ "Apache-2.0" ]
1
2017-09-28T14:48:15.000Z
2017-09-28T14:48:15.000Z
#include "ast_field.hpp" #include "ast_constexpr.hpp" #include "ast_ref.hpp" #include "ast_conv.hpp" #include "ast/ast_util.hpp" #include "symbol/qual_type.hpp" #include "symbol/symbol_lookup.hpp" #include "parsercontext.hpp" #include "driver.hpp" #include "tx_error.hpp" TxFieldValueNode* make_compound_symbol_exp...
50.229665
153
0.576253
TuplexLanguage
06831062c34635a06abdaf8ee1beac31aa14a694
10,659
hxx
C++
Modules/Core/SpatialObjects/include/itkSceneSpatialObject.hxx
nalinimsingh/ITK_4D
95a2eacaeaffe572889832ef0894239f89e3f303
[ "Apache-2.0" ]
3
2018-10-01T20:46:17.000Z
2019-12-17T19:39:50.000Z
Modules/Core/SpatialObjects/include/itkSceneSpatialObject.hxx
nalinimsingh/ITK_4D
95a2eacaeaffe572889832ef0894239f89e3f303
[ "Apache-2.0" ]
null
null
null
Modules/Core/SpatialObjects/include/itkSceneSpatialObject.hxx
nalinimsingh/ITK_4D
95a2eacaeaffe572889832ef0894239f89e3f303
[ "Apache-2.0" ]
4
2018-05-17T16:34:54.000Z
2020-09-24T02:12:40.000Z
/*========================================================================= * * Copyright Insight Software Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
26.514925
91
0.604372
nalinimsingh
06839e5b3b50a03bcd71454f3a46b524749e6f7e
12,450
hpp
C++
src/verifier/mem_encode/encoder.hpp
lmntal/slim
643a2f9c4208532fab64c80aa88034fa625be61e
[ "BSD-3-Clause" ]
18
2015-02-11T13:52:46.000Z
2021-07-05T10:50:22.000Z
src/verifier/mem_encode/encoder.hpp
lmntal/slim
643a2f9c4208532fab64c80aa88034fa625be61e
[ "BSD-3-Clause" ]
58
2015-01-02T11:31:12.000Z
2022-03-23T07:16:47.000Z
src/verifier/mem_encode/encoder.hpp
lmntal/slim
643a2f9c4208532fab64c80aa88034fa625be61e
[ "BSD-3-Clause" ]
17
2015-04-02T03:52:48.000Z
2021-02-07T02:29:38.000Z
/* * encode.hpp * * Copyright (c) 2018, Ueda Laboratory LMNtal Group * <lmntal@ueda.info.waseda.ac.jp> 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 o...
29.572447
100
0.617751
lmntal
06858f62548c6fecc37332a15bc411a32f7b57f5
1,726
cpp
C++
Src/StringList.cpp
thinkpractice/bme
8f55457fa2900e41ff112188b8683b4312e99d73
[ "MIT" ]
1
2018-08-04T11:06:16.000Z
2018-08-04T11:06:16.000Z
Src/StringList.cpp
thinkpractice/bme
8f55457fa2900e41ff112188b8683b4312e99d73
[ "MIT" ]
null
null
null
Src/StringList.cpp
thinkpractice/bme
8f55457fa2900e41ff112188b8683b4312e99d73
[ "MIT" ]
null
null
null
/***************************************************************** * Copyright (c) 2005 Héctor Daniel Guajardo, Tim de Jong * * * * All rights reserved. * * Distributed under the terms of the MIT License. * ***********************************************************...
23.013333
67
0.598494
thinkpractice
068886aa5496f349bac8f2f08d04eb38bbea57a9
567
cpp
C++
Source/DialogueSystem/Private/QuestBook.cpp
artemavrin/DialogueSystem
90f7816d55b1948253d2f9955469d6d91b5929cb
[ "MIT" ]
126
2016-04-16T00:42:19.000Z
2022-01-20T12:54:23.000Z
Source/DialogueSystem/Private/QuestBook.cpp
artemavrin/DialogueSystem
90f7816d55b1948253d2f9955469d6d91b5929cb
[ "MIT" ]
8
2016-04-16T23:13:04.000Z
2019-10-02T17:12:09.000Z
Source/DialogueSystem/Private/QuestBook.cpp
artemavrin/DialogueSystem
90f7816d55b1948253d2f9955469d6d91b5929cb
[ "MIT" ]
45
2016-04-16T10:49:47.000Z
2021-09-10T15:47:10.000Z
//Copyright (c) 2016 Artem A. Mavrin and other contributors #pragma once //#include "DialogueSystemPrivatePCH.h" #include "QuestBook.h" FQuest UQuestBook::GetQuest(int32 ID) { FQuest Result; for (auto& elem : Quests) { if (elem.ID == ID) { Result = elem; break; } } return Result;...
13.829268
60
0.590829
artemavrin
068e032c8e4881e24cf1d1b0c79c32a210cb732d
27,459
cc
C++
src/test/cc/wfa/virtual_people/common/field_filter/utils/field_util_test.cc
world-federation-of-advertisers/virtual_people_common
ed17b00b7fe7a2c5646479e42dc3bb32b2f5c80f
[ "Apache-2.0" ]
4
2021-04-09T07:43:57.000Z
2021-04-27T17:21:26.000Z
src/test/cc/wfa/virtual_people/common/field_filter/utils/field_util_test.cc
world-federation-of-advertisers/virtual_people_common
ed17b00b7fe7a2c5646479e42dc3bb32b2f5c80f
[ "Apache-2.0" ]
8
2021-03-30T23:03:35.000Z
2022-02-19T23:04:12.000Z
src/test/cc/wfa/virtual_people/common/field_filter/utils/field_util_test.cc
world-federation-of-advertisers/virtual_people_common
ed17b00b7fe7a2c5646479e42dc3bb32b2f5c80f
[ "Apache-2.0" ]
1
2022-02-10T00:02:31.000Z
2022-02-10T00:02:31.000Z
// Copyright 2021 The Cross-Media Measurement Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
38.297071
80
0.639353
world-federation-of-advertisers
06945875f14293fee9497d31071586ac9c57a450
5,548
cpp
C++
chrome/browser/qt/browser-service/BrowserService.cpp
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2015-10-12T09:14:22.000Z
2015-10-12T09:14:22.000Z
chrome/browser/qt/browser-service/BrowserService.cpp
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
null
null
null
chrome/browser/qt/browser-service/BrowserService.cpp
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2020-11-04T07:22:28.000Z
2020-11-04T07:22:28.000Z
#include "BrowserService.h" #include "BrowserService-marshaller.h" #include "MeeGoPluginAPI.h" static guint signals[LAST_SIGNAL] = { 0 }; G_DEFINE_TYPE(BrowserService, browser_service, G_TYPE_OBJECT); static void browser_service_init(BrowserService* bs) { //g_debug("browser_service_init"); } static void browser_se...
28.451282
100
0.740988
meego-tablet-ux
0696bf1d2fd95df8ba2f484a58a90b2880c61812
1,793
hpp
C++
deps/cinder/include/boost/atomic/detail/caps_gcc_x86.hpp
multi-os-engine/cinder-natj-binding
969b66fdd49e4ca63442baf61ce90ae385ab8178
[ "Apache-2.0" ]
17,104
2016-12-28T07:45:54.000Z
2022-03-31T07:02:52.000Z
src/third_party/boost-1.56.0/boost/atomic/detail/caps_gcc_x86.hpp
wujf/mongo
f2f48b749ded0c5585c798c302f6162f19336670
[ "Apache-2.0" ]
964
2016-12-28T08:13:33.000Z
2022-03-31T13:36:40.000Z
src/third_party/boost-1.56.0/boost/atomic/detail/caps_gcc_x86.hpp
wujf/mongo
f2f48b749ded0c5585c798c302f6162f19336670
[ "Apache-2.0" ]
3,568
2016-12-28T07:47:46.000Z
2022-03-31T02:13:19.000Z
/* * 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) * * Copyright (c) 2009 Helge Bahmann * Copyright (c) 2012 Tim Blechmann * Copyright (c) 2013 - 2014 Andrey Semashev */ /*! * \file atomic/detail/caps_gcc...
33.830189
206
0.787507
multi-os-engine
069885937ab2d05f29e5fe5889e7a84e82cf28e0
2,541
cc
C++
folding_libs/MELIBS/arpack++/examples/areig/nonsym/ansymshf.cc
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
1
2016-05-16T02:27:46.000Z
2016-05-16T02:27:46.000Z
arpack++/examples/areig/nonsym/ansymshf.cc
red2901/sandbox
fae6c1624cc9957593d030f3b0306dbded29f0a2
[ "MIT" ]
null
null
null
arpack++/examples/areig/nonsym/ansymshf.cc
red2901/sandbox
fae6c1624cc9957593d030f3b0306dbded29f0a2
[ "MIT" ]
null
null
null
/* ARPACK++ v1.2 2/18/2000 c++ interface to ARPACK code. MODULE ANSymShf.cc Example program that illustrates how to solve a real nonsymmetric standard eigenvalue problem in shift and invert mode using the AREig function. 1) Problem description: In this example we try to solve A*x = x*lambd...
30.614458
73
0.610783
parasol-ppl
069a98ce54eb68ec0e828b97f8df9068eda064f4
379
cpp
C++
Baekjoon/3076.cpp
Twinparadox/AlgorithmProblem
0190d17555306600cfd439ad5d02a77e663c9a4e
[ "MIT" ]
null
null
null
Baekjoon/3076.cpp
Twinparadox/AlgorithmProblem
0190d17555306600cfd439ad5d02a77e663c9a4e
[ "MIT" ]
null
null
null
Baekjoon/3076.cpp
Twinparadox/AlgorithmProblem
0190d17555306600cfd439ad5d02a77e663c9a4e
[ "MIT" ]
null
null
null
#include <iostream> using namespace std; int main(void) { int r, c, a, b; cin >> r >> c >> a >> b; for (int i = 0; i < r; i++) { for (int k = 0; k < a; k++) { for (int j = 0; j < c; j++) { if ((i + j) % 2 == 0) for (int si = 0; si < b; si++) cout << "X"; else for (int si = 0; si < ...
15.791667
35
0.37467
Twinparadox
069f712288a593e7ef85ba0d060537ef5f1963ed
9,978
cpp
C++
Source/WebCore/Modules/mediastream/UserMediaRequest.cpp
ijsf/DeniseEmbeddableWebKit
57dfc6783d60f8f59b7129874e60f84d8c8556c9
[ "BSD-3-Clause" ]
null
null
null
Source/WebCore/Modules/mediastream/UserMediaRequest.cpp
ijsf/DeniseEmbeddableWebKit
57dfc6783d60f8f59b7129874e60f84d8c8556c9
[ "BSD-3-Clause" ]
9
2020-04-18T18:47:18.000Z
2020-04-18T18:52:41.000Z
Source/WebCore/Modules/mediastream/UserMediaRequest.cpp
ijsf/DeniseEmbeddableWebKit
57dfc6783d60f8f59b7129874e60f84d8c8556c9
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (C) 2011 Ericsson AB. All rights reserved. * Copyright (C) 2012 Google Inc. All rights reserved. * Copyright (C) 2013-2016 Apple Inc. All rights reserved. * Copyright (C) 2013 Nokia Corporation and/or its subsidiary(-ies). * * Redistribution and use in source and binary forms, with or without * mo...
39.283465
218
0.725095
ijsf
069f90d812c4e896df97ae47b01f2965085a167a
2,223
cpp
C++
codeforces/107/107_2_B_PhoneNumbers.cpp
ibudiselic/contest-problem-solutions
88082981b4d87da843472e3ca9ed5f4c42b3f0aa
[ "BSD-2-Clause" ]
3
2015-05-25T06:24:37.000Z
2016-09-10T07:58:00.000Z
codeforces/107/107_2_B_PhoneNumbers.cpp
ibudiselic/contest-problem-solutions
88082981b4d87da843472e3ca9ed5f4c42b3f0aa
[ "BSD-2-Clause" ]
null
null
null
codeforces/107/107_2_B_PhoneNumbers.cpp
ibudiselic/contest-problem-solutions
88082981b4d87da843472e3ca9ed5f4c42b3f0aa
[ "BSD-2-Clause" ]
5
2015-05-25T06:24:40.000Z
2021-08-19T19:22:29.000Z
#include <cassert> #include <vector> #include <algorithm> #include <iostream> #include <cstdio> #include <cstdlib> #include <cmath> #include <string> #include <cstring> using namespace std; bool is_taxi(const string &s) { char c = s[0]; for (int i=0; i<(int)s.size(); ++i) { if (s[i]!='-' && s[i]!=c) {...
21.794118
83
0.378767
ibudiselic
069fc06f0536f5d17e4a3d11d44229e222ac59df
353
cpp
C++
libraries/SoftI2CMaster-master/tests/baseline/mockup.cpp
TNCT-Mechatech/MotorController-Driver_v3
9a411de3bed4ea1675c93e051830ee208ca1a18e
[ "Apache-2.0" ]
1
2021-01-03T12:25:32.000Z
2021-01-03T12:25:32.000Z
libraries/SoftI2CMaster-master/tests/baseline/mockup.cpp
TNCT-Mechatech/MotorController-Driver_v3
9a411de3bed4ea1675c93e051830ee208ca1a18e
[ "Apache-2.0" ]
1
2020-12-17T09:22:12.000Z
2020-12-18T13:41:28.000Z
libraries/SoftI2CMaster-master/tests/baseline/mockup.cpp
TNCT-Mechatech/MotorController-Driver_v3
9a411de3bed4ea1675c93e051830ee208ca1a18e
[ "Apache-2.0" ]
1
2020-12-24T12:52:57.000Z
2020-12-24T12:52:57.000Z
#include <Arduino.h> #include "mockup.h" bool i2c_init(void) { return true; } bool i2c_start(uint8_t addr) { return true; } bool i2c_start_wait(uint8_t addr) { return true; } bool i2c_rep_start(uint8_t addr) { return true; } bool i2c_write(uint8_t data) { return true; } byte i2c_read(bool last) { ret...
9.289474
33
0.685552
TNCT-Mechatech
06a072af0aace1ccac7977593d0782b1de7111be
1,735
cpp
C++
MyMessengerQtClientCore/Entities/Account.cpp
prekel/MyMessengerQtClient
b2c7797c903a46e6f3aa99a8d0bf35ebc33fe58f
[ "MIT" ]
null
null
null
MyMessengerQtClientCore/Entities/Account.cpp
prekel/MyMessengerQtClient
b2c7797c903a46e6f3aa99a8d0bf35ebc33fe58f
[ "MIT" ]
null
null
null
MyMessengerQtClientCore/Entities/Account.cpp
prekel/MyMessengerQtClient
b2c7797c903a46e6f3aa99a8d0bf35ebc33fe58f
[ "MIT" ]
null
null
null
#include "Account.h" void Account::read(const QJsonObject& json) { AccountId = json["AccountId"].toInt(); RegistrationDateTime = QDateTime::fromString(json["RegistrationDateTime"].toString(), Qt::DateFormat::ISODate); LoginDateTime = QDateTime::fromString(json["LoginDateTime"].toString(), Qt::DateFormat::ISODate); ...
20.654762
143
0.700865
prekel
06a10b56bead05d586c4c0bd314ad64325389564
4,975
hpp
C++
murt/core/vec3.hpp
tamsri/murt
180dbb0d09ab50dfdaa1be843475f20a86651ea2
[ "MIT" ]
4
2021-06-19T08:38:47.000Z
2022-01-10T21:10:38.000Z
murt/core/vec3.hpp
tamsri/murt
180dbb0d09ab50dfdaa1be843475f20a86651ea2
[ "MIT" ]
1
2021-05-26T12:08:01.000Z
2021-05-26T12:08:01.000Z
murt/core/vec3.hpp
tamsri/murt
180dbb0d09ab50dfdaa1be843475f20a86651ea2
[ "MIT" ]
2
2022-01-24T11:04:46.000Z
2022-02-23T22:26:42.000Z
#ifndef VEC3_H #define VEC3_H #include <math.h> #include <set> #include <utility> #include <string> class Vec3 { public: float x_, y_, z_; // Constructor Vec3(void) : x_(0.0f), y_(0.0f), z_(0.0f){}; Vec3(float x, float y, float z) : x_(x), y_(y), z_(z){}; // Operators Vec3 operator+(const Vec...
24.268293
117
0.49005
tamsri
a6291b7b1882b22526611787fd273b7ff06914e7
1,383
cc
C++
tests/test_classifier.cc
CS126SP20/naive-bayes-pyanda2
d07b1b6c479ea8ca4ac5b07a23ad9a1e56f236f4
[ "MIT" ]
null
null
null
tests/test_classifier.cc
CS126SP20/naive-bayes-pyanda2
d07b1b6c479ea8ca4ac5b07a23ad9a1e56f236f4
[ "MIT" ]
null
null
null
tests/test_classifier.cc
CS126SP20/naive-bayes-pyanda2
d07b1b6c479ea8ca4ac5b07a23ad9a1e56f236f4
[ "MIT" ]
null
null
null
// Copyright (c) 2020 [Your Name]. All rights reserved. #define CATCH_CONFIG_MAIN #include <catch2/catch.hpp> #include <bayes/classifier.h> #include <bayes/image.h> using namespace bayes; // TODO(you): Remove this unnecessary test case. TEST_CASE("Sanity Check", "[addition]") { REQUIRE(1 + 1 == 2); } TEST_CASE("C...
31.431818
78
0.73102
CS126SP20
a629d599475b09f9977bf7aab47e096a0b73210d
2,202
hpp
C++
shift/proto/public/shift/proto/types.hpp
cspanier/shift
5b3b9be310155fbc57d165d06259b723a5728828
[ "Apache-2.0" ]
2
2018-11-28T18:14:08.000Z
2020-08-06T07:44:36.000Z
shift/proto/public/shift/proto/types.hpp
cspanier/shift
5b3b9be310155fbc57d165d06259b723a5728828
[ "Apache-2.0" ]
4
2018-11-06T21:01:05.000Z
2019-02-19T07:52:52.000Z
shift/proto/public/shift/proto/types.hpp
cspanier/shift
5b3b9be310155fbc57d165d06259b723a5728828
[ "Apache-2.0" ]
null
null
null
#ifndef SHIFT_PROTO_TYPES_HPP #define SHIFT_PROTO_TYPES_HPP #include <cstddef> #include <cstdint> #include <stdexcept> #include <type_traits> #include <utility> #include <memory> #include <variant> #include <vector> #include <string> #include <unordered_map> #include <utility> #include <shift/core/boost_disable_warnin...
22.02
80
0.758856
cspanier
a62a4dbde07419ba78195f1476fa18099b57be23
1,250
cpp
C++
KalmanFilterinCPP/KalmanFilterinCPP/recip.cpp
YDWWYD/MECH552-Project
7df8b583d3b4fcd46d71052dc72a767ea1440426
[ "MIT" ]
null
null
null
KalmanFilterinCPP/KalmanFilterinCPP/recip.cpp
YDWWYD/MECH552-Project
7df8b583d3b4fcd46d71052dc72a767ea1440426
[ "MIT" ]
null
null
null
KalmanFilterinCPP/KalmanFilterinCPP/recip.cpp
YDWWYD/MECH552-Project
7df8b583d3b4fcd46d71052dc72a767ea1440426
[ "MIT" ]
null
null
null
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * File: recip.c * * MATLAB Coder version : 3.4 * C/C++ source code generated on : 14-May-2018 23:15:0...
18.115942
73
0.5152
YDWWYD
a62d9d21400871b003977d5f4248c248b9318020
4,896
cpp
C++
c/src/recently_used_list.cpp
emilybache/RecentlyUsedList-Test-Design-Kata
c1550445cc2352e868f85c9986d964eed1cfcd46
[ "MIT" ]
1
2022-03-17T01:30:51.000Z
2022-03-17T01:30:51.000Z
c/src/recently_used_list.cpp
emilybache/RecentlyUsedList-Test-Design-Kata
c1550445cc2352e868f85c9986d964eed1cfcd46
[ "MIT" ]
null
null
null
c/src/recently_used_list.cpp
emilybache/RecentlyUsedList-Test-Design-Kata
c1550445cc2352e868f85c9986d964eed1cfcd46
[ "MIT" ]
null
null
null
#include <cstdlib> #include <vector> #include "recently_used_list.h" // A utility function to create a new Queue Node. The queue Node // will store the given 'pageNumber' QNode* newQNode(unsigned pageNumber) { // Allocate memory and assign 'pageNumber' QNode* temp = (QNode*)malloc(sizeof(QNode)); temp->pa...
25.904762
78
0.624387
emilybache
a62da07f811149d0e2be7f4c2209a16cede0f4e8
643
cpp
C++
knapsack-1.cpp
darksidergod/CompetitiveProgramming
ea0ee53bddd87e41b4586dd30c1d4a6b8ae3a93a
[ "MIT" ]
null
null
null
knapsack-1.cpp
darksidergod/CompetitiveProgramming
ea0ee53bddd87e41b4586dd30c1d4a6b8ae3a93a
[ "MIT" ]
null
null
null
knapsack-1.cpp
darksidergod/CompetitiveProgramming
ea0ee53bddd87e41b4586dd30c1d4a6b8ae3a93a
[ "MIT" ]
1
2020-10-03T19:48:05.000Z
2020-10-03T19:48:05.000Z
#include <bits/stdc++.h> #define ll long long using namespace std; int main(void) { ll int N, W, answer=-1; cin>>N>>W; ll int w[N+1]; ll int v[N+1]; w[0]=0; v[0]=0; for(ll int i=1; i<=N; i++) cin>>w[i]>>v[i]; ll int dp[N+1][W+1]; for(ll int j=0; j<=W; j++) dp[0][j]=0; for(ll int k=0; k<=N; k++) d...
14.613636
80
0.525661
darksidergod
a62dc89fd74c9eb7cbeda08d8f4f934f217b7809
113,625
cpp
C++
Sandbox/Eudora/compmsgd.cpp
dusong7/eudora-win
850a6619e6b0d5abc770bca8eb5f3b9001b7ccd2
[ "BSD-3-Clause-Clear" ]
10
2018-05-23T10:43:48.000Z
2021-12-02T17:59:48.000Z
Windows/Sandbox/Eudora/compmsgd.cpp
officialrafsan/EUDORA
bf43221f5663ec2338aaf90710a89d1490b92ed2
[ "MIT" ]
1
2019-03-19T03:56:36.000Z
2021-05-26T18:36:03.000Z
Windows/Sandbox/Eudora/compmsgd.cpp
officialrafsan/EUDORA
bf43221f5663ec2338aaf90710a89d1490b92ed2
[ "MIT" ]
11
2018-05-23T10:43:53.000Z
2021-12-27T15:42:58.000Z
// COMPMSGD.CPP // #include "stdafx.h" #include <afxcmn.h> #include <QCUtils.h> #include "resource.h" #include "rs.h" #include "helpxdlg.h" #include "doc.h" #include "cursor.h" #include "fileutil.h" #include "summary.h" #include "msgdoc.h" #include "compmsgd.h" #include "mdichild.h" #include "CompMessageFrame.h" #in...
24.66891
120
0.659107
dusong7
a62f729d76093475367b5d67c83a0bc5dc917b24
1,487
inl
C++
shared/source/xe_hp_core/os_agnostic_hw_info_config_xe_hp_core.inl
smorek-intel/compute-runtime
299e798159e55ccc198802b8eb114c91f8b8e85d
[ "Intel", "MIT" ]
null
null
null
shared/source/xe_hp_core/os_agnostic_hw_info_config_xe_hp_core.inl
smorek-intel/compute-runtime
299e798159e55ccc198802b8eb114c91f8b8e85d
[ "Intel", "MIT" ]
null
null
null
shared/source/xe_hp_core/os_agnostic_hw_info_config_xe_hp_core.inl
smorek-intel/compute-runtime
299e798159e55ccc198802b8eb114c91f8b8e85d
[ "Intel", "MIT" ]
null
null
null
/* * Copyright (C) 2021 Intel Corporation * * SPDX-License-Identifier: MIT * */ using namespace NEO; template <> bool HwInfoConfigHw<IGFX_XE_HP_SDV>::isMaxThreadsForWorkgroupWARequired(const HardwareInfo &hwInfo) const { const auto &hwInfoConfig = *HwInfoConfig::get(hwInfo.platform.eProductFamily); uint3...
29.156863
118
0.735037
smorek-intel
a630badf049af216a1eca7dc09f60766f96c7811
3,311
cpp
C++
lightdam/Camera.cpp
Wumpf/lightdam
5a007b5f5f7b3b391b4828d1f5b45d10fa586f99
[ "MIT" ]
1
2019-09-22T09:38:20.000Z
2019-09-22T09:38:20.000Z
lightdam/Camera.cpp
Wumpf/lightdam
5a007b5f5f7b3b391b4828d1f5b45d10fa586f99
[ "MIT" ]
null
null
null
lightdam/Camera.cpp
Wumpf/lightdam
5a007b5f5f7b3b391b4828d1f5b45d10fa586f99
[ "MIT" ]
null
null
null
#include "Camera.h" #define _USE_MATH_DEFINES #include <cmath> #include <Windows.h> using namespace DirectX; Camera::Camera() { } Camera::~Camera() { } void Camera::operator = (const Camera& camera) { memcpy(this, &camera, sizeof(Camera)); } bool Camera::operator ==(const Camera& camera) { return ...
30.657407
140
0.654485
Wumpf
a639165fdbf0ca22565494ef7e9c0418d245dfd8
19,399
cpp
C++
Src/Main.cpp
NauhWuun/GPU-Pathtracer
ffd0107ee58c489248b878ce8a7a09a17bb606df
[ "MIT" ]
1
2021-08-07T08:24:48.000Z
2021-08-07T08:24:48.000Z
Src/Main.cpp
NauhWuun/GPU-Pathtracer
ffd0107ee58c489248b878ce8a7a09a17bb606df
[ "MIT" ]
null
null
null
Src/Main.cpp
NauhWuun/GPU-Pathtracer
ffd0107ee58c489248b878ce8a7a09a17bb606df
[ "MIT" ]
null
null
null
#include <cstdio> #include <Imgui/imgui.h> #include "CUDA/CUDAContext.h" #include "Pathtracer/Pathtracer.h" #include "Input.h" #include "Window.h" #include "Util/Util.h" #include "Util/Random.h" #include "Util/PerfTest.h" #include "Util/ScopeTimer.h" extern "C" { _declspec(dllexport) unsigned NvOptimusEnablement ...
36.057621
161
0.696015
NauhWuun
a63b33e2ecaadffa43f66c6adafa352391fd18d2
1,418
hpp
C++
modules/logic/src/Logic/Cv/Core/gmLogicCvSum.hpp
GraphMIC/GraphMIC
8fc2aeb0143ee1292c6757f010fc9e8c68823e2b
[ "BSD-3-Clause" ]
43
2016-04-11T11:34:05.000Z
2022-03-31T03:37:57.000Z
modules/logic/src/Logic/Cv/Core/gmLogicCvSum.hpp
kevinlq/GraphMIC
8fc2aeb0143ee1292c6757f010fc9e8c68823e2b
[ "BSD-3-Clause" ]
1
2016-05-17T12:58:16.000Z
2016-05-17T12:58:16.000Z
modules/logic/src/Logic/Cv/Core/gmLogicCvSum.hpp
kevinlq/GraphMIC
8fc2aeb0143ee1292c6757f010fc9e8c68823e2b
[ "BSD-3-Clause" ]
14
2016-05-13T20:23:16.000Z
2021-12-20T10:33:19.000Z
#pragma once #include "gmLogicCvBase.hpp" namespace gm { namespace Logic { namespace Cv { class Sum : public Base { public: struct ID { static constexpr auto input = "input"; static cons...
29.541667
114
0.423131
GraphMIC
a63e7bf479e4bd69c6697de0b34a461cf8d9c84a
6,320
cpp
C++
unit_tests/gtest_colorhdr.cpp
bigplayszn/nCine
43f5fe8e82e9daa21e4d1feea9ca41ed4cce7454
[ "MIT" ]
675
2019-05-28T19:00:55.000Z
2022-03-31T16:44:28.000Z
unit_tests/gtest_colorhdr.cpp
bigplayszn/nCine
43f5fe8e82e9daa21e4d1feea9ca41ed4cce7454
[ "MIT" ]
13
2020-03-29T06:46:32.000Z
2022-01-29T03:19:30.000Z
unit_tests/gtest_colorhdr.cpp
bigplayszn/nCine
43f5fe8e82e9daa21e4d1feea9ca41ed4cce7454
[ "MIT" ]
53
2019-06-02T03:04:10.000Z
2022-03-11T06:17:50.000Z
#include "gtest_color.h" namespace { class ColorHdrTest : public ::testing::Test { public: ColorHdrTest() : col1_(5.0f, 5.0f, 5.0f), col2_(2.5f, 3.3f, 2.5f) {} nc::ColorHdr col1_; nc::ColorHdr col2_; }; const float red = 0.25f; const float green = 0.5f; const float blue = 0.75f; TEST_F(ColorHdrTest, Defa...
26.666667
86
0.691139
bigplayszn
a642cf720ca34e90ea73fad1756766741a67052b
16,282
cpp
C++
datarecorder/datarecorder.cpp
kknet/JSTrader
22e280275ca98216ad0ab05c0ec4a471dd9545fd
[ "MIT" ]
33
2017-08-25T09:27:53.000Z
2021-04-11T06:20:44.000Z
datarecorder/datarecorder.cpp
mcFore/JSTrader
ad7eeafa097a2e6564efa5be6c63718f0d1515ea
[ "MIT" ]
null
null
null
datarecorder/datarecorder.cpp
mcFore/JSTrader
ad7eeafa097a2e6564efa5be6c63718f0d1515ea
[ "MIT" ]
24
2017-07-11T04:18:53.000Z
2021-06-14T01:46:41.000Z
#include"datarecorder.h" #if _MSC_VER >= 1600 #pragma execution_character_set("utf-8") #endif Datarecorder::Datarecorder(EventEngine *eventengine) :connectStatus(false) { my_logger = spdlog::rotating_logger_mt("Datarecorder", "logs/datarecorder.txt", 1048576 * 10, 3); my_logger->flush_on(spdlog::level::in...
43.418667
222
0.667056
kknet
a6430246ecf22cd7961b0171a56b075ee2e0243d
943
hpp
C++
addons/modules/attributes/dynamicOwnerNoSyncToolbox.hpp
Krzyciu/A3CS
b7144fc9089b5ded6e37cc1fad79b1c2879521be
[ "MIT" ]
1
2020-06-07T00:45:49.000Z
2020-06-07T00:45:49.000Z
addons/modules/attributes/dynamicOwnerNoSyncToolbox.hpp
Krzyciu/A3CS
b7144fc9089b5ded6e37cc1fad79b1c2879521be
[ "MIT" ]
27
2020-05-24T11:09:56.000Z
2020-05-25T12:28:10.000Z
addons/modules/attributes/dynamicOwnerNoSyncToolbox.hpp
Krzyciu/A3CS
b7144fc9089b5ded6e37cc1fad79b1c2879521be
[ "MIT" ]
2
2020-05-31T08:52:45.000Z
2021-04-16T23:16:37.000Z
class GVAR(dynamicOwnerNoSyncToolbox): GVAR(dynamicToolboxPicture) { class Controls: Controls { class Title: Title {}; class Value: Value { columns = 5; strings[] = { "\a3\3DEN\Data\Displays\Display3DEN\PanelRight\side_custom_ca.paa", "\a3\3DE...
36.269231
83
0.529162
Krzyciu
a644201bd9e4c28dd080b11db831bb19f9cbac43
18,564
cc
C++
src/dsfs.cc
hspabla/DFS-FUSE
a47e30616f31a78fba23b2b1b0ddb25c97c7beea
[ "Apache-2.0" ]
3
2020-04-08T10:32:44.000Z
2022-02-17T07:04:07.000Z
src/dsfs.cc
hspabla/DFS-FUSE
a47e30616f31a78fba23b2b1b0ddb25c97c7beea
[ "Apache-2.0" ]
1
2019-10-25T12:24:20.000Z
2019-10-25T12:24:20.000Z
src/dsfs.cc
hspabla/DFS-FUSE
a47e30616f31a78fba23b2b1b0ddb25c97c7beea
[ "Apache-2.0" ]
null
null
null
#include "../include/dsfs.hh" #include "../include/clientHelper.h" DSFS* DSFS::_instance = NULL; DSFS* DSFS::Instance() { if(_instance == NULL) { _instance = new DSFS(); } return _instance; } DSFS::DSFS() { } DSFS::~DSFS() { } void DSFS::AbsPath(char dest[PATH_MAX], const char *path) { log_msg("dsfs_AbsPat...
32.454545
117
0.579347
hspabla
a64982518fd37d4344f8bb781164e9dade793331
421
cpp
C++
acmicpc.net/11931.cpp
kbu1564/SimpleAlgorithm
7e5b0d2fe19461417d88de0addd2235da55787d3
[ "MIT" ]
4
2016-04-15T07:54:39.000Z
2021-01-11T09:02:16.000Z
acmicpc.net/11931.cpp
kbu1564/SimpleAlgorithm
7e5b0d2fe19461417d88de0addd2235da55787d3
[ "MIT" ]
null
null
null
acmicpc.net/11931.cpp
kbu1564/SimpleAlgorithm
7e5b0d2fe19461417d88de0addd2235da55787d3
[ "MIT" ]
null
null
null
#include <cstdio> #include <iostream> #include <cmath> using namespace std; int MRR[1000001]; int ARR[1000001]; int main() { int N; scanf("%d", &N); for (int i = 0; i < N; i++) { int v; scanf("%d", &v); if (v >= 0) ARR[v] = 1; else MRR[abs(v)] = 1; } for (int i = 1000000; i >= 0; i--) if (ARR[i] == 1) print...
21.05
72
0.515439
kbu1564
a64a8c758508c40047a7961addc7187ab1f5db36
52,483
cpp
C++
src/openssl.cpp
selfienetworks/COSE-C
97d1805e71b7a6770093c5e6790d46611680d563
[ "BSD-3-Clause" ]
25
2016-07-15T12:11:42.000Z
2021-11-19T20:52:46.000Z
src/openssl.cpp
selfienetworks/COSE-C
97d1805e71b7a6770093c5e6790d46611680d563
[ "BSD-3-Clause" ]
96
2015-09-04T05:12:01.000Z
2021-12-30T08:39:56.000Z
src/openssl.cpp
selfienetworks/COSE-C
97d1805e71b7a6770093c5e6790d46611680d563
[ "BSD-3-Clause" ]
21
2015-05-27T03:27:21.000Z
2021-08-10T15:10:10.000Z
#include "cose/cose.h" #include "cose/cose_configure.h" #include "cose_int.h" #include "cose_crypto.h" #include <assert.h> #ifdef __MBED__ #include <string.h> #else #include <memory.h> #endif #include <stdbool.h> #ifdef COSE_C_USE_OPENSSL #include <openssl/evp.h> #include <openssl/aes.h> #include <openssl/cmac.h> #i...
25.256497
135
0.696854
selfienetworks
a64b7d60200521c94ee726e28de605f7ab0c6e30
10,756
cpp
C++
src/org/apache/poi/sl/usermodel/SlideShowFactory.cpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
src/org/apache/poi/sl/usermodel/SlideShowFactory.cpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
src/org/apache/poi/sl/usermodel/SlideShowFactory.cpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
// Generated from /POI/java/org/apache/poi/sl/usermodel/SlideShowFactory.java #include <org/apache/poi/sl/usermodel/SlideShowFactory.hpp> #include <java/io/File.hpp> #include <java/io/FileNotFoundException.hpp> #include <java/io/IOException.hpp> #include <java/io/InputStream.hpp> #include <java/io/Serializable.hpp> #i...
40.284644
225
0.656378
pebble2015
a64b9aaa8ff91e7cc8c1584350da1f8183dff460
247
hh
C++
C++/C++ Primer/my-notes/chapter15/Base.hh
Jonathan1214/myCollege
a3c233d95b95a9f6070c0743964e1243aa5f15aa
[ "MIT" ]
3
2018-10-07T01:30:52.000Z
2021-04-13T10:45:20.000Z
C++/C++ Primer/my-notes/chapter15/Base.hh
Jonathan1214/myCollege
a3c233d95b95a9f6070c0743964e1243aa5f15aa
[ "MIT" ]
null
null
null
C++/C++ Primer/my-notes/chapter15/Base.hh
Jonathan1214/myCollege
a3c233d95b95a9f6070c0743964e1243aa5f15aa
[ "MIT" ]
null
null
null
#ifndef _BASE_ #define _BASE_ class Base { public: virtual int fcn(); }; class D1 : public Base { public: int fcn(int); virtual void f2(); }; class D2 : public D1 { public: int fcn(int); int fcn(); void f2(); }; #endif
9.5
22
0.582996
Jonathan1214
a64bbb7c5f002b0b3c38013d58452b676f93cc34
11,980
cpp
C++
src/asiTestEngine/asiTestEngine_Launcher.cpp
yeeeeeeti/3D_feature_extract
6297daa8afaac09aef9b44858e74fb2a95e1e7c5
[ "BSD-3-Clause" ]
null
null
null
src/asiTestEngine/asiTestEngine_Launcher.cpp
yeeeeeeti/3D_feature_extract
6297daa8afaac09aef9b44858e74fb2a95e1e7c5
[ "BSD-3-Clause" ]
null
null
null
src/asiTestEngine/asiTestEngine_Launcher.cpp
yeeeeeeti/3D_feature_extract
6297daa8afaac09aef9b44858e74fb2a95e1e7c5
[ "BSD-3-Clause" ]
null
null
null
//----------------------------------------------------------------------------- // Created on: 11 June 2013 //----------------------------------------------------------------------------- // Copyright (c) 2013-present, Sergey Slyadnev // All rights reserved. // // Redistribution and use in source and binary forms, with...
33.841808
123
0.609432
yeeeeeeti
a6503ef30e992a32ee3f889f8c0dd2d1dd763b8c
236
cpp
C++
auto_type4.cpp
zyfjeff/utils_code
034b1a0ff9ae4f7cebafdd7cfa464cc52119ab24
[ "Apache-2.0" ]
null
null
null
auto_type4.cpp
zyfjeff/utils_code
034b1a0ff9ae4f7cebafdd7cfa464cc52119ab24
[ "Apache-2.0" ]
null
null
null
auto_type4.cpp
zyfjeff/utils_code
034b1a0ff9ae4f7cebafdd7cfa464cc52119ab24
[ "Apache-2.0" ]
1
2020-02-21T17:16:50.000Z
2020-02-21T17:16:50.000Z
#include <iostream> #include <typeinfo> using namespace std; auto AutoFunctionFromReturn(int parameter)->int // 这里需要加 { return parameter; } int main() { auto value = AutoFunctionFromReturn(1); cout << value << endl; return 0; }
13.111111
56
0.707627
zyfjeff
a651934b16a29953a044c971fd6b9085f7d48f22
6,185
cpp
C++
src/karm-base/tests/vec.cpp
sthagen/skiftOS-skift
f016985c7673b9b677b6ecbf32f228eb08ea7e93
[ "MIT" ]
18
2018-08-09T15:36:23.000Z
2019-03-01T10:39:43.000Z
src/karm-base/tests/vec.cpp
sthagen/skiftOS-skift
f016985c7673b9b677b6ecbf32f228eb08ea7e93
[ "MIT" ]
12
2018-09-05T10:18:47.000Z
2019-03-02T17:21:34.000Z
src/karm-base/tests/vec.cpp
sthagen/skiftOS-skift
f016985c7673b9b677b6ecbf32f228eb08ea7e93
[ "MIT" ]
3
2018-12-17T04:15:16.000Z
2019-03-01T02:53:40.000Z
#include <karm-test/macros.h> #include "../vec.h" template <typename V> Error test_vec(Driver &_driver) { describe$("constructor") { it$("should be empty when created") { V v; expectEq$(v.len(), 0uz); expectEq$(v.cap(), 0uz); } it$("should be copyable"...
24.939516
81
0.406467
sthagen
a6521365b51d140e0567ca8d54cfc56d17d21397
1,986
cpp
C++
folderviewstyleditemdelegate.cpp
haraki/farman
9aab8cfdd3f9d98f3be8dfddd6bad8451ea27297
[ "MIT" ]
5
2018-08-19T05:45:45.000Z
2020-10-09T09:37:57.000Z
folderviewstyleditemdelegate.cpp
haraki/farman
9aab8cfdd3f9d98f3be8dfddd6bad8451ea27297
[ "MIT" ]
95
2018-04-26T12:13:24.000Z
2020-05-03T08:23:56.000Z
folderviewstyleditemdelegate.cpp
haraki/farman
9aab8cfdd3f9d98f3be8dfddd6bad8451ea27297
[ "MIT" ]
1
2018-08-19T05:46:02.000Z
2018-08-19T05:46:02.000Z
#include "folderviewstyleditemdelegate.h" #include <QStyleOptionViewItem> #include <QModelIndex> #include <QDebug> #include <QPainter> #include <QApplication> #include "folderview.h" #include "default_settings.h" namespace Farman { FolderViewStyledItemDelegate::FolderViewStyledItemDelegate(QObject *parent/* = Q_NUL...
32.557377
130
0.721047
haraki
a655057314f964bd57dec37dc61e690c3e832c28
3,134
cpp
C++
src/Media/MediaJoystick.cpp
mushware/adanaxis-core-app
679ac3e8a122e059bb208e84c73efc19753e87dd
[ "MIT" ]
9
2020-11-02T17:20:40.000Z
2021-12-25T15:35:36.000Z
src/Media/MediaJoystick.cpp
mushware/adanaxis-core-app
679ac3e8a122e059bb208e84c73efc19753e87dd
[ "MIT" ]
2
2020-06-27T23:14:13.000Z
2020-11-02T17:28:32.000Z
src/Media/MediaJoystick.cpp
mushware/adanaxis-core-app
679ac3e8a122e059bb208e84c73efc19753e87dd
[ "MIT" ]
1
2021-05-12T23:05:42.000Z
2021-05-12T23:05:42.000Z
//%Header { /***************************************************************************** * * File: src/Media/MediaJoystick.cpp * * Copyright: Andy Southgate 2002-2007, 2020 * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (th...
32.989474
107
0.63178
mushware
a6576b33211fd24b91c195d9a4b0681a4792bdd2
3,998
hpp
C++
Engine/_Editor/_Headers/ZEditorScene.hpp
gitbetter/Zenith
62092062cad4dda588bfd699185d6ce9be294e63
[ "MIT" ]
15
2019-04-06T15:45:24.000Z
2021-02-01T08:04:10.000Z
Engine/_Editor/_Headers/ZEditorScene.hpp
gitbetter/Zenith
62092062cad4dda588bfd699185d6ce9be294e63
[ "MIT" ]
1
2021-02-03T17:55:07.000Z
2021-02-18T09:14:09.000Z
Engine/_Editor/_Headers/ZEditorScene.hpp
gitbetter/Zenith
62092062cad4dda588bfd699185d6ce9be294e63
[ "MIT" ]
null
null
null
/* ______ ______ __ __ __ ______ __ __ /\___ \ /\ ___\ /\ "-.\ \ /\ \ /\__ _\ /\ \_\ \ \/_/ /__ \ \ __\ \ \ \-. \ \ \ \ \/_/\ \/ \ \ __ \ /\_____\ \ \_____\ \ \_\" \_\ \ \_\ \ \_\ \ \_\ \_\ \/_____/ \/_____/ \/_/ \/_/ \/_/ \/_/ \/_/\/_/ ZEdit...
36.345455
116
0.654827
gitbetter
a65835ca2520fef163c9611fce789cae6d60c183
6,886
cpp
C++
web/httpd/modules/regexp/module.cpp
jjzhang166/balancer
84addf52873d8814b8fd30289f2fcfcec570c151
[ "Unlicense" ]
39
2015-03-12T19:49:24.000Z
2020-11-11T09:58:15.000Z
web/httpd/modules/regexp/module.cpp
jjzhang166/balancer
84addf52873d8814b8fd30289f2fcfcec570c151
[ "Unlicense" ]
null
null
null
web/httpd/modules/regexp/module.cpp
jjzhang166/balancer
84addf52873d8814b8fd30289f2fcfcec570c151
[ "Unlicense" ]
11
2016-01-14T16:42:00.000Z
2022-01-17T11:47:33.000Z
#include "module.h" #include <web/httpd/kernel/http.h> #include <web/httpd/kernel/errors.h> #include <web/httpd/kernel/module.h> #include <web/httpd/kernel/config.h> #include <web/httpd/kernel/rewind.h> #include <web/httpd/kernel/concat.h> #include <web/httpd/kernel/regexp.h> #include <web/httpd/kernel/precharge.h> #...
24.246479
98
0.495498
jjzhang166
a6590ec1cceebe921dadc73b52144e76b4c6975a
16,373
cpp
C++
src/vlGraphics/PolygonSimplifier.cpp
Abergard/VisualizationLibrary
d2a0e321288152008957e29a0bc270ad192f75be
[ "BSD-2-Clause" ]
281
2016-04-16T14:11:04.000Z
2022-03-24T14:48:52.000Z
src/vlGraphics/PolygonSimplifier.cpp
Abergard/VisualizationLibrary
d2a0e321288152008957e29a0bc270ad192f75be
[ "BSD-2-Clause" ]
91
2016-04-20T19:55:45.000Z
2022-01-04T02:59:33.000Z
src/vlGraphics/PolygonSimplifier.cpp
Abergard/VisualizationLibrary
d2a0e321288152008957e29a0bc270ad192f75be
[ "BSD-2-Clause" ]
83
2016-04-26T01:28:40.000Z
2022-03-21T13:23:55.000Z
/**************************************************************************************/ /* */ /* Visualization Library */ /* http://visualizationlibrary.org ...
39.263789
166
0.593599
Abergard
a6595adde3d6b93d3913fbebff5b2b8ad03bc41b
1,753
hpp
C++
DBHandler/Tests/SerializableMapBT.hpp
kamilrakoczy/j-pet-framework
4a0761bc8996dd5076575e996003c11f4110db44
[ "Apache-2.0" ]
null
null
null
DBHandler/Tests/SerializableMapBT.hpp
kamilrakoczy/j-pet-framework
4a0761bc8996dd5076575e996003c11f4110db44
[ "Apache-2.0" ]
1
2018-02-10T18:04:38.000Z
2018-02-10T18:20:09.000Z
DBHandler/Tests/SerializableMapBT.hpp
kamilrakoczy/j-pet-framework
4a0761bc8996dd5076575e996003c11f4110db44
[ "Apache-2.0" ]
null
null
null
// Serializable Map Boost Test - SerializableMapBT.hpp (Wrapper) #ifndef SERIALIZABLE_MAP_BT_HPP #define SERIALIZABLE_MAP_BT_HPP #include "DBHandlerHelper.cpp" namespace DB { namespace TEST { template <typename MAP_TYPE > class SerializableMapBT : public boost::noncopyable { protected: SERVICES::DBHandler &m_dbH...
23.065789
116
0.722761
kamilrakoczy
a65cf4fac616f84ee5686cdf183ce1da777aab80
5,461
cc
C++
platform/store/common/backend/versionstore.cc
UWSysLab/diamond
1beec323c084d9d477c770ca6b9625c8f5682a39
[ "MIT" ]
19
2016-08-22T23:54:24.000Z
2021-03-19T08:08:35.000Z
platform/store/common/backend/versionstore.cc
UWSysLab/diamond
1beec323c084d9d477c770ca6b9625c8f5682a39
[ "MIT" ]
3
2020-12-02T18:29:32.000Z
2021-06-23T20:26:09.000Z
platform/store/common/backend/versionstore.cc
UWSysLab/diamond
1beec323c084d9d477c770ca6b9625c8f5682a39
[ "MIT" ]
5
2017-01-25T19:31:49.000Z
2018-07-25T05:08:19.000Z
// -*- mode: c++; c-file-style: "k&r"; c-basic-offset: 4 -*- // vim: set ts=4 sw=4: /*********************************************************************** * * store/common/backend/versionstore.cc: * Timestamped version store * * Copyright 2015 Irene Zhang <iyzhang@cs.washington.edu> * * Permission is hereby ...
27.305
98
0.586889
UWSysLab
a6654e1f78372c7ac1fb2aabd3a6b2dee5cb7d49
1,835
hpp
C++
include/codegen/include/System/Runtime/Remoting/Channels/CrossAppDomainSink_ProcessMessageRes.hpp
Futuremappermydud/Naluluna-Modifier-Quest
bfda34370764b275d90324b3879f1a429a10a873
[ "MIT" ]
1
2021-11-12T09:29:31.000Z
2021-11-12T09:29:31.000Z
include/codegen/include/System/Runtime/Remoting/Channels/CrossAppDomainSink_ProcessMessageRes.hpp
Futuremappermydud/Naluluna-Modifier-Quest
bfda34370764b275d90324b3879f1a429a10a873
[ "MIT" ]
null
null
null
include/codegen/include/System/Runtime/Remoting/Channels/CrossAppDomainSink_ProcessMessageRes.hpp
Futuremappermydud/Naluluna-Modifier-Quest
bfda34370764b275d90324b3879f1a429a10a873
[ "MIT" ]
2
2021-10-03T02:14:20.000Z
2021-11-12T09:29:36.000Z
// Autogenerated from CppHeaderCreator on 7/27/2020 3:09:49 PM // Created by Sc2ad // ========================================================================= #pragma once #pragma pack(push, 8) // Begin includes #include "utils/typedefs.h" // Including type: System.ValueType #include "System/ValueType.hpp" // Includin...
48.289474
182
0.749864
Futuremappermydud
a667888f2ed3d722bf3d820ade6028a8f126e53b
278
hpp
C++
include/gdbplz/expression.hpp
milleniumbug/gdbplz
f3082890455bccf6465ca6640245b8b10b1311e4
[ "MIT" ]
3
2016-04-06T14:01:28.000Z
2018-06-30T00:19:03.000Z
include/gdbplz/expression.hpp
milleniumbug/gdbplz
f3082890455bccf6465ca6640245b8b10b1311e4
[ "MIT" ]
null
null
null
include/gdbplz/expression.hpp
milleniumbug/gdbplz
f3082890455bccf6465ca6640245b8b10b1311e4
[ "MIT" ]
1
2018-11-10T13:05:11.000Z
2018-11-10T13:05:11.000Z
#ifndef GDBPLZ_EXPRESSION_HPP_F452FB1B00034F0B81FC533F15A5B280 #define GDBPLZ_EXPRESSION_HPP_F452FB1B00034F0B81FC533F15A5B280 #include <memory> namespace gdbplz { class expression { virtual ~expression() {} virtual std::unique_ptr<expression> freeze() = 0; }; } #endif
18.533333
62
0.798561
milleniumbug
a6680f83a5eea14a545ca6cb857085859bde955c
31,889
cc
C++
Source/Plugins/GraphicsPlugins/BladeTerrain/source/index_generator/OptimizedIndexGenerator.cc
OscarGame/blade
6987708cb011813eb38e5c262c7a83888635f002
[ "MIT" ]
146
2018-12-03T08:08:17.000Z
2022-03-21T06:04:06.000Z
Source/Plugins/GraphicsPlugins/BladeTerrain/source/index_generator/OptimizedIndexGenerator.cc
huangx916/blade
3fa398f4d32215bbc7e292d61e38bb92aad1ee1c
[ "MIT" ]
1
2019-01-18T03:35:49.000Z
2019-01-18T03:36:08.000Z
Source/Plugins/GraphicsPlugins/BladeTerrain/source/index_generator/OptimizedIndexGenerator.cc
huangx916/blade
3fa398f4d32215bbc7e292d61e38bb92aad1ee1c
[ "MIT" ]
31
2018-12-03T10:32:43.000Z
2021-10-04T06:31:44.000Z
/******************************************************************** created: 2013/10/13 filename: OptimizedIndexGenerator.cc author: Crazii purpose: *********************************************************************/ #include <BladePCH.h> #include "OptimizedIndexGenerator.h" #include <interface/public/graph...
30.810628
145
0.547901
OscarGame
a66ad462e19fabad3e4659b26ada9db290f4c8a9
10,561
cpp
C++
src/library/tactic/apply_tactic.cpp
javra/lean
cc70845332e63a1f1be21dc1f96d17269fc85909
[ "Apache-2.0" ]
130
2016-12-02T22:46:10.000Z
2022-03-22T01:09:48.000Z
src/library/tactic/apply_tactic.cpp
soonhokong/lean
38607e3eb57f57f77c0ac114ad169e9e4262e24f
[ "Apache-2.0" ]
8
2017-05-03T01:21:08.000Z
2020-02-25T11:38:05.000Z
src/library/tactic/apply_tactic.cpp
soonhokong/lean
38607e3eb57f57f77c0ac114ad169e9e4262e24f
[ "Apache-2.0" ]
28
2016-12-02T22:46:20.000Z
2022-03-18T21:28:20.000Z
/* Copyright (c) 2013-2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ #include <utility> #include "util/lazy_list_fn.h" #include "util/sstream.h" #include "util/name_map.h" #include "util/sexpr/option_declarations.h" #inc...
40.619231
149
0.576745
javra
a66adb1c16fd0bfa4724da786cd977293277fb31
4,363
cpp
C++
example-Sliders/src/ofApp.cpp
leozimmerman/ofxUI
4145d50dca66791aa8ea6056504647ccebc3e366
[ "MIT" ]
169
2015-01-07T10:03:49.000Z
2021-11-22T18:21:32.000Z
example-Sliders/src/ofApp.cpp
leozimmerman/ofxUI
4145d50dca66791aa8ea6056504647ccebc3e366
[ "MIT" ]
39
2015-01-06T14:06:01.000Z
2018-07-11T22:32:06.000Z
example-Sliders/src/ofApp.cpp
leozimmerman/ofxUI
4145d50dca66791aa8ea6056504647ccebc3e366
[ "MIT" ]
91
2015-01-02T06:23:26.000Z
2021-10-21T01:56:51.000Z
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup() { ofEnableSmoothing(); ofSetCircleResolution(60); red = 100; blue = 100; green = 100; drawPadding = false; gui0 = new ofxUISuperCanvas("SLIDER WIDGETS"); gui0->addSpacer(); gui...
26.442424
80
0.482237
leozimmerman
a66dc20b861942c9889eeb54ff2b92dbb283ac2e
1,014
cpp
C++
tutorial/ComponentTemplate.cpp
b-com-software-basis/xpcf
26ce21929ff6209ef69117270cf49844348c988f
[ "Apache-2.0" ]
null
null
null
tutorial/ComponentTemplate.cpp
b-com-software-basis/xpcf
26ce21929ff6209ef69117270cf49844348c988f
[ "Apache-2.0" ]
7
2020-02-13T20:35:16.000Z
2021-11-19T17:46:15.000Z
tutorial/ComponentTemplate.cpp
b-com-software-basis/xpcf
26ce21929ff6209ef69117270cf49844348c988f
[ "Apache-2.0" ]
1
2018-02-26T14:10:43.000Z
2018-02-26T14:10:43.000Z
/** * @copyright Copyright (c) 2015 All Right Reserved, B-com http://www.b-com.com/ * * This file is subject to the B<>Com License. * All other rights reserved. * * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE * IMPL...
22.043478
87
0.728797
b-com-software-basis
a6790168e40a8861011a8b0435d35a05fa5e1b93
25,693
cpp
C++
src/hs-appinfo.cpp
hungsonspkt/agl-service-homescreen
c02e6e5e45c152c6939033e13a159ed35fbd7ee2
[ "Apache-2.0" ]
null
null
null
src/hs-appinfo.cpp
hungsonspkt/agl-service-homescreen
c02e6e5e45c152c6939033e13a159ed35fbd7ee2
[ "Apache-2.0" ]
null
null
null
src/hs-appinfo.cpp
hungsonspkt/agl-service-homescreen
c02e6e5e45c152c6939033e13a159ed35fbd7ee2
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2019 TOYOTA MOTOR CORPORATION * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
26.84744
270
0.584517
hungsonspkt
a67aff0b70d536deeca852f6eba310fb53c60a90
3,719
hpp
C++
badger/include/Badger.hpp
projetpeip-montp2/badger
fc12b8fe2889a0a3c9a9d5503dcfe55ab8d37cbc
[ "BSD-3-Clause" ]
null
null
null
badger/include/Badger.hpp
projetpeip-montp2/badger
fc12b8fe2889a0a3c9a9d5503dcfe55ab8d37cbc
[ "BSD-3-Clause" ]
2
2021-01-22T13:58:53.000Z
2021-01-22T13:59:08.000Z
badger/include/Badger.hpp
projetpeip-montp2/badger
fc12b8fe2889a0a3c9a9d5503dcfe55ab8d37cbc
[ "BSD-3-Clause" ]
null
null
null
//////////////////////////////////////////////////////////// // Copyright (c) 2012 Polytech Montpellier // 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 co...
29.515873
119
0.623824
projetpeip-montp2
a67c3a58abab9a4a13607b8d0f8192cf599b684a
1,989
hpp
C++
libraries/config/include/config/state_api_config.hpp
Taraxa-project/taraxa-node
de720448774d0a59be5f7c789eab6f1f2e202c0d
[ "MIT" ]
21
2021-01-14T07:17:21.000Z
2022-03-23T13:57:22.000Z
libraries/config/include/config/state_api_config.hpp
Taraxa-project/taraxa-node
de720448774d0a59be5f7c789eab6f1f2e202c0d
[ "MIT" ]
695
2021-01-11T21:00:46.000Z
2022-03-31T09:06:26.000Z
libraries/config/include/config/state_api_config.hpp
Taraxa-project/taraxa-node
de720448774d0a59be5f7c789eab6f1f2e202c0d
[ "MIT" ]
10
2021-02-08T19:51:01.000Z
2022-03-20T13:45:49.000Z
#pragma once #include <string> #include <unordered_map> #include "common/encoding_rlp.hpp" #include "common/types.hpp" namespace taraxa::state_api { static constexpr auto BlockNumberNIL = std::numeric_limits<EthBlockNumber>::max(); struct ETHChainConfig { EthBlockNumber homestead_block = 0; EthBlockNumber dao_...
24.8625
82
0.774761
Taraxa-project
a67ca19a3a7883f77d0f8a248526df357bececc4
1,517
hpp
C++
Game/Game/src/ResultScene.hpp
ParachanActionGame-Project/KurachanActionGame
af85abcf3c9554f04cacd8686140eb59242463ae
[ "BSD-2-Clause" ]
null
null
null
Game/Game/src/ResultScene.hpp
ParachanActionGame-Project/KurachanActionGame
af85abcf3c9554f04cacd8686140eb59242463ae
[ "BSD-2-Clause" ]
10
2021-09-24T11:40:45.000Z
2021-10-30T04:59:13.000Z
Game/Game/src/ResultScene.hpp
ParachanActionGame-Project/KurachanActionGame
af85abcf3c9554f04cacd8686140eb59242463ae
[ "BSD-2-Clause" ]
null
null
null
 # pragma once # include "Common.hpp" # include "ResultKurachan.hpp" # include <vector> using namespace result; // リザルトシーン // ぱらちゃんを1匹泳がせる。等速直線運動で、スクリーン端で跳ね返る class ResultScene : public MyApp::Scene { private: std::vector<ResultKurachan> parachans { ResultKurachan(Scene::Center(), SMALL, Vec2(100.0, 50.0)), R...
27.089286
87
0.700066
ParachanActionGame-Project
a67cda1ff4ac3f146f7f2fb374582b4722164464
326
cpp
C++
plugins/peperoni/common/main.cpp
hveld/qlcplus
1dd61a5a3a2c93d7fe88cd2a90574c4849b64829
[ "Apache-2.0" ]
1
2015-03-03T17:30:10.000Z
2015-03-03T17:30:10.000Z
plugins/peperoni/common/main.cpp
bjlupo/rcva_qlcplus
d367d33f5446c30d5201625e72946cc27f55ae5d
[ "Apache-2.0" ]
null
null
null
plugins/peperoni/common/main.cpp
bjlupo/rcva_qlcplus
d367d33f5446c30d5201625e72946cc27f55ae5d
[ "Apache-2.0" ]
null
null
null
#include <QCoreApplication> #if defined(WIN32) || defined(Q_OS_WIN) # include "win32ioenumerator.h" #else # include "unixioenumerator.h" #endif int main(int argc, char** argv) { QCoreApplication a(argc, argv); #ifdef WIN32 Win32IOEnumerator e; #else UnixIOEnumerator e; #endif e.rescan(); return...
17.157895
39
0.690184
hveld
a6829ae308c10372abd45d1a6b4923baf43429b0
12,733
cpp
C++
source/D2Common/src/DataTbls/MissilesTbls.cpp
eezstreet/D2MOO
28a30aecc69bf43c80e6757a94d533fb37634b68
[ "MIT" ]
42
2020-12-26T00:21:49.000Z
2022-03-21T03:48:03.000Z
source/D2Common/src/DataTbls/MissilesTbls.cpp
eezstreet/D2MOO
28a30aecc69bf43c80e6757a94d533fb37634b68
[ "MIT" ]
24
2020-12-26T09:46:51.000Z
2021-09-05T16:22:43.000Z
source/D2Common/src/DataTbls/MissilesTbls.cpp
eezstreet/D2MOO
28a30aecc69bf43c80e6757a94d533fb37634b68
[ "MIT" ]
19
2020-12-26T10:06:20.000Z
2022-03-27T17:20:09.000Z
#include "D2DataTbls.h" //D2Common.0x6FD62EA0 int __fastcall DATATBLS_MapMissilesTxtKeywordToNumber(char* szKey) { if (!_strnicmp(szKey, "min", 32)) { return 0; } else if (!_strnicmp(szKey, "max", 32)) { return 1; } else if (!_strnicmp(szKey, "rand", 32)) { return 2; } else if (!_strnicmp(szKey, "skil...
34.228495
195
0.663787
eezstreet
a683e88170e768e60989868236ff6ef398d9e1ad
6,809
cc
C++
ash/webui/projector_app/test/projector_xhr_sender_unittest.cc
blueboxd/chromium-legacy
07223bc94bd97499909c9ed3c3f5769d718fe2e0
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
76
2020-09-02T03:05:41.000Z
2022-03-30T04:40:55.000Z
ash/webui/projector_app/test/projector_xhr_sender_unittest.cc
blueboxd/chromium-legacy
07223bc94bd97499909c9ed3c3f5769d718fe2e0
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
45
2020-09-02T03:21:37.000Z
2022-03-31T22:19:45.000Z
ash/webui/projector_app/test/projector_xhr_sender_unittest.cc
blueboxd/chromium-legacy
07223bc94bd97499909c9ed3c3f5769d718fe2e0
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
8
2020-07-22T18:49:18.000Z
2022-02-08T10:27:16.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/webui/projector_app/projector_xhr_sender.h" #include "ash/webui/projector_app/test/mock_app_client.h" #include "base/bind.h" #include "base...
35.649215
80
0.645763
blueboxd
a6841d22cd9ea4e0fb1e304b7dc8320b684f5bb5
5,224
cpp
C++
src/ccd/interval.cpp
j-rivero/fcl0.5
f683fd20c959ad5e263d7b3db52b8f685594ff53
[ "BSD-3-Clause" ]
null
null
null
src/ccd/interval.cpp
j-rivero/fcl0.5
f683fd20c959ad5e263d7b3db52b8f685594ff53
[ "BSD-3-Clause" ]
1
2018-02-28T22:51:49.000Z
2018-02-28T22:51:49.000Z
src/ccd/interval.cpp
j-rivero/fcl0.5
f683fd20c959ad5e263d7b3db52b8f685594ff53
[ "BSD-3-Clause" ]
null
null
null
/* * Software License Agreement (BSD License) * * Copyright (c) 2011-2014, Willow Garage, Inc. * Copyright (c) 2014-2016, Open Source Robotics Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following c...
25.482927
79
0.584227
j-rivero
a68d05f64be13562c5c43e1da240a07506457e20
6,142
cc
C++
chrome/browser/notifications/notification_platform_bridge_message_center.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
chrome/browser/notifications/notification_platform_bridge_message_center.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
chrome/browser/notifications/notification_platform_bridge_message_center.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 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 "chrome/browser/notifications/notification_platform_bridge_message_center.h" #include "base/bind.h" #include "base/callback.h" #include "base/me...
38.3875
85
0.746988
chromium
a68ed078978ca1c9a926934a97edbe9cb27275a4
3,614
cpp
C++
MenuSelection.cpp
kaitokidi/0hgamejam3
b344c793ef87f931e46ef15dde99346f5bc68b06
[ "MIT" ]
null
null
null
MenuSelection.cpp
kaitokidi/0hgamejam3
b344c793ef87f931e46ef15dde99346f5bc68b06
[ "MIT" ]
null
null
null
MenuSelection.cpp
kaitokidi/0hgamejam3
b344c793ef87f931e46ef15dde99346f5bc68b06
[ "MIT" ]
null
null
null
#include "MenuSelection.hpp" MenuSelection::MenuSelection() { open = true; } MenuSelection::~MenuSelection(){} void MenuSelection::notAnimation(){ wantAnimation = false; } void MenuSelection::animation(){ wantAnimation = true; } int MenuSelection:...
31.982301
115
0.465412
kaitokidi