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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ea579dbdb709b75f31e18a4744440cdb726bdcd2 | 615f054c618b0d48b7086b3f9fc327e9ef3f212d | /files/Planet-master/merge/multiway_merge.cpp | b20a500692ce5b22026e2bcabe01cb257e1c60d8 | [] | no_license | DayuanTan/CMSC441_641_algorithm | af8c21b6fca6e33edb6960e892cac953b622b391 | 9b9bf1d2e7f60f290ad1c4182ad19fc19ccfeb88 | refs/heads/master | 2021-06-21T02:44:58.897727 | 2020-12-21T04:23:02 | 2020-12-21T04:23:02 | 150,659,722 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,022 | cpp | #include <vector>
#include <iostream>
#include <queue>
using namespace std;
template <typename T>
void merge(const vector<vector<T>>& V, vector<T>& S)
{
size_t L = 0;
for (size_t i = 0; i < V.size(); ++i)
L += V[i].size();
S.clear();
S.reserve(L);
using range = pair<typename vector<T>::const_iterator,
... | [
"zhuceafter2015@163.com"
] | zhuceafter2015@163.com |
fb4c46d528f17283ab9d7030d0665020b1442c80 | 3af6bd7d60cdd09bc69dcbcc2136c722f7853098 | /extractor/rule_extractor_helper.cc | 8a9516f2fe63be52ea55fcbef535df5bf4cdc32f | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"BSD-3-Clause-LBNL"
] | permissive | lejehl/cdec-dtrain | 0d1f17b66aba4dd79dcb6e87d04e6b3bb05eb3d4 | 08071e96894044525c449ab886b7c06cf194e802 | refs/heads/master | 2021-01-17T10:28:51.604516 | 2013-12-05T10:04:15 | 2013-12-05T10:04:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,526 | cc | #include "rule_extractor_helper.h"
#include "data_array.h"
#include "alignment.h"
namespace extractor {
RuleExtractorHelper::RuleExtractorHelper(
shared_ptr<DataArray> source_data_array,
shared_ptr<DataArray> target_data_array,
shared_ptr<Alignment> alignment,
int max_rule_span,
int max_rule_symb... | [
"pauldb89@gmail.com"
] | pauldb89@gmail.com |
1445024d9d3d809f105e9700353382b0a17ae749 | 45986c01dec7eac1c824d7739fb4526a2007bedf | /src/test/net_tests.cpp | f7ae101fab37627a8babe192609157c51b7d42b8 | [
"MIT"
] | permissive | scolcoin/scolcoin | 7c72c58a345588efaf541dc1bd85805e6f16cec0 | 9a74f33bde41a9f31617bc02b0fa9ae2f19f269f | refs/heads/master | 2023-05-25T14:34:47.484295 | 2023-05-22T21:15:09 | 2023-05-22T21:15:09 | 123,132,502 | 16 | 14 | MIT | 2020-09-25T11:31:41 | 2018-02-27T13:24:20 | C++ | UTF-8 | C++ | false | false | 5,287 | cpp | // Copyright (c) 2012-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "addrman.h"
#include "test/test_bitcoin.h"
#include <string>
#include <boost/test/unit_test.hpp>
#include "chainparam... | [
"info@scolcoin.com"
] | info@scolcoin.com |
3002332d3c45dd29fed6c8905421ca328e3c066a | 60a375565236a2c7b1c130c4f1bf3f8fa075e35e | /include/audaki/u8string.h | f1f0fdc46d471938218f47ed3a550fc853b0d988 | [
"MIT"
] | permissive | audaki/audaki-u8string | 1176ed1e606a6185cd695c6940a6ea849a0dd843 | a5c0083794293626c04eb58c8bc8e6c5504baaf8 | refs/heads/master | 2021-07-07T10:53:31.021753 | 2020-09-09T11:45:55 | 2020-09-09T11:45:55 | 187,390,016 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,927 | h | #pragma once
#include <cstddef>
#include <cassert>
#include <string_view>
#include <algorithm>
#include <vector>
#include <numeric>
#include <utility>
#include <array>
enum class Utf8_byte_type: uint8_t {
continuation_byte = 0,
single_byte_ascii = 1,
first_of_two_bytes = 2,
first_of_three_bytes ... | [
"kira.backes@nrwsoft.de"
] | kira.backes@nrwsoft.de |
5150bef582113a7fe2311910184aec6fd027363d | 97ef2fa6d03027d8b7559518e7f807c67f08ef1c | /src/PointWarper.cpp | 92905d1d97ff3157e8840c249eea24cde0e9c125 | [] | no_license | connorgmeehan/ofxWilkinson | 32871982d1005650743616a9419b2fed45b2a95e | 42d9961c0ad9c362017f17fba49b8fc2a92173c0 | refs/heads/master | 2020-04-20T14:54:38.585002 | 2019-07-27T09:59:37 | 2019-07-27T09:59:37 | 168,913,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,215 | cpp | #include "PointWarper.h"
void PointWarper::setup(int width, int height){
_width = width;
_height = height;
// setup defaults
_pointWarpParams.add(_pTopLeft.set("top_left", glm::vec2(0,0), glm::vec2(0,0), glm::vec2(_width, _height)));
_pointWarpParams.add(_pTopRight.set("top_right", glm::vec2(_widt... | [
"connorgmeehan23@gmail.com"
] | connorgmeehan23@gmail.com |
70acd777a5a87439d7cd4c9dc9388fb0861c0b92 | c5e7c75c355a599cf082f992cf683695a1749380 | /URI 1068/URI 1068/stdafx.cpp | 0e33ae14f6a0812b4ac8f4aedc106e9b9b758ce9 | [] | no_license | ShawonAshraf/UriOJCodes | 071f200b0450db0a253bb8ebb06165bf1d6e34cf | 69dc4a88710656d5237936bf6d2e45df8060c675 | refs/heads/master | 2021-01-12T12:00:57.107897 | 2019-02-10T20:30:35 | 2019-02-10T20:30:35 | 68,851,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 287 | cpp | // stdafx.cpp : source file that includes just the standard includes
// URI 1068.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"Shawon Ashraf"
] | Shawon Ashraf |
56b7fb62ed92096fab395e09cac47d92eaa0bb0b | cc6969df1c576e3d75a00cf623fd0a45f076cc38 | /985/a.cpp | a127286c442f27d69b8d9e966f87465d951f2fbf | [] | no_license | Moon3903/CodeForces | 3b0105c738c309085d515feb65d7d7b307591bef | ac599df95526ef04fb73e2cb75644ff3db6ff5e5 | refs/heads/main | 2023-06-30T22:37:45.316516 | 2021-08-03T07:56:28 | 2021-08-03T07:56:28 | 392,027,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 434 | cpp | #include<bits/stdc++.h>
using namespace std;
int kasus,tmp,black,white,sampai,ok,hai;
int arr[1000];
int hitam(int x){cout<<" x "<<x<<endl;
tmp=0;
for(x;x>=0;x--){
cout<<" x "<<arr[x]<<" ok "<<ok<<endl;
tmp+=abs(arr[x]-ok);
ok-=2;
}
return tmp;
}
int main(){
cin>>sampai>>ok;
hai=kasus/2;
for(kasus=0;kas... | [
"zulfikar.fauzul.akbar@gmail.com"
] | zulfikar.fauzul.akbar@gmail.com |
8b167986a2d007bf09325d6738f6122989a05a81 | f4ed005773d608f16eea58f6c43b79482da8b9cc | /src/pong.cpp | 35feff5d81f068ce619060ce1ad5a13289d42813 | [] | no_license | benwilliamgraham/build18-2021 | 292f6c8378cb4b30ea3d9fe973c1762ac01944a3 | 3fa1cb5a5961608009bc011469465c4ddc16d648 | refs/heads/main | 2023-03-18T05:51:19.041685 | 2021-02-08T20:32:20 | 2021-02-08T20:32:20 | 336,650,051 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,120 | cpp | #include <stdio.h>
#include <termios.h>
#include <unistd.h>
#include "pong.h"
namespace pong{
struct {
int speed;
int ballDirX;
int ballDirY;
} gameState;
void moveAndOpp() {
// Move Ball
pongData.bposX += gameState.ballDirX;
pongData.bposY += gameState.ballDirY;
// Move opponent... | [
"ziyizuo@andrew.cmu.edu"
] | ziyizuo@andrew.cmu.edu |
82fbeb4d68e293fe571e3f6127612640bba25b4f | 432016b0782606270937fad19ed8d03c51733ff4 | /utilities/DatabaseReader.h | 878452efa02e6e1b63ba63841183635226000f59 | [] | no_license | qian-liu/2D_visualiser | f9d7012669ff7b8749cecf51e136d1231af775e8 | 92508cf875c4e1a251f191e6500f8018b7f1195e | refs/heads/master | 2021-01-10T20:58:00.053799 | 2015-04-24T17:14:16 | 2015-04-24T17:14:16 | 34,318,387 | 0 | 2 | null | 2015-04-23T14:57:56 | 2015-04-21T09:46:12 | C++ | UTF-8 | C++ | false | false | 957 | h | #include <map>
#include <string>
#include <vector>
#include <sqlite3.h>
#ifndef DATABASEREADER_H_
#define DATABASEREADER_H_
typedef struct ip_tag_info {
char *ip_address;
int port;
bool strip_sdp;
} ip_tag_info;
typedef struct reverse_ip_tag_info {
char *board_address;
int port;
} reverse_ip_tag_... | [
"qianliu.bjut@gmail.com"
] | qianliu.bjut@gmail.com |
60fad48ac8f84bd2dd10d09f379235cfe479327f | 398b64410ae291841168a0ae37ec5b936799cf85 | /src/test/netbase_tests.cpp | cf2ce8efa12ac12f1f2f4e801807eb1c42d14a3b | [
"MIT"
] | permissive | HundredCoinProject/HundredCoin | 0be2e357835ea6a33c977c10f6c1c184199d87a5 | e0f7b35c57d9af7615b87a98576741919ff263d6 | refs/heads/master | 2021-01-01T15:40:29.496284 | 2014-10-27T02:12:35 | 2014-10-27T02:12:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,069 | cpp | #include <boost/test/unit_test.hpp>
#include <string>
#include <vector>
#include "netbase.h"
using namespace std;
BOOST_AUTO_TEST_SUITE(netbase_tests)
BOOST_AUTO_TEST_CASE(netbase_networks)
{
BOOST_CHECK(CNetAddr("127.0.0.1").GetNetwork() == NET_UNROUTABLE);
BOOST_CHECK(CNetAdd... | [
"codingbug@gmail.com"
] | codingbug@gmail.com |
bb8f593e153fa3ca9cb168efafa4cd9986d59eb9 | aa467b0a6979f4848bd9c7c42660dddfd2053085 | /src/utils.cpp | f316c6b47250440ab3cc86ae69de7869a3abcdd5 | [
"MIT"
] | permissive | aobolensk/fishing-time | 76494e2db369b0c06af6f2a303841e92e44d43e2 | a56970eb026e8e86d16e9a7444ef892996d74546 | refs/heads/master | 2023-04-30T07:46:07.551019 | 2021-01-01T18:52:15 | 2021-01-01T18:52:15 | 194,558,008 | 0 | 0 | MIT | 2021-05-28T18:03:59 | 2019-06-30T20:24:25 | C++ | UTF-8 | C++ | false | false | 1,148 | cpp | #include <QApplication>
#include <QDebug>
#include <QFile>
#include <QTextStream>
#include <QProcess>
#include "aboutmenu.h"
#include "errorwidget.h"
#include "utils.h"
void ft_error::ft_assert(QString place, QString text) {
QFile errorLog("error.log");
if (errorLog.open(QFile::ReadWrite | QIODevice::Truncate ... | [
"gooddoog@student.su"
] | gooddoog@student.su |
33212931793325b574d11167d4ae0e1b88587d4c | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /chrome/test/chromedriver/performance_logger_unittest.cc | 071755cca52fd3f1d618f85e45374531880d8b39 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 13,499 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/test/chromedriver/performance_logger.h"
#include <stddef.h>
#include <memory>
#include <utility>
#include <vector>
#include "base/comp... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
1be9d8d5435bbdd498d0d33a90f13d932f486b7a | c5415c39ebfeb1cc81d3d7e96173679b49e05de6 | /src/shared/tools.cpp | 4c2b0f8f8b8e31fdb504c0bb1d9b92cb64087afb | [] | no_license | metropolik/pybo | 50602e4289960931b13ba9327d9bb587baa55f00 | b6cd16897add6c0601713fbf9dc7f9528226ec4f | refs/heads/master | 2022-01-08T13:34:44.622237 | 2019-04-28T12:04:52 | 2019-04-28T12:04:52 | 114,196,381 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,038 | cpp | #include <algorithm>
#include <cctype>
#include <sstream>
#include <string>
#include <fstream>
#include <errno.h>
#include "tools.h"
#if PLATFORM == PLATFORM_WIN32
# include <windows.h>
# include <mmsystem.h>
# include <time.h>
# include <direct.h>
#else
# include <sys/dir.h>
# include <sys/... | [
"metropolik@web.de"
] | metropolik@web.de |
76570cd9caa6e064b9c8c5aa1bad7f268b8081ac | f87d9f0d61a21e5207a2b842f01b0e26098b4bda | /Agents/Robots/UR_MTConnectAgent/MTConnectAgent/lib/dlib/svm/linearly_independent_subset_finder_abstract.h | ae2910bb92514739d78aa02c40cbe31ecdb00f8d | [
"BSL-1.0",
"NIST-Software"
] | permissive | githu86/MTConnectToolbox | 8c982dc477feeb1847531ef59a9638d1d7b6fa7e | 2b5b55d1776dc84f2f4bb103a1875da0ca6bbcec | refs/heads/master | 2023-04-01T18:49:08.072328 | 2020-04-03T16:16:16 | 2020-04-03T16:16:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,495 | h | // Copyright (C) 2008 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_LISf_ABSTRACT_
#ifdef DLIB_LISf_ABSTRACT_
#include "../algs.h"
#include "../serialize.h"
#include "kernel_abstract.h"
namespace dlib
{
template <
typen... | [
"john.michaloski@nist.gov"
] | john.michaloski@nist.gov |
dfd6b7c93ef3c58fa36f6cdac49b3ad93a5e2155 | de04a6ce0371e85754178ea9b38606ccbcc7ce89 | /Casino_Inc/Source/Casino_Inc/AI/GOAP/StateNodeTypes/CI_GOAPStateNodeTypeObject_CPP.h | fd53daec521d804fea08f9ca272da9f68f090041 | [
"Apache-2.0"
] | permissive | matthieu1345/CasinoInc | d3fe0580c7a88e0b287a075d252c5ce322630382 | 3f6db9038c191fb5037219dbd8db5c7041b8292e | refs/heads/master | 2020-06-12T01:19:39.205063 | 2019-11-23T23:06:21 | 2019-11-23T23:06:21 | 194,148,796 | 1 | 0 | Apache-2.0 | 2019-11-23T23:06:22 | 2019-06-27T19:01:52 | C++ | UTF-8 | C++ | false | false | 5,157 | h | #pragma once
#include "CI_GOAPStateNodeTypeBase_CPP.h"
#include "Casino_Inc.h"
#include "CI_GOAPStateNodeTypeObject_CPP.generated.h"
UENUM(BlueprintType)
enum class EGOAPTestObjectCondition : uint8
{
GTC_Class UMETA(DisplayName = "class"),
GTC_Object UMETA(DisplayName = "Object")
};
UCLASS(EditInlineNew, Bluepri... | [
"matthieuberg@hotmail.com"
] | matthieuberg@hotmail.com |
6be3dd98d73fa43a592b1ed52be73df3ec191d62 | fa8b1470a8e863b3ff3acfd2734c6e9a122b7db8 | /moca/src/math/SparseBlockSquareMatrix.h | e72788377aab9da0747b01d8e31cfde469327209 | [
"Apache-2.0"
] | permissive | Edwinzero/Fusion | 6faabac52b83ad391711753e56d28dab39ecba16 | 6b71ee807bc33c6d79546ce2dbca47229d663c1d | refs/heads/master | 2021-01-21T00:47:27.495754 | 2018-08-31T22:19:49 | 2018-08-31T22:19:49 | 42,267,987 | 0 | 0 | Apache-2.0 | 2018-08-31T22:19:37 | 2015-09-10T20:07:15 | C++ | UTF-8 | C++ | false | false | 4,615 | h | class SparseBlockSquareMatrix {
public :
typedef struct {
int col;
int blk;
} offset_t;
public :
int m_gridSize, m_blockSize;
// buffers
std::vector<int> m_rowScan; // row offset
std::vector<offset_t> m_blockInfos; // column index and block offset for row elements
std::vector<float> m_blocks; // m... | [
"ephtracy@gmail.com"
] | ephtracy@gmail.com |
271afde02c688e22e5733de017b7cbfeb9b645b2 | 9a1761f5e0cb11b26faa7d24311e391b4cff6b43 | /Strategy/Strategy/CashChargeContext.cpp | c78d6f440277c52e0a77a116849f468c657eccb4 | [] | no_license | gary1994613/Design-Patterns | 416acaf261c58e2a7d13e20a9f71771b0f8a95c1 | ef20c0a80d9b9d845f9941abab8a9416fc906baf | refs/heads/master | 2020-09-15T00:29:23.012595 | 2020-03-29T03:50:36 | 2020-03-29T03:50:36 | 223,305,767 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 465 | cpp | #include "CashChargeContext.h"
#include <iostream>
CashChargeContext::CashChargeContext()
{
std::cout << "Ctor from CashChargeContext" << std::endl;
}
CashChargeContext::~CashChargeContext()
{
std::cout << "Dtor from CashChargeContext" << std::endl;
}
void CashChargeContext::setCashCharge(std::shared_ptr<ICashChar... | [
"gary1994613@gmail.com"
] | gary1994613@gmail.com |
e7c8ac6dc2a32a6cd911e5a2cde466d1cc86e9cb | 3ea93843b69cdc578e26b9440990f6a5a4bd3dc8 | /source/StickyWallModel.h | d9bc7b11163115704a431264214056bac6008e3e | [] | no_license | gnaww/Lumia-1 | 7d5466085f5d0ef3b3a1ccea21adbbd180a8524d | b7a545cd6a264ed47ed8516edd70ef7e9c944f08 | refs/heads/main | 2023-05-03T11:42:09.121232 | 2021-05-25T06:32:28 | 2021-05-25T06:32:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,655 | h | //
// StickyWall.h
// Lumia
//
// Created by Olivia Li on 4/20/21.
// Copyright © 2021 Cornell Game Design Initiative. All rights reserved.
//
#ifndef StickyWallModel_h
#define StickyWallModel_h
#include "StickyWallNode.h"
class StickyWallModel : public cugl::physics2::PolygonObstacle {
protected:
/** The sce... | [
"olivialy524@gmail.com"
] | olivialy524@gmail.com |
0e051c4b21d7326471f8a4151017fa39488a5b0f | 5456502f97627278cbd6e16d002d50f1de3da7bb | /chrome/browser/sync_file_system/sync_status_code.h | ed0d90d1f2dc3e0f44f8b84a62399291fa7413f0 | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,385 | h | // 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.
#ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_SYNC_STATUS_CODE_H_
#define CHROME_BROWSER_SYNC_FILE_SYSTEM_SYNC_STATUS_CODE_H_
#include <string>
#incl... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
4a9efe8e2c7297f3f7eb6cf2fbf4e91da58139c8 | 00ccdafc4d760059e4c0632e5e00bb74f0529d86 | /src/layer.cc | 2694d4aba1f3742720f3089742cbe585bfbeee5f | [
"BSD-2-Clause"
] | permissive | mahijatrana/convnet | 95cb94469b7f86d560b67edfc11eb9e6a343e2a8 | 8638ac054ed5b62b9cfe70b67d525c6fabfe8157 | refs/heads/master | 2022-12-18T02:54:55.288715 | 2020-10-01T07:35:57 | 2020-10-01T07:35:57 | 300,189,333 | 0 | 0 | BSD-2-Clause | 2020-10-01T07:34:45 | 2020-10-01T07:34:44 | null | UTF-8 | C++ | false | false | 17,821 | cc | #include "layer.h"
#include <iostream>
#include <sstream>
#include <set>
using namespace std;
Layer* Layer::ChooseLayerClass(const config::Layer& config) {
Layer* l = NULL;
switch (config.activation()) {
case config::Layer::LINEAR :
l = new LinearLayer(config);
break;
case config::Layer::LOGIST... | [
"nitish@cs.toronto.edu"
] | nitish@cs.toronto.edu |
56188f8ec3e433ae348f250541b3a8e70d04fb06 | f7c37a2b3c8c96b3ff78c34ceab6a13a66877d34 | /Problem set 9/P_08/main.cpp | 7b49248f91775e040e0a5050e6aac291ba9649c7 | [] | no_license | camilo1704/Eckel-Thinking-in-Cpp-exercices | 6c0a89e6605ba78ae04bef59087f9059286d3e74 | 88a994537b58d504fb7299882b469a202590ee9c | refs/heads/master | 2020-05-24T17:13:43.235129 | 2019-05-18T19:21:20 | 2019-05-18T19:21:20 | 187,379,262 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 225 | cpp | #include <base.h>
int main()
{
base b(1);
derivada_1 d(2,3);
base* a=b.clone();
base* a1=d.clone();
a1->print();
d.print();
delete &b;
delete &d;
delete a;
delete a1;
return 0;
}
| [
"noreply@github.com"
] | camilo1704.noreply@github.com |
458b76ef8b6948cdcdb97c9b937419bed1522f2c | db60eabefddf506ec60dd2bed13ab45a0dfe2b13 | /C++ REF/verticalorder.cpp | d79456c9dd9938ace438af9364b2e2ece45788cc | [] | no_license | ksatyendra/REF | 0b3f5f3ea311cc48ccca4ad96a6c997dbe9c5bb2 | d2fa565e2ef1e57ac4db222c8cd1c81d7d471033 | refs/heads/master | 2020-04-10T10:17:18.358470 | 2018-12-08T17:12:39 | 2018-12-08T17:12:39 | 160,961,206 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,826 | cpp | #include<iostream>
using namespace std;
int MAX=0,MIN=0;
struct bstnode
{
bstnode *left; int data; int loc; bstnode *right;
};
struct topview
{
int tag; int loc; int data[10];
};
struct Queue
{
int Front; int Rear; int Size; bstnode *Elements[50];
};
int QueueIsFull(Qu... | [
"ksatyendra218@gmail.com"
] | ksatyendra218@gmail.com |
a91f4cc16c82fc7cfddf5b3ec33741414bc96227 | 802007d9aaa09ee69d3c9a423733987aedb64b31 | /code_C++/Instance.h | 615c779a2d2f048b3b591e81ddf5a2dc73e56055 | [] | no_license | BASARANOMO/Renault-operations-research-project | b04c8fee60d3ff16e189ec65da5202e3b5b46834 | 8575afa1f162c7b98ac969fdd79f2ee3a7b8ecd8 | refs/heads/main | 2023-02-16T23:52:00.268274 | 2021-01-14T10:35:33 | 2021-01-14T10:35:33 | 312,566,174 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 515 | h | #ifndef __INSTANCE__
#define __INSTANCE__
#include "Usine.h"
#include "Fournisseur.h"
#include <string>
class Instance
{
public:
bool verbose;
int horizon;
int nbUsines;
int nbFournisseurs;
int nbEmballages;
int metrageLineaireCamion;
int coutKilometrique;
int coutCamion;
int coutArretCamion;
vector<int... | [
"39518094+BASARANOMO@users.noreply.github.com"
] | 39518094+BASARANOMO@users.noreply.github.com |
bc8dae89252357a22a95e0f1cd64e645fbf78b1a | 2e4af8a16104890b36d2943d52a657771f0197ae | /Truck.h | e799afc773abf6a95e192372654cf44967d69f3f | [] | no_license | jessedmayer/SCU-Winter-2018-CSCI-60-Object-Oriented-Programming-HW4 | 8fc6b6c5c7a53e85f2cab3c33fdd6a650fafdd31 | bfdda1885934e8e82488f63b5667e632cd564ce7 | refs/heads/master | 2020-04-21T14:34:43.416659 | 2019-02-07T20:45:09 | 2019-02-07T20:45:09 | 169,639,662 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 748 | h | #ifndef TRUCK_H
#define TRUCK_H
#include "Person.h"
#include "Vehicle.h"
#include <string>
using std::string;
namespace SavitchEmployees {
class Truck : public Vehicle {
public:
Truck();
Truck(string model, int engine, Person VehicleOwner, double load_capacity, int towing_capacity);
... | [
"noreply@github.com"
] | jessedmayer.noreply@github.com |
16ef4e04624cde158a4c9cba71955c0663289c2e | a9341245fe25aa1bb9902a7ec387ac472a43c3f8 | /tools/runner/src/main.cpp | b0709ce9dc96106e18f5966f7dde1bb1abe1297a | [] | no_license | mgottschlag/PeakEngineNew | c1287d86f52a6a8c92c6a87482a63d991236df38 | 271df91bf7982016d25b928ebd9872a2ab933966 | refs/heads/master | 2020-08-05T22:12:49.701966 | 2010-04-12T17:01:45 | 2010-04-12T17:01:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,009 | cpp |
#include <PeakEngine.hpp>
#include <PeakGraphics.hpp>
#include <PeakNetwork.hpp>
#include <PeakPhysics.hpp>
#include <iostream>
#include <GL/glfw.h>
peak::graphics::Graphics graphics;
peak::network::Network network;
peak::physics::Physics physics;
bool mouselocked = true;
static int oldx;
static int oldy;
peak::g... | [
"mathias-go@web.de"
] | mathias-go@web.de |
9e3c93abca9a3c4bc1a1036d3ad750128fd3acaf | ef2ea07785f8af5733246f61c91ff12fb09b7d7a | /leetcode/Pascal's Triangle II.cpp | 28a996f4c91dc9238c9e38d67ca7f914f04497f5 | [] | no_license | baoxuezhao/solution_set | 35a77cd8db76d0d1334babf7e74647a517d8bcce | 56a4fdc6dcb3fe7879d5a1239de9c57af356d54d | refs/heads/master | 2021-10-02T21:51:12.607669 | 2018-12-01T09:27:36 | 2018-12-01T09:27:36 | 23,954,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 442 | cpp | class Solution {
public:
vector<int> getRow(int rowIndex) {
vector<int> line1(rowIndex+1, 1);
vector<int> line2(rowIndex+1, 1);
for(int i=1; i<=rowIndex; i++)
{
line2[0] = 1;
for(int j=1; j<i; j++)
{
line2[j] = line1[j-1]+l... | [
"baoxue.zhao@gmail.com"
] | baoxue.zhao@gmail.com |
3b8229018454df38f38ee234b1d3a19341fb0808 | 2a8a290eb1d0703a7c7b21429b07870c5ffa868e | /Include/NiDrawableBV.h | b15a27b675c9ffc6e677b1b3dba2fb7ef11c76d3 | [] | no_license | sigmaco/gamebryo-v32 | b935d737b773497bf9e663887e326db4eca81885 | 0709c2570e21f6bb06a9382f9e1aa524070f3751 | refs/heads/master | 2023-03-31T13:56:37.844472 | 2021-04-17T02:30:46 | 2021-04-17T02:30:46 | 198,067,949 | 4 | 4 | null | 2021-04-17T02:30:47 | 2019-07-21T14:39:54 | C++ | UTF-8 | C++ | false | false | 2,236 | h | // EMERGENT GAME TECHNOLOGIES PROPRIETARY INFORMATION
//
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Emergent Game Technologies and may not
// be copied or disclosed except in accordance with the terms of that
// agreement.
//
// Copyright (c) 1996-... | [
"veryzon@outlook.com.br"
] | veryzon@outlook.com.br |
547b6df22561d83723359bff85d3651f0fa733d7 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5648941810974720_1/C++/Atropine/Untitled1.cpp | 6cd973568e551e5b4bf4864e382cbefd393526a5 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,006 | cpp | #include<bits/stdc++.h>
using namespace std;
int h[105],ans[105];
string s;
int main()
{
freopen("A-small-attempt0.in","r",stdin);
freopen("aa.txt","w",stdout);
int t;
cin >> t;
for(int tt=0;tt<t;tt++)
{
cout << "Case #" << tt+1 << ": ";
cin >> s;
for(int i=0;i<26;i... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
1e2429c25f021e33adcc1d9bf59986b7e298102a | 007867b4937f52de7746f79124ef104b2d183f5a | /动态规划/背包问题/01背包/HDU 5543 Pick The Sticks.cpp | 1e2ad314ae6f0ca2a6ce34fa45adaf81ea8f1bf8 | [] | no_license | WhereIsHeroFrom/Algorithm | 84dcee3174dbcd9e996442f07627a96c46f6c74a | 6bf620d6219770db60b40d151eecd686955ab723 | refs/heads/master | 2023-08-05T14:05:48.385791 | 2021-10-06T00:21:39 | 2021-10-06T00:21:39 | 306,805,686 | 16 | 4 | null | null | null | null | GB18030 | C++ | false | false | 1,489 | cpp | #include <iostream>
#include <cstring>
#include <algorithm>
using namespace std;
#define MAXN 1010
#define MAXL 4010
#define LL __int64
int n, L;
struct Pack {
int len, val;
void read() {
scanf("%d %d", &len, &val);
len *= 2;
}
}p[MAXN];
// f[i][j] 表示前i个物品组成 (长度 <= j) 的最大权值
LL f[MAXN][MAXL];
int cmp(Pack a... | [
"menjitianya2007@163.com"
] | menjitianya2007@163.com |
e9d177216a0b1b7a3f74ee066cf6b8b0b1de7e3b | 4a83406f95a4ba8f15bb4bfff0bb34f5f36ddcde | /zoho/round 6/1st.cpp | a04bfe7794f351b0c422b9bb72c05aba7d506e42 | [] | no_license | 2001adarsh/Contests | 5d3523ca6a5eb3eab0505733dc9144890eecb45e | a162b2a11b00d70e2b49292854b2ba826ca01311 | refs/heads/master | 2021-12-15T02:11:30.852367 | 2021-12-12T11:22:55 | 2021-12-12T11:22:55 | 252,377,884 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 781 | cpp | #include<bits/stdc++.h>
using namespace std;
#define int long long int
#define endl "\n"
#define mod 1000000007
#define inf 1e18
int32_t main()
{
int n;
cin >> n;
int arr[n];
for (int i = 0; i < n; i++)
cin >> arr[i];
/*
O(N^2)
int dp[n];
for (int i = 0; i < n; i++) ... | [
"2001adarshsingh@gmail.com"
] | 2001adarshsingh@gmail.com |
56465744190a65ddfc2e008e4c4f2139c3383a46 | 76ca52991ca1a1e50d066e9f7c4827b6a4453414 | /libs/protoutil/tests/protobuf_test.cpp | 5ca3e6477c0150bad1df63edfedeb59bf75e6c72 | [
"Apache-2.0",
"LicenseRef-scancode-unicode"
] | permissive | ResurrectionRemix/android_frameworks_base | 3126048967fa5f14760664bea8002e7911da206a | 5e1db0334755ba47245d69857a17f84503f7ce6f | refs/heads/Q | 2023-02-17T11:50:11.652564 | 2021-09-19T11:36:09 | 2021-09-19T11:36:09 | 17,213,932 | 169 | 1,154 | Apache-2.0 | 2023-02-11T12:45:31 | 2014-02-26T14:52:44 | Java | UTF-8 | C++ | false | false | 1,772 | cpp | // Copyright (C) 2018 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... | [
"jinyithu@google.com"
] | jinyithu@google.com |
b22a6dbbe911354f701d92ba06e301d012649f01 | c28f358c68ebe4f53a5074e9ba35d0f7a7488c0e | /RVTP4/rvdice.h | f367aa6f299fedbd4bec315e4b4a5ab5794e5f68 | [] | no_license | Romain-GARNIER/VirtualReality | 3d2d4fe94746f533e662fb12a579e9f748b591e8 | 8a32a132bb4a723da365f5befedaceba682238a1 | refs/heads/master | 2020-12-19T21:26:47.176806 | 2020-02-29T09:06:18 | 2020-02-29T09:06:18 | 235,856,350 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 538 | h | #ifndef RVDICE_H
#define RVDICE_H
/*!
\file rvdice.h
\brief Déclaration de la classe RVDice.
\author Leo Donati
\date 2019-2020
\version 3.0
Cours de Réalité Virtuelle
Polytech'Nice Sophia
*/
#include "rvtexcube.h"
/*!
* \class RVDice
* \brief La classe RVDice hérite de RVTexCube et représente u... | [
"garnierr10@gmail.com"
] | garnierr10@gmail.com |
3f0760c8ce429c987cb125a5c902b753edb720b6 | d984665061da318a23b06ea268b11a14e446e560 | /Source/cmCustomCommandGenerator.h | 7ad95d1d87a47e2efb55f44a1d39815211df185e | [
"BSD-3-Clause"
] | permissive | ewmailing/CMake | 0c0c96ac4519d3da86cb9c0874b464c645408487 | 6de440e201052c8b84c712f6c42cca7210e23ef3 | refs/heads/master | 2020-12-13T21:58:40.849107 | 2015-06-25T04:01:04 | 2015-06-25T04:01:04 | 38,046,724 | 2 | 0 | null | 2015-06-25T11:59:11 | 2015-06-25T11:59:11 | null | UTF-8 | C++ | false | false | 1,649 | h | /*============================================================================
CMake - Cross Platform Makefile Generator
Copyright 2000-2010 Kitware, Inc., Insight Software Consortium
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This softwa... | [
"brad.king@kitware.com"
] | brad.king@kitware.com |
512fbf2028a48c2ed70c001e6502e2300bc7c1a9 | 58409fdfed3f96fb3448c74ad23a33693bd93a41 | /BoostedAnalyzer/src/HistoReweighter.cpp | 3f4bc74e6721c7073920a56498877c78e979976f | [] | no_license | cms-ttH/BoostedTTH | b09a2615a912e347aa37c901309f622703409003 | 7e3420f5b22db4b22b831ef73982934d56294616 | refs/heads/Legacy_2016_2017_2018_Devel | 2022-10-27T23:30:40.864284 | 2022-10-19T12:43:18 | 2022-10-19T12:43:18 | 31,009,661 | 4 | 15 | null | 2020-07-06T07:38:34 | 2015-02-19T10:05:03 | C++ | UTF-8 | C++ | false | false | 2,463 | cpp | #include "BoostedTTH/BoostedAnalyzer/interface/HistoReweighter.hpp"
using namespace std;
HistoReweighter::HistoReweighter(TH1* nom_histo, TH1* denom_histo, bool normalize){
CreateWeightHisto(nom_histo, denom_histo, normalize);
}
HistoReweighter::HistoReweighter(const char* filename, const char* nom_histo_name, cons... | [
"hannes.mildner@cern.ch"
] | hannes.mildner@cern.ch |
c30e293050d0308f61d2ad6b8a95d864d352ca48 | c77b96908021790f2b2624f87b9ff9e85e9c9d87 | /lmctfy/cli/real_main.cc | 9c46638c235d539060ed432a1d1d4c811456c764 | [
"Apache-2.0"
] | permissive | vishh/lmctfy | de3ee043c06b92d5f5d9a1126a5306c43fd00862 | a37a348c50916dab6d17be4ca103b98055c4ed1f | refs/heads/master | 2021-01-18T06:40:15.343721 | 2014-05-06T17:48:41 | 2014-05-06T17:48:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,249 | cc | // Copyright 2014 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | [
"vmarmol@google.com"
] | vmarmol@google.com |
d9b4d1bcac1112f3d3ba7d1991ea79f27bcbab8c | 398ce9decf087c53e76daac2851fc64cb02c35e6 | /src/main.cpp | 4484f2f555d0a970e99f5081aab739a6eedf3709 | [] | no_license | rich4rdmacwan/time-lapse | 12d5315b142f15db8198300ba49672a46831c0cd | 365db15b145a439692cc5ed759fd38a112c83ff1 | refs/heads/master | 2021-01-15T14:31:34.430797 | 2013-07-10T10:43:24 | 2013-07-10T10:43:24 | 32,113,370 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,899 | cpp | #include <cv.h>
#include <highgui.h>
#include <iostream>
#include <time.h>
#define DEFAULT_SNAPSHOT_INTERVAL 10
int main(int argc, char* argv[]){
//Structure to hold an image
cv::Mat frame;
std::string outputFileName="out.avi";
//Reference to a video source e.g. webcam
cv::VideoCapture cap;
int ... | [
"rich4rd.macwan@gmail.com@110c23b5-588e-debe-d4f6-f55357919466"
] | rich4rd.macwan@gmail.com@110c23b5-588e-debe-d4f6-f55357919466 |
3ce1bf777fab65115f80cc5699f437a30d81c087 | 80c3d86a625ed58ab7dbdac0955612fc9ed08e79 | /Source/FPS/Private/BaseStatClass.cpp | 7b983decf8f9bb8f6b417e21ed46560fc38c66f7 | [] | no_license | metagod/UnrealFPS | ea36b53da23dd402813a88d0ff08a86f1df1c884 | e48fa435ad4d37f06882982ea4d8eae90152cdbf | refs/heads/master | 2022-04-01T19:40:56.061627 | 2020-01-31T00:22:47 | 2020-01-31T00:22:47 | 213,048,326 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 981 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "FPS.h"
#include "BaseStatClass.h"
#include "Math/UnrealMathUtility.h"
// Sets default values for this component's properties
UBaseStatClass::UBaseStatClass()
{
// Set this component to be initialized when the game starts, and to... | [
"anklit.iz.here@gmail.com"
] | anklit.iz.here@gmail.com |
e53592bc979d8fdd7c770411217112f603b4b688 | 364e14bb45a28a9a1d1ebd35200c7f0506fd3340 | /LZespolone-modyfikacja/src/main.cpp | 259085e303b7fd8dce46869602d506fcf6ee9732 | [] | no_license | KatarzynaDubiel/LZespolone | 1e9328d2a5d3b51821b239f971094e70fdc90276 | a2d13fea4381f69e44eb6395b0e0ad6062f21ba7 | refs/heads/master | 2021-03-24T08:32:57.142481 | 2020-03-30T18:53:59 | 2020-03-30T18:53:59 | 247,534,367 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,481 | cpp | #include <iostream>
#include "BazaTestu.hh"
#include "WyrazenieZesp.hh"
#include "stats.hh"
using namespace std;
int main(int argc, char **argv)
{
Statystyka stats;
if (argc < 2) {
cout << endl;
cout << " Brak opcji okreslajacej rodzaj testu." << endl;
cout << " Dopuszczalne nazwy to: latwy, trudny.... | [
"noreply@github.com"
] | KatarzynaDubiel.noreply@github.com |
2f6adc0551d8369be2ddedcbf508157bc580bb50 | f1f1ccfa558fd0f0f80bd8b180b4d8f3e300a880 | /metamorphosys/META/3rdParty/ctemplate-1.0/src/indented_writer.h | b16d9cfb315e09ed5117d068723e125ad9ccaac6 | [
"LicenseRef-scancode-other-permissive",
"MIT",
"BSD-3-Clause"
] | permissive | pombreda/metamorphosys-desktop | 58afdbe696bcddb0c8c84598ed25c28b08d3ba95 | cfc87a9a3476e94faa96080d57a474860a3ffcca | refs/heads/master | 2021-01-21T03:44:21.775196 | 2015-01-15T01:04:11 | 2015-01-15T01:04:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,897 | h | // Copyright (c) 2009, 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 the above copyright
// notice, this list of... | [
"adam.nagel+git@gmail.com"
] | adam.nagel+git@gmail.com |
27f09c653e997f6256d3610fb8ecf6dc52ec7b02 | 3279103bf8ddbe67dd01c9fd2b90159d339f30be | /GCD/Library/Il2cppBuildCache/Windows/x64/il2cppOutput/UnityEngine.AnimationModule_Attr.cpp | 3ebede94741e2f9086b250bf7b79dc5e3bc75736 | [] | no_license | aa2903/YEET-GE1 | 4214ffb0012d4badee5222d1455b235841106308 | ebf2c9ac447e284d3f8e6f03b209de772b4dbe67 | refs/heads/main | 2023-04-12T13:07:21.727909 | 2021-04-28T13:57:20 | 2021-04-28T13:57:20 | 351,062,495 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 172,167 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
// System.Char[]
struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
// System.AttributeUsageAttribute
struct AttributeUsageAttribute_tBB0BAAA82036E6FCDD80A688BBD039F6FFD8... | [
"78406888+Craana@users.noreply.github.com"
] | 78406888+Craana@users.noreply.github.com |
a22216064f7d918e51b6df1c311a8f9ada2c1cf1 | 893ee3fe9622a3a5d3f8b4e95f49ed4e76678d44 | /Tests/atomic_structured_assign_bitand_equals.cpp | 59ccd3b7740db1836365ff3174fa2f20d537baef | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | OpenACCUserGroup/OpenACCV-V | 1789ddeed924353cd4a2e2ce7f9dd20b54a56f18 | 45355f784ddc12684915276c5fd7d1dd4b2d2052 | refs/heads/master | 2023-08-09T10:24:11.259348 | 2023-07-27T16:19:45 | 2023-07-27T16:19:45 | 94,044,279 | 23 | 13 | BSD-3-Clause | 2023-08-21T18:32:11 | 2017-06-12T01:43:05 | Fortran | UTF-8 | C++ | false | false | 2,937 | cpp | #include "acc_testsuite.h"
bool is_possible(int* a, int* b, int length, int prev){
if (length == 0){
return true;
}
int *passed_a = new int[(length - 1)];
int *passed_b = new int[(length - 1)];
for (int x = 0; x < length; ++x){
if (b[x] == prev){
for (int y = 0; y < x; ++... | [
"chrismun@r0login1.localdomain.hpc.udel.edu"
] | chrismun@r0login1.localdomain.hpc.udel.edu |
dcab8c4f110a05d911bab4920905f0713a1caa55 | 44abd282e7e877b09c0e85ac945f8fd32203895e | /proto/fbe.h | 810b350ce560d9ce8482fa020aa95933784819b8 | [
"MIT"
] | permissive | lxlyh/FastBinaryEncoding | 0f8d864051183b2ae63e22ae9df1416e2432098a | 869135ddd8c9cdcdceeb1cb9bc5871a2c7bfac43 | refs/heads/master | 2023-05-26T23:52:06.672591 | 2021-06-04T14:04:22 | 2021-06-04T14:04:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,817 | h | // Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: FBE
// Version: 1.6.0.0
#pragma once
#if defined(__clang__)
#pragma clang system_header
#elif defined(__GNUC__)
#pragma GCC system_header
#elif defined(_MSC_VER)
#pragma system... | [
"chronoxor@gmail.com"
] | chronoxor@gmail.com |
5a7f9f829f7c0c22bf02bcb62747cfb5b42faf55 | a367292763d69a793e0f6c528c47fd0542ea0932 | /main.cpp | d2cb96d07f2ad50d54ce4b8d129cc4e5fef74d1e | [] | no_license | carlitosz/SearchAlgorithmsOrders | 78293b1f3ded05102e20c7125b4549039b0acad9 | 157dcb442fc3f7ef3213f2765cbbea9e1e2b310a | refs/heads/master | 2020-03-18T00:54:27.564182 | 2018-05-21T08:58:03 | 2018-05-21T08:58:03 | 134,118,378 | 2 | 0 | null | 2018-05-21T06:37:13 | 2018-05-20T04:03:31 | C++ | UTF-8 | C++ | false | false | 6,303 | cpp | #include <iostream>
#include <string>
#include <chrono>
#include <vector>
using namespace std;
// ============================================================================
// User defined libraries
// ============================================================================
#include "HashSearch.h"
#include "Line... | [
"carloszaragoza@woboinc.com"
] | carloszaragoza@woboinc.com |
f6878dedc415bddac7fa62637ed1ce4fbe97d5a3 | 621090a1cc21e101c69acd65bbc56f1e33e8b1e7 | /src/qt/bitcoin.cpp | f8c185d917de1c3bb21e430f50f04da7178f4ae8 | [
"MIT"
] | permissive | kevinlly158/sigmarvel | b59ae2b69da602e8c5910258768cb4e5856467d7 | 8fd0a9e4fc20da02ffdcf64fe096932dc1ad94ab | refs/heads/master | 2021-05-11T02:09:52.394689 | 2018-01-21T16:56:43 | 2018-01-21T16:56:43 | 118,353,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,570 | cpp | /*
* W.J. van der Laan 2011-2012
*/
#include "bitcoingui.h"
#include "clientmodel.h"
#include "walletmodel.h"
#include "optionsmodel.h"
#include "guiutil.h"
#include "guiconstants.h"
#include "init.h"
#include "ui_interface.h"
#include "qtipcserver.h"
#include "intro.h"
#include <QApplication>
#include <QMessageBox... | [
"ydjt948@126.com"
] | ydjt948@126.com |
9c1039b087bb42cc0f4510ef767640149ebb54cc | d0130f44d7100ce73807615313bda7b81d1f8804 | /strings/manacher.cpp | 2a32062a6d60a37c3972bc66adebdd7995c119d5 | [] | no_license | fextivity/Programming-Contests | 9cb65182fcba27d20d8081d8daa290b8839bd438 | 358b3d2d6481a639078d69255977c98c0b2ef30f | refs/heads/master | 2023-02-08T07:52:04.789842 | 2020-09-06T11:21:14 | 2020-09-06T11:21:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,180 | cpp | // The glory is for GOD
/*
Author: Reynaldo Lázaro Aguilar Casajuana
Nickname: rlac
Date: 22/02/13 14:01
Topic: Strings - Manacher
Description: rad[i] = If i is odd, it's the largest even palindrome centered at position i / 2.
Otherwise, it's the size of the largest odd palindrome centered at ... | [
"rlac1990@gmail.com"
] | rlac1990@gmail.com |
af81749cd1fed84844c02b53224fb478404c03f7 | 029a27a32c3c93542c48d44b3d7bbf7c3d8fd656 | /nclgl/Frustum.cpp | 401ecdcbbb016408c38dd478ecbdd7a2ae0ded10 | [] | no_license | MrTsol/Coursework-for-Advanced-Graphics-for-Games | 2ebde7f49f65134d6973e146ecc1df9b85bb7640 | 1d5e69e44e1bc53c23f3b43878303eb6d8ed421e | refs/heads/master | 2020-05-01T11:28:40.524972 | 2019-03-24T20:01:45 | 2019-03-24T20:01:45 | 177,438,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,143 | cpp | #include "Frustum.h"
bool Frustum::InsideFrustum(SceneNode&n)
{
for (int p = 0; p < 6; ++p)
{
if (!planes[p].SphereInPlane(n.GetWorldTransform().GetPositionVector(), n.GetBoundingRadius()))
{
return false; //scenenode is outside this plane!
}
}
return true; //scenenode is inside every plane!
}
void Frust... | [
"A.Tsolakis2@newcastle.ac.uk"
] | A.Tsolakis2@newcastle.ac.uk |
5251ca2fd81f855c1e39f772c73d52316b1da5a8 | 8fedbe52877f13a6d068dfdf70b6bc225d7d38ab | /Common/etc/Log.h | c58e12419e7f160db37e3b4b5f71f17ca794e647 | [] | no_license | jjuiddong/MemMonitor | 3b95d1462d2998dc2e76ad1a8a1445f35d2dcb77 | 476e7bf1cbf967c5d2fb03eb9eaf2a2f46c8c117 | refs/heads/master | 2020-05-19T14:13:45.909427 | 2013-03-03T06:33:36 | 2013-03-03T06:33:36 | 7,990,725 | 1 | 2 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 360 | h | //------------------------------------------------------------------------
// Name: Log.h
// Author: jjuiddong
// Date: 1/5/2013
//
// ·Î±× ±â´É
//------------------------------------------------------------------------
#pragma once
namespace common { namespace log {
void Log(const std::string &str);
void ... | [
"jjuiddong@hanmail.net"
] | jjuiddong@hanmail.net |
4d42759d87f40adf4b0d705884dfddabd265da43 | 0e6e81a3788fd9847084991c3177481470546051 | /Explore/Hash table/code by cpp/705_Design HashSet.cpp | 70b6184de74159cd509def1ee11160bd456f17ef | [] | no_license | Azhao1993/Leetcode | 6f84c62620f1bb60f82d4383764b777a4caa2715 | 1c1f2438e80d7958736dbc28b7ede562ec1356f7 | refs/heads/master | 2020-03-25T19:34:30.946119 | 2020-03-05T14:28:17 | 2020-03-05T14:28:17 | 144,089,629 | 4 | 2 | null | 2019-11-18T00:30:31 | 2018-08-09T02:10:26 | C++ | UTF-8 | C++ | false | false | 1,482 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
using namespace std;
/*
705. 设计哈希集合
不使用任何内建的哈希表库设计一个哈希集合
具体地说,你的设计应该包含以下的功能
add(value):向哈希集合中插入一个值。
contains(value) :返回哈希集合中是否存在这个值。
remove(value):将给定值从哈希集合中删除。如果哈希集合中没有这个值,什么也不做。
示例:
MyHashSet hashSet = new MyHashSet();
hashSet.add(1);
hashSet.add(2);
hashSe... | [
"1358227862@qq.com"
] | 1358227862@qq.com |
827de7a96c560d2859695659e906194f65d90d9e | 13e1e38318d6c832347b75cd76f1d342dfec3f64 | /3rdParty/V8-4.3.61/include/v8.h | eff88450f6fac9c9e07944e8a45060c1fb5dc57b | [
"bzip2-1.0.6",
"BSD-3-Clause",
"Apache-2.0",
"GPL-1.0-or-later",
"ICU",
"MIT"
] | permissive | msand/arangodb | f1e2c2208258261e6a081897746c247a0aec6bdf | 7c43164bb989e185f9c68a5275cebdf15548c2d6 | refs/heads/devel | 2023-04-07T00:35:40.506103 | 2015-07-20T08:59:22 | 2015-07-20T08:59:22 | 39,376,414 | 0 | 0 | Apache-2.0 | 2023-04-04T00:08:22 | 2015-07-20T09:58:42 | C++ | UTF-8 | C++ | false | false | 258,610 | h | // Copyright 2012 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/** \mainpage V8 API Reference Guide
*
* V8 is Google's open source JavaScript engine.
*
* This set of documents provides reference material generat... | [
"w.goesgens@arangodb.org"
] | w.goesgens@arangodb.org |
e3bf6e1ce94c2e990df306d348f9fcf44a684cf0 | a409a94f4df9c7e115a1970a39e7eced07f3ae2d | /camera.h | fde4898af570f3d4f6c93c3b7c63a4f4592d26be | [] | no_license | Arik13/QTGrapher | 8097fd585c02458af908beede4dd86036c32d714 | 4d4002e3f27acb1cf32222e4f5113babcc874128 | refs/heads/master | 2021-01-02T11:09:02.061141 | 2020-02-10T23:24:31 | 2020-02-10T23:24:31 | 239,595,051 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 553 | h | #ifndef CAMERA_H
#define CAMERA_H
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
/*
* Keeps track of its own position and orientation in vector space. Takes commands to move or rotate
* and gives back a 4D MVP matrix that is used by openGL to render vertex objects to the screen
*/
class Camera {
pu... | [
"ariksven@gmail.com"
] | ariksven@gmail.com |
e21902caf2b671b1b4bb62e8d2272e1ed7d9bdcb | 32beea5d70cabbae6922e0772633768eec77c815 | /libopenglwrapper/src/IndexBuffer.cpp | 0dc2fad9f69732a7cf5002eae34ccfc35ad5eec9 | [] | no_license | bartekordek/OpenGLWrapper | 2d11acf613dbf569d1499694521284364d66229b | 4b08a49418c5cbbbfafa88d38f426ef10d07d3db | refs/heads/master | 2022-05-20T12:49:09.851558 | 2022-04-18T10:51:12 | 2022-04-18T10:51:12 | 134,599,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 605 | cpp | #include "libopenglwrapper/IndexBuffer.hpp"
using namespace LOGLW;
IndexBuffer::IndexBuffer()
{
}
void IndexBuffer::loadData( DataType& data )
{
m_data = std::move( data );
m_id = getUtility()->generateAndBindBuffer( LOGLW::BufferTypes::ELEMENT_ARRAY_BUFFER );
//TODO: find if size is ... | [
"bartekordek@gmail.com"
] | bartekordek@gmail.com |
8549a9492fc61d60960ceb564ceabd6c462de154 | c03615f53093643e3c1e323b83cbe77970966575 | /PRT/3rdParty/cgal/cgal/include/CGAL/Nef_3/SNC_io_parser.h | 2cbc4ff96a32ca914db2986907760b058170402a | [] | no_license | fangguanya/PRT | 0925b28671e756a6e9431fd57149cf2eebc94818 | 77c1b8e5f3a7a149825ad0cc3ef6002816222622 | refs/heads/master | 2021-06-08T20:54:22.954395 | 2016-11-24T07:38:11 | 2016-11-24T07:38:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 67,339 | h | // Copyright (c) 1997-2002 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
// You can redistribute it and/or modify it under the terms of the GNU
// General Public License as published by the Free Software Foundation,
// either version 3 of the... | [
"succeed.2009@163.com"
] | succeed.2009@163.com |
1b691b92a97fad11b3277c35d44d6cbf303745d2 | 534faaa6412c3002f17a4cc9c8b2979be89b257b | /cppversion/42. trap rain.cpp | 9a716095fc8a322751ce3daa557c75a52453028a | [] | no_license | mshtang/leetcode | 6b519f0759516b5cd483b22de016e72c4a153461 | 84a79032df25a6696df3df52c8740a9026476d2b | refs/heads/master | 2020-03-09T23:52:22.914576 | 2018-11-23T11:26:51 | 2018-11-23T11:26:51 | 129,065,306 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,190 | cpp | #include <iostream>
#include <vector>
int trapRain(std::vector<int> &height)
{
int ans = 0;
for (int i = 0; i < height.size(); i++)
{
int max_left = 0, max_right = 0;
for (int j = i; j >= 0; j--)
{
max_left = std::max(max_left, height[j]);
}
for (int k = ... | [
"32868278+mshtang@users.noreply.github.com"
] | 32868278+mshtang@users.noreply.github.com |
caf7826de3be5e6a8f88d8227c6126261dc23b7a | 2d822e89ff0caccfee64dce7773a12bf4292096e | /BasicAlgorithm/usaco_skidesign.cpp | 2308f7bd746ac36c722abb373b8c782df2d79b8a | [] | no_license | dalewzm/Algorithm_learn | a97956dd99a5b4b0aaac0d4541283e8a64765ad8 | e429cd3deffee7b486f2c99fad59f028c654e42d | refs/heads/master | 2021-01-16T21:52:04.783429 | 2019-06-19T12:56:02 | 2019-06-19T12:56:02 | 19,367,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,946 | cpp | /*
ID: dalewzm1
PROG: skidesign
LANG: C++
*/
#include<iostream>
#include<cstdio>
#include<algorithm>
#include<vector>
#pragma warning(disable:4996)
using namespace std;
//#define __ONLINE__ 1
#ifndef __ONLINE__
#define FILE_NAME "wormhole"
//#define IFILE FILE_NAME.in
#include<fstream>
#include<string>
ifstream fin("s... | [
"wangzmin@mail2.sysu.edu.cn"
] | wangzmin@mail2.sysu.edu.cn |
9f9208632c26790ee0ae8219d3a6a70f6b02c35f | 55ae69d5edfaf3e0f1327098b145b6e9731936d7 | /stacks.cpp | a5040a9a05ceb3bddc06258f34573b92e16ab714 | [] | no_license | gkourtis/napl3 | 89153fac80a8e8edbd6744a70d2574d544d20b84 | 0051b4edc4107f8b2db62f3d183859127699b239 | refs/heads/master | 2021-01-10T11:25:01.825251 | 2016-01-14T19:56:59 | 2016-01-14T19:56:59 | 49,670,807 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 484 | cpp | void ET::newStack(Word executionLevel){
stacks.push(newAggregate());
}
void ET::newString(Word executionLevel){
stacks.push(::newString());
}
Aggregate ET::closeStack(){
return stacks.pop();
}
void ET::openStack(){
obj o=stack().pop();
stacks.push(o);
}
void ET::oldStack(){
obj o=closeStack();
stack().push(o)... | [
"gkourtis@freemail.gr"
] | gkourtis@freemail.gr |
014d9650c96ce7d3e15d1f69f78b565afb5287c4 | f55477989f690571822c034c44a4ff99ca86790d | /Server/TestHttpServer/connection.hpp | f69505bc387cf88436ef83c65d16bf18f9d946e2 | [] | no_license | Arielce/c2p_server | 9532564c0ac7ed9ee6d5c938d26304722030349f | 8290cedb3b07ec2038aa5dcb69682b0386bf8071 | refs/heads/master | 2020-04-07T16:31:54.913823 | 2014-08-02T05:54:49 | 2014-08-02T05:54:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,128 | hpp | //
// connection.hpp
// ~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2010 Christopher M. Kohlhoff (chris at kohlhoff 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)
//
#ifndef HTTP_SERVER3_CONNECTION_HPP
#de... | [
"lovemychobits@sohu.com"
] | lovemychobits@sohu.com |
4ac79170f87bac1274c7d53fcd15d1c4b2761cdd | db92a3f5f885a6733b385531f0109bfdb2cdca72 | /src/application/ui/Common/thumbnail/c7pagemanager.h | 2144dea7147818fa4c9dbe45d18213a703898f4d | [] | no_license | zb872676223/QtFor2048 | fa850329fc8102088bc2cd375af849ca40a47a91 | b31dff79294e9ffeb2298a0bb7982883b6987bba | refs/heads/master | 2022-12-18T20:15:57.280852 | 2020-09-29T15:01:34 | 2020-09-29T15:01:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,565 | h | #ifndef C7PageManager_H
#define C7PageManager_H
#include "Manager/c7baseuimanager.h"
class C7PageManagerToolBar;
class C7PageSelectWidget;
/**
* @brief 管理添加画面和显示画面
* @author xinde song
* @date 2019-12-20
*/
class C7PageManager : public C7BaseUiManager
{
Q_OBJECT
public:
explicit C7PageManager(int br... | [
"1160975809@qq.com"
] | 1160975809@qq.com |
e6a3b92377bb87e3f618216f1816d0a231d63f25 | 1786f51414ac5919b4a80c7858e11f7eb12cb1a9 | /USST/2019夏集训/jxc/jxc_1.cpp | adfc3490e3bb70d359d78fff02257788c3192225 | [] | no_license | SetsunaChyan/OI_source_code | 206c4d7a0d2587a4d09beeeb185765bca0948f27 | bb484131e02467cdccd6456ea1ecb17a72f6e3f6 | refs/heads/master | 2020-04-06T21:42:44.429553 | 2019-12-02T09:18:54 | 2019-12-02T09:18:54 | 157,811,588 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,161 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
int n,num[500005],m,limit[500005];
double ans;
ll bit[500005],x,p,q;
vector<ll> v[500005];
void add(ll bit[],int x,ll y){for(;x<=m;x+=x&-x) bit[x]+=y;}
ll sum(ll bit[],int x)
{
ll ret=0;
for(;x;x-=x&-x) ret+=bit[x];
return ret;
}
void s... | [
"ctzguozi@163.com"
] | ctzguozi@163.com |
2bb10ee6d9986d2a12d99a8e3a1f35dd4341c7fb | d705437fe4d5d7d0f585e4e924f0a305d6c54886 | /Extras/Dokumentation/DemoSorter 2004/DSP/Flexivision/vision/classVisTracker.h | 7f59d848ad1ed9d6f9a2e3ecf8d00752c7347ddf | [] | no_license | scs/leanxsugus | 789ccb186e3c83131e7ada323f9a4963bd1515ab | a62c4a45a0dba97e78e1bbe67ccc17f90b25df82 | refs/heads/master | 2020-04-14T06:25:54.290182 | 2008-12-17T17:56:22 | 2008-12-17T17:56:22 | 189,482 | 2 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 8,423 | h | /**
* @file
* @author Bernhard Mäder
*/
#ifndef _CLASSVISTRACKER_H_
#define _CLASSVISTRACKER_H_
#include "classVisComponent.h"
#include "classVisProperty.h"
#include "classVisInputPort.h"
#include "classVisOutputPort.h"
#include "classVisFastLabel.h"
/**
* This is the structure that is used to build the list of c... | [
"michael.schwarz@scs.ch"
] | michael.schwarz@scs.ch |
810b214751e1dc0c58e9c5f71b5b96077af4c3b4 | cea7d9991dcd021a2489382db4cf9f9f36007b7b | /src/mmap.cpp | 0bb510ccba84657a5705300dcfe8ecd0ebf0b1db | [] | no_license | mythagel/photodb | 83e5389ca1b20373d11a67de31d279664f9fc430 | c084545e0246174875830ba9ad100cb799fc84fc | refs/heads/master | 2021-01-02T23:14:06.795392 | 2013-08-28T23:00:16 | 2013-08-28T23:00:16 | 9,494,205 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 735 | cpp | /*
* mmap.cpp
*
* Created on: 17/04/2013
* Author: nicholas
*/
#include "mmap.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/mman.h>
#include "util.h"
#include <cstring>
#include <unistd.h>
fd_t::fd_t(const char* name, int flags)
: fd(open(name, flags))
{
throw_if(fd == ... | [
"mythagel@gmail.com"
] | mythagel@gmail.com |
2dba9089d28f055bb95102d44eefc5b027e48b01 | 1eb722a3eaa9c9c9fa4a73ce40762215b7fff9d1 | /src/paramsparser.h | cd94b6dada0c18b3b840b05a84a5183af5d3e0f3 | [] | no_license | oliviercotto/NCOMMS-16-18804A | b90c422dca54d8ca4e1e35570aa1a3c28359097f | d64574c3a00db9561d3690502b1dc108972b3614 | refs/heads/master | 2021-01-22T18:23:55.538762 | 2017-05-13T05:44:48 | 2017-05-13T05:44:48 | 85,080,146 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,419 | h | /** $Id: paramsparser.h,v 1.5.2.1 2016-03-09 15:05:53 fred Exp $
*
* @file paramsparser.h
* Nemo2
*
* Copyright (C) 2006-2015 Frederic Guillaume
* frederic.guillaume@ieu.uzh.ch
*
* This file is part of Nemo
*
* Nemo is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen... | [
"oliviercotto@hotmail.fr"
] | oliviercotto@hotmail.fr |
1ad9a02f99065482354332039e61f80cb7d52018 | 3d063cd09051f324db334ff07428ac9853221614 | /main.cpp | 3e702cfbbe4615b448cbdcb52d68acb77c8d0235 | [] | no_license | publiqnet/AddrValJS | eba84c66ddbc5f78c9d37063e9ad926a15c64012 | b5bf765c47fcef8d1352e86aee2d212017c5d428 | refs/heads/master | 2020-06-14T12:04:30.260596 | 2019-07-26T12:00:10 | 2019-07-26T12:04:53 | 194,999,885 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,866 | cpp | #include <cryptopp/config.h>
#ifndef CRYPTOPP_NO_GLOBAL_BYTE
namespace CryptoPP
{
typedef unsigned char byte;
}
#endif
#include <cryptopp/aes.h>
#include <cryptopp/crc.h>
#include <cryptopp/filters.h>
#include <cryptopp/hex.h>
#include <cryptopp/keccak.h>
#include <cryptopp/modes.h>
#include <cryptopp/osrng.h>
#in... | [
"gagikk@gmail.com"
] | gagikk@gmail.com |
ec423d5ac86198066e5258c8b41f685146a7385c | 01441d00bb4eb76058001dc097b64e5a7986e81e | /app/src/main/cpp/include/qpbo/QPBO.h | 135e56b24ebafa77363632add9e5a4bdd03ebcb9 | [] | no_license | BerengereMathieu/SafDemoAndroidStudio | 3a83329f7068486d903481faa5ff986e0de15d10 | 93dc77d106859817579485dcd0787cbcdba2cce1 | refs/heads/master | 2020-12-30T14:13:59.296430 | 2017-07-16T14:15:08 | 2017-07-16T14:15:08 | 91,300,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,262 | h | /* QBPO.h */
/*
Version 1.3
Copyright 2006-2008 Vladimir Kolmogorov (vnk@adastral.ucl.ac.uk).
This software can be used for research purposes only.
This software or its derivatives must not be publicly distributed
without a prior consent from the author (Vladimir Kolmogorov).
THIS SOFTWARE IS PROVIDED BY T... | [
"berengere@ordithorynque.home"
] | berengere@ordithorynque.home |
f2b8215de03bca22f6512f6c0f05cb200c695671 | 425d365094a1a935c6136531047074ddca89e4b7 | /him.cpp | dc9768556517219c5125c9d98e6ae9b63929597a | [] | no_license | himanshudav/hello-world | 37b3b428510e3b5b0506e0742d0ec171e34a5506 | 71768f3e158745a8bc05bcf18abaf2e0e76e0582 | refs/heads/master | 2021-05-01T15:04:15.383613 | 2018-02-13T08:35:52 | 2018-02-13T08:35:52 | 121,029,954 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41 | cpp | fklsjfd
df
sdf
sd
g
dsf
sd
fd
s
| [
"noreply@github.com"
] | himanshudav.noreply@github.com |
2fbdd55eda7b5a4cfaaf12cb7394d66726bc0e87 | 4d0df7dfa92a8d2d58d40fe74e16ad3337afe6e5 | /dreco-engine/src/utils/math_utils.hxx | 1af003f7a15074d75ca65dace22015fed04b2678 | [
"MIT"
] | permissive | GloryOfNight/dreco-engine | e7d49f33dd3ab4817dac7f7939c920a6cdbd517e | 1d29b747dc9277cbc5952b31833403a65a4d9c71 | refs/heads/master | 2020-07-22T06:34:48.329164 | 2020-04-03T15:42:45 | 2020-04-03T15:42:45 | 207,102,386 | 1 | 0 | MIT | 2020-01-07T09:47:42 | 2019-09-08T11:28:02 | C++ | UTF-8 | C++ | false | false | 444 | hxx | #pragma once
#include "math/mat2x3.hxx"
#include "math/vectors.hxx"
namespace dreco
{
class math_utils
{
public:
// UnProject screen coordinates to world
static vec2 UnProject(const vec2& _screen_coord, const vec2& _viewport_size,
const mat2x3& _v, const mat2x3& _p);
stati... | [
"siarhei.dziki@gmail.com"
] | siarhei.dziki@gmail.com |
f0ac5da02f81c153e84d570ae92841737b63dff5 | 0dec0cd9e30817b93aa6d91befc67bbcb19ba84a | /games/JumpMan/BasicEnemy.cpp | 6c2a72a20063a7bbb486632f5e3da57150dab791 | [] | no_license | ratalaika/playallthegames | a233181b79502c2b622326d1a3714963d168b791 | 38ec754ae956d935444abdcc808159f920e41b46 | refs/heads/master | 2021-01-16T19:04:36.936018 | 2015-03-04T00:08:38 | 2015-03-04T00:08:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 95 | cpp | #include "BasicEnemy.h"
void BasicEnemy::update( float speed )
{
position.x -= 13*speed;
}
| [
"borfje@gmail.com"
] | borfje@gmail.com |
083c0a008c37d5aa005099907314205b7de5d240 | 1fe10ee5e34cd76067c720ef4b4a054f6107b286 | /mobile/mobile/src/chill/browser/push_messaging/opera_push_messaging_service.cc | 05d69d14fc2bf6f65889431bda0deffb2d010090 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | bopopescu/ofa | 9f001c4f36b07fa27347ade37337422fd6719dcc | 84e319101d4a1200657337dcdf9ed3857fc59e03 | refs/heads/master | 2021-06-14T08:53:05.865737 | 2017-04-03T12:50:44 | 2017-04-03T12:50:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,544 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Modified by Opera Software AS
// @copied-from chromium/src/browser/push_messaging/push_messaging_service_impl.cc
// @final-synchronized
#include "ch... | [
"jimmym@opera.com"
] | jimmym@opera.com |
918ef7bb092bebb631a1c88d781e072063c68c91 | b225ec16f609bbd6dafcb5df6209dbf4cc882929 | /osrm-backend/extractor/extractor_callbacks.cpp | 622876f6e71563cd901672f357d0f8f7afec01ab | [
"BSD-2-Clause"
] | permissive | glenstarchman/maiden | 520662b67479ed97acca4945e5c9ad7cb5407014 | b1ac886ad5aead1761bd83aef7b4f744aa89bcd2 | refs/heads/master | 2021-05-31T20:40:53.184493 | 2016-02-04T13:54:31 | 2016-02-04T13:54:31 | 47,891,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,789 | cpp | /*
Copyright (c) 2015, Project OSRM contributors
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list
of conditions and the f... | [
"glen@starchman.com"
] | glen@starchman.com |
51a8c27f7dd73fed4951e000fbacb5623c556354 | eec87a18741a0ae04e443854180f132ac8a04d22 | /src/waves.cpp | 7edbdff549f65c919978985d3a53f1f8fc07ea7c | [] | no_license | sharmamohit123/graphics3dgame | e3cb62eb5596f51ded6868a6499312de9ba28b3a | b19eee7d704f523aad5ff43c3dc1a9a91e26fbd7 | refs/heads/master | 2021-09-08T10:43:46.997621 | 2018-03-09T09:36:56 | 2018-03-09T09:36:56 | 122,868,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,670 | cpp | #include "waves.h"
#include "main.h"
Waves::Waves(float x, float y, float z, color_t color) {
this->position = glm::vec3(x, y, z);
this->rotation = 0;
static const GLfloat vertex_buffer_data[] = {
/*0.0, 0.0, 0.0,
0.0, 0.0,-3.0,
-15.0, 0.0, 6.0,
0.0, 0.0, 0.0,
0.0, 0... | [
"mohitdonsharma9@gmail.com"
] | mohitdonsharma9@gmail.com |
e8a86ed5accabd04cf5d1e27089b4c8b0f439fc3 | 2f874d5907ad0e95a2285ffc3592b8f75ecca7cd | /src/protobuf/src/google/protobuf/compiler/java/java_extension.h | f98317a87b3f131cb3d42bc0da383713f01e2be9 | [
"LicenseRef-scancode-protobuf",
"MIT-Wu",
"MIT",
"ISC",
"BSL-1.0"
] | permissive | dzcoin/DzCoinService | fb93809a37fad0a26bf26189266b44cf4c797865 | b0056717d6bcc1741f4fb3f3f166cd8ce78393f9 | refs/heads/master | 2021-01-20T20:28:41.639585 | 2016-08-15T06:21:51 | 2016-08-15T06:21:51 | 65,678,478 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,959 | h | // protocol buffers - google's data interchange format
// copyright 2008 google inc. all rights reserved.
// http://code.google.com/p/protobuf/
//
// redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * redistr... | [
"dzgrouphelp@foxmail.com"
] | dzgrouphelp@foxmail.com |
6c234d6244dca8d0f078b54f542da5e8288f2a2c | b9ed328d4bcd4aadffc5f27f28dcd72f77a4e704 | /ADCtoCSVProtocol.h | 4cab0e4b5e2fa18e63b6d530d8f285800e10b23a | [] | no_license | BulSV/ADCtoCSV | 2907c746db98f1778b0489d7f32f61a812ca4d16 | 6f8f7a82ce97ca139af82c986487d0273754b3a9 | refs/heads/master | 2021-01-13T01:00:33.195561 | 2015-10-01T18:03:01 | 2015-10-01T18:03:01 | 47,194,992 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 911 | h | #ifndef READSENSORPROTOCOL_H
#define READSENSORPROTOCOL_H
#include "IProtocol.h"
#include "ComPort.h"
#include <QTimer>
class ADCtoCSVProtocol : public IProtocol
{
Q_OBJECT
public:
explicit ADCtoCSVProtocol(ComPort *comPort, QObject *parent = 0);
virtual void setDataToWrite(const QMultiMap<QString, QStri... | [
"SB.ua@yandex.ru"
] | SB.ua@yandex.ru |
56b962afdd02ffc71213b6cbe5f572602a75bd30 | dd6fee79066e2dfa74371bd82c87a563dc0c47fd | /OJ/CDOJ/Problem C. Candy Splitting.cpp | 25132bd6f9eebbb410b7936f7360c94c45dba036 | [] | no_license | mzry1992/workspace | 404c31df66a3b15a60dc0f07fff397bf50bcc1dc | 9a181419f0d7224e37baa729feaf3bb656544420 | refs/heads/master | 2021-01-19T12:39:17.854501 | 2012-12-24T11:13:22 | 2012-12-24T11:13:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | cpp | #include <iostream>
#include <cstdio>
#include <cstring>
using namespace std;
int n;
long long c[1200];
int dig[40];
int main()
{
freopen("C-large.in","r",stdin);
freopen("AAAAAA.txt","w",stdout);
int t;
scanf("%d",&t);
for (int ft = 1;ft <= t;ft++)
{
scanf("%d",&n);
... | [
"muziriyun@gmail.com"
] | muziriyun@gmail.com |
bd6d34f16608ab598b02fa08eba4ac959751093e | 6d99034c69f65639a1df2324914eb838cff2fbdb | /Test_New_methos/testVirtualMethods.cpp | 22861eef8635806582a06853cef5e2923826bc8e | [] | no_license | halseth/regions | 02346b8b6d636c875128ad58138ccaf4b46034e9 | e14457a84aeee203c81286c54128acd481fabd34 | refs/heads/master | 2021-01-15T05:44:11.255635 | 2016-02-17T09:16:17 | 2016-02-17T09:16:17 | 35,817,239 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,916 | cpp | //
// testVirtualMethods.cpp
// New_method
//
// Created by Johan Torås Halseth on 20/05/15.
// Copyright (c) 2015 Johan Torås Halseth. All rights reserved.
//
#include "catch.hpp"
#include <iostream>
#include "store_sign.h"
#include "HatRegion.h"
TEST_CASE( "Testining virtual methods", "[Virtual methods]" ) {
... | [
"johanth@gmail.com"
] | johanth@gmail.com |
a0fd66b8f4b94438dff5b57164d17137c63a55c7 | 08b3503841d51c0f6297bede580ee8bb32668200 | /TESTING CODE/SCHERMO_v1.ino | 6ee3abf11c5038561aacd4ffb750944e913f71bb | [] | no_license | fedefirefox/COMPUTINGSYSTEM | d41b786ee1006befc4a05742a56f99b8e42b3f13 | 71e35cd0253603c6c292af80bbfd26ef36daa781 | refs/heads/master | 2022-01-05T15:20:04.090825 | 2019-05-05T20:29:43 | 2019-05-05T20:29:43 | 170,523,569 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,128 | ino | #include <Adafruit_GFX.h> // Core graphics library
#include <Adafruit_TFTLCD.h> // Hardware-specific library
#include <TouchScreen.h>
#include <RF24Network.h>
#include <RF24.h>
#include <SPI.h>
RF24 radio(37, 35); // nRF24L01 (CE,CSN)
RF24Network network(radio);
const uint16_t this_node = 02; // A... | [
"noreply@github.com"
] | fedefirefox.noreply@github.com |
87aac63a3dca9c706bf820a83860f75219f3f869 | 125f1a9c87eb76d88adec4f17d483bd52ec3c60a | /galaxysv/business/pcols/src/cil_cvt_float_dl645.inl | d69169635f92f372a05bc1c84519c9049f290228 | [] | no_license | dongdong-2009/CppProjects | 339dc7e8b99686caa070cb534f3c37acbdebb2d9 | 2d8335a91e28d771e64ee3565809b39d0dca6883 | refs/heads/master | 2021-07-23T09:19:07.044408 | 2017-11-02T07:50:23 | 2017-11-02T07:50:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 45,404 | inl | #ifndef _CIL_FLOAT_DL645_INL_H__
#define _CIL_FLOAT_DL645_INL_H__
#include <ctypes.h>
// 9XXX
int DL645_Encode_9xxx( BYTE *buff, void *appl )
{
EM_DI901X *ptr = (EM_DI901X*)appl;
double2bcd(ptr->value, buff, 8, 0);
return 4;
}
int DL645_Decode_9xxx( void *appl, BYTE *buff )
{
EM_DI901X *ptr = (EM_DI901X*)appl;
... | [
"dinglinhui@hotmail.com"
] | dinglinhui@hotmail.com |
1ca0cee952b00a52c0dafaab010e9a5326cc0fb5 | 7452457bf715cf50f251d086c5c9bfe0821b1538 | /include/Furrovine++/make_unique.h | b0a96689061a5871aa387af305090ffd1a3b0e5e | [
"MIT"
] | permissive | bananu7/Furropen | 3d91c49b5b833f5f269cf5516a8f8c7cf1385cdc | 968351c1268d8994116cd8312f067dd2cacdbf5b | refs/heads/master | 2021-01-10T20:44:17.606000 | 2014-02-13T22:28:09 | 2014-02-13T22:28:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,413 | h | #pragma once
#include <Furrovine++/std_defines.h>
#include <memory>
#include <type_traits>
#include <cstddef>
#include <Furrovine++/default_construct.h>
#include <Furrovine++/deleter_arg.h>
#include <Furrovine++/deleters.h>
namespace Furrovine {
namespace detail {
template <typename T, typename... Tn... | [
"phdofthehouse@gmail.com"
] | phdofthehouse@gmail.com |
3cc53ccad0773d8e817a81de5b8918d529811dce | 9f3c27148a98f3112064e5ea30e058e237f3a9e3 | /백준/10829(이진수 변환).cpp | 121a46a637456c4f2a2b4871a4bf652b0cebc431 | [] | no_license | sohyunwriter/algorithm | 0d57a3b9f462f62c07fbf47979192290542ab374 | 9849b5ad2e43cd8f6bc1a6546f191f2945f561ea | refs/heads/master | 2021-08-16T01:56:44.335848 | 2021-07-05T11:48:44 | 2021-07-05T11:48:44 | 235,090,595 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 422 | cpp | //https://sohyunwriter.tistory.com/95
#include <iostream>
#include <vector>
#include <algorithm> //reverse
using namespace std;
vector<int> toBinary(long long n) {
vector<int> v;
while (n != 0) {
if (n % 2 == 0)
v.push_back(0);
else
v.push_back(1);
n /= 2;
}
reverse(v.begin(), v.end());
return v;
}
... | [
"noreply@github.com"
] | sohyunwriter.noreply@github.com |
34ef456cee356351e86a40c63f4c5a5b818ca10f | 046b675cb8529d1585a688f21563eb0209c94f19 | /src/Control2012/libreoffice/com/sun/star/presentation/AnimationSpeed.hpp | d1d158178603d241c49f035ee23f77ced83dcbde | [] | no_license | yoshi5534/schorsch-the-robot | a2a4bd35668600451e53bd8d7f879df90dcb9994 | 77eb8dcabaad5da3908d6b4b78a05985323f9ba4 | refs/heads/master | 2021-03-12T19:41:35.524173 | 2013-04-17T20:00:29 | 2013-04-17T20:00:29 | 32,867,962 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,194 | hpp | #ifndef INCLUDED_COM_SUN_STAR_PRESENTATION_ANIMATIONSPEED_HPP
#define INCLUDED_COM_SUN_STAR_PRESENTATION_ANIMATIONSPEED_HPP
#include "sal/config.h"
#include "com/sun/star/presentation/AnimationSpeed.hdl"
#include "com/sun/star/uno/Type.hxx"
#include "cppu/unotype.hxx"
#include "osl/mutex.hxx"
namespace com { namesp... | [
"schorsch@localhost"
] | schorsch@localhost |
15a6f16deb19ec109fbfa6ef9b7e6d001ff9cd8f | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/native_client/toolchain/linux_x86/pnacl_newlib/include/llvm/ExecutionEngine/RTDyldMemoryManager.h | 207bad06c23965cf8e421e918ecc370ff77c0509 | [
"BSD-3-Clause",
"Apache-2.0",
"Zlib",
"Classpath-exception-2.0",
"BSD-Source-Code",
"LZMA-exception",
"LicenseRef-scancode-unicode",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"LicenseRef-scancode-philippe-de-muyter",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-intel-osl-1993",
... | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C++ | false | false | 5,679 | h | //===-- RTDyldMemoryManager.cpp - Memory manager for MC-JIT -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
a7a610b9cd27e69cde1c6110adc3b05699fd70dd | 595e8e8074ab634ede79fc1a8bb875f1d0bfa2b4 | /tests/codegen/call_signal_literal.cpp | e9840463bab9e98341fd349a1985e265a0c2f53f | [
"Apache-2.0"
] | permissive | alefais/bpftrace | 79755427d77917fe92472ac38011efb18e88bffe | c8f4a6d821d2121360d0a39c62fd0c9a47ee9de5 | refs/heads/master | 2021-01-04T09:22:12.404868 | 2020-02-13T15:30:06 | 2020-02-13T17:30:15 | 240,486,338 | 1 | 0 | Apache-2.0 | 2020-02-14T10:46:19 | 2020-02-14T10:46:18 | null | UTF-8 | C++ | false | false | 425 | cpp | #include "common.h"
namespace bpftrace {
namespace test {
namespace codegen {
TEST(codegen, call_signal_literal)
{
test("k:f { signal(8); }",
R"EXPECTED(define i64 @"kprobe:f"(i8* nocapture readnone) local_unnamed_addr section "s_kprobe:f_1" {
entry:
%signal = tail call i64 inttoptr (i64 109 to i64 (i32)*)(i32 8)... | [
"bas@baslab.org"
] | bas@baslab.org |
dcb596727d7c80b4db5eddbad1b5f0beade7a73d | 7f51976f81e1df1b84f75299a06484c7c1787c24 | /Backend/Code/ControllerCode/MichaelControllerScriptV2/MichaelControllerScriptV2.ino | 868fc6bc4ad7b6e6f13dcef60e99ea8d9c2b76e0 | [] | no_license | alfiethomasson/Robots-at-the-Edinburgh-International-Science-Festival | f8a6c8bfd24ac276b4ec7c267f93bd07f0ee52fe | 51fc6ad7486fa5321e24b095aefa0dbf487baeaa | refs/heads/master | 2023-03-18T02:04:00.041785 | 2020-04-28T18:11:34 | 2020-04-28T18:11:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,319 | ino |
int enableLPin = 3; // pin 1 on L293D IC
int enableRPin = 9; // pin 9 on L293D IC
int motorLPinF = 4; // pin 2 on L293D IC
int motorLPinB = 5; // pin 7 on L293D IC
int motorRPinF = 7; // pin 10 on L293D IC
int motorRPinB = 8; // pin 15 on L293D IC
int motorL = 0;
int motorR = 0;
int xReading = 0;
int yReading = 0... | [
"michael@devereux.fm"
] | michael@devereux.fm |
1ed8f4b5d6a4e2a6ad779452edb9e4e55cb98859 | 20c4e9987833b4dffe6d0c6802a1dc43b74ac728 | /C and C++/Graphs/Dijkstra_adj_matrix.cpp | 193a6287f4e0064f9c06afae8397d7d45cb13151 | [] | no_license | tg9963/CPP_files | c54aa57e3fdf3e3301b228f42a71a95210e71932 | 52e6da1e15c70501d290d955abfe8555261e2a34 | refs/heads/master | 2021-01-19T08:43:15.976534 | 2015-06-10T11:00:25 | 2015-06-10T11:00:25 | 34,978,103 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,280 | cpp | #include<iostream>
#include<limits>
#define V 9
using namespace std;
int min_dist_index(int dist[],bool set[])
{
int min=INT_MAX,min_index;
for(int i=0;i<V;i++)
{
if(set[i]==false && dist[i]<min)
{
min=dist[i];
min_index=i;
}
}
return min_index;
}
void print_dist(int dist[V])
{
for(int i=0;i<V;i++... | [
"tg9963@gmail.com"
] | tg9963@gmail.com |
b4839fdfc870c19a25063d681590d4092030ba16 | 55ad9650d51a2792385d6bba6f7de9b9049309cd | /src/node/deps/v8/src/mips/lithium-codegen-mips.h | 84105cae35fe0801b5db1f093e9aaa15e3cf2382 | [
"BSD-3-Clause",
"bzip2-1.0.6",
"MIT",
"Zlib",
"ISC",
"LicenseRef-scancode-openssl",
"Apache-2.0",
"Artistic-2.0",
"NTP",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | x684867/nemesis | 79154e26f100ed84582fe859250f86ff9d2ee282 | c08befd674218cbec7feae766e0750d5edcdf7f5 | refs/heads/master | 2022-11-23T16:28:35.513741 | 2014-01-20T15:24:10 | 2014-01-20T15:24:10 | 14,059,646 | 0 | 0 | MIT | 2022-11-17T13:34:41 | 2013-11-02T03:11:06 | C++ | UTF-8 | C++ | false | false | 19,559 | h | // Copyright 2012 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of ... | [
"mail@samcaldwell.net"
] | mail@samcaldwell.net |
eb49857ca23cc9df5ae59947ee66f2199f55cc2f | 904497b803fa3313d69a90be91d5ee51797bbc3d | /StrictlyCode_HVH/StrictlyCode/FSN.h | d6f3f339a3c53cc9147b932b7dcfd86f71742662 | [] | no_license | Shaxzy/strictlycode | f6bcf42505606e422eb88c371060933805bfe2be | c7aca1eeaec56b127303d27b1be34d0f2b3a566d | refs/heads/master | 2020-03-18T01:34:17.800323 | 2018-05-19T13:58:32 | 2018-05-19T13:58:32 | 134,148,244 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 421 | h | #pragma once
#include <vector>
#include <cmath>
#include "SqchSDK\Interfaces.h"
#include "EntityStructs.h"
#include "Utilities.h"
#include "OptionsManager.h"
namespace FSN
{
typedef void(__thiscall* FrameStageNotify_t)(void*, NSDK::ClientFrameStage_t);
extern FrameStageNotify_t g_fnOriginalFrameStageNotify;
VOI... | [
"nullflex@gmail.com"
] | nullflex@gmail.com |
c9d3abe2d607063da35c388dfbaa1beba93f054a | 67b9a956151e54aba0fb06c037c9e5fb02be8149 | /Pratica02/Praticass/pratica1/pratica01.cpp | a2ebe9818a259eee6cac9b41d14e1766e74fd70c | [] | no_license | vinny-vin/Algoritimo-e-Estrutura-de-Dados | 2d5c4145482d1cfbc4079338e0e6727c8c0965a0 | d4b24e4d1a30bbb6e5ab204457dca2cd99346a09 | refs/heads/master | 2021-02-05T11:31:40.312040 | 2020-03-14T14:34:11 | 2020-03-14T14:34:11 | 243,775,310 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,168 | cpp | /*
* pratica01.cpp
*
* Created on: 20 de fev de 2020
* Author: ALUNO
*/
#include <iostream>
#include "Veiculo.h"
using namespace std;
//class Veiculo{
//
//
// private:
// string nome;
// int Num_Rodas;
//
// public:
// Veiculo( const char * param){
// this-> nome = string(param);
/... | [
"noreply@github.com"
] | vinny-vin.noreply@github.com |
311b2cbbfcb6ab093ba260a5e7b02f59fde32f5a | c4bcf7e47f9bc6d667a2cc8a49796ab9df689e43 | /libpigpiodpp/test/pibipprovidertests.cpp | 5a4b3129e7cbd50af162ab8cc836d3ea444b5cb3 | [
"MIT"
] | permissive | freesurfer-rge/linesidecabinet | 027d3892c7674e31d57f8b77b917f68df06673c8 | 8944c67fa7d340aa792e3a6e681113a4676bfbad | refs/heads/master | 2021-12-11T19:26:56.480086 | 2021-12-04T14:39:04 | 2021-12-04T14:39:04 | 222,253,556 | 0 | 0 | MIT | 2021-12-04T14:39:04 | 2019-11-17T13:38:39 | C++ | UTF-8 | C++ | false | false | 677 | cpp | #include <boost/test/unit_test.hpp>
#include "pigpiodpp/pimanager.hpp"
#include "pigpiodpp/gpiopin.hpp"
#include "pigpiodpp/pibipprovider.hpp"
#include "pigpiodpp/pinassignedexception.hpp"
BOOST_AUTO_TEST_SUITE( PiBIPProvider )
BOOST_AUTO_TEST_CASE( Smoke )
{
auto pm = PiGPIOdpp::PiManager::CreatePiManager();
P... | [
"noreply@github.com"
] | freesurfer-rge.noreply@github.com |
2b2bd10a733fb3bcef0f32a33a6402fb0b61bced | 900698c3ef685b07fab37b8ff15302ac3136c59b | /Draw/figure.hpp | e8d38ccb466326ec0646ddc79d5beef9c4b11f5b | [] | no_license | danielfrei/Draw | 499d41f5535e67ceeaa897ed06caa98ecea82160 | 7f27473a116a2d50944b4a14f16ba27441357b56 | refs/heads/master | 2016-08-11T13:46:10.505409 | 2016-03-15T21:55:43 | 2016-03-15T21:55:43 | 53,869,456 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,791 | hpp | #ifndef FIGURE_H
#define FIGURE_H
/*****************************************************************************/
/* Header : Figur Class Version 1.0 */
/*****************************************************************************/
/* ... | [
"daniel.frei@students.bfh.ch"
] | daniel.frei@students.bfh.ch |
f896405e0d9ad2d0fb2c59671908894a21ab4a49 | f5e4fe54a2b60efa09f25cab6e2943e9cd42968c | /uvm-ieee/include/pureC/snps_reg_rw_api.h | 4920196050a8f06962b073bfc77c1f0a00941d41 | [
"MIT",
"Apache-2.0"
] | permissive | kevinku0101/uvm_ref | 9319d7bf09467ba137c8401cd67b82b6962b8836 | 2ff0e0eabc5f97525cbdcf00af6f96d9acd92656 | refs/heads/master | 2020-06-28T08:39:33.788263 | 2019-08-02T07:48:02 | 2019-08-02T07:48:02 | 200,189,808 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,611 | h | //-------------------------------------------------------------
// Copyright 2011 Synopsys, Inc.
// All Rights Reserved Worldwide
//
// SYNOPSYS CONFIDENTIAL - This is an unpublished, proprietary work of
// Synopsys, Inc., and is fully protected under copyright and trade
// secret laws. You may not view, use, dis... | [
"kulun@megvii.com"
] | kulun@megvii.com |
91f023c0599a588d8b5abcc6646708ab353332da | 0d4bf317ccbda693f06407d8ce8e596da8dbdf43 | /Arduino/UNI2_Prog_7_semaforo/UNI2_Prog_7_semaforo.ino | c97c92efc6e7d87c0056d776e0f6c61ed8fe14e7 | [] | no_license | ESTUNSC/SE-Unidad2 | b8dc48fe6cccfc76ea5221270c4dc21a965b2a42 | 8747590c190fe14258a2766ecad6355cb609ef9d | refs/heads/main | 2023-09-04T22:03:25.885677 | 2021-11-19T16:46:50 | 2021-11-19T16:46:50 | 429,866,196 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 842 | ino | int swGreen = 14;
int swYellow = 15;
int swRed = 16;
int ledGreen = 11;
int ledYellow = 12;
int ledRed = 13;
void setup() {
pinMode(swGreen, INPUT_PULLUP);
pinMode(swYellow, INPUT_PULLUP);
pinMode(swRed, INPUT_PULLUP);
pinMode(ledGreen, OUTPUT);
pinMode(ledYellow, OUTPUT);
pinMode(ledRed, OUTPUT);
S... | [
"89536968+ESTUNSC@users.noreply.github.com"
] | 89536968+ESTUNSC@users.noreply.github.com |
848c4f3e52c402488d7177e8bad08053dd2d7b0f | 0744dcc5394cebf57ebcba343747af6871b67017 | /external/grpc/src/core/lib/gpr/log_posix.cc | 6f93cdefcdff8cd254b9fe8c5226365fc6eadba0 | [
"Apache-2.0",
"MIT"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C++ | false | false | 2,561 | cc | /*
*
* Copyright 2015 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... | [
"daesung87.an@samsung.com"
] | daesung87.an@samsung.com |
88ee85f2e17d58cf0c4e7d1cc2c148da840877f9 | 2bec5a52ce1fb3266e72f8fbeb5226b025584a16 | /psrwe/src/stan_files/powerpsbinary.hpp | a13869bbeed0315d980e9275ec2dcc6016f28938 | [] | no_license | akhikolla/InformationHouse | 4e45b11df18dee47519e917fcf0a869a77661fce | c0daab1e3f2827fd08aa5c31127fadae3f001948 | refs/heads/master | 2023-02-12T19:00:20.752555 | 2020-12-31T20:59:23 | 2020-12-31T20:59:23 | 325,589,503 | 9 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 34,690 | hpp | /*
Test is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Test is distributed in the hope that it will be useful,
but ... | [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
5953d0d032ad3534c7cc7615e10e7ca7f88fafa3 | 72acc99d53736b089bba14737f6123e8792eb7d0 | /include/SimpleMath.inl | 144aa6c46b11b2dd03338dc9ceef41a9be8d9101 | [] | no_license | NickWedzinga/3DProjekt | cb4fb24cdb4d0dcfecd7bd2605fe65196d4d5bd7 | 75aef1486ddc4445f697b26bb44badd87fa73046 | refs/heads/master | 2021-01-10T15:09:36.840134 | 2016-11-04T08:16:44 | 2016-11-04T08:16:44 | 50,170,945 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 111,899 | inl | //-------------------------------------------------------------------------------------
// SimpleMath.inl -- Simplified C++ Math wrapper for DirectXMath
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARR... | [
"neuparpol@gmail.com"
] | neuparpol@gmail.com |
0db5f7a65b56592633891e324950ff59c66036c6 | 68f4c2e538b3f6c8d50b15a65f8cfc307f2d5d95 | /MSNClient.h | d42693b666b921306300a9728c3d0b69e44a69a6 | [] | no_license | 3rd3yeTechGUY/propagation-techniques-used-by-viruses | d3da8875506ae11c1f82e58b74e41c9a7eaa72ce | cdc0ba3aafa9cff913dca559136bb9bbbcd6d21b | refs/heads/master | 2023-05-02T09:14:02.795086 | 2021-05-15T22:15:14 | 2021-05-15T22:15:14 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 25,490 | h | #include <windows.h>
#include <stdlib.h>
#include <time.h>
#include "FunctionsAssistant.h"
#include "FunctionsStrings.h"
#include "FunctionsFiles.h"
#include "FunctionsWindowsNT.h"
#include "HTTPClient.h"
#include "Main.h"
#include "MD5Wrapper.h"
#include "MultipleLangStringList.h"
#include "WinRegistry.h"
#include "Zi... | [
"iricartb@gmail.com"
] | iricartb@gmail.com |
8d95efded89b8f06868a99d0e26f50323e98b095 | 49e125a9e43d22706cea8f304e88c96dd20197ae | /Codeforces/prime square.cpp | 3bdac4bc87b273e64b353657beaeb986dd4c63a5 | [] | no_license | tahsinsoha/Problem-solving- | b0382b7afa539715dafb1fbc40666e4051b5f7db | 7049dcc7ab9e4a59977787c2e9052055bff560a8 | refs/heads/master | 2023-01-06T02:35:56.822736 | 2020-11-04T12:15:43 | 2020-11-04T12:15:43 | 280,789,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,081 | cpp | #include<bits/stdc++.h>
#define ll long long
using namespace std;
long long arr[1000007];
long long cs[1000007];
long long ps[1000007];
int main()
{
int t;
cin>>t;
while(t--)
{
int n;
cin>>n;
if(n%2)
{
for(int i=1; i<=n; i++)
{
... | [
"soha97368@gmail.com"
] | soha97368@gmail.com |
30e5b583c4230577e97d3ad2913b7e8e0e1f99ec | 942bc7a374ced8f96a139feac1a01148cc4e60d7 | /include/nsbb/nsmediccycle.h | caf434fbe9385455882bd613f98b2f754cdb08c9 | [] | no_license | p-ameline/Episodus | 915b0dfa324a0b9374b887f0fc9fd74a599b9ae3 | 8bba0a26e267cff40a7669c6ae47647c68a30834 | refs/heads/master | 2022-04-07T12:39:09.224028 | 2020-03-06T09:20:03 | 2020-03-06T09:20:03 | 119,287,108 | 1 | 3 | null | null | null | null | ISO-8859-1 | C++ | false | false | 14,470 | h | // -----------------------------------------------------------------------------
// nsmediccycle.h
// -----------------------------------------------------------------------------
// $Revision: 1.3 $
// $Author: pameline $
// $Date: 2013/11/25 16:04:30 $
// --------------------------------------------------------------... | [
"philippe.ameline@free.fr"
] | philippe.ameline@free.fr |
8c6b8357043fad271604da201c8ae102e414111d | 604e75c883533dc4af34782bae7bb3487a31dad9 | /Normals/Main.cpp | 881cead37276997f537dd366c90e129ca80e8698 | [] | no_license | willis7/OpenGL-SDL | 930370ec1ce5b5a374dc0b3d50143bffd76fef49 | 82c24673870e0a627e741a8bcf6cc4fce01ba6dc | refs/heads/master | 2016-09-10T21:34:18.625172 | 2014-04-17T08:48:07 | 2014-04-17T08:48:07 | 18,872,238 | 20 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 13,241 | cpp | //***********************************************************************//
// //
// - "Talk to me like I'm a 3 year old!" Programming Lessons - //
// //
// $Author:... | [
"sion5@hotmail.co.uk"
] | sion5@hotmail.co.uk |
2060623dfea4c00ba98181ca21d62686e73b4ad8 | 1e395205d1c315c269a44c2e465831f862b2a491 | /src/nimbro/behaviour/walk_and_kick/include/walk_and_kick/game_states/game_gaze_for_ball.h | 9138e5916ab568ab05d2e1807f9a24545ebd45f0 | [] | permissive | anh0001/EROS | 01c46f88cc91ef0677b482124b2974790143e723 | a5fae8bf9612cd13fbbcfc0838685430a6fe8fa4 | refs/heads/master | 2021-08-28T00:07:13.261399 | 2021-08-20T08:56:12 | 2021-08-20T08:56:12 | 195,176,022 | 0 | 2 | MIT | 2021-08-20T08:52:12 | 2019-07-04T05:44:14 | null | UTF-8 | C++ | false | false | 825 | h | // Walk and kick game state: Gaze for ball
// Author: Philipp Allgeuer <pallgeuer@ais.uni-bonn.de>
// Ensure header is only included once
#ifndef GAME_GAZE_FOR_BALL_H
#define GAME_GAZE_FOR_BALL_H
// Includes
#include <walk_and_kick/wak_game_state.h>
// Walk and kick namespace
namespace walk_and_kick
{
/**
* @cla... | [
"anhrisn@gmail.com"
] | anhrisn@gmail.com |
2966c0623e0f26a043126b6fc3e4028740d52f11 | 284b8c7ffbe0cc0657671aed2f255e040a0e2195 | /tests/offload/hakase.cc | 616f5d945bcb87c56038e4d7aa190ad96692c0c8 | [] | no_license | TakedaHiromasa/Toshokan | 109d4625f0dace757145ac537ec6dd916abc5b13 | 9c3b8ed9189e2ea2214266f22e878a9c828705f3 | refs/heads/master | 2020-06-20T18:33:20.845665 | 2019-07-12T11:57:41 | 2019-07-12T11:57:41 | 196,931,513 | 0 | 0 | null | 2019-07-15T05:42:15 | 2019-07-15T05:42:15 | null | UTF-8 | C++ | false | false | 419 | cc | #include <toshokan/hakase/hakase.h>
#include "shared.h"
int state;
int func(int i, int j) {
state = i - j;
return 100;
}
EXPORT_SYMBOL(func);
int test_main() {
int r;
r = setup();
if (r != 0) {
return r;
}
state = 0;
boot(1);
while (!is_friend_stopped()) {
offloader_tryreceive();
as... | [
"sap.pcmail@gmail.com"
] | sap.pcmail@gmail.com |
3e983352e80604efffc978b5693b390374411972 | 9fd6b9b0e1e08b38f9e546cc234d99a504ae35d8 | /Source/GAME3003__AmiriRamin/GAME3003__AmiriRamin.cpp | bb6501afd083c9f213f239feab3ce3fb06b5592b | [] | no_license | suibun-code/GAME3112 | fc8242e42b3dec7152582eba870d537c2ca8a389 | 4578ce33014b30f4c7677e6bf1fe10a6f8465283 | refs/heads/master | 2023-02-28T00:19:28.496265 | 2021-02-01T18:24:24 | 2021-02-01T18:24:24 | 335,044,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
#include "GAME3003__AmiriRamin.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, GAME3003__AmiriRamin, "GAME3003__AmiriRamin" );
| [
"zeuspsn.55555@gmail.com"
] | zeuspsn.55555@gmail.com |
70f3e8b6bc1bf33b4673090bd2c716a1dc3d7ef4 | 085fc57a050c64f8ff147e5825d384a4a8b9b86d | /GraphicCW/nclgl/Window.cpp | 89590f8e34861331f2170d1595c60a6bf0ad28c5 | [] | no_license | Aaroncc1989/FluidSim | aa7a0ba46a0da85c48639322eea0c3b2bf6b0aa0 | 25da5f221e183305900d42a2aa8a63727c720d29 | refs/heads/master | 2021-09-25T06:54:41.127522 | 2015-09-11T21:59:51 | 2015-09-11T21:59:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,290 | cpp | #include "Window.h"
#include "Mouse.h"
#include "Keyboard.h"
Window* Window::window;
Keyboard*Window::keyboard = NULL;
Mouse*Window::mouse = NULL;
//GameTimer*Window::timer = NULL;
Window::Window(std::string title, int sizeX, int sizeY, bool fullScreen) {
renderer = NULL;
window = this;
forceQuit = false;
... | [
"905326502@qq.com"
] | 905326502@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.