hexsha stringlengths 40 40 | size int64 19 11.4M | ext stringclasses 13
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 3 270 | max_stars_repo_name stringlengths 5 110 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 9 | max_stars_count float64 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 3 270 | max_issues_repo_name stringlengths 5 116 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 9 | max_issues_count float64 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 3 270 | max_forks_repo_name stringlengths 5 116 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 9 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 19 11.4M | avg_line_length float64 1.93 229k | max_line_length int64 12 688k | alphanum_fraction float64 0.07 0.99 | matches listlengths 1 10 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ce6d51848f6288ffcb33df08d22282eed002396d | 3,084 | hpp | C++ | src/applications/utilities/postProcessing/dataConversion/caelusToVTK/readFields_vtk.hpp | MrAwesomeRocks/caelus-cml | 55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7 | [
"mpich2"
] | null | null | null | src/applications/utilities/postProcessing/dataConversion/caelusToVTK/readFields_vtk.hpp | MrAwesomeRocks/caelus-cml | 55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7 | [
"mpich2"
] | null | null | null | src/applications/utilities/postProcessing/dataConversion/caelusToVTK/readFields_vtk.hpp | MrAwesomeRocks/caelus-cml | 55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7 | [
"mpich2"
] | null | null | null | /*---------------------------------------------------------------------------*\
Copyright (C) 2011 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of CAELUS.
CAELUS is free software: you can redistribute it and/or modify it
under... | 26.358974 | 79 | 0.480545 | [
"mesh"
] |
ce7097008cff574ebb8046984b38bfe921a205e9 | 671 | cpp | C++ | ALGORITHMS/Two Pointer/905. SortArrayByParity-1.cpp | compl3xX/ROAD-TO-DSA | 2261c112135a51d9d88c4b57e6f062f6b32550a7 | [
"MIT"
] | null | null | null | ALGORITHMS/Two Pointer/905. SortArrayByParity-1.cpp | compl3xX/ROAD-TO-DSA | 2261c112135a51d9d88c4b57e6f062f6b32550a7 | [
"MIT"
] | null | null | null | ALGORITHMS/Two Pointer/905. SortArrayByParity-1.cpp | compl3xX/ROAD-TO-DSA | 2261c112135a51d9d88c4b57e6f062f6b32550a7 | [
"MIT"
] | null | null | null | class Solution {
public:
vector<int> sortArrayByParity(vector<int>& nums) {
vector<int>ans;
sort(nums.begin(),nums.end());
int s=0;
int e=nums.size()-1;
while(s<e)
{
if(nums[s]%2!=0&&nums[e]%2==0)
{
swap(nums[s],nums[e]);
... | 20.96875 | 54 | 0.304024 | [
"vector"
] |
ce7122e64da6c8137a1ab52abd494c47492630c0 | 645 | cxx | C++ | source/SemiSupervisedSegmentationPropagation/SegmentationPropagation-3D.cxx | tschuls/ETH-SegReg-DLL | 34bd10464dc5e8b3c7bf3371ca1e190d692385b7 | [
"BSD-2-Clause-FreeBSD"
] | 15 | 2015-04-15T06:49:06.000Z | 2021-09-01T09:09:50.000Z | source/SemiSupervisedSegmentationPropagation/SegmentationPropagation-3D.cxx | tschuls/ETH-SegReg-DLL | 34bd10464dc5e8b3c7bf3371ca1e190d692385b7 | [
"BSD-2-Clause-FreeBSD"
] | 14 | 2015-03-09T19:09:47.000Z | 2015-09-04T15:31:12.000Z | source/SemiSupervisedSegmentationPropagation/SegmentationPropagation-3D.cxx | tschuls/ETH-SegReg-DLL | 34bd10464dc5e8b3c7bf3371ca1e190d692385b7 | [
"BSD-2-Clause-FreeBSD"
] | 10 | 2015-04-08T09:17:44.000Z | 2017-08-12T17:30:15.000Z | /**
* @file SegmentationPropagation-3D.cxx
* @author Tobias Gass <tobiasgass@gmail.com>
* @date Thu Mar 12 14:30:35 2015
*
* @brief 2D semi-supervised segmentation propagation
*
*
*/
#include <stdio.h>
#include <iostream>
//#include "Segmentation-Propagation.h"
//#include "Segmentation-Propagation-Mod... | 19.545455 | 54 | 0.703876 | [
"3d"
] |
ce7831dbaef6ed561a169c39241fdbb514d7f65c | 1,156 | cpp | C++ | mesh/segment.cpp | ianabel/mfem | d8c0e3a1914719a4e67a9f1b02ae4c6b5d9e7f0b | [
"BSD-3-Clause"
] | null | null | null | mesh/segment.cpp | ianabel/mfem | d8c0e3a1914719a4e67a9f1b02ae4c6b5d9e7f0b | [
"BSD-3-Clause"
] | null | null | null | mesh/segment.cpp | ianabel/mfem | d8c0e3a1914719a4e67a9f1b02ae4c6b5d9e7f0b | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2010-2020, Lawrence Livermore National Security, LLC. Produced
// at the Lawrence Livermore National Laboratory. All Rights reserved. See files
// LICENSE and NOTICE for details. LLNL-CODE-806117.
//
// This file is part of the MFEM library. For more information and source code
// availability visit ht... | 22.230769 | 80 | 0.668685 | [
"geometry"
] |
ce7880c8922ddb445fb693d861b86b52f854f6e8 | 8,517 | cpp | C++ | src/cascadia/TerminalSettingsModel/IconPathConverter.cpp | UnrealApex/terminal | 3866771b1b66030b71cfa845a6ff4c8dc0dd9397 | [
"MIT"
] | null | null | null | src/cascadia/TerminalSettingsModel/IconPathConverter.cpp | UnrealApex/terminal | 3866771b1b66030b71cfa845a6ff4c8dc0dd9397 | [
"MIT"
] | 1 | 2020-03-27T03:58:55.000Z | 2020-03-27T03:58:55.000Z | src/cascadia/TerminalSettingsModel/IconPathConverter.cpp | UnrealApex/terminal | 3866771b1b66030b71cfa845a6ff4c8dc0dd9397 | [
"MIT"
] | null | null | null | #include "pch.h"
#include "IconPathConverter.h"
#include "IconPathConverter.g.cpp"
#include "Utils.h"
using namespace winrt::Windows;
using namespace winrt::Windows::UI::Xaml;
namespace winrt::Microsoft::Terminal::Settings::Model::implementation
{
// These are templates that help us figure out which Bitma... | 41.144928 | 122 | 0.571093 | [
"object",
"model"
] |
706ac51fd69470aaf9214a302c21401f5cb72ebc | 5,001 | cpp | C++ | build-qgetic-Desktop-Debug/moc_geticmainwnd.cpp | circinusX1/qgetic | 112e20af4e940eae44af9cbf51362f362a743329 | [
"BSD-4-Clause"
] | null | null | null | build-qgetic-Desktop-Debug/moc_geticmainwnd.cpp | circinusX1/qgetic | 112e20af4e940eae44af9cbf51362f362a743329 | [
"BSD-4-Clause"
] | null | null | null | build-qgetic-Desktop-Debug/moc_geticmainwnd.cpp | circinusX1/qgetic | 112e20af4e940eae44af9cbf51362f362a743329 | [
"BSD-4-Clause"
] | null | null | null | /****************************************************************************
** Meta object code from reading C++ file 'geticmainwnd.h'
**
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
**
** WARNING! All changes made in this file will be lost!
********************************************************... | 36.23913 | 153 | 0.629874 | [
"object"
] |
7074076a1adb9a06fc5f70d7c8ea411be2b3a2c8 | 12,871 | hpp | C++ | src/mods/mod_message_base_editor.hpp | BadOPCode/Oblivion2-XRM | d65d9aa4b8021fc3b50b2c09edd0b19eb7baa1b9 | [
"Zlib"
] | 78 | 2015-10-08T07:14:37.000Z | 2022-02-10T04:51:21.000Z | src/mods/mod_message_base_editor.hpp | BadOPCode/Oblivion2-XRM | d65d9aa4b8021fc3b50b2c09edd0b19eb7baa1b9 | [
"Zlib"
] | 117 | 2015-12-14T16:51:42.000Z | 2020-02-16T07:00:36.000Z | src/mods/mod_message_base_editor.hpp | BadOPCode/Oblivion2-XRM | d65d9aa4b8021fc3b50b2c09edd0b19eb7baa1b9 | [
"Zlib"
] | 10 | 2015-12-10T16:54:24.000Z | 2022-02-10T04:51:29.000Z | #ifndef MOD_MESSAGE_BASE_EDITOR_HPP
#define MOD_MESSAGE_BASE_EDITOR_HPP
#include "mod_base.hpp"
#include <string>
#include <memory>
#include <functional>
#include <vector>
class AccessLevel;
typedef std::shared_ptr<AccessLevel> access_level_ptr;
class SessionData;
typedef std::shared_ptr<SessionData> session_data_p... | 31.70197 | 125 | 0.665683 | [
"vector"
] |
7076b324d6853fa0adc7430ff21482bccbfe6bb6 | 2,128 | cc | C++ | chrome/renderer/native_handler.cc | Scopetta197/chromium | b7bf8e39baadfd9089de2ebdc0c5d982de4a9820 | [
"BSD-3-Clause"
] | 212 | 2015-01-31T11:55:58.000Z | 2022-02-22T06:35:11.000Z | chrome/renderer/native_handler.cc | 1065672644894730302/Chromium | 239dd49e906be4909e293d8991e998c9816eaa35 | [
"BSD-3-Clause"
] | 5 | 2015-03-27T14:29:23.000Z | 2019-09-25T13:23:12.000Z | chrome/renderer/native_handler.cc | 1065672644894730302/Chromium | 239dd49e906be4909e293d8991e998c9816eaa35 | [
"BSD-3-Clause"
] | 221 | 2015-01-07T06:21:24.000Z | 2022-02-11T02:51:12.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 "chrome/renderer/native_handler.h"
#include "base/memory/linked_ptr.h"
#include "base/logging.h"
#include "chrome/renderer/module_system.h"
... | 37.333333 | 78 | 0.724624 | [
"object"
] |
707e5560ae0297e78b306e68b12d533d70d3292b | 11,599 | cc | C++ | lib/replace.cc | smyte-forks/node-re2 | 40845c2497cffffbb3959ccb2e681ddd640684e0 | [
"BSD-3-Clause"
] | 1 | 2020-02-08T07:15:10.000Z | 2020-02-08T07:15:10.000Z | lib/replace.cc | smyte-forks/node-re2 | 40845c2497cffffbb3959ccb2e681ddd640684e0 | [
"BSD-3-Clause"
] | null | null | null | lib/replace.cc | smyte-forks/node-re2 | 40845c2497cffffbb3959ccb2e681ddd640684e0 | [
"BSD-3-Clause"
] | null | null | null | #include "./wrapped_re2.h"
#include "./util.h"
#include <algorithm>
#include <memory>
#include <string>
#include <vector>
#include <node_buffer.h>
inline int getMaxSubmatch(const char *data, size_t size, const std::map<std::string, int> &namedGroups)
{
int maxSubmatch = 0, index, index2;
const char *nameBegin;
co... | 22.17782 | 242 | 0.58074 | [
"object",
"vector"
] |
708057f2825afdc649e041b5f217d70ff4b31c50 | 1,584 | hpp | C++ | SOLVER/src/core/element/crd/CoordTransformCartesian.hpp | chaindl/AxiSEM-3D | 0251f301c79c676fb37792209d6e24f107773b3d | [
"MIT"
] | null | null | null | SOLVER/src/core/element/crd/CoordTransformCartesian.hpp | chaindl/AxiSEM-3D | 0251f301c79c676fb37792209d6e24f107773b3d | [
"MIT"
] | null | null | null | SOLVER/src/core/element/crd/CoordTransformCartesian.hpp | chaindl/AxiSEM-3D | 0251f301c79c676fb37792209d6e24f107773b3d | [
"MIT"
] | null | null | null | //
// CoordTransformCartesian.hpp
// AxiSEM3D
//
// Created by Kuangdai Leng on 3/10/19.
// Copyright © 2019 Kuangdai Leng. All rights reserved.
//
// coordinate transform between (s,phi,z) and (R,T,Z)
// for vector and 2nd-order tensor fields
// Nothing for Cartesian meshes.
#ifndef CoordTransformCartesian_hp... | 25.548387 | 75 | 0.614268 | [
"vector",
"transform"
] |
70865129891be566b77f701e2527deabde4574f1 | 28,340 | cpp | C++ | tests.cpp | cmpandya29/cracking-the-coding-interview-1 | 8e5980d1c323960be561552b18048096f0e47cc3 | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2019-01-14T05:38:27.000Z | 2019-01-14T05:38:27.000Z | tests.cpp | XLBetlog/cracking-the-coding-interview | 8e5980d1c323960be561552b18048096f0e47cc3 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | tests.cpp | XLBetlog/cracking-the-coding-interview | 8e5980d1c323960be561552b18048096f0e47cc3 | [
"BSD-2-Clause-FreeBSD"
] | 2 | 2019-08-29T05:04:20.000Z | 2021-02-07T11:05:34.000Z | //
// Created by alex on 7/31/17.
//
#include "cpp_solutions/chapter_01_arrays_and_strings/chapter_01_includes.h"
#include "cpp_solutions/chapter_02_linked_lists/chapter_02_includes.h"
#include "cpp_solutions/chapter_03_stacks_and_queues/chapter_03_includes.h"
#include "cpp_solutions/chapter_04_trees_and_graphs/chapte... | 43.069909 | 162 | 0.629958 | [
"vector"
] |
7089ffef66dea8719c1e8e7fe2d2e99a6e6ca2d3 | 1,882 | hpp | C++ | module-db/Database/DatabaseInitializer.hpp | bitigchi/MuditaOS | 425d23e454e09fd6ae274b00f8d19c57a577aa94 | [
"BSL-1.0"
] | 369 | 2021-11-10T09:20:29.000Z | 2022-03-30T06:36:58.000Z | module-db/Database/DatabaseInitializer.hpp | bitigchi/MuditaOS | 425d23e454e09fd6ae274b00f8d19c57a577aa94 | [
"BSL-1.0"
] | 149 | 2021-11-10T08:38:35.000Z | 2022-03-31T23:01:52.000Z | module-db/Database/DatabaseInitializer.hpp | bitigchi/MuditaOS | 425d23e454e09fd6ae274b00f8d19c57a577aa94 | [
"BSL-1.0"
] | 41 | 2021-11-10T08:30:37.000Z | 2022-03-29T08:12:46.000Z | // Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
#pragma once
#include "Database.hpp"
#include <fstream>
#include <filesystem>
namespace
{
template <typename T> inline bool starts_with(const T &str, const T &start)
{
... | 25.093333 | 83 | 0.586079 | [
"vector"
] |
708c8194661be2e619d50dcc1cc3e7c769a6f004 | 3,443 | cpp | C++ | automatic_controller.cpp | aclement30/bondi | 17753c80f4f6a69b30a10ec2d7f42c29fb1ee0c6 | [
"Apache-2.0"
] | null | null | null | automatic_controller.cpp | aclement30/bondi | 17753c80f4f6a69b30a10ec2d7f42c29fb1ee0c6 | [
"Apache-2.0"
] | null | null | null | automatic_controller.cpp | aclement30/bondi | 17753c80f4f6a69b30a10ec2d7f42c29fb1ee0c6 | [
"Apache-2.0"
] | null | null | null | #include "config.h"
#include "display_service.h"
#include "keypad_service.h"
#include "location_service.h"
#include "meal_service.h"
#include "navigation_menu.h"
#include "safety_service.h"
#include "state_manager.h"
#include "string.h"
#include "automatic_controller.h"
using namespace std;
AutomaticController::Autom... | 27.99187 | 96 | 0.672669 | [
"vector"
] |
70915e74945431d3358f1072478a4c744a91b7d9 | 2,244 | hpp | C++ | include/moost/murcl/request.hpp | lastfm/libmoost | 895db7cc5468626f520971648741488c373c5cff | [
"MIT"
] | 37 | 2015-02-22T17:15:44.000Z | 2022-02-24T02:24:41.000Z | include/moost/murcl/request.hpp | lastfm/libmoost | 895db7cc5468626f520971648741488c373c5cff | [
"MIT"
] | null | null | null | include/moost/murcl/request.hpp | lastfm/libmoost | 895db7cc5468626f520971648741488c373c5cff | [
"MIT"
] | 11 | 2015-02-12T04:35:06.000Z | 2022-01-19T12:46:32.000Z | /* vim:set ts=3 sw=3 sts=3 et: */
/**
* Copyright © 2008-2013 Last.fm Limited
*
* This file is part of libmoost.
*
* 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,
... | 26.714286 | 71 | 0.711676 | [
"object"
] |
7094723fc98d8f74c4897891751a811460bb69f0 | 32,655 | cpp | C++ | gdal/ogr/ogrsf_frmts/idb/ogridbtablelayer.cpp | jpapadakis/gdal | f07aa15fd65af36b04291303cc6834c87f662814 | [
"MIT"
] | 3,100 | 2015-01-02T10:33:40.000Z | 2022-03-31T02:06:51.000Z | gdal/ogr/ogrsf_frmts/idb/ogridbtablelayer.cpp | jpapadakis/gdal | f07aa15fd65af36b04291303cc6834c87f662814 | [
"MIT"
] | 3,496 | 2015-01-06T16:53:30.000Z | 2022-03-31T20:18:51.000Z | gdal/ogr/ogrsf_frmts/idb/ogridbtablelayer.cpp | jpapadakis/gdal | f07aa15fd65af36b04291303cc6834c87f662814 | [
"MIT"
] | 2,036 | 2015-01-08T20:22:12.000Z | 2022-03-31T10:24:08.000Z | /******************************************************************************
*
* Project: OpenGIS Simple Features Reference Implementation
* Purpose: Implements OGRIDBTableLayer class, access to an existing table
* (based on ODBC and PG drivers).
* Author: Oleg Semykin, oleg.semykin@gmail.com
*
... | 30.54724 | 125 | 0.472454 | [
"geometry"
] |
7098e6a014060611183d1e155cec26fe6c60c02d | 731 | hpp | C++ | include/lea/engine/drawable.hpp | jfalcou/lea | 85c3648af1b67aa70320df1c60fec457f82b5f81 | [
"MIT"
] | 2 | 2019-08-12T22:54:48.000Z | 2020-06-01T22:23:07.000Z | include/lea/engine/drawable.hpp | jfalcou/lea | 85c3648af1b67aa70320df1c60fec457f82b5f81 | [
"MIT"
] | null | null | null | include/lea/engine/drawable.hpp | jfalcou/lea | 85c3648af1b67aa70320df1c60fec457f82b5f81 | [
"MIT"
] | null | null | null | //==================================================================================================
/**
LEA - Little Engine Adventure
Copyright 2020 Joel FALCOU
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
SPDX-License-Identifier: MIT
**/
//=============================================... | 23.580645 | 100 | 0.51026 | [
"transform"
] |
709c56b2db5b303cab759e8fbc32530597b788c1 | 4,031 | cpp | C++ | src/condor_collector.V6/ad_transforms.cpp | sridish123/htcondor | 481d975fd8602242f6a052aab04e20b0b560db89 | [
"Apache-2.0"
] | 217 | 2015-01-08T04:49:42.000Z | 2022-03-27T10:11:58.000Z | src/condor_collector.V6/ad_transforms.cpp | sridish123/htcondor | 481d975fd8602242f6a052aab04e20b0b560db89 | [
"Apache-2.0"
] | 185 | 2015-05-03T13:26:31.000Z | 2022-03-28T03:08:59.000Z | src/condor_collector.V6/ad_transforms.cpp | sridish123/htcondor | 481d975fd8602242f6a052aab04e20b0b560db89 | [
"Apache-2.0"
] | 133 | 2015-02-11T09:17:45.000Z | 2022-03-31T07:28:54.000Z | /***************************************************************
*
* Copyright (C) 1990-2020, Condor Team, Computer Sciences Department,
* University of Wisconsin-Madison, WI.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. Y... | 31.992063 | 123 | 0.682461 | [
"transform"
] |
70a48a46a935008c9a651f5604581d424a80c3a3 | 879 | cpp | C++ | hackerRank/interview prep kit/hash tables/ransomNote.cpp | mateuslatrova/competitive-programming | 96f24df172e14d2c52c4682aeaad132710a09dc7 | [
"MIT"
] | null | null | null | hackerRank/interview prep kit/hash tables/ransomNote.cpp | mateuslatrova/competitive-programming | 96f24df172e14d2c52c4682aeaad132710a09dc7 | [
"MIT"
] | null | null | null | hackerRank/interview prep kit/hash tables/ransomNote.cpp | mateuslatrova/competitive-programming | 96f24df172e14d2c52c4682aeaad132710a09dc7 | [
"MIT"
] | null | null | null | // Problem: https://www.hackerrank.com/challenges/ctci-ransom-note/problem?h_l=interview&playlist_slugs%5B%5D=interview-preparation-kit&playlist_slugs%5B%5D=dictionaries-hashmaps
#include <bits/stdc++.h>
using namespace std;
/*
* Complete the 'checkMagazine' function below.
*
* The function accepts following para... | 27.46875 | 178 | 0.640501 | [
"vector"
] |
70a64207d2f11a7fdf43959c31a1d138694ac291 | 5,119 | cpp | C++ | graspitCpp/utils/helper.cpp | awied1404/COPING | 0fe36c1835928db15fb36f752ca83f8d2c2e33d4 | [
"MIT"
] | null | null | null | graspitCpp/utils/helper.cpp | awied1404/COPING | 0fe36c1835928db15fb36f752ca83f8d2c2e33d4 | [
"MIT"
] | null | null | null | graspitCpp/utils/helper.cpp | awied1404/COPING | 0fe36c1835928db15fb36f752ca83f8d2c2e33d4 | [
"MIT"
] | null | null | null | //
// Created by andreas on 05.11.20.
//
#include "helper.h"
/**
* @fn bool eigenGraspToGraspMsg(const GraspIt::EigenGraspResult& eigenGraspResult, own_msg::eigenGraspResult &ownResult, int iSavedGrasps)
* @brief converts a graspit eigenGraspResult to a result that can be published to our interface
* @param eigenG... | 38.780303 | 139 | 0.659308 | [
"object",
"vector"
] |
70a8bd91d544056f45df96a9cb6b7d14a01daf78 | 2,205 | cpp | C++ | Samples/HolographicMixedRealityCapture/cpp/Content/ControlBase.cpp | dujianxin/Windows-universal-samples | d4e95ff0ac408c5d4d980bb18d53fb2c6556a273 | [
"MIT"
] | 2,504 | 2019-05-07T06:56:42.000Z | 2022-03-31T19:37:59.000Z | Samples/HolographicMixedRealityCapture/cpp/Content/ControlBase.cpp | dujianxin/Windows-universal-samples | d4e95ff0ac408c5d4d980bb18d53fb2c6556a273 | [
"MIT"
] | 314 | 2019-05-08T16:56:30.000Z | 2022-03-21T07:13:45.000Z | Samples/HolographicMixedRealityCapture/cpp/Content/ControlBase.cpp | dujianxin/Windows-universal-samples | d4e95ff0ac408c5d4d980bb18d53fb2c6556a273 | [
"MIT"
] | 2,219 | 2019-05-07T00:47:26.000Z | 2022-03-30T21:12:31.000Z | #include "pch.h"
#include "ControlBase.h"
#include "Common\DirectXHelper.h"
using namespace HolographicMRCSample;
using namespace Concurrency;
using namespace DirectX;
using namespace Windows::Foundation::Numerics;
using namespace Windows::UI::Input::Spatial;
// Loads vertex and pixel shaders from files and... | 27.222222 | 135 | 0.702041 | [
"geometry",
"render"
] |
70ab6af24ed54420205d327e58cc90db8c401db7 | 3,778 | hxx | C++ | src/Node.hxx | LittleGreyCells/escheme-oops | 61adf2416e1ffe91f205e074d68d72d4ffbf49b9 | [
"MIT"
] | null | null | null | src/Node.hxx | LittleGreyCells/escheme-oops | 61adf2416e1ffe91f205e074d68d72d4ffbf49b9 | [
"MIT"
] | null | null | null | src/Node.hxx | LittleGreyCells/escheme-oops | 61adf2416e1ffe91f205e074d68d72d4ffbf49b9 | [
"MIT"
] | null | null | null | #ifndef SCHEME_NODE_HXX
#define SCHEME_NODE_HXX
#include <string>
namespace scheme
{
//
// Node Object Heirarchy
//
// Node (abstract)
// Char
// Fixnum
// Flonum
// Str
// Symbol
// List
// Nil
// Vector
// Env (abstract)
// GlobalEnv
// FrameE... | 23.761006 | 96 | 0.577819 | [
"object",
"vector"
] |
70aee086fc901ed73431b4e9290dd787daeacb19 | 1,942 | hpp | C++ | include/dependencies/rb_tree_node.hpp | hun756/Data-Sutructures-in-CPlusPlus | 6760f04bfaa2ce6a3afa636faa75a496bf8e900b | [
"MIT"
] | 7 | 2020-10-22T17:46:02.000Z | 2022-03-12T16:59:54.000Z | include/dependencies/rb_tree_node.hpp | hun756/Data-Sutructures-in-CPlusPlus | 6760f04bfaa2ce6a3afa636faa75a496bf8e900b | [
"MIT"
] | 1 | 2020-10-25T18:28:27.000Z | 2020-10-28T00:58:24.000Z | include/dependencies/rb_tree_node.hpp | hun756/Data-Sutructures-in-CPlusPlus | 6760f04bfaa2ce6a3afa636faa75a496bf8e900b | [
"MIT"
] | 1 | 2020-10-25T19:20:46.000Z | 2020-10-25T19:20:46.000Z | /**
* File : x_red_black_tree.hpp
* Explain : Node class for red black tree.
* Author : Mehmet Ekemen
* Nickname : `hun
* Email : ekemenms@hotmail.com
* Date : 05.02.2020 (updated)
* Github : github.com/hun756
* Resource : https://github.com/hun75... | 28.985075 | 94 | 0.501545 | [
"object"
] |
70b16821b532aafbd37bf287cdcbcdf780858570 | 47,294 | cpp | C++ | TerrainApps/VTBuilder/Builder.cpp | huidian200803/vterrain-VTP-vterrain.org | 08a8b97cbe64190e26f31ee5efcf31996d9022cb | [
"MIT"
] | 4 | 2019-02-08T13:51:26.000Z | 2021-12-07T13:11:06.000Z | TerrainApps/VTBuilder/Builder.cpp | hryang1/vterrain-VTP-vterrain.org | 08a8b97cbe64190e26f31ee5efcf31996d9022cb | [
"MIT"
] | null | null | null | TerrainApps/VTBuilder/Builder.cpp | hryang1/vterrain-VTP-vterrain.org | 08a8b97cbe64190e26f31ee5efcf31996d9022cb | [
"MIT"
] | 7 | 2017-12-03T10:13:17.000Z | 2022-03-29T09:51:18.000Z | //
// Builder.cpp: The main Builder class of the VTBuilder
//
// Copyright (c) 2001-2012 Virtual Terrain Project
// Free for all uses, see license.txt for details.
//
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif
#include <wx/std... | 24.568312 | 203 | 0.654036 | [
"object",
"vector",
"transform"
] |
70b2f2714e5350492344fcf5b11e9a278ee9b4a2 | 11,817 | cpp | C++ | modules/imgcodecs/test/test_grfmt.cpp | VladKarpushin/opencv | 9787ab598b6609a6ca6652a12441d741cb15f695 | [
"BSD-3-Clause"
] | 13 | 2018-06-04T09:01:49.000Z | 2022-03-29T07:09:33.000Z | modules/imgcodecs/test/test_grfmt.cpp | VladKarpushin/opencv | 9787ab598b6609a6ca6652a12441d741cb15f695 | [
"BSD-3-Clause"
] | 3 | 2019-07-30T08:38:58.000Z | 2019-11-21T06:49:31.000Z | modules/imgcodecs/test/test_grfmt.cpp | VladKarpushin/opencv | 9787ab598b6609a6ca6652a12441d741cb15f695 | [
"BSD-3-Clause"
] | 11 | 2018-06-07T06:31:21.000Z | 2022-01-24T22:29:29.000Z | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | 33.287324 | 109 | 0.625286 | [
"vector"
] |
70b43e05d11b13588057ad22e7706c6bd6eadf13 | 4,371 | cc | C++ | src/fgmmbin/fgmm-global-init-from-accs.cc | shuipi100/kaldi | 8e30fddb300a87e7c79ef2c0b9c731a8a9fd23f0 | [
"Apache-2.0"
] | 805 | 2018-05-28T02:32:04.000Z | 2022-03-26T09:13:12.000Z | src/fgmmbin/fgmm-global-init-from-accs.cc | shuipi100/kaldi | 8e30fddb300a87e7c79ef2c0b9c731a8a9fd23f0 | [
"Apache-2.0"
] | 49 | 2015-10-24T22:06:28.000Z | 2019-12-24T11:13:34.000Z | src/fgmmbin/fgmm-global-init-from-accs.cc | shuipi100/kaldi | 8e30fddb300a87e7c79ef2c0b9c731a8a9fd23f0 | [
"Apache-2.0"
] | 267 | 2018-06-07T08:33:28.000Z | 2022-03-30T12:18:33.000Z | // fgmmbin/fgmm-global-init-from-accs.cc
// Copyright 2015-2017 David Snyder
// 2015 Johns Hopkins University (Author: Daniel Povey)
// 2015 Johns Hopkins University (Author: Daniel Garcia-Romero)
// See ../../COPYING for clarification regarding multiple authors
//
// Licensed under the ... | 33.366412 | 79 | 0.636468 | [
"vector",
"model"
] |
70bd15d5ad068297c1ae6f99889e1516f7024912 | 1,937 | hh | C++ | node_modules/@parcel/watcher/src/Event.hh | hamsall/hamsall.github.io | dc21c8037c9cd13641c61628ef1ed04c306c7701 | [
"MIT"
] | 2 | 2021-11-06T12:55:05.000Z | 2021-11-30T06:53:27.000Z | node_modules/@parcel/watcher/src/Event.hh | hamsall/hamsall.github.io | dc21c8037c9cd13641c61628ef1ed04c306c7701 | [
"MIT"
] | 6 | 2021-01-16T17:08:41.000Z | 2022-02-13T15:22:51.000Z | node_modules/@parcel/watcher/src/Event.hh | hamsall/hamsall.github.io | dc21c8037c9cd13641c61628ef1ed04c306c7701 | [
"MIT"
] | 3 | 2021-06-14T21:12:19.000Z | 2021-09-20T01:34:43.000Z | #ifndef EVENT_H
#define EVENT_H
#include <string>
#include <napi.h>
#include <mutex>
#include <map>
using namespace Napi;
struct Event {
std::string path;
bool isCreated;
bool isDeleted;
Event(std::string path) : path(path), isCreated(false), isDeleted(false) {}
Value toJS(const Env& env) {
EscapableH... | 23.059524 | 78 | 0.632421 | [
"object",
"vector"
] |
70bf35dbd07d39dee21066609ddfe99e2206f4fe | 792,981 | cpp | C++ | src/main_4000.cpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | src/main_4000.cpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | src/main_4000.cpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | // Autogenerated from CppSourceCreator
// Created by Sc2ad
// =========================================================================
// Begin includes
// Including type: MockPlayerLobbyPoseGeneratorMirror
#include "GlobalNamespace/MockPlayerLobbyPoseGeneratorMirror.hpp"
// Including type: MockPlayerLobbyPoseGenerato... | 82.542001 | 390 | 0.806517 | [
"mesh",
"object",
"vector",
"transform"
] |
70c1bf68a2b33b71caceb41fcfa5cbdc306433b8 | 1,454 | cpp | C++ | DynamicProgramming/SubsetSum.cpp | Guerreiro51/Competitive-Programming | 54ce0b40b01bce3b53b595ef36f431389a340a64 | [
"MIT"
] | 1 | 2021-11-18T22:09:58.000Z | 2021-11-18T22:09:58.000Z | DynamicProgramming/SubsetSum.cpp | Guerreiro51/Competitive-Programming | 54ce0b40b01bce3b53b595ef36f431389a340a64 | [
"MIT"
] | null | null | null | DynamicProgramming/SubsetSum.cpp | Guerreiro51/Competitive-Programming | 54ce0b40b01bce3b53b595ef36f431389a340a64 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
int solve(vector<int>& numbers) {
int maxSum = accumulate(numbers.begin(), numbers.end(), 0);
vector<vector<bool>> dp(numbers.size(), vector<bool>(maxSum + 1, false));
// initial condition, it is possible to sum to numbers[0] using only the numbers[0]
dp[... | 31.608696 | 125 | 0.563961 | [
"vector"
] |
70c25d0eb42f3759b4390be51e66c5801ed37e6b | 17,927 | cpp | C++ | resource/gcs_rqt/gcs_plugin.cpp | icsl-Jeon/px4_code2 | 52c5b0c3577cf3c7dc2e52bf357c8b6cb7382481 | [
"MIT"
] | 5 | 2021-03-02T09:08:25.000Z | 2022-01-21T05:40:27.000Z | resource/gcs_rqt/gcs_plugin.cpp | icsl-Jeon/px4_code2 | 52c5b0c3577cf3c7dc2e52bf357c8b6cb7382481 | [
"MIT"
] | null | null | null | resource/gcs_rqt/gcs_plugin.cpp | icsl-Jeon/px4_code2 | 52c5b0c3577cf3c7dc2e52bf357c8b6cb7382481 | [
"MIT"
] | 3 | 2021-03-02T08:57:26.000Z | 2022-01-25T23:24:20.000Z | //
// Created by jbs on 21. 1. 23..
//
#include "gcs_plugin.h"
#include <pluginlib/class_list_macros.h>
namespace px4_code2{
std::string labelClient = "[[ px4_code/client ]] ";
GcsPlugin::GcsPlugin() : rqt_gui_cpp::Plugin() , widget(new Widget){
setObjectName("FelipeSuite");
}
void GcsPlugi... | 40.650794 | 140 | 0.557148 | [
"vector"
] |
70c710bf95b1811b1f5c91f314c923886a12985d | 5,256 | cc | C++ | RecoEgamma/EgammaTools/plugins/EG8XObjectUpdateModifier.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 4 | 2020-06-27T23:27:21.000Z | 2020-11-19T09:17:01.000Z | RecoEgamma/EgammaTools/plugins/EG8XObjectUpdateModifier.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 524 | 2018-01-29T15:50:45.000Z | 2021-08-04T14:03:21.000Z | RecoEgamma/EgammaTools/plugins/EG8XObjectUpdateModifier.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 7 | 2018-02-19T11:17:13.000Z | 2020-10-12T21:57:00.000Z | #include "CommonTools/CandAlgos/interface/ModifyObjectValueBase.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/Utilities/interface/EDGetToken.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Common/interface/Handle.h"... | 46.513274 | 114 | 0.788813 | [
"geometry"
] |
70c83773d3d8a65e5f229eed215fa025bb1d9d0c | 16,113 | cc | C++ | Models/CommonStateSignalAuthorChatAccept.pb.cc | wpscott/AcFunDanmaku-C- | c1b834dbb7133fd9d3908a8e0840747b759bdb0f | [
"MIT"
] | null | null | null | Models/CommonStateSignalAuthorChatAccept.pb.cc | wpscott/AcFunDanmaku-C- | c1b834dbb7133fd9d3908a8e0840747b759bdb0f | [
"MIT"
] | null | null | null | Models/CommonStateSignalAuthorChatAccept.pb.cc | wpscott/AcFunDanmaku-C- | c1b834dbb7133fd9d3908a8e0840747b759bdb0f | [
"MIT"
] | null | null | null | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CommonStateSignalAuthorChatAccept.proto
#include "CommonStateSignalAuthorChatAccept.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#... | 48.242515 | 213 | 0.793645 | [
"object"
] |
70ca3ebaed483ad69f98e1da1c8dacdcfd1428c1 | 2,907 | cpp | C++ | matrix_test.cpp | mjaakkol/matrix_multiplication | db7f9409eabcb0824ef88d3b09ad5de8bef7b2e3 | [
"MIT"
] | null | null | null | matrix_test.cpp | mjaakkol/matrix_multiplication | db7f9409eabcb0824ef88d3b09ad5de8bef7b2e3 | [
"MIT"
] | null | null | null | matrix_test.cpp | mjaakkol/matrix_multiplication | db7f9409eabcb0824ef88d3b09ad5de8bef7b2e3 | [
"MIT"
] | null | null | null | #include <iostream>
#include "matrix.hpp"
#include "test_vectors.hpp"
typedef Matrix<unsigned int> MatInt;
using namespace std;
int main()
{
cout<<"\n============TESTING STARTS=============\n";
MatInt a(matrix_1_data, matrix_1_rows, matrix_1_cols);
MatInt b(matrix_1_data, matrix_1_rows, matrix_1_cols);
... | 26.669725 | 99 | 0.674235 | [
"vector"
] |
70ca67fd02e88af5ff25b859e7b4c906ecddd807 | 2,314 | cpp | C++ | CryptoLib/CryptoLibTest/TestKeyDerivation.cpp | sn2234/cryptdisk | 796e5ed9f9b7d74c5fabb9dda67d45ec171f0e81 | [
"BSD-2-Clause"
] | 1 | 2021-12-04T19:35:53.000Z | 2021-12-04T19:35:53.000Z | CryptoLib/CryptoLibTest/TestKeyDerivation.cpp | caraioniurie47/cryptdisk | 796e5ed9f9b7d74c5fabb9dda67d45ec171f0e81 | [
"BSD-2-Clause"
] | null | null | null | CryptoLib/CryptoLibTest/TestKeyDerivation.cpp | caraioniurie47/cryptdisk | 796e5ed9f9b7d74c5fabb9dda67d45ec171f0e81 | [
"BSD-2-Clause"
] | 1 | 2021-12-04T16:16:57.000Z | 2021-12-04T16:16:57.000Z |
#include "stdafx.h"
using namespace CryptoLib;
using namespace boost;
using namespace std;
using namespace stdext;
// Test cases are generated using Crypto++ as reference implementation
struct PBKDF2Test
{
size_t passwordLength;
const unsigned char* password;
size_t saltLength;
const unsign... | 41.321429 | 496 | 0.708297 | [
"vector"
] |
70cfc3f473c40845b5d241087ce35154f705f4f3 | 1,190 | hpp | C++ | perception/feature_extraction/include/feature_extraction/feature_extraction.hpp | probabilistic-anchoring/probanch | cfba24fd431ed7e7109b715018e344d7989f565d | [
"Apache-2.0"
] | 1 | 2020-02-27T14:00:27.000Z | 2020-02-27T14:00:27.000Z | perception/feature_extraction/include/feature_extraction/feature_extraction.hpp | probabilistic-anchoring/probanch | cfba24fd431ed7e7109b715018e344d7989f565d | [
"Apache-2.0"
] | null | null | null | perception/feature_extraction/include/feature_extraction/feature_extraction.hpp | probabilistic-anchoring/probanch | cfba24fd431ed7e7109b715018e344d7989f565d | [
"Apache-2.0"
] | null | null | null | #ifndef __FEATURE_EXTRACTION_HPP__
#define __FEATURE_EXTRACTION_HPP__
#include <image_transport/image_transport.h>
#include <std_msgs/String.h>
#include <anchor_msgs/ObjectArray.h>
#include <features/spatial.hpp>
#include <features/visual.hpp>
class FeatureExtraction {
private:
// Color feature object
visu... | 22.884615 | 72 | 0.752941 | [
"object"
] |
70d159d97fb4117715bea63fb764b43719c7914b | 5,185 | hpp | C++ | AirLib/include/safety/SafetyEval.hpp | mtmal/UrdfSim | a78e6301220fbc97724fd742ceb5ec04270f638d | [
"MIT"
] | 81 | 2019-02-13T07:26:38.000Z | 2022-03-28T05:59:13.000Z | AirLib/include/safety/SafetyEval.hpp | mtmal/UrdfSim | a78e6301220fbc97724fd742ceb5ec04270f638d | [
"MIT"
] | 53 | 2019-04-04T15:15:22.000Z | 2021-11-12T20:24:35.000Z | AirLib/include/safety/SafetyEval.hpp | mtmal/UrdfSim | a78e6301220fbc97724fd742ceb5ec04270f638d | [
"MIT"
] | 22 | 2019-04-12T21:26:42.000Z | 2021-10-05T07:31:17.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#ifndef air_SafetyEval_hpp
#define air_SafetyEval_hpp
#include <functional>
#include <array>
#include <memory>
#include "ObstacleMap.hpp"
#include "common/common_utils/Utils.hpp"
#include "IGeoFence.hpp"
#include "common/C... | 50.339806 | 139 | 0.714176 | [
"vector"
] |
70d4c1baddd5aa133061819f9d5b4a6bd173810c | 4,128 | cpp | C++ | Vishv_GE/Engine/Vishv/Src/ThirdPersonControllerComponent.cpp | InFaNsO/Vishv_GameEngine | e721afa899fb8715e52cdd67c2656ba6cce7ffed | [
"MIT"
] | 1 | 2021-12-19T02:06:12.000Z | 2021-12-19T02:06:12.000Z | Vishv_GE/Engine/Vishv/Src/ThirdPersonControllerComponent.cpp | InFaNsO/Vishv_GameEngine | e721afa899fb8715e52cdd67c2656ba6cce7ffed | [
"MIT"
] | null | null | null | Vishv_GE/Engine/Vishv/Src/ThirdPersonControllerComponent.cpp | InFaNsO/Vishv_GameEngine | e721afa899fb8715e52cdd67c2656ba6cce7ffed | [
"MIT"
] | null | null | null | #include "Precompiled.h"
#include "ThirdPersonControllerComponent.h"
#include "TransformComponent.h"
#include "GameObject.h"
#include "GameWorld.h"
#include "CameraService.h"
META_DERIVED_BEGIN(Vishv::Components::ThirdPersonControllerComponent, Vishv::Components::Component)
META_FIELD_BEGIN
META_FIELD(mLookSencivi... | 29.697842 | 154 | 0.699612 | [
"transform"
] |
70d81cb91e7d8b9442fae31c73b69a3a1612f21c | 49,472 | hpp | C++ | src/algoim_blitzinc.hpp | OptimalDesignLab/algoim | 98c58c344ca0d1a08661d27a1ac79d76ad0d029a | [
"BSD-3-Clause-LBNL"
] | 20 | 2018-10-20T06:34:07.000Z | 2022-03-23T05:01:01.000Z | src/algoim_blitzinc.hpp | OptimalDesignLab/algoim | 98c58c344ca0d1a08661d27a1ac79d76ad0d029a | [
"BSD-3-Clause-LBNL"
] | 2 | 2021-05-25T21:52:56.000Z | 2021-05-31T19:00:41.000Z | src/algoim_blitzinc.hpp | OptimalDesignLab/algoim | 98c58c344ca0d1a08661d27a1ac79d76ad0d029a | [
"BSD-3-Clause-LBNL"
] | 6 | 2019-01-15T08:46:56.000Z | 2022-01-24T14:05:22.000Z | #ifndef ALGOIM_BLITZINC_HPP
#define ALGOIM_BLITZINC_HPP
// Management of Algoim's use of blitz++, mainly to inject blitz::TinyVector into the Algoim namespace
// and to enable vector expressions when using QD for double-double or quadruple-double precision.
#include <blitz/array.h>
#if __has_include(<blitz/tinyvec-et... | 28.189174 | 113 | 0.712827 | [
"vector"
] |
70db0a24ce0fbf78c5ff92899091e47acc3599f9 | 1,172 | cpp | C++ | main.cpp | sebknzl/byacc-ragel | 60ae0db6abbc99fb69270678b587ca1511b48a19 | [
"MIT"
] | 12 | 2015-01-17T19:46:40.000Z | 2022-02-12T15:23:34.000Z | main.cpp | sebknzl/byacc-ragel | 60ae0db6abbc99fb69270678b587ca1511b48a19 | [
"MIT"
] | null | null | null | main.cpp | sebknzl/byacc-ragel | 60ae0db6abbc99fb69270678b587ca1511b48a19 | [
"MIT"
] | 1 | 2022-02-12T16:18:29.000Z | 2022-02-12T16:18:29.000Z | /* Copyright (c) 2014 Sebastian Kienzl <seb at knzl.de>
* Licensed under the MIT License, see LICENSE.
*/
#include <stdio.h>
#include <cmath>
#include "Expr.h"
using namespace std;
static bool var_callback( const std::string& name, float& value )
{
if( name == "a" ) {
value = 6.f;
return true;
}
else if( nam... | 18.903226 | 99 | 0.581911 | [
"vector"
] |
70e316358150a63bb451abd6a6a8cb70cae30d50 | 181 | cpp | C++ | algorithms/p643/643_test.cpp | baishuai/leetcode_go | 440ff08cf15e03ee64b3aa18370af1f75e958d18 | [
"Apache-2.0"
] | 9 | 2017-06-05T15:10:35.000Z | 2021-06-08T03:10:46.000Z | algorithms/p643/643_test.cpp | baishuai/leetcode | 440ff08cf15e03ee64b3aa18370af1f75e958d18 | [
"Apache-2.0"
] | 3 | 2017-07-12T14:08:39.000Z | 2017-10-11T03:08:15.000Z | algorithms/p643/643_test.cpp | baishuai/leetcode_go | 440ff08cf15e03ee64b3aa18370af1f75e958d18 | [
"Apache-2.0"
] | 1 | 2017-07-21T03:51:51.000Z | 2017-07-21T03:51:51.000Z |
#include "643.hpp"
#include <gtest/gtest.h>
TEST(p643, example) {
Solution s;
vector<int> arr = {1, 12, -5, -6, 50, 3};
ASSERT_EQ(12.75, s.findMaxAverage(arr, 4));
}
| 16.454545 | 47 | 0.59116 | [
"vector"
] |
70e3dea200cd2afcfdc8d091e9e406466134b327 | 606 | cpp | C++ | CSES/Missing_Number.cpp | raad1masum/Competitive-Programming | f4bc58f2bd370a398c37b9fe8ffbfac548a488b2 | [
"MIT"
] | null | null | null | CSES/Missing_Number.cpp | raad1masum/Competitive-Programming | f4bc58f2bd370a398c37b9fe8ffbfac548a488b2 | [
"MIT"
] | null | null | null | CSES/Missing_Number.cpp | raad1masum/Competitive-Programming | f4bc58f2bd370a398c37b9fe8ffbfac548a488b2 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
using ll = int64_t;
int main() {
ios_base::sync_with_stdio(false);
ll n; cin >> n;
vector<int> v;
for (ll i=0; i<n-1; ++i) {
ll x; cin >> x;
v.push_back(x);
}
if (v.size()==1 && v[0]==2) {
cout << 1 << endl;
retu... | 17.823529 | 45 | 0.392739 | [
"vector"
] |
70e724d4d9cc08fdd9b347cbffa76ce5ab81cdd5 | 3,291 | cpp | C++ | src/main.cpp | bebauke/TTGO-T-Call-PlatformIO | 080c64e37dc255ba53e4cb63d27dd3b304b96666 | [
"MIT"
] | null | null | null | src/main.cpp | bebauke/TTGO-T-Call-PlatformIO | 080c64e37dc255ba53e4cb63d27dd3b304b96666 | [
"MIT"
] | null | null | null | src/main.cpp | bebauke/TTGO-T-Call-PlatformIO | 080c64e37dc255ba53e4cb63d27dd3b304b96666 | [
"MIT"
] | null | null | null | #include <Arduino.h>
// Import required libraries
#include "WiFi.h"
#include "ESPAsyncWebServer.h"
#include <OneWire.h>
#include <DallasTemperature.h>
// Replace with your network credentials
const char* ssid = "FRITZ!Box 7490B";
const char* password = "25262499827645483664";
#define SENSOR_PIN 27 // Digital p... | 24.931818 | 196 | 0.661501 | [
"object"
] |
70e8a6c0b99c46e1a37713412362118762d9af77 | 1,313 | cpp | C++ | dnn/test/cpu/warp_affine.cpp | Olalaye/MegEngine | 695d24f24517536e6544b07936d189dbc031bbce | [
"Apache-2.0"
] | 5,168 | 2020-03-19T06:10:04.000Z | 2022-03-31T11:11:54.000Z | dnn/test/cpu/warp_affine.cpp | Olalaye/MegEngine | 695d24f24517536e6544b07936d189dbc031bbce | [
"Apache-2.0"
] | 286 | 2020-03-25T01:36:23.000Z | 2022-03-31T10:26:33.000Z | dnn/test/cpu/warp_affine.cpp | Olalaye/MegEngine | 695d24f24517536e6544b07936d189dbc031bbce | [
"Apache-2.0"
] | 515 | 2020-03-19T06:10:05.000Z | 2022-03-30T09:15:59.000Z | /**
* \file dnn/test/cpu/warp_affine.cpp
* MegEngine is Licensed under the Apache License, Version 2.0 (the "License")
*
* Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS I... | 30.534884 | 89 | 0.618431 | [
"vector"
] |
70e8eb92c9bbaf576119e242e5157e6482e27baf | 24,451 | cpp | C++ | plugin/hdCycles/utils.cpp | boberfly/hdcycles | 08ac8f99017ae0823a9606301799f9f3b34e285e | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2021-02-06T18:04:12.000Z | 2021-02-06T18:04:12.000Z | plugin/hdCycles/utils.cpp | boberfly/hdcycles | 08ac8f99017ae0823a9606301799f9f3b34e285e | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | plugin/hdCycles/utils.cpp | boberfly/hdcycles | 08ac8f99017ae0823a9606301799f9f3b34e285e | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | // Copyright 2020 Tangent Animation
//
// 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 a... | 32.38543 | 99 | 0.606683 | [
"mesh",
"geometry",
"render",
"object",
"vector",
"transform"
] |
70eaf6fb530caca9e65ec451b1ba0b44022c4f7e | 2,573 | cpp | C++ | 100/153.cpp | correipj/ProjectEuler | 0173d8ec7f309b4f0c243a94351772b1be55e8bf | [
"Unlicense"
] | null | null | null | 100/153.cpp | correipj/ProjectEuler | 0173d8ec7f309b4f0c243a94351772b1be55e8bf | [
"Unlicense"
] | null | null | null | 100/153.cpp | correipj/ProjectEuler | 0173d8ec7f309b4f0c243a94351772b1be55e8bf | [
"Unlicense"
] | null | null | null | // https://projecteuler.net/problem=153
// Investigating Gaussian Integers
#include <iostream>
#include <vector>
#include <set>
#include <functional>
#include <map>
#include <utility>
#include "../Shared/primes.h"
using namespace std;
typedef unsigned long long num_t;
struct gaussint {
public:
num... | 17.039735 | 72 | 0.513797 | [
"vector"
] |
70ecce5ce00e06557c876a08cdf3aa7cd7c2841a | 7,043 | cpp | C++ | mainwindow.cpp | emako/font-awesome-maker | 8caca872c64ca66a3b032f94a49ec138cd3a4c99 | [
"Apache-2.0"
] | null | null | null | mainwindow.cpp | emako/font-awesome-maker | 8caca872c64ca66a3b032f94a49ec138cd3a4c99 | [
"Apache-2.0"
] | null | null | null | mainwindow.cpp | emako/font-awesome-maker | 8caca872c64ca66a3b032f94a49ec138cd3a4c99 | [
"Apache-2.0"
] | null | null | null | #include "mainwindow.h"
#include "define_dialog.h"
#include "ui_mainwindow.h"
#include "version.hpp"
#define DEFAULT_FONT_SIZE 9
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
this->setup();
}
MainWindow::~MainWindow()
{
delete ui;
}
vo... | 31.163717 | 272 | 0.605566 | [
"solid"
] |
70f48c2ff14336da286ff47ae01985adc4170f4e | 32,454 | hpp | C++ | include/matlab_data.hpp | realjc/stereo-lidar-calibration | 4eb74321ad383cd24b43667043459d90884b925b | [
"Apache-2.0"
] | null | null | null | include/matlab_data.hpp | realjc/stereo-lidar-calibration | 4eb74321ad383cd24b43667043459d90884b925b | [
"Apache-2.0"
] | null | null | null | include/matlab_data.hpp | realjc/stereo-lidar-calibration | 4eb74321ad383cd24b43667043459d90884b925b | [
"Apache-2.0"
] | null | null | null | #ifndef STEREO_LIDAR_CALIBRATION_MATLAB_DATA_HPP
#define STEREO_LIDAR_CALIBRATION_MATLAB_DATA_HPP
#include<vector>
#include<Eigen/Core>
#include <iostream>
using namespace std;
using namespace Eigen;
struct matlab_data1
{
matlab_data1(string camera_id){
m_camera_id = camera_id;
}
string m_camera_... | 45.517532 | 131 | 0.655636 | [
"vector"
] |
70f7e69591c0e19e29654abd11f949214769d57b | 13,769 | cpp | C++ | wxWidgets/samples/caret/caret.cpp | VonaInc/lokl | 83fbaa9c73d3112490edd042da812ceeb3cc9e53 | [
"MIT"
] | 86 | 2015-08-06T11:30:01.000Z | 2022-02-28T04:50:22.000Z | wxWidgets/samples/caret/caret.cpp | VonaInc/lokl | 83fbaa9c73d3112490edd042da812ceeb3cc9e53 | [
"MIT"
] | 6 | 2016-01-04T19:36:22.000Z | 2021-08-08T02:43:48.000Z | wxWidgets/samples/caret/caret.cpp | VonaInc/lokl | 83fbaa9c73d3112490edd042da812ceeb3cc9e53 | [
"MIT"
] | 22 | 2015-11-04T04:04:54.000Z | 2022-02-28T04:50:24.000Z | /////////////////////////////////////////////////////////////////////////////
// Name: caret.cpp
// Purpose: wxCaret sample
// Author: Robert Roebling
// Modified by:
// Created: 04/01/98
// Copyright: (c) wxWindows team
// Licence: wxWindows licence
///////////////////////////////////////////... | 27.704225 | 113 | 0.551747 | [
"geometry",
"object"
] |
cb013d4ca90bc93f54dfea9eb820a74e6a5f4598 | 1,556 | cpp | C++ | Lista_1/spanning_tree.cpp | Thulio-Carvalho/Advanced-Algorithms-Problems | 724bfb765d056ddab414df7dd640914aa0c665ae | [
"MIT"
] | null | null | null | Lista_1/spanning_tree.cpp | Thulio-Carvalho/Advanced-Algorithms-Problems | 724bfb765d056ddab414df7dd640914aa0c665ae | [
"MIT"
] | null | null | null | Lista_1/spanning_tree.cpp | Thulio-Carvalho/Advanced-Algorithms-Problems | 724bfb765d056ddab414df7dd640914aa0c665ae | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
#define MAXV 200014
using namespace std;
typedef pair <int, int> ii;
int parent[MAXV], V, E;
vector <int> adjList[MAXV];
vector <ii> ans;
vector <ii> edges;
int degree[MAXV];
int find(int node){
while(parent[node] != node) {
parent[node] = parent[parent[node]];
node = p... | 19.948718 | 62 | 0.494859 | [
"vector"
] |
cb02299b7e898c692b8b36113658b0f6c3e7f6ed | 3,919 | cpp | C++ | src/gui/private.cpp | Grossley/opengml | bc3494aae64092f1c32a16361fd781249e2ea630 | [
"MIT"
] | 26 | 2019-07-18T04:45:08.000Z | 2022-03-13T09:52:04.000Z | src/gui/private.cpp | Grossley/opengml | bc3494aae64092f1c32a16361fd781249e2ea630 | [
"MIT"
] | 6 | 2021-09-10T00:48:00.000Z | 2021-11-27T22:00:48.000Z | src/gui/private.cpp | Grossley/opengml | bc3494aae64092f1c32a16361fd781249e2ea630 | [
"MIT"
] | 9 | 2019-07-26T06:32:53.000Z | 2022-01-12T14:38:59.000Z | #include "private.hpp"
#if defined(IMGUI) && defined(GFX_AVAILABLE)
namespace ogm::gui
{
void ImageComponent::target(geometry::Vector<int32_t> dimensions)
{
glGetIntegerv(GL_DRAW_FRAMEBUFFER_BINDING, &m_prev_fbo);
if (!m_fbo)
{
glGenFramebuffers(1, &m_fbo);
}
... | 33.211864 | 187 | 0.571574 | [
"geometry",
"vector"
] |
cb109a4da7c84ac106ab5d586a0d3103b8c72df2 | 13,005 | cpp | C++ | src/der_snr.cpp | a-lemonnier/spec_tools | 5ec9c38aaa31b1a677024bf9c53994142affdac3 | [
"MIT"
] | 1 | 2020-04-07T19:52:29.000Z | 2020-04-07T19:52:29.000Z | src/der_snr.cpp | a-lemonnier/spec_tools | 5ec9c38aaa31b1a677024bf9c53994142affdac3 | [
"MIT"
] | null | null | null | src/der_snr.cpp | a-lemonnier/spec_tools | 5ec9c38aaa31b1a677024bf9c53994142affdac3 | [
"MIT"
] | null | null | null | /**
* \file der_snr.cpp
* \brief An C++ implementation of the der_snr fortran code from:
* F. Stoehr et al: DER_SNR: A Simple & General Spectroscopic Signal-to-Noise Measurement Algorithm,\n
394, Astronomical Data Analysis Software and Systems (ADASS) XVII\n
2008ASPC..394..505S
* \author Audric Lemonnier
... | 39.770642 | 139 | 0.550711 | [
"vector"
] |
cb11fa24e4c5d83e618340ff247973d4454c3b05 | 19,104 | hh | C++ | src/Geometry/GeomTensor_default.hh | jmikeowen/Spheral | 3e1082a7aefd6b328bd3ae24ca1a477108cfc3c4 | [
"BSD-Source-Code",
"BSD-3-Clause-LBNL",
"FSFAP"
] | 22 | 2018-07-31T21:38:22.000Z | 2020-06-29T08:58:33.000Z | src/Geometry/GeomTensor_default.hh | markguozhiming/spheral | bbb982102e61edb8a1d00cf780bfa571835e1b61 | [
"BSD-Source-Code",
"BSD-3-Clause-LBNL",
"FSFAP"
] | 41 | 2020-09-28T23:14:27.000Z | 2022-03-28T17:01:33.000Z | src/Geometry/GeomTensor_default.hh | markguozhiming/spheral | bbb982102e61edb8a1d00cf780bfa571835e1b61 | [
"BSD-Source-Code",
"BSD-3-Clause-LBNL",
"FSFAP"
] | 7 | 2019-12-01T07:00:06.000Z | 2020-09-15T21:12:39.000Z | //---------------------------------Spheral++----------------------------------//
// GeomTensor -- Geometric Tensor Class.
//
// Created by JMO, Thu Apr 22 20:48:23 PDT 1999
// Modified by:
// Aug 1, 99: JMO, removing MTL inheritance due to compilation problems,
// and adding symmetric tensor type.
// 2... | 44.635514 | 153 | 0.722257 | [
"geometry",
"vector",
"transform"
] |
cb1364cbb46974e1221a92ebc4ceaa58ec1b6fcc | 2,167 | cpp | C++ | Examen2PC/P3_RectanguleCutting/RectangleCutting.cpp | VanessaMMH/ProgComp2021A | 03a3e0394b26eb78801246c7d6b7888fe53141bd | [
"BSD-3-Clause"
] | null | null | null | Examen2PC/P3_RectanguleCutting/RectangleCutting.cpp | VanessaMMH/ProgComp2021A | 03a3e0394b26eb78801246c7d6b7888fe53141bd | [
"BSD-3-Clause"
] | null | null | null | Examen2PC/P3_RectanguleCutting/RectangleCutting.cpp | VanessaMMH/ProgComp2021A | 03a3e0394b26eb78801246c7d6b7888fe53141bd | [
"BSD-3-Clause"
] | null | null | null | #include <iostream>
#include <vector>
#define ull unsigned long long
#define INF 100000
using namespace std;
vector<vector<int>> dp;
/* dp recursion: bottom up */
int min_cr(int a, int b)
{
if (a == b)
{
dp[a][b] = 0;
return dp[a][b];
}
if (dp[a][b] != -1)
{
dp[b][a] = dp[a... | 18.521368 | 57 | 0.361329 | [
"vector"
] |
0e122a104476f2637537c2be3279055e81db30c6 | 4,159 | cxx | C++ | ARCHIVE/ICCDEF/TestSuite/itkIterativeInverseDisplacementFieldFilterTest2.cxx | pnlbwh/BRAINSTools | a2fe63ab5b795f03da140a4081d1fef6314dab95 | [
"Apache-2.0"
] | null | null | null | ARCHIVE/ICCDEF/TestSuite/itkIterativeInverseDisplacementFieldFilterTest2.cxx | pnlbwh/BRAINSTools | a2fe63ab5b795f03da140a4081d1fef6314dab95 | [
"Apache-2.0"
] | null | null | null | ARCHIVE/ICCDEF/TestSuite/itkIterativeInverseDisplacementFieldFilterTest2.cxx | pnlbwh/BRAINSTools | a2fe63ab5b795f03da140a4081d1fef6314dab95 | [
"Apache-2.0"
] | 1 | 2022-02-08T05:39:46.000Z | 2022-02-08T05:39:46.000Z | /*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file excep... | 29.920863 | 119 | 0.651839 | [
"vector"
] |
0e124c0c3d596fc0ca1a7f80da6a99b5a627657a | 2,494 | cpp | C++ | code archive/codechef/AVGMAT.cpp | brianbbsu/program | c4505f2b8c0b91010e157db914a63c49638516bc | [
"MIT"
] | 4 | 2018-04-08T08:07:58.000Z | 2021-06-07T14:55:24.000Z | code archive/codechef/AVGMAT.cpp | brianbbsu/program | c4505f2b8c0b91010e157db914a63c49638516bc | [
"MIT"
] | null | null | null | code archive/codechef/AVGMAT.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 long long 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(),_... | 26.817204 | 129 | 0.532077 | [
"vector"
] |
0e12f433587457128cf32a8f4b321e8b13aaadb5 | 849 | cpp | C++ | Divisionals/D/submissions/accepted/peter_dubious.cpp | SouthPacificProgrammingContests/ICPC18 | d91dca96a91b869f3922eb0c57b086919abe1b3f | [
"MIT"
] | null | null | null | Divisionals/D/submissions/accepted/peter_dubious.cpp | SouthPacificProgrammingContests/ICPC18 | d91dca96a91b869f3922eb0c57b086919abe1b3f | [
"MIT"
] | null | null | null | Divisionals/D/submissions/accepted/peter_dubious.cpp | SouthPacificProgrammingContests/ICPC18 | d91dca96a91b869f3922eb0c57b086919abe1b3f | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
#define x first
#define y second
#ifdef ONLINE_JUDGE
#define DEBUG(x)
#else
#define DEBUG(x) cerr << #x << ": " << x << endl;
#endif
using namespace std;
typedef long long ll;
typedef long double ld;
typedef vector<int> vi;
typedef vector<vi> vvi;
typedef pair<int,int> ii;
typedef pair<ll,l... | 18.456522 | 69 | 0.58775 | [
"vector"
] |
0e1427266d5a260ce74cff8088e2f104ea7a0438 | 15,097 | hpp | C++ | src/core/thread/network_data.hpp | ddreyer/openthread | 23f465c681babb64ad813fe27d44ed5e958f878d | [
"BSD-3-Clause"
] | null | null | null | src/core/thread/network_data.hpp | ddreyer/openthread | 23f465c681babb64ad813fe27d44ed5e958f878d | [
"BSD-3-Clause"
] | null | null | null | src/core/thread/network_data.hpp | ddreyer/openthread | 23f465c681babb64ad813fe27d44ed5e958f878d | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2016, The OpenThread Authors.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this ... | 37.002451 | 118 | 0.660926 | [
"mesh",
"object"
] |
0e14dbd4a2349b5b86d8ff47801088676912ef5b | 1,943 | hpp | C++ | cpp/subprojects/common/include/common/indices/index_vector_full.hpp | mrapp-ke/SyndromeLearner | ed18c282949bebbc8e1dd5d2ddfb0b224ee71293 | [
"MIT"
] | null | null | null | cpp/subprojects/common/include/common/indices/index_vector_full.hpp | mrapp-ke/SyndromeLearner | ed18c282949bebbc8e1dd5d2ddfb0b224ee71293 | [
"MIT"
] | null | null | null | cpp/subprojects/common/include/common/indices/index_vector_full.hpp | mrapp-ke/SyndromeLearner | ed18c282949bebbc8e1dd5d2ddfb0b224ee71293 | [
"MIT"
] | 1 | 2022-03-08T22:06:56.000Z | 2022-03-08T22:06:56.000Z | /*
* @author Michael Rapp (mrapp@ke.tu-darmstadt.de)
*/
#pragma once
#include "common/indices/index_vector.hpp"
#include "common/indices/index_iterator.hpp"
/**
* Provides random access to all indices within a continuous range [0, numIndices).
*/
class FullIndexVector final : public IIndexVector {
private:
... | 29 | 116 | 0.626866 | [
"vector"
] |
0e165ca7c29b87a3ed801eb3f58bc208e5c06135 | 12,729 | hpp | C++ | src/thread/worker.hpp | huangqundl/af_stream | 178d98feaf403b6947fb0fae3c2bbaedd91f9ab8 | [
"Apache-2.0"
] | 15 | 2017-03-28T13:15:53.000Z | 2022-03-01T08:16:48.000Z | src/thread/worker.hpp | huangqundl/af_stream | 178d98feaf403b6947fb0fae3c2bbaedd91f9ab8 | [
"Apache-2.0"
] | null | null | null | src/thread/worker.hpp | huangqundl/af_stream | 178d98feaf403b6947fb0fae3c2bbaedd91f9ab8 | [
"Apache-2.0"
] | 6 | 2017-10-17T14:10:23.000Z | 2022-03-01T08:16:29.000Z | #ifndef __AFS_WORKER_HPP_INCLUDED__
#define __AFS_WORKER_HPP_INCLUDED__
#include <stdint.h>
#include <unistd.h>
#include <sys/wait.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include <sys/shm.h>
#include <sys/mman.h>
#include <sys/stat.h> /* For mode constants */
#include <fcntl... | 30.820823 | 143 | 0.605625 | [
"vector"
] |
0e1ac1fa51ea6b6d36d669c5869407d896d94ef3 | 22,731 | cpp | C++ | src/main.cpp | UnrealKaraulov/bspguy_alt | c55cc7fea671bb0d4df1cb193cb6348b694c4844 | [
"Unlicense"
] | 8 | 2022-01-25T07:54:29.000Z | 2022-01-29T06:52:25.000Z | src/main.cpp | UnrealKaraulov/bspguy_alt | c55cc7fea671bb0d4df1cb193cb6348b694c4844 | [
"Unlicense"
] | 10 | 2022-02-09T19:56:03.000Z | 2022-03-20T04:06:26.000Z | src/main.cpp | UnrealKaraulov/bspguy_alt | c55cc7fea671bb0d4df1cb193cb6348b694c4844 | [
"Unlicense"
] | 2 | 2022-01-21T13:52:59.000Z | 2022-02-20T17:12:56.000Z | #include "util.h"
#include "BspMerger.h"
#include <string>
#include <algorithm>
#include <iostream>
#include "CommandLine.h"
#include "remap.h"
#include "Renderer.h"
#include "winding.h"
// super todo:
// gui scale not accurate and mostly broken
// invalid solid undo not reverting plane vertex positions so... | 29.830709 | 142 | 0.631252 | [
"geometry",
"render",
"vector",
"model",
"transform",
"3d",
"solid"
] |
0e20509baa4bcfcd681e9c3faa78ceb8bcaba575 | 426 | hpp | C++ | Overworld/TownSouth.hpp | NoahKittleson/RPG-Engine | e7ce30973b5d1eed09e3d5acfd89f549c2feffd8 | [
"MIT",
"Unlicense"
] | 4 | 2016-06-30T19:55:40.000Z | 2020-01-10T21:03:00.000Z | Overworld/TownSouth.hpp | NoahKittleson/RPG-Engine | e7ce30973b5d1eed09e3d5acfd89f549c2feffd8 | [
"MIT",
"Unlicense"
] | null | null | null | Overworld/TownSouth.hpp | NoahKittleson/RPG-Engine | e7ce30973b5d1eed09e3d5acfd89f549c2feffd8 | [
"MIT",
"Unlicense"
] | null | null | null | //
// TownSouth.hpp
// Overworld
//
// Created by Noah Kittleson on 7/8/18.
// Copyright © 2018 Noah. All rights reserved.
//
#pragma once
#include "MapSection.h"
#include "BattleState.h"
#include "DialogueMode.h"
class TownSouth: public MapSection
{
public:
TownSouth(const ResourceHolder& resources, const std::... | 17.75 | 87 | 0.697183 | [
"vector"
] |
0e21b78bab1420a80ba69f646f51e84f4bd82c17 | 5,877 | hpp | C++ | Support/Modules/Pattern/SymbolFillDetails.hpp | graphisoft-python/TextEngine | 20c2ff53877b20fdfe2cd51ce7abdab1ff676a70 | [
"Apache-2.0"
] | 3 | 2019-07-15T10:54:54.000Z | 2020-01-25T08:24:51.000Z | Support/Modules/Pattern/SymbolFillDetails.hpp | graphisoft-python/GSRoot | 008fac2c6bf601ca96e7096705e25b10ba4d3e75 | [
"Apache-2.0"
] | null | null | null | Support/Modules/Pattern/SymbolFillDetails.hpp | graphisoft-python/GSRoot | 008fac2c6bf601ca96e7096705e25b10ba4d3e75 | [
"Apache-2.0"
] | 1 | 2020-09-26T03:17:22.000Z | 2020-09-26T03:17:22.000Z | /****************************************************************************
* Description: Basic data structures for symbol fill patterns *
* *
* Module: Pattern *
* Namespace: VBAttr (egyenlore) *
* Contact person: KiP *
************************************... | 25.331897 | 82 | 0.581589 | [
"geometry"
] |
0e25deb20f05cf903d6e1c2311aecc53eaf6d133 | 5,848 | cpp | C++ | code/src/lib/Util/Clusterer.cpp | raphaelmenges/visual-stimuli-discovery | e02e9a0283a2d561165a39cf83fe85b8f687d884 | [
"MIT"
] | null | null | null | code/src/lib/Util/Clusterer.cpp | raphaelmenges/visual-stimuli-discovery | e02e9a0283a2d561165a39cf83fe85b8f687d884 | [
"MIT"
] | null | null | null | code/src/lib/Util/Clusterer.cpp | raphaelmenges/visual-stimuli-discovery | e02e9a0283a2d561165a39cf83fe85b8f687d884 | [
"MIT"
] | 2 | 2020-06-25T15:41:56.000Z | 2020-07-20T08:36:44.000Z | #include "Clusterer.hpp"
#include <Util/LayerComparator.hpp>
const float LAYER_CLUSTER_THRESHOLD = core::mt::get_config_value(0.75f, { "model", "layer_cluster_threshold" });
namespace util
{
namespace clusterer
{
template<typename T>
std::vector<
std::shared_ptr<std::vector<
std::shared_ptr<T> > > >
c... | 35.442424 | 154 | 0.664501 | [
"vector",
"model"
] |
0e268a67eee4904f8ad770f57a42b77fb1e4bf68 | 33,060 | cpp | C++ | plugins/gui/src/configurator/Parameter.cpp | voei/megamol | 569b7b58c1f9bc5405b79549b86f84009329f668 | [
"BSD-3-Clause"
] | null | null | null | plugins/gui/src/configurator/Parameter.cpp | voei/megamol | 569b7b58c1f9bc5405b79549b86f84009329f668 | [
"BSD-3-Clause"
] | null | null | null | plugins/gui/src/configurator/Parameter.cpp | voei/megamol | 569b7b58c1f9bc5405b79549b86f84009329f668 | [
"BSD-3-Clause"
] | null | null | null | /*
* Parameter.cpp
*
* Copyright (C) 2019 by Universitaet Stuttgart (VIS).
* Alle Rechte vorbehalten.
*/
#include "stdafx.h"
#include "Parameter.h"
using namespace megamol;
using namespace megamol::gui;
using namespace megamol::gui::configurator;
megamol::gui::configurator::Parameter::Parameter(
ImGuiID u... | 40.514706 | 120 | 0.561373 | [
"vector"
] |
0e26ef576eab3d23322b39fec48b60d2a91bea65 | 9,531 | cpp | C++ | SDK/Plugin/Block/SidechainMerkleBlock.cpp | hejianhui/Elastos.ELA.SPV.Cpp | 6c3337d091e4cfa9f6dbabaa18526565ccee4e0b | [
"MIT"
] | null | null | null | SDK/Plugin/Block/SidechainMerkleBlock.cpp | hejianhui/Elastos.ELA.SPV.Cpp | 6c3337d091e4cfa9f6dbabaa18526565ccee4e0b | [
"MIT"
] | null | null | null | SDK/Plugin/Block/SidechainMerkleBlock.cpp | hejianhui/Elastos.ELA.SPV.Cpp | 6c3337d091e4cfa9f6dbabaa18526565ccee4e0b | [
"MIT"
] | null | null | null | // Copyright (c) 2012-2018 The Elastos Open Source Project
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <sstream>
#include <Core/BRMerkleBlock.h>
#include <SDK/Common/Log.h>
#include "Utils.h"
#include "MerkleBlock.... | 32.865517 | 118 | 0.696359 | [
"vector"
] |
0e279112a6cf75b7a279ff6278895cda3e08e595 | 1,202 | cpp | C++ | leetcode/0438_find_all_anagrams_in_a_string.cpp | jacquerie/leetcode | a05e6b832eb0e0740aaff7b2eb3109038ad404bf | [
"MIT"
] | 3 | 2018-05-10T09:56:49.000Z | 2020-11-07T18:09:42.000Z | leetcode/0438_find_all_anagrams_in_a_string.cpp | jacquerie/leetcode | a05e6b832eb0e0740aaff7b2eb3109038ad404bf | [
"MIT"
] | null | null | null | leetcode/0438_find_all_anagrams_in_a_string.cpp | jacquerie/leetcode | a05e6b832eb0e0740aaff7b2eb3109038ad404bf | [
"MIT"
] | null | null | null | // Copyright (c) 2018 Jacopo Notarstefano
#include <algorithm>
#include <cassert>
#include <string>
#include <vector>
using namespace std;
class Solution {
public:
vector<int> findAnagrams(string s, string p) {
vector<int> result;
if (s.length() < p.length()) {
return result;
... | 24.04 | 93 | 0.490849 | [
"vector"
] |
0e2841d6f3d717c8ecdbf8172d12473f6798dd0c | 869 | hpp | C++ | p3iv_types/include/p3iv_types/scene_object.hpp | fzi-forschungszentrum-informatik/P3IV | 51784e6dc03dcaa0ad58a5078475fa4daec774bd | [
"BSD-3-Clause"
] | 4 | 2021-07-27T06:56:22.000Z | 2022-03-22T11:21:30.000Z | p3iv_types/include/p3iv_types/scene_object.hpp | fzi-forschungszentrum-informatik/P3IV | 51784e6dc03dcaa0ad58a5078475fa4daec774bd | [
"BSD-3-Clause"
] | null | null | null | p3iv_types/include/p3iv_types/scene_object.hpp | fzi-forschungszentrum-informatik/P3IV | 51784e6dc03dcaa0ad58a5078475fa4daec774bd | [
"BSD-3-Clause"
] | 1 | 2021-10-10T01:56:44.000Z | 2021-10-10T01:56:44.000Z | #pragma once
#include <memory>
#include "motion_state.hpp"
#include "tracked_object.hpp"
namespace p3iv_types {
class SceneModel;
class RouteOption;
struct SceneObject : TrackedVehicle {
public:
SceneObject(const int id, const double width, const double length);
SceneObject(const int id,
c... | 24.138889 | 71 | 0.673188 | [
"vector"
] |
0e2e9f366e785c307aab4f92e60163c8dfc394af | 4,627 | cpp | C++ | xmlcc/xmlccSysUnitFrame.cpp | cscheiblich/XMLCC | efda13ae7261b22304907432d1298a865d14bcdc | [
"MIT"
] | 1 | 2020-02-07T09:12:50.000Z | 2020-02-07T09:12:50.000Z | xmlcc/xmlccSysUnitFrame.cpp | cscheiblich/XMLCC | efda13ae7261b22304907432d1298a865d14bcdc | [
"MIT"
] | null | null | null | xmlcc/xmlccSysUnitFrame.cpp | cscheiblich/XMLCC | efda13ae7261b22304907432d1298a865d14bcdc | [
"MIT"
] | null | null | null | /**
* @file xmlccSysUnitFrame.cpp
* @author Christian (graetz23@gmail.com)
*
* XMLCC is distributed under the MIT License (MIT); this file is part of.
*
* Copyright (c) 2008-2022 Christian (graetz23@gmail.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software ... | 35.592308 | 80 | 0.571429 | [
"object"
] |
0e2fea906c007a26ebba143d7eeb5f6398dc4d67 | 9,348 | hpp | C++ | applications/PfemFluidDynamicsApplication/custom_processes/free_scalar_pfem_dof_process.hpp | lkusch/Kratos | e8072d8e24ab6f312765185b19d439f01ab7b27b | [
"BSD-4-Clause"
] | 778 | 2017-01-27T16:29:17.000Z | 2022-03-30T03:01:51.000Z | applications/PfemFluidDynamicsApplication/custom_processes/free_scalar_pfem_dof_process.hpp | lkusch/Kratos | e8072d8e24ab6f312765185b19d439f01ab7b27b | [
"BSD-4-Clause"
] | 6,634 | 2017-01-15T22:56:13.000Z | 2022-03-31T15:03:36.000Z | applications/PfemFluidDynamicsApplication/custom_processes/free_scalar_pfem_dof_process.hpp | lkusch/Kratos | e8072d8e24ab6f312765185b19d439f01ab7b27b | [
"BSD-4-Clause"
] | 224 | 2017-02-07T14:12:49.000Z | 2022-03-06T23:09:34.000Z | //
// Project Name: KratosPfemFluidDynamicsApplication $
// Created by: $Author: JMCarbonell $
// Last modified by: $Co-Author: $
// Date: $Date: August 2016 $
// Revision: $Revision: 0.0 $
//... | 27.017341 | 149 | 0.60644 | [
"mesh",
"object",
"model"
] |
0e314b6de2076cc29f22014ff93ace9be40fa994 | 111,724 | cxx | C++ | PWGJE/EMCALJetTasks/UserTasks/AliAnalysisTaskRevEA.cxx | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | 1 | 2022-03-11T20:14:11.000Z | 2022-03-11T20:14:11.000Z | PWGJE/EMCALJetTasks/UserTasks/AliAnalysisTaskRevEA.cxx | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | null | null | null | PWGJE/EMCALJetTasks/UserTasks/AliAnalysisTaskRevEA.cxx | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | 1 | 2022-03-11T20:14:12.000Z | 2022-03-11T20:14:12.000Z | #ifndef ALIANALYSISTASKSE_H
#include <Riostream.h>
#include <TROOT.h>
#include <TChain.h>
#include <TTree.h>
#include <TKey.h>
#include <TProfile.h>
#include <TProfile2D.h>
#include <TH1.h>
#include <TH1F.h>
#include <TF1.h>
#include <TH2F.h>
#include <TH1D.h>
#include <TH2D.h>
#include <TH3D.h>
#include <TH1I.h>
#inc... | 43.120031 | 271 | 0.666679 | [
"object",
"vector"
] |
0e32844ba012b0aaa7a7c34d4b2b51e973e22266 | 8,420 | cc | C++ | src/snapshot/builtin-deserializer.cc | mtk-watch/android_external_v8 | 29eb30806a59123b1f9faf9083a12d26fa418fad | [
"BSD-3-Clause"
] | 3 | 2015-11-15T05:58:32.000Z | 2019-03-19T11:29:44.000Z | src/snapshot/builtin-deserializer.cc | mtk-watch/android_external_v8 | 29eb30806a59123b1f9faf9083a12d26fa418fad | [
"BSD-3-Clause"
] | null | null | null | src/snapshot/builtin-deserializer.cc | mtk-watch/android_external_v8 | 29eb30806a59123b1f9faf9083a12d26fa418fad | [
"BSD-3-Clause"
] | 10 | 2015-10-15T06:16:55.000Z | 2019-06-23T18:52:25.000Z | // Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/snapshot/builtin-deserializer.h"
#include "src/assembler-inl.h"
#include "src/interpreter/interpreter.h"
#include "src/objects-inl.h"
#in... | 34.367347 | 80 | 0.7019 | [
"object"
] |
0e33eae70403f33774af6c3198c19544d8265ff8 | 121,402 | cpp | C++ | accera/value/src/MLIREmitterContext.cpp | microsoft/Accera | 4ec583857853cfb318634aef9e671f73cedba662 | [
"MIT"
] | 19 | 2022-01-26T18:12:54.000Z | 2022-03-25T10:37:21.000Z | accera/value/src/MLIREmitterContext.cpp | microsoft/Accera | 4ec583857853cfb318634aef9e671f73cedba662 | [
"MIT"
] | 4 | 2022-01-28T00:31:48.000Z | 2022-02-25T14:28:32.000Z | accera/value/src/MLIREmitterContext.cpp | microsoft/Accera | 4ec583857853cfb318634aef9e671f73cedba662 | [
"MIT"
] | 2 | 2022-01-26T14:14:45.000Z | 2022-02-01T06:08:17.000Z | ////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// Authors: Kern Handa
////////////////////////////////////////... | 39.46749 | 203 | 0.616991 | [
"shape",
"vector",
"transform"
] |
0e34d0c9ea82532147a49f8d80c2b1c693e0ee53 | 22,473 | cc | C++ | open_spiel/games/backgammon_test.cc | ajain-23/open_spiel | a6a0f0129571bb6f0e6832e870e299663fb7cdd5 | [
"Apache-2.0"
] | 3,167 | 2019-08-27T06:50:30.000Z | 2022-03-31T22:33:48.000Z | open_spiel/games/backgammon_test.cc | AliBeikmohammadi/open_spiel | 38941dee3beb52ffdb134b66f420a758634d9a20 | [
"Apache-2.0"
] | 650 | 2019-08-27T16:24:09.000Z | 2022-03-30T19:41:09.000Z | open_spiel/games/backgammon_test.cc | AliBeikmohammadi/open_spiel | 38941dee3beb52ffdb134b66f420a758634d9a20 | [
"Apache-2.0"
] | 774 | 2019-08-27T10:36:04.000Z | 2022-03-29T15:44:42.000Z | // Copyright 2019 DeepMind Technologies Ltd. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless require... | 37.330565 | 80 | 0.580697 | [
"vector"
] |
0e356865eabf3d6be9a697e1ad2118d6b4e7ca39 | 12,861 | cc | C++ | DQM/DTMonitorClient/src/DTRunConditionVarClient.cc | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | DQM/DTMonitorClient/src/DTRunConditionVarClient.cc | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | DQM/DTMonitorClient/src/DTRunConditionVarClient.cc | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | /******* \class DTRunConditionVarClient *******
*
* Description:
*
* detailed description
*
* \author : Paolo Bellan, Antonio Branca
* $date : 23/09/2011 15:42:04 CET $
*
* Modification:
*
* threadsafe version (//-) oct/nov 2014 - WATWanAbdullah -ncpp-um-my
*
*
*********************************/
#i... | 37.386628 | 141 | 0.674598 | [
"geometry"
] |
0e3651de8bb182c87c55eacf8b11551542717d8c | 17,804 | cpp | C++ | L1Trigger/Phase2L1ParticleFlow/src/newfirmware/egamma/pftkegalgo_ref.cpp | p2l1pfp/cmssw | 9bda22bf33ecf18dd19a3af2b3a8cbdb1de556a9 | [
"Apache-2.0"
] | 2 | 2018-06-01T05:18:55.000Z | 2021-04-08T21:44:06.000Z | L1Trigger/Phase2L1ParticleFlow/src/newfirmware/egamma/pftkegalgo_ref.cpp | p2l1pfp/cmssw | 9bda22bf33ecf18dd19a3af2b3a8cbdb1de556a9 | [
"Apache-2.0"
] | 26 | 2018-10-30T12:47:58.000Z | 2022-03-29T08:39:00.000Z | L1Trigger/Phase2L1ParticleFlow/src/newfirmware/egamma/pftkegalgo_ref.cpp | p2l1pfp/cmssw | 9bda22bf33ecf18dd19a3af2b3a8cbdb1de556a9 | [
"Apache-2.0"
] | null | null | null | #include "pftkegalgo_ref.h"
#include <cmath>
#include <cstdio>
#include <algorithm>
#include <memory>
#include <iostream>
#ifdef CMSSW_GIT_HASH
#include "L1Trigger/Phase2L1ParticleFlow/src/dbgPrintf.h"
#else
#include "../../../utils/dbgPrintf.h"
#endif
using namespace l1ct;
#ifdef CMSSW_GIT_HASH
#include "FWCore/Pa... | 42.695444 | 120 | 0.591889 | [
"object",
"vector"
] |
0e36835f0b4d90ab39e309c246e988a52c44d8a8 | 1,929 | cpp | C++ | src/homework/tic_tac_toe/tic_tac_toe_3.cpp | acc-cosc-1337-spring-2021/acc-cosc-1337-spring-2021-isaiahgher | 2ac0de683502073155472549429bcbc56c170b28 | [
"MIT"
] | null | null | null | src/homework/tic_tac_toe/tic_tac_toe_3.cpp | acc-cosc-1337-spring-2021/acc-cosc-1337-spring-2021-isaiahgher | 2ac0de683502073155472549429bcbc56c170b28 | [
"MIT"
] | null | null | null | src/homework/tic_tac_toe/tic_tac_toe_3.cpp | acc-cosc-1337-spring-2021/acc-cosc-1337-spring-2021-isaiahgher | 2ac0de683502073155472549429bcbc56c170b28 | [
"MIT"
] | 1 | 2021-02-05T02:13:58.000Z | 2021-02-05T02:13:58.000Z | //cpp
#include "tic_tac_toe.h"
#include <iostream>
using namespace std;
//Public functions of class Tictactoe
// bool TicTacToe::game_over()
// {
// return check_board_full();
// }
//start_game
void TicTacToe::start_game(string first_player)
{
//first_player function argument value must be X or O
//using... | 20.741935 | 77 | 0.59098 | [
"vector"
] |
0e378025d2e51ead37d92afc78855ae6908e186a | 99,141 | hpp | C++ | src/odb/src/lef/lef/lefwWriter.hpp | erictaur/OpenROAD | 438dbb41316fc7fe27e2c405078aa465395125ba | [
"BSD-3-Clause"
] | 525 | 2019-11-20T00:21:42.000Z | 2022-03-31T05:38:44.000Z | src/odb/src/lef/lef/lefwWriter.hpp | erictaur/OpenROAD | 438dbb41316fc7fe27e2c405078aa465395125ba | [
"BSD-3-Clause"
] | 741 | 2019-11-20T15:19:38.000Z | 2022-03-31T23:09:17.000Z | src/odb/src/lef/lef/lefwWriter.hpp | erictaur/OpenROAD | 438dbb41316fc7fe27e2c405078aa465395125ba | [
"BSD-3-Clause"
] | 215 | 2019-11-25T13:37:43.000Z | 2022-03-28T00:51:29.000Z | // *****************************************************************************
// *****************************************************************************
// Copyright 2012 - 2013, Cadence Design Systems
//
// This file is part of the Cadence LEF/DEF Open Source
// Distribution, Product Version 5.8. ... | 41.743579 | 80 | 0.71476 | [
"object"
] |
0e412095f3bd3f93671e5b4aa97f3de5ecf717bb | 5,604 | cc | C++ | tools/uorb_tcp_topic_listener_lib/src/uorb_tcp_listener.cc | ShawnFeng0/uorb | a2f4b8d6f44b11b5c4940ac4772bae50646ff2df | [
"MIT"
] | 25 | 2020-08-12T02:33:55.000Z | 2022-03-29T02:05:19.000Z | tools/uorb_tcp_topic_listener_lib/src/uorb_tcp_listener.cc | ShawnFeng0/uorb | a2f4b8d6f44b11b5c4940ac4772bae50646ff2df | [
"MIT"
] | 5 | 2020-09-01T11:43:57.000Z | 2022-01-06T07:18:42.000Z | tools/uorb_tcp_topic_listener_lib/src/uorb_tcp_listener.cc | ShawnFeng0/uorb | a2f4b8d6f44b11b5c4940ac4772bae50646ff2df | [
"MIT"
] | 8 | 2021-04-14T08:34:38.000Z | 2022-02-10T08:23:22.000Z | //
// Created by shawnfeng on 2021/9/30.
//
#include "uorb_tcp_listener.h"
#include <uorb/abs_time.h>
#include <uorb/uorb.h>
#include <csignal>
#include <thread>
#include <utility>
#include "command_manager.h"
#include "data_printer.h"
#include "fd_stream.h"
#include "tcp_server.h"
static orb_get_topics_callback g... | 30.129032 | 128 | 0.649536 | [
"vector"
] |
0e418bf4920e464c514b46085d75fb55bbd929a8 | 17,707 | cpp | C++ | Source/AllKeysOverview.cpp | Woyten/TerpstraSysEx.2014 | 347596b4b56360328f9c021104ffe92ce496b0ea | [
"BSD-3-Clause"
] | null | null | null | Source/AllKeysOverview.cpp | Woyten/TerpstraSysEx.2014 | 347596b4b56360328f9c021104ffe92ce496b0ea | [
"BSD-3-Clause"
] | null | null | null | Source/AllKeysOverview.cpp | Woyten/TerpstraSysEx.2014 | 347596b4b56360328f9c021104ffe92ce496b0ea | [
"BSD-3-Clause"
] | null | null | null | /*
==============================================================================
This is an automatically generated GUI class created by the Projucer!
Be careful when adding custom code to these files, as only the code within
the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loade... | 34.856299 | 171 | 0.695431 | [
"transform"
] |
0e41bba604beb2a59486da8a62dcfe9fa50751df | 2,791 | cpp | C++ | ThirdParty/assimp-3.0.1270/test/unit/utJoinVertices.cpp | vif/3D-STG | 721402e76a9b9b99b88ba3eb06beb6abb17a9254 | [
"MIT"
] | 7 | 2015-05-30T13:56:34.000Z | 2017-11-04T17:58:26.000Z | modules/assimp/ext/assimp/test/unit/utJoinVertices.cpp | liu3xing3long/inviwo | 69cca9b6ecd58037bda0ed9e6f53d02f189f19a7 | [
"BSD-2-Clause"
] | 1 | 2019-05-20T23:10:19.000Z | 2019-05-20T23:13:49.000Z | modules/assimp/ext/assimp/test/unit/utJoinVertices.cpp | liu3xing3long/inviwo | 69cca9b6ecd58037bda0ed9e6f53d02f189f19a7 | [
"BSD-2-Clause"
] | 1 | 2020-07-17T10:27:57.000Z | 2020-07-17T10:27:57.000Z |
#include "UnitTestPCH.h"
#include "utJoinVertices.h"
CPPUNIT_TEST_SUITE_REGISTRATION (JoinVerticesTest);
// ------------------------------------------------------------------------------------------------
void JoinVerticesTest :: setUp (void)
{
// construct the process
piProcess = new JoinVerticesProcess();
// c... | 31.011111 | 99 | 0.601935 | [
"mesh"
] |
0e46fb79528ce0c740addd1da1fca337cf907028 | 12,741 | cpp | C++ | src/pme/ivc/caivc.cpp | ryanberryhill/pme | 416be2d52c920d285cc686a56d2f30bfab66bc51 | [
"MIT"
] | 2 | 2019-01-25T16:07:56.000Z | 2019-08-14T17:34:22.000Z | src/pme/ivc/caivc.cpp | ryanberryhill/pme | 416be2d52c920d285cc686a56d2f30bfab66bc51 | [
"MIT"
] | 2 | 2018-08-21T22:46:41.000Z | 2019-08-14T17:36:31.000Z | src/pme/ivc/caivc.cpp | ryanberryhill/pme | 416be2d52c920d285cc686a56d2f30bfab66bc51 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2018 Ryan Berryhill, University of Toronto
* 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,... | 29.022779 | 91 | 0.539911 | [
"vector"
] |
0e48cbdfc4d29c56eb773153ddc1e8012a4fa809 | 3,723 | cpp | C++ | test/test_Resource.cpp | tomcreutz/knowledge-reasoning-moreorg | 545fa92eaf0fc8ccc4cc042bd994afc918d16f68 | [
"BSD-3-Clause"
] | null | null | null | test/test_Resource.cpp | tomcreutz/knowledge-reasoning-moreorg | 545fa92eaf0fc8ccc4cc042bd994afc918d16f68 | [
"BSD-3-Clause"
] | 1 | 2021-02-26T11:11:03.000Z | 2021-02-26T19:16:10.000Z | test/test_Resource.cpp | tomcreutz/knowledge-reasoning-moreorg | 545fa92eaf0fc8ccc4cc042bd994afc918d16f68 | [
"BSD-3-Clause"
] | 1 | 2021-05-17T13:02:49.000Z | 2021-05-17T13:02:49.000Z | #include <boost/test/unit_test.hpp>
#include <moreorg/Resource.hpp>
using namespace moreorg;
using namespace owlapi::model;
BOOST_AUTO_TEST_SUITE(resource)
BOOST_AUTO_TEST_CASE(merge)
{
owlapi::model::IRI modelA("http://test/a");
owlapi::model::IRI modelB("http://test/b");
owlapi::model::IRI propertyA("h... | 33.845455 | 168 | 0.673919 | [
"model"
] |
0e4c71f7227ae28840e37c6e592888c612d35b82 | 7,063 | cpp | C++ | worker/src/RTC/RtpStreamRecv.cpp | maytrue/mediasoup | 11c0ae83d8cb0e238c91bc43132825a7bafcba80 | [
"ISC"
] | 1 | 2019-07-25T16:45:11.000Z | 2019-07-25T16:45:11.000Z | worker/src/RTC/RtpStreamRecv.cpp | maytrue/mediasoup | 11c0ae83d8cb0e238c91bc43132825a7bafcba80 | [
"ISC"
] | 3 | 2019-04-23T18:30:03.000Z | 2020-09-18T23:41:03.000Z | worker/src/RTC/RtpStreamRecv.cpp | maytrue/mediasoup | 11c0ae83d8cb0e238c91bc43132825a7bafcba80 | [
"ISC"
] | 1 | 2020-06-18T22:07:43.000Z | 2020-06-18T22:07:43.000Z | #define MS_CLASS "RTC::RtpStreamRecv"
// #define MS_LOG_DEV
#include "RTC/RtpStreamRecv.hpp"
#include "DepLibUV.hpp"
#include "Logger.hpp"
#include "RTC/Codecs/Codecs.hpp"
namespace RTC
{
/* Static. */
static constexpr uint16_t StatusCheckPeriod{ 250 };
/* Instance methods. */
RtpStreamRecv::RtpStreamRecv(List... | 24.188356 | 96 | 0.679598 | [
"vector"
] |
0e4c9d65350b19a858629878003b159445bbc3b5 | 566 | cpp | C++ | demos/demo3-foodthrowing/src/bullet.cpp | uhteoman/gba-sprite-engine | bd67ef025e653c5db316f4e8b4c6733f030265dc | [
"MIT"
] | null | null | null | demos/demo3-foodthrowing/src/bullet.cpp | uhteoman/gba-sprite-engine | bd67ef025e653c5db316f4e8b4c6733f030265dc | [
"MIT"
] | null | null | null | demos/demo3-foodthrowing/src/bullet.cpp | uhteoman/gba-sprite-engine | bd67ef025e653c5db316f4e8b4c6733f030265dc | [
"MIT"
] | null | null | null | //
// Created by Wouter Groeneveld on 09/08/18.
//
#include <libgba-sprite-engine/background/text_stream.h>
#include <libgba-sprite-engine/gba/tonc_bios.h>
#include <cmath>
#include <libgba-sprite-engine/gbavector.h>
#include "bullet.h"
void Bullet::setDestination(VECTOR destination) {
auto currentPos = sprite->... | 19.517241 | 59 | 0.689046 | [
"vector"
] |
0e4d7eef2efb4af24c9578b6778242bc4860651a | 8,395 | cpp | C++ | snippets/cpp/VS_Snippets_CLR/UInt64 Example/CPP/source.cpp | BohdanMosiyuk/samples | 59d435ba9e61e0fc19f5176c96b1cdbd53596142 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2020-02-22T09:30:21.000Z | 2021-08-02T23:44:31.000Z | snippets/cpp/VS_Snippets_CLR/UInt64 Example/CPP/source.cpp | BohdanMosiyuk/samples | 59d435ba9e61e0fc19f5176c96b1cdbd53596142 | [
"CC-BY-4.0",
"MIT"
] | 555 | 2019-09-23T22:22:58.000Z | 2021-07-15T18:51:12.000Z | snippets/cpp/VS_Snippets_CLR/UInt64 Example/CPP/source.cpp | BohdanMosiyuk/samples | 59d435ba9e61e0fc19f5176c96b1cdbd53596142 | [
"CC-BY-4.0",
"MIT"
] | 3 | 2020-01-29T16:31:15.000Z | 2021-08-24T07:00:15.000Z | using namespace System;
using namespace System::Globalization;
//<snippet1>
/// <summary>
/// Temperature class stores the value as UInt64
/// and delegates most of the functionality
/// to the UInt64 implementation.
/// </summary>
public ref class Temperature: public IComparable, public IFormattable
{
public:
///... | 20.67734 | 100 | 0.509589 | [
"object"
] |
0e4fdbd8f1ea39b32508ffcc9302d349f23477c0 | 6,783 | hpp | C++ | inc/maiken/dist/message.hpp | PhilipDeegan/maiken | 3171cf566759ed36cacb94f137a9bfa0932fc59f | [
"BSD-3-Clause"
] | 2 | 2021-02-27T08:25:45.000Z | 2021-09-19T12:40:36.000Z | inc/maiken/dist/message.hpp | PhilipDeegan/maiken | 3171cf566759ed36cacb94f137a9bfa0932fc59f | [
"BSD-3-Clause"
] | 5 | 2021-01-25T16:30:05.000Z | 2021-11-19T08:08:14.000Z | inc/maiken/dist/message.hpp | PhilipDeegan/maiken | 3171cf566759ed36cacb94f137a9bfa0932fc59f | [
"BSD-3-Clause"
] | null | null | null | /**
Copyright (c) 2017, Philip Deegan.
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 the follow... | 31.402778 | 99 | 0.713991 | [
"vector"
] |
0e50486c402daca7432d950d77d36a26e19e9a51 | 6,857 | cpp | C++ | fuzzers/src/peer_conn.cpp | projectxorg/libtorrent | 449b39318796addaafc6e655c9affc88706b8aa7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14 | 2022-01-30T09:53:39.000Z | 2022-03-30T15:38:31.000Z | fuzzers/src/peer_conn.cpp | projectxorg/libtorrent | 449b39318796addaafc6e655c9affc88706b8aa7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2020-11-10T09:10:32.000Z | 2020-11-10T09:10:33.000Z | fuzzers/src/peer_conn.cpp | projectxorg/libtorrent | 449b39318796addaafc6e655c9affc88706b8aa7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5 | 2018-12-29T14:46:14.000Z | 2021-07-22T15:30:23.000Z | /*
Copyright (c) 2019, Arvid Norberg
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 the f... | 30.207048 | 81 | 0.729619 | [
"vector"
] |
0e5b55d210799880bcf9fbbe4f419af8f305f5dd | 25,806 | cc | C++ | src/BlockMaker.cc | AYCH-Inc/aych.bitpool.bcash | 34a09fc2fd17c8965894875263aa7ee1c0623db6 | [
"MIT"
] | 21 | 2017-09-22T00:37:27.000Z | 2021-12-07T05:48:30.000Z | src/BlockMaker.cc | AYCH-Inc/aych.bitpool.bcash | 34a09fc2fd17c8965894875263aa7ee1c0623db6 | [
"MIT"
] | 2 | 2017-11-09T02:15:34.000Z | 2017-11-11T06:04:14.000Z | src/BlockMaker.cc | AYCH-Inc/aych.bitpool.bcash | 34a09fc2fd17c8965894875263aa7ee1c0623db6 | [
"MIT"
] | 19 | 2017-09-16T14:17:29.000Z | 2022-02-20T21:14:43.000Z | /*
The MIT License (MIT)
Copyright (c) [2016] [BTC.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
to use, copy, modify, me... | 32.460377 | 113 | 0.615438 | [
"vector"
] |
0e627e7c13cfb321933f33073e42c6741e1482b6 | 6,276 | cpp | C++ | src/service/tcp/notifier.cpp | sptrakesh/config-db | 583ef3a3b636b2d56283194ff2b183bac2a36f21 | [
"Apache-2.0"
] | null | null | null | src/service/tcp/notifier.cpp | sptrakesh/config-db | 583ef3a3b636b2d56283194ff2b183bac2a36f21 | [
"Apache-2.0"
] | null | null | null | src/service/tcp/notifier.cpp | sptrakesh/config-db | 583ef3a3b636b2d56283194ff2b183bac2a36f21 | [
"Apache-2.0"
] | null | null | null | //
// Created by Rakesh on 25/01/2022.
//
#include "server.h"
#include "signal/signal.h"
#include "../common/contextholder.h"
#include "../common/model/configuration.h"
#include "../common/util/concurrentqueue.h"
#include "../log/NanoLog.h"
#include <functional>
#include <sstream>
#include <boost/algorithm/string/pr... | 32.858639 | 116 | 0.618388 | [
"vector",
"model"
] |
0e65fff7e12a3f98115b718a413a6bd90ded1e3e | 12,730 | cpp | C++ | euhatrtsplib/src/main/jni/euhatrtsp/livevideo/DecoderHard.cpp | euhat/EuhatRtsp | f5d9919adff27b06e185d4469671e7aababcb941 | [
"Apache-2.0"
] | 11 | 2019-06-15T06:28:51.000Z | 2020-11-11T09:21:18.000Z | euhatrtsplib/src/main/jni/euhatrtsp/livevideo/DecoderHard.cpp | baechirhoon/EuhatRtsp | f5d9919adff27b06e185d4469671e7aababcb941 | [
"Apache-2.0"
] | 2 | 2019-07-17T08:38:01.000Z | 2020-05-07T00:41:52.000Z | euhatrtsplib/src/main/jni/euhatrtsp/livevideo/DecoderHard.cpp | baechirhoon/EuhatRtsp | f5d9919adff27b06e185d4469671e7aababcb941 | [
"Apache-2.0"
] | 8 | 2019-05-28T04:04:50.000Z | 2021-07-30T14:29:58.000Z | #include "DecoderHard.h"
#include <media/NdkMediaCodec.h>
#include "CommonOp.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/system_properties.h>
#include <dlfcn.h>
#include "RtspOp.h"
#include "CommonOp.h"
#define MIN(_a,_b) ((_a) > (_b) ? (_b) : (_a))
static int test() {
char *key = ... | 33.412073 | 160 | 0.612097 | [
"render"
] |
0e66ebb394a24b829cfdce09e811f6f9bf532747 | 1,544 | cpp | C++ | graphicsengine/Vector.cpp | mustlammas/graphics-engine | b882140fd6dde542caaabb0c6813a60d90b14580 | [
"MIT"
] | null | null | null | graphicsengine/Vector.cpp | mustlammas/graphics-engine | b882140fd6dde542caaabb0c6813a60d90b14580 | [
"MIT"
] | null | null | null | graphicsengine/Vector.cpp | mustlammas/graphics-engine | b882140fd6dde542caaabb0c6813a60d90b14580 | [
"MIT"
] | null | null | null | #include "stdafx.h"
#include "Vector.h"
#include "Point.h"
#include <string>
#include <sstream>
#include <math.h>
namespace ge {
Vector::Vector(float x, float y, float z)
: x(x), y(y), z(z)
{
}
Vector::Vector(Point a, Point b)
: x(b.getX() - a.getX()), y(b.getY() - a.getY()), z(b.getZ() - a.getZ())
{
}
s... | 19.3 | 93 | 0.566062 | [
"vector"
] |
0e673caf3eccca11c08e4a46eb71d455184eea27 | 4,067 | hpp | C++ | NESEmu/NESEmu/Cartridge/Mapper0_s.hpp | johnmph/NESEmu | 1923ee77c4ad742827bc2817a886bde0261131e3 | [
"MIT"
] | 4 | 2020-04-24T17:33:51.000Z | 2022-02-10T01:14:28.000Z | NESEmu/NESEmu/Cartridge/Mapper0_s.hpp | johnmph/NESEmu | 1923ee77c4ad742827bc2817a886bde0261131e3 | [
"MIT"
] | null | null | null | NESEmu/NESEmu/Cartridge/Mapper0_s.hpp | johnmph/NESEmu | 1923ee77c4ad742827bc2817a886bde0261131e3 | [
"MIT"
] | null | null | null | //
// Mapper0_s.hpp
// NESEmu
//
// Created by Jonathan Baliko on 24/02/20.
// Copyright © 2020 Jonathan Baliko. All rights reserved.
//
#ifndef NESEmu_Cartridge_Mapper0_s_hpp
#define NESEmu_Cartridge_Mapper0_s_hpp
template <class TCpuHardwareInterface, class TPpuHardwareInterface>
Chip<TCpuHardwareInterface, TP... | 38.367925 | 344 | 0.708385 | [
"vector"
] |
0e69c451fafc677c68508e7e5d3a699c5c490168 | 4,878 | cpp | C++ | AndroidTrustyOS/app/sample/ElastosRuntime/reflection/CCarArrayInfo.cpp | haitao52198/TrustyOS | 40ad09911aa12dd774fefcab9747c30da802d2c8 | [
"Apache-2.0"
] | 9 | 2017-11-10T15:54:02.000Z | 2021-04-15T20:57:29.000Z | AndroidTrustyOS/lk/trusty/lib/ElastosRuntime/reflection/CCarArrayInfo.cpp | haitao52198/TrustyOS | 40ad09911aa12dd774fefcab9747c30da802d2c8 | [
"Apache-2.0"
] | null | null | null | AndroidTrustyOS/lk/trusty/lib/ElastosRuntime/reflection/CCarArrayInfo.cpp | haitao52198/TrustyOS | 40ad09911aa12dd774fefcab9747c30da802d2c8 | [
"Apache-2.0"
] | 7 | 2018-01-08T02:53:32.000Z | 2020-10-15T13:01:46.000Z | //==========================================================================
// Copyright (c) 2000-2008, Elastos, Inc. All Rights Reserved.
//==========================================================================
#include "CCarArrayInfo.h"
#include "CVariableOfCarArray.h"
#include "CObjInfoList.h"
#include "CStr... | 23.565217 | 76 | 0.618286 | [
"object"
] |
0e6a6746127c07d3fdd8f3695360f48a01c15a85 | 25,397 | cxx | C++ | main/dbaccess/source/ui/dlg/advancedsettings.cxx | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 679 | 2015-01-06T06:34:58.000Z | 2022-03-30T01:06:03.000Z | main/dbaccess/source/ui/dlg/advancedsettings.cxx | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 102 | 2017-11-07T08:51:31.000Z | 2022-03-17T12:13:49.000Z | main/dbaccess/source/ui/dlg/advancedsettings.cxx | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 331 | 2015-01-06T11:40:55.000Z | 2022-03-14T04:07:51.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 y... | 42.257903 | 140 | 0.575934 | [
"vector"
] |
0e6bfab8ad054c72b46dc72892470a8fde4ecd1b | 1,325 | cpp | C++ | src/thunderbots/software/ai/ai.cpp | MaxonZhao/Software | e587ee6d441d2d10c08ba58bd44b1b2091e7c53f | [
"MIT"
] | null | null | null | src/thunderbots/software/ai/ai.cpp | MaxonZhao/Software | e587ee6d441d2d10c08ba58bd44b1b2091e7c53f | [
"MIT"
] | null | null | null | src/thunderbots/software/ai/ai.cpp | MaxonZhao/Software | e587ee6d441d2d10c08ba58bd44b1b2091e7c53f | [
"MIT"
] | null | null | null | #include "ai.h"
AI::AI() : navigator(std::make_unique<RRTNav>()), high_level(std::make_unique<STP_HL>())
{
}
std::vector<std::unique_ptr<Primitive>> AI::getPrimitives(
const AITimestamp ×tamp) const
{
// NOTE: The only thing the AI really needs an updated timestamp for (updated relative
// to the tim... | 30.813953 | 90 | 0.749434 | [
"vector"
] |
0e6cb6cec645699f979cf599eafd6f6805a275df | 5,693 | cc | C++ | p4rt_app/tests/p4_programs_test.cc | fichtl/sonic-pins | 60d2467b03cf67b9a61be5be7b6840b63dbb9c5b | [
"Apache-2.0"
] | 6 | 2021-12-08T17:29:38.000Z | 2022-02-17T20:36:54.000Z | p4rt_app/tests/p4_programs_test.cc | fichtl/sonic-pins | 60d2467b03cf67b9a61be5be7b6840b63dbb9c5b | [
"Apache-2.0"
] | 2 | 2022-01-20T08:55:05.000Z | 2022-03-08T18:30:11.000Z | p4rt_app/tests/p4_programs_test.cc | fichtl/sonic-pins | 60d2467b03cf67b9a61be5be7b6840b63dbb9c5b | [
"Apache-2.0"
] | 5 | 2021-12-10T02:41:52.000Z | 2022-03-03T06:59:23.000Z | // Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | 38.727891 | 99 | 0.717899 | [
"object",
"vector"
] |
0e6d7e4bd46bdd9202a8fe4599098f2a223e6751 | 8,187 | cxx | C++ | GUISupport/Qt/Testing/Cxx/TestLineSeries.cxx | Lin1225/vtk_v5.10.0 | b54ac74f4716572862365fbff28cd0ecb8d08c3d | [
"BSD-3-Clause"
] | 2 | 2015-07-11T13:30:23.000Z | 2017-12-19T05:23:38.000Z | GUISupport/Qt/Testing/Cxx/TestLineSeries.cxx | Armand0s/homemade_vtk | 6bc7b595a4a7f86e8fa969d067360450fa4e0a6a | [
"BSD-3-Clause"
] | null | null | null | GUISupport/Qt/Testing/Cxx/TestLineSeries.cxx | Armand0s/homemade_vtk | 6bc7b595a4a7f86e8fa969d067360450fa4e0a6a | [
"BSD-3-Clause"
] | 5 | 2015-03-23T21:13:19.000Z | 2022-01-03T11:15:39.000Z | /*=========================================================================
Program: Visualization Toolkit
Module: TestLineSeries.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software i... | 31.129278 | 76 | 0.668743 | [
"model"
] |
0e6e13377047e0813d0c3812e0fb1c38d01c82ae | 641 | cpp | C++ | contests/Codeforces Round #599 Div 2/Maximum_square.cpp | Razdeep/Codeforces-Solutions | e808575219ec15bc07720d6abafe3c4c8df036f4 | [
"MIT"
] | 2 | 2020-08-27T18:21:04.000Z | 2020-08-30T13:24:39.000Z | contests/Codeforces Round #599 Div 2/Maximum_square.cpp | Razdeep/Codeforces-Solutions | e808575219ec15bc07720d6abafe3c4c8df036f4 | [
"MIT"
] | null | null | null | contests/Codeforces Round #599 Div 2/Maximum_square.cpp | Razdeep/Codeforces-Solutions | e808575219ec15bc07720d6abafe3c4c8df036f4 | [
"MIT"
] | null | null | null | // https://codeforces.com/contest/1243/problem/A
#include <iostream>
#include <vector>
#include <climits>
using namespace std;
int main()
{
int tc;
cin >> tc;
while(tc--)
{
int n;
cin >> n;
vector<int> arr(n);
for (int i = 0; i < n; ++i)
cin >> arr[i];
... | 22.103448 | 53 | 0.416537 | [
"vector"
] |
0e73ccb63a0fa965d5a85a22bafdc66c90281cb1 | 2,517 | cpp | C++ | aws-cpp-sdk-support/source/model/TrustedAdvisorResourcesSummary.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-02-12T08:09:30.000Z | 2022-02-12T08:09:30.000Z | aws-cpp-sdk-support/source/model/TrustedAdvisorResourcesSummary.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2021-10-14T16:57:00.000Z | 2021-10-18T10:47:24.000Z | aws-cpp-sdk-support/source/model/TrustedAdvisorResourcesSummary.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/support/model/TrustedAdvisorResourcesSummary.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namesp... | 22.274336 | 94 | 0.762416 | [
"model"
] |
0e7592c13361054b38161e56d602ebd1ac517d9a | 13,263 | cc | C++ | ui/events/keycodes/dom/dom_keyboard_layout_map_unittest.cc | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | ui/events/keycodes/dom/dom_keyboard_layout_map_unittest.cc | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | ui/events/keycodes/dom/dom_keyboard_layout_map_unittest.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.000Z | // Copyright 2018 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 <string>
#include <vector>
#include "base/check_op.h"
#include "base/containers/flat_map.h"
#include "base/macros.h"
#include "base/notreached.h... | 42.509615 | 80 | 0.756164 | [
"vector"
] |
0e7a27dde692ffdaea532569035fd878f8c12cde | 9,116 | cxx | C++ | SimVascular-master/Code/Source/sv3/Segmentation/sv3_SegmentationUtils.cxx | mccsssk2/SimVascularPM3_March2020 | 3cce6cc7be66545bea5dc3915a2db50a3892bf04 | [
"BSD-3-Clause"
] | null | null | null | SimVascular-master/Code/Source/sv3/Segmentation/sv3_SegmentationUtils.cxx | mccsssk2/SimVascularPM3_March2020 | 3cce6cc7be66545bea5dc3915a2db50a3892bf04 | [
"BSD-3-Clause"
] | null | null | null | SimVascular-master/Code/Source/sv3/Segmentation/sv3_SegmentationUtils.cxx | mccsssk2/SimVascularPM3_March2020 | 3cce6cc7be66545bea5dc3915a2db50a3892bf04 | [
"BSD-3-Clause"
] | null | null | null | /* Copyright (c) Stanford University, The Regents of the University of
* California, and others.
*
* All Rights Reserved.
*
* See Copyright-SimVascular.txt for additional details.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated doc... | 27.130952 | 130 | 0.610465 | [
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.