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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3bc8fd2fcb17303a91a2b78a0cedcf683c6b408d | 21,693 | cpp | C++ | src/ConEmuHk/ConEmuHooks.cpp | laurent22/ConEmu | 52d4f91692e3ef9ec35d78e29d03e53f035c9e57 | [
"BSD-2-Clause"
] | 2 | 2017-09-17T12:09:16.000Z | 2021-05-15T21:36:47.000Z | src/ConEmuHk/ConEmuHooks.cpp | laurent22/ConEmu | 52d4f91692e3ef9ec35d78e29d03e53f035c9e57 | [
"BSD-2-Clause"
] | null | null | null | src/ConEmuHk/ConEmuHooks.cpp | laurent22/ConEmu | 52d4f91692e3ef9ec35d78e29d03e53f035c9e57 | [
"BSD-2-Clause"
] | null | null | null |
/*
Copyright (c) 2009-2015 Maximus5
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 list of conditions and the followin... | 27.424779 | 168 | 0.688148 | laurent22 |
3bca06fcf5cf6419e432aa0018eea2606cf89fdf | 4,556 | cc | C++ | cpp/core_v2/internal/mediums/ble_advertisement_header.cc | jdapena/nearby-connections | ae277748ce068ef1730d5104002d4324fc4ed89e | [
"Apache-2.0"
] | null | null | null | cpp/core_v2/internal/mediums/ble_advertisement_header.cc | jdapena/nearby-connections | ae277748ce068ef1730d5104002d4324fc4ed89e | [
"Apache-2.0"
] | null | null | null | cpp/core_v2/internal/mediums/ble_advertisement_header.cc | jdapena/nearby-connections | ae277748ce068ef1730d5104002d4324fc4ed89e | [
"Apache-2.0"
] | null | null | null | // Copyright 2020 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 ... | 34.515152 | 79 | 0.719271 | jdapena |
3bcc4adc2efc1263228ba2988b6d48d1e7455e17 | 2,698 | cpp | C++ | Test/GacUISrc/Host/Main.cpp | vczh2/GacUI | ce100ec13357bbf03ed3d2040c48d6b2b2fefd2f | [
"RSA-MD"
] | 2 | 2018-10-17T16:00:01.000Z | 2018-11-20T07:53:20.000Z | Test/GacUISrc/Host/Main.cpp | vczh2/GacUI | ce100ec13357bbf03ed3d2040c48d6b2b2fefd2f | [
"RSA-MD"
] | null | null | null | Test/GacUISrc/Host/Main.cpp | vczh2/GacUI | ce100ec13357bbf03ed3d2040c48d6b2b2fefd2f | [
"RSA-MD"
] | null | null | null | #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
#include "ResourceCompiler.h"
#include <Windows.h>
using namespace vl;
using namespace vl::collections;
using namespace vl:... | 28.104167 | 194 | 0.780949 | vczh2 |
3bcc6b1d91e70743d472aec3c1b17757bbc6ec7d | 513 | cpp | C++ | src/1000/1766.cpp14.cpp | upple/BOJ | e6dbf9fd17fa2b458c6a781d803123b14c18e6f1 | [
"MIT"
] | 8 | 2018-04-12T15:54:09.000Z | 2020-06-05T07:41:15.000Z | src/1000/1766.cpp14.cpp | upple/BOJ | e6dbf9fd17fa2b458c6a781d803123b14c18e6f1 | [
"MIT"
] | null | null | null | src/1000/1766.cpp14.cpp | upple/BOJ | e6dbf9fd17fa2b458c6a781d803123b14c18e6f1 | [
"MIT"
] | null | null | null | #include <iostream>
#include <vector>
#include <queue>
using namespace std;
vector<int> adj[32001];
int in[32001];
int main()
{
ios_base::sync_with_stdio(0);
cin.tie(0);
int n, m;
cin >> n >> m;
while (m--)
{
int a, b;
cin >> a >> b;
adj[a].push_back(b);
in[b]++;
}
priority_queue<int> pq;
for (int i... | 13.864865 | 30 | 0.518519 | upple |
3bd3af53a10d780672f128befebe9c6214a4c9f1 | 15,952 | cpp | C++ | tools/roughness-prefilter/src/main.cpp | bytememofo/filament | b0ab4c7321822b2f4e916e6b5fc7c4203f017886 | [
"Apache-2.0"
] | 1 | 2019-02-13T04:38:26.000Z | 2019-02-13T04:38:26.000Z | tools/roughness-prefilter/src/main.cpp | bytememofo/filament | b0ab4c7321822b2f4e916e6b5fc7c4203f017886 | [
"Apache-2.0"
] | null | null | null | tools/roughness-prefilter/src/main.cpp | bytememofo/filament | b0ab4c7321822b2f4e916e6b5fc7c4203f017886 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2015 The Android Open Source Project
*
* 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 app... | 37.446009 | 106 | 0.534478 | bytememofo |
3bd3f042753983a4a7e0c1e84bc860dd9a4250e5 | 1,775 | hpp | C++ | soccer/vision/ball/WorldBall.hpp | kasohrab/robocup-software | 73c92878baf960844b5a4b34c72804093f1ea459 | [
"Apache-2.0"
] | null | null | null | soccer/vision/ball/WorldBall.hpp | kasohrab/robocup-software | 73c92878baf960844b5a4b34c72804093f1ea459 | [
"Apache-2.0"
] | null | null | null | soccer/vision/ball/WorldBall.hpp | kasohrab/robocup-software | 73c92878baf960844b5a4b34c72804093f1ea459 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <list>
#include <Geometry2d/Point.hpp>
#include <Configuration.hpp>
#include <Utils.hpp>
#include "KalmanBall.hpp"
class KalmanBall;
/**
* Best estimate of the true ball position using the kalman balls from each camera
*/
class WorldBall {
public:
/**
* Creates an invalid world bal... | 22.468354 | 87 | 0.646197 | kasohrab |
3bd9c696e4903a85942567ee8e3eaa4ca3804602 | 6,743 | cpp | C++ | src/generated/CPACSSparPosition.cpp | cfsengineering/CPACSCreator-Version0 | 56d5c7915da7e8918479c505d70a70492c47219b | [
"Apache-2.0"
] | 10 | 2018-09-05T15:12:26.000Z | 2019-05-04T05:41:39.000Z | src/generated/CPACSSparPosition.cpp | cfsengineering/CPACSCreator-Version0 | 56d5c7915da7e8918479c505d70a70492c47219b | [
"Apache-2.0"
] | null | null | null | src/generated/CPACSSparPosition.cpp | cfsengineering/CPACSCreator-Version0 | 56d5c7915da7e8918479c505d70a70492c47219b | [
"Apache-2.0"
] | 1 | 2019-01-12T13:54:14.000Z | 2019-01-12T13:54:14.000Z | // Copyright (c) 2018 RISC Software GmbH
//
// This file was generated by CPACSGen from CPACS XML Schema (c) German Aerospace Center (DLR/SC).
// Do not edit, all changes are lost when files are re-generated.
//
// Licensed under the Apache License, Version 2.0 (the "License")
// you may not use this file except in com... | 31.217593 | 108 | 0.586089 | cfsengineering |
3bda2ed3c0bd6777e3ede9bb0a802e59812e8db6 | 827 | cpp | C++ | cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test/default_conditional_hit_count.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 605 | 2019-10-18T01:15:54.000Z | 2022-03-31T14:31:04.000Z | cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test/default_conditional_hit_count.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 3,180 | 2019-10-18T01:21:21.000Z | 2022-03-31T23:25:41.000Z | cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_finish_test/default_conditional_hit_count.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 275 | 2019-10-18T05:27:22.000Z | 2022-03-30T09:04:21.000Z | // Purpose:
// Test that \DexFinishTest can be used with a combination of a hit_count
// and a condition, so that the test exits after the line referenced
// by \DexFinishTest is stepped on while the condition (x == 2) is true a
// given number of times.
// Tests using the default controller (n... | 37.590909 | 94 | 0.631197 | mkinsner |
3bda9d13f480be17f8d1b7d5571b0ec1184da805 | 3,799 | cpp | C++ | docs/template_plugin/tests/functional/op_reference/sinh.cpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 1,127 | 2018-10-15T14:36:58.000Z | 2020-04-20T09:29:44.000Z | docs/template_plugin/tests/functional/op_reference/sinh.cpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 439 | 2018-10-20T04:40:35.000Z | 2020-04-19T05:56:25.000Z | docs/template_plugin/tests/functional/op_reference/sinh.cpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 414 | 2018-10-17T05:53:46.000Z | 2020-04-16T17:29:53.000Z | // Copyright (C) 2018-2022 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include <gtest/gtest.h>
#include "openvino/op/sinh.hpp"
#include "base_reference_test.hpp"
using namespace ov;
namespace reference_tests {
namespace {
struct SinhParams {
reference_tests::Tensor input;
reference_tests::... | 38.373737 | 137 | 0.528034 | ryanloney |
3bdaf9930bd44b4a075a7de7d1cd7fe437a8b538 | 10,080 | hpp | C++ | include/carve/geom3d.hpp | pcamarillor/Exploratory3D | 10705d201376b98bdf8f19fca398a3bf341807c9 | [
"MIT"
] | null | null | null | include/carve/geom3d.hpp | pcamarillor/Exploratory3D | 10705d201376b98bdf8f19fca398a3bf341807c9 | [
"MIT"
] | null | null | null | include/carve/geom3d.hpp | pcamarillor/Exploratory3D | 10705d201376b98bdf8f19fca398a3bf341807c9 | [
"MIT"
] | null | null | null | // Begin License:
// Copyright (C) 2006-2008 Tobias Sargeant (tobias.sargeant@gmail.com).
// All rights reserved.
//
// This file is part of the Carve CSG Library (http://carve-csg.com/)
//
// This file may be used under the terms of the GNU General Public
// License version 2.0 as published by the Free Software Founda... | 33.488372 | 109 | 0.511012 | pcamarillor |
3bdb2975a5dded002440ddc1c0ff3d0f3662f350 | 12,297 | hpp | C++ | png_text_chunk.hpp | estshorter/extract-png-text-chunk | 0f7f35fa84f7c42ec921b2ffc531f06984b6f46b | [
"CC0-1.0"
] | null | null | null | png_text_chunk.hpp | estshorter/extract-png-text-chunk | 0f7f35fa84f7c42ec921b2ffc531f06984b6f46b | [
"CC0-1.0"
] | null | null | null | png_text_chunk.hpp | estshorter/extract-png-text-chunk | 0f7f35fa84f7c42ec921b2ffc531f06984b6f46b | [
"CC0-1.0"
] | null | null | null | #pragma once
#include <algorithm>
#include <array>
#include <fstream>
#include <iostream>
#include <string>
#include <unordered_map>
#include <vector>
#define CRCPP_USE_CPP11
#include "CRC.h"
namespace png_text_chunk {
using KV = std::pair<std::string, std::string>;
template <typename T>
struct is_... | 33.782967 | 101 | 0.640563 | estshorter |
3bde235f8494aed1d59fd97c3f6a0f09f7083cf8 | 5,250 | cpp | C++ | fpdfsdk/pwl/cpwl_special_button_embeddertest.cpp | yanxijian/pdfium | aba53245bf116a1d908f851a93236b500988a1ee | [
"Apache-2.0"
] | null | null | null | fpdfsdk/pwl/cpwl_special_button_embeddertest.cpp | yanxijian/pdfium | aba53245bf116a1d908f851a93236b500988a1ee | [
"Apache-2.0"
] | null | null | null | fpdfsdk/pwl/cpwl_special_button_embeddertest.cpp | yanxijian/pdfium | aba53245bf116a1d908f851a93236b500988a1ee | [
"Apache-2.0"
] | null | null | null | // Copyright 2020 PDFium 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 "fpdfsdk/cpdfsdk_annot.h"
#include "fpdfsdk/cpdfsdk_annotiterator.h"
#include "fpdfsdk/cpdfsdk_formfillenvironment.h"
#include "fpdfsdk/cpdfsdk_helpers... | 36.206897 | 80 | 0.75619 | yanxijian |
3bdec6fe5b78550553da1c7acab0731c6012b54c | 3,683 | cpp | C++ | src/qt/src/3rdparty/webkit/Source/WebCore/plugins/PluginViewNone.cpp | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 46 | 2015-01-08T14:32:34.000Z | 2022-02-05T16:48:26.000Z | src/qt/src/3rdparty/webkit/Source/WebCore/plugins/PluginViewNone.cpp | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 7 | 2015-01-20T14:28:12.000Z | 2017-01-18T17:21:44.000Z | src/qt/src/3rdparty/webkit/Source/WebCore/plugins/PluginViewNone.cpp | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 14 | 2015-10-27T06:17:48.000Z | 2020-03-03T06:15:50.000Z | /*
* Copyright (C) 2008 Kevin Ollivier <kevino@theolliviers.com> 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
* not... | 21.664706 | 140 | 0.746674 | ant0ine |
3be0daeabdb6a61af6fda822e63e2d0129dbbc98 | 2,498 | cpp | C++ | USACOcontests/silver/2017.12/measurement.cpp | eyangch/competitive-programming | 59839efcec72cb792e61b7d316f83ad54f16a166 | [
"MIT"
] | 14 | 2019-08-14T00:43:10.000Z | 2021-12-16T05:43:31.000Z | USACOcontests/silver/2017.12/measurement.cpp | eyangch/competitive-programming | 59839efcec72cb792e61b7d316f83ad54f16a166 | [
"MIT"
] | null | null | null | USACOcontests/silver/2017.12/measurement.cpp | eyangch/competitive-programming | 59839efcec72cb792e61b7d316f83ad54f16a166 | [
"MIT"
] | 6 | 2020-12-30T03:30:17.000Z | 2022-03-11T03:40:02.000Z | #include <iostream>
#include <fstream>
#include <set>
#include <unordered_map>
#include <utility>
#include <array>
#include <algorithm>
using namespace std;
int main(){
ifstream fin("measurement.in");
ofstream fout("measurement.out");
set<array<int, 3>> m;
unordered_map<int, int> ids;
array<int, 1... | 33.756757 | 110 | 0.510408 | eyangch |
3be648bbe2f8b104621974ea6e3454433d332b98 | 14,577 | cpp | C++ | server/rtree_map.cpp | TRHackerTR33/griddb_nosql | ff9d3c4f4bfe2529a0a045eea7c217d533161504 | [
"Apache-2.0"
] | 2 | 2021-06-25T09:41:47.000Z | 2021-06-25T10:37:51.000Z | server/rtree_map.cpp | ouellani/griddb_nosql | 2ccb037d7ea2d79d3b9ee5830cdcb209f8d6d612 | [
"Apache-2.0"
] | null | null | null | server/rtree_map.cpp | ouellani/griddb_nosql | 2ccb037d7ea2d79d3b9ee5830cdcb209f8d6d612 | [
"Apache-2.0"
] | null | null | null | /*
Copyright (c) 2017 TOSHIBA Digital Solutions Corporation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This... | 25.891652 | 80 | 0.683474 | TRHackerTR33 |
3be654dbed3a219240983d86e1b0df8402c0e874 | 755 | cpp | C++ | Array/Swap kth elements.cpp | DY-2001/DSA | 0f1f7a19304a2e5cfef690bf51a22bbc73eef4bc | [
"MIT"
] | null | null | null | Array/Swap kth elements.cpp | DY-2001/DSA | 0f1f7a19304a2e5cfef690bf51a22bbc73eef4bc | [
"MIT"
] | null | null | null | Array/Swap kth elements.cpp | DY-2001/DSA | 0f1f7a19304a2e5cfef690bf51a22bbc73eef4bc | [
"MIT"
] | null | null | null | // { Driver Code Starts
#include <bits/stdc++.h>
using namespace std;
// } Driver Code Ends
//User function template for C++
class Solution{
public:
// swap k'th element from beginning and end
void swapKth(int *arr, int n, int k) {
int temp = arr[k - 1];
arr[k - 1] = arr[n - k];
arr[n - k] = temp;... | 17.97619 | 44 | 0.445033 | DY-2001 |
3be8104e00c237408d7d0ebd2ddfbecaece37333 | 3,731 | cpp | C++ | src/valueiterator.cpp | DigDeeply/PHP-CPP | 778561e1739a4a7ef20e85b713b4790e6be225d3 | [
"Apache-2.0"
] | 1 | 2020-04-07T03:26:48.000Z | 2020-04-07T03:26:48.000Z | src/valueiterator.cpp | DigDeeply/PHP-CPP | 778561e1739a4a7ef20e85b713b4790e6be225d3 | [
"Apache-2.0"
] | null | null | null | src/valueiterator.cpp | DigDeeply/PHP-CPP | 778561e1739a4a7ef20e85b713b4790e6be225d3 | [
"Apache-2.0"
] | null | null | null | /**
* ValueIterator.cpp
*
* Implementation of the value iterator
*
* @author Emiel Bruijntjes <emiel.bruijntjes@copernica.com>
* @copyright 2014 Copernica BV
*/
#include "includes.h"
/**
* Set up namespace
*/
namespace Php {
/**
* Constructor
* @param hashtable The hashtable to iterate over
... | 23.465409 | 100 | 0.639239 | DigDeeply |
3be811d10636d0b1cd7c379dcbe6cbea7201c4f6 | 3,123 | cc | C++ | PacSim/PacWriteParticles.cc | brownd1978/FastSim | 05f590d72d8e7f71856fd833114a38b84fc7fd48 | [
"Apache-2.0"
] | null | null | null | PacSim/PacWriteParticles.cc | brownd1978/FastSim | 05f590d72d8e7f71856fd833114a38b84fc7fd48 | [
"Apache-2.0"
] | null | null | null | PacSim/PacWriteParticles.cc | brownd1978/FastSim | 05f590d72d8e7f71856fd833114a38b84fc7fd48 | [
"Apache-2.0"
] | null | null | null | //--------------------------------------------------------------------------
// Name:
// PacWriteParticles
// Environment:
//------------------------------------------------------------------------
#include "BaBar/BaBar.hh"
#include "CLHEP/Random/RandFlat.h"
#include "PacSim/PacWriteParticles.hh"
#include "PacSim/Pac... | 33.945652 | 99 | 0.645213 | brownd1978 |
3be96210604bdcd4513e686045d0d1134ba31721 | 10,714 | cpp | C++ | dev/Code/CryEngine/CryAction/VehicleSystem/VehicleSystem_FactoryRegistration.cpp | crazyskateface/lumberyard | 164512f8d415d6bdf37e195af319ffe5f96a8f0b | [
"AML"
] | 5 | 2018-08-17T21:05:55.000Z | 2021-04-17T10:48:26.000Z | dev/Code/CryEngine/CryAction/VehicleSystem/VehicleSystem_FactoryRegistration.cpp | JulianoCristian/Lumberyard-3 | dc523dd780f3cd1874251181b7cf6848b8db9959 | [
"AML"
] | null | null | null | dev/Code/CryEngine/CryAction/VehicleSystem/VehicleSystem_FactoryRegistration.cpp | JulianoCristian/Lumberyard-3 | dc523dd780f3cd1874251181b7cf6848b8db9959 | [
"AML"
] | 5 | 2017-12-05T16:36:00.000Z | 2021-04-27T06:33:54.000Z | /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | 44.090535 | 153 | 0.714206 | crazyskateface |
3bec06a2e34702ce170896e0419e65c856b250b1 | 5,769 | cpp | C++ | inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scatter_update/scatter_elements_update_kernel_ref.cpp | Jacob272727/openvino | 9106eab30b8f449c139e5fb5d2ff260e651f9496 | [
"Apache-2.0"
] | 1 | 2021-04-06T03:32:12.000Z | 2021-04-06T03:32:12.000Z | inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scatter_update/scatter_elements_update_kernel_ref.cpp | Jacob272727/openvino | 9106eab30b8f449c139e5fb5d2ff260e651f9496 | [
"Apache-2.0"
] | 28 | 2021-09-24T09:29:02.000Z | 2022-03-28T13:20:46.000Z | inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/scatter_update/scatter_elements_update_kernel_ref.cpp | jayabs2020/openvino | 67a82a040faaf66f109035acf7de6e4b7568bc08 | [
"Apache-2.0"
] | 1 | 2020-08-30T11:48:03.000Z | 2020-08-30T11:48:03.000Z | // Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "scatter_elements_update_kernel_ref.h"
#include "kernel_selector_utils.h"
#include <string>
#include <vector>
namespace kernel_selector {
static size_t GetScatterElementsUpdateChannelIndex(const scatter_elements_update_par... | 35.392638 | 155 | 0.67724 | Jacob272727 |
3beed0fdcde3cbd0758ff7a723aa7d76df513359 | 6,166 | cc | C++ | riegeli/ordered_varint/ordered_varint_reading.cc | micahcc/riegeli | d8cc64857253037d4f022e860b7b86cbe7d4b8d8 | [
"Apache-2.0"
] | null | null | null | riegeli/ordered_varint/ordered_varint_reading.cc | micahcc/riegeli | d8cc64857253037d4f022e860b7b86cbe7d4b8d8 | [
"Apache-2.0"
] | null | null | null | riegeli/ordered_varint/ordered_varint_reading.cc | micahcc/riegeli | d8cc64857253037d4f022e860b7b86cbe7d4b8d8 | [
"Apache-2.0"
] | null | null | null | // Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | 36.270588 | 79 | 0.626825 | micahcc |
3bf1b6cd246e2d80bb472d100b1e0f7e936a9eac | 1,061 | cpp | C++ | deps/src/boost_1_65_1/libs/fusion/test/algorithm/move.cpp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 1 | 2018-12-15T20:03:51.000Z | 2018-12-15T20:03:51.000Z | deps/src/boost_1_65_1/libs/fusion/test/algorithm/move.cpp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 3 | 2021-09-08T02:18:00.000Z | 2022-03-12T00:39:44.000Z | deps/src/boost_1_65_1/libs/fusion/test/algorithm/move.cpp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 1 | 2019-06-01T18:49:28.000Z | 2019-06-01T18:49:28.000Z | /*=============================================================================
Copyright (c) 2014 Kohei Takahashi
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================... | 26.525 | 80 | 0.578699 | shreyasvj25 |
3bf223f358c795d103332bf214017cdb5cecbdca | 21,858 | cpp | C++ | src/runtime_src/core/pcie/tools/cloud-daemon/azure/azure.cpp | subeeshm-xilinx/XRT | f2f551a815dcd135132f974205401ca0982f9a3b | [
"Apache-2.0"
] | 359 | 2018-10-05T03:05:08.000Z | 2022-03-31T06:28:16.000Z | src/runtime_src/core/pcie/tools/cloud-daemon/azure/azure.cpp | kbhardwa-xilinx/XRT | 9cadec73f5211577c7d5c408a4a7fee0eed23b70 | [
"Apache-2.0"
] | 5,832 | 2018-10-02T22:43:29.000Z | 2022-03-31T22:28:05.000Z | src/runtime_src/core/pcie/tools/cloud-daemon/azure/azure.cpp | kbhardwa-xilinx/XRT | 9cadec73f5211577c7d5c408a4a7fee0eed23b70 | [
"Apache-2.0"
] | 442 | 2018-10-02T23:06:29.000Z | 2022-03-21T08:34:44.000Z | /*
* Partial Copyright (C) 2019-2021 Xilinx, Inc
*
* Microsoft provides sample code how RESTful APIs are being called
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may
* not use this file except in compliance with the License. A copy of the
* License is located at
*
* http://www.a... | 33.783617 | 134 | 0.598957 | subeeshm-xilinx |
3bf3d4c5643ab1b27900d8db7c414af4c3cfb2c3 | 7,093 | cc | C++ | oss-internship-2020/libarchive/ld_preload_example/sapi_minitar.cc | Masud2017/sandboxed-api | 753eacd3142127c8bd493bc0e81242c4d3cd2f33 | [
"Apache-2.0"
] | 1,562 | 2019-03-07T10:02:53.000Z | 2022-03-31T17:43:05.000Z | oss-internship-2020/libarchive/ld_preload_example/sapi_minitar.cc | Masud2017/sandboxed-api | 753eacd3142127c8bd493bc0e81242c4d3cd2f33 | [
"Apache-2.0"
] | 70 | 2019-03-19T01:02:49.000Z | 2022-03-30T17:26:53.000Z | oss-internship-2020/libarchive/ld_preload_example/sapi_minitar.cc | Masud2017/sandboxed-api | 753eacd3142127c8bd493bc0e81242c4d3cd2f33 | [
"Apache-2.0"
] | 181 | 2019-03-18T19:41:30.000Z | 2022-03-29T13:08:26.000Z | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in w... | 30.83913 | 79 | 0.706894 | Masud2017 |
3bf534e29fd50209aca0ab5f8fe8bc3491cf980a | 11,297 | cpp | C++ | 04_Sample/AngryNinjas/Source/TheStack.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | 2 | 2017-08-03T07:15:00.000Z | 2018-06-18T10:32:53.000Z | 04_Sample/AngryNinjas/Source/TheStack.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | null | null | null | 04_Sample/AngryNinjas/Source/TheStack.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | 2 | 2019-03-04T22:57:42.000Z | 2020-03-06T01:32:26.000Z | /* --------------------------------------------------------------------------
*
* File TheStack.cpp
*
* Ported By Young-Hwan Mun
* Contact xmsoft77@gmail.com
*
* --------------------------------------------------------------------------
*
* Copyright (c)... | 67.646707 | 246 | 0.691423 | mcodegeeks |
0ec333d88d8ca89a5a47a2c7c339fc85387a464e | 182 | cpp | C++ | src/file_system/file_system__check_filename.cpp | violador/catalyst | 40d5c1dd04269a0764a9804711354a474bc43c15 | [
"Unlicense"
] | null | null | null | src/file_system/file_system__check_filename.cpp | violador/catalyst | 40d5c1dd04269a0764a9804711354a474bc43c15 | [
"Unlicense"
] | null | null | null | src/file_system/file_system__check_filename.cpp | violador/catalyst | 40d5c1dd04269a0764a9804711354a474bc43c15 | [
"Unlicense"
] | null | null | null | //
//
//
inline bool check_filename(const std::string &given_filename)
{
switch(given_filename == "")
{
case false: return false; break;
case true: return true; break;
}
};
| 15.166667 | 61 | 0.659341 | violador |
0ec3c653dab53860641ed1c5c71b385a30762af6 | 968 | cpp | C++ | cpp/src/kauvir/kcm-runtime-eval/kcm-env/kcm-env.cpp | Mosaic-DigammaDB/HandbookPragmatics | 55399bb16362f90e26626704f8563fd6d7c0a1f9 | [
"BSL-1.0"
] | 1 | 2019-04-15T08:44:13.000Z | 2019-04-15T08:44:13.000Z | cpp/src/kauvir/kcm-runtime-eval/kcm-env/kcm-env.cpp | Mosaic-DigammaDB/HandbookPragmatics | 55399bb16362f90e26626704f8563fd6d7c0a1f9 | [
"BSL-1.0"
] | null | null | null | cpp/src/kauvir/kcm-runtime-eval/kcm-env/kcm-env.cpp | Mosaic-DigammaDB/HandbookPragmatics | 55399bb16362f90e26626704f8563fd6d7c0a1f9 | [
"BSL-1.0"
] | null | null | null |
// Copyright Nathaniel Christen 2019.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include "kcm-env.h"
#include "kcm-scopes/kcm-scope-system.h"
#include <QDebug>
KCM_Env::KCM_Env... | 21.043478 | 71 | 0.708678 | Mosaic-DigammaDB |
0ec5f425a03ff57144517d93804227ac7851adca | 5,563 | cpp | C++ | primesynth/src/midi_input.cpp | mosmeh/primesynth | dc5abf85ea19e7b29af547bdbeeaf8a05c242cd0 | [
"MIT"
] | 2 | 2020-03-09T08:45:07.000Z | 2021-07-13T06:09:09.000Z | primesynth/src/midi_input.cpp | mosmeh/primasynth | dc5abf85ea19e7b29af547bdbeeaf8a05c242cd0 | [
"MIT"
] | null | null | null | primesynth/src/midi_input.cpp | mosmeh/primasynth | dc5abf85ea19e7b29af547bdbeeaf8a05c242cd0 | [
"MIT"
] | 2 | 2018-12-28T19:48:26.000Z | 2021-07-13T06:09:11.000Z | #include "midi_input.h"
#include <iomanip>
#include <iostream>
#include <sstream>
namespace primesynth {
void checkMMResult(MMRESULT result) {
if (result != MMSYSERR_NOERROR) {
char msg[MAXERRORLENGTH];
midiInGetErrorTextA(result, msg, sizeof(msg));
std::ostringstream ss;
ss << "MID... | 38.365517 | 120 | 0.594463 | mosmeh |
0ecb2863661e1ad57141ae94b59af8810513463c | 10,832 | cc | C++ | tests/utils/test_rsync.cc | pmarguinaud/eckit | 7df4be9a1cd8f4561de6d41b73d37838d78f13ea | [
"Apache-2.0"
] | null | null | null | tests/utils/test_rsync.cc | pmarguinaud/eckit | 7df4be9a1cd8f4561de6d41b73d37838d78f13ea | [
"Apache-2.0"
] | 14 | 2019-09-30T19:24:29.000Z | 2020-10-15T16:02:11.000Z | tests/utils/test_rsync.cc | pmarguinaud/eckit | 7df4be9a1cd8f4561de6d41b73d37838d78f13ea | [
"Apache-2.0"
] | 2 | 2019-10-17T13:52:08.000Z | 2019-11-25T14:53:52.000Z | /*
* (C) Copyright 2020- ECMWF.
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
* In applying this licence, ECMWF does not waive the privileges and immunities
* granted to it by virtue of its status as an interg... | 30.860399 | 116 | 0.622692 | pmarguinaud |
0ecc2d628737cbf353fe4bf452b728e984ed017e | 1,045 | cpp | C++ | interface/src/ui/overlays/TextOverlay.cpp | overte-org/overte | 95ebe6bab0d5ff9707971f19051177110e274b3d | [
"Apache-2.0"
] | 4 | 2022-02-04T05:20:36.000Z | 2022-02-22T11:40:28.000Z | interface/src/ui/overlays/TextOverlay.cpp | overte-org/overte | 95ebe6bab0d5ff9707971f19051177110e274b3d | [
"Apache-2.0"
] | 38 | 2022-01-18T21:55:11.000Z | 2022-03-30T21:34:23.000Z | interface/src/ui/overlays/TextOverlay.cpp | overte-org/overte | 95ebe6bab0d5ff9707971f19051177110e274b3d | [
"Apache-2.0"
] | 7 | 2022-01-20T00:49:35.000Z | 2022-03-24T21:41:00.000Z | //
// TextOverlay.cpp
// interface/src/ui/overlays
//
// Copyright 2014 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include "TextOverlay.h"
#include <QQuickItem>
#include <QFontMetrics>
#... | 24.302326 | 88 | 0.683254 | overte-org |
0ecff1e2703d5aac30651261e1e3fcf7354e8ede | 10,979 | cpp | C++ | Nacro/SDK/FN_InfoEntry_functions.cpp | Milxnor/Nacro | eebabf662bbce6d5af41820ea0342d3567a0aecc | [
"BSD-2-Clause"
] | 11 | 2021-08-08T23:25:10.000Z | 2022-02-19T23:07:22.000Z | Nacro/SDK/FN_InfoEntry_functions.cpp | Milxnor/Nacro | eebabf662bbce6d5af41820ea0342d3567a0aecc | [
"BSD-2-Clause"
] | 1 | 2021-08-11T18:40:26.000Z | 2021-08-11T18:40:26.000Z | Nacro/SDK/FN_InfoEntry_functions.cpp | Milxnor/Nacro | eebabf662bbce6d5af41820ea0342d3567a0aecc | [
"BSD-2-Clause"
] | 8 | 2021-08-09T13:51:54.000Z | 2022-01-26T20:33:37.000Z | // Fortnite (1.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Function InfoEntry.InfoEntry_C.DoesIt... | 28.296392 | 175 | 0.747245 | Milxnor |
0ed1ffdf868cf267101c359387e152933808e825 | 5,076 | cpp | C++ | Core/Graphics/Window.cpp | ShuboshaKuro/SimpleGameEngine | 01da061fe931ec0ade898b82baa93c591eacbb43 | [
"MIT"
] | null | null | null | Core/Graphics/Window.cpp | ShuboshaKuro/SimpleGameEngine | 01da061fe931ec0ade898b82baa93c591eacbb43 | [
"MIT"
] | null | null | null | Core/Graphics/Window.cpp | ShuboshaKuro/SimpleGameEngine | 01da061fe931ec0ade898b82baa93c591eacbb43 | [
"MIT"
] | null | null | null | #include "Window.hpp"
namespace Core {
namespace Graphics {
void error_callback(GLint, const GLchar*);
void windowResize_callback(GLFWwindow*, GLint, GLint);
Window::Window(const GLchar* title, GLint width, GLint height, glm::vec4 clearColor)
: title(title), width(width), height(height), clearColor(clear... | 29.34104 | 162 | 0.685973 | ShuboshaKuro |
0ed2100907a3b11d91e9cf80903845a7a1bc1b31 | 4,012 | cpp | C++ | Cross Wars vs Onslaught/MissionScreen.cpp | GigaNova/CrossWars | 62d22f1f45e28f4c4dbd7d37e2f760b223c1c988 | [
"MIT"
] | 2 | 2019-06-06T09:37:12.000Z | 2019-07-23T15:04:07.000Z | Cross Wars vs Onslaught/MissionScreen.cpp | GigaNova/CrossWars | 62d22f1f45e28f4c4dbd7d37e2f760b223c1c988 | [
"MIT"
] | null | null | null | Cross Wars vs Onslaught/MissionScreen.cpp | GigaNova/CrossWars | 62d22f1f45e28f4c4dbd7d37e2f760b223c1c988 | [
"MIT"
] | null | null | null | #include "MissionScreen.h"
#include "TextureManager.h"
#include "Camera.h"
#include "PlayerManager.h"
#include "ResourceManager.h"
#include "TextSanitizer.h"
#include "MusicPlayer.h"
#include "StateMachine.h"
#include "Chapter.h"
MissionScreen::MissionScreen(sf::RenderWindow* _pRenderWindow) : GameScreen(_pRenderWindo... | 29.5 | 188 | 0.718345 | GigaNova |
0ed33a9f1cce268d4e58bd03fb3ff57a284df8de | 302 | cpp | C++ | engine/softbreeze/math/vector4.cpp | ffskyfan/softbreeze | 18996a4146eb73b2823381430763b8886dead87b | [
"MIT"
] | null | null | null | engine/softbreeze/math/vector4.cpp | ffskyfan/softbreeze | 18996a4146eb73b2823381430763b8886dead87b | [
"MIT"
] | null | null | null | engine/softbreeze/math/vector4.cpp | ffskyfan/softbreeze | 18996a4146eb73b2823381430763b8886dead87b | [
"MIT"
] | null | null | null |
#include "../softbreeze.h"
#include "vector4.h"
softbreeze_namespace_beg
void Vector4::Lerp( const Vector4 &v1, const Vector4 &v2, const float l )
{
if(l <= 0.0f) {
(*this) = v1;
} else if (l >=1.0){
(*this) = v2;
} else {
(*this) = v1 + l*( v2 - v1 );
}
}
softbreeze_namespace_end
| 12.08 | 73 | 0.586093 | ffskyfan |
0ed3ba57cc0b0b9dd74e50d948fd037bb19f81bf | 3,563 | cpp | C++ | test/bench_hom_nand.cpp | watagashi0619/TFHE | 392c06812edd3ccfa56099fbacb8428fbc1fc277 | [
"MIT"
] | 3 | 2021-08-11T05:36:05.000Z | 2021-12-29T06:26:30.000Z | test/bench_hom_nand.cpp | watagashi0619/TFHE | 392c06812edd3ccfa56099fbacb8428fbc1fc277 | [
"MIT"
] | 1 | 2021-09-13T12:53:43.000Z | 2021-09-19T04:12:41.000Z | test/bench_hom_nand.cpp | watagashi0619/TFHE | 392c06812edd3ccfa56099fbacb8428fbc1fc277 | [
"MIT"
] | null | null | null | #include <array>
#include <cassert>
#include <chrono>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <random>
#include "bootstrapping_key.hpp"
#include "gatebootstrapping.hpp"
#include "hom_nand.hpp"
#include "identity_key_switching.hpp"
#include "key.hpp"
#include "key_switching_key.hpp"
#include ... | 34.592233 | 158 | 0.584339 | watagashi0619 |
0ed572bf71f1e188c7fe575fba9ecb97641be576 | 747 | cpp | C++ | modules/core/PrimDummy.cpp | skn123/OpenRT | 43c91db73e688ccd08396e1a6f68517ab702e636 | [
"BSD-3-Clause"
] | null | null | null | modules/core/PrimDummy.cpp | skn123/OpenRT | 43c91db73e688ccd08396e1a6f68517ab702e636 | [
"BSD-3-Clause"
] | null | null | null | modules/core/PrimDummy.cpp | skn123/OpenRT | 43c91db73e688ccd08396e1a6f68517ab702e636 | [
"BSD-3-Clause"
] | null | null | null | #include "PrimDummy.h"
#include <macroses.h>
namespace rt {
bool CPrimDummy::intersect(Ray &) const {
RT_ASSERT_MSG(false, "This method should never be called. Aborting...");
}
bool CPrimDummy::if_intersect(const Ray &) const {
RT_ASSERT_MSG(false, "This method should never be called. Abor... | 29.88 | 80 | 0.657296 | skn123 |
0ed5f4e8d5016aab53b838e80e4ff252f81c4c1a | 4,214 | cpp | C++ | packages/ECS/source/common/component/CComponentFactoryManager.cpp | jesuslou/LouEngine | 873585baa603b6ee1032af9a6d3648a4c8bb19c8 | [
"Zlib"
] | null | null | null | packages/ECS/source/common/component/CComponentFactoryManager.cpp | jesuslou/LouEngine | 873585baa603b6ee1032af9a6d3648a4c8bb19c8 | [
"Zlib"
] | null | null | null | packages/ECS/source/common/component/CComponentFactoryManager.cpp | jesuslou/LouEngine | 873585baa603b6ee1032af9a6d3648a4c8bb19c8 | [
"Zlib"
] | null | null | null | ////////////////////////////////////////////////////////////
//
// LouEngine - Multiplatform Game Engine Project
// Copyright (C) 2016-2017 Jesus Lou (loucocito@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages ari... | 25.083333 | 112 | 0.707167 | jesuslou |
0ed76ca7d0e793847a03e7387ea87dc4909408c5 | 25,892 | hpp | C++ | src/min_distance.hpp | ruolin/vg | fddf5a0e3172cfc50eb6f8a561dfbe3dbbbaec04 | [
"MIT"
] | 740 | 2016-02-23T02:31:10.000Z | 2022-03-31T20:51:36.000Z | src/min_distance.hpp | ruolin/vg | fddf5a0e3172cfc50eb6f8a561dfbe3dbbbaec04 | [
"MIT"
] | 2,455 | 2016-02-24T08:17:45.000Z | 2022-03-31T20:19:41.000Z | src/min_distance.hpp | ruolin/vg | fddf5a0e3172cfc50eb6f8a561dfbe3dbbbaec04 | [
"MIT"
] | 169 | 2016-03-03T15:41:33.000Z | 2022-03-31T04:01:53.000Z | #ifndef VG_MIN_DISTANCE_HPP_INCLUDED
#define VG_MIN_DISTANCE_HPP_INCLUDED
#include <unordered_set>
#include <jansson.h>
#include "snarls.hpp"
#include "hash_map.hpp"
#include "bdsg/hash_graph.hpp"
using namespace sdsl;
namespace vg {
/**
* The distance index. Stores minimum distances among nodes in each
* netg... | 41.828756 | 202 | 0.641202 | ruolin |
0edb876601997731980bc01bd467e9dde384da03 | 580 | cpp | C++ | 2020/object-oriented-technology-and-methods/exp-4/custom_angle.cpp | Overloadlightning/BIT | de85cb74523d63b22b0118c26c65f854b7d2df86 | [
"MIT"
] | 6 | 2021-10-30T06:07:42.000Z | 2022-03-02T15:24:57.000Z | 2020/object-oriented-technology-and-methods/exp-4/custom_angle.cpp | Overloadlightning/BIT | de85cb74523d63b22b0118c26c65f854b7d2df86 | [
"MIT"
] | null | null | null | 2020/object-oriented-technology-and-methods/exp-4/custom_angle.cpp | Overloadlightning/BIT | de85cb74523d63b22b0118c26c65f854b7d2df86 | [
"MIT"
] | 1 | 2022-02-21T15:37:49.000Z | 2022-02-21T15:37:49.000Z | #include "custom_angle.h"
CustomAngle::CustomAngle() {
this->degree = 0;
}
CustomAngle::CustomAngle(double degree_) : degree(degree_) {
}
CustomAngle::CustomAngle(CustomAngle &custom_angle) {
this->degree = custom_angle.get_degree();
}
double CustomAngle::get_degree() {
return this->degree;
}
void Cust... | 17.575758 | 60 | 0.693103 | Overloadlightning |
0edc4dcd41eac9d0feb653ad2ec3510d10a27c0b | 5,672 | cpp | C++ | PIN.Branch.Monitor/Windows/PIN.Branch.Monitor.cpp | y11en/BranchMonitoringProject | 5d3ca533338da919a1757562f3810d49296ebf48 | [
"MIT"
] | 122 | 2017-03-08T00:45:03.000Z | 2022-03-01T03:05:21.000Z | PIN.Branch.Monitor/Windows/PIN.Branch.Monitor.cpp | y11en/BranchMonitoringProject | 5d3ca533338da919a1757562f3810d49296ebf48 | [
"MIT"
] | 3 | 2017-03-08T01:16:54.000Z | 2017-03-22T22:59:26.000Z | PIN.Branch.Monitor/Windows/PIN.Branch.Monitor.cpp | y11en/BranchMonitoringProject | 5d3ca533338da919a1757562f3810d49296ebf48 | [
"MIT"
] | 42 | 2017-03-08T21:28:48.000Z | 2022-02-20T15:24:46.000Z | /* Branch Monitoring Project
* Marcus Botacin - UNICAMP - 2017
* PIN implementation of Branch Monitor
* Used for simple comparisons and validation purposes
* Inspired on PIN example: instcount0.cpp
*/
/* Include Block */
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include "pin.H"... | 23.732218 | 151 | 0.686883 | y11en |
0edd1a36d5423d636689af2472b67b28afbdcf85 | 1,918 | cpp | C++ | Level_3_HW/Section 2.3/Exercise 5/Exercise 5/main.cpp | ZhehaoLi9705/QuantNet_CPP | a889f4656e757842f4163b0cda7e098cc6ad1193 | [
"MIT"
] | null | null | null | Level_3_HW/Section 2.3/Exercise 5/Exercise 5/main.cpp | ZhehaoLi9705/QuantNet_CPP | a889f4656e757842f4163b0cda7e098cc6ad1193 | [
"MIT"
] | null | null | null | Level_3_HW/Section 2.3/Exercise 5/Exercise 5/main.cpp | ZhehaoLi9705/QuantNet_CPP | a889f4656e757842f4163b0cda7e098cc6ad1193 | [
"MIT"
] | null | null | null | //
// main.cpp
// Exercise 5
//
// Created by Zhehao Li on 2020/2/28.
// Copyright © 2020 Zhehao Li. All rights reserved.
//
// Test the structures and interfaces of class Line
#include "Point.hpp"
#include "Line.hpp"
#include <iostream>
#include <string>
using namespace std;
int main(int argc, const char * argv... | 36.188679 | 118 | 0.53024 | ZhehaoLi9705 |
0edf398ac451a526cdf23bb0b6b556ac935f420d | 2,831 | cpp | C++ | ros/pouco2000_ros_src/pouco2000_ros/node/release/controller.cpp | PouceHeure/pouco2000 | bebb0c30dd0849a4a19d4e614cf1f9169bca31c5 | [
"Apache-2.0"
] | 2 | 2020-02-27T18:12:30.000Z | 2020-03-22T14:20:18.000Z | ros/pouco2000_ros_src/pouco2000_ros/node/release/controller.cpp | PouceHeure/pouco2000 | bebb0c30dd0849a4a19d4e614cf1f9169bca31c5 | [
"Apache-2.0"
] | null | null | null | ros/pouco2000_ros_src/pouco2000_ros/node/release/controller.cpp | PouceHeure/pouco2000 | bebb0c30dd0849a4a19d4e614cf1f9169bca31c5 | [
"Apache-2.0"
] | null | null | null | #include "ros/ros.h"
#include "pouco2000_ros/pouco2000.hpp"
// keys param
#define KEY_PARAM_POTENTIOMETERS_CIRCLE "potentiometers/circle/"
#define KEY_PARAM_POTENTIOMETERS_SLIDER "potentiometers/slider/"
#define KEY_PARAM_RATE "~rate"
/**
* @brief load parameter converter from rosparam
*
* @param key the key wh... | 35.3875 | 140 | 0.752738 | PouceHeure |
0ee347e9bf4c5bf2c252c2e2e8985a6bdf20f9e6 | 4,519 | hpp | C++ | Practica4/include/EventoHistorico.hpp | Cadiducho/UGR-Estructura-Datos | 397e068aa80786e2758a7eed50d1390248492318 | [
"MIT"
] | null | null | null | Practica4/include/EventoHistorico.hpp | Cadiducho/UGR-Estructura-Datos | 397e068aa80786e2758a7eed50d1390248492318 | [
"MIT"
] | null | null | null | Practica4/include/EventoHistorico.hpp | Cadiducho/UGR-Estructura-Datos | 397e068aa80786e2758a7eed50d1390248492318 | [
"MIT"
] | null | null | null | #ifndef EVENTOHISTORICO_HPP
#define EVENTOHISTORICO_HPP
#include <iostream>
#include <string>
#include <set>
#include <cassert>
#include <sstream>
#include "Fecha.hpp"
using namespace std;
typedef string Suceso;
class EventoHistorico {
private:
pair<Fecha, set<Suceso>> eventos;
public:
... | 22.595 | 89 | 0.532861 | Cadiducho |
0ee4dc928011ae2657656b9628aee1c46bfd1538 | 81,176 | cpp | C++ | moos-ivp/ivp/src/lib_marineview/MarineViewer.cpp | EasternEdgeRobotics/2018 | 24df2fe56fa6d172ba3c34c1a97f249dbd796787 | [
"MIT"
] | null | null | null | moos-ivp/ivp/src/lib_marineview/MarineViewer.cpp | EasternEdgeRobotics/2018 | 24df2fe56fa6d172ba3c34c1a97f249dbd796787 | [
"MIT"
] | null | null | null | moos-ivp/ivp/src/lib_marineview/MarineViewer.cpp | EasternEdgeRobotics/2018 | 24df2fe56fa6d172ba3c34c1a97f249dbd796787 | [
"MIT"
] | null | null | null | /*****************************************************************/
/* NAME: Michael Benjamin */
/* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */
/* FILE: MarineViewer.cpp */
/* DATE: May 31st, 2005 ... | 29.337188 | 82 | 0.61889 | EasternEdgeRobotics |
0ee894ea808a002a8bda23f3932a6fccd11f3ea9 | 25,803 | cxx | C++ | Filters/ParallelDIY2/vtkDIYAggregateDataSetFilter.cxx | txwhhny/vtk | 854d9aa87b944bc9079510515996406b98b86f7c | [
"BSD-3-Clause"
] | 2 | 2021-07-07T22:53:19.000Z | 2021-07-31T19:29:35.000Z | Filters/ParallelDIY2/vtkDIYAggregateDataSetFilter.cxx | txwhhny/vtk | 854d9aa87b944bc9079510515996406b98b86f7c | [
"BSD-3-Clause"
] | 2 | 2020-11-18T16:50:34.000Z | 2022-01-21T13:31:47.000Z | Filters/ParallelDIY2/vtkDIYAggregateDataSetFilter.cxx | txwhhny/vtk | 854d9aa87b944bc9079510515996406b98b86f7c | [
"BSD-3-Clause"
] | 5 | 2020-10-02T10:14:35.000Z | 2022-03-10T07:50:22.000Z | /*=========================================================================
Program: Visualization Toolkit
Module: vtkDIYAggregateDataSetFilter.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This... | 37.180115 | 100 | 0.66252 | txwhhny |
0ee8a1cbfa9b33742ac4673a05c1f15c6e912c1d | 1,147 | hpp | C++ | include/pastel/utility/tuple/meta/reverse.hpp | naoki-yoshioka/pastel | b443dcc6ae86ff3e94ec9c2e7085b5d6521214e8 | [
"MIT"
] | null | null | null | include/pastel/utility/tuple/meta/reverse.hpp | naoki-yoshioka/pastel | b443dcc6ae86ff3e94ec9c2e7085b5d6521214e8 | [
"MIT"
] | 24 | 2017-12-23T07:39:58.000Z | 2019-09-20T10:16:37.000Z | include/pastel/utility/tuple/meta/reverse.hpp | naoki-yoshioka/pastel | b443dcc6ae86ff3e94ec9c2e7085b5d6521214e8 | [
"MIT"
] | null | null | null | #ifndef PASTEL_UTILITY_TUPLE_META_REVERSE_HPP
# define PASTEL_UTILITY_TUPLE_META_REVERSE_HPP
# include <tuple>
namespace pastel
{
namespace utility
{
namespace tuple
{
namespace meta
{
namespace reverse_detail
{
template <typename Result, typename... Args>
... | 24.934783 | 111 | 0.607672 | naoki-yoshioka |
0eec9613d28c91c9b291a0a14075471b9299f16f | 32,922 | cpp | C++ | src/appleseed/renderer/meta/tests/test_transformsequence.cpp | PaulDoessel/appleseed | 142908e05609cd802b3ab937ff27ef2b73dd3088 | [
"MIT"
] | null | null | null | src/appleseed/renderer/meta/tests/test_transformsequence.cpp | PaulDoessel/appleseed | 142908e05609cd802b3ab937ff27ef2b73dd3088 | [
"MIT"
] | null | null | null | src/appleseed/renderer/meta/tests/test_transformsequence.cpp | PaulDoessel/appleseed | 142908e05609cd802b3ab937ff27ef2b73dd3088 | [
"MIT"
] | null | null | null |
//
// This source file is part of appleseed.
// Visit http://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited
// Copyright (c) 2014-2016 Francois Beaune, The appleseedhq Organization
//
... | 34.509434 | 150 | 0.630156 | PaulDoessel |
0eecca916e257c0ad24d5f2602edad5423e0eb46 | 2,673 | cpp | C++ | aws-cpp-sdk-pinpoint-email/source/model/DkimAttributes.cpp | curiousjgeorge/aws-sdk-cpp | 09b65deba03cfbef9a1e5d5986aa4de71bc03cd8 | [
"Apache-2.0"
] | 2 | 2019-03-11T15:50:55.000Z | 2020-02-27T11:40:27.000Z | aws-cpp-sdk-pinpoint-email/source/model/DkimAttributes.cpp | curiousjgeorge/aws-sdk-cpp | 09b65deba03cfbef9a1e5d5986aa4de71bc03cd8 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-pinpoint-email/source/model/DkimAttributes.cpp | curiousjgeorge/aws-sdk-cpp | 09b65deba03cfbef9a1e5d5986aa4de71bc03cd8 | [
"Apache-2.0"
] | 1 | 2019-01-18T13:03:55.000Z | 2019-01-18T13:03:55.000Z | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | 24.081081 | 90 | 0.73251 | curiousjgeorge |
0eefe8f35b6b6cd9afdac061e2402b7b8c4d1cc0 | 2,834 | cc | C++ | third_party/blink/renderer/platform/loader/fetch/cached_metadata.cc | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | third_party/blink/renderer/platform/loader/fetch/cached_metadata.cc | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | third_party/blink/renderer/platform/loader/fetch/cached_metadata.cc | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/platform/loader/fetch/cached_metadata.h"
#include "third_party/blink/renderer/platform/loader/fetch/url_loader/cache... | 35.425 | 96 | 0.728652 | chromium |
0ef01f4c9a0210e673f49641c079f533949b22b4 | 674 | cpp | C++ | main/c++-stl/c++-stl-set5-queue.cpp | EliahKagan/old-practice-snapshot | 1b53897eac6902f8d867c8f154ce2a489abb8133 | [
"0BSD"
] | null | null | null | main/c++-stl/c++-stl-set5-queue.cpp | EliahKagan/old-practice-snapshot | 1b53897eac6902f8d867c8f154ce2a489abb8133 | [
"0BSD"
] | null | null | null | main/c++-stl/c++-stl-set5-queue.cpp | EliahKagan/old-practice-snapshot | 1b53897eac6902f8d867c8f154ce2a489abb8133 | [
"0BSD"
] | null | null | null | /*You are required to complete below methods*/
/*inserts an element x at
the back of the queue q */
void push(queue<int> &q,int x)
{
q.push(x);
}
/*pop out the front element
from the queue q and returns it */
int pop(queue<int> &q)
{
if (q.empty()) return -1;
const auto x = q.front();
q.pop();
... | 16.85 | 46 | 0.61276 | EliahKagan |
0ef15ee5779c3080ab69e50cc145601ebaa08180 | 5,722 | cpp | C++ | ODE/OpenDynamicsEngine/ode/src/collision_trimesh_disabled.cpp | N3X15/VoxelSim | 89baca47338deccd6615dcc51c0399d3472eaba4 | [
"BSD-3-Clause"
] | 4 | 2015-04-21T01:35:32.000Z | 2022-03-08T14:09:45.000Z | ODE/OpenDynamicsEngine/ode/src/collision_trimesh_disabled.cpp | N3X15/VoxelSim | 89baca47338deccd6615dcc51c0399d3472eaba4 | [
"BSD-3-Clause"
] | null | null | null | ODE/OpenDynamicsEngine/ode/src/collision_trimesh_disabled.cpp | N3X15/VoxelSim | 89baca47338deccd6615dcc51c0399d3472eaba4 | [
"BSD-3-Clause"
] | 5 | 2015-02-27T02:07:26.000Z | 2019-12-13T12:31:58.000Z | /*************************************************************************
* *
* Open Dynamics Engine, Copyright (C) 2001-2003 Russell L. Smith. *
* All rights reserved. Email: russ@q12.org Web: www.q12.org *
* ... | 45.055118 | 110 | 0.598916 | N3X15 |
0ef8611edba4ba58f06c62ace4488d643013af45 | 314 | cpp | C++ | regression/esbmc-cpp/inheritance/dynamic_cast4/main.cpp | shmarovfedor/esbmc | 3226a3d68b009d44b9535a993ac0f25e1a1fbedd | [
"BSD-3-Clause"
] | 143 | 2015-06-22T12:30:01.000Z | 2022-03-21T08:41:17.000Z | regression/esbmc-cpp/inheritance/dynamic_cast4/main.cpp | shmarovfedor/esbmc | 3226a3d68b009d44b9535a993ac0f25e1a1fbedd | [
"BSD-3-Clause"
] | 542 | 2017-06-02T13:46:26.000Z | 2022-03-31T16:35:17.000Z | regression/esbmc-cpp/inheritance/dynamic_cast4/main.cpp | shmarovfedor/esbmc | 3226a3d68b009d44b9535a993ac0f25e1a1fbedd | [
"BSD-3-Clause"
] | 81 | 2015-10-21T22:21:59.000Z | 2022-03-24T14:07:55.000Z | #include <iostream>
#include <cassert>
using namespace std;
struct A {
virtual ~A() { };
};
struct B : A { };
int main() {
B bobj;
A* ap = &bobj;
void * vp = dynamic_cast<void *>(ap);
cout << "Address of vp : " << vp << endl;
cout << "Address of bobj: " << &bobj << endl;
assert(vp == &bobj);
}
| 15.7 | 47 | 0.541401 | shmarovfedor |
0ef939bc01f8965510f512cae6384899f9be2704 | 197,382 | cxx | C++ | dune/xt/data/spherical_quadratures/octant_quadrature/data/order_37.cxx | dune-community/dune-xt-data | 32593bbcd52ed69b0a11963400a9173740089a75 | [
"BSD-2-Clause"
] | 1 | 2020-02-08T04:09:11.000Z | 2020-02-08T04:09:11.000Z | dune/xt/data/spherical_quadratures/octant_quadrature/data/order_37.cxx | dune-community/dune-xt-data | 32593bbcd52ed69b0a11963400a9173740089a75 | [
"BSD-2-Clause"
] | 40 | 2018-08-26T08:34:34.000Z | 2021-09-28T13:01:55.000Z | dune/xt/data/spherical_quadratures/octant_quadrature/data/order_37.cxx | dune-community/dune-xt-data | 32593bbcd52ed69b0a11963400a9173740089a75 | [
"BSD-2-Clause"
] | 1 | 2020-02-08T04:10:14.000Z | 2020-02-08T04:10:14.000Z | // This file is part of the dune-xt-data project:
// https://github.com/dune-community/dune-xt-data
// Copyright 2009-2018 dune-xt-data developers and contributors. All rights reserved.
// License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
// or GPL-2.0+ (http://opensou... | 114.623693 | 119 | 0.591483 | dune-community |
0efcabbab25896492010675aa3cb37b796bfe7b9 | 3,095 | hpp | C++ | src/subset_relrate_updater.hpp | plewis/hpd-histogram | 4cc35206e0505127bffe9db6f650852f07bb7f63 | [
"MIT"
] | 1 | 2021-06-17T17:07:24.000Z | 2021-06-17T17:07:24.000Z | src/subset_relrate_updater.hpp | plewis/hpd-histogram | 4cc35206e0505127bffe9db6f650852f07bb7f63 | [
"MIT"
] | null | null | null | src/subset_relrate_updater.hpp | plewis/hpd-histogram | 4cc35206e0505127bffe9db6f650852f07bb7f63 | [
"MIT"
] | null | null | null | #pragma once
#include "dirichlet_updater.hpp"
namespace lorad {
class SubsetRelRateUpdater : public DirichletUpdater {
public:
typedef std::shared_ptr< SubsetRelRateUpdater > SharedPtr;
SubsetRelRateUpdater(Model::SharedPtr model);
... | 35.988372 | 89 | 0.590307 | plewis |
0efe1f8d63e70f2f1ef6335b54d4bc5480a34c6d | 30,889 | cpp | C++ | utility/util/thread.cpp | TRHackerTR33/griddb_nosql | ff9d3c4f4bfe2529a0a045eea7c217d533161504 | [
"Apache-2.0"
] | 4 | 2020-01-25T14:24:21.000Z | 2022-03-09T08:53:51.000Z | utility/util/thread.cpp | ouellani/griddb_nosql | 2ccb037d7ea2d79d3b9ee5830cdcb209f8d6d612 | [
"Apache-2.0"
] | 4 | 2021-09-15T02:50:12.000Z | 2021-09-15T02:50:32.000Z | utility/util/thread.cpp | ouellani/griddb_nosql | 2ccb037d7ea2d79d3b9ee5830cdcb209f8d6d612 | [
"Apache-2.0"
] | 3 | 2019-05-29T02:39:31.000Z | 2020-07-19T11:01:33.000Z | /*
Copyright (c) 2017 TOSHIBA Digital Solutions Corporation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any la... | 21.66129 | 77 | 0.731749 | TRHackerTR33 |
0eff9c3a08e392e0cad6a583abb5695f47fde908 | 5,100 | hpp | C++ | src/algorithms/data_structures/bt/serialize_and_deserialize_bt.hpp | iamantony/CppNotes | 2707db6560ad80b0e5e286a04b2d46e5c0280b3f | [
"MIT"
] | 2 | 2020-07-31T14:13:56.000Z | 2021-02-03T09:51:43.000Z | src/algorithms/data_structures/bt/serialize_and_deserialize_bt.hpp | iamantony/CppNotes | 2707db6560ad80b0e5e286a04b2d46e5c0280b3f | [
"MIT"
] | 28 | 2015-09-22T07:38:21.000Z | 2018-10-02T11:00:58.000Z | src/algorithms/data_structures/bt/serialize_and_deserialize_bt.hpp | iamantony/CppNotes | 2707db6560ad80b0e5e286a04b2d46e5c0280b3f | [
"MIT"
] | 2 | 2018-10-11T14:10:50.000Z | 2021-02-27T08:53:50.000Z | #ifndef CPPNOTESMAIN_SERIALIZE_AND_DESERIALIZE_BT_HPP
#define CPPNOTESMAIN_SERIALIZE_AND_DESERIALIZE_BT_HPP
/*
https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
Serialization is the process of converting a data structure or object into a sequence of bits so
that it can be stored in a file or memory ... | 31.677019 | 99 | 0.512353 | iamantony |
160130e0ff0520d905ee28b5bb289e9d66caf729 | 296 | cpp | C++ | sources/im1_im2/src/CompositeCmd/Leafs/AsmCmd.cpp | tsu-iscd/lyapas-lcc | 12962e8953deaac43a23a35b09f64481b59a0964 | [
"BSD-3-Clause"
] | 4 | 2017-12-09T08:18:30.000Z | 2018-05-18T10:43:02.000Z | sources/im1_im2/src/CompositeCmd/Leafs/AsmCmd.cpp | tsu-iscd/lyapas-lcc | 12962e8953deaac43a23a35b09f64481b59a0964 | [
"BSD-3-Clause"
] | 79 | 2017-01-14T13:25:24.000Z | 2018-11-24T06:43:04.000Z | sources/im1_im2/src/CompositeCmd/Leafs/AsmCmd.cpp | tsu-iscd/lyapas-lcc | 12962e8953deaac43a23a35b09f64481b59a0964 | [
"BSD-3-Clause"
] | null | null | null | #include "AsmCmd.h"
AsmCmd::AsmCmd(Json::Value json)
: LeafCmd(json)
{
}
Json::Value AsmCmd::toJson()
{
Json::Value result;
result[fieldName::type] = "cmd";
result[fieldName::cmd] = "asm";
result[fieldName::args].append(_cmdJson[fieldName::command]);
return result;
}
| 16.444444 | 65 | 0.641892 | tsu-iscd |
160213f7873b5d32e8ff6e707118400633f84cd7 | 2,781 | hpp | C++ | extlib/include/xyginext/graphics/postprocess/Blur.hpp | fallahn/speljongen | 57cb5e09eec7db8c21ee7b3e7943fa0a76738c51 | [
"Unlicense"
] | 17 | 2018-06-23T14:40:56.000Z | 2019-07-02T11:58:55.000Z | extlib/include/xyginext/graphics/postprocess/Blur.hpp | fallahn/speljongen | 57cb5e09eec7db8c21ee7b3e7943fa0a76738c51 | [
"Unlicense"
] | 3 | 2018-06-23T12:35:12.000Z | 2018-06-23T12:38:54.000Z | extlib/include/xyginext/graphics/postprocess/Blur.hpp | fallahn/speljongen | 57cb5e09eec7db8c21ee7b3e7943fa0a76738c51 | [
"Unlicense"
] | null | null | null | /*********************************************************************
(c) Matt Marchant 2017 - 2019
http://trederia.blogspot.com
xygineXT - Zlib license.
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of thi... | 31.247191 | 85 | 0.661273 | fallahn |
1604e14f060b44c65918294f1ec208fee9215114 | 3,090 | cc | C++ | HLTrigger/Egamma/src/HLTPMDocaFilter.cc | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | HLTrigger/Egamma/src/HLTPMDocaFilter.cc | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | HLTrigger/Egamma/src/HLTPMDocaFilter.cc | pasmuss/cmssw | 566f40c323beef46134485a45ea53349f59ae534 | [
"Apache-2.0"
] | null | null | null | /** \class HLTPMDocaFilter
*
* Original Author: Jeremy Werner
* Institution: Princeton University, USA * Contact: Jeremy.Werner@cern.ch
* Date: February 21, 2007
*
*/
#include "HLTrigger/Egamma/interface/HLTPMDocaFilter.h"
#include "DataFormats... | 31.530612 | 140 | 0.707767 | pasmuss |
16086c117988c646473c2aad7c041b9d6143a591 | 977 | cpp | C++ | Dataset/Leetcode/test/20/556.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | Dataset/Leetcode/test/20/556.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | Dataset/Leetcode/test/20/556.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | class Solution {
public:
bool XXX(string s) {
int l = s.size();
if (l%2==1) return false;
string p;
char c,a;
for(int i = 0;i<l;i++)
{
a = s[i];
if(a=='(')p.push_back('(');
else if (a=='[')p.push_back('[');
else if (a==... | 24.425 | 45 | 0.315251 | kkcookies99 |
160a25139ed5a9ce27e5594a4553cb88bb5c20c3 | 14,574 | cxx | C++ | Qt/Core/pqServer.cxx | trickyMan/paraview_view | 3b38670e8259b688093e0d7ba2fe2edd7c5d57a7 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Qt/Core/pqServer.cxx | trickyMan/paraview_view | 3b38670e8259b688093e0d7ba2fe2edd7c5d57a7 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Qt/Core/pqServer.cxx | trickyMan/paraview_view | 3b38670e8259b688093e0d7ba2fe2edd7c5d57a7 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | /*=========================================================================
Program: ParaView
Module: pqServer.cxx
Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc.
All rights reserved.
ParaView is a free software; you can redistribute it and/or modify it
under the terms of the ParaView l... | 32.604027 | 97 | 0.609236 | trickyMan |
160b31462b4174fd7bbc4b77f9649702e9566f29 | 670 | hpp | C++ | wrappers/android/mynteye/libmynteye/src/main/cpp/mynteye/cpp/img_data.hpp | QuoZer/MYNT-EYE-S-SDK | 77145e29a733331ed0fb0a59e8ea7e6fad19c716 | [
"Apache-2.0"
] | 188 | 2018-11-08T12:06:26.000Z | 2022-03-01T07:22:52.000Z | wrappers/android/mynteye/libmynteye/src/main/cpp/mynteye/cpp/img_data.hpp | QuoZer/MYNT-EYE-S-SDK | 77145e29a733331ed0fb0a59e8ea7e6fad19c716 | [
"Apache-2.0"
] | 115 | 2018-11-17T07:44:28.000Z | 2022-03-31T11:28:25.000Z | wrappers/android/mynteye/libmynteye/src/main/cpp/mynteye/cpp/img_data.hpp | QuoZer/MYNT-EYE-S-SDK | 77145e29a733331ed0fb0a59e8ea7e6fad19c716 | [
"Apache-2.0"
] | 128 | 2018-11-14T21:16:43.000Z | 2022-01-27T14:14:56.000Z | // AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from mynteye_types.djinni
#pragma once
#include <cstdint>
#include <utility>
namespace mynteye_jni {
/** Image data */
struct ImgData final {
/** Image frame id */
int64_t frame_id;
/** Image timestamp in 1us */
int64_t timestam... | 22.333333 | 58 | 0.661194 | QuoZer |
160b5c0f873ae158bb61d7d008fe97d67ebd2402 | 892 | cpp | C++ | codeforces/746B.cpp | NafiAsib/competitive-programming | 3255b2fe3329543baf9e720e1ccaf08466d77303 | [
"MIT"
] | null | null | null | codeforces/746B.cpp | NafiAsib/competitive-programming | 3255b2fe3329543baf9e720e1ccaf08466d77303 | [
"MIT"
] | null | null | null | codeforces/746B.cpp | NafiAsib/competitive-programming | 3255b2fe3329543baf9e720e1ccaf08466d77303 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
int main()
{
char a[2002], b[2002];
int i, n, j = 1, med;
cin>>n>>a;
//if(n%2 == 0) med = n/2 - 1;
//else
med = (n-1)/2;
//cout<<med<<endl;
b[med] = a[0];
j = med+1;
if(n%2 != 0)
{
for(i = 2; a[i] != '\0'; i... | 13.723077 | 41 | 0.25 | NafiAsib |
160c0d059b2fe7952cd69605a6bd4050d9c2f86f | 4,373 | cpp | C++ | src/drm/origin_drm.cpp | Proj-Ascension/Client | 436a594b750d0084831ead7f2372fb7a1a8709a6 | [
"MIT"
] | 322 | 2015-05-01T22:01:34.000Z | 2021-10-02T16:00:54.000Z | src/drm/origin_drm.cpp | Proj-Ascension/Client | 436a594b750d0084831ead7f2372fb7a1a8709a6 | [
"MIT"
] | 89 | 2015-05-02T15:27:35.000Z | 2016-08-21T17:10:23.000Z | src/drm/origin_drm.cpp | Proj-Ascension/Client | 436a594b750d0084831ead7f2372fb7a1a8709a6 | [
"MIT"
] | 105 | 2015-05-02T12:38:19.000Z | 2019-03-13T12:59:50.000Z | #include "origin_drm.h"
#include <QLineEdit>
#include <QCheckBox>
#include <QStandardPaths>
OriginDRM::OriginDRM() : DRMType("<b>Origin</b>"){}
/** Check if Origin exists or not and set various class variables accordingly. */
void OriginDRM::checkOriginExists()
{
QDir originRoot;
QDir originFolder;
#if define... | 33.381679 | 135 | 0.60965 | Proj-Ascension |
160c273090746d17ce9385402a48e8b40fe5ea04 | 1,890 | hpp | C++ | tool/tssplitter/inc/tssplitter/ts/psi/basic_traits.hpp | mrk21/tvrec | 0f261714ace005473a5d0f35d5f4d8e43d60b175 | [
"MIT"
] | null | null | null | tool/tssplitter/inc/tssplitter/ts/psi/basic_traits.hpp | mrk21/tvrec | 0f261714ace005473a5d0f35d5f4d8e43d60b175 | [
"MIT"
] | null | null | null | tool/tssplitter/inc/tssplitter/ts/psi/basic_traits.hpp | mrk21/tvrec | 0f261714ace005473a5d0f35d5f4d8e43d60b175 | [
"MIT"
] | null | null | null | #pragma once
#include <tssplitter/bitfield.hpp>
#include <tssplitter/byte_container.hpp>
namespace tssplitter { namespace ts { namespace psi {
using pointer_field_type = bitfield< 8>;
using table_id_type = pointer_field_type::next_bitfield< ... | 46.097561 | 143 | 0.624339 | mrk21 |
160c4a573131ff8f14d5debcaaee017226e87356 | 11,317 | cpp | C++ | fxjs/xfa/cjx_instancemanager.cpp | TinkerBoard2-Android/external-pdfium | 28a4b160ec7f645f5fa83318c798abb611b37419 | [
"Apache-2.0"
] | 142 | 2019-11-12T02:20:39.000Z | 2022-03-30T05:45:26.000Z | fxjs/xfa/cjx_instancemanager.cpp | TinkerBoard2-Android/external-pdfium | 28a4b160ec7f645f5fa83318c798abb611b37419 | [
"Apache-2.0"
] | 3 | 2020-10-22T10:40:55.000Z | 2022-02-19T10:00:51.000Z | fxjs/xfa/cjx_instancemanager.cpp | TinkerBoard2-Android/external-pdfium | 28a4b160ec7f645f5fa83318c798abb611b37419 | [
"Apache-2.0"
] | 28 | 2019-12-24T09:30:32.000Z | 2022-03-30T05:46:29.000Z | // Copyright 2017 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "fxjs/xfa/cjx_instancemanager.h"
#include <algorithm>
#include <vect... | 33.78209 | 80 | 0.688257 | TinkerBoard2-Android |
161014f4147af3d66bd7a7a4f476dca61f764bf9 | 1,108 | cc | C++ | garnet/examples/fidl/echo_client_cpp_synchronous/echo_client.cc | zhangpf/fuchsia-rs | 903568f28ddf45f09157ead36d61b50322c9cf49 | [
"BSD-3-Clause"
] | null | null | null | garnet/examples/fidl/echo_client_cpp_synchronous/echo_client.cc | zhangpf/fuchsia-rs | 903568f28ddf45f09157ead36d61b50322c9cf49 | [
"BSD-3-Clause"
] | 5 | 2020-09-06T09:02:06.000Z | 2022-03-02T04:44:22.000Z | garnet/examples/fidl/echo_client_cpp_synchronous/echo_client.cc | ZVNexus/fuchsia | c5610ad15208208c98693618a79c705af935270c | [
"BSD-3-Clause"
] | null | null | null | // 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 <fidl/examples/echo/cpp/fidl.h>
#include <lib/async-loop/cpp/loop.h>
#include <lib/async/default.h>
#include <lib/sys/cpp/component_context.h>
#in... | 27.02439 | 75 | 0.650722 | zhangpf |
1614843c3ba221e5971c1b9160bd86336921f1b9 | 1,356 | cpp | C++ | src/utils/ObjectCounter.cpp | igorglotov/tizen-vk-client | de213ede7185818285f78abad36592bc864f76cc | [
"Unlicense"
] | null | null | null | src/utils/ObjectCounter.cpp | igorglotov/tizen-vk-client | de213ede7185818285f78abad36592bc864f76cc | [
"Unlicense"
] | null | null | null | src/utils/ObjectCounter.cpp | igorglotov/tizen-vk-client | de213ede7185818285f78abad36592bc864f76cc | [
"Unlicense"
] | null | null | null | /*
* CheckedObject.cpp
*
* Created on: Nov 23, 2013
* Author: wolong
*/
#include "ObjectCounter.h"
using namespace Tizen::Base;
using namespace Tizen::Base::Collection;
ObjectCounter::ObjectCounter() {
// TODO Auto-generated constructor stub
}
ObjectCounter::~ObjectCounter() {
// TODO Auto-generated d... | 21.52381 | 143 | 0.69469 | igorglotov |
1615989d73459a7848ee3442e316901762180701 | 10,160 | cpp | C++ | zircon/system/dev/audio/intel-hda/controller/intel-dsp-ipc.cpp | yanyushr/fuchsia | 98e70672a81a206d235503e398f37b7b65581f79 | [
"BSD-3-Clause"
] | 1 | 2019-10-09T10:50:57.000Z | 2019-10-09T10:50:57.000Z | zircon/system/dev/audio/intel-hda/controller/intel-dsp-ipc.cpp | bootingman/fuchsia2 | 04012f0aa1edd1d4108a2ac647a65e59730fc4c2 | [
"BSD-3-Clause"
] | null | null | null | zircon/system/dev/audio/intel-hda/controller/intel-dsp-ipc.cpp | bootingman/fuchsia2 | 04012f0aa1edd1d4108a2ac647a65e59730fc4c2 | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2018 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 <fbl/alloc_checker.h>
#include <fbl/auto_call.h>
#include <fbl/auto_lock.h>
#include <string.h>
#include "intel-dsp-ipc.h"
#include "intel-dsp.h"... | 35.649123 | 100 | 0.626772 | yanyushr |
1619673d46a476b904da8524f204e7eeb9000d54 | 696 | cpp | C++ | multimedia/dshow/vidctl/msvidctl/dvbslocator.cpp | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | multimedia/dshow/vidctl/msvidctl/dvbslocator.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | multimedia/dshow/vidctl/msvidctl/dvbslocator.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /////////////////////////////////////////////////////////////////////////////////////
// DVBSLocator.cpp : Implementation of CDVBSLocator
// Copyright (c) Microsoft Corporation 1999-2000.
#include "stdafx.h"
#include "Tuner.h"
#include "DVBSLocator.h"
DEFINE_EXTERN_OBJECT_ENTRY(CLSID_DVBSLocator, CDVBSLocator... | 24.857143 | 86 | 0.524425 | npocmaka |
16197941daf8eabbf85fc5e1c22eaf040fb83c41 | 5,406 | cpp | C++ | shell/services/lpc/queue.cpp | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | shell/services/lpc/queue.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | shell/services/lpc/queue.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | // --------------------------------------------------------------------------
// Module Name: Queue.cpp
//
// Copyright (c) 1999-2000, Microsoft Corporation
//
// This file contains a class to handle a queue element and a class to handle
// a queue of queue elements.
//
// History: 1999-11-07 vtan ... | 28.303665 | 79 | 0.431003 | npocmaka |
161e75e0be224922c0ca3c358c5ccf83bf090f6c | 40 | cpp | C++ | state_machine_cpp/src/builder/builder_layers.cpp | hlefebvr/state_machine_cpp | 53186f1e434f53944585195195ce150c3c6a5a0e | [
"Apache-2.0"
] | 1 | 2021-04-28T15:17:10.000Z | 2021-04-28T15:17:10.000Z | state_machine_cpp/src/builder/builder_layers.cpp | hlefebvr/state_machine_cpp | 53186f1e434f53944585195195ce150c3c6a5a0e | [
"Apache-2.0"
] | null | null | null | state_machine_cpp/src/builder/builder_layers.cpp | hlefebvr/state_machine_cpp | 53186f1e434f53944585195195ce150c3c6a5a0e | [
"Apache-2.0"
] | null | null | null | //
// Created by henri on 27/04/21.
//
| 8 | 32 | 0.55 | hlefebvr |
161f5296aa0b98e37b6914155c71f3c50b18192a | 1,284 | cc | C++ | c/n1ql-create-primary-index.cc | RichardSmedley/devguide-examples | 604d7a03bf7f8dbceed71cb0784b5558ed92b5cf | [
"Apache-2.0"
] | 60 | 2015-10-08T02:58:03.000Z | 2021-08-08T17:01:27.000Z | c/n1ql-create-primary-index.cc | RichardSmedley/devguide-examples | 604d7a03bf7f8dbceed71cb0784b5558ed92b5cf | [
"Apache-2.0"
] | 10 | 2015-10-29T21:00:20.000Z | 2018-06-28T11:07:00.000Z | c/n1ql-create-primary-index.cc | RichardSmedley/devguide-examples | 604d7a03bf7f8dbceed71cb0784b5558ed92b5cf | [
"Apache-2.0"
] | 50 | 2015-10-07T20:39:12.000Z | 2021-07-12T15:53:26.000Z | #include <libcouchbase/couchbase.h>
#include <libcouchbase/ixmgmt.h>
static void ixmgmt_callback(lcb_t, int, const lcb_RESPN1XMGMT *resp)
{
if (resp->rc == LCB_SUCCESS) {
printf("Operation successful!\n");
} else if (resp->rc == LCB_KEY_EEXISTS) {
printf("Index already exists!\n");
} else {... | 28.533333 | 99 | 0.6581 | RichardSmedley |
1620552c1a40b61d5f2f287279541604981e597e | 9,766 | cpp | C++ | applic/rfid-progr/source/P_Param.cpp | NPaolini/NPS_OpenSource | 0c7da066b02b57ce282a1903a3901a563d04a28f | [
"Unlicense"
] | null | null | null | applic/rfid-progr/source/P_Param.cpp | NPaolini/NPS_OpenSource | 0c7da066b02b57ce282a1903a3901a563d04a28f | [
"Unlicense"
] | null | null | null | applic/rfid-progr/source/P_Param.cpp | NPaolini/NPS_OpenSource | 0c7da066b02b57ce282a1903a3901a563d04a28f | [
"Unlicense"
] | null | null | null | //---------- p_param.cpp -----------------------------------------------------
//----------------------------------------------------------------------------
#include "precHeader.h"
//----------------------------------------------------------------------------
#include "p_param.h"
#include "pOwnBtnImageStd.h"
#include ... | 32.445183 | 82 | 0.441327 | NPaolini |
1620ab840a14c3a5d102a1a6b299dc0224591b45 | 4,183 | cc | C++ | src/fastertransformer/models/swin/swin_gemm.cc | hieuhoang/FasterTransformer | 440695ccac874574b1d2e1121788e8fa674b4381 | [
"Apache-2.0"
] | null | null | null | src/fastertransformer/models/swin/swin_gemm.cc | hieuhoang/FasterTransformer | 440695ccac874574b1d2e1121788e8fa674b4381 | [
"Apache-2.0"
] | null | null | null | src/fastertransformer/models/swin/swin_gemm.cc | hieuhoang/FasterTransformer | 440695ccac874574b1d2e1121788e8fa674b4381 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | 38.731481 | 131 | 0.660292 | hieuhoang |
162127ceffb507d6d7e48319d25efc0df6928620 | 1,483 | cpp | C++ | problems/complex_number_multiplication/solution.cpp | sauravchandra1/Leetcode | be89c7d8d93083326a94906a28bfad2342aa1dfe | [
"MIT"
] | null | null | null | problems/complex_number_multiplication/solution.cpp | sauravchandra1/Leetcode | be89c7d8d93083326a94906a28bfad2342aa1dfe | [
"MIT"
] | null | null | null | problems/complex_number_multiplication/solution.cpp | sauravchandra1/Leetcode | be89c7d8d93083326a94906a28bfad2342aa1dfe | [
"MIT"
] | null | null | null | class Solution {
public:
string complexNumberMultiply(string num1, string num2) {
/*
(a + ib) * (c + id) = (ac - bd) + i(bc + ad);
*/
int l1 = num1.size(), l2 = num2.size();
int a = 1, b = 1, c = 1, d = 1;
auto isInt = [](char c) {
return (c < '... | 22.815385 | 60 | 0.2441 | sauravchandra1 |
16212821d9029f37c53d7f4ca5c1824d5c989787 | 3,048 | tcc | C++ | src/snark/libsnark/algebra/evaluation_domain/domains/basic_radix2_domain.tcc | phabulu/litecoinz | f27d3e157811c8ae19bc7165d613f4d4b8ef9523 | [
"MIT"
] | 1 | 2018-03-27T16:37:14.000Z | 2018-03-27T16:37:14.000Z | src/snark/libsnark/algebra/evaluation_domain/domains/basic_radix2_domain.tcc | phabulu/litecoinz | f27d3e157811c8ae19bc7165d613f4d4b8ef9523 | [
"MIT"
] | null | null | null | src/snark/libsnark/algebra/evaluation_domain/domains/basic_radix2_domain.tcc | phabulu/litecoinz | f27d3e157811c8ae19bc7165d613f4d4b8ef9523 | [
"MIT"
] | null | null | null | /** @file
*****************************************************************************
Implementation of interfaces for the "basic radix-2" evaluation domain.
See basic_radix2_domain.hpp .
*****************************************************************************
* @author This file is part of libsnark,... | 26.973451 | 97 | 0.644685 | phabulu |
1621934a1dbdff8eb1a5ef3f6cd09ca90eb5d7e5 | 2,903 | cpp | C++ | Siv3D/src/Siv3D/Effect/SivEffect.cpp | tas9n/OpenSiv3D | c561cba1d88eb9cd9606ba983fcc1120192d5615 | [
"MIT"
] | 2 | 2021-11-22T00:52:48.000Z | 2021-12-24T09:33:55.000Z | Siv3D/src/Siv3D/Effect/SivEffect.cpp | tas9n/OpenSiv3D | c561cba1d88eb9cd9606ba983fcc1120192d5615 | [
"MIT"
] | null | null | null | Siv3D/src/Siv3D/Effect/SivEffect.cpp | tas9n/OpenSiv3D | c561cba1d88eb9cd9606ba983fcc1120192d5615 | [
"MIT"
] | 1 | 2021-12-31T05:08:00.000Z | 2021-12-31T05:08:00.000Z | //-----------------------------------------------
//
// This file is part of the Siv3D Engine.
//
// Copyright (c) 2008-2022 Ryo Suzuki
// Copyright (c) 2016-2022 OpenSiv3D Project
//
// Licensed under the MIT License.
//
//-----------------------------------------------
# include <Siv3D/Effect.hpp>
# include <Siv3D/... | 20.159722 | 115 | 0.671719 | tas9n |
16274314a21fc4a0d34373c841c76488abef211a | 2,407 | cc | C++ | chrome/browser/ash/account_manager/account_apps_availability_factory.cc | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | chrome/browser/ash/account_manager/account_apps_availability_factory.cc | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | chrome/browser/ash/account_manager/account_apps_availability_factory.cc | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2021 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/ash/account_manager/account_apps_availability_factory.h"
#include "base/files/file_path.h"
#include "base/no_destructor.h"
#incl... | 37.030769 | 84 | 0.803074 | chromium |
1627fe740399b21f7288aa94cc6fc75475ff541a | 8,679 | cpp | C++ | Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarXSarSensorModel.cpp | qingswu/otb | ed903b6a5e51a27a3d04786e4ad1637cf6b2772e | [
"Apache-2.0"
] | 1 | 2019-09-12T00:53:05.000Z | 2019-09-12T00:53:05.000Z | Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarXSarSensorModel.cpp | qingswu/otb | ed903b6a5e51a27a3d04786e4ad1637cf6b2772e | [
"Apache-2.0"
] | null | null | null | Modules/ThirdParty/OssimPlugins/src/ossim/ossimTerraSarXSarSensorModel.cpp | qingswu/otb | ed903b6a5e51a27a3d04786e4ad1637cf6b2772e | [
"Apache-2.0"
] | 1 | 2020-10-15T09:37:30.000Z | 2020-10-15T09:37:30.000Z | /*
* Copyright (C) 2005-2019 by Centre National d'Etudes Spatiales (CNES)
*
* This file is licensed under MIT license:
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restric... | 38.919283 | 174 | 0.687176 | qingswu |
1628020523432c89e4431bcb9daeb491558daa2b | 1,757 | cc | C++ | src/c4/test/tstopstream.cc | rspavel/Draco | b279b1afbfbb39f2d521579697172394c5efd81d | [
"BSD-3-Clause-Open-MPI"
] | null | null | null | src/c4/test/tstopstream.cc | rspavel/Draco | b279b1afbfbb39f2d521579697172394c5efd81d | [
"BSD-3-Clause-Open-MPI"
] | null | null | null | src/c4/test/tstopstream.cc | rspavel/Draco | b279b1afbfbb39f2d521579697172394c5efd81d | [
"BSD-3-Clause-Open-MPI"
] | null | null | null | //----------------------------------*-C++-*----------------------------------//
/*!
* \file c4/test/tstopstream.cc
* \author Kent Budge
* \date Wed Apr 28 09:31:51 2010
* \brief Test c4::determinate_swap and c4::indeterminate_swap functions
* \note Copyright (C) 2016-2019 Triad National Security, LLC.
* ... | 27.453125 | 79 | 0.407513 | rspavel |
1628a996e8e3d890751ae9cb9c0a66d39338cc38 | 2,148 | cc | C++ | src/tracing/track_event_legacy.cc | newpolaris/perfetto | f108ded952984ec5e7073562d4d3ae055e9cca4d | [
"Apache-2.0"
] | 2 | 2020-03-09T04:39:32.000Z | 2020-03-09T09:12:02.000Z | src/tracing/track_event_legacy.cc | joelagnel/perfetto | 425f7bf4e75cc212244f720b1e19176bc9e54ef4 | [
"Apache-2.0"
] | null | null | null | src/tracing/track_event_legacy.cc | joelagnel/perfetto | 425f7bf4e75cc212244f720b1e19176bc9e54ef4 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2020 The Android Open Source Project
*
* 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 app... | 30.253521 | 79 | 0.69041 | newpolaris |
162b18c8e9254b5e34c42ca3ac28de3216511ab1 | 20,454 | cpp | C++ | Input/amplGenStochInput_AddSlack.cpp | jalving/PIPS | 62f664237447c7ce05a62552952c86003d90e68f | [
"BSD-3-Clause-LBNL"
] | 65 | 2016-02-04T18:03:39.000Z | 2022-03-24T08:59:38.000Z | Input/amplGenStochInput_AddSlack.cpp | jalving/PIPS | 62f664237447c7ce05a62552952c86003d90e68f | [
"BSD-3-Clause-LBNL"
] | 34 | 2015-11-17T04:26:51.000Z | 2020-09-24T16:00:22.000Z | Input/amplGenStochInput_AddSlack.cpp | jalving/PIPS | 62f664237447c7ce05a62552952c86003d90e68f | [
"BSD-3-Clause-LBNL"
] | 26 | 2015-10-15T20:27:52.000Z | 2021-07-14T08:13:34.000Z | /* PIPS-NLP *
* Authors: Nai-Yuan Chiang *
* (C) 2015 Argonne National Laboratory */
#include "amplGenStochInput_AddSlack.hpp"
#include "AmplData_NL.hpp"
#include <iostream>
#include <string>
#include <fstream>
#include <lim... | 28.930693 | 119 | 0.610198 | jalving |
162d6694e2e8ed2635b1b0afd9f33e83c379122e | 9,629 | cpp | C++ | Terminal/Include/Lobster/blt.cpp | tommyettinger/BearLibTerminal | 78ded45d4527817b75f5de9d641d15a7f2db6367 | [
"MIT"
] | 42 | 2016-04-30T11:02:34.000Z | 2022-03-23T20:05:32.000Z | Terminal/Include/Lobster/blt.cpp | tommyettinger/BearLibTerminal | 78ded45d4527817b75f5de9d641d15a7f2db6367 | [
"MIT"
] | 3 | 2015-11-06T00:10:06.000Z | 2021-11-06T06:38:48.000Z | Terminal/Include/Lobster/blt.cpp | tommyettinger/BearLibTerminal | 78ded45d4527817b75f5de9d641d15a7f2db6367 | [
"MIT"
] | 7 | 2015-04-27T15:08:36.000Z | 2022-03-04T14:11:50.000Z | // Copyright 2014 Tommy Ettinger. 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 applic... | 30.568254 | 227 | 0.653027 | tommyettinger |
162e4e6a93d59d81f8c4c52c7c14c17839ab4510 | 5,262 | hpp | C++ | include/UnityEngine/AudioSpeakerMode.hpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | include/UnityEngine/AudioSpeakerMode.hpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | include/UnityEngine/AudioSpeakerMode.hpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
#include "beatsaber-hook/shared/utils/typedefs.h"
#include "beatsaber-hook/shared/utils/byref.hpp"
// Including type: System.Enum
#include "Syste... | 52.09901 | 104 | 0.733371 | RedBrumbler |
162e9242c49d79fa9e551c9f32e18ab8bbe34f52 | 9,608 | cpp | C++ | Shared/src/ExpandStringItemVector.cpp | wayfinder/Wayfinder-Server | a688546589f246ee12a8a167a568a9c4c4ef8151 | [
"BSD-3-Clause"
] | 4 | 2015-08-17T20:12:22.000Z | 2020-05-30T19:53:26.000Z | Shared/src/ExpandStringItemVector.cpp | wayfinder/Wayfinder-Server | a688546589f246ee12a8a167a568a9c4c4ef8151 | [
"BSD-3-Clause"
] | null | null | null | Shared/src/ExpandStringItemVector.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... | 37.53125 | 755 | 0.596586 | wayfinder |
1630feb25eed9cd62666bec74c584312f85fe8be | 949 | cpp | C++ | test/std/iterators/iterator.primitives/iterator.traits/volatile_pointer.pass.cpp | AOSiP/platform_external_libcxx | eb2115113f10274c0d25523ba44c3c7373ea3209 | [
"MIT"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | test/std/iterators/iterator.primitives/iterator.traits/volatile_pointer.pass.cpp | AOSiP/platform_external_libcxx | eb2115113f10274c0d25523ba44c3c7373ea3209 | [
"MIT"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | test/std/iterators/iterator.primitives/iterator.traits/volatile_pointer.pass.cpp | AOSiP/platform_external_libcxx | eb2115113f10274c0d25523ba44c3c7373ea3209 | [
"MIT"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | //===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | 32.724138 | 101 | 0.557429 | AOSiP |
1631304d17f937600856c7180eb2da1bb08b289e | 4,024 | cpp | C++ | plugin_vc/game_vc/CShadowCamera.cpp | gta-chaos-mod/plugin-sdk | e3bf176337774a2afc797a47825f81adde78e899 | [
"Zlib"
] | 368 | 2015-01-01T21:42:00.000Z | 2022-03-29T06:22:22.000Z | plugin_vc/game_vc/CShadowCamera.cpp | gta-chaos-mod/plugin-sdk | e3bf176337774a2afc797a47825f81adde78e899 | [
"Zlib"
] | 89 | 2016-05-08T06:42:36.000Z | 2022-03-29T06:49:09.000Z | plugin_vc/game_vc/CShadowCamera.cpp | gta-chaos-mod/plugin-sdk | e3bf176337774a2afc797a47825f81adde78e899 | [
"Zlib"
] | 179 | 2015-02-03T23:41:17.000Z | 2022-03-26T08:27:16.000Z | /*
Plugin-SDK (Grand Theft Auto Vice City) source file
Authors: GTA Community. See more here
https://github.com/DK22Pac/plugin-sdk
Do not delete this comment block. Respect others' work!
*/
#include "CShadowCamera.h"
PLUGIN_SOURCE_FILE
int addrof(CShadowCamera::Create) = ADDRESS_BY_VERSION(0x626E70, 0... | 50.3 | 155 | 0.797465 | gta-chaos-mod |
16319ef06341384124a576075914934061e264e4 | 1,233 | cpp | C++ | C++/06_Dl/UniqueAndStaticVar/gatewaySDK/src/ParameterAPI.cpp | zhenkunhe/Developer-Tutorial | 6e4e4e36364fd8081a68ebf43bf6ab433add613e | [
"MIT"
] | null | null | null | C++/06_Dl/UniqueAndStaticVar/gatewaySDK/src/ParameterAPI.cpp | zhenkunhe/Developer-Tutorial | 6e4e4e36364fd8081a68ebf43bf6ab433add613e | [
"MIT"
] | null | null | null | C++/06_Dl/UniqueAndStaticVar/gatewaySDK/src/ParameterAPI.cpp | zhenkunhe/Developer-Tutorial | 6e4e4e36364fd8081a68ebf43bf6ab433add613e | [
"MIT"
] | null | null | null | /**
* @file ParameterHandle.cpp
* @author alex
* @date 2017年2月20日
* @version 1.0
*
* @brief <brief>
*
* @section DESCRIPTION
*
* Your description
*
*/
#include <gateway/ParameterAPI.h>
#include <gateway/ParameterHandler.hpp>
#include "gateway/Gateway.hpp"
#include "json/json.hpp"
#inc... | 23.264151 | 100 | 0.702352 | zhenkunhe |
1633d122e58504f849a831e667e56cc59ef747b1 | 354 | cpp | C++ | aat/cpp/src/core/exchange/exchange.cpp | mthomascarcamo/aat | fd86f513ccf79625516d2236be655498b24ec742 | [
"Apache-2.0"
] | 305 | 2020-02-24T02:25:43.000Z | 2022-03-26T22:53:43.000Z | aat/cpp/src/core/exchange/exchange.cpp | mthomascarcamo/aat | fd86f513ccf79625516d2236be655498b24ec742 | [
"Apache-2.0"
] | 79 | 2020-02-20T21:00:58.000Z | 2022-03-27T14:06:26.000Z | aat/cpp/src/core/exchange/exchange.cpp | mthomascarcamo/aat | fd86f513ccf79625516d2236be655498b24ec742 | [
"Apache-2.0"
] | 71 | 2020-05-10T11:52:25.000Z | 2022-03-29T07:51:48.000Z | #include <sstream>
#include <aat/core/exchange/exchange.hpp>
namespace aat {
namespace core {
str_t
ExchangeType::toString() const {
if (name != "") {
return "Exchange+(" + name + ")";
}
return "No Exchange";
}
json
ExchangeType::toJson() const {
json ret;
return ret;
}
} // n... | 15.391304 | 41 | 0.59322 | mthomascarcamo |
16348a6d21c19851811ab3ff9f12badeef2d491e | 3,029 | cc | C++ | content/browser/renderer_host/render_process_host_mojo_impl.cc | shaochangbin/chromium-crosswalk | 634d34e4cf82b4f7400357c53ec12efaffe94add | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2019-01-16T03:57:28.000Z | 2021-01-23T15:29:45.000Z | content/browser/renderer_host/render_process_host_mojo_impl.cc | shaochangbin/chromium-crosswalk | 634d34e4cf82b4f7400357c53ec12efaffe94add | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/browser/renderer_host/render_process_host_mojo_impl.cc | shaochangbin/chromium-crosswalk | 634d34e4cf82b4f7400357c53ec12efaffe94add | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2017-03-15T13:21:38.000Z | 2017-03-15T13:21:38.000Z | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/renderer_host/render_process_host_mojo_impl.h"
#include "base/platform_file.h"
#include "content/common/mojo/mojo_channel_init.... | 32.223404 | 79 | 0.756685 | shaochangbin |
1635c3fd20e2e902d382e06be3d7c1a799708e42 | 1,891 | cpp | C++ | iree/compiler/Codegen/SPIRV/AdrenoConfig.cpp | KyleHerndon/iree | 916c6f92ee4729da21ab0cf266f086f9a4f3b80b | [
"Apache-2.0"
] | null | null | null | iree/compiler/Codegen/SPIRV/AdrenoConfig.cpp | KyleHerndon/iree | 916c6f92ee4729da21ab0cf266f086f9a4f3b80b | [
"Apache-2.0"
] | 4 | 2021-01-05T09:58:18.000Z | 2021-02-11T10:50:12.000Z | iree/compiler/Codegen/SPIRV/AdrenoConfig.cpp | marbre/iree | ce1af180c87ed4b4501d4a7b6f2b2617624440c0 | [
"Apache-2.0"
] | null | null | null | // Copyright 2021 The IREE Authors
//
// Licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//===- AdrenoConfig.h - Adreno CodeGen Configurations ---------------------===//
//
// This file ... | 37.078431 | 80 | 0.567953 | KyleHerndon |
1637db86e04614c58e72af5386ad14eb6815f5f7 | 7,075 | cpp | C++ | GridShader.cpp | lanpai/tiny-space | 289ba3081c280debaa2abc879cb09ce1c17754f8 | [
"MIT"
] | 1 | 2019-10-25T22:59:50.000Z | 2019-10-25T22:59:50.000Z | GridShader.cpp | lanpai/tiny-space | 289ba3081c280debaa2abc879cb09ce1c17754f8 | [
"MIT"
] | null | null | null | GridShader.cpp | lanpai/tiny-space | 289ba3081c280debaa2abc879cb09ce1c17754f8 | [
"MIT"
] | null | null | null | #include "GridShader.h"
#include <cmath>
#include <tiny-piyo/Shaders.h>
void GridShader::Init()
{
this->_programID = CreateShader(
R"(
#version 330 core
layout(location = 0) in vec3 vertPosition;
layout(location = 1) in vec4 vertColor;
out vec3 fragPositi... | 30.76087 | 117 | 0.581908 | lanpai |
16386c63361765cca62cc71a12c704df21b77dc2 | 79,156 | cxx | C++ | PWGHF/vertexingHF/AliAnalysisTaskSEXic0Semileptonic.cxx | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | 2 | 2017-08-01T11:53:34.000Z | 2018-12-19T13:20:54.000Z | PWGHF/vertexingHF/AliAnalysisTaskSEXic0Semileptonic.cxx | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | null | null | null | PWGHF/vertexingHF/AliAnalysisTaskSEXic0Semileptonic.cxx | maroozm/AliPhysics | 22ec256928cfdf8f800e05bfc1a6e124d90b6eaf | [
"BSD-3-Clause"
] | 1 | 2019-05-21T08:47:05.000Z | 2019-05-21T08:47:05.000Z | /**************************************************************************
* Copyright(c) 1998-2018, ALICE Experiment at CERN, All rights reserved. *
* *
* Author: The ALICE Off-line Project. *
* Contributors are ... | 38.350775 | 115 | 0.675249 | maroozm |
1638bd52a234823f0d27f6e5ea6c9805d442720b | 2,481 | cpp | C++ | lab1/tests/tst_test1.cpp | Raikils/K-28_Ivan_Murzin_lab_second_term | 7ab87fd55beef33335afe847ca47b119501ef752 | [
"MIT"
] | null | null | null | lab1/tests/tst_test1.cpp | Raikils/K-28_Ivan_Murzin_lab_second_term | 7ab87fd55beef33335afe847ca47b119501ef752 | [
"MIT"
] | null | null | null | lab1/tests/tst_test1.cpp | Raikils/K-28_Ivan_Murzin_lab_second_term | 7ab87fd55beef33335afe847ca47b119501ef752 | [
"MIT"
] | null | null | null | #include <QtTest>
#include <QCoreApplication>
#include "plot.h"
#include "qcustomplot.h"
#include "createplot.h"
#include "mainwindow.h"
class Test1 : public QObject
{
Q_OBJECT
public:
Test1();
~Test1();
private slots:
void test_plot();
void test_createplot();
private:
Plot p;
CreatePlo... | 24.81 | 71 | 0.594518 | Raikils |
163b12982bd0b636414730a80926e7ab9cdf98c4 | 12,315 | cc | C++ | v8_consumer/src/utils.cc | abhi-bit/Eventing | 8836d2b262365e4ee51ec583a7818d2480c2d498 | [
"Apache-2.0"
] | null | null | null | v8_consumer/src/utils.cc | abhi-bit/Eventing | 8836d2b262365e4ee51ec583a7818d2480c2d498 | [
"Apache-2.0"
] | 11 | 2016-06-22T16:21:55.000Z | 2016-11-02T04:23:08.000Z | v8_consumer/src/utils.cc | abhi-bit/Eventing | 8836d2b262365e4ee51ec583a7818d2480c2d498 | [
"Apache-2.0"
] | 1 | 2016-06-29T11:52:31.000Z | 2016-06-29T11:52:31.000Z | // Copyright (c) 2017 Couchbase, 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 agreed to in w... | 29.746377 | 80 | 0.665286 | abhi-bit |
163dd08984c29b99ce3dee0b944f68ae1a5c6802 | 808 | cc | C++ | SimTracker/SiStripDigitizer/plugins/SiPileUpSignals.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | SimTracker/SiStripDigitizer/plugins/SiPileUpSignals.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | SimTracker/SiStripDigitizer/plugins/SiPileUpSignals.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | #include "SimTracker/SiStripDigitizer/interface/SiPileUpSignals.h"
#include "SimDataFormats/TrackingHit/interface/PSimHit.h"
void SiPileUpSignals::resetSignals() { signal_.clear(); }
void SiPileUpSignals::add(uint32_t detID,
const std::vector<float>& locAmpl,
const ... | 38.47619 | 96 | 0.65099 | ckamtsikis |
163e6f39aff10b4b17409b35c8b1bbe4f350bb1a | 2,252 | hpp | C++ | pwiz/data/common/Index.hpp | austinkeller/pwiz | aa8e575cb40fd5e97cc7d922e4d8da44c9277cca | [
"Apache-2.0"
] | 8 | 2018-05-23T14:37:31.000Z | 2022-02-04T23:48:38.000Z | pwiz/data/common/Index.hpp | austinkeller/pwiz | aa8e575cb40fd5e97cc7d922e4d8da44c9277cca | [
"Apache-2.0"
] | 9 | 2019-08-31T08:17:45.000Z | 2022-02-11T20:58:06.000Z | pwiz/data/common/Index.hpp | austinkeller/pwiz | aa8e575cb40fd5e97cc7d922e4d8da44c9277cca | [
"Apache-2.0"
] | 4 | 2018-04-25T01:39:38.000Z | 2020-05-20T19:25:07.000Z | //
// $Id$
//
//
// Original author: Matt Chambers <matt.chambers .@. vanderbilt.edu>
//
// Copyright 2009 Vanderbilt University - Nashville, TN 37232
//
// 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... | 28.15 | 102 | 0.687389 | austinkeller |
16405281649ea073dc4270d3eba43f949125eecd | 2,920 | cc | C++ | cdn/src/model/DescribeCdnDomainByCertificateResult.cc | iamzken/aliyun-openapi-cpp-sdk | 3c991c9ca949b6003c8f498ce7a672ea88162bf1 | [
"Apache-2.0"
] | 89 | 2018-02-02T03:54:39.000Z | 2021-12-13T01:32:55.000Z | cdn/src/model/DescribeCdnDomainByCertificateResult.cc | iamzken/aliyun-openapi-cpp-sdk | 3c991c9ca949b6003c8f498ce7a672ea88162bf1 | [
"Apache-2.0"
] | 89 | 2018-03-14T07:44:54.000Z | 2021-11-26T07:43:25.000Z | cdn/src/model/DescribeCdnDomainByCertificateResult.cc | aliyun/aliyun-openapi-cpp-sdk | 0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36 | [
"Apache-2.0"
] | 69 | 2018-01-22T09:45:52.000Z | 2022-03-28T07:58:38.000Z | /*
* 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... | 39.459459 | 117 | 0.786986 | iamzken |
1640bdb99b1a2bf0f02143d63fb318654f36f5b2 | 1,431 | cpp | C++ | SOSHook/stdafx.cpp | tongko/SOS | 4b7ab321b336a2077aaf957c4362962e4e65259c | [
"Apache-2.0"
] | null | null | null | SOSHook/stdafx.cpp | tongko/SOS | 4b7ab321b336a2077aaf957c4362962e4e65259c | [
"Apache-2.0"
] | null | null | null | SOSHook/stdafx.cpp | tongko/SOS | 4b7ab321b336a2077aaf957c4362962e4e65259c | [
"Apache-2.0"
] | null | null | null | // stdafx.cpp : source file that includes just the standard includes
// SOSHook.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
HMODULE g_hModule = NULL... | 26.018182 | 122 | 0.707198 | tongko |