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
c5a77dc47bfd97026329f9e1dd8da605ddf730bf
3,136
cpp
C++
code archive/TIOJ/1739.cpp
brianbbsu/program
c4505f2b8c0b91010e157db914a63c49638516bc
[ "MIT" ]
4
2018-04-08T08:07:58.000Z
2021-06-07T14:55:24.000Z
code archive/TIOJ/1739.cpp
brianbbsu/program
c4505f2b8c0b91010e157db914a63c49638516bc
[ "MIT" ]
null
null
null
code archive/TIOJ/1739.cpp
brianbbsu/program
c4505f2b8c0b91010e157db914a63c49638516bc
[ "MIT" ]
1
2018-10-29T12:37:25.000Z
2018-10-29T12:37:25.000Z
//{ #include<bits/stdc++.h> using namespace std; typedef int ll; typedef double lf; typedef pair<ll,ll> ii; #define REP(i,n) for(ll i=0;i<n;i++) #define REP1(i,n) for(ll i=1;i<=n;i++) #define FILL(i,n) memset(i,n,sizeof i) #define X first #define Y second #define SZ(_a) (int)_a.size() #define ALL(_a) _a.begin(),_a.end(...
23.938931
129
0.520408
brianbbsu
c5ababaec40d08b3250baf901c5c3f8cbedb618d
3,297
hpp
C++
Dialogs/MoveBaseDialog.hpp
joseffallman/Intrusion
a3937bcbfaaab7da0321dce3ab7d9a5fe1b350ff
[ "MIT" ]
null
null
null
Dialogs/MoveBaseDialog.hpp
joseffallman/Intrusion
a3937bcbfaaab7da0321dce3ab7d9a5fe1b350ff
[ "MIT" ]
4
2019-04-21T23:30:19.000Z
2019-05-08T21:03:25.000Z
Dialogs/MoveBaseDialog.hpp
joseffallman/Intrusion
a3937bcbfaaab7da0321dce3ab7d9a5fe1b350ff
[ "MIT" ]
1
2019-03-22T08:28:07.000Z
2019-03-22T08:28:07.000Z
/* * Name: IntMoveBaseDialog * Date: 2020-03-29 * Version: 1.0 * Author: Josef * * Description: * The Move base dialog. */ class IntMoveBaseDialog : IntBaseDialog { onUnload = "call Intrusion_Client_MoveBaseDialog_onUnload;"; class Controls : Controls { class _CT_CONTROLS_GROUP { type = 15; idc ...
24.604478
88
0.561116
joseffallman
c5adf2a31d53d674fd8368a9126bbc7a6b1e6df0
219
cpp
C++
test/global-ctor.cpp
russellw/olivine
df147a65ea197191caf43e452e24e51003df13b4
[ "MIT" ]
1
2022-03-18T02:41:34.000Z
2022-03-18T02:41:34.000Z
test/global-ctor.cpp
russellw/olivine
df147a65ea197191caf43e452e24e51003df13b4
[ "MIT" ]
null
null
null
test/global-ctor.cpp
russellw/olivine
df147a65ea197191caf43e452e24e51003df13b4
[ "MIT" ]
null
null
null
struct Marble { double r; Marble(double r): r(r) { } double volume() { return 4.0 / 3.0 * 3.14159265359 * r * r * r; } }; Marble m(10.0); int main() { return !(4188.0 < m.volume() && m.volume() < 4189.0); }
12.882353
54
0.538813
russellw
c5af4925158a050a299d3431b0624c5477aec1d8
7,040
cpp
C++
NotThatGameEngine/NotThatGameEngine/GameObject.cpp
HoduRe/NotThatGameEngine
e1a6bd073fbd34f3598b2c03f8d0d82cd8540ccc
[ "MIT" ]
1
2021-01-07T13:36:34.000Z
2021-01-07T13:36:34.000Z
NotThatGameEngine/NotThatGameEngine/GameObject.cpp
HoduRe/NotThatGameEngine
e1a6bd073fbd34f3598b2c03f8d0d82cd8540ccc
[ "MIT" ]
null
null
null
NotThatGameEngine/NotThatGameEngine/GameObject.cpp
HoduRe/NotThatGameEngine
e1a6bd073fbd34f3598b2c03f8d0d82cd8540ccc
[ "MIT" ]
1
2021-01-06T11:10:33.000Z
2021-01-06T11:10:33.000Z
#include "GameObject.h" #include "OpenGLFuncionality.h" #include "Component.h" #include "Transform.h" #include "Mesh.h" #include "Material.h" #include "Camera.h" #include "Animation.h" #include "Application.h" #include "Textures.h" GameObject::GameObject(Application* _App, long long int _id, std::string _name, GameObj...
21.595092
152
0.65554
HoduRe
c5b2576542165e747bc3f04a7a127a44f73987bd
37,332
cpp
C++
FireRender.Max.Plugin/parser/MaterialLoader.cpp
Vsevolod1983/RadeonProRenderMaxPlugin
d5393fd04e45dd2c77c8b17fac4e10b20df55285
[ "Apache-2.0" ]
6
2020-05-24T12:00:43.000Z
2021-07-13T06:22:49.000Z
FireRender.Max.Plugin/parser/MaterialLoader.cpp
Vsevolod1983/RadeonProRenderMaxPlugin
d5393fd04e45dd2c77c8b17fac4e10b20df55285
[ "Apache-2.0" ]
4
2020-09-17T17:05:38.000Z
2021-06-23T14:29:14.000Z
FireRender.Max.Plugin/parser/MaterialLoader.cpp
Vsevolod1983/RadeonProRenderMaxPlugin
d5393fd04e45dd2c77c8b17fac4e10b20df55285
[ "Apache-2.0" ]
8
2020-05-15T08:29:17.000Z
2021-07-14T08:38:07.000Z
/********************************************************************** Copyright 2020 Advanced Micro Devices, 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/L...
38.055046
161
0.545484
Vsevolod1983
c5b494796a7a3f93fd5cd88bc784b6ef1ee1b00d
1,047
hpp
C++
include/caffe/util/OpenCL/prelu_layer.hpp
lunochod/caffe
209fac06cb7893da4fcae0295f5cc882c6569ce9
[ "BSD-2-Clause" ]
20
2015-06-20T18:08:42.000Z
2018-05-27T09:28:34.000Z
include/caffe/util/OpenCL/prelu_layer.hpp
rickyHong/CaffeForOpenCL
209fac06cb7893da4fcae0295f5cc882c6569ce9
[ "BSD-2-Clause" ]
3
2015-03-30T16:40:42.000Z
2015-06-03T10:31:51.000Z
include/caffe/util/OpenCL/prelu_layer.hpp
rickyHong/CaffeForOpenCL
209fac06cb7893da4fcae0295f5cc882c6569ce9
[ "BSD-2-Clause" ]
6
2015-05-09T02:06:20.000Z
2015-10-19T07:13:47.000Z
#ifndef __OPENCL_PRELU_LAYER_HPP__ #define __OPENCL_PRELU_LAYER_HPP__ #include <CL/cl.h> #include <glog/logging.h> #include <caffe/util/OpenCL/OpenCLDevice.hpp> #include <caffe/util/OpenCL/OpenCLManager.hpp> #include <caffe/util/OpenCL/OpenCLPlatform.hpp> #include <caffe/util/OpenCL/OpenCLSupport.hpp> #include <iost...
21.367347
47
0.700096
lunochod
c5b805bf68f116642d224142956f83e1f8717ebf
1,959
cpp
C++
lib/src/platform/win/shell.cpp
Voxelum/DeskGap
9201f1197170385c53f0a2dbb45b6283b518b1c3
[ "MIT" ]
null
null
null
lib/src/platform/win/shell.cpp
Voxelum/DeskGap
9201f1197170385c53f0a2dbb45b6283b518b1c3
[ "MIT" ]
2
2022-03-20T13:09:11.000Z
2022-03-30T05:07:12.000Z
lib/src/platform/win/shell.cpp
Voxelum/DeskGap
9201f1197170385c53f0a2dbb45b6283b518b1c3
[ "MIT" ]
1
2022-03-24T01:33:56.000Z
2022-03-24T01:33:56.000Z
#include "shell.hpp" #include "./util/wstring_utf8.h" #include <Windows.h> #include <shellapi.h> #include <shlobj.h> #include <atlbase.h> #include <comdef.h> #include <filesystem> #include <wrl/client.h> namespace fs = std::filesystem; bool DeskGap::Shell::OpenExternal(const std::string &urlString) { std::wstring...
28.391304
85
0.61511
Voxelum
c5baa1014ecd4f16fbee2cd167a2760716161dc0
2,067
cpp
C++
Othuum/VishalaNetworkLib/Protocoll/Server/GameLobby.cpp
Liech/Yathsou
95b6dda3c053bc25789cce416088e22f54a743b4
[ "MIT" ]
5
2021-04-20T17:00:41.000Z
2022-01-18T20:16:03.000Z
Othuum/VishalaNetworkLib/Protocoll/Server/GameLobby.cpp
Liech/Yathsou
95b6dda3c053bc25789cce416088e22f54a743b4
[ "MIT" ]
7
2021-08-22T21:30:50.000Z
2022-01-14T16:56:34.000Z
Othuum/VishalaNetworkLib/Protocoll/Server/GameLobby.cpp
Liech/Yathsou
95b6dda3c053bc25789cce416088e22f54a743b4
[ "MIT" ]
null
null
null
#include "GameLobby.h" #include "LobbyPlayer.h" #include <iostream> namespace Vishala { namespace Server { GameLobby::GameLobby(std::string name,int gameServerPort, std::string ip, size_t number, std::shared_ptr<LobbyModel> model) { _name = name ; _model = model ; _number ...
28.315068
129
0.613933
Liech
c5bc64a0b17db35d8fd3a28c53c5500edcd1a503
3,712
cpp
C++
dev/g++/ifsttar/wifiMapping/wifimapping/src/checkRtc.cpp
YannGarcia/repo
0f3de24c71d942c752ada03c10861e83853fdf71
[ "MIT" ]
null
null
null
dev/g++/ifsttar/wifiMapping/wifimapping/src/checkRtc.cpp
YannGarcia/repo
0f3de24c71d942c752ada03c10861e83853fdf71
[ "MIT" ]
null
null
null
dev/g++/ifsttar/wifiMapping/wifimapping/src/checkRtc.cpp
YannGarcia/repo
0f3de24c71d942c752ada03c10861e83853fdf71
[ "MIT" ]
1
2017-01-27T12:53:50.000Z
2017-01-27T12:53:50.000Z
/* Beaglebone check RTC result implementation * Copyright (c) 2013 ygarcia, 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 without restriction, * including without limitatio...
32.561404
115
0.65625
YannGarcia
c5bcd29a0721bf8b18d5dd4d87aa3e9125bd80c8
3,749
cpp
C++
6LinkedList/linkedListFunctions/linkedList/linkedList/main.cpp
mingyuefly/geekTimeCode
d97c5f29a429ac9cc7289ac34e049ea43fa58822
[ "MIT" ]
1
2019-05-01T04:51:14.000Z
2019-05-01T04:51:14.000Z
6LinkedList/linkedListFunctions/linkedList/linkedList/main.cpp
mingyuefly/geekTimeCode
d97c5f29a429ac9cc7289ac34e049ea43fa58822
[ "MIT" ]
null
null
null
6LinkedList/linkedListFunctions/linkedList/linkedList/main.cpp
mingyuefly/geekTimeCode
d97c5f29a429ac9cc7289ac34e049ea43fa58822
[ "MIT" ]
null
null
null
// // main.cpp // linkedList // // Created by Gguomingyue on 2019/3/12. // Copyright ยฉ 2019 Gmingyue. All rights reserved. // #include <iostream> #include "LinkedList.h" using namespace std; int main(int argc, const char * argv[]) { ListNode *head = (ListNode *)malloc(sizeof(ListNode)); head->val = ...
26.778571
67
0.561216
mingyuefly
c5bea01be7c111b3e27b5dbba3ab7ca7841540d0
3,004
hpp
C++
sandbox/usda/lexy/dsl/bom.hpp
fire/tinyusdz
2a98a12d0c6f34de8d7a219e5f82135e9beb4376
[ "MIT" ]
159
2020-04-14T15:59:35.000Z
2022-03-31T14:19:05.000Z
sandbox/usda/lexy/dsl/bom.hpp
fire/tinyusdz
2a98a12d0c6f34de8d7a219e5f82135e9beb4376
[ "MIT" ]
16
2020-05-21T06:00:40.000Z
2022-02-26T08:50:33.000Z
sandbox/usda/lexy/dsl/bom.hpp
fire/tinyusdz
2a98a12d0c6f34de8d7a219e5f82135e9beb4376
[ "MIT" ]
8
2020-07-01T04:13:42.000Z
2022-01-30T17:50:52.000Z
// Copyright (C) 2020 Jonathan Mรผller <jonathanmueller.dev@gmail.com> // This file is subject to the license terms in the LICENSE file // found in the top-level directory of this distribution. #ifndef LEXY_DSL_BOM_HPP_INCLUDED #define LEXY_DSL_BOM_HPP_INCLUDED #include <lexy/dsl/base.hpp> namespace lexyd { template ...
30.653061
94
0.687417
fire
c5c14cc59e7efddc4ae133c81c329968966b7f35
389
hpp
C++
cef_client/include/FunctionBinding.hpp
jarrettchisholm/glr
79a57b12e26fe84595e833cace3528cb9c82bc20
[ "WTFPL" ]
11
2015-08-19T23:15:41.000Z
2018-05-15T21:53:28.000Z
cef_client/include/FunctionBinding.hpp
jarrettchisholm/glr
79a57b12e26fe84595e833cace3528cb9c82bc20
[ "WTFPL" ]
2
2015-05-21T06:37:24.000Z
2015-05-23T05:37:16.000Z
cef_client/include/FunctionBinding.hpp
jarrettchisholm/glr
79a57b12e26fe84595e833cace3528cb9c82bc20
[ "WTFPL" ]
5
2016-10-31T08:02:15.000Z
2018-08-24T07:40:23.000Z
#ifndef FUNCTIONBINDING_H_ #define FUNCTIONBINDING_H_ #include <string> #include "Macros.hpp" namespace glr { namespace cef_client { class FunctionBinding { public: FunctionBinding(std::wstring name); virtual ~FunctionBinding(); // TODO: Get rid of macro setter and getter GETSET(std::wstring, name_, Name) pr...
12.966667
44
0.737789
jarrettchisholm
c5c2d6397466d1196be986eee82ec310d8178785
655
cpp
C++
Containers/set.cpp
JanaSabuj/CodingLibrary
92bc141ae327ce01b480fde7a10ffb0be0ba401d
[ "MIT" ]
14
2020-05-17T18:31:32.000Z
2021-02-04T03:56:30.000Z
Containers/set.cpp
JanaSabuj/cppdump
92bc141ae327ce01b480fde7a10ffb0be0ba401d
[ "MIT" ]
null
null
null
Containers/set.cpp
JanaSabuj/cppdump
92bc141ae327ce01b480fde7a10ffb0be0ba401d
[ "MIT" ]
2
2020-05-27T10:42:36.000Z
2021-02-02T11:59:04.000Z
#include <bits/stdc++.h> using namespace std; int main() { multiset<int> s; s.insert(2);s.insert(78);s.insert(-3);s.insert(-3);s.insert(-3); // -3 -3 -3 2 78 cout << *s.begin() << endl;// -3 cout << *s.rbegin() << endl;// 78 s.erase(s.find(-3));// -3 -3 2 78 cout << *s.begin() << endl...
22.586207
68
0.473282
JanaSabuj
c5c6246b804cd4f3cf602bf3a99304183cd3ecab
11,192
cc
C++
src/ui/a11y/lib/gesture_manager/recognizers/m_finger_n_tap_drag_recognizer.cc
billchen1977/fuchsia
d443f9c7b03ad317d1700c2c9457be8ed1147b86
[ "BSD-2-Clause" ]
null
null
null
src/ui/a11y/lib/gesture_manager/recognizers/m_finger_n_tap_drag_recognizer.cc
billchen1977/fuchsia
d443f9c7b03ad317d1700c2c9457be8ed1147b86
[ "BSD-2-Clause" ]
null
null
null
src/ui/a11y/lib/gesture_manager/recognizers/m_finger_n_tap_drag_recognizer.cc
billchen1977/fuchsia
d443f9c7b03ad317d1700c2c9457be8ed1147b86
[ "BSD-2-Clause" ]
null
null
null
// Copyright 2021 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/ui/a11y/lib/gesture_manager/recognizers/m_finger_n_tap_drag_recognizer.h" #include <lib/async/cpp/task.h> #include <lib/async/default.h> #in...
39.687943
98
0.703181
billchen1977
c5c718c78e8a9e32e4da00cff280a44ac6c6d6f5
6,409
cpp
C++
direct/src/plugin_activex/P3DActiveX.cpp
cmarshall108/panda3d-python3
8bea2c0c120b03ec1c9fd179701fdeb7510bb97b
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
direct/src/plugin_activex/P3DActiveX.cpp
cmarshall108/panda3d-python3
8bea2c0c120b03ec1c9fd179701fdeb7510bb97b
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
direct/src/plugin_activex/P3DActiveX.cpp
cmarshall108/panda3d-python3
8bea2c0c120b03ec1c9fd179701fdeb7510bb97b
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file P3DActiveX.cpp * @auth...
24.093985
91
0.672804
cmarshall108
c5c796a5b36eb9ce01c779f301c5b4d4c6192dc1
9,705
cpp
C++
Mocap/src/publisher.cpp
robinzhoucmu/MLab_EXP
4d86db9438203f51c4368e5b886def5c402955f3
[ "Apache-2.0" ]
2
2016-06-16T00:46:02.000Z
2018-12-02T16:17:59.000Z
Mocap/src/publisher.cpp
robinzhoucmu/MLab_EXP
4d86db9438203f51c4368e5b886def5c402955f3
[ "Apache-2.0" ]
null
null
null
Mocap/src/publisher.cpp
robinzhoucmu/MLab_EXP
4d86db9438203f51c4368e5b886def5c402955f3
[ "Apache-2.0" ]
null
null
null
#include "publisher.h" MocapPublisher::MocapPublisher(ros::NodeHandle *n) { nodeHandle = n; // Set as default frequency. SetPublishFrequency(Globals::kPublishFreq); // Without given transformation: set transformation (from robot base to mocap frame) // as identity. Therefore mocap just return in its (unknow...
30.615142
95
0.678001
robinzhoucmu
c5c990ae5523ab1cf6ccf7db48a26f74d3f5afb6
1,222
hpp
C++
include/hazeRemove.hpp
norishigefukushima/OpenCP
63090131ec975e834f85b04e84ec29b2893845b2
[ "BSD-3-Clause" ]
137
2015-03-27T07:11:19.000Z
2022-03-30T05:58:22.000Z
include/hazeRemove.hpp
Pandinosaurus/OpenCP
a5234ed531c610d7944fa14d42f7320442ea34a1
[ "BSD-3-Clause" ]
2
2016-05-18T06:33:16.000Z
2016-07-11T17:39:17.000Z
include/hazeRemove.hpp
Pandinosaurus/OpenCP
a5234ed531c610d7944fa14d42f7320442ea34a1
[ "BSD-3-Clause" ]
43
2015-02-20T15:34:25.000Z
2022-01-27T14:59:37.000Z
#pragma once #include "common.hpp" namespace cp { class CP_EXPORT HazeRemove { cv::Size size; cv::Mat dark; std::vector<cv::Mat> minvalue; cv::Mat tmap; cv::Scalar A; void darkChannel(cv::Mat& src, int r); void getAtmosphericLight(cv::Mat& srcImage, double topPercent = 0.1); void getTransmissionM...
34.914286
209
0.713584
norishigefukushima
c5cbb17a63e2cba61b08f9e02c106799e95a767d
1,276
cpp
C++
tests/parse/iterator_test.cpp
BastianBlokland/novus
3b984c36855aa84d6746c14ff7e294ab7d9c1575
[ "MIT" ]
14
2020-04-14T17:00:56.000Z
2021-08-30T08:29:26.000Z
tests/parse/iterator_test.cpp
BastianBlokland/novus
3b984c36855aa84d6746c14ff7e294ab7d9c1575
[ "MIT" ]
27
2020-12-27T16:00:44.000Z
2021-08-01T13:12:14.000Z
tests/parse/iterator_test.cpp
BastianBlokland/novus
3b984c36855aa84d6746c14ff7e294ab7d9c1575
[ "MIT" ]
1
2020-05-29T18:33:37.000Z
2020-05-29T18:33:37.000Z
#include "catch2/catch.hpp" #include "lex/lexer.hpp" #include "parse/parser.hpp" #include <string> namespace parse { TEST_CASE("[parse] Iterating the parser", "parse") { const std::string input = "print(1) print(x * y)"; SECTION("Range for") { auto lexer = lex::Lexer{input.begin(), input.end()}; auto pa...
23.2
60
0.575235
BastianBlokland
c5cbc32e477982145511d6a3cf13caf960799809
8,066
cpp
C++
AROGSBP/ARGOS_BP_SW/VSCODE/CameraDSLR/photo.cpp
EIDOSDATA/Argos_Main_Series
2d6e4839afa7bd05d3b87fb530481bdf5eeac31a
[ "Unlicense" ]
null
null
null
AROGSBP/ARGOS_BP_SW/VSCODE/CameraDSLR/photo.cpp
EIDOSDATA/Argos_Main_Series
2d6e4839afa7bd05d3b87fb530481bdf5eeac31a
[ "Unlicense" ]
null
null
null
AROGSBP/ARGOS_BP_SW/VSCODE/CameraDSLR/photo.cpp
EIDOSDATA/Argos_Main_Series
2d6e4839afa7bd05d3b87fb530481bdf5eeac31a
[ "Unlicense" ]
null
null
null
#include "photo.h" #include <iostream> #include <unistd.h> static const char* config_texts[CONFIG_TYPE]= { "f-number", "shutterspeed2", "iso", }; int photo::threeShootWait(CameraFilePath *path, int port_num, Camera *camera, GPContext *context) { CameraEventType eventtype; struct timeval start, t...
27.435374
157
0.5879
EIDOSDATA
c5d10c43cd5ba09bebf30aacd2335f9a7e1caa99
303
hpp
C++
recursive/aliases.hpp
e-Sharp/cpp_general_recusive_functions
f94a1d0385915988f41d3245588bdc6df7af8dd5
[ "MIT" ]
null
null
null
recursive/aliases.hpp
e-Sharp/cpp_general_recusive_functions
f94a1d0385915988f41d3245588bdc6df7af8dd5
[ "MIT" ]
null
null
null
recursive/aliases.hpp
e-Sharp/cpp_general_recusive_functions
f94a1d0385915988f41d3245588bdc6df7af8dd5
[ "MIT" ]
null
null
null
#pragma once #include <array> // std::array #include <cstdlib> // std::size_t #include <span> // std::span namespace rec { using nat = std::size_t; template<std::size_t Size> using arr = std::array<nat, Size>; template<std::size_t Size> using span = std::span<const nat, Size>; } // namespace rec
16.833333
40
0.676568
e-Sharp
c5d28e9f588915161d2fb455c60248ad65eb2287
4,453
cc
C++
build/X86_MESI_Two_Level/mem/protocol/L2Cache_State.cc
hoho20000000/gem5-fy
b59f6feed22896d6752331652c4d8a41a4ca4435
[ "BSD-3-Clause" ]
null
null
null
build/X86_MESI_Two_Level/mem/protocol/L2Cache_State.cc
hoho20000000/gem5-fy
b59f6feed22896d6752331652c4d8a41a4ca4435
[ "BSD-3-Clause" ]
1
2020-08-20T05:53:30.000Z
2020-08-20T05:53:30.000Z
build/X86_MESI_Two_Level/mem/protocol/L2Cache_State.cc
hoho20000000/gem5-fy
b59f6feed22896d6752331652c4d8a41a4ca4435
[ "BSD-3-Clause" ]
null
null
null
/** \file L2Cache_State.hh * * Auto generated C++ code started by /home/hongyu/gem5-fy/src/mem/slicc/symbols/Type.py:555 */ #include <cassert> #include <iostream> #include <string> #include "base/misc.hh" #include "mem/protocol/L2Cache_State.hh" using namespace std; // Code to convert the current state to an acc...
27.658385
92
0.642488
hoho20000000
c5d4c2edc312dc7e6631847f5322ac62dd912bf5
2,917
cpp
C++
bscc/tools/bgbhex2_t0.cpp
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
1
2019-07-02T22:53:52.000Z
2019-07-02T22:53:52.000Z
bscc/tools/bgbhex2_t0.cpp
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
5
2015-11-17T05:45:50.000Z
2015-11-26T18:36:51.000Z
bscc/tools/bgbhex2_t0.cpp
cr88192/bgbtech_engine
03869a92fbf3197dd176d311f3b917f4f4e88d1a
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> int main(int argc, char *argv[]) { long lc, offs, ofs, len, i, j, c; FILE *in; unsigned char buf[16], *s; in=NULL; offs=0; len=-1; for(i=1;i<argc;i++) { // printf("Arg %d: %s\n", i, argv[i]); if(argv[i][0]=='-') { switch(a...
15.767568
55
0.397669
cr88192
c5d51607911d7c76376d1901875c9105474aabae
3,806
cpp
C++
Source/TopDownARPG/Characters/TopDownARPGCharacter.cpp
frostblooded/UE4BossProject
3f80ce23822a870a00553c256ee39377ac1b07ba
[ "MIT" ]
1
2020-02-26T15:16:21.000Z
2020-02-26T15:16:21.000Z
Source/TopDownARPG/Characters/TopDownARPGCharacter.cpp
frostblooded/UE4BossProject
3f80ce23822a870a00553c256ee39377ac1b07ba
[ "MIT" ]
null
null
null
Source/TopDownARPG/Characters/TopDownARPGCharacter.cpp
frostblooded/UE4BossProject
3f80ce23822a870a00553c256ee39377ac1b07ba
[ "MIT" ]
null
null
null
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. #include "TopDownARPGCharacter.h" #include "UObject/ConstructorHelpers.h" #include "Camera/CameraComponent.h" #include "Components/DecalComponent.h" #include "Components/CapsuleComponent.h" #include "GameFramework/CharacterMovementComponent.h" #inclu...
38.444444
150
0.769049
frostblooded
c5d835cb3603806f929d8fc2e98ab38f16792861
1,138
cc
C++
statements/ReadStmt.cc
R2333333/SCAPES
98f8aafc1bbd279165e82a70eaa3c22eef62c892
[ "MIT" ]
null
null
null
statements/ReadStmt.cc
R2333333/SCAPES
98f8aafc1bbd279165e82a70eaa3c22eef62c892
[ "MIT" ]
null
null
null
statements/ReadStmt.cc
R2333333/SCAPES
98f8aafc1bbd279165e82a70eaa3c22eef62c892
[ "MIT" ]
null
null
null
#include "../headerFiles/ReadStmt.h" #include "../headerFiles/Program.h" using namespace std; ReadStmt::ReadStmt() :Statement(){} void ReadStmt::compile(QString stat){ if (checkError(stat)){ return; } QStringList list = stat.split(" "); instruction = list.at(0); operand1 = new Operand(list.at...
29.179487
104
0.623023
R2333333
c5d99e4135541ff66bfbb967dc53ecc3d143ed9a
2,393
hpp
C++
include/UnityEngine/TestRunner/NUnitExtensions/TestResultExtensions.hpp
darknight1050/BeatSaber-Quest-Codegen
a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032
[ "Unlicense" ]
null
null
null
include/UnityEngine/TestRunner/NUnitExtensions/TestResultExtensions.hpp
darknight1050/BeatSaber-Quest-Codegen
a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032
[ "Unlicense" ]
null
null
null
include/UnityEngine/TestRunner/NUnitExtensions/TestResultExtensions.hpp
darknight1050/BeatSaber-Quest-Codegen
a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032
[ "Unlicense" ]
null
null
null
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "extern/beatsaber-hook/shared/utils/typedefs.h" // Completed includes // Begin forward declares // Forward declaring namespace: NUnit::F...
52.021739
200
0.752194
darknight1050
c5da7565372b3c8a4fb8d54869459fddce5b60b9
795
cpp
C++
src/algorithms/kamenevs/KuniHeroVector.cpp
av-elier/fast-exponentiation-algs
1d6393021583686372564a7ca52b09dc7013fb38
[ "MIT" ]
2
2016-10-17T20:30:05.000Z
2020-03-24T19:52:14.000Z
src/algorithms/kamenevs/KuniHeroVector.cpp
av-elier/fast-exponentiation-algs
1d6393021583686372564a7ca52b09dc7013fb38
[ "MIT" ]
null
null
null
src/algorithms/kamenevs/KuniHeroVector.cpp
av-elier/fast-exponentiation-algs
1d6393021583686372564a7ca52b09dc7013fb38
[ "MIT" ]
null
null
null
#include "algorithms/kamenevs/KuniHeroVector.h" #include <algorithm> vector<string>* KuniheroVector::create_str_dicitionary(string s) { double p = 0; for (int i = 0; i < s.length(); ++i) p+=s[i] - 48; p /= s.length(); double q = 1 - p; Node* n = fill(k,p); vector<string>* res = (n->get_paths()); for (int...
19.875
72
0.54717
av-elier
c5dfc442120aec8deaa0d3d2fb657b3bdc7f7f67
3,385
cpp
C++
pl2_assembler/main.cpp
MassiveBattlebotsFan/team-lightning-cpu
513b92aec5b3fe185f4e9220340a23bb09561059
[ "Unlicense" ]
1
2021-09-30T19:39:55.000Z
2021-09-30T19:39:55.000Z
pl2_assembler/main.cpp
MassiveBattlebotsFan/team-lightning-cpu
513b92aec5b3fe185f4e9220340a23bb09561059
[ "Unlicense" ]
null
null
null
pl2_assembler/main.cpp
MassiveBattlebotsFan/team-lightning-cpu
513b92aec5b3fe185f4e9220340a23bb09561059
[ "Unlicense" ]
null
null
null
#include <cstdio> #include <cstdlib> #include <iostream> #include <iomanip> #include <fstream> #include <sstream> #include <cstdint> #include <cstring> #include <map> using namespace std; int main(int argc, char const *argv[]) { try{ //init logging to file ofstream logging("pl2asm.log"); auto old_rdbuf ...
29.181034
101
0.52969
MassiveBattlebotsFan
c5dff3aade8632a6e61e52c3056107c113bcd0f2
3,936
cpp
C++
Plugins/OVRPlatformBP/Source/OVRPlatformBP/Private/OBPRequests_LanguagePack.cpp
Brain-Vision/Unreal-SharedSpaces
262153c5c52c4e15fed5ece901e0e1c8502bb030
[ "MIT" ]
null
null
null
Plugins/OVRPlatformBP/Source/OVRPlatformBP/Private/OBPRequests_LanguagePack.cpp
Brain-Vision/Unreal-SharedSpaces
262153c5c52c4e15fed5ece901e0e1c8502bb030
[ "MIT" ]
null
null
null
Plugins/OVRPlatformBP/Source/OVRPlatformBP/Private/OBPRequests_LanguagePack.cpp
Brain-Vision/Unreal-SharedSpaces
262153c5c52c4e15fed5ece901e0e1c8502bb030
[ "MIT" ]
null
null
null
// OVRPlatformBP plugin by InnerLoop LLC 2021 #include "OBPRequests_LanguagePack.h" // -------------------- // Initializers // -------------------- UOBPLanguagePack_GetCurrent::UOBPLanguagePack_GetCurrent(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) { } UOBPLanguagePack_SetCurrent::UOBPL...
29.818182
110
0.746697
Brain-Vision
c5e0fd6a70bc8bcda03a611793e213567f02d46e
12,175
cpp
C++
src/ny/wayland/util.cpp
nyorain/ny
9349a6f668a9458d3a37b76bb3cd1e5c679d16ad
[ "BSL-1.0" ]
18
2015-12-14T09:04:06.000Z
2021-11-14T20:38:17.000Z
src/ny/wayland/util.cpp
nyorain/ny
9349a6f668a9458d3a37b76bb3cd1e5c679d16ad
[ "BSL-1.0" ]
2
2015-06-26T09:26:05.000Z
2019-04-02T09:05:12.000Z
src/ny/wayland/util.cpp
nyorain/ny
9349a6f668a9458d3a37b76bb3cd1e5c679d16ad
[ "BSL-1.0" ]
2
2017-08-23T06:04:26.000Z
2019-11-27T01:48:02.000Z
// Copyright (c) 2015-2018 nyorain // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt #include <ny/wayland/util.hpp> #include <ny/wayland/appContext.hpp> #include <ny/wayland/windowContext.hpp> #include <ny/cursor.hpp> #includ...
26.070664
96
0.733306
nyorain
c5e41c26b1839f262fd7709cf3963962bcad1f3c
953
hh
C++
difAlgebra/DifExternal.hh
brownd1978/FastSim
05f590d72d8e7f71856fd833114a38b84fc7fd48
[ "Apache-2.0" ]
null
null
null
difAlgebra/DifExternal.hh
brownd1978/FastSim
05f590d72d8e7f71856fd833114a38b84fc7fd48
[ "Apache-2.0" ]
null
null
null
difAlgebra/DifExternal.hh
brownd1978/FastSim
05f590d72d8e7f71856fd833114a38b84fc7fd48
[ "Apache-2.0" ]
null
null
null
//-------------------------------------------------------------------------- // File and Version Information: // $Id: DifExternal.hh 501 2010-01-14 12:46:50Z stroili $ // // Description: // Class Header for |DifExternal| // Define some useful constants // // Environment: // Software developed for the BaBar Detect...
19.44898
76
0.624344
brownd1978
c5e463b01a0e2c06917cd62f068e8d9829f89032
8,544
cpp
C++
third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// 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 "core/loader/MixedContentChecker.h" #include <base/macros.h> #include <memory> #include "core/frame/Settings.h" #include "core/loader/EmptyClien...
45.935484
80
0.72823
metux
c5e6927a84897e035464382bbce98ce647ae81a9
395
cpp
C++
round1/integration/main.cpp
ymadzhunkov/codeit
a013480ef39259bd282996d7d62296f089e708f4
[ "MIT" ]
null
null
null
round1/integration/main.cpp
ymadzhunkov/codeit
a013480ef39259bd282996d7d62296f089e708f4
[ "MIT" ]
null
null
null
round1/integration/main.cpp
ymadzhunkov/codeit
a013480ef39259bd282996d7d62296f089e708f4
[ "MIT" ]
null
null
null
#include "keyboard.h" #include "answer.h" #include "simulated_annealing.h" #include "progress.h" int main(int argc, char *argv[]) { Problem problem(fopen("keyboard.in", "r")); Progress progress(2.8); SimulatedAnnealing sa(problem, progress); sa.optimize(1234); sa.getBest().write(fopen("keyboard.out...
26.333333
60
0.678481
ymadzhunkov
c5ea42f2091e276d7a67c5ef5bbe3bacbaf683f9
4,810
cpp
C++
SoftUni/C++Programming/4.Inheritance(extended)/4.Inheritance_ext_homework/Shop.cpp
NikolovV/CPP-Language
a0b31f3cff0a764fee21546073338b2ca7f99979
[ "MIT" ]
null
null
null
SoftUni/C++Programming/4.Inheritance(extended)/4.Inheritance_ext_homework/Shop.cpp
NikolovV/CPP-Language
a0b31f3cff0a764fee21546073338b2ca7f99979
[ "MIT" ]
null
null
null
SoftUni/C++Programming/4.Inheritance(extended)/4.Inheritance_ext_homework/Shop.cpp
NikolovV/CPP-Language
a0b31f3cff0a764fee21546073338b2ca7f99979
[ "MIT" ]
null
null
null
#include <iosfwd> #include "Shop.h" Shop::Shop() : _shopName("CandyShop"), _BIC("123456789"), _address("Somewhere in the middle of nowhere"), ordinaryCustomer(NULL), shopItem(NULL) { } Shop::Shop(string newName, string newBIC, string newAddress, Customer *customer, vector<Item> *items) : _shopName(newName...
23.349515
80
0.534719
NikolovV
c5eaeb476dc8c69d5770c7fa480e144243cd1ed7
1,902
cpp
C++
EngineGUI/FolderBrowser.cpp
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
1
2022-02-14T15:46:44.000Z
2022-02-14T15:46:44.000Z
EngineGUI/FolderBrowser.cpp
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
null
null
null
EngineGUI/FolderBrowser.cpp
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
2
2022-01-10T22:17:06.000Z
2022-01-17T09:34:08.000Z
#include "stdh.h" #include <shlobj.h> static int CALLBACK BrowseCallbackProc(HWND hwnd,UINT uMsg,LPARAM lp, LPARAM pData) { TCHAR szDir[MAX_PATH]; switch(uMsg) { case BFFM_INITIALIZED: { SendMessage(hwnd,BFFM_SETSELECTION,TRUE,(LPARAM)pData); break; } case BFFM_SELCHANGED: { // enable...
27.565217
141
0.666667
openlastchaos
c5eba0d073d8882945741c6aeb5c5be60c700c5e
24,449
cc
C++
tests/unit/lb/test_lb_stats_comm.cc
rbuch/vt
74c2e0cae3201dfbcbfda7644c354703ddaed6bb
[ "BSD-3-Clause" ]
26
2019-11-26T08:36:15.000Z
2022-02-15T17:13:21.000Z
tests/unit/lb/test_lb_stats_comm.cc
rbuch/vt
74c2e0cae3201dfbcbfda7644c354703ddaed6bb
[ "BSD-3-Clause" ]
1,215
2019-09-09T14:31:33.000Z
2022-03-30T20:20:14.000Z
tests/unit/lb/test_lb_stats_comm.cc
rbuch/vt
74c2e0cae3201dfbcbfda7644c354703ddaed6bb
[ "BSD-3-Clause" ]
12
2019-09-08T00:03:05.000Z
2022-02-23T21:28:35.000Z
/* //@HEADER // ***************************************************************************** // // test_lb_stats_comm.cc // DARMA/vt => Virtual Transport // // Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC // (NTESS). Under the terms of ...
32.55526
85
0.635282
rbuch
c5ef0b940689fea493d051625492c56319b38462
2,485
hpp
C++
oarphkit/ok/IArray-inl.hpp
pwais/oarphkit
e799e7904d5b374cb6b58cd06a42d05506e83d94
[ "Apache-2.0" ]
1
2016-07-11T08:38:52.000Z
2016-07-11T08:38:52.000Z
oarphkit/ok/IArray-inl.hpp
pwais/oarphkit
e799e7904d5b374cb6b58cd06a42d05506e83d94
[ "Apache-2.0" ]
null
null
null
oarphkit/ok/IArray-inl.hpp
pwais/oarphkit
e799e7904d5b374cb6b58cd06a42d05506e83d94
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2015 Maintainers of OarphKit * * 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 o...
22.387387
75
0.631388
pwais
c5f31b69144585a176889d448ff7d494a236d747
821
cpp
C++
judges/codeforces/exercises/new_year_and_north_pole.cpp
eduardonunes2525/competitive-programming
0f6bdc573b4d03d1ed20a2b77ec5388dca1ee47b
[ "MIT" ]
null
null
null
judges/codeforces/exercises/new_year_and_north_pole.cpp
eduardonunes2525/competitive-programming
0f6bdc573b4d03d1ed20a2b77ec5388dca1ee47b
[ "MIT" ]
1
2018-10-17T11:53:02.000Z
2018-10-17T11:54:42.000Z
judges/codeforces/exercises/new_year_and_north_pole.cpp
eduardonunes2525/competitive-programming
0f6bdc573b4d03d1ed20a2b77ec5388dca1ee47b
[ "MIT" ]
1
2018-10-17T12:14:04.000Z
2018-10-17T12:14:04.000Z
#include<bits/stdc++.h> #define IOS ios::sync_with_stdio(0); cin.tie(0); cout.tie(0) #define what_is(x) cerr << #x << " is " << x << endl #define REP(i,a,b) for (int i = a; i <= b; i++) #define endl "\n" using namespace std; using ii = pair<int, int>; using ll = long long; #define xmax 40000LL #define ymax 20000LL ...
21.051282
80
0.461632
eduardonunes2525
c5f60941a7a64a234edec73f2130cb22451ed8c5
6,796
cc
C++
tests/native/cxx_object.cc
Natus/natus
4074619edd45f1bb62a5561d08a64e9960b3d9e8
[ "MIT" ]
1
2015-11-05T03:19:22.000Z
2015-11-05T03:19:22.000Z
tests/native/cxx_object.cc
Natus/natus
4074619edd45f1bb62a5561d08a64e9960b3d9e8
[ "MIT" ]
null
null
null
tests/native/cxx_object.cc
Natus/natus
4074619edd45f1bb62a5561d08a64e9960b3d9e8
[ "MIT" ]
null
null
null
#include "test.hh" class TestClass : public Class { virtual Value del(Value& obj, Value& name) { assert(obj.borrowCValue()); assert(name.borrowCValue()); assert(obj.isObject()); assert(name.getType() == obj.getPrivateName<size_t>("type")); return obj.getPrivateName<Value>("retval"); } vi...
31.031963
85
0.626986
Natus
c5f87eedb016a33fa671c21be96f2bf102333aac
128
cc
C++
source/code/programs/examples/jni/src/Main.cc
luxe/CodeLang-compiler
78837d90bdd09c4b5aabbf0586a5d8f8f0c1e76a
[ "MIT" ]
33
2019-05-30T07:43:32.000Z
2021-12-30T13:12:32.000Z
source/code/programs/examples/jni/src/Main.cc
luxe/CodeLang-compiler
78837d90bdd09c4b5aabbf0586a5d8f8f0c1e76a
[ "MIT" ]
371
2019-05-16T15:23:50.000Z
2021-09-04T15:45:27.000Z
source/code/programs/examples/jni/src/Main.cc
UniLang/compiler
c338ee92994600af801033a37dfb2f1a0c9ca897
[ "MIT" ]
6
2019-08-22T17:37:36.000Z
2020-11-07T07:15:32.000Z
#include <jni.h> #include <stdio.h> #include "Main.h" JNIEXPORT jint JNICALL Java_Main_foo(JNIEnv *, jobject) { return 42; }
18.285714
57
0.703125
luxe
c5f8bff9b3bc4e32bb471e125ea7b44b7e064ef4
12,408
cpp
C++
OGLFrameworkLib/volumeScene/TransferFunctionGUI.cpp
dasmysh/OGLFrameworkLib_uulm
36fd5e65d7fb028a07f9d4f95c543f27a23a7d24
[ "MIT" ]
null
null
null
OGLFrameworkLib/volumeScene/TransferFunctionGUI.cpp
dasmysh/OGLFrameworkLib_uulm
36fd5e65d7fb028a07f9d4f95c543f27a23a7d24
[ "MIT" ]
null
null
null
OGLFrameworkLib/volumeScene/TransferFunctionGUI.cpp
dasmysh/OGLFrameworkLib_uulm
36fd5e65d7fb028a07f9d4f95c543f27a23a7d24
[ "MIT" ]
1
2019-11-14T06:24:26.000Z
2019-11-14T06:24:26.000Z
/** * @file TransferFunctionGUI.cpp * @author Sebastian Maisch <sebastian.maisch@uni-ulm.de> * @date 2015.08.24 * * @brief Definition of the transfer function GUI. */ #include "TransferFunctionGUI.h" #include "app/ApplicationBase.h" #include "gfx/glrenderer/GLTexture.h" #include "gfx/glrenderer/GLUniformBuf...
38.178462
134
0.603482
dasmysh
c5fccebb686264bc1f68372fd87182218f3b5cc6
3,718
cpp
C++
src/devices/bus/nscsi/s1410.cpp
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
26
2015-03-31T06:25:51.000Z
2021-12-14T09:29:04.000Z
src/devices/bus/nscsi/s1410.cpp
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
null
null
null
src/devices/bus/nscsi/s1410.cpp
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
10
2015-03-27T05:45:51.000Z
2022-02-04T06:57:36.000Z
// license:BSD-3-Clause // copyright-holders:Olivier Galibert #include "emu.h" #include "bus/nscsi/s1410.h" #define LOG_GENERAL (1U << 0) #define LOG_COMMAND (1U << 1) #define LOG_DATA (1U << 2) #define VERBOSE 0 #include "logmacro.h" DEFINE_DEVICE_TYPE(NSCSI_S1410, nscsi_s1410_device, "scsi_s1410", "Xebec S1410...
23.2375
138
0.702528
Robbbert
c5fd6f7fe3fdd5aecac37c1733e3b4a978584371
7,161
cpp
C++
src/Surface/VolInt.cpp
squarefk/spheretree-fixed
79ec91538030a271f7aba16e22dc20c9ebb63444
[ "Unlicense" ]
17
2016-08-12T13:15:41.000Z
2021-11-11T10:03:48.000Z
src/Surface/VolInt.cpp
squarefk/spheretree-fixed
79ec91538030a271f7aba16e22dc20c9ebb63444
[ "Unlicense" ]
null
null
null
src/Surface/VolInt.cpp
squarefk/spheretree-fixed
79ec91538030a271f7aba16e22dc20c9ebb63444
[ "Unlicense" ]
9
2016-04-26T16:15:45.000Z
2020-10-29T00:12:12.000Z
/******************************************************* * * * volInt.c * * * * This code computes volume integrals needed for * * determining mass ...
29.228571
84
0.470325
squarefk
68080c70acdabd1d3e5137466c037c8d81a2acfb
1,424
cpp
C++
engine/src/common/pixelboost/input/joystickManager.cpp
pixelballoon/pixelboost
085873310050ce62493df61142b7d4393795bdc2
[ "MIT" ]
6
2015-04-21T11:30:52.000Z
2020-04-29T00:10:04.000Z
engine/src/common/pixelboost/input/joystickManager.cpp
pixelballoon/pixelboost
085873310050ce62493df61142b7d4393795bdc2
[ "MIT" ]
null
null
null
engine/src/common/pixelboost/input/joystickManager.cpp
pixelballoon/pixelboost
085873310050ce62493df61142b7d4393795bdc2
[ "MIT" ]
null
null
null
#include "pixelboost/input/joystickManager.h" using namespace pb; JoystickHandler::JoystickHandler() { } JoystickHandler::~JoystickHandler() { } bool JoystickHandler::OnAxisChanged(int joystick, int stick, int axis, float value) { return false; } bool JoystickHandler::OnButtonDown(int joystick, int b...
19.777778
93
0.662219
pixelballoon
680d20a5390f605ac39b267c0f27585c472f45f7
1,805
cpp
C++
unittest/energy.cpp
thanhndv212/pinocchio
3b4d272bf4e8a231954b71201ee7e0963c944aef
[ "BSD-2-Clause-FreeBSD" ]
716
2015-03-30T16:26:45.000Z
2022-03-30T12:26:58.000Z
unittest/energy.cpp
thanhndv212/pinocchio
3b4d272bf4e8a231954b71201ee7e0963c944aef
[ "BSD-2-Clause-FreeBSD" ]
1,130
2015-02-21T17:30:44.000Z
2022-03-30T09:06:22.000Z
unittest/energy.cpp
thanhndv212/pinocchio
3b4d272bf4e8a231954b71201ee7e0963c944aef
[ "BSD-2-Clause-FreeBSD" ]
239
2015-02-05T14:15:14.000Z
2022-03-14T23:51:47.000Z
// // Copyright (c) 2016-2020 CNRS INRIA // #include "pinocchio/algorithm/energy.hpp" #include "pinocchio/algorithm/crba.hpp" #include "pinocchio/algorithm/joint-configuration.hpp" #include "pinocchio/algorithm/center-of-mass.hpp" #include "pinocchio/parsers/sample-models.hpp" #include <boost/test/unit_test.hpp> #in...
29.112903
98
0.754017
thanhndv212
680e090513b5ca735290d816d96ce46941a37677
1,317
hpp
C++
iOS/G3MiOSSDK/Commons/JSON/JSONBaseObject.hpp
AeroGlass/g3m
a21a9e70a6205f1f37046ae85dafc6e3bfaeb917
[ "BSD-2-Clause" ]
null
null
null
iOS/G3MiOSSDK/Commons/JSON/JSONBaseObject.hpp
AeroGlass/g3m
a21a9e70a6205f1f37046ae85dafc6e3bfaeb917
[ "BSD-2-Clause" ]
null
null
null
iOS/G3MiOSSDK/Commons/JSON/JSONBaseObject.hpp
AeroGlass/g3m
a21a9e70a6205f1f37046ae85dafc6e3bfaeb917
[ "BSD-2-Clause" ]
null
null
null
// // JSONBaseObject.hpp // G3MiOSSDK // // Created by Oliver Koehler on 17/09/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #ifndef G3MiOSSDK_JSONBaseObject #define G3MiOSSDK_JSONBaseObject class JSONObject; class JSONArray; class JSONBoolean; class JSONNumber; class JSONString; class JSON...
20.578125
67
0.707669
AeroGlass
680e8a0dcdf05979bd7192591cfa4ecbf8dae8f3
1,626
cpp
C++
Client/chat.cpp
edoblette/QtChat
154db25b97b2420a13b15993d1b4d0ee7b23c160
[ "MIT" ]
null
null
null
Client/chat.cpp
edoblette/QtChat
154db25b97b2420a13b15993d1b4d0ee7b23c160
[ "MIT" ]
null
null
null
Client/chat.cpp
edoblette/QtChat
154db25b97b2420a13b15993d1b4d0ee7b23c160
[ "MIT" ]
null
null
null
/** * CLIENT SIDE * Projet Reseau * @teacher Pablo Rauzy <pr@up8.edu> <https://pablo.rauzy.name/teaching.html#rmpp> * * @autor Edgar Oblette <edwardoblette@gmail.com> * @collegues: Lina Tlemcem * Nourdine --- * * 21/04/2019 */ #include "ui_chat.h" #include "eventshan...
27.1
85
0.599631
edoblette
681080aebf16c44e3f86bb1c1852e596638afe02
8,497
cpp
C++
src/ElgForward/loaders/scene_loader.cpp
BartSiwek/ElgForward
cd776d4f138f82ac881bd0508215274073a65aad
[ "MIT" ]
1
2016-06-07T07:37:31.000Z
2016-06-07T07:37:31.000Z
src/ElgForward/loaders/scene_loader.cpp
BartSiwek/ElgForward
cd776d4f138f82ac881bd0508215274073a65aad
[ "MIT" ]
null
null
null
src/ElgForward/loaders/scene_loader.cpp
BartSiwek/ElgForward
cd776d4f138f82ac881bd0508215274073a65aad
[ "MIT" ]
1
2021-03-08T07:20:25.000Z
2021-03-08T07:20:25.000Z
#include "scene_loader.h" #pragma warning(push) #pragma warning(disable: 4706) #include <nlohmann/json.hpp> #pragma warning(pop) #include <dxfw/dxfw.h> #include "core/json_helpers.h" #include "loaders/light_loader.h" #include "loaders/camera_loader.h" #include "loaders/material_loader.h" #include "loaders/mesh_loade...
39.156682
172
0.707073
BartSiwek
6810b9e013996f7d618e92ad385c6ffc122fb955
601
cpp
C++
Analysis/src/AlThrust.cpp
gganis/AlphappLite
e52a184c2d39a3acdd6ff09d1d61bcfca7807460
[ "Apache-2.0" ]
null
null
null
Analysis/src/AlThrust.cpp
gganis/AlphappLite
e52a184c2d39a3acdd6ff09d1d61bcfca7807460
[ "Apache-2.0" ]
null
null
null
Analysis/src/AlThrust.cpp
gganis/AlphappLite
e52a184c2d39a3acdd6ff09d1d61bcfca7807460
[ "Apache-2.0" ]
null
null
null
////////////////////////////////////////////////////////// // implementation of the AlThrust class methods // // Author : M. Hoerndl // /////////////////////////////////////////////////////////// #include "AlThrust.h" // default constructor : has to do something, // since it is not created out of qvec AlThrust::Al...
24.04
71
0.572379
gganis
68122067b1d2352555bae044246215ae359135a8
3,992
cpp
C++
Code/Engine/GameEngine/Physics/Implementation/ClothSheetSimulator.cpp
Tekh-ops/ezEngine
d6a5887d8709f267bf8f2943ef15054e29f6d3d5
[ "MIT" ]
703
2015-03-07T15:30:40.000Z
2022-03-30T00:12:40.000Z
Code/Engine/GameEngine/Physics/Implementation/ClothSheetSimulator.cpp
Tekh-ops/ezEngine
d6a5887d8709f267bf8f2943ef15054e29f6d3d5
[ "MIT" ]
233
2015-01-11T16:54:32.000Z
2022-03-19T18:00:47.000Z
Code/Engine/GameEngine/Physics/Implementation/ClothSheetSimulator.cpp
Tekh-ops/ezEngine
d6a5887d8709f267bf8f2943ef15054e29f6d3d5
[ "MIT" ]
101
2016-10-28T14:05:10.000Z
2022-03-30T19:00:59.000Z
#include <GameEngine/GameEnginePCH.h> #include <Foundation/SimdMath/SimdConversion.h> #include <GameEngine/Physics/ClothSheetSimulator.h> void ezClothSimulator::SimulateCloth(const ezTime& tDiff) { m_leftOverTimeStep += tDiff; constexpr ezTime tStep = ezTime::Seconds(1.0 / 60.0); const ezSimdFloat tStepSqr = s...
26.791946
194
0.676854
Tekh-ops
68135617db854f4ce233a3b6dc0df9a4087d88b5
2,344
hpp
C++
src/prx/simulation/playback/trajectory.hpp
aravindsiv/ML4KP
064015a7545e1713cbcad3e79807b5cec0849f54
[ "MIT" ]
3
2021-05-31T11:28:03.000Z
2021-05-31T13:49:30.000Z
src/prx/simulation/playback/trajectory.hpp
aravindsiv/ML4KP
064015a7545e1713cbcad3e79807b5cec0849f54
[ "MIT" ]
1
2021-09-03T09:39:32.000Z
2021-12-10T22:17:56.000Z
src/prx/simulation/playback/trajectory.hpp
aravindsiv/ML4KP
064015a7545e1713cbcad3e79807b5cec0849f54
[ "MIT" ]
2
2021-09-03T09:17:45.000Z
2021-10-04T15:52:58.000Z
#pragma once #include "prx/utilities/spaces/space.hpp" #include "prx/utilities/defs.hpp" #include <deque> namespace prx { /** * @brief <b>A class that defines a trajectory.</b> * * A trajectory consists of a sequence of states. * * @authors Zakary Littlefield * */ class trajectory_t {...
20.561404
92
0.699232
aravindsiv
6816ec48ab02ac844ecbad666ba6f61c60d884ce
16,932
cpp
C++
src/Context.cpp
k0zmo/clw
f0be6d1b674118a4b99bc879894eb9481c868887
[ "MIT" ]
1
2016-08-21T00:01:38.000Z
2016-08-21T00:01:38.000Z
src/Context.cpp
k0zmo/clw
f0be6d1b674118a4b99bc879894eb9481c868887
[ "MIT" ]
null
null
null
src/Context.cpp
k0zmo/clw
f0be6d1b674118a4b99bc879894eb9481c868887
[ "MIT" ]
null
null
null
/* Copyright (c) 2012, 2013 Kajetan Swierk <k0zmo@outlook.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights ...
35.055901
82
0.56408
k0zmo
6817374a7adaf810a5621a991bc6c6638fa695f5
457
tpp
C++
src/tp_plus_examples/src/tst_user_input.tpp
kobbled/rossum_example_ws
b705b8afab229a607c687bb9fb7dc7dac9bad87e
[ "Apache-2.0" ]
null
null
null
src/tp_plus_examples/src/tst_user_input.tpp
kobbled/rossum_example_ws
b705b8afab229a607c687bb9fb7dc7dac9bad87e
[ "Apache-2.0" ]
null
null
null
src/tp_plus_examples/src/tst_user_input.tpp
kobbled/rossum_example_ws
b705b8afab229a607c687bb9fb7dc7dac9bad87e
[ "Apache-2.0" ]
null
null
null
# Print a ascii tree with the base length # specified by the user # ----------------------- userclear() usershow() number := R[56] number = userReadInt('enter length of ascii tree.') i := R[46] Dummy_1 := R[225] Dummy_1 = number - 1 for i in (0 to Dummy_1) Dummy_2 := R[226] Dummy_2 = Dummy_1 - i j := R...
15.758621
51
0.544858
kobbled
6817d1b46bef915ad538225b3ecabdd2f05de687
1,668
cpp
C++
src/database/overlay/SoXipMenuStyle.cpp
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
2
2020-05-21T07:06:07.000Z
2021-06-28T02:14:34.000Z
src/database/overlay/SoXipMenuStyle.cpp
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
null
null
null
src/database/overlay/SoXipMenuStyle.cpp
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
6
2016-03-21T19:53:18.000Z
2021-06-08T18:06:03.000Z
/* Copyright (c) 2011, Siemens Corporate Research a Division of Siemens Corporation 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....
27.8
85
0.757794
OpenXIP
68194d10b70a101f39dcf8c5c984e13a327be87d
929
cpp
C++
src/pdb_component/parsers/hb/source/src/vdw/ca_main.cpp
MelvinYin/Defined_Proteins
75da20be82a47d85d27176db29580ab87d52b670
[ "BSD-3-Clause" ]
2
2021-01-05T02:55:57.000Z
2021-04-16T15:49:08.000Z
src/pdb_component/parsers/hb/source/src/vdw/ca_main.cpp
MelvinYin/Defined_Proteins
75da20be82a47d85d27176db29580ab87d52b670
[ "BSD-3-Clause" ]
null
null
null
src/pdb_component/parsers/hb/source/src/vdw/ca_main.cpp
MelvinYin/Defined_Proteins
75da20be82a47d85d27176db29580ab87d52b670
[ "BSD-3-Clause" ]
1
2021-01-05T08:12:38.000Z
2021-01-05T08:12:38.000Z
#include "pdb_data.hpp" #include "contact_data.hpp" #include "contact_formatting.hpp" int main(int argc, char *argv[]) { if (argc<4) { printf("You must supply a filename to compute on, filename for contacts data, as well as the filename for residue bounds data."); return -1; }; // Read the st...
29.967742
135
0.684607
MelvinYin
681a4a6294a488761f7e7f2d495b7c95e3556d21
2,195
cpp
C++
com/win32comext/taskscheduler/src/PyIProvideTaskPage.cpp
huanyin88/Mod-Pywin32-For-Python3.x-DDE
992931aa534357d54aaac34077f0128d3a740e5e
[ "Apache-2.0" ]
3
2020-06-18T16:57:44.000Z
2020-07-21T17:52:06.000Z
com/win32comext/taskscheduler/src/PyIProvideTaskPage.cpp
huanyin88/Mod-Pywin32-For-Python3.x-DDE
992931aa534357d54aaac34077f0128d3a740e5e
[ "Apache-2.0" ]
null
null
null
com/win32comext/taskscheduler/src/PyIProvideTaskPage.cpp
huanyin88/Mod-Pywin32-For-Python3.x-DDE
992931aa534357d54aaac34077f0128d3a740e5e
[ "Apache-2.0" ]
null
null
null
// This file implements the IProvideTaskPage Interface for Python. // Generated by makegw.py #include "PyIProvideTaskPage.h" #include "PyWinObjects.h" // @doc - This file contains autoduck documentation // --------------------------------------------------- // // Interface Implementation PyIProvideTaskPage::PyIProvi...
39.909091
119
0.708884
huanyin88
681bd6ac1bf927097f4279af4eafa91873035a77
7,147
hpp
C++
svntrunk/src/bgfe/obsolete_pk/reactor/include/reactor.hpp
Bhaskers-Blu-Org1/BlueMatter
1ab2c41af870c19e2e1b1095edd1d5c85eeb9b5e
[ "BSD-2-Clause" ]
7
2020-02-25T15:46:18.000Z
2022-02-25T07:04:47.000Z
svntrunk/src/bgfe/obsolete_pk/reactor/include/reactor.hpp
IBM/BlueMatter
5243c0ef119e599fc3e9b7c4213ecfe837de59f3
[ "BSD-2-Clause" ]
null
null
null
svntrunk/src/bgfe/obsolete_pk/reactor/include/reactor.hpp
IBM/BlueMatter
5243c0ef119e599fc3e9b7c4213ecfe837de59f3
[ "BSD-2-Clause" ]
5
2019-06-06T16:30:21.000Z
2020-11-16T19:43:01.000Z
/* Copyright 2001, 2019 IBM Corporation * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the * following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the * following d...
29.171429
118
0.633972
Bhaskers-Blu-Org1
681d1dfa678d19cb65a83b8532d3079b9fb2d741
3,764
cpp
C++
engine/time/source/CreatureStatisticsMarkerChecker.cpp
prolog/shadow-of-the-wyrm
a1312c3e9bb74473f73c4e7639e8bd537f10b488
[ "MIT" ]
60
2019-08-21T04:08:41.000Z
2022-03-10T13:48:04.000Z
engine/time/source/CreatureStatisticsMarkerChecker.cpp
prolog/shadow-of-the-wyrm
a1312c3e9bb74473f73c4e7639e8bd537f10b488
[ "MIT" ]
3
2021-03-18T15:11:14.000Z
2021-10-20T12:13:07.000Z
engine/time/source/CreatureStatisticsMarkerChecker.cpp
prolog/shadow-of-the-wyrm
a1312c3e9bb74473f73c4e7639e8bd537f10b488
[ "MIT" ]
8
2019-11-16T06:29:05.000Z
2022-01-23T17:33:43.000Z
#include "CreatureStatisticsMarkerChecker.hpp" #include "EngineConversion.hpp" #include "HungerCalculator.hpp" #include "RaceManager.hpp" #include "RNG.hpp" #include "StatisticsMarker.hpp" using namespace std; const int CreatureStatisticsMarkerChecker::PASSIVE_STATISTIC_THRESHOLD = 15; CreatureStatisticsMarkerChecke...
27.881481
148
0.729012
prolog
681e3bb316222511721a5a0d06ac03fe59db21d5
660
hpp
C++
ComputerInfo.hpp
Ferinko/CPPAmpRaytracer
459d9804cadd0489eea335cf4b6ba4a1256f76dd
[ "MIT" ]
null
null
null
ComputerInfo.hpp
Ferinko/CPPAmpRaytracer
459d9804cadd0489eea335cf4b6ba4a1256f76dd
[ "MIT" ]
null
null
null
ComputerInfo.hpp
Ferinko/CPPAmpRaytracer
459d9804cadd0489eea335cf4b6ba4a1256f76dd
[ "MIT" ]
null
null
null
#pragma once #include <amp.h> #include <ostream> namespace Smurf { void printPCInfo(std::wostream& os) { auto accelerators = Concurrency::accelerator::get_all(); for (auto && elem : accelerators) { os << elem.description << std::endl; } } void printRayTr...
30
84
0.506061
Ferinko
6821abf0af39f37c7d40ab5361c375fe549a2445
2,249
cpp
C++
Krispy/src/Krispy/Core/OrthographicCameraController.cpp
Dallin343/GameEngine
029de5127edb29f3372b354cf8902a29ee80d768
[ "MIT" ]
null
null
null
Krispy/src/Krispy/Core/OrthographicCameraController.cpp
Dallin343/GameEngine
029de5127edb29f3372b354cf8902a29ee80d768
[ "MIT" ]
null
null
null
Krispy/src/Krispy/Core/OrthographicCameraController.cpp
Dallin343/GameEngine
029de5127edb29f3372b354cf8902a29ee80d768
[ "MIT" ]
null
null
null
// // Created by dallin on 9/11/20. // #include "OrthographicCameraController.h" namespace Krispy { OrthographicCameraController::OrthographicCameraController(float aspectRatio, bool rotation) : m_Rotation(rotation), m_AspectRatio(aspectRatio), m_Camera(-m_AspectRatio * m_ZoomLevel, m_AspectRatio * ...
36.274194
117
0.672743
Dallin343
68240349f35988ea521f53be03241ffc2a993d52
5,149
cpp
C++
ProjectEuler+/euler-0015.cpp
sarvekash/HackerRank_Solutions
8f48e5b1a6e792a85a10d8c328cd1f5341fb16a8
[ "Apache-2.0" ]
null
null
null
ProjectEuler+/euler-0015.cpp
sarvekash/HackerRank_Solutions
8f48e5b1a6e792a85a10d8c328cd1f5341fb16a8
[ "Apache-2.0" ]
null
null
null
ProjectEuler+/euler-0015.cpp
sarvekash/HackerRank_Solutions
8f48e5b1a6e792a85a10d8c328cd1f5341fb16a8
[ "Apache-2.0" ]
1
2021-05-28T11:14:34.000Z
2021-05-28T11:14:34.000Z
// //////////////////////////////////////////////////////// // # Title // Lattice paths // // # URL // https://projecteuler.net/problem=15 // http://euler.stephan-brumme.com/15/ // // # Problem // Starting in the top left corner of a 2x2 grid, and only being able to move to the right and down, // there are exactly 6 ro...
37.043165
148
0.646533
sarvekash
6825cbe7fd45c02203f82d3966e4fa4776b31e87
19,718
cpp
C++
msf_localization_ros/src/source/ros_free_model_robot_interface.cpp
Ahrovan/msf_localization
a78ba2473115234910789617e9b45262ebf1d13d
[ "BSD-3-Clause" ]
1
2021-02-27T15:23:13.000Z
2021-02-27T15:23:13.000Z
msf_localization_ros/src/source/ros_free_model_robot_interface.cpp
Ahrovan/msf_localization
a78ba2473115234910789617e9b45262ebf1d13d
[ "BSD-3-Clause" ]
null
null
null
msf_localization_ros/src/source/ros_free_model_robot_interface.cpp
Ahrovan/msf_localization
a78ba2473115234910789617e9b45262ebf1d13d
[ "BSD-3-Clause" ]
null
null
null
#include "msf_localization_ros/ros_free_model_robot_interface.h" #include "msf_localization_core/msfLocalization.h" RosFreeModelRobotInterface::RosFreeModelRobotInterface(ros::NodeHandle* nh, tf::TransformBroadcaster *tf_transform_broadcaster, MsfLocalizationCore* msf_localization_core_ptr) : RosRobotInterface(...
36.650558
230
0.750127
Ahrovan
68278f6de4cfe566b0345654a6af702a3c9b553e
5,054
cpp
C++
src/mame/drivers/sanremmg.cpp
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
26
2015-03-31T06:25:51.000Z
2021-12-14T09:29:04.000Z
src/mame/drivers/sanremmg.cpp
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
null
null
null
src/mame/drivers/sanremmg.cpp
Robbbert/messui
49b756e2140d8831bc81335298ee8c5471045e79
[ "BSD-3-Clause" ]
10
2015-03-27T05:45:51.000Z
2022-02-04T06:57:36.000Z
// license:BSD-3-Clause // copyright-holders:David Haywood /* San Remo / Elsy games presumably gambling games, maybe missing a sub-board? Devices 1x unknown quad SMT chip etched "ELSY" main 1x M30624FGAFP 16-bit Single-Chip Microcomputer - main (internal ROM not dumped) 1x TDA2003 Audio Amplifier - sound 1x oscillat...
34.855172
179
0.750693
Robbbert
6827daa819555eef6698af9548abe30e355a3392
3,953
cpp
C++
src/160_intersection_of_two_linked_lists.cpp
llife09/leetcode
f5bd6bc7819628b9921441d8362f62123ab881b7
[ "MIT" ]
1
2019-09-01T22:54:39.000Z
2019-09-01T22:54:39.000Z
src/160_intersection_of_two_linked_lists.cpp
llife09/leetcode
f5bd6bc7819628b9921441d8362f62123ab881b7
[ "MIT" ]
6
2019-07-19T07:16:42.000Z
2019-07-26T08:21:31.000Z
src/160_intersection_of_two_linked_lists.cpp
llife09/leetcode
f5bd6bc7819628b9921441d8362f62123ab881b7
[ "MIT" ]
null
null
null
/* Intersection of Two Linked Lists URL: https://leetcode.com/problems/intersection-of-two-linked-lists Tags: ['linked-list'] ___ Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: [![](https://assets.leetcode.com/uploads/2018/...
28.235714
137
0.620288
llife09
68344879905a2fd5f125c66422f3d191d8429164
2,966
cc
C++
tests/test_ipsec.cc
ANLAB-KAIST/NBA
a093a72af32ccdc041792a01ae65a699294470cd
[ "MIT" ]
61
2015-03-25T04:49:09.000Z
2020-11-24T08:36:19.000Z
tests/test_ipsec.cc
ANLAB-KAIST/NBA
a093a72af32ccdc041792a01ae65a699294470cd
[ "MIT" ]
32
2015-04-29T08:20:39.000Z
2017-02-09T22:49:37.000Z
tests/test_ipsec.cc
ANLAB-KAIST/NBA
a093a72af32ccdc041792a01ae65a699294470cd
[ "MIT" ]
11
2015-07-24T22:48:05.000Z
2020-09-10T11:48:47.000Z
#include <cstdint> #include <cstdlib> #include <cstdio> #include <unordered_map> #ifdef USE_CUDA #include <cuda_runtime.h> #endif #include <nba/framework/datablock.hh> #include <nba/framework/datablock_shared.hh> #include <nba/element/annotation.hh> #include <nba/element/packet.hh> #include <nba/element/packetbatch.hh>...
29.66
111
0.683749
ANLAB-KAIST
683471193b0181139b491d4c60980f08955bbe39
11,256
cpp
C++
Sankore-3.1/src/domain/UBGraphicsMediaItem.cpp
eaglezzb/rsdc
cce881f6542ff206bf286cf798c8ec8da3b51d50
[ "MIT" ]
null
null
null
Sankore-3.1/src/domain/UBGraphicsMediaItem.cpp
eaglezzb/rsdc
cce881f6542ff206bf286cf798c8ec8da3b51d50
[ "MIT" ]
null
null
null
Sankore-3.1/src/domain/UBGraphicsMediaItem.cpp
eaglezzb/rsdc
cce881f6542ff206bf286cf798c8ec8da3b51d50
[ "MIT" ]
null
null
null
/* * Copyright (C) 2010-2013 Groupement d'Intรฉrรชt Public pour l'Education Numรฉrique en Afrique (GIP ENA) * * This file is part of Open-Sankorรฉ. * * Open-Sankorรฉ 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 Found...
30.016
147
0.661514
eaglezzb
683758dcbc7168f1c6a4b23ddf2f7e66fd0438f9
2,653
cpp
C++
orbsvcs/Event/EC_Bitmask_Filter.cpp
binary42/OCI
08191bfe4899f535ff99637d019734ed044f479d
[ "MIT" ]
null
null
null
orbsvcs/Event/EC_Bitmask_Filter.cpp
binary42/OCI
08191bfe4899f535ff99637d019734ed044f479d
[ "MIT" ]
null
null
null
orbsvcs/Event/EC_Bitmask_Filter.cpp
binary42/OCI
08191bfe4899f535ff99637d019734ed044f479d
[ "MIT" ]
null
null
null
// $Id: EC_Bitmask_Filter.cpp 1861 2011-08-31 16:18:08Z mesnierp $ #include "orbsvcs/Event/EC_Bitmask_Filter.h" TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_EC_Bitmask_Filter::TAO_EC_Bitmask_Filter (CORBA::ULong source_mask, CORBA::ULong type_mask, ...
22.483051
71
0.652469
binary42
683787adcf74d0720ef1397164780d2759656daa
879
cpp
C++
Source/Flopnite/Private/FNAttributeSet.cpp
BEASTSM96/flopnite-ue4
76193544a6b7fe6b969864e74409b6b5a43f3d7a
[ "MIT" ]
null
null
null
Source/Flopnite/Private/FNAttributeSet.cpp
BEASTSM96/flopnite-ue4
76193544a6b7fe6b969864e74409b6b5a43f3d7a
[ "MIT" ]
null
null
null
Source/Flopnite/Private/FNAttributeSet.cpp
BEASTSM96/flopnite-ue4
76193544a6b7fe6b969864e74409b6b5a43f3d7a
[ "MIT" ]
null
null
null
// Fill out your copyright notice in the Description page of Project Settings. #include "FNAttributeSet.h" #include "Net/UnrealNetwork.h" UFNAttributeSet::UFNAttributeSet() { } void UFNAttributeSet::PreAttributeChange(const FGameplayAttribute& Attribute, float& NewValue) { Super::PreAttributeChange(Attribute, New...
30.310345
101
0.829352
BEASTSM96
683a085249930e046385b141a55e5d2152dd78b6
1,351
cpp
C++
PBitmapLibrary/Sample.cpp
bear1704/WindowsProgramming_Portfolio
83f1d763c73d08b82291aa894ef246558fdf0198
[ "Apache-2.0" ]
null
null
null
PBitmapLibrary/Sample.cpp
bear1704/WindowsProgramming_Portfolio
83f1d763c73d08b82291aa894ef246558fdf0198
[ "Apache-2.0" ]
null
null
null
PBitmapLibrary/Sample.cpp
bear1704/WindowsProgramming_Portfolio
83f1d763c73d08b82291aa894ef246558fdf0198
[ "Apache-2.0" ]
null
null
null
#include "Sample.h" Sample::Sample() { } Sample::~Sample() { } bool Sample::Init() { object_background_bitmap_.Init(); object_background_bitmap_.Load(L"../../data/bitmap/Loading800x600.bmp"); PRectObjectStat stat; stat.position = pPoint(0, 0); RECT rect = { 0, 0, rectangle_client.right, rectangle_client.bott...
18.506849
98
0.695781
bear1704
683a4c91e23d361308f426615c06b1df1389926a
13,848
cpp
C++
Engine/src/core/Quaternion.cpp
katoun/kg_engine
fdcc6ec01b191d07cedf7a8d6c274166e25401a8
[ "Unlicense" ]
2
2015-04-21T05:36:12.000Z
2017-04-16T19:31:26.000Z
Engine/src/core/Quaternion.cpp
katoun/kg_engine
fdcc6ec01b191d07cedf7a8d6c274166e25401a8
[ "Unlicense" ]
null
null
null
Engine/src/core/Quaternion.cpp
katoun/kg_engine
fdcc6ec01b191d07cedf7a8d6c274166e25401a8
[ "Unlicense" ]
null
null
null
/* ----------------------------------------------------------------------------- KG game engine (http://katoun.github.com/kg_engine) is made available under the MIT License. Copyright (c) 2006-2013 Catalin Alexandru Nastase Permission is hereby granted, free of charge, to any person obtaining a copy of this software ...
22.927152
104
0.578928
katoun
683f14df85f58185b1c55e9c870de4008820903c
550
cpp
C++
Data Structures and Algorithms CPP/10 Linked List 2/04ReverseRec.cpp
shivamaggarwal513/Coding-Ninjas
b445f4caf09730cc0a6cc7d2ab10fda3e9188111
[ "MIT" ]
null
null
null
Data Structures and Algorithms CPP/10 Linked List 2/04ReverseRec.cpp
shivamaggarwal513/Coding-Ninjas
b445f4caf09730cc0a6cc7d2ab10fda3e9188111
[ "MIT" ]
null
null
null
Data Structures and Algorithms CPP/10 Linked List 2/04ReverseRec.cpp
shivamaggarwal513/Coding-Ninjas
b445f4caf09730cc0a6cc7d2ab10fda3e9188111
[ "MIT" ]
null
null
null
#include <iostream> #include "..\09 Linked List 1\01LinkedList.h" using namespace std; Node *reverseLLRec(Node *head) { if (!(head && head->next)) return head; Node *newHead = reverseLLRec(head->next); Node *temp = newHead; while (temp->next) temp = temp->next; temp->next = head; ...
18.333333
45
0.552727
shivamaggarwal513
684382b1883cc26b1f2b8ac15edb63fe4f070be1
2,118
cpp
C++
data/train/cpp/684382b1883cc26b1f2b8ac15edb63fe4f070be1TestRepository.cpp
harshp8l/deep-learning-lang-detection
2a54293181c1c2b1a2b840ddee4d4d80177efb33
[ "MIT" ]
84
2017-10-25T15:49:21.000Z
2021-11-28T21:25:54.000Z
data/train/cpp/684382b1883cc26b1f2b8ac15edb63fe4f070be1TestRepository.cpp
vassalos/deep-learning-lang-detection
cbb00b3e81bed3a64553f9c6aa6138b2511e544e
[ "MIT" ]
5
2018-03-29T11:50:46.000Z
2021-04-26T13:33:18.000Z
data/train/cpp/684382b1883cc26b1f2b8ac15edb63fe4f070be1TestRepository.cpp
vassalos/deep-learning-lang-detection
cbb00b3e81bed3a64553f9c6aa6138b2511e544e
[ "MIT" ]
24
2017-11-22T08:31:00.000Z
2022-03-27T01:22:31.000Z
/* * MacGitver * Copyright (C) 2012-2013 The MacGitver-Developers <dev@macgitver.org> * * (C) Sascha Cunz <sascha@macgitver.org> * (C) Cunz RaD Ltd. * * This program is free software; you can redistribute it and/or modify it under the terms of the * GNU General Public License (Version 2) as published by the Fre...
27.153846
100
0.704438
harshp8l
96961f8c99a776743b1a779a152b99b8ce30b131
1,734
hpp
C++
src/libhashkit/rijndael.hpp
remicollet/libmemcached
5d97952f140aaed543d06150e5d05b56c4971b51
[ "BSD-3-Clause" ]
null
null
null
src/libhashkit/rijndael.hpp
remicollet/libmemcached
5d97952f140aaed543d06150e5d05b56c4971b51
[ "BSD-3-Clause" ]
null
null
null
src/libhashkit/rijndael.hpp
remicollet/libmemcached
5d97952f140aaed543d06150e5d05b56c4971b51
[ "BSD-3-Clause" ]
null
null
null
/* +--------------------------------------------------------------------+ | libmemcached-awesome - C/C++ Client Library for memcached | +--------------------------------------------------------------------+ | Redistribution and use in source and binary forms, with or without | | modificatio...
45.631579
90
0.567474
remicollet
96974e75f756a3ddc8aea42f9af6f45f958dad4a
3,338
hh
C++
tests/quizzer/deserializers/AssessmentDeserializerTest.hh
davidmogar/quizzer-hack
04fbd8faffc03f9924ebb75e2334114f1b931b88
[ "MIT" ]
null
null
null
tests/quizzer/deserializers/AssessmentDeserializerTest.hh
davidmogar/quizzer-hack
04fbd8faffc03f9924ebb75e2334114f1b931b88
[ "MIT" ]
null
null
null
tests/quizzer/deserializers/AssessmentDeserializerTest.hh
davidmogar/quizzer-hack
04fbd8faffc03f9924ebb75e2334114f1b931b88
[ "MIT" ]
null
null
null
<?hh require_once 'quizzer/deserializers/AssessmentDeserializer.hh'; class AssessmentDeserializerTest extends PHPUnit_Framework_TestCase { private static $questionsJson = '{ "questions": [ { "type": "multichoice", "id" : 1, "questionText": "Scala fue creado por...", "alternatives": [ { "text": "Martin...
55.633333
123
0.619233
davidmogar
969821dddfb585019e6128e8689b6e60984ca4a6
1,297
cpp
C++
C++/LeetCode/0450.cpp
Nimesh-Srivastava/DSA
db33aa138f0df8ab6015d2e8ec3ddde1c6838848
[ "MIT" ]
4
2021-08-28T19:16:50.000Z
2022-03-04T19:46:31.000Z
C++/LeetCode/0450.cpp
Nimesh-Srivastava/DSA
db33aa138f0df8ab6015d2e8ec3ddde1c6838848
[ "MIT" ]
8
2021-10-29T19:10:51.000Z
2021-11-03T12:38:00.000Z
C++/LeetCode/0450.cpp
Nimesh-Srivastava/DSA
db33aa138f0df8ab6015d2e8ec3ddde1c6838848
[ "MIT" ]
4
2021-09-06T05:53:07.000Z
2021-12-24T10:31:40.000Z
class Solution { public: int getVal(TreeNode* root){ if(!root -> right) return root -> val; return getVal(root -> right); } TreeNode* delNode(TreeNode* root, int key){ if(!root) return NULL; if(root -> val == key){ ...
23.581818
66
0.374711
Nimesh-Srivastava
969e602e1eb24f0be93741aa364948d7b904f31e
413
cpp
C++
Leetcode/2114.cpp
prameetu/CP_codes
41f8cfc188d2e08a8091bc5134247d05ba8a78f5
[ "MIT" ]
null
null
null
Leetcode/2114.cpp
prameetu/CP_codes
41f8cfc188d2e08a8091bc5134247d05ba8a78f5
[ "MIT" ]
null
null
null
Leetcode/2114.cpp
prameetu/CP_codes
41f8cfc188d2e08a8091bc5134247d05ba8a78f5
[ "MIT" ]
null
null
null
#include<bits/stdc++.h> using namespace std; class Solution { public: int mostWordsFound(vector<string>& sentences) { int ans(0); for(auto x:sentences) { int curr_ans(0); for(auto words:x) { if(words == ' ') curr_ans++...
19.666667
51
0.438257
prameetu
969eb2ddcb0a1e56dfcd28c69e81c0c3ef5a9384
88,143
hpp
C++
utils/alias.hpp
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
utils/alias.hpp
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
utils/alias.hpp
zouxiaoliang/nerv-kubernetes-client-c
07528948c643270fd757d38edc68da8c9628ee7a
[ "Apache-2.0" ]
null
null
null
#ifndef ALIAS_H #define ALIAS_H #define NS_API(type) io_k8s_api_core_##type #define function_alias(name) namespace nerv { namespace k8s { // core namespace core { typedef struct io_k8s_api_core_v1_namespace_t v1_namespace_t; // io_k8s_api_core_v1_namespace_t typedef struct io_k8s_api_core_v1_binding_t v1_binding_t; /...
66.422758
186
0.935003
zouxiaoliang
96a3b765eb5f7343224730fff1913d50479d4139
1,042
cpp
C++
19999/11054.cpp
rmagur1203/acmicpc
83c4018548e42fc758b3858e8290990701e69e73
[ "MIT" ]
null
null
null
19999/11054.cpp
rmagur1203/acmicpc
83c4018548e42fc758b3858e8290990701e69e73
[ "MIT" ]
null
null
null
19999/11054.cpp
rmagur1203/acmicpc
83c4018548e42fc758b3858e8290990701e69e73
[ "MIT" ]
1
2022-01-11T05:03:52.000Z
2022-01-11T05:03:52.000Z
#include <iostream> #include <algorithm> #define MAX 1001 using namespace std; int arr[MAX]; int f_dp[MAX]; int b_dp[MAX]; int f_lis(int k) { if (k <= 0) return 1; if (f_dp[k] > 0) return f_dp[k]; int mx = -1; for (int i = k - 1; i >= 0; i--) { if (arr[i] < arr[k]) ...
16.806452
49
0.415547
rmagur1203
96a55515e63b554e7889792b81ca15583ee212b3
1,305
cc
C++
445.Add-Two-Numbers-II/AddNumII.cc
stdbilly/leetcode
752704ff99c21863bde4c929b7cc4fa18128cf39
[ "MIT" ]
null
null
null
445.Add-Two-Numbers-II/AddNumII.cc
stdbilly/leetcode
752704ff99c21863bde4c929b7cc4fa18128cf39
[ "MIT" ]
null
null
null
445.Add-Two-Numbers-II/AddNumII.cc
stdbilly/leetcode
752704ff99c21863bde4c929b7cc4fa18128cf39
[ "MIT" ]
null
null
null
#include <stack> #include "list/list.h" using std::stack; class Solution { public: ListNode* addTwoNumbers(ListNode* l1, ListNode* l2) { stack<int> s1, s2; while (l1) { s1.push(l1->val); l1 = l1->next; } while (l2) { s2.push(l2->val); ...
24.166667
57
0.468966
stdbilly
96a713e91c76935a4ab020d15957b298d7e02cec
1,190
hpp
C++
src/test/cpp/cn/edu/SUSTech/YeCanming/Judge/GTestExtensions.hpp
2catycm/P_Algorithm_Design_and_Analysis_cpp
d1678d4db6f59a11215a8c790c2852bf9ad852dd
[ "MulanPSL-1.0" ]
null
null
null
src/test/cpp/cn/edu/SUSTech/YeCanming/Judge/GTestExtensions.hpp
2catycm/P_Algorithm_Design_and_Analysis_cpp
d1678d4db6f59a11215a8c790c2852bf9ad852dd
[ "MulanPSL-1.0" ]
null
null
null
src/test/cpp/cn/edu/SUSTech/YeCanming/Judge/GTestExtensions.hpp
2catycm/P_Algorithm_Design_and_Analysis_cpp
d1678d4db6f59a11215a8c790c2852bf9ad852dd
[ "MulanPSL-1.0" ]
null
null
null
#include <gtest/gtest.h> #include <span> #define EXPECT_MEMEQ(val1, val2, limit) \ if (0 != memcmp(val1, val2, limit)) { \ std::cout << "Expected: " << std::hex << std::uppercase << std::setfill('0'); \ for (co...
74.375
87
0.290756
2catycm
96ab59e9195b9969d9f4be59ebe7ab4157bc8a37
2,027
hpp
C++
src/match.hpp
weibaohui/pipy
14494f650fecc28410952c4c70f659f7b69b2c6a
[ "BSL-1.0" ]
null
null
null
src/match.hpp
weibaohui/pipy
14494f650fecc28410952c4c70f659f7b69b2c6a
[ "BSL-1.0" ]
null
null
null
src/match.hpp
weibaohui/pipy
14494f650fecc28410952c4c70f659f7b69b2c6a
[ "BSL-1.0" ]
null
null
null
/* * Copyright (c) 2019 by flomesh.io * * Unless prior written consent has been obtained from the copyright * owner, the following shall not be allowed. * * 1. The distribution of any source codes, header files, make files, * or libraries of the software. * * 2. Disclosure of any source codes pertaini...
25.658228
77
0.693636
weibaohui
96ab99724a04c28c0f499d19bdae15f9d917c31b
630
cpp
C++
src/0592_FractionAdditionandSubtraction/solution.cpp
hustzxd/leetcode
83828602183e4709a6f20f163951e10b66f26935
[ "MIT" ]
null
null
null
src/0592_FractionAdditionandSubtraction/solution.cpp
hustzxd/leetcode
83828602183e4709a6f20f163951e10b66f26935
[ "MIT" ]
null
null
null
src/0592_FractionAdditionandSubtraction/solution.cpp
hustzxd/leetcode
83828602183e4709a6f20f163951e10b66f26935
[ "MIT" ]
null
null
null
#include "../../include/solution.h" class Solution { public: string fractionAddition(string expression) { istringstream in(expression); int a=0, b=1, c, d; char _; while (in >> c >> _ >> d) { a = a * d + b * c; b = b * d; int g = abs(gcd(a, b)); ...
20.322581
55
0.44127
hustzxd
96ad47916296749853a87e1cd3a4e43bade6f889
9,546
cpp
C++
Utilities/ftgl/src/FTVectoriser.cpp
Lin1225/vtk_v5.10.0
b54ac74f4716572862365fbff28cd0ecb8d08c3d
[ "BSD-3-Clause" ]
3
2020-06-20T23:31:06.000Z
2021-01-11T02:17:16.000Z
Utilities/ftgl/src/FTVectoriser.cpp
Lin1225/vtk_v5.10.0
b54ac74f4716572862365fbff28cd0ecb8d08c3d
[ "BSD-3-Clause" ]
2
2015-06-19T07:24:42.000Z
2015-06-19T13:39:01.000Z
Utilities/ftgl/src/FTVectoriser.cpp
Lin1225/vtk_v5.10.0
b54ac74f4716572862365fbff28cd0ecb8d08c3d
[ "BSD-3-Clause" ]
5
2015-03-23T21:13:19.000Z
2022-01-03T11:15:39.000Z
#include "FTVectoriser.h" #include "FTGL.h" #ifdef FTGL_DEBUG #include "mmgr.h" #endif #ifndef CALLBACK #define CALLBACK #endif extern "C" { typedef void (CALLBACK*ftglCallback)(); void CALLBACK ftglError( GLenum errCode, FTMesh* mesh) { mesh->Error( errCode); } void CALLBACK ftglVertex( void* data, FTMesh*...
22.148492
97
0.589357
Lin1225
96bacdbe3160a6594e226f92f48e771148e930cc
1,772
cpp
C++
galaxy/src/galaxy/core/Config.cpp
reworks/rework
90508252c9a4c77e45a38e7ce63cfd99f533f42b
[ "Apache-2.0" ]
6
2018-07-21T20:37:01.000Z
2018-10-31T01:49:35.000Z
galaxy/src/galaxy/core/Config.cpp
reworks/rework
90508252c9a4c77e45a38e7ce63cfd99f533f42b
[ "Apache-2.0" ]
null
null
null
galaxy/src/galaxy/core/Config.cpp
reworks/rework
90508252c9a4c77e45a38e7ce63cfd99f533f42b
[ "Apache-2.0" ]
null
null
null
/// /// Config.cpp /// galaxy /// /// Refer to LICENSE.txt for more details. /// #include <fstream> #include "Config.hpp" namespace galaxy { namespace core { Config::Config() noexcept : m_loaded {false} { m_config = "{\"config\":{}}"_json; } Config::Config(std::string_view file) : m_loaded {false...
16.560748
80
0.560948
reworks
96bd074058fbaa114c758fc21664a2551ff6bccf
1,210
hpp
C++
aslam_cv/aslam_cameras/include/aslam/implementation/utilities.hpp
PushyamiKaveti/kalibr
d8bdfc59ee666ef854012becc93571f96fe5d80c
[ "BSD-4-Clause" ]
2,690
2015-01-07T03:50:23.000Z
2022-03-31T20:27:01.000Z
aslam_cv/aslam_cameras/include/aslam/implementation/utilities.hpp
PushyamiKaveti/kalibr
d8bdfc59ee666ef854012becc93571f96fe5d80c
[ "BSD-4-Clause" ]
481
2015-01-27T10:21:00.000Z
2022-03-31T14:02:41.000Z
aslam_cv/aslam_cameras/include/aslam/implementation/utilities.hpp
PushyamiKaveti/kalibr
d8bdfc59ee666ef854012becc93571f96fe5d80c
[ "BSD-4-Clause" ]
1,091
2015-01-26T21:21:13.000Z
2022-03-30T01:55:33.000Z
namespace aslam { template<typename FRAME_T> void doBackProjection(FRAME_T & frame) { typedef FRAME_T frame_t; typedef typename frame_t::keypoint_t keypoint_t; typedef typename frame_t::camera_geometry_t camera_geometry_t; const camera_geometry_t & geometry = frame.geometry(); for (size_t k = 0; k < frame.n...
28.139535
66
0.705785
PushyamiKaveti
96c032133b7b1c4038487c6ad81795b9b18f9eee
1,570
cpp
C++
src/tests/world_assertions.cpp
fairlight1337/GDAPlanner
c39d4e8fdcb0bbf18ff9e646349161853943dd5e
[ "BSD-2-Clause" ]
null
null
null
src/tests/world_assertions.cpp
fairlight1337/GDAPlanner
c39d4e8fdcb0bbf18ff9e646349161853943dd5e
[ "BSD-2-Clause" ]
null
null
null
src/tests/world_assertions.cpp
fairlight1337/GDAPlanner
c39d4e8fdcb0bbf18ff9e646349161853943dd5e
[ "BSD-2-Clause" ]
null
null
null
#include <iostream> #include <cstdlib> #include <string> #include <gdaplanner/GDAPlanner.h> using namespace gdaplanner; int main(__attribute__((unused)) int argc, __attribute__((unused)) char** argv) { int nReturnvalue = EXIT_FAILURE; World::Ptr wdWorld = World::create(); Expression exA = Expression::p...
23.432836
83
0.576433
fairlight1337
96c19a8b815f0da1e1ea7a54f5aedaf68c587d95
2,059
cpp
C++
XJ Contests/2021/1.2/T2/me.cpp
jinzhengyu1212/Clovers
0efbb0d87b5c035e548103409c67914a1f776752
[ "MIT" ]
null
null
null
XJ Contests/2021/1.2/T2/me.cpp
jinzhengyu1212/Clovers
0efbb0d87b5c035e548103409c67914a1f776752
[ "MIT" ]
null
null
null
XJ Contests/2021/1.2/T2/me.cpp
jinzhengyu1212/Clovers
0efbb0d87b5c035e548103409c67914a1f776752
[ "MIT" ]
null
null
null
/* the vast starry sky, bright for those who chase the light. */ #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> pii; #define mk make_pair const int inf=(int)1e9; const ll INF=(ll)5e18; const int MOD=998244353; int _abs(int x){return x<0 ? -x : x;} int add(int x,int y){x+=y; ret...
26.063291
98
0.504614
jinzhengyu1212
96c43e87f29f8126f14efbbf8ceec6a03312e5c2
6,625
cpp
C++
check/TestFreezeBasis.cpp
chrhansk/HiGHS
311aa8571925ed23c952687569dbe7207e542e0a
[ "MIT" ]
3
2019-04-17T11:34:07.000Z
2021-05-21T05:56:42.000Z
check/TestFreezeBasis.cpp
chrhansk/HiGHS
311aa8571925ed23c952687569dbe7207e542e0a
[ "MIT" ]
17
2020-03-30T19:16:59.000Z
2020-12-15T01:01:42.000Z
check/TestFreezeBasis.cpp
chrhansk/HiGHS
311aa8571925ed23c952687569dbe7207e542e0a
[ "MIT" ]
1
2022-02-08T19:30:43.000Z
2022-02-08T19:30:43.000Z
#include "Highs.h" #include "catch.hpp" const double inf = kHighsInf; const bool dev_run = false; const double double_equal_tolerance = 1e-5; TEST_CASE("FreezeBasis", "[highs_test_freeze_basis]") { std::string filename; filename = std::string(HIGHS_DIR) + "/check/instances/avgas.mps"; Highs highs; if (!dev_r...
40.895062
79
0.736151
chrhansk
96c53110064be6f4400cd9f3fd1c77f3f79af362
82,078
cpp
C++
src/test/dict_test/dict_test.cpp
shines77/jstd
a9fe267ac692162af53e16515a3552b45b6fd55a
[ "MIT" ]
null
null
null
src/test/dict_test/dict_test.cpp
shines77/jstd
a9fe267ac692162af53e16515a3552b45b6fd55a
[ "MIT" ]
null
null
null
src/test/dict_test/dict_test.cpp
shines77/jstd
a9fe267ac692162af53e16515a3552b45b6fd55a
[ "MIT" ]
1
2021-06-21T12:33:06.000Z
2021-06-21T12:33:06.000Z
#ifdef _MSC_VER // Your can edit 'JSTD_ENABLE_VLD' marco in <jstd/basic/vld_def.h> file // to switch Visual Leak Detector(vld). #include <jstd/basic/vld.h> #endif #ifndef __SSE4_2__ #define __SSE4_2__ 1 #endif #include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> #include <iostre...
34.25626
163
0.547833
shines77
96c569ef7d41d75f7e9c2704a8fd5076345ae767
3,126
cpp
C++
Asdos/Tugas-Latihan/Tgs2_672021224.cpp
DimasAkmall/DDP
f6411aafc799378f99119dd35033047bd1bdb950
[ "MIT" ]
null
null
null
Asdos/Tugas-Latihan/Tgs2_672021224.cpp
DimasAkmall/DDP
f6411aafc799378f99119dd35033047bd1bdb950
[ "MIT" ]
null
null
null
Asdos/Tugas-Latihan/Tgs2_672021224.cpp
DimasAkmall/DDP
f6411aafc799378f99119dd35033047bd1bdb950
[ "MIT" ]
null
null
null
// Dimas Akmal Widi Pradana - 672021224 - DDP F #include <iostream> using namespace std; /*int main(){ int a; cout << "masukkan a (maks 9): "; cin >> a; for (int k = 1; k <= 8*a+8; k++){ cout << " "; } for (int i = 1; i <= a-8; i++){ cout << " " << " " << " " <<...
22.328571
76
0.27991
DimasAkmall
96c946d267f9328e957d6c1dece07f6b38182e56
2,870
cpp
C++
QtCef/QtCef/main.cpp
fuyanzhi1234/DevelopQt
f4590cca8cde5e8b38ee19d97ea82c43257ec1b3
[ "MIT" ]
null
null
null
QtCef/QtCef/main.cpp
fuyanzhi1234/DevelopQt
f4590cca8cde5e8b38ee19d97ea82c43257ec1b3
[ "MIT" ]
null
null
null
QtCef/QtCef/main.cpp
fuyanzhi1234/DevelopQt
f4590cca8cde5e8b38ee19d97ea82c43257ec1b3
[ "MIT" ]
null
null
null
#include "qtcef.h" #include <QApplication> #include <qt_windows.h> #include "include/base/cef_scoped_ptr.h" #include "include/cef_command_line.h" #include "include/cef_sandbox_win.h" #include "cefsimple/simple_app.h" #include "include/cef_sandbox_win.h" #include <QMessageBox> #include "cefsimple/simple_handler....
28.7
79
0.7
fuyanzhi1234
96ca802a7ae3ba460994ccc7caadd74cce9997be
1,640
cpp
C++
Siv3D/src/Siv3D-Platform/WindowsDesktop/Window/HighDPI.cpp
yumetodo/OpenSiv3D
ea191438ecbc64185f5df3d9f79dffc6757e4192
[ "MIT" ]
7
2020-04-26T11:06:02.000Z
2021-09-05T16:42:31.000Z
Siv3D/src/Siv3D-Platform/WindowsDesktop/Window/HighDPI.cpp
yumetodo/OpenSiv3D
ea191438ecbc64185f5df3d9f79dffc6757e4192
[ "MIT" ]
10
2020-04-26T13:25:36.000Z
2022-03-01T12:34:44.000Z
Siv3D/src/Siv3D-Platform/WindowsDesktop/Window/HighDPI.cpp
yumetodo/OpenSiv3D
ea191438ecbc64185f5df3d9f79dffc6757e4192
[ "MIT" ]
2
2020-05-11T08:23:23.000Z
2020-08-08T12:33:30.000Z
๏ปฟ//----------------------------------------------- // // This file is part of the Siv3D Engine. // // Copyright (c) 2008-2019 Ryo Suzuki // Copyright (c) 2016-2019 OpenSiv3D Project // // Licensed under the MIT License. // //----------------------------------------------- # include <Siv3D/EngineLog.hpp> # include <Siv...
26.451613
140
0.693293
yumetodo
96cbd824a9526d5c62a48c4144d4fefaa6bda4c5
2,786
cpp
C++
cpp/virtual/virtual3.cpp
stdbilly/CS_Note
a8a87e135a525d53c283a4c70fb942c9ca59a758
[ "MIT" ]
2
2020-12-09T09:55:51.000Z
2021-01-08T11:38:22.000Z
cpp/virtual/virtual3.cpp
stdbilly/CS_Note
a8a87e135a525d53c283a4c70fb942c9ca59a758
[ "MIT" ]
null
null
null
cpp/virtual/virtual3.cpp
stdbilly/CS_Note
a8a87e135a525d53c283a4c70fb942c9ca59a758
[ "MIT" ]
null
null
null
#pragma vtordisp(off) #include <iostream> using std::cout; using std::endl; class Base1 { public: Base1() : _iBase1(10) {} virtual void f() { cout << "Base1::f()" << endl; } virtual void g() { cout << "Base1::g()" << endl; } virtual void h() { cout << "Base1::h()" << endl; } priv...
19.9
67
0.507897
stdbilly
96cd0fc938ada87d2f809727cb36a2627b0279a3
316
cpp
C++
src/converter/ExporterOne.cpp
rfrolov/otus_homework_05
15e20fb0261c037e4eaaa972734248eb50aba646
[ "MIT" ]
null
null
null
src/converter/ExporterOne.cpp
rfrolov/otus_homework_05
15e20fb0261c037e4eaaa972734248eb50aba646
[ "MIT" ]
null
null
null
src/converter/ExporterOne.cpp
rfrolov/otus_homework_05
15e20fb0261c037e4eaaa972734248eb50aba646
[ "MIT" ]
null
null
null
#include "../primitives/IPrimitive.h" #include "../utils/utils.h" #include "ExporterOne.h" bool ExporterOne::do_convert(data_t &data) { if (!fs_.is_open()) { return false; } fs_ << data.size() << std::endl; for (auto &serialised_data : data) { fs_ << serialised_data; } return true; }
21.066667
44
0.617089
rfrolov
96d089e3997839083c2276f6681cb9be43fa7399
1,157
hpp
C++
src/shared/network/NetworkServerGame.hpp
darkenk/soldat_cpp
5d455bbb4f8a82dd6316642a96917f2de2cedec6
[ "Zlib" ]
3
2022-01-21T10:38:06.000Z
2022-02-01T16:44:46.000Z
src/shared/network/NetworkServerGame.hpp
darkenk/soldat_cpp
5d455bbb4f8a82dd6316642a96917f2de2cedec6
[ "Zlib" ]
null
null
null
src/shared/network/NetworkServerGame.hpp
darkenk/soldat_cpp
5d455bbb4f8a82dd6316642a96917f2de2cedec6
[ "Zlib" ]
null
null
null
#pragma once /*#include "delphi.h"*/ /*#include "and.h"*/ /*#include "system.h"*/ /*#include "units.h"*/ /*#include "SysUtils.h"*/ /*#include "Classes.h"*/ /*#include "Script.h"*/ /*#include "ScriptDispatcher.h"*/ /*#include "soldat.h"*/ /*#include "units.h"*/ /*#include "GameNetworkingSockets.h"*/ /*#include "Net.h"*...
34.029412
89
0.747623
darkenk
96d3eff9d1a8e3eb52b0ba299d150bd95f8692b9
15,716
cpp
C++
Math Test/src/mat4_test.cpp
gerrygoo/graficas
443832dc6820c0a93c8291831109e3248f57f9b0
[ "MIT" ]
null
null
null
Math Test/src/mat4_test.cpp
gerrygoo/graficas
443832dc6820c0a93c8291831109e3248f57f9b0
[ "MIT" ]
null
null
null
Math Test/src/mat4_test.cpp
gerrygoo/graficas
443832dc6820c0a93c8291831109e3248f57f9b0
[ "MIT" ]
null
null
null
#include "stdafx.h" #include "CppUnitTest.h" #include <cmath> #include <limits> #include <locale> #include <codecvt> #include "vec4.h" #include "mat4.h" using namespace Microsoft::VisualStudio::CppUnitTestFramework; namespace Microsoft { namespace VisualStudio { namespace CppUnitTestFramework { template<> ...
44.39548
139
0.570247
gerrygoo
96d4119de16c2d0b7b07531b48824487fead2bb0
2,278
hpp
C++
blast/include/objtools/edit/publication_edit.hpp
mycolab/ncbi-blast
e59746cec78044d2bf6d65de644717c42f80b098
[ "Apache-2.0" ]
null
null
null
blast/include/objtools/edit/publication_edit.hpp
mycolab/ncbi-blast
e59746cec78044d2bf6d65de644717c42f80b098
[ "Apache-2.0" ]
null
null
null
blast/include/objtools/edit/publication_edit.hpp
mycolab/ncbi-blast
e59746cec78044d2bf6d65de644717c42f80b098
[ "Apache-2.0" ]
null
null
null
#ifndef OBJTOOLS_EDIT__PUBLICATION_EDIT__HPP #define OBJTOOLS_EDIT__PUBLICATION_EDIT__HPP /* $Id: publication_edit.hpp 632623 2021-06-03 17:38:11Z ivanov $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center f...
37.966667
78
0.717735
mycolab
96d4391bfa03cc3db1052b74bd3bd6a7aa9bce5b
903
cpp
C++
selection_sort/main.cpp
sangkyunyoon/learn_algorithms_cpp
1bfafd37f4f80f6fa7fd9f843e77ddce631f6acb
[ "MIT" ]
null
null
null
selection_sort/main.cpp
sangkyunyoon/learn_algorithms_cpp
1bfafd37f4f80f6fa7fd9f843e77ddce631f6acb
[ "MIT" ]
null
null
null
selection_sort/main.cpp
sangkyunyoon/learn_algorithms_cpp
1bfafd37f4f80f6fa7fd9f843e77ddce631f6acb
[ "MIT" ]
null
null
null
// // Created by Sangkyun Yoon on 3/12/21. // #include <iostream> int main() { int min, index, temp; int arr[10] = {1, 10, 5, 8, 7, 6, 4, 3, 2, 9}; //์ •๋ ฌ์„ ํ•ด์•ผํ•˜๋Š” ์ˆ˜ ๋งŒํผ ๋ฃจํ”„๋ฅผ ๋ˆ๋‹ค. for (int i = 0; i < 10; ++i) { //ํ•ญ์ƒ ์ตœ์†Œ๊ฐ’์€ ๊ฐ€์žฅ ํฐ์ˆ˜๋ณด๋‹ค ํฐ ๊ฐ’์œผ๋กœ ๋งค๋ฒˆ ์ดˆ๊ธฐํ™” ๋˜์–ด์•ผ ํ•œ๋‹ค. min = 9999; //์ •๋ ฌ ๋Œ€์ƒ์„ ์ตœ์†Œ๊ฐ’๊ณผ ํ•˜๋‚˜์”ฉ ๋น„๊ตํ•˜๋ฉด์„œ ...
23.153846
66
0.399779
sangkyunyoon
96d5e00f80e2249b7da56aef2b6fe0b20657d7c4
8,702
cc
C++
src/benchmark/sorting_bench.cc
calvincaulfield/lib_calvin
cecf2d8b9cc7b6a4e7f269d0e94e0b80774fc30b
[ "Apache-2.0" ]
null
null
null
src/benchmark/sorting_bench.cc
calvincaulfield/lib_calvin
cecf2d8b9cc7b6a4e7f269d0e94e0b80774fc30b
[ "Apache-2.0" ]
null
null
null
src/benchmark/sorting_bench.cc
calvincaulfield/lib_calvin
cecf2d8b9cc7b6a4e7f269d0e94e0b80774fc30b
[ "Apache-2.0" ]
null
null
null
#include <utility> #include <vector> #include <string> #include "sorting_bench.h" #include "sort.h" #include "sort_test.h" #include "pdqsort.h" #include "bench.h" #include "random.h" #include "in_place_merge_sort.h" #include "intro_sort_parallel.h" #include "merge_sort_parallel.h" #include "boost/sort/sort.hpp" std::...
30.006897
107
0.714319
calvincaulfield
96d86fcf63579188b7a89f507b9ad824af9fab33
22,730
cpp
C++
NPlan/NPlan/view/NProjectResourceView.cpp
Avens666/NPlan
726411b053ded26ce6c1b8c280c994d4c1bac71a
[ "Apache-2.0" ]
16
2018-08-30T11:27:14.000Z
2021-12-17T02:05:45.000Z
NPlan/NPlan/view/NProjectResourceView.cpp
Avens666/NPlan
726411b053ded26ce6c1b8c280c994d4c1bac71a
[ "Apache-2.0" ]
null
null
null
NPlan/NPlan/view/NProjectResourceView.cpp
Avens666/NPlan
726411b053ded26ce6c1b8c280c994d4c1bac71a
[ "Apache-2.0" ]
14
2018-08-30T12:13:56.000Z
2021-02-06T11:07:44.000Z
๏ปฟ// File: NProjectResourceView.cpp // Copyright: Copyright(C) 2013-2017 Wuhan KOTEI Informatics Co., Ltd. All rights reserved. // Website: http://www.nuiengine.com // Description: This code is part of NPlan Project (Powered by NUI Engine) // Comments: // Rev: 1 // Created: 2018/8/...
35.682889
180
0.729916
Avens666
96d8ce4da6ebb11efd89c45f109d9875ff70a6dc
2,346
hpp
C++
system/core/Sha1/Sha1.hpp
fabsgc/gestnotes
61e8ff8a42e9f5954a57489f7103937f5ce36863
[ "MIT" ]
11
2015-04-27T21:43:25.000Z
2020-04-09T18:42:42.000Z
system/core/Sha1/Sha1.hpp
fabsgc/gestnotes
61e8ff8a42e9f5954a57489f7103937f5ce36863
[ "MIT" ]
3
2015-06-15T19:48:12.000Z
2015-07-04T22:13:40.000Z
system/core/Sha1/Sha1.hpp
fabsgc/gestnotes
61e8ff8a42e9f5954a57489f7103937f5ce36863
[ "MIT" ]
3
2016-06-20T01:31:19.000Z
2021-06-06T09:42:01.000Z
/* Copyright (c) 2011, Micael Hildenborg All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and...
46.92
219
0.758312
fabsgc