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 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
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 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6e534ee1d749f997bcc0c393d7de97194049ade3 | 2a27047e4438eaf56eef7acfadf584bba3f6b491 | /speexbuild/AGC.cpp | f791b524f3d75fc60eddfd4c9de286aabc7cda1b | [] | no_license | rok-kek/mumble | 22482521febca3e3e80f9dfc1338b17ad562ea20 | 94162697d34181549263822ab03b3c87300d456d | refs/heads/master | 2021-01-24T04:07:47.647789 | 2012-07-16T16:45:18 | 2012-07-16T16:45:18 | 5,070,225 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,579 | cpp | #include <QtCore>
#ifdef Q_OS_WIN
#define _WIN32_IE 0x0600
#include <windows.h>
#include <shellapi.h>
#define CALLGRIND_START_INSTRUMENTATION
#define CALLGRIND_STOP_INSTRUMENTATION
#define CALLGRIND_ZERO_STATS
#else
#include <valgrind/callgrind.h>
#endif
#include <math.h>
#include <speex/speex.h>
#include <speex/spee... | [
"slicer@users.sourceforge.net"
] | slicer@users.sourceforge.net |
9e023ee139f733d10e7b84a3c12bf61eaefe144a | f8a7792165ac068e5f5dfd42ca749f0d628ce3e5 | /src/UnitTest/TestArray.h | b619b4b159618bf1716872f85365e300025373ec | [
"BSD-2-Clause"
] | permissive | evan-charmworks/quinoa | 437d1d628abdef557de8dfbe5996a34edb522c54 | 2e6cd4e4eb9a535a94d89000de3274ce5c9cb40c | refs/heads/master | 2020-03-19T08:37:29.765248 | 2018-05-02T02:55:08 | 2018-05-02T02:55:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 683 | h | // *****************************************************************************
/*!
\file src/UnitTest/TestArray.h
\copyright 2012-2015, J. Bakosi, 2016-2018, Los Alamos National Security, LLC.
\brief Simple test Charm++ array for testing arrays
\details Simple test Charm++ array for testing arrays.... | [
"jbakosi@lanl.gov"
] | jbakosi@lanl.gov |
8d80738344da9f3d61f07f1e88252082c9b7fa67 | 19dca364006ce21b1c46263a9fbb2db85db0d213 | /src/cube.h | 2a14ce9bd231e59ba18789c03ed756e64544393d | [] | no_license | Volian0/RetroKostki | 970947cd1b5b66d5a30726d6065add4507002819 | 1711b2f5830b64fda7cbb3e5354f84c7eaf91532 | refs/heads/master | 2023-06-06T05:26:08.060767 | 2021-06-26T20:25:27 | 2021-06-26T20:25:27 | 379,826,274 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 472 | h | #pragma once
#include <glm/glm.hpp>
#include <string>
#include <vector>
#include <map>
#include <optional>
#include "texture.h"
extern void render_cube(glm::vec3 pos, Texture* texture, class Shader* shader, double delta);
struct Cube
{
glm::vec3 pos;
Texture* texture;
inline void render(class Shader* shader)
... | [
"bobrowy@outlook.com"
] | bobrowy@outlook.com |
32e9de3007a082dadca1f618de8f574f222640ab | 99ff452bd377cd6ebcc7327c7a38d23e472b9ede | /src/leakDetector/displayMemLeak.cpp | 8a8fa20032c83d6f0ee430daea9ecc0f9f66e5db | [] | no_license | Fu188/process_memory_tracker | a2f5d880777f0a363a35391fd0d9f6055cec9a9b | 81442569c566fa8aef8056539737e710c6ed2fff | refs/heads/main | 2023-05-06T12:05:09.916011 | 2021-05-30T06:18:06 | 2021-05-30T06:18:06 | 362,410,845 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,792 | cpp | # include <iostream>
# include <string>
# include <vector>
# include <time.h>
# include "MemLeakDetector.hpp"
# include "displayMemLeak.hpp"
# include "../memStat/display.hpp"
const float LEAKSAFE = 10;
const float LEAKWARN = 20;
const float LEAKDANGER = 30;
int leakSize = 0;
int checkArgsMemLeak(int displayNum, int... | [
"178927469@qq.com"
] | 178927469@qq.com |
12e0b49ad14de0cf666bf78bfefd856790107786 | 7b3d3a3e80584cf02174fb345167d3b922f4aa42 | /UVA/11111.Cpp | ed8bbd5d94d280391902b4358297a635e7befa9d | [] | no_license | asdf168ghjkl/coding | 63d495521284bd2c680142be647444926e54ba7d | 3ac370cd8df420a58c65b6ab9675d3758cda0be6 | refs/heads/master | 2021-01-10T14:00:45.897404 | 2016-02-12T10:58:11 | 2016-02-12T10:58:11 | 50,718,986 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,090 | cpp | #include <iostream>
#include <sstream>
#include <stdio.h>
using namespace std;
int main(){
string x;
int ans=0;
while(getline(cin,x)){
ans=0;
stringstream p(x);
int z[100000]={0},zz=1,yy=0,xx=1;
int y[100000]={0};
int k[100000]={0};
int m[100000]={0};
... | [
"asdf168ghjkl@gmail.com"
] | asdf168ghjkl@gmail.com |
b60e9be83cbf9c4d49d59f9d0a8febf46e2a622d | cb80a8562d90eb969272a7ff2cf52c1fa7aeb084 | /inletTest9/0.044/nut | 0859a44de5d4f72d319a3646f9eb238d641c4c79 | [] | no_license | mahoep/inletCFD | eb516145fad17408f018f51e32aa0604871eaa95 | 0df91e3fbfa60d5db9d52739e212ca6d3f0a28b2 | refs/heads/main | 2023-08-30T22:07:41.314690 | 2021-10-14T19:23:51 | 2021-10-14T19:23:51 | 314,657,843 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 143,493 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2006 |
... | [
"mhoeper3234@gmail.com"
] | mhoeper3234@gmail.com | |
b87fd1939f82a28296d522a52a38ea4fcd8dacf7 | 65a08b2d3e3073f5ad250bb0c471441814990058 | /dh.h | 399ff040c7b80f9f83d93a37f9fcdb8c5ce03597 | [
"BSL-1.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | MYCLRY/cryptopp | 303fdbdec4f3f545171bac83bdf8407cb9a4170b | 1993a8b7b9f60020ce1524860ce76c01081f3e79 | refs/heads/master | 2020-12-07T02:32:56.883508 | 2015-11-13T14:15:47 | 2015-11-13T14:15:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,606 | h | #ifndef CRYPTOPP_DH_H
#define CRYPTOPP_DH_H
/** \file
*/
#include "cryptlib.h"
#include "gfpcrypt.h"
NAMESPACE_BEGIN(CryptoPP)
//! ,
template <class GROUP_PARAMETERS, class COFACTOR_OPTION = CPP_TYPENAME GROUP_PARAMETERS::DefaultCofactorOption>
class DH_Domain : public DL_SimpleKeyAgreementDomainBase<t... | [
"noloader@gmail.com"
] | noloader@gmail.com |
f8f982431c4054f9666fb72b0480cc726533abb1 | dd544eac0ef5fa8a7eca6d0a7effac53a190b711 | /IMU.ino | bade07c4ba2b8686eb5175c4fefc430840a75ba0 | [] | no_license | happytm/EspCopter32 | 056e3ed4ab6bfc2609b2a5982c99e7f694ae3d68 | f34e71d7e084d657dc6af4853917f9410a9aed62 | refs/heads/master | 2020-06-08T08:50:41.621065 | 2019-06-21T19:30:28 | 2019-06-21T19:30:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,099 | ino |
enum cart { X,Y,Z };
#define GYRO_SCALE ((1998 * PI)/(32767.0f * 180.0f * 1000.0f)) // MPU6050
#define F_GYRO_SCALE 0.001 * GYRO_SCALE // in usec
/* Set the Gyro Weight for Gyro/Acc complementary filter
Increasing this value would reduce and delay Acc influence on the output of the filter*/
#define GYR_CMPF_FACTO... | [
"cesco2@bluewin.ch"
] | cesco2@bluewin.ch |
a467ef9728b33007bf3524378006f1400d5e2bf0 | d7b7ae913fde6770a89d6e0e69a85c0a5f5272f3 | /playtest/sub/asio/asio/impl/use_awaitable.hpp | 7bb757401f21bb5e6b6c93b4f9183315e66b498d | [
"MIT"
] | permissive | gdext/native | 2f5fb04d3b912eb0d1d29ed7031266ab412bca84 | 6d174bc56482091ae0f6c973a3de2d45d5fc74c8 | refs/heads/main | 2023-06-21T17:40:13.001545 | 2021-07-24T09:02:40 | 2021-07-24T09:02:40 | 360,237,781 | 3 | 2 | MIT | 2021-04-21T16:42:34 | 2021-04-21T16:33:27 | null | UTF-8 | C++ | false | false | 7,078 | hpp | //
// impl/use_awaitable.hpp
// ~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2021 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 ASIO_IMPL_USE_A... | [
"nassimbennamari38@gmail.com"
] | nassimbennamari38@gmail.com |
73deb90a67125a43c9858b295ec36e120937826b | 72ce336247f5a68ca579e630cfcf125b5bcb4c2e | /opengl_experiments/imgui/imgui_demo.cpp | 9a6063598807a29658c65e9c43a1543a01327823 | [] | no_license | mateun/opengl_experiments | 47f442a7e6d0d21fa5a79320b7cfda15da214e99 | 96750672861743ad14cbce6a61a3df3d6b89951c | refs/heads/master | 2020-03-26T21:19:17.632065 | 2018-08-19T21:20:03 | 2018-08-19T21:20:03 | 145,380,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 184,537 | cpp | // dear imgui, v1.63 WIP
// (demo code)
// Message to the person tempted to delete this file when integrating ImGui into their code base:
// Don't do it! Do NOT remove this file from your project! It is useful reference code that you and other users will want to refer to.
// Everything in this file will be stripped ou... | [
"m.gruscher@ttech.at"
] | m.gruscher@ttech.at |
89f3ccbbb03b857ca9fdd12173b42179aab5aef3 | 45645fd8c0836f239e59bb09f2a022a57c031c17 | /GMAT-R2019aBeta1/src/gmatutil/util/ElapsedTime.cpp | 7de67943338b936c329804d4e5fc58c6a732b0d0 | [
"Apache-2.0"
] | permissive | daniestevez/gmat-dslwp-source | 03678e983f814ed1dcfb41079813e1da9bad2a6e | 9f02f6f94e2188161b624cd3d818a9b230c65845 | refs/heads/master | 2022-10-07T07:05:03.266744 | 2020-06-06T13:32:41 | 2020-06-06T13:32:41 | 260,881,226 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,716 | cpp | //$Id$
//------------------------------------------------------------------------------
// ElapsedTime
//------------------------------------------------------------------------------
// GMAT: General Mission Analysis Tool
//
// Copyright (c) 2002 - 2018 United States Government as represen... | [
"daniel@destevez.net"
] | daniel@destevez.net |
693ec5479652da2b68191d0b5f49d03fd348bdc8 | 4b055f9c18ad613f10c0e281873b800f3ff515ff | /Minigin/Scene.h | 3bc00529b808bb170f1e5e74a04999e45e9d252b | [] | no_license | minoarno/MidestinyEngine | 982508e7ac0197fc49649c1bec362ad5ba113469 | 68e88f2f3dc537cf4add9fe474004681a90e8a84 | refs/heads/main | 2023-07-16T06:31:24.398267 | 2021-08-23T04:40:14 | 2021-08-23T04:40:14 | 337,725,203 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 719 | h | #pragma once
#include <string>
#include <vector>
namespace dae
{
class GameObject;
class Scene
{
public:
explicit Scene(const std::string& name);
Scene(const Scene& other) = delete;
Scene(Scene&& other) = delete;
Scene& operator=(const Scene& other) = delete;
Scene& operator=(Scene&& other) = delete;
vi... | [
"minoarno@users.noreply.github.com"
] | minoarno@users.noreply.github.com |
45ee96df706710c295ecee9b68fd069e5505bd12 | bedac65573099644606eb947be2bfdf8fb809db5 | /MainMenuScene.cpp | 6b54f7198f2b519bb1729382adf4016235ce5473 | [] | no_license | wooooonga/WoongGame | e3178c6439fb4a966ed915f5cfef87158e3f2934 | 769184d46de6edca4b9285e6878d7e601aa3bc26 | refs/heads/master | 2016-09-06T16:55:42.750673 | 2014-05-09T08:03:02 | 2014-05-09T08:03:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,890 | cpp | #include "MainMenuScene.h"
#include "MainGameScene.h"
#include "ScoreBoard.h"
USING_NS_CC;
Scene* MainMenuScene::CreateScene()
{
// 'scene' is an autorelease object
auto scene = Scene::create();
// 'layer' is an autorelease object
auto layer = MainMenuScene::create();
// add layer as a child... | [
"wooooonga@gmail.com"
] | wooooonga@gmail.com |
3de0b57005cc108d02e7bf9e8d0ad1bd84091906 | 8554fbbb1c710b68277d40ca21397ff0c1e98391 | /Lightoj Solutions/1200 - Thief.cpp | 255c3f5fb578ff2cafcf583affb6732ae59d9e46 | [] | no_license | Nasif-Imtiaj/Judge-Solutions | 753be5ddb39249c433f7590354bd343329ee16df | cb5f56babfd3bf9286281b5503de8501d21907fe | refs/heads/master | 2020-12-02T17:38:41.380575 | 2020-04-05T16:29:51 | 2020-04-05T16:29:51 | 231,076,432 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,376 | cpp | #include<bits/stdc++.h>
using namespace std;
///Welcome to Nasif's Code
#define co(q) cout<<q<<endl;
typedef long long int ll;
typedef unsigned long long int ull;
const int MOD = (int)1e9+7;
const int MAX = 1e6;
#define pi acos(-1)
#define bug cout<<"bug"<<endl;
#define FastRead ios_base::sync_with_stdio(false);cin... | [
"nasifimtiaj.16@gmail.com"
] | nasifimtiaj.16@gmail.com |
57f063a152f45af51c3ef4804cda34f972dd8d34 | f67f0f77370d18400e2ac3a64b5eda85231fbe8b | /of-develop/squareBump/71/h | 0f6e270282c1e8899699014a1f7807e831f21a61 | [] | no_license | seiyawati/OpenFOAM | 6c3f0a2691e0eeabee6645d7b71c272c2489de03 | 79d770169962cc641f5b386318f210c61b9a8e25 | refs/heads/master | 2023-06-09T18:28:56.170426 | 2021-06-10T15:03:44 | 2021-06-10T15:03:44 | 354,198,942 | 0 | 0 | null | 2021-06-18T06:13:41 | 2021-04-03T04:30:05 | C++ | UTF-8 | C++ | false | false | 5,062 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"kid960805@gmail.com"
] | kid960805@gmail.com | |
f54cc2fe01b4b329d9364d7a2d7076af7862c036 | e398a585764f16511a70d0ef33a3b61da0733b69 | /3790.1830/inc/wxp/oleacc.h | cc4ab2ee100ba8d0531dcb369c82a305c8f2c0c6 | [
"MIT"
] | permissive | MichaelDavidGK/WinDDK | f9e4fc6872741ee742f8eace04b2b3a30b049495 | eea187e357d61569e67292ff705550887c4df908 | refs/heads/master | 2020-05-30T12:26:40.125588 | 2019-06-01T13:28:10 | 2019-06-01T13:28:10 | 189,732,991 | 0 | 0 | null | 2019-06-01T12:58:11 | 2019-06-01T12:58:11 | null | UTF-8 | C++ | false | false | 70,150 | h |
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0347 */
/* Compiler settings for oleacc.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robus... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
3709f057342160e91a39e38162c9b8f1a94a952f | 3e612ab74b1298d668352c9690698e1872b34a81 | /First Missing Positive/Submit.cpp | f4de4ad10be151d930babe7545299c2473111c05 | [] | no_license | lyh-ADT/LeetCodeNote | afda090bcb988e63bcf44440695a55fe7bd6e47b | 1351d520ce842ec85068b41c31eb574bd406c81b | refs/heads/master | 2020-04-08T14:37:33.335757 | 2019-04-29T05:52:44 | 2019-04-29T05:52:44 | 159,444,761 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,088 | cpp | #include <iostream>
#include <vector>
using namespace std;
static const auto disable_sync = []() {
ios::sync_with_stdio(false);
std::cin.tie(nullptr);
return nullptr;
}();
class Solution {
public:
int firstMissingPositive(vector<int> &nums) {
if (nums.empty()) {
return 1;
... | [
"1043970238@qq.com"
] | 1043970238@qq.com |
822972bfa8d1d27fd28a2f5bcfcc1d93fbf0f3b8 | c5592fd3eb7a4382b1e0da11755eee6796edb725 | /atcoder.jp/abc140/abc140_a/Main.cpp | 4f342e04bea4f47f27866695a607a17640d13d58 | [] | no_license | wdiiahk/procon-archive | 4dbba35977ed85bb1cb1db71722ee643fb8bb747 | 57c3a143f09ff0725ae90de6d9182e770963b31f | refs/heads/main | 2023-03-16T07:32:22.534101 | 2019-06-28T03:27:14 | 2019-06-28T03:27:14 | 345,225,662 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,165 | cpp | //デバッグ用オプション:-fsanitize=undefined,address
//コンパイラ最適化
#pragma GCC optimize("Ofast")
//インクルードなど
#include <bits/stdc++.h>
//#include <atcoder/all>
using namespace std;
//using namespace atcoder;
namespace
{
typedef long long ll;
using vint = vector<int>;
using vll = vector<ll>;
using vbool = vector<bool>;
u... | [
"hikida0842@gmail.com"
] | hikida0842@gmail.com |
75daa2f8b171dbed523088f04bdf170c6f8d1a7e | db111ff94903f0b24658c328d93f5cc28b670b8d | /chrome/browser/extensions/extension_management.cc | 73c51032e486199042d2b051ea17743933406248 | [
"BSD-3-Clause"
] | permissive | nibilin33/chromium | 21e505ab4c6dec858d3b0fe2bfbaf56d023d9f0d | 3dea9ffa737bc9c9a9f58d4bab7074e3bc84f349 | refs/heads/master | 2023-01-16T10:54:57.353825 | 2020-04-02T04:24:11 | 2020-04-02T04:24:11 | 252,359,157 | 1 | 0 | BSD-3-Clause | 2020-04-02T04:57:37 | 2020-04-02T04:57:37 | null | UTF-8 | C++ | false | false | 27,078 | 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/browser/extensions/extension_management.h"
#include <utility>
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/logg... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
0741b39d1fe809642146afc9db3d767661ac2061 | aaba6d264025d7ff1a7874b3e329c61ecec01bd6 | /codechef/easy/Odd.cpp | b1c82aa809c45593f034cf346abf21fe2cd39b92 | [] | no_license | liuzixing/scut | b8118c3f0fea497a6babbe1ccbed94f2997b07d3 | 930c90abbabc98ac0bff4cb4fcde2c46f92a2937 | refs/heads/master | 2020-06-09T06:59:29.230684 | 2014-03-19T11:29:52 | 2014-03-19T11:29:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 442 | cpp | #include <cstdio>
using namespace std;
int two[31];
int main()
{
int t,n;
two[0] = 1;
for (int i = 1;two[i - 1] < 1000000000;i++)
two[i] = two[i - 1] * 2;
scanf("%d",&t);
while (t--)
{
scanf("%d",&n);
for (int i = 30;i >= 0;i--)
if (two[i] <= n... | [
"liucising@gmail.com"
] | liucising@gmail.com |
3a0230afb8efa1246c0a31aae9b4a90bb988c68f | 81d9c66e71be0bbda562cae1eaaed092934f9375 | /SpaceCombat/Scenarios/scenario4.h | 6790a51ce15ee14d052ca1e58863ac7a7837e4ad | [] | no_license | ThePiachu/Space-Combat | 9fd1c54c2e1283e34fdb26c800fa27d939b1336f | b23d4ad60ca6aa3c5a6eb834329ca0e4c2e725ea | refs/heads/master | 2021-01-22T08:59:55.352193 | 2012-06-15T20:17:22 | 2012-06-15T20:17:22 | 2,955,081 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,633 | h | #ifndef SCENARIO4_H_
#define SCENARIO4_H_
#include "scenario.h"
#include "../math.h"
#include "../map.h"
#include "../ai.h"
//#define SCENARIO4STARS 5000
//#define SCENARIO4BOIDAMOUNT 1500
#define SCENARIO4SHIPAMOUNT 200
class scenario4:public scenario
{
char Chars[100];
int i, fps, tmptime;
string re... | [
"ThePiachu@gmail.com"
] | ThePiachu@gmail.com |
d0d3452ade56b05617bf96b23df4989b87a6e08c | 2b671042d4d4e1f14f4b07e303965d6774bcf494 | /CPP_Opdracht1/Course.h | 5a38bd5653853e757c013682fb147c041be4abc5 | [] | no_license | Calvin-Davidson/SD_opdracht1 | cf2bb4387561481d4c43507641e062c0e9a8609e | 12a0c0da00d05df9f07ccce2adbe27488ef9be30 | refs/heads/main | 2023-04-17T16:03:10.335215 | 2021-03-26T15:15:53 | 2021-03-26T15:15:53 | 301,715,233 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 500 | h | #pragma once
#include <string>;
#include <vector>;
#include "Student.h"
class Course
{
public:
std::vector < Student* > students;
Course(std::string name);
~Course();
void AddStudent(Student* student);
void RemoveStudent(Student* student);
// getters and setters
std::string GetName();
int GetAge();
int Ge... | [
"calvin2003davidson@gmail.com"
] | calvin2003davidson@gmail.com |
40067425c9745b3e65c52991fc6780e97c2a013a | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/git/new_hunk_2306.cpp | 40afd1bf501130ea5de30b41a630be4225cac317 | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 551 | cpp | return dst;
}
static const char *strip_ref_components(const char *refname, const char *nr_arg)
{
char *end;
long nr = strtol(nr_arg, &end, 10);
long remaining = nr;
const char *start = refname;
if (nr < 1 || *end != '\0')
die(":strip= requires a positive integer argument");
while (remaining) {
switch (*st... | [
"993273596@qq.com"
] | 993273596@qq.com |
226fedf6bb6e593252d15c4278823ba15809542f | d8c772acd5efa2f124f24c1de49294f0be798830 | /Program/binaryrecur.cpp | c7b78dc19e4a5142afb3e629f35f239943377504 | [] | no_license | Adityashar/Program | 4cad8c5fa0acd31d759bb1264774699256d9fcd4 | 9610b85165a861e260d3e0d2f6a7e871db7c90dc | refs/heads/master | 2021-07-16T08:50:10.011124 | 2018-10-17T03:42:44 | 2018-10-17T03:42:44 | 135,829,550 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 395 | cpp | #include <iostream>
using namespace std;
int brecur(int a[100],int s,int e,int l)
{
int mid = (s+e)/2;
//if(mid<=1) return 1;
if(a[mid]>l) e=mid-1;
else if(a[mid]<l) s=mid+1;
else
return mid;
brecur(a,s,e,l);
}
int main()
{
int n,a[100],l;
cin>>n;
for(int i=0;i<n;... | [
"adityashar@github.com"
] | adityashar@github.com |
957cf91a21367f679f08cdd8ca55a1ec779fb252 | ba1475516f1905521303b114fadebbe337055e12 | /node_modules/catch/include/internal/catch_interfaces_capture.h | 6565f0e6923cd68b02710e898409dc0105791c35 | [
"MIT",
"BSL-1.0"
] | permissive | RobWongus/NodeHomework | ab16b83a5a97378ff03ec7400dbce1a40a920f11 | 07a8276b25df0f72973e6590830cf480e59c7f0d | refs/heads/master | 2021-07-15T04:32:01.677059 | 2020-03-30T03:55:09 | 2020-03-30T03:55:09 | 247,172,780 | 0 | 0 | MIT | 2021-05-11T07:34:56 | 2020-03-13T22:35:29 | JavaScript | UTF-8 | C++ | false | false | 1,423 | h | /*
* Created by Phil on 07/01/2011.
* Copyright 2011 Two Blue Cubes Ltd. All rights reserved.
*
* 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 TWOBLUECUBES_CATCH_INTERFACES_CAPTURE_H_INCLUDED
#de... | [
"rob_wo@yahoo.com"
] | rob_wo@yahoo.com |
5bc3bc862630a3918e5cb3d00fe04a2808ecf0a6 | ba41dbc2183bd91e6e9a8669904b85f342775530 | /python/im/include/flattery.hpp | 22913a0bb6c9b04d2307714aed589591b17eb428 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | fish2000/libimread | 5d835f98083a897e1d0d9fde4f816cea4496e35f | 781e2484559136de5171d577d54afa624ca4c8b4 | refs/heads/master | 2022-04-28T18:14:27.189975 | 2022-03-20T23:57:15 | 2022-03-20T23:57:15 | 30,621,253 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 235 | hpp |
#include <Python.h>
namespace py {
namespace flattery {
PyObject* unflatten(PyObject*, PyObject*);
PyObject* flatten(PyObject*);
PyObject* flatten_mappings(PyObject*);
}
}
| [
"fish2000@gmail.com"
] | fish2000@gmail.com |
6d6c9186dfec35994266a98f633ed1072797decd | d3b468ef0938ec32edf71ea1ceeb5b5d06ebf171 | /ogr/ogrsf_frmts/pmtiles/ogrpmtilesdriver.cpp | 474fa633628523b66351f8acacb5da8ac913ff10 | [
"LicenseRef-scancode-warranty-disclaimer",
"SunPro",
"LicenseRef-scancode-info-zip-2005-02",
"BSD-3-Clause",
"MIT",
"ISC",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | OSGeo/gdal | 30a1e1fb0909d758d4f636d481bf03fcd7affe3c | 1e7746b2546b8c4878f4bfdb20c87f87e561745b | refs/heads/master | 2023-09-03T19:37:50.027999 | 2023-09-03T18:29:31 | 2023-09-03T18:29:31 | 6,148,317 | 4,100 | 2,611 | NOASSERTION | 2023-09-14T20:23:19 | 2012-10-09T21:39:58 | C++ | UTF-8 | C++ | false | false | 8,960 | cpp | /******************************************************************************
*
* Project: OpenGIS Simple Features Reference Implementation
* Purpose: Implementation of PMTiles
* Author: Even Rouault <even.rouault at spatialys.com>
*
**************************************************************************... | [
"even.rouault@spatialys.com"
] | even.rouault@spatialys.com |
aaf37fc04cb6c98ff0a229ebc85e655b8ed9ed5d | 8dbb7fa86438f47fd441c3b1717b466e687269ad | /CrazyEditer/CrazyEditer/CountString.cpp | 2e656e82e9b349f314dab80bca4cda313d1293d2 | [] | no_license | lihao98722/crazy-editor | 2f1b4dec765050a57a1c7c6dd7175bab346c5739 | 4faff5701c56fd895ed074a912a2ca9ebe3bb8dc | refs/heads/master | 2020-12-31T03:03:02.658124 | 2015-07-11T15:54:49 | 2015-07-11T15:54:49 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,706 | cpp | // CountString.cpp : 实现文件
//
#include "stdafx.h"
#include "CrazyEditer.h"
#include "CountString.h"
#include "afxdialogex.h"
// CCountString 对话框
IMPLEMENT_DYNAMIC(CCountString, CDialogEx)
CCountString::CCountString(CWnd* pParent /*=NULL*/)
: CDialogEx(CCountString::IDD, pParent)
, m_StringToCount(_... | [
"lihao98722@gmail.com"
] | lihao98722@gmail.com |
8e683621306a0655c2570055b867740f3c6e96b1 | bfa40191bb6837f635d383d9cd7520160d0b03ac | /LightNote/Source/Core/Graphics/Common/Font/Font.h | b07e0bdfce3006fddd7f69af4711cdeeeaaaf25d | [] | no_license | lriki/LightNote | 87ec6969c16f2919d04fdaac9d0e7ed389f403ad | a38542691d0c7453dd108bcf1d653a08bb1b6b6b | refs/heads/master | 2021-01-10T19:16:33.199071 | 2015-02-01T08:41:06 | 2015-02-01T08:41:06 | 25,684,431 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,032 | h | //==============================================================================
// Font
//------------------------------------------------------------------------------
///**
// @file Font.h
// @brief Font
//*/
//==============================================================================
#pragma onc... | [
"ilys.vianote@gmail.com"
] | ilys.vianote@gmail.com |
63348b44f7e0ece3dd9492c9aff4018c6403cdf0 | 345d9a4ad960c76aab172ea29b7134fd4d6a045c | /src/casinocoin/json/json_forwards.h | 9e596a06e18f27188fd72e636bff5f5cf2458d61 | [
"MIT-Wu",
"MIT",
"ISC",
"BSL-1.0"
] | permissive | ajochems/casinocoind | 7357ee50ad2708b22010c01981e57138806ec67a | 4ec0d39ea1687e724070ed7315c7e1115fc43bce | refs/heads/master | 2020-03-22T21:41:13.940891 | 2019-10-03T18:53:28 | 2019-10-03T18:53:28 | 140,707,219 | 1 | 0 | NOASSERTION | 2019-10-03T18:53:30 | 2018-07-12T11:58:21 | C++ | UTF-8 | C++ | false | false | 1,606 | h | //------------------------------------------------------------------------------
/*
This file is part of rippled: https://github.com/ripple/rippled
Copyright (c) 2012, 2013 Ripple Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby ... | [
"andre@jochems.com"
] | andre@jochems.com |
34b413c7c5c309b760717734cc17c9b09f410ff8 | 4fee08e558e77d16ab915f629df74a0574709e8b | /cpsc585/Havok/Common/Base/Math/Vector/Fpu/hkFpuVector4.inl | 8dda2ea6df6cf53c07adc350dba160eb3bebf012 | [] | no_license | NinjaMeTimbers/CPSC-585-Game-Project | c6fe97818ffa69b26e6e4dce622079068f5831cc | 27a0ce3ef6daabb79e7bdfbe7dcd5635bafce390 | refs/heads/master | 2021-01-21T00:55:51.915184 | 2012-04-16T20:06:05 | 2012-04-16T20:06:05 | 3,392,986 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 61,475 | inl | /*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets of... | [
"cdebavel@ucalgary.ca"
] | cdebavel@ucalgary.ca |
88a44ccde093eddc2484f1bacb4d4ee7fe44942f | 543d9580b9c69f20cfb58c6ba7865e0362308a2a | /996A.cpp | 88e8e2508dd47f22d8351c3a558e1b76ca03688d | [] | no_license | rikvdk/codeforces | d387513cc20654b78b229a3129b65cd19026a0e6 | b5ecd2f9a81ca4bac7bf0442d483f07494eb716b | refs/heads/master | 2022-12-11T11:55:32.368980 | 2020-09-19T20:07:33 | 2020-09-19T20:07:33 | 252,754,772 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 165 | cpp | #include <bits/stdc++.h>
typedef long long ll;
using namespace std;
int main() {
ll n;
cin >> n;
cout << n/100 + n%100/20 + n%20/10 + n%10/5 + n%5;
}
| [
"rikvanderkooij@gmail.com"
] | rikvanderkooij@gmail.com |
f8e034bf6f32ff81067bf21751d08269089aba31 | 89fdc24754bac6fe98b3b2994c576199248bbb5d | /Project1/main.cpp | 19f970e73994114cd6bb8f462a94291b3de6810c | [] | no_license | ChristopMD/Grafica-Tranformaciones-Indices | cd94c08a11fcc10b1f9061a113ee340718247518 | 9f7b63c7027d75f3d2dc46c89927c4df0595f09f | refs/heads/master | 2022-12-23T23:57:58.409157 | 2020-10-04T07:57:45 | 2020-10-04T07:57:45 | 301,071,540 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 8,681 | cpp | #include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <iostream>
#include <sstream>
#include <fstream>
#include <string>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
using namespace std;
void framebuffer_tamanho_callback(GLFWwindow* ventana, int ancho, int alto) {
glViewport(0, 0, ancho, alto);
}
... | [
"42655558+ChristopMD@users.noreply.github.com"
] | 42655558+ChristopMD@users.noreply.github.com |
f6f4ea365871b60592ec0adc8058436c6080276a | 4aa943fc6e2710070b325eb81223fc4dbae205c6 | /src/BluetoothException.cc | f65ebee90f2dbd6f0eb8312a5589929d3b20a3d6 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause-Views",
"BSD-2-Clause",
"MIT"
] | permissive | RoukaVici/bluetooth-serial-port | e533f6f60af6502f17e54d47853a82b40e92eca3 | 2fc7ceab97f751bc9dfd2c88bbcc69b39c9e775c | refs/heads/master | 2020-03-18T06:55:42.918022 | 2018-09-20T11:51:19 | 2018-09-20T11:51:19 | 134,422,082 | 0 | 0 | null | 2018-05-22T13:48:44 | 2018-05-22T13:48:44 | null | UTF-8 | C++ | false | false | 213 | cc | #include "BluetoothException.h"
BluetoothException::BluetoothException(std::string msg) NOEXCEPT
{
this->message = msg;
}
const char* BluetoothException::what() const NOEXCEPT
{
return message.c_str();
} | [
"atomheartother@gmail.com"
] | atomheartother@gmail.com |
72689e935b6ea40527ef220592ad297e6ba0b8b5 | 80bee850d1197772d61e05d8febc014e9980d7c0 | /Addons/ExileReborn-Reborn_Zombies/mpmissions/Core_client_files/custom_crafting/bushkit.hpp | b7728f312004e40ba2ddb27c830a9c03fd62f9fb | [
"MIT"
] | permissive | x-cessive/Exile | 0443bb201bda31201fadc9c0ac80823fb2d7a25d | c5d1f679879a183549e1c87d078d462cbba32c25 | refs/heads/master | 2021-11-29T08:40:00.286597 | 2021-11-14T17:36:51 | 2021-11-14T17:36:51 | 82,304,207 | 10 | 8 | null | 2017-04-11T14:44:21 | 2017-02-17T14:20:22 | SQF | UTF-8 | C++ | false | false | 331 | hpp | class CraftBushKit: Exile_AbstractCraftingRecipe
{
name = "Craft bush kit";
pictureItem = "Exile_Item_BushKit_Green";
returnedItems[] =
{
{1, "Exile_Item_BushKit_Green"}
};
tools[] =
{
"Exile_Item_Pliers"
};
components[] =
{
{8, "Exile_Item_Leaves"},
{4, "Exile_Item_WoodSticks"},
{1, "Exile_Item_Ro... | [
"mrsage@xcsv.tv"
] | mrsage@xcsv.tv |
56f80cf0ce585438fff11e22665bb87044ba9019 | 3b8b45149196c81b498725edc7b42e413d012724 | /Interviews/Linked Lists/Open_loop.cpp | 2f74c6e37134b00e25678542757f22a8c3dcbd64 | [] | no_license | Zildj1an/Codes | a3cdbe9ec564314293fb29d24835c24a499337d6 | aa92789004913b5ac20b4479de475960e6c27ddb | refs/heads/main | 2023-03-09T12:22:38.448135 | 2021-01-13T17:37:28 | 2021-01-13T17:37:28 | 341,924,304 | 0 | 0 | null | 2021-02-24T14:20:18 | 2021-02-24T14:20:17 | null | UTF-8 | C++ | false | false | 1,899 | cpp | #include<bits/stdc++.h>
using namespace std;
struct node
{
int data;
node *next;
};
node * insert(node* head,int val)
{
node *newNode = (node *)malloc(sizeof( node));
node *temp;
newNode->data = val;
newNode->next = NULL;
if(head == NULL)
{
head = newNode;
// cout << va... | [
"meghaa105@gmail.com"
] | meghaa105@gmail.com |
b6f225781cabf55389cd93385582e97930ef6871 | 56526b6e3d824f140cf1b62eb1eaa0a2b58cecf6 | /IR_sensor/ir_sensor/ir_sensor.ino | bd62da323f0b85d2c44ab30041935614e8532e6c | [] | no_license | JosephJamesFraserBell/Mechatronics_Cooler | 7476bb10d2cfdbd8d3284e8fb71cc1cdbb4cc145 | 3c1de361d4a423ad9154e31732fb15054a864c45 | refs/heads/master | 2020-06-01T21:10:30.343273 | 2019-07-30T08:27:45 | 2019-07-30T08:27:45 | 190,928,477 | 0 | 0 | null | 2019-07-28T17:28:45 | 2019-06-08T19:45:39 | Makefile | UTF-8 | C++ | false | false | 1,567 | ino | #include <SharpIR.h>
#define IR A0 // define signal pin
#define model 1080 // used 1080 because model GP2Y0A21YK0F is used
// Sharp IR code for Robojax.com
// ir: the pin where your sensor is attached
// model: an int that determines your sensor: 1080 for GP2Y0A21Y
// 20150 ... | [
"44582108+JosephJamesFraserBell@users.noreply.github.com"
] | 44582108+JosephJamesFraserBell@users.noreply.github.com |
dd20f5842aabff29eefdb482ba85c48af074c1c1 | aec314b49355be4eb37d65125f793ed69f3e27a6 | /ServerCore/ServerLibrary/Net/Terminal/TerminalSession.h | 22caf95cb281d00df4f5e9c2d3eefa57caa47d37 | [] | no_license | OneKim/GameServer | 3922dc03d2779a9cf580dc5507160f128121eb24 | b0924b81229a10a48e8bafe5e94ab598f0eff757 | refs/heads/master | 2021-04-26T14:28:37.954049 | 2018-04-30T14:50:33 | 2018-04-30T14:50:33 | 121,199,396 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 249 | h | #pragma once
#include "stdafx.h"
class TerminalSession : public Session
{
public:
bool connectTo(char *ip, int port);
void onSend(size_t transferSize);
void sendPacket(Packet *packet);
Package* onRecv(size_t transferSize);
};
| [
"anjelgogo@naver.com"
] | anjelgogo@naver.com |
fac5440998359213d337841ff55e735250182669 | 5f4aff8b044274cd81e8b577428cfdc465ac8174 | /chat-server-client/server/include/socket.h | 0f22d8323e2e0bb10fe0de28f25fcb4d44c30b72 | [] | no_license | dapper91/misc | c27d303c7daadbe6c36b0af6d310ac0ab05dfeb9 | b2ba730290639839503e02fe084ba476531c6f0d | refs/heads/master | 2020-04-03T23:55:47.195275 | 2016-11-27T07:06:47 | 2016-11-27T07:06:47 | 37,371,637 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,308 | h | #ifndef __SOCKET_H
#define __SOCKET_H
#include <stdexcept>
#include <string>
#include <vector>
#include <memory>
#include <cstring>
#include <sys/socket.h>
#include <arpa/inet.h>
namespace net {
/*
* Represents Socket exception.
*/
class SocketException: public std::runtime_error {
public:
SocketException(c... | [
"dapper91@mail.ru"
] | dapper91@mail.ru |
88259733976ed52c226c0cfa36727f789fa0e072 | 198806ccd0b5a7d476c701be5943e9a7afacb7d0 | /xdaq/include/b2in/utils/MessengerCache.h | f45403e2b49645351010eb77dcc1c3734b6eb3a5 | [] | no_license | marcomuzio/EMULib_CLCT_Timing | df5999b5f1187725d7f5b6196ba566045ba60f55 | 04e930d46cadaa0c73b94a0c22e4478f55fac844 | refs/heads/master | 2021-01-16T13:47:26.141865 | 2014-08-14T12:04:33 | 2014-08-14T12:04:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,902 | h | // $Id: MessengerCache.h,v 1.7 2008/07/18 15:26:35 gutleber Exp $
/*************************************************************************
* XDAQ Components for Distributed Data Acquisition *
* Copyright (C) 2000-2009, CERN. *
* All rights reserved. ... | [
"hogenshpogen@gmail.com"
] | hogenshpogen@gmail.com |
c9f279a09187557ed9b1907d1d2030c3bfbe758e | bc0e9948c7090e022ed71a4aa3d8f19a1318c349 | /cses/1069.cpp | 1e64fbf771a47766364ce1efd7159fed0864c29b | [] | no_license | CheshireCatNick/code-exercise | 9180533d55f6fd1a6104fb1391ab29c9fba03de8 | 0d91d5f27048c19136b36eb8b4508474c9c84b24 | refs/heads/master | 2023-06-24T10:52:31.402307 | 2021-07-27T02:48:38 | 2021-07-27T02:48:38 | 64,368,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,163 | cpp | // Nicky's template
// C
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <inttypes.h>
// C++
#include <iostream>
#include <vector>
#include <algorithm>
#include <string>
#include <map>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <queue>
#include <deque... | [
"nicky.chao@onedegree.hk"
] | nicky.chao@onedegree.hk |
ee8161b62316de4ae8439aa679ba32917fd439a5 | be31580024b7fb89884cfc9f7e8b8c4f5af67cfa | /CTDL1/New folder/VC/VCWizards/AppWiz/MFC/Library/templates/1031/stdafx.cpp | 655ffe1b682f9210af925758fae1c287dfc7c954 | [] | no_license | Dat0309/CTDL-GT1 | eebb73a24bd4fecf0ddb8428805017e88e4ad9da | 8b5a7ed4f98e5d553bf3c284cd165ae2bd7c5dcc | refs/heads/main | 2023-06-09T23:04:49.994095 | 2021-06-23T03:34:47 | 2021-06-23T03:34:47 | 379,462,390 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 214 | cpp | // stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet.
// [!output PROJECT_NAME].pch ist der vorkompilierte Header.
// stdafx.obj enthält die vorkompilierten Typinformationen.
#include "stdafx.h"
| [
"71766267+Dat0309@users.noreply.github.com"
] | 71766267+Dat0309@users.noreply.github.com |
40b1b613365fbff1e3eca50604a1639274a8ed3c | 67f988dedfd8ae049d982d1a8213bb83233d90de | /external/chromium/gpu/command_buffer/tests/gl_test_utils.cc | 1a3e7c2f2635ced90aa8b0bb975c4700dca48864 | [
"BSD-3-Clause"
] | permissive | opensourceyouthprogramming/h5vcc | 94a668a9384cc3096a365396b5e4d1d3e02aacc4 | d55d074539ba4555e69e9b9a41e5deb9b9d26c5b | refs/heads/master | 2020-04-20T04:57:47.419922 | 2019-02-12T00:56:14 | 2019-02-12T00:56:14 | 168,643,719 | 1 | 1 | null | 2019-02-12T00:49:49 | 2019-02-01T04:47:32 | C++ | UTF-8 | C++ | false | false | 6,438 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gpu/command_buffer/tests/gl_test_utils.h"
#include <string>
#include <stdio.h>
#include "base/basictypes.h"
#include "base/memory/scoped_ptr... | [
"rjogrady@google.com"
] | rjogrady@google.com |
d9a37944dd7a6462166a9145ab90af680521f6a0 | cf61237a3ead16fe2f76f4a908229c34891ea0a4 | /Vexix/tinyxml2.h | afa050403e4667838bfd46dd31900e28b7abe983 | [] | no_license | tedajax/vexix | d609cc8aef4a2b2e31495682f48702bcdf612a37 | 4ff31b2b99d1bf1b927ba46fe00503656bada458 | refs/heads/master | 2020-04-16T01:52:37.747326 | 2014-09-08T02:03:03 | 2014-09-08T02:03:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 58,942 | h | /*
Original code by Lee Thomason (www.grinninglizard.com)
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permission is granted to anyone to use this software for any
purpose, including comme... | [
"ted@tedajax.net"
] | ted@tedajax.net |
38f9b846e3e1b8cc47fd17ae3696a5cb99425da9 | c98365913c93d4e35eebf94d15286aac9266b500 | /src/hpp/dds/xtypes/TDynamicDataFactory.hpp | 8e4a05bde185b069715aa195d6b754a8c34a00ed | [] | no_license | sutambe/dds-psm-cxx | 5646349fc317f215418c30806f58f411c8abb337 | bababd36ed41f0bab0ddca8d60b5ea38e1a7900b | refs/heads/master | 2021-01-16T19:34:56.119255 | 2011-11-08T16:23:41 | 2011-11-08T16:23:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,457 | hpp | #ifndef OMG_DDS_DYNAMIC_DATA_FACTORY_HPP_
#define OMG_DDS_DYNAMIC_DATA_FACTORY_HPP_
/* Copyright 2010, Object Management Group, Inc.
* Copyright 2010, PrismTech, Corp.
* Copyright 2010, Real-Time Innovations, Inc.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you m... | [
"angelo@icorsaro.net"
] | angelo@icorsaro.net |
16a0f62b1bd349a1005a5f045180b683f6f925ef | 7926b330515aa573a810ed9cb298c3de93b007f9 | /陈磊贡献/最小生成树(prim).cpp | 613f1777aabd7b6392787ca9da66d210fa89b878 | [] | no_license | laijirong/NOIP-C-files | 6f1dceae364e41625f3a4ef0e3897ef1c731d0fe | 951af9aa0b287a8c169b6ba03d618ba8ba2e0ae2 | refs/heads/master | 2020-04-20T11:38:00.485181 | 2019-06-16T03:00:55 | 2019-06-16T03:00:55 | 168,822,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,169 | cpp | #include<cstdio>
using namespace std;
int n,m,answer;
int head[3010],used[3010],fr[3010],now[3010];
struct s1
{
int val,meter,last;
} map[2000010];
struct s2
{
int met,from;
} point[3010];
void search(int a,int b)
{
used[a]=1;
for(int i=head[a];i!=0;i=map[i].last)
if(used[map[i].val]==0&&map[i].met... | [
"laijirong@outlook.com"
] | laijirong@outlook.com |
14be894c741f88c51e8aeac3a36262c4662bd6b5 | bd948e5f06ff215a4ebce0503908c160bdbac9d4 | /HLL/test_type_def/src/type/type/doubletype.h | 6b81ab746c16103e810f53e899e1874ff3fdf1de | [] | no_license | Nuos/LearnCompilers | 46734b16836a621aa6f10083aa9ab5f1cde005ed | abfb28374264bf6a95cf76287fcb1401bdee16dc | refs/heads/master | 2020-09-04T20:32:51.152702 | 2016-06-25T08:26:53 | 2016-06-25T08:26:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 595 | h | #ifndef DOUBLETYPE_H
#define DOUBLETYPE_H
#include "type.h"
namespace qyvlik {
namespace typer {
class DoubleType : public Type
{
public:
DoubleType():
instantiable(TypeInstantiablePtr(new DoubleInstantiable))
{}
QString typeName() const override
{ return "double"; }
TypeWeakPtr baseTyp... | [
"qyvlik@qq.com"
] | qyvlik@qq.com |
5a5fea770efd075745c7dbba08881b73df4bd2e7 | d09945668f19bb4bc17087c0cb8ccbab2b2dd688 | /atcoder/arc101-150/arc105/c.cpp | 8d827a28a11c5d2b2f4892a8ca4ac35420c99889 | [] | no_license | kmjp/procon | 27270f605f3ae5d80fbdb28708318a6557273a57 | 8083028ece4be1460150aa3f0e69bdb57e510b53 | refs/heads/master | 2023-09-04T11:01:09.452170 | 2023-09-03T15:25:21 | 2023-09-03T15:25:21 | 30,825,508 | 23 | 2 | null | 2023-08-18T14:02:07 | 2015-02-15T11:25:23 | C++ | UTF-8 | C++ | false | false | 1,634 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef signed long long ll;
#undef _P
#define _P(...) (void)printf(__VA_ARGS__)
#define FOR(x,to) for(x=0;x<(to);x++)
#define FORR(x,arr) for(auto& x:arr)
#define FORR2(x,y,arr) for(auto& [x,y]:arr)
#define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();... | [
"kmjp@users.noreply.github.com"
] | kmjp@users.noreply.github.com |
9e73205ebbcecda2bb26859b22a6345c3675cd9c | cc673e7e03157f6d6f2b7a1deefbca1f99a68d7f | /app/MessageBox/messagebox.cpp | c97f4b60e78a6770555ca235f5daad6de406ee30 | [] | no_license | jinhang87/qtutil | 3beb4375227f4657b107f7236dec8c087d29eadb | acd9bc5544330ee3ac58e58346541cb57a8092ae | refs/heads/master | 2021-01-20T13:44:38.709176 | 2017-11-29T13:08:58 | 2017-11-29T13:08:58 | 90,523,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,253 | cpp | #include "messagebox.h"
#include "ui_messagebox.h"
MessageBox::MessageBox(Icon icon, const QString &text, QMessageBox::StandardButtons buttons, QWidget *parent) :
QDialog(parent),
ui(new Ui::MessageBox)
{
ui->setupUi(this);
ui->buttonBox->setStyleSheet("QPushButton { min-width: 150px ; min-height: 60px... | [
"jinhang87@163.com"
] | jinhang87@163.com |
d8cc60581eb6aea16a340e5fe6e042f5cda04fb8 | a5a8516791b8169253cdf9d3dc47edc7ad120a37 | /src/state_estimation/src/state_estimation/state_estimation_node.cpp | 343acb5fb73a6e32d35d7607d30385eff8cb6d9e | [] | no_license | Forrest-Z/Carbrain | fa0ce92f1c625b06bd100f2f788176acc57db3fb | bdba2a394f2e90f075118b960d46e63e88e395fe | refs/heads/master | 2022-01-07T16:55:12.681919 | 2019-06-09T16:38:59 | 2019-06-09T16:38:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,631 | cpp | #include "state_estimation_node.h"
#include <common/macros.h>
THIRD_PARTY_HEADERS_BEGIN
#include <common/node_creation_makros.h>
#include <state_estimation_msgs/State.h>
#include "state_estimation/StateEstimationConfig.h"
THIRD_PARTY_HEADERS_END
#include "state.h"
#include "state_estimation_node_debug.h"
StateEstima... | [
"fangnuaa@gmail.com"
] | fangnuaa@gmail.com |
7aae3f1cb8d66b359e21d0d1d116569984fac2bc | 6a4a2eb5cb08ea805733bd677ec44c62fb32ee91 | /host/test/mem/mutex_api.cpp | 634052811e8eeb0ff4a3b06938e0a542bd989058 | [] | no_license | agrigomi/pre-te-o | 7b737dc715b6432880aeaa030421d35c0620d0c3 | ed469c549b1571e1dadf186330ee4c44d001925e | refs/heads/master | 2020-05-15T13:41:51.793581 | 2019-04-19T18:44:28 | 2019-04-19T18:44:28 | 182,310,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32 | cpp | ../../../core/sync/mutex_api.cpp | [
"agrigomi@abv.bg"
] | agrigomi@abv.bg |
8d5efacaa769fe2016e3a0763ec67de174252a5e | 21553f6afd6b81ae8403549467230cdc378f32c9 | /arm/cortex/Freescale/MKM33ZA5/include/arch/reg/tmr3.hpp | 84f4502e2b15c5b7dcc1c3db1d7f491261d42fe4 | [] | no_license | digint/openmptl-reg-arm-cortex | 3246b68dcb60d4f7c95a46423563cab68cb02b5e | 88e105766edc9299348ccc8d2ff7a9c34cddacd3 | refs/heads/master | 2021-07-18T19:56:42.569685 | 2017-10-26T11:11:35 | 2017-10-26T11:11:35 | 108,407,162 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,973 | hpp | /*
* OpenMPTL - C++ Microprocessor Template Library
*
* This program is a derivative representation of a CMSIS System View
* Description (SVD) file, and is subject to the corresponding license
* (see "Freescale CMSIS-SVD License Agreement.pdf" in the parent directory).
*
* This program is distributed in the hope... | [
"axel@tty0.ch"
] | axel@tty0.ch |
123ed5519734aafa1164f2efdf8cf8cf13161a93 | 5cb244e33744828beae35db56fec0a01b9384ece | /Competitive-Problems/minimum-deletions/code.cpp | a656c6991bbcbeba5c3b3a0c07b97083bc06ffc3 | [] | no_license | osp709/code-hub | 409cd5c66a2142095f65c97cab8f16917e16b314 | b14b2b895c26947742fc60348148e57ac75d0cc4 | refs/heads/master | 2022-12-03T09:15:49.656733 | 2020-08-28T05:42:10 | 2020-08-28T05:42:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 839 | cpp | #include <bits/stdc++.h>
#define N 1e9 + 7
#define endl '\n'
using namespace std;
typedef long long ll;
ll gcd(ll a, ll b)
{
if (a == 0)
return b;
if (b == 0)
return a;
if (a == b)
return a;
if (a > b)
return gcd(a - b, b);
return gcd(a, b - a);
}
int main(void)... | [
"omshriprasath@gmail.com"
] | omshriprasath@gmail.com |
10b51672d51945681a07cf94e29fcb013f3d0b08 | 5194f4501ae1c728c72297952185303a7ca1da5c | /c++ tut/2.cpp | fe8c715def4fa4a5f906643cb0864cea6a3d3111 | [] | no_license | ebednar/Dev_ex | 595008aa909d3d170d4847a3cb08183c7cfe82ef | bc14ed4fa4823d85f55e2ff566265c92fcc700d9 | refs/heads/master | 2022-10-19T00:07:44.200466 | 2020-06-01T07:52:41 | 2020-06-01T07:52:41 | 268,373,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,776 | cpp | #include <iostream>
using namespace std;
int nod(int new_numerator, int new_denominator)
{
while (new_numerator != 0 && new_denominator != 0) {
if (new_numerator > new_denominator) {
new_numerator %= new_denominator;
}
else {
new_denominator %= new_numerator;
}
}
return new_denominator + new_numerator;... | [
"evgeniya@MacBook-Air-Evgeniya.local"
] | evgeniya@MacBook-Air-Evgeniya.local |
439b164774c9dacd6edc189ac343f3a8d33f4258 | a6dd54cb560dddccef0b2233fa2990f25e818c7b | /USACO/NOV11/silver/P1.cpp | 93d4529231177768d5e2c412110d390fcfa004ad | [] | no_license | renzov/Red_Crown | ec11106389196aac03d04167ad6703acc62aaef6 | 449fe413dbbd67cb0ca673af239f7d616249599a | refs/heads/master | 2021-07-08T04:56:22.617893 | 2021-05-14T18:41:06 | 2021-05-14T18:41:06 | 4,538,198 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,270 | cpp | #include<cstdio>
#include<climits>
#include<queue>
#include<algorithm>
#include<vector>
using namespace std;
typedef pair<int,int> pii;
const int MAXN = 64;
char T[MAXN][MAXN];
int cmp[MAXN][MAXN];
int dx[] = {0, 1, 0, -1};
int dy[] = {1, 0, -1, 0};
vector<pii> C[4];
int d[4][MAXN][MAXN];
int D[4][4];
int N, M;
void ... | [
"gomez.renzo@gmail.com"
] | gomez.renzo@gmail.com |
d7970b6d0124e800d15d617c86a579777492e2cb | 792b3a823e2fc08361958902b8b51aa8f951f569 | /src/masternode-budget.h | 4760eefb515cfaf845a8fcdc8fe6bcccd32a5999 | [
"MIT"
] | permissive | nashsclay/GGN | ff82a2593c87e910a2b582b9e10b785fe971a1e6 | b9bd5d324fbb923f7b887806b6d4f188668c2853 | refs/heads/master | 2020-05-07T11:55:14.919952 | 2019-04-10T02:17:31 | 2019-04-10T02:17:31 | 180,481,087 | 0 | 0 | null | 2019-04-10T01:55:46 | 2019-04-10T01:55:46 | null | UTF-8 | C++ | false | false | 18,135 | h | // Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef MASTERNODE_BUDGET_H
#define MASTERNODE_BUDGET_H
#include "base58.h"
#incl... | [
"root@localhost"
] | root@localhost |
6ac1c2fce98707c747f5244d089e40ef0b053080 | 4bcc9806152542ab43fc2cf47c499424f200896c | /tensorflow/compiler/mlir/tensorflow/utils/topological_sort.h | a62fe17add2462095c7c94f1fbeb8cb9c2c0899f | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | tensorflow/tensorflow | 906276dbafcc70a941026aa5dc50425ef71ee282 | a7f3934a67900720af3d3b15389551483bee50b8 | refs/heads/master | 2023-08-25T04:24:41.611870 | 2023-08-25T04:06:24 | 2023-08-25T04:14:08 | 45,717,250 | 208,740 | 109,943 | Apache-2.0 | 2023-09-14T20:55:50 | 2015-11-07T01:19:20 | C++ | UTF-8 | C++ | false | false | 3,324 | h | /* Copyright 2022 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
ae41bfb3b4dd2e6315c07dacd578657d1295e35e | bf839c3441ee7018203e114b2d50cbc330304ba2 | /test/test_camera_model.cpp | 7b798c2d8463d26906bfaacefb289e4a055553fd | [] | no_license | JHzss/VIssvo | 64bfb8b11a684fd80e5985a68ceb8e0917f074d4 | 69bb28171a318fd9a9436c0d3888ab1dac634748 | refs/heads/master | 2020-03-28T08:56:52.005204 | 2018-11-22T07:13:55 | 2018-11-22T07:13:55 | 148,001,707 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,480 | cpp | #include <fstream>
#include <sstream>
#include "global.hpp"
#include "utils.hpp"
#include "camera.hpp"
//! please use the TUM mono dataset
//! https://vision.in.tum.de/data/datasets/mono-dataset
class UndistorterFOV
{
public:
UndistorterFOV(ssvo::AbstractCamera::Ptr cam) : cam_(cam) { getundistortMap();}
vo... | [
"978176585@qq.com"
] | 978176585@qq.com |
2c5f131bed8dcda7827e1760a2bc9970fe51e730 | 2ef0b5ace4e77b3fbfb7ca75eef3aef4decb5013 | /chromecast/browser/android/cast_content_window_android.cc | 573cc7d6458513f1055e12535bf9e00f1005c323 | [
"BSD-3-Clause"
] | permissive | davgit/chromium | 309fb3749c1f9dcc24d38993fb69623c2d3235bf | f98299a83f66926792ef5f127a3f451325817df6 | refs/heads/master | 2022-12-27T21:13:08.716205 | 2019-10-23T15:14:07 | 2019-10-23T15:14:07 | 217,097,003 | 1 | 0 | BSD-3-Clause | 2019-10-23T15:55:35 | 2019-10-23T15:55:34 | null | UTF-8 | C++ | false | false | 4,828 | cc | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromecast/browser/android/cast_content_window_android.h"
#include <memory>
#include "base/android/jni_android.h"
#include "base/android/jni_s... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
69fa0150d505bbee2e1bdfd4800dec8cf4b34e27 | e4efbce1cf8e880a76e852908a5d55769684b61c | /uHunt/uva12192.cpp | b59b0f005ca5dcb4f6a4524a89249535d6faff82 | [] | no_license | Sodbayar/Competitive-Programming | d96dc51e26e7cdb738ce7e68de7dbac9384c9027 | ced407a539a6504f913fa3f2e1bbca723122e993 | refs/heads/master | 2021-08-07T11:01:13.528440 | 2021-07-30T21:50:05 | 2021-07-30T21:50:05 | 231,866,744 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,475 | cpp | #include <iostream>
#include <vector>
#include <queue>
#include <set>
#include <algorithm>
#include <cmath>
#include <cstring>
#include <string>
#include <climits>
#include <sstream>
#include <map>
#include <unordered_map>
#include <cctype>
#include <bitset>
#include <stack>
#include <iterator>
#define vi vector<int>
#... | [
"snanjidj@codeustudents.com"
] | snanjidj@codeustudents.com |
6ffdb8695a025ade9ba7d204e665a3ee700b4ac7 | ec34a0afa695d07b868f82f8ead4fb82e5506a9f | /pathfinder/hw_interface_plugins/hw_interface_plugin_adis_imu/include/hw_interface_plugin_adis_imu/hw_interface_plugin_adis_imu_serial.hpp | 5db9b4f50cc4bbfc558bf57cc040ab8bf9d32d70 | [
"MIT"
] | permissive | cagrikilic/simulation-environment | 108b944140f485ad42af559c3e2f906cd8892138 | 459ded470c708a423fc8bcc6157b57399ae89c03 | refs/heads/main | 2023-05-01T11:16:28.158772 | 2021-05-19T15:22:39 | 2021-05-19T15:22:39 | 368,906,848 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,115 | hpp | #ifndef HW_INTERFACE_PLUGIN_ADIS_IMU_HPP__
#define HW_INTERFACE_PLUGIN_ADIS_IMU_HPP__
//always inlclude these
#include <ros/ros.h>
#include <pluginlib/class_list_macros.h>
#include <hw_interface/base_interface.hpp>
//include the header of the base type you want, Serial or UDP
#include <hw_interface/base_serial_interf... | [
"cakilic@mix.wvu.edu"
] | cakilic@mix.wvu.edu |
729e8ea7a0c1037789496b3f1dccbedac98c4e6c | be6ed2363f68560a7b623a0cf9501af1ad8b3eeb | /chrome/browser/sharing/shared_clipboard/shared_clipboard_ui_controller.h | f7f8ca86cac676593357c95c4b91dfce8fdbcde5 | [
"BSD-3-Clause"
] | permissive | bugHappy/chromium | 7dc267eadb8488022869f90a3e5d7c2e99be9e38 | fb3afdd4ece94895a805e6ba9455592b039b8aea | refs/heads/master | 2023-03-15T20:57:17.109148 | 2019-08-30T12:53:52 | 2019-08-30T12:53:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,257 | h | // Copyright 2019 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_SHARING_SHARED_CLIPBOARD_SHARED_CLIPBOARD_UI_CONTROLLER_H_
#define CHROME_BROWSER_SHARING_SHARED_CLIPBOARD_SHARED_CLIPBOARD_UI_CONT... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
8e6985899460a51d51d49eb60934f3d76c3b16c3 | 355950fa7fc4cfddcb5d85d7cf56e2f23bb2c015 | /Models/ak47 new.re | 1dace3c4e41346eb22b87c062ae42ab9ad023543 | [] | no_license | repoman123/RepoBond | 700e5e8bd801b2e765c9ba07a796e06e77542999 | a79cc3229b08f83d9107021901df69cabaed737f | refs/heads/master | 2020-04-12T04:01:19.382666 | 2019-01-30T20:48:45 | 2019-01-30T20:48:45 | 162,282,381 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 173,904 | re | FileInfo
{
:Type=RepoSoft Model File
:Creation Time=21:3:39
:Creation Date=2/3/2013
:Creator=ReConvert
}
:Materials
{
:Material
{
:Name=_01 - Default
:Opacity=1
:DiffuseColor=0.6;0.6;0.6
:AmbientColor=0.588235;0.588235;0.588235
:SpecularColor=0;0;0
:DiffuseTexture=C:\Users\Erik\Documents\3dsMax\scenes\textures\ak47\1.J... | [
"erik.repo@hotmail.com"
] | erik.repo@hotmail.com |
b1352a0f4d2240795c005228e62c760cfe397ece | 496b95ce18228acd29ab48586e12694b740fed42 | /microsim/MSVehicleType.cpp | 68bb31612b39a4add2baf64646d29d6ccfcf52ac | [] | no_license | pratik101agrawal/Indian_traffic_control | 11fb0de64e09ab9c658ce6db9f48a364ce98e4f5 | 6de2c6880edc853cce7efacebcb10fce475ba8c1 | refs/heads/master | 2022-12-25T09:43:40.295535 | 2020-09-30T18:57:57 | 2020-09-30T18:57:57 | 300,026,534 | 1 | 0 | null | 2020-09-30T18:56:37 | 2020-09-30T18:56:36 | null | UTF-8 | C++ | false | false | 7,498 | cpp | /****************************************************************************/
/// @file MSVehicleType.cpp
/// @author Christian Roessel
/// @date Tue, 06 Mar 2001
/// @version $Id: MSVehicleType.cpp 8697 2010-04-30 06:34:23Z dkrajzew $
///
// The car-following model and parameter
/******************************... | [
"chordiasagar14@gmail.com"
] | chordiasagar14@gmail.com |
f1572fef198043264422f082ea9bf876a911024e | 2fe1ed6a8650b9b153e8b63802f5ed7a56417dfb | /ascii_art.h | ea9c0c8ee0506d35cefdcf87ede0d643d9837a94 | [] | no_license | maxwell-yaron/ascii_art | 9be043fd251e4f57fc2dba5372fb35439b6290d1 | 82edb0504d17f8ff478184f5d6f1626913517001 | refs/heads/master | 2020-05-26T08:58:59.776062 | 2019-05-23T06:33:49 | 2019-05-23T06:33:49 | 188,175,104 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 147 | h | #include <string>
#include "opencv2/core/core.hpp"
std::string asciiFromImage(const cv::Mat& image, int width, int height, bool invert = false);
| [
"maxwell.yaron@gmail.com"
] | maxwell.yaron@gmail.com |
af21f560c314963e688740dcca18a6d192a0257a | 14ce01a6f9199d39e28d036e066d99cfb3e3f211 | /Cpp/SDK/Landscape_structs.h | f5c8cc3e57140d0c64f5b928a091d8e9cd236750 | [] | no_license | zH4x-SDK/zManEater-SDK | 73f14dd8f758bb7eac649f0c66ce29f9974189b7 | d040c05a93c0935d8052dd3827c2ef91c128bce7 | refs/heads/main | 2023-07-19T04:54:51.672951 | 2021-08-27T13:47:27 | 2021-08-27T13:47:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,196 | h | #pragma once
// Name: ManEater, Version: 1.0.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Enums
//-----------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
1aafea89dc14c01bf1b26eb6d18d8b0c14888829 | 2f42593511151f65db255a91f9eb28accb259353 | /code/example/example/hello.cpp | 8bf70cdc4271e07009e6be5b126e3e7c3a4f5713 | [] | no_license | dhkim9210/Algorithm | 7e081841507d9de5e6382018f4dfa290619777b8 | c6e7cf4d0fcf4bad2573ac5ffde33d92b70ffc66 | refs/heads/master | 2022-04-18T03:24:02.387681 | 2020-04-06T11:31:00 | 2020-04-06T11:31:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,028 | cpp | //1697.cpp 숨바꼭질
#include<iostream>
#include<vector>
#include<queue>
using namespace std;
const int MAX = 200000;
bool check[MAX+1];
int dist[MAX + 1];
int main() {
int n, k;
cin >> n >> k;
check[n] = true;
dist[n] = 0;
queue<int> q;
q.push(n);
while (!q.empty()) {
int now = q.front();
q.pop()... | [
"rlaehdgkr7@naver.com"
] | rlaehdgkr7@naver.com |
2392b6f518c4f6e8b8be9adf8d0586251ee29507 | 0615e5a3845594451c65838a0d9483db758ad8e0 | /src/irc.cpp | d8aef41c19cee8652f4ecbda9f0fd2f4adb5ed0b | [
"MIT"
] | permissive | GIZMOcoinTEAM/SourceCode | a05e108442e875bb417a6668548f6636aaad45a2 | dab5949a2c253b66818892a645609b2ad344c048 | refs/heads/master | 2021-01-11T08:33:23.770062 | 2015-04-11T13:15:08 | 2015-04-11T13:15:08 | 33,437,163 | 0 | 2 | null | 2015-04-11T13:15:09 | 2015-04-05T10:08:28 | C++ | UTF-8 | C++ | false | false | 11,007 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "irc.h"
#include "net.h"
#include "strlcpy.h"
#include "base58.h"
using ... | [
"gizmocoin@yahoo.com"
] | gizmocoin@yahoo.com |
9da26bb846c97ea9b0ec9ca5240db269a9a7bc7a | b0b2abc823b81320d71899a626c187f9487534f2 | /Project code/Project Code/BBB Code/TestMotion2.cpp | 27fc6667faa4e8eeb713f803590f93df58e47ae2 | [] | no_license | dwhiting95337/autogarage | cd98c0f518f63b09c15c440775d4236d07e33faf | 114a1fb946eec13d7a67473ab2575f2ec118f8f6 | refs/heads/master | 2021-01-10T12:23:51.344102 | 2015-12-14T23:19:29 | 2015-12-14T23:19:29 | 48,005,574 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,940 | cpp |
#include <iostream>
#include <string>
#include <unistd.h>
#include "SimpleGPIO.h"
#include<opencv2/opencv.hpp>
using namespace cv;
using namespace std;
//unsigned int LEDGPIO = 60; // GPIO1_28 = (1x32) + 28 = 60
unsigned int LEDGPIO = 23; //GPIO0_23 = (0*32) + 23 = 50
//unsigned int ButtonGPIO = 15; // GPIO0_... | [
"dwhiting95337@yahoo.com"
] | dwhiting95337@yahoo.com |
a6d3bd0bd9a61f43b0986ecfd5459b1d8f686069 | 9f53d66c8e0af093239cc74645b7ad83313e86c3 | /MKS_Stock/entities/producto.h | 9ac315d7c38e6b174bca0a177b93bcd8be0394ea | [] | no_license | diegowald/MKSStock | 981808fc10e153e7ad2929bfbcde13e1e21dd817 | d7807368d90ffa4cf916df5d05c58fc1899350ec | refs/heads/master | 2021-01-20T15:41:57.794320 | 2016-07-22T19:59:51 | 2016-07-22T19:59:51 | 62,821,182 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 491 | h | #ifndef PRODUCTO_H
#define PRODUCTO_H
#include <QObject>
#include "entidadbase.h"
class Producto : public EntidadBase
{
Q_OBJECT
public:
explicit Producto(QObject *parent = 0);
QString nombre() const;
QString descripcion() const;
void setNombre(const QString &value);
void setDescripcion(cons... | [
"diego.wald@gmail.com"
] | diego.wald@gmail.com |
a9102a25dab4a56503b60964beebc97ed0c2af78 | 6f6b0e47b1b20b3cd3cd70863c12e3474921b463 | /Zbar_recoganition/zbartest2/QRdecoder.h | 80034212b2b704fdedac990c89c5c876dd3b197f | [] | no_license | 1093842024/glenngit | ccae76f23e690b85d0109a087016bfe8f30c6726 | b033e1df84beb368ff54a8077d7ed0bb1b42df6b | refs/heads/master | 2021-05-12T19:28:24.245528 | 2018-07-26T03:16:19 | 2018-07-26T03:16:19 | 117,094,189 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,043 | h | #ifndef _QRDECODER_H
#define _QRDECODER_H
#include <iostream>
#include <string.h>
using namespace std;
//基本的二维码识别算法接口,速度快,但识别精度一般,恶劣条件识别率低
string QRDecoder(unsigned char* img,int cols,int rows);
//优化加强的二维码识别算法接口,恶劣条件下速度稍慢,但识别精度很高 n代表间隔多少次库扫描方法后,进行优化方法扫描
string QRDecoder_improve1... | [
"1093842024@qq.com"
] | 1093842024@qq.com |
8f752a3e2ec2bfc7673eb63426079d294bbb59d5 | 21a880dcdf84fd0c812f8506763a689fde297ba7 | /src/main/tradematching/trade_matching_exchange_alpha_test.cc | f97ba509c3d08fb16ae371e89003654b5f12f1c1 | [] | no_license | chenlucan/fix_handler | 91df9037eeb675b0c7ea6f22d541da74b220092f | 765462ff1a85567f43f63e04c29dbc9546a6c2e1 | refs/heads/master | 2021-03-22T02:07:39.016551 | 2017-08-01T02:02:20 | 2017-08-01T02:02:20 | 84,138,943 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 790 | cc |
#include "core/assist/logger.h"
#include "tmalpha/exchange/tmalpha_exchange_application.h"
int main(int argc, char** argv)
{
try
{
if (argc != 1)
{
LOG_ERROR("Usage: trade_matching_exchange_alpha_test");
LOG_ERROR("Ex: trade_matching_exchange_alpha_test... | [
"ycyang77@hotmail.com"
] | ycyang77@hotmail.com |
6a2a0735d1934e84baaf22bb18d3898f60f3a351 | a3f6c837c2f016bb9a406b83f263ae121bec5a57 | /Unit00/chapter13/TableTennisPlayer.cpp | 06db96c0d93302a79e42f270558e505fce0e7a2f | [] | no_license | alanlyang/DSA | 8524db6392c685dde0f9836821b4d3ce055cc4fb | d9c5549ce81b5bb9af0a5b09ab80c8bfce9ba794 | refs/heads/main | 2023-07-02T04:25:10.518681 | 2021-07-30T13:13:30 | 2021-07-30T13:13:30 | 387,321,726 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 926 | cpp | //
// Created by 86185 on 2021/7/26.
//
#include "iostream"
#include "cstring"
#include "TableTennisPlayer.h"
using namespace std;
TableTennisPlayer::TableTennisPlayer(const char *fn, const char *ln, bool ht) {
strncpy(first_name, fn, LIM-1); // 不能用first_name = fn, 这样只是复制了fn的地址
first_name[LIM-1] = '\0';
st... | [
"alanyang414@gmail.com"
] | alanyang414@gmail.com |
86de3ebc8ce1fdc91c2d73d61b7699be4119604d | 9b4f17cebafb06a484305da8f93db626f7ab6b03 | /Items/Item 08 Ensure exceptions dont leave destructors.cpp | a96f9048ddd721d060226b343efcf9feee7523f6 | [] | no_license | jordantonni/Effective_Cpp | 729fecc254588ec9944b08586efe80959a302938 | 36844651dbf00410473f254e4d7caa7f4bb5ddcb | refs/heads/master | 2021-04-29T04:01:43.507134 | 2017-01-19T18:51:19 | 2017-01-19T18:51:19 | 78,031,467 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,739 | cpp | /*
* Prevent exceptions from leaving destructors
*
* If a dtor throws an unmanaged exception, c++ undefined behaviour occurs!
*
* If you have code in dtor that can throw an exception:
* 2 ways to fix:
* 1 - Try block in dtor, catch and terminate program -> Good option if the program would be unable to continu... | [
"jordantonni@outlook.com"
] | jordantonni@outlook.com |
a146c8aa38e5106a4e80ae7cb65354e98cee68a8 | 8ec95c6d35ddb9368d7b1363979536d1d9289be2 | /remove-character-string-make-palindrome.cpp | 24483ab1a310277383f7383751685be188bb6f6a | [] | no_license | vnrk/Algorithms | 71a2a118ab07c11dcfab40729a43d9a87f9d87e6 | d0349b8843c38c4f19310ee86036ff5992d4778a | refs/heads/master | 2021-01-17T07:23:54.331089 | 2018-01-03T02:16:27 | 2018-01-03T02:16:27 | 35,828,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 888 | cpp | #include <iostream>
using namespace std;
bool isPalindrome(string::iterator low, string::iterator high)
{
while (low < high)
{
if (*low != *high)
return false;
low++;
high--;
}
return true;
}
int possiblePalinByRemovingOneChar(string str)
{
int low = 0, high = str.length() - 1;
while (low < high)
{
... | [
"koppu.venkata@gmail.com"
] | koppu.venkata@gmail.com |
fcabcf0f31f698b051d189bad2e5f8a88a21352a | 7d792544345c3c20cf9c63674ad79a4eab10e895 | /src/sbbs3/listfile.cpp | 3e0c8d959a5fd53efdc0ac295c373fbd94ebdfef | [
"Artistic-2.0"
] | permissive | mattzorzin/synchronet | 5d7dfddb8b067daa202e54f53e932a29eb02847e | b975055ea71a337a1bd63dd128995016f482c689 | refs/heads/master | 2021-01-11T01:33:28.835494 | 2014-09-19T02:40:49 | 2014-09-19T02:40:49 | 24,213,567 | 1 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 39,977 | cpp | /* listfile.cpp */
/* Synchronet file database listing functions */
/* $Id: listfile.cpp,v 1.55 2011/10/19 07:08:31 rswindell Exp $ */
/****************************************************************************
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www... | [
"matt.zorzin@sendgrid.com"
] | matt.zorzin@sendgrid.com |
d2147042fa1efd5eacda41febb73e0869f88275d | 32cbb0a1fc652005198d6ed5ed52e25572612057 | /core/unit_test/openmptarget/TestOpenMPTarget_AtomicOperations_double.cpp | a278b89bca4faed21b4b176af64df945e8a9e853 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | ORNL-CEES/kokkos | 3874d42a685084f0eb7999939cd9f1da9d42a2a6 | 70d113838b7dade09218a46c1e8aae44b6dbd321 | refs/heads/hip | 2020-05-04T03:32:58.012717 | 2020-01-24T20:43:25 | 2020-01-24T20:43:25 | 178,948,568 | 1 | 1 | NOASSERTION | 2020-03-01T19:21:45 | 2019-04-01T21:19:04 | C++ | UTF-8 | C++ | false | false | 2,062 | cpp | /*
//@HEADER
// ************************************************************************
//
// Kokkos v. 2.0
// Copyright (2014) Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this softw... | [
"crtrott@sandia.gov"
] | crtrott@sandia.gov |
f79244676ad7e2878f6d9c9074375099ada171b8 | 30a9b10558e71bf05128c2aff3eee23298ebcbe4 | /external/asio/include/asio/impl/read.hpp | fa9d59709e127e9ab5a3af4d260563a433eebf68 | [
"BSL-1.0"
] | permissive | obergner/wally-io | e404718ddc585cedfd31cbcf720f143280d0b798 | ece72f22f24c7b91dc6338be18c1cf8c766a7acc | refs/heads/master | 2020-04-12T06:41:17.001595 | 2020-02-02T17:21:02 | 2020-02-02T17:21:02 | 37,421,244 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,987 | hpp | //
// impl/read.hpp
// ~~~~~~~~~~~~~
//
// Copyright (c) 2003-2016 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 ASIO_IMPL_READ_HPP
#define ASIO_I... | [
"olaf.bergner@gmx.de"
] | olaf.bergner@gmx.de |
374991d29137fb8e8bd4b8410b6c995894165476 | 44e4ed207423da70c8370522f955bfac3fd04bda | /src/axl_spy/axl_spy_HookCommon.h | 095713f8212a44c5b2acd0883fc9071896b6c522 | [
"MIT"
] | permissive | igorsafo/axl | caf690fc3a397c4cb88f17084c37625aad20bd50 | c73a3e3fb0d1b99ad200d14b80f8bcc1f8bc6315 | refs/heads/master | 2023-05-05T12:36:26.313259 | 2021-02-05T05:21:22 | 2021-02-05T05:21:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 672 | h | #pragma once
#include "axl_spy_Hook.h"
namespace axl {
namespace spy {
//..............................................................................
struct HookCommonContext
{
void* m_targetFunc;
void* m_callbackParam;
HookEnterFunc* m_enterFunc;
HookLeaveFunc* m_leaveFunc;
};
// . . . . . . . . . . . . . ... | [
"vovkos@gmail.com"
] | vovkos@gmail.com |
71678d057c29d4bab1244362eb904d357f39671e | a0f6003678029b878162ffa9edbcfbf64223082e | /src/spu_emu_int_xor.cpp | cda5378146def60acbdb41e9c60af717c33b043c | [] | no_license | grumpos/spuc | 4c8d09ff79b9b990e7dce07b9374c77465fe25e1 | 8934a7dd2a7909dead3e49c723e10e172cbf76d2 | refs/heads/master | 2020-12-24T13:18:11.123570 | 2011-07-06T18:46:49 | 2011-07-06T18:46:49 | 1,429,833 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,344 | cpp | #include "spu_emu.h"
inline GPR_t si_xor( GPR_t RA, GPR_t RB )
{
return _mm_xor_ps( RA, RB );
}
inline GPR_t si_xorbi( GPR_t RA, int64_t IMM )
{
return _mm_xor_ps( RA, _mm_castsi128_ps( _mm_set1_epi8((uint8_t)IMM) ) );
}
inline GPR_t si_xorhi( GPR_t RA, int64_t IMM )
{
return _mm_xor_ps( RA, _mm_castsi128_ps( _mm... | [
"fnorbert84@gmail.com"
] | fnorbert84@gmail.com |
ff0b27f4c378ec2f32fcb6c0d325a60ef5117c17 | 485faf9d4ec7def9a505149c6a491d6133e68750 | /include/inv/ChemKit/ChemSelection.H | 5150d3c5e196c525661685578d2488e816f3f7fd | [
"LicenseRef-scancode-warranty-disclaimer",
"ECL-2.0"
] | permissive | ohlincha/ECCE | af02101d161bae7e9b05dc7fe6b10ca07f479c6b | 7461559888d829338f29ce5fcdaf9e1816042bfe | refs/heads/master | 2020-06-25T20:59:27.882036 | 2017-06-16T10:45:21 | 2017-06-16T10:45:21 | 94,240,259 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 27,185 | h | /*
* ChemSelection.h
*
* This file defines the ChemSelection node class.
*
* Copyright 1996, 1997, Silicon Graphics, Inc.
* ALL RIGHTS RESERVED
*
* UNPUBLISHED -- Rights reserved under the copyright laws of the United
* States. Use of a copyright notice is precautionary only and does not
* imply publication... | [
"andre.ohlin@umu.se"
] | andre.ohlin@umu.se |
134052e3ac57c2bd435c20f32927da1b28f055c7 | dabd8bc7e10a5bb78e4effcc6319131fb66f1c14 | /Bison_PascaltoC/main.cpp | abcaabc2ff923789a9612899de92c55fdd69dbca | [] | no_license | maxLundin/translation_methods | 0a3bb1de7eeaec7cda06da8399fae8b1ab613f81 | 5a401064e6d27bd1a60d428487ead85c390a9919 | refs/heads/master | 2021-01-26T07:18:47.227673 | 2020-02-26T20:48:39 | 2020-02-26T20:48:39 | 243,362,320 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,142 | cpp | #include <iostream>
#include <sstream>
#include <map>
#include "expression.tab.hpp"
#include "expression.lexer.hpp"
using namespace std;
extern std::string *result;
extern std::map<std::string, std::string> variables_map;
extern std::map<std::string, std::string> variables_map_read;
void yyerror(const char *error) {... | [
"lundin.m@mail.ru"
] | lundin.m@mail.ru |
d2975ea0bcca9a09368c6b63bd50813e5c508d02 | a740ec3c2a3c71b2196f3fc2ecf02ea6a1332d53 | /AgendaModel/xmlmananger.cpp | 847122fa44333ccce74130ccde5f3dfb99c3e7cc | [] | no_license | luisfernando7/AgendaProject | 0d3f8c560ecd429079b1482ca428dd6040198faa | 115b2598bb726f3bc017ec9afd0951fb471badd9 | refs/heads/master | 2021-01-21T08:01:40.017516 | 2014-05-16T17:52:48 | 2014-05-16T17:52:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,303 | cpp | #include "xmlmananger.h"
#include <QXmlStreamWriter>
#include <QXmlStreamReader>
#include <qdebug.h>
#include <iostream>
XMLMananger::XMLMananger()
{
}
QString XMLMananger::BuildRequestMaterial(model::RequestMaterials request)
{
QString output;
QXmlStreamWriter stream(&output);
stream.setAutoFormatting(tru... | [
"luis.moraes@nddigital.com.br"
] | luis.moraes@nddigital.com.br |
3d184de66a70adea58f83ac14fa6636c011c54ce | dfcff435ba01cea22e25ede2312d6223bf3ef389 | /src/common/RgnDetect.cpp | ac0b21e2193bf5e406c1f1d082f2ca94dccdec2e | [
"BSD-3-Clause"
] | permissive | shubham-theway/ConEmu | 79ee4d221f05558b87d970adaa47363fdcd51822 | 0cbba13abc7884e2af71c5feefd2295e39362d75 | refs/heads/master | 2021-01-22T02:40:27.766328 | 2018-10-17T20:36:40 | 2018-10-17T20:36:40 | 102,248,837 | 0 | 0 | null | 2017-09-03T07:41:41 | 2017-09-03T07:41:41 | null | UTF-8 | C++ | false | false | 83,286 | cpp |
/*
Copyright (c) 2009-2017 Maximus5
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the followin... | [
"ConEmu.Maximus5@gmail.com"
] | ConEmu.Maximus5@gmail.com |
0a39079eeb928f5e1354955ade53416ab8d6b812 | 4d0300263d28fb461f285cc2c3dfd7c51621cb4d | /external/Angle/Project/src/libGLESv2/renderer/Image9.cpp | 22183cd4de7a21c8c82b7b1f9428e487b8421e0d | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-free-unknown"
] | permissive | coronalabs/corona | 6a108e8bfc8026e8c85e6768cdd8590b5a83bdc2 | 5e853b590f6857f43f4d1eb98ee2b842f67eef0d | refs/heads/master | 2023-08-30T14:29:19.542726 | 2023-08-22T15:18:29 | 2023-08-22T15:18:29 | 163,527,358 | 2,487 | 326 | MIT | 2023-09-02T16:46:40 | 2018-12-29T17:05:15 | C++ | UTF-8 | C++ | false | false | 23,766 | cpp | #include "precompiled.h"
//
// Copyright (c) 2002-2012 The ANGLE 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.
//
// Image9.cpp: Implements the rx::Image9 class, which acts as the interface to
// the actual underlying surfa... | [
"vlad@coronalabs.com"
] | vlad@coronalabs.com |
782a71cf2498be03138c949b928f4acfcf414663 | fd0d0369a3884db59b97c51d7b6c9253ede3502c | /scratch_ana/bin/tmp/ana.h | 761ee6ae97d5bf9cc177deb6ccb7ce58629eeb88 | [] | no_license | kaleko/KalekoAna | b54b6a7b480a8bd188b8cdc3f6f867b790bc4f2a | 5b4284c1cf9abc494f1e1c8b8815be1f886147e0 | refs/heads/master | 2020-04-03T20:18:31.061721 | 2017-04-06T18:52:57 | 2017-04-06T18:52:57 | 25,654,547 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,412 | h | /**
* \file Ana_Class_Name.h
*
* \ingroup Working_Package
*
* \brief Class def header for a class Ana_Class_Name
*
* @author davidkaleko
*/
/** \addtogroup Working_Package
@{*/
#ifndef LARLITE_ANA_CLASS_NAME_H
#define LARLITE_ANA_CLASS_NAME_H
#include "Analysis/ana_base.h"
namespace larlite {
/**
... | [
"kaleko@nevis.columbia.edu"
] | kaleko@nevis.columbia.edu |
5ed46a5737cfed784fcdb3ad17302d750000388c | a5df30d1e0eaeb39b5d352914b29c5fa5cde2007 | /UVA/uva11631.cpp | 9b09db51b1a85ea788788f76738be91ea5356eae | [] | no_license | aninda052/Computative_Programming- | 8bf967cb1b6d96cc2f594af429c836670f98fe2f | 6bc342964eb1e8d0ea1bc9b8bd9b1cdc550e525a | refs/heads/master | 2023-08-11T07:59:17.460798 | 2023-08-04T19:01:06 | 2023-08-04T19:01:06 | 107,792,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,303 | cpp | #include<bits/stdc++.h>
#define mx 200001
int arr[mx],n;
using namespace std;
pair<int,pair<int ,int> >p[mx];
void init(int n){
for(int i=0;i<n;i++){
arr[i]=i;
}
}
int root(int i){
while(arr[i]!=i){
arr[i] = arr[arr[i]];
i=arr[i];
}
return i;
}
//int unin(int... | [
"anindahalder052@gmail.com"
] | anindahalder052@gmail.com |
73ebc4519a5d4b4a6ac3f34a953d3f43ca41bfcd | 39241d24ac34343bd60391990f89051d5773567f | /src/xtd.core/include/xtd/internal/__currency_formater.h | 589bd0988a16718d176b055ebc21f60aa7c6c497 | [
"MIT"
] | permissive | fikarzlf/xtd | e0ddf7128a8ca6961a23d50a07ac204eed54e1f3 | 9879fd9eefbff3853cbcf74e7b6702dbee989894 | refs/heads/master | 2023-07-17T20:37:27.484556 | 2021-09-06T21:37:28 | 2021-09-06T21:37:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 630 | h | /// @file
/// @brief Contains __currency_formater method.
#pragma once
/// @cond
#ifndef __XTD_CORE_INTERNAL__
#error "Do not include this file: Internal use only"
#endif
/// @endcond
#include "__binary_formater.h"
#include <cmath>
#include <locale>
#include <sstream>
/// @cond
template<typename char_t>
inline std::... | [
"gammasoft71@gmail.com"
] | gammasoft71@gmail.com |
3bc7d23a69a0f15e283ba2e25498ef500ada3f09 | b0e6305c81cf3e799a4ce56f02ef69b616d38647 | /Source/Tools/Editor/Tabs/ResourceTab.h | 6b3581e90c9ea1d622a1354146dfff5bdaa374c4 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JSandusky/rbfx | 9331074ea11b2fad48bd68e23416f70dbcd0fb3d | 36fcc929f19dccddda666c5a378105a1229e31fe | refs/heads/master | 2022-11-26T15:38:55.475680 | 2020-01-25T14:04:34 | 2020-01-25T14:04:54 | 236,247,918 | 0 | 1 | MIT | 2020-01-26T00:14:37 | 2020-01-26T00:14:37 | null | UTF-8 | C++ | false | false | 2,016 | h | //
// Copyright (c) 2017-2020 the rbfx project.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, mer... | [
"rokups@zoho.com"
] | rokups@zoho.com |
2baba1b464513d1acf5b8472c2d626225b3441dc | 5f7cfde6e76d2fb899ba853b8e55f6809e9f40af | /src/gl/data/gl_vertexbuffer.cpp | c07b6cea3ad6c8a3e906ccfa494b58954db889ba | [] | no_license | CarlKenner/gz3doom | 57ca8ad174d9f30f8acbb59e923bfed76a119a2a | 3aec97008ff01ef53a59eaec194b568b209c2225 | refs/heads/master | 2021-01-09T07:33:41.002482 | 2016-04-16T21:23:09 | 2016-04-16T21:23:09 | 56,433,000 | 1 | 0 | null | 2016-04-17T11:31:28 | 2016-04-17T11:31:28 | null | UTF-8 | C++ | false | false | 12,333 | cpp | /*
** glc_vertexbuffer.cpp
** Vertex buffer handling.
**
**---------------------------------------------------------------------------
** Copyright 2005 Christoph Oelckers
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the fo... | [
"coelckers@zdoom.fake"
] | coelckers@zdoom.fake |
45ec3f0b49bc135e979570110ccef9173f3a3de2 | 481ff5af691f12dd066547538f6b0d3610f8804a | /Code/AlgApi_eclipse/BRCCommon.h | 9a73a1db464612e9da3987e541ced4d6caf38be2 | [] | no_license | lightindarkgit/irisembx00 | 909a1ff0fe10165537cf03f78f310f2329c62da4 | 3fa3ca437246172dfa0b6adbbddda418c60ee7a6 | refs/heads/master | 2020-04-11T06:45:09.549740 | 2018-03-09T03:32:23 | 2018-03-09T03:32:23 | 124,330,594 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,497 | h | /******************************************************************************************
** 文件名: BRCCommon.h
×× 主要类: NULL
**
** Copyright (c) 中科虹霸有限公司
** 创建人: lizhl hezhf
** 日 期: 2013-11-18
** 修改人:
** 日 期:
** 描 述: 算法相关处理的通用函数
*×× 主要模块说明:
**
** 版 本: 1.0.0
** 备 注:
**
*********************************... | [
"guowen@irisking.com"
] | guowen@irisking.com |
49a7764166173bf98dba3b55b982579b2754d0eb | 8e6721940ab42d730ff004c2ba6f928db43b6dab | /common/core/tinyxml/tinyxml.h | 75d28ed8561bd1ff9127a5392edf1a297f601ba1 | [] | no_license | Koukan/rtype | cbb23cf458a87bf7395958ecb05563b16cca581a | fb2931e93f5ae9c9f8a49aa182d0519f94d5e03d | refs/heads/master | 2021-01-22T11:11:08.292944 | 2012-01-15T21:49:34 | 2012-01-15T21:49:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,428 | h | /*
Copyright (c) 2000 Lee Thomason (www.grinninglizard.com)
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permission is granted to anyone to use this software for any
purpose, including ... | [
"Laurine@.(none)"
] | Laurine@.(none) |
385e3706f3b076f38d22b46ef4cfeb1eece649ae | b59b4f6727a13398db8612e19112e2f834685d83 | /DP Practice/Balance.cpp | bff711365fc14ceaaf5902dd6e89a462e8a99cb6 | [] | no_license | sushiljacksparrow/Code | c968ab944d70333d7b4139b7ac1bde5929e9e188 | 208d8170e908fa03c1b7c27def2a41f3183b70c1 | refs/heads/master | 2020-05-19T23:03:16.722977 | 2013-03-15T11:05:02 | 2013-03-15T11:05:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,880 | cpp | /*Sushil Kumar Singh */
#include <cfloat>
#include <cmath>
#include <cstdarg>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <climits>
#include <algorithm>
#include <bitset>
#include <complex>
#include <deque>
#include <functional>
#include <iostream>
#include <iomanip>
#include <iterator>
#include <... | [
"sushiljacksparrow@gmail.com"
] | sushiljacksparrow@gmail.com |
b0fec188303f6e2c4aac7d4319903cdafe7f5935 | 75fc8b7594b2075ff487dc05afdd5ad0a7408c1f | /ElDorito/Source/Server/ServerChat.cpp | 6c7772f3a85c513c5453b1949d16366d514f7a14 | [] | no_license | NoShotz/ElDorito | 929e7b4e033914d15257419c8978d0f5fa598177 | a6d2d681e999d2d21f3f8bb3bd272f0771f2d1fe | refs/heads/master | 2021-07-25T18:26:25.982270 | 2020-05-08T17:17:17 | 2020-05-08T17:17:17 | 167,758,023 | 26 | 35 | null | 2019-11-24T05:36:13 | 2019-01-27T01:35:22 | C++ | UTF-8 | C++ | false | false | 16,957 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include "ServerChat.hpp"
#include "Rcon.hpp"
#include "../Patches/CustomPackets.hpp"
#include "../Modules/ModuleServer.hpp"
#include "../Modules/ModuleGame.hpp"
#include "../Utils/String.hpp"
#include <unordered_map>
#include <fstream>
#include <chrono>
#include <iomanip>
#include <Win... | [
"noshotz@protonmail.com"
] | noshotz@protonmail.com |
c3d92075d2bb7c49e8cda20f1fae284c055ad5b2 | 9d129ad5a23e9171c0a947d67a286ddd56a65cb3 | /server/main.cpp | 734baabe7dbc657fdc50ebdf5f5ffe77135e530f | [
"MIT"
] | permissive | inrg/ZLMediaKit | 604e005e8ec5f4b5d1727d280fda97a07ebcca3f | ccbd1d4a831433d88c31757067793b1c714c17a2 | refs/heads/master | 2020-09-04T10:18:45.231402 | 2019-11-05T02:27:28 | 2019-11-05T02:27:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,053 | cpp | /*
* MIT License
*
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
*
* This file is part of ZLMediaKit(https://github.com/xiongziliang/ZLMediaKit).
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), ... | [
"771730766@qq.com"
] | 771730766@qq.com |
47a68a4db4f233387a1eef0bb8ccc5b90c5cf162 | 55bff01fd3acdb05c78ca18141e1862287cb6cd9 | /tuple/include/bounds_on_ratios_in_sampled_sets.hpp | 39accd54a7b8137d9ff6d6d8f460c521673ce494 | [
"Apache-2.0",
"MIT",
"BSL-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | chenqin/datasketches-cpp | 448b9f2958a45fbda4f3b434f9c70b13cc4abf0e | 9fd6f0fe90f4566f42daebc2d2323ce09f5f7c55 | refs/heads/master | 2023-02-10T20:17:49.417137 | 2021-01-06T01:51:06 | 2021-01-06T01:51:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,945 | hpp | /*
* 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 ... | [
"AlexanderSaydakov@users.noreply.github.com"
] | AlexanderSaydakov@users.noreply.github.com |
9063e96ed1ea70cd6dc11306df99d61b4d3bee8d | 0387ffc70f45fa9b5c3b599290ee3523f1c8867c | /src/coding_interview/src/ch_3/spiral_matrix.cpp | 5fc50f2d1184556126035200e0770d4b7476229a | [] | no_license | rabbicse/learn-coding | bbd00d7021819617f6ae3a4033dc2c3ccdcca110 | c616bc08c969f7c06594b1d1aae3b9f03e69fead | refs/heads/master | 2023-02-11T12:52:49.289541 | 2021-01-06T02:44:17 | 2021-01-06T02:44:17 | 295,914,630 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,084 | cpp | #include <iostream>
using namespace std;
void spiral_mat(int **mat, int row, int column)
{
cout << "Original matrix: " << endl;
for (int i = 0; i < row; i++)
{
for (int j = 0; j < column; j++)
{
cout << mat[i][j] << " ";
}
cout << endl;
}
cout << "opera... | [
"rabbi.se@gmail.com"
] | rabbi.se@gmail.com |
a37420b9572e7823c0eb2b836bb26a68e92b4d79 | 4cb0f2cfb9ec3ec8c851f83ff3ea73ca5a62aa70 | /democodebase/pt/quaternion.cpp | c665296f146a85de63d1fba1b8d448bf25f1fb84 | [] | no_license | Codarki/Pyrotech_2016 | 99733bb543621d755dc0451cee86e3988021a1e2 | 5e7a71b9ec751061285f3f784e861ac8f2726ee1 | refs/heads/main | 2023-05-30T08:11:30.626406 | 2021-06-24T23:13:53 | 2021-06-24T23:13:53 | 380,065,207 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59 | cpp | #include "quaternion.h"
namespace pt {
} // namespace pt
| [
"pietila.kimmo@gmail.com"
] | pietila.kimmo@gmail.com |
745a12a83603736218ced7268d716dfb2310c8b5 | f09774159c0a5791af0bab7550e7d877d6376ac8 | /src/states/State.hpp | 0cb741f8b1e3b1cd1808e52a4f2fcd533403c7be | [] | no_license | WathisLove/PokemonAE | df2dfca499ba14de3c782f5f007af9c5bb3101c2 | 344d0ae38522f5b4aa7a56a2dc8fac83f00faf4d | refs/heads/master | 2023-04-21T00:33:44.450187 | 2021-05-07T13:57:43 | 2021-05-07T13:57:43 | 364,509,897 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,211 | hpp | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: State.hpp
* Author: Redbuzard
*
* Created on 4 juillet 2018, 10:40
*/
#ifndef STATE_HPP
#define STATE_HPP
#includ... | [
"mrredbuzard@gmail.com"
] | mrredbuzard@gmail.com |
a1081d6a568e0af69f0af3320c0979b0811c88a5 | fbd981d8ba94411ef5183f1b2f4a8b58740c36e4 | /dojo2/sistema_facturacion.h | 995be2eea55fa4961f3d99f0fbf7f45daa4f3632 | [] | no_license | bjjdiaz209/C- | 78a31ff17425569224cfeef432ca474d99c0af79 | 3fd21408d9beb063fc88e0d1772e8b754952a71e | refs/heads/master | 2020-04-07T06:40:41.156449 | 2019-02-05T13:27:55 | 2019-02-05T13:27:55 | 158,146,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 480 | h | #include <iostream>
#include "array_list.h"
#include "m_string.h"
#pragma once
using namespace std;
class factura;
class sistema_facturacion
{
array_list facturas;
array_list productos;
public:
void agregar_producto(const m_string &nombre, const m_string &marca, const m_string &codigo, size_t can... | [
"quintanajuancito34@gmail.com"
] | quintanajuancito34@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.