blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
39d3d93d444fb305cb9b20e894fb9849a37f08d4 | bae76888e633874c1278a43bb5773aae8201c44d | /CPSeis/wrappers/src/org/cpseis/wrappers/CpseisUngather_jni.cpp | b99ce3bb26270e435b10d59846f0879700e97f0f | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | Chen-Zhihui/SeismicPackage | a242f9324c92d03383b06f068c9d2f64a47c5c3f | 255d2311bdbbacad2cb19aa3b91ceb84a733a194 | refs/heads/master | 2020-08-16T05:28:19.283337 | 2016-11-25T02:24:14 | 2016-11-25T02:24:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 324 | cpp | //////// DO NOT EDIT THIS FILE - it is machine generated ////////
#include "CpseisUngather.hh"
#include <jni.h>
extern "C"
{
JNIEXPORT jlong JNICALL Java_org_cpseis_wrappers_CpseisUngather_nativeCreate
(JNIEnv *env, jobject obj)
{
CpseisUngather *module = new CpseisUngather();
return (jlong)module;
... | [
"Uqer@d-i89-169-66.student.eduroam.uq.edu.au"
] | Uqer@d-i89-169-66.student.eduroam.uq.edu.au |
bd6c7c3fa756530b416beb05ad1e48d7927dc56e | 31da09c1f631dbf1bc7e5ab3d6acc9df3cb9442f | /001/0149/main.cpp | 50b62a12876be4fd088b2bb31966e1bd676b6676 | [] | no_license | boxnos/AOJ | e00e3d214cdbc498ba171ca3df65c571f0ee29df | 4cf43b3252d98201ab12c96eb020cc801c95e172 | refs/heads/master | 2021-06-08T07:36:19.780631 | 2020-10-07T15:01:18 | 2020-10-07T15:01:18 | 20,299,738 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,600 | cpp | #include <cstdio>
#include <utility>
#include <vector>
using namespace std;
#define gcu getchar_unlocked
#define pcu putchar_unlocked
#define _T template <typename T>
#define _HT template <typename H, typename... T>
#define _il inline
#define _in _il int in
#define _sc _il bool scan
_T T in(int c){T n=0;bool m=false;i... | [
"boxnos@yahoo.com"
] | boxnos@yahoo.com |
79139db502577059d5ad7709d7da3bb39fedfcf8 | 87e025da28199a42bbfbbd9450a42c78e64101fa | /esqueleto/steeringObstacleAvoidance.cpp | ce43772ae96a2d07f5cc8b3b55c3f9a270883099 | [] | no_license | miquelgalianallorca/SteeringBehaviors | 5f2badccc887968c99e85e9c7e006fa61a064be9 | 2db85ed4678dc00318fe3db59f6a81a324f6a4e3 | refs/heads/master | 2021-04-06T14:38:14.248262 | 2018-05-25T16:36:53 | 2018-05-25T16:36:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,647 | cpp | #include "stdafx.h"
#include "steeringObstacleAvoidance.h"
#include "character.h"
#include <tinyxml.h>
void SteeringObstacleAvoidance::GetAcceleration(
Character &character,
Params ¶ms,
USVec2D &outLinearAcceleration,
float &outAngularAcceleration)
{
characterLocation = character.GetLoc();
... | [
"miquelgalianallorca@gmail.com"
] | miquelgalianallorca@gmail.com |
e80e8273a369ba33204320f3556bbfa71db1566b | d7ea8783d3c35bab37ecb0ce259932936ece8c88 | /TreeView/itemdelegate.cpp | 87cad3f07022012c3ce11392f968b04d6638b994 | [] | no_license | weilaidb/TreeView | e6b26f1fb0fea6858f1e23caf246e0a7edafbdad | f2efed493742d1f2834d67a3ec4b08599219b7eb | refs/heads/master | 2021-07-17T00:33:34.793609 | 2017-10-23T14:59:56 | 2017-10-23T14:59:56 | 107,997,170 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 3,271 | cpp | #include "ItemDelegate.h"
#include <QPainter>
#include <QMouseEvent>
#include <QStyledItemDelegate>
#include <QToolTip>
#include <QApplication>
ItemDelegate::ItemDelegate(QObject * parent)
: QStyledItemDelegate(parent),
m_treeView(NULL),
m_pixmapHeight(9),
m_pixmapWidth(9)
{
m_expandIconName ... | [
"wxjlmr@126.com"
] | wxjlmr@126.com |
2729ac527ce2f55c114e3097c4469ea280d39370 | c9d1e8cf3c63b2fb7e3f0aa23bddf25f04f0455c | /tree.cpp | 6e7bba5ddbd54b893ce2c84da5875880c87e3bec | [] | no_license | Avsyankaa/Binary_tree_part_1 | ed27e3f715f276693b9b83fdc2e588c60e385c00 | b230cfa15e94e7d0b3c8bb79d5f65ea814a21d96 | refs/heads/master | 2021-01-25T14:45:34.334750 | 2018-03-03T19:41:26 | 2018-03-03T19:41:26 | 123,725,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,881 | cpp | #include <iostream>
using namespace std;
struct Node {
int data;
Node *left;
Node *right;
Node *parent;
};
class Tree {
public:
Node *root;
bool working = true;
Tree() { root = nullptr; }
void Add(Node *&root, int data, Node *&parent) {
if (root == nullptr) {
root = new Node{data, nullptr, nu... | [
"noreply@github.com"
] | noreply@github.com |
9aa2ba77b00b8737511b721ef6785ec5d1a2a85c | d223f5f893c4173256eb8b94336f02ad2757459d | /HackerRank/30_Days_of_Code/Day_23_BST_Level_Order_Traversal.cpp | 97a567e8e86ea475d626249f4727a325701f3559 | [
"MIT"
] | permissive | tanvipenumudy/Competitive-Programming-Solutions | 679c3f426bf0405447da373e27a2d956c6511989 | 9619181d79b7a861bbc80eff8a796866880b95e0 | refs/heads/master | 2023-02-26T14:20:41.213055 | 2021-01-29T07:09:02 | 2021-01-29T07:09:02 | 325,483,258 | 0 | 0 | MIT | 2021-01-29T07:09:03 | 2020-12-30T07:20:35 | null | UTF-8 | C++ | false | false | 1,669 | cpp | #include <iostream>
#include <cstddef>
#include <queue>
#include <string>
#include <cstdlib>
using namespace std;
class Node{
public:
int data;
Node *left,*right;
Node(int d){
data=d;
left=right=NULL;
}
};
class Solution{
public:
Node* insert(Node* r... | [
"aaaanchakure@gmail.com"
] | aaaanchakure@gmail.com |
162385feba2c15e090a459a6d84cb46a53c52837 | 84ff348a95494de71c6d20ad81afa2ebd2b1fe76 | /src/ripple/basics/chrono.h | b8be6272edbc1b014342682e3bab31ac145d826d | [
"LicenseRef-scancode-unknown-license-reference",
"ISC",
"MIT-Wu",
"MIT",
"BSL-1.0"
] | permissive | ripple-alpha/ripple-alpha-core | 9b71b0bd62c58c16ab048b3c7ffc5882b8ee3645 | be7061e8e521553a0212b87057db992a8a8c5bfc | refs/heads/master | 2020-11-24T21:20:17.236091 | 2020-02-17T06:46:14 | 2020-02-17T06:46:14 | 228,344,340 | 1 | 1 | NOASSERTION | 2020-03-05T09:54:18 | 2019-12-16T08:58:46 | C++ | UTF-8 | C++ | false | false | 2,824 | h | //------------------------------------------------------------------------------
/*
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 granted, provided that the above
copyright notice and this ... | [
"development@ripplealpha.com"
] | development@ripplealpha.com |
f967728b1ec99d7a6622a3ca4397a432784dd804 | 341683a8ef7f4fcd4a085540c61cf7b6414134ba | /RoboYen_Arduino/WheelSystem.cpp | df9f83fbb0bfa0ea328babd7727e3f3be9db6d9f | [] | no_license | PM25/RoboYen | 2752f635553b864588fdd6c7def1bf83cfbfae8a | a5bcf7e24173c3cd8f62da73b1512a7ab9a4f906 | refs/heads/main | 2023-07-17T09:50:17.862413 | 2021-09-04T18:54:46 | 2021-09-04T18:54:46 | 400,210,465 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,428 | cpp | #include <Arduino.h>
#include "WheelSystem.h"
WheelSystem::WheelSystem(const EncoderMotor &left_motor, const EncoderMotor &right_motor): left_wheel(left_motor), right_wheel(right_motor){
this->left_pos = 0;
this->right_pos = 0;
this->prev_time = 0;
this->prev_loss = 0;
this->loss_integral = 0;
this->prev_d... | [
"pyhuang97@gamil.com"
] | pyhuang97@gamil.com |
f931bd18a1c9bb9194e4f3a2c6d0ba78dcf34f6c | 41b4adb10cc86338d85db6636900168f55e7ff18 | /aws-cpp-sdk-opsworks/include/aws/opsworks/model/CloneStackResult.h | 37290c220ed41d7f82e36fdae26ed6a5c0fcbb5b | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | totalkyos/AWS | 1c9ac30206ef6cf8ca38d2c3d1496fa9c15e5e80 | 7cb444814e938f3df59530ea4ebe8e19b9418793 | refs/heads/master | 2021-01-20T20:42:09.978428 | 2016-07-16T00:03:49 | 2016-07-16T00:03:49 | 63,465,708 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,305 | h | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file... | [
"henso@amazon.com"
] | henso@amazon.com |
ec5b50183eaa77d78ad2d51949f45bc89981af2e | 24f26275ffcd9324998d7570ea9fda82578eeb9e | /chrome/browser/ui/views/global_media_controls/media_dialog_view.h | 4dc7bb271f7b7826c7398501c3e11b3194e54823 | [
"BSD-3-Clause"
] | permissive | Vizionnation/chromenohistory | 70a51193c8538d7b995000a1b2a654e70603040f | 146feeb85985a6835f4b8826ad67be9195455402 | refs/heads/master | 2022-12-15T07:02:54.461083 | 2019-10-25T15:07:06 | 2019-10-25T15:07:06 | 217,557,501 | 2 | 1 | BSD-3-Clause | 2022-11-19T06:53:07 | 2019-10-25T14:58:54 | null | UTF-8 | C++ | false | false | 3,377 | 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_UI_VIEWS_GLOBAL_MEDIA_CONTROLS_MEDIA_DIALOG_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_GLOBAL_MEDIA_CONTROLS_MEDIA_DIALOG_VIEW_H_
#in... | [
"rjkroege@chromium.org"
] | rjkroege@chromium.org |
1fd82e144988f1736031cab4ee11533d330702e3 | 8feb3eabf1f93ce275c8ddd0cc007f82148105b1 | /OG2D/OG2D/src/lib/OGSystem/Input/Input.h | bfae29282b8dec0119d57570788005a7a05e6f8d | [] | no_license | kanekona/OG2DLibrary | 5f61d1177f10e980612888bf7aab9f87e2e7b84f | 5c30f68429cf2a3e73fce20e7213709223fb225a | refs/heads/master | 2021-07-13T15:08:31.488567 | 2018-11-09T15:29:55 | 2018-11-09T15:29:55 | 126,065,116 | 2 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 15,799 | h |
#pragma once
#include "OG\_OGsystem.h"
#include "OGSystem\Collision\Collision.h"
/**
*namespace In
*@brief 簡易引数用
*/
namespace In
{
/**
*enum Button
*@brief 仮装コントローラの入力設定
*/
enum Button
{
//! 1
BUTTON_A,
//! 2
BUTTON_B,
//! 3
BUTTON_X,
//! 4
BUTTON_Y,
//! 5
BUTTON_L1,
//! 6
BUTTON_R1, ... | [
"amausakonata1932@gmail.com"
] | amausakonata1932@gmail.com |
9691c9692796b062bf2ec8a9f20768401cc8792c | 7ba80d56c3a4777480b1ecb3c37949bdba2fda47 | /VQ/VQ/fuzzy_k_means.hpp | 856b77cf59c98ea0cc5804f206c1e390cd3a46c3 | [] | no_license | felipebsferreira/vq-workspace | 9f60027289919a56c0940cc2277f0ef168fa618c | ccd05f30c0efe18bdcac8723e2cd980882dc1677 | refs/heads/master | 2021-01-19T08:04:51.198780 | 2020-06-08T22:28:43 | 2020-06-08T22:28:43 | 100,650,186 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,543 | hpp | //
// fuzzy_k_means.hpp
// VQ
//
// A fuzzy vector quantization approach to image compression
// George E. Tsekouras
//
// Created by Felipe Ferreira on 7/18/16.
// Copyright © 2016 Felipe Ferreira. All rights reserved.
//
#ifndef fuzzy_k_means_h
#define fuzzy_k_means_h
#include "../../Util/Util/alocacao.h"
#in... | [
"felipebsferreira@gmail.com"
] | felipebsferreira@gmail.com |
4fd214e1bdc114f9a31fdfcc5d94ba3066b254d5 | f0924143f41ece9c7310c0e850c88121f16f7da0 | /src/chain.h | 48a6f254f3cd74a041e892c314d4ce0e057c354c | [
"MIT"
] | permissive | Mogoai/Franc | a8cb6c33b7f29ac475f785d7ecf895f1fa481da9 | f9e7c0ca447077c512add17cae557bf1d59e3d88 | refs/heads/master | 2020-05-04T15:02:47.497587 | 2019-04-23T09:58:37 | 2019-04-23T09:58:37 | 179,221,510 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,946 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2018 The Bitcoin Core developers
// Copyright (c) 2019 The Franc Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef FRANC_CHAIN_H
#define FRA... | [
"pagde@orange.fr"
] | pagde@orange.fr |
2a119830ec4be18e22f6db82b2e4e3f8662908d5 | f16a32a85f2f94e8d54f5fffe7f3381100bd879f | /src/test/timedata_tests.cpp | cf5ae9afecb5819909ecc81b9aae98defa6678c7 | [
"MIT"
] | permissive | Babocoin/Babocoin | 978ea6d2a4b7eb400b9d83bb7da99419f71c8f51 | 5dc79c49efb13851eb55436d05fd18a8bbafad78 | refs/heads/main | 2023-03-21T10:24:29.294544 | 2021-03-11T01:09:14 | 2021-03-11T01:09:14 | 339,209,313 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 998 | cpp | // Copyright (c) 2011-2018 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 <timedata.h>
#include <test/test_babocoin.h>
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(timeda... | [
"36169687+blockinator@users.noreply.github.com"
] | 36169687+blockinator@users.noreply.github.com |
9bc7dedeaef7a62b96a5ab0f6225927d64e6d9a5 | 54fed540dd338575aa1e4210b8bb1d4853235e64 | /libraries/chain/include/graphene/chain/wasm_binary_ops.hpp | c37f04b1b519c54089b82b3d76ac89351722ee9d | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | my-graphene/core | 84d3c30efd3b0f2e8fc7332831a6af93e0403482 | 3959619043c06bd3f54a3e6897fab755801db464 | refs/heads/master | 2020-05-23T14:43:12.963494 | 2019-05-22T12:55:22 | 2019-05-22T12:55:22 | 186,809,764 | 0 | 1 | MIT | 2019-05-22T12:56:14 | 2019-05-15T11:08:15 | WebAssembly | UTF-8 | C++ | false | false | 28,944 | hpp | #pragma once
#include <boost/preprocessor/seq/for_each.hpp>
#include <boost/preprocessor/seq/subseq.hpp>
#include <boost/preprocessor/seq/remove.hpp>
#include <boost/preprocessor/seq/push_back.hpp>
#include <fc/reflect/reflect.hpp>
#include <cstdint>
#include <functional>
#include <iterator>
#include <memory>
#includ... | [
"yueyemingming@163.com"
] | yueyemingming@163.com |
03db4c118594a24a8102eb975daaabc5aa624960 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/run-scripts/tmp_5/WRC+dmb.ld+po.c.cbmc.cpp | 3571c8073c95cab02a9a25c3ef8b680cf87fa99b | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C++ | false | false | 37,833 | cpp | // Global variabls:
// 3:atom_2_X0_1:1
// 0:vars:2
// 2:atom_1_X0_1:1
// 4:atom_2_X2_0:1
// Local global variabls:
// 0:thr0:1
// 1:thr1:1
// 2:thr2:1
#define ADDRSIZE 5
#define LOCALADDRSIZE 3
#define NTHREAD 4
#define NCONTEXT 5
#define ASSUME(stmt) __CPROVER_assume(stmt)
#define ASSERT(stmt) __CPROVER_assert(stmt, ... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
027ddf61700c84c70026781c76e260cfe7e25602 | 9ae10022565941590c759abbebad3be4489c7354 | /roboy/src/roboy/tools/RoboyTensionControl/SpineTensionControl.cpp | 0f75eeefbc4cfdea6c2e6eece94101ce2f1f0843 | [
"BSD-3-Clause",
"CC-BY-4.0",
"LicenseRef-scancode-public-domain"
] | permissive | asesselmann/junior | de012a6bf0c0c2e650586510ffc23480defad09b | c3a9e4f51d0232384bf741800507195821ea0256 | refs/heads/master | 2021-01-11T11:29:24.223759 | 2017-01-25T12:54:51 | 2017-01-25T12:54:51 | 80,013,742 | 0 | 0 | null | 2017-01-25T12:46:17 | 2017-01-25T12:46:17 | null | UTF-8 | C++ | false | false | 5,533 | cpp | /*Copyright (c) 2014, University of Zurich, Department of Informatics, Artificial Intelligence Laboratory
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 ... | [
"info@xtin.ch"
] | info@xtin.ch |
33592f446c5d196fdd25bcaf51cc5b16c614be5c | df421b275ff404471b5c1362d14c5696631d9eee | /00_practiques/06_probextra/prob2/generate/generate.cc | f04b9fd74f4e66d01e5fb9522c35f6564b6701d1 | [] | no_license | avm99963/algebranumerica | 05d602e9c18091ddd0fd11b13e771cf4fc616880 | e940afaf22d879de30a50b3a54cdf767d77ed787 | refs/heads/master | 2021-08-17T09:44:30.336277 | 2020-03-21T16:07:24 | 2020-03-21T16:07:24 | 132,885,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 857 | cc | #include <iostream>
#include <vector>
using namespace std;
typedef vector< vector<double> > Matrix;
int main(int argc, char* argv[]) {
if (argc < 2) {
cerr << "Sisplau, digue'm de quina dimensio vols generar la matriu de Hilbert com a parametre\n";
return 1;
}
int n = atoi(argv[1]);
Matrix M(n, vect... | [
"jocdeladria@gmail.com"
] | jocdeladria@gmail.com |
c04452c95f48f9def72766c0c20a76625543a0f0 | 177951226e0430eca1d45da8f0b4dbc95db28233 | /thirdparty/tf_mesh_renderer/mesh_renderer/kernels/rasterize_triangles_impl_test.cc | e3db8088edef5254258613dcac206d0459a42869 | [] | no_license | sMedX/PyFaces | 4f1a23ad99b40f037e0dbfa5358b40447914f60b | 39c8ca5150cb5e5706c42c976bfb25b00aabcfc3 | refs/heads/master | 2020-03-31T18:36:34.077951 | 2019-05-19T10:12:54 | 2019-05-19T10:12:54 | 152,465,346 | 2 | 0 | null | 2019-01-18T17:20:03 | 2018-10-10T17:46:35 | Python | UTF-8 | C++ | false | false | 6,452 | cc | // Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | [
"ruslan.kosarev@gmail.com"
] | ruslan.kosarev@gmail.com |
ee828a15db54e476a5564a3f7f295fc4971ee8b5 | 24f26275ffcd9324998d7570ea9fda82578eeb9e | /device/bluetooth/test/mock_bluetooth_adapter.h | a330c92d244baf2f65d49c880120c731de523f37 | [
"BSD-3-Clause"
] | permissive | Vizionnation/chromenohistory | 70a51193c8538d7b995000a1b2a654e70603040f | 146feeb85985a6835f4b8826ad67be9195455402 | refs/heads/master | 2022-12-15T07:02:54.461083 | 2019-10-25T15:07:06 | 2019-10-25T15:07:06 | 217,557,501 | 2 | 1 | BSD-3-Clause | 2022-11-19T06:53:07 | 2019-10-25T14:58:54 | null | UTF-8 | C++ | false | false | 6,992 | h | // 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.
#ifndef DEVICE_BLUETOOTH_TEST_MOCK_BLUETOOTH_ADAPTER_H_
#define DEVICE_BLUETOOTH_TEST_MOCK_BLUETOOTH_ADAPTER_H_
#include <memory>
#include <string>
#... | [
"rjkroege@chromium.org"
] | rjkroege@chromium.org |
df5e531e603504e0b247ff587f924caf759cbe0f | 0a85f0bedd7c03a5dcb7206962bed39d89b92ff6 | /Luo_Gu/P2249.cpp | 7448af15149e9461227f127d0d9118e1c20ad8d7 | [] | no_license | JeromeYChen/Data-Structure | 4eb5bce0439d71f239c64d07307de402e6f51b85 | 39e493c98995ca303da7125712c1b81191061110 | refs/heads/main | 2023-02-23T21:07:50.764928 | 2021-01-20T06:55:24 | 2021-01-20T06:55:24 | 323,063,127 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 536 | cpp | #include<iostream>
#include<cstdio>
#include<algorithm>
using namespace std;
const int maxn = 1e6 + 10;
int a[maxn];
int main()
{
int n, m;
cin >> n >> m;
for(int i = 1; i <= n; i++)
scanf("%d",&a[i]);
while(m--)
{
int key;
scanf("%d",&key);
... | [
"noreply@github.com"
] | noreply@github.com |
5865921871c4206e8db0a5d35e67db4906e01e0a | 42883925803afc8f39c85785db1cb5ae4be1b907 | /fileparser.cpp | 71f3c7f6c055a65d739a4c62e4fe0412a19ae9bb | [] | no_license | jajuha01/ImageMap | 3cb73bf02f6d68ce26392e6b76556c01a7b03adf | f95b85eb60a1b7e1f074a83087230a1fbf04e8a4 | refs/heads/master | 2020-04-29T10:15:54.036391 | 2017-03-18T13:24:25 | 2017-03-18T13:24:25 | 38,198,381 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,189 | cpp | #include "fileparser.h"
#include <QDir>
#include <QDirIterator>
#include "imagedata.h"
#include "FreeImagePlus.h"
#include <QThread>
FileParser::FileParser()
{
path = QString("./");
thread = new QThread();
connect(thread,SIGNAL(started()),this,SLOT(SearchFiles()));
connect(thread,SIGNAL(finished()),thi... | [
"jajuha01@hotmail.com"
] | jajuha01@hotmail.com |
965a38a89cb50e00a8ab45acc5a733f13da2ae3c | 18d719e6df3234fff94f55020f32943a1c3d9caa | /Source/Example/ArgumentPrint/main.cpp | f5406f8922c64be8f251fc79b05d30a20b8d87b5 | [] | no_license | GDIKOREA/MotionSimulator | 748ba957db433f7c44129b0c06f67fe281be6a86 | 71cce7a171abd4f34b25b5e3a88dfe3e9871646f | refs/heads/master | 2021-01-18T07:32:42.564487 | 2016-02-24T04:45:20 | 2016-02-24T04:45:20 | 37,696,603 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 276 | cpp |
#include <stdio.h>
#include <stdlib.h>
#include <conio.H>
#include <iostream>
#include <string>
using namespace std;
void main(char argc, char *argv[])
{
cout << "ArgumentPrint.exe";
for (int i = 0; i < argc; ++i)
{
cout << ", ";
cout << argv[i];
}
_getch();
}
| [
"gdijaejung@gmail.com"
] | gdijaejung@gmail.com |
71f4852450519625a04d9556c86edea89acc6beb | d5b4258968b047038fb77c2921775b728d200322 | /src/test/base58_tests.cpp | 6d3769de8f4bbfae3d742f3edc2e31cd2afe74b2 | [
"MIT"
] | permissive | nitropay/nitro | 1c0c04bd42d119345adda64e67ec04f12909f519 | 20ce3d9f0751768d582add68c8e34e9fa3953482 | refs/heads/master | 2020-03-11T19:11:51.572710 | 2018-04-21T06:59:49 | 2018-04-21T06:59:49 | 130,200,022 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,711 | cpp | // Copyright (c) 2011-2015 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 "base58.h"
#include "data/base58_encode_decode.json.h"
#include "data/base58_keys_invalid.json.h"
#include "data/ba... | [
"nitropaycore@gmail.com"
] | nitropaycore@gmail.com |
438cf2b71f08f138ae1f36edef0b4cf2fdf999f5 | acc2c99e2c836a5d1a6a7471260860e1e8c98edd | /tensorflow/lite/delegates/gpu/cl/selectors/simple_selectors.cc | ca5ec9f4f23299dcda6076b8ac88e995a00202bd | [
"Apache-2.0"
] | permissive | georgeSkoumas/tensorflow | 4a353ba8fda85eb0235da4a2b12429bce5cc3e9c | c60a66c4eec48011af907925409db466348b7da0 | refs/heads/master | 2022-11-30T20:14:07.544154 | 2020-08-13T09:01:23 | 2020-08-13T09:09:59 | 287,285,819 | 1 | 0 | Apache-2.0 | 2020-08-13T13:20:38 | 2020-08-13T13:20:37 | null | UTF-8 | C++ | false | false | 9,049 | cc | /* Copyright 2020 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 |
955c05b72a4c7c783c8ac9afae24c58873c828ce | 599709e7687a78f92b268315590d6ad750ce97d6 | /src_cpp/molecule.hpp | 61e77525e8a0d2298be621e9b0f8a75c4a793f6a | [] | no_license | ReiMatsuzaki/cbasis2 | b99d096150d87f9301ed0e34f7be5f0203e4a81e | 86f21146fab6fc6f750d02fb2200ea94616ca896 | refs/heads/master | 2021-01-19T23:15:32.864686 | 2017-04-27T07:29:26 | 2017-04-27T07:29:26 | 88,953,186 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,404 | hpp | #ifndef MOLECULE_H
#define MOLECULE_H
#include <iostream>
#include <vector>
#include <map>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <Eigen/Core>
#include "../utils/typedef.hpp"
#include "symgroup.hpp"
namespace cbasis {
class _Atom;
typedef boost::shared_ptr<_Atom> At... | [
"matsuzaki.rei@sepia.chem.keio.ac.jp"
] | matsuzaki.rei@sepia.chem.keio.ac.jp |
04afa32445f595006d344523b0df1eb598c4d5f5 | f72b93e8bcd330adfaae9ac1865e6eff3a6d0558 | /source/objects.bpl/zylgsm/Demo/CBuilder/Main.h | affb042ee706382757bff1d41dc0f8673b5fc7d9 | [] | no_license | zhengjr/bis | 3f2f4dc8ae9e39fc041e3b59d04a192a445051a9 | bbaaec6c75893209e8ab5b94899196a836a29c7c | refs/heads/master | 2021-09-21T22:08:49.728605 | 2018-09-01T14:07:54 | 2018-09-01T14:07:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,960 | h | //---------------------------------------------------------------------------
#ifndef MainH
#define MainH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "ZylGSM.hpp"
//-------------------... | [
"tsv.titan@gmail.com"
] | tsv.titan@gmail.com |
cafe46d45832b3bf0c36aee39656f71da960bab7 | feae568e41a66af016e07ea3771cb036db863fb8 | /Minitel Revival - V2/TwitterOnMinitel.ino | d38af5bbe48cb7f60e03ebe5c1bf85e762a551e1 | [] | no_license | xavrr/minitel-revival | d25a0b130104ccef887506386e6d00d8afaab501 | 58a9789b2a37d2e0a78badf5f7f44bdf92db6dec | refs/heads/master | 2020-03-07T22:28:32.946831 | 2016-01-12T09:04:42 | 2016-01-12T09:04:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,343 | ino | /**
* Made By Alexandre Jallon and Mouloud Aïssani
* Epitech Toulouse 2018
* For Hub Innovation Project
*/
#include <Minitel.h>
#include <SoftwareSerial.h>
Minitel m(6, 7);
void setup() {
Serial.begin(4800);
}
void header() {
m.clearScreen();
m.textMode();
m.bgColor(BLUE);
m.textColor(BLACK);
m.te... | [
"rodolphe.assere@gmail.com"
] | rodolphe.assere@gmail.com |
9b3a830e4c25493cc967d93077a920f8dda23561 | ceafb7fd5f39de78f1d2a93ca9458c43e265420c | /deprecated/capture/movie.cc | 1092c1eeb81b209aa392b7b20c35aa58366ff417 | [] | no_license | ryo6021/puyoai | 947940b3c32581aab288300d69893f37d45ae8ac | 7f0222aeaa76664d28c761055a3a391a79cf53ef | refs/heads/master | 2021-01-21T08:57:40.418055 | 2015-07-07T01:39:13 | 2015-07-07T01:39:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,321 | cc | #include "movie.h"
Movie::Movie(const char* filename)
: filename_(filename),
sws_(NULL) {
format_ = NULL;
if (avformat_open_input(&format_, filename_, NULL, NULL) != 0) {
fprintf(stderr, "Couldn't open file: %s\n", filename_);
return;
}
if (av_find_stream_info(format_) < 0) {
fprintf(st... | [
"shinichiro.hamaji@gmail.com"
] | shinichiro.hamaji@gmail.com |
fe01088b83150e4e98a227ead2c1d4b3e6e1c09c | 7377e37ed43ac45a021d66cf9a5523324e5ed197 | /sources/Node.hpp | 8ce7e501e80269c504fe01e56a754bba208cc163 | [] | no_license | kolron/Sys_Prog_2 | 2cc0f54f69fadd60b427427fbf04212f1234a723 | 67fb6f63d0e9310750797b7fef8f67a1bb6b38cb | refs/heads/main | 2023-05-07T09:21:30.478705 | 2021-05-31T15:02:17 | 2021-05-31T15:02:17 | 345,134,076 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 436 | hpp | #pragma once
namespace ariel
{
template<typename T> struct Node
{
T data;
Node* left;
Node* right;
Node( T& data):data(data)
{
this ->right = nullptr;
this -> left = nullptr;
}
Node(Node* left = nullptr, Node* right = nullptr)
... | [
"noreply@github.com"
] | noreply@github.com |
e1e12e6cd8b0d9ac9d1e032770b6cfc9bf4e710e | 014d662c27122839b089eb3c367d846a9f28594b | /paxos/algorithm/learner.h | 962c8178fd3f1df8eea672e6762c0e80731e691c | [] | no_license | ysbarney/multipaxos | 653f13301264b054d784749df6440252909988d2 | 6355783baa1bed49f7081711dcba0d5b18384d28 | refs/heads/master | 2020-05-16T23:00:27.177737 | 2019-04-25T04:40:08 | 2019-04-25T04:40:08 | 174,986,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,448 | h | /*
* Module_name: learner.h
* Author: Barneyliu
* Time: 2019-01-10
* Description:
*
*/
#pragma once
#include "base.h"
#include <string>
#include "commdef.h"
#include "comm_include.h"
#include "paxos_log.h"
#include "ioloop.h"
#include "learner_sender.h"
#include "checkpoint_sender.h"
#include "checkpoint_receiv... | [
"ysbarney@yahoo.com"
] | ysbarney@yahoo.com |
35a1b0e2ff706c30d30f808ae13ebe46719cdc86 | ff5eb8b836cc25bc932bb62b987896d7982a4e43 | /functionchaining.cpp | ecc1dcd81caa299891126fbf2c6623abe4bbd5e6 | [] | no_license | Vaishnavi-Khule/Cpp- | dd7a1d92a43d84afea3daa4ab2b4197b18c739eb | 8a64fa020c279064b6633e3c4317bfb7075839ae | refs/heads/main | 2023-06-15T05:09:47.915863 | 2021-07-13T03:19:55 | 2021-07-13T03:19:55 | 385,457,511 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 424 | cpp | #include<iostream>
#include<conio.h>
class demo
{
int a;
public:
demo()
{
}
demo &fun()
{
std::cout<<"i am in fun";
return (*this);
}
demo &sun()
{
std::cout<<"i am in sun";
return (*this);
}
demo &gun()
{
std::cout<<"i am in gun";
return (*this);
}
};
void... | [
"noreply@github.com"
] | noreply@github.com |
e28177d17952eae4b4bcdea71b694ebea9fb51bf | 2c2bd4fdcc40f5ac3b053a906bb253f5e8604840 | /asad12.cpp | d7804932143d273b0597edda19fd45624f76afbb | [] | no_license | arif-mhd20/my-programming | 2267c2c229ca4a5b73eddae8e99ff489f00e693f | aaf30fc4370d9aa00998efe505800a541d912521 | refs/heads/master | 2022-12-09T20:04:22.026231 | 2020-09-04T14:45:07 | 2020-09-04T14:45:07 | 292,300,205 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,384 | cpp | #include<iostream>
using namespace std;
int main(){
int arrsize=10,pancakeArray[arrsize];
int personArray[arrsize];
/*
cout<<"Person Array Values"<<endl;
for(int i=arrsize;i>0;i--)cout<<personArray[i]<<" ";
cout<<endl;
*/
cout<<"enter pancake eaten by 10 differnt person\n";
///T... | [
"arif.aiub19@gmail.com"
] | arif.aiub19@gmail.com |
f65c2555fea168ebdae55a78566f9532609b1084 | 6977ce2c9f2c29b37cbb203b74dd1b1e930705d7 | /bykov_ia/task5/Hall.cpp | 5448426a5e7a2ad324e3342ff7575726f064b4d3 | [] | no_license | alvls/mp1-2020-1 | 80ca6aa9de56bdd0b5054a6090e01fdb32d0f2cc | f091d450c85c8678c81632495dc49c984f06a523 | refs/heads/master | 2021-01-03T18:40:39.482160 | 2020-06-01T11:35:29 | 2020-06-01T11:35:29 | 240,188,887 | 0 | 19 | null | 2020-06-21T21:27:56 | 2020-02-13T06:01:41 | C++ | UTF-8 | C++ | false | false | 3,719 | cpp | #include "Hall.h"
Hall::Hall() {}
Hall::Hall(double vipCost, int vipRows, int vipCols, double defCost, int defRows, int defCols) :
vipZone({ vipCost, vipRows, vipCols }), defaultZone({ defCost, defRows, defCols })
{
HallMatrix = new int* [defRows];
for (int i = 0; i < defRows; i++)
{
HallMatrix[i] = new int[def... | [
"biareactor@gmail.com"
] | biareactor@gmail.com |
2d60eff9952bfb1b2878e195d913e87cc1ea2e67 | 5871d1b64dc28b8b3e4dd6ccc0bb7edc914c87b6 | /src/TexSupport/TgaReader.cpp | 3e73f18ab32a73d4bd51512ef6d95e2b9d7b2e72 | [
"MIT"
] | permissive | stuartmd/little-lost-robot | a80200332b41534a8e782a873b3ebf0eee34cd4e | 16b80ab2cfefb38caf0295fdd88fbb90d6ca3dc5 | refs/heads/master | 2021-01-20T22:19:13.907465 | 2016-08-04T21:58:58 | 2016-08-04T21:58:58 | 64,601,577 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,022 | cpp |
#include "tga_reader.h"
#include "TgaReader.h"
#include "Image.h"
#include <string.h>
#include <fstream>
Image* TgaReader::Load(const char* szFilename)
{
return TgaReader::LoadFile(szFilename);
}
Image* TgaReader::LoadFile(const char* szFilename)
{
Image* pImage = NULL;
IMAGE_TYPE type = IMAG... | [
"stuartmd@hoardingshinies.com"
] | stuartmd@hoardingshinies.com |
be6fc1584e648901fe9580669f1d437290de9937 | 0df2e669594f42602e0393f94f051a645e4324ca | /MiniAPI/All compilers/Demos/Embarcadero/MAPI_bump_mapping/Main.h | 818d23238897523d9fbeed5ee76db47d26593096 | [] | no_license | dztall/ucc | 0070572e561f1ab457241cfaec9f71cbe75179c5 | 291f0e9848be6078b5b23b41b58fad1008b7101e | refs/heads/master | 2022-05-10T01:44:51.510507 | 2022-01-26T14:19:08 | 2022-01-26T14:19:08 | 48,577,403 | 13 | 12 | null | 2022-03-24T17:59:03 | 2015-12-25T10:45:27 | C | UTF-8 | C++ | false | false | 3,691 | h | /*****************************************************************************
* ==> Bump mapping demo ----------------------------------------------------*
*****************************************************************************
* Description : A bump mapped stone wall with diffuse light, hover with *
* ... | [
"jean_milost@hotmail.com"
] | jean_milost@hotmail.com |
53b183e3a51efe4542abacb7f17c83105e7a155d | 73b329e4becd3045989e17fbc0c6aed3d46b5854 | /ThesisPlots/13353_ColorWheel/ProcessSample.cpp | 59eeab8d6d3551402fc40395282f217b1b9de805 | [] | no_license | FHead/PhysicsHiggsProperties | 36ee6edd9b4a744c41ae8eda58d3b0979e02868d | 25e2cf36b633403a7661488167279a917b76882c | refs/heads/master | 2023-06-01T12:58:09.411729 | 2020-05-05T20:47:51 | 2020-05-05T20:47:51 | 377,256,404 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,441 | cpp | #include <iostream>
#include <cmath>
#include <algorithm>
using namespace std;
#include "TChain.h"
#include "TFile.h"
#include "TTree.h"
#include "AngleConversion.h"
#include "ProgressBar.h"
int main(int argc, char *argv[]);
bool PassBasicCuts(LeptonVectors &Leptons, bool Is2e2mu);
bool PassMassCuts(LeptonVectors &L... | [
"yichen@positron01.hep.caltech.edu"
] | yichen@positron01.hep.caltech.edu |
4715075b22dd2716582ba9fbb2ab317641f9123a | b1aef802c0561f2a730ac3125c55325d9c480e45 | /src/ripple/app/ledger/OrderBookDB.h | 89100c6ad68095c00ee08edb1b87bb32c505193b | [] | no_license | sgy-official/sgy | d3f388cefed7cf20513c14a2a333c839aa0d66c6 | 8c5c356c81b24180d8763d3bbc0763f1046871ac | refs/heads/master | 2021-05-19T07:08:54.121998 | 2020-03-31T11:08:16 | 2020-03-31T11:08:16 | 251,577,856 | 6 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,459 | h |
#ifndef RIPPLE_APP_LEDGER_ORDERBOOKDB_H_INCLUDED
#define RIPPLE_APP_LEDGER_ORDERBOOKDB_H_INCLUDED
#include <ripple/app/ledger/AcceptedLedgerTx.h>
#include <ripple/app/ledger/BookListeners.h>
#include <ripple/app/main/Application.h>
#include <ripple/app/misc/OrderBook.h>
#include <mutex>
namespace ripple {
class Or... | [
"sgy-official@hotmail.com"
] | sgy-official@hotmail.com |
92bb8641b8fad671bdf74503c01593ba549263bf | 807285158038bf1f9c7b7d1666ce8c8f90ef7581 | /src/query/OperatorProfiling.cpp | e32f0ca86e47da106827af216d3ccec04cf2e840 | [] | no_license | jonghunDB/SciDB19.3 | 177ccc421175977d45b679bd61841218c8ea8b17 | e413d086b715112b37b0ae9a2882e0fff3b4cfe6 | refs/heads/master | 2020-05-23T11:42:23.435694 | 2019-07-03T11:12:42 | 2019-07-03T11:12:42 | 186,736,377 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,377 | cpp | /*
**
* BEGIN_COPYRIGHT
*
* Copyright (C) 2008-2019 SciDB, Inc.
* All Rights Reserved.
*
* SciDB is free software: you can redistribute it and/or modify
* it under the terms of the AFFERO GNU General Public License as published by
* the Free Software Foundation.
*
* SciDB is distributed "AS-IS" AND WITHOUT ANY WARRANTY... | [
"jonghun2931@gmail.com"
] | jonghun2931@gmail.com |
23fa40d881dcad23b3ac6038412d47391cb3f594 | 32fa0ff7c6f84f19afcd9f38db443367e0002389 | /WJets/RooUnfold/examples/RooUnfoldTestHarness.h | 6076c0e44c301bb0855872a2213c6423894394a0 | [] | no_license | ahortian/WJetsTreeAnalysis | 6c8e253c5a806af60ece44e6b5add9af3baedc98 | fb966bafd82817c52188d6f55e9bb2735ae78840 | refs/heads/master | 2021-01-19T07:53:34.812185 | 2017-11-13T21:39:48 | 2017-11-13T21:39:48 | 87,585,370 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,936 | h | //=====================================================================-*-C++-*-
// File and Version Information:
// $Id: RooUnfoldTestHarness.h 348 2014-08-08 22:18:23Z T.J.Adye@rl.ac.uk $
//
// Description:
// Test Harness class for the RooUnfold package using toy MC generated
// according to PDFs defi... | [
"apichart.hortiangtham@cern.ch"
] | apichart.hortiangtham@cern.ch |
aef61e8f3f7d97da822855303b5d36c92cb642a8 | 5cbb2b334ec388c5b8d5bf392dbe62be24f451c2 | /topologicalSort.cpp | 610d07a3c7827e08cec445015be65583d61e10e1 | [] | no_license | Dhanush-arch/Algorithms | e8ee4641e715d1a56796d2f183d463dee1137170 | 203c8ca0e1fdeb0e22ced661b9ddda9126e7f633 | refs/heads/main | 2023-07-10T19:11:00.827370 | 2021-08-23T07:40:13 | 2021-08-23T07:40:13 | 366,409,513 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,565 | cpp | #include<bits/stdc++.h>
#define ll long long int
#define ld long double
#define vi vector<int>
#define vll vector<ll>
#define vb vector<bool>
#define vvi vector<vector<int>>
#define vvb vector<vector<bool>>
#define all(v) v.begin(), v.end()
#define rall(v) v.rbegin(), v.rend()
using namespace std;
const long double PI ... | [
"dhanush18245@gmail.com"
] | dhanush18245@gmail.com |
de741aa37e26f1241bc6e42228e4a05582eabad1 | 2b0b07242be5ea756aba992e171b43fbee9bfada | /BOJ/1205/1205.cpp | 50907f584267e49834ef0f616be0de69b0abd06a | [] | no_license | newdaytrue/PS | 28f138a5e8fd4024836ea7c2b6ce59bea91dbad7 | afffef30fcb59f6abfee2d5b8f00a304e8d80c91 | refs/heads/master | 2020-03-22T13:01:46.555651 | 2018-02-13T18:25:34 | 2018-02-13T18:25:34 | 140,078,090 | 1 | 0 | null | 2018-07-07T11:21:44 | 2018-07-07T11:21:44 | null | UTF-8 | C++ | false | false | 836 | cpp | // =====================================================================================
//
// Filename: 1205.cpp
// Created: 2017년 04월 14일 11시 35분 38초
// Compiler: g++ -O2 -std=c++14
// Author: baactree , bsj0206@naver.com
// Company: Chonnam National University
//
// ========... | [
"bsj0206@naver.com"
] | bsj0206@naver.com |
5cdfb83b65788ab8c9db14ea330815cd43c386fb | 4dbb45758447dcfa13c0be21e4749d62588aab70 | /iOS/Classes/Native/mscorlib_System_Security_SuppressUnmanagedCodeSecu2984551154.h | db529d568714199a0a9a5ffe7048a34b732cf1ff | [
"MIT"
] | permissive | mopsicus/unity-share-plugin-ios-android | 6dd6ccd2fa05c73f0bf5e480a6f2baecb7e7a710 | 3ee99aef36034a1e4d7b156172953f9b4dfa696f | refs/heads/master | 2020-12-25T14:38:03.861759 | 2016-07-19T10:06:04 | 2016-07-19T10:06:04 | 63,676,983 | 12 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 577 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Attribute2523058482.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignore... | [
"lii@rstgames.com"
] | lii@rstgames.com |
24f296d3fa3e95b2b2bfbf6ffab51ee68ed2f985 | 2e40014efc8ae99b6212126028bc8b99215a3314 | /util/StopWatch.cpp | b8462bfb34b8740e86d3d65ff3dae5cbcabab5b7 | [] | no_license | McRobo2019/wooz_wooz | e327ba74b270599bc296a979dde003a4f0c2ba57 | be839a2b32d08fd79de92a9f5e4463af837a4b8a | refs/heads/master | 2020-05-05T06:03:18.408274 | 2019-04-06T00:53:21 | 2019-04-06T00:53:21 | 179,773,279 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 644 | cpp | #include "StopWatch.h"
StopWatch::StopWatch():start_time(0), stop_time(0), cycle(0) { clock = new Clock(); }
void StopWatch::start() { start_time = clock->now(); }
void StopWatch::stop() { stop_time = 0; };
void StopWatch::set_cycle(int cyc) { cycle = cyc; }
unsigned int StopWatch::now() { return ((clock->now()) - ... | [
"noreply@github.com"
] | noreply@github.com |
89671b841a6d64bf7a944a2bafef8b13e7460fd7 | 2ea9a5e15d256dc33362dcef7f4555c36fb63f16 | /Parcial 1/Tema 3 - Operaciones en el dominio frecuencial/tp5e1.1-2/linea_v.cpp | d21112faf308ba07a92a77a99697a5b4e54f3a18 | [] | no_license | ianshalaga/PDI | 8473a0ce482027f9f3840dcdff1ac39df29b0672 | cb1e9678364b4f943a6cc4098ad65f4878bd44de | refs/heads/master | 2020-03-22T04:34:56.212881 | 2018-07-10T19:38:18 | 2018-07-10T19:38:18 | 139,507,529 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 500 | cpp | #include "opencv2/opencv.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "iostream"
#include "pdi_functions.h"
#include "opencv2/video/tracking.hpp"
//#include "djr_functions.h"
using namespace std;
using namespace pdi;
using namespace cv;
Mat linea_v(Mat imagen) {
Mat linea_vertical = imagen.clone();
int ... | [
"ianshalaga@gmail.com"
] | ianshalaga@gmail.com |
aeed258934d274d986e28c62c5bf5f9fa6dc6520 | e8fa46e0e5318c229a49b2803910e12e4d29884e | /leetcode/104.cpp | f4468897db7b558a0af8ef6d7bf2e4d746739fed | [] | no_license | igorbragaia/algorithms | e6bc71b0612a65b2650c259aa2cdec593b9f6c53 | 0b4204c5a11d736c7299bd8c485e325eed630a19 | refs/heads/master | 2021-12-12T13:49:13.226739 | 2021-11-27T02:51:23 | 2021-11-27T02:51:23 | 106,027,078 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 458 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
int maxDepth(TreeNode* root) {
return dfs(root, 0);
}
private:
int dfs(TreeNode * r... | [
"igor.bragaia@gmail.com"
] | igor.bragaia@gmail.com |
f3368502173b52ce06881c307c98d60befd32e51 | b3d9b1e4c7f2d7905f8f15d8d3dd86edec02ed83 | /dynamicList.cpp | 1ffab60d3487d3a5a066ad3c3b6b5deee29c2ab6 | [] | no_license | smiller657/Goldmine | 8e4e84b20f03114166490877d9ed703375daee5b | 2f4d1281b378b861ba7dc39ac5e5af6406fac5cc | refs/heads/master | 2021-01-11T04:21:26.505365 | 2016-10-25T23:32:32 | 2016-10-25T23:32:32 | 71,201,048 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,721 | cpp | //Samantha Miller
//CPSC-340-01
//Project 2: Goldmine
// Implementation file for Unsorted List ADT.
#ifndef DYNAMICLISTCPP
#define DYNAMICLISTCPP
#include <iostream>
#include "dynamicList.h"
template <class ITEMTYPE>
dynamicList<ITEMTYPE>::dynamicList() // Class constructor
{
length = 0;
size = defmax... | [
"smiller3@rosemary@umw.edu"
] | smiller3@rosemary@umw.edu |
5da5a1f5e40fb111b052f9e42c6708e167ac61e9 | 310cad84be485ff51275fae0a6d5c86715194227 | /RayTracer/src/scene/Camera.cpp | 6248466fe3384e04ef3552a20d1a63d4238db81f | [] | no_license | Azer1652/CppRayTracer | 106918284995ec0f9cea6a523ac1b90c7159f520 | 3e2208436bc8fd3a4404ff7571b7b50fffd240e5 | refs/heads/master | 2021-01-12T04:38:06.593555 | 2017-01-20T12:19:17 | 2017-01-20T12:19:17 | 77,695,415 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,032 | cpp | /*
* Camera.cpp
*
* Created on: 5 Oct 2016
* Author: arthu
*/
#include "../../hdr/scene/Camera.h"
#include "../../hdr/RayTracer.h"
#include "../../hdr/scene/GeoObj.h"
#include "../../hdr/Lib.h"
using namespace std;
Camera::Camera() {
this->near1 = 0.1;
this->viewAngle = 90;
aspect = (double)WIDTH/(dou... | [
"Arthur.janssens@student.uantwerpen.be"
] | Arthur.janssens@student.uantwerpen.be |
63c193edb13283f33d5ac9837fe205ad2c8e8883 | fb8d4a9d2a99ae7a152f20dfb93999cd20bbce16 | /C++/algo/sum-of-three/main.cpp | 897ff5941b06c663ccf34948a32a9ba3514b0cb1 | [] | no_license | BaraaSoft/algorithm-refresher | 58a177db35f87f9bf5aaa0c1c1b592db63eceef0 | 344b68e68e1e3c84d70cebb1959d374fc2b946f1 | refs/heads/master | 2023-06-14T07:15:28.751652 | 2023-05-28T08:59:51 | 2023-05-28T08:59:51 | 203,969,206 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 887 | cpp | // g++ -std=c++11 -o out main.cpp
#include <iostream>
#include <string>
using namespace std;
// Valid Palindrome
bool FindSumOfThree(vector<int> nums, int target);
int main(){
string str = "The is very long string";
cout<<"size of string"<<str.length()<<endl;
vector<vector<int>>v{{2,1,4,5},{3,1,4,5}};... | [
"baraaabuzeid@hotmail.com"
] | baraaabuzeid@hotmail.com |
62713ae7dbf904f78e8d52dd9a9111622690c9b4 | 31bbe230a4c69d32dcfd46c546d4c83ccfd4a22e | /src/main.cpp | 02002ec6af69c3d646e41820253d00dfd0b7ee82 | [] | no_license | ThisIsDiKo/Version1 | 5707f5ebe9228e4ad3bbec4053807ff4c6aa0122 | 9dd2a4d1c00c02f42b6a209013c2e50da2a45ae9 | refs/heads/master | 2023-02-27T02:44:13.026762 | 2021-02-06T08:35:15 | 2021-02-06T08:35:15 | 336,491,559 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 300 | cpp | #include <Arduino.h>
void setup() {
// put your setup code here, to run once:
pinMode(13, OUTPUT);
Serial.begin(9600);
}
void loop() {
// put your main code here, to run repeatedly:
digitalWrite(13, HIGH);
delay(500);
digitalWrite(13, LOW);
delay(500);
Serial.println("Hello!");
} | [
"38630172+ThisIsDiKo@users.noreply.github.com"
] | 38630172+ThisIsDiKo@users.noreply.github.com |
a003d73ecf7b8e3916ab4b1e4f20c6751394f9a8 | 934ce3008acd691918b76a7cdd0ac5bf5c4dd848 | /ash/app_list/bubble/app_list_bubble_view.cc | 1cecc5cbd84657601d6687e9b6bd5af662bbcb67 | [
"BSD-3-Clause"
] | permissive | DamieFC/chromium | a6aca9e10b1731f5e1adabdd0864985a6bf333a3 | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | refs/heads/master | 2023-06-04T09:25:41.016398 | 2021-07-01T20:15:04 | 2021-07-01T20:15:04 | 300,428,955 | 1 | 0 | BSD-3-Clause | 2021-07-01T20:14:35 | 2020-10-01T21:24:49 | null | UTF-8 | C++ | false | false | 5,686 | cc | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/app_list/bubble/app_list_bubble_view.h"
#include <memory>
#include "ash/app_list/bubble/app_list_bubble_apps_page.h"
#include "ash/app_lis... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
07e0747dbaf3ec263dc224651bcf161400ee1baf | efd0096403702ca60dea51a0e272cd62dbcdf426 | /src/nec/tertype.h | 9589382a665e9b615c1545fc88211aab60aed179 | [
"MIT"
] | permissive | krikienoid/nectarispcmapeditor | 1f66a0ba77d81b8c60ddbbc1e908b971f9fb15a6 | 4a0f129e8c58cd0da066273048f6574787ecdda6 | refs/heads/master | 2022-10-30T02:04:40.994935 | 2022-09-30T21:14:06 | 2022-09-30T21:14:06 | 29,176,281 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 468 | h | #ifndef NEC_TERTYPE_H
#define NEC_TERTYPE_H
#include <string>
#include <vector>
#include "raw/int.h"
#include "termovetype.h"
namespace Nec {
namespace TerType {
struct TerTypeMeta {
const Raw::UInt8 value;
const std::string name;
const double defense;
const TerM... | [
"ken.sugiura@gmail.com"
] | ken.sugiura@gmail.com |
8d02547b224ec16a9537a392d231c69fd7636d33 | c93d37937d09fac6e08ca1b3a106c892a027f04c | /general C++/algorithms/find_index.cpp | 907660ed41e6f0f56117eae6181b33c9e845e5d6 | [] | no_license | Mr-Unforgettable/C-Cpp | d593cf52232f0611102223a9023f59d610e6c5ff | 2e86e5d7b9861312235d4e2829a4ba0d99455fa5 | refs/heads/main | 2023-06-21T20:46:00.771842 | 2021-07-17T06:34:15 | 2021-07-17T06:34:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 646 | cpp | //print the index for a sorted arrays
#include <bits/stdc++.h>
using namespace std;
int findI(vector<int>&v, int x){
/*if(binary_search(v.begin(), v.end(), x)){
return lower_bound(v.begin(), v.end(), x)-v.begin();
}return lower_bound(v.begin(), v.end(), x) - v.begin() + 1;*/
int i=0;
int j ... | [
"rulzabhinav69@gmail.com"
] | rulzabhinav69@gmail.com |
d43e50d5c3bbab274b1551e6ee358218152990c8 | d507b2c5eec7d46ce147dba1e65cf965a66b88d2 | /CSES/DP/removal-game.cpp | ff4d484b7897e7ffa0f2481103a94f4645627410 | [] | no_license | mohamedsobhi777/CompetitiveProgramming | e5875d23bdb9e0407d125fc421e269637e62627c | 9b2ec961313064545682de3c460feed4d326920a | refs/heads/master | 2022-09-28T06:41:30.120246 | 2022-09-12T09:28:21 | 2022-09-12T09:28:21 | 240,776,156 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,211 | cpp | #include <bits/stdc++.h>
/*
#pragma GCC optimize("-Ofast")
//#pragma GCC optimize("trapv")
#pragma GCC target("sse,sse2,sse3,ssse3,sse4,sse4.2,popcnt,abm,mmx,avx2,tune=native")
#pragma GCC optimize("-ffast-math")
#pragma GCC optimize("-funroll-loops")*/
#define I inline void
#define S struct
#define vi vector<int>
#d... | [
"noreply@github.com"
] | noreply@github.com |
f1a93a7968760e5388f4a8fe52300dc5d4a80567 | c6fa53212eb03017f9e72fad36dbf705b27cc797 | /GeneratorInterface/Core/plugins/module.cc | 6fd935129d5d625fd55704fe65ffb619476d9f38 | [] | no_license | gem-sw/cmssw | a31fc4ef2233b2157e1e7cbe9a0d9e6c2795b608 | 5893ef29c12b2718b3c1385e821170f91afb5446 | refs/heads/CMSSW_6_2_X_SLHC | 2022-04-29T04:43:51.786496 | 2015-12-16T16:09:31 | 2015-12-16T16:09:31 | 12,892,177 | 2 | 4 | null | 2018-11-22T13:40:31 | 2013-09-17T10:10:26 | C++ | UTF-8 | C++ | false | false | 300 | cc | #include "FWCore/Framework/interface/MakerMacros.h"
#include "GeneratorInterface/Core/interface/GenFilterEfficiencyProducer.h"
DEFINE_FWK_MODULE(GenFilterEfficiencyProducer);
#include "GeneratorInterface/Core/interface/GenFilterEfficiencyAnalyzer.h"
DEFINE_FWK_MODULE(GenFilterEfficiencyAnalyzer);
| [
"sha1-3dce45789e317cc29a75783a879c7e618b062b82@cern.ch"
] | sha1-3dce45789e317cc29a75783a879c7e618b062b82@cern.ch |
0d696465609f48d4392f1d4a4c64ded2fed6b7c8 | 210f577f3ee8fd0b56c2787272110139c9ff07c5 | /src/DrawText.cpp | d2dfee7936d10b98972911650e562e2e0a42482c | [] | no_license | kaleidosgu/uiwndbaseinsdl | 37a17d11d52f830ffe66cfaa8414b869c495e8d6 | d36153fdba291436c1abe9e341e550606878d4e6 | refs/heads/master | 2021-01-22T21:13:22.745642 | 2010-08-10T07:51:35 | 2010-08-10T07:51:35 | 32,836,236 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,347 | cpp | #include "StdAfx.h"
#include "DrawText.h"
#include "FontManager.h"
#include "GlobalSurface.h"
CDrawText::CDrawText(void)
:m_pSurface(NULL),m_pFont(NULL),m_str(""),m_nFontSize(0)
{
m_cr.r = 0;
m_cr.g = 0;
m_cr.b = 0;
}
CDrawText::~CDrawText(void)
{
SDL_FreeSurface( m_pSurface );
}
void CDrawText::Cr... | [
"tsaoyi@gmail.com"
] | tsaoyi@gmail.com |
2f9fefd94ea940a894d6b33678c0bbf0229a2ee7 | d9aa0b3a17b62100ee4d19c61624df5d6d5b467e | /tools/caffe.cpp | eece584a0a5a094a9eba1e0e3809dd9e23896f53 | [
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause"
] | permissive | wangshy31/caffe_for_text | 4966a0013821560a5701d42afa8089777442c960 | 80eb6542e46ebe15742c2c83e58976f8140849ba | refs/heads/master | 2020-03-27T02:30:21.697704 | 2018-08-23T03:13:12 | 2018-08-23T03:13:12 | 145,795,139 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,734 | cpp | #ifdef WITH_PYTHON_LAYER
#include "boost/python.hpp"
namespace bp = boost::python;
#endif
#include <gflags/gflags.h>
#include <glog/logging.h>
#include <cstring>
#include <map>
#include <string>
#include <vector>
#include "boost/algorithm/string.hpp"
#include "caffe/caffe.hpp"
#include "caffe/util/signal_handler.h"
... | [
"wangshiyao@sensetime.com"
] | wangshiyao@sensetime.com |
f2bc6927327a97667e85c968827d22c2a12271cf | cd726912664cea9c458ac8b609dd98bf33e3b9a0 | /snippets/cpp/VS_Snippets_Remoting/WebClient_OpenWrite/CPP/webclient_openwrite.cpp | a8b2e4ba9a9da5f2e919918cae8fde742c81a0f7 | [
"MIT",
"CC-BY-4.0"
] | permissive | dotnet/dotnet-api-docs | b41fc7fa07aa4d54205df81284bae4f491286ec2 | 70e7abc4bcd692cb4fb6b4cbcb34bb517261dbaf | refs/heads/main | 2023-09-04T07:16:44.908599 | 2023-09-01T21:46:11 | 2023-09-01T21:46:11 | 111,510,915 | 630 | 1,856 | NOASSERTION | 2023-09-14T21:45:33 | 2017-11-21T06:52:13 | C# | UTF-8 | C++ | false | false | 1,908 | cpp | // System::Net::WebClientOpenWrite(String, String)
/*
This program demonstrates the 'OpenWrite(String, String)' method of S"WebClient" class.
It accepts an Uri and some String* content to be posted to the Uri. The
program makes a call to 'OpenWrite(String, String)' method and obtains a S"Stream" instance
This stream i... | [
"noreply@github.com"
] | noreply@github.com |
c42d3be546faaaad4fb16b010d142a492b640f34 | 3482e6df74b3b47854adfe6050c60f7d206ed86b | /c++/studium/info/Hash/Mittedlg.cpp | 4ead08afdbfd0026faed6b14e4fefe15e0f6b4dc | [] | no_license | acpanna/coding | 8bef9275dc8a6606cc9d687bb3683ead79dacb7c | a0c9a6023c91c5a6f220b9b9f7170f7cb0b12c72 | refs/heads/master | 2020-12-03T08:13:17.116743 | 2013-10-01T08:02:47 | 2013-10-01T08:02:47 | null | 0 | 0 | null | null | null | null | ISO-8859-3 | C++ | false | false | 1,503 | cpp | // MitteDlg.cpp: Implementierungsdatei
//
#include "stdafx.h"
#include "Hash.h"
#include "MitteDlg.h"
#include "Hashfkt.h"
#include "HashDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
////////////////////////////////////////////////////////////... | [
"heiko.vogel@birdworx.de"
] | heiko.vogel@birdworx.de |
988fa572c8d8964042d37c0eac586719ec64388f | fee66f88d7d71444515e230c77ab6bafb90a3abd | /9b_3/CAlumno.cpp | f8182a31cd756a950aee950fbcb1adc1fa03dd31 | [] | no_license | lordjuacs/POO1-Trabajos | 12a59a8c7aa7cdb9a50c519f595e6f3dc8b278f3 | 141b21016e874b805157f18f6cb55bc56f32b232 | refs/heads/master | 2022-04-11T00:37:55.187223 | 2020-03-29T19:29:49 | 2020-03-29T19:29:49 | 251,112,900 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 894 | cpp | //
// Created by J on 23-Oct-19.
//
#include "CAlumno.h"
CAlumno::CAlumno(){
nombre = "Jose";
apellidos = "Fiestas";
edad = 18;
creditos = 20;
}
CAlumno::CAlumno(entero edad) {
this->edad = edad;
nombre = "Juan";
apellidos = "Vargas";
creditos = 24;
}
void CAlumno::pedirDatos(){
... | [
"50754596+lordjuacs@users.noreply.github.com"
] | 50754596+lordjuacs@users.noreply.github.com |
7d65f08ea3d3390c4444297b6489a051f43d0287 | 6cc69d2446fb12f8660df7863d8866d29d52ce08 | /src/Practice/Websites/GeeksForGeeks/Trees/Page 1/IterativePreorderTraversal.h | a32592c17b62d50b7e366df62b362d4ae664bbbf | [] | no_license | kodakandlaavinash/DoOrDie | 977e253b048668561fb56ec5c6d3c40d9b57a440 | f961e068e435a5cedb66d0fba5c21b63afe37390 | refs/heads/master | 2021-01-23T02:30:10.606394 | 2013-09-12T08:06:45 | 2013-09-12T08:06:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,145 | h | /*
* IterativePreorderTraversal.h
*
* Created on: Jul 26, 2013
* Author: Avinash
*/
//
// Testing Status
//
#include <string>
#include <vector>
#include <cstdlib>
#include <cstdio>
#include <cmath>
#include <algorithm>
#include <ctime>
#include <list>
#include <map>
#include <set>
#include <bitset>
#include ... | [
"kodakandlaavinash@gmail.com"
] | kodakandlaavinash@gmail.com |
0aa8d46c538694105d1d3f33b6fc80277a5aab62 | 3d94b86278516c6f5fa771015c798913d85da3e5 | /linked list/LastKthElement_length.cpp | 97ecf887325eb5890fe5a7873c539c6a9a08c31f | [] | no_license | bhavya2026/practice-questions | bfe01393b7d2986d716dfb219d55b9d8fc8c6e26 | 5eb35906f061aa936a1753eb0afa111a60f30bcb | refs/heads/main | 2023-08-11T08:30:13.086201 | 2021-09-25T12:11:49 | 2021-09-25T12:11:49 | 386,561,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,098 | cpp | #include<iostream>
using namespace std;
struct node{
int data;
node *next;
}
*head=NULL;
void create(){
int tests,x;
do{
node *newnode=new node;
node *temp;
cout<<"\t\t\t\tenter the value ";
cin>>x;
newnode->data=x;
newnode->next=NULL;
if(head=... | [
"bhayvasrivastava2026@gmail.com"
] | bhayvasrivastava2026@gmail.com |
f45554e1a5538442905c0739bc79e49b671dfb8b | 086e0cbac7dc9d93a4cf17ff9aa4d9ef284cfcf4 | /programs/prog1.cpp | c3ccab2042450ffbc1d35f6a3bab5bd3a22708d0 | [] | no_license | sahilCODERy/c_prog | 78040f089f3a2bee3a6d1a17abcfb2149e46ee82 | fa029cb618530a430d3e05b00ac05881d11d79e7 | refs/heads/master | 2020-06-18T05:28:09.476496 | 2017-04-09T10:35:46 | 2017-04-09T10:35:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 806 | cpp | #include <stdio.h>
int main()
{
int m, n, row, col;
printf("Enter the number of rows and columns of matrix \n");
scanf("%d%d", &m, &n);
int first[m][n], second[m][n], sum[m][n];
printf("Enter the elements of first matrix\n");
for (row = 0; row < m; row++)
for (col = 0; col < n; col... | [
"sirjan13@yahoo.com"
] | sirjan13@yahoo.com |
1f44f879d0db03100351587f2f27041d664cadab | 8a1bc31e58e8fd49b8054e2658283152f1e69264 | /abc/138/d2.cpp | 244f1a30b280360865c7a4e69aaf7ae82e0b788d | [] | no_license | Taku78U/contests | da598a87748765c2b3752c66997ff06780b94223 | 2166804a720ab3f4b1e9eea5652965b160889334 | refs/heads/master | 2020-12-30T13:12:58.518398 | 2020-06-14T14:43:34 | 2020-06-14T14:43:34 | 91,335,800 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,248 | cpp | #include <bits/stdc++.h>
using namespace std;
using ll = long long;
ll sum[200000] = {0};
struct TSK{
int p;
int x;
bool operator<(const TSK &another){
return (p==another.p) ? x < another.x : p < another.p;
}
};
int main(){
int n, q;
cin >> n >> q;
cin.ignore();
for(int i = 0; i < n - 1; i++){... | [
"usui@arch.cs.titech.ac.jp"
] | usui@arch.cs.titech.ac.jp |
cd2b26921dca9976d9f3faedc605980d827ae863 | c001e4fb7cb7ade5b087c929b0246a0c58f6285c | /problems/tree-distances-II/tree-distances-II/main.cpp | 04ec83f4d2e1e2d94e36f5c7f347b582c08b6227 | [] | no_license | sabiusa/cses | ce057b959362aaf29db8a2de8a5f32926ea4d853 | 7a14b8bf4fecd41c7f15e3953b757c371d3c48b3 | refs/heads/main | 2023-07-14T05:11:59.811401 | 2021-07-30T11:55:41 | 2021-07-30T11:55:41 | 346,602,755 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,005 | cpp | //
// main.cpp
// tree-distances-II
//
// Created by Saba Khutsishvili on 4/30/21.
//
#include <iostream>
#include <vector>
using namespace std;
#define ll long long
#define ull unsigned long long
const ll N = 2e5+2;
vector<vector<ll>> adj;
vector<ll> dep(N), dist(N);
void dfs1(ll i, ll p, ll d) {
dist[1... | [
"sabakhuts@gmail.com"
] | sabakhuts@gmail.com |
6a00ea522cc88973ebf77959b2bca616502e15a7 | 9eab0b368e44c118947518ef6e27cb0fa9bc37a7 | /Trees/Make Binary Tree From Linked List.cpp | b829f052671dbecb5c0f78068092b0d34a4676cb | [] | no_license | greeshma0601/Datastructures | 3745d84c287a005f7e57ffc7d399be48d2faaa23 | bcc047e5f91b6eba1875d12974fbfdffce26d2b0 | refs/heads/master | 2020-04-13T11:44:31.376881 | 2019-05-10T08:32:42 | 2019-05-10T08:32:42 | 163,182,501 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,860 | cpp | /*
Make Binary Tree From Linked List Submissions: 5142 Accuracy: 45.76% Difficulty: Medium Marks: 4
Associated Course(s): Geeks Classes DSA Geeks Classes in Noida
Problems
Given a Linked List Representation of Complete Binary Tree. The task is to construct the Binary tree.
Note : The complete binar... | [
"noreply@github.com"
] | noreply@github.com |
ff4fd39d162f1d0ffceafb933af420f016c9733b | 110e86a4d47d90c67456c2b98f97f2afd5dc538b | /3 семестр/СиАОД/Лабораторные работы/lab_3 (Удаление из СДП)/main.cpp | 7cd014481690e826a9a92b63b924881f5ca5d86b | [] | no_license | Vory7/sibsutis | 11555ccc298d86be1ecb72e5296a0620db28ce0d | 0d144b61866195aee8b7d5b79ef721f433d5f915 | refs/heads/master | 2023-08-13T12:13:55.130272 | 2021-10-13T16:58:06 | 2021-10-13T16:58:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,057 | cpp | #include <iostream>
#include <ctime>
#include <windows.h>
#include "treeoutput.hpp"
#include "treeproperties.hpp"
#include "somefunctions.hpp"
#include "treefunctions.hpp"
#include "treegraphics.hpp"
#include "treecreate.hpp"
#include "struct.hpp"
int main(int argc, const char **argv) {
SetConsoleOutputCP(65001);
... | [
"kchipson@yandex.ru"
] | kchipson@yandex.ru |
feef7c2e86f346132b2cc0d77adb3dfeff989f91 | f178b0232a682ce0a657bad4f943db421cb12a07 | /src/qt/openuridialog.h | 6c69327917eb60064f76a1f8c0c0f8be60473158 | [
"MIT"
] | permissive | Dynamo13D/ubicoin | 8e401368c446ab5b340b60096bf2cfb9d2514ce2 | 42da9562958fc95f57d26532fc4544fbf85f297e | refs/heads/master | 2022-07-17T19:30:26.135649 | 2020-05-19T18:31:30 | 2020-05-19T18:31:30 | 265,322,310 | 0 | 0 | MIT | 2020-05-19T17:56:00 | 2020-05-19T17:55:59 | null | UTF-8 | C++ | false | false | 655 | h | // Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef UBICOIN_QT_OPENURIDIALOG_H
#define UBICOIN_QT_OPENURIDIALOG_H
#include <QDialog>
namespace Ui {
class OpenURIDi... | [
"nestchain.org@gmail.com"
] | nestchain.org@gmail.com |
e4011527bada7360a3f46bc9dc0336b742c7d507 | 0df60fccd9f78cfd43a0310f9178a0ebd05025ab | /src/TriangleSoup.cpp | adf98661e239fc48f608069e48799ecc5dc5bc21 | [] | no_license | useit015/ascii3d | 28913899b96bb5555ef9a63248331028484fca4b | 1da60511cb30fadf0cfb2c073629d5722e544426 | refs/heads/master | 2021-01-02T02:48:15.557702 | 2020-02-09T14:32:55 | 2020-02-09T14:32:55 | 239,459,131 | 2 | 0 | null | 2020-02-10T08:10:56 | 2020-02-10T08:10:55 | null | UTF-8 | C++ | false | false | 635 | cpp | #include "TriangleSoup.h"
#include "Triangle.h"
#include "first_hit.h"
#include <igl/Hit.h>
bool TriangleSoup::intersect(
const Ray & ray, const double min_t, double & t, Eigen::Vector3d & n) const
{
igl::Hit hit;
if(!ei.intersectRay(
ray.origin.cast<float>().transpose(),
ray.direction.cast<float>().tra... | [
"alecjacobson@gmail.com"
] | alecjacobson@gmail.com |
02d98b975811ce800564fbfe55b130ca6ccc2421 | 519e4fc205178ebda680fd339e0fac9375d598a8 | /4.cpp | 4d8a3d733dd81d891121a72f6a2f244107d086a1 | [] | no_license | slePPyMe/T1 | c6cb2a81e50b2ac0f8c3bc509f930a8f52ae0a09 | 2926fdcb0d99ecb57c986239aa89aa05d17063e8 | refs/heads/master | 2021-06-28T03:31:24.270081 | 2017-09-13T10:22:05 | 2017-09-13T10:22:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,726 | cpp | #include <iostream>
#include <ctime>
#include <cstdlib>
#include <algorithm>
#include <vector>
using namespace std;
template <typename idv>
class Sorter
{
public:
Sorter(idv *A, idv n){
Array = A;
length = n;
}
void BubbleSort(int method)
{
int i,j;
idv t;
for(i=length; i>1; i--)
for(j=0; j<i-1; j++)... | [
"sleppy@126.com"
] | sleppy@126.com |
44860e607d642eef046d3f3e2c18e95408edf4f5 | e8478e717a7199efc955474b6e2f6697765d8110 | /Source/Photon/Common-cpp/inc/EGTime.h | c11c4b1d41ca960e1c98362a7c6d61dd48da362a | [] | no_license | thiagodeserto/PhotonZero | 69b97b11c4cb8265ccbc1fc1b3d6f9f7832bfe2b | 0b53c94e88e2e68210b3971fbaac63f0ec975f0b | refs/heads/master | 2021-01-21T07:35:20.959030 | 2015-07-24T20:09:03 | 2015-07-24T20:09:03 | 37,816,281 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,150 | h | /* Exit Games Common - C++ Client Lib
* Copyright (C) 2004-2013 by Exit Games GmbH. All rights reserved.
* http://www.exitgames.com
* mailto:developer@exitgames.com
*/
#pragma once
#include "Common-cpp/inc/Base.h"
namespace ExitGames
{
namespace Common
{
class EGTime : public Base
{
public:
using ToSt... | [
"thiago@gamepill.com"
] | thiago@gamepill.com |
307cd1ee679b4cc90bb9e4d059295a1400776944 | 34ee115a5b12ee92e67943346ba2d99668373401 | /modfile/groups/obgroup.h | e9b06c023923b078bdcf7d727926e9d8d7769ad9 | [
"MIT"
] | permissive | uesp/tes4lib | 5745493180c16a3b89ba30a721c9bcd4de610489 | 7b426c9209ff7996d3d763e6d4e217abfefae406 | refs/heads/master | 2021-05-21T03:57:53.664107 | 2020-04-02T18:20:23 | 2020-04-02T18:20:23 | 252,532,347 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,887 | h | /*===========================================================================
*
* File: Obgroup.H
* Author: Dave Humphrey (uesp@m0use.net)
* Created On: April 6, 2006
*
* Defines the CObGroup class from which all other group classes will
* be derived from.
*
*==========================================... | [
"dave@uesp.net"
] | dave@uesp.net |
8065c2fa0db6ce6ae4b9509e7389b05288c11717 | c80fc771f3742dbb811815bd7e319d8bd730a149 | /DrawingChat001/MVCDraw004/view/scrollview.cpp | 5c945c2591fd9975d40412a84dc3001e368eb0df | [] | no_license | osamu-k/QtStudy | d337425bb73bf2e2c5cdfe7ff26dde78a303762e | 66e9b50ac7b786dd4896d192355d110c010c0b82 | refs/heads/master | 2020-04-06T07:01:25.119433 | 2017-01-24T15:32:23 | 2017-01-24T15:32:23 | 15,604,471 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 793 | cpp | #include "scrollview.h"
#include "drawingview.h"
#include <QScrollArea>
#include <QSlider>
#include <QVBoxLayout>
ScrollView::ScrollView()
{
QScrollArea *scrollArea = new QScrollArea;
m_drawingView = new DrawingView;
m_drawingView->setOriginalSize(QSize(500,500));
QSlider *slider = new QSlider(Qt::Ho... | [
"osamu-k@arion.ocn.ne.jp"
] | osamu-k@arion.ocn.ne.jp |
ab011a4a35e917e18791456e0603e5b5ffbb0dac | f68c55921d04b5993497ba7c04f0f635717eeb31 | /Hihocoder/TopoSort_DFS/main.cpp | 1ee9fbd80bc07d35c6003cafda49aa0a7071782a | [] | no_license | zhangruichang/Algorithm | f65edd35fddfaff68bab86478405e4d9bc55b41f | 81cd148e9864b173ae9823d0c49478d09c5adc26 | refs/heads/master | 2016-09-06T10:44:13.184651 | 2015-09-19T13:42:50 | 2015-09-19T13:42:50 | 40,401,680 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,177 | cpp | /*
Author: richard
Contact: zhangruichang112@gmail.com
*/
#include <bits/stdc++.h>
using namespace std;
const int maxn = 1e5 + 10;
typedef long long LL;
typedef unsigned long long ULL;
//int, -2^31~2^31-1 -2.1*10^9~2.1*10^9 (-2147483648-2147483647)
//unsigned int, 0~2^32-1 0~4.2*10^9
//long long -2^63~2^63-1 -9*10... | [
"rczhang@fudan.edu.cn"
] | rczhang@fudan.edu.cn |
6e937d0a64d5eebd025206782583e11e08d3f2f2 | 81ef3e309bff62edee4f0fbbe59767c0404b8ea2 | /Codebase/Projects/Game/src/Terrain.cpp | f2ced4bce717e3f4e9306f4a7e96814b109be667 | [] | no_license | dralois/Nova-Engine | 6195304ef547c823a355147d55e69831931c083f | f6892b9bb0fdb5bef787d9c1b04f41ca0feb1b45 | refs/heads/master | 2023-01-07T19:01:39.925677 | 2020-11-12T16:36:27 | 2020-11-12T16:36:27 | 140,173,761 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,221 | cpp | #include "Terrain.h"
// You can use this macro to access your height field
#define IDX(X,Y,WIDTH) ((X) + (Y) * (WIDTH))
using namespace DirectX;
#pragma region Properties
float Terrain::GetHeightAtXY(float pi_dX, float pi_dY)
{
return m_arrHeightfield[IDX((int)roundf((m_iResolution - 1) * pi_dX), (int)roundf((m_iR... | [
"epple.alexander@web.de"
] | epple.alexander@web.de |
b4c05c072d68b50c1847b5c53c8c6a99d0cfd2f9 | 4d8d338c9be36037b1da5b33d82fd0608a529a90 | /examples/common/dbg.cpp | 2f03092dfe7fd3d56128a7d1bdc655f953d39970 | [
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | richard-sim/bgfx | dd353382cb5d60b84b89b6db5e517d1058ffcec0 | 5f037fb9153f743e957890193454d9dd16e065cb | refs/heads/master | 2021-01-21T02:02:13.970281 | 2013-03-11T06:27:35 | 2013-03-11T06:27:35 | 8,765,332 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,540 | cpp | /*
* Copyright 2011-2013 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
#include <bx/bx.h>
#include <stdio.h>
#include <stdint.h>
#include <inttypes.h>
#include <ctype.h> // isprint
#include "dbg.h"
#include <bx/string.h>
#if BX_COMPILER_MSVC
# define snprin... | [
"branimirkaradzic@gmail.com"
] | branimirkaradzic@gmail.com |
223fed42f6db9a4c640291f7010102fb878f7863 | 9ffca60e69fafff0c58aaf0be69250e7b5704200 | /Hackerrank/Practice/Bigger is Greater.cpp | a6c0336b5bbf793c304d3def73dc4f1bbce77f38 | [] | no_license | rizky-bagus/Tsunemori-Akane | 344a4e0cbc4d144f236da7643454587408ad9783 | 28e5b9cac2b17f0ab90d41637618091affadef21 | refs/heads/master | 2020-07-12T00:40:51.942999 | 2017-01-31T19:37:55 | 2017-01-31T19:37:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 328 | cpp | #include <cstdio>
#include <cstring>
#include <cstdlib>
#include <string>
#include <iostream>
#include <algorithm>
using namespace std;
int T;
int main() {
cin >> T;
while (T--) {
string s; cin >> s;
if (next_permutation(s.begin(), s.end()))
cout << s << endl;
else
cout << "no answer" << endl;
}
retu... | [
"shimi@hackerrank.com"
] | shimi@hackerrank.com |
4788fcec3454b157de9cef58f62ddbbb71dc1b88 | 975e6660b0d9680626ad6d186e31209455d5cbfe | /Lab4_Kochut/zadanie3/main.cpp | 7b685149aac3693e834e54448010a0e6f754901f | [] | no_license | cheburashka3000/Lab_Kochut | 9e418caeb937f08321e256c0bec5ebcff2e48664 | 8544fb5393cd2873fd38976bcfa070deac2c4816 | refs/heads/master | 2020-04-27T08:20:26.431263 | 2019-05-21T14:11:24 | 2019-05-21T14:11:24 | 174,167,360 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 939 | cpp | #include <iostream>
using namespace std;
class String
{
char * value;
int len;
public:
String():value(new char[1] {}),len(0) {
cout << "Конструктор по умолчанию тут\n";
};
String(const String& s) {
len = s.len;
value = new char [len+1];
for (int i = 0; i <= len; i++)
value[i] = s.value[i];
cout << "Ко... | [
"cheburashka_2014@mail.ru"
] | cheburashka_2014@mail.ru |
36088f563a0bd699eb65945a119fdba544e42287 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /third_party/blink/renderer/bindings/core/v8/active_script_wrappable.cc | 73e873805bb90f5b9dc55fb7b44da26f0658d7b0 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 663 | cc | // 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.
#include "third_party/blink/renderer/bindings/core/v8/active_script_wrappable.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "thir... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
9763969a5be7eb0f1b286c40432cdffd4a9e07f0 | e51562372a36b4729033bf19a4daf7ca7e462e30 | /cf-1033A-1 Accepted.cpp | e732a773ba027382f97fdec6a4af9335b542be59 | [] | no_license | sl1296/acm-code | 72cd755e5c63dfdf9d0202cb14a183ccff3d9576 | 50f6b9ea865e33d9af5882acd0f2a05c9252c1f8 | refs/heads/master | 2020-08-22T11:56:17.002467 | 2019-11-09T11:08:25 | 2019-11-09T11:08:25 | 216,388,381 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,522 | cpp |
#include<cstdio>
#include<queue>
using namespace std;
int mp[1010][1010];
bool vis[1010][1010];
struct node{
int x,y;
};
int xx[8]={-1,-1,-1,0,0,1,1,1};
int yy[8]={-1,0,1,-1,1,-1,0,1};
int main(){
int n,ax,ay,bx,by,cx,cy;
scanf("%d%d%d%d%d%d%d",&n,&ax,&ay,&bx,&by,&cx,&cy);
for(int i=1;i<=n;++i)mp[ax][i... | [
"guocl0729@163.com"
] | guocl0729@163.com |
39e4c08b234a622e97135828a19ec25c3baf9d4c | 8cf763c4c29db100d15f2560953c6e6cbe7a5fd4 | /src/qt/qtbase/src/network/kernel/qhostinfo_winrt.cpp | 9b4dbd4b01d301215e9e0f24b8590f5179b4706d | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"GFDL-1.3-only",
"Qt-LGPL-exception-1.1",
"LicenseRef-scancode-digia-qt-commercial",
"LGPL-3.0-only",
"GPL-3.0-only",
"LicenseRef-scancode-digia-qt-preview",
"LGPL-2.1-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-unknown-license-refe... | permissive | chihlee/phantomjs | 69d6bbbf1c9199a78e82ae44af072aca19c139c3 | 644e0b3a6c9c16bcc6f7ce2c24274bf7d764f53c | refs/heads/master | 2021-01-19T13:49:41.265514 | 2018-06-15T22:48:11 | 2018-06-15T22:48:11 | 82,420,380 | 0 | 0 | BSD-3-Clause | 2018-06-15T22:48:12 | 2017-02-18T22:34:48 | C++ | UTF-8 | C++ | false | false | 6,310 | cpp | /****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtNetwork module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Lice... | [
"ariya.hidayat@gmail.com"
] | ariya.hidayat@gmail.com |
b039b94b1cf36911f47bf8dc7f506b618e3d1db3 | d617f6f2e3fe291c982649f1a0dddc93105d8056 | /src/gtest/generated/key_415.cpp | 1bb7dd700e53b96d6e39b7cd054e079962529bb8 | [
"BSD-2-Clause"
] | permissive | Cryptolens/cryptolens-cpp-tests | 052d65c94f8008c90d9e62140907480cf18afe57 | c8971dbbece8505c04114f7e47a0cf374353f097 | refs/heads/master | 2020-08-27T22:20:25.835533 | 2019-10-25T12:19:20 | 2019-10-25T12:19:20 | 217,503,236 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,628 | cpp | #include <cryptolens/tests/gtest_shared.hpp>
#include <gtest/gtest.h>
namespace tests_v20180502 {
class v20180502_online_Key415 : public ::testing::Test {
protected:
static void SetUpTestCase() {
Cryptolens cryptolens_handle;
cryptolens::Error e;
cryptolens_handle.signature_verifier.set_modulus_base64(e... | [
"martin@cryptolens.io"
] | martin@cryptolens.io |
13d3f5b1f400a9c4f394da976ec57164422e8736 | 11b8fe9e11b799e2f1a273d570f22ce2234b69a8 | /pathSumCheck.cpp | 1c45c5e2ada63eaa3f7031abd922b0583b3cd42c | [] | no_license | ZhaoWangKTH/LeetCodeProblems | 043b9954ac7bc756113edf6a35b1d94cd8887fd2 | 0e3f4fa20e8d103ae980c62b110eb4e3f3833d0e | refs/heads/master | 2021-01-10T14:41:10.157994 | 2016-03-26T21:03:46 | 2016-03-26T21:03:46 | 50,112,384 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,868 | cpp | //Leetcode problems/pathSumCheck.cpp
/* Problem Statement: Root to Leaf Paths With SumBookmark
Given a binary tree and a sum, find all root-to-leaf paths where each path’s sum equals the given sum.
For example:
Given the below binary tree and sum = 22,
5
/ \
4 8
/... | [
"wang.zhao.fallineva@gmail.com"
] | wang.zhao.fallineva@gmail.com |
002e6d4e7589e4dc4a846b27391b394fa0f74280 | 3615d1ec77176005d80a9b40ced337253eeac2da | /Microcontroller Code/BosBlink/BosBlink.ino | 2fabe8308598bd991fbda1821c2a09832cbabdd6 | [
"MIT"
] | permissive | bojdell/lodestar | e362528041188c6c2f6f9a9df073bd49deea4540 | a96629809c3e6b866165795fdc2f929866128bf4 | refs/heads/master | 2020-06-04T20:01:31.982702 | 2014-12-04T01:09:41 | 2014-12-04T01:09:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 710 | ino | /*
Blink
Turns on an LED on for one second, then off for one second, repeatedly.
This example code is in the public domain.
*/
// Pin 13 has an LED connected on most Arduino boards.
// give it a name:
int led = 17;
// the setup routine runs once when you press reset:
void setup() {
// init... | [
"bojdell@gmail.com"
] | bojdell@gmail.com |
3e2416122009fd45bb93f9cf55e021a9d0e05fa2 | 4cfc6c4425786ac3128af32ed6a7c4d97b154a8f | /libraries/CustomHeaderLibs/com/archive_enum.hpp | b1815c12df880f692bb457c8cb042d07bd548fe7 | [
"WTFPL"
] | permissive | mskoenz/arduino_crash_course | 9aa1417daa84442c20de27df11646bd40525d039 | cc7031e827dd13211cb9ce84f6d758f6e635e6a8 | refs/heads/master | 2020-05-16T23:58:43.635800 | 2019-11-18T09:00:33 | 2019-11-18T09:00:33 | 13,575,894 | 0 | 0 | null | 2013-10-24T14:39:30 | 2013-10-14T23:23:07 | C | UTF-8 | C++ | false | false | 598 | hpp | // Author: Mario S. Könz <mskoenz@gmx.net>
// Date: 13.06.2013 18:25:47 EDT
// File: archive_enum.hpp
/* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To ... | [
"mskoenz@gmx.net"
] | mskoenz@gmx.net |
386fff6f2a1caa930cd6993d4c171141232b5f1c | 5a25e7372d6c6d888cd314cbd7653cf27705281e | /Sheets/CodeitVol2/session 5/Boy or Girl.cpp | b6eab2bb7f8160cf7e4ee71813ce2327e021f326 | [] | no_license | omarelsobkey/Problem_Solving | 868bdd98ed88a2de58ca7d4ddf58d775be9c0176 | 607b34195a2f466b4ddf8e3ee2084fd6c1ef800f | refs/heads/master | 2023-02-24T12:25:48.695834 | 2021-01-31T15:51:41 | 2021-01-31T15:51:41 | 320,806,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 642 | cpp | // https://codeforces.com/problemset/problem/236/A
#include <iostream>
using namespace std;
int main()
{
int numberOfChar = 0;
string userName, chars = " ";
cin >> userName;
for (char x : userName) {
for (int i = 0; chars[i] != '\0'; i++) {
if (chars[i + 1] == '\0' && cha... | [
"noreply@github.com"
] | noreply@github.com |
cedb3fb85f45cb20cbd7209e9076a0677285ea40 | 2b3c3743d0bd77020385369246aa9b8866cb899d | /djinni/jni/NativeHelloWorld.hpp | 8ab9c913d59a78eb9544be7b49ae8d748c638fdf | [] | no_license | Naandalist/CppReactNative | a91a1dce6c07be5bca664273409a2f4ff9d08123 | 2ed223c57c5e87dbd3501c57e717efd509ff07c4 | refs/heads/main | 2023-02-13T12:35:25.118594 | 2021-01-13T02:54:46 | 2021-01-13T02:54:46 | 319,685,375 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,143 | hpp | // AUTOGENERATED FILE - DO NOT MODIFY!
// This file generated by Djinni from helloworld.djinni
#pragma once
#include "djinni_support.hpp"
#include "hello_world.hpp"
namespace djinni_generated {
class NativeHelloWorld final : ::djinni::JniInterface<::helloworld::HelloWorld, NativeHelloWorld> {
public:
using CppT... | [
"listiananda.apriliawan@gmail.com"
] | listiananda.apriliawan@gmail.com |
95f9ee53bc355ca7e9996a62c7ffa8791187edf9 | 36006487fbed2c19a2367e968afc11e76a55bb95 | /Spoj/INVCNT-Inversion_Count.cpp | f7251afa6df52578eaeaf29e1e7e77e919549b88 | [] | no_license | AkVaya/CP_Solutions | 99bd280470997f048ca2ee9b9dda83488d19ca7e | 60fd900aad28caf34b15b75ce736141dbc074d9f | refs/heads/master | 2021-09-27T13:57:38.897747 | 2021-09-16T16:43:55 | 2021-09-16T16:43:55 | 232,780,223 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,907 | cpp | #include<bits/stdc++.h>
using ll = long long;
using namespace std;
const ll nax = 2e5 + 69;
ll a[nax],tree[4*nax];
ll query(ll curr, ll qL, ll qR, ll L, ll R){
if(qL>=R || qR<=L)
return 0;
if(qR>=R && qL<=L)
return tree[curr];
ll mid = (L+R)/2;
ll res = query(2*curr,qL,qR,L,mid);
res... | [
"akshat.18je0072@am.iitism.ac.in"
] | akshat.18je0072@am.iitism.ac.in |
c591a9013cb488b92be24d8326b2d835003a8c2b | 629b299cdd9a036d0ea1c8773a291f671943b7cb | /seg_primes.cpp | 7dc53c03bdd3577c44c9aeaa94d163fb096a11a6 | [] | no_license | ggljzr/mi-mcs | 7b7ac5265c2d728ee59546b412745a70f47236b4 | d09766612159604d00bd418dadad629793011992 | refs/heads/master | 2022-11-12T23:49:42.709412 | 2020-07-06T22:02:43 | 2020-07-06T22:02:43 | 113,910,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,513 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <cstring>
#include <time.h>
#include <sys/time.h>
#include <cilk/cilk.h>
#include <cilk/reducer_ostream.h>
#include <cilk/reducer_opadd.h>
#include <cilk/reducer_max.h>
#include <cilk/cilk_api.h>
#include <unistd.h>
#include <ctype.h>
#include <fstre... | [
"gogo.lejzr@gmail.com"
] | gogo.lejzr@gmail.com |
b204eced5c7f760bec94b50f19b8668928725bbc | edcab5eac30341ebe3bf687db7f13e4980e81f77 | /src/privatesend-client.cpp | fcda58f5f8b4de761f042f674df1e513fcc1eab5 | [
"MIT"
] | permissive | kulibih/WantCore | 5ad24b2d3994efa0b1cd1667502e7af68d2399b8 | d4fb88771567c264746165d88f82667da90b9a51 | refs/heads/master | 2020-03-22T21:53:40.013011 | 2018-04-05T05:30:14 | 2018-04-05T05:30:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 60,585 | cpp | // Copyright (c) 2014-2017 The Want Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "privatesend-client.h"
#include "coincontrol.h"
#include "consensus/validation.h"
#include "core_io.h"
#include "in... | [
"boris.coin.want@gmail.com"
] | boris.coin.want@gmail.com |
d01552167d685cf4ee07be2c90e2de6d94447089 | 9f9660f318732124b8a5154e6670e1cfc372acc4 | /Case_save/Case30/case6/1000/k | 49806434ded2179d9cc0981de3ec620cefc7d1ae | [] | no_license | mamitsu2/aircond5 | 9a6857f4190caec15823cb3f975cdddb7cfec80b | 20a6408fb10c3ba7081923b61e44454a8f09e2be | refs/heads/master | 2020-04-10T22:41:47.782141 | 2019-09-02T03:42:37 | 2019-09-02T03:42:37 | 161,329,638 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,832 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"mitsuaki.makino@tryeting.jp"
] | mitsuaki.makino@tryeting.jp | |
1d78175d99fcbc2104a1d21e326d81335546cd4d | 091d7d29dc6035d714d716f572f0ad373c13cd46 | /test.cpp | d7776aec474ec62d5030a013b1154684192016b6 | [] | no_license | debamitro/try-clang-ast-matcher | fb15a0e0341526bc17f31f4372001c76f7fc3e22 | 894c7d8bfe0c869106493d06b0ed0007fd21a153 | refs/heads/master | 2021-01-22T22:44:29.939365 | 2017-05-30T01:23:33 | 2017-05-30T01:23:33 | 92,787,620 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,627 | cpp | #include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Frontend/FrontendActions.h"
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Tooling.h"
#include "llvm/Support/CommandLine.h"
using namespace clang;
using namespace clang::ast_matchers;
using ... | [
"debamitro@gmail.com"
] | debamitro@gmail.com |
bb95a84136d2d50983d6dda18f2fc7c715291db7 | 21e77be255e1b0263be4da54199307db1150eb4c | /UDSonCAN/ApplicationLayer.h | 3413539cc01d68216853f4cb03b82f9471d7286f | [] | no_license | zjarci/UDSonCAN | 7e991666dc588d792c8a2c4dc4bc26ac076f80b5 | 9e99d70eef1b3e859bad1ef0ec3ebc39d69f27df | refs/heads/master | 2020-03-16T18:19:53.494508 | 2013-06-21T09:10:51 | 2013-06-21T09:10:51 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,567 | h | #pragma once
#include "DiagnosticType.h"
#include "WatchWnd.h"
class CDiagnosticControl;
namespace DiagnosticService
{
class CServiceManager;
};
class CApplicationLayer
{
typedef CTIDCWatchWnd::EntryType EntryType;
typedef CWatchWnd::Color Color;
public:
enum struct TimingType : BYTE
{
P2CANClient,
P2SCANCl... | [
"raychow.info@gmail.com"
] | raychow.info@gmail.com |
f435af9c5474282b59dd374b99a7d860bf391b90 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /components/history_clusters/core/history_clusters_service_task_get_most_recent_clusters.cc | f7297eee308bfad47b4df8436d41bab95af877b5 | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 10,363 | cc | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "history_clusters_service_task_get_most_recent_clusters.h"
#include <utility>
#include "base/functional/bind.h"
#include "base/location.h"
#include "base/metrics/his... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
7b042a2d473f5c2bb779053e487a5442e94f2bc4 | 395d1860e82bc75ccc04b91c4b9a8fa46276d9bb | /Source/Vision/Editor/vForge/EditorPlugins/VisionPlugin/VisionManaged/EngineInstances/EngineInstanceVisibilityObject.cpp | b6a268b2c0b306aca0c2b333fe547c335af6ccef | [] | no_license | Hakhyun-Kim/projectanarchy | 28ba7370050000a12e4305faa11d5deb77c330a1 | ccea719afcb03967a68a169730b59e8a8a6c45f8 | refs/heads/master | 2021-06-03T04:41:22.814866 | 2013-11-07T07:21:03 | 2013-11-07T07:21:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,780 | cpp | /*
*
* 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.
* Product and Trade Secret source code contains trade secrets ... | [
"joel.van.eenwyk@havok.com"
] | joel.van.eenwyk@havok.com |
a727d9214b178356a55cdd9fec168a737b8f8d1d | 949ab1beaae33b35f6401cbc5bc870c3e80d4fcd | /Nel.cpp | 63851d2e06041cd2220d236468074e209e123d60 | [] | no_license | SH0756/PresentationFolder | edc0f4b973f085c985247d58933723412a70ec6f | 45a944f43ce488b8eab47931d6161752258076b6 | refs/heads/master | 2021-01-01T18:07:24.274956 | 2015-04-10T10:44:30 | 2015-04-10T10:44:30 | 33,710,651 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36 | cpp | #include "Nel.h"
namespace nel {
} | [
"jil_h978@yahoo.co.jp"
] | jil_h978@yahoo.co.jp |
d1e14d6585153a2bda178b59d5c1e2a8647dfb66 | 9149859feb7a02c4fea8b0a3090b2d1d258578ed | /30-days-of-code-cpp/Day 5: Loops/solution.cpp | c6b2c5a197bc7a4bbf2a7e16c6fce10f01dc0978 | [] | no_license | brunorosilva/HackerRank | 2c0311f0c381142bc74f0038add4d7ad3cc51055 | 7169730a1b62cd1a0e7e01fbedcfe75431237752 | refs/heads/master | 2021-06-13T08:44:35.198892 | 2021-03-29T16:56:23 | 2021-03-29T16:56:23 | 172,820,751 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 216 | cpp | Change Theme
C++
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin >> n;
cin.ignore(numeric_limits<streamsize>::max(), '\n');
return 0;
}
| [
"b.rosilva1@gmail.com"
] | b.rosilva1@gmail.com |
c93dca8c1bfecd4d9c2c181fdb68773e10980aa2 | 9770a719784ca1226ceaf2e696e74ea31cfd1d72 | /PRAKTIKUM 3/nomer 5.cpp | 7aaf4a139e90b31b5c5826d7151de79763f87d34 | [] | no_license | rayhanvito/StrukturDataPraktek | a82392691dda5d5e08699c371002b823c9ed3eaa | e27918ba1414f930f84664a1a431c87b7c5585c3 | refs/heads/main | 2023-05-27T05:58:59.317880 | 2021-06-07T11:23:18 | 2021-06-07T11:23:18 | 374,638,974 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,707 | cpp | //RAYHAN VITO GUSTIANSYAH
//20051397042
//MI_B_2020
#include <iostream>
using namespace std;
int main () {
int a = 0; //banyaknya element data
int i; //untuk iterasi for
int sum = 0, max = 0, min = 0;
cout<<"RAYHAN VITO GUSTIANSYAH \n";
cout<<"20051397042 \n";
cout<<"MI_B_2020 \n";
//minta user input ... | [
"noreply@github.com"
] | noreply@github.com |
c67902d5d3292505dc65fe1e1cecfa51793d5a43 | 8fe2e38fd3f23f58dd0f35d1f351601f8a723e07 | /partners_api/cian_api.cpp | dd9d88a0e60f77cd287a6d6a30e9b54236cb1a6a | [
"Apache-2.0"
] | permissive | ruilin/RLMap | cb139b7fb3020b163a6857cfa6b98f0c930f2a45 | e16b52f77d165e719b3af20b097f227959e8e374 | refs/heads/master | 2022-10-06T10:11:39.760428 | 2019-11-22T01:03:27 | 2019-11-22T01:03:27 | 97,201,756 | 2 | 1 | Apache-2.0 | 2022-10-04T23:29:25 | 2017-07-14T06:39:33 | C++ | UTF-8 | C++ | false | false | 3,152 | cpp | #include "partners_api/cian_api.hpp"
#include "partners_api/utils.hpp"
#include "platform/platform.hpp"
#include "geometry/rect2d.hpp"
#include "base/logging.hpp"
#include <utility>
#include "3party/jansson/myjansson.hpp"
using namespace platform;
namespace
{
void MakeResult(std::string const & src, std::vector<... | [
"zruilin@126.com"
] | zruilin@126.com |
089966ffdf857bed1e569e74f57ca439aae4802d | b7397b312fc8b584e52f7402e7eac777b09d8117 | /5week/refactoring.cpp | a0db5683b0d1dbd7306084cda2d82f7466025612 | [] | no_license | Vheidy/yellow_belt | dd187bf468502f9e2548d015e7444e18e2c9f9ae | 6f3e2afda3c529a759fe001092c8b2fafba0fd89 | refs/heads/master | 2022-11-22T03:17:30.402438 | 2020-07-20T17:07:25 | 2020-07-20T17:07:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,906 | cpp | #include <iostream>
#include <string>
#include <vector>
using namespace std;
class Person {
public:
Person(const string& new_name = "NoName", const string& new_type = "Person") :
Name(new_name),
type(new_type) {
}
virtual void Walk(const string& destination) {
cout << type << ": " << Name ... | [
"vheidy@oa-o3.msk.21-school.ru"
] | vheidy@oa-o3.msk.21-school.ru |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.