hexsha stringlengths 40 40 | size int64 7 1.05M | ext stringclasses 13
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 4 269 | max_stars_repo_name stringlengths 5 108 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 9 | max_stars_count int64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 4 269 | max_issues_repo_name stringlengths 5 116 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 9 | max_issues_count int64 1 67k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 4 269 | max_forks_repo_name stringlengths 5 116 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 9 | max_forks_count int64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 7 1.05M | avg_line_length float64 1.21 330k | max_line_length int64 6 990k | alphanum_fraction float64 0.01 0.99 | author_id stringlengths 2 40 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f599d9642710d3378e3cf23fd1b892b2c221f6bf | 790 | cc | C++ | chrome/browser/ui/tabs/tab_strip_model_utils.cc | xzhan96/chromium.src | 1bd0cf3997f947746c0fc5406a2466e7b5f6159e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2019-01-28T08:09:58.000Z | 2021-11-15T15:32:10.000Z | chrome/browser/ui/tabs/tab_strip_model_utils.cc | emilio/chromium.src | 1bd0cf3997f947746c0fc5406a2466e7b5f6159e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/ui/tabs/tab_strip_model_utils.cc | emilio/chromium.src | 1bd0cf3997f947746c0fc5406a2466e7b5f6159e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 6 | 2020-09-23T08:56:12.000Z | 2021-11-18T03:40:49.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/ui/tabs/tab_strip_model_utils.h"
#include "chrome/browser/ui/tabs/tab_strip_model.h"
#include "components/history/core/brows... | 32.916667 | 76 | 0.706329 | xzhan96 |
f59aada8dd2a16a3e0044628da6196866b8a6968 | 554 | cpp | C++ | src/noj_am/BOJ_18870.cpp | ginami0129g/my-problem-solving | b173b5df42354b206839711fa166fcd515c6a69c | [
"Beerware"
] | 1 | 2020-06-01T12:19:31.000Z | 2020-06-01T12:19:31.000Z | src/noj_am/BOJ_18870.cpp | ginami0129g/my-study-history | b173b5df42354b206839711fa166fcd515c6a69c | [
"Beerware"
] | 23 | 2020-11-08T07:14:02.000Z | 2021-02-11T11:16:00.000Z | src/noj_am/BOJ_18870.cpp | ginami0129g/my-problem-solving | b173b5df42354b206839711fa166fcd515c6a69c | [
"Beerware"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
int n, num, cnt;
vector<pair<int, int> > arr;
vector<int> ans;
int main(void) {
cin.tie(NULL);
ios_base::sync_with_stdio(false);
cin >> n;
for (int i = 0; i < n; ++i) {
cin >> num;
arr.push_back({num, i});
}
sort(arr.begin(), arr.end());
ans.assign(... | 20.518519 | 48 | 0.516245 | ginami0129g |
f59dceeaa59eccbc4a9a0dd43b0ab7c11ef19dcc | 11,421 | hpp | C++ | include/Nazara/Network/ENetPeer.hpp | waruqi/NazaraEngine | a64de1ffe8b0790622a0b1cae5759c96b4f86907 | [
"BSD-3-Clause-Clear",
"Apache-2.0",
"MIT"
] | 376 | 2015-01-09T03:14:48.000Z | 2022-03-26T17:59:18.000Z | include/Nazara/Network/ENetPeer.hpp | waruqi/NazaraEngine | a64de1ffe8b0790622a0b1cae5759c96b4f86907 | [
"BSD-3-Clause-Clear",
"Apache-2.0",
"MIT"
] | 252 | 2015-01-21T17:34:39.000Z | 2022-03-20T16:15:50.000Z | include/Nazara/Network/ENetPeer.hpp | waruqi/NazaraEngine | a64de1ffe8b0790622a0b1cae5759c96b4f86907 | [
"BSD-3-Clause-Clear",
"Apache-2.0",
"MIT"
] | 104 | 2015-01-18T11:03:41.000Z | 2022-03-11T05:40:47.000Z | /*
Copyright(c) 2002 - 2016 Lee Salzman
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, publish, distribu... | 44.788235 | 460 | 0.637685 | waruqi |
f59e440a647b2c2c41f5832f27f3be9cac755a8b | 6,483 | cpp | C++ | csgo-crow/AntiCheatServer/NoCheatZ/server-plugin/Code/Systems/Testers/EyeAnglesTester.cpp | im6705/csgo_full | 6c50221c5b6441ebf689e3a1cb4978510fab0b27 | [
"Apache-2.0"
] | null | null | null | csgo-crow/AntiCheatServer/NoCheatZ/server-plugin/Code/Systems/Testers/EyeAnglesTester.cpp | im6705/csgo_full | 6c50221c5b6441ebf689e3a1cb4978510fab0b27 | [
"Apache-2.0"
] | null | null | null | csgo-crow/AntiCheatServer/NoCheatZ/server-plugin/Code/Systems/Testers/EyeAnglesTester.cpp | im6705/csgo_full | 6c50221c5b6441ebf689e3a1cb4978510fab0b27 | [
"Apache-2.0"
] | null | null | null | /*
Copyright 2012 - Le Padellec Sylvain
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... | 29.202703 | 154 | 0.700602 | im6705 |
f59ee6395e1e11db0bd828cbd26bb2eabff33dd1 | 320 | cpp | C++ | algorithms/MaximumSubarray/solution.cpp | senlinzhan/algorithms | 8a8ba89844d645f3e0461e81e25c0bb44b837521 | [
"MIT"
] | 2 | 2017-12-02T05:47:10.000Z | 2018-01-08T08:43:15.000Z | algorithms/MaximumSubarray/solution.cpp | senlinzhan/algorithms | 8a8ba89844d645f3e0461e81e25c0bb44b837521 | [
"MIT"
] | null | null | null | algorithms/MaximumSubarray/solution.cpp | senlinzhan/algorithms | 8a8ba89844d645f3e0461e81e25c0bb44b837521 | [
"MIT"
] | 1 | 2018-07-06T02:14:18.000Z | 2018-07-06T02:14:18.000Z | class Solution {
public:
int maxSubArray(vector<int>& nums) {
int maxSum = INT_MIN;
int sum = 0;
for (int i = 0; i < nums.size(); i++)
{
sum = std::max(sum + nums[i], nums[i]);
maxSum = std::max(maxSum, sum);
}
return maxSum;
}
};
| 21.333333 | 51 | 0.44375 | senlinzhan |
f5a0b653ea5123444f44a63d1c5db33502ead90a | 1,528 | hpp | C++ | include/engge/Engine/Camera.hpp | scemino/engge | 3362ad56b67f58bdc89f7eb1a77f0f75bd350e1f | [
"MIT"
] | 127 | 2018-12-09T18:40:02.000Z | 2022-03-06T00:10:07.000Z | include/engge/Engine/Camera.hpp | scemino/engge | 3362ad56b67f58bdc89f7eb1a77f0f75bd350e1f | [
"MIT"
] | 267 | 2019-02-26T22:16:48.000Z | 2022-02-09T09:49:22.000Z | include/engge/Engine/Camera.hpp | scemino/engge | 3362ad56b67f58bdc89f7eb1a77f0f75bd350e1f | [
"MIT"
] | 17 | 2019-02-26T20:45:34.000Z | 2021-06-17T15:06:26.000Z | #pragma once
#include <memory>
#include <optional>
#include "Interpolations.hpp"
#include <glm/vec2.hpp>
#include <ngf/System/TimeSpan.h>
#include <ngf/Graphics/Rect.h>
namespace ng {
class Engine;
class Camera {
public:
Camera();
virtual ~Camera();
/// @brief Pans the camera to the target position in a specifi... | 31.183673 | 108 | 0.712042 | scemino |
f5a2fe8e78bf109afa2d188699109d4d1c727f36 | 1,110 | cpp | C++ | leetcode/word-search.cpp | sounishnath003/practice-180D-strategy | 2778c861407a2be04168d5dfa6135a4b624029fc | [
"Apache-2.0"
] | null | null | null | leetcode/word-search.cpp | sounishnath003/practice-180D-strategy | 2778c861407a2be04168d5dfa6135a4b624029fc | [
"Apache-2.0"
] | null | null | null | leetcode/word-search.cpp | sounishnath003/practice-180D-strategy | 2778c861407a2be04168d5dfa6135a4b624029fc | [
"Apache-2.0"
] | 1 | 2020-10-07T15:02:09.000Z | 2020-10-07T15:02:09.000Z | class Solution {
public:
bool dfs(vector<vector<char>> &board, int row, int col, string &word, int wc)
{
if(wc == (int) word.length()){
return true;
}
if(row < 0 or row >= board.size() or col < 0 or col >= board[row].size() or board[row][col] != word[wc])
{
return false;
}
{... | 27.75 | 108 | 0.455856 | sounishnath003 |
f5a716fac30584103d6f23cb125394106392f88d | 4,166 | cpp | C++ | lecture21/Graph.cpp | jamesmtuck/ncstate_ece309_examples | 4f36ac249af8a7910c146994abd541b03d7fdbd9 | [
"MIT"
] | 11 | 2018-08-09T14:35:14.000Z | 2019-12-12T02:34:28.000Z | lecture21/Graph.cpp | jamesmtuck/ncstate_ece309_examples | 4f36ac249af8a7910c146994abd541b03d7fdbd9 | [
"MIT"
] | null | null | null | lecture21/Graph.cpp | jamesmtuck/ncstate_ece309_examples | 4f36ac249af8a7910c146994abd541b03d7fdbd9 | [
"MIT"
] | 30 | 2018-09-02T16:59:17.000Z | 2020-01-07T19:21:43.000Z | #include <stdio.h>
#include <iostream>
#include "Graph.h"
#include "IntegerSet.h"
#include "Queue.h"
SparseGraph::SparseGraph(int n) : Graph(n) { nodes = new Node[numNodes]; }
void SparseGraph::addEdge(int v1, int v2) {
nodes[v1].edge.append(v2);
nodes[v2].edge.append(v1);
}
bool SparseGraph::isAdjacent(int v1... | 21.147208 | 74 | 0.621459 | jamesmtuck |
f5a934acb2b63f19c61facd572b01b01fbe5d2c8 | 3,532 | hpp | C++ | src/hash_map.hpp | kophy/TinySTL | 366c2f585344a249846f4087904d509fa71e419e | [
"MIT"
] | 5 | 2017-05-04T12:21:09.000Z | 2019-03-28T09:29:50.000Z | src/hash_map.hpp | kophy/TinySTL | 366c2f585344a249846f4087904d509fa71e419e | [
"MIT"
] | null | null | null | src/hash_map.hpp | kophy/TinySTL | 366c2f585344a249846f4087904d509fa71e419e | [
"MIT"
] | null | null | null | #ifndef __TINYSTL_HASH_MAP__
#define __TINYSTL_HASH_MAP__
#include "hash_table.hpp"
#include "allocator.hpp"
#include "utils.hpp"
namespace TinySTL {
template <typename Key, typename Value>
static bool isEqualKey(const Pair<const Key, Value> &a, const Pair<const Key, Value> &b) {
return a.first == b.f... | 36.791667 | 125 | 0.507928 | kophy |
f5aa0118dcc76527f14b2d6720f25e56214cddd7 | 5,115 | cpp | C++ | src/StdvNormalizer.cpp | BR903/percolator | 2d9315699cf3309421b83c4c21ce8275ede87089 | [
"Apache-2.0"
] | 71 | 2015-03-30T17:22:52.000Z | 2022-01-01T14:19:23.000Z | src/StdvNormalizer.cpp | BR903/percolator | 2d9315699cf3309421b83c4c21ce8275ede87089 | [
"Apache-2.0"
] | 190 | 2015-01-27T16:18:58.000Z | 2022-03-31T16:49:58.000Z | src/StdvNormalizer.cpp | BR903/percolator | 2d9315699cf3309421b83c4c21ce8275ede87089 | [
"Apache-2.0"
] | 45 | 2015-04-13T13:42:35.000Z | 2021-12-17T08:26:21.000Z | /*******************************************************************************
Copyright 2006-2012 Lukas Käll <lukas.kall@scilifelab.se>
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:... | 26.640625 | 81 | 0.527273 | BR903 |
f5aab048acb471224d4968ff15a833a9a6ab7672 | 4,241 | cpp | C++ | iai/src/v20180301/model/GetPersonBaseInfoResponse.cpp | li5ch/tencentcloud-sdk-cpp | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | [
"Apache-2.0"
] | null | null | null | iai/src/v20180301/model/GetPersonBaseInfoResponse.cpp | li5ch/tencentcloud-sdk-cpp | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | [
"Apache-2.0"
] | null | null | null | iai/src/v20180301/model/GetPersonBaseInfoResponse.cpp | li5ch/tencentcloud-sdk-cpp | 12ebfd75a399ee2791f6ac1220a79ce8a9faf7c4 | [
"Apache-2.0"
] | null | null | null | /*
* 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
... | 30.956204 | 122 | 0.674841 | li5ch |
f5aca9b4c15da8e2a8ea61c8a7b9bdb82aff1c26 | 542 | cpp | C++ | ModelViewer/LoadingWrapper.cpp | peted70/glTF-DXViewer | 1857e630fc14d19ced41c3ae9b895b017f937ab7 | [
"MIT"
] | null | null | null | ModelViewer/LoadingWrapper.cpp | peted70/glTF-DXViewer | 1857e630fc14d19ced41c3ae9b895b017f937ab7 | [
"MIT"
] | null | null | null | ModelViewer/LoadingWrapper.cpp | peted70/glTF-DXViewer | 1857e630fc14d19ced41c3ae9b895b017f937ab7 | [
"MIT"
] | null | null | null | #include "pch.h"
#include "LoadingWrapper.h"
using namespace std;
LoadingWrapper::LoadingWrapper(function<void()> ctor, function<void()> dtor) :
_dtor(dtor)
{
Schedule(ctor);
}
future<void> LoadingWrapper::Schedule(function<void()> fn)
{
auto disp = Windows::ApplicationModel::Core::CoreApplication::MainView->Core... | 23.565217 | 96 | 0.732472 | peted70 |
f5adf6c6a995ca354b6279e8078d9b238cd2b123 | 800 | cpp | C++ | Dataset/Leetcode/train/98/219.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | Dataset/Leetcode/train/98/219.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | Dataset/Leetcode/train/98/219.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | class Solution {
public:
// left记录当前节点的上一个节点的值
long long left = LONG_MIN;
bool XXX(TreeNode* root) {
return XXX2(root, NULL, NULL);
}
bool XXX1(TreeNode* root) {
if(!root) return true;
if(XXX(root->left)) {
// 如果上一个节点的值小于当前节点,说明满足升序,继续遍历,否则返回false
if(... | 28.571429 | 75 | 0.53 | kkcookies99 |
f5ae25e03cd71f1b1c8137f547d5c598add9ba63 | 2,524 | cpp | C++ | src/collate_result.cpp | lsilvest/crpcut | e9d694fb04599b72ebdcf6fea7d6ad598807ff41 | [
"BSD-2-Clause"
] | 1 | 2019-04-09T12:48:41.000Z | 2019-04-09T12:48:41.000Z | src/collate_result.cpp | lsilvest/crpcut | e9d694fb04599b72ebdcf6fea7d6ad598807ff41 | [
"BSD-2-Clause"
] | 2 | 2020-05-06T16:22:07.000Z | 2020-05-07T04:02:41.000Z | src/collate_result.cpp | lsilvest/crpcut | e9d694fb04599b72ebdcf6fea7d6ad598807ff41 | [
"BSD-2-Clause"
] | 1 | 2019-04-10T12:47:11.000Z | 2019-04-10T12:47:11.000Z | /*
* Copyright 2011 Bjorn Fahller <bjorn@fahller.se>
* All rights reserved
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this li... | 29.348837 | 78 | 0.669176 | lsilvest |
f5ae32e32a5638d8fef7af97cff86068943bda25 | 201 | cpp | C++ | ComputerGraphics/Script.cpp | ylzf0000/TinyGameEngine | d15c3eb80189d91ed430eca1089475213ef0cad3 | [
"MIT"
] | null | null | null | ComputerGraphics/Script.cpp | ylzf0000/TinyGameEngine | d15c3eb80189d91ed430eca1089475213ef0cad3 | [
"MIT"
] | null | null | null | ComputerGraphics/Script.cpp | ylzf0000/TinyGameEngine | d15c3eb80189d91ed430eca1089475213ef0cad3 | [
"MIT"
] | null | null | null | #include "stdafx.h"
#include "Script.h"
#include "Object.h"
#include "Mesh.h"
#include "Transform.h"
cg::Script::Script(Object *pObj) :pObject(pObj), transform(pObj->transform), pMesh(pObj->pMesh)
{}
| 22.333333 | 95 | 0.706468 | ylzf0000 |
f5aedeeaf31c124b8443217321b012f263ebce23 | 1,065 | hpp | C++ | src/backend/cuda/Param.hpp | ckeitz/arrayfire | a1a1bbbc8487a032eb27a6c894b1b3dfb19d123b | [
"BSD-3-Clause"
] | 4 | 2015-12-16T09:41:32.000Z | 2018-10-29T10:38:53.000Z | src/backend/cuda/Param.hpp | ckeitz/arrayfire | a1a1bbbc8487a032eb27a6c894b1b3dfb19d123b | [
"BSD-3-Clause"
] | 3 | 2015-11-15T18:43:47.000Z | 2015-12-16T09:43:14.000Z | src/backend/cuda/Param.hpp | pavanky/arrayfire | f983a79c7d402450bd2a704bbc1015b89f0cd504 | [
"BSD-3-Clause"
] | null | null | null | /*******************************************************
* Copyright (c) 2014, ArrayFire
* All rights reserved.
*
* This file is distributed under 3-clause BSD license.
* The complete license agreement can be obtained at:
* http://arrayfire.com/licenses/BSD-3-Clause
**********************************************... | 19.722222 | 83 | 0.504225 | ckeitz |
f5af81e36cbe38e3109c5ba6427a06852577b146 | 24,656 | cpp | C++ | src/ports/SkFontMgr_mac_ct.cpp | JimmySoftware/skia | d5a244e6c00c12f8c91c94ff4549191177dd817e | [
"BSD-3-Clause"
] | null | null | null | src/ports/SkFontMgr_mac_ct.cpp | JimmySoftware/skia | d5a244e6c00c12f8c91c94ff4549191177dd817e | [
"BSD-3-Clause"
] | null | null | null | src/ports/SkFontMgr_mac_ct.cpp | JimmySoftware/skia | d5a244e6c00c12f8c91c94ff4549191177dd817e | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright 2006 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "include/core/SkTypes.h"
#if defined(SK_BUILD_FOR_MAC) || defined(SK_BUILD_FOR_IOS)
#ifdef SK_BUILD_FOR_MAC
#import <ApplicationServices/Applicat... | 39.261146 | 103 | 0.658258 | JimmySoftware |
f5b37d1b06dc760e0ba78f9280eeca201e8afdef | 3,200 | cpp | C++ | ExplorerXP/TextUtil.cpp | avrionov/explorerxp | c68bf161bb77bf5c9b3476be0e795d23bb0b6b5f | [
"Apache-2.0"
] | 12 | 2016-11-10T01:21:48.000Z | 2022-02-16T00:03:50.000Z | ExplorerXP/TextUtil.cpp | avrionov/explorerxp | c68bf161bb77bf5c9b3476be0e795d23bb0b6b5f | [
"Apache-2.0"
] | 4 | 2021-05-28T03:58:27.000Z | 2022-01-02T13:13:36.000Z | ExplorerXP/TextUtil.cpp | avrionov/explorerxp | c68bf161bb77bf5c9b3476be0e795d23bb0b6b5f | [
"Apache-2.0"
] | 2 | 2016-12-21T15:06:39.000Z | 2022-01-26T08:43:44.000Z | /* Copyright 2002-2020 Nikolay Avrionov. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or... | 17.486339 | 74 | 0.632188 | avrionov |
f5b442608e25181a2e86f9403215f627de5eb23e | 305 | hpp | C++ | src/renderbufferformat.hpp | mharrys/gust | db458cd604d5d560844c0f7c2364f098fd6937a0 | [
"MIT"
] | 6 | 2016-07-25T06:44:23.000Z | 2020-11-08T11:19:11.000Z | src/renderbufferformat.hpp | mharrys/gust | db458cd604d5d560844c0f7c2364f098fd6937a0 | [
"MIT"
] | null | null | null | src/renderbufferformat.hpp | mharrys/gust | db458cd604d5d560844c0f7c2364f098fd6937a0 | [
"MIT"
] | 1 | 2019-06-05T13:02:32.000Z | 2019-06-05T13:02:32.000Z | #ifndef RENDERBUFFERFORMAT_HPP_INCLUDED
#define RENDERBUFFERFORMAT_HPP_INCLUDED
namespace gst
{
// Supported renderbuffer storage formats.
enum class RenderbufferFormat {
DEPTH_COMPONENT16,
DEPTH_COMPONENT24,
DEPTH_COMPONENT32,
DEPTH_COMPONENT32F
};
}
#endif
| 19.0625 | 46 | 0.727869 | mharrys |
f5b6db362dcc5ecd02e6ee4a7395142a99910b9b | 6,560 | cpp | C++ | video__win32__dx5_mouse.cpp | poikilos/golgotha | d3184dea6b061f853423e0666dba23218042e5ba | [
"CC0-1.0"
] | 5 | 2015-12-09T20:37:49.000Z | 2021-08-10T08:06:29.000Z | video__win32__dx5_mouse.cpp | poikilos/golgotha | d3184dea6b061f853423e0666dba23218042e5ba | [
"CC0-1.0"
] | 13 | 2021-09-20T16:25:30.000Z | 2022-03-17T04:59:40.000Z | video__win32__dx5_mouse.cpp | poikilos/golgotha | d3184dea6b061f853423e0666dba23218042e5ba | [
"CC0-1.0"
] | 5 | 2016-01-04T22:54:22.000Z | 2021-09-20T16:09:03.000Z | /********************************************************************** <BR>
This file is part of Crack dot Com's free source code release of
Golgotha. <a href="http://www.crack.com/golgotha_release"> <BR> for
information about compiling & licensing issues visit this URL</a>
<PRE> If that doesn't help, ... | 26.885246 | 133 | 0.653049 | poikilos |
f5bb9e00f615f3bb76cc87691eb8a7aab5dc1fd4 | 7,660 | hpp | C++ | include/Core/Transform/Polygon.hpp | mjopenglsdl/ObEngine | a56116c8cdf1ce30b7fadb749f8ca4df54e5ee36 | [
"MIT"
] | null | null | null | include/Core/Transform/Polygon.hpp | mjopenglsdl/ObEngine | a56116c8cdf1ce30b7fadb749f8ca4df54e5ee36 | [
"MIT"
] | null | null | null | include/Core/Transform/Polygon.hpp | mjopenglsdl/ObEngine | a56116c8cdf1ce30b7fadb749f8ca4df54e5ee36 | [
"MIT"
] | null | null | null | #pragma once
#include <functional>
#include <memory>
#include <optional>
#include <vector>
#include <Transform/Movable.hpp>
#include <Transform/Rect.hpp>
#include <Transform/UnitBasedObject.hpp>
#include <Transform/UnitVector.hpp>
namespace obe::Transform
{
class Polygon;
using point_index_t = unsigned int;... | 45.595238 | 156 | 0.663316 | mjopenglsdl |
f5bd16a09b8163855c372db305ffda78fa3be8f2 | 4,259 | cpp | C++ | swg_generated/cpp/qt5cpp/client/SWGMarketInfo.cpp | Reclusive-Trader/upbit-client | ca1fb02c9d4e22f6d726baf30a455a235ce0324a | [
"MIT"
] | 46 | 2021-01-07T14:53:26.000Z | 2022-03-25T10:11:16.000Z | swg_generated/cpp/qt5cpp/client/SWGMarketInfo.cpp | Reclusive-Trader/upbit-client | ca1fb02c9d4e22f6d726baf30a455a235ce0324a | [
"MIT"
] | 4 | 2021-02-20T05:21:29.000Z | 2022-03-01T12:53:02.000Z | swg_generated/cpp/qt5cpp/client/SWGMarketInfo.cpp | Reclusive-Trader/upbit-client | ca1fb02c9d4e22f6d726baf30a455a235ce0324a | [
"MIT"
] | 59 | 2021-01-07T11:58:10.000Z | 2022-02-15T06:11:33.000Z | /**
* Upbit Open API
* ## REST API for Upbit Exchange - Base URL: [https://api.upbit.com] - Official Upbit API Documents: [https://docs.upbit.com] - Official Support email: [open-api@upbit.com]
*
* OpenAPI spec version: 1.0.0
* Contact: ujhin942@gmail.com
*
* NOTE: This class is auto generated by the swagger co... | 25.201183 | 174 | 0.669641 | Reclusive-Trader |
f5bf0ad176c860aed0ec40730959b6320c256315 | 35,812 | cpp | C++ | DT3LevelEditor/Animation/EdLevelAnimationWindow.cpp | nemerle/DT3 | 801615d507eda9764662f3a34339aa676170e93a | [
"MIT"
] | 3 | 2016-01-27T13:17:18.000Z | 2019-03-19T09:18:25.000Z | DT3LevelEditor/Animation/EdLevelAnimationWindow.cpp | nemerle/DT3 | 801615d507eda9764662f3a34339aa676170e93a | [
"MIT"
] | 1 | 2016-01-28T14:39:49.000Z | 2016-01-28T22:12:07.000Z | DT3LevelEditor/Animation/EdLevelAnimationWindow.cpp | adderly/DT3 | e2605be091ec903d3582e182313837cbaf790857 | [
"MIT"
] | 3 | 2016-01-25T16:44:51.000Z | 2021-01-29T19:59:45.000Z | //==============================================================================
///
/// File: EdLevelAnimationWindow.cpp
///
/// Copyright (C) 2000-2014 by Smells Like Donkey Software Inc. All rights reserved.
///
/// This file is subject to the terms and conditions defined in
/// file 'LICENSE.txt', which is part o... | 34.500963 | 211 | 0.501703 | nemerle |
f5c0688dd156ba862e9571e1a778a5dded3474dd | 19,353 | cpp | C++ | src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit_test.cpp | evergage/mongo | 887ce0b9730bc9f43b5fe7627a71659b84b68026 | [
"Apache-2.0"
] | null | null | null | src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit_test.cpp | evergage/mongo | 887ce0b9730bc9f43b5fe7627a71659b84b68026 | [
"Apache-2.0"
] | null | null | null | src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit_test.cpp | evergage/mongo | 887ce0b9730bc9f43b5fe7627a71659b84b68026 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright (C) 2018 MongoDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be usef... | 36.241573 | 98 | 0.660931 | evergage |
f5c1054a308d3b17d7a75fc95ddf2f5624dd9ea8 | 12,266 | cpp | C++ | folly/experimental/coro/test/AsyncGeneratorTest.cpp | muralivemulapati/folly | d7808b52813448e4535455e87fbea838a2307ce7 | [
"Apache-2.0"
] | null | null | null | folly/experimental/coro/test/AsyncGeneratorTest.cpp | muralivemulapati/folly | d7808b52813448e4535455e87fbea838a2307ce7 | [
"Apache-2.0"
] | null | null | null | folly/experimental/coro/test/AsyncGeneratorTest.cpp | muralivemulapati/folly | d7808b52813448e4535455e87fbea838a2307ce7 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2019-present Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | 27.502242 | 78 | 0.628974 | muralivemulapati |
f5c335aa22be901327562676c585b56e34c7da99 | 9,922 | cxx | C++ | com/oleutest/stgbvt/comtools/cmdlinew/culong.cxx | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | com/oleutest/stgbvt/comtools/cmdlinew/culong.cxx | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | com/oleutest/stgbvt/comtools/cmdlinew/culong.cxx | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | //+------------------------------------------------------------------
//
// File: culong.cxx
//
// Contents: implementation for CUlongCmdlineObj
//
// Synoposis: Encapsulates a command line switch which takes an
// unsigned long value, eg: /maxusers:10
//
// Classes: CUlongCmdlineO... | 30.435583 | 80 | 0.476618 | npocmaka |
f5c439f14ae46e7826367041aa2f7d45ce4728e8 | 600 | cpp | C++ | frameworks/compile/mclinker/lib/LD/BinaryReader.cpp | touxiong88/92_mediatek | 5e96a7bb778fd9d9b335825584664e0c8b5ff2c7 | [
"Apache-2.0"
] | 1 | 2022-01-07T01:53:19.000Z | 2022-01-07T01:53:19.000Z | frameworks/compile/mclinker/lib/LD/BinaryReader.cpp | touxiong88/92_mediatek | 5e96a7bb778fd9d9b335825584664e0c8b5ff2c7 | [
"Apache-2.0"
] | null | null | null | frameworks/compile/mclinker/lib/LD/BinaryReader.cpp | touxiong88/92_mediatek | 5e96a7bb778fd9d9b335825584664e0c8b5ff2c7 | [
"Apache-2.0"
] | 1 | 2020-02-28T02:48:42.000Z | 2020-02-28T02:48:42.000Z | //===- BinaryReader.cpp ---------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------------------... | 30 | 80 | 0.336667 | touxiong88 |
f5c52e1ac31fdcdac60c7b27e3ee47cb3433f7b9 | 4,698 | hpp | C++ | test/sgraph/sgraph_check_degree_count.hpp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 1 | 2018-12-15T20:03:51.000Z | 2018-12-15T20:03:51.000Z | test/sgraph/sgraph_check_degree_count.hpp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 3 | 2021-09-08T02:18:00.000Z | 2022-03-12T00:39:44.000Z | test/sgraph/sgraph_check_degree_count.hpp | ZeroInfinite/turicreate | dd210c2563930881abd51fd69cb73007955b33fd | [
"BSD-3-Clause"
] | 1 | 2019-06-01T18:49:28.000Z | 2019-06-01T18:49:28.000Z | /* Copyright © 2017 Apple Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
*/
#ifndef TURI_SGRAPH_TEST_DEGREE_COUNT_HPP
#define TURI_SGRAPH_TEST_DEGREE_COUNT_HPP
#include <sgrap... | 48.43299 | 117 | 0.702214 | shreyasvj25 |
f5c5d8e508da0c221d706f97a668b23b2a37a3bd | 320 | cpp | C++ | src/IceRay/material/pattern/noise/cells.cpp | dmilos/IceRay | 4e01f141363c0d126d3c700c1f5f892967e3d520 | [
"MIT-0"
] | 2 | 2020-09-04T12:27:15.000Z | 2022-01-17T14:49:40.000Z | src/IceRay/material/pattern/noise/cells.cpp | dmilos/IceRay | 4e01f141363c0d126d3c700c1f5f892967e3d520 | [
"MIT-0"
] | null | null | null | src/IceRay/material/pattern/noise/cells.cpp | dmilos/IceRay | 4e01f141363c0d126d3c700c1f5f892967e3d520 | [
"MIT-0"
] | 1 | 2020-09-04T12:27:52.000Z | 2020-09-04T12:27:52.000Z | #include "./cells.hpp"
namespace GS_DDMRM
{
namespace S_IceRay
{
namespace S_material
{
namespace S_pattern
{
namespace S_noise
{
GS_DDMRM::S_IceRay::S_utility::S_table::GC_value<3,1> GC_cells::M2s_table;
}
}
}
}
}
| 14.545455 | 85 | 0.503125 | dmilos |
f5c7bbf52297d1b8792ae291df46b9db6ff3e567 | 2,260 | cc | C++ | src/cartographer_ros-release-1.0/cartographer_ros/cartographer_ros/ros_log_sink.cc | Louis-AD-git/racecar_ws | 3c5cb561d1aee11d80a7f3847e0334e93f345513 | [
"MIT"
] | 1,019 | 2016-08-04T14:52:11.000Z | 2020-04-02T09:08:03.000Z | cartographer_ros/cartographer_ros/ros_log_sink.cc | magiccjae/cartographer_ros | e2b20a052de03f188e3d65e88932d7ccec14a14a | [
"Apache-2.0"
] | 1,194 | 2016-08-03T12:52:12.000Z | 2020-04-03T04:53:11.000Z | cartographer_ros/cartographer_ros/ros_log_sink.cc | magiccjae/cartographer_ros | e2b20a052de03f188e3d65e88932d7ccec14a14a | [
"Apache-2.0"
] | 795 | 2016-08-03T11:01:22.000Z | 2020-04-03T13:05:21.000Z | /*
* Copyright 2016 The Cartographer 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... | 29.350649 | 77 | 0.672566 | Louis-AD-git |
f5caf7fa5c74e321e9096368497c76f477d0633c | 21,479 | cpp | C++ | scopeprotocols/FIRFilter.cpp | adamgreig/scopehal | a96ed51a6122ce5595dc5ccf676e82fb3ab2ac47 | [
"BSD-3-Clause"
] | 1 | 2020-12-27T14:58:48.000Z | 2020-12-27T14:58:48.000Z | scopeprotocols/FIRFilter.cpp | pd0wm/scopehal | da5dd5a79cd24726ba9da4a9c6356e0b0b4c2dcc | [
"BSD-3-Clause"
] | null | null | null | scopeprotocols/FIRFilter.cpp | pd0wm/scopehal | da5dd5a79cd24726ba9da4a9c6356e0b0b4c2dcc | [
"BSD-3-Clause"
] | null | null | null | /***********************************************************************************************************************
* *
* ANTIKERNEL v0.1 ... | 31.402047 | 120 | 0.622701 | adamgreig |
f5ccb13a069bd4e6510be3c0edd2a7ea4508684d | 3,295 | cpp | C++ | test/performance/alphabet/alphabet_assign_char_benchmark.cpp | mr-c/seqan3 | f1975b614937c497e578a079180a1322442dde3a | [
"CC0-1.0",
"CC-BY-4.0"
] | null | null | null | test/performance/alphabet/alphabet_assign_char_benchmark.cpp | mr-c/seqan3 | f1975b614937c497e578a079180a1322442dde3a | [
"CC0-1.0",
"CC-BY-4.0"
] | null | null | null | test/performance/alphabet/alphabet_assign_char_benchmark.cpp | mr-c/seqan3 | f1975b614937c497e578a079180a1322442dde3a | [
"CC0-1.0",
"CC-BY-4.0"
] | null | null | null | // -----------------------------------------------------------------------------------------------------
// Copyright (c) 2006-2020, Knut Reinert & Freie Universität Berlin
// Copyright (c) 2016-2020, Knut Reinert & MPI für molekulare Genetik
// This file may be used, modified and/or redistributed under the terms of th... | 37.873563 | 112 | 0.700759 | mr-c |
f5cd8edcce6b2ab80301b10999ca540023b06dc7 | 28,923 | cxx | C++ | Interaction/Widgets/vtkPointHandleRepresentation3D.cxx | DmitrySemikin/vtk-mirror | 7e70ac8c84797c7603686bd9bf8030c2ad8f101f | [
"BSD-3-Clause"
] | 1 | 2021-07-21T07:15:44.000Z | 2021-07-21T07:15:44.000Z | Interaction/Widgets/vtkPointHandleRepresentation3D.cxx | DmitrySemikin/vtk-mirror | 7e70ac8c84797c7603686bd9bf8030c2ad8f101f | [
"BSD-3-Clause"
] | null | null | null | Interaction/Widgets/vtkPointHandleRepresentation3D.cxx | DmitrySemikin/vtk-mirror | 7e70ac8c84797c7603686bd9bf8030c2ad8f101f | [
"BSD-3-Clause"
] | 2 | 2020-03-24T14:09:05.000Z | 2021-09-17T09:30:26.000Z | /*=========================================================================
Program: Visualization Toolkit
Module: vtkPointHandleRepresentation3D.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
... | 32.136667 | 99 | 0.608097 | DmitrySemikin |
f5cedba503219973d90e24eda157451a4a95d3c5 | 83,256 | cpp | C++ | runtime/variable.cpp | redm-pro/mLang | 67f12ecb9f8d451d2eeab1ed00e6e709ff52945d | [
"BSD-3-Clause"
] | null | null | null | runtime/variable.cpp | redm-pro/mLang | 67f12ecb9f8d451d2eeab1ed00e6e709ff52945d | [
"BSD-3-Clause"
] | null | null | null | runtime/variable.cpp | redm-pro/mLang | 67f12ecb9f8d451d2eeab1ed00e6e709ff52945d | [
"BSD-3-Clause"
] | null | null | null | /*
$Author = Sargis Ananyan;
$Corp = RedM Inc;
$Web = https://redm.pro/;
$Lincese = BSD 3;
$Name = mLang;
$Description = A programming language for web programming.;
*/
#pragma once
bool empty_bool __attribute__ ((weak));
int empty_int __attribute__ ((weak));
double empty_float __attribute__ ((weak));
string empty_st... | 23.255866 | 142 | 0.58576 | redm-pro |
f5cfafb744c7a053234516e2b4e10677edfc6c9f | 9,424 | cpp | C++ | src/models/bwc/stsu_data_istream.cpp | steptosky/3DsMax-X-Obj-Exporter | c70f5a60056ee71aba1569f1189c38b9e01d2f0e | [
"BSD-3-Clause"
] | 20 | 2017-07-07T06:07:30.000Z | 2022-03-09T12:00:57.000Z | src/models/bwc/stsu_data_istream.cpp | steptosky/3DsMax-X-Obj-Exporter | c70f5a60056ee71aba1569f1189c38b9e01d2f0e | [
"BSD-3-Clause"
] | 28 | 2017-07-07T06:08:27.000Z | 2022-03-09T12:09:23.000Z | src/models/bwc/stsu_data_istream.cpp | steptosky/3DsMax-X-Obj-Exporter | c70f5a60056ee71aba1569f1189c38b9e01d2f0e | [
"BSD-3-Clause"
] | 7 | 2018-01-24T19:43:22.000Z | 2020-01-06T00:05:40.000Z | /*
** Copyright(C) 2017, StepToSky
**
** Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions are met:
**
** 1.Redistributions of source code must retain the above copyright notice, this
** list of conditions and the following di... | 32.608997 | 106 | 0.463073 | steptosky |
f5d718cde2194d572b700cd9ed350c21a449b747 | 17,638 | cpp | C++ | src/qt/blocknetquicksend.cpp | mraksoll4/scalaris1 | f6e677780f51d570ff1ad8177e003fb8936aacc0 | [
"MIT"
] | 2 | 2021-04-11T15:25:15.000Z | 2021-10-01T17:37:19.000Z | src/qt/blocknetquicksend.cpp | mraksoll4/scalaris1 | f6e677780f51d570ff1ad8177e003fb8936aacc0 | [
"MIT"
] | null | null | null | src/qt/blocknetquicksend.cpp | mraksoll4/scalaris1 | f6e677780f51d570ff1ad8177e003fb8936aacc0 | [
"MIT"
] | 5 | 2021-03-24T11:53:45.000Z | 2021-11-24T00:49:08.000Z | // Copyright (c) 2018-2019 The Blocknet developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <qt/blocknetquicksend.h>
#include <qt/blocknetaddressbook.h>
#include <qt/blocknethdiv.h>
#include <qt/blockneticonbtn.... | 46.052219 | 141 | 0.688003 | mraksoll4 |
f5d736ca137cd0cc012a6c46249853388c41060f | 10,851 | cpp | C++ | src/tty_interface.cpp | lanza/fzy | b5a04d7789f84a55d05f683cc443739e8fcae5c7 | [
"MIT"
] | null | null | null | src/tty_interface.cpp | lanza/fzy | b5a04d7789f84a55d05f683cc443739e8fcae5c7 | [
"MIT"
] | null | null | null | src/tty_interface.cpp | lanza/fzy | b5a04d7789f84a55d05f683cc443739e8fcae5c7 | [
"MIT"
] | null | null | null | #include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../config.h"
#include "fzxx/match.h"
#include "fzxx/tty_interface.h"
static int isprint_unicode(char c) { return isprint(c) || c & (1 << 7); }
static int is_boundary(char c) { return ~c & (1 << 7) || c & (1 << 6); }
static void ... | 27.263819 | 79 | 0.61469 | lanza |
f5d75d5299d2004eb65463fa93108348b0cf7f4c | 20,819 | cpp | C++ | src/storage/data_table.cpp | hjhhsy120/terrier | c53e1ac9de629ec340c42e9797a7460fdf2a56dc | [
"MIT"
] | 1 | 2019-03-08T18:59:57.000Z | 2019-03-08T18:59:57.000Z | src/storage/data_table.cpp | LiuXiaoxuanPKU/terrier | 35916e9435201016903d8a01e3f587b8edb36f0b | [
"MIT"
] | 34 | 2019-03-21T20:47:59.000Z | 2019-05-17T06:06:46.000Z | src/storage/data_table.cpp | LiuXiaoxuanPKU/terrier | 35916e9435201016903d8a01e3f587b8edb36f0b | [
"MIT"
] | null | null | null | #include "storage/data_table.h"
#include <pthread.h>
#include <cstring>
#include <list>
#include <unordered_map>
#include "common/allocator.h"
#include "storage/block_access_controller.h"
#include "storage/storage_util.h"
#include "transaction/transaction_context.h"
#include "transaction/transaction_util.h"
namespace ... | 48.870892 | 120 | 0.706662 | hjhhsy120 |
f5d9a478ce87317c90a39a2bb45891a397feaf34 | 14,016 | cpp | C++ | tilefetcher.cpp | ateijelo/steps | 85392492fd6011c7af8f2de1604abee6f6f4b9df | [
"Apache-2.0"
] | 1 | 2019-06-03T21:20:49.000Z | 2019-06-03T21:20:49.000Z | tilefetcher.cpp | ateijelo/steps | 85392492fd6011c7af8f2de1604abee6f6f4b9df | [
"Apache-2.0"
] | null | null | null | tilefetcher.cpp | ateijelo/steps | 85392492fd6011c7af8f2de1604abee6f6f4b9df | [
"Apache-2.0"
] | 1 | 2018-11-12T12:35:18.000Z | 2018-11-12T12:35:18.000Z | /*
* tilefetcher.cpp -- part of Steps, a simple maps app
*
* Copyright 2009-2016 Andy Teijelo <www.ateijelo.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.ap... | 28.37247 | 116 | 0.560859 | ateijelo |
f5d9d030b9be8ddae444348af6c7a5ba2a530626 | 49,061 | cpp | C++ | Direct3D/ShadowMap/shadowmap.cpp | walbourn/directx-sdk-legacy-samples | 93e8cc554b5ecb5cd574a06071ed784b6cb73fc5 | [
"MIT"
] | 27 | 2021-03-01T23:50:39.000Z | 2022-03-04T03:27:17.000Z | Direct3D/ShadowMap/shadowmap.cpp | walbourn/directx-sdk-legacy-samples | 93e8cc554b5ecb5cd574a06071ed784b6cb73fc5 | [
"MIT"
] | 3 | 2021-03-02T00:39:56.000Z | 2021-12-02T19:50:03.000Z | Direct3D/ShadowMap/shadowmap.cpp | walbourn/directx-sdk-legacy-samples | 93e8cc554b5ecb5cd574a06071ed784b6cb73fc5 | [
"MIT"
] | 3 | 2021-03-29T16:23:54.000Z | 2022-03-05T08:35:05.000Z | //--------------------------------------------------------------------------------------
// File: ShadowMap.cpp
//
// Starting point for new Direct3D applications
//
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License (MIT).
//----------------------------------------------------------------... | 44.763686 | 128 | 0.573001 | walbourn |
f5da2bde0c2c8159bbee2205fc934ba5da95351d | 18,998 | cpp | C++ | metric/n-api/crossfilter/ext/jsfeature_top_i64.cpp | Stepka/telegram_clustering_contest | 52a012af2ce821410caa98cba840364710eb4256 | [
"Apache-2.0"
] | 2 | 2019-12-03T17:08:04.000Z | 2021-08-25T05:06:29.000Z | metric/n-api/crossfilter/ext/jsfeature_top_i64.cpp | Stepka/telegram_clustering_contest | 52a012af2ce821410caa98cba840364710eb4256 | [
"Apache-2.0"
] | 1 | 2021-09-02T02:25:51.000Z | 2021-09-02T02:25:51.000Z | metric/n-api/crossfilter/ext/jsfeature_top_i64.cpp | Stepka/telegram_clustering_contest | 52a012af2ce821410caa98cba840364710eb4256 | [
"Apache-2.0"
] | null | null | null | /*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright (c) 2019 Panda Team
*/
#include <node_api.h>
#include "jsfeature_top.hpp"
#include "utils.hpp"
template napi_valu... | 122.567742 | 140 | 0.793662 | Stepka |
f5da61636291a496c1598e7b1bfba63cad7ea3ce | 1,970 | cpp | C++ | examples/Example5/Menu.cpp | hasaranga/RFC-Framework | 9c1881d412db6f9f7670b910a0918a631208cfd1 | [
"MIT"
] | 9 | 2017-10-02T08:15:50.000Z | 2021-08-09T21:29:46.000Z | examples/Example5/Menu.cpp | hasaranga/RFC-Framework | 9c1881d412db6f9f7670b910a0918a631208cfd1 | [
"MIT"
] | 1 | 2021-09-18T07:38:53.000Z | 2021-09-26T12:11:48.000Z | examples/Example5/Menu.cpp | hasaranga/RFC-Framework | 9c1881d412db6f9f7670b910a0918a631208cfd1 | [
"MIT"
] | 8 | 2017-10-02T13:21:29.000Z | 2021-07-30T09:35:31.000Z |
#include "../../amalgamated/rfc_amalgamated.h"
class MyWindow : public KFrame, public KMenuItemListener
{
protected:
KMenuBar menuBar;
KMenu mFile, mEdit, mHelp;
KMenuItem miOpen, miExit, miCut, miCopy, miPaste, miAbout;
public:
MyWindow()
{
this->SetText(L"My Window");
this->Create();
miOpen.SetText(L"... | 21.648352 | 100 | 0.706091 | hasaranga |
f5da84a4e5c245fc5410753b80f0f20e400a1a58 | 303 | cpp | C++ | Fun/fun_force_2_digits_cout.cpp | XuhuaHuang/EmbeddedProgramming | ce645e3993f105dbb9ed76d79f854c92e0578670 | [
"MIT"
] | 2 | 2020-09-16T20:16:27.000Z | 2020-09-23T18:10:28.000Z | Fun/fun_force_2_digits_cout.cpp | XuhuaHuang/EmbeddedProgramming | ce645e3993f105dbb9ed76d79f854c92e0578670 | [
"MIT"
] | null | null | null | Fun/fun_force_2_digits_cout.cpp | XuhuaHuang/EmbeddedProgramming | ce645e3993f105dbb9ed76d79f854c92e0578670 | [
"MIT"
] | null | null | null | #include <iostream>
#include <math.h>
using namespace std;
int main(void)
{
int numPrecision = 2;
cout.precision(numPrecision);
double a = 0;
int b = 1;
cout << "Value for \"double a\" is: " << fixed << a << endl;
cout << "Value for \"int b\" is: " /* << fixed */ << b << endl;
return 0;
}
| 15.15 | 64 | 0.577558 | XuhuaHuang |
f5db9b1cd4ab5149de5c2222e5504e1d8fafbf02 | 2,726 | cpp | C++ | Day7/Day7.cpp | ATRI17Z/adventofcode18 | 5d743d7d277b416e3b5a287b0df598c4d5d67c6f | [
"MIT"
] | 1 | 2018-12-05T18:32:50.000Z | 2018-12-05T18:32:50.000Z | Day7/Day7.cpp | ATRI17Z/adventofcode18 | 5d743d7d277b416e3b5a287b0df598c4d5d67c6f | [
"MIT"
] | null | null | null | Day7/Day7.cpp | ATRI17Z/adventofcode18 | 5d743d7d277b416e3b5a287b0df598c4d5d67c6f | [
"MIT"
] | null | null | null | #include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <map>
#include <deque>
#include <algorithm>
#include <climits>
#include <chrono>
#include "InstructionScheduler.h"
std::string getInputAsString(std::string);
std::vector<std::string> getInputPerLines(std::string);
... | 26.211538 | 127 | 0.65077 | ATRI17Z |
f5dd62ffee22fc4d427e125832b5a72e4e6777dc | 2,215 | cpp | C++ | test/test_stable_sort_large.cpp | pruthvistony/rocThrust | c986b97395d4a6cbacc7a4600d11bdf389de639a | [
"Apache-2.0"
] | null | null | null | test/test_stable_sort_large.cpp | pruthvistony/rocThrust | c986b97395d4a6cbacc7a4600d11bdf389de639a | [
"Apache-2.0"
] | null | null | null | test/test_stable_sort_large.cpp | pruthvistony/rocThrust | c986b97395d4a6cbacc7a4600d11bdf389de639a | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2008-2013 NVIDIA Corporation
* Modifications Copyright© 2019 Advanced Micro Devices, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... | 34.609375 | 83 | 0.722799 | pruthvistony |
f5def028edf9cc51d0028f1345017031b1c31b25 | 947 | cpp | C++ | #Preparation/Placement-Overview/PrepInsta/max-contiguos-array.cpp | sounishnath003/CPP-for-beginner | d4755ab4ae098d63c9a0666d8eb4d152106d4a20 | [
"MIT"
] | 4 | 2020-05-14T04:41:04.000Z | 2021-06-13T06:42:03.000Z | #Preparation/Placement-Overview/PrepInsta/max-contiguos-array.cpp | sounishnath003/CPP-for-beginner | d4755ab4ae098d63c9a0666d8eb4d152106d4a20 | [
"MIT"
] | null | null | null | #Preparation/Placement-Overview/PrepInsta/max-contiguos-array.cpp | sounishnath003/CPP-for-beginner | d4755ab4ae098d63c9a0666d8eb4d152106d4a20 | [
"MIT"
] | null | null | null | #include<bits/stdc++.h>
#define fo(i, n) for(int i = 1; i < n; i++)
using namespace std ;
#define deb(x) {cout << #x << " " << x << endl ;}
int max_contiguos_subarray(vector<int> &nums) {
stack<int> cached ;
cached.push(nums[0]) ; int n = nums.size() ;
int cnt = INT_MIN, t = 0 ;
if(is_sorted(nums.begi... | 24.921053 | 77 | 0.510032 | sounishnath003 |
f5df0e72004df1e45f4c36c00742299324900e40 | 1,209 | hpp | C++ | include/nodamushi/svd/value/void_value.hpp | nodamushi/nsvd-reader | cf3a840aaac78d5791df1cf045596ec20dc03257 | [
"CC0-1.0"
] | null | null | null | include/nodamushi/svd/value/void_value.hpp | nodamushi/nsvd-reader | cf3a840aaac78d5791df1cf045596ec20dc03257 | [
"CC0-1.0"
] | null | null | null | include/nodamushi/svd/value/void_value.hpp | nodamushi/nsvd-reader | cf3a840aaac78d5791df1cf045596ec20dc03257 | [
"CC0-1.0"
] | null | null | null | /*!
@brief value<void>
@file nodamushi/svd/value/void_value.hpp
*/
/*
* These codes are licensed under CC0.
* http://creativecommons.org/publicdomain/zero/1.0/
*/
#ifndef NODAMUSHI_SVD_VALUE_VOID_VALUE_HPP
#define NODAMUSHI_SVD_VALUE_VOID_VALUE_HPP
# include "nodamushi/svd/value.hpp"
namespace nodamushi{... | 26.866667 | 82 | 0.74359 | nodamushi |
f5e001516d43c3b57cd4f33d19473a3eef7f3e79 | 1,938 | inl | C++ | ace/OS_NS_sys_select.inl | binary42/OCI | 08191bfe4899f535ff99637d019734ed044f479d | [
"MIT"
] | null | null | null | ace/OS_NS_sys_select.inl | binary42/OCI | 08191bfe4899f535ff99637d019734ed044f479d | [
"MIT"
] | null | null | null | ace/OS_NS_sys_select.inl | binary42/OCI | 08191bfe4899f535ff99637d019734ed044f479d | [
"MIT"
] | null | null | null | // -*- C++ -*-
//
// $Id: OS_NS_sys_select.inl 2179 2013-05-28 22:16:51Z mesnierp $
#include "ace/OS_NS_errno.h"
#include "ace/OS_NS_macros.h"
#include "ace/Time_Value.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// It would be really cool to add another version of select that would
// function like the one we're defending... | 25.84 | 74 | 0.680599 | binary42 |
f5e066f0d870954ca333c029b0f98e32e4e026c1 | 2,713 | cpp | C++ | src/libharp-mpi/harp_mpi_metadata.cpp | tskisner/HARP | e21435511c3dc95ce1318c852002a95ca59634b1 | [
"BSD-3-Clause-LBNL"
] | null | null | null | src/libharp-mpi/harp_mpi_metadata.cpp | tskisner/HARP | e21435511c3dc95ce1318c852002a95ca59634b1 | [
"BSD-3-Clause-LBNL"
] | null | null | null | src/libharp-mpi/harp_mpi_metadata.cpp | tskisner/HARP | e21435511c3dc95ce1318c852002a95ca59634b1 | [
"BSD-3-Clause-LBNL"
] | null | null | null | /*
High Performance Astrophysical Reconstruction and Processing (HARP)
(c) 2014-2015, The Regents of the University of California,
through Lawrence Berkeley National Laboratory. See top
level LICENSE file for details.
*/
#include <harp_mpi_internal.hpp>
using namespace std;
using namespace harp;
mpi_spec... | 25.35514 | 122 | 0.664947 | tskisner |
f5e1f88a2f50eba65f4395e9fc1dd9ae552292da | 9,825 | cpp | C++ | src/webots/wren/WbSupportPolygonRepresentation.cpp | victorhu3/webots | 60d173850f0b4714c500db004e69f2df8cfb9e8a | [
"Apache-2.0"
] | 1 | 2020-11-11T09:31:28.000Z | 2020-11-11T09:31:28.000Z | src/webots/wren/WbSupportPolygonRepresentation.cpp | victorhu3/webots | 60d173850f0b4714c500db004e69f2df8cfb9e8a | [
"Apache-2.0"
] | 2 | 2020-05-18T12:49:14.000Z | 2020-12-01T15:13:43.000Z | src/webots/wren/WbSupportPolygonRepresentation.cpp | victorhu3/webots | 60d173850f0b4714c500db004e69f2df8cfb9e8a | [
"Apache-2.0"
] | 1 | 2022-02-25T12:34:18.000Z | 2022-02-25T12:34:18.000Z | // Copyright 1996-2020 Cyberbotics Ltd.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 44.659091 | 107 | 0.780356 | victorhu3 |
f5e434116a671ac9e1f4f04cafb86df2af834171 | 2,892 | cc | C++ | cms/src/model/CreateMyGroupAlertBatchResult.cc | sdk-team/aliyun-openapi-cpp-sdk | d0e92f6f33126dcdc7e40f60582304faf2c229b7 | [
"Apache-2.0"
] | 3 | 2020-01-06T08:23:14.000Z | 2022-01-22T04:41:35.000Z | cms/src/model/CreateMyGroupAlertBatchResult.cc | sdk-team/aliyun-openapi-cpp-sdk | d0e92f6f33126dcdc7e40f60582304faf2c229b7 | [
"Apache-2.0"
] | null | null | null | cms/src/model/CreateMyGroupAlertBatchResult.cc | sdk-team/aliyun-openapi-cpp-sdk | d0e92f6f33126dcdc7e40f60582304faf2c229b7 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2009-2017 Alibaba Cloud 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... | 30.765957 | 106 | 0.743084 | sdk-team |
f5e62da46a8c8e64f061e76cbf2b946a01371188 | 3,721 | cpp | C++ | aws-cpp-sdk-lambda/source/model/UpdateEventSourceMappingRequest.cpp | blinemedical/aws-sdk-cpp | c7c814b2d6862b4cb48f3fb3ac083a9e419674e8 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-lambda/source/model/UpdateEventSourceMappingRequest.cpp | blinemedical/aws-sdk-cpp | c7c814b2d6862b4cb48f3fb3ac083a9e419674e8 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-lambda/source/model/UpdateEventSourceMappingRequest.cpp | blinemedical/aws-sdk-cpp | c7c814b2d6862b4cb48f3fb3ac083a9e419674e8 | [
"Apache-2.0"
] | 1 | 2022-03-23T15:17:18.000Z | 2022-03-23T15:17:18.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/lambda/model/UpdateEventSourceMappingRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Lambda::Model;
using namespace Aws::Utils::Json;... | 28.189394 | 185 | 0.795485 | blinemedical |
f5e67ddfea3794f7837ab81c9d08149ef277c584 | 130,429 | cpp | C++ | diffy/src/utils/llvmUtils.cpp | divyeshunadkat/diffy-artifact | a3405c828b18696bdabf2cee994599a2d7573d0c | [
"MIT"
] | 1 | 2021-06-09T06:34:06.000Z | 2021-06-09T06:34:06.000Z | diffy/src/utils/llvmUtils.cpp | divyeshunadkat/diffy-artifact | a3405c828b18696bdabf2cee994599a2d7573d0c | [
"MIT"
] | null | null | null | diffy/src/utils/llvmUtils.cpp | divyeshunadkat/diffy-artifact | a3405c828b18696bdabf2cee994599a2d7573d0c | [
"MIT"
] | null | null | null | #include <limits>
#include <random>
#include "llvmUtils.h"
#include "utils/graphUtils.h"
#include "daikon-inst/comments.h" //todo: move to utils
#include <boost/algorithm/string.hpp>
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
// pr... | 34.827503 | 191 | 0.612118 | divyeshunadkat |
f5e7fb6b5b4a64f49bd06875a5235830160f3ff3 | 46,697 | cpp | C++ | cmdstan/stan/lib/stan_math/test/unit/math/mix/mat/fun/operator_subtraction_test.cpp | yizhang-cae/torsten | dc82080ca032325040844cbabe81c9a2b5e046f9 | [
"BSD-3-Clause"
] | null | null | null | cmdstan/stan/lib/stan_math/test/unit/math/mix/mat/fun/operator_subtraction_test.cpp | yizhang-cae/torsten | dc82080ca032325040844cbabe81c9a2b5e046f9 | [
"BSD-3-Clause"
] | null | null | null | cmdstan/stan/lib/stan_math/test/unit/math/mix/mat/fun/operator_subtraction_test.cpp | yizhang-cae/torsten | dc82080ca032325040844cbabe81c9a2b5e046f9 | [
"BSD-3-Clause"
] | null | null | null | #include <stan/math/mix/mat.hpp>
#include <gtest/gtest.h>
#include <test/unit/math/rev/mat/fun/util.hpp>
using stan::math::fvar;
TEST(AgradMixMatrixOperatorSubtraction,fv_scalar_matrix_1stDeriv) {
using stan::math::subtract;
using stan::math::matrix_fv;
matrix_fv v(2,2);
v << 1, 2, 3, 4;
v(0).d_ = 1.0;
... | 31.172897 | 111 | 0.635351 | yizhang-cae |
f5e93bcb204cd48c4caf9678743afabfb222b03d | 3,331 | cpp | C++ | 3rdparty/GPSTk/ext/lib/Vdraw/Palette.cpp | mfkiwl/ICE | e660d031bb1bcea664db1de4946fd8781be5b627 | [
"MIT"
] | 50 | 2019-10-12T01:22:20.000Z | 2022-02-15T23:28:26.000Z | 3rdparty/GPSTk/ext/lib/Vdraw/Palette.cpp | wuyou33/Enabling-Robust-State-Estimation-through-Measurement-Error-Covariance-Adaptation | 2f1ff054b7c5059da80bb3b2f80c05861a02cc36 | [
"MIT"
] | null | null | null | 3rdparty/GPSTk/ext/lib/Vdraw/Palette.cpp | wuyou33/Enabling-Robust-State-Estimation-through-Measurement-Error-Covariance-Adaptation | 2f1ff054b7c5059da80bb3b2f80c05861a02cc36 | [
"MIT"
] | 14 | 2019-11-05T01:50:29.000Z | 2021-08-06T06:23:44.000Z | //============================================================================
//
// This file is part of GPSTk, the GPS Toolkit.
//
// The GPSTk 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; ei... | 33.31 | 87 | 0.590814 | mfkiwl |
f5eb05845bb9112c7134f335fdd99bbdd7ccb202 | 2,507 | cpp | C++ | src/AppService.cpp | lan143/aqua_controller_esp8266 | 74a9a2a185037ae465898bcf797adfc7e560aebd | [
"MIT"
] | null | null | null | src/AppService.cpp | lan143/aqua_controller_esp8266 | 74a9a2a185037ae465898bcf797adfc7e560aebd | [
"MIT"
] | null | null | null | src/AppService.cpp | lan143/aqua_controller_esp8266 | 74a9a2a185037ae465898bcf797adfc7e560aebd | [
"MIT"
] | null | null | null | /**
* MIT License
*
* Copyright (c) 2018-2019 Kravchenko Artyom
*
* 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... | 31.734177 | 81 | 0.716394 | lan143 |
f5edcf74beccef6714df5999f1c005d89beb25ed | 432 | cpp | C++ | cli/day10.cpp | maxnoe/adventofcode2020 | eb2a3ea03af02bf951f145f214da6a9221d8fe4f | [
"MIT"
] | null | null | null | cli/day10.cpp | maxnoe/adventofcode2020 | eb2a3ea03af02bf951f145f214da6a9221d8fe4f | [
"MIT"
] | null | null | null | cli/day10.cpp | maxnoe/adventofcode2020 | eb2a3ea03af02bf951f145f214da6a9221d8fe4f | [
"MIT"
] | null | null | null | #include <string>
#include <iostream>
#include <aocmaxnoe2020/aocmaxnoe2020.h>
#include <aocmaxnoe2020/day10.h>
using namespace aocmaxnoe2020;
int main() {
std::string input = get_input(10);
auto numbers = day10::parse_input(input);
uint64_t part1 = day10::part1(numbers);
std::cout << "Solution 1: "... | 22.736842 | 70 | 0.657407 | maxnoe |
f5f0d2c0281bfbad164c4915c488f09e7fc98b28 | 2,161 | cpp | C++ | printscan/wia/test/wiatest2/wiaeditproprange.cpp | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | printscan/wia/test/wiatest2/wiaeditproprange.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | printscan/wia/test/wiatest2/wiaeditproprange.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | // Wiaeditproprange.cpp : implementation file
//
#include "stdafx.h"
#include "wiatest.h"
#include "Wiaeditproprange.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CWiaed... | 30.013889 | 86 | 0.700139 | npocmaka |
f5f18fe53294534cf46c1c4eb97d1c037feed78d | 14,919 | cpp | C++ | applications/StructuralMechanicsApplication/custom_response_functions/response_utilities/stress_response_definitions.cpp | Jacklwln/Kratos | 12ffe332622d7e8ea3e4a10bc061beb9d8e6e8de | [
"BSD-4-Clause"
] | 1 | 2019-08-01T09:01:08.000Z | 2019-08-01T09:01:08.000Z | applications/StructuralMechanicsApplication/custom_response_functions/response_utilities/stress_response_definitions.cpp | Jacklwln/Kratos | 12ffe332622d7e8ea3e4a10bc061beb9d8e6e8de | [
"BSD-4-Clause"
] | null | null | null | applications/StructuralMechanicsApplication/custom_response_functions/response_utilities/stress_response_definitions.cpp | Jacklwln/Kratos | 12ffe332622d7e8ea3e4a10bc061beb9d8e6e8de | [
"BSD-4-Clause"
] | null | null | null | // | / |
// ' / __| _` | __| _ \ __|
// . \ | ( | | ( |\__ `
// _|\_\_| \__,_|\__|\___/ ____/
// Multi-Physics
//
// License: BSD License
// Kratos default license: kratos/license.txt
//
// Main authors: Martin Fusseder, https://github.com/MFusseder
//
... | 32.362256 | 117 | 0.572357 | Jacklwln |
f5f22f3726756be63be4d965a664a98be804efda | 1,489 | hpp | C++ | micro_ros_agent/include/agent/Agent.hpp | ZhenshengLee/micro-ROS-Agent | 90545b718410e0214819028e2b479be3f7d6d382 | [
"Apache-2.0"
] | 31 | 2019-09-20T23:52:48.000Z | 2022-03-30T16:00:17.000Z | micro_ros_agent/include/agent/Agent.hpp | ZhenshengLee/micro-ROS-Agent | 90545b718410e0214819028e2b479be3f7d6d382 | [
"Apache-2.0"
] | 70 | 2019-06-20T00:06:10.000Z | 2022-03-22T09:26:16.000Z | micro_ros_agent/include/agent/Agent.hpp | ZhenshengLee/micro-ROS-Agent | 90545b718410e0214819028e2b479be3f7d6d382 | [
"Apache-2.0"
] | 11 | 2020-09-24T20:23:33.000Z | 2022-03-08T12:02:24.000Z | // Copyright 2020 Proyectos y Sistemas de Mantenimiento SL (eProsima).
//
// 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 re... | 29.196078 | 124 | 0.739422 | ZhenshengLee |
f5f262fc4e015ba765cb6884c8ef86788c17a556 | 1,696 | cc | C++ | docs/source/tutorial/libpy_tutorial/arrays.cc | gerrymanoim/libpy | ffe19d53aa9602893aecc2dd8c9feda90e06b262 | [
"Apache-2.0"
] | 71 | 2020-06-26T00:36:33.000Z | 2021-12-02T13:57:02.000Z | docs/source/tutorial/libpy_tutorial/arrays.cc | stefan-jansen/libpy | e174ee103db76a9d0fcd29165d54c676ed1f2629 | [
"Apache-2.0"
] | 32 | 2020-06-26T18:59:15.000Z | 2022-03-01T19:02:44.000Z | docs/source/tutorial/libpy_tutorial/arrays.cc | gerrymanoim/libpy | ffe19d53aa9602893aecc2dd8c9feda90e06b262 | [
"Apache-2.0"
] | 24 | 2020-06-26T17:01:57.000Z | 2022-02-15T00:25:27.000Z | #include <string>
#include <vector>
#include <libpy/autofunction.h>
#include <libpy/automodule.h>
#include <libpy/ndarray_view.h>
#include <libpy/numpy_utils.h>
namespace libpy_tutorial {
std::int64_t simple_sum(py::array_view<const std::int64_t> values) {
std::int64_t out = 0;
for (auto value : values) {
... | 27.803279 | 80 | 0.579599 | gerrymanoim |
f5f3c8ef2ec38f4bb3a7927029967bf5768cf87c | 1,570 | cpp | C++ | TACO_Benchmarks/nl_means/process.cpp | TUE-EE-ES/HalideReuseScheduler | 3700c3b14a7f2116fe1d8503942dff069a8c4d9a | [
"MIT"
] | null | null | null | TACO_Benchmarks/nl_means/process.cpp | TUE-EE-ES/HalideReuseScheduler | 3700c3b14a7f2116fe1d8503942dff069a8c4d9a | [
"MIT"
] | null | null | null | TACO_Benchmarks/nl_means/process.cpp | TUE-EE-ES/HalideReuseScheduler | 3700c3b14a7f2116fe1d8503942dff069a8c4d9a | [
"MIT"
] | 1 | 2021-04-30T05:14:03.000Z | 2021-04-30T05:14:03.000Z | #include <cstdio>
#include <chrono>
#include "nl_means.h"
#include "nl_means_auto_schedule.h"
#include "halide_benchmark.h"
#include "HalideBuffer.h"
#include "halide_image_io.h"
using namespace Halide::Runtime;
using namespace Halide::Tools;
int main(int argc, char **argv) {
if (argc < 7) {
printf("Usa... | 30.192308 | 103 | 0.659236 | TUE-EE-ES |
f5f4b5d10ebf69721c7cacaaa442f4ff7f57d79c | 128 | cpp | C++ | tensorflow-yolo-ios/dependencies/eigen/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType2.cpp | initialz/tensorflow-yolo-face-ios | ba74cf39168d0128e91318e65a1b88ce4d65a167 | [
"MIT"
] | 27 | 2017-06-07T19:07:32.000Z | 2020-10-15T10:09:12.000Z | tensorflow-yolo-ios/dependencies/eigen/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType2.cpp | initialz/tensorflow-yolo-face-ios | ba74cf39168d0128e91318e65a1b88ce4d65a167 | [
"MIT"
] | 3 | 2017-08-25T17:39:46.000Z | 2017-11-18T03:40:55.000Z | tensorflow-yolo-ios/dependencies/eigen/doc/snippets/SelfAdjointEigenSolver_compute_MatrixType2.cpp | initialz/tensorflow-yolo-face-ios | ba74cf39168d0128e91318e65a1b88ce4d65a167 | [
"MIT"
] | 10 | 2017-06-16T18:04:45.000Z | 2018-07-05T17:33:01.000Z | version https://git-lfs.github.com/spec/v1
oid sha256:8aa5ed706dca5c634da572b1fb1bbb853d4587e7f5852d746790690c0ed3cd7e
size 396
| 32 | 75 | 0.882813 | initialz |
f5f560c7d8dd8906c60f23dc3b0e9188111f96c5 | 376 | cc | C++ | Bcore/src/main/cpp/Dobby/source/core/modules/assembler/assembler-x86-shared.cc | zzzgoda/BlackDex | 565c9573a89d1741b554817cfe01a6a87b585efc | [
"Apache-2.0"
] | 3,239 | 2021-05-24T08:34:32.000Z | 2022-03-31T08:24:39.000Z | Bcore/src/main/cpp/Dobby/source/core/modules/assembler/assembler-x86-shared.cc | LGDhuanghe/BlackDex | 2d8592649278b72cfaaa82ddf081d57369cbf223 | [
"Apache-2.0"
] | 111 | 2019-12-23T10:02:43.000Z | 2022-03-28T01:16:43.000Z | Bcore/src/main/cpp/Dobby/source/core/modules/assembler/assembler-x86-shared.cc | LGDhuanghe/BlackDex | 2d8592649278b72cfaaa82ddf081d57369cbf223 | [
"Apache-2.0"
] | 666 | 2021-05-24T08:44:43.000Z | 2022-03-31T04:23:07.000Z | #include "platform_macro.h"
#if defined(TARGET_ARCH_X64) || defined(TARGET_ARCH_IA32)
#include "core/modules/assembler/assembler-x86-shared.h"
using namespace zz::x86shared;
void Assembler::jmp(Immediate imm) {
buffer_->Emit8(0xE9);
buffer_->Emit32((int)imm.value());
}
uint64_t TurboAssembler::CurrentIP() {
r... | 22.117647 | 57 | 0.75 | zzzgoda |
f5f6075e06cee2818ca127e1d624ec7ff946fbc9 | 6,510 | cpp | C++ | Redneck/ReInstructionGenerator.cpp | MurielSoftware/Muriel | 169ab5a96e1cf70b47f7892906a3dca2d6481ae3 | [
"Apache-2.0"
] | 1 | 2017-03-01T12:15:27.000Z | 2017-03-01T12:15:27.000Z | Redneck/ReInstructionGenerator.cpp | MurielSoftware/Muriel | 169ab5a96e1cf70b47f7892906a3dca2d6481ae3 | [
"Apache-2.0"
] | 1 | 2017-03-01T12:19:17.000Z | 2017-03-01T12:19:52.000Z | Redneck/ReInstructionGenerator.cpp | MurielSoftware/Muriel | 169ab5a96e1cf70b47f7892906a3dca2d6481ae3 | [
"Apache-2.0"
] | null | null | null | #include "stdafx.h"
#include "ReInstructionGenerator.h"
#include "ReExpression.h"
#include "ReInstruction.h"
#include "ReBinaryOperationExpression.h"
#include "ReIfExpression.h"
#include "ReDeclarationExpression.h"
#include "ReAssociationExpression.h"
#include "ReValueExpression.h"
#include "ReIdentifierExpres... | 36.988636 | 128 | 0.747773 | MurielSoftware |
f5f9426508c6b6a8ce02b42a3b3626cecd75b347 | 2,222 | cc | C++ | server/core/misc.cc | nephtyws/MaxScale | 312469dca2721666d9fff310b6c3166b0d05d2a3 | [
"MIT"
] | null | null | null | server/core/misc.cc | nephtyws/MaxScale | 312469dca2721666d9fff310b6c3166b0d05d2a3 | [
"MIT"
] | null | null | null | server/core/misc.cc | nephtyws/MaxScale | 312469dca2721666d9fff310b6c3166b0d05d2a3 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2016 MariaDB Corporation Ab
*
* Use of this software is governed by the Business Source License included
* in the LICENSE.TXT file and at www.mariadb.com/bsl11.
*
* Change Date: 2023-01-01
*
* On the date above, in accordance with the Business Source License, use
* of this software will be g... | 20.385321 | 84 | 0.660666 | nephtyws |
f5fbf623cf0ead0b8eb9cbb7c04ccfe9b559bf51 | 8,771 | cpp | C++ | iree/compiler/Dialect/Flow/Transforms/RematerializeDispatchConstants.cpp | rsuderman/iree | fa5faf0a254db3311dafacc70c383a7469376095 | [
"Apache-2.0"
] | 1 | 2020-08-16T17:38:49.000Z | 2020-08-16T17:38:49.000Z | iree/compiler/Dialect/Flow/Transforms/RematerializeDispatchConstants.cpp | rsuderman/iree | fa5faf0a254db3311dafacc70c383a7469376095 | [
"Apache-2.0"
] | null | null | null | iree/compiler/Dialect/Flow/Transforms/RematerializeDispatchConstants.cpp | rsuderman/iree | fa5faf0a254db3311dafacc70c383a7469376095 | [
"Apache-2.0"
] | null | null | null | // Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | 37.969697 | 80 | 0.721126 | rsuderman |
f5fc65664d1a838ef75507fddab916617491d1fe | 3,535 | cpp | C++ | Server/Modules/src/JTPacketSender.cpp | wayfinder/Wayfinder-Server | a688546589f246ee12a8a167a568a9c4c4ef8151 | [
"BSD-3-Clause"
] | 4 | 2015-08-17T20:12:22.000Z | 2020-05-30T19:53:26.000Z | Server/Modules/src/JTPacketSender.cpp | wayfinder/Wayfinder-Server | a688546589f246ee12a8a167a568a9c4c4ef8151 | [
"BSD-3-Clause"
] | null | null | null | Server/Modules/src/JTPacketSender.cpp | wayfinder/Wayfinder-Server | a688546589f246ee12a8a167a568a9c4c4ef8151 | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
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 condit... | 40.170455 | 755 | 0.672419 | wayfinder |
f5fc7cad59b5ad1db760f6bee7dd14efb13c592d | 8,377 | cpp | C++ | src/Selector.cpp | cppcooper/gumbo-query | f4c69278f09616e6275acd0dd2ea1d22f3785dc8 | [
"MIT"
] | 1 | 2022-02-28T15:51:39.000Z | 2022-02-28T15:51:39.000Z | src/Selector.cpp | cppcooper/gumbo-query | f4c69278f09616e6275acd0dd2ea1d22f3785dc8 | [
"MIT"
] | null | null | null | src/Selector.cpp | cppcooper/gumbo-query | f4c69278f09616e6275acd0dd2ea1d22f3785dc8 | [
"MIT"
] | null | null | null | /***************************************************************************
*
* $Id$
*
**************************************************************************/
/**
* @file $HeadURL$
* @author $Author$(hoping@baimashi.com)
* @date $Date$
* @version $Revision$
* @brief
*
**/
#include <gumbo-query/Se... | 19.34642 | 91 | 0.586726 | cppcooper |
f5fd1c55ef8abe98b3ce3a1103a32e218c189f88 | 2,257 | cpp | C++ | SysProgTemplate_SS_15/Buffer/src/Buffer.cpp | SystemOfAProg/SysProg | 75cec3d856033b5bada8b9af2290c692cb2084da | [
"MIT"
] | null | null | null | SysProgTemplate_SS_15/Buffer/src/Buffer.cpp | SystemOfAProg/SysProg | 75cec3d856033b5bada8b9af2290c692cb2084da | [
"MIT"
] | null | null | null | SysProgTemplate_SS_15/Buffer/src/Buffer.cpp | SystemOfAProg/SysProg | 75cec3d856033b5bada8b9af2290c692cb2084da | [
"MIT"
] | 1 | 2018-10-11T08:52:27.000Z | 2018-10-11T08:52:27.000Z | /*
* Buffer.cpp
*
* Created on: Sep 26, 2012
* Author: sofa1011
*/
using namespace std;
#include "../includes/Buffer.h"
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <unistd.h>
Buffer::Buffer( int bufferSize) {
size = bufferSize;
buffer1 = new char[bufferSize];
buffer2 = new char... | 21.701923 | 93 | 0.625609 | SystemOfAProg |
eb0093cac37369b07ffc4a11b6252198768048f9 | 22,786 | cpp | C++ | src/libs/tools/tests/testtool_backendbuilder.cpp | dev2718/libelektra | cd581101febbc8ee2617243d0d93f871ef2fae88 | [
"BSD-3-Clause"
] | 188 | 2015-01-07T20:34:26.000Z | 2022-03-16T09:55:09.000Z | src/libs/tools/tests/testtool_backendbuilder.cpp | dev2718/libelektra | cd581101febbc8ee2617243d0d93f871ef2fae88 | [
"BSD-3-Clause"
] | 3,813 | 2015-01-02T14:00:08.000Z | 2022-03-31T14:19:11.000Z | src/libs/tools/tests/testtool_backendbuilder.cpp | dev2718/libelektra | cd581101febbc8ee2617243d0d93f871ef2fae88 | [
"BSD-3-Clause"
] | 149 | 2015-01-10T02:07:50.000Z | 2022-03-16T09:50:24.000Z | /**
* @file
*
* @brief Tests for the Backend builder class
*
* @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
*
*/
#define ELEKTRA_PLUGINSPEC_WITH_COMPARE
#include <backendbuilder.hpp>
#include <backend.hpp>
#include <backends.hpp>
#include <plugindatabase.hpp>
#include <algorithm>
#in... | 32.691535 | 130 | 0.680506 | dev2718 |
eb02baeea0b3dbeb7a460df319181fcff99baa62 | 2,278 | cpp | C++ | apps/settings/Settings.cpp | seldon1000/fairwindplusplus | 26cf18e0ecf49c642e24cc504d56722eaddd1399 | [
"Apache-2.0"
] | null | null | null | apps/settings/Settings.cpp | seldon1000/fairwindplusplus | 26cf18e0ecf49c642e24cc504d56722eaddd1399 | [
"Apache-2.0"
] | null | null | null | apps/settings/Settings.cpp | seldon1000/fairwindplusplus | 26cf18e0ecf49c642e24cc504d56722eaddd1399 | [
"Apache-2.0"
] | null | null | null | //
// Created by __author__ on 18/01/2022.
//
#include <FairWindSdk/settings/FairComboBox.hpp>
#include <FairWindSdk/settings/FairLineEdit.hpp>
#include <FairWindSdk/settings/FairCheckBox.hpp>
#include <FairWindSdk/settings/DisplaysBrowser.hpp>
#include <FairWindSdk/settings/LayersBrowser.hpp>
#include "Settings.hpp"
... | 27.119048 | 81 | 0.651888 | seldon1000 |
eb04decdd2e600bf815af60cbb8d329c507c2a7f | 14,982 | cpp | C++ | Matrix3x3.cpp | mbrandonw/opengl_physics_engine | 422815999f0dc14335d1b4238c58ce7813d58038 | [
"MIT"
] | 1 | 2018-05-07T18:29:18.000Z | 2018-05-07T18:29:18.000Z | Matrix3x3.cpp | mbrandonw/opengl_physics_engine | 422815999f0dc14335d1b4238c58ce7813d58038 | [
"MIT"
] | null | null | null | Matrix3x3.cpp | mbrandonw/opengl_physics_engine | 422815999f0dc14335d1b4238c58ce7813d58038 | [
"MIT"
] | null | null | null | /* ---------------------------------------------------------------------------
*
* Matrix2x2 class - Michael Brandon Williams
*
* Matrix2x2.cpp
*
* ---------------------------------------------------------------------------
*/
#include "Matrix3x3.h"
Matrix3x3::Matrix3x3()
{
elements[0][0] =... | 26.376761 | 103 | 0.551128 | mbrandonw |
eb0a95beff1800d8a53cdd92d0c4cae0f40ec50d | 4,054 | cpp | C++ | kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_base.cpp | liyuming1978/clDNN | 05e19dd2229dc977c2902ec360f3165ecb925b50 | [
"BSL-1.0",
"Intel",
"Apache-2.0"
] | null | null | null | kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_base.cpp | liyuming1978/clDNN | 05e19dd2229dc977c2902ec360f3165ecb925b50 | [
"BSL-1.0",
"Intel",
"Apache-2.0"
] | null | null | null | kernel_selector/core/actual_kernels/fully_connected/fully_connected_kernel_base.cpp | liyuming1978/clDNN | 05e19dd2229dc977c2902ec360f3165ecb925b50 | [
"BSL-1.0",
"Intel",
"Apache-2.0"
] | null | null | null | /*
// Copyright (c) 2016 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 o... | 37.192661 | 189 | 0.656635 | liyuming1978 |
eb0b3574be11276e7637fc8ad52a432e7a735406 | 600 | hpp | C++ | ios/IOS/IPCLog.hpp | StarMKWii/saoirse | 1acd4b2c56a30b6e105130cb6a58f95dd4d5d440 | [
"MIT"
] | 7 | 2022-02-16T18:21:22.000Z | 2022-02-27T18:39:07.000Z | ios/IOS/IPCLog.hpp | StarMKWii/saoirse | 1acd4b2c56a30b6e105130cb6a58f95dd4d5d440 | [
"MIT"
] | 2 | 2022-02-16T18:36:14.000Z | 2022-02-21T02:10:42.000Z | ios/IOS/IPCLog.hpp | StarMKWii/saoirse | 1acd4b2c56a30b6e105130cb6a58f95dd4d5d440 | [
"MIT"
] | 1 | 2022-02-16T18:32:08.000Z | 2022-02-16T18:32:08.000Z | // IPCLog.hpp - IOS to PowerPC logging through IPC
// Written by Palapeli
//
// Copyright (C) 2022 Team Saoirse
// SPDX-License-Identifier: MIT
#pragma once
#include <System/OS.hpp>
#include <System/Types.h>
class IPCLog
{
public:
static IPCLog* sInstance;
static constexpr int printSize = 256;
IPCLog(... | 19.354839 | 50 | 0.683333 | StarMKWii |
eb0ca5d8f491f3ebc3d3e2104e38c20e89a3d41c | 5,049 | cc | C++ | build/fuchsia/pkg/lib/vfs/cpp/service_unittest.cc | chinmaygarde/buildroot | 6b69caa4c7a04b6e81709bedd52297f29c2b1a14 | [
"BSD-3-Clause"
] | 1 | 2020-12-04T02:06:21.000Z | 2020-12-04T02:06:21.000Z | build/fuchsia/pkg/lib/vfs/cpp/service_unittest.cc | mdempsky/flutter_buildroot | 765b0ea58a095374a73943ad78471b915c2d63e1 | [
"BSD-3-Clause"
] | null | null | null | build/fuchsia/pkg/lib/vfs/cpp/service_unittest.cc | mdempsky/flutter_buildroot | 765b0ea58a095374a73943ad78471b915c2d63e1 | [
"BSD-3-Clause"
] | 1 | 2019-08-26T02:16:11.000Z | 2019-08-26T02:16:11.000Z | // Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "lib/vfs/cpp/service.h"
#include <fidl/examples/echo/cpp/fidl.h>
#include <lib/fdio/vfs.h>
#include <lib/fidl/cpp/binding_set.h>
#include "lib/gt... | 33 | 80 | 0.655575 | chinmaygarde |
eb0f489318ba55cba6be32810461375ad4ca1ed0 | 2,175 | cpp | C++ | tests/test_csrc/model/test_model.cpp | PeterH0323/mmdeploy-1 | ac0b52f12ac897867b9bf3dae74b4192493b3d5f | [
"Apache-2.0"
] | null | null | null | tests/test_csrc/model/test_model.cpp | PeterH0323/mmdeploy-1 | ac0b52f12ac897867b9bf3dae74b4192493b3d5f | [
"Apache-2.0"
] | null | null | null | tests/test_csrc/model/test_model.cpp | PeterH0323/mmdeploy-1 | ac0b52f12ac897867b9bf3dae74b4192493b3d5f | [
"Apache-2.0"
] | null | null | null | // Copyright (c) OpenMMLab. All rights reserved.
// clang-format off
#include "catch.hpp"
// clang-format on
#include "mmdeploy/core/logger.h"
#include "mmdeploy/core/model.h"
#include "mmdeploy/core/model_impl.h"
#include "test_resource.h"
using namespace mmdeploy;
TEST_CASE("model constructor", "[model]") {
SECT... | 32.462687 | 99 | 0.668506 | PeterH0323 |
eb11c96949100356f0f01fb55f00ffa29279f7bf | 584 | cpp | C++ | max7219/src/main.cpp | snakeye/stm32-projects | ed20e723dc1e50111c6b547fc142665b7db7843b | [
"MIT"
] | null | null | null | max7219/src/main.cpp | snakeye/stm32-projects | ed20e723dc1e50111c6b547fc142665b7db7843b | [
"MIT"
] | null | null | null | max7219/src/main.cpp | snakeye/stm32-projects | ed20e723dc1e50111c6b547fc142665b7db7843b | [
"MIT"
] | null | null | null | #include <SPI.h>
#include "LedMatrix.h"
#define NUMBER_OF_DEVICES 1
#define CS_PIN PB8
SPIClass SPI_2(PA7, PA6, PA5);
LedMatrix ledMatrix = LedMatrix(NUMBER_OF_DEVICES, CS_PIN);
int x = 0;
void setup()
{
ledMatrix.init();
ledMatrix.setIntensity(3);
ledMatrix.setText("MAX7219 Animation Demo");
led... | 16.222222 | 59 | 0.643836 | snakeye |
eb12579345dbf532985963fd617dd2411b575fe3 | 8,709 | cpp | C++ | src/layers/medWidgets/medWidgets.cpp | arthursw/medInria-public | d52af882c36f0d96cc433cc1a4082accaa1ca11a | [
"BSD-4-Clause"
] | 61 | 2015-04-14T13:00:50.000Z | 2022-03-09T22:22:18.000Z | src/layers/medWidgets/medWidgets.cpp | arthursw/medInria-public | d52af882c36f0d96cc433cc1a4082accaa1ca11a | [
"BSD-4-Clause"
] | 510 | 2016-02-03T13:28:18.000Z | 2022-03-23T10:23:44.000Z | src/layers/medWidgets/medWidgets.cpp | arthursw/medInria-public | d52af882c36f0d96cc433cc1a4082accaa1ca11a | [
"BSD-4-Clause"
] | 36 | 2015-03-03T22:58:19.000Z | 2021-12-28T18:19:23.000Z | /*=========================================================================
medInria
Copyright (c) INRIA 2013 - 2018. 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
PURPOSE.... | 21.450739 | 84 | 0.620393 | arthursw |
eb12e8c106cc2023e2424f6bdea758c0671c1f82 | 1,152 | cpp | C++ | acm/siweishixun/F.cpp | xiaohuihuigh/cpp | c28bdb79ecb86f44a92971ac259910546dba29a7 | [
"MIT"
] | 17 | 2016-01-01T12:57:25.000Z | 2022-02-06T09:55:12.000Z | acm/siweishixun/F.cpp | xiaohuihuigh/cpp | c28bdb79ecb86f44a92971ac259910546dba29a7 | [
"MIT"
] | null | null | null | acm/siweishixun/F.cpp | xiaohuihuigh/cpp | c28bdb79ecb86f44a92971ac259910546dba29a7 | [
"MIT"
] | 8 | 2018-12-27T01:31:49.000Z | 2022-02-06T09:55:12.000Z | #include <iostream>
#include <sstream>
#include <ios>
#include <iomanip>
#include <functional>
#include <algorithm>
#include <vector>
#include <string>
#include <list>
#include <queue>
#include <deque>
#include <stack>
#include <set>
#include <map>
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <cstring... | 12.659341 | 60 | 0.625 | xiaohuihuigh |
eb13dabb8906f2b51e842205d1df729a27644de2 | 377 | cpp | C++ | TOI16/Camp-3/code.cpp | mrmuffinnxz/TOI-preparation | 85a7d5b70d7fc661950bbb5de66a6885a835e755 | [
"MIT"
] | null | null | null | TOI16/Camp-3/code.cpp | mrmuffinnxz/TOI-preparation | 85a7d5b70d7fc661950bbb5de66a6885a835e755 | [
"MIT"
] | null | null | null | TOI16/Camp-3/code.cpp | mrmuffinnxz/TOI-preparation | 85a7d5b70d7fc661950bbb5de66a6885a835e755 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
#define endll "\n"
int baseTwo(int n){
int left,a[100];
left=n;
int i=0;
while(left>0){
a[i+1]=left%2;
left=left/2;
i++;
a[0]= left==1? 0:1 ;
}
for(int j=i;j>0;j--){
cout<<a[j];
}
}
main()
{
ios_base::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
f... | 11.78125 | 30 | 0.543767 | mrmuffinnxz |
eb14d23764369379aee9cfa82cf6393c07699923 | 5,358 | cpp | C++ | stack/stackTest.cpp | hballaba/STL | d1064c102e87f6d871b61d251b9f383bead7b056 | [
"Unlicense"
] | null | null | null | stack/stackTest.cpp | hballaba/STL | d1064c102e87f6d871b61d251b9f383bead7b056 | [
"Unlicense"
] | null | null | null | stack/stackTest.cpp | hballaba/STL | d1064c102e87f6d871b61d251b9f383bead7b056 | [
"Unlicense"
] | null | null | null | #include "stack.hpp"
#include <stack>
#include <vector>
#include <deque>
# define G "\e[92m\e[1m"
# define D "\e[39m\e[0m"
# define R "\e[91m"
# define Y "\e[93m"
int main() {
try {
/****** CONSTRUCTOR ********/
{
std::cout << Y "My constructor\n" D;
std::deque<int> m... | 38.271429 | 109 | 0.447555 | hballaba |
a3e1fe9e435a8a803c5e1fa8f3443340cc22002a | 11,551 | hpp | C++ | object_database/View.hpp | APrioriInvestments/object_database | d44b8432490b36b1ace67de0e23fb59f7ce9b529 | [
"Apache-2.0"
] | 2 | 2021-02-23T18:28:40.000Z | 2021-04-18T03:00:53.000Z | object_database/View.hpp | APrioriInvestments/object_database | d44b8432490b36b1ace67de0e23fb59f7ce9b529 | [
"Apache-2.0"
] | 115 | 2019-10-08T18:32:58.000Z | 2021-02-12T20:16:14.000Z | object_database/View.hpp | APrioriInvestments/object_database | d44b8432490b36b1ace67de0e23fb59f7ce9b529 | [
"Apache-2.0"
] | null | null | null | /******************************************************************************
Copyright 2017-2019 object_database 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:/... | 30.23822 | 114 | 0.644793 | APrioriInvestments |
a3e4539f4971a33311c2b5d816d06f0e2708ab7e | 1,121 | hpp | C++ | include/SSVOpenHexagon/Global/Version.hpp | PKPenguin321/SSVOpenHexagon | 1fcc25fea8f0ef6845d9b5502455a76563df91c3 | [
"AFL-3.0"
] | 20 | 2021-12-02T17:49:54.000Z | 2022-03-26T05:52:26.000Z | include/SSVOpenHexagon/Global/Version.hpp | PKPenguin321/SSVOpenHexagon | 1fcc25fea8f0ef6845d9b5502455a76563df91c3 | [
"AFL-3.0"
] | 4 | 2022-01-07T19:06:01.000Z | 2022-03-28T01:26:16.000Z | include/SSVOpenHexagon/Global/Version.hpp | PKPenguin321/SSVOpenHexagon | 1fcc25fea8f0ef6845d9b5502455a76563df91c3 | [
"AFL-3.0"
] | 1 | 2022-01-27T09:18:06.000Z | 2022-01-27T09:18:06.000Z | // Copyright (c) 2013-2020 Vittorio Romeo
// License: Academic Free License ("AFL") v. 3.0
// AFL License page: https://opensource.org/licenses/AFL-3.0
#pragma once
namespace hg {
// Allow us to represent the game's version in a major.minor.micro format
struct GameVersion
{
int major;
int minor;
int micr... | 22.42 | 73 | 0.58876 | PKPenguin321 |
a3e7ea2097625ce49ecdf662156aced1be48fa5c | 6,153 | cpp | C++ | ace/ace/IOStream_T.cpp | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 46 | 2015-12-04T17:12:58.000Z | 2022-03-11T04:30:49.000Z | ace/ace/IOStream_T.cpp | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | null | null | null | ace/ace/IOStream_T.cpp | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 23 | 2016-10-24T09:18:14.000Z | 2022-02-25T02:11:35.000Z | // IOStream_T.cpp,v 4.20 2000/04/19 02:49:34 brunsch Exp
#ifndef ACE_IOSTREAM_T_C
#define ACE_IOSTREAM_T_C
#include "ace/IOStream_T.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
ACE_RCSID(ace, IOStream_T, "IOStream_T.cpp,v 4.20 2000/04/19 02:49:34 brunsch Exp")
... | 29.161137 | 84 | 0.627011 | tharindusathis |
a3eebe0c006811c0ed4bb8aed14a43b19205af91 | 432 | cpp | C++ | Firmware/unit_tests/tests/LcdBacklightTest/LcdBacklightTest.cpp | zukaitis/midi-grid | 527ad37348983f481511fef52d1645eab3a2f60e | [
"BSD-3-Clause"
] | 59 | 2018-03-17T10:32:48.000Z | 2022-03-19T17:59:29.000Z | Firmware/unit_tests/tests/LcdBacklightTest/LcdBacklightTest.cpp | zukaitis/midi-grid | 527ad37348983f481511fef52d1645eab3a2f60e | [
"BSD-3-Clause"
] | 3 | 2019-11-12T09:49:59.000Z | 2020-12-09T11:55:00.000Z | Firmware/unit_tests/tests/LcdBacklightTest/LcdBacklightTest.cpp | zukaitis/midi-grid | 527ad37348983f481511fef52d1645eab3a2f60e | [
"BSD-3-Clause"
] | 10 | 2019-03-14T22:53:39.000Z | 2021-12-26T13:42:20.000Z | #include <gtest/gtest.h>
#include "lcd/backlight/Backlight.h"
#include "hardware/lcd/MockBacklightDriver.h"
#include "freertos/MockThread.h"
int main( int argc, char **argv)
{
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
TEST( BacklightConstructor, Create )
{
hardware::lcd::MockBa... | 20.571429 | 59 | 0.722222 | zukaitis |
a3f449eedbe5c0a195b2ab24f722062600fb5af9 | 28,928 | cc | C++ | attestation/server/pkcs11_key_store_test.cc | kalyankondapally/chromiumos-platform2 | 5e5337009a65b1c9aa9e0ea565f567438217e91f | [
"BSD-3-Clause"
] | null | null | null | attestation/server/pkcs11_key_store_test.cc | kalyankondapally/chromiumos-platform2 | 5e5337009a65b1c9aa9e0ea565f567438217e91f | [
"BSD-3-Clause"
] | null | null | null | attestation/server/pkcs11_key_store_test.cc | kalyankondapally/chromiumos-platform2 | 5e5337009a65b1c9aa9e0ea565f567438217e91f | [
"BSD-3-Clause"
] | 1 | 2020-11-04T22:31:45.000Z | 2020-11-04T22:31:45.000Z | // Copyright 2015 The Chromium OS 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 "attestation/server/pkcs11_key_store.h"
#include <map>
#include <string>
#include <vector>
#include <base/logging.h>
#include <base/strings/... | 45.05919 | 80 | 0.723106 | kalyankondapally |
a3f58ec8fd42d988fae022d5766d218c5ed405b7 | 6,695 | cpp | C++ | sources/GeoElementSide.cpp | Kauehenrik/FemCourseEigenClass2021 | d4927d92b541fdd2b2aa1fa424a413dd561ae96e | [
"MIT"
] | 1 | 2021-06-12T13:21:51.000Z | 2021-06-12T13:21:51.000Z | sources/GeoElementSide.cpp | Kauehenrik/FemCourseEigenClass2021 | d4927d92b541fdd2b2aa1fa424a413dd561ae96e | [
"MIT"
] | null | null | null | sources/GeoElementSide.cpp | Kauehenrik/FemCourseEigenClass2021 | d4927d92b541fdd2b2aa1fa424a413dd561ae96e | [
"MIT"
] | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
#include "GeoMesh.h"
#include "GeoElementSide.h"
///\cond
#include <stdio.h>
#include <algorithm>
///\endcond
GeoElementSide::GeoEl... | 33.143564 | 142 | 0.603137 | Kauehenrik |
a3f6d573fd5fdd67b3e7d104be986e35b6aa7e24 | 913 | inl | C++ | Phoenix3D/PX2Unity/PX2CURLDownload.inl | PheonixFoundation/Phoenix3D | bfb2e3757bf61ac461aeeda9216bf8c8fdf76d99 | [
"BSL-1.0"
] | 36 | 2016-04-24T01:40:38.000Z | 2022-01-18T07:32:26.000Z | Phoenix3D/PX2Unity/PX2CURLDownload.inl | PheonixFoundation/Phoenix3D | bfb2e3757bf61ac461aeeda9216bf8c8fdf76d99 | [
"BSL-1.0"
] | null | null | null | Phoenix3D/PX2Unity/PX2CURLDownload.inl | PheonixFoundation/Phoenix3D | bfb2e3757bf61ac461aeeda9216bf8c8fdf76d99 | [
"BSL-1.0"
] | 16 | 2016-06-13T08:43:51.000Z | 2020-09-15T13:25:58.000Z | // PX2CURLDownload.inl
//----------------------------------------------------------------------------
inline CURLDownload::DownType CURLDownload::GetDownType () const
{
return mDownType;
}
//----------------------------------------------------------------------------
inline char *CURLDownload::GetDownloadMemory ()
{
... | 32.607143 | 78 | 0.377875 | PheonixFoundation |
a3f810040acbae6197e1dd8a583055526da0625a | 9,241 | cc | C++ | NS3-master/src/mpi/examples/simple-distributed.cc | legendPerceptor/blockchain | 615ba331ae5ec53c683dfe6a16992a5181be0fea | [
"Apache-2.0"
] | 1 | 2021-09-20T07:05:25.000Z | 2021-09-20T07:05:25.000Z | NS3-master/src/mpi/examples/simple-distributed.cc | legendPerceptor/blockchain | 615ba331ae5ec53c683dfe6a16992a5181be0fea | [
"Apache-2.0"
] | null | null | null | NS3-master/src/mpi/examples/simple-distributed.cc | legendPerceptor/blockchain | 615ba331ae5ec53c683dfe6a16992a5181be0fea | [
"Apache-2.0"
] | 2 | 2021-09-02T08:25:16.000Z | 2022-01-03T08:48:38.000Z | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* This program is distributed in the hope that it will be us... | 33.241007 | 95 | 0.65599 | legendPerceptor |
a3fbf0da6c0c5b585e941c3a3e00afb8a971fa22 | 2,534 | cpp | C++ | pwiz_tools/examples/hello_ramp.cpp | austinkeller/pwiz | aa8e575cb40fd5e97cc7d922e4d8da44c9277cca | [
"Apache-2.0"
] | null | null | null | pwiz_tools/examples/hello_ramp.cpp | austinkeller/pwiz | aa8e575cb40fd5e97cc7d922e4d8da44c9277cca | [
"Apache-2.0"
] | null | null | null | pwiz_tools/examples/hello_ramp.cpp | austinkeller/pwiz | aa8e575cb40fd5e97cc7d922e4d8da44c9277cca | [
"Apache-2.0"
] | null | null | null | //
// $Id$
//
//
// Original author: Darren Kessner <darren@proteowizard.org>
//
// Copyright 2007 Spielberg Family Center for Applied Proteomics
// Cedars-Sinai Medical Center, Los Angeles, California 90048
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except i... | 28.47191 | 76 | 0.614049 | austinkeller |
4300268d0f5301e77ea9c96dfab712a5cc04d5c6 | 3,084 | cpp | C++ | msv_main/src/msv_main_node.cpp | daconjurer/ros_msv | dbf70083588b869172ac74f187b81166e78c8da1 | [
"BSD-3-Clause"
] | 2 | 2021-07-13T22:02:43.000Z | 2022-03-10T15:46:58.000Z | msv_main/src/msv_main_node.cpp | daconjurer/ros_msv | dbf70083588b869172ac74f187b81166e78c8da1 | [
"BSD-3-Clause"
] | null | null | null | msv_main/src/msv_main_node.cpp | daconjurer/ros_msv | dbf70083588b869172ac74f187b81166e78c8da1 | [
"BSD-3-Clause"
] | null | null | null | /*********************************************************************
* Software License Agreement (BSD License)
*
* Copyright (c) 2019, Robótica de la Mixteca
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follow... | 40.578947 | 89 | 0.652724 | daconjurer |
4300b783305b277b46054bd480c590ebb58db0e2 | 5,015 | hpp | C++ | include/System/Net/NetworkCredential.hpp | darknight1050/BeatSaber-Quest-Codegen | a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032 | [
"Unlicense"
] | null | null | null | include/System/Net/NetworkCredential.hpp | darknight1050/BeatSaber-Quest-Codegen | a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032 | [
"Unlicense"
] | null | null | null | include/System/Net/NetworkCredential.hpp | darknight1050/BeatSaber-Quest-Codegen | a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032 | [
"Unlicense"
] | null | null | null | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
#include "extern/beatsaber-hook/shared/utils/typedefs.h"
// Including type: System.Net.ICredentials
#include "System/Net/ICredentials.hpp"
#inclu... | 46.869159 | 222 | 0.700698 | darknight1050 |
43011d27af9ae51634ace497ca9a058f29265695 | 329 | hh | C++ | DMSASD/live5552vlc/live555/UsageEnvironment/include/UsageEnvironment_version.hh | kancheng/kan-cs-report-in-2022 | 2a1e1eaa515349d59803c7831a7bd4cbea890a44 | [
"MIT"
] | null | null | null | DMSASD/live5552vlc/live555/UsageEnvironment/include/UsageEnvironment_version.hh | kancheng/kan-cs-report-in-2022 | 2a1e1eaa515349d59803c7831a7bd4cbea890a44 | [
"MIT"
] | null | null | null | DMSASD/live5552vlc/live555/UsageEnvironment/include/UsageEnvironment_version.hh | kancheng/kan-cs-report-in-2022 | 2a1e1eaa515349d59803c7831a7bd4cbea890a44 | [
"MIT"
] | null | null | null | // Version information for the "UsageEnvironment" library
// Copyright (c) 1996-2016 Live Networks, Inc. All rights reserved.
#ifndef _USAGEENVIRONMENT_VERSION_HH
#define _USAGEENVIRONMENT_VERSION_HH
#define USAGEENVIRONMENT_LIBRARY_VERSION_STRING "2016.10.11"
#define USAGEENVIRONMENT_LIBRARY_VERSION_INT 1476144000... | 29.909091 | 68 | 0.835866 | kancheng |
430245be8e7100d866ddb34000ed7c0890073a00 | 396 | cpp | C++ | bracket.cpp | W-YXN/MyNOIPProjects | 0269a8385a6c8d87511236146f374f39dcdd2b82 | [
"Apache-2.0"
] | null | null | null | bracket.cpp | W-YXN/MyNOIPProjects | 0269a8385a6c8d87511236146f374f39dcdd2b82 | [
"Apache-2.0"
] | null | null | null | bracket.cpp | W-YXN/MyNOIPProjects | 0269a8385a6c8d87511236146f374f39dcdd2b82 | [
"Apache-2.0"
] | 1 | 2019-01-19T01:05:07.000Z | 2019-01-19T01:05:07.000Z | /*
#include <iostream>
#include <cstdlib>
#include <cmath>
#include <algorithm>
#include <stack>
#include <string>
#include <cstring>
using namespace std;
stack<int> st;
int main(){
string s;
cin>>s;
//cout<<"F@ck you";
for(int i=0;i<s.length();i++){
if(s[i]=='(') st.push(i);
if(s[i]==')... | 18 | 38 | 0.527778 | W-YXN |
430397d271dd238409778828ff1bf6fc5a793d68 | 4,759 | cpp | C++ | Runtime/MP1/CSamusFaceReflection.cpp | Jcw87/urde | fb9ea9092ad00facfe957ece282a86c194e9cbda | [
"MIT"
] | 267 | 2016-03-10T21:59:16.000Z | 2021-03-28T18:21:03.000Z | Runtime/MP1/CSamusFaceReflection.cpp | cobalt2727/metaforce | 3bb05c0ee5dd9b1b8eaa861fc49713aef62c844a | [
"MIT"
] | 129 | 2016-03-12T10:17:32.000Z | 2021-04-05T20:45:19.000Z | Runtime/MP1/CSamusFaceReflection.cpp | cobalt2727/metaforce | 3bb05c0ee5dd9b1b8eaa861fc49713aef62c844a | [
"MIT"
] | 31 | 2016-03-20T00:20:11.000Z | 2021-03-10T21:14:11.000Z | #include "Runtime/MP1/CSamusFaceReflection.hpp"
#include "Runtime/CStateManager.hpp"
#include "Runtime/GameGlobalObjects.hpp"
#include "Runtime/Camera/CFirstPersonCamera.hpp"
#include "Runtime/World/CPlayer.hpp"
#include "Runtime/World/CWorld.hpp"
#include "TCastTo.hpp" // Generated file, do not modify include path
... | 44.896226 | 119 | 0.699517 | Jcw87 |
4304992ce677ed0a51c999f03119555651941668 | 5,160 | cpp | C++ | AIPDebug/Out-Moc/moc_pic.cpp | Bluce-Song/Master-AIP | 1757ab392504d839de89460da17630d268ff3eed | [
"Apache-2.0"
] | null | null | null | AIPDebug/Out-Moc/moc_pic.cpp | Bluce-Song/Master-AIP | 1757ab392504d839de89460da17630d268ff3eed | [
"Apache-2.0"
] | null | null | null | AIPDebug/Out-Moc/moc_pic.cpp | Bluce-Song/Master-AIP | 1757ab392504d839de89460da17630d268ff3eed | [
"Apache-2.0"
] | null | null | null | /****************************************************************************
** Meta object code from reading C++ file 'pic.h'
**
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.5)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************... | 36.595745 | 191 | 0.609496 | Bluce-Song |
430643a9b2aaca52dc58d619aad3b73e7f160d38 | 1,423 | cpp | C++ | Source/SumoUE4Editor/Private/Factories/SumoNetworkAssetFactory.cpp | iwer/SumoUE4 | 8f2e5281a0b94e46cff97e1e2b535eca0f021dd6 | [
"MIT"
] | 4 | 2021-08-31T09:40:18.000Z | 2022-02-07T02:48:25.000Z | Source/SumoUE4Editor/Private/Factories/SumoNetworkAssetFactory.cpp | iwer/SumoUE4 | 8f2e5281a0b94e46cff97e1e2b535eca0f021dd6 | [
"MIT"
] | null | null | null | Source/SumoUE4Editor/Private/Factories/SumoNetworkAssetFactory.cpp | iwer/SumoUE4 | 8f2e5281a0b94e46cff97e1e2b535eca0f021dd6 | [
"MIT"
] | 2 | 2021-07-18T02:29:21.000Z | 2022-02-07T02:48:28.000Z | // Copyright (c) Iwer Petersen. All rights reserved.
#include "SumoNetworkAssetFactory.h"
#include "SumoNetworkAsset.h"
#include "SumoNetworkParser.h"
USumoNetworkAssetFactory::USumoNetworkAssetFactory( const FObjectInitializer& ObjectInitializer )
: Super(ObjectInitializer)
{
SupportedClass = USumoNetworkAsset:... | 34.707317 | 97 | 0.556571 | iwer |
430739accc1c4d49b2f5740770d83ca719f25717 | 15,341 | cpp | C++ | Developments/solidity-develop/libsolidity/interface/StandardCompiler.cpp | jansenbarabona/NFT-Game-Development | 49bf6593925123f0212dac13badd609be3866561 | [
"MIT"
] | null | null | null | Developments/solidity-develop/libsolidity/interface/StandardCompiler.cpp | jansenbarabona/NFT-Game-Development | 49bf6593925123f0212dac13badd609be3866561 | [
"MIT"
] | null | null | null | Developments/solidity-develop/libsolidity/interface/StandardCompiler.cpp | jansenbarabona/NFT-Game-Development | 49bf6593925123f0212dac13badd609be3866561 | [
"MIT"
] | null | null | null | /*
This file is part of solidity.
solidity is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
solidity is distributed in the hope that i... | 30.620758 | 156 | 0.715338 | jansenbarabona |
4307d5b1c4b676300bda191a618d72ef2f24814d | 4,888 | hpp | C++ | include/amtrs/.inc/g3d-shader/vulkan.textureshader.frag.hpp | isaponsoft/libamtrs | 5adf821ee15592fc3280985658ca8a4b175ffcaa | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2019-12-10T02:12:49.000Z | 2019-12-10T02:12:49.000Z | include/amtrs/.inc/g3d-shader/vulkan.textureshader.frag.hpp | isaponsoft/libamtrs | 5adf821ee15592fc3280985658ca8a4b175ffcaa | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | include/amtrs/.inc/g3d-shader/vulkan.textureshader.frag.hpp | isaponsoft/libamtrs | 5adf821ee15592fc3280985658ca8a4b175ffcaa | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | /* Copyright (c) 2019, isaponsoft (Isao Shibuya) All rights reserved. *
* Use of this source code is governed by a BSD-style license that *
* can be found in the LICENSE file. */
unsigned char vulkan_textureshader_frag_spv[] = {
0x03, 0x02, 0x23, 0x07, 0x00, 0x00, 0x01, 0x00, 0x... | 70.84058 | 73 | 0.649959 | isaponsoft |