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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5d7726d1d0d095e2bbe26542f5ace9e431edf306 | 37595d73bf49cb8b68a843245b760834e518a166 | /FileDescriptor.cpp | c6827843b663c0934761281d2bd4a2a0149a9987 | [] | no_license | 64Teenage/FileDescriptor | e94d17554ba28513f2739a8a2bb605d3cd2f9e34 | eac256066d08b1f358b17d41a3791b044576a1e2 | refs/heads/master | 2023-01-07T11:49:48.410164 | 2020-11-13T07:10:03 | 2020-11-13T07:10:03 | 311,963,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,812 | cpp | #include <regex>
#include <fstream>
#include <iostream>
#include "FileDescriptor.h"
#include "ThreadPool.h"
#include "HandlerThread.h"
std::regex FilePattern::Open_Whole("^([0-9]*) *([^<]*) .*openat.* *= *(-*[0-9]*).*");
std::regex FilePattern::Open_Resume("^([0-9]*) *([^<]*) .*openat.*resumed> .*= *(-*[0-9]*)");
s... | [
"hqhwhuer@outlook.com"
] | hqhwhuer@outlook.com |
b1effe38ca8de40d1610238333033facb39673a2 | c10be2d679e96ce416acdaaafd7647730d8f4dba | /chapter12/5/Проект1/Проект1/queue.h | f50006ed4b6da73d4289b1791f9a42a286ea22fe | [] | no_license | DMyhai/Tasks | 7111bddfffd359cc47f3bd97b201dd0ae10e210f | 90f20b958528003c5c455f87d3ba281bc391c353 | refs/heads/master | 2016-08-07T23:29:26.836811 | 2014-02-25T13:35:22 | 2014-02-25T13:35:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,259 | h | // queue.h -- interface for a queue
#ifndef QUEUE_H_
#define QUEUE_H_
// This queue will contain Customer items
class Customer
{
private:
long arrive; // arrival time for customer
int processtime; // processing time for customer
public:
Customer() : arrive(0), processtime(0){}
void set(long when);
long w... | [
"dmytro.mykhailishen@globallogic.com"
] | dmytro.mykhailishen@globallogic.com |
4d3bc1b622ad81ee8466485da3a4db93641fb781 | 868e8628acaa0bf276134f9cc3ced379679eab10 | /firstCrude2D/we123/h10_refined2/0.168/p_rgh | ec30a068ef27e51ce59b516202fa57592b0266ca | [] | no_license | stigmn/droplet | 921af6851f88c0acf8b1cd84f5e2903f1d0cb87a | 1649ceb0a9ce5abb243fb77569211558c2f0dc96 | refs/heads/master | 2020-04-04T20:08:37.912624 | 2015-11-25T11:20:32 | 2015-11-25T11:20:32 | 45,102,907 | 0 | 0 | null | 2015-10-28T09:46:30 | 2015-10-28T09:46:29 | null | UTF-8 | C++ | false | false | 523,855 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"stig.m.nilsen@gmail.com"
] | stig.m.nilsen@gmail.com | |
d587c016ce4e0cc955f23c59cc0798db7a61157d | 3841f7991232e02c850b7e2ff6e02712e9128b17 | /小浪底泥沙三维/EV_Xld/jni/src/EV_Spatial3DEngine_Java/wrapper/texturecompositor_wrapperjava.cpp | f013bc95c5f8eac4e6a3d76438bff366a3148423 | [] | no_license | 15831944/BeijingEVProjects | 62bf734f1cb0a8be6fed42cf6b207f9dbdf99e71 | 3b5fa4c4889557008529958fc7cb51927259f66e | refs/heads/master | 2021-07-22T14:12:15.106616 | 2017-10-15T11:33:06 | 2017-10-15T11:33:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,250 | cpp | /* This file is produced by the JNI AutoWrapper Utility
Copyright (c) 2012 by EarthView Image Inc */
#include "spatial3dengine/texturecompositor.h"
#include <jni.h>
#include "core_java/global_reference.h"
#include "core_java/jni_load.h"
#include <typeinfo>
namespace EarthView
{
namespace World
{
namespace Spatial... | [
"yanguanqi@aliyun.com"
] | yanguanqi@aliyun.com |
18be5769eb8bd14410d6b1b7cbb724622ecab68c | 61f89443adcc81d28643ef5d6bebf29acb4e5dcb | /Binary_Search_Tree/BSTNode.h | c8576abcf56e8724a9099d1220ed12677c52e40b | [] | no_license | ParkJun-Yeong/Binary_Search_Tree | afa1c131e0f4599430b254e4126394021871a2a6 | 8525f6e6d31f073481fdac0765903211ecd5f20d | refs/heads/main | 2023-01-16T01:08:51.949517 | 2020-11-21T04:08:42 | 2020-11-21T04:08:42 | 314,613,438 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 157 | h | #pragma once
class BST;
class BSTNode
{
private:
BSTNode* leftchild;
BSTNode* rightchild;
int data;
friend BST;
public:
BSTNode(int);
~BSTNode();
};
| [
"71695015+ParkJun-Yeong@users.noreply.github.com"
] | 71695015+ParkJun-Yeong@users.noreply.github.com |
59cb0eeafec65c0d69162c2bdbd4080566139073 | 51dddcedfbc88d417908b9d129a4f59ac7a0efa8 | /src/cpu/operators/CpuScale.cpp | 27da238c166fa5370ba578e80cd5776165b69e87 | [
"MIT",
"LicenseRef-scancode-dco-1.1"
] | permissive | wangqiang1588/ComputeLibrary | ef0eae0a44deca1699956061bd4a8b0c7ccfec36 | 8f587de9214dbc3aee4ff4eeb2ede66747769b19 | refs/heads/master | 2023-03-04T10:35:49.976221 | 2022-02-26T12:23:41 | 2022-02-26T12:23:41 | 159,774,000 | 0 | 0 | MIT | 2018-11-30T05:39:05 | 2018-11-30T05:39:05 | null | UTF-8 | C++ | false | false | 11,803 | cpp | /*
* Copyright (c) 2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights ... | [
"bsgcomp@arm.com"
] | bsgcomp@arm.com |
838914d527208e23da657d8e8e91f25b7cf01aad | 47fbeb86875c519529ea0a9f858e3ed2fd62109e | /src/core/base64.cc | 159f5bad910e5f0efa81d961e8cc74e82097549c | [
"MIT"
] | permissive | czjone/XSE.Frameworks | 00d292b251d4bafbebec9ded5762f8fafe72e1be | d33fc3b6fc20f618f44aace73cef730f2cd57a23 | refs/heads/master | 2021-04-27T14:04:02.827588 | 2018-03-08T12:47:51 | 2018-03-08T12:47:51 | 122,448,620 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,387 | cc | #include "base64.h"
#include <stdlib.h>
#include <string>
using namespace Xse;
Base64::Base64()
{
_base64_table = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; /*这是Base64编码使用的标准字典*/
}
std::string Base64::Encode(const char * str,size_t size) {
std::string _encode_result;
const char * cu... | [
"solyess@solyesss-MacBook-Pro.local"
] | solyess@solyesss-MacBook-Pro.local |
8a6bb8b2ff075cf0dc9e2eacd154ef4da93ccc39 | 5bcff04efc7bcfb741f21c46cd3fe0291e7a9311 | /TuringMachineTests/UnitTests/TMStringCharPairHashPolicyTests.cpp | b81ccc116887891f7552b765dece4ee5505994c0 | [
"MIT"
] | permissive | saleph/turing_machine | 3628abe2713ec88e3c6de8d70bc5bdce608112cd | baacf690dee13d1624fbf85c8426c584b8e9472a | refs/heads/master | 2021-01-21T04:14:34.607323 | 2016-02-19T13:16:53 | 2016-02-19T13:16:53 | 48,755,148 | 0 | 1 | null | 2016-02-13T20:49:24 | 2015-12-29T15:58:42 | C++ | UTF-8 | C++ | false | false | 1,570 | cpp | #include "TMStringCharPair.h"
#include <memory>
#define BOOST_TEST_NO_LIB
#include <boost/test/unit_test.hpp>
using namespace std;
struct TMStringCharPairTestFixture {
void insertToPair(unique_ptr<TMStringCharPair>& strCharPair, string str, char c) {
strCharPair = make_unique<TMStringCharPair>(str, c);
... | [
"tomasz.galecki@hotmail.com"
] | tomasz.galecki@hotmail.com |
153f8d5eae1f3e0cf0e28bd98b3fc9bbe7aed038 | 2bf25a0dca5eaa1e41733c5e8070f578e19a27a9 | /DivideAndConquer/MedianofTwoSortedArray(binarySearch).cpp | 88e4c29b694835432b1920db289632ea76ce464d | [] | no_license | saumya-egov/DSA | 48f99c82c40b717bcb5865d5b33d98923207bc75 | a0bd51f882ae3b567f92b571d072d56c6b653eed | refs/heads/main | 2023-07-13T19:39:24.379612 | 2021-08-12T16:52:22 | 2021-08-12T16:52:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,202 | cpp | Given two sorted arrays array1 and array2 of size m and n respectively. Find the median of the two sorted arrays.
Example 1:
Input:
m = 3, n = 4
array1[] = {1,5,9}
array2[] = {2,3,6,7}
Output: 5
Explanation: The middle element for
{1,2,3,5,6,7,9} is 5
-----------------------------------------------------------------... | [
"noreply@github.com"
] | saumya-egov.noreply@github.com |
48956ecae63ee8cb052d58072b32bfae102f1b9e | 63c71060f36866bca4ac27304cef6d5755fdc35c | /src/StatUtil/StatRecord.cpp | b0a77b6f6daac020bbd5f37d4b27a54ecd60978f | [] | no_license | 15831944/barry_dev | bc8441cbfbd4b62fbb42bee3dcb79ff7f5fcaf8a | d4a83421458aa28ca293caa7a5567433e9358596 | refs/heads/master | 2022-03-24T07:00:26.810732 | 2015-12-22T07:19:58 | 2015-12-22T07:19:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,222 | cpp | ////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2005
// Packet Engineering, Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification is not permitted unless authorized in writing by a duly
// appointed officer of ... | [
"barryniu@jimodb.com"
] | barryniu@jimodb.com |
aae5dd49065f3890ccae3c0a2fa5aa9e8ba27da8 | 51ce6b291d67445c22db0ac0169e9b2835e33376 | /Kinect Explorer/Sources/OpenNiUtility.h | 7cb81d0f12bfc3df961292fcd8b8b2f0b9e3ecc5 | [] | no_license | maddy-z/Kinect-Explorer | 3be24a6e9a9cd63084330b9e467315f0fefdd7fb | b008b5a7cd6db164d974595dd2495d0eb382dd28 | refs/heads/master | 2016-09-06T04:33:11.431652 | 2004-12-31T20:23:35 | 2004-12-31T20:23:35 | 4,625,580 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 849 | h | #ifndef _OPENNI_UTILITY_H_
#define _OPENNI_UTILITY_H_
#include <XnCppWrapper.h>
namespace OpenNiUtility
{
double CalcAverageDepth ( const XnDepthPixel * srcDepthData, unsigned int srcRow, unsigned int srcCol );
double CalcBiggestDepth ( const XnDepthPixel * srcDepthData, unsigned int srcRow, unsigned int srcCol ... | [
"dreamyLambert@gmail.com"
] | dreamyLambert@gmail.com |
a25e4d9a574ac8bf2a3cf6d702dbb6af68727d1d | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/admin/admt/workobj/acctrepl.cpp | 407b6e43fe6677bf930fc17af3eb8f9ae94c6ffb | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 391,706 | cpp | /*---------------------------------------------------------------------------
File: AcctRepl.cpp
Comments: Implementation of Account Replicator COM object.
This COM object handles the copying or moving of directory objects.
Win2K to Win2K migration is implemented in this file.
NT -> Win2K migration is imple... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
55fcd267f04e8bbd2701807a36e1cc4730f5c07e | e06984dcfcb5872a2c09783847b98f964020a5de | /AR Foundation Play/Library/Il2cppBuildCache/Android/arm64-v8a/il2cppOutput/Generics9.cpp | 0d15e061eb7320163b31f5b7d1e01e4d992c4c3d | [] | no_license | keo88/ArFoundationPlay | 716f8b98a4ca202316df04ba89b9595b14ce54e0 | d2601ad3b5756e7e9378c06d632cf0f189f1e1c6 | refs/heads/main | 2023-08-15T04:22:37.943107 | 2021-09-30T15:56:40 | 2021-09-30T15:56:40 | 411,563,706 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,564,942 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename R, typename T1>
struct VirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj... | [
"keo.kim0808@gmail.com"
] | keo.kim0808@gmail.com |
cb78e0ab0f3e346b851663234ec43e2a1aaa81fb | 602a36156f6bd708be469b340e3a5fdcc8c78339 | /src/cpp_tests/testSparseMatrix.cpp | 1cac4efc3b2e623ea94efdd3b8e572f1f58e79ed | [
"BSD-3-Clause"
] | permissive | FertigLab/CoGAPS | 2290e0685be5a53617fb593183c3ab4773f616f5 | e99d6eff85d81178f71ebc58e4c56c8f7eda4ce7 | refs/heads/master | 2023-04-05T14:39:32.838668 | 2023-04-03T23:12:39 | 2023-04-03T23:12:39 | 48,254,961 | 47 | 13 | BSD-3-Clause | 2023-09-11T19:44:09 | 2015-12-18T20:27:45 | C++ | UTF-8 | C++ | false | false | 4,158 | cpp | #include "catch.h"
#include "../data_structures/SparseMatrix.h"
#include "../file_parser/CsvParser.h"
#include "../file_parser/TsvParser.h"
#include "../file_parser/MtxParser.h"
#include "../math/Random.h"
#include "../math/VectorMath.h"
#include "../math/MatrixMath.h"
static std::vector<unsigned> sequentialV... | [
"tomsherman159@gmail.com"
] | tomsherman159@gmail.com |
55593be36749086ecf5373224ccff9819a28bcb3 | 470fae08316b55246ab01675ac5013febfb13eee | /src/server/scripts/EasternKingdoms/ScarletMonastery/boss_houndmaster_loksey.cpp | 8b2fa983edc2bab10eb3c8489d1b1fbcf04758d7 | [] | no_license | adde13372/shadowcore | 8db6fb6ccc99821e6bd40237a0c284ce7cf543c2 | aa87944193ce02f6e99f7b35eceac5023abfca1b | refs/heads/main | 2023-04-01T07:38:39.359558 | 2021-04-03T07:54:17 | 2021-04-03T07:54:17 | 354,320,611 | 4 | 8 | null | 2021-04-03T15:02:49 | 2021-04-03T15:02:49 | null | UTF-8 | C++ | false | false | 2,385 | cpp | /*
* Copyright 2021 ShadowCore
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
* This program is distributed... | [
"81566364+NemoPRM@users.noreply.github.com"
] | 81566364+NemoPRM@users.noreply.github.com |
c4754dc1c6033d52cfccb5883e91cfd3e73769f3 | 2cf838b54b556987cfc49f42935f8aa7563ea1f4 | /aws-cpp-sdk-sagemaker/source/model/DescribeImageResult.cpp | 105d549d9b0fb9383a4d1ec18a4376cd081cae01 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | QPC-database/aws-sdk-cpp | d11e9f0ff6958c64e793c87a49f1e034813dac32 | 9f83105f7e07fe04380232981ab073c247d6fc85 | refs/heads/main | 2023-06-14T17:41:04.817304 | 2021-07-09T20:28:20 | 2021-07-09T20:28:20 | 384,714,703 | 1 | 0 | Apache-2.0 | 2021-07-10T14:16:41 | 2021-07-10T14:16:41 | null | UTF-8 | C++ | false | false | 1,950 | cpp | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/sagemaker/model/DescribeImageResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
bb6ad08693f7b11be9715b4c0a1c77fed01bb3d2 | c91ba4e746dc5b8f2dface963b4096dd721070fd | /slb/src/model/RemoveVServerGroupBackendServersRequest.cc | 5cb32382a6cf95e95469dfde247455389e352cea | [
"Apache-2.0"
] | permissive | IthacaDream/aliyun-openapi-cpp-sdk | fa9120604ca3af4fc48a5f9bf70ff10542103c3a | 31a064d1568f59e0731485a1b0452cfd5d767e42 | refs/heads/master | 2021-09-05T09:44:19.244166 | 2018-01-26T07:00:14 | 2018-01-26T07:00:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,892 | cc | /*
* 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... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
165060b78f1713d978f23bbcaf4e082f25d98d45 | fdcae9bcce8ee53d572a351a6811047edbbd3b3e | /code/Singularity_Engine/include/3rdparty/fbx/fbxfilesdk/kfbxplugins/kfbxskin.h | df6a396fc9d6f1a0e01df78c17efa60160a62b8e | [] | no_license | jobelobes/Ultragon.Games.TriggerHappy | d4378e34946759e4f19db14fc09120e4086dc3b8 | f438b5d3af4ff2173f9b02a489a8c907c48a9bf5 | refs/heads/master | 2021-03-24T12:44:34.589323 | 2012-06-28T22:37:04 | 2012-06-28T22:37:04 | 4,823,923 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,362 | h | /*! \file kfbxskin.h
*/
#ifndef FBXFILESDK_KFBXPLUGINS_KFBXSKIN_H
#define FBXFILESDK_KFBXPLUGINS_KFBXSKIN_H
/**************************************************************************************
Copyright (C) 2001 - 2009 Autodesk, Inc. and/or its licensors.
All Rights Reserved.
The coded instructio... | [
"jobelobes@gmail.com"
] | jobelobes@gmail.com |
4e4ee995be9e6bf0c0e6ffc918039b3a23dd1695 | b8fdadfb7cbf049b4ffe4df10ebae946bca6d765 | /finalcode/main.cpp | cabcab8cf6fbb9b46eb78cf30d5daa9968777e0d | [] | no_license | ashishbajaj91/BitPlanes | e25111f4c222f6c09f5b0ddff08ca22a3d2e6671 | 4f67984b5596ed79bdcbe275791f614c288a0e4c | refs/heads/master | 2021-06-19T17:04:13.445767 | 2017-05-01T05:57:30 | 2017-05-01T05:57:30 | 82,469,605 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 218 | cpp | #include "Test.h"
#include "runLucasKanade.h"
#include "runLucasKanadeWithCamera.h"
int main(int argc, char** argv)
{
//RunTests(argc, argv);
//RunLucasKanade(argc, argv);
RunLucasKanadeWithCamera();
return 0;
}
| [
"mm10b009@smail.iitm.ac.in"
] | mm10b009@smail.iitm.ac.in |
d155cf88e6ee9be405099bac77d6ddb4055a10f2 | cfae76db4ef26a0c0232b555525fbbad5eec96bb | /src/dswatch/dswatch.h | 2cdc93253774a8378c73b4725db72d26692287fb | [] | no_license | devis-dong/CPP | 4bc6092137b7178a1e0ca627f33a772f3f07c27b | d74b5c541276bdedbb434349e47e33b121f56f4d | refs/heads/master | 2023-06-20T13:50:18.508732 | 2021-07-23T15:32:09 | 2021-07-23T15:32:09 | 385,934,256 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 852 | h | /***
* @Author: devis dong
* @Date: 2021-07-13 15:52:28
* @LastEditTime: 2021-07-16 14:29:42
* @LastEditors: devis dong
* @Description:
* @FilePath: \C++\src\watch\dswatch.h
*/
#ifndef DSTIME_H
#define DSTIME_H
#include <string>
#include <chrono>
#include "dsdefine.h"
using namespace std;
using namespace ch... | [
"devis.dong@gmail.com"
] | devis.dong@gmail.com |
46297d78ec5ba1adbfe802b666ac470b0775510c | 13a32b92b1ba8ffb07e810dcc8ccdf1b8b1671ab | /home--tommy--mypy/mypy/lib/python2.7/site-packages/pystan/stan/lib/stan_math/stan/math/prim/mat/meta/vector_seq_view.hpp | 33ddf766d43de5edb90f75e7b77487ac05343bf3 | [
"Unlicense",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | tommybutler/mlearnpy2 | 8ec52bcd03208c9771d8d02ede8eaa91a95bda30 | 9e5d377d0242ac5eb1e82a357e6701095a8ca1ff | refs/heads/master | 2022-10-24T23:30:18.705329 | 2022-10-17T15:41:37 | 2022-10-17T15:41:37 | 118,529,175 | 0 | 2 | Unlicense | 2022-10-15T23:32:18 | 2018-01-22T23:27:10 | Python | UTF-8 | C++ | false | false | 5,208 | hpp | #ifndef STAN_MATH_PRIM_MAT_META_vector_SEQ_VIEW_HPP
#define STAN_MATH_PRIM_MAT_META_vector_SEQ_VIEW_HPP
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <vector>
namespace stan {
/**
* This class provides a low-cost wrapper for situations where you either need
* an Eigen Vector or RowVector or a std::vec... | [
"tbutler.github@internetalias.net"
] | tbutler.github@internetalias.net |
af833ff85445c98310677c3101da599f2a86d204 | 92745756b1d9280222894d6b7ba918c00f76bf3b | /SDK/PUBG_KeyOptionWidget_BP_classes.hpp | 3776a0303a4634d648b922f36293a82858a4433d | [] | no_license | ziyouhaofan/PUBG-SDK | 018b2b28420b762de8c2b7e7142cb4f28647dc7f | 03d5f52e8d4fd7e2bef250217a9a5622366610e2 | refs/heads/master | 2021-07-19T11:34:17.527464 | 2017-10-26T03:42:44 | 2017-10-26T03:42:44 | 108,414,666 | 1 | 0 | null | 2017-10-26T13:24:32 | 2017-10-26T13:24:32 | null | UTF-8 | C++ | false | false | 1,381 | hpp | #pragma once
// PlayerUnknown's Battlegrounds SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace Classes {
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// WidgetBlueprintGeneratedCl... | [
"tj8@live.com.au"
] | tj8@live.com.au |
79c206fc2b194e60ae144225575ef337457adab8 | 376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb | /emulators/gpsim-devel/patches/patch-cli_socket.cc | 51b88f1a857770abe117443cec692551eae253db | [] | no_license | NetBSD/pkgsrc | a0732c023519650ef821ab89c23ab6ab59e25bdb | d042034ec4896cc5b47ed6f2e5b8802d9bc5c556 | refs/heads/trunk | 2023-09-01T07:40:12.138283 | 2023-09-01T05:25:19 | 2023-09-01T05:25:19 | 88,439,572 | 321 | 138 | null | 2023-07-12T22:34:14 | 2017-04-16T20:04:15 | null | UTF-8 | C++ | false | false | 310 | cc | $NetBSD: patch-cli_socket.cc,v 1.1 2011/12/19 15:58:40 wiz Exp $
--- cli/socket.cc.orig 2005-08-31 14:46:35.000000000 +0000
+++ cli/socket.cc
@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
| [
"wiz@pkgsrc.org"
] | wiz@pkgsrc.org |
fbf752cbc09dc30859e68551f0c3ed261461e116 | b79a17ffdd7da0d4d47a01e71adacbccc6aba7c3 | /SGS_FinalVersion/SGS/programdetail.h | c42df1aa78f24170966daba668342dd70d63b8c2 | [] | no_license | wjanpong/Streamlined-Grading-System | 70f7e95091f45dff7650a2a13d388798ec55fa8b | de67c96b4dd13cbea391590c60d9b9d846ebefa0 | refs/heads/master | 2021-01-10T02:20:56.687912 | 2016-01-15T01:05:32 | 2016-01-15T01:05:32 | 49,586,409 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 727 | h | #ifndef PROGRAMDETAIL_H
#define PROGRAMDETAIL_H
#include <QDialog>
namespace Ui {
class ProgramDetail;
}
class ProgramDetail : public QDialog
{
Q_OBJECT
public:
explicit ProgramDetail(QWidget *parent = 0);
~ProgramDetail();
void setData(QString activityId);
QString activityID;
... | [
"wjanpong@12093d35-e1ed-4f36-b3d2-707a2ef65ad0"
] | wjanpong@12093d35-e1ed-4f36-b3d2-707a2ef65ad0 |
9f16bc87c265495b4cd88a33218e27143451bcfd | 23130cd12e38dbce8db8102810edaad70b240ae2 | /lintcode/294.cpp | 57c3e5c4d35c95709ebffd7edc2cf4b2b9715407 | [
"MIT"
] | permissive | kangli-bionic/algorithm | ee6687c82101088db20f10fb958b4e45e97d3d31 | c3c38723b9c5f1cc745550d89e228f92fd4abfb2 | refs/heads/master | 2023-01-05T09:29:33.204253 | 2020-10-25T17:29:38 | 2020-10-25T17:29:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,844 | cpp | /*
294. Linked List Simplification
https://www.lintcode.com/problem/linked-list-simplification/description?_from=contest&&fromId=96
*/
/**
* Definition of singly-linked-list:
* class ListNode {
* public:
* int val;
* ListNode *next;
* ListNode(int val) {
* this->val = val;
* this->nex... | [
"hipaulshi@gmail.com"
] | hipaulshi@gmail.com |
b61a996ecbfd64f40bbc150283df17adc6e59af4 | 6dc49fcfe53353d7688a874ee546d06c37bbab89 | /Triangulation/ModeConverter.hpp | 87f82c22aa6761206f3eca10d4ece52dee56cf0f | [
"Apache-2.0"
] | permissive | jbxplan/GMLToolbox-src | 00960630bcb5c93ee4d2936f67d5425036525224 | fec35558787db18d222598e376bc7c1071c69a55 | refs/heads/master | 2022-12-01T15:04:09.391922 | 2020-08-10T11:36:41 | 2020-08-10T11:36:41 | 279,293,373 | 0 | 0 | NOASSERTION | 2020-07-13T12:14:11 | 2020-07-13T12:14:11 | null | UTF-8 | C++ | false | false | 2,236 | hpp | #pragma once
#include "x3dGL.h"
template <typename T>
class ModeConverterListener
{
public:
virtual void onTriangle(T i1, T i2, T i3) = 0;
virtual void onError(GLenum err) = 0;
};
template <typename T>
class ModeConverter
{
public:
ModeConverter() {}
void onBegin(GLenum mode)
{
m... | [
"git@fjkaiser.net"
] | git@fjkaiser.net |
ffd9668c6b3fcebaaf3dfc98f6e5a5105c76880b | abe53b4089ce6f64e3b9026f156b157a2b3caed0 | /sysutils/dar/files/patch-src_libdar_parallel__tronconneuse.cpp | 05a93a51e023cfed73eb34978be6bf4ebaaa5403 | [
"BSD-2-Clause"
] | permissive | freebsd/freebsd-ports-haskell | fdd59a3af298ab32eecdecf0dfb1d7f39aa71425 | 3f032ebcedbb2aeed9a1ca893c7f2295a32d68c9 | refs/heads/main | 2023-08-04T07:57:51.088323 | 2022-10-02T14:51:13 | 2022-10-02T15:05:55 | 252,762,972 | 7 | 13 | NOASSERTION | 2022-08-01T09:17:58 | 2020-04-03T14:56:02 | null | UTF-8 | C++ | false | false | 1,202 | cpp | --- src/libdar/parallel_tronconneuse.cpp.orig 2022-04-13 16:16:59 UTC
+++ src/libdar/parallel_tronconneuse.cpp
@@ -91,21 +91,21 @@ namespace libdar
{
U_I tmp_bs1, tmp_bs2;
- scatter = make_shared<ratelier_scatter<crypto_segment> >(get_ratelier_size(num_workers));
+ scatter.reset(new (nothrow) ratelier_... | [
"bofh@FreeBSD.org"
] | bofh@FreeBSD.org |
8434db76715d46e2a7de4d60b2bf3a88d6a22318 | 79d89f30c9d68226465bbfbfbb7897dff2b53ab7 | /Code/Bridge151/lib/IO/fieldIO_LIME.cpp | d163ff35d7cf1a79356fa52fbbeb645bce83a679 | [] | no_license | NBAlexis/BridgePPWin | 5584129add2bde43d6f17d83271c8649a6ccc913 | 3c008074bcb99ec0e10d0d3b1045f5a494fe57ed | refs/heads/master | 2020-04-08T14:50:26.295093 | 2019-09-01T16:37:23 | 2019-09-01T16:37:23 | 159,453,798 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,301 | cpp | /*!
@file fieldIO_LIME.cpp
@brief
@author Hideo Matsufuru (matsufuru)
$LastChangedBy: aoyama $
@date $LastChangedDate: 2015-03-24 18:19:19 #$
@version $LastChangedRevision: 1929 $
*/
#include "BridgeLib_Private.h"
#include <fstream>
#include <string.h>... | [
"nbalexis@gmail.com"
] | nbalexis@gmail.com |
b5c3ec2c75c43303dd859c4189820c2bdf498167 | b172bc5d52162fb72b1f27b06a235ec20f7f0130 | /Core/Entities/Character.hpp | b3d221e75c0f594f2ece6c5c459933253f641bc3 | [] | no_license | vladvlasov256/ottersimulator | 8249d719e92a2648917a0b4ad22db5876dd061df | 41feb1eb0fbdc904c04d631859d9f935223d9771 | refs/heads/master | 2021-11-06T09:17:36.718894 | 2016-08-03T19:13:09 | 2016-08-03T19:13:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,560 | hpp | //
// Character.hpp
// CoolOtter
//
// Created by Vladimir Vlasov on 02.05.16.
//
//
#ifndef Character_hpp
#define Character_hpp
#include "cocos2d.h"
#include "COCharacterRenderer.h"
#include "Longboard.hpp"
#include "external/Box2D/Box2D.h"//!!!headers path
namespace ottersimulator
{
class Character : public... | [
"crivlaldo@yandex.ru"
] | crivlaldo@yandex.ru |
5f22dcec327eaf6228a476320080adf81c43e82d | 8a87f5b889a9ce7d81421515f06d9c9cbf6ce64a | /3rdParty/boost/1.78.0/libs/flyweight/example/composite.cpp | 1395f412d2614dcb5cbc9b86ff78eb1a59b71794 | [
"Apache-2.0",
"BSD-3-Clause",
"ICU",
"Zlib",
"GPL-1.0-or-later",
"OpenSSL",
"ISC",
"LicenseRef-scancode-gutenberg-2020",
"MIT",
"GPL-2.0-only",
"CC0-1.0",
"BSL-1.0",
"LicenseRef-scancode-autoconf-simple-exception",
"LicenseRef-scancode-pcre",
"Bison-exception-2.2",
"LicenseRef-scancode... | permissive | arangodb/arangodb | 0980625e76c56a2449d90dcb8d8f2c485e28a83b | 43c40535cee37fc7349a21793dc33b1833735af5 | refs/heads/devel | 2023-08-31T09:34:47.451950 | 2023-08-31T07:25:02 | 2023-08-31T07:25:02 | 2,649,214 | 13,385 | 982 | Apache-2.0 | 2023-09-14T17:02:16 | 2011-10-26T06:42:00 | C++ | UTF-8 | C++ | false | false | 4,289 | cpp | /* Boost.Flyweight example of a composite design.
*
* Copyright 2006-2014 Joaquin M Lopez Munoz.
* 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)
*
* See http://www.boost.org/libs/flyweight for library home pa... | [
"frank@arangodb.com"
] | frank@arangodb.com |
890ec67238ea6336c9a39997cffa6782801f02b1 | 6c8a158fd3eea6dc37b8497f9eb7ea2e57b91896 | /116_QtGameTcpServer/tcpserver.h | 1ef311b83bf6b591bd4536f03bcc4337e27f6b9c | [] | no_license | beduty/QtTrain | 07677ec37730c230dbf5ba04c30ef69f39d29a45 | 5983ef485b5f45ae59ef2ac33bc40c7241ae6db7 | refs/heads/master | 2023-02-10T11:22:49.400596 | 2021-01-04T14:59:20 | 2021-01-04T14:59:20 | 326,716,000 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,591 | h | #ifndef TCPSERVER_H
#define TCPSERVER_H
#include <QWidget>
#include <QTcpServer>
#include <QTcpSocket>
#include <QtNetwork>
#include <QPlainTextEdit>
QT_BEGIN_NAMESPACE
namespace Ui { class TcpServer; }
QT_END_NAMESPACE
/// 와... QTcpServer 되게 좋다!!!
/// 1. 기본적으로 비동기. ( Accept(NewConnetion), remove(Disconnected))
/// ... | [
"jungty6735@gmail.com"
] | jungty6735@gmail.com |
f26289fbb91e33a0c854fa3cb42cf8a7f37f2010 | 21840aca65db3330b732de6902974e95c5dce1a8 | /CPPGenerated/tensorflow/contrib/tensorboard/plugins/trace/trace_info.pb.cc | 0a5286af3b05bcaca0e595eeca942785ae26c798 | [
"MIT"
] | permissive | nubbel/swift-tensorflow | 818a53a1f16fed71066018801fa5071b4397ff06 | 3385401ed76ae8a0eca10f2757bb43b8a46f3d46 | refs/heads/master | 2021-01-17T15:46:58.033441 | 2017-10-31T15:01:51 | 2017-10-31T15:01:51 | 69,651,119 | 20 | 3 | null | 2017-04-25T15:28:40 | 2016-09-30T08:58:24 | Swift | UTF-8 | C++ | false | true | 104,556 | cc | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/contrib/tensorboard/plugins/trace/trace_info.proto
#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
#include "tensorflow/contrib/tensorboard/plugins/trace/trace_info.pb.h"
#include <algorithm>
#include <google/protobuf/stubs/common... | [
"jp@fieldstormapp.com"
] | jp@fieldstormapp.com |
5fec1e7839ce2a2446a4eb4ff92e924b40f5fd42 | 55955d0dcbe4a9082189df0849dae53babaa6fe4 | /Yingge/core/clickable.h | b22f9bdde32e7ddb06933d6a5fbb6c5544bc7e0a | [] | no_license | husathap/Yingge | 4fd42419a823961aec65cee2756d14b891a513c1 | 0de4ec289324914dabb215c870a064396d5494d8 | refs/heads/master | 2021-01-01T18:48:14.046338 | 2014-06-10T14:12:11 | 2014-06-10T14:12:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,022 | h | #pragma once
#include <SFML/Graphics.hpp>
namespace yingge
{
/* A class that contains logics which allows an drawable object to be made clickable.
* A drawable object can easily be made clickable by making the object class inherit
* this class, and call updateClick inside the object's update logic.
*/
class C... | [
"hubertth@hotmail.com"
] | hubertth@hotmail.com |
587f3707d3886622befda57134cc25458d9a97b3 | 260a8c374b3fd21676f3b6958df77ace7a4580e8 | /RomanBankApp_Test.cpp | c366850d03f0c9e2f68c94a22fc682c55baedef1 | [] | no_license | nollesson/romanbank | c85d316d15753fdc70c1f12c653248ca501d69f6 | 889062112efc189a4e7c87f0034138501c8534d8 | refs/heads/master | 2020-05-23T02:27:11.722886 | 2019-06-10T15:33:10 | 2019-06-10T15:33:10 | 186,603,917 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 799 | cpp | #include "RomanBank_Mock.hpp"
#include "RomanBankApp.hpp"
#include "RomanCalculator.hpp"
#include <gtest/gtest.h>
#include <gmock/gmock.h>
using ::testing::_;
using ::testing::Return;
using ::testing::NiceMock;
TEST(RomanBankApp, verifyMocks)
{
NiceMock<MockRomanBank> mockBank;
EXPECT_CALL(mockBank, createA... | [
"niklas.ollesson@tobii.com"
] | niklas.ollesson@tobii.com |
f1b4b50ede708c755f025f2eea6dfa3468091346 | a69e4c07b9b001966dad902f3024de1298a78a00 | /staticlib/MathFuncsLib/MyExecRefsLib/stdafx.h | 986d877acf931b59a206d2bb6ec48f7d36e32d22 | [] | no_license | zhangsufan/hello-world | e20547968266847543c659d1c2296bbead079295 | 22376ca55ba60e0add2f84b5729b3e2fabd8e7d3 | refs/heads/master | 2020-07-31T07:02:29.198333 | 2019-11-26T07:04:29 | 2019-11-26T07:04:29 | 210,523,884 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 313 | h | // stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
//
#pragma once
#include "MathFuncsLib.h"
#include "targetver.h"
#include <iostream>
#include <stdio.h>
#include <tchar.h>
// TODO: 在此处引用程序需要的其他头文件
| [
"55731364+zhangsufan@users.noreply.github.com"
] | 55731364+zhangsufan@users.noreply.github.com |
08871296f2af564d6bb4313a94544915b076efee | c21fb8cdd7bb293acde1fa6e92603bd5686f6113 | /Lecture_09/bfs.cpp | 2ca014d4ec065e6b126e2de4362b1b5258872859 | [] | no_license | tusharsk/Coding-blocks-Noida-2019-June | eee79b732bee3b30ebb1e37a50ff0385971faca3 | 659a021b5d4c560e3ad7d22df27acbd5a5fd7aa9 | refs/heads/master | 2020-06-13T04:38:00.767694 | 2019-09-20T07:42:48 | 2019-09-20T07:42:48 | 194,537,146 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 437 | cpp | vector<vector<int>> adj; // adjacency list representation
int n; // number of nodes
int s; // source vertex
queue<int> q;
vector<bool> used(n);
vector<int> d(n), p(n);
q.push(s);
used[s] = true;
p[s] = -1;
while (!q.empty()) {
int v = q.front();
q.pop();
for (int u : adj[v]) {
if (!used[u]) {
... | [
"tusharsk26@gmail.com"
] | tusharsk26@gmail.com |
99487878209666c9a64a52171754a417497c1a34 | 431b75c64a8b6a5a009bb2e76dbd249782b75396 | /bluno_test2/bluno_test2.ino | 41d85285a10eb8e92c88bff2712c947ca43dce2a | [] | no_license | mmoesse/FastLED-Projects | c2bee356510314084ef1cae04769b668bb3cc965 | 00edd84ef9fcace5ada9de88a5cdc025414c6fe5 | refs/heads/master | 2020-03-25T06:01:16.100987 | 2018-08-17T15:17:49 | 2018-08-17T15:17:49 | 143,479,258 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,016 | ino | #include "FastLED.h"
// FastLED "100-lines-of-code" demo reel, showing just a few
// of the kinds of animation patterns you can quickly and easily
// compose using FastLED.
//
// This example also shows one easy way to define multiple
// animations patterns and have them automatically rotate.
//
// -Mark Kriegsm... | [
"noreply@github.com"
] | mmoesse.noreply@github.com |
5db82365bda1a4cd0137fc35993f2053d7473ad5 | c365d25ee2237b3c260198827b33b0253d43eaf4 | /desafios/9298340-batch2/9298340-A18-PA/a.cpp | d4644260618a522f5134d94d73d976fa28b6259c | [] | no_license | germanohn/competitive-programming | fb1249910ce951fe290e9a5be3876d3870ab8aa3 | fab9dc0e2998dd395c1b9d6639f8c187cf637669 | refs/heads/master | 2021-06-12T08:17:52.907705 | 2021-03-17T19:06:19 | 2021-03-17T19:06:19 | 58,595,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 968 | cpp | #include <bits/stdc++.h>
#define mp make_pair
#define pb push_back
#define ff first
#define ss second
using namespace std;
typedef long long ll;
typedef pair<int,int> pii;
typedef pair<ll,ll> pll;
const int inf = 1e9;
const int MAX = 50004;
int n, m;
int v[MAX];
int me[105][MAX];
int dp (int i, int val) {
if (i... | [
"germanohn8@gmail.com"
] | germanohn8@gmail.com |
2883a649d2813c5e1a1abc149445faa819a6490d | 8f02939917edda1e714ffc26f305ac6778986e2d | /Codeforces/1278 edu 78/D.cc | 91812b800782e5b4c4aef69008ff08babe522d0c | [] | no_license | queuedq/ps | fd6ee880d67484d666970e7ef85459683fa5b106 | d45bd3037a389495d9937afa47cf0f74cd3f09cf | refs/heads/master | 2023-08-18T16:45:18.970261 | 2023-08-17T17:04:19 | 2023-08-17T17:04:19 | 134,966,734 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,098 | cc | #include <bits/stdc++.h>
#define endl "\n"
using namespace std;
typedef long long lld;
typedef pair<int, int> pii;
typedef pair<lld, lld> pll;
////////////////////////////////////////////////////////////////
const int MAX_N = 5e5 + 5;
int N, L[MAX_N], R[MAX_N];
vector<int> coords, seg;
list<int> inter;
int edges;
str... | [
"queued37@gmail.com"
] | queued37@gmail.com |
d7a365a0a8cf00344422f7f6eb992a7989cf6e84 | c737f279082243128e56ba75a2c1fd52bf63137a | /Host.h | a1d02dca1e18edd9fd456d2495c0e12cb5d1e51c | [] | no_license | sarthakps/dengue-model | dba08563acc9f75a530dfa61c35a94dae8c66028 | 41c82815881640cccad7dc585416a71abe7ac422 | refs/heads/master | 2022-10-24T18:02:37.896338 | 2020-06-14T13:48:59 | 2020-06-14T13:48:59 | 255,870,136 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 495 | h | using namespace std;
class Host{
public:
bool isImmune;
public: Host(bool isImmune){
this->isImmune = isImmune;
}
};
//to make given number of hosts
void makeHosts(vector<Host> &hosts, int amount){
for(int i = 0; i<amount; i++){
if(i<200){
Host host(true);
... | [
"sarthak2580@gmail.com"
] | sarthak2580@gmail.com |
c7927a4f277b249624b6c5094864110c72313000 | 4694a1fd919acf5a8d554c3a181d4331b8e2f612 | /WordQuery.h | 8944d0a52d90bf803ab5ea47d0639665e64a3016 | [] | no_license | anribras/QueryOop | acf0c04a919bcafce04244e9cfedc21564913f30 | bc621d9958c46f9ccbdcc0cdfbe21c4e695075c1 | refs/heads/master | 2021-01-19T18:44:27.248028 | 2017-08-23T09:08:30 | 2017-08-23T09:08:30 | 101,160,095 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 277 | h | #ifndef _WORDQUERY_H_
#define _WORDQUERY_H_
#include "Query_base.h"
#include "QueryResult.h"
#include "QueryText.h"
class WordQuery : public Query_base {
public:
WordQuery(const string & s):word(s){}
QueryResult eval(QueryText & t);
private:
string word;
};
#endif
| [
"yangding@le.com"
] | yangding@le.com |
fe2258070e07cc5cf7534de75790432ab5e53b5d | 665943f321d8c5647ab4eeadb687508d2de08de3 | /Root/ZeroLeptonCxxUtils.cxx | 3efa8d428c246518e08e1cbe2b27ed5b4227e9cd | [] | no_license | lawrenceleejr/ZeroLeptonRun2 | 15672575d1765d342c8c903c04ba0553e5a7c4a4 | 67042394b0bca205081175f002ef3fb44fd46b98 | refs/heads/master | 2021-01-19T04:45:06.991785 | 2015-11-18T12:01:42 | 2015-11-18T12:01:42 | 36,355,758 | 0 | 2 | null | 2015-09-29T14:21:02 | 2015-05-27T09:05:35 | C++ | UTF-8 | C++ | false | false | 6,204 | cxx | /*
* This file is part of Healpix_cxx.
*
* Healpix_cxx is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* Healpix_cxx is... | [
"lduflot@4525493e-7705-40b1-a816-d608a930855b"
] | lduflot@4525493e-7705-40b1-a816-d608a930855b |
8c20905f9ef26f0dd39becb1fb2a80b630948e05 | ef76a393f27b0417904563f72ef9f504ceae4f3e | /include/stx/option_result/impl/panic_helpers.h | 482d7ec5bcabc5146d416e03c8782f827dc1c087 | [
"MIT"
] | permissive | lamarrr/STX | d4994de556af74fcc2532eb9476ae831fee3d645 | 9044e6d0bb8cf9d019863cabd9b03f65fab85dec | refs/heads/main | 2023-08-28T04:41:14.736883 | 2023-08-12T02:48:04 | 2023-08-12T02:48:04 | 250,762,873 | 593 | 30 | MIT | 2023-06-04T22:35:56 | 2020-03-28T10:08:03 | C++ | UTF-8 | C++ | false | false | 3,091 | h | /**
* @file panic_helpers.h
* @author Basit Ayantunde <rlamarrr@gmail.com>
* @date 2020-04-22
*
* @copyright MIT License
*
* Copyright (c) 2020-2022 Basit Ayantunde
*
*/
#pragma once
#include "stx/panic.h"
#include "stx/source_location.h"
STX_BEGIN_NAMESPACE
namespace impl
{
namespace option
{
/// panic ... | [
"rlamarrr@gmail.com"
] | rlamarrr@gmail.com |
07a3a02057562828ae3a385ae6549495457247b9 | fdfc2b3438a8fc210eaec23672ccbe561ce36b07 | /poc/openepos/.svn/pristine/07/07a3a02057562828ae3a385ae6549495457247b9.svn-base | 508f75efaa3cb554d8e17f3d309d85c355c3f297 | [] | no_license | soldi/mestrado | e26dac3dbc5f1ff88f36765a6ef239c9520460bf | e9e3d33ec7f361de4637aeb8f9f8e7996dcf4d56 | refs/heads/master | 2021-01-15T11:28:49.113106 | 2015-10-30T15:31:56 | 2015-10-30T15:31:56 | 16,246,005 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 608 | // EPOS ML310 NIC Mediator Test
#include <nic.h>
__USING_SYS
OStream cout;
int main()
{
NIC nic;
NIC::Address src, dst;
NIC::Protocol prot;
char data[nic.mtu()];
for(int i = 0; i < 10; i++)
nic.send(NIC::BROADCAST, 0x8888, "alguem ai?\n", 12);
for(int i = 0; i < 10; i++)
nic.receive(&src... | [
"soldi"
] | soldi | |
73506fcbb65e5e2d674057a622836cf6f32d8af4 | 6895d9a7bbfafad93cea9353d12bf61adfd7533a | /linked_list/Singly/OneLinkNode.h | 2b87bbdf4011dde762722cee6ff9a6cba455d05b | [] | no_license | pisces312/AlgorithmInC | d6691d5bbb55012ae6cbe0cb99c2ea4f8abcd348 | e2adce9fdefd7ec8b3dbb094dbbe9f4d5864fc2d | refs/heads/master | 2021-01-17T22:24:16.574995 | 2017-04-21T12:15:36 | 2017-04-21T12:15:36 | 84,197,159 | 0 | 0 | null | 2017-04-21T12:15:37 | 2017-03-07T12:34:59 | C++ | UTF-8 | C++ | false | false | 211 | h | #include<stdlib.h>
typedef char OneLinkDataType;
class OneLinkNode {
public:
OneLinkDataType data;
OneLinkNode *next;
OneLinkNode(OneLinkDataType n=' ') {
data=n;
next=NULL;
}
};
| [
"lee.ni@emc.com"
] | lee.ni@emc.com |
ca6b3a6cfd7d59a6ee354855dbe865615f175147 | 12d09d9628c655eea00ad909b652f5cc071c0946 | /d07/ex02/main.cpp | acf82f0e464b8007582bedea5398377b003d2b6b | [] | no_license | blueskin90/piscine_cpp | eda583e2ec50ef3c9f0e8b7d0d9ee62c7d00c20a | d00edd1394137c401226ed763d4ed633192ca0f5 | refs/heads/master | 2023-06-24T09:11:01.027098 | 2021-07-17T18:08:20 | 2021-07-17T18:08:20 | 277,582,406 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,118 | cpp | #include "Array.tpp"
#include <iostream>
int main(void)
{
Array<int> a = Array<int>(3);
for (unsigned int i = 0; i < a.size(); i++) {
std::cout << a[i] << std::endl;
}
std::cout << "-----------" << std::endl;
Array<char> b = Array<char>(3);
b[0] = 'a';
b[1] = 'b';
b[2] = 'c';
for (unsigned int i = 0; i... | [
"blueskin@gmail.com"
] | blueskin@gmail.com |
7055f5928f5f9bd99b390c39a9f2d3290cec1d62 | 7dc4dbd022f97cae2fbf332e1b0c22a7fa44416f | /src/crypto/sha256.h | 44769168833dd1eeef63a77e50890096ea9c460c | [
"MIT"
] | permissive | anders94/mitcoin | 215c125728f27b473f55e03e7e46850d6517553e | f759d0a62cd109954488277b83d146f5d0d11562 | refs/heads/master | 2016-08-12T05:09:09.425424 | 2015-10-17T12:45:58 | 2015-10-17T12:45:58 | 44,423,621 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 658 | h | // Copyright (c) 2014 The mitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef mitcoin_CRYPTO_SHA256_H
#define mitcoin_CRYPTO_SHA256_H
#include <stdint.h>
#include <stdlib.h>
/** A hasher class for S... | [
"anders-git@evantide.com"
] | anders-git@evantide.com |
e470cb45cd7ca2ab1b43064238198f8df6c39864 | 148f53a787f769197dbd9ed4511702d2a9855ccf | /C++/Source/BSearch/153.cpp | 3d210d807549d234cc8fa7e430ee7aa1309ea71f | [] | no_license | porkallen/leetcode | 8e620428323499b1157dad7c7fa03c3db534a396 | 2720f5173450eae66c16f2afd8d5ced7cd63165f | refs/heads/master | 2021-08-19T17:55:21.333231 | 2021-06-04T06:08:28 | 2021-06-04T06:08:28 | 110,309,885 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 841 | cpp | #include "common.h"
class Solution {
public:
int findMin(vector<int>& nums) {
int left = 0, right = nums.size() - 1;
while(left < right){
int m = left + (right - left)/2;
if(nums[m] < nums[right]){
right = m;
}
else{
... | [
"allen@occipital.com"
] | allen@occipital.com |
f22367f3b1e4ae80d675d7a5e0f7a803a315f3ea | cd3e09d1408952b37c6e04adc980b6671ebd1e52 | /101206MeasureIntesity.cp | e27731fa10a46f97637bc73b0b6fc1ebfd207da0 | [
"MIT"
] | permissive | ayakimovich/cp2-pipelines | 2e3cac3bbb91aca2c3da0d8a7a121cfbbb7d8dcc | 01ca339b89a34a0759d1de9dc8c824486ae1408f | refs/heads/master | 2021-01-01T20:06:10.859961 | 2015-01-26T17:22:17 | 2015-01-26T17:22:17 | 15,076,166 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,416 | cp | CellProfiler Pipeline: http://www.cellprofiler.org
Version:1
SVNRevision:9978
LoadImages:[module_num:1|svn_version:\'9976\'|variable_revision_number:6|show_window:False|notes:\x5B\x5D]
File type to be loaded:individual images
File selection method:Text-Exact match
Number of images in each group?:3
Type... | [
"arthur.yakimovitch@gmail.com"
] | arthur.yakimovitch@gmail.com |
24d41187808fbf3cd1346f66315d0086cd5d1431 | 4503b4ec29e9a30d26c433bac376f2bddaefd9e5 | /EcoServerSDK/include/SISProjectSearchTypePjtType.h | 61269b11ce6136e579813aab1172f77f5445d965 | [] | no_license | SwunZH/ecocommlibs | 0a872e0bbecbb843a0584fb787cf0c5e8a2a270b | 4cff09ff1e479f5f519f207262a61ee85f543b3a | refs/heads/master | 2021-01-25T12:02:39.067444 | 2018-02-23T07:04:43 | 2018-02-23T07:04:43 | 123,447,012 | 1 | 0 | null | 2018-03-01T14:37:53 | 2018-03-01T14:37:53 | null | UTF-8 | C++ | false | false | 944 | h | #pragma once
#ifndef _SISProjectSearchTypePjtType_H
#define _SISProjectSearchTypePjtType_H
#include <afxwin.h>
#include <afxext.h>
#include "SISVariableSearchTypeText.h"
class AFX_EXT_CLASS SISProjectSearchTypePjtType : public SISVariableSearchTypeText
{
public:
/**
@brief Creator
@param
@re... | [
"hnk0313@3e9e098e-e079-49b3-9d2b-ee27db7392fb"
] | hnk0313@3e9e098e-e079-49b3-9d2b-ee27db7392fb |
10c0b34c37434368550e8708182a38340071e93b | b28305dab0be0e03765c62b97bcd7f49a4f8073d | /chrome/browser/ui/android/color_chooser_dialog_android.cc | 0abbae66b5a2897bdf9e48e9e0a784dcd9fe118d | [
"BSD-3-Clause"
] | permissive | svarvel/browser-android-tabs | 9e5e27e0a6e302a12fe784ca06123e5ce090ced5 | bd198b4c7a1aca2f3e91f33005d881f42a8d0c3f | refs/heads/base-72.0.3626.105 | 2020-04-24T12:16:31.442851 | 2019-08-02T19:15:36 | 2019-08-02T19:15:36 | 171,950,555 | 1 | 2 | NOASSERTION | 2019-08-02T19:15:37 | 2019-02-21T21:47:44 | null | UTF-8 | C++ | false | false | 532 | cc | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/browser_dialogs.h"
// The actual android color chooser is at
// components/embedder_support/android/delegate/color_chooser_an... | [
"artem@brave.com"
] | artem@brave.com |
c7026884336ced95dd4258326d1cdf03d54a2fc4 | c92c222f13674f0c7284849ed3393b124127f14b | /Practice1/Sources/Filters/TurnFilter.cpp | 2c90953e0d73f201adaf2caa81284071dabb7f58 | [] | no_license | BFDestroyeer/cg-practice | 033826c49166b580acd9f9874dff89b8e29b426b | e930a7f562a20f3785de2b270a5b80b15679dfb0 | refs/heads/master | 2022-08-20T04:39:33.759286 | 2020-05-25T06:55:49 | 2020-05-25T06:55:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,092 | cpp | #include "TurnFilter.h"
constexpr double PI = 3.1415926535897932384626433832795;
TurnFilter::TurnFilter(double angle_)
{
angle = angle_ * PI / 180;
}
QImage TurnFilter::calculateNewImagePixMap(const QImage& image)
{
QImage result(image);
double center_x = image.height() / 2;
double center_y = image.... | [
"mzoreev@gmail.com"
] | mzoreev@gmail.com |
e31caa792bdf5feaa0c2d2260182c8c70ee6c547 | f6cc891dea8b6c8aa0f034e70c528e3eb760cb35 | /HolaOGRE/ObjectMan.cpp | 4100fa2f1ba3e6b7b0de04c0b7c731f32f1fdc74 | [] | no_license | SeppukuAK/IG2-Ogre | f45fd0160894ecf08b8b23e81b9ff10e0cfb28d1 | 40219e810269853fd9d1f78ee51c21dbce00ff9e | refs/heads/master | 2021-09-04T14:47:06.689095 | 2018-01-19T16:11:26 | 2018-01-19T16:11:26 | 113,357,857 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 735 | cpp | #include "ObjectMan.h"
ObjectMan::ObjectMan(Ogre::SceneNode* scnNode, Ogre::Vector3 pos) : node(scnNode) {
control = new UserControl(this);
node->setPosition(pos);
}
ObjectMan::~ObjectMan() {
UserControl* pCtrl = Ogre::any_cast<UserControl*>(
node->getAttachedObject(0)->//Suponemos que solo puede tener control... | [
"raulse01@ucm.es"
] | raulse01@ucm.es |
e7f67331a4b51ecf8f0a07f82ce05a7f49175abc | 59f138bc76677021fc6d8bf6b4aba0dc5d501662 | /purpura sdk/sdk/materials.h | 1e38e65ef82e2188cd396bc2e8f39e9b54e889f1 | [] | no_license | rockebol/katzecheats-free | 7882077c370ac60c3354748224152efa50228197 | 759bbeccced2356735119b787aeefb9e62c29736 | refs/heads/master | 2022-09-28T18:46:58.142616 | 2020-05-30T07:38:47 | 2020-05-30T07:38:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,187 | h | #pragma once
#define TEXTURE_GROUP_LIGHTMAP "Lightmaps"
#define TEXTURE_GROUP_WORLD "World textures"
#define TEXTURE_GROUP_MODEL "Model textures"
#define TEXTURE_GROUP_VGUI "VGUI textures"
#define TEXTURE_GROUP_PARTICLE "Particle textures"
#define TEXTURE_GROUP_DECAL "Decal textures"
... | [
"catahustle@gmail.com"
] | catahustle@gmail.com |
69196e251421cb7a7d34ab2dc65a334a8326b309 | 5014bc1560490ac37e8c5d2562a2bfdb16727ea9 | /SDK/NanoCore/NanoCPP/examples/manual/money_get.cpp | 16f948fd255164a72f49f37c29dca85fa7e071e8 | [
"Apache-2.0"
] | permissive | PSP-Archive/Nanodesktop | 6fbf130d668dc9aa6afd06d8c4fff55a8cdcbdaf | 37f502dff47c1a0b11c2a9d65c8cdcde12591e39 | refs/heads/main | 2023-02-28T08:41:12.147204 | 2021-02-08T13:01:00 | 2021-02-08T13:01:00 | 337,077,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,258 | cpp | /**************************************************************************
*
* money_get.cpp - Example program for the money_get facet.
*
* $Id: money_get.cpp 550991 2007-06-26 23:58:07Z sebor $
*
***************************************************************************
*
* Licensed to the Apache Software ... | [
"pierluigiortenzi@gmail.com"
] | pierluigiortenzi@gmail.com |
c368b7039ba5706814949acad5788e065a7c47d1 | bb20ba88cc104e320374612e00fdddd5fefe86d8 | /C++/3rd_Party/CGAL/include/CGAL/IO/Polyhedron_builder_from_STL.h | fa57e8ac5888dbe3a090239f9785c5810b029fc6 | [] | no_license | cbtogu/3DLearning | 5949e22d16f14a57ab04e0eec0ef1c4364747c76 | 9cfc64ad1e0473aff4e2aef34da50731249d3433 | refs/heads/master | 2022-01-31T10:37:58.177148 | 2017-07-06T15:11:43 | 2017-07-06T15:11:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,258 | h | // Copyright (c) 2015 GeometryFactory
//
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; either version 3 of the License,
// or (at your option) any later version.
//
// Lic... | [
"Etienne.Houze@polytechnique.edu"
] | Etienne.Houze@polytechnique.edu |
e885f545720fcb788b727b1309ff484f550cb700 | 8a1a2440dca0e3b60d11c74e6061df7e7ab6ab89 | /file_plugins/hpgl/hpgl_plugin.h | 727fcfef26787a891d1f8451cd9824bf947ef6fd | [] | no_license | VB6Hobbyst7/GERBER_X3 | cf4ceea15e068c5ccc53235349aa9887cf14c6cf | eaa0084448d997224cb1423cf0423a215624b26b | refs/heads/master | 2023-07-12T16:36:06.688997 | 2021-07-18T14:49:19 | 2021-07-18T14:49:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,209 | h | /*******************************************************************************
* *
* Author : Damir Bakiev *
* Version : na ... | [
"xray3d@ya.ru"
] | xray3d@ya.ru |
0b9b7955d4a06d657cf6fe2ddaa374fe20321a8c | 7dc6fa7ffd68f07adb9ba80efbbb5eba341dafe9 | /158/c.cpp | 0483045796b2ea212c6cc3c99792c8f9e9a1a421 | [] | no_license | anraku/atcoder-code | 63fd35fd495509f954ece1549a395392a86c2181 | d475674904d02b4d6b8b9bc3d981c7ba1d1d4f89 | refs/heads/master | 2021-07-06T16:29:27.970352 | 2021-04-22T12:32:10 | 2021-04-22T12:32:10 | 238,450,070 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 384 | cpp | #include <bits/stdc++.h>
#define rep(i, n) for (int i = 0;i < n;i++)
typedef long long ll;
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(0);
int a, b;
cin >> a >> b;
int n = 1;
int ans = -1;
while (n <= 1000)
{
if (floor(n * 0.08) == a && floor(n * 0.1) == b)
{
an... | [
"anraku90@gmail.com"
] | anraku90@gmail.com |
c3870d9ecfc1536672881364b05ac09da4e0a365 | 49bf571e8f5e9ee2e6119a7d4582f3d762b68a08 | /build-test_login-Desktop_Qt_5_13_1_GCC_64bit-Debug/ui_registe.h | 770ec1c15836e9dc095ae455c0834cd5a05a24e0 | [] | no_license | a798447431/Qt_Project | a88e5b31e5175617787799d27c2a4603d8a09d0b | 03c7518b59d56369df97582505e1729503fa1664 | refs/heads/master | 2020-12-27T12:24:42.999604 | 2020-02-03T06:45:41 | 2020-02-03T06:45:41 | 237,900,469 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 20,008 | h | /********************************************************************************
** Form generated from reading UI file 'registe.ui'
**
** Created by: Qt User Interface Compiler version 5.13.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
******************************************... | [
"253604653@qq.com"
] | 253604653@qq.com |
c751d2e23e6be1f2eb9c364ba1ec98306441d033 | 4352b5c9e6719d762e6a80e7a7799630d819bca3 | /tutorials/eulerVortex.twitch/eulerVortex.cyclic.twitch.test.test/processor3/3.02/rho | 49857fcfb27006d02bfc78c333b04c8f604620f0 | [] | no_license | dashqua/epicProject | d6214b57c545110d08ad053e68bc095f1d4dc725 | 54afca50a61c20c541ef43e3d96408ef72f0bcbc | refs/heads/master | 2022-02-28T17:20:20.291864 | 2019-10-28T13:33:16 | 2019-10-28T13:33:16 | 184,294,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 46,215 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"tdg@debian"
] | tdg@debian | |
a51d26e1f33d42fb04f82ccde5f4be74207c2d13 | 645d294391d20dd42326f52a96d39f34197f320c | /equations/Expo.h | 549b8423019fecbf0a370afd7c270eb32cfa5b18 | [
"Apache-2.0"
] | permissive | kleemedia/universal-tween-engine-cpp | 554b495c36e081de0ed9a759ef6d309ae4950570 | 694cddbf2cd1f2b0ec3082a78177eb9aee98fe22 | refs/heads/master | 2022-08-22T01:39:47.381446 | 2022-07-30T21:10:22 | 2022-07-30T21:10:22 | 16,097,550 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 704 | h | //
// Expo.h
//
// This code is derived from Universal Tween Engine
// Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
//
#ifndef __Expo__
#define __Expo__
#include "TweenEquation.h"
namespace TweenEngine
{
class ExpoIn : public TweenEquation
{
~ExpoIn();
flo... | [
"kleemedia@gmail.com"
] | kleemedia@gmail.com |
28017e29b818677e966097861108f82a2f2917e1 | 88732e8377449994037d68dccc07202ecd34a3f8 | /cpp/src/processtracker.h | 9a239614835d90ed13f0872cb788029647e69204 | [
"MIT"
] | permissive | magland/mountainlab_devel | 24ad490d67f6f846d36d566f7a0d6312a6103d30 | 8176e9b1cd3b7e1f71e2de60f2319f5030510636 | refs/heads/master | 2020-12-31T02:50:57.980689 | 2015-12-23T02:13:35 | 2015-12-23T02:13:35 | 45,925,372 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 683 | h | #ifndef PROCESSTRACKER_H
#define PROCESSTRACKER_H
#include "get_command_line_params.h"
struct PTProcessor {
QString command;
QString version;
QStringList input_file_pnames;
QStringList output_file_pnames;
};
class ProcessTrackerPrivate;
class ProcessTracker
{
public:
friend class ProcessTrackerPrivate;
Process... | [
"magland@jm02.scdanet.org"
] | magland@jm02.scdanet.org |
3713f996266c86cf02f39dc5f58fe418b69e2bb8 | bc997f47b4cffef395f0ce85d72f113ceb1466e6 | /JOI/camp23_passport.cpp | ba4837e8741407fc10025e1ada234cda5c475f0c | [
"LicenseRef-scancode-public-domain"
] | permissive | koosaga/olympiad | 1f069dd480004c9df033b73d87004b765d77d622 | fcb87b58dc8b5715b3ae2fac788bd1b7cac9bffe | refs/heads/master | 2023-09-01T07:37:45.168803 | 2023-08-31T14:18:03 | 2023-08-31T14:18:03 | 45,691,895 | 246 | 49 | null | 2020-10-20T16:52:45 | 2015-11-06T16:01:57 | C++ | UTF-8 | C++ | false | false | 2,468 | cpp | #include <bits/stdc++.h>
using namespace std;
using lint = long long;
using pi = array<int, 2>;
#define sz(a) ((int)(a).size())
#define all(a) (a).begin(), (a).end()
const int MAXT = 530000;
struct passport {
int l, r, idx;
};
struct seg {
pi tree[MAXT];
int lim;
void init(int n, vector<passport> &a) {
for (lim... | [
"koosaga@gmail.com"
] | koosaga@gmail.com |
637ebcb67f8495e34526443c71cfb634caa9e8b4 | 52311878ec5b0cda1a54326e1cc0feff8dda1b17 | /name.cpp | 1de06bf74eb2c51263fea68d47d31f078bfb097c | [] | no_license | Miproyq/C- | 257c290fb9e6985e489f25afd2d71fe19bfba2a7 | 95d096213bf13b733a33b4c5251732472749d513 | refs/heads/master | 2021-09-01T05:37:47.911007 | 2017-12-25T05:14:00 | 2017-12-25T05:14:00 | 115,240,088 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 308 | cpp | #include <iostream>
#include <string.h>
#include <cstdio>
using namespace std;
int main(){
char firstName[10];
char lastName[10];
cout<<"First Name:";
cin.getline(firstName,10);
cout<<"Last Name:";
cin.getline(lastName,10);
cout<<"Hi "<<firstName<<lastName<<".";
cin.get();
cin.get();
return 0;
} | [
"iyanqin.liu@gmail.com"
] | iyanqin.liu@gmail.com |
b6841060c2ceb176ed3b4fabfdd1fea14b37c583 | f4bd16c7dcb7672c00e31c78d9216e7f3112fd6d | /hackerblocks/findunique.cpp | 43e4be2495c487c6efaee0e304fbba458404c442 | [] | no_license | namangoyal10/Android_handsOn | 1d3528e9b1c0788502ed577fce665ff65a0578e3 | ab628b9408a30420c776d4e3b98fa1aafe60df97 | refs/heads/master | 2020-07-23T06:10:47.298328 | 2019-09-11T17:58:14 | 2019-09-11T17:58:14 | 207,468,454 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | cpp | #include<iostream>
using namespace std;
int main(){
int n; cin>>n;
int arr[n];
for(int i=0;i<n;i++){
cin>>arr[i];
}
int x=0;
for(int i=0;i<n;i++){
int temp=x;
x=x^arr[i];
if(temp==x) cout<<x<<endl;
}
cout<<x;
}
//7
//1 3 4 3 2 1 4
| [
"namangoyal105@gmail.com"
] | namangoyal105@gmail.com |
cc63a443504826eb108bda07f01b391ed8304bbd | 4e62733f42024b74809fe79d8e08110a5f001ec8 | /SECONDO ANNO/II SEMESTRE/Calcolatori elettronici/Esami passati/Assembly/2018-07-04_22/cc.h | 76af9b7e088d74c03d635ac6571c6f34ca79a75f | [] | no_license | Guray00/IngegneriaInformatica | f8f56a310ac7585f105cbf1635240df2d7a43095 | 752ac634bb7f03556fd8587bf5f5a295843a76b9 | refs/heads/master | 2023-08-31T12:23:44.354698 | 2023-08-28T15:19:22 | 2023-08-28T15:19:22 | 234,406,145 | 233 | 80 | null | 2023-07-04T14:02:14 | 2020-01-16T20:31:24 | C++ | UTF-8 | C++ | false | false | 389 | h | #include <iostream>
using namespace std;
struct st1 { char vi[4]; };
class cl {
char v1[4]; char v2[4]; long v3[4];
public:
cl(st1 ss);
cl elab1(char ar1[], st1 s2);
void stampa()
{ char i;
for (i=0;i<4;i++) cout << (int)v1[i] << ' '; cout << endl;
for (i=0;i<4;i++) cout << (int)v2[i] << ' '; cout << endl;
... | [
"g.loni1@studenti.unipi.it"
] | g.loni1@studenti.unipi.it |
b9d5de835d8ae18da4424c61e87b021d72e82a97 | 1003b415e50030887aaefd3d01f914ebec6cf69d | /src/currentia/query/cpl-parse.h | 0acd60f12697e2b88b2bf3a19170b64073339474 | [] | no_license | mooz/currentia | dd61872a53b51c9902fa08b601ed1b24af669891 | 5d52dcfc441340f149b591a377cb7be5d91d2b69 | refs/heads/master | 2016-09-06T17:52:54.737166 | 2014-11-20T14:06:16 | 2014-11-20T14:06:16 | 26,914,125 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,661 | h | // -*- c++ -*-
#ifndef CURRENTIA_QUERY_CPL_PARSE_H_
#define CURRENTIA_QUERY_CPL_PARSE_H_
#include "currentia/query/cpl.h"
#include "currentia/query/cpl-parser.c"
namespace currentia {
// TODO: This method should create `Stream` instances into
// SchemaManager, not into CPLQueryContainer (current
// imple... | [
"stillpedant@gmail.com"
] | stillpedant@gmail.com |
d08a4163ceb9709dc178223ca1516b5f90d515f8 | e2230714ab6050a8ee18318aee5d6392bdd0bcab | /Source/WindowsUnified/Catrobat.8.1/Catrobat/Catrobat.Player/Catrobat.Player.Shared/CatrobatTexture.cpp | a06b75935a68ea4c82cbb7856b20b4f8e8ae9c25 | [] | no_license | davpro90/CatrobatForWindows | e858d5a377df268679086928b1ad67be7f243421 | edaedbb0302131daca6ac32f21061325fb4c4d7c | refs/heads/master | 2020-04-06T06:45:27.487468 | 2016-05-13T14:42:13 | 2016-05-13T14:42:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 483 | cpp | #include "pch.h"
#include "CatrobatTexture.h"
using namespace std;
using namespace Microsoft::WRL;
CatrobatTexture::CatrobatTexture(vector < vector<int> > alphaMap, ComPtr<ID2D1Bitmap> bitmap)
: m_bitmap(move(bitmap)), m_alphaMap(alphaMap)
{
}
CatrobatTexture::~CatrobatTexture()
{
m_bitmap.Reset();
}... | [
"CATROBAT\\hannes.hasenauer"
] | CATROBAT\hannes.hasenauer |
37b977751a1d23ed6b317b8b191e2230addc126b | 0b2d01f1c418aa2ef284ddd27b1397f0f2b4d1be | /zombie outbreak simulation v2.cpp | 0dd4f5c029c8aa147c203dcad46956e8934bbb1a | [] | no_license | AdrianJCross/Zombie_simulation | 346f438e726cdc3b7fb6169d0ac541227a7f4007 | abef519c9918e642130000ef3e28e436c7fe8df4 | refs/heads/master | 2020-09-19T17:23:10.771740 | 2019-11-26T17:51:38 | 2019-11-26T17:51:38 | 224,252,234 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,275 | cpp | //NOT THE FINAL VERSION!!!!!!
//Adrian Cross
//year 3 intro to C++ project
//zombie outbreak simulation v2
//This code simulates a zombie outbreak
//this code has been written in quincy
#include <iostream>
#include <string>
#include <algorithm>
#include <vector>
#include <windows.h>
using namespace std;
... | [
"across@localhost.localdomain"
] | across@localhost.localdomain |
362f43e0e69961730b14ce91bbe374e4357bbcbd | 1bc9797c7f34ebdb4c91de1778292b84ba677813 | /test/compiler/ssa.cpp | 949699e3a5b4b09c33690d480d6b8632c7c8cb8c | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | synecdoche/basil | 8efade7d95b64f67e0d74cb5b25954411224bce0 | 575b4590d45144f80d74ddc0bfc133cad4b7c04d | refs/heads/master | 2023-09-04T04:07:40.508207 | 2021-11-07T19:16:01 | 2021-11-07T19:16:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,980 | cpp | /*
* Copyright (c) 2021, the Basil authors
* All rights reserved.
*
* This source code is licensed under the 3-Clause BSD License, the full text
* of which can be found in the LICENSE file in the root directory
* of this project.
*/
#include "test.h"
#include "ssa.h"
#include "driver.h"
using namespace basil;
... | [
"9532786+elucent@users.noreply.github.com"
] | 9532786+elucent@users.noreply.github.com |
41b64236782c0bbf4bec1974b1dfc4184fc74bd9 | 01a42b69633daf62a2eb3bb70c5b1b6e2639aa5f | /SCUM_Zombie_Sweater_03_classes.hpp | 1dc604b1d29975c53d915de15056c88a7e8bf306 | [] | no_license | Kehczar/scum_sdk | 45db80e46dac736cc7370912ed671fa77fcb95cf | 8d1770b44321a9d0b277e4029551f39b11f15111 | refs/heads/master | 2022-07-25T10:06:20.892750 | 2020-05-21T11:45:36 | 2020-05-21T11:45:36 | 265,826,541 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 811 | hpp | #pragma once
// Scum 3.79.22573 (UE 4.24)
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace Classes
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass Zombie_Sweate... | [
"65712402+Kehczar@users.noreply.github.com"
] | 65712402+Kehczar@users.noreply.github.com |
242d268a092b5651deb60fc155b831b91cd7302d | a06515f4697a3dbcbae4e3c05de2f8632f8d5f46 | /corpus/taken_from_cppcheck_tests/stolen_1205.cpp | 3f8c54df671eddff5ed8220426dddb8dff4879f5 | [] | no_license | pauldreik/fuzzcppcheck | 12d9c11bcc182cc1f1bb4893e0925dc05fcaf711 | 794ba352af45971ff1f76d665b52adeb42dcab5f | refs/heads/master | 2020-05-01T01:55:04.280076 | 2019-03-22T21:05:28 | 2019-03-22T21:05:28 | 177,206,313 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 67 | cpp | struct s
{
int** v;
void f()
{
v = 0;
}
};
| [
"github@pauldreik.se"
] | github@pauldreik.se |
a378de4d269d4ec809a27c38e7cd0e442135a267 | 5ade673a92c32440f95e75c57daf9611ac15c6d1 | /algo_for_mg/5_17/tempCodeRunnerFile.cpp | 9bd0dbd31a8a0647f624bb283fb69dd4a8c92972 | [] | no_license | jin1xiao3long2/2020_02_Cpp | 89511faad07b410d46785730b6e0f40728296c9b | 128752ad0c2c75e3b6c2e41eb6b0f70630ab89b0 | refs/heads/master | 2023-01-02T14:46:57.637405 | 2020-10-31T06:03:55 | 2020-10-31T06:03:55 | 245,803,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,941 | cpp | #include<iostream>
#include<cstdio>
#include<cstring>
#include<algorithm>
#include<cmath>
#include<queue>
#include<stack>
#include<map>
#include<sstream>
using namespace std;
typedef long long ll;
const int maxn = 2e3 + 10;
const int INF = 1 << 30;
int dir[4][2] = {1,0,0,1,-1,0,0,-1};
int T, n, m, x;
int... | [
"157027148@qq.com"
] | 157027148@qq.com |
05af22913e9d019ff4c4e74f00530126d035da12 | 069d4d60ed3bded70ad32e8b19371c453efb6655 | /src/ppl/nn/engines/x86/kernels/onnx/range_kernel.h | a1075fc7b77676587027689edebc65bbcfabcce8 | [
"Apache-2.0"
] | permissive | openppl-public/ppl.nn | 5f3e4f0c1a10bd2ba267fdc27ff533fb9074f1ed | 99a2fdf6e4879862da5cac0167af5ea968eaf039 | refs/heads/master | 2023-08-17T07:31:50.494617 | 2023-08-16T11:24:54 | 2023-08-16T15:05:11 | 381,712,622 | 1,143 | 224 | Apache-2.0 | 2023-09-08T16:33:08 | 2021-06-30T13:32:17 | C++ | UTF-8 | C++ | false | false | 1,242 | h | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | [
"openppl.ai@hotmail.com"
] | openppl.ai@hotmail.com |
4160417626052386e2f90ea07034964136bb87da | 829b3f2d0ae685d01fe097c03bf5c1976cbc4723 | /deps/boost/include/boost/accumulators/statistics/extended_p_square.hpp | 1b43539a59b88823f596c120a2955dc344ca780e | [
"Apache-2.0"
] | permissive | liyoung1992/mediasoup-sfu-cpp | f0f0321f8974beb1f4263c9e658402620d82385f | b76564e068626b0d675f5486e56da3d69151e287 | refs/heads/main | 2023-08-21T21:40:51.710022 | 2021-10-14T06:29:18 | 2021-10-14T06:29:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,942 | hpp | ///////////////////////////////////////////////////////////////////////////////
// extended_p_square.hpp
//
// Copyright 2005 Daniel Egloff. 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)
#ifndef BOOST_A... | [
"yanhua133@126.com"
] | yanhua133@126.com |
069899b27dc14786dc3344378d24d380df550910 | 8292e1f6f3ff4fa0afd8aafe9aaaa5135d82d077 | /OOP Homework/Thuc hanh/Week9/Exercise 5/Vuong.cpp | 09dc136bab69a6e1e096ae20fb1c7bdd034c9506 | [] | no_license | lkdn3t/First-Year-In-UIT | b03abcd18506d5916bac609d536bb333e7a4f03d | ca7a5f4c1ca81bd7898176d24fb027891303321e | refs/heads/master | 2021-04-06T04:02:07.216858 | 2018-07-03T14:17:10 | 2018-07-03T14:17:10 | 123,702,504 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 163 | cpp | #include "Vuong.h"
void Vuong::Nhap(ifstream & ifile) {
ifile >> TraiTren.x >> TraiTren.y;
ifile >> Dai;
Rong = Dai;
}
char Vuong::getLoai() {
return 'V';
}
| [
"lkdn3t@gmail.com"
] | lkdn3t@gmail.com |
9257849c82501b46b737e0ded24b0a4315aed731 | 10c97fdd74b921e5a05905ad52e52b2d1b24ee4d | /Miscellaneous.h | e6299f318d8f3cc1d5f3a795443492e5671d5af6 | [] | no_license | weiweibrad/pd2_project1 | 78ab2201262b31393f50400e21fb97ab09901cc1 | b51a7f50e97c8dca36227a9b054391f77aa20cb9 | refs/heads/master | 2021-01-22T21:38:10.148251 | 2017-03-19T06:16:29 | 2017-03-19T06:16:29 | 85,455,227 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 369 | h | #ifndef __MISCELLANEOUS_H__
#define __MISCELLANEOUS_H__
/*
point is for representing characters on 2D plane, for computational geometry
*/
class Point
{
public:
int X;
int Y;
// sorting rule
bool operator<(const Point &b) const;
};
/*
return distance^2 , for better performance than distance^1
*/
int ... | [
"E24056679@mail.ncku.edu.tw"
] | E24056679@mail.ncku.edu.tw |
58d7c2d42cb1e26f4f2a30bb83b4eb03d5234957 | ea12fed4c32e9c7992956419eb3e2bace91f063a | /zombie/code/zombie/nwaypoint/src/ncwaypoint/ncwaypoint_main.cc | e409630f5db02c346e20e6f98d7f39f32b78d540 | [] | no_license | ugozapad/TheZombieEngine | 832492930df28c28cd349673f79f3609b1fe7190 | 8e8c3e6225c2ed93e07287356def9fbdeacf3d6a | refs/heads/master | 2020-04-30T11:35:36.258363 | 2011-02-24T14:18:43 | 2011-02-24T14:18:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,168 | cc | //-----------------------------------------------------------------------------
// ncwaypoint.cc
// (C) 2005 Conjurer Services, S.A.
//-----------------------------------------------------------------------------
#include "precompiled/pchnwaypoint.h"
#ifndef NGAME
#include "ncwaypoint/ncwaypoint.h"
#includ... | [
"magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91"
] | magarcias@c1fa4281-9647-0410-8f2c-f027dd5e0a91 |
0e4408633dceeffef6796354825e368f4f372b80 | 281dd0889d34cac51e0eeb11b5835d92a0563ba1 | /Coursework2/src/display/two_dimensional_display.cc | 77538551b5cae969d27a4e3be8866f58f1e1668f | [
"WTFPL"
] | permissive | stephenmcgruer/University-CAV | 382bed1cca6cf2835967534c1c870b8cfc57efe9 | b2ba8d8b02ff2735bdfa0eee1b1fbfea17252661 | refs/heads/master | 2021-03-12T19:42:01.856218 | 2013-05-21T19:14:06 | 2013-05-21T19:14:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,838 | cc | //! \author Stephen McGruer
#include "./two_dimensional_display.h"
#include <algorithm>
#include <cstdio>
namespace computer_visualization {
void TwoDimensionalDisplay::ExtraSetup() {
// Set up an orthogonal projection to display the head on.
gluOrtho2D(-kWindowWidth / 2, kWindowWidth / 2, -kWindowHeight / 2,
... | [
"stephen.mcgruer@gmail.com"
] | stephen.mcgruer@gmail.com |
77ea5f59ffcfd81f17b6f71e49092db01fff16eb | fd0d9408ca29c9fc4f4216081a2402ac4cd56af7 | /src/AStarSolver.cpp | f72d2f75834fd3c797de72223f479496fed7b39e | [] | no_license | Airscope/EightPuzzle | 8c2827da6b912d1efb984121742f80e3fda47e03 | 47d69570bc603ddc1df9ae054e3cd6adc479d061 | refs/heads/master | 2020-08-28T22:47:20.072799 | 2019-11-05T12:59:12 | 2019-11-05T12:59:12 | 217,843,481 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,245 | cpp | #include "AStarSolver.h"
#include "Board.h"
namespace solver {
bool AStarSolver::Solve(const Board& start) {
if (!start.Solvable()) {
std::cerr << "Unsolvable Board." << std::endl;
return false;
}
openset_.clear();
camefrom_.clear();
closeset_.clear();
f_.clear();
g_.clear();
openset_.Initial... | [
"478499770@qq.com"
] | 478499770@qq.com |
5f5974d0121157fb74bb2713577418c9c640ef90 | b8e6b1ec994c2b26d2c1bfe941d66edd3d7df8d7 | /CartPoint.h | fdf1c9935944916ddc7472f95eccba70fcc2d0d7 | [] | no_license | hhebert1/Sea-plus-plus | 7216be02778329a67d0552a7e1c8273ad81623cc | 1fc0ec514221fcfe80f86283d13a3cdce85a3ee4 | refs/heads/master | 2020-03-28T02:23:31.859352 | 2018-09-05T19:11:57 | 2018-09-05T19:11:57 | 147,567,077 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 508 | h | #ifndef CARTPOINT_H
#define CARTPOINT_H
#include "CartVector.h"
//declare class CartPoint
class CartPoint
{
public:
//member variables
double x;
double y;
//member functions
CartPoint();
CartPoint(double x, double y);
};
//Nonmember functions
double cart_distance(CartPoint, CartPo... | [
"hhebert1@bu.edu"
] | hhebert1@bu.edu |
f21b98ae8f51d3fd3259cb4926da22c3ad996611 | 0cf3480390764a5d0c6b91b27a94347136e1ccdf | /Unit1.h | 69e68eb629e480fb1e25b1b116a67e01e8e0f1b8 | [] | no_license | vilmarferreira/web | c3d58a60671f58d3ebec59d45063bd38fad5085c | d6c10d704ae781a1e0f96a2c8422fc7a37da57a2 | refs/heads/master | 2021-08-31T13:15:21.093251 | 2017-12-21T12:13:04 | 2017-12-21T12:13:04 | 115,002,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 983 | h | //---------------------------------------------------------------------------
#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <System.Classes.hpp>
#include <FMX.Controls.hpp>
#include <FMX.Forms.hpp>
#include <FMX.Types.hpp>
#include <FMX.WebBrowser.... | [
"ferreiragomes7792@gmail.com"
] | ferreiragomes7792@gmail.com |
15c9f4d5d9b7bb4729291bca59006b74018e8dd2 | 19eb97436a3be9642517ea9c4095fe337fd58a00 | /private/net/snmp/compiler/mibccv2/mibcc.cpp | da6b5cfdde6a2d94f5afa13b15bcc43fbc8d98a5 | [] | no_license | oturan-boga/Windows2000 | 7d258fd0f42a225c2be72f2b762d799bd488de58 | 8b449d6659840b6ba19465100d21ca07a0e07236 | refs/heads/main | 2023-04-09T23:13:21.992398 | 2021-04-22T11:46:21 | 2021-04-22T11:46:21 | 360,495,781 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,389 | cpp | /*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
mibcc.cpp
Abstract:
SMI compiler backend for MIB database.
Author:
Florin Teodorescu (florint) 26-Jan-1998
--*/
///////////////////////////////////////////////////////////////////////////////
// ... | [
"mehmetyilmaz3371@gmail.com"
] | mehmetyilmaz3371@gmail.com |
78446eee7ff290ff41cfee7206529590af6953bb | d1dff012eafc3ba8182869532de0aeb6ac0a74dd | /UVa/993 Product of digits.cpp | b69067359754233148d5fb206b582c36e8808566 | [] | no_license | kashimmirza/Problem-Solving | 2d9b92bb6800e35e1aaad392e65bb4c4d6c2a4ab | 189f3101a1910408c0185270d676453bcf4670a8 | refs/heads/master | 2023-07-24T13:14:30.004271 | 2021-09-06T16:05:48 | 2021-09-06T16:05:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,783 | cpp |
/*######## IN THE NAME OF ALLHA ##########*/
#include<bits/stdc++.h>
using namespace std;
#define ll long long
#define MAX 999999999999999999
#define nl cout<<endl
#define r0 return 0
#define r1 return 1
#define sf1(x) scanf("%lld",&x)
#define sf2(x,y) scanf("%lld %lld",&x,&y)
#define sf3(x... | [
"noreply@github.com"
] | kashimmirza.noreply@github.com |
2b074bbb0e1e760e065effa9aafc8c480e0a68f4 | 9a290ce55095c41df546ed1aab8eaddec153e6e5 | /dockerfile/src/common/zeromq-4.1.0/src/tcp_address.cpp | 53fbe0d98e6b9d2a0ab193b5f302c6232e245500 | [
"LGPL-3.0-only",
"LicenseRef-scancode-zeromq-exception-lgpl-3.0",
"GPL-3.0-only",
"BSD-2-Clause"
] | permissive | mushenghe/visual-pushing-grasping | 3ee302ba07c7ebc252aaf498935957dbe3b9403a | 53607c99c6016bdf041f10d886fa2c0ab583eecb | refs/heads/master | 2020-12-14T15:52:27.062653 | 2020-03-10T02:56:45 | 2020-03-10T02:56:45 | 234,796,767 | 1 | 0 | BSD-2-Clause | 2020-01-18T20:57:01 | 2020-01-18T20:57:01 | null | UTF-8 | C++ | false | false | 19,634 | cpp | /*
Copyright (c) 2007-2014 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
0MQ is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or
... | [
"musheng.he@outlook.com"
] | musheng.he@outlook.com |
d71dadb72c23992b0847f861e0e36ec886c2e75e | 34ec508ee68186dc450a62f3eabe80d76f28f815 | /src/utils/constants.h | ee70f31aeb93a1a58f98c24c8fcda313c28670d4 | [] | no_license | mmou/mbm | abd0ab1f37a443b931989dd2cbdb54a5ed071e20 | 49493608e99cc158ca7b69280bb62ca32aa4ab38 | refs/heads/master | 2021-01-13T08:21:16.825256 | 2016-11-30T10:36:02 | 2016-11-30T10:36:02 | 71,765,159 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 433 | h | namespace mbm {
#define NS_PER_SEC 1000000000
#define READY "READY"
#define END "END"
#define MIN_TARGET_WINDOW_SIZE 1
#define MAX_PACKETS_TEST 30000
#define MAX_PACKETS_CWND 30000
#define TEST_BASE_SEC 30
#define TEST_INCR_SEC_PER_MB 15
#define TEST_MAX_SEC 300
#define CWND_BASE_SEC 15
#define CWND_... | [
"moumerry@gmail.com"
] | moumerry@gmail.com |
f901365ce8cd004d582ae988e90e77aad49db9b6 | bf6246c732c4d05fbc747ffcaafd1fdda9ffea93 | /src/Context.cpp | 72ffdca3afc11fc04ee1e4c9a509fbea884184df | [] | no_license | Senryoku/SenOGL | cf36da3ecc799ded78ffbfbd242e84ea5516b214 | 7c10c2e08c4f3e1fa17071c7b63db1c5ff220a4f | refs/heads/master | 2020-12-25T16:51:06.740100 | 2017-11-15T06:33:32 | 2017-11-15T06:33:32 | 28,991,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 491 | cpp | #include <Context.hpp>
namespace Context
{
bool init()
{
return gl3wInit() != -1;
}
void APIENTRY debugCallback(GLenum source,
GLenum type,
GLuint id,
GLenum severity,
GLsizei length,
const GLchar* message,
const void* userParam)
{
(void)source; (void)type; (void)id;
(void)severity; (void)length; (void)us... | [
"maretverdant@gmail.com"
] | maretverdant@gmail.com |
db0194a49951301c97e4d59bd25e98945c117035 | f840883edfd83577c170a9b3def6d3fb9556291e | /src/UnfoldJetpT.cxx | 431c0db86de6226164c181b3275774778ba5ce3b | [] | no_license | yistand/ppjet | d1968028ff542d98762af062cde49b9d568da5a7 | 8cbfa2a61f0de352cc46fc1299207ec7702508e6 | refs/heads/master | 2021-01-19T01:51:42.434216 | 2019-05-16T12:44:14 | 2019-05-16T12:44:14 | 45,508,287 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,648 | cxx | //======================================================================================================================================================
//
// 2016.07.25 Li YI
// use RooUnfold to unfold leading jet pT using Mc - Rc from embedding
//
// To run this code:
// root -l src/UnfoldJetpT.cxx
//
//
// 201... | [
"yistand@gmail.com"
] | yistand@gmail.com |
c6d6eb657c5180795d59466fc74e308bf94b411d | ef28b501f37a8bb6c62bd57deb9177c310b6476f | /hash/testhash.cpp | 29159aead96c266a310b518cb0aba988ee69e1be | [] | no_license | serjiklobanov/c-practice | a68b930a1a94eaa419f2ab79a93005bf047692b3 | 2930499268173adaa274d535be84a6f3895516d3 | refs/heads/master | 2023-05-02T20:20:36.401635 | 2021-05-21T12:39:22 | 2021-05-21T12:39:22 | 339,868,384 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,713 | cpp | #include "hash.h"
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <cassert>
struct TestStruct
{
std::string key;
std::string value1;
std::string value2;
TestStruct()
{
}
TestStruct(const TestStruct& struct_)
{
key = struct_.key;
... | [
"lobanov199969@gmail.com"
] | lobanov199969@gmail.com |
d564c43f233148e96c681e55151210a3fd735a37 | f1c01a3b5b35b59887bf326b0e2b317510deef83 | /SDK/SoT_EmissaryDiscoveredLoot_OOS_PromptAccessKey_classes.hpp | 1fb89bcc1630080856ee4f3bf283a9956878f81a | [] | no_license | codahq/SoT-SDK | 0e4711e78a01f33144acf638202d63f573fa78eb | 0e6054dddb01a83c0c1f3ed3e6cdad5b34b9f094 | refs/heads/master | 2023-03-02T05:00:26.296260 | 2021-01-29T13:03:35 | 2021-01-29T13:03:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 857 | hpp | #pragma once
// Sea of Thieves (2.0) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "SoT_EmissaryDiscoveredLoot_OOS_PromptAccessKey_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------... | [
"igromanru@yahoo.de"
] | igromanru@yahoo.de |
efb7cee47c189f2e6c609bacd5edb8a651e97651 | e47a5b8b36761f288c5c7738bb5a1e820985230c | /Arya Chakraborty/Binary Search/Check If N and Its Double Exist.cpp | cbe3bf3464dac0e67d8efbcd719e42b56d5378b1 | [] | no_license | codedazzlers/DSA-Bootcamps | 3a03e64c2514a3c4183b1c57b301a0827e96301a | f5a47dca998449e075f37b8bb4d075f6660bb083 | refs/heads/main | 2023-08-28T09:52:09.732810 | 2021-11-06T11:52:47 | 2021-11-06T11:52:47 | 408,450,942 | 13 | 66 | null | 2021-11-06T11:52:48 | 2021-09-20T13:18:44 | C++ | UTF-8 | C++ | false | false | 493 | cpp | //https://leetcode.com/problems/check-if-n-and-its-double-exist/
//time complexity=O(n*n)
class Solution
{
public:
bool checkIfExist(vector<int> &arr)
{
for (int i = 0; i < arr.size(); i++)
{
for (int j = i + 1; j < arr.size(); j++)
{
if (arr[i] == arr[j]... | [
"aryachakraborty2002@gmail.com"
] | aryachakraborty2002@gmail.com |
50c65d144c9af44e2f9c3a04c3ca299111f736ed | 72ae471d8fbc167ad60fdcb73f64456e372d2beb | /women.cpp | 61d4986a0879a42d5e7f079717eb51ca53c231bb | [] | no_license | thanpuia7/stylePro | 107d04fd59d3358a814b300706749d043488cbc6 | f37708460706165d3b66320f6de42094d911a210 | refs/heads/master | 2021-08-15T14:47:53.138685 | 2017-11-17T21:28:34 | 2017-11-17T21:28:34 | 111,151,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,188 | cpp | #include "women.h"
#include <stdio.h>
#include <iostream>
#include <string>
#include <fstream>
using namespace std;
women::women()
{
gender=2;
wshirtp=500.0;
wpantp=1000.0;
wshoep=4000.0;
}
void women::shirt()
{
cout<<"\nChoose your color";
cout<<"\n1.Black\n2.WHite\n3.Blue";
cin>>color;
cout<... | [
"noreply@github.com"
] | thanpuia7.noreply@github.com |
a31825e3c0e4f94e575d735b09f254a47df32e1b | bc8e83e8f447e84cd5bb03e9872347e8893e1ead | /olympiads school/2021 Start of Summer Break Practice/vending-machine.cpp | ee1c17bdb4005a906c895bb07b4f4799d6e79f11 | [] | no_license | plasmatic1/other-judge-solutions | c04861f843f9122b7b69f1bc00fd4a5a839c8473 | 4702e0ddaa9243acd71a1ac241fe8dd3e72ce06a | refs/heads/master | 2022-09-30T08:39:54.284860 | 2022-08-29T03:41:32 | 2022-08-29T03:41:32 | 214,307,016 | 1 | 1 | null | 2021-04-06T16:56:43 | 2019-10-11T00:00:25 | C++ | UTF-8 | C++ | false | false | 2,272 | cpp | // ./vending-machine.yml
#include "bits/stdc++.h"
using namespace std;
// Defines
#define fs first
#define sn second
#define pb push_back
#define eb emplace_back
#define mpr make_pair
#define mtp make_tuple
#define all(x) (x).begin(), (x).end()
// Basic type definitions
using ll = long long; using ull = unsigned long ... | [
"moses@mosesxu.net"
] | moses@mosesxu.net |
6d5966ca4db8b21edd2674af44b3e073317cc8a2 | 39c806e8c6e684d6c43d21007b0eb2997184fc58 | /ChatApplication-Group1/BlockingQueue.h | 28d55bf301c03bf97cde0a7ff69f2da36ae529fb | [] | no_license | pepijndevos/ad-hoc-chat | 20dae6af6a318b57441da0a7fa4899b1ef192f82 | d950d42bf7cc3180d0a2beaab0128e3b798031e5 | refs/heads/master | 2021-01-19T09:03:40.716127 | 2017-04-20T11:39:35 | 2017-04-20T11:39:35 | 87,719,346 | 0 | 4 | null | 2017-04-18T08:15:29 | 2017-04-09T15:41:05 | C++ | UTF-8 | C++ | false | false | 1,174 | h | #ifndef __BLOCKING_QUEUE_H__
#define __BLOCKING_QUEUE_H__
#include <queue>
#include <thread>
#include <string>
#include <list>
#include <iostream>
using namespace std;
template<class T>
class BlockingQueue
{
private:
queue<T> theQueue;
pthread_mutex_t mutex_queue;
pthread_cond_t cond;
public:
BlockingQueue(){
... | [
"e.j.knol-1@student.utwente.nl"
] | e.j.knol-1@student.utwente.nl |
27a80deebc19e3e805dc6ed2618fcf4d7726e13b | 1c0d83de7383446eeec3e8b3fc14a6966702014f | /第七次/新建文件夹/server/03/tcp_server3-1.cpp | 6d47396e56ebba9a5e51d502e6b8c51c472539c8 | [] | no_license | Nevertorlate/shenjianhomework | fb27bb64e46087e8b7c4f213374366ca32eb8759 | 6e4dc5bb97c235638368d29d5e298b791df80af4 | refs/heads/master | 2020-03-30T00:10:32.906705 | 2018-11-26T08:24:33 | 2018-11-26T08:24:33 | 150,508,948 | 3 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,727 | cpp | #include <iostream>
#include <sys/types.h>
#include <sys/socket.h>
#include <stdio.h>
#include <errno.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/shm.h>
#include <arpa/inet.h>
#include <time.h>
#include <signal.h>
using n... | [
"noreply@github.com"
] | Nevertorlate.noreply@github.com |
e6b2bcab14e9260b560da987a9b0b5022d46f319 | df9bafdd24baffb9b4772b22770859d4140ab0f6 | /Source/Utility/ResourceManager.cpp | d61700cf88e2625909a8d7758c33f4c388b47648 | [
"MIT"
] | permissive | marukrap/TinyRogue | 7240838e5c0e6968fd28b7ab845d0b5fc1dbbf8d | 0b20e82d9c4d15f7572515b80972eddf5a90a42b | refs/heads/master | 2023-06-25T08:48:18.487741 | 2021-07-18T05:59:43 | 2021-07-18T05:59:43 | 112,774,709 | 14 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,491 | cpp | #include "ResourceManager.hpp"
#include <stdexcept> // runtime_error
#include <cassert>
void ResourceManager::loadFont(FontID id, const std::string& filename)
{
auto font = std::make_unique<sf::Font>();
if (!font->loadFromFile(filename))
throw std::runtime_error("ResourceManager::loadFont - Failed to l... | [
"marukrap@gmail.com"
] | marukrap@gmail.com |
ecd73cce3664a3e99a5a2bd9be8bb2bdf79f60c9 | 87aba51b1f708b47d78b5c4180baf731d752e26d | /Replication/DataFileSystem/PRODUCT_SOURCE_CODE/itk/Modules/Core/Common/test/itkQuadrilateralCellTest.cxx | b2aa166f6f4583efe653fdbb42d023de6daa0a87 | [] | no_license | jstavr/Architecture-Relation-Evaluator | 12c225941e9a4942e83eb6d78f778c3cf5275363 | c63c056ee6737a3d90fac628f2bc50b85c6bd0dc | refs/heads/master | 2020-12-31T05:10:08.774893 | 2016-05-14T16:09:40 | 2016-05-14T16:09:40 | 58,766,508 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,870 | cxx | /*=========================================================================
*
* Copyright Insight Software Consortium
*
* 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
*
* ... | [
"jstavr2@gmail.com"
] | jstavr2@gmail.com |
b4a7251eda4de9c71d272808ec60b9602f21f410 | dfc8edc3a1c832961bb9a7041bad55b25c5ea146 | /games/spiders/impl/spiders.hpp | 106cb7ebc5c5b447a3e6f027b7f070a3eaccdf3a | [
"MIT"
] | permissive | siggame/Joueur.cpp | 5f7332e2d8bbd0daac078ed93ca697a74a847435 | 673fce574ca80fb8f02777e610884a1c9808501d | refs/heads/master | 2022-06-05T16:32:09.667029 | 2022-05-04T15:43:48 | 2022-05-04T15:43:48 | 39,783,980 | 9 | 21 | MIT | 2020-11-08T17:06:08 | 2015-07-27T16:02:44 | C++ | UTF-8 | C++ | false | false | 1,619 | hpp | // DO NOT MODIFY THIS FILE
// Never try to directly create an instance of this class, or modify its member variables.
// This contains implementation details, written by code, and only useful to code
#ifndef GAMES_SPIDERS_HPP
#define GAMES_SPIDERS_HPP
#include "../../../joueur/src/base_game.hpp"
#include "../ai.hpp"
... | [
"jacob.t.fischer@gmail.com"
] | jacob.t.fischer@gmail.com |
f0a461b4004474147f0b1aef0bf17f7e49a44314 | da5f8e8c424a7846c9f271029eb22e31f8f70b11 | /2DUi/VanillaSetupGL-Ground/Vanilla/ImageSprite.cpp | 98499d89b1e4f079a47d8ac29cc2796ad20bd4a6 | [] | no_license | ycb577114589/openGL_Basic | 858ba1eb1049dc93feafb93aa9760f0a6dc71fe6 | b761248776651865136d74d10bcc43e9043d3a47 | refs/heads/master | 2021-01-01T17:51:33.695894 | 2017-07-24T10:22:55 | 2017-07-24T10:22:55 | 98,169,513 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 868 | cpp | #include "ImageSprite.h"
void ImageSprite::SetTexture(Texture *texture)
{
mTexture = texture;
}
void ImageSprite::SetRect(float x, float y, float width, float height)
{
float halfWidth = width / 2.0f;
float halfHeight = height / 2.0f;
mMesh[0].x = x - halfWidth;
mMesh[0].y = y - halfHeight;
mMesh[1].x = x + h... | [
"577114589@qq.com"
] | 577114589@qq.com |
c390233b1ee8f4d13770ca02d8e3469228bd4dc8 | 2c7187c6cdba4e467883571f13107695d69c149f | /include/server/RestMethods.h | 5f20d2b5ec28dbb41fa48ff234045fe1a96af6b3 | [] | no_license | redtail5144/IssueTracking | 04fa895b2bec12802d1decb54519a78e0ed42048 | 296f3f8548b8ac1b583612e2ecb2356e2a190218 | refs/heads/master | 2020-09-23T13:29:14.749537 | 2019-12-03T02:23:46 | 2019-12-03T02:23:46 | 225,511,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,239 | h | /******************************
* @date 2019-10
* @author Matthew Wilbern
* @author Kyler Fisher
* @author Austin Campbell
*/
#ifndef RESTMETHODS_H
#define RESTMETHODS_H
#include <restbed>
#include <nlohmann/json.hpp>
#include <memory>
#include <stdexcept>
#include "RestMethods.h"
using nlohmann::json;
//**********... | [
"noreply@github.com"
] | redtail5144.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.