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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bad027f37fac9a796a48c8da594f400b2eb2b70c | 11,561 | cc | C++ | src/unittest/jsproc.cc | RebirthDB/rethinkdb | 54a76551512bebfe1ab1071d9b19dec2cd9c40e6 | [
"Apache-2.0"
] | 41 | 2019-02-09T09:31:06.000Z | 2022-02-23T01:08:55.000Z | src/unittest/jsproc.cc | RethonkDB/rethonkdb | 8c9c1ddc71b1b891fdb8aad7ca5891fc036b80ee | [
"Apache-2.0"
] | 4 | 2019-03-24T00:31:37.000Z | 2022-03-14T13:23:48.000Z | src/unittest/jsproc.cc | RethonkDB/rethonkdb | 8c9c1ddc71b1b891fdb8aad7ca5891fc036b80ee | [
"Apache-2.0"
] | 2 | 2019-02-12T12:43:33.000Z | 2021-09-30T16:05:33.000Z | // Copyright 2018-present RebirthDB
//
// 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 ... | 33.804094 | 113 | 0.641813 | [
"object",
"vector"
] |
bad1178b2c16aa119f3febde6fa48132b635d0fc | 67,479 | cpp | C++ | src/CLR/Core/CLR_RT_HeapBlock.cpp | axionbio/sw-fork-nf-interpreter | 4befd3bc4acc19d0c289b1b4df44b54c66edf981 | [
"MIT"
] | null | null | null | src/CLR/Core/CLR_RT_HeapBlock.cpp | axionbio/sw-fork-nf-interpreter | 4befd3bc4acc19d0c289b1b4df44b54c66edf981 | [
"MIT"
] | null | null | null | src/CLR/Core/CLR_RT_HeapBlock.cpp | axionbio/sw-fork-nf-interpreter | 4befd3bc4acc19d0c289b1b4df44b54c66edf981 | [
"MIT"
] | null | null | null | //
// Copyright (c) .NET Foundation and Contributors
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#include "Core.h"
#include <nanoHAL.h>
#include <nanoPAL_NativeDouble.h>
/////////////////////////////////////////////////... | 28.861848 | 120 | 0.560382 | [
"object"
] |
bad1f106bbce3a33dcb9a71a73238cd76be144f3 | 4,762 | hpp | C++ | Saturn/include/Managers/MemoryManager.hpp | Tackwin/BossRoom | ecad5853e591b9edc54e75448547e20e14964f72 | [
"MIT"
] | null | null | null | Saturn/include/Managers/MemoryManager.hpp | Tackwin/BossRoom | ecad5853e591b9edc54e75448547e20e14964f72 | [
"MIT"
] | null | null | null | Saturn/include/Managers/MemoryManager.hpp | Tackwin/BossRoom | ecad5853e591b9edc54e75448547e20e14964f72 | [
"MIT"
] | null | null | null | #pragma once
#include <algorithm>
#include <cstdint>
#include <utility>
#include <type_traits>
#include <vector>
#include <memory>
#include <cmath>
// trying the singleton thing
// and snake_case sssssssss
class MemoryManager {
using u08 = std::uint8_t;
struct mem_place {
u08* location;
std::size_t size;
};
pu... | 22.046296 | 71 | 0.645527 | [
"vector"
] |
bad85e834604f7eb75b87381b0cf9dd0cdada4cc | 341 | cpp | C++ | src/rasperi_lib/rasperi_model.cpp | kuumies/rasperi | 5e854a3c15e788a714b61395fd2064a037154610 | [
"MIT"
] | null | null | null | src/rasperi_lib/rasperi_model.cpp | kuumies/rasperi | 5e854a3c15e788a714b61395fd2064a037154610 | [
"MIT"
] | null | null | null | src/rasperi_lib/rasperi_model.cpp | kuumies/rasperi | 5e854a3c15e788a714b61395fd2064a037154610 | [
"MIT"
] | null | null | null | /* ---------------------------------------------------------------- *
Antti Jumpponen <kuumies@gmail.com>
The implementation of kuu::rasperi::Model class.
* ---------------------------------------------------------------- */
#include "rasperi_model.h"
namespace kuu
{
namespace rasperi
{
} // namespace rasper... | 22.733333 | 70 | 0.42522 | [
"model"
] |
badc8d956e6a5ab6ac1f34855fae102ffc823aa1 | 5,776 | cc | C++ | generator/cc/generate_enums.cc | NTNAEEM/hotentot | e578a2185c473301076ece5634113ab663996a3e | [
"MIT"
] | null | null | null | generator/cc/generate_enums.cc | NTNAEEM/hotentot | e578a2185c473301076ece5634113ab663996a3e | [
"MIT"
] | null | null | null | generator/cc/generate_enums.cc | NTNAEEM/hotentot | e578a2185c473301076ece5634113ab663996a3e | [
"MIT"
] | null | null | null | /* The MIT License (MIT)
*
* Copyright (c) 2015 LabCrypto Org.
*
* 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... | 38 | 107 | 0.61946 | [
"vector"
] |
badcec92bce128c38525a9289386b1b85fd738a7 | 3,356 | cpp | C++ | problems/codeforces/1530/d-secret-santa/code.cpp | brunodccarvalho/competitive | 4177c439174fbe749293b9da3445ce7303bd23c2 | [
"MIT"
] | 7 | 2020-10-15T22:37:10.000Z | 2022-02-26T17:23:49.000Z | problems/codeforces/1530/d-secret-santa/code.cpp | brunodccarvalho/competitive | 4177c439174fbe749293b9da3445ce7303bd23c2 | [
"MIT"
] | null | null | null | problems/codeforces/1530/d-secret-santa/code.cpp | brunodccarvalho/competitive | 4177c439174fbe749293b9da3445ce7303bd23c2 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
#ifdef LOCAL
#include "code/formatting.hpp"
#else
#define debug(...) (void)0
#endif
using namespace std;
#define long int64_t
static_assert(sizeof(int) == 4 && sizeof(long) == 8);
mt19937 mt(73);
auto stress() {
uniform_int_distribution<int> distN(4, 10);
int N = distN(mt);
unifor... | 25.233083 | 62 | 0.345054 | [
"vector"
] |
badd46f7604977dddf7dc9948a0c4bcd9a120d11 | 5,283 | cc | C++ | examples/pingpong/client.cc | chengchenwish/evpp | 750f87eb7c0f0313c85e280f41ba0f424ad455ce | [
"BSD-3-Clause"
] | 3,189 | 2017-03-04T02:56:39.000Z | 2022-03-31T16:06:08.000Z | examples/pingpong/client.cc | chengchenwish/evpp | 750f87eb7c0f0313c85e280f41ba0f424ad455ce | [
"BSD-3-Clause"
] | 259 | 2017-03-07T02:01:25.000Z | 2022-03-27T09:16:19.000Z | examples/pingpong/client.cc | chengchenwish/evpp | 750f87eb7c0f0313c85e280f41ba0f424ad455ce | [
"BSD-3-Clause"
] | 990 | 2017-03-06T03:55:43.000Z | 2022-03-24T10:50:18.000Z | // Modified from https://github.com/chenshuo/muduo/blob/master/examples/pingpong/client.cc
#include <evpp/tcp_client.h>
#include <evpp/event_loop_thread_pool.h>
#include <evpp/buffer.h>
#include <evpp/tcp_conn.h>
class Client;
class Session {
public:
Session(evpp::EventLoop* loop,
const std::string& ... | 27.515625 | 108 | 0.575998 | [
"vector"
] |
bae0d2decf8f6b393b274a77ce17e724c7d5bc49 | 2,004 | hpp | C++ | src/library/include/aseq/io/variant.hpp | mlinderm/aseq | 497dfd9b42bc0fa09a09c2db79c063d28c9a5fa0 | [
"Apache-2.0"
] | null | null | null | src/library/include/aseq/io/variant.hpp | mlinderm/aseq | 497dfd9b42bc0fa09a09c2db79c063d28c9a5fa0 | [
"Apache-2.0"
] | null | null | null | src/library/include/aseq/io/variant.hpp | mlinderm/aseq | 497dfd9b42bc0fa09a09c2db79c063d28c9a5fa0 | [
"Apache-2.0"
] | null | null | null | //
// Created by Michael Linderman on 12/13/15.
//
#pragma once
#include <memory>
#include <boost/optional.hpp>
#include "aseq/io/file_format.hpp"
#include "aseq/io/line.hpp"
#include "aseq/model/region.hpp"
#include "aseq/model/variant_context.hpp"
namespace boost {
namespace filesystem {
class path;
}
}
namespa... | 27.452055 | 99 | 0.717066 | [
"model"
] |
bae136a1d4f779ca086bbf9f91d034e62035f531 | 6,298 | cpp | C++ | deploy/cpp/model_deploy/engine/src/ppinference_engine.cpp | cheneyveron/PaddleX | 86f73fc6a66b12c638f642524bfd1cf730e26c4b | [
"Apache-2.0"
] | 3,655 | 2020-03-28T09:19:50.000Z | 2022-03-31T13:28:39.000Z | deploy/cpp/model_deploy/engine/src/ppinference_engine.cpp | cheneyveron/PaddleX | 86f73fc6a66b12c638f642524bfd1cf730e26c4b | [
"Apache-2.0"
] | 829 | 2020-03-28T04:03:18.000Z | 2022-03-31T14:34:30.000Z | deploy/cpp/model_deploy/engine/src/ppinference_engine.cpp | cheneyveron/PaddleX | 86f73fc6a66b12c638f642524bfd1cf730e26c4b | [
"Apache-2.0"
] | 738 | 2020-03-28T03:56:46.000Z | 2022-03-31T13:11:03.000Z | // Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... | 39.860759 | 80 | 0.666084 | [
"shape",
"vector",
"model"
] |
bae70c5a653fe09e90f1029a0c285fbdae2df222 | 19,292 | cpp | C++ | novatel_gps_driver/test/parser_tests.cpp | siqb/novatel_gps_driver | 333ff62ea9fab635ba001c751ed6814c066c9bdf | [
"BSD-3-Clause"
] | null | null | null | novatel_gps_driver/test/parser_tests.cpp | siqb/novatel_gps_driver | 333ff62ea9fab635ba001c751ed6814c066c9bdf | [
"BSD-3-Clause"
] | null | null | null | novatel_gps_driver/test/parser_tests.cpp | siqb/novatel_gps_driver | 333ff62ea9fab635ba001c751ed6814c066c9bdf | [
"BSD-3-Clause"
] | null | null | null | // *****************************************************************************
//
// Copyright (c) 2017, Southwest Research Institute® (SwRI®)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:... | 41.757576 | 115 | 0.755287 | [
"vector"
] |
bae8f9066576b553a40c364404e7e96af0469f45 | 2,664 | cpp | C++ | pkgs/apps/facesim/src/Public_Library/Rigid_Bodies/MASS_PROPERTIES_3D.cpp | relokin/parsec | 75d63d9bd2368913343be9037e301947ecf78f7f | [
"BSD-3-Clause"
] | 2 | 2017-04-24T22:37:28.000Z | 2020-05-26T01:57:37.000Z | pkgs/apps/facesim/src/Public_Library/Rigid_Bodies/MASS_PROPERTIES_3D.cpp | cota/parsec2-aarch64 | cdf7da348afd231dbe067266f24dc14d22f5cebf | [
"BSD-3-Clause"
] | null | null | null | pkgs/apps/facesim/src/Public_Library/Rigid_Bodies/MASS_PROPERTIES_3D.cpp | cota/parsec2-aarch64 | cdf7da348afd231dbe067266f24dc14d22f5cebf | [
"BSD-3-Clause"
] | null | null | null | //#####################################################################
// Copyright 2003-2005, Zhaosheng Bao, Ron Fedkiw, Eran Guendelman, Geoffrey Irving, Joseph Teran.
// This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt.
//###########... | 49.333333 | 174 | 0.488739 | [
"geometry"
] |
baee1abdc0d3c0b082665cf3b33a46690bc0f7b4 | 4,055 | cxx | C++ | Testing/Code/Filter/MainSplitUnstructuredHexahedronGridCellTest.cxx | Piyusha23/IAFEMesh | e91b34c9eaa9c8ecc4ebb5d16f4c13f330d75c9f | [
"BSD-4-Clause-UC"
] | null | null | null | Testing/Code/Filter/MainSplitUnstructuredHexahedronGridCellTest.cxx | Piyusha23/IAFEMesh | e91b34c9eaa9c8ecc4ebb5d16f4c13f330d75c9f | [
"BSD-4-Clause-UC"
] | null | null | null | Testing/Code/Filter/MainSplitUnstructuredHexahedronGridCellTest.cxx | Piyusha23/IAFEMesh | e91b34c9eaa9c8ecc4ebb5d16f4c13f330d75c9f | [
"BSD-4-Clause-UC"
] | null | null | null | /*=========================================================================
Program: MIMX Meshing Toolkit
Module: $RCSfile: MainSplitUnstructuredHexahedronGridCellTest.cxx,v $
Language: C++
Date: $Date: 2012/12/07 19:08:59 $
Version: $Revision: 1.1.1.1 $
Musculoskeletal Imaging, Modelling and Experiment... | 31.434109 | 105 | 0.661159 | [
"render"
] |
baf165f88af50ae0657f166b614c1a96ddc0dd2e | 16,597 | hpp | C++ | include/NUnit/Framework/Constraints/Constraint.hpp | marksteward/BeatSaber-Quest-Codegen | a76f063f71cef207a9f048ad7613835f554911a7 | [
"Unlicense"
] | null | null | null | include/NUnit/Framework/Constraints/Constraint.hpp | marksteward/BeatSaber-Quest-Codegen | a76f063f71cef207a9f048ad7613835f554911a7 | [
"Unlicense"
] | null | null | null | include/NUnit/Framework/Constraints/Constraint.hpp | marksteward/BeatSaber-Quest-Codegen | a76f063f71cef207a9f048ad7613835f554911a7 | [
"Unlicense"
] | null | null | null | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
#include "extern/beatsaber-hook/shared/utils/typedefs.h"
#include <initializer_list>
#include "extern/beatsaber-hook/shared/utils/byref.hpp"
// I... | 62.394737 | 319 | 0.735253 | [
"object",
"vector"
] |
baf3344a89ef8240d2d2dac67ef8257f5f3bec68 | 2,911 | cpp | C++ | android-28/android/content/pm/LauncherApps_Callback.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 12 | 2020-03-26T02:38:56.000Z | 2022-03-14T08:17:26.000Z | android-28/android/content/pm/LauncherApps_Callback.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 1 | 2021-01-27T06:07:45.000Z | 2021-11-13T19:19:43.000Z | android-30/android/content/pm/LauncherApps_Callback.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 3 | 2021-02-02T12:34:55.000Z | 2022-03-08T07:45:57.000Z | #include "../../../JArray.hpp"
#include "../../os/Bundle.hpp"
#include "../../os/UserHandle.hpp"
#include "../../../JString.hpp"
#include "./LauncherApps_Callback.hpp"
namespace android::content::pm
{
// Fields
// QJniObject forward
LauncherApps_Callback::LauncherApps_Callback(QJniObject obj) : JObject(obj) {}
... | 26.706422 | 123 | 0.702508 | [
"object"
] |
baf87a100baf2ac3da6d2b0d59ba01fbd189f607 | 5,291 | cpp | C++ | ThirdParty/oglplus-develop/tools/reshape_raw_cube.cpp | vif/3D-STG | 721402e76a9b9b99b88ba3eb06beb6abb17a9254 | [
"MIT"
] | 2 | 2017-06-09T00:28:35.000Z | 2017-06-09T00:28:43.000Z | ThirdParty/oglplus-develop/tools/reshape_raw_cube.cpp | vif/3D-STG | 721402e76a9b9b99b88ba3eb06beb6abb17a9254 | [
"MIT"
] | null | null | null | ThirdParty/oglplus-develop/tools/reshape_raw_cube.cpp | vif/3D-STG | 721402e76a9b9b99b88ba3eb06beb6abb17a9254 | [
"MIT"
] | 8 | 2017-01-30T22:06:41.000Z | 2020-01-14T17:24:36.000Z | /**
* .file tools/reshape_raw_cube.hpp
* .brief Tool for reshaping raw 3d texture date
*
* @author Matus Chochlik
*
* Copyright 2013 Matus Chochlik. Distributed under the Boost
* Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#i... | 20.507752 | 71 | 0.621622 | [
"vector",
"3d"
] |
bafa152def5cf82fe3be098a26152b60e5ed78c6 | 1,035 | cpp | C++ | SummonEngine/ComponentSystem/Components/TriggerCollisionComponent.cpp | Raboni/SummonEngine | 2a1078d60b604a918b920d098f3f0e60e5ce35bc | [
"MIT"
] | 1 | 2020-03-27T15:22:17.000Z | 2020-03-27T15:22:17.000Z | SummonEngine/ComponentSystem/Components/TriggerCollisionComponent.cpp | Raboni/SummonEngine | 2a1078d60b604a918b920d098f3f0e60e5ce35bc | [
"MIT"
] | null | null | null | SummonEngine/ComponentSystem/Components/TriggerCollisionComponent.cpp | Raboni/SummonEngine | 2a1078d60b604a918b920d098f3f0e60e5ce35bc | [
"MIT"
] | 1 | 2021-01-22T03:49:01.000Z | 2021-01-22T03:49:01.000Z | #include "stdafx.h"
#include "TriggerCollisionComponent.h"
#include "TransformComponent.h"
TriggerCollisionComponent::TriggerCollisionComponent(const int aID, const int aObjectID, ComponentManager* aManager) : Component(aID, aObjectID, aManager)
{
}
void TriggerCollisionComponent::InitBox(const CU::Vector3f& aSize, c... | 28.75 | 165 | 0.799034 | [
"transform"
] |
bafa8a532406ccc52a393f8df7a914aa2bc4dd87 | 9,010 | cpp | C++ | src/Render.cpp | olesgedz/HumanGL | cec16c66c38e6fad3e4c8813699b2bd7e3b844e1 | [
"Apache-2.0"
] | 1 | 2021-01-13T04:09:23.000Z | 2021-01-13T04:09:23.000Z | src/Render.cpp | olesgedz/HumanGL | cec16c66c38e6fad3e4c8813699b2bd7e3b844e1 | [
"Apache-2.0"
] | null | null | null | src/Render.cpp | olesgedz/HumanGL | cec16c66c38e6fad3e4c8813699b2bd7e3b844e1 | [
"Apache-2.0"
] | null | null | null | #include "render.h"
#include "glad.h"
#include <iostream>
#include "glm/glm.hpp"
#include "engine.h"
void Render::init()
{
projection = perspective(60.0f * M_PI / 180.0f, 1280.0f / 720.0f, 0.1f, 100.0f);
animation_key = "idle";
}
void Render::draw_child(Entity* ent, Animator *animator, Scene *scene, Camera *c... | 54.939024 | 216 | 0.703552 | [
"render",
"model"
] |
bafb549b1a4b93eb126f43af70e1311e4cd23467 | 529 | cpp | C++ | test/PersistentUnionFind.test.cpp | yuruhi/library | fecbd92ec6c6997d50bf954c472ac4bfeff74de5 | [
"Apache-2.0"
] | null | null | null | test/PersistentUnionFind.test.cpp | yuruhi/library | fecbd92ec6c6997d50bf954c472ac4bfeff74de5 | [
"Apache-2.0"
] | 6 | 2021-01-05T07:39:05.000Z | 2021-01-05T07:44:31.000Z | test/PersistentUnionFind.test.cpp | yuruhi/library | fecbd92ec6c6997d50bf954c472ac4bfeff74de5 | [
"Apache-2.0"
] | null | null | null | #define PROBLEM "https://judge.yosupo.jp/problem/persistent_unionfind"
#include "./../DataStructure/PersistentUnionFind.cpp"
#include <iostream>
using namespace std;
int main() {
cin.tie(nullptr);
ios_base::sync_with_stdio(false);
int n, q;
cin >> n >> q;
vector<PersistentUnionFind> g(q + 1);
g[0] = PersistentU... | 22.041667 | 70 | 0.586011 | [
"vector"
] |
bafe4828e8238c2395ef784e339440cb3336a873 | 35,581 | cpp | C++ | Minecraft/src/scene_minecraft.cpp | Iansa9/GraficasComputacionales | 864774919b5a9f8931595cddee5431cbfc02255f | [
"MIT"
] | null | null | null | Minecraft/src/scene_minecraft.cpp | Iansa9/GraficasComputacionales | 864774919b5a9f8931595cddee5431cbfc02255f | [
"MIT"
] | null | null | null | Minecraft/src/scene_minecraft.cpp | Iansa9/GraficasComputacionales | 864774919b5a9f8931595cddee5431cbfc02255f | [
"MIT"
] | null | null | null | #include "scene_minecraft.h"
#include <GL/freeglut.h>
#include <algorithm>
#include <iostream>
#include <forward_list>
#include <atomic>
#include <mutex>
#include <cmath>
#include "cgmath.h"
#include "mat3.h"
#include "mat4.h"
#include "perlin_noise.h"
#include "time_utils.h"
#include "vec2.h"
#include "vec3i.h"
#inc... | 30.02616 | 121 | 0.639302 | [
"vector"
] |
bafecc67a6c9914acf6708770d1615ba6c1e6987 | 60,732 | cpp | C++ | src/hardware/fpga/fpga_core.cpp | simleo/eddl | 78e2177d22d78b3298b059adce37a48d93ee648c | [
"MIT"
] | null | null | null | src/hardware/fpga/fpga_core.cpp | simleo/eddl | 78e2177d22d78b3298b059adce37a48d93ee648c | [
"MIT"
] | null | null | null | src/hardware/fpga/fpga_core.cpp | simleo/eddl | 78e2177d22d78b3298b059adce37a48d93ee648c | [
"MIT"
] | null | null | null | /*
* FPGA support for EDDL Library - European Distributed Deep Learning Library.
* Version: 0.6
* copyright (c) 2020, Universidad Politécnica de Valencia (UPV), GAP research group
* Date: June 2020
* Author: GAP Research Group (UPV), contact: carlherlu@gap.upv.es, jflich@disca.upv.es
* All rights reserved
*/
#ifdef cF... | 42.648876 | 207 | 0.656738 | [
"shape",
"vector"
] |
24023b1b042c3a1b52e3d8506901b9df2f707c0d | 4,789 | cc | C++ | Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.cc | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.cc | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.cc | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | #include "TrackingTools/TrackFitters/interface/TrajectoryStateCombiner.h"
#include "Alignment/CommonAlignment/interface/AlignableObjectId.h"
#include "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.h"
#include <DataFormats/GeometrySurface/interface/LocalError.h>
#include "Geometry/CommonDetUnit/inte... | 34.453237 | 164 | 0.645646 | [
"geometry",
"vector"
] |
2402fb1fa216bcce92f04021bd3802e25fa8755f | 2,820 | cpp | C++ | dynamic_vino_lib/src/models/base_model.cpp | pqLee/ros2_openvino_toolkit | 6ba38446bf9778567be2df14d1141c3669e7ac92 | [
"Apache-2.0"
] | 120 | 2018-09-30T05:36:25.000Z | 2022-01-28T17:52:47.000Z | dynamic_vino_lib/src/models/base_model.cpp | pqLee/ros2_openvino_toolkit | 6ba38446bf9778567be2df14d1141c3669e7ac92 | [
"Apache-2.0"
] | 151 | 2018-10-16T17:46:24.000Z | 2022-03-11T14:38:54.000Z | dynamic_vino_lib/src/models/base_model.cpp | pqLee/ros2_openvino_toolkit | 6ba38446bf9778567be2df14d1141c3669e7ac92 | [
"Apache-2.0"
] | 83 | 2018-09-30T05:09:35.000Z | 2022-01-26T04:56:09.000Z | // Copyright (c) 2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 30.322581 | 94 | 0.721277 | [
"model"
] |
240b0cde67c7b4b2d5993a2273cc3c36f8d7ca72 | 4,069 | cpp | C++ | Utilities/ftgl/src/FTGLTextureFont.cpp | Lin1225/vtk_v5.10.0 | b54ac74f4716572862365fbff28cd0ecb8d08c3d | [
"BSD-3-Clause"
] | 3 | 2020-06-20T23:31:06.000Z | 2021-01-11T02:17:16.000Z | Utilities/ftgl/src/FTGLTextureFont.cpp | Lin1225/vtk_v5.10.0 | b54ac74f4716572862365fbff28cd0ecb8d08c3d | [
"BSD-3-Clause"
] | 2 | 2015-06-19T07:24:42.000Z | 2015-06-19T13:39:01.000Z | Utilities/ftgl/src/FTGLTextureFont.cpp | Lin1225/vtk_v5.10.0 | b54ac74f4716572862365fbff28cd0ecb8d08c3d | [
"BSD-3-Clause"
] | 5 | 2015-03-23T21:13:19.000Z | 2022-01-03T11:15:39.000Z | #include "FTGLTextureFont.h"
#include "FTTextureGlyph.h"
#ifdef FTGL_DEBUG
#include "mmgr.h"
#endif
#ifdef FTGL_USE_NAMESPACE
namespace ftgl
{
#endif
inline GLuint NextPowerOf2( GLuint in)
{
in -= 1;
in |= in >> 16;
in |= in >> 8;
in |= in >> 4;
in |= in >> 2;
in |= in >> 1;
r... | 22.234973 | 113 | 0.661588 | [
"render"
] |
240b23e9bcebc616bdc933dd6de88640fe634b95 | 759 | hpp | C++ | src/mbgl/tile/geojson_tile.hpp | roblabs/maplibre-gl-native | d62ff400c6f75750d71b563344b1ca1e07b9b576 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 4,234 | 2015-01-09T08:10:16.000Z | 2022-03-30T14:13:55.000Z | src/mbgl/tile/geojson_tile.hpp | roblabs/maplibre-gl-native | d62ff400c6f75750d71b563344b1ca1e07b9b576 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 12,771 | 2015-01-01T20:27:42.000Z | 2022-03-24T18:14:44.000Z | src/mbgl/tile/geojson_tile.hpp | roblabs/maplibre-gl-native | d62ff400c6f75750d71b563344b1ca1e07b9b576 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 1,571 | 2015-01-08T08:24:53.000Z | 2022-03-28T06:30:53.000Z | #pragma once
#include <mbgl/tile/geometry_tile.hpp>
#include <mbgl/util/feature.hpp>
namespace mbgl {
namespace style {
class GeoJSONData;
} // namespace style
class TileParameters;
class GeoJSONTile : public GeometryTile {
public:
GeoJSONTile(const OverscaledTileID&,
std::string sourceID,
... | 23.71875 | 90 | 0.694335 | [
"vector"
] |
240cadd6831deda194346efd6e4f24e7fe527e5a | 4,672 | cc | C++ | chrome/browser/chromeos/fileapi/recent_drive_source.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-10-18T02:33:40.000Z | 2020-10-18T02:33:40.000Z | chrome/browser/chromeos/fileapi/recent_drive_source.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 3 | 2021-05-17T16:28:52.000Z | 2021-05-21T22:42:22.000Z | chrome/browser/chromeos/fileapi/recent_drive_source.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/chromeos/fileapi/recent_drive_source.h"
#include <utility>
#include <vector>
#include "base/bind.h"
#include "base/files/file_p... | 32.671329 | 78 | 0.731592 | [
"vector"
] |
240df42ddc85e98c7232139fa4bfb986aac4ebe0 | 10,841 | cpp | C++ | src/Profile.cpp | jselmani/HapTex | d11f960b980491129d1ecdc6aeea1777c5f991c8 | [
"MIT"
] | null | null | null | src/Profile.cpp | jselmani/HapTex | d11f960b980491129d1ecdc6aeea1777c5f991c8 | [
"MIT"
] | null | null | null | src/Profile.cpp | jselmani/HapTex | d11f960b980491129d1ecdc6aeea1777c5f991c8 | [
"MIT"
] | null | null | null | #include "Profile.h"
namespace a1
{
Profile::Profile(const char* in, std::ofstream& os, ARAIG_Sensors& araig)
{
std::ifstream file(in, std::ios::in);
ofs = &os;
if (file.fail())
{
throw std::string("Could not open the profile configuration. Please check your file for errors.");
}
else
{
std::get... | 26.377129 | 125 | 0.472742 | [
"object",
"vector"
] |
240f95da9daa5ff947dd9ae91b8bcd34ffe94cd1 | 2,558 | cpp | C++ | sdlttf.cpp | szymor/pv2x | c5da95b9e097f9d1d121f0e06891717f723dab6a | [
"BSD-3-Clause"
] | null | null | null | sdlttf.cpp | szymor/pv2x | c5da95b9e097f9d1d121f0e06891717f723dab6a | [
"BSD-3-Clause"
] | 2 | 2021-09-13T21:55:03.000Z | 2021-11-26T08:38:33.000Z | sdlttf.cpp | szymor/pv2x | c5da95b9e097f9d1d121f0e06891717f723dab6a | [
"BSD-3-Clause"
] | null | null | null | // TTF_Init() must be called on once on application start
#include "sdlttf.h"
SDLTTF::SDLTTF(std::string fontfile, int pointSize) {
this->error=0;
// FIXME: why does this end up with invisible fonts on some linux systems?
#ifdef GP2X
this->renderMode=TEXTMODE_SOLID;
#endif
#ifdef LINUX
this->renderMode... | 25.078431 | 124 | 0.647381 | [
"render"
] |
24107d3d0e20abbc2d0272fd4cd11b4cfc0ae603 | 63,902 | hh | C++ | ads-ql/RecordType.hh | lairofthegoldinblair/trecul | 41953c22f18f76e5add7a35a13775f70459fcd96 | [
"BSD-3-Clause"
] | null | null | null | ads-ql/RecordType.hh | lairofthegoldinblair/trecul | 41953c22f18f76e5add7a35a13775f70459fcd96 | [
"BSD-3-Clause"
] | null | null | null | ads-ql/RecordType.hh | lairofthegoldinblair/trecul | 41953c22f18f76e5add7a35a13775f70459fcd96 | [
"BSD-3-Clause"
] | null | null | null | /**
* Copyright (c) 2012, Akamai Technologies
* 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 lis... | 27.892623 | 128 | 0.677475 | [
"object",
"vector"
] |
24139f2b9ee1659b86ed7e784811061dd129675d | 23,073 | cpp | C++ | bolt/lib/Passes/LongJmp.cpp | ornata/llvm-project | 494913b8b4e4bce0b3525e5569d8e486e82b9a52 | [
"Apache-2.0"
] | null | null | null | bolt/lib/Passes/LongJmp.cpp | ornata/llvm-project | 494913b8b4e4bce0b3525e5569d8e486e82b9a52 | [
"Apache-2.0"
] | null | null | null | bolt/lib/Passes/LongJmp.cpp | ornata/llvm-project | 494913b8b4e4bce0b3525e5569d8e486e82b9a52 | [
"Apache-2.0"
] | null | null | null | //===- bolt/Passes/LongJmp.cpp --------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | 35.551618 | 80 | 0.642959 | [
"vector"
] |
2413fbded1fc4bb798539f04f7315327c0721649 | 37,532 | cpp | C++ | scene/2d/physics_body_2d.cpp | dragonsoulz/godot | 6b106b319b0b4c9436a992bf26c88d93180905e9 | [
"MIT"
] | null | null | null | scene/2d/physics_body_2d.cpp | dragonsoulz/godot | 6b106b319b0b4c9436a992bf26c88d93180905e9 | [
"MIT"
] | null | null | null | scene/2d/physics_body_2d.cpp | dragonsoulz/godot | 6b106b319b0b4c9436a992bf26c88d93180905e9 | [
"MIT"
] | null | null | null | /*************************************************************************/
/* physics_body_2d.cpp */
/*************************************************************************/
/* This file is part of: */
/* ... | 30.763934 | 205 | 0.752132 | [
"object",
"shape"
] |
241452ec2f6b0e6f95e70fe44e4d0e680e763f40 | 4,732 | hpp | C++ | multiple_board/main/communication.hpp | jsbruglie/scdtr | 114e6574bf7cf944ef58aa0ee60e58197459f42f | [
"MIT"
] | 2 | 2018-01-11T09:27:45.000Z | 2018-01-13T15:31:12.000Z | multiple_board/main/communication.hpp | jsbruglie/scdtr | 114e6574bf7cf944ef58aa0ee60e58197459f42f | [
"MIT"
] | null | null | null | multiple_board/main/communication.hpp | jsbruglie/scdtr | 114e6574bf7cf944ef58aa0ee60e58197459f42f | [
"MIT"
] | 1 | 2018-10-22T21:44:01.000Z | 2018-10-22T21:44:01.000Z | /**
* @file multiple_board/main/communication.hpp
*
* @brief I2C communication protocol headers
*
* Defines I2C communication protocol.
* Implements functions to send supported packets.
*
* Messages can be exchanged using essentially 4 types of packets:
* 1. Header-only, e.g ACKs and RESet packets;
* ... | 26.886364 | 81 | 0.584531 | [
"vector"
] |
24153393d3664f10c8df062777ae7d898c34a673 | 7,776 | cpp | C++ | tests/1_math/102_vec3.cpp | mozman/ezdxf.cpp | 09295f7dafe2a76253807fccd92560fd45eb97a5 | [
"MIT"
] | 2 | 2021-02-10T08:14:59.000Z | 2021-12-09T08:55:01.000Z | tests/1_math/102_vec3.cpp | mozman/ezdxf.cpp | 09295f7dafe2a76253807fccd92560fd45eb97a5 | [
"MIT"
] | null | null | null | tests/1_math/102_vec3.cpp | mozman/ezdxf.cpp | 09295f7dafe2a76253807fccd92560fd45eb97a5 | [
"MIT"
] | 1 | 2021-02-10T08:25:20.000Z | 2021-02-10T08:25:20.000Z | // Copyright (c) 2020, Manfred Moitzi
// License: MIT License
//
#include <catch2/catch.hpp>
#include <vector>
#include "ezdxf/math/vec3.hpp"
using ezdxf::math::Vec3;
TEST_CASE("Test Vec3 basic usage.", "[math][vec3]") {
SECTION("Test access to data members.") {
auto v = Vec3{1, 2, 3};
REQUIRE(v.... | 33.808696 | 78 | 0.525849 | [
"vector"
] |
24154f8eee2cfe839f2f5b7401b1dee959c5e03a | 51,278 | hpp | C++ | include/cilantro/non_rigid_registration_utilities.hpp | eglrp/cilantro | 669da069c3ec06006d1347eca7b67cd93a9e9801 | [
"MIT"
] | null | null | null | include/cilantro/non_rigid_registration_utilities.hpp | eglrp/cilantro | 669da069c3ec06006d1347eca7b67cd93a9e9801 | [
"MIT"
] | null | null | null | include/cilantro/non_rigid_registration_utilities.hpp | eglrp/cilantro | 669da069c3ec06006d1347eca7b67cd93a9e9801 | [
"MIT"
] | 1 | 2019-03-22T06:53:28.000Z | 2019-03-22T06:53:28.000Z | #pragma once
#include <Eigen/Sparse>
#include <cilantro/space_transformations.hpp>
#include <cilantro/nearest_neighbors.hpp>
#include <cilantro/correspondence.hpp>
namespace cilantro {
// Values interpreted as weights
template <typename ScalarT, ptrdiff_t EigenDim>
void resampleTransformations(const Rigid... | 54.435244 | 235 | 0.568041 | [
"vector"
] |
24176972877cacf2581fecb7b7c9bb159e609300 | 706 | hpp | C++ | lib/include/sway/webcore/treenodeelementdescriptor.hpp | timcowebapps/sway.module_webcore | 3c22b4e9293557b3968227fccb920906b2ab204b | [
"MIT"
] | null | null | null | lib/include/sway/webcore/treenodeelementdescriptor.hpp | timcowebapps/sway.module_webcore | 3c22b4e9293557b3968227fccb920906b2ab204b | [
"MIT"
] | null | null | null | lib/include/sway/webcore/treenodeelementdescriptor.hpp | timcowebapps/sway.module_webcore | 3c22b4e9293557b3968227fccb920906b2ab204b | [
"MIT"
] | null | null | null | #ifndef SWAY_WEBCORE_TREENODEELEMENTDESCRIPTOR_HPP
#define SWAY_WEBCORE_TREENODEELEMENTDESCRIPTOR_HPP
#include <sway/webcore/css/selectors/cnselectordescriptor.hpp>
#include <sway/webcore/prereqs.hpp>
NAMESPACE_BEGIN(sway)
NAMESPACE_BEGIN(webcore)
struct TreeNodeElementDescriptor {
std::string tagname; /*!< Имя те... | 27.153846 | 73 | 0.773371 | [
"vector"
] |
241a6efe2ad632326169fc0fc0bfced7ac5e19c5 | 6,652 | cpp | C++ | sdk/src/system/User.cpp | andrie/rstudio-launcher-plugin-sdk | 0b13a149fe263b578c90c98c8ab2d739b830ca60 | [
"MIT"
] | 4 | 2021-01-14T08:06:35.000Z | 2021-09-24T12:39:31.000Z | sdk/src/system/User.cpp | andrie/rstudio-launcher-plugin-sdk | 0b13a149fe263b578c90c98c8ab2d739b830ca60 | [
"MIT"
] | 14 | 2021-01-19T21:21:16.000Z | 2022-03-03T22:17:23.000Z | sdk/src/system/User.cpp | andrie/rstudio-launcher-plugin-sdk | 0b13a149fe263b578c90c98c8ab2d739b830ca60 | [
"MIT"
] | 3 | 2021-01-14T07:54:47.000Z | 2021-11-23T18:20:19.000Z | /*
* User.cpp
*
* Copyright (C) 2020 by RStudio, PBC
*
* Unless you have received this program directly from RStudio pursuant to the terms of a commercial license agreement
* with RStudio, then this program is licensed to you under the following terms:
*
* Permission is hereby granted, free of charge, to any p... | 26.188976 | 120 | 0.66386 | [
"vector"
] |
241e60b81d8e4140ae8e167f481f43dd94d4de08 | 21,928 | cpp | C++ | code/extlibs/librocket/Rocket/Core/LayoutEngine.cpp | gscept/nebula-trifid | e7c0a0acb05eedad9ed37a72c1bdf2d658511b42 | [
"BSD-2-Clause"
] | 67 | 2015-03-30T19:56:16.000Z | 2022-03-11T13:52:17.000Z | Source/Core/LayoutEngine.cpp | OffByOneStudios/libRocket | 96d91c337416473d5d46a8d4a507ae917a61049e | [
"Unlicense",
"MIT"
] | 5 | 2015-04-15T17:17:33.000Z | 2016-02-11T00:40:17.000Z | Source/Core/LayoutEngine.cpp | OffByOneStudios/libRocket | 96d91c337416473d5d46a8d4a507ae917a61049e | [
"Unlicense",
"MIT"
] | 34 | 2015-03-30T15:08:00.000Z | 2021-09-23T05:55:10.000Z | /*
* This source file is part of libRocket, the HTML/CSS Interface Middleware
*
* For the latest information, see http://www.librocket.com
*
* Copyright (c) 2008-2010 CodePoint Ltd, Shift Technology Ltd
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and assoc... | 32.342183 | 183 | 0.732306 | [
"vector"
] |
241e84f5ff21cea49a69c41f506b1437c2acf588 | 915 | cpp | C++ | avk/algorithms/lsd_radix_sort.cpp | hanxingyixue-arch/AVK | 0a19ba3e71bac1c5944b084311669f23ff5fda72 | [
"BSD-2-Clause"
] | 1 | 2021-03-09T02:39:45.000Z | 2021-03-09T02:39:45.000Z | avk/algorithms/lsd_radix_sort.cpp | hanxingyixue-arch/AVK | 0a19ba3e71bac1c5944b084311669f23ff5fda72 | [
"BSD-2-Clause"
] | null | null | null | avk/algorithms/lsd_radix_sort.cpp | hanxingyixue-arch/AVK | 0a19ba3e71bac1c5944b084311669f23ff5fda72 | [
"BSD-2-Clause"
] | null | null | null | #include "all.h"
#include <vector>
#include <array>
#include "sort_config.h"
void lsd_radix_sort(main_array array)
{
const uint radix_size = sort_config::radix_size;
static std::vector<item> buffer;
static std::vector<uint> counts;
buffer.resize(array.size());
counts.resize(radix_size);
//std::vector zero-initi... | 20.795455 | 85 | 0.654645 | [
"vector"
] |
241fd0d6dff03bc5744cb0c7269c7872c989b7ce | 2,285 | cc | C++ | src/artm/score/topic_mass_phi.cc | MelLain/bigartm | 79126b68500bd5b378d6d6168f1b68eb03971bcb | [
"BSD-3-Clause"
] | 638 | 2015-02-03T22:17:00.000Z | 2022-03-23T18:47:50.000Z | src/artm/score/topic_mass_phi.cc | MelLain/bigartm | 79126b68500bd5b378d6d6168f1b68eb03971bcb | [
"BSD-3-Clause"
] | 566 | 2015-01-01T21:49:00.000Z | 2022-02-14T09:14:35.000Z | src/artm/score/topic_mass_phi.cc | bt2901/bigartm | 92c9d5746c122d0124bab700469d8a2a7f58ff40 | [
"BSD-3-Clause"
] | 148 | 2015-01-06T15:30:07.000Z | 2022-02-12T18:40:17.000Z | // Copyright 2017, Additive Regularization of Topic Models.
// Author: Murat Apishev (great-mel@yandex.ru)
#include "artm/core/exceptions.h"
#include "artm/core/protobuf_helpers.h"
#include "artm/score/topic_mass_phi.h"
namespace artm {
namespace score {
std::shared_ptr<Score> TopicMassPhi::CalculateScore(const ar... | 28.209877 | 88 | 0.689716 | [
"vector"
] |
2425f1b49a9f69ad620c1dded87b09c3ab88605e | 1,077 | cpp | C++ | Codeforces/Bubble cup 13/J.cpp | noobie7/Codes | 4d8265f4b7042bd7e8c0e0402d417c7e160ae6d4 | [
"MIT"
] | 2 | 2021-09-14T15:57:24.000Z | 2022-03-18T14:11:04.000Z | Codeforces/Bubble cup 13/J.cpp | noobie7/Codes | 4d8265f4b7042bd7e8c0e0402d417c7e160ae6d4 | [
"MIT"
] | null | null | null | Codeforces/Bubble cup 13/J.cpp | noobie7/Codes | 4d8265f4b7042bd7e8c0e0402d417c7e160ae6d4 | [
"MIT"
] | null | null | null | /*
"Won't stop until I'm phenomenal."
- Phenomenal, Eminem
*/
#include<bits/stdc++.h>
using namespace std;
typedef long long int ll;
#define ff first
#define Shazam ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL);
#define ss second
#define all(c) c.begin(),c.end()
#define endl "\n"
#define test() int... | 22.914894 | 81 | 0.498607 | [
"vector"
] |
2426cdfd698bdab09ab28dd1720619e2fbe20692 | 1,030 | cpp | C++ | cpp/godot-cpp/src/gen/AudioEffectPanner.cpp | GDNative-Gradle/proof-of-concept | 162f467430760cf959f68f1638adc663fd05c5fd | [
"MIT"
] | 1 | 2021-03-16T09:51:00.000Z | 2021-03-16T09:51:00.000Z | cpp/godot-cpp/src/gen/AudioEffectPanner.cpp | GDNative-Gradle/proof-of-concept | 162f467430760cf959f68f1638adc663fd05c5fd | [
"MIT"
] | null | null | null | cpp/godot-cpp/src/gen/AudioEffectPanner.cpp | GDNative-Gradle/proof-of-concept | 162f467430760cf959f68f1638adc663fd05c5fd | [
"MIT"
] | null | null | null | #include "AudioEffectPanner.hpp"
#include <core/GodotGlobal.hpp>
#include <core/CoreTypes.hpp>
#include <core/Ref.hpp>
#include <core/Godot.hpp>
#include "__icalls.hpp"
namespace godot {
AudioEffectPanner::___method_bindings AudioEffectPanner::___mb = {};
void AudioEffectPanner::___init_method_bindings() {
_... | 28.611111 | 215 | 0.78835 | [
"object"
] |
2428977dfd06dff3f6dee8c467320bb8bae6a885 | 42,092 | hpp | C++ | libraries/include/rpc_stubs/CommonApiRpcClient.hpp | tiaotiao00/HSR00qianbao | a88afebeb98e786389f369447bcf9c3a2a352cfa | [
"MIT"
] | 66 | 2017-09-29T07:09:59.000Z | 2020-01-12T06:45:08.000Z | libraries/include/rpc_stubs/CommonApiRpcClient.hpp | tiaotiao00/HSR00qianbao | a88afebeb98e786389f369447bcf9c3a2a352cfa | [
"MIT"
] | 5 | 2017-12-13T13:12:05.000Z | 2018-01-18T10:34:02.000Z | libraries/include/rpc_stubs/CommonApiRpcClient.hpp | tiaotiao00/HSR00qianbao | a88afebeb98e786389f369447bcf9c3a2a352cfa | [
"MIT"
] | 11 | 2017-12-05T07:02:05.000Z | 2018-01-28T02:52:50.000Z | // _ _ __ _ _
// | | | | / _(_) |
// __ _ ___ _ __ ___ _ __ __ _| |_ ___ __| | | |_ _| | ___
// / _` |/ _ \ '_ \ / _ \ '__/ _` | __/ _ \/ _` | | _| | |/ _ \`
// | (_| | __/ | | | __/ | | (_| | || __/ (_| |... | 143.170068 | 496 | 0.734391 | [
"vector"
] |
2436a681f60bbe0297dd02b7415657a72a0e9bb7 | 12,158 | hpp | C++ | hlslm/xmoperators.hpp | ArcEarth/HLSLM | c6bab2aa6f2052ae44863b05adeb506aa51ece65 | [
"MIT"
] | null | null | null | hlslm/xmoperators.hpp | ArcEarth/HLSLM | c6bab2aa6f2052ae44863b05adeb506aa51ece65 | [
"MIT"
] | 1 | 2019-06-09T14:32:14.000Z | 2019-06-18T20:32:24.000Z | hlslm/xmoperators.hpp | ArcEarth/HLSLM | c6bab2aa6f2052ae44863b05adeb506aa51ece65 | [
"MIT"
] | null | null | null | #pragma once
#include "traits.hpp"
#include "xmvector.hpp"
// For XMVectorAddInt etc...
#include <DirectXMathExtend.h>
namespace DirectX
{
namespace hlsl
{
namespace traits
{
template <typename lhs_t, typename rhs_t>
struct enable_if_binary_operator_type : public std::enable_if<
binary_operator_traits... | 36.510511 | 159 | 0.748643 | [
"vector",
"3d"
] |
0f842d7378867f6f4e485d51ca109469d215049d | 24,688 | cc | C++ | inet-3.6.4/src/inet/linklayer/xmac/XMacLayer.cc | danushkam/rocc | d4fae7dee35869dded24985221beb218e4ce81e0 | [
"CC0-1.0"
] | 12 | 2020-11-30T08:04:23.000Z | 2022-03-23T11:49:26.000Z | inet-3.6.4/src/inet/linklayer/xmac/XMacLayer.cc | danushkam/rocc | d4fae7dee35869dded24985221beb218e4ce81e0 | [
"CC0-1.0"
] | 1 | 2021-01-26T10:49:56.000Z | 2021-01-31T16:58:52.000Z | inet-3.6.4/src/inet/linklayer/xmac/XMacLayer.cc | danushkam/rocc | d4fae7dee35869dded24985221beb218e4ce81e0 | [
"CC0-1.0"
] | 8 | 2021-03-15T02:05:51.000Z | 2022-03-21T13:14:02.000Z | //
// Copyright (C) 2017 Jan Peter Drees
// Copyright (C) 2015 Joaquim Oller
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your o... | 33.497965 | 163 | 0.632656 | [
"object"
] |
0f863728769e4860e3e8e1a88c3ca6f9b259ed30 | 5,339 | cc | C++ | verilog/tools/kythe/scope_resolver.cc | DhairyaBahl/verible | 6a5000970643d34c714dcd4be9fd3330defd173c | [
"Apache-2.0"
] | null | null | null | verilog/tools/kythe/scope_resolver.cc | DhairyaBahl/verible | 6a5000970643d34c714dcd4be9fd3330defd173c | [
"Apache-2.0"
] | null | null | null | verilog/tools/kythe/scope_resolver.cc | DhairyaBahl/verible | 6a5000970643d34c714dcd4be9fd3330defd173c | [
"Apache-2.0"
] | null | null | null | // Copyright 2017-2020 The Verible Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law o... | 31.040698 | 80 | 0.727852 | [
"vector"
] |
0f87c4f360f7d146a140e61326128a98ab3fbc0f | 1,724 | cpp | C++ | tests/vector/vector_comparison1.cpp | egorodet/CML | e3fd8ccbe9775ff6e0e41fd6a274b557a80c9d1f | [
"BSL-1.0"
] | 125 | 2015-07-22T11:39:51.000Z | 2022-03-06T13:41:44.000Z | tests/vector/vector_comparison1.cpp | egorodet/CML | e3fd8ccbe9775ff6e0e41fd6a274b557a80c9d1f | [
"BSL-1.0"
] | 45 | 2015-06-03T15:50:08.000Z | 2021-05-26T01:35:01.000Z | tests/vector/vector_comparison1.cpp | egorodet/CML | e3fd8ccbe9775ff6e0e41fd6a274b557a80c9d1f | [
"BSL-1.0"
] | 28 | 2015-06-03T09:26:26.000Z | 2022-03-06T13:42:06.000Z | /* -*- C++ -*- ------------------------------------------------------------
@@COPYRIGHT@@
*-----------------------------------------------------------------------*/
/** @file
*/
// Make sure the main header compiles cleanly:
#include <cml/vector/comparison.h>
#include <cml/vector/fixed.h>
#include <cml/vector/type... | 21.283951 | 76 | 0.490719 | [
"vector"
] |
0f87fda07d679473c7018badb48b0b00a63775c8 | 14,686 | cpp | C++ | Engine/Source/ThirdParty/IntelEmbree/Embree270/src/kernels/xeon/bvh4/bvh4_intersector4_chunk.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | 1 | 2022-01-29T18:36:12.000Z | 2022-01-29T18:36:12.000Z | Engine/Source/ThirdParty/IntelEmbree/Embree270/src/kernels/xeon/bvh4/bvh4_intersector4_chunk.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | Engine/Source/ThirdParty/IntelEmbree/Embree270/src/kernels/xeon/bvh4/bvh4_intersector4_chunk.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | // ======================================================================== //
// Copyright 2009-2015 Intel Corporation //
// //
// Licensed under the Apache License, Version 2.0 (the "License"); //
// y... | 36.441687 | 212 | 0.616914 | [
"geometry"
] |
0f8827b223f8733467c41ae84d3e2cf37677cc5f | 7,248 | cpp | C++ | cfw/src/v20190904/model/DescribeAcListsRequest.cpp | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 43 | 2019-08-14T08:14:12.000Z | 2022-03-30T12:35:09.000Z | cfw/src/v20190904/model/DescribeAcListsRequest.cpp | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 12 | 2019-07-15T10:44:59.000Z | 2021-11-02T12:35:00.000Z | cfw/src/v20190904/model/DescribeAcListsRequest.cpp | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 28 | 2019-07-12T09:06:22.000Z | 2022-03-30T08:04:18.000Z | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | 24.569492 | 96 | 0.712058 | [
"model"
] |
0f8a2668103d12980b5d026e3c8b71963c1cf041 | 7,158 | cpp | C++ | Workspace/QuickTesting/src/TestApp.cpp | alapontgr/Engine | 6be363d79b9fdaee813b196db12ae296a6ca8089 | [
"MIT"
] | null | null | null | Workspace/QuickTesting/src/TestApp.cpp | alapontgr/Engine | 6be363d79b9fdaee813b196db12ae296a6ca8089 | [
"MIT"
] | null | null | null | Workspace/QuickTesting/src/TestApp.cpp | alapontgr/Engine | 6be363d79b9fdaee813b196db12ae296a6ca8089 | [
"MIT"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
//
// Author: Sergio Alapont Granero (seralgrainf@gmail.com)
// Date: 2019/03/30
// File: TestApp.cpp
//
// Copyright (c) 2018 (See README.md)
//
////////////////////////////////////////////////////////////////////////////////
// Include... | 28.979757 | 125 | 0.624197 | [
"render"
] |
0f9235c08423dbf912d0c69712cf9203e424fe95 | 129,875 | hpp | C++ | src/Bindings/Encoder.Converter.hpp | ZehMatt/DotX64Dbg | 642cd5f2ed8b806e287ac1f463966e43c81c41ff | [
"MIT"
] | 21 | 2021-06-10T15:08:05.000Z | 2021-12-01T06:25:21.000Z | src/Bindings/Encoder.Converter.hpp | ZehMatt/DotX64Dbg | 642cd5f2ed8b806e287ac1f463966e43c81c41ff | [
"MIT"
] | 3 | 2021-06-10T15:51:56.000Z | 2021-06-24T17:12:50.000Z | src/Bindings/Encoder.Converter.hpp | ZehMatt/DotX64Dbg | 642cd5f2ed8b806e287ac1f463966e43c81c41ff | [
"MIT"
] | 2 | 2021-06-30T00:46:41.000Z | 2021-09-12T04:25:40.000Z | #pragma once
#include <asmjit/asmjit.h>
#include "Instruction.hpp"
namespace Dotx64Dbg {
inline uint32_t convertMnemonic(Mnemonic mnemonic)
{
switch (mnemonic)
{
case Mnemonic::Movsd:
return asmjit::x86::Inst::kIdMovsd;
case Mnemonic::Aaa:
return asmji... | 39.986145 | 63 | 0.580335 | [
"vector"
] |
0f96c3b9bf20f657d00c48c3ad27e0c4d11b8083 | 4,252 | cpp | C++ | inference-engine/tests_deprecated/unit/engines/vpu/get_vpu_scale_from_ir_tests.cpp | evgenytalanin-intel/openvino | c3aa866a3318fe9fa8c7ebd3bd333b075bb1cc36 | [
"Apache-2.0"
] | null | null | null | inference-engine/tests_deprecated/unit/engines/vpu/get_vpu_scale_from_ir_tests.cpp | evgenytalanin-intel/openvino | c3aa866a3318fe9fa8c7ebd3bd333b075bb1cc36 | [
"Apache-2.0"
] | 4 | 2021-04-01T08:29:48.000Z | 2021-08-30T16:12:52.000Z | inference-engine/tests_deprecated/unit/engines/vpu/get_vpu_scale_from_ir_tests.cpp | evgenytalanin-intel/openvino | c3aa866a3318fe9fa8c7ebd3bd333b075bb1cc36 | [
"Apache-2.0"
] | 3 | 2021-03-09T08:27:29.000Z | 2021-04-07T04:58:54.000Z | // Copyright (C) 2018-2020 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "graph_transformer_tests.hpp"
#include "tests_vpu_common.hpp"
#include <cpp/ie_executable_network.hpp>
#include <limits>
using namespace vpu;
using namespace InferenceEngine;
using VPU_AddVpuScaleTest = GraphTransformer... | 36.033898 | 114 | 0.640169 | [
"model"
] |
0f9bb447073c68f4ed9575f8a720730cec93919c | 16,002 | cc | C++ | test/integration/physics_msgs_inertia.cc | SamFerwerda/Gazebo10-commits | b33ac5982fb75cac894fa145f7268146d44e0724 | [
"ECL-2.0",
"Apache-2.0"
] | 3 | 2018-07-17T00:17:13.000Z | 2020-05-26T08:39:25.000Z | test/integration/physics_msgs_inertia.cc | SamFerwerda/Gazebo10-commits | b33ac5982fb75cac894fa145f7268146d44e0724 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2020-06-04T10:26:04.000Z | 2020-06-04T10:26:04.000Z | test/integration/physics_msgs_inertia.cc | SamFerwerda/Gazebo10-commits | b33ac5982fb75cac894fa145f7268146d44e0724 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2016-04-25T22:05:09.000Z | 2020-03-08T08:45:12.000Z | /*
* Copyright (C) 2015 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 32.723926 | 80 | 0.653356 | [
"vector",
"model"
] |
0fa10d6ea27912a89495611298132fe6d8106d14 | 2,882 | cpp | C++ | logistic regression.cpp | rockerritesh/ML-in-c- | e8a0d5e4ae2f39819d5f3f0a7d5e4adfb5d38623 | [
"MIT"
] | 1 | 2021-06-22T12:10:20.000Z | 2021-06-22T12:10:20.000Z | logistic regression.cpp | rockerritesh/ML-in-c- | e8a0d5e4ae2f39819d5f3f0a7d5e4adfb5d38623 | [
"MIT"
] | null | null | null | logistic regression.cpp | rockerritesh/ML-in-c- | e8a0d5e4ae2f39819d5f3f0a7d5e4adfb5d38623 | [
"MIT"
] | null | null | null | // In this program i have made a simple logistic regression model of two variable i.e. y =mx+b.
// And by using gradient update same as machine learning model this program automatically update the value of m and b in each iteration.
// this program is only prototype of binary classes predicting model.
#include <iostr... | 24.844828 | 247 | 0.590215 | [
"model"
] |
0fa14142f78b57d19d4d786a17313a34aff7dfe5 | 796 | cc | C++ | EE599HW4/4-6/tests/solution_test.cc | YingnanWang-Ray/EE599 | 7e870b78b4f61f783077d88d437937e697d7abf0 | [
"MIT"
] | null | null | null | EE599HW4/4-6/tests/solution_test.cc | YingnanWang-Ray/EE599 | 7e870b78b4f61f783077d88d437937e697d7abf0 | [
"MIT"
] | null | null | null | EE599HW4/4-6/tests/solution_test.cc | YingnanWang-Ray/EE599 | 7e870b78b4f61f783077d88d437937e697d7abf0 | [
"MIT"
] | null | null | null | #include "src/lib/solution.h"
#include "gtest/gtest.h"
#include <vector>
TEST(Function0, Return0) {
Solution solution ;
std::vector<int> input = {-2, -3,-1,-5,-6,-10};
int k = 3;
int expected = -3;
EXPECT_EQ(expected, solution.Kth(input,k));
}
TEST(Function1, Return1) {
Solution solution ;
std::vector<i... | 22.742857 | 57 | 0.653266 | [
"vector"
] |
0fa3cc182f09fa1578ef05ad287eed5be7c5fe41 | 10,075 | cpp | C++ | code/library/States/TitleScreen.cpp | jpike/noah_ark | 491ab775f69457e20a930c0dd8049609dee9c677 | [
"Unlicense"
] | null | null | null | code/library/States/TitleScreen.cpp | jpike/noah_ark | 491ab775f69457e20a930c0dd8049609dee9c677 | [
"Unlicense"
] | 61 | 2015-04-11T21:26:12.000Z | 2021-10-02T13:34:43.000Z | code/library/States/TitleScreen.cpp | jpike/noah_ark | 491ab775f69457e20a930c0dd8049609dee9c677 | [
"Unlicense"
] | null | null | null | #include "Graphics/Color.h"
#include "States/TitleScreen.h"
namespace STATES
{
/// Updates the title screen based on elapsed time and user input.
/// @param[in] gaming_hardware - The hardware supplying input for the update.
/// @return The state the game after updating the title screen.
GameState Titl... | 50.124378 | 142 | 0.64139 | [
"render"
] |
0fa9a2f8f3d1e6b6c97d1afbb54ed9cb754a4f28 | 34,230 | cpp | C++ | modules/dnn/src/dnn.cpp | deli4iled/opencv_contrib | 27f6d4e78eb77aada2d972f2a0db3dedc3f10efd | [
"BSD-3-Clause"
] | null | null | null | modules/dnn/src/dnn.cpp | deli4iled/opencv_contrib | 27f6d4e78eb77aada2d972f2a0db3dedc3f10efd | [
"BSD-3-Clause"
] | null | null | null | modules/dnn/src/dnn.cpp | deli4iled/opencv_contrib | 27f6d4e78eb77aada2d972f2a0db3dedc3f10efd | [
"BSD-3-Clause"
] | 1 | 2019-03-01T09:46:20.000Z | 2019-03-01T09:46:20.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... | 29.534081 | 152 | 0.585364 | [
"shape",
"vector"
] |
0fab728eaefa3467c89c967091a168e1072ae7b8 | 3,696 | hpp | C++ | src/mesh/mechanical/plane/fem_mesh.hpp | annierhea/neon | 4eb51a06bda6bbf32c54fff8f39c9e02d429cfd1 | [
"MIT"
] | null | null | null | src/mesh/mechanical/plane/fem_mesh.hpp | annierhea/neon | 4eb51a06bda6bbf32c54fff8f39c9e02d429cfd1 | [
"MIT"
] | null | null | null | src/mesh/mechanical/plane/fem_mesh.hpp | annierhea/neon | 4eb51a06bda6bbf32c54fff8f39c9e02d429cfd1 | [
"MIT"
] | null | null | null |
#pragma once
#include "mesh/boundary/dirichlet.hpp"
#include "mesh/mechanical/plane/boundary/nonfollower_load.hpp"
#include "mesh/mechanical/plane/fem_submesh.hpp"
#include "io/file_output.hpp"
#include <map>
#include <vector>
#include <unordered_map>
namespace neon
{
class basic_mesh;
namespace mechanical::plane
... | 33 | 98 | 0.718344 | [
"mesh",
"geometry",
"vector",
"model"
] |
0fae847d11b919a0bcff97b40fca4b01fa6c831e | 10,740 | cpp | C++ | src/tools/tools/002e.Sanity/cube4_sanity.cpp | OpenCMISS-Dependencies/cube | bb425e6f75ee5dbdf665fa94b241b48deee11505 | [
"Cube"
] | null | null | null | src/tools/tools/002e.Sanity/cube4_sanity.cpp | OpenCMISS-Dependencies/cube | bb425e6f75ee5dbdf665fa94b241b48deee11505 | [
"Cube"
] | null | null | null | src/tools/tools/002e.Sanity/cube4_sanity.cpp | OpenCMISS-Dependencies/cube | bb425e6f75ee5dbdf665fa94b241b48deee11505 | [
"Cube"
] | 2 | 2016-09-19T00:16:05.000Z | 2021-03-29T22:06:45.000Z | /****************************************************************************
** CUBE http://www.scalasca.org/ **
*****************************************************************************
** Copyright (c) 1998-2016 **
** Fors... | 37.816901 | 117 | 0.486872 | [
"vector"
] |
0fb1e646d016f0eb502df30f792d85625a7f32e3 | 630 | cpp | C++ | nau/src/nau/render/iAPISupport.cpp | Khirion/nau | 47a2ad8e0355a264cd507da5e7bba1bf7abbff95 | [
"MIT"
] | 29 | 2015-09-16T22:28:30.000Z | 2022-03-11T02:57:36.000Z | nau/src/nau/render/iAPISupport.cpp | Khirion/nau | 47a2ad8e0355a264cd507da5e7bba1bf7abbff95 | [
"MIT"
] | 1 | 2017-03-29T13:32:58.000Z | 2017-03-31T13:56:03.000Z | nau/src/nau/render/iAPISupport.cpp | Khirion/nau | 47a2ad8e0355a264cd507da5e7bba1bf7abbff95 | [
"MIT"
] | 10 | 2015-10-15T14:20:15.000Z | 2022-02-17T10:37:29.000Z | #include "nau/render/iAPISupport.h"
#include "nau/config.h"
#ifdef NAU_OPENGL
#include "nau/render/opengl/glAPISupport.h"
#endif
using namespace nau::render;
IAPISupport *IAPISupport::Instance = NULL;
IAPISupport *
IAPISupport::GetInstance() {
if (Instance == NULL) {
#ifdef NAU_OPENGL
Instance = new GLAPISup... | 12.6 | 52 | 0.719048 | [
"render"
] |
0fb3fe843845ef45df96f6d5f7dbe48f4075805e | 5,253 | hpp | C++ | src/mlpack/core/data/save.hpp | abinezer/mlpack | 8002e49150742acea4e76deef8161653b8350936 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2019-11-07T14:34:37.000Z | 2019-11-07T14:34:37.000Z | src/mlpack/core/data/save.hpp | abinezer/mlpack | 8002e49150742acea4e76deef8161653b8350936 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2020-04-10T17:39:50.000Z | 2020-04-11T14:56:25.000Z | src/mlpack/core/data/save.hpp | abinezer/mlpack | 8002e49150742acea4e76deef8161653b8350936 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | /**
* @file save.hpp
* @author Ryan Curtin
*
* Save an Armadillo matrix to file. This is necessary because Armadillo does
* not transpose matrices upon saving, and it allows us to give better error
* output.
*
* mlpack is free software; you may redistribute it and/or modify it under the
* terms of the 3-claus... | 37.255319 | 80 | 0.701123 | [
"object",
"vector",
"model"
] |
0fbac1663de9428d85ba0d0d1690746504e65324 | 18,076 | cpp | C++ | Ipopt-3.12.7/Ipopt/src/Algorithm/IpNLPScaling.cpp | MikeBMW/CarND-MPC-Project | 81e6e92de2768dce9fbfd1848de6f4465d468a0e | [
"MIT"
] | 9 | 2020-07-09T06:40:31.000Z | 2022-03-28T02:50:21.000Z | third-party/CoinIpopt/Ipopt/src/Algorithm/IpNLPScaling.cpp | WatsonZhouAnda/Cheetah-Software | 05e416fb26f968300826f0deb0953be9afb22bfe | [
"MIT"
] | null | null | null | third-party/CoinIpopt/Ipopt/src/Algorithm/IpNLPScaling.cpp | WatsonZhouAnda/Cheetah-Software | 05e416fb26f968300826f0deb0953be9afb22bfe | [
"MIT"
] | 5 | 2020-12-01T01:41:12.000Z | 2022-01-04T01:21:49.000Z | // Copyright (C) 2005, 2008 International Business Machines and others.
// All Rights Reserved.
// This code is published under the Eclipse Public License.
//
// $Id: IpNLPScaling.cpp 2269 2013-05-05 11:32:40Z stefan $
//
// Authors: Carl Laird, Andreas Waechter IBM 2005-06-25
#include "IpNLPScaling.hpp"
#incl... | 30.482293 | 92 | 0.678967 | [
"vector"
] |
0fbb8b021370f8b7fe92a3c4f9e395d193f85a32 | 29,729 | cc | C++ | chrome/browser/renderer_host/chrome_render_message_filter.cc | codenote/chromium-test | 0637af0080f7e80bf7d20b29ce94c5edc817f390 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/renderer_host/chrome_render_message_filter.cc | codenote/chromium-test | 0637af0080f7e80bf7d20b29ce94c5edc817f390 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/renderer_host/chrome_render_message_filter.cc | codenote/chromium-test | 0637af0080f7e80bf7d20b29ce94c5edc817f390 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-11-04T07:25:45.000Z | 2020-11-04T07:25:45.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/browser/renderer_host/chrome_render_message_filter.h"
#include "base/bind.h"
#include "base/command_line.h"
#include "base/file_util... | 41.695652 | 80 | 0.703354 | [
"vector",
"model"
] |
0fbc06edbbb673a5e01d88897b7d6f9f401f24fe | 6,988 | cxx | C++ | vtkm/filter/vector_analysis/testing/UnitTestGradientUniform.cxx | Kitware/vtk-m | b24a878f72b288d69c9da8c7ac33f08db6d39ba9 | [
"BSD-3-Clause"
] | null | null | null | vtkm/filter/vector_analysis/testing/UnitTestGradientUniform.cxx | Kitware/vtk-m | b24a878f72b288d69c9da8c7ac33f08db6d39ba9 | [
"BSD-3-Clause"
] | null | null | null | vtkm/filter/vector_analysis/testing/UnitTestGradientUniform.cxx | Kitware/vtk-m | b24a878f72b288d69c9da8c7ac33f08db6d39ba9 | [
"BSD-3-Clause"
] | null | null | null | //============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
//
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURP... | 39.931429 | 100 | 0.64024 | [
"vector",
"3d"
] |
0fbde0095d6c4aabfac0052615224182b94c34c9 | 4,090 | cpp | C++ | 2021/xs-and-os/template.cpp | Muklek/facebook-hackercup | b736309fac39b17fe9315d26516c361793617a8b | [
"MIT"
] | null | null | null | 2021/xs-and-os/template.cpp | Muklek/facebook-hackercup | b736309fac39b17fe9315d26516c361793617a8b | [
"MIT"
] | null | null | null | 2021/xs-and-os/template.cpp | Muklek/facebook-hackercup | b736309fac39b17fe9315d26516c361793617a8b | [
"MIT"
] | null | null | null | #include<iostream>
#include<string>
#include<string_view>
#include<array>
#include<vector>
#include<deque>
#include<list>
#include<unordered_map>
#include<map>
#include<unordered_set>
#include<set>
#include<algorithm>
#include<functional>
#include<memory>
#include<fstream>
using si = std::size_t;
using i16 = std::i... | 24.638554 | 86 | 0.520049 | [
"vector"
] |
0fc71d8ac29c665706e7dd6b99207ec993f56818 | 10,009 | cc | C++ | src/runtime/hexagon/hexagon_buffer.cc | gayatripk1/tvm | 8bf6cd5800daaf42935fd69cbd63180c97bef262 | [
"Apache-2.0"
] | 4,640 | 2017-08-17T19:22:15.000Z | 2019-11-04T15:29:46.000Z | src/runtime/hexagon/hexagon_buffer.cc | gayatripk1/tvm | 8bf6cd5800daaf42935fd69cbd63180c97bef262 | [
"Apache-2.0"
] | 2,863 | 2017-08-17T19:55:50.000Z | 2019-11-04T17:18:41.000Z | src/runtime/hexagon/hexagon_buffer.cc | gayatripk1/tvm | 8bf6cd5800daaf42935fd69cbd63180c97bef262 | [
"Apache-2.0"
] | 1,352 | 2017-08-17T19:30:38.000Z | 2019-11-04T16:09:29.000Z | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 36.797794 | 100 | 0.698871 | [
"vector"
] |
0fc7f5f5af68c9012e0b83482986a793b91f126e | 10,434 | cpp | C++ | lib/Callable/Tests.cpp | lsbharadwaj/PothosCore | 02b3491ed06f23924a4c749f35b7fade88b81a14 | [
"BSL-1.0"
] | 180 | 2017-09-11T00:44:36.000Z | 2022-03-25T09:23:47.000Z | lib/Callable/Tests.cpp | lsbharadwaj/PothosCore | 02b3491ed06f23924a4c749f35b7fade88b81a14 | [
"BSL-1.0"
] | 109 | 2015-01-19T07:33:38.000Z | 2017-08-12T00:29:13.000Z | lib/Callable/Tests.cpp | lsbharadwaj/PothosCore | 02b3491ed06f23924a4c749f35b7fade88b81a14 | [
"BSL-1.0"
] | 32 | 2017-09-20T10:47:29.000Z | 2022-03-24T06:13:03.000Z | // Copyright (c) 2013-2019 Josh Blum
// SPDX-License-Identifier: BSL-1.0
#include <Pothos/Callable.hpp>
#include <Pothos/Testing.hpp>
#include <string>
#include <iostream>
#include <functional>
struct TestClass
{
TestClass(void)
{
_bar = -1;
}
TestClass(const int bar)
{
_bar = ba... | 34.435644 | 108 | 0.608875 | [
"object"
] |
0fc8a99ded64198ca78c63d4cf8b0b344c5ed53e | 9,530 | cpp | C++ | storage/source/net/message/session/opening/CloseChunkFileMsgEx.cpp | congweitao/congfs | 54cedf484f8a2cacab567fe182cc1f6413c25cf2 | [
"BSD-3-Clause"
] | null | null | null | storage/source/net/message/session/opening/CloseChunkFileMsgEx.cpp | congweitao/congfs | 54cedf484f8a2cacab567fe182cc1f6413c25cf2 | [
"BSD-3-Clause"
] | null | null | null | storage/source/net/message/session/opening/CloseChunkFileMsgEx.cpp | congweitao/congfs | 54cedf484f8a2cacab567fe182cc1f6413c25cf2 | [
"BSD-3-Clause"
] | null | null | null | #include <common/net/message/control/GenericResponseMsg.h>
#include <common/net/message/session/opening/CloseChunkFileRespMsg.h>
#include <common/toolkit/SessionTk.h>
#include <net/msghelpers/MsgHelperIO.h>
#include <program/Program.h>
#include <toolkit/StorageTkEx.h>
#include "CloseChunkFileMsgEx.h"
#include <boost/l... | 37.667984 | 99 | 0.726653 | [
"object"
] |
0fcb8537815f3e7dbe146a835c808200a4eaa086 | 3,462 | cpp | C++ | source/slang/slang-ir-generics-lowering-context.cpp | micmo-fb/slang | 61be38f39cc96ad9644f17f6ab8d262875e99e9e | [
"MIT"
] | null | null | null | source/slang/slang-ir-generics-lowering-context.cpp | micmo-fb/slang | 61be38f39cc96ad9644f17f6ab8d262875e99e9e | [
"MIT"
] | null | null | null | source/slang/slang-ir-generics-lowering-context.cpp | micmo-fb/slang | 61be38f39cc96ad9644f17f6ab8d262875e99e9e | [
"MIT"
] | null | null | null | //slang-ir-generics-lowering-context.cpp
#include "slang-ir-generics-lowering-context.h"
#include "slang-ir-layout.h"
namespace Slang
{
bool isPolymorphicType(IRInst* typeInst)
{
if (as<IRParam>(typeInst) && as<IRTypeType>(typeInst->getDataType()))
return true;
switch (typeInst->o... | 33.61165 | 126 | 0.622184 | [
"object"
] |
0fcfc019c021a3ae28e840b0d478d960ac03120e | 1,143 | cpp | C++ | tree/vertical traversal.cpp | ishan0805/gfg_must_do | 10af0a6d37d0ac338c7bd235e7aa6190abc9d750 | [
"MIT"
] | null | null | null | tree/vertical traversal.cpp | ishan0805/gfg_must_do | 10af0a6d37d0ac338c7bd235e7aa6190abc9d750 | [
"MIT"
] | null | null | null | tree/vertical traversal.cpp | ishan0805/gfg_must_do | 10af0a6d37d0ac338c7bd235e7aa6190abc9d750 | [
"MIT"
] | null | null | null | class Solution
{
public:
// Function to find the vertical order traversal of Binary Tree.
vector<int> verticalOrder(Node *root)
{
queue<pair<Node *, int>> q;
q.push({root, 0});
unordered_map<int, vector<int>> m;
int first = 0, last = 0, curr = 0;
while (!q.empty())
... | 26.581395 | 68 | 0.349081 | [
"vector"
] |
0fd0270ea04f05ebe20c89c5c593aabf02e21464 | 1,556 | cpp | C++ | src/cpp/my-test.cpp | hamadakafu/rsTFHE | 459bce310b3b12d3c40af02b6324457d99ce2591 | [
"Apache-2.0"
] | 3 | 2020-11-24T06:18:49.000Z | 2022-02-22T14:05:59.000Z | src/cpp/my-test.cpp | hamadakafu/L-2 | 459bce310b3b12d3c40af02b6324457d99ce2591 | [
"Apache-2.0"
] | null | null | null | src/cpp/my-test.cpp | hamadakafu/L-2 | 459bce310b3b12d3c40af02b6324457d99ce2591 | [
"Apache-2.0"
] | null | null | null | #include <stdint.h>
#include <cmath>
#include <string>
#include <cassert>
#include <vector>
#include <iostream>
#include <cstdlib>
#include <complex>
#include "spqlios-fft.h"
using namespace std;
int32_t main(int32_t argc, char** argv) {
static const int32_t nn = 32;
void* tables = new_fft_table(nn);
vo... | 26.827586 | 74 | 0.577763 | [
"vector"
] |
0fd0994ed64b41a501bc9a7736ddccf31d47dced | 1,258 | cpp | C++ | LeetCode/DynamicProgramming/JumpGame.cpp | a4org/Angorithm4 | d2227d36608491bed270375bcea67fbde134209a | [
"MIT"
] | null | null | null | LeetCode/DynamicProgramming/JumpGame.cpp | a4org/Angorithm4 | d2227d36608491bed270375bcea67fbde134209a | [
"MIT"
] | null | null | null | LeetCode/DynamicProgramming/JumpGame.cpp | a4org/Angorithm4 | d2227d36608491bed270375bcea67fbde134209a | [
"MIT"
] | null | null | null | /*
* LeetCode 55 Jump Game
* Medium
* Jiawei Wang
* 2021 8.11
*/
/* Revision
* $1 2021.10.3 Jiawei Wang
* $2 2022.5.17 Jiawei Wang
*
*/
#include <vector>
using namespace::std;
class Solution {
public:
bool canJump(vector<int>& nums) {
int maxjump = 0;
int size = nums.size();
for (int i = 0; i < si... | 19.353846 | 53 | 0.491256 | [
"vector"
] |
0fd0be1750fab9cb1888c4ce2dc8bfcf9d3118ab | 856 | cpp | C++ | Ch 10/10.34_35_36_37.cpp | Felon03/CppPrimer | 7dc2daf59f0ae7ec5670def15cb5fab174fe9780 | [
"Apache-2.0"
] | null | null | null | Ch 10/10.34_35_36_37.cpp | Felon03/CppPrimer | 7dc2daf59f0ae7ec5670def15cb5fab174fe9780 | [
"Apache-2.0"
] | null | null | null | Ch 10/10.34_35_36_37.cpp | Felon03/CppPrimer | 7dc2daf59f0ae7ec5670def15cb5fab174fe9780 | [
"Apache-2.0"
] | null | null | null | #include<iostream>
#include<vector>
#include<list>
#include<algorithm>
using namespace std;
int main()
{
vector<int> vi{ 0,1,2,3,4,5,6,7,8,9 };
// 10.34 使用reverse_iterator逆序打印一个vector
for (auto r_iter = vi.crbegin(); r_iter != vi.crend(); ++r_iter)
cout << *r_iter << " ";
cout << endl;
// 10.35 使用普通迭代器逆序打印一个v... | 25.176471 | 67 | 0.607477 | [
"vector"
] |
0fd10977e2534b07f0b113be7140ced0cabac8af | 7,339 | cc | C++ | rtc_base/async_resolver.cc | shiguredo/libwebrtc | a52fc6f940ae22c7781dcbf2ff765ea648e98c04 | [
"BSD-3-Clause"
] | 14 | 2016-06-22T06:38:23.000Z | 2022-01-26T16:39:17.000Z | rtc_base/async_resolver.cc | shiguredo/libwebrtc | a52fc6f940ae22c7781dcbf2ff765ea648e98c04 | [
"BSD-3-Clause"
] | 1 | 2021-02-18T00:57:11.000Z | 2021-02-18T00:57:11.000Z | rtc_base/async_resolver.cc | shiguredo/libwebrtc | a52fc6f940ae22c7781dcbf2ff765ea648e98c04 | [
"BSD-3-Clause"
] | 6 | 2019-10-28T15:13:36.000Z | 2021-11-18T06:43:08.000Z | /*
* Copyright 2008 The WebRTC 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | 31.229787 | 80 | 0.694236 | [
"vector"
] |
0fd28f595566eb563b5b29acc9c4ef18952f9c4a | 1,338 | cpp | C++ | cpp-leetcode/leetcode19-remove-nth-node-from-end-of-list-solution1.cpp | yanglr/LeetCodeOJ | 27dd1e4a2442b707deae7921e0118752248bef5e | [
"MIT"
] | 45 | 2021-07-25T00:45:43.000Z | 2022-03-24T05:10:43.000Z | cpp-leetcode/leetcode19-remove-nth-node-from-end-of-list-solution1.cpp | yanglr/LeetCodeOJ | 27dd1e4a2442b707deae7921e0118752248bef5e | [
"MIT"
] | null | null | null | cpp-leetcode/leetcode19-remove-nth-node-from-end-of-list-solution1.cpp | yanglr/LeetCodeOJ | 27dd1e4a2442b707deae7921e0118752248bef5e | [
"MIT"
] | 15 | 2021-07-25T00:40:52.000Z | 2021-12-27T06:25:31.000Z | #include <iostream>
#include <algorithm>
#include <vector>
#include <string>
using namespace std;
/**
* Definition for singly-linked list.
*/
struct ListNode {
int val;
ListNode *next;
ListNode() : val(0), next(nullptr) {}
ListNode(int x) : val(x), next(nullptr) {}
ListNode(int x, ListNode *next) ... | 19.391304 | 92 | 0.479073 | [
"vector"
] |
0fd2f1f6d5f13c6abd860c64126b5f3bdc4cb340 | 1,722 | hpp | C++ | src/io/MultiThreadedFileCollector.hpp | slide-lig/plcmpp | d2f5d8e2d0543023faf24b081b6085e42778b73a | [
"Apache-2.0"
] | null | null | null | src/io/MultiThreadedFileCollector.hpp | slide-lig/plcmpp | d2f5d8e2d0543023faf24b081b6085e42778b73a | [
"Apache-2.0"
] | null | null | null | src/io/MultiThreadedFileCollector.hpp | slide-lig/plcmpp | d2f5d8e2d0543023faf24b081b6085e42778b73a | [
"Apache-2.0"
] | null | null | null | /*******************************************************************************
* Copyright (c) 2014 Etienne Dublé, Martin Kirchgessner, Vincent Leroy, Alexandre Termier, CNRS and Université Joseph Fourier.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in co... | 29.186441 | 127 | 0.671312 | [
"vector"
] |
0fd3395172d42838ecefb898715ea13df01afac4 | 1,369 | cpp | C++ | Libraries/LibSerenity/unistd.cpp | jcs/serenity | ed4398bca89cf0a473e2b889b0f033c2c6dac4b8 | [
"BSD-2-Clause"
] | 9 | 2020-02-05T00:09:15.000Z | 2020-06-01T16:39:27.000Z | Libraries/LibSerenity/unistd.cpp | jcs/serenity | ed4398bca89cf0a473e2b889b0f033c2c6dac4b8 | [
"BSD-2-Clause"
] | null | null | null | Libraries/LibSerenity/unistd.cpp | jcs/serenity | ed4398bca89cf0a473e2b889b0f033c2c6dac4b8 | [
"BSD-2-Clause"
] | 2 | 2020-03-07T16:52:37.000Z | 2020-03-31T14:41:47.000Z | /*
* Copyright (c) 2020 joshua stein <jcs@jcs.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AU... | 27.938776 | 78 | 0.717312 | [
"vector"
] |
0fd37f0c58f0e4a7b3a4f1bdbe059ab760b3d867 | 1,063 | cpp | C++ | 441. Arranging Coins.cpp | yuyangh/LeetCode | 5d81cbd975c0c1f2bbca0cb25cefe361a169e460 | [
"MIT"
] | 1 | 2020-10-11T08:10:53.000Z | 2020-10-11T08:10:53.000Z | 441. Arranging Coins.cpp | yuyangh/LeetCode | 5d81cbd975c0c1f2bbca0cb25cefe361a169e460 | [
"MIT"
] | null | null | null | 441. Arranging Coins.cpp | yuyangh/LeetCode | 5d81cbd975c0c1f2bbca0cb25cefe361a169e460 | [
"MIT"
] | null | null | null | //
// Created by Yuyang Huang on 7/2/20.
//
#include "LeetCodeLib.h"
/*
* 441. Arranging Coins
*
* https://leetcode.com/problems/arranging-coins/description/
*
* algorithms
* Easy
*
* You have a total of n coins that you want to form in a staircase shape,
* where every k-th row must have exactly k coins.
* ... | 16.873016 | 76 | 0.595484 | [
"shape"
] |
0fda414e719d339be7457b847d1b971bd47ec917 | 4,354 | cpp | C++ | src/Core/TundraCore/Script/ScriptAsset.cpp | Adminotech/tundra | 8270097dbf79c3ec1935cf66c7979eeef9c24c0e | [
"Apache-2.0"
] | null | null | null | src/Core/TundraCore/Script/ScriptAsset.cpp | Adminotech/tundra | 8270097dbf79c3ec1935cf66c7979eeef9c24c0e | [
"Apache-2.0"
] | null | null | null | src/Core/TundraCore/Script/ScriptAsset.cpp | Adminotech/tundra | 8270097dbf79c3ec1935cf66c7979eeef9c24c0e | [
"Apache-2.0"
] | null | null | null | // For conditions of distribution and use, see copyright notice in LICENSE
#include "StableHeaders.h"
#include "DebugOperatorNew.h"
#include "ScriptAsset.h"
#include "AssetAPI.h"
#include "LoggingFunctions.h"
#include <QList>
#include <QDir>
#include "MemoryLeakCheck.h"
ScriptAsset::~ScriptAsset()
{
Unload();
... | 35.688525 | 129 | 0.639412 | [
"vector"
] |
0fe07a394814a8eb8e5f61fbf22d8294022fc321 | 1,542 | hpp | C++ | cpp/include/cuml/common/host_buffer.hpp | lawrenceN/cuml | 91abe6747ea61a5b59526f76568ea14d52814454 | [
"Apache-2.0"
] | 1 | 2021-05-12T02:51:08.000Z | 2021-05-12T02:51:08.000Z | cpp/include/cuml/common/host_buffer.hpp | lawrenceN/cuml | 91abe6747ea61a5b59526f76568ea14d52814454 | [
"Apache-2.0"
] | null | null | null | cpp/include/cuml/common/host_buffer.hpp | lawrenceN/cuml | 91abe6747ea61a5b59526f76568ea14d52814454 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2019-2021, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 32.125 | 112 | 0.696498 | [
"object"
] |
0fe13b852009790a16c0dfe348774042fda23b6e | 8,870 | cpp | C++ | modules/detour/detour.cpp | slapin/godot-fork | 5947769594fbe9d0495df92af8c368db3fa9d972 | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | 3 | 2018-05-12T13:01:29.000Z | 2019-12-26T20:43:24.000Z | modules/detour/detour.cpp | slapin/godot-fork | 5947769594fbe9d0495df92af8c368db3fa9d972 | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | null | null | null | modules/detour/detour.cpp | slapin/godot-fork | 5947769594fbe9d0495df92af8c368db3fa9d972 | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | null | null | null | #include "detour.h"
#include "scene/3d/mesh_instance.h"
#include <Recast.h>
#include <DetourNavMesh.h>
static const int DEFAULT_TILE_SIZE = 128;
static const float DEFAULT_CELL_SIZE = 0.3f;
static const float DEFAULT_CELL_HEIGHT = 0.2f;
static const float DEFAULT_AGENT_HEIGHT = 2.0f;
static const float DEFAULT_AGENT_R... | 32.372263 | 144 | 0.704961 | [
"mesh",
"object",
"vector",
"transform",
"3d"
] |
0fe209aa5f2e73627035315a8503bf7477671385 | 9,657 | cpp | C++ | src/pyglue/PyLookTransform.cpp | omenos/OpenColorIO | 7316c3be20752278924dd3f213bff297ffb63a14 | [
"BSD-3-Clause"
] | 4 | 2016-09-28T21:35:17.000Z | 2021-10-13T21:13:49.000Z | src/pyglue/PyLookTransform.cpp | omenos/OpenColorIO | 7316c3be20752278924dd3f213bff297ffb63a14 | [
"BSD-3-Clause"
] | null | null | null | src/pyglue/PyLookTransform.cpp | omenos/OpenColorIO | 7316c3be20752278924dd3f213bff297ffb63a14 | [
"BSD-3-Clause"
] | 2 | 2019-03-05T20:43:59.000Z | 2019-11-11T20:35:55.000Z | /*
Copyright (c) 2003-2010 Sony Pictures Imageworks Inc., et al.
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 co... | 44.502304 | 102 | 0.516309 | [
"transform"
] |
0fe7325d22df827dabcbf9aa6906833232b04912 | 1,196 | cpp | C++ | chapter_3/user.cpp | hbatagelo/a_tour_of_cpp | 11b177ff9ae25df8945c2a7b01a1abfa6e8f3f92 | [
"Unlicense"
] | null | null | null | chapter_3/user.cpp | hbatagelo/a_tour_of_cpp | 11b177ff9ae25df8945c2a7b01a1abfa6e8f3f92 | [
"Unlicense"
] | null | null | null | chapter_3/user.cpp | hbatagelo/a_tour_of_cpp | 11b177ff9ae25df8945c2a7b01a1abfa6e8f3f92 | [
"Unlicense"
] | null | null | null | #include <cmath>
#include <iostream>
#include <numeric>
#include "vector.hpp"
double sqrt_sum(Vector &v) {
double sum{0};
for (std::size_t i = 0; i != v.size(); ++i) {
sum += std::sqrt(v[i]); // sum of square
}
return sum;
}
void f(Vector &v) {
try { // Exceptions here are handled by the handler defi... | 23.92 | 74 | 0.561037 | [
"vector"
] |
0feb48a3c4450dbc8ad6b43516ba9ad16f6ae37b | 3,696 | cpp | C++ | media_driver/agnostic/gen9/vp/hal/vphal_render_sfc_g9_base.cpp | lacc97/media-driver | 8aa1d74b80668f9963e691b1c01ab564f50aec85 | [
"Intel",
"BSD-3-Clause",
"MIT"
] | 6 | 2019-04-18T02:51:40.000Z | 2021-07-07T01:32:26.000Z | media_driver/agnostic/gen9/vp/hal/vphal_render_sfc_g9_base.cpp | lacc97/media-driver | 8aa1d74b80668f9963e691b1c01ab564f50aec85 | [
"Intel",
"BSD-3-Clause",
"MIT"
] | 2 | 2018-11-08T02:14:17.000Z | 2019-01-09T22:13:08.000Z | media_driver/agnostic/gen9/vp/hal/vphal_render_sfc_g9_base.cpp | lacc97/media-driver | 8aa1d74b80668f9963e691b1c01ab564f50aec85 | [
"Intel",
"BSD-3-Clause",
"MIT"
] | 6 | 2018-12-20T06:39:59.000Z | 2019-09-25T06:24:02.000Z | /*
* Copyright (c) 2012-2017, Intel Corporation
*
* 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, merge, p... | 38.905263 | 114 | 0.677219 | [
"render"
] |
0ff09c17a7c42879fab01ffeebc1994ea17d983f | 1,716 | cc | C++ | Dragon/src/operators/ndarray/argmax_op.cc | neopenx/Dragon | 0e639a7319035ddc81918bd3df059230436ee0a1 | [
"BSD-2-Clause"
] | 212 | 2015-07-05T07:57:17.000Z | 2022-02-27T01:55:35.000Z | Dragon/src/operators/ndarray/argmax_op.cc | neopenx/Dragon | 0e639a7319035ddc81918bd3df059230436ee0a1 | [
"BSD-2-Clause"
] | 6 | 2016-07-07T14:31:56.000Z | 2017-12-12T02:21:15.000Z | Dragon/src/operators/ndarray/argmax_op.cc | neopenx/Dragon | 0e639a7319035ddc81918bd3df059230436ee0a1 | [
"BSD-2-Clause"
] | 71 | 2016-03-24T09:02:41.000Z | 2021-06-03T01:52:41.000Z | #include "operators/ndarray/argmax_op.h"
#include "utils/op_kernel.h"
namespace dragon {
template <class Context> template <typename T>
void ArgmaxOp<Context>::RunWithType() {
if (top_k != 1) {
// it's difficult to implement device code when top_k > 1
auto* Xdata = input(0).template data<T, CPUCo... | 30.642857 | 87 | 0.599068 | [
"vector"
] |
0ff4fd379645e0b833b83f7d47efc814d42fb0a8 | 8,307 | cpp | C++ | src/cascadia/ut_app/JsonTests.cpp | ahaganatr/terminal | fc75430cd40b79835a735f2cdb5329629caa6ebc | [
"MIT"
] | 1 | 2020-10-13T00:55:48.000Z | 2020-10-13T00:55:48.000Z | src/cascadia/ut_app/JsonTests.cpp | ahaganatr/terminal | fc75430cd40b79835a735f2cdb5329629caa6ebc | [
"MIT"
] | null | null | null | src/cascadia/ut_app/JsonTests.cpp | ahaganatr/terminal | fc75430cd40b79835a735f2cdb5329629caa6ebc | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#include "precomp.h"
#include "../TerminalSettingsModel/ColorScheme.h"
#include "../TerminalSettingsModel/Profile.h"
#include "../TerminalSettingsModel/CascadiaSettings.h"
#include "../LocalTests_SettingsModel/JsonTestClass.h"
using... | 47.741379 | 114 | 0.519682 | [
"model"
] |
0ff63da17dc24ad792ce2b88174a4c0b11e5c9c4 | 38,899 | cpp | C++ | src/cpp/readindata.cpp | LipeiDu/iS3D2 | 231b8279554232e34946997776b513cfc5d84a39 | [
"MIT"
] | 1 | 2022-02-08T21:26:12.000Z | 2022-02-08T21:26:12.000Z | src/cpp/readindata.cpp | LipeiDu/iS3D2 | 231b8279554232e34946997776b513cfc5d84a39 | [
"MIT"
] | null | null | null | src/cpp/readindata.cpp | LipeiDu/iS3D2 | 231b8279554232e34946997776b513cfc5d84a39 | [
"MIT"
] | 1 | 2022-02-13T21:36:16.000Z | 2022-02-13T21:36:16.000Z |
#include<iostream>
#include<sstream>
#include<string>
#include<fstream>
#include<cmath>
#include<iomanip>
#include<stdlib.h>
#include "iS3D.h"
#include "Macros.h"
#include "readindata.h"
#include "Arsenal.h"
#include "ParameterReader.h"
#include "Table.h"
using namespace std;
Gauss_Laguerre::Gauss_Laguerre()
{
}
... | 31.019936 | 191 | 0.546698 | [
"vector"
] |
0ff6e874aa0d3be66eeabf73d2a25715af0a7f9d | 3,095 | cpp | C++ | src/effect_deband.cpp | aqxa1/vkBasalt | c82eb92a98779336c63f7736f16f67b1732c2f8e | [
"Zlib"
] | null | null | null | src/effect_deband.cpp | aqxa1/vkBasalt | c82eb92a98779336c63f7736f16f67b1732c2f8e | [
"Zlib"
] | null | null | null | src/effect_deband.cpp | aqxa1/vkBasalt | c82eb92a98779336c63f7736f16f67b1732c2f8e | [
"Zlib"
] | null | null | null | #include "effect_deband.hpp"
#include <cstring>
#include "image_view.hpp"
#include "descriptor_set.hpp"
#include "buffer.hpp"
#include "renderpass.hpp"
#include "graphics_pipeline.hpp"
#include "framebuffer.hpp"
#include "shader.hpp"
#include "sampler.hpp"
#ifndef ASSERT_VULKAN
#define ASSERT_VULKAN(val)\
if... | 38.6875 | 322 | 0.671729 | [
"vector"
] |
ba03688a40351708374da6d8d3caf6106623eaf0 | 3,461 | cpp | C++ | Library/sdlmove/sdlmove.cpp | denisjackman/Cee | 2176e9dccc17ac93463bd5473f437f1c76ba9c3c | [
"CC-BY-4.0"
] | null | null | null | Library/sdlmove/sdlmove.cpp | denisjackman/Cee | 2176e9dccc17ac93463bd5473f437f1c76ba9c3c | [
"CC-BY-4.0"
] | 2 | 2016-06-30T14:31:43.000Z | 2016-07-01T08:43:03.000Z | Library/sdlmove/sdlmove.cpp | denisjackman/game | 2176e9dccc17ac93463bd5473f437f1c76ba9c3c | [
"CC-BY-4.0"
] | null | null | null | #include "SDL2/SDL.h"
#define SCREEN_WIDTH 640
#define SCREEN_HEIGHT 480
#define SPRITE_SIZE 32
#define SCREEN_TITLE "SDL Move"
int main(int argc, char* argv[])
{
SDL_Surface *temp;
SDL_Window* window = NULL;
SDL_Renderer* renderer = NULL;
SDL_Texture* sprite = NULL;
SDL_Texture* grass = NUL... | 24.721429 | 143 | 0.640277 | [
"render"
] |
61323a33f2639b33ede94fe97f6b7ced5791b06d | 2,346 | hpp | C++ | src/client/action_state.hpp | mnewhouse/tselements | bd1c6724018e862156948a680bb1bc70dd28bef6 | [
"MIT"
] | null | null | null | src/client/action_state.hpp | mnewhouse/tselements | bd1c6724018e862156948a680bb1bc70dd28bef6 | [
"MIT"
] | null | null | null | src/client/action_state.hpp | mnewhouse/tselements | bd1c6724018e862156948a680bb1bc70dd28bef6 | [
"MIT"
] | null | null | null | /*
* TS Elements
* Copyright 2015-2018 M. Newhouse
* Released under the MIT license.
*/
#pragma once
#include "game/game_state.hpp"
#include "local_player_roster.hpp"
#include "client_message_dispatcher.hpp"
#include "control_event_translator.hpp"
#include "client_viewport_arrangement.hpp"
#include "client_race_hud.... | 25.78022 | 113 | 0.705882 | [
"render"
] |
61336de73fc964dc2f365d00c453b21e173c49d9 | 1,873 | cpp | C++ | source/get_process_input/Scale_A_Ea.cpp | DetlevCM/chemical-kinetics-solver | 7010fd6c72c29a0d912ad0c353ff13a5b643cc04 | [
"MIT"
] | 3 | 2015-07-03T20:14:00.000Z | 2021-02-02T13:45:31.000Z | source/get_process_input/Scale_A_Ea.cpp | DetlevCM/chemical-kinetics-solver | 7010fd6c72c29a0d912ad0c353ff13a5b643cc04 | [
"MIT"
] | null | null | null | source/get_process_input/Scale_A_Ea.cpp | DetlevCM/chemical-kinetics-solver | 7010fd6c72c29a0d912ad0c353ff13a5b643cc04 | [
"MIT"
] | 4 | 2017-11-09T19:49:18.000Z | 2020-08-04T18:29:28.000Z | /*
* Scale_A_Ea.cpp
*
* Created on: 21 Feb 2018
* Author: detlev
*/
#include "../headers/Headers.hpp"
double Scale_A(
double A_read_in,
vector<double> ReactantData,
int scaling_type
)
{
// should it be * 1000 or / 1000?
if(scaling_type == 1) // A is molecules / cm^3
{
// for moles / dm^3
... | 20.139785 | 77 | 0.638014 | [
"vector"
] |
6134c8dd94013c3d194dbc290e6f215757ddf772 | 3,967 | cc | C++ | content/public/test/unittest_test_suite.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | content/public/test/unittest_test_suite.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | content/public/test/unittest_test_suite.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/public/test/unittest_test_suite.h"
#include <memory>
#include "base/base_switches.h"
#include "base/check.h"
#include "base/comman... | 36.394495 | 80 | 0.777918 | [
"object"
] |
61385825b662c9361cf36b64608a84ef05e91378 | 8,359 | cpp | C++ | torch/csrc/jit/tensorexpr/bounds_inference.cpp | vladap2013/pytorch | 30367773056de95e006107d82ddaa3db5eeaa05a | [
"Intel"
] | 1 | 2021-06-17T13:02:45.000Z | 2021-06-17T13:02:45.000Z | torch/csrc/jit/tensorexpr/bounds_inference.cpp | vladap2013/pytorch | 30367773056de95e006107d82ddaa3db5eeaa05a | [
"Intel"
] | null | null | null | torch/csrc/jit/tensorexpr/bounds_inference.cpp | vladap2013/pytorch | 30367773056de95e006107d82ddaa3db5eeaa05a | [
"Intel"
] | null | null | null | #include <torch/csrc/jit/tensorexpr/bounds_inference.h>
#include <torch/csrc/jit/tensorexpr/bounds_overlap.h>
#include <torch/csrc/jit/tensorexpr/expr.h>
#include <torch/csrc/jit/tensorexpr/ir.h>
#include <torch/csrc/jit/tensorexpr/ir_printer.h>
#include <torch/csrc/jit/tensorexpr/ir_simplifier.h>
#include <torch/csrc... | 26.621019 | 78 | 0.598636 | [
"vector"
] |
613adfd314572137b308ae07f19ec468b6d3b690 | 18,193 | cpp | C++ | rmw_iceoryx_cpp/src/internal/iceoryx_deserialize.cpp | thomas-moulard/rmw_iceoryx | b3ffe34fc61970d283a9418dd340df859cd21a69 | [
"Apache-2.0"
] | null | null | null | rmw_iceoryx_cpp/src/internal/iceoryx_deserialize.cpp | thomas-moulard/rmw_iceoryx | b3ffe34fc61970d283a9418dd340df859cd21a69 | [
"Apache-2.0"
] | null | null | null | rmw_iceoryx_cpp/src/internal/iceoryx_deserialize.cpp | thomas-moulard/rmw_iceoryx | b3ffe34fc61970d283a9418dd340df859cd21a69 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) 2019 by Robert Bosch GmbH. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... | 38.140461 | 100 | 0.733194 | [
"vector"
] |
613f81a2be429a23f98e56b261f33947f9ceb4ac | 3,346 | cpp | C++ | GWEN/src/Controls/PanelListPanel.cpp | hpidcock/gbsfml | e3aa990dff8c6b95aef92bab3e94affb978409f2 | [
"Zlib"
] | null | null | null | GWEN/src/Controls/PanelListPanel.cpp | hpidcock/gbsfml | e3aa990dff8c6b95aef92bab3e94affb978409f2 | [
"Zlib"
] | null | null | null | GWEN/src/Controls/PanelListPanel.cpp | hpidcock/gbsfml | e3aa990dff8c6b95aef92bab3e94affb978409f2 | [
"Zlib"
] | null | null | null | #include "stdafx.h"
#include "Gwen/Controls/PanelListPanel.h"
using namespace Gwen;
using namespace Controls;
GWEN_CONTROL_CONSTRUCTOR( PanelListPanel )
{
m_bVertical = false;
m_bSizeToChildren = true;
m_iControlSpacing = 5;
m_iLineSpacing = 5;
m_bWrapping = true;
}
void PanelListPanel::Render( G... | 23.075862 | 80 | 0.63419 | [
"render"
] |
61412b7e61fd5d8f8334bf12f513ca80c72c3aa7 | 4,359 | hpp | C++ | src/algebra/fields/fp6_2over3.hpp | ThisIsNotOfficialCodeItsJustForks/libsnark | 6c23407a73ecc8d7648772886f2cd500cd8560a7 | [
"MIT"
] | 16 | 2017-03-12T17:10:00.000Z | 2021-11-04T14:42:25.000Z | src/algebra/fields/fp6_2over3.hpp | ThisIsNotOfficialCodeItsJustForks/libsnark | 6c23407a73ecc8d7648772886f2cd500cd8560a7 | [
"MIT"
] | null | null | null | src/algebra/fields/fp6_2over3.hpp | ThisIsNotOfficialCodeItsJustForks/libsnark | 6c23407a73ecc8d7648772886f2cd500cd8560a7 | [
"MIT"
] | 12 | 2017-06-26T20:20:37.000Z | 2021-11-04T14:42:18.000Z | /** @file
*****************************************************************************
Declaration of arithmetic in the finite field F[(p^3)^2]
*****************************************************************************
* @author This file is part of libsnark, developed by SCIPR Lab
* and contri... | 39.990826 | 123 | 0.68479 | [
"vector"
] |
6143c3eaa145a39299be0227dd10be90c1994984 | 24,896 | cpp | C++ | src/ui.cpp | IcingTomato/WioTerminal-LoRaWAN-Gateway-Tester | 156a9182aa99f4f9a7e1ea2fc92957ac76643f58 | [
"MIT"
] | 2 | 2022-01-22T06:34:07.000Z | 2022-03-30T08:03:58.000Z | src/ui.cpp | IcingTomato/WioTerminal-LoRaWAN-Gateway-Tester | 156a9182aa99f4f9a7e1ea2fc92957ac76643f58 | [
"MIT"
] | 3 | 2021-09-13T08:19:36.000Z | 2022-01-29T23:55:47.000Z | src/ui.cpp | IcingTomato/WioTerminal-LoRaWAN-Gateway-Tester | 156a9182aa99f4f9a7e1ea2fc92957ac76643f58 | [
"MIT"
] | 5 | 2021-08-04T08:17:15.000Z | 2021-10-14T02:49:09.000Z | #include <Arduino.h>
#include "config.h"
#include "fonts.h"
#include "testeur.h"
#include "ui.h"
#include "gps.h"
#include "E5_Module.h"
#include "SqQueue.h"
LGFX lcd;
LGFX_Sprite sprite(&lcd);
#define X_OFFSET 2
#define Y_OFFSET 0
#define X_SIZE 80
#define Y_SIZE 20
#define R_SIZE 4
#define... | 31.836317 | 173 | 0.621023 | [
"3d"
] |
6151a2c00d1175c25fc37c76c5a1be3c5ddad79d | 475,041 | cxx | C++ | panda/src/glstuff/glGraphicsStateGuardian_src.cxx | Psychotropos/panda3d | ffe4f387ae9dd6299e6002be95037a44aa5b2a27 | [
"PHP-3.01",
"PHP-3.0"
] | null | null | null | panda/src/glstuff/glGraphicsStateGuardian_src.cxx | Psychotropos/panda3d | ffe4f387ae9dd6299e6002be95037a44aa5b2a27 | [
"PHP-3.01",
"PHP-3.0"
] | null | null | null | panda/src/glstuff/glGraphicsStateGuardian_src.cxx | Psychotropos/panda3d | ffe4f387ae9dd6299e6002be95037a44aa5b2a27 | [
"PHP-3.01",
"PHP-3.0"
] | null | null | null | /**
* PANDA 3D SOFTWARE
* Copyright (c) Carnegie Mellon University. All rights reserved.
*
* All use of this software is subject to the terms of the revised BSD
* license. You should have received a copy of this license along
* with this source code in a file named "LICENSE."
*
* @file glGraphicsStateGuardian... | 32.613003 | 163 | 0.688088 | [
"geometry",
"render",
"object",
"vector",
"model",
"transform",
"3d",
"solid"
] |
6156959a3057abc947b737515b6553e3d09de29e | 10,293 | cc | C++ | hybridse/examples/toydb/src/tablet/tablet_server_impl.cc | xuman2019/OpenMLDB | 38d533cca517c2e119f574d5dc7f93469504d68a | [
"Apache-2.0"
] | 1 | 2021-11-01T10:16:37.000Z | 2021-11-01T10:16:37.000Z | hybridse/examples/toydb/src/tablet/tablet_server_impl.cc | xuman2019/OpenMLDB | 38d533cca517c2e119f574d5dc7f93469504d68a | [
"Apache-2.0"
] | null | null | null | hybridse/examples/toydb/src/tablet/tablet_server_impl.cc | xuman2019/OpenMLDB | 38d533cca517c2e119f574d5dc7f93469504d68a | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2021 4Paradigm
*
* 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 ... | 35.615917 | 80 | 0.577383 | [
"vector"
] |
6160ca2fad3ad8bae94fed076697237d20db32d5 | 19,905 | cpp | C++ | src/execution_tree/primitives/less.cpp | rtohid/phylanx | c2e4e8e531c204a70b1907995b1fd467870e6d9d | [
"BSL-1.0"
] | null | null | null | src/execution_tree/primitives/less.cpp | rtohid/phylanx | c2e4e8e531c204a70b1907995b1fd467870e6d9d | [
"BSL-1.0"
] | null | null | null | src/execution_tree/primitives/less.cpp | rtohid/phylanx | c2e4e8e531c204a70b1907995b1fd467870e6d9d | [
"BSL-1.0"
] | null | null | null | // Copyright (c) 2017-2018 Hartmut Kaiser
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <phylanx/config.hpp>
#include <phylanx/execution_tree/primitives/less.hpp>
#include <phylanx/ir/node_data.hpp... | 34.142367 | 80 | 0.513188 | [
"vector"
] |
6164b0cb41bdaac26990819122a1a01fcf158c69 | 4,802 | cpp | C++ | lib/pxr/usd/usdAi/wrapAiShaderExport.cpp | chunkified/usd-arnold | e344f002a1073b37b837882417588e689dc73673 | [
"Apache-2.0"
] | 57 | 2017-07-29T10:28:06.000Z | 2022-02-27T09:40:38.000Z | lib/pxr/usd/usdAi/wrapAiShaderExport.cpp | BigRoy/usd-arnold | 8df3f080119016ed571e1dc0db68849a1cb81c25 | [
"Apache-2.0"
] | 35 | 2017-07-31T01:31:11.000Z | 2020-04-24T00:50:31.000Z | lib/pxr/usd/usdAi/wrapAiShaderExport.cpp | BigRoy/usd-arnold | 8df3f080119016ed571e1dc0db68849a1cb81c25 | [
"Apache-2.0"
] | 12 | 2017-07-29T06:46:00.000Z | 2021-08-14T23:38:55.000Z | //
// Copyright 2016 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trad... | 35.308824 | 142 | 0.66868 | [
"object"
] |
616df244ddef7205c7de7d55a13d7492e4148bd2 | 11,979 | cxx | C++ | Modules/Visualization/MonteverdiGui/src/mvdLayerStackWidget.cxx | heralex/OTB | c52b504b64dc89c8fe9cac8af39b8067ca2c3a57 | [
"Apache-2.0"
] | 317 | 2015-01-19T08:40:58.000Z | 2022-03-17T11:55:48.000Z | Modules/Visualization/MonteverdiGui/src/mvdLayerStackWidget.cxx | guandd/OTB | 707ce4c6bb4c7186e3b102b2b00493a5050872cb | [
"Apache-2.0"
] | 18 | 2015-07-29T14:13:45.000Z | 2021-03-29T12:36:24.000Z | Modules/Visualization/MonteverdiGui/src/mvdLayerStackWidget.cxx | guandd/OTB | 707ce4c6bb4c7186e3b102b2b00493a5050872cb | [
"Apache-2.0"
] | 132 | 2015-02-21T23:57:25.000Z | 2022-03-25T16:03:16.000Z | /*
* Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
*
* This file is part of Orfeo Toolbox
*
* https://www.orfeo-toolbox.org/
*
* 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 ... | 30.558673 | 150 | 0.556223 | [
"object",
"model"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.