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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ce550df7d8325229e116695e1236a8bc15e35833 | 10,928 | cpp | C++ | src/bytecode/BytecodeGenerator.cpp | tadeuzagallo/reach-lang | 52cd57074afd27df38d68dbfcfe7e9e43a6ab464 | [
"MIT"
] | null | null | null | src/bytecode/BytecodeGenerator.cpp | tadeuzagallo/reach-lang | 52cd57074afd27df38d68dbfcfe7e9e43a6ab464 | [
"MIT"
] | null | null | null | src/bytecode/BytecodeGenerator.cpp | tadeuzagallo/reach-lang | 52cd57074afd27df38d68dbfcfe7e9e43a6ab464 | [
"MIT"
] | null | null | null | #include "BytecodeGenerator.h"
#include "Instructions.h"
BytecodeGenerator::BytecodeGenerator(VM& vm, std::string name)
: m_vm(vm)
, m_block(vm, name)
{
emit<Enter>();
}
BytecodeGenerator::~BytecodeGenerator()
{
m_block.destroy(m_vm);
}
BytecodeBlock* BytecodeGenerator::finalize(Register result)
{
... | 26.460048 | 143 | 0.730783 | tadeuzagallo |
ce556b6a0cdeb5488ea5ae0246a6fbe2c63443d9 | 2,246 | hh | C++ | include/ftk/geometry/points2vtk.hh | robertu94/ftk | 96c53ec21b795bb596908910b0b6d379f3dca157 | [
"MIT"
] | null | null | null | include/ftk/geometry/points2vtk.hh | robertu94/ftk | 96c53ec21b795bb596908910b0b6d379f3dca157 | [
"MIT"
] | null | null | null | include/ftk/geometry/points2vtk.hh | robertu94/ftk | 96c53ec21b795bb596908910b0b6d379f3dca157 | [
"MIT"
] | null | null | null | #ifndef _FTK_POINTS2VTK_HH
#define _FTK_POINTS2VTK_HH
#include <ftk/ftk_config.hh>
#if FTK_HAVE_VTK
#include <vtkSmartPointer.h>
#include <vtkDoubleArray.h>
#include <vtkPoints.h>
#include <vtkPointData.h>
#include <vtkPolyData.h>
#include <vtkCellArray.h>
#include <vtkXMLPolyDataWriter.h>
namespace ftk {
template ... | 25.816092 | 89 | 0.70837 | robertu94 |
ce55bce75d586bfd05c8017768c1781e5e79ef4e | 2,883 | hpp | C++ | Protocols/HemiPrep.hpp | triplewz/MP-SPDZ | a858e5b440902ec25dbb97c555eef35e12fbf69c | [
"BSD-2-Clause"
] | null | null | null | Protocols/HemiPrep.hpp | triplewz/MP-SPDZ | a858e5b440902ec25dbb97c555eef35e12fbf69c | [
"BSD-2-Clause"
] | null | null | null | Protocols/HemiPrep.hpp | triplewz/MP-SPDZ | a858e5b440902ec25dbb97c555eef35e12fbf69c | [
"BSD-2-Clause"
] | null | null | null | /*
* HemiPrep.hpp
*
*/
#ifndef PROTOCOLS_HEMIPREP_HPP_
#define PROTOCOLS_HEMIPREP_HPP_
#include "HemiPrep.h"
#include "FHEOffline/PairwiseMachine.h"
#include "Tools/Bundle.h"
template<class T>
PairwiseMachine* HemiPrep<T>::pairwise_machine = 0;
template<class T>
Lock HemiPrep<T>::lock;
template<class T>
void He... | 25.289474 | 74 | 0.642733 | triplewz |
ce5681ca952dd01f5ec6da2512b7ef9a5c1fb190 | 806 | cpp | C++ | src/targets/cpu/target.cpp | aaronenyeshi/AMDMIGraphX | 87528938188f0247f3dfcc6ab9b83c22187109fd | [
"MIT"
] | null | null | null | src/targets/cpu/target.cpp | aaronenyeshi/AMDMIGraphX | 87528938188f0247f3dfcc6ab9b83c22187109fd | [
"MIT"
] | null | null | null | src/targets/cpu/target.cpp | aaronenyeshi/AMDMIGraphX | 87528938188f0247f3dfcc6ab9b83c22187109fd | [
"MIT"
] | null | null | null |
#include <migraphx/cpu/target.hpp>
#include <migraphx/cpu/lowering.hpp>
#include <migraphx/pass.hpp>
#include <migraphx/auto_contiguous.hpp>
#include <migraphx/rewrite_rnn.hpp>
#include <migraphx/dead_code_elimination.hpp>
#include <migraphx/generate.hpp>
namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {
nam... | 26 | 79 | 0.703474 | aaronenyeshi |
ce56a49738ea79aaf5b6f285d5005c846e3f7724 | 1,285 | cpp | C++ | mix/arr_limit_test.cpp | bigov/daft-lib | 7890fdba0aab800022ab9afb958946bd06779f33 | [
"MIT"
] | 1 | 2022-03-14T08:20:58.000Z | 2022-03-14T08:20:58.000Z | mix/arr_limit_test.cpp | bigov/daft-lib | 7890fdba0aab800022ab9afb958946bd06779f33 | [
"MIT"
] | null | null | null | mix/arr_limit_test.cpp | bigov/daft-lib | 7890fdba0aab800022ab9afb958946bd06779f33 | [
"MIT"
] | 1 | 2020-12-22T08:36:48.000Z | 2020-12-22T08:36:48.000Z | #include <iostream>
#include <memory>
#include <limits>
#include <valarray>
using std::cout;
using std::endl;
size_t V_V = std::numeric_limits<int>::max(); // creating array size
int step = 100000000; // step for search
bool step_setup()
{
if(step > 1)
{
V_V += step;
step = step / 10;
return... | 18.098592 | 69 | 0.521401 | bigov |
ce58350f1ba1ff47af8a4ddd26dbeb3f4d3a0b1a | 8,047 | cpp | C++ | src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/ShareNode.cpp | axeld/haiku | e3becd53eef5c093ee8c8f32bab51d40b0f2b8d4 | [
"MIT"
] | 4 | 2016-03-29T21:45:21.000Z | 2016-12-20T00:50:38.000Z | src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/ShareNode.cpp | axeld/haiku | e3becd53eef5c093ee8c8f32bab51d40b0f2b8d4 | [
"MIT"
] | null | null | null | src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/ShareNode.cpp | axeld/haiku | e3becd53eef5c093ee8c8f32bab51d40b0f2b8d4 | [
"MIT"
] | 3 | 2018-12-17T13:07:38.000Z | 2021-09-08T13:07:31.000Z | // ShareNode.cpp
#include "ShareAttrDir.h"
#include "ShareNode.h"
// constructor
ShareDirEntry::ShareDirEntry(ShareDir* directory, const char* name,
ShareNode* node)
: Referencable(true),
fDirectory(directory),
fName(name),
fNode(node),
fRevision(-1)
{
}
// destructor
ShareDirEntry::~ShareDirEntry()
{
... | 15.594961 | 75 | 0.732571 | axeld |
ce593946ac58360950f0ea0a6fd794c788f70a2f | 1,840 | cpp | C++ | Tools/KLEE_Platform/stp/build/lib/AST/ASTKind.cpp | seclab-ucr/SCENT | f2fbfc5902b2dbd7dc72c8dc23ff28e24c31e50a | [
"MIT"
] | 3 | 2019-10-24T00:49:51.000Z | 2020-12-16T13:34:49.000Z | Tools/KLEE_Platform/stp/build/lib/AST/ASTKind.cpp | seclab-ucr/SCENT | f2fbfc5902b2dbd7dc72c8dc23ff28e24c31e50a | [
"MIT"
] | null | null | null | Tools/KLEE_Platform/stp/build/lib/AST/ASTKind.cpp | seclab-ucr/SCENT | f2fbfc5902b2dbd7dc72c8dc23ff28e24c31e50a | [
"MIT"
] | 1 | 2020-11-14T03:08:53.000Z | 2020-11-14T03:08:53.000Z | // Generated automatically by genkinds.h from ASTKind.kinds Fri Nov 9 10:04:23 2018.
// Do not edit
namespace stp {
#if defined(__GNUC__) || defined(__clang__)
__attribute__((visibility("default")))
#endif
const char * _kind_names[] = {
"UNDEFINED",
"SYMBOL",
"BVCONST",
"BVNOT",
"BVCONCAT",
"BVOR... | 14.263566 | 85 | 0.504348 | seclab-ucr |
ce5b693f2096dfde1f4209ad67d48c3a85bd6977 | 3,151 | hpp | C++ | ql/processes/hullwhiteprocess.hpp | jiangjiali/QuantLib | 37c98eccfa18a95acb1e98b276831641be92b38e | [
"BSD-3-Clause"
] | 3,358 | 2015-12-18T02:56:17.000Z | 2022-03-31T02:42:47.000Z | ql/processes/hullwhiteprocess.hpp | jiangjiali/QuantLib | 37c98eccfa18a95acb1e98b276831641be92b38e | [
"BSD-3-Clause"
] | 965 | 2015-12-21T10:35:28.000Z | 2022-03-30T02:47:00.000Z | ql/processes/hullwhiteprocess.hpp | jiangjiali/QuantLib | 37c98eccfa18a95acb1e98b276831641be92b38e | [
"BSD-3-Clause"
] | 1,663 | 2015-12-17T17:45:38.000Z | 2022-03-31T07:58:29.000Z | /* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
Copyright (C) 2006 Banca Profilo S.p.A.
This file is part of QuantLib, a free-software/open-source library
for financial quantitative analysts and developers - http://quantlib.org/
QuantLib is free software: you can redistribute i... | 34.25 | 79 | 0.6563 | jiangjiali |
ce5ce186170baabe1de5be202d12a8a868bf8b28 | 12,252 | cc | C++ | components/translate/core/browser/translate_browser_metrics_unittest.cc | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | components/translate/core/browser/translate_browser_metrics_unittest.cc | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | components/translate/core/browser/translate_browser_metrics_unittest.cc | 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 "components/translate/core/browser/translate_browser_metrics.h"
#include <memory>
#include "base/macros.h"
#include "base/metrics/histogram.h"
... | 44.715328 | 80 | 0.730656 | metux |
ce5dd73ace326ad6aa31868fe01948c593ff26b5 | 11,616 | cpp | C++ | llvm-2.9/lib/Transforms/Scalar/SimplifyCFGPass.cpp | DependableSystemsLab/Trident | 90b38ab3ce8b7ad743986ddf66eaea7d20d921cb | [
"MIT"
] | 5 | 2018-09-23T05:44:31.000Z | 2021-09-08T18:52:37.000Z | llvm-2.9/lib/Transforms/Scalar/SimplifyCFGPass.cpp | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 4 | 2019-06-13T16:27:31.000Z | 2021-06-07T07:24:31.000Z | llvm-2.9/lib/Transforms/Scalar/SimplifyCFGPass.cpp | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 4 | 2018-09-23T05:44:33.000Z | 2021-04-20T00:29:11.000Z | //===- SimplifyCFGPass.cpp - CFG Simplification Pass ----------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 35.2 | 80 | 0.640926 | DependableSystemsLab |
ce5f73d71f890b815fb7712f61a244c617624336 | 7,450 | cpp | C++ | cam_QGuide.cpp | arran-dengate/phd2-automated-mount-fork | 3f03fe385b53eb46a46766074ca727ea95e66910 | [
"BSD-3-Clause"
] | null | null | null | cam_QGuide.cpp | arran-dengate/phd2-automated-mount-fork | 3f03fe385b53eb46a46766074ca727ea95e66910 | [
"BSD-3-Clause"
] | null | null | null | cam_QGuide.cpp | arran-dengate/phd2-automated-mount-fork | 3f03fe385b53eb46a46766074ca727ea95e66910 | [
"BSD-3-Clause"
] | null | null | null | /*
* cam_QGuide.cpp
* PHD Guiding
*
* Created by Craig Stark.
* Copyright (c) 2007-2010 Craig Stark.
* All rights reserved.
*
* This source code is distributed under the following "BSD" license
* Redistribution and use in source and binary forms, with or without
* modification, are permitted... | 30.284553 | 111 | 0.61651 | arran-dengate |
ce60530ea503d03827bb08677826311f42924efa | 1,132 | cpp | C++ | src/core/nodes/node_base.cpp | Ratstail91/zelda-framework | 54e94fe7d69271a514142406355199e8dbcccd38 | [
"Zlib"
] | 5 | 2021-04-26T19:55:40.000Z | 2021-07-20T08:34:57.000Z | src/core/nodes/node_base.cpp | Ratstail91/zelda-framework | 54e94fe7d69271a514142406355199e8dbcccd38 | [
"Zlib"
] | null | null | null | src/core/nodes/node_base.cpp | Ratstail91/zelda-framework | 54e94fe7d69271a514142406355199e8dbcccd38 | [
"Zlib"
] | null | null | null | #include "node_base.hpp"
#include <stdexcept>
NodeBase* NodeBase::AddChild(NodeBase* const ptr) {
for (NodeBase* it = parent; it != nullptr; it = it->parent) {
if (it == ptr) {
std::logic_error("Looping hierarchy found");
}
}
children.push_back(ptr);
ptr->parent = this;
return ptr;
}
NodeBase* NodeBase:... | 20.962963 | 62 | 0.650177 | Ratstail91 |
ce607df48faad17d36ba64da20d5b5d3db62ee58 | 2,555 | cc | C++ | algorithms/tests/stack_using_link_list_tests.cc | TusharJadhav/algorithms | eea5120f7d54d82e07eb71677df442248cb50286 | [
"MIT"
] | null | null | null | algorithms/tests/stack_using_link_list_tests.cc | TusharJadhav/algorithms | eea5120f7d54d82e07eb71677df442248cb50286 | [
"MIT"
] | null | null | null | algorithms/tests/stack_using_link_list_tests.cc | TusharJadhav/algorithms | eea5120f7d54d82e07eb71677df442248cb50286 | [
"MIT"
] | null | null | null | #include "gtest/gtest.h"
#include "gmock/gmock.h"
#include "stack_using_link_list.h"
#include <string>
using namespace testing;
using namespace algorithms;
TEST(StackUsingLinkListTests, TestInitiallEmpty) {
StackUsingLinkList<int> my_stack;
EXPECT_TRUE(my_stack.Empty()) << "Initially the stack is supposed to ... | 26.894737 | 128 | 0.720157 | TusharJadhav |
ce61635ccca3ad3348a1089ee05f6524c5ecd7d3 | 17,699 | cpp | C++ | AlexCrutch/src/main.cpp | TomMinuzzo/CSALEX2022 | 28513f5e60cee890913c0c5d63fd9e3fcdf4039c | [
"Apache-2.0"
] | null | null | null | AlexCrutch/src/main.cpp | TomMinuzzo/CSALEX2022 | 28513f5e60cee890913c0c5d63fd9e3fcdf4039c | [
"Apache-2.0"
] | null | null | null | AlexCrutch/src/main.cpp | TomMinuzzo/CSALEX2022 | 28513f5e60cee890913c0c5d63fd9e3fcdf4039c | [
"Apache-2.0"
] | null | null | null | /*
* CANopen main program file for Linux SocketCAN.
*
* @file main
* @author Janez Paternoster
* @copyright 2015 Janez Paternoster
*
* This file is part of CANopenSocket, a Linux implementation of CANopen
* stack with master functionality. Project home page is
* <https://github.com/CANopenNode/CA... | 34.90927 | 224 | 0.607548 | TomMinuzzo |
ce62629d46ebb99c0596ba8e4201ba606fc24424 | 4,488 | cpp | C++ | src/arch/Lights/LightsDriver_Linux_PIUIO.cpp | Midiman/stepmania | a55d5d614c4caa8b035b9b7cdca94017baba026b | [
"MIT"
] | null | null | null | src/arch/Lights/LightsDriver_Linux_PIUIO.cpp | Midiman/stepmania | a55d5d614c4caa8b035b9b7cdca94017baba026b | [
"MIT"
] | null | null | null | src/arch/Lights/LightsDriver_Linux_PIUIO.cpp | Midiman/stepmania | a55d5d614c4caa8b035b9b7cdca94017baba026b | [
"MIT"
] | null | null | null | #include "global.h"
#include <stdio.h>
#if defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#if defined(HAVE_FCNTL_H)
#include <fcntl.h>
#endif
#include <errno.h>
#include "LightsDriver_Linux_PIUIO.h"
#include "GameState.h"
#include "Game.h"
#include "RageLog.h"
REGISTER... | 41.174312 | 101 | 0.738414 | Midiman |
ce63a4cd3130c312792790c4e15a7571110a5c27 | 16,647 | cc | C++ | ppapi/proxy/tracked_callback_unittest.cc | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | ppapi/proxy/tracked_callback_unittest.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | ppapi/proxy/tracked_callback_unittest.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright (c) 2012 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 <stdint.h>
#include "base/bind.h"
#include "base/location.h"
#include "base/memory/ref_counted.h"
#include "base/run_loop.h"
#include "base/... | 35.194503 | 80 | 0.732685 | zipated |
ce6412410768fa4b36aa19e8ed8956bc19d443a5 | 1,916 | cc | C++ | tensorpipe/common/allocator.cc | pruthvistony/tensorpipe | 3424d81160325e50ae9e001d0121e4f769dc30ac | [
"BSD-3-Clause"
] | null | null | null | tensorpipe/common/allocator.cc | pruthvistony/tensorpipe | 3424d81160325e50ae9e001d0121e4f769dc30ac | [
"BSD-3-Clause"
] | null | null | null | tensorpipe/common/allocator.cc | pruthvistony/tensorpipe | 3424d81160325e50ae9e001d0121e4f769dc30ac | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <tensorpipe/common/allocator.h>
#include <tensorpipe/common/defs.h>
#include <tensorpipe/co... | 23.365854 | 73 | 0.681106 | pruthvistony |
ce65abb357104751b18cf101c82cf8d34825ecd2 | 12,112 | cpp | C++ | tests/VkDrawableTest.cpp | TheRakeshPurohit/skia | 817dd601f85f986a99d102de8dc42ee8638a56f9 | [
"BSD-3-Clause"
] | null | null | null | tests/VkDrawableTest.cpp | TheRakeshPurohit/skia | 817dd601f85f986a99d102de8dc42ee8638a56f9 | [
"BSD-3-Clause"
] | null | null | null | tests/VkDrawableTest.cpp | TheRakeshPurohit/skia | 817dd601f85f986a99d102de8dc42ee8638a56f9 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright 2018 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
// This is a GPU-backend specific test. It relies on static initializers to work
#include "include/core/SkTypes.h"
#if SK_SUPPORT_GPU && defined(SK_VULKAN)
#include "includ... | 40.373333 | 100 | 0.602708 | TheRakeshPurohit |
ce65e32aa41d9c434f22cfb554a8cdbade9f8030 | 80 | cxx | C++ | Modules/ThirdParty/VNL/src/vxl/core/vnl/Templates/vnl_matrix_fixed+double.4.2-.cxx | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | 3 | 2018-10-01T20:46:17.000Z | 2019-12-17T19:39:50.000Z | Modules/ThirdParty/VNL/src/vxl/core/vnl/Templates/vnl_matrix_fixed+double.4.2-.cxx | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | null | null | null | Modules/ThirdParty/VNL/src/vxl/core/vnl/Templates/vnl_matrix_fixed+double.4.2-.cxx | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | 4 | 2018-05-17T16:34:54.000Z | 2020-09-24T02:12:40.000Z | #include <vnl/vnl_matrix_fixed.hxx>
VNL_MATRIX_FIXED_INSTANTIATE(double,4,2);
| 26.666667 | 42 | 0.8125 | nalinimsingh |
ce66764feb31359d1c044557f0c3d3c5692510af | 1,868 | cpp | C++ | logdevice/common/protocol/GET_TRIM_POINT_Message.cpp | mickvav/LogDevice | 24a8b6abe4576418eceb72974083aa22d7844705 | [
"BSD-3-Clause"
] | 1 | 2021-05-19T23:01:58.000Z | 2021-05-19T23:01:58.000Z | logdevice/common/protocol/GET_TRIM_POINT_Message.cpp | mickvav/LogDevice | 24a8b6abe4576418eceb72974083aa22d7844705 | [
"BSD-3-Clause"
] | null | null | null | logdevice/common/protocol/GET_TRIM_POINT_Message.cpp | mickvav/LogDevice | 24a8b6abe4576418eceb72974083aa22d7844705 | [
"BSD-3-Clause"
] | null | null | null | /**
* Copyright (c) 2017-present, Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "GET_TRIM_POINT_Message.h"
#include "logdevice/common/GetTrimPointRequest.h"
... | 31.661017 | 79 | 0.74197 | mickvav |
ce676e2ad4f774a74fe5fd1fb58f783fa7cb2b82 | 1,017 | cpp | C++ | UVA/Queue/10935_ThrowingCardsAway.cpp | shiva92/Contests | 720bb3699f774a6ea1f99e888e0cd784e63130c8 | [
"Apache-2.0"
] | null | null | null | UVA/Queue/10935_ThrowingCardsAway.cpp | shiva92/Contests | 720bb3699f774a6ea1f99e888e0cd784e63130c8 | [
"Apache-2.0"
] | null | null | null | UVA/Queue/10935_ThrowingCardsAway.cpp | shiva92/Contests | 720bb3699f774a6ea1f99e888e0cd784e63130c8 | [
"Apache-2.0"
] | null | null | null | #include <iostream>
#include <cstdlib>
#include <cstring>
#include <vector>
#include <algorithm>
#include <sstream>
#include <set>
#include <climits>
#include <cstdio>
#include <string>
#include <map>
#include <unordered_map>
#include <deque>
#ifndef ONLINE_JUDGE
#define getchar_unlocked getchar
#define ... | 21.638298 | 45 | 0.59882 | shiva92 |
ce6800262e50e1c2acf2db9566d2d74746c3164d | 37,339 | cpp | C++ | src/basis.cpp | twesterhout/lattice-symmetries | b6793fa9eeae6b9cbaa3844beec14ffe5ccfad45 | [
"BSD-3-Clause"
] | 12 | 2021-01-13T16:50:05.000Z | 2021-12-16T09:04:23.000Z | src/basis.cpp | twesterhout/lattice-symmetries | b6793fa9eeae6b9cbaa3844beec14ffe5ccfad45 | [
"BSD-3-Clause"
] | 3 | 2021-07-26T09:54:31.000Z | 2021-08-20T12:27:03.000Z | src/basis.cpp | twesterhout/lattice-symmetries | b6793fa9eeae6b9cbaa3844beec14ffe5ccfad45 | [
"BSD-3-Clause"
] | 2 | 2021-08-16T16:53:57.000Z | 2021-12-11T04:22:13.000Z | // Copyright (c) 2019-2020, Tom Westerhout
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice, this
// list of cond... | 41.766219 | 100 | 0.626691 | twesterhout |
ce6accfbd1cb498f4cff888c284255dd88c5dc79 | 861 | cpp | C++ | p817_Linked_List_Components/p817.cpp | Song1996/Leetcode | ecb0a2de67a57b899a12d0cb18272fb37dbf3ceb | [
"MIT"
] | null | null | null | p817_Linked_List_Components/p817.cpp | Song1996/Leetcode | ecb0a2de67a57b899a12d0cb18272fb37dbf3ceb | [
"MIT"
] | null | null | null | p817_Linked_List_Components/p817.cpp | Song1996/Leetcode | ecb0a2de67a57b899a12d0cb18272fb37dbf3ceb | [
"MIT"
] | null | null | null | #include <iostream>
#include <memory>
#include <vector>
#include <stack>
#include <queue>
#include <map>
#include <set>
#include <string>
#include <cassert>
#include <stdlib.h>
#include <fstream>
#include <algorithm>
#include <cmath>
using namespace std;
struct ListNode {
int val;
ListNode *next;
ListNode(... | 19.568182 | 55 | 0.509872 | Song1996 |
ce6c2d5e483cd214d7d6bed149c755daca290b12 | 2,121 | cpp | C++ | src/util/string/string_util.cpp | luist18/feup-cal-proj | b7fbb8aaed63c705cd85125b3d3f88ae77b1416c | [
"MIT"
] | null | null | null | src/util/string/string_util.cpp | luist18/feup-cal-proj | b7fbb8aaed63c705cd85125b3d3f88ae77b1416c | [
"MIT"
] | null | null | null | src/util/string/string_util.cpp | luist18/feup-cal-proj | b7fbb8aaed63c705cd85125b3d3f88ae77b1416c | [
"MIT"
] | 2 | 2020-05-05T11:19:34.000Z | 2020-06-07T14:41:46.000Z | #include <chrono>
#include <iomanip>
#include <sstream>
#include <random>
#include <algorithm>
#include "string_util.h"
std::vector<std::string> string_util::split(std::string &string, char delimiter) {
std::vector<std::string> res;
size_t last = 0, next;
while ((next = string.find(delimiter, last)) != st... | 27.907895 | 114 | 0.605375 | luist18 |
ce6c476c21468f71f5f22ef7fdd37473b6f3b587 | 974 | cpp | C++ | of/OF47.cpp | 4llenchan/dsa | 314991a32a24578dbf48e82ddded95804c95aa10 | [
"MIT"
] | null | null | null | of/OF47.cpp | 4llenchan/dsa | 314991a32a24578dbf48e82ddded95804c95aa10 | [
"MIT"
] | null | null | null | of/OF47.cpp | 4llenchan/dsa | 314991a32a24578dbf48e82ddded95804c95aa10 | [
"MIT"
] | null | null | null | #include <gtest/gtest.h>
#include <algorithm>
#include <unordered_map>
#include <vector>
#include "Common.h"
using namespace std;
class Solution {
public:
int maxValue(vector<vector<int>> &grid) {
/* 利用原矩阵进行dp值的保存 */
int m = grid.size(), n = grid[0].size();
/* 初始化第一行 */
for (int ... | 22.136364 | 66 | 0.448665 | 4llenchan |
ce6f10f5870da729f447dd824a9b70b4d440b162 | 9,199 | cpp | C++ | src/cc/triggers.cpp | wallnutkraken/komodo | 536580bdeca6d3a9b719c5f8adc4ac1a9a1dcb57 | [
"Unlicense"
] | 1 | 2018-05-21T18:45:19.000Z | 2018-05-21T18:45:19.000Z | src/cc/triggers.cpp | EqualiserCoinProject/komodo | 1eb6f5db72ff0e9d0c3a6dd0a19172b889fd5bf2 | [
"Unlicense"
] | null | null | null | src/cc/triggers.cpp | EqualiserCoinProject/komodo | 1eb6f5db72ff0e9d0c3a6dd0a19172b889fd5bf2 | [
"Unlicense"
] | null | null | null | /******************************************************************************
* Copyright © 2014-2018 The SuperNET Developers. *
* *
* See the AUTHORS, DEVELOPER-AGREEMENT and LICENSE files at *
... | 42.391705 | 270 | 0.581694 | wallnutkraken |
ce728886cb316176a60084c624c41c4c343873a3 | 10,282 | cc | C++ | apps/app_host/binaries_installer.cc | GnorTech/chromium | e1c7731d5bd099ca5544fcf8eda3867d4ce5bab5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2018-03-10T13:08:49.000Z | 2018-03-10T13:08:49.000Z | apps/app_host/binaries_installer.cc | GnorTech/chromium | e1c7731d5bd099ca5544fcf8eda3867d4ce5bab5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | apps/app_host/binaries_installer.cc | GnorTech/chromium | e1c7731d5bd099ca5544fcf8eda3867d4ce5bab5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-11-04T07:19:31.000Z | 2020-11-04T07:19:31.000Z | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "apps/app_host/binaries_installer.h"
#include "base/logging.h"
#include "base/threading/platform_thread.h"
#include "base/win/scoped_bstr.h"... | 31.347561 | 80 | 0.659794 | GnorTech |
ce74103755c2a0d811422a3be4d23f6fa2d688cd | 2,530 | cpp | C++ | clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist-startend.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 2,338 | 2018-06-19T17:34:51.000Z | 2022-03-31T11:00:37.000Z | clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist-startend.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 3,740 | 2019-01-23T15:36:48.000Z | 2022-03-31T22:01:13.000Z | clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist-startend.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 500 | 2019-01-23T07:49:22.000Z | 2022-03-30T02:59:37.000Z | // RUN: %clang_cc1 -std=c++11 -S -triple x86_64-none-linux-gnu -emit-llvm -o - %s | FileCheck %s
namespace std {
typedef decltype(sizeof(int)) size_t;
// libc++'s implementation with __size_ replaced by __end_
template <class _E>
class initializer_list
{
const _E* __begin_;
const _E* __end_;
in... | 29.418605 | 146 | 0.64585 | mkinsner |
ce75b141582b342b736da07c788fee12161bcd26 | 1,874 | cpp | C++ | 2018-2019_Term2/CSC3002-Programming_Paradigms/Course_Material/Week 04/05 Programs/IsBalanced/IsBalanced.cpp | Vito-Swift/CourseMaterials | f2799f004f4353b5f35226158c8fd9f71818810e | [
"MIT"
] | null | null | null | 2018-2019_Term2/CSC3002-Programming_Paradigms/Course_Material/Week 04/05 Programs/IsBalanced/IsBalanced.cpp | Vito-Swift/CourseMaterials | f2799f004f4353b5f35226158c8fd9f71818810e | [
"MIT"
] | null | null | null | 2018-2019_Term2/CSC3002-Programming_Paradigms/Course_Material/Week 04/05 Programs/IsBalanced/IsBalanced.cpp | Vito-Swift/CourseMaterials | f2799f004f4353b5f35226158c8fd9f71818810e | [
"MIT"
] | 2 | 2019-09-25T02:36:37.000Z | 2020-06-05T08:47:01.000Z | /*
* File: IsBalanced.cpp
* --------------------
* This program checks to see whether the standard bracketing operators
* (parentheses, square brackets, and curly braces) are correctly matched.
*/
#include <iostream>
#include <string>
#include "console.h"
#include "simpio.h"
#include "stack.h"
using namespace std... | 25.324324 | 78 | 0.573106 | Vito-Swift |
ce787ad6e8aac4616c660be19d7f0b81c71ca343 | 5,703 | hpp | C++ | source/managers/StoryboardManager.hpp | skelleher/HappyGame | 2c7610f420dab4ccf7e636c1c0d8fb6819989853 | [
"BSD-3-Clause"
] | 4 | 2015-06-23T19:23:31.000Z | 2017-01-05T07:08:08.000Z | source/managers/StoryboardManager.hpp | skelleher/HappyGame | 2c7610f420dab4ccf7e636c1c0d8fb6819989853 | [
"BSD-3-Clause"
] | null | null | null | source/managers/StoryboardManager.hpp | skelleher/HappyGame | 2c7610f420dab4ccf7e636c1c0d8fb6819989853 | [
"BSD-3-Clause"
] | null | null | null | #pragma once
#include "ResourceManager.hpp"
#include "Handle.hpp"
#include "Object.hpp"
#include "Settings.hpp"
#include "GameObject.hpp"
#include "Layer.hpp"
#include "Storyboard.hpp"
#include <string>
using std::string;
class HAnimation;
namespace Z
{
//========================================================... | 45.624 | 164 | 0.525162 | skelleher |
706a161a93858fd8e9f79777d0a107dcc855a264 | 10,925 | cpp | C++ | src/Micro/Goals/FirstScoutGoal.cpp | syhw/BroodwarBotQ | 71053d943d1bfb4cbf5a687bb015362decd9428c | [
"BSD-3-Clause"
] | 10 | 2015-12-14T16:55:22.000Z | 2022-02-04T20:51:38.000Z | src/Micro/Goals/FirstScoutGoal.cpp | SnippyHolloW/BroodwarBotQ | 71053d943d1bfb4cbf5a687bb015362decd9428c | [
"BSD-3-Clause"
] | 1 | 2019-10-22T04:52:28.000Z | 2019-10-22T04:52:28.000Z | src/Micro/Goals/FirstScoutGoal.cpp | SnippyHolloW/BroodwarBotQ | 71053d943d1bfb4cbf5a687bb015362decd9428c | [
"BSD-3-Clause"
] | 2 | 2017-06-21T17:24:00.000Z | 2017-10-21T14:15:17.000Z | #include <PrecompiledHeader.h>
#include "Micro/Goals/FirstScoutGoal.h"
#include "Macro/InformationManager.h"
#include "Macro/BWSAL.h"
#include <BWTA.h>
#include "Subgoal.h"
#include "Intelligence/Intelligence.h"
#include "Regions/MapManager.h"
#include "Micro/Micro.h"
#include "Defines.h"
using namespace BW... | 30.774648 | 186 | 0.653913 | syhw |
706b218b3bd071612c6aa02b450247f6ee7fe915 | 12,961 | cc | C++ | aimsdata/src/aimsecat/io/ecatR.cc | brainvisa/aims-free | 5852c1164292cadefc97cecace022d14ab362dc4 | [
"CECILL-B"
] | 4 | 2019-07-09T05:34:10.000Z | 2020-10-16T00:03:15.000Z | aimsdata/src/aimsecat/io/ecatR.cc | brainvisa/aims-free | 5852c1164292cadefc97cecace022d14ab362dc4 | [
"CECILL-B"
] | 72 | 2018-10-31T14:52:50.000Z | 2022-03-04T11:22:51.000Z | aimsdata/src/aimsecat/io/ecatR.cc | brainvisa/aims-free | 5852c1164292cadefc97cecace022d14ab362dc4 | [
"CECILL-B"
] | null | null | null | /* This software and supporting documentation are distributed by
* Institut Federatif de Recherche 49
* CEA/NeuroSpin, Batiment 145,
* 91191 Gif-sur-Yvette cedex
* France
*
* This software is governed by the CeCILL-B license under
* French law and abiding by the rules of distribution of free soft... | 29.933025 | 90 | 0.548106 | brainvisa |
706b33f0539b9dcd2a887f154ef431417c2d5442 | 25,802 | cpp | C++ | src/model_infer.cpp | WinstonLy/Ascend310Projects | 4535e1682fbd64e59644854574bab9e37cfdfdb4 | [
"MIT"
] | 10 | 2021-04-02T11:15:19.000Z | 2022-02-13T06:31:57.000Z | src/model_infer.cpp | WinstonLy/Ascend310Projects | 4535e1682fbd64e59644854574bab9e37cfdfdb4 | [
"MIT"
] | 1 | 2021-04-12T12:57:46.000Z | 2021-04-15T00:50:50.000Z | src/model_infer.cpp | WinstonLy/Ascend310Projects | 4535e1682fbd64e59644854574bab9e37cfdfdb4 | [
"MIT"
] | 3 | 2021-04-12T12:55:38.000Z | 2022-03-03T03:04:15.000Z | /*
* @Author: winston
* @Date: 2021-01-07 20:58:09
* @Last Modified by: WinstonLy
* @Last Modified time: 2021-04-16 14:38:31
* @Description:
* @FilePath: /home/winston/AscendProjects/rtsp_dvpp_infer_dvpp_rtmp_test/atlas200dk_yolov4/Electricity-Inspection-Based-Ascend310/src/model_infer.cpp
*/
#include "model_infe... | 34.265604 | 150 | 0.642508 | WinstonLy |
706b84b8d5d50d8fa16324be5090ef7054a4d0e5 | 7,740 | cpp | C++ | src/core/MidiCCToCV.cpp | romsom/Rack | 82ddeb946d576b5d5c6ee1be4d8abbe921484dfc | [
"BSD-2-Clause",
"BSD-3-Clause"
] | null | null | null | src/core/MidiCCToCV.cpp | romsom/Rack | 82ddeb946d576b5d5c6ee1be4d8abbe921484dfc | [
"BSD-2-Clause",
"BSD-3-Clause"
] | null | null | null | src/core/MidiCCToCV.cpp | romsom/Rack | 82ddeb946d576b5d5c6ee1be4d8abbe921484dfc | [
"BSD-2-Clause",
"BSD-3-Clause"
] | null | null | null | #include <list>
#include <algorithm>
#include "rtmidi/RtMidi.h"
#include "core.hpp"
#include "MidiIO.hpp"
struct CCValue {
int val = 0; // Controller value
TransitionSmoother tSmooth;
int num = 0; // Controller number
bool numInited = false; // Num inited by config file
bool numSelected = false; // Text field sel... | 24.037267 | 100 | 0.630749 | romsom |
706bbd23157fb1b239e789593963a97aacd8a4cd | 790 | cpp | C++ | call_by_ref.cpp | kangwonlee/cpp_study | 22e2da7334ad273e6ba02a1928a323519bf9cabf | [
"BSD-3-Clause"
] | null | null | null | call_by_ref.cpp | kangwonlee/cpp_study | 22e2da7334ad273e6ba02a1928a323519bf9cabf | [
"BSD-3-Clause"
] | 8 | 2018-10-07T12:54:08.000Z | 2019-05-22T03:07:00.000Z | call_by_ref.cpp | kangwonlee/cpp_study | 22e2da7334ad273e6ba02a1928a323519bf9cabf | [
"BSD-3-Clause"
] | null | null | null | #include <iostream>
#include <iomanip>
using namespace std;
void accumulate_array_ptr(double *, const double);
void accumulate_array_ref(double &, const double);
int main(const int argn, char *argv[]){
double update_this_with_pointer = 0.0;
double update_this_with_reference = 0.0;
for(int i=0; 10 > ... | 24.6875 | 72 | 0.660759 | kangwonlee |
706ee3bec8672761b1da3de992eb5c96fb5c21d8 | 19,245 | cpp | C++ | src/sprite.cpp | Kozma04/TinyCADE | fc4d2f070630e7c853591a5aa0dd9c421b53ee42 | [
"MIT"
] | 1 | 2022-03-22T06:21:30.000Z | 2022-03-22T06:21:30.000Z | src/sprite.cpp | Kozma04/TinyCADE | fc4d2f070630e7c853591a5aa0dd9c421b53ee42 | [
"MIT"
] | null | null | null | src/sprite.cpp | Kozma04/TinyCADE | fc4d2f070630e7c853591a5aa0dd9c421b53ee42 | [
"MIT"
] | null | null | null | #include "sprite.h"
#define SHIFT_MASK() \
mask >>= 1; \
if(mask == 0) { \
mask = 0b10000000; \
p_spr++; \
foo++; \
}
#define SHIFT_MASK_ALPHA() \
mask >>= 1; \
if(mask == 0) { \
mask = 0b10000000; ... | 33.645105 | 179 | 0.406547 | Kozma04 |
706ee5f7563b307d781e800085257e849b1c33cd | 798 | cpp | C++ | tests/v2/url/url_literal_tests.cpp | BioDataAnalysis/url | 281501b0fdf00b52eeb114f6856a9a83004d204e | [
"BSL-1.0"
] | 47 | 2019-08-24T13:43:45.000Z | 2022-02-21T11:45:19.000Z | tests/v2/url/url_literal_tests.cpp | BioDataAnalysis/url | 281501b0fdf00b52eeb114f6856a9a83004d204e | [
"BSL-1.0"
] | 35 | 2018-10-13T10:35:00.000Z | 2021-06-11T12:23:55.000Z | tests/v2/url/url_literal_tests.cpp | BioDataAnalysis/url | 281501b0fdf00b52eeb114f6856a9a83004d204e | [
"BSL-1.0"
] | 25 | 2019-02-19T02:46:21.000Z | 2021-10-21T14:53:00.000Z | // Copyright 2019-20 Glyn Matthews
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt of copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <algorithm>
#include <memory>
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include <skyr/v2/url.hpp>
using n... | 25.741935 | 61 | 0.709273 | BioDataAnalysis |
706f56f53f8bce06c9f8b77c225bf1d16e312755 | 5,117 | cpp | C++ | Win32xx/samples/GDIPlus/src/GDIPlusView.cpp | mufunyo/VisionRGBApp | c09092770032150083eda171a22b1a3ef0914dab | [
"Unlicense"
] | 2 | 2021-03-25T04:19:22.000Z | 2021-05-03T03:23:30.000Z | Win32xx/samples/GDIPlus/src/GDIPlusView.cpp | mufunyo/VisionRGBApp | c09092770032150083eda171a22b1a3ef0914dab | [
"Unlicense"
] | null | null | null | Win32xx/samples/GDIPlus/src/GDIPlusView.cpp | mufunyo/VisionRGBApp | c09092770032150083eda171a22b1a3ef0914dab | [
"Unlicense"
] | 1 | 2020-12-28T08:53:42.000Z | 2020-12-28T08:53:42.000Z | //////////////////////////////////////////////
// GDIPlusView.cpp
// Definitions for the CGDIPlusView class
#include "stdafx.h"
#include "GDIPlusView.h"
using namespace Gdiplus;
CGDIPlusView::CGDIPlusView()
{
// Initialize GDI+.
GdiplusStartupInput gdiplusStartupInput;
GdiplusStartup(&m_gdiplusToken, &g... | 29.24 | 87 | 0.651554 | mufunyo |
70715793a716153bbd9fbc8117eac91d14390cde | 68,819 | cpp | C++ | src/qt/src/gui/image/qpixmap.cpp | martende/phantomjs | 5cecd7dde7b8fd04ad2c036d16f09a8d2a139854 | [
"BSD-3-Clause"
] | 1 | 2015-04-05T12:31:20.000Z | 2015-04-05T12:31:20.000Z | src/qt/src/gui/image/qpixmap.cpp | firedfox/phantomjs | afb0707c9db7b5e693ad1b216a50081565c08ebb | [
"BSD-3-Clause"
] | null | null | null | src/qt/src/gui/image/qpixmap.cpp | firedfox/phantomjs | afb0707c9db7b5e693ad1b216a50081565c08ebb | [
"BSD-3-Clause"
] | null | null | null | /****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** ... | 29.973432 | 115 | 0.673622 | martende |
70718aa26e53cbb87a19b4f9a0f4c38eac7d0800 | 1,458 | cc | C++ | physics/gravity_netcdf.cc | Tibonium/genecis | 4de1d987f5a7928b1fc3e31d2820f5d2452eb5fc | [
"BSD-2-Clause"
] | null | null | null | physics/gravity_netcdf.cc | Tibonium/genecis | 4de1d987f5a7928b1fc3e31d2820f5d2452eb5fc | [
"BSD-2-Clause"
] | null | null | null | physics/gravity_netcdf.cc | Tibonium/genecis | 4de1d987f5a7928b1fc3e31d2820f5d2452eb5fc | [
"BSD-2-Clause"
] | null | null | null | /**
* @file gravity_netcdf.cc
*/
#include <genecis/phsyics/gravity.h>
using namespace genecis::physics ;
/**
* Initialize netCDF file for recording data
*/
void gravity::init_netcdf( const char* filename,
const char* long_name )
{
_nc_file = new NcFile( filename, NcFile::Replace );
_nc_rec = 0 ;
if ( long_na... | 25.137931 | 86 | 0.687243 | Tibonium |
707810bc6546d6f01200d1b8703ab397a33ada10 | 2,614 | cpp | C++ | libs/crypto/tests/unit/aes_tests.cpp | marcuswin/ledger | b79c5c4e7e92ff02ea4328fcc0885bf8ded2b8b2 | [
"Apache-2.0"
] | 1 | 2019-09-11T09:46:04.000Z | 2019-09-11T09:46:04.000Z | libs/crypto/tests/unit/aes_tests.cpp | qati/ledger | e05a8f2d62ea1b79a704867d220cf307ef6b93b9 | [
"Apache-2.0"
] | null | null | null | libs/crypto/tests/unit/aes_tests.cpp | qati/ledger | e05a8f2d62ea1b79a704867d220cf307ef6b93b9 | [
"Apache-2.0"
] | 1 | 2019-09-19T12:38:46.000Z | 2019-09-19T12:38:46.000Z | //------------------------------------------------------------------------------
//
// Copyright 2018-2019 Fetch.AI Limited
//
// 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
//
// ... | 34.853333 | 99 | 0.713466 | marcuswin |
70793019df6e8d0cfa87e7130fff1734ed430179 | 1,727 | hpp | C++ | libs/renderer/include/sge/renderer/index/buffer.hpp | cpreh/spacegameengine | 313a1c34160b42a5135f8223ffaa3a31bc075a01 | [
"BSL-1.0"
] | 2 | 2016-01-27T13:18:14.000Z | 2018-05-11T01:11:32.000Z | libs/renderer/include/sge/renderer/index/buffer.hpp | cpreh/spacegameengine | 313a1c34160b42a5135f8223ffaa3a31bc075a01 | [
"BSL-1.0"
] | null | null | null | libs/renderer/include/sge/renderer/index/buffer.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_RENDERER_INDEX_BUFFER_HPP_INCLUDED
#define SGE_RENDERER_INDEX_BUFFER_HPP_INCLUDED
#inc... | 27.854839 | 88 | 0.763752 | cpreh |
7079cc8af542ea107596cd7181181c0f974781f6 | 6,403 | cxx | C++ | samples/httptest/httptest.cxx | sverdlin/opalvoip-ptlib | f6e144cba6a94c2978b9a4dbe0df2f5d53bed3be | [
"Beerware"
] | null | null | null | samples/httptest/httptest.cxx | sverdlin/opalvoip-ptlib | f6e144cba6a94c2978b9a4dbe0df2f5d53bed3be | [
"Beerware"
] | null | null | null | samples/httptest/httptest.cxx | sverdlin/opalvoip-ptlib | f6e144cba6a94c2978b9a4dbe0df2f5d53bed3be | [
"Beerware"
] | null | null | null | //
// httptest.cxx
//
// Copyright 2011 Vox Lucida Pty. Ltd.
//
#include <ptlib.h>
#include <ptlib/pprocess.h>
#include <ptlib/sockets.h>
#include <ptclib/pssl.h>
#include <ptclib/http.h>
#include <ptclib/threadpool.h>
class HTTPConnection
{
public:
HTTPConnection(
PHTTPSpace & httpNameSpace
#if P_SSL
... | 25.923077 | 110 | 0.56864 | sverdlin |
707cc39b567fbaeed5f36dbccfeb72f662379474 | 12,933 | cpp | C++ | src/MDIDocing/PropertiesWnd.cpp | Vladimir-Novick/MDIDocking | eef1a67a78a864cec90670d13f382b51f9b0a0b1 | [
"MIT"
] | null | null | null | src/MDIDocing/PropertiesWnd.cpp | Vladimir-Novick/MDIDocking | eef1a67a78a864cec90670d13f382b51f9b0a0b1 | [
"MIT"
] | null | null | null | src/MDIDocing/PropertiesWnd.cpp | Vladimir-Novick/MDIDocking | eef1a67a78a864cec90670d13f382b51f9b0a0b1 | [
"MIT"
] | null | null | null |
#include "pch.h"
#include "framework.h"
#include "PropertiesWnd.h"
#include "Resource.h"
#include "MainFrm.h"
#include "MDIDocing.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////////... | 31.85468 | 174 | 0.734632 | Vladimir-Novick |
707e59c0f74ea3662feec672701a34791ec2460c | 14,278 | hpp | C++ | Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp | azhirnov/DiligentCore | 28ad08478938d8c910195eff169513cd4eef9e3e | [
"Apache-2.0"
] | null | null | null | Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp | azhirnov/DiligentCore | 28ad08478938d8c910195eff169513cd4eef9e3e | [
"Apache-2.0"
] | null | null | null | Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp | azhirnov/DiligentCore | 28ad08478938d8c910195eff169513cd4eef9e3e | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* 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/LICENS... | 53.276119 | 171 | 0.682098 | azhirnov |
707f028dc94c86acebdc96b427cc882e9a5ca825 | 24,563 | hpp | C++ | applications/PfemFluidDynamicsApplication/custom_strategies/builders_and_solvers/explicit_two_step_v_p_builder_and_solver.hpp | AndreaVoltan/MyKratos7.0 | e977752722e8ef1b606f25618c4bf8fd04c434cc | [
"BSD-4-Clause"
] | 2 | 2020-04-30T19:13:08.000Z | 2021-04-14T19:40:47.000Z | applications/PfemFluidDynamicsApplication/custom_strategies/builders_and_solvers/explicit_two_step_v_p_builder_and_solver.hpp | Jacklwln/Kratos | 12ffe332622d7e8ea3e4a10bc061beb9d8e6e8de | [
"BSD-4-Clause"
] | 1 | 2020-04-30T19:19:09.000Z | 2020-05-02T14:22:36.000Z | applications/PfemFluidDynamicsApplication/custom_strategies/builders_and_solvers/explicit_two_step_v_p_builder_and_solver.hpp | Jacklwln/Kratos | 12ffe332622d7e8ea3e4a10bc061beb9d8e6e8de | [
"BSD-4-Clause"
] | 1 | 2020-06-12T08:51:24.000Z | 2020-06-12T08:51:24.000Z | //
// Project Name: KratosSolidMechanicsApplication $
// Created by: $Author: JMCarbonell $
// Last modified by: $Co-Author: $
// Date: $Date: July 2013 $
// Revision: $Revision: 0.0 $
//
//
#if !defin... | 29.593976 | 125 | 0.596059 | AndreaVoltan |
708289167c6673634e3580ba3e765b0905b509bd | 29,821 | cc | C++ | src/ge/graph/load/new_model_manager/model_manager.cc | zengchen1024/graphengine | 0c33e9d12562953ca4bd6c03cb77da2c2da74acd | [
"Apache-2.0"
] | 1 | 2020-07-18T17:49:20.000Z | 2020-07-18T17:49:20.000Z | src/ge/graph/load/new_model_manager/model_manager.cc | zengchen1024/graphengine | 0c33e9d12562953ca4bd6c03cb77da2c2da74acd | [
"Apache-2.0"
] | null | null | null | src/ge/graph/load/new_model_manager/model_manager.cc | zengchen1024/graphengine | 0c33e9d12562953ca4bd6c03cb77da2c2da74acd | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2019-2020 Huawei Technologies Co., Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 36.278589 | 120 | 0.698769 | zengchen1024 |
7082b8386c7ec4affdb37df45a1e91cac019e7c8 | 4,422 | cpp | C++ | lib/mayaUsd/fileio/shaderReaderRegistry.cpp | ika-rporter/maya-usd | 8f216a4fb955fc44c0abda55caa53ed295aaa625 | [
"Apache-2.0"
] | 3 | 2020-03-18T10:11:32.000Z | 2020-05-27T08:52:26.000Z | lib/mayaUsd/fileio/shaderReaderRegistry.cpp | ika-rporter/maya-usd | 8f216a4fb955fc44c0abda55caa53ed295aaa625 | [
"Apache-2.0"
] | 4 | 2020-05-04T19:21:26.000Z | 2020-05-08T15:30:38.000Z | lib/mayaUsd/fileio/shaderReaderRegistry.cpp | ika-rporter/maya-usd | 8f216a4fb955fc44c0abda55caa53ed295aaa625 | [
"Apache-2.0"
] | 2 | 2020-03-18T10:11:46.000Z | 2021-02-20T06:45:47.000Z | //
// Copyright 2020 Autodesk
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | 30.708333 | 99 | 0.649028 | ika-rporter |
70838abdc5c4ce612be8b0b977f31e96456ecee1 | 848 | cpp | C++ | src/lunasa/common/Helpers.cpp | faodel/faodel | ef2bd8ff335433e695eb561d7ecd44f233e58bf0 | [
"MIT"
] | 2 | 2019-01-25T21:21:07.000Z | 2021-04-29T17:24:00.000Z | src/lunasa/common/Helpers.cpp | faodel/faodel | ef2bd8ff335433e695eb561d7ecd44f233e58bf0 | [
"MIT"
] | 8 | 2018-10-09T14:35:30.000Z | 2020-09-30T20:09:42.000Z | src/lunasa/common/Helpers.cpp | faodel/faodel | ef2bd8ff335433e695eb561d7ecd44f233e58bf0 | [
"MIT"
] | 2 | 2019-04-23T19:01:36.000Z | 2021-05-11T07:44:55.000Z | // Copyright 2021 National Technology & Engineering Solutions of Sandia, LLC
// (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
// Government retains certain rights in this software.
#include <cstring>
#include "faodel-common/StringHelpers.hh"
#include "lunasa/common/Helpers.hh"
#include "lunas... | 26.5 | 76 | 0.746462 | faodel |
70866c13ebb688f6ab92e9650f6c7a0e97686894 | 828 | hpp | C++ | include/RED4ext/Types/generated/world/PerformanceAreaNode.hpp | Cyberpunk-Extended-Development-Team/RED4ext.SDK | 2dc828c761d87a1b4235ce9ca4fbdf9fb4312fae | [
"MIT"
] | 1 | 2021-02-01T23:07:50.000Z | 2021-02-01T23:07:50.000Z | include/RED4ext/Types/generated/world/PerformanceAreaNode.hpp | Cyberpunk-Extended-Development-Team/RED4ext.SDK | 2dc828c761d87a1b4235ce9ca4fbdf9fb4312fae | [
"MIT"
] | null | null | null | include/RED4ext/Types/generated/world/PerformanceAreaNode.hpp | Cyberpunk-Extended-Development-Team/RED4ext.SDK | 2dc828c761d87a1b4235ce9ca4fbdf9fb4312fae | [
"MIT"
] | null | null | null | #pragma once
// This file is generated from the Game's Reflection data
#include <cstdint>
#include <RED4ext/Common.hpp>
#include <RED4ext/REDhash.hpp>
#include <RED4ext/CName.hpp>
#include <RED4ext/DynArray.hpp>
#include <RED4ext/Types/generated/world/QualitySetting.hpp>
#include <RED4ext/Types/generated/world/Trigge... | 28.551724 | 67 | 0.762077 | Cyberpunk-Extended-Development-Team |
708697aab604ed9ffb7c92cef97e49f9243a2cf0 | 19,121 | cpp | C++ | old/tests/VolumetricForward.cpp | fuchstraumer/Caelestis | 9c4b76288220681bb245d84e5d7bf8c7f69b2716 | [
"MIT"
] | 5 | 2018-08-16T00:55:33.000Z | 2020-06-19T14:30:17.000Z | old/tests/VolumetricForward.cpp | fuchstraumer/Caelestis | 9c4b76288220681bb245d84e5d7bf8c7f69b2716 | [
"MIT"
] | null | null | null | old/tests/VolumetricForward.cpp | fuchstraumer/Caelestis | 9c4b76288220681bb245d84e5d7bf8c7f69b2716 | [
"MIT"
] | null | null | null | #include "scene/BaseScene.hpp"
#include "common/CreateInfoBase.hpp"
#include "core/Instance.hpp"
#include "core/LogicalDevice.hpp"
#include "resource/DescriptorPool.hpp"
#include "resource/Buffer.hpp"
#include "util/UtilitySphere.hpp"
#include "math/Ray.hpp"
#include "util/AABB.hpp"
#include "lights/Light.hpp"
#includ... | 44.571096 | 231 | 0.698028 | fuchstraumer |
708763dedd32925d0eb66905515208c01e525187 | 1,476 | cc | C++ | servlib/session/Subscriber.cc | delay-tolerant-networking/DTN2 | 1c12a9dea32c5cbae8c46db105012a2031f4161e | [
"Apache-2.0"
] | 14 | 2016-06-27T19:28:23.000Z | 2021-06-28T20:41:17.000Z | servlib/session/Subscriber.cc | delay-tolerant-networking/DTN2 | 1c12a9dea32c5cbae8c46db105012a2031f4161e | [
"Apache-2.0"
] | 3 | 2020-09-18T13:48:53.000Z | 2021-05-27T18:28:14.000Z | servlib/session/Subscriber.cc | lauramazzuca21/DTNME | c97b598b09a8c8e97c2e4136879d9f0e157c8df7 | [
"Apache-2.0"
] | 10 | 2020-09-26T05:08:40.000Z | 2022-01-25T12:57:55.000Z | /*
* Copyright 2007 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | 27.333333 | 78 | 0.563686 | delay-tolerant-networking |
70878d89ba52921210a7416987be2c93fdfd206a | 1,520 | hpp | C++ | native-library/src/util_classes/etag.hpp | AVSystem/Anjay-java | c8f8c5e0ac5a086db4ca183155eed07374fc6585 | [
"Apache-2.0"
] | 4 | 2021-03-03T11:27:57.000Z | 2022-03-29T03:42:47.000Z | native-library/src/util_classes/etag.hpp | AVSystem/Anjay-java | c8f8c5e0ac5a086db4ca183155eed07374fc6585 | [
"Apache-2.0"
] | null | null | null | native-library/src/util_classes/etag.hpp | AVSystem/Anjay-java | c8f8c5e0ac5a086db4ca183155eed07374fc6585 | [
"Apache-2.0"
] | 3 | 2020-11-04T13:13:24.000Z | 2021-12-06T08:03:48.000Z | /*
* Copyright 2020-2021 AVSystem <avsystem@avsystem.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | 27.142857 | 75 | 0.640132 | AVSystem |
708cbcc4887a3b74d79504dd44d85f69dcb8cf4a | 10,647 | hpp | C++ | include/ShaderProgram.hpp | pinam45/UTBM_IN55_ParametricObjectsConstruction | 0bb92ccdf1e52b1715162d7934aaca736ffbc0e6 | [
"MIT"
] | null | null | null | include/ShaderProgram.hpp | pinam45/UTBM_IN55_ParametricObjectsConstruction | 0bb92ccdf1e52b1715162d7934aaca736ffbc0e6 | [
"MIT"
] | null | null | null | include/ShaderProgram.hpp | pinam45/UTBM_IN55_ParametricObjectsConstruction | 0bb92ccdf1e52b1715162d7934aaca736ffbc0e6 | [
"MIT"
] | null | null | null | /*****************************************************************************************
* *
* MIT License *
* ... | 32.361702 | 99 | 0.652484 | pinam45 |
708f308bbb612f0540fa9c4e9ce0cec004651647 | 5,430 | cpp | C++ | chromium/third_party/WebKit/Source/core/html/forms/DateInputType.cpp | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/third_party/WebKit/Source/core/html/forms/DateInputType.cpp | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/third_party/WebKit/Source/core/html/forms/DateInputType.cpp | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (C) 2010 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | 41.769231 | 197 | 0.779374 | wedataintelligence |
7091bab4412b92b9b5ed629c94438a0f23fe8443 | 32,054 | cpp | C++ | tests/SkSLTest.cpp | JimmySoftware/skia | d5a244e6c00c12f8c91c94ff4549191177dd817e | [
"BSD-3-Clause"
] | null | null | null | tests/SkSLTest.cpp | JimmySoftware/skia | d5a244e6c00c12f8c91c94ff4549191177dd817e | [
"BSD-3-Clause"
] | null | null | null | tests/SkSLTest.cpp | JimmySoftware/skia | d5a244e6c00c12f8c91c94ff4549191177dd817e | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright 2021 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkData.h"
#include "include/core/SkImageInfo.h"
#... | 60.708333 | 142 | 0.643976 | JimmySoftware |
70929db9c14e6601c1bca30fd12e857640cff2cd | 5,563 | hpp | C++ | include/El/lapack_like/funcs.hpp | justusc/Elemental | 145ccb28411f3f0c65ca30ecea776df33297e4ff | [
"BSD-3-Clause"
] | null | null | null | include/El/lapack_like/funcs.hpp | justusc/Elemental | 145ccb28411f3f0c65ca30ecea776df33297e4ff | [
"BSD-3-Clause"
] | null | null | null | include/El/lapack_like/funcs.hpp | justusc/Elemental | 145ccb28411f3f0c65ca30ecea776df33297e4ff | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 2009-2015, Jack Poulson
All rights reserved.
This file is part of Elemental and is under the BSD 2-Clause License,
which can be found in the LICENSE file in the root directory, or at
http://opensource.org/licenses/BSD-2-Clause
*/
#pragma once
#ifndef EL_FUNCS_HPP
#define EL_FUNCS_HPP
... | 28.382653 | 79 | 0.735035 | justusc |
709577b78f903cff5d6576c3bfa842746ddcff02 | 231 | cpp | C++ | ion/src/shared/dummy/usb.cpp | VersiraSec/epsilon-cfw | d12b44c6c6668ecc14b60d8dd098ba5c230b1291 | [
"FSFAP"
] | 1,442 | 2017-08-28T19:39:45.000Z | 2022-03-30T00:56:14.000Z | ion/src/shared/dummy/usb.cpp | VersiraSec/epsilon-cfw | d12b44c6c6668ecc14b60d8dd098ba5c230b1291 | [
"FSFAP"
] | 1,321 | 2017-08-28T23:03:10.000Z | 2022-03-31T19:32:17.000Z | ion/src/shared/dummy/usb.cpp | VersiraSec/epsilon-cfw | d12b44c6c6668ecc14b60d8dd098ba5c230b1291 | [
"FSFAP"
] | 421 | 2017-08-28T22:02:39.000Z | 2022-03-28T20:52:21.000Z | #include <ion/usb.h>
namespace Ion {
namespace USB {
bool isPlugged() {
return false;
}
bool isEnumerated() {
return false;
}
void clearEnumerationInterrupt() {
}
void DFU() {
}
void enable() {
}
void disable() {
}
}
}
| 8.25 | 34 | 0.632035 | VersiraSec |
7096a1bbcd2c4e7199e6127d65867669820439cf | 5,439 | cpp | C++ | Templates/Full/web/source/activex/IEWebGameWindow.cpp | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 2,113 | 2015-01-01T11:23:01.000Z | 2022-03-28T04:51:46.000Z | Templates/Full/web/source/activex/IEWebGameWindow.cpp | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 948 | 2015-01-02T01:50:00.000Z | 2022-02-27T05:56:40.000Z | Templates/Full/web/source/activex/IEWebGameWindow.cpp | vbillet/Torque3D | ece8823599424ea675e5f79d9bcb44e42cba8cae | [
"MIT"
] | 944 | 2015-01-01T09:33:53.000Z | 2022-03-15T22:23:03.000Z | //-----------------------------------------------------------------------------
// Copyright (c) 2012 GarageGames, LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
// deal in the Software without restrictio... | 29.721311 | 115 | 0.616106 | vbillet |
7098d08f8428c82d2dcf2824d187fb1ce09fb70d | 2,169 | cpp | C++ | tests/lex/identifier_test.cpp | BastianBlokland/novus | 3b984c36855aa84d6746c14ff7e294ab7d9c1575 | [
"MIT"
] | 14 | 2020-04-14T17:00:56.000Z | 2021-08-30T08:29:26.000Z | tests/lex/identifier_test.cpp | BastianBlokland/novus | 3b984c36855aa84d6746c14ff7e294ab7d9c1575 | [
"MIT"
] | 27 | 2020-12-27T16:00:44.000Z | 2021-08-01T13:12:14.000Z | tests/lex/identifier_test.cpp | BastianBlokland/novus | 3b984c36855aa84d6746c14ff7e294ab7d9c1575 | [
"MIT"
] | 1 | 2020-05-29T18:33:37.000Z | 2020-05-29T18:33:37.000Z | #include "catch2/catch.hpp"
#include "helpers.hpp"
#include "lex/error.hpp"
namespace lex {
TEST_CASE("[lex] Lexing identifiers", "lex") {
SECTION("Valid") {
CHECK_TOKENS("hello", identiferToken("hello"));
CHECK_TOKENS("héllo", identiferToken("héllo"));
CHECK_TOKENS("_hello", identiferToken("_hello"));... | 34.983871 | 94 | 0.674504 | BastianBlokland |
709e0d028293899ace396f1a15275a36d7c9faee | 5,044 | cpp | C++ | Blue/Tools/zxcppvbn/adjacency_graphs.cpp | AmiditeX/Blue | 6a7a5dfa5e719a97a628bf8c4f2be1e672ed7350 | [
"MIT"
] | 4 | 2018-05-30T16:45:46.000Z | 2020-08-17T06:50:41.000Z | Blue/Tools/zxcppvbn/adjacency_graphs.cpp | AmiditeX/Blue | 6a7a5dfa5e719a97a628bf8c4f2be1e672ed7350 | [
"MIT"
] | 5 | 2018-02-27T19:46:56.000Z | 2018-05-30T16:44:58.000Z | Blue/Tools/zxcppvbn/adjacency_graphs.cpp | AmiditeX/Blue | 6a7a5dfa5e719a97a628bf8c4f2be1e672ed7350 | [
"MIT"
] | null | null | null | #include "zxcppvbn.hpp"
const size_t zxcppvbn::adjacency_graphs_size = 1369;
const uint8_t zxcppvbn::adjacency_graphs[] = {31,139,8,8,209,76,234,90,2,255,97,100,106,97,99,101,110,99,121,95,103,114,97,112,104,115,0,165,151,107,67,83,71,16,134,203,206,47,17,21,36,36,16,8,4,2,4,197,90,235,181,173,149,182,84,80,12,132,10... | 840.666667 | 4,964 | 0.722839 | AmiditeX |
709ed893ddce1531250294ae89f372f432eb61d3 | 2,011 | cpp | C++ | Plugins/EZOnline/Source/EZOnline/Private/EZClientGameMode.cpp | feixuwu/TankFire | c172cab5d5599ff066dfe17bb89945893fdee572 | [
"MIT"
] | 41 | 2018-02-14T04:12:40.000Z | 2022-03-14T09:24:37.000Z | Plugins/EZOnline/Source/EZOnline/Private/EZClientGameMode.cpp | feixuwu/TankFire | c172cab5d5599ff066dfe17bb89945893fdee572 | [
"MIT"
] | 3 | 2018-07-11T08:36:07.000Z | 2020-10-03T02:19:35.000Z | Plugins/EZOnline/Source/EZOnline/Private/EZClientGameMode.cpp | feixuwu/TankFire | c172cab5d5599ff066dfe17bb89945893fdee572 | [
"MIT"
] | 35 | 2018-03-05T07:08:23.000Z | 2022-03-28T11:17:17.000Z | // Fill out your copyright notice in the Description page of Project Settings.
#include "EZClientGameMode.h"
#include "WebSocketBlueprintLibrary.h"
#include "EZOnline.h"
#include "CoreGlobals.h"
#include "Misc/ConfigCacheIni.h"
#include "EZOnlineGameInstance.h"
#include "GameMapsSettings.h"
#include "Kismet/KismetStri... | 31.421875 | 148 | 0.785182 | feixuwu |
709f2fddada471c05939ae742c729c996ff40dd3 | 6,703 | cpp | C++ | toonz/sources/toonz/celldata.cpp | rozhuk-im/opentoonz | ad5b632512746b97fd526aa79660fbaedf934fad | [
"BSD-3-Clause"
] | 3,710 | 2016-03-26T00:40:48.000Z | 2022-03-31T21:35:12.000Z | toonz/sources/toonz/celldata.cpp | rozhuk-im/opentoonz | ad5b632512746b97fd526aa79660fbaedf934fad | [
"BSD-3-Clause"
] | 4,246 | 2016-03-26T01:21:45.000Z | 2022-03-31T23:10:47.000Z | toonz/sources/toonz/celldata.cpp | rozhuk-im/opentoonz | ad5b632512746b97fd526aa79660fbaedf934fad | [
"BSD-3-Clause"
] | 633 | 2016-03-26T00:42:25.000Z | 2022-03-17T02:55:13.000Z |
#include "celldata.h"
#include <assert.h>
#include "toonz/txsheet.h"
#include "toonz/txshcolumn.h"
#include "toonz/txshleveltypes.h"
#include "toonz/txshzeraryfxcolumn.h"
#include "toonz/txshzeraryfxlevel.h"
#include "toonz/tcolumnfx.h"
#include "toonz/fxdag.h"
#include "toonz/txshlevelcolumn.h"
//-----------------... | 33.348259 | 79 | 0.556616 | rozhuk-im |
709f36bc42bf51e90025683787cb7c19e928c65c | 285 | cpp | C++ | fill/fill.cpp | danielkrupinski/cpp-playground | 0b02de70bfdbbc7ebb073180972b382231a198d4 | [
"MIT"
] | 1 | 2018-07-23T21:15:11.000Z | 2018-07-23T21:15:11.000Z | fill/fill.cpp | danielkrupinski/cpp-playground | 0b02de70bfdbbc7ebb073180972b382231a198d4 | [
"MIT"
] | null | null | null | fill/fill.cpp | danielkrupinski/cpp-playground | 0b02de70bfdbbc7ebb073180972b382231a198d4 | [
"MIT"
] | 3 | 2018-11-10T05:39:00.000Z | 2019-12-08T12:14:19.000Z | #include <algorithm>
#include <iostream>
#include <iterator>
#include <vector>
int main()
{
std::vector<int> v{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
std::fill(v.begin(), v.end(), 7);
std::copy(v.begin(), v.end(), std::ostream_iterator<int>{ std::cout, " " });
return 0;
}
| 20.357143 | 80 | 0.561404 | danielkrupinski |
70a2eaba47fee120665b177611f131b9784439c6 | 30,396 | hpp | C++ | vdf_parser.hpp | clayne/ValveFileVDF | 808be2cd3fc3df6260752f9097aa2731b996f050 | [
"MIT"
] | 40 | 2016-11-13T16:26:53.000Z | 2022-03-11T11:43:05.000Z | vdf_parser.hpp | clayne/ValveFileVDF | 808be2cd3fc3df6260752f9097aa2731b996f050 | [
"MIT"
] | 10 | 2017-03-29T20:49:13.000Z | 2020-07-15T16:02:36.000Z | vdf_parser.hpp | clayne/ValveFileVDF | 808be2cd3fc3df6260752f9097aa2731b996f050 | [
"MIT"
] | 7 | 2018-01-04T07:15:07.000Z | 2022-03-07T17:26:56.000Z | //MIT License
//
//Copyright(c) 2016 Matthias Moeller
//
//Permission is hereby granted, free of charge, to any person obtaining a copy
//of this software and associated documentation files(the "Software"), to deal
//in the Software without restriction, including without limitation the rights
//to use, copy, mod... | 42.511888 | 173 | 0.480228 | clayne |
70a38e2f5f52c64545cf98c624c73b4b89889789 | 4,723 | cc | C++ | content/browser/loader/certificate_resource_handler.cc | leiferikb/bitpop-private | 4c967307d228e86f07f2576068a169e846c833ca | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2021-11-15T15:17:43.000Z | 2021-11-15T15:17:43.000Z | content/browser/loader/certificate_resource_handler.cc | leiferikb/bitpop-private | 4c967307d228e86f07f2576068a169e846c833ca | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/browser/loader/certificate_resource_handler.cc | leiferikb/bitpop-private | 4c967307d228e86f07f2576068a169e846c833ca | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2019-02-21T16:13:42.000Z | 2019-02-21T16:13:42.000Z | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/loader/certificate_resource_handler.h"
#include "base/string_util.h"
#include "content/browser/loader/resource_request_info... | 32.349315 | 76 | 0.635189 | leiferikb |
70a5e20183ae21e5347c1a9c8eb151fe0315a897 | 493 | cpp | C++ | src/use_protobuf/main.cpp | cwj5012/game_kit | 587f55e6aa29fac3ef6b4649c7499f53e7b4829c | [
"MIT"
] | null | null | null | src/use_protobuf/main.cpp | cwj5012/game_kit | 587f55e6aa29fac3ef6b4649c7499f53e7b4829c | [
"MIT"
] | null | null | null | src/use_protobuf/main.cpp | cwj5012/game_kit | 587f55e6aa29fac3ef6b4649c7499f53e7b4829c | [
"MIT"
] | null | null | null | #include <iostream>
#include <string>
#include <windows.h>
#include "msg.pb.h"
int main(int argc, char* argv[]) {
Person john;
john.set_id(1234);
john.set_name("John Doe");
john.set_email("jdoe@example.com");
std::cout << john.DebugString() << std::endl;
Person john_copy;
john_copy.set_id(john.id());
john_co... | 18.961538 | 51 | 0.681542 | cwj5012 |
70a7d56261053f4d3f2993e1599fd0dbf3a45150 | 451 | cpp | C++ | doc/examples/operatorarray__size_type.cpp | Hexlord/json | 66869458b5227170e052d01aa65b47ee8350b666 | [
"MIT"
] | 23 | 2016-01-20T07:50:24.000Z | 2021-09-08T05:08:19.000Z | json-master/doc/examples/operatorarray__size_type.cpp | bobismijnnaam/bobetex | 9960eafd31c73b4070b236d5dfafd5734492aaf5 | [
"MIT"
] | 18 | 2016-06-01T11:56:54.000Z | 2016-06-06T10:58:53.000Z | json-master/doc/examples/operatorarray__size_type.cpp | bobismijnnaam/bobetex | 9960eafd31c73b4070b236d5dfafd5734492aaf5 | [
"MIT"
] | 19 | 2016-01-24T13:05:24.000Z | 2021-06-25T01:36:47.000Z | #include <json.hpp>
using namespace nlohmann;
int main()
{
// create a JSON array
json array = {1, 2, 3, 4, 5};
// output element at index 3 (fourth element)
std::cout << array[3] << '\n';
// change last element to 6
array[array.size() - 1] = 6;
// output changed array
std::cout << ... | 18.04 | 49 | 0.552106 | Hexlord |
70a7f4f9db517de7493efed62f334f85b9b71355 | 16,517 | cpp | C++ | src/dagified_graph.cpp | lnceballosz/vg | 82d8ba2f38299525c0b0a6b19dcb785d2c439cfa | [
"MIT"
] | null | null | null | src/dagified_graph.cpp | lnceballosz/vg | 82d8ba2f38299525c0b0a6b19dcb785d2c439cfa | [
"MIT"
] | null | null | null | src/dagified_graph.cpp | lnceballosz/vg | 82d8ba2f38299525c0b0a6b19dcb785d2c439cfa | [
"MIT"
] | null | null | null | // SPDX-FileCopyrightText: 2014 Erik Garrison
//
// SPDX-License-Identifier: MIT
/**
* \file dagified_graph.cpp: contains the implementation of DagifiedGraph
*/
#include "dagified_graph.hpp"
//#define debug_dagify
namespace vg {
using namespace std;
DagifiedGraph::DagifiedGraph(const HandleGraph* graph, si... | 46.266106 | 153 | 0.559181 | lnceballosz |
70a816ce81d79a28776a0dc52e8dcdf198559b1b | 8,481 | cpp | C++ | src/org/apache/poi/ss/formula/functions/TextFunction.cpp | pebble2015/cpoi | 6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6 | [
"Apache-2.0"
] | null | null | null | src/org/apache/poi/ss/formula/functions/TextFunction.cpp | pebble2015/cpoi | 6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6 | [
"Apache-2.0"
] | null | null | null | src/org/apache/poi/ss/formula/functions/TextFunction.cpp | pebble2015/cpoi | 6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6 | [
"Apache-2.0"
] | null | null | null | // Generated from /POI/java/org/apache/poi/ss/formula/functions/TextFunction.java
#include <org/apache/poi/ss/formula/functions/TextFunction.hpp>
#include <java/lang/NullPointerException.hpp>
#include <java/lang/String.hpp>
#include <org/apache/poi/ss/formula/eval/ErrorEval.hpp>
#include <org/apache/poi/ss/formula/eva... | 34.616327 | 189 | 0.703101 | pebble2015 |
70a9f6e766d21ea8f1ae0d3b71e52a2ca24eec2c | 9,525 | cpp | C++ | code/Plugins/Renderer/Direct3D9/Source/T3DD3D9Mappings.cpp | answerear/Fluid | 7b7992547a7d3ac05504dd9127e779eeeaddb3ab | [
"MIT"
] | 1 | 2021-11-16T15:11:52.000Z | 2021-11-16T15:11:52.000Z | code/Plugins/Renderer/Direct3D9/Source/T3DD3D9Mappings.cpp | answerear/Fluid | 7b7992547a7d3ac05504dd9127e779eeeaddb3ab | [
"MIT"
] | null | null | null | code/Plugins/Renderer/Direct3D9/Source/T3DD3D9Mappings.cpp | answerear/Fluid | 7b7992547a7d3ac05504dd9127e779eeeaddb3ab | [
"MIT"
] | null | null | null | /*******************************************************************************
* This file is part of Tiny3D (Tiny 3D Graphic Rendering Engine)
* Copyright (C) 2015-2019 Answer Wong
* For latest info, see https://github.com/answerear/Tiny3D
*
* This program is free software: you can redistribute it and/or modi... | 28.603604 | 81 | 0.489974 | answerear |
70ab4001756b4343b7b6c99ad2c1d4f61148a855 | 16,138 | cpp | C++ | test/Core/QubitMapping.test.cpp | QianJianhua1/QPanda-2 | a13c7b733031b1d0007dceaf1dae6ad447bb969c | [
"Apache-2.0"
] | null | null | null | test/Core/QubitMapping.test.cpp | QianJianhua1/QPanda-2 | a13c7b733031b1d0007dceaf1dae6ad447bb969c | [
"Apache-2.0"
] | null | null | null | test/Core/QubitMapping.test.cpp | QianJianhua1/QPanda-2 | a13c7b733031b1d0007dceaf1dae6ad447bb969c | [
"Apache-2.0"
] | null | null | null | #include "gtest/gtest.h"
#include "QPanda.h"
#include <iostream>
#include <vector>
#include <stdio.h>
#include <memory>
#include <chrono>
#include <string>
#include "Extensions/Extensions.h"
#ifdef USE_EXTENSION
#ifndef PI
#define PI 3.1415926
#endif // !PI
const size_t kShots = 2048;
const size_t kEpsion = kShots *... | 28.411972 | 118 | 0.641219 | QianJianhua1 |
70ab524b8c2812cf12cc0bde557a89517e30a119 | 65,973 | hpp | C++ | third_party/xsimd/types/xsimd_base.hpp | PierreBlancfat/pythran2 | 37869bc73aae1054253c2b1643aee5c63f11b7e8 | [
"BSD-3-Clause"
] | null | null | null | third_party/xsimd/types/xsimd_base.hpp | PierreBlancfat/pythran2 | 37869bc73aae1054253c2b1643aee5c63f11b7e8 | [
"BSD-3-Clause"
] | null | null | null | third_party/xsimd/types/xsimd_base.hpp | PierreBlancfat/pythran2 | 37869bc73aae1054253c2b1643aee5c63f11b7e8 | [
"BSD-3-Clause"
] | null | null | null | /***************************************************************************
* Copyright (c) 2016, Johan Mabille and Sylvain Corlay *
* *
* Distributed under the terms of the BSD 3-Clause License. *
* ... | 38.289611 | 139 | 0.531566 | PierreBlancfat |
70acd4552510744f391fe70cfb97e67ea2ebc478 | 459 | cpp | C++ | src/function/scalar/trigonometrics_functions.cpp | GuinsooLab/guinsoodb | f200538868738ae460f62fb89211deec946cefff | [
"MIT"
] | 1 | 2021-04-22T05:41:54.000Z | 2021-04-22T05:41:54.000Z | src/function/scalar/trigonometrics_functions.cpp | GuinsooLab/guinsoodb | f200538868738ae460f62fb89211deec946cefff | [
"MIT"
] | null | null | null | src/function/scalar/trigonometrics_functions.cpp | GuinsooLab/guinsoodb | f200538868738ae460f62fb89211deec946cefff | [
"MIT"
] | 1 | 2021-12-12T10:24:57.000Z | 2021-12-12T10:24:57.000Z | #include "guinsoodb/function/scalar/trigonometric_functions.hpp"
#include "guinsoodb/common/vector_operations/vector_operations.hpp"
#include "guinsoodb/common/exception.hpp"
namespace guinsoodb {
void BuiltinFunctions::RegisterTrigonometricsFunctions() {
Register<SinFun>();
Register<CosFun>();
Register<TanFun>();... | 24.157895 | 67 | 0.769063 | GuinsooLab |
70ad47aad3ae1f96e94be9dfb3876b7687a13db6 | 16,278 | cpp | C++ | MultiSource/Benchmarks/7zip/CPP/7zip/Archive/Common/HandlerOut.cpp | gmlueck/llvm-test-suite | 7ff842b8fec970561fed78c9347e496538cf74f5 | [
"Apache-2.0"
] | 1,975 | 2015-07-03T07:00:50.000Z | 2022-03-31T20:04:04.000Z | third_party/lzma/files/CPP/7zip/Archive/Common/HandlerOut.cpp | rodriguez74745/omaha | a244aea380b48fc488a0555c3fa51a2e03677557 | [
"Apache-2.0"
] | 519 | 2020-09-15T07:40:51.000Z | 2022-03-31T20:51:15.000Z | third_party/lzma/files/CPP/7zip/Archive/Common/HandlerOut.cpp | rodriguez74745/omaha | a244aea380b48fc488a0555c3fa51a2e03677557 | [
"Apache-2.0"
] | 685 | 2015-07-18T11:24:49.000Z | 2022-03-30T20:50:12.000Z | // HandlerOut.cpp
#include "StdAfx.h"
#include "../../../Common/StringToInt.h"
#include "../../../Windows/PropVariant.h"
#ifndef _7ZIP_ST
#include "../../../Windows/System.h"
#endif
#include "../../ICoder.h"
#include "../Common/ParseProperties.h"
#include "HandlerOut.h"
using namespace NWindows;
namespace NArc... | 26.086538 | 103 | 0.65137 | gmlueck |
70afe5fc53240327b2189f4f833331891eeac2a2 | 3,256 | hpp | C++ | assemble.hpp | noah-witt/riscv-engine | 4caf55da2d8e5d473ac7e0634bef6a1d5ddc728b | [
"MIT"
] | null | null | null | assemble.hpp | noah-witt/riscv-engine | 4caf55da2d8e5d473ac7e0634bef6a1d5ddc728b | [
"MIT"
] | null | null | null | assemble.hpp | noah-witt/riscv-engine | 4caf55da2d8e5d473ac7e0634bef6a1d5ddc728b | [
"MIT"
] | null | null | null | /**
* @file assemble.hpp
* @author Noah Witt (nawitt18@ole.augie.edu)
* @version 0.1
* @date 2021-09-01
*
*/
#pragma once
#include <string>
#include <cstring>
#include <vector>
#include <list>
#include <unordered_map>
#include "./registers.hpp"
#include "./memory.h"
#include "./memory.t.hpp"
#include "symbol.h... | 18.5 | 125 | 0.579238 | noah-witt |
70b05f3c7e6f4157a74a577bf02f1ba12fcb810e | 27,911 | cpp | C++ | src/libtsduck/dtv/descriptors/tsLinkageDescriptor.cpp | SS-FF/tsduck | fb7eb63a9091085a878d434cd8778b012aa09cb7 | [
"BSD-2-Clause"
] | null | null | null | src/libtsduck/dtv/descriptors/tsLinkageDescriptor.cpp | SS-FF/tsduck | fb7eb63a9091085a878d434cd8778b012aa09cb7 | [
"BSD-2-Clause"
] | null | null | null | src/libtsduck/dtv/descriptors/tsLinkageDescriptor.cpp | SS-FF/tsduck | fb7eb63a9091085a878d434cd8778b012aa09cb7 | [
"BSD-2-Clause"
] | null | null | null | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2020, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | 40.102011 | 152 | 0.550034 | SS-FF |
70b5a537b709715faa2ebcb578bbe130fea8dd75 | 24,019 | cpp | C++ | examples/window-app/common/src/WindowApp.cpp | mykrupp/connectedhomeip-1 | c6ca8bde66f76fa95b0383e2faa6a67c74cef2c3 | [
"Apache-2.0"
] | 1 | 2022-01-07T23:56:28.000Z | 2022-01-07T23:56:28.000Z | examples/window-app/common/src/WindowApp.cpp | mykrupp/connectedhomeip-1 | c6ca8bde66f76fa95b0383e2faa6a67c74cef2c3 | [
"Apache-2.0"
] | null | null | null | examples/window-app/common/src/WindowApp.cpp | mykrupp/connectedhomeip-1 | c6ca8bde66f76fa95b0383e2faa6a67c74cef2c3 | [
"Apache-2.0"
] | null | null | null | /*
*
* Copyright (c) 2021 Project CHIP 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 requir... | 31.153048 | 130 | 0.66131 | mykrupp |
70b7d05ab1bd18850b65c7953eaff0eb15c5a779 | 612 | hpp | C++ | bucket_7B/coinmp/patches/patch-CoinUtils_src_CoinSignal.hpp | jrmarino/ravensource | 91d599fd1f2af55270258d15e72c62774f36033e | [
"FTL"
] | 17 | 2017-04-22T21:53:52.000Z | 2021-01-21T16:57:55.000Z | bucket_7B/coinmp/patches/patch-CoinUtils_src_CoinSignal.hpp | jrmarino/ravensource | 91d599fd1f2af55270258d15e72c62774f36033e | [
"FTL"
] | 186 | 2017-09-12T20:46:52.000Z | 2021-11-27T18:15:14.000Z | bucket_7B/coinmp/patches/patch-CoinUtils_src_CoinSignal.hpp | jrmarino/ravensource | 91d599fd1f2af55270258d15e72c62774f36033e | [
"FTL"
] | 74 | 2017-09-06T14:48:01.000Z | 2021-08-28T02:48:27.000Z | --- CoinUtils/src/CoinSignal.hpp.orig 2015-03-13 20:16:34 UTC
+++ CoinUtils/src/CoinSignal.hpp
@@ -43,8 +43,15 @@
//-----------------------------------------------------------------------------
+#if defined(__DragonFly__) && defined(__GNUC__)
+ typedef typeof(SIG_DFL) CoinSighandler_t;
+# define CoinSighandler_... | 30.6 | 80 | 0.542484 | jrmarino |
70bab7eb12e793e4faeba9e6a13bd6225a9c1ba6 | 4,420 | hpp | C++ | src/generator/gsql_parser/gsql_parser/core_parser.hpp | ostri/dbgen3 | 3430ef64f51d551a7ec4356daf52f80940ad7343 | [
"Apache-2.0"
] | null | null | null | src/generator/gsql_parser/gsql_parser/core_parser.hpp | ostri/dbgen3 | 3430ef64f51d551a7ec4356daf52f80940ad7343 | [
"Apache-2.0"
] | null | null | null | src/generator/gsql_parser/gsql_parser/core_parser.hpp | ostri/dbgen3 | 3430ef64f51d551a7ec4356daf52f80940ad7343 | [
"Apache-2.0"
] | null | null | null | #ifndef CORE_PARSER_HPP
#define CORE_PARSER_HPP
#include <array>
#include <filesystem>
#include <memory>
#include <xercesc/dom/DOM.hpp>
#include <xercesc/dom/DOMDocument.hpp>
#include <xercesc/dom/DOMErrorHandler.hpp>
#include <xercesc/framework/XMLGrammarPool.hpp>
#include <xercesc/parsers/XercesDOMParser.hpp>
#incl... | 46.041667 | 105 | 0.565158 | ostri |
70bdebb3a00e551b8371ea101c72e0eac301c443 | 4,536 | cc | C++ | src/Obj.cc | hugolin615/zeek-4.0.0-ele420520-spring2021 | 258e9b2ee1f2a4bd45c6332a75304793b7d44d40 | [
"Apache-2.0"
] | null | null | null | src/Obj.cc | hugolin615/zeek-4.0.0-ele420520-spring2021 | 258e9b2ee1f2a4bd45c6332a75304793b7d44d40 | [
"Apache-2.0"
] | null | null | null | src/Obj.cc | hugolin615/zeek-4.0.0-ele420520-spring2021 | 258e9b2ee1f2a4bd45c6332a75304793b7d44d40 | [
"Apache-2.0"
] | null | null | null | // See the file "COPYING" in the main distribution directory for copyright.
#include "zeek-config.h"
#include "zeek/Obj.h"
#include <stdlib.h>
#include "zeek/Desc.h"
#include "zeek/Func.h"
#include "zeek/File.h"
#include "zeek/plugin/Manager.h"
namespace zeek {
namespace detail {
Location start_location("<start un... | 20.524887 | 114 | 0.64418 | hugolin615 |
70bdf03408c8d575a6854d41081500e4ea1a494d | 15,512 | cc | C++ | third_party/blink/renderer/modules/peerconnection/rtc_rtp_receiver_impl.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | third_party/blink/renderer/modules/peerconnection/rtc_rtp_receiver_impl.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | third_party/blink/renderer/modules/peerconnection/rtc_rtp_receiver_impl.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright (c) 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 "third_party/blink/renderer/modules/peerconnection/rtc_rtp_receiver_impl.h"
#include "base/bind.h"
#include "base/check_op.h"
#include "base... | 35.907407 | 100 | 0.771725 | zealoussnow |
70bdfafed8ec1bf977d2c2dad470d11906bf44f9 | 2,910 | cpp | C++ | src/identify.cpp | clockley/watchdogd | 7f03ad9a7317a11f246d29bce411d1e50265aa0e | [
"Apache-2.0"
] | 17 | 2016-03-22T12:20:07.000Z | 2022-01-24T17:49:39.000Z | src/identify.cpp | clockley/watchdogd | 7f03ad9a7317a11f246d29bce411d1e50265aa0e | [
"Apache-2.0"
] | 1 | 2021-10-04T17:35:13.000Z | 2021-10-05T16:55:46.000Z | src/identify.cpp | clockley/watchdogd | 7f03ad9a7317a11f246d29bce411d1e50265aa0e | [
"Apache-2.0"
] | 1 | 2021-12-05T13:23:26.000Z | 2021-12-05T13:23:26.000Z | /*
* Copyright 2016-2020 Christian Lockley
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 27.980769 | 113 | 0.697595 | clockley |
70c1f6d21350d470cb8a297fae9ecc084afc3114 | 7,285 | cpp | C++ | Bonepick/test/engine/TestSystems.cpp | dodgelafnitz/Bonepick | 1a12193e5d0cf5d4061d0d3cbd1529a206ed38f4 | [
"MIT"
] | 3 | 2018-10-09T02:08:57.000Z | 2020-08-12T20:26:29.000Z | Bonepick/test/engine/TestSystems.cpp | dodgelafnitz/Bonepick | 1a12193e5d0cf5d4061d0d3cbd1529a206ed38f4 | [
"MIT"
] | 1 | 2018-09-30T02:42:39.000Z | 2018-09-30T02:42:39.000Z | Bonepick/test/engine/TestSystems.cpp | dodgelafnitz/Bonepick | 1a12193e5d0cf5d4061d0d3cbd1529a206ed38f4 | [
"MIT"
] | null | null | null | #include "test/engine/TestSystems.h"
#include "engine/system/Entity.h"
#include "engine/system/EntityManager.h"
#include "engine/utility/Debug.h"
namespace
{
//############################################################################
void TestEntityManagerSingleComponent(void)
{
EntityManager<float> entM... | 29.257028 | 80 | 0.588058 | dodgelafnitz |
70c3646edaee819442ad1234fd06f86882809484 | 23,952 | hpp | C++ | website/src/cgiroot.hpp | Wt-Works/saai.ir | 18b9e75616300994c8d5034f766b6e91c6a48c16 | [
"MIT",
"Unlicense"
] | 1 | 2021-08-28T01:24:22.000Z | 2021-08-28T01:24:22.000Z | website/src/cgiroot.hpp | Wt-Works/saai.ir | 18b9e75616300994c8d5034f766b6e91c6a48c16 | [
"MIT",
"Unlicense"
] | null | null | null | website/src/cgiroot.hpp | Wt-Works/saai.ir | 18b9e75616300994c8d5034f766b6e91c6a48c16 | [
"MIT",
"Unlicense"
] | null | null | null | #ifndef CGIROOT_HPP
#define CGIROOT_HPP
#include <string>
#include <Wt/WAnchor>
#include <Wt/WApplication>
#include <Wt/WButtonGroup>
#include <Wt/WComboBox>
#include <Wt/WContainerWidget>
#include <Wt/WDialog>
#include <Wt/WEnvironment>
#include <Wt/WFileUpload>
#include <Wt/WFormWidget>
#include <Wt/WImage>
#inclu... | 32.455285 | 106 | 0.73998 | Wt-Works |
70c89044cd53dfc552356fb206d75b7aa7475c9f | 3,698 | hh | C++ | gazebo/physics/Contact.hh | traversaro/gazebo | 6fd426b3949c4ca73fa126cde68f5cc4a59522eb | [
"ECL-2.0",
"Apache-2.0"
] | 887 | 2020-04-18T08:43:06.000Z | 2022-03-31T11:58:50.000Z | gazebo/physics/Contact.hh | traversaro/gazebo | 6fd426b3949c4ca73fa126cde68f5cc4a59522eb | [
"ECL-2.0",
"Apache-2.0"
] | 462 | 2020-04-21T21:59:19.000Z | 2022-03-31T23:23:21.000Z | gazebo/physics/Contact.hh | traversaro/gazebo | 6fd426b3949c4ca73fa126cde68f5cc4a59522eb | [
"ECL-2.0",
"Apache-2.0"
] | 421 | 2020-04-21T09:13:03.000Z | 2022-03-30T02:22:01.000Z | /*
* Copyright (C) 2012 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 32.156522 | 76 | 0.678475 | traversaro |
70c8b431974d08f88549249329d4f2c06fe52902 | 7,464 | cpp | C++ | code/engine.vc2008/xrGame/CarInput.cpp | porames25/xray-oxygen | 1f3f46a7a1ffc2be1de04a1ec665862127894ef7 | [
"Apache-2.0"
] | null | null | null | code/engine.vc2008/xrGame/CarInput.cpp | porames25/xray-oxygen | 1f3f46a7a1ffc2be1de04a1ec665862127894ef7 | [
"Apache-2.0"
] | null | null | null | code/engine.vc2008/xrGame/CarInput.cpp | porames25/xray-oxygen | 1f3f46a7a1ffc2be1de04a1ec665862127894ef7 | [
"Apache-2.0"
] | null | null | null | #include "stdafx.h"
#pragma hdrstop
#ifdef DEBUG
#include "PHDebug.h"
#endif
#include "alife_space.h"
#include "Hit.h"
#include "PHDestroyable.h"
#include "Car.h"
#include "Actor.h"
#include "script_entity_action.h"
#include "../xrEngine/xr_level_controller.h"
#include "../xrEngine/CameraBase.h"
#include "../Include/xr... | 22.549849 | 118 | 0.682342 | porames25 |
70c901b862e100eced4764fb17880d304db40c69 | 9,970 | cpp | C++ | ba/cpp/ba.cpp | daoran/ba | d38e58a1f9a1130e78626de34bfc3d722a968e5c | [
"Unlicense"
] | 9 | 2020-04-26T02:40:48.000Z | 2021-12-13T10:22:00.000Z | ba/cpp/ba.cpp | daoran/ba | d38e58a1f9a1130e78626de34bfc3d722a968e5c | [
"Unlicense"
] | null | null | null | ba/cpp/ba.cpp | daoran/ba | d38e58a1f9a1130e78626de34bfc3d722a968e5c | [
"Unlicense"
] | 2 | 2020-11-27T07:12:36.000Z | 2022-01-09T04:22:32.000Z | #include "ba.hpp"
static mat2_t J_intrinsics(const mat3_t &K) {
// J = [K[0, 0], 0.0,
// 0.0, K[1, 1]];
mat2_t J = zeros(2, 2);
J(0, 0) = K(0, 0);
J(1, 1) = K(1, 1);
return J;
}
static matx_t J_project(const vec3_t &p_C) {
const real_t x = p_C(0);
const real_t y = p_C(1);
const real_t z = p_C(2... | 29.93994 | 80 | 0.582146 | daoran |
70cb2b5358d80a4f847edf37c38653a03a0d1a72 | 9,808 | cpp | C++ | Nacro/SDK/FN_ItemManagementEquipSlot_functions.cpp | Milxnor/Nacro | eebabf662bbce6d5af41820ea0342d3567a0aecc | [
"BSD-2-Clause"
] | 11 | 2021-08-08T23:25:10.000Z | 2022-02-19T23:07:22.000Z | Nacro/SDK/FN_ItemManagementEquipSlot_functions.cpp | Milxnor/Nacro | eebabf662bbce6d5af41820ea0342d3567a0aecc | [
"BSD-2-Clause"
] | 1 | 2022-01-01T22:51:59.000Z | 2022-01-08T16:14:15.000Z | Nacro/SDK/FN_ItemManagementEquipSlot_functions.cpp | Milxnor/Nacro | eebabf662bbce6d5af41820ea0342d3567a0aecc | [
"BSD-2-Clause"
] | 8 | 2021-08-09T13:51:54.000Z | 2022-01-26T20:33:37.000Z | // Fortnite (1.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Function ItemManagementEquipSlot.Item... | 34.903915 | 206 | 0.749286 | Milxnor |
70cc4a2eb152ef9443f56851b930cd047462e958 | 4,159 | cpp | C++ | src/Cpl/Io/Stdio/_0test/atomic.cpp | johnttaylor/foxtail | 86e4e1d19d5e8f9c1d1064cf0939f4bf62615400 | [
"BSD-3-Clause"
] | null | null | null | src/Cpl/Io/Stdio/_0test/atomic.cpp | johnttaylor/foxtail | 86e4e1d19d5e8f9c1d1064cf0939f4bf62615400 | [
"BSD-3-Clause"
] | null | null | null | src/Cpl/Io/Stdio/_0test/atomic.cpp | johnttaylor/foxtail | 86e4e1d19d5e8f9c1d1064cf0939f4bf62615400 | [
"BSD-3-Clause"
] | null | null | null | /*-----------------------------------------------------------------------------
* This file is part of the Colony.Core Project. The Colony.Core Project is an
* open source project with a BSD type of licensing agreement. See the license
* agreement (license.txt) in the top/ directory or on the Internet at
* http://int... | 30.137681 | 168 | 0.552056 | johnttaylor |
70ce809f995f55881361c4afa7ee2db8f9f8ffae | 16,033 | cpp | C++ | src/SqlConnection.cpp | devinsmith/sql_pool | 82a9dc3f8697c3105bcdc19e6af698843e7a4495 | [
"MIT"
] | 1 | 2022-03-28T06:55:26.000Z | 2022-03-28T06:55:26.000Z | src/SqlConnection.cpp | devinsmith/sql_pool | 82a9dc3f8697c3105bcdc19e6af698843e7a4495 | [
"MIT"
] | null | null | null | src/SqlConnection.cpp | devinsmith/sql_pool | 82a9dc3f8697c3105bcdc19e6af698843e7a4495 | [
"MIT"
] | 2 | 2021-03-04T06:11:08.000Z | 2022-03-28T06:55:46.000Z | /*
* Copyright (c) 2012-2021 Devin Smith <devin@devinsmith.net>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS I... | 25.051563 | 102 | 0.643485 | devinsmith |
70d268b60349d27d067b1977cad8a9015bda2b03 | 1,708 | cpp | C++ | LeetCode/c/113.cpp | Leoyuseu/Code | 34edfbbfb7875b3ed06de393c192c1f13a5074f4 | [
"BSD-Source-Code"
] | null | null | null | LeetCode/c/113.cpp | Leoyuseu/Code | 34edfbbfb7875b3ed06de393c192c1f13a5074f4 | [
"BSD-Source-Code"
] | null | null | null | LeetCode/c/113.cpp | Leoyuseu/Code | 34edfbbfb7875b3ed06de393c192c1f13a5074f4 | [
"BSD-Source-Code"
] | null | null | null | #include <iostream>
#include <vector>
using namespace std;
struct TreeNode {
int val;
TreeNode *left;
TreeNode *right;
TreeNode(int x) : val(x), left(NULL), right(NULL) {}
};
class Solution {
public:
vector<vector<int>> pathSum(TreeNode* root, int sum) {
vector<vector<int> > ans;
... | 23.722222 | 95 | 0.536885 | Leoyuseu |
70d4db043e146d7d0c76666aa877981a6b7e22a9 | 15,215 | cc | C++ | ns-3-dev/src/simple/model/simple-net-device.cc | maxvonhippel/snake | 0805773dc34e1480dffaae40174aa1f82d1c6ce8 | [
"BSD-3-Clause"
] | 11 | 2015-11-24T11:07:28.000Z | 2021-12-23T04:10:29.000Z | ns-3-dev/src/simple/model/simple-net-device.cc | maxvonhippel/snake | 0805773dc34e1480dffaae40174aa1f82d1c6ce8 | [
"BSD-3-Clause"
] | null | null | null | ns-3-dev/src/simple/model/simple-net-device.cc | maxvonhippel/snake | 0805773dc34e1480dffaae40174aa1f82d1c6ce8 | [
"BSD-3-Clause"
] | 6 | 2016-03-01T06:32:21.000Z | 2022-03-24T19:31:41.000Z | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2008 INRIA
*
* 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 Free Software Foundation;
*
* This program is distributed... | 26.506969 | 144 | 0.703648 | maxvonhippel |
70d8d78bb5c30a1020f9d6565371a6e3cea6bdae | 6,270 | hpp | C++ | phonelibs/acado/include/acado/validated_integrator/ellipsoidal_integrator.hpp | Neptos/openpilot | 01914a1a91ade18bd7aead99e7d1bf38cd22ad89 | [
"MIT"
] | 116 | 2018-03-07T09:00:10.000Z | 2020-04-06T18:37:45.000Z | phonelibs/acado/include/acado/validated_integrator/ellipsoidal_integrator.hpp | Neptos/openpilot | 01914a1a91ade18bd7aead99e7d1bf38cd22ad89 | [
"MIT"
] | 66 | 2020-04-09T20:27:57.000Z | 2022-01-27T14:39:24.000Z | phonelibs/acado/include/acado/validated_integrator/ellipsoidal_integrator.hpp | Neptos/openpilot | 01914a1a91ade18bd7aead99e7d1bf38cd22ad89 | [
"MIT"
] | 154 | 2020-04-08T21:41:22.000Z | 2022-03-17T21:05:33.000Z | /*
* This file is part of ACADO Toolkit.
*
* ACADO Toolkit -- A Toolkit for Automatic Control and Dynamic Optimization.
* Copyright (C) 2008-2014 by Boris Houska, Hans Joachim Ferreau,
* Milan Vukov, Rien Quirynen, KU Leuven.
* Developed within the Optimization in Engineering Center (OPTEC)
* u... | 31.35 | 116 | 0.675598 | Neptos |
70db14e2d202219c453ee61d65f932298e5a1f43 | 1,464 | cpp | C++ | CSES/Tree Algorithms/Company Queries I.cpp | s166harth/CC | b6c0fe58f03633fe2787a567a16909f1b2966e7b | [
"MIT"
] | 406 | 2020-05-28T13:35:08.000Z | 2022-03-31T17:23:26.000Z | CSES/Tree Algorithms/Company Queries I.cpp | shakeeb-droids/CC | 2f49fcb52d748804aee9fc7f26abb3150bec69e5 | [
"MIT"
] | 3 | 2021-01-01T17:50:34.000Z | 2021-10-02T10:02:27.000Z | CSES/Tree Algorithms/Company Queries I.cpp | shakeeb-droids/CC | 2f49fcb52d748804aee9fc7f26abb3150bec69e5 | [
"MIT"
] | 108 | 2020-07-21T13:02:33.000Z | 2022-03-28T22:46:49.000Z | /**
🍪 thew6rst
🍪 12.02.2021 10:45:31
**/
#ifdef W
#include "k_II.h"
#else
#include <bits/stdc++.h>
using namespace std;
#endif
#define pb emplace_back
#define all(x) x.begin(), x.end()
#define sz(x) static_cast<int32_t>(x.size())
template<class T> class Y {
T f;
public:
templa... | 24.813559 | 72 | 0.456967 | s166harth |
70dbe8ee408e4f227614da2f7348e29f024c810c | 78,997 | cc | C++ | src/net/reporting/reporting_header_parser_unittest.cc | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | null | null | null | src/net/reporting/reporting_header_parser_unittest.cc | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | null | null | null | src/net/reporting/reporting_header_parser_unittest.cc | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 1 | 2021-03-07T14:20:02.000Z | 2021-03-07T14:20:02.000Z | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/reporting/reporting_header_parser.h"
#include <sstream>
#include <string>
#include <vector>
#include "base/bind.h"
#include "base/json/jso... | 46.278266 | 80 | 0.693571 | Mr-Sheep |
70e036053ffc63c30da421d96d564d43b8de29da | 3,693 | cpp | C++ | Applications/DataExplorer/DataView/FemConditionModel.cpp | MManicaM/ogs | 6d5ee002f7ac1d046b34655851b98907d5b8cc4f | [
"BSD-4-Clause"
] | null | null | null | Applications/DataExplorer/DataView/FemConditionModel.cpp | MManicaM/ogs | 6d5ee002f7ac1d046b34655851b98907d5b8cc4f | [
"BSD-4-Clause"
] | null | null | null | Applications/DataExplorer/DataView/FemConditionModel.cpp | MManicaM/ogs | 6d5ee002f7ac1d046b34655851b98907d5b8cc4f | [
"BSD-4-Clause"
] | null | null | null | /**
* \file
* \copyright
* Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#include "FemConditionModel.h"
#include ... | 33.572727 | 77 | 0.679664 | MManicaM |
70e1bebdcbd96978cdd7c021889ad9f3b7c189e4 | 1,723 | hpp | C++ | types/NullCoercibilityCheckMacro.hpp | Hacker0912/quickstep-datalog | 1de22e7ab787b5efa619861a167a097ff6a4f549 | [
"Apache-2.0"
] | 82 | 2016-04-18T03:59:06.000Z | 2019-02-04T11:46:08.000Z | types/NullCoercibilityCheckMacro.hpp | Hacker0912/quickstep-datalog | 1de22e7ab787b5efa619861a167a097ff6a4f549 | [
"Apache-2.0"
] | 265 | 2016-04-19T17:52:43.000Z | 2018-10-11T17:55:08.000Z | types/NullCoercibilityCheckMacro.hpp | Hacker0912/quickstep-datalog | 1de22e7ab787b5efa619861a167a097ff6a4f549 | [
"Apache-2.0"
] | 68 | 2016-04-18T05:00:34.000Z | 2018-10-30T12:41:02.000Z | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | 36.659574 | 78 | 0.639582 | Hacker0912 |
70e676213a71532c8ff231c8514ae5f76a826ac8 | 471 | cpp | C++ | tests/main.cpp | NazaraEngine/NazaraEngine | 093d9d344e4459f40fc0119c8779673fa7e16428 | [
"MIT"
] | 11 | 2019-11-27T00:40:43.000Z | 2020-01-29T14:31:52.000Z | tests/main.cpp | NazaraEngine/NazaraEngine | 093d9d344e4459f40fc0119c8779673fa7e16428 | [
"MIT"
] | 7 | 2019-11-27T00:29:08.000Z | 2020-01-08T18:53:39.000Z | tests/main.cpp | NazaraEngine/NazaraEngine | 093d9d344e4459f40fc0119c8779673fa7e16428 | [
"MIT"
] | 7 | 2019-11-27T10:27:40.000Z | 2020-01-15T17:43:33.000Z | #define CATCH_CONFIG_RUNNER
#include <catch2/catch.hpp>
#include <Nazara/Audio/Audio.hpp>
#include <Nazara/Core/Log.hpp>
#include <Nazara/Core/AbstractLogger.hpp>
#include <Nazara/Core/Modules.hpp>
#include <Nazara/Network/Network.hpp>
#include <Nazara/Physics2D/Physics2D.hpp>
#include <Nazara/Utility/Utility.hpp>
in... | 26.166667 | 72 | 0.747346 | NazaraEngine |
70e6892f94a72a7c21bb275f99762fdedde036c3 | 589 | cpp | C++ | c-develop/pertemuan ke 6/ifBilTerbesar2.cpp | GustiArsyad123/C-Language-Test | 90a2eb45d1db2b039acbe5d3499aaff0aed99f82 | [
"MIT"
] | null | null | null | c-develop/pertemuan ke 6/ifBilTerbesar2.cpp | GustiArsyad123/C-Language-Test | 90a2eb45d1db2b039acbe5d3499aaff0aed99f82 | [
"MIT"
] | null | null | null | c-develop/pertemuan ke 6/ifBilTerbesar2.cpp | GustiArsyad123/C-Language-Test | 90a2eb45d1db2b039acbe5d3499aaff0aed99f82 | [
"MIT"
] | null | null | null | #include <iostream> //import input output
using namespace std; //mengguanakan file fungsi std
int main() //fungsi
{
double x, y; //deklarasi variable menggunakan tipe data double
cout << "Masukkan x: "; //cetak ke layar monitor x
cin >> x; //inputan kemudian di simpan di variable x
cout... | 32.722222 | 70 | 0.570458 | GustiArsyad123 |