blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7dbc382e3397d9acc1d61605b9216b62ba7e67a4 | ab80d88b354db83585acc72e36fe9f3f4a1c7e54 | /support/inc/MonteCarloPredictor.h | 9ca2e767e7d0491eb865bf785fa127d0a2204df3 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | zhengbenchang/GSAP | a1ecedaf502e184827148cee4bd27b44315c6a2f | 68a33f4df375d8144ffe10f6c90ad2d57204a6c9 | refs/heads/master | 2020-04-13T08:35:24.905767 | 2018-11-30T22:21:20 | 2018-12-04T22:37:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,814 | h | /** MonteCarloPredictor - Header
* @file MonteCarloPredictor Class
* @ingroup GPIC++
* @ingroup Predictors
*
* @brief MonteCarloPredictor Class - Class defining the MonteCarloPredictor
*
* @author Matthew Daigle
* @version 1.1.0
*
* @pre N/A
*
* Contact: Matthew ... | [
"christopher.a.teubert@nasa.gov"
] | christopher.a.teubert@nasa.gov |
c339d25e92e864d43b4814779274c34f50c3c2e6 | cd8abfb87e558f05b13fce74dbc27ea6375e45af | /fboss/agent/platforms/common/sandia/SandiaPlatformMapping.h | 507d5460a9aa9e30beca2a44034258d52f5e69a3 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | nanWave/fboss | 4e355915e6ae80452c579104b534397812e1b42b | b920e54c6919800f915222b6ba7a63757ecdc8bf | refs/heads/master | 2022-08-13T22:44:10.869514 | 2022-07-25T05:30:57 | 2022-07-25T05:30:57 | 105,797,491 | 0 | 0 | null | 2017-10-04T17:31:02 | 2017-10-04T17:31:02 | null | UTF-8 | C++ | false | false | 774 | h | /*
* Copyright (c) 2004-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#pra... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
d5c7b89cd0d11741b1f5e2fed4913f6936266536 | 0458840fe3ad2b17e461e21444a2fdec5ef62172 | /cocosjs/frameworks/runtime-src/Classes/GameCore/CResourcesManager.cpp | 5ba1f324a5b5a2402ccbba7054024fc5bb29702c | [] | no_license | linyouhappy/kongkongxiyou | b204949b607def0b8918f69b7a5f5c3335b5a6c5 | 01d6f10105d74d3ed679e8eb40910d84419570d7 | refs/heads/master | 2023-04-27T18:31:40.933570 | 2023-04-26T00:36:28 | 2023-04-26T00:36:28 | 63,694,726 | 318 | 245 | null | null | null | null | UTF-8 | C++ | false | false | 34,044 | cpp | #include "CResourcesManager.h"
#include "CResourcesHelper.h"
#include "CUpdateManager.h"
#include "tinyxml2/tinyxml2.h"
#include "unzip/unzip.h"
#include "MyMD5.h"
using namespace tinyxml2;
#if(CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_MAC)
#include "curl/include/ios/curl/curl.h"
#i... | [
"linyouhappy@foxmail.com"
] | linyouhappy@foxmail.com |
ce9247f84c01b5c024a5ec2b48785fa4d82acfa5 | 35217b604e87f78a09954236bf74c37ae01bdce1 | /src/NN/pca.hpp | 302664ed1f135f0ec762d903ac7b333d89604c19 | [] | no_license | fengbingchun/NN_Test | f3e771a70a72414823854fd8717024da82054f2e | dcb1b600eb1c6637d41a9ef5bfe68b9cd81d95dd | refs/heads/master | 2023-05-27T22:59:04.502548 | 2023-05-21T04:36:54 | 2023-05-21T04:36:54 | 53,240,908 | 358 | 302 | null | null | null | null | UTF-8 | C++ | false | false | 2,464 | hpp | #ifndef FBC_NN_PCA_HPP_
#define FBC_NN_PCA_HPP_
// Blog: http://blog.csdn.net/fengbingchun/article/details/79235028
#include <vector>
#include <string>
namespace ANN {
template<typename T = float>
class PCA {
public:
PCA() = default;
int load_data(const std::vector<std::vector<T>>& data, const std::vector<T>& lab... | [
"fengbingchun@163.com"
] | fengbingchun@163.com |
bb1031b15c60091398dbd843f409320445ff3a10 | e221df659c887604b9afe99fe2a17aa015364edb | /labs/lab9v2/lab.cpp | c1e1ce257501bbd24407ad835885b0b05eaa52c0 | [] | no_license | pvonleh/Programming-Languages | 057cc98c7673940e50a74a4ff37ed0701589e3ce | 77c46e2cdc514f81162d2243544cffe6b4c93303 | refs/heads/master | 2020-03-10T03:46:36.386581 | 2018-04-12T01:26:40 | 2018-04-12T01:26:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,581 | cpp |
#include <iostream>
#include <sstream>
#include <stdlib.h>
using namespace std;
int main()
{
int *Iarr = (int*)malloc(100*sizeof(int));
double *Darr = (double*)malloc(100*sizeof(double));
char *Carr = (char*)malloc(100*sizeof(char));
string Sarr[100];
string aString;
int Icount = 0, Dcount = 0, Ccount = 0,Scou... | [
"pvonleh@gmail.com"
] | pvonleh@gmail.com |
9757efad4b5cdcd28ec789d242ef037e5526f0d9 | 0b0d4fb48fcc60d574e9b0ab599f0826a6cee25e | /src/kaguya/material/PatinaMaterial.cpp | 6a003d638443e185f9db7c37a9b283869a11c1f1 | [] | no_license | StormPhoenix/kaguya | fa8337cf5648a211a867d22aaad0d8385bed0386 | bab3d634a24527524c87722e2e41885c52d091d4 | refs/heads/master | 2023-05-03T07:10:29.852816 | 2021-05-19T07:04:23 | 2021-05-19T07:04:23 | 302,261,135 | 11 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,661 | cpp | //
// Created by Storm Phoenix on 2021/5/10.
//
#include <kaguya/material/PatinaMaterial.h>
#include <kaguya/core/bsdf/microfacet/BeckmannDistribution.h>
#include <kaguya/core/bsdf/microfacet/GGXDistribution.h>
#include <kaguya/core/bsdf/BXDFGlossyDiffuseReflection.h>
namespace kaguya {
namespace material {
... | [
"stormphoenix.hzau@hotmail.com"
] | stormphoenix.hzau@hotmail.com |
d168abc2f83135c91375d0351b6eab5039f006d7 | bb7645bab64acc5bc93429a6cdf43e1638237980 | /Official Windows Platform Sample/Windows 8 app samples/[C++]-Windows 8 app samples/C++/Windows 8 app samples/ControlChannelTrigger StreamWebSocket sample (Windows 8)/C++/StreamWebSocketTransportHelper/CommModule.cpp | 1121cda7736ab1383c6b067f8b8eba3fce6f1131 | [
"MIT"
] | permissive | Violet26/msdn-code-gallery-microsoft | 3b1d9cfb494dc06b0bd3d509b6b4762eae2e2312 | df0f5129fa839a6de8f0f7f7397a8b290c60ffbb | refs/heads/master | 2020-12-02T02:00:48.716941 | 2020-01-05T22:39:02 | 2020-01-05T22:39:02 | 230,851,047 | 1 | 0 | MIT | 2019-12-30T05:06:00 | 2019-12-30T05:05:59 | null | UTF-8 | C++ | false | false | 14,682 | cpp | // WinCCTomponent.cpp
#include "pch.h"
#include "CommModule.h"
#include <ppltasks.h>
#include "DiagnosticsHelper.h"
using namespace concurrency;
using namespace Platform;
using namespace Platform::Collections::Details::WFC;
using namespace StreamWebSocketTransportHelper;
using namespace StreamWebSocketTransportHelper:... | [
"v-tiafe@microsoft.com"
] | v-tiafe@microsoft.com |
a04e8e13b0e2cad316c9a5f63987f491f6225e73 | 6cbdcfcab39c0ab38f462a45331c4dd600d3c031 | /tile/codegen/emitc.cc | 0c3ccd2aa4c09b6c98a6ec87991ae2060e8a01f6 | [
"Apache-2.0"
] | permissive | donaldlee2010/plaidml | 01ae79cc6f91d682efd1562eae660fa5e4eb88f0 | ec748d1cb488e5863b8134ec843cf85442df644d | refs/heads/master | 2020-04-28T08:04:14.935971 | 2019-02-05T01:11:16 | 2019-02-05T01:11:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,305 | cc | // Copyright 2018, Intel Corporation
#include "tile/codegen/emitc.h"
namespace vertexai {
namespace tile {
namespace codegen {
using boost::format;
using namespace std::placeholders; // NOLINT
using namespace stripe; // NOLINT
namespace {
class CodeGenerator {
public:
CodeGenerator() {}
std::str... | [
"frank.laub@intel.com"
] | frank.laub@intel.com |
8743fbef39bd207a2d606719082cf145e5cbe6f5 | 59215e2eb694b0a0ce629a2fe19cc7af84047b47 | /WebSocketCPP_Beast/common/ssl_stream.hpp | ffbe495ce9e5f605dcdbdf1c79dd15955729dfe1 | [
"MIT"
] | permissive | EdFuentetaja/WebSockets | 3d83d06722c2dafcd11e83fcbab1c1c7fd0ae12d | c6241a291b74754356560e1ccad3a536980e0847 | refs/heads/master | 2021-01-24T02:17:24.395701 | 2018-07-21T08:08:28 | 2018-07-21T08:08:28 | 122,841,865 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,947 | hpp | //
// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
//
// 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)
//
// Official repository: https://github.com/boostorg/beast
//
#ifndef BOOST_BEAST_... | [
"ed.fuentetaja@gmail.com"
] | ed.fuentetaja@gmail.com |
87ecd5a1ad8fab4db28bbd82821be6d03f98c13a | c845f1321793846ad460e9c26891f67624e715b4 | /GLCD.h | c01cc9485d09051a6e85651b3f597d598039ba8f | [] | no_license | longshowadenshi/GLCD_SG12864 | 7b32ebb565023207b46b4ee9219633a55a47d6fc | 74b99ab1e3e470c427a5c34b25bea113bcb1f761 | refs/heads/main | 2023-06-06T01:11:34.115482 | 2021-06-24T00:42:13 | 2021-06-24T00:42:13 | 379,761,167 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,753 | h | #ifndef GLCD_H
#define GLCD_H
#include <Arduino.h>
#define GLCD_displayON 0x3e
#define GLCD_Xaddress 0xb8
#define GLCD_Yaddress 0x40
#define GLCD_starline 0xc0
class GLCD
{
public:
GLCD(int bl,int di, int rw, int e, int res, int cs1, int cs2,
int db0, int db1, int db2, int db3,
int db4, int db5, i... | [
"noreply@github.com"
] | longshowadenshi.noreply@github.com |
1cb67701654204375fa55e8cec3ace72c00b7b2d | ebb1e564c8a11e5af453f3749dcba1b66e2f3931 | /torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp | fe24497276490b5929fe7ea91781e256c8b508d6 | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSL-1.0",
"Apache-2.0"
] | permissive | jjsjann123/pytorch | 06c3aee8dd3565664ac2e2fda0306432cf62dd7c | de9b3fb3e5eb54660190cbd20b6592fc5cbda547 | refs/heads/master | 2023-08-25T00:22:02.568347 | 2022-07-27T18:50:20 | 2022-07-27T22:38:28 | 152,169,545 | 0 | 1 | NOASSERTION | 2022-08-11T07:55:44 | 2018-10-09T01:33:17 | C++ | UTF-8 | C++ | false | false | 64,774 | cpp | #include <torch/csrc/jit/codegen/cuda/python_frontend/python_bindings.h>
#ifdef USE_CUDA
#include <c10/util/ArrayRef.h>
#include <c10/util/irange.h>
#include <torch/csrc/jit/codegen/cuda/arith.h>
#include <torch/csrc/jit/codegen/cuda/ir_all_nodes.h>
#include <torch/csrc/jit/codegen/cuda/ir_builder.h>
#include <torch/c... | [
"pytorchmergebot@users.noreply.github.com"
] | pytorchmergebot@users.noreply.github.com |
28bd771699a1f14fc127e0cb5984f14e278b2e39 | aee5753c5e49eb6e6778a539ddea204515fc3828 | /main.cpp | 2f4f5c6da3d5ae238f0e01c2fd561f90ad2f2483 | [] | no_license | Andrey8/GeometryBuilder | 21d85eb3353be92055c7183b79be350ec5dfd118 | 611d38fa31d57ededa49bb2a9aa5771acf8e1c16 | refs/heads/master | 2022-11-09T05:13:22.231901 | 2020-06-12T10:23:03 | 2020-06-12T10:23:03 | 268,571,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 332 | cpp | #include "Widgets/mainwindow.h"
#include "polygonalgorithms.h"
#include <QApplication>
//#include <QDesktopWidget>
//#include <QRect>
#include <QDebug>
int main( int argc, char * argv[] )
{
//PolygonAlgorithms::Tests();
//Math::Tests();
QApplication app( argc, argv );
MainWindow mw;
mw.show();
return ap... | [
"andrey.drobah.and@mail.ru"
] | andrey.drobah.and@mail.ru |
a5db59e1790ed665d940eb4c09938ab5d4fe3f9c | 1866d4046ced94b01e953bea65b1c361557fc9ea | /zkj_stl_alloc.h | 58ebbd3f3c4da5f369cb8480891b7d1311490448 | [] | no_license | zhuokaijia/zkj_stl | 0693d1df8773ba58de2a4aba646820acc44bfafe | c6eb4116db07b216c0198c7591b1c9c04882b309 | refs/heads/master | 2021-01-17T13:01:02.367095 | 2016-06-14T16:19:33 | 2016-06-14T16:19:33 | 57,869,957 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,715 | h | /* NOTE:This is an internal header file,included by other header file.
* you should not attempt to use it directly
*/
#ifndef _ZKJ_STL_ALLOC_H_
#define _ZKJ_STL_ALLOC_H_
#include <cassert>
#include <cstdlib>
#include <cstdio>
#include <cstring> //for memcpy
namespace zkj_... | [
"946114150@qq.com"
] | 946114150@qq.com |
54ccbfc2d94718b6861a40f7bf64507e1bebfc1b | d472b26153e913bcf74e5a7582bb14c66c9f9299 | /src/server.cpp | 9fe21f414a13e6a9b988580dc76e63dd209fd27b | [] | no_license | mrnsapple/Zia | 73c7b4bffc28157fa6424f02945f279de8312e0b | d08c35e7853bfdd75aeab5c2148d37df2912e5bb | refs/heads/master | 2022-12-16T04:16:14.522200 | 2020-09-21T17:19:42 | 2020-09-21T17:19:42 | 297,409,775 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 419 | cpp | /*
** EPITECH PROJECT, 2020
** CPP_zia_2019
** File description:
** server
*/
#include "../include/server.hpp"
void create_session(t_socket client, int server_port)
{
session s(client, server_port);
s.do_read();
}
void server::continous_listen()
{
t_socket client;
while (1) {
client = socket... | [
"oriol.manzano@epitech.eu"
] | oriol.manzano@epitech.eu |
795643d29c3ac4ed7b5f19e353ed6ab8cd9c986c | 443de09f7b9722041baea0822b1c29b182d052c9 | /analyzers/ZeeTiming.h | 7599a528cc079b4586fdbcd691d4b816bddba685 | [] | no_license | dgawerc/RazorAnalyzer | 3fdff4b0c46f2a1660c2440af72e9022b56048e5 | 80d58f00371286defbf0ef28d760d62cb45df5d3 | refs/heads/master | 2021-06-30T06:45:56.434771 | 2017-09-11T15:45:22 | 2017-09-11T15:45:22 | 103,127,832 | 0 | 0 | null | 2017-09-11T12:44:32 | 2017-09-11T11:31:34 | C++ | UTF-8 | C++ | false | false | 914 | h | #ifndef DEF_ZeeTiming
#define DEF_ZeeTiming
#include "RazorAnalyzer.h"
class ZeeTiming: public RazorAnalyzer {
public:
uint start_run_tmp;
uint end_run_tmp;
uint start_time_tmp;
uint end_time_tmp;
vector <float> *IC_time_all;
vector <float> *rms_G12_all;
... | [
"Si.Xie@cern.ch"
] | Si.Xie@cern.ch |
0f68d9ac99d01c47e3ecd5aae0f135b59d465c12 | 8c72abc8fba1aceb32264315e86718cb347e52b2 | /Sortera/Sortera/IStack.h | ac40f733ece8288d94b32943f5a1152231d2ad6b | [] | no_license | AweZen/Skola | d6616a5963e7b2f8e69ab9686227e0490f8b8516 | 694f829d6b2119dd58e9f6fbdc8cbd3871c64f30 | refs/heads/master | 2021-04-27T09:34:29.274726 | 2018-03-02T07:22:24 | 2018-03-02T07:22:24 | 122,517,786 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 238 | h | #pragma once
template<typename T>
class IStack
{
public:
virtual ~IStack() = 0 {};
virtual void push(const T& element) = 0;
virtual T pop() noexcept(false) = 0;
virtual T peek()const throw(...)= 0;
virtual bool isEmpty()const = 0;
}; | [
"erik.eli@live.se"
] | erik.eli@live.se |
5376509824aaa4401cb3ea808327685bfc308762 | 4a78fa24d1f5416f0a3b41556b3a11bd372b15d1 | /utility/style.cpp | 8b9f3f01861b786eef5a5c32d18b9e6c8ff4dca3 | [] | no_license | ToniPlays/VideoEditor | 95778f964ef3572f53ec5fcde3b7983c0c41e402 | a9adc01f9580af70d38a4c6461a8031eb998acad | refs/heads/master | 2021-01-14T18:36:09.707863 | 2020-03-01T11:53:21 | 2020-03-01T11:53:21 | 242,714,535 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 300 | cpp | #include "style.h"
QString Style::Text() {
return QString::fromUtf8("color: #B9B9B9");
}
QString Style::Panel() {
return QString::fromUtf8("background-color: rgb(35, 35, 35);");
}
QString Style::Background() {
return QString::fromUtf8("background-color: rgb(22, 22, 22);");
}
| [
"noreply@github.com"
] | ToniPlays.noreply@github.com |
684c2f159b5de11c4f22f88cf97ad7c2b2ba1449 | e23cf10c9dee3c854c58e06dae5d9d024aff6ac5 | /2019/s2/oop/workshop-12/hunter.cpp | bc162af9d341042a19c3df37b66f0361f302fa95 | [] | no_license | bkoh1782291/bkoh1782291 | fbdb2ac23eb30359e1cd29bd7b8582766ce3b079 | ae328c1270c88f4adf5b0cc9ac1a9bcefc4cb783 | refs/heads/main | 2023-06-23T09:43:22.109038 | 2023-06-09T13:43:19 | 2023-06-09T13:43:19 | 350,210,138 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 355 | cpp | #include <iostream>
#include <string>
#include "hunter.h"
using namespace std;
int hunter::nextID = 1000;
hunter::hunter(string n, int v) : animal(n, v){
name = n;
volume = v;
id = nextID++;
}
string hunter::get_name(){
return "Hunter: " + name;
}
int hunter::get_kills(){
return kills;
}
void hunter::set_ki... | [
"kohbrian88@gmail.com"
] | kohbrian88@gmail.com |
f81495b093c57736c3ddd4c61328e1f7cc719014 | ebc00ddf4c8c5f5076471e8b8d56c2b634c51230 | /src/hash.h | 7fce72ed7b01ff458a9d98e09e95327113a045f8 | [
"MIT"
] | permissive | BlockMechanic/rain | 584a9e245cfb7ab5fb1add97b699b86833bfbc5b | e8818b75240ff9277b0d14d38769378f05d0b525 | refs/heads/master | 2021-07-03T03:48:53.977665 | 2021-03-04T01:28:20 | 2021-03-04T01:28:20 | 228,412,343 | 0 | 0 | MIT | 2019-12-16T15:03:28 | 2019-12-16T15:03:27 | null | UTF-8 | C++ | false | false | 10,074 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2020 The Rain Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef RAIN_HASH_H
#define RAIN_HASH_H
#include <crypto/common.h>
#include <crypto... | [
"blockmecha@gmail.com"
] | blockmecha@gmail.com |
c176e44338ccfe04c4a31c89e8d5196a09fd7370 | f83ef53177180ebfeb5a3e230aa29794f52ce1fc | /ACE/ACE_wrappers/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.inl | 05f856207cb8e2cc5e63a338291567402374789c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-sun-iiop"
] | permissive | msrLi/portingSources | fe7528b3fd08eed4a1b41383c88ee5c09c2294ef | 57d561730ab27804a3172b33807f2bffbc9e52ae | refs/heads/master | 2021-07-08T01:22:29.604203 | 2019-07-10T13:07:06 | 2019-07-10T13:07:06 | 196,183,165 | 2 | 1 | Apache-2.0 | 2020-10-13T14:30:53 | 2019-07-10T10:16:46 | null | UTF-8 | C++ | false | false | 1,362 | inl | // -*- C++ -*-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE TAO_IIOP_Endpoint *
TAO_SSLIOP_Endpoint::iiop_endpoint (void) const
{
return this->iiop_endpoint_;
}
ACE_INLINE void
TAO_SSLIOP_Endpoint::iiop_endpoint (TAO_IIOP_Endpoint *iiop_endpoint,
bool destroy)
{
if (iiop_en... | [
"lihuibin705@163.com"
] | lihuibin705@163.com |
212886a605f0e72bdfc309caf259fc658cfac109 | 679b6414bc832e81edb7ebf16bb0d7b779c40005 | /test.cpp | b7a77a077c0d4711306bef971f10900946096ed2 | [] | no_license | tfiedor/memory-repo | fd368281e7de3d34115f1bdbfefc0e52d2e812fd | 74288675e4074f1ad5bbb0d3b3253911ab42267a | refs/heads/master | 2021-01-22T23:48:33.453444 | 2017-03-24T07:13:36 | 2017-03-24T07:13:36 | 85,670,389 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 770 | cpp | /*
* File: test.cpp
* Project: Library for Profiling and Visualization of Memory Consumption
* of C/C++ Programs, Bachelor's thesis
* Date: 29.2.2017
* Author: Podola Radim, xpodol06@stud.fit.vutbr.cz
* Description: Testing file for injected malloc.so library.
TODO: Test for a... | [
"ifiedortom@fit.vutbr.cz"
] | ifiedortom@fit.vutbr.cz |
bb5ae7afdc4e5da4d6282ecbfd647bf7b5d72454 | 7395e68094700c42c942f978e1d9152054cfd345 | /REEEEEE/main.cpp | 31fed0a2b1305d402607016ab183d7e35d28d1bb | [] | no_license | Cenaaa/CPSC462-Hotel-Project- | 86ddcac2b8d690988b9772988edbcaabc44dfc2f | a66fae636a654b300a005aab86cef58758b360e4 | refs/heads/master | 2020-04-24T13:14:19.180582 | 2019-05-10T02:49:28 | 2019-05-10T02:49:28 | 171,980,549 | 0 | 0 | null | 2019-05-06T00:38:59 | 2019-02-22T02:29:55 | HTML | UTF-8 | C++ | false | false | 4,302 | cpp | //
// main.cpp
// 462_Hotel
//
// Created by Alex Liao on 2019/4/28.
// Copyright © 2019年 Alex Liao. All rights reserved.
#include <string>
#include <fstream>
#include <iostream>
#include "User.h"
#include "Profile.h"
#include "payment_info.h"
#include "DatabaseTree.h"
#include "GuestAccount.h"
#include "StayingGu... | [
"noreply@github.com"
] | Cenaaa.noreply@github.com |
30a0a66d7d9be820994fd3edf989e0cca28856d8 | 58ef72f1d3bd0ce696506e49e620fd554e0faf63 | /libzxplayer/src/main/cpp/common/WlQueue.h | 507f04aae76fc71a80a0fd5e7b5c21dd727959e6 | [] | no_license | KimHyoungChul/ffmpeg_Player_new | bcf6e8e61bd03183c0bea32cf920a22b26e91a26 | 0cb343d6d1fb5ec9a273902111054e0adec5c34b | refs/heads/master | 2020-06-12T07:47:53.975997 | 2018-08-16T02:08:05 | 2018-08-16T02:08:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 902 | h | //
// Created by ywl on 2017-12-3.
//
#ifndef WLPLAYER_QUEUE_H
#define WLPLAYER_QUEUE_H
#include "queue"
#include "../WlPlayStatus.h"
extern "C"
{
#include <libavcodec/avcodec.h>
#include "pthread.h"
};
class WlQueue {
public:
std::queue<AVPacket*> queuePacket;
std::queue<AVFrame*> queueFrame;
pthread_... | [
"xiao244164200@qq.com"
] | xiao244164200@qq.com |
c572bb6bb1d79b109d3733c37d351434adf7d1d9 | 090da3fcbcabed6db8b639ba860d6bc4f2c3e34f | /tests/windows/runner/utils.cpp | 7e940c4f2f46d26c102b5cba11e04501c560c322 | [
"BSD-3-Clause"
] | permissive | LucazzP/flutterfire | 3abd50a5d64dc120af70555c5216f28fe594d165 | 6f4d3525e8521b8eea009707db50e6812c33db3a | refs/heads/master | 2023-07-23T19:24:19.965142 | 2023-07-03T12:37:50 | 2023-07-03T12:37:50 | 240,923,696 | 0 | 0 | BSD-3-Clause | 2020-02-16T16:22:27 | 2020-02-16T16:22:27 | null | UTF-8 | C++ | false | false | 1,908 | cpp | // Copyright 2023, the Chromium project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#include "utils.h"
#include <flutter_windows.h>
#include <io.h>
#include <stdio.h>
#include <windows.h... | [
"noreply@github.com"
] | LucazzP.noreply@github.com |
32ef379068837799fd30896cbe336ff782ca9834 | ddf9fe457bc20001b562de86b94ab373826e7649 | /Programming Assignment 6 by Joseph Cunningham/Joseph Cunningham-03-24-2017-00-53-44/122 PA 6/BSTNode.cpp | 0fe7f06dbf81b1a96bef0ad021fe757233dc8a57 | [] | no_license | Jham109/CS-122 | 02547985b6789c86af26e48691f790568d7a11c8 | 0a86ef92767976bd22c3d0167feb384f7948f112 | refs/heads/master | 2021-01-16T14:14:18.863392 | 2020-02-26T02:30:59 | 2020-02-26T02:30:59 | 243,149,812 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | cpp | #include "BSTNode.h"
Node::Node(string newCode, char newChar)
{
mCode = newCode;
mChar = newChar;
mLeft = nullptr;
mRight = nullptr;
}
Node::~Node()
{
//the destructor of Node
}
string Node::getCode() const
{
return mCode;
}
char Node::getChar() const
{
return mChar;
}
Node *& Node::getLeft()
{
return mLeft;... | [
"joseph.cunningham@wsu.edu"
] | joseph.cunningham@wsu.edu |
69c8342a4be7d723d78a89c40ddba4ba7bbeffc2 | 0c4bd1b977cc714a8a6b2839f51c4247ecfd32b1 | /C++/lbann/src/layers/regularizers/batch_normalization.cpp | c93130f8442f9cfde708413758b9a8f01253c30e | [
"Apache-2.0"
] | permissive | ishine/neuralLOGIC | 281d498b40159308815cee6327e6cf79c9426b16 | 3eb3b9980e7f7a7d87a77ef40b1794fb5137c459 | refs/heads/master | 2020-08-14T14:11:54.487922 | 2019-10-14T05:32:53 | 2019-10-14T05:32:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,016 | cpp | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
// Produced at the Lawrence Livermore National Laboratory.
// Written by the LBANN Research Team (B. Van Essen, et al.) listed in
// the CONTRIBUTORS file. <lbann-dev@l... | [
"the.new.horizon@outlook.com"
] | the.new.horizon@outlook.com |
808abb58068a806a711dd57f02ade77b104d9b62 | 8df64af68085e3bd3eeb99ab6679eb074e80842b | /opensimAD-install/sdk/include/OpenSim/Common/Object.h | 712724f3d7ae8011267cdd50043b6b541bc17d18 | [
"Apache-2.0"
] | permissive | VDB-Bram/opensimAD | ace0a9db6a844ffde7f03f18f9c0a31d3b39bf40 | 7afad33dc669f3540fdffb54e8e93374dceb3624 | refs/heads/main | 2023-08-13T09:10:35.158779 | 2021-10-02T01:59:30 | 2021-10-02T01:59:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 68,566 | h | #ifndef OPENSIM_OBJECT_H_
#define OPENSIM_OBJECT_H_
/* -------------------------------------------------------------------------- *
* OpenSim: Object.h *
* -------------------------------------------------------------------------- *
* The OpenSim API is a tool... | [
"antoinefalisse@gmail.com"
] | antoinefalisse@gmail.com |
0e7d6b26dd9a30e7308077ddac83dec2faa83ae5 | 62628dc5245c4612d001c7f0e7149e4e9a59429c | /Programas/c++/CIRCULO.CPP | 84cd06fc0dac3378ddcfbd0895777e2d942e5082 | [
"CC0-1.0"
] | permissive | felipeescallon/lenguajes_programacion | b3ae3477765b3100b8b454b1868e19f3a0cfc64c | 5b88bf2a95492e799c94e414997365a14db05c05 | refs/heads/main | 2023-07-13T01:37:29.360547 | 2021-08-26T14:42:20 | 2021-08-26T14:42:20 | 386,758,230 | 1 | 0 | null | null | null | null | IBM852 | C++ | false | false | 403 | cpp | //Archivo circulo.cpp
//Definición de la clase circulo
#include "figuras.h"
circulo_figura::circulo_figura(double xc, double yc, double r)
{
x=xc;
y=yc;
radio=r;
}
double circulo_figura::calcular_area(void) const
{
return(3.141592*radio*radio);
}
void circulo_figura::dibujar(void) const
{
cout<<"... | [
"noreply@github.com"
] | felipeescallon.noreply@github.com |
7617dbd123c1e8b8d26f318a6d4083cc39693096 | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE127_Buffer_Underread/s03/CWE127_Buffer_Underread__new_wchar_t_loop_15.cpp | 11025ea1cf2a212d1b277ccbd0d7ae41d4b34ede | [] | no_license | Sporknugget/Juliet_prep | e9bda84a30bdc7938bafe338b4ab2e361449eda5 | 97d8922244d3d79b62496ede4636199837e8b971 | refs/heads/master | 2023-05-05T14:41:30.243718 | 2021-05-25T16:18:13 | 2021-05-25T16:18:13 | 369,334,230 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,382 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE127_Buffer_Underread__new_wchar_t_loop_15.cpp
Label Definition File: CWE127_Buffer_Underread__new.label.xml
Template File: sources-sink-15.tmpl.cpp
*/
/*
* @description
* CWE: 127 Buffer Under-read
* BadSource: Set data pointer to before the allocated memory buffer
... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
bbc8feeb62ad445a0aee17e332d273fce65fb763 | 72b564d98e01af9a54c5735bdd894e7a18712cac | /C++/8.4.cpp | 3267b9a6bcb86355d746a817edd9cff9f71e416b | [] | no_license | linyasha/BSU | 0a16bfd87705034caa749b0bc5a3d48129c250f9 | 731e3d66e87a7fecb49abfc94187a06ec0dafff9 | refs/heads/main | 2023-04-16T03:46:25.949583 | 2021-04-22T23:17:05 | 2021-04-22T23:17:05 | 328,188,020 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,430 | cpp | #include <iostream>
#include <initializer_list>
#include <assert.h>
using std::istream;
using std::ostream;
using std::cout;
using std::cin;
using std::initializer_list;
template <typename T>
struct Node {
public:
T symbol;
Node<T>* next;
};
template <typename T>
class LinkedList {
private:
... | [
"alynko17@gmail.com"
] | alynko17@gmail.com |
2e97bd740ac111cad1791b3f459cfdeb17bf6636 | fb381224be13ed84e8e63bd7bf013dd10d58d924 | /Code/Editor/EditorFramework/Panels/CVarPanel/CVarPanel.moc.h | 80d1f221ac2e9872bd1018407cf28b8ef3a847c8 | [
"MIT"
] | permissive | bethau/ezEngine | 1b768f95801dd2367dc30675f8febb5cbb625819 | 059684c8d9ed7e33f8e68f218ff42a7decf668ee | refs/heads/master | 2022-08-22T06:48:55.549276 | 2020-02-11T23:36:43 | 2020-02-11T23:36:43 | 247,667,175 | 0 | 0 | MIT | 2020-03-16T09:57:54 | 2020-03-16T09:57:53 | null | UTF-8 | C++ | false | false | 1,156 | h | #pragma once
#include <Foundation/Basics.h>
#include <EditorFramework/EditorFrameworkDLL.h>
#include <EditorFramework/IPC/EngineProcessConnection.h>
#include <GuiFoundation/DockPanels/ApplicationPanel.moc.h>
#include <ToolsFoundation/Project/ToolsProject.h>
#include <GuiFoundation/Widgets/CVarWidget.moc.h>
#include <F... | [
"jan@krassnigg.de"
] | jan@krassnigg.de |
1c13f5f3ff912e6322510a9b9a156a36059e7803 | 44611973ae357ec3cb078f0c0d95b8efd84c9eff | /Arduino/PragProg/ultrasonic/simple/simple.ino | 65bcf0720e9995aa9561c6126b07dcf97a4b3689 | [] | no_license | LeipeLeon/interactive | 29e9fe5afb7dd81e9c1b3970310422ac76f007eb | 642273fe10f51dfd40e14295792873bd047a1849 | refs/heads/master | 2021-01-01T18:34:37.042065 | 2012-01-06T18:38:36 | 2012-01-06T18:38:36 | 1,372,775 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,027 | ino | const unsigned int PING_SENSOR_IO_PIN = 7;
const unsigned int BAUD_RATE = 9600;
void setup() {
Serial.begin(BAUD_RATE);
}
void loop() {
pinMode(PING_SENSOR_IO_PIN, OUTPUT); // <label id="code.input.start_init_pin"/>
digitalWrite(PING_SENSOR_IO_PIN, LOW);
delayMicroseconds(2); // <label id="code.input.end_init... | [
"leipeleon@gmail.com"
] | leipeleon@gmail.com |
8e83e7c1e24e3fc8db907f42f5defc9a57b9c501 | 24d9a441a4eedfa92e6d10964b5efe390694845f | /CANIMAL.cpp | 31eb3fb02453fcc8b656f8062459b32f06341c5c | [] | no_license | NguyenTrongDat1753038/KTLT_Project_CrossingRoad | 13280d4d213177c8ce78130a0c3b6478da5924ca | 56ccb1cf318ce7ce7b3da95fe0494dbfc8aefd75 | refs/heads/master | 2022-12-10T08:30:12.729874 | 2020-09-02T14:52:32 | 2020-09-02T14:52:32 | 292,188,148 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 623 | cpp | #include "Header.h"
CANIMAL::CANIMAL(int x, int y) {
mX = x;
mY = y;
if (x >= ENDLANE) Way = -1;
else Way = 1;
}
void CANIMAL::Move(int x, int y) {
if (mX <= ENDLANE + STARTLANE - 1 && mX >= STARTLANE + 1) {
GotoXY(mX - 2, mY - 1); cout << " ";
GotoXY(mX - 2, mY); cout << " ";
GotoXY(mX - 1, mY + 1);... | [
"48618432+NguyenTrongDat1753038@users.noreply.github.com"
] | 48618432+NguyenTrongDat1753038@users.noreply.github.com |
bd004f47e0448d3542c25db477808467fa3e4e3c | bc45f9358eda08ed4a4800c4742341d0c2f3f984 | /src/dmath/util.h | bda6ba0fddcbebb70cb7eb834eee010ac849f02c | [] | no_license | DamonDeng/katen | e89081aeaee81b4c510f0c4154a96dda03cc1efe | 813462b61f8ad835fafb705f51ef2bd0d02670ec | refs/heads/master | 2020-06-01T02:13:45.334160 | 2017-08-03T07:16:19 | 2017-08-03T07:16:19 | 94,058,673 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 995 | h | #ifndef DAMONDENG_KATEN_MATHUTIL
#define DAMONDENG_KATEN_MATHUTIL
#include <iostream>
#include <time.h>
#include <random>
using namespace std;
namespace katen{
namespace math{
class Util{
public:
Util();
static vector<double> softmax(vector<double> inputValue);
static double crossEntropy(con... | [
"dengmingxuan@hotmail.com"
] | dengmingxuan@hotmail.com |
9b42875c893db2ca76c90e85c4a8d0bf4591208e | 53459785cde3f53732dcdb42ad96b65f7aa1fccc | /source/Network/NetworkAPI/Translator.h | 7913c16a5355ea98e3c9ccf56ad6feed7052f8c1 | [] | no_license | dean11/NoEdge | 7f33f775c8083b9ba2861d45b68082059da3f870 | 2cc8a59b8155acd3a3f939716da339e5a90cc5db | refs/heads/master | 2021-01-18T03:01:10.586525 | 2015-01-15T21:38:13 | 2015-01-15T21:38:13 | 29,315,116 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,426 | h | #ifndef NETWORK_DEPENDENCIES_TRANSLATOR_H
#define NETWORK_DEPENDENCIES_TRANSLATOR_H
//////////////////////////////////
// Created by Sam Svensson 2013 //
// ----------------------------//
// Packs our dynamic protocols //
//////////////////////////////////
/*
It packs a header in front of the actual message.
Heade... | [
"carl.dennis.andersen@gmail.com"
] | carl.dennis.andersen@gmail.com |
70511c1171dbf5178920c412b2230b1c8341cc63 | 0b8a045ddacc213a48c45645e7f83ca23da6fa77 | /Practica4v1/Practica5/claveValor.h | 5fa2b3213f9a3ebaafd65a803e106a214348e2a9 | [
"MIT"
] | permissive | gejors55/Programacion-en-C- | c077279708d681c5328f77a701bfaea4ac7bf981 | 09253535c7107773264b89a152eccdb542d83875 | refs/heads/master | 2020-04-13T11:52:05.711838 | 2018-12-26T14:44:23 | 2018-12-26T14:44:23 | 163,185,959 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,159 | h | #ifndef claveValor_h
#define claveValor_h
#include <string>
using namespace std;
#include "listaCadenas.h"
const int MAXCLAVES = 200;
typedef struct{
string clave;
tListaCadenas valor;//lista de archivo donde estan las claves
}tRegistroIndicePalabras;
typedef struct{
int tam;
tRegistroIndicePa... | [
"noreply@github.com"
] | gejors55.noreply@github.com |
228d7628a84fda5e9f4bb32ee0a9238028dc8521 | 39719ced2451b97c266568e2d9364bfe90ab3498 | /Source/zzExamples/CRagdoll.cpp | 06a1727bb8d83b4a9700a7e5e1e0f7b0ece38a0e | [
"MIT"
] | permissive | shanefarris/CoreGameEngine | 74ae026cdc443242fa80fe9802f5739c1064fb66 | 5bef275d1cd4e84aa059f2f4f9e97bfa2414d000 | refs/heads/master | 2020-05-07T12:19:23.055995 | 2019-04-11T14:10:16 | 2019-04-11T14:10:16 | 180,496,793 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 15,311 | cpp | #include "CRagdoll.h"
#include "Nxp.h"
#include "NxActor.h"
using namespace Core;
using namespace Core::Physics;
CRagdoll::CRagdoll(String fileName, SceneNode *characterSN, String id, NxOgre::Scene *PHXScene, f32 bodyDensity)
{
m_CharacterNode = characterSN;
m_PHYSScene=PHXScene;
m_CharacterID=id;
m_Posit... | [
"farris.shane@gmail.com"
] | farris.shane@gmail.com |
949ff76e485b27aa003cd533af98c42939737efe | 98490ba4a6b318e9f1cc7f3c305f48ecc94342e8 | /11_nibbler/nibbler/core/src/game/Party.class.hpp | 7aa88a539172885df397c9326c682072532cc1d8 | [] | no_license | tristandeborde/My42Projects | 144266f3e561a75cffd166b5a85bf847d3052c1f | 2bbfa1e060cbafeff0bf0cb334f6a27b879acc48 | refs/heads/master | 2021-07-09T01:13:36.432205 | 2020-09-28T15:25:09 | 2020-09-28T15:25:09 | 195,383,584 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,828 | hpp | #ifndef PARTY_CLASS_HPP
#define PARTY_CLASS_HPP
#include <unordered_set>
#include <list>
#include "Entity.class.hpp"
#include "rules/RuleSet.class.hpp"
class Party final
{
/* Typedefs *******************************************************************/
public:
using t_dims = std::pair<size_t, size_t>;
usin... | [
"tr.deborde@gmail.com"
] | tr.deborde@gmail.com |
d582c4e12a57a63c7016b4511703ce213fb56cf5 | 70730e2e8c7709abb3079acc8d01c23414866cec | /training/3 Basic Paradigms/3.4 Greedy/CF1106B.cpp | 661db9e21794ddb3c90361b58035584d66d6fe0c | [] | no_license | pratishkatiyar/competitive-programming | 00113e2d5106660c087953f7e4caac0d7a08f15f | 52c0436a94348169aadf51eb5d5ab8fa85429706 | refs/heads/master | 2022-01-08T01:25:51.988641 | 2019-05-04T16:59:29 | 2019-05-04T16:59:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,403 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef long double ld;
typedef complex<ld> cd;
typedef pair<int, int> ii;
typedef tuple<int, int, int> iii;
typedef vector<int> vi;
typedef vector<ii> vii;
typedef vector<ld> vd;
typedef vector<ll> vl;
typedef set<int> si;
typedef set<ii> sii;
ty... | [
"aryaman.arora2020@gmail.com"
] | aryaman.arora2020@gmail.com |
8e24ebe86f3a8d8b946ba2ea80095c2ffd8cd11e | 604835ee6216507bdebfdc6e13bf068f6710ff3e | /IOSTEST/Classes/Native/AssemblyU2DCSharpU2Dfirstpass_Valve_VR_IVRSettings3538756002.h | 15e2cdb573bfe9663fb070b1c07c13ad5f2cbf25 | [
"MIT"
] | permissive | pickettd/OpenBrushVR | d174c86a2364c2cd5b79e927c2f2686825211531 | 7f3aa4bc1f12bd5b4f6d5f7cc15a1a6af5d48dbe | refs/heads/master | 2020-03-30T02:55:09.435323 | 2019-01-30T22:48:39 | 2019-01-30T22:48:39 | 150,658,280 | 2 | 0 | null | 2018-09-27T23:14:34 | 2018-09-27T23:14:34 | null | UTF-8 | C++ | false | false | 847 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_MulticastDelegate3201952435.h"
#include "mscorlib_System_Int322071877448.h"
#include "AssemblyU2DCSharpU2Dfirstpass_Valve_VR_EVRSettings4124928198.h"
// Sys... | [
"andrew.nakas@gmail.com"
] | andrew.nakas@gmail.com |
5b17ab633a5e3e1eb14bbd63afd63a1ac278dd5f | a66f43ebb6bebfe509f8aaeff3989c6153668de8 | /LIGHTOJ/1202 - Bishops.cpp | 23eda54eff9d9306654c005cff0e331bb7839485 | [] | no_license | ShikariSohan/Problems-Solving | e6cbeaaa9a8a091364aee12cc28cce06165cf84d | 26809bddfcb357ca232be5e8016ef1e705a94f9a | refs/heads/master | 2023-02-24T08:05:27.161840 | 2021-01-26T12:44:55 | 2021-01-26T12:44:55 | 283,302,951 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,588 | cpp | /*
"""Bismillahir Rahmanur Rahim"""
*/
#include<bits/stdc++.h>
using namespace std;
#define pi 2*acos(0.0)
#define ll long long int
#define pb push_back
#define pf push_front
const ll sz = 1000001;
#define mp make_pair
#define ses '\n'
#define stm ... | [
"moksedur.rahman.sohan@gmail.com"
] | moksedur.rahman.sohan@gmail.com |
aa1fb9293d60dff748d24501b0f0abcd9646fefe | 52a3c93c38bef127eaee4420f36a89d929a321c5 | /SDK/SoT_BP_SmallShipAnchor_classes.hpp | 210cd0a294cc66b6cb3687da7d22e26b5146f3e4 | [] | no_license | RDTCREW/SoT-SDK_2_0_7_reserv | 8e921275508d09e5f81b10f9a43e47597223cb35 | db6a5fc4cdb9348ddfda88121ebe809047aa404a | refs/heads/master | 2020-07-24T17:18:40.537329 | 2019-09-11T18:53:58 | 2019-09-11T18:53:58 | 207,991,316 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 910 | hpp | #pragma once
// Sea of Thieves (2.0) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "SoT_BP_SmallShipAnchor_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------... | [
"igromanru@yahoo.de"
] | igromanru@yahoo.de |
3e6c7872c5478a899ff20bfaf0e3553d8b7f885a | 29a8a6f51b2a94f6b1c1fcfa60e0058d5cd478fc | /sim/ReflectingBorder.hh | 9f8da3d63fb72021fb139f0276410911fcfa46cf | [] | no_license | szczk/reflecting_absorbing | 2b3670f0afee525a063fd0ceac287d192f57cebb | d5a5ba5d269d7af3a18c4551b1dbb721184e911a | refs/heads/master | 2020-09-22T11:45:48.704471 | 2015-10-07T10:40:10 | 2015-10-07T10:40:10 | 225,180,400 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313 | hh | #ifndef __REFLECTING_BORDER__
#define __REFLECTING_BORDER__
#include "Border.hh"
class ReflectingBorder : public Border {
public:
ReflectingBorder ( double position );
virtual ~ReflectingBorder();
virtual const char * toString();
virtual bool operator() ( Particle * );
};
#endif
| [
"krzysztof.sc@gmail.com"
] | krzysztof.sc@gmail.com |
34e090df29ee291abaa6c69f41c8acc195548b83 | 71f7533a5bd98dc4c5010360a7946361e620053f | /k_sortedarray.cpp | 784d8965a52222e737058359002060efbc63aa94 | [] | no_license | Divyalok123/CN_Data_Structures_And_Algorithms | d573ef6e567ee6564c0daf1e186a02055a2f3f38 | 23e951a031708dab37e6699919767eadb4850b7f | refs/heads/master | 2022-11-18T18:20:42.309700 | 2020-07-13T08:04:48 | 2020-07-13T08:04:48 | 256,801,998 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 627 | cpp | #include <iostream>
using namespace std;
#include <queue>
void kSortedArray(int input[], int n, int k)
{
priority_queue<int> pq;
for (int i = 0; i < k; i++)
{
pq.push(input[i]);
}
int j = 0;
for (int i = k; i < n; i++)
{
input[j] = pq.top();
pq.pop();
pq.pus... | [
"divyjais2001@gmail.com"
] | divyjais2001@gmail.com |
84cb8b059cfa00ad10664674ce7427e862a62732 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/ThirdParty/CEF3/cef_binary_3.2623.1395.g3034273_linux64/include/base/cef_scoped_ptr.h | ed6c706f785d9491ed84f2b9dfbc9e2a3e7277aa | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C++ | false | false | 24,795 | h | // Copyright (c) 2014 Marshall A. Greenblatt. Portions copyright (c) 2012
// Google Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain t... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
de601ae75765ebbfd2b2c58b2bfd149b880de721 | ee93f5b1f47a9e4407099469fe573d3487931f17 | /release/moc_contextview.cpp | aac39488b7a831d3e0412732ab979b64ea447413 | [] | no_license | blaquee/QtSlothEmu | d149f417247fbc4c72087a78d6b6c15583432c89 | 3d24ff1e85d2d598441c52bc0af7b7db9db9fd80 | refs/heads/master | 2021-03-16T05:12:41.814041 | 2017-09-21T14:52:42 | 2017-09-21T14:52:42 | 103,222,749 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,589 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'contextview.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.6.0)
**
** WARNING! All changes made in this file will be lost!
*********************************************************... | [
"1324227+blaquee@users.noreply.github.com"
] | 1324227+blaquee@users.noreply.github.com |
4c319097b4377a0e8cae343b3baa79defff1e59a | 1afc2ba02aaa1170db5def78ef506503073ad45b | /StepperMotorDriver.ino | d39203a43cd8a9e0e91b5595f8cd2a4f3e66f982 | [] | no_license | sjuim/STEMProject | 937f3474862d43144ad02216b65c07539d9f34ab | a02727933affb5bbccc43658b8307e59ec91dc7f | refs/heads/master | 2023-02-26T11:41:37.499517 | 2021-02-06T01:27:29 | 2021-02-06T01:27:29 | 336,429,631 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,284 | ino | int PUL=7; //define Pulse pin
int DIR=6; //define Direction pin
int ENA=5; //define Enable Pin
void setup() {
pinMode (PUL, OUTPUT);
pinMode (DIR, OUTPUT);
pinMode (ENA, OUTPUT);
}
void loop() {
for(int i = 0; i < 20; i++){
moveForward(6400);
rub();
}
for(int i = 0; i < 20; i++){
moveBackward(... | [
"shreya.jui.majumdar@gmail.com"
] | shreya.jui.majumdar@gmail.com |
26e4cef6795d48838cbac069a34f5ef946574f34 | 4fee29b4de44c68559e1e084151dc9b12f161287 | /windows/resources.hpp | 96bd5cf8bdd917fe15375c6ac5213ba4c31b9fd7 | [
"MIT"
] | permissive | kristjanbb/libui | 6e68b6f4f3a7115c9c5f735c7317d2a5bc675acb | d88233a0fb81524bff507b04fd710eb297b668ba | refs/heads/master | 2021-01-18T13:00:18.504385 | 2016-05-29T08:53:49 | 2016-05-29T08:53:49 | 59,950,378 | 3 | 0 | null | 2016-05-29T15:33:30 | 2016-05-29T15:33:29 | null | UTF-8 | C++ | false | false | 761 | hpp | // 30 may 2015
#define rcTabPageDialog 100
#define rcFontDialog 101
#define rcColorDialog 102
#define rcFontFamilyCombobox 1000
#define rcFontStyleCombobox 1001
#define rcFontSizeCombobox 1002
#define rcFontSamplePlacement 1003
#define rcColorSVChooser 1100
#define rcColorHSlider 1101
#define rcPreview 1102
#define ... | [
"pietro10@mac.com"
] | pietro10@mac.com |
1239e15d7872b10da899f4cb2070d5d512039621 | 41a76318e5b9eef2c69bbf922724f8b191d7d124 | /kokkos/core/src/Kokkos_ROCm.hpp | 93f0ec430e66ea9f24925b8e590b5e712b14f123 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | zishengye/compadre | d0ff10deca224284e7e153371a738e053e66012a | 75b738a6a613c89e3c3232cbf7b2589a6b28d0a3 | refs/heads/master | 2021-06-25T06:16:38.327543 | 2021-04-02T02:08:48 | 2021-04-02T02:08:48 | 223,650,267 | 0 | 0 | NOASSERTION | 2019-11-23T20:41:03 | 2019-11-23T20:41:02 | null | UTF-8 | C++ | false | false | 7,047 | hpp | /*
//@HEADER
// ************************************************************************
//
// Kokkos v. 3.0
// Copyright (2020) National Technology & Engineering
// Solutions of Sandia, LLC (NTESS).
//
// Under the terms of Contract DE-NA0003525 with NTESS,
// the U.S. Govern... | [
"pakuber@sandia.gov"
] | pakuber@sandia.gov |
fa24ce45b4cade70f92c8c0ee5d569570be0f414 | 1f530350dd396f64b20f0b47ebe1c447945d3502 | /src/Shader.hpp | 520e4985f538db5877257160f28d5887cf9abf5e | [] | no_license | MrTraan/minecrouft | b2831336e721bd02a7d64293158ee535d40f9685 | 08808ac5578bbf53fdd36f2060cd486012ca5c82 | refs/heads/master | 2022-02-05T01:33:47.749410 | 2020-06-11T12:09:11 | 2020-06-11T12:09:11 | 123,191,914 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,368 | hpp | #pragma once
#include <GL/gl3w.h>
#include <glm/glm.hpp>
#include <glm/gtc/type_ptr.hpp>
#include "ngLib/nglib.h"
#include "packer.h"
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
class Shader {
public:
u32 ID = 0;
bool CompileFromPath( const char * vertexPath, const char * fragme... | [
"nathan.grasset@gmail.com"
] | nathan.grasset@gmail.com |
23e8392d4bb1d86075c4f7f117043608c9acacfa | a0863d7dc1bddc6f3a3ee370f6b6e5f4de475550 | /Tag/Array/611.ValidTriangleNumber/611.cpp | ad71c6a4996a90bfa82baae90d797cead3511473 | [] | no_license | nisak0503/leetcode | c3a936da0d64eac2de9faa60d161d31f76c740b3 | fa0f2e36c3ad554f96bef7f4e1e50952cde263e6 | refs/heads/master | 2021-01-20T10:50:11.220068 | 2017-11-30T02:53:31 | 2017-11-30T02:53:31 | 83,939,025 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,400 | cpp | #include <iostream>
#include <fstream>
#include <algorithm>
#include <vector>
using namespace std;
ifstream fin("611.in");
class Solution {
public:
vector<int> nums;
public:
int triangleNumber(vector<int>& nums) {
sort(nums.begin(), nums.begin()+nums.size());
int k = 2, cnt = 0;
if(nums.... | [
"kasin.xc@sjtu.edu.cn"
] | kasin.xc@sjtu.edu.cn |
15cc173e38d70f18b2c0bf5ad3610b259b628133 | 045a72f9f0bbb81488f433c6e6d4b9973b8fe38a | /src/converter/lattice.cpp | 00265939697237a0d76e72c46c5d543a7c1db125 | [] | no_license | yoriyuki/tkd53 | 2597e7f3ecb54e024de2c29c98db3007f60091d9 | a56d0da48c7a51ec59d3d3e52c2f2edac8a9a78d | refs/heads/master | 2021-01-13T06:50:59.711273 | 2016-04-11T18:19:05 | 2016-04-11T18:19:05 | 55,995,936 | 0 | 0 | null | 2016-04-11T18:14:24 | 2016-04-11T18:14:24 | null | UTF-8 | C++ | false | false | 759 | cpp | #include <iostream>
#include "lattice.hpp"
namespace lime {
namespace converter {
Lattice::Lattice(size_t column_count,
unique_ptr<vector<shared_ptr<Node> > > nodes,
unique_ptr<vector<vector<shared_ptr<Node> > > > begin_nodes,
unique_ptr<vector<vector<shared_ptr<Nod... | [
"hirokuni.maeta+github@gmail.com"
] | hirokuni.maeta+github@gmail.com |
5b236fa686bb6dd64ba04aba7d3fcd477f229d43 | 73ee941896043f9b3e2ab40028d24ddd202f695f | /external/chromium_org/media/filters/decrypting_audio_decoder.cc | f516674a50ebcbaa8a61263b181c263e2f65faa4 | [
"BSD-3-Clause"
] | permissive | CyFI-Lab-Public/RetroScope | d441ea28b33aceeb9888c330a54b033cd7d48b05 | 276b5b03d63f49235db74f2c501057abb9e79d89 | refs/heads/master | 2022-04-08T23:11:44.482107 | 2016-09-22T20:15:43 | 2016-09-22T20:15:43 | 58,890,600 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 14,877 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "media/filters/decrypting_audio_decoder.h"
#include <cstdlib>
#include "base/bind.h"
#include "base/callback_helpers.h"
#include "base/loca... | [
"ProjectRetroScope@gmail.com"
] | ProjectRetroScope@gmail.com |
a273bf3e4195be4391760b8e66b9dfc77410b92c | c8358d07a468647ab80685e539cda1f195341d3b | /src/opencl_exclusive_scan.hpp | 8ffe102809082239f351a3df5fdc27a7de00002f | [] | no_license | foduguay/exclusive_scan | ddcd73151607b6b91b8a29aa5238412b57534b37 | f586c91786e3bac1c07e1cac8923617cc6a031fe | refs/heads/main | 2023-02-13T20:22:52.783204 | 2021-01-16T12:00:45 | 2021-01-16T12:00:45 | 329,964,472 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,765 | hpp | #ifndef OPENCL_EXCLUSIVE_SCAN
#define OPENCL_EXCLUSIVE_SCAN
#define CL_TARGET_OPENCL_VERSION 120
#include <CL/cl.h>
#define MAX_SOURCE_SIZE 100000
static char* value;
static size_t valueSize;
static cl_uint maxComputeUnits;
static cl_platform_id platform_id[1];
static cl_device_id device_id[1];
static cl_uint ret... | [
"foduguay@gmail.com"
] | foduguay@gmail.com |
8bed50582edac20d0ad6ada4d15fde70c938c54c | d096cfda35a174ca930b48944598aad67c6f7067 | /KeybdName/KeybdName.cpp | 23add1bc127cee3ddbe521d5b34001ea2bbc166e | [
"MIT"
] | permissive | katahiromz/ImeStudy | 311c85671880bf72be198a77deb61634aef127c6 | ce965f20b251ddf4d7ef0eb8229675d1373c598e | refs/heads/main | 2023-06-08T21:34:59.032259 | 2023-06-04T07:29:52 | 2023-06-04T07:29:52 | 546,967,901 | 11 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 267 | cpp | // KeybdName.cpp by katahiromz
// License: MIT
#include <windows.h>
#include <imm.h>
#include <stdio.h>
int main(int argc, char **argv)
{
char sz[KL_NAMELENGTH + 1];
GetKeyboardLayoutNameA(sz);
printf("GetKeyboardLayoutNameA: %s\n", sz);
return 0;
}
| [
"katayama.hirofumi.mz@gmail.com"
] | katayama.hirofumi.mz@gmail.com |
66d374d3710f81bd9d763bcc52ce69fb87a71414 | 51ffd7b19109630911956fbf36cfd2ee5acc074c | /test/cpp/end2end/xds_end2end_test.cc | b876e062426acb78d2c126f6821d97acbd1e890e | [
"Apache-2.0"
] | permissive | zpdeng28/grpc | 4022508cd0f4ee46de1d39347401ddc79eaaa58b | e39e7bc7c1df9f630c812ff1891e04cbd7c0829f | refs/heads/master | 2022-12-01T20:05:39.798552 | 2019-05-20T07:01:07 | 2019-05-20T07:01:07 | 187,572,968 | 1 | 1 | Apache-2.0 | 2022-11-16T14:50:06 | 2019-05-20T05:26:19 | C++ | UTF-8 | C++ | false | false | 55,736 | cc | /*
*
* Copyright 2017 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | [
"dzp_whu@163.com"
] | dzp_whu@163.com |
42e71c700761ec1b5bdc961c65e7d5f7aadc5a62 | f3a2948ff49b11723f37123a11eedbdae171f7a4 | /src/consumer/DefaultMQPushConsumer.cpp | e14da6866537ce3b90ddb9df9a1384928d39103b | [
"Apache-2.0"
] | permissive | hooligan520/rocketmq-client4cpp-linux | 1656aed9f3de0e0c1b2a54d945ff560ab272cd5d | 2f891c979229dfd78707150fa626ca3822f2d006 | refs/heads/master | 2021-01-11T05:12:45.678389 | 2017-05-08T03:58:49 | 2017-05-08T03:58:49 | 81,163,610 | 22 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 10,090 | cpp | /**
* Copyright (C) 2013 kangliqiang ,kangliq@163.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"79015166@qq.com"
] | 79015166@qq.com |
461d5bb9867eff4b40fa6d755ed7a6a3dcfac310 | da5fcf2b56a3b8e6417e1560650ce13fbae12f73 | /Main.cpp | 318d804d2963f1924869ada7d6716bae92b5419d | [] | no_license | gjbr5/airodump | 8446de9dc5898c1a22883a41326fb8adb771e3eb | e980c27ccce22aae70cb0f8f175363055226de0a | refs/heads/master | 2021-01-02T06:00:43.868707 | 2020-02-10T13:49:41 | 2020-02-10T13:49:41 | 239,520,281 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | cpp | #include "Parser.h"
#include <pcap.h>
int main(int argc, char* argv[])
{
const char* file = "C:\\Users\\gjbr5\\Desktop\\80211.pcapng";
char errbuf[PCAP_ERRBUF_SIZE];
pcap_t* handle = pcap_open_offline(file, errbuf);
if (!handle) {
std::cout << "File Open Failed.\n";
return 0;
}
Parser parser;
while (true)... | [
"wlwogud02@naver.com"
] | wlwogud02@naver.com |
c6df38a808b465d0b4f922c0314caaf7be7ed935 | 558dece528927a181dcf8afdc6b6c85edaaeb584 | /String/Z-algo/CF - 1138D with Z algo.cpp | 35e6143afb6ce2148bf72630db27d3eaded7a99e | [] | no_license | rohannstu/Algorithms | dd5e9bc8d57ba512ad2b1d27bb761eda7d3ed1a9 | b121d952d01687dd52279b91ef19d9533ba05be5 | refs/heads/master | 2023-04-09T12:30:21.547535 | 2021-04-08T11:23:54 | 2021-04-08T11:23:54 | 569,421,358 | 1 | 0 | null | 2022-11-22T19:40:43 | 2022-11-22T19:40:41 | null | UTF-8 | C++ | false | false | 5,122 | cpp | #include<bits/stdc++.h>
#define Input freopen("in.txt","r",stdin)
#define Output freopen("out.txt","w",stdout)
#define ll long long int
#define ull unsigned long long int
#define pii pair<int,int>
#define pll ... | [
"noreply@github.com"
] | rohannstu.noreply@github.com |
92435219f5f547606162ef8ea46418b6d66e0594 | ba246ba78fbfa9980081705690cfc26ec5ca8859 | /VAS_HeadtrackerConnect/build-VAS_HeadtrackerConnect_Android-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_15_2_android-Debug/armeabi-v7a/moc_serviceinfo.cpp | 3174a2be6fdb01b572f141c99e61c302d1b1f7a0 | [
"MIT"
] | permissive | funkerresch/vas_library | 80d57a334f5a9575d9a27fe6910cc5dddb9b0f7f | 0658616e49e86627614e9ad2382cb0b11e7d31eb | refs/heads/master | 2022-12-21T22:00:33.957639 | 2022-07-20T09:06:35 | 2022-07-20T09:06:35 | 164,434,730 | 21 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,935 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'serviceinfo.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.2)
**
** WARNING! All changes made in this file will be lost!
********************************************************... | [
"funker@posteo.net"
] | funker@posteo.net |
f46f705739f7b58fa95fc7eefaa83bd3cb308e3f | e16b292bdd2f409e843c55df31805e2d331f1a2d | /src/qt/optionsmodel.h | 53f5f3c96ecc189d90cb940f52e1ec47fd5054af | [
"MIT"
] | permissive | Visco33/test | beeffb00d5593fee01703a341c7a46784db24ebf | 3735d0d80f5f1d880bd5460cc223b1d05d937b12 | refs/heads/master | 2020-03-14T17:51:06.887931 | 2018-05-24T22:19:13 | 2018-05-24T22:19:13 | 130,040,474 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,237 | h | // Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_OPTIONSMODEL_H
#define BITCOIN_QT_OPTIONSMODEL_H
#include "amount.h"
#include <QAbstractListModel>
QT_BE... | [
"37253340+Visco33@users.noreply.github.com"
] | 37253340+Visco33@users.noreply.github.com |
8de40e7deb5252a68a6f9fef0bd9d2c465a1db6e | 5b690a51258bc44da0cb3a55c1d93c3673476c1d | /样例代码/T1017.cpp | 57e0ce618fb127dcf10629d3a40cdf74096cce1b | [] | no_license | MythLucky/JSK2021 | 813da0ce1f27fb150b027fd5373e35dd5fd738ae | 0f58e97fdddefc7bed8a0b2c9a330215344ec968 | refs/heads/main | 2023-02-26T16:56:09.025495 | 2021-01-26T12:26:25 | 2021-01-26T12:26:25 | 330,848,726 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 134 | cpp | #include<iostream>
#include<cstdio>
using namespace std;
int main()
{
int a,b,c;
cin>>a>>b>>c;
cout<<(a+b)*c;
return 0;
} | [
"noreply@github.com"
] | MythLucky.noreply@github.com |
f02a2a8ae4bb649e01aa2355138bc4c3cad4d5f9 | ce1044f6dd1ab23aed435dd087283ece45f3f024 | /include/Wallet/ExtendedKey.h | f0d071bca87617afccb07a1a0d64ca893a37e9ff | [
"MIT"
] | permissive | 1div0/GrinPlusPlus | daf13ff87681903e0674d1f077f17d3730eebcba | 44ba6474b971cd39a96b7ad9742b23d3cb5334c9 | refs/heads/master | 2021-07-12T20:23:20.039838 | 2020-12-02T11:18:41 | 2020-12-02T11:18:41 | 221,024,351 | 0 | 0 | MIT | 2019-11-11T16:37:06 | 2019-11-11T16:37:05 | null | UTF-8 | C++ | false | false | 2,054 | h | #pragma once
#include <Crypto/BigInteger.h>
#include <Crypto/PublicKey.h>
#include <Crypto/SecretKey.h>
#include <Core/Serialization/Serializer.h>
#include <Core/Serialization/ByteBuffer.h>
//
// Represents a BIP32 extended key.
//
class IExtendedKey
{
public:
virtual ~IExtendedKey() = default;
//
// 4 byte: vers... | [
"davidburkett38@gmail.com"
] | davidburkett38@gmail.com |
cdac7c629d3ad4baf8d4568914afc30111a45a03 | 4a28104787a4ce3bf362fda9182e4f1fe6276c30 | /graphs/bfs_shortReach.cpp | 6187c87e472830c54e8f005b7efd6223f260b54d | [] | no_license | Ason4901/geeksforgeeks | d0538a22db00c86e97ec8b9f6c548ebd1ecef8ce | 777aa4c0752bb0a9b942922e1ad99095a161cc6b | refs/heads/master | 2023-02-24T07:51:15.469015 | 2021-01-30T15:36:20 | 2021-01-30T15:36:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,627 | cpp |
#include <bits/stdc++.h>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <cstring>
#include <chrono>
#include <complex>
#define endl "\n"
#define ll long long int
#define vi vector<int>
#define vll vector<ll>
#define vvi vector < vi >
#define pii pair<int,int>
#define pll pair<long long, long long>
#def... | [
"abhip13th@gmail.com"
] | abhip13th@gmail.com |
8bd3315890b4f08a3b23d99f132acb62becef226 | 25d7fa8d57ff934ce1a9f42dd1fc55c7bcd7010d | /gcj2020_r1b/a.cpp | 60499b714b183cff409ce9c161e6a6fdba7af8bb | [] | no_license | FMota0/yt-content | 22b3e6f0595b348773c6faf1aef9a7c5e27390c4 | 9210dc3cc3974adf43eef7d9df7d0e7bd8b6e3ad | refs/heads/master | 2022-11-25T22:10:31.395335 | 2020-08-07T13:26:39 | 2020-08-07T13:26:39 | 257,675,348 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,518 | cpp | #include <bits/stdc++.h>
using namespace std;
template<typename T = int> vector<T> create(size_t n){ return vector<T>(n); }
template<typename T, typename... Args> auto create(size_t n, Args... args){ return vector<decltype(create<T>(args...))>(n, create<T>(args...)); }
int main(){
ios::sync_with_stdio(false);
cin.tie... | [
"felipe.santos@ccc.ufcg.edu.br"
] | felipe.santos@ccc.ufcg.edu.br |
e94163abd6c66a86135e241fc3190fcc7781b0d4 | 5753afcc204f5bc091768e70616dc641313062df | /tests/pxScene2d/test_utf8.cpp | e9d3650c57c47c8a66f088f1b62534aff5732ef8 | [
"Apache-2.0"
] | permissive | spackianathan/pxCore | 17cbf51cf834a316fd68689c858f435d30f2a854 | 1f3864a5fb7f3dbe108563afe75db87090c88bb2 | refs/heads/master | 2020-03-15T08:53:43.589044 | 2018-04-19T02:15:35 | 2018-04-19T02:15:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,923 | cpp | #include <sstream>
#include <string.h>
#include <unistd.h>
extern "C"
{
#include <utf8.h>
}
#include "test_includes.h" // Needs to be included last
using namespace std;
class UTF8Test : public testing::Test
{
public:
virtual void SetUp()
{
}
virtual void TearDown()
{
}
void lengthTest... | [
"madanagopal123@gmail.com"
] | madanagopal123@gmail.com |
bc9b12c31a635ee55f76d2b2a1ba9cbf6e3e6035 | 535d1b93fbe05923e2defac0f7c218bd64559e0d | /CarmenJuego/Proyecto/Carmen/bin/windows/obj/include/lime/ui/_ScanCode/ScanCode_Impl_.h | c96646baf3a2c533c6e3c1cfd7214422d197a857 | [] | no_license | XxKarikyXx/ProgVJ1 | af9a9f4d7608912e1b2bab9726266b9f4ef5f44d | d26e335379a001cce21d7cd87461d75169391222 | refs/heads/develop | 2020-03-13T12:44:19.172929 | 2018-06-05T17:58:01 | 2018-06-05T17:58:01 | 131,125,411 | 0 | 0 | null | 2018-05-09T05:12:42 | 2018-04-26T08:35:17 | Haxe | UTF-8 | C++ | false | true | 7,488 | h | // Generated by Haxe 3.4.2 (git build master @ 890f8c7)
#ifndef INCLUDED_lime_ui__ScanCode_ScanCode_Impl_
#define INCLUDED_lime_ui__ScanCode_ScanCode_Impl_
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS3(lime,ui,_ScanCode,ScanCode_Impl_)
namespace lime{
namespace ui{
namespace _ScanCode{
class HXCPP_CL... | [
"kariky@hotmail.es"
] | kariky@hotmail.es |
4c75480ce7758462fc99eff7f929067e9f480241 | bb5fd447b839853918f1c9b1d27e81b2e1683bca | /simulate.cpp | e60223ae28d785f45427fca49220fa6ea8f940a0 | [] | no_license | adhaase/adventure-RPG | 013a7b1ab2d429377a78ba0282bf8af1577588d1 | eb19281353838fbd18a6054c4f1863ebd0a79f63 | refs/heads/master | 2021-04-15T04:56:34.652415 | 2018-03-21T20:09:41 | 2018-03-21T20:09:41 | 126,144,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,610 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <sstream>
#include <fstream>
#include <random>
#include <ctime>
#include <chrono>
#include <thread>
#include "item.h"
#include "player.h"
#include "shop.h"
using namespace std;
void palletTownShop(Shop &palletShop, Player &player) {
palletShop.name = ... | [
"adhaase@umich.edu"
] | adhaase@umich.edu |
9a0ac34210bfd04546595f834e9794f560010be8 | 73c8a3179b944b63b2a798542896e4cdf0937b6e | /Codeforces/Divisibility.cpp | 7211c930c2a8d2547c000976532f90ea2c790e00 | [
"Apache-2.0"
] | permissive | aajjbb/contest-files | c151f1ab9b562ca91d2f8f4070cb0aac126a188d | 71de602a798b598b0365c570dd5db539fecf5b8c | refs/heads/master | 2023-07-23T19:34:12.565296 | 2023-07-16T00:57:55 | 2023-07-16T00:57:59 | 52,963,297 | 2 | 4 | null | 2017-08-03T20:12:19 | 2016-03-02T13:05:25 | C++ | UTF-8 | C++ | false | false | 2,500 | cpp | #include <bits/stdc++.h>
template<typename T> T gcd(T a, T b) {
if(!b) return a;
return gcd(b, a % b);
}
template<typename T> T lcm(T a, T b) {
return a * b / gcd(a, b);
}
template<typename T> void chmin(T& a, T b) { a = (a > b) ? b : a; }
template<typename T> void chmax(T& a, T b) { a = (a < b) ? b : a; ... | [
"jefersonlsiq@gmail.com"
] | jefersonlsiq@gmail.com |
c7e1c5b871bef007ec63eb8056e13ada5472e65e | c9cf0586ace11aa32fa67606d237a130a06364ee | /circular-cylinder-2-20/w_20/59.5/uniform/functionObjects/functionObjectProperties | 1f4a1c487d53f84e20a9f1b5f01c2039c1f7fbed | [] | no_license | jezvonek/CFD-Final-Project | c74cfa21f22545c27d97d85cf30eb6dc8c824dc1 | 7c9a7fb032d74f20888effa0a0b75b212bf899f4 | refs/heads/master | 2022-07-05T14:43:52.967657 | 2020-05-14T03:40:56 | 2020-05-14T03:40:56 | 262,370,756 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 898 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"jezvonek@gmail.com"
] | jezvonek@gmail.com | |
1a20a252f714c8b7dd79de895add8f06aff5e072 | 8beb7475ed7cb569596ad51bb0eede836a1fffa1 | /aig.hpp | 422b9ad8f51c33acb2c676de88aa1dc5cea87c10 | [] | no_license | zkaiwen/AIG | 525e7347e9e97f5e8e962e0069a01d7e85f2464e | 4966401989fb1b8a0f2fbb80bf22cd8dc7e62e87 | refs/heads/master | 2021-01-10T18:07:30.552466 | 2013-08-12T23:54:59 | 2013-08-12T23:54:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,210 | hpp | /*@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@
@
@ aig.hpp
@
@ @AUTHOR:Kevin Zeng
@ Copyright 2012 – 2013 Virginia Polytechnic Institute and State University
@
@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@*/
#ifndef AIG_GUARD
#define AIG_GUARD
#include <stdlib.h>
#... | [
"zkaiwen@gmail.com"
] | zkaiwen@gmail.com |
c74884a7dbdad06327122af8856095d0e2beca1a | 53ff492d492948bf6815c28789bd5dd0bb3f55f3 | /Lab2/Projeto/ProjectFiles/thread.cpp | 9d4fedf18274621978c64705f2d4b38346c3d1f0 | [
"MIT"
] | permissive | MatheusBigarelli/sistemas-embarcados | 3e2321dafdfab4fb5f12ddf5fd803164a15d459b | 6a11e604d613fec762a25d1145f208ae268390ba | refs/heads/master | 2020-07-04T09:26:17.842367 | 2019-12-07T17:55:18 | 2019-12-07T17:55:18 | 202,238,870 | 0 | 0 | null | 2019-11-08T01:18:00 | 2019-08-13T23:40:54 | C | UTF-8 | C++ | false | false | 995 | cpp | #include "thread.h"
#include "primes.h"
#include "messages.h"
#include "gpio.h"
#include "uart.h"
int current_iteration = 0;
uint16_t key;
bool key_ready = false;
bool decode_ready = false;
bool testOK = false;
uint8_t message[MESSAGE_LENGTH] = {};
void initThreads(void)
{
osThreadCreate(osThread(getKeyThread), NUL... | [
"victorbelinello17@gmail.com"
] | victorbelinello17@gmail.com |
920c236b143c1804d94fa38c61fee7c00b503487 | dd1e3221c0b9378457ef54a409788b42b8df66ea | /Include/ViewPerspectiveHighlight.h | ac01fe74996d17a953979865a614c45a593190b9 | [
"MIT"
] | permissive | FTD2012/Hieroglyph3 | b1b83bea2c7b8e08c2916d2b9006ae77264bfcc4 | 10adfe1639747ecb6aa0bb5a4d2618383758d361 | refs/heads/master | 2022-11-02T07:28:00.660292 | 2020-06-19T12:41:56 | 2020-06-19T12:41:56 | 273,384,411 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,831 | h | //--------------------------------------------------------------------------------
// This file is a portion of the Hieroglyph 3 Rendering Engine. It is distributed
// under the MIT License, available in the root of this distribution and
// at the following URL:
//
// http://www.opensource.org/licenses/mit-license.ph... | [
"invokerleve@gmail.com"
] | invokerleve@gmail.com |
c40b5c1b921f662e52e5f7d05e2d6ea17a54f470 | 9fad4848e43f4487730185e4f50e05a044f865ab | /src/remoting/protocol/message_reader.cc | fb3400159d98dcc161c04f3d0eb89ed2e40f7606 | [
"BSD-3-Clause"
] | permissive | dummas2008/chromium | d1b30da64f0630823cb97f58ec82825998dbb93e | 82d2e84ce3ed8a00dc26c948219192c3229dfdaa | refs/heads/master | 2020-12-31T07:18:45.026190 | 2016-04-14T03:17:45 | 2016-04-14T03:17:45 | 56,194,439 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,489 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "remoting/protocol/message_reader.h"
#include <utility>
#include "base/bind.h"
#include "base/callback.h"
#include "base/compiler_specific.... | [
"dummas@163.com"
] | dummas@163.com |
e0f17c3622e3a4d8e7650e87fe2e532c0056523f | 802853a94d217b7937237b7fedebd29c71c7ac51 | /Bs2KstKst/main/Bs2KstKst_PIDBDTTraining.cpp | 36200e74928007a8ac3aaf2bf4eeb7265dd527a9 | [] | no_license | BlaiseDelaney/LHCbAnalysis | 7a019f979366eba7f58bc5fe3061405b0a977e82 | 8ee07d622e7df782b33f7f4ba68df5dd2aff784d | refs/heads/master | 2021-04-06T00:42:31.343354 | 2018-03-13T13:50:45 | 2018-03-13T13:50:45 | 124,939,078 | 0 | 0 | null | 2018-03-12T19:16:59 | 2018-03-12T19:16:59 | null | UTF-8 | C++ | false | false | 708 | cpp | #include "Utils.h"
#include "RunEngine.h"
#include "Variables_Analysis.h"
#include "BDTForPID.h"
using namespace std;
using namespace Utils;
int main(int argc, char **argv) {
// create run engine
RunEngine runner("RunEngine", argc, argv);
// create the variables
Bs2KstKst::Variables_Analysis *v = new Bs2Ks... | [
"matthew.william.kenzie@cern.ch"
] | matthew.william.kenzie@cern.ch |
b8fc96ee3c9ae8f30eeb067994d424438c6566b5 | dd6162081ec0ee0f8a9b63ec45669f202f8520dc | /src/duke/gl/Program.hpp | 6d43714d863182c72280dbc72fb0dc64b27e7e49 | [
"MIT"
] | permissive | virneo/duke | 60364c8a548c6792030e70167c97360f17ee9b9c | efacf7139cd1d7c2cd2f5127079721bd263dda50 | refs/heads/develop | 2021-01-17T10:37:25.533907 | 2014-11-12T14:50:39 | 2014-11-12T14:50:39 | 45,284,061 | 1 | 0 | null | 2015-10-31T01:12:54 | 2015-10-31T01:12:54 | null | UTF-8 | C++ | false | false | 1,640 | hpp | #pragma once
#include "duke/gl/Shader.hpp"
#include <map>
namespace duke {
struct Program : public noncopyable {
Program(const SharedVertexShader& vertexShader, const SharedFragmentShader& fragmentShader);
~Program();
void use() const;
GLint getUniformLocation(const char* pUniformName) const;
void glUnif... | [
"chatelet.guillaume@gmail.com"
] | chatelet.guillaume@gmail.com |
37dd63086dc821c898fc88d427185202c9ef28d0 | ee07ddcba41df8866b838d2749eb2c75bac76dca | /tests/simplest_web_wiznet/simplest_web_wiznet.ino | 84100d96ac3adc9e73dd7a3b9d4696d33e71809a | [] | no_license | ioanvapi/arduino-sms-service | 6f2e678c178998a75f5270b8cdb124f993e3e432 | 4459a89b6625ced4eaedd9af0800f7c9a8221cfc | refs/heads/master | 2021-01-02T09:02:31.150839 | 2014-06-06T10:53:43 | 2014-06-06T10:53:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,454 | ino | /*
Built on Arduino Nano + Wiznet W5100 Ethernet shield and Ethernet library.
Tested in a browser and a POSTMAN chrome plugin
End of line = '13 10' = '\r \n'
End of request = empty line = '13 10' = '\r \n'
Note: It works with both GET and POST requests.
*/
#include <SPI.h>
#include <Ethernet.h>
byte mac[]... | [
"vapirovschi@synygy.com"
] | vapirovschi@synygy.com |
480f0c2683585d8205711bfc067a74ad1c13973c | 3907c73f0ed89978de37c1e3df13268e5464156f | /serialgrbl.h | b14ef7681f21f32d34091408fc674d0c0a1b02dc | [] | no_license | angelscutipa/OASIS-Publico | 4178fd195f5eca4e18a53484f4786bd2b6294f23 | 798972a3c3f25893a15745c0cbd5f1b2e8fdb2ae | refs/heads/main | 2023-03-14T02:10:15.737747 | 2021-03-07T03:21:08 | 2021-03-07T03:21:08 | 345,248,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,147 | h | #ifndef SERIALGRBL_H
#define SERIALGRBL_H
#include <iostream>
#include <QtSerialPort/QSerialPort>
#include <vector>
#include <serialhp45.h>
using namespace std;
class SerialGRBL
{
public:
// Definir el serial;
// definir baudarte del serial
// definir timeout del serial.
serial ser;
... | [
"noreply@github.com"
] | angelscutipa.noreply@github.com |
3511eeb54a3cc16ff287121d4a2ce74496b37387 | bb85dc81b94a1ec329399f011a04857102641ff7 | /1.cpp | 8386c26892a700d6e2778a1727cdd8fd1edc83a0 | [] | no_license | akahana-1/JOI2012-2013p | 86cc036e86b244fc5d2acacd38b266583361490c | e5522f5075815fe4087ab14fb43b6d07d2c53645 | refs/heads/master | 2021-01-02T22:51:41.703603 | 2013-01-09T19:27:40 | 2013-01-09T19:27:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 347 | cpp | #include <iostream>
#include <cmath>
using namespace std;
int main(){
int n,ta,tb;
double a,b,c,d;
cin >> n;
cin >> a >> b >> c >> d;
a /= c;
b /= d;
ta = (int)(ceil(a));
tb = (int)(ceil(b));
if(ta > tb){
cout << n - ta << endl;
}
else {
cout << n - tb << en... | [
"akahana@akahana-PC.(none)"
] | akahana@akahana-PC.(none) |
584abc0c91d92ac1e606d85ff60caf750b6c5df7 | cb38f5da8916a8c8192fd0d7729652f02417ede7 | /BeagleBone_Blue_catkin_ws/src/navigation/src/prototype_mission_4_1.cpp | e0c1105d8daeb4b7e2a92d900a4f2826313cf412 | [
"MIT"
] | permissive | raymondturrisi/MiniMAUV-software | fe42057687e4fc42436309bd7cc5f0d729f3d638 | 442c3238e3ca441a5fb9544da4163ef2afbaafda | refs/heads/main | 2023-04-23T22:19:44.685960 | 2021-05-12T14:42:14 | 2021-05-12T14:42:14 | 306,679,229 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,383 | cpp |
/*
* @file prototype_mission_4_1.cpp
* @Node name: prototype_mission_4_1
* @Publishing to:
* All
* @Subscribing to:
* none
*
* @description
* Prototype mission 4_1 with open loop controls
* 1) Get into horizontal cruising configuration
* 2) Test 2 PWMs for 10 seconds each [1510, 1520]
*
* @author | initials
* Ra... | [
"raymond.turrisi@gmail.com"
] | raymond.turrisi@gmail.com |
b13de398af01c9d4f6fa5b358fd5a3e08267f8c7 | b029b01a30c0c42f922f9eddeb5ff3f27c2b8984 | /chrome/browser/prerender/prerender_test_utils.h | 741d93f6a6e15531e228165dc03bad8cf607decc | [
"BSD-3-Clause"
] | permissive | Schlam/chromium-white-flash-fix | 856fa057b44607cdb9835037a36fedc1fa234412 | d80242b605bbf316d9908bc5fbe485ffeb51a748 | refs/heads/master | 2023-02-20T17:35:51.551838 | 2016-11-19T03:36:37 | 2016-11-19T03:39:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,616 | h | // Copyright (c) 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.
#ifndef CHROME_BROWSER_PRERENDER_PRERENDER_TEST_UTILS_H_
#define CHROME_BROWSER_PRERENDER_PRERENDER_TEST_UTILS_H_
#include <deque>
#include <function... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b051f7590ffc3816de97ab40aab15261aaec2757 | 2d5957d3f96d068c74c266a2651eb61159ffed9f | /Project1/Camera.cpp | 8aea93992a91e99f5a45ab74e13c3dfb32802568 | [] | no_license | ceski23/GL_MICROCAR | 1564716027e62b3e8646ffc76ce88f476f85022f | acfb1ecf98182088c8ecc879b32bc82d5f95fbf2 | refs/heads/master | 2020-06-02T13:27:22.260357 | 2019-06-23T14:11:20 | 2019-06-23T14:11:20 | 191,169,350 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 1,672 | cpp | #include "Camera.h"
Camera::Camera(glm::vec3 startPos, glm::vec3 upperStartVector, GLfloat startYaw, GLfloat startPitch, GLfloat speed, GLfloat rotation)
{
position = startPos;
worldUpperVector = upperStartVector;
yaw = startYaw;
pitch = startPitch;
direction = glm::vec3(0.0f, 0.0f, -1.0f);
cameraSpeed = speed;
... | [
"ceski23@gmail.com"
] | ceski23@gmail.com |
7a15e70c74eaaa9cc36effe9a65cbc57bdca3251 | dc6c4086a298b1fec186ba81814e535e18381042 | /Template/src/collisions.hpp | 6dd397bb08f372312ce142ef4b917e8e85b39538 | [] | no_license | Loona22/Colored_Memories | 6ec3a18f571328cd1cbc2c2bdcc5f18f656f9513 | 3cde28803c4aca78a5b88d4df8ab17f5898d5efd | refs/heads/master | 2023-02-07T21:50:05.305005 | 2021-01-03T21:07:12 | 2021-01-03T21:07:12 | 326,487,626 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 564 | hpp | #ifndef COLLISIONS_HPP
#define COLLISIONS_HPP
#include <glimac/SDLWindowManager.hpp>
#include <GL/glew.h>
#include <iostream>
#include <SDL/SDL.h>
#include <glimac/glm.hpp>
#include "glimac/FreeflyCamera.hpp"
#include <glimac/Program.hpp>
#include "tresor.hpp"
using namespace glimac;
//gestion des collisions
// cub... | [
"loona.upem@gmail.com"
] | loona.upem@gmail.com |
a861915426b9c355fe9254704debb2b87b798686 | 156ae94769a8b0644feb40d73cc4ac0cdc604a36 | /fhe/shield_spark/PALISADE/src/core/unittest/UnitTestEncoding.cpp | 531d7116a96f2c57fb5b255d57d9ba1112d8a4f9 | [
"BSD-2-Clause"
] | permissive | marcelmon/react-fhe | 42ecc2e2efb26e5cd64dd6cc865d63b07ead47f8 | f6e388785eb608eecce55641b57c2b102724ddd7 | refs/heads/master | 2020-03-21T03:13:08.271195 | 2018-09-17T21:35:52 | 2018-09-17T21:35:52 | 138,042,108 | 0 | 0 | null | 2018-08-08T04:39:58 | 2018-06-20T14:13:13 | C++ | UTF-8 | C++ | false | false | 6,410 | cpp | /*
* @file
* @author TPOC: palisade@njit.edu
*
* @copyright Copyright (c) 2017, New Jersey Institute of Technology (NJIT)
* 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. Redistribution... | [
"marcel@crowdbabble.com"
] | marcel@crowdbabble.com |
b3b3c78ae4790a1c1c98dfe1be849f7818aa41a2 | 784f176c759a464f9792fa9edacc4ac63634e24e | /src/libtsduck/base/tsSysUtils.cpp | 27d0901bb0c8db0c01cc746c8b14de8002fcc347 | [
"BSD-2-Clause"
] | permissive | ajithdesilva/tsduck | efe6475d9351a19dc12a5f9bb0503d9257507d8f | 8dfb98034c7a5d86af52cbce0b6efd50123659b7 | refs/heads/master | 2023-04-29T01:31:16.919758 | 2021-05-09T18:09:02 | 2021-05-09T18:09:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,504 | cpp | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2021, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that ... | [
"thierry@lelegard.fr"
] | thierry@lelegard.fr |
99532150b4454c47a2519d285ab4639b586cdd42 | 165bed04e37b33136ca693272e4b86f125840d09 | /5658.cpp | a47eb31a10f03d55e30e41fc80d2b0358703fa4a | [] | no_license | kyu0901/SWExpertAcademy | bb9e22b0317039cb5cb0084baf2f4493929b290e | 493e3b4b3c99f51dca544e1d35e2911d7e3da5e3 | refs/heads/master | 2020-05-04T17:06:26.470776 | 2019-04-05T11:43:14 | 2019-04-05T11:43:14 | 179,295,583 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,817 | cpp | //43개 맞음
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
vector<char> v[4];
vector<long long> ans;
int N , K;
long long res;
void To_Ten()
{
int cnt = N / 4;
int a, k;
for (int i = 0; i < 4; i++) {
k = 0;
for (int j = 0; j < cnt; j++) {
if (v[i][j] >= ... | [
"noreply@github.com"
] | kyu0901.noreply@github.com |
5259c6c15f1c9d57553be8c9535cb1e6c5e7a2f1 | cf4659eacbd05ca334c5cd14b3e01d3128c74914 | /src/Native/LdaNative/utils.hpp | 7b71ec67da5881ec36aa9c46c593caa26a552c09 | [
"MIT"
] | permissive | dotnet/machinelearning | 86ae73e4ff43408307244681b8a78d287d7fb83b | d6927515d8014442d35ee22817ec7c40b9e7eec7 | refs/heads/main | 2023-09-03T19:56:28.278537 | 2023-09-02T04:06:55 | 2023-09-02T04:06:55 | 132,021,166 | 8,927 | 2,191 | MIT | 2023-09-13T17:12:31 | 2018-05-03T16:20:42 | C# | UTF-8 | C++ | false | false | 1,072 | hpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#pragma once
#define NOMINMAX
#include <condition_variable>
#include <deque>
#include <atomic>
#include <mutex>
#i... | [
"shauheen@users.noreply.github.com"
] | shauheen@users.noreply.github.com |
19398f31d7e41d067532393ca851a1842437a5a6 | a96c3be032187b3e23a47f1e893797616fb80a14 | /Source/Encounters/Private/AI/BTTask_Guard.cpp | 55bc66704397f1956b5d669001e0cb679b76088b | [] | no_license | lldvvbll/Encounters | 0c7d9c90b5bbfc761038e1eea5ed0db10d760bfb | febbf3ab1f12bbee23877e3cdf6991fcd516d5f8 | refs/heads/main | 2023-04-13T06:16:50.603147 | 2021-04-11T14:19:47 | 2021-04-11T14:19:47 | 322,254,098 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 530 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "AI/BTTask_Guard.h"
#include "EncAIController.h"
#include "Character/NpcCharacter.h"
EBTNodeResult::Type UBTTask_Guard::ExecuteTask(UBehaviorTreeComponent& OwnerComp, uint8* NodeMemory)
{
EBTNodeResult::Type Result = Super::Exe... | [
"lldvvbll@nate.com"
] | lldvvbll@nate.com |
051fb7a89077acfce9b348f22b8b4e293ba6ee6c | 445caadc5c727df4b16a0b7bfbb713d408012bd2 | /code/machine/interrupt.cc | 4c1f593da5a12a47155d153e8a433b45cdadb103 | [] | no_license | jamespeace/nachos | 37506227f78cf0b0fe0ed1f4c11e711bfa8f6cf3 | 5a740473a88f0865aab9af8b28ce0ab29612346a | refs/heads/master | 2020-06-02T07:54:34.388450 | 2019-06-19T14:01:23 | 2019-06-19T14:01:23 | 191,089,503 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,609 | cc | // interrupt.cc
// Routines to simulate hardware interrupts.
//
// The hardware provides a routine (SetLevel) to enable or disable
// interrupts.
//
// In order to emulate the hardware, we need to keep track of all
// interrupts the hardware devices would cause, and when they
// are supposed to occur.
//
// This mod... | [
"james.happylove@gmail.com"
] | james.happylove@gmail.com |
1338ce97ba512d277f23cb5b5f42a916af00117b | eba2fadea4972b682edce710300ea280a210eee2 | /leetcode/c++/1110.DeleteNodesAndReturnForest.cc | bcbd61b9cce2a3beff7c09a7e6a8905b38e15315 | [] | no_license | seesealonely/leetcode | 33b876968f08a0ddd00adc714d03ad6e4c0bfae9 | 1a371f3ad438bb70bf7a685843097535f5fc1c5d | refs/heads/master | 2023-08-30T21:22:07.456531 | 2023-08-30T20:15:49 | 2023-08-30T20:15:49 | 87,525,147 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 814 | cc | /*
Given the root of a binary tree, each node in the tree has a distinct value.
After deleting all nodes with a value in to_delete, we are left with a forest (a disjoint union of trees).
Return the roots of the trees in the remaining forest. You may return the result in any order.
Example 1:
Input: root = [1,2,3,... | [
"seesealonely@gmail.com"
] | seesealonely@gmail.com |
a61671589ff0838b6851ae6bacfaaa7929370ac3 | 53a430e12ef6f7565bca8fa1d0b944b9b734a6f0 | /ex08/tree.cpp | 85e1a54f222e603a5270b51e23cd0ef4cad048f0 | [] | no_license | fmi-lab/fmi-lab-sdp-2019-kn-group2-sem | 226a68f839b51c4d2ee945ea0f8f3fad7eef9a8f | 978a806ce270a4ae07e9d3a7502d3cb11abddc15 | refs/heads/master | 2020-08-06T00:05:13.672204 | 2020-01-24T10:29:26 | 2020-01-24T10:29:26 | 212,764,777 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,084 | cpp | #include <iostream>
using namespace std;
template <class T>
struct node {
T data;
node<T> * left;
node<T> * right;
};
node<int>* createTree(
int data,
node<int>* left = NULL,
node<int>* right = NULL) {
node<int>* root = new node<int>;
root->data = data;
root->left = left;
root->right = right;
return ro... | [
"stef.vartolomeev@gmail.com"
] | stef.vartolomeev@gmail.com |
703dabe3b3940a6d10a423a765845796cba5e362 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/run-scripts/tmp_1/ISA2+po+ctrlisb+dmb.sy.c.cbmc.cpp | 18b726f6293a03add68fe139a319d6569f4e27b7 | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C++ | false | false | 43,422 | cpp | // 0:vars:3
// 7:thr1:1
// 8:thr2:1
// 3:atom_1_X0_1:1
// 4:atom_2_X0_1:1
// 5:atom_2_X2_0:1
// 6:thr0:1
#define ADDRSIZE 9
#define NPROC 4
#define NCONTEXT 1
#define ASSUME(stmt) __CPROVER_assume(stmt)
#define ASSERT(stmt) __CPROVER_assert(stmt, "error")
#define max(a,b) (a>b?a:b)
char __get_rng();
char get_rng( ch... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
9eb3626a5c8114d970d313661b2eadfaae4f60ed | e020c8080f09a1a174a8a8841eab3ddb2b720b75 | /MyStudy/02_WinAPI/DeadParticle.cpp | cde5078db417b8039882de107403755aba5a1128 | [] | no_license | eazuooz/WindowsAPI_Portfolio | c19bcf912d5ff2fb55955b7ba390c036326e41d3 | f9e6e3645a1a59e62c7522a0f45fa97c76e1c3e9 | refs/heads/master | 2023-07-02T16:13:15.996565 | 2021-07-27T03:22:13 | 2021-07-27T03:22:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 937 | cpp | #include "stdafx.h"
#include "DeadParticle.h"
#include "AniRender.h"
#include <JTIME.h>
#include <Well512.h>
#define m_PI 3.141592
DeadParticle::DeadParticle() : deathTime( 5.0f)
{
Well512Random::Init();
dPos = {Well512Random::GetFloatValue(-1.00f, 1.00f), Well512Random::GetFloatValue(-1.00f, 1.00f... | [
"46310910+MYOMYO3@users.noreply.github.com"
] | 46310910+MYOMYO3@users.noreply.github.com |
160b9de6262f7ff863e6a4f18a37bba185f2612e | 229f25ccda6d721f31c6d4de27a7bb85dcc0f929 | /solutions/RPC/05-2019/B.cpp | 70c3102697876f211658fb887f5a584033a518fe | [] | no_license | camil0palacios/Competitive-programming | e743378a8791a66c90ffaae29b4fd4cfb58fff59 | 4211fa61e516cb986b3404d87409ad1a49f78132 | refs/heads/master | 2022-11-01T20:35:21.541132 | 2022-10-27T03:13:42 | 2022-10-27T03:13:42 | 155,419,333 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,258 | cpp | #include <bits/stdc++.h>
using namespace std;
const int NM = 1e3 + 5;
char g[NM][NM];
bool done[NM][NM];
int h, n, m;
int dx_p[6] = {-1,-1, 0,0,1,1};
int dy_p[6] = { 0, 1,-1,1,0,1};
int dx[6] = {-1,-1, 0,0, 1,1};
int dy[6] = {-1, 0,-1,1,-1,0};
void dfs(int x, int y, int & cnt){
done[x][y] = 1;
cnt++;
f... | [
"camilopalacios772@gmail.com"
] | camilopalacios772@gmail.com |
4990dbf5e1cdb0ae0ecd95bfc153cbd2c8af98e5 | 736dadbdbdcf1ee31ead243f793f229657f281bd | /RTCP/RTP/RtpConnect.cpp | f6b322e2bc395effc61e0c66eec2d07b18528e58 | [] | no_license | demon060/IPC | 3608dd590b8acde4b7f8f7bfa5c03b42dcd54b07 | 16be58dcfbec348b6844d959ae00034f4eccb699 | refs/heads/master | 2020-07-27T13:38:54.214149 | 2019-02-12T09:08:39 | 2019-02-12T09:08:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,769 | cpp | #include "RtpConnect.h"
#include <chrono>
RtpConnect::RtpConnect(int port)
{
sockfd = socket(AF_INET, SOCK_DGRAM, 0);
struct sockaddr_in addr = {0};
addr.sin_family = AF_INET;
addr.sin_addr.s_addr = inet_addr("0.0.0.0");
addr.sin_port = htons(port);
if(bind(sockfd, (struct sockaddr*)&a... | [
"992802269@qq.com"
] | 992802269@qq.com |
d6937be260088ba40e2e46ae6cfe3b1ff4d41f39 | a734f2ab729e2f36d4f5b3a7617dd3eaf5199c01 | /Leetcode/LinkedList/445_Add_two_numbers_2.cpp | d4215bd6e831756f1b01fb3cac097c402010e876 | [] | no_license | shash04/General_Coding | 54b889d919b1de7d152a9e585ff604ed8c6a3b2b | 7d12479db221c4324e6254b88869997ce110866f | refs/heads/master | 2021-01-13T10:39:10.832265 | 2020-12-14T04:52:00 | 2020-12-14T04:52:00 | 69,840,301 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,585 | cpp | // You are given two non-empty linked lists representing two non-negative integers.
// The most significant digit comes first and each of their nodes contain a single digit.
// Add the two numbers and return it as a linked list.
// You may assume the two numbers do not contain any leading zero, except the number 0... | [
"noreply@github.com"
] | shash04.noreply@github.com |
36097b2812f67e4dfe80fc726ead8f8b73f6bcae | 1391042fa29e096d42ee5a9488d6385ae2fcbffe | /bin/linux64/cpp/obj/src/zpp_nape/dynamics/ZPP_IContact.cpp | e54ff247817f562097435855611a621cbbaaa246 | [] | no_license | TomBebbington/brains | 8820de236a879c2199147906bf1d390cf44de6cc | c69b51e261fcbe3c1b7bea84568a92424da6a0aa | refs/heads/master | 2021-01-10T18:33:08.105130 | 2013-08-25T23:20:45 | 2013-08-25T23:20:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,584 | cpp | #include <hxcpp.h>
#ifndef INCLUDED_zpp_nape_dynamics_ZPP_IContact
#include <zpp_nape/dynamics/ZPP_IContact.h>
#endif
namespace zpp_nape{
namespace dynamics{
Void ZPP_IContact_obj::__construct()
{
HX_STACK_FRAME("ZPP_IContact","new","ZPP_IContact.new","zpp_nape/dynamics/Contact.hx",625)
{
HX_STACK_LINE(655)
this->l... | [
"tophattedcoder@gmail.com"
] | tophattedcoder@gmail.com |
9a89daa1224df9ba3d1b39887094c826f38182a7 | 4bf4d0d02cdddc354de34062df2d27182e1053d1 | /Codeforces/1384A.cpp | f1ccb5c73bb42ef222107180d86c6b537b3b9155 | [
"MIT"
] | permissive | DT3264/ProgrammingContestsSolutions | d61fbac7145d82b3262c41a880ac89a1a813f231 | e94f344602b22d84751b1e0503bb6fbe389dcf77 | refs/heads/master | 2022-02-23T02:37:43.144589 | 2022-02-06T21:47:53 | 2022-02-06T21:47:53 | 160,301,185 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,234 | cpp |
// Problem : A. Common Prefixes
// Contest : Codeforces - Codeforces Round #659 (Div. 2)
// URL : https://codeforces.com/contest/1384/problem/0
// Memory Limit : 256 MB
// Time Limit : 1000 ms
// Powered by CP Editor (https://github.com/cpeditor/cpeditor)
#include<bits/stdc++.h>
#define f first
#define s second
#defi... | [
"cernadaniel32@gmail.com"
] | cernadaniel32@gmail.com |
08a1891a0175e736a4064b9003eb1e27ef9ea85f | b81d88e418b72ce70d7350739b76bdc48f8ef468 | /tesseract_python/swig/tesseract_environment_python_std_functions.h | 5a172cad82df469000e18bf9f2ecc90645e58ecf | [
"BSD-3-Clause",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | marip8/tesseract_python | e7605ee9b8879c12be14f215d68b88961fa0cfe8 | 0466e23dc6dbb404deae9b27b38d4cb8768d52fd | refs/heads/master | 2023-02-12T04:14:31.733733 | 2021-01-11T03:05:45 | 2021-01-11T06:39:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,124 | h | /**
* @file tesseract_environment_python_std_functions.h
* @brief Callback directors for tesseract_python module
*
* @author John Wason
* @date December 18, 2020
* @version TODO
* @bug No known bugs
*
* @copyright Copyright (c) 2020, Wason Technology, LLC
*
* @par License
* Software License Agreement (Apach... | [
"levi.armstrong@gmail.com"
] | levi.armstrong@gmail.com |
0c676c6b92957e22745b21071c641578a84cb990 | 90d62b5fc8bb764c7238e7db99da3459fa8be4ef | /Project_Prototype/src/examples/player_demo.cpp | 678eb9225714d4601919937133870268d9d1e0d9 | [
"MIT"
] | permissive | markoczy/2DGameSDK | 1d57c6a2f77e91f73a4d47cb7ca42f21339d2795 | 53da378d604ace1d931dfe6ec336241045675667 | refs/heads/master | 2022-03-29T05:17:41.618959 | 2020-01-16T18:26:01 | 2020-01-16T18:26:01 | 177,466,808 | 4 | 0 | MIT | 2019-12-19T18:05:22 | 2019-03-24T20:40:44 | C++ | UTF-8 | C++ | false | false | 3,187 | cpp | #include <examples.h>
using namespace std;
using namespace game;
// Type of player entity
const int _PLAYER_TYPE = 200;
/**
* @brief Test Entity: Movement Controllable by given observables
*/
class PlayerEntity : public SpriteKinematicEntity {
public:
PlayerEntity(Game* game,
sf::Tex... | [
"a.markoczy@gmail.com"
] | a.markoczy@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.