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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7bb1d12493dca904c4fbd1bd6f02e601dcafbc09 | 3e6b2ae737c3476498cfe8116dfe7085292463c9 | /tests/test_entity.h | df4339a8e9841d69b2f0f0656c3c8b03c8fe56e7 | [] | no_license | peter-kish/libcs | 41665a84fe542372d35788ef0419f1382417534f | 795241ba0494c54317b64771148da490c4749f09 | refs/heads/master | 2021-05-04T05:16:50.406151 | 2016-11-12T14:36:35 | 2016-11-12T14:36:35 | 70,973,264 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 578 | h | #ifndef TEST_ENTITY_H
#define TEST_ENTITY_H
#include "cs.h"
#include <cppunit/extensions/HelperMacros.h>
class EntityTests : public CppUnit::TestFixture
{
CPPUNIT_TEST_SUITE(EntityTests);
CPPUNIT_TEST(testGetComponent);
CPPUNIT_TEST(testHasComponent);
CPPUNIT_TEST(testAddComponent);
CPPUNIT_TEST(t... | [
"pkish023@gmail.com"
] | pkish023@gmail.com |
a11b5887d1bae61df37843d55749d86715ff42cb | e67f8a44d1715f60d726a9f1ff32ee42f7893365 | /C++/bits/linear/basic_string.hpp | 5798c3f8ba4f21264d7f15932308c3b63dcc3aa6 | [
"MIT"
] | permissive | unnamed42/code_learning | 58248ccf7b9d3e2353c2b59e465bc511b630a757 | 1e64c29869903ca7f3cf7c682461766d702866c8 | refs/heads/master | 2020-04-06T14:35:56.598546 | 2018-09-30T10:29:22 | 2018-09-30T10:29:22 | 53,417,969 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,865 | hpp | #ifndef __RUBBISH_BASIC_STRING__
#define __RUBBISH_BASIC_STRING__
#include <cstring> // string manipulation
#include <vector> // result of basic_string<Char>::split
#include "../iterator.hpp"
namespace rubbish {
template <class Char> class basic_string {
public:
typedef basic_string<Char>... | [
"a390517426@gmail.com"
] | a390517426@gmail.com |
5b12213d378477cb30119e33ee84ca0e2800e5dc | 36ac07d3ca4add8f55d0039b47d3a36f9c95821e | /include/CelulaComando.hpp | e807270627c9503fd6740ebaab4c44ae9dc1d410 | [] | no_license | Augustonildo/Extracao-Z | 16af1c673d8a9e2763f30393eb2fc9afba7d18b3 | e850bbeb1d6baae38b373674cd42386ac3f89335 | refs/heads/master | 2023-03-02T06:03:09.386976 | 2021-02-11T23:27:35 | 2021-02-11T23:27:35 | 336,664,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 198 | hpp | #include "Comando.hpp"
class CelulaComando
{
public:
CelulaComando();
private:
Comando item;
CelulaComando *prox;
friend class FilaEncadeadaComandos;
}; | [
"augustocarvalhopp@gmail.com"
] | augustocarvalhopp@gmail.com |
7c2c4a787fd05c9830526eabf84d251b3a655f12 | 19be08b4e79ec613fd45ee5262c7065cc07ec78a | /include/Machine.hpp | f48ef2e4f5dccaa1eacfd727a5259b74d561cc4c | [] | no_license | alexander-zibert/msp432-polar-plotter | 797faca04961c6e6c8cfeaed2b9bd053abe9a434 | ace3db7e0f428e11a147a530b1df0b875df2a9a1 | refs/heads/master | 2022-11-19T11:30:22.336238 | 2020-07-23T06:32:11 | 2020-07-23T06:32:11 | 275,115,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,531 | hpp | #ifndef MATSE_MCT_MACHINE_HPP
#define MATSE_MCT_MACHINE_HPP
#include <type_traits>
#include <variant>
#include "Debouncer.hpp"
#include "DrawInterface.hpp"
#include "Events.hpp"
#include "Menu.hpp"
#include "Model.hpp"
namespace MATSE::MCT {
template <typename StateVariant> struct CompositeState {
StateVariant cu... | [
"alexander.zibert@googlemail.com"
] | alexander.zibert@googlemail.com |
7f0f276d4a6c8aebd80b1c24f5e50ad555920b2e | 97478e6083db1b7ec79680cfcfd78ed6f5895c7d | /services/shape_detection/face_detection_impl_win.cc | 6b5b4df2e98d1489b1f683d4acd1365382d16d5b | [
"BSD-3-Clause"
] | permissive | zeph1912/milkomeda_chromium | 94e81510e1490d504b631a29af2f1fef76110733 | 7b29a87147c40376bcdd1742f687534bcd0e4c78 | refs/heads/master | 2023-03-15T11:05:27.924423 | 2018-12-19T07:58:08 | 2018-12-19T07:58:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,062 | cc | // Copyright 2017 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 "services/shape_detection/face_detection_impl_win.h"
#include <windows.media.faceanalysis.h>
namespace shape_detection {
base::OnceCallback<vo... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
36280f8e1792f9f2a824821d852879452ec81ac9 | aa9887968b39c45f0cda27cf22152fc5e5b7d46d | /src/vendor/cget/cget/pkg/pqrs-org__cpp-dispatcher/install/include/pqrs/dispatcher.hpp | 6e997605585bbf00fb1ede69c6a75f2beac4d08f | [
"Unlicense"
] | permissive | paganholiday/key-remap | 9edef7910dc8a791090d559997d42e94fca8b904 | a9154a6b073a3396631f43ed11f6dc603c28ea7b | refs/heads/master | 2021-07-06T05:11:50.653378 | 2020-01-11T14:21:58 | 2020-01-11T14:21:58 | 233,709,937 | 0 | 1 | Unlicense | 2021-04-13T18:21:39 | 2020-01-13T22:50:13 | C++ | UTF-8 | C++ | false | false | 440 | hpp | #pragma once
// pqrs::dispatcher v2.5
// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
#include "dispatcher/dispatcher.hpp"
#include "dispatcher/object_id.hpp"
#include "dispatcher/time_source.hpp"
#include "dispatch... | [
"tekezo@pqrs.org"
] | tekezo@pqrs.org |
eba670f31425c130254ac7859b19b5f90ca893ea | f7738ac20de6f5a84484caa755e01d4439648343 | /example/unity/ARDemoApp/Temp/il2cppOutput/il2cppOutput/UnityEngine.AnimationModule.cpp | 247f95e004aa437152e0c9b52cbf60bc6abe7fa7 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | mjserrato/flutter-unity-view-widget | 95c39555283e24cf5ea031f9d29f4dafc25952b0 | 2765fb121bc6d430ebfee2b641768da3bbb7b04d | refs/heads/master | 2020-08-23T05:15:36.476350 | 2019-10-18T14:16:36 | 2019-10-18T14:16:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 287,345 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template ... | [
"rex.raphael@outlook.com"
] | rex.raphael@outlook.com |
f8b3d76a8427c6a5edb596e0924644135a8c272a | 59959353175a5f6245824821edf87f3078633b15 | /semantic-server-flask-docker/AnnService/inc/Helper/ArgumentsParser.h | 0ae19b8e8fee218781157a2b95a2f2be3a2964f9 | [
"MIT"
] | permissive | liamca/covid19search | bf24b32ddb2f98f122dae70eca98d2824e3ebcfe | 4c71c76f243684e7ea7baafd14b641f46481cb36 | refs/heads/master | 2023-04-18T08:03:15.580256 | 2021-04-30T19:05:41 | 2021-04-30T19:05:41 | 261,308,162 | 17 | 6 | MIT | 2020-05-04T22:28:12 | 2020-05-04T22:20:38 | JavaScript | UTF-8 | C++ | false | false | 7,136 | h | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#ifndef _SPTAG_HELPER_ARGUMENTSPARSER_H_
#define _SPTAG_HELPER_ARGUMENTSPARSER_H_
#include "inc/Helper/StringConvert.h"
#include <cstdint>
#include <cstddef>
#include <memory>
#include <vector>
#include <string>
namespa... | [
"liamca@microsoft.com"
] | liamca@microsoft.com |
e030f2143d29496e0d36c9f472adcf8ad13fad17 | 798bbe52556fb9d0e2b48e6dac00309aa8bf4129 | /class/Image_Engineering_F/sharpning.cpp | d08d978f89fc70fa5ce9861acd4f6150e0072594 | [] | no_license | HAVRM/work | 3b900684fe43e21265b3e66071e6a033dfaddf23 | 147a53bcbf18e3505623636f2bbed840f6dd857d | refs/heads/master | 2020-04-15T15:54:01.276246 | 2017-06-26T04:13:37 | 2017-06-26T04:13:37 | 44,515,163 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 455 | cpp | #include <opencv2/opencv.hpp>
int main(int arg,char *argv[]){
cv::Mat src_img=cv::imread("image/avr3_averaging.png",1);
cv::Mat chg_img;
if(!src_img.data)return -1;
float dataA[][3]={{0.0,-1.0,0.0},{-1.0,5.0,-1.0},{0.0,-1.0,0.0}};
cv::Mat kernel(3,3,CV_32FC1,dataA);
cv::filter2D(src_img,chg_img,-1,kernel);... | [
"hiroki.mine.0614.163@gmail.com"
] | hiroki.mine.0614.163@gmail.com |
c7ba2b9e0ce5d220c53735e2bc45d104f7adf519 | aec7bfee77445a1e21261b6d4ca0a62d8c08bee3 | /Antidote.cpp | 8fc7be379e526ee98348ace3da06742881989926 | [] | no_license | Tetewet/TheophileGit | ad4d1a84b8074d6bf5830fbd773a69f322dc1cf7 | 0c5060c3047328d8fb4cacb2f0facbe751748301 | refs/heads/master | 2020-09-30T04:48:07.851825 | 2019-12-10T22:46:18 | 2019-12-10T22:46:18 | 227,206,324 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,461 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "Antidote.h"
#include "Engine.h"
#include "TheophileCharacter.h"
#include "Materials/MaterialInstanceDynamic.h"
// Sets default values
AAntidote::AAntidote()
{
// Set this actor to call Tick() every frame. You can turn this o... | [
"theogorisse@gmail.com"
] | theogorisse@gmail.com |
4e028aad1ae37c78f7f19d9304c7946e031628b7 | 8b3bd5278095c70d34a4fd8dbcee6ffe4b356067 | /dpc.cpp | 97463c74ca51a158eec11350f89055f8a9a99516 | [] | no_license | Jackfrost2639/ex | 5d1c963aeb69f7e57cbc40612feb40c0b76c0b2f | dbd5897934a2fe55b6bb5601b78613e101015ec1 | refs/heads/master | 2021-06-27T03:25:51.508201 | 2021-03-30T12:07:36 | 2021-03-30T12:07:36 | 220,775,367 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 916 | cpp | #include <bits/stdc++.h>
#define smax(a, b) ((a) < (b) ? ((a)=(b), true) : false)
#define smin(a, b) ((a) > (b) ? ((a)=(b), true) : false)
#define imie(...) " [" << #__VA_ARGS__ ": " << (__VA_ARGS__) << "] "
using namespace std;
int n;
int dp[100000][3];
int arr[100000][3];
int main() {
cin >> n;
for(int i = 0... | [
"hellobye587846@gmail.com"
] | hellobye587846@gmail.com |
2292cd2ff94a99be592c7e254b3d0a052c2c3ace | ba9870275f7aa719269ccfec591270caef029b06 | /util.hpp | ae23461cce20bc7d4e3ae774e88e7beb80e99fc1 | [
"BSD-3-Clause"
] | permissive | haskelladdict/phantom | d95d13364838ec847541652fe39e3796401d50aa | 3d883df06787a3595df37574de375a7ee9f49033 | refs/heads/master | 2021-01-10T19:59:11.745809 | 2015-08-01T16:05:03 | 2015-08-01T16:05:03 | 39,606,186 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,501 | hpp | // helper functions for file system manipulation
//
// (C) Markus Dittrich, 2015
#ifndef UTIL_HPP
#define UTIL_HPP
#include <cstdio>
#include <dirent.h>
#include <exception>
#include <iostream>
#include <mutex>
#include <stdexcept>
#include <string>
#include "parallel_queue.hpp"
const std::string version = "0.2";... | [
"haskelladdict@gmail.com"
] | haskelladdict@gmail.com |
e2fc1cafc251e0c636abae99cb3c64218c3ce524 | 7a7dc1615336ce939fcbc28153822eb10d450a38 | /example/blink.cpp | 263e8fdba9ff5c73601468643ba932418c1971a2 | [
"MIT"
] | permissive | ChisholmKyle/ArduinoCMake | 4cf726bf92d17043e5243ec24de47cf5c10393ff | 3123e54a7f4a9edd24cc76867d9f18e1e62c9184 | refs/heads/master | 2021-04-22T12:38:23.306824 | 2020-01-07T04:20:22 | 2020-01-07T04:20:22 | 53,593,716 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 565 | cpp | #include <Arduino.h>
// Pin 13 has an LED connected on most Arduino boards
#define PIN_LED 13
void loop() {
Serial.println("LED on");
digitalWrite(PIN_LED, HIGH); // Set the LED on
delay(1000); // Wait for one second
Serial.println("LED off");
digitalWrite(PIN_LED, LOW); //... | [
"dev@kylechisholm.ca"
] | dev@kylechisholm.ca |
82a2d5bbdb27452e7d0c84d7ba5585cf455f082e | cb1c84b3b4a766d1524e187507eb4e726211ee0e | /SOA/d6st/output/types/gensrc/D6SoaWork/cpp/d6/schemas/work/_2012_02/manhourmanagement/ManHourBillType.hxx | 8421eb5303c062c8cb3434a6f4bc817ba695a516 | [] | no_license | michaelccm/YFT | 6caaea98c06eed69ee593cb9b9cd3e1a7cb7f56d | 597d2c6e069737c8ec503c26540f23edf869e864 | refs/heads/master | 2021-01-05T01:59:29.290516 | 2020-02-16T06:02:15 | 2020-02-16T06:02:15 | 240,670,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,031 | hxx | /*
@<COPYRIGHT>@
==================================================
Copyright 2012
Siemens Product Lifecycle Management Software Inc.
All Rights Reserved.
==================================================
@<COPYRIGHT>@
==================================================
Auto-generated source from service ... | [
"chunmeichan@gmail.com"
] | chunmeichan@gmail.com |
e747b2febfb59a0b37e5706b2a2707b088d40aea | d939ea588d1b215261b92013e050993b21651f9a | /domain/src/v20180808/model/DeleteTemplateResponse.cpp | e21cc9815eb24e15c7d4f55c6298174c17f8c413 | [
"Apache-2.0"
] | permissive | chenxx98/tencentcloud-sdk-cpp | 374e6d1349f8992893ded7aa08f911dd281f1bda | a9e75d321d96504bc3437300d26e371f5f4580a0 | refs/heads/master | 2023-03-27T05:35:50.158432 | 2021-03-26T05:18:10 | 2021-03-26T05:18:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,445 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tenent.com"
] | tencentcloudapi@tenent.com |
126cdc42db8de944d90ff4dfc23851d8f4f1aa99 | 9bbfdc049ecce220e897258ccc125942640ac7ef | /OpenGL/shadow/shadow/camera.h | d5e9155d606e5c777c0a8a33ad3b5bef2af31e7b | [] | no_license | Niemand-co/Computer-Graphics | 4a98050d126dee66c2541b8bb984ab7b129bdd59 | 6c9d8033d84075078ffed0c6faa6d1a9968d2042 | refs/heads/main | 2023-03-18T19:51:15.598961 | 2021-03-04T12:31:46 | 2021-03-04T12:31:46 | 344,462,785 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,718 | h | #ifndef CAMERA_H
#define CAMERA_H
#include<glad/glad.h>
#include<glm/glm.hpp>
#include<glm/gtc/matrix_transform.hpp>
#include<vector>
enum camera_movement {
FORWARD,
BACKWARD,
LEFT,
RIGHT,
UP,
DOWN
};
const float YAW = -90.0f;
const float PITCH = 0.0f;
const float SPEED = 2.5f;
const float SENSITIVITY = 0.05f... | [
"735232844@qq.com"
] | 735232844@qq.com |
cbb77bb00e75f3f9df49a8c9cfc058ca6ab1452e | efa3d708e129ba23f422ee160844e50a01d4b349 | /src/spacetree/impl/StaticTraversal.hpp | 30e8ff869bc2599eaa3193b88214faee37ff312b | [] | no_license | numsim1415/precice | 4ba9e9dc339bb857e9e39bbaaa707966f46d5e7b | 7bf685adf318a82001a2e2c06337f3a64633d1c1 | refs/heads/master | 2021-01-12T03:57:51.187846 | 2014-10-06T07:10:22 | 2014-10-06T07:10:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,719 | hpp | // Copyright (C) 2011 Technische Universitaet Muenchen
// This file is part of the preCICE project. For conditions of distribution and
// use, please see the license notice at http://www5.in.tum.de/wiki/index.php/PreCICE_License
#ifndef PRECICE_NEWSPACETREE_STATICTRAVERSAL_HPP_
#define PRECICE_NEWSPACETREE_STATICTRAVER... | [
"gatzhamm@in.tum.de"
] | gatzhamm@in.tum.de |
8851dda60e05efd55d10e3d1afe56491318a1c0b | 57870c29d6bf7c47ab6b0073ab67bf4ec33e5369 | /ChartDrawer/ChartDrawer/CChartView.cpp | 10e910b5ddcf2512e54dad4292d523a419b93c18 | [] | no_license | daria-grebneva/OOD | 48952d2ad269114a89e440fbf1aacd0041e77352 | 58aff752b2f36eec6ab64010f1fe7bf887b4e4ed | refs/heads/master | 2020-04-20T19:24:42.011376 | 2019-06-03T06:36:39 | 2019-06-03T06:36:39 | 169,048,770 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,968 | cpp | #include "stdafx.h"
#include "CChartView.h"
CChartView::CChartView()
{
}
CChartView::~CChartView()
{
}
void CChartView::SetData(const Points2D& data)
{
m_points = data;
UpdateBounds();
RedrawWindow();
}
void CChartView::UpdateBounds()
{
m_leftTop = m_rightBottom = Point2D(0, 0);
if (!m_points.empty())
{
m_l... | [
"greda2598@gmail.com"
] | greda2598@gmail.com |
ee0379111e3048f7e5bf181c3dabc67571bc27e7 | 244e37c131f0b58ad6c33e5c5eacd6c422d67fbb | /joindialog.cpp | 5275b0045c25c66e65266f4f4f917f00c8de718f | [] | no_license | aki237/chatterbox | e18298041047827511d3c7ca9e4f9f558c98576a | 785c02ce3b972bfea58cd4bd3f2324404a06a3ba | refs/heads/master | 2020-04-17T15:04:02.135063 | 2017-08-25T06:57:04 | 2017-08-25T06:57:04 | 67,438,731 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 515 | cpp | #include "joindialog.h"
JoinDialog::JoinDialog(QObject *p_parent) : dui(new Ui::Dialog)
{
parent = p_parent;
this->setWindowTitle ("Join chatPi network");
this->setModal (true);
dui->setupUi (this);
dui->nickname->setValidator (new QRegExpValidator(QRegExp("[0-9,A-Z,a-z]{1,20}")));
dui->passwor... | [
"akilan1997@gmail.com"
] | akilan1997@gmail.com |
4f2121a599bfff6075e15fee173a1495b3d4516d | 0b3d17131917bc7097156219ddc2e05a416f8eed | /Arduino/TEmp/TEmp.ino | 895c3edc7f8fff839cdffedd2409680bce68b941 | [] | no_license | rkbear-mirp/rkbear-mirp | e849352356d7bc2e66790f5293c35f97693cbce6 | 2c59005b49128867789f3106eba8dbbb22134b81 | refs/heads/master | 2021-01-23T02:00:14.551396 | 2017-06-16T01:28:53 | 2017-06-16T01:28:53 | 92,903,122 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 175 | ino | void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
}
void loop() {
// put your main code here, to run repeatedly:
Serial.println("Hello");
}
| [
"asaha-mirp@mit.edu"
] | asaha-mirp@mit.edu |
f3d04769f9a1ffe3463bfb3808ae7f76e99af4d9 | fb8a82d8cdedf9095b455e6457f312a90f791745 | /matrix.cpp | ce7f668d0f36e7f68cf3c99939188125de75b28e | [] | no_license | Napol-Napol/Practice-algorithm | 07885a42205e9ff67403feaf6f65e2c40f1b0ab5 | dca90b016cc1e3303e8ee8e42102655f06e256b6 | refs/heads/master | 2023-07-10T01:56:57.041349 | 2023-06-29T04:38:40 | 2023-06-29T04:38:40 | 279,951,280 | 0 | 1 | null | 2023-06-29T04:38:41 | 2020-07-15T18:49:28 | C++ | WINDOWS-1252 | C++ | false | false | 573 | cpp | #include <iostream>
using namespace std;
int matrix1[100][100]; //NxM Çà·Ä
int matrix2[100][100]; //MxK Çà·Ä
int main() {
int n, m, k;
cin >> n >> m;
for (int i = 0; i < n; i++)
for (int j = 0; j < m; j++)
cin >> matrix1[i][j];
cin >> m >> k;
for (int i = 0; i < m; i++)
for (int j = 0; j < k; j++)
ci... | [
"gc9612@gmail.com"
] | gc9612@gmail.com |
3dad9c205c7c09052b8ed463cdcb5867ea941b18 | 6d4299ea826239093a91ff56c2399f66f76cc72a | /Visual Studio 2017/Projects/baekjun/baekjun/11502.cpp | 9d6c2588a4e592fb7851707d438e1160ee2c9234 | [] | no_license | kongyi123/Algorithms | 3eba88cff7dfb36fb4c7f3dc03800640b685801b | 302750036b06cd6ead374d034d29a1144f190979 | refs/heads/master | 2022-06-18T07:23:35.652041 | 2022-05-29T16:07:56 | 2022-05-29T16:07:56 | 142,523,662 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 672 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
int check[2000];
int main(void) {
int t;
check[1] = check[0] = 1;
for (int i = 2;i <= 1100;i++) {
for (int j = i * 2;j <= 1100;j += i) {
check[j] = 1;
}
}
fscanf(stdin, "%d", &t);
for (int i = 1;i <= t;i++) {
int n;
fscanf(stdin, "%d", &n);
int f... | [
"kongyi123@nate.com"
] | kongyi123@nate.com |
fe0bb48cd4538cb9148691f38d5f64d197625722 | 0926ce7b4ab7b18968e5d3ec2dce2afa14e286e2 | /Libraries/open-powerplant/PowerPlantX/Files/PPxFSObject.h | 0fc2ba3b7298d8098a521a04daecb703eb58aa8a | [
"Apache-2.0"
] | permissive | quanah/mulberry-main | dd4557a8c1fe3bc79bb76a2720278b2332c7d0ae | 02581ac16f849c8d89e6a22cb97b07b7b5e7185a | refs/heads/master | 2020-06-18T08:48:01.653513 | 2019-07-11T01:59:15 | 2019-07-11T01:59:15 | 196,239,708 | 1 | 0 | null | 2019-07-10T16:26:52 | 2019-07-10T16:26:51 | null | WINDOWS-1252 | C++ | false | false | 6,515 | h | // Copyright ©2005, 2006 Freescale Semiconductor, Inc.
// Please see the License for the specific language governing rights and
// limitations under the License.
// ===========================================================================
// PPxFSObject.h
//
// Copyright © 2002-2005 Metrowerks Corporation. All right... | [
"mdietze@gmail.com"
] | mdietze@gmail.com |
39d3bf9c520230d8cb00a8d3e344903a093ef40c | 78bae575fe525533c5bb0f6ac0c8075b11a4271d | /525 Contiguous Array.cpp | b6a185aba063fce37e075e935a716d36cd968b00 | [] | no_license | Shubhamrawat5/LeetCode | 23eba3bfd3a03451d0f04014cb47de12504b6399 | 939b5f33ad5aef78df761e930d6ff873324eb4bb | refs/heads/master | 2023-07-18T00:01:21.140280 | 2021-08-21T18:51:27 | 2021-08-21T18:51:27 | 280,733,721 | 1 | 3 | null | 2020-10-21T11:18:24 | 2020-07-18T20:26:20 | C++ | UTF-8 | C++ | false | false | 632 | cpp | #include<iostream>
#include<vector>
#include<unordered_map>
using namespace std;
int findMaxLength(vector<int>& nums) {
int i;
if(nums.empty()) return 0;
nums[0]=nums[0]?1:-1;
for(i=1;i<nums.size();++i)
if(nums[i]==0) nums[i]=nums[i-1]-1;
else nums[i]=nums[i-1]+1;
// for(auto k:nums) cout<<k<<" ";
unorder... | [
"sr856161@gmail.com"
] | sr856161@gmail.com |
71e25c218bd9bc7901d3d9a5b9b8520caa1f0836 | 94e5a9e157d3520374d95c43fe6fec97f1fc3c9b | /@DOC by DIPTA/Oldest/math10 code library/Data Structure/Trie(link list).cpp | 8a0fbb474c28be8166e604accbf129a6ed9107cb | [
"MIT"
] | permissive | dipta007/Competitive-Programming | 0127c550ad523884a84eb3ea333d08de8b4ba528 | 998d47f08984703c5b415b98365ddbc84ad289c4 | refs/heads/master | 2021-01-21T14:06:40.082553 | 2020-07-06T17:40:46 | 2020-07-06T17:40:46 | 54,851,014 | 8 | 4 | null | 2020-05-02T13:14:41 | 2016-03-27T22:30:02 | C++ | UTF-8 | C++ | false | false | 1,144 | cpp | #define max_child 128
int get_id(int id){
return id;
}
struct node{
int val;
node *next[max_child];
node(){
val=0;
rep(i,max_child)
next[i]=NULL;
}
};
node *root=new node();
int tot;
void insert(string str){
node *curr... | [
"iamdipta@gmail.com"
] | iamdipta@gmail.com |
62a4c7d6ca81a6e62061e99961531367952f3a36 | 7974d2b8aa577dff94ef9036bf69af6b3f42754c | /moses/src/RuleTable/LoaderStandard.h | aea1b447e1ef6b6a157ae5eb6d48c478713c31f4 | [] | no_license | xwd/mosesGit-hiero | a01382c6f72721e0717005093b2acb0d8121a9e4 | 7346f8614462cf3e9cdd7c69b4693ab309094afd | refs/heads/master | 2021-01-19T10:08:19.547148 | 2012-12-08T14:45:14 | 2012-12-08T14:45:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,887 | h | /***********************************************************************
Moses - statistical machine translation system
Copyright (C) 2006-2011 University of Edinburgh
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by ... | [
"wenduan.xu@cl.cam.ac.uk"
] | wenduan.xu@cl.cam.ac.uk |
ae715d8dc25126c324a123231acd77b41d603259 | 29b81bdc013d76b057a2ba12e912d6d4c5b033ef | /boost/include/boost/test/detail/throw_exception.hpp | 7964803a039c343411d40126a8e466483fc690ac | [] | no_license | GSIL-Monitor/third_dependences | 864d2ad73955ffe0ce4912966a4f0d1c60ebd960 | 888ebf538db072a92d444a9e5aaa5e18b0f11083 | refs/heads/master | 2020-04-17T07:32:49.546337 | 2019-01-18T08:47:28 | 2019-01-18T08:47:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 129 | hpp | version https://git-lfs.github.com/spec/v1
oid sha256:f9b3784728189bf300e22f7adf07d5114b9538df798c5f42b2e00caa3cfb0f24
size 2143
| [
"you@example.com"
] | you@example.com |
5c4400716054f957b8a733f054548508e7766b71 | 89dd6f2ec8ef1c1dd8bf2515c021753756b9ed66 | /Common/Resolve.cpp | de12ef732a97379a90e7055a7292a1611a6585e4 | [
"Artistic-1.0"
] | permissive | d0liver/realpolitik | 51d468e74311ce69674a17cc331b515b9fbd9b8d | 3aa6d7238f3eb77494637861813206295f44f6e0 | refs/heads/master | 2021-04-14T21:36:12.811494 | 2020-03-22T20:47:03 | 2020-03-22T20:47:03 | 249,269,170 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,079 | cpp | //---------------------------------------------------------------------------------
// Copyright (C) 2001 James M. Van Verth
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Clarified Artistic License.
// In addition, to meet copyright restrictions you must ... | [
"t3tris.d3vil@gmail.com"
] | t3tris.d3vil@gmail.com |
c21c34d08c271dc56a16121d867f72891c3066c5 | 9de18ef120a8ae68483b866c1d4c7b9c2fbef46e | /third_party/concurrentqueue/benchmarks/boost/throw_exception.hpp | 200683ec2510e4f8976265e82220c58f8e83bb25 | [
"Zlib",
"BSD-2-Clause",
"BSL-1.0",
"LicenseRef-scancode-free-unknown"
] | permissive | google/orbit | 02a5b4556cd2f979f377b87c24dd2b0a90dff1e2 | 68c4ae85a6fe7b91047d020259234f7e4961361c | refs/heads/main | 2023-09-03T13:14:49.830576 | 2023-08-25T06:28:36 | 2023-08-25T06:28:36 | 104,358,587 | 2,680 | 325 | BSD-2-Clause | 2023-08-25T06:28:37 | 2017-09-21T14:28:35 | C++ | UTF-8 | C++ | false | false | 3,061 | hpp | #ifndef UUID_AA15E74A856F11E08B8D93F24824019B
#define UUID_AA15E74A856F11E08B8D93F24824019B
#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
#pragma GCC system_header
#endif
#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
#pragma warning(push,1)
#endif
// MS compati... | [
"pierric.gimmig@gmail.com"
] | pierric.gimmig@gmail.com |
caf9c8f1864d412833b989d5eff158214c6dfaeb | 67b627c4deee954e4b5f77c32d4672cc141ad50f | /grader/pocCountRegtangle.cpp | aebc3b8278eb9825d52da080c63d5d68c7d10e00 | [] | no_license | KornSiwat/algoLab-1 | 5809c4468f683baabcfff1a494ed61215ab464ba | 7abd8948235ae3e3be9e5792d45be931c69f0143 | refs/heads/master | 2020-11-24T00:21:35.149058 | 2019-12-13T16:44:41 | 2019-12-13T16:44:41 | 227,881,254 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 936 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main()
{
int board[3][3] = {{1, 1},
{0, 1}};
int rowCount = 2;
int columnCount = 2;
int rectangleCount = 0;
for (int width = 1; width < columnCount + 1; ++width)
{
for (int height = 1; height < rowCount + 1; ++height... | [
"siwat@siwat.dev"
] | siwat@siwat.dev |
cb5bc53c77864c2482828e1f241e136cdb50eacd | 0e025932221723f7d35008f815d2ef1d6f981884 | /AtCoder/Contest 171/A.cpp | df3eba89992358b596857397f112329a28ef94c1 | [
"MIT"
] | permissive | gauravsingh58/competitive-programming | cfe38e663da463ac80746fc2ec60e329c3d3a283 | fa5548f435cdf2aa059e1d6ab733885790c6a592 | refs/heads/master | 2022-12-23T16:18:44.796017 | 2020-09-30T19:43:19 | 2020-09-30T19:43:19 | 300,041,127 | 1 | 0 | MIT | 2020-09-30T19:40:58 | 2020-09-30T19:40:57 | null | UTF-8 | C++ | false | false | 1,636 | cpp | /****************************************************
* Template for coding contests *
* Author : Sanjeev Sharma *
* Email : thedevelopersanjeev@gmail.com *
*****************************************************/
#pragma GCC optimize ("O3")
#pragma GCC optimize(... | [
"thedevelopersanjeev@gmail.com"
] | thedevelopersanjeev@gmail.com |
17e08d988d65a01a0b22d7ae11e67495a8c21395 | 27ef6b50e8d2d388ab0f745e5c402117baedf983 | /06Command/remote/Hottub.cpp | b87ea588d31a505569ecb64d098a639335c6495f | [] | no_license | sanqima/HeadFirstDesignPatternsCPP | c7decb6d4af5165ba5ada99e22cd4fe095e4bff3 | 1d8e20d9745610d69fbce92a600125a7ba5e1386 | refs/heads/master | 2023-03-16T18:45:04.567965 | 2020-09-28T13:48:37 | 2020-09-28T13:48:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,099 | cpp | #include "Hottub.h"
#include <iostream>
namespace command::remote
{
void Hottub::on()
{
isOn = true;
}
void Hottub::off()
{
isOn = false;
}
void Hottub::bubblesOn()
{
if (isOn)
{
std::cout << "Hottub is bubbling!" << '\n';
}
}
... | [
"knapecz.adam@gmail.com"
] | knapecz.adam@gmail.com |
3b9ae9d8637544782fa09c9129136c92a290cf4c | 8fdd2abae4f151c624d89b45eb11c5401dd02ee4 | /Classes/HelpLayer.h | 50ecc028cc85c1a179e7269c7804191d8377b50e | [] | no_license | 619224202/CatchPK | 05a6f305ab172a716efd5a8dbf03ad5db09c4d26 | fb622678906640d43f645115ed5d38d42a786e34 | refs/heads/master | 2020-03-31T08:09:59.953396 | 2018-10-09T07:35:34 | 2018-10-09T07:35:34 | 152,048,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,106 | h | #ifndef _CCB_HELPLAYER_H_
#define _CCB_HELPLAYER_H_
#include "cocos2d.h"
#include "cocos-ext.h"
class ccbHelpLayer
: public cocos2d::CCLayer
, public cocos2d::extension::CCBSelectorResolver
, public cocos2d::extension::CCBMemberVariableAssigner
, public cocos2d::extension::CCNodeLoaderListener
{
public:
CCB_STAT... | [
"619224202@qq.com"
] | 619224202@qq.com |
be67527ba2727de5496338846cec040dae646a72 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/34/2065c0041fb0d3/main.cpp | 6f624031db5cf9672c96accc8408f4fb158ec1e6 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 458 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <type_traits>
struct A{
};
struct B{
A a;
};
void test(B &&b){
// is rvalue referenced. Its ok
std::cout << std::is_rvalue_reference<decltype(b)>::value;
// shouldn't it be also rvalue referenced?
auto &&in = b.a;... | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
454f6f8be225edf50190792a00afbac17072fc2e | bfbe11b830fdc52cc2cf203c3c488e41a3927ae4 | /getindex.h | 7f5c68ba612a06fb02f3a64fe1d98b858e96ceb3 | [
"MIT"
] | permissive | smilingthax/cttrie | ece2f9f4f596b4e587ebb82cf3e4bc3cb47579fa | 010182660de3c978343bc8148dd08963c9c4c5be | refs/heads/master | 2021-01-17T12:55:12.398007 | 2019-04-24T23:14:40 | 2019-04-24T23:14:40 | 62,383,404 | 46 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,049 | h | #ifndef _GETINDEX_H
#define _GETINDEX_H
// provides pack_tools::get_index<I>(Ts&&... ts)
// (similar to what std::get<I>(std::make_tuple(ts...)) does)
namespace pack_tools {
namespace detail {
template <unsigned int> struct int_c {};
template <unsigned int I>
constexpr void *get_index_impl(int_c<I>) // in... | [
"thobi@worker"
] | thobi@worker |
58add1865e130f89f4b87ca7e8d92d94f4d5fc59 | 9c7584da436d9f44c966abe28105644aece6931c | /p1106.cpp | eeafe9349b85b481801d6253a82e111fd074730a | [] | no_license | Leo-Ngok/UVa_solutions | c6b703c910fcc5e534b576394b8522a89701f642 | c890ef4f33b66cff348c29eb2ca130edbc7417a8 | refs/heads/master | 2022-01-19T22:27:18.048148 | 2022-01-04T15:54:12 | 2022-01-04T15:54:12 | 202,375,424 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 498 | cpp | #include <string>
#include <iostream>
int n;
using namespace std;
string s1;
int num[10];
int main(){
cin>>s1>>n;
int m=s1.size();
//for(int i=0;i<s1.size();i++)num[s1[i]-'0']++;
while(n>0){
if(s1.size()>1&&s1[0]>s1[1]){
s1.erase(0,1);
n--;
}
for(int i=1;i<s1.size();i++){
if(i==s1.size()-1||(s1[i]>s1... | [
"z1023825@outlook.com"
] | z1023825@outlook.com |
53a1be47280b895cda10df547e6b4ce96941448e | b30ce2bde2534904932266f67d93444360d21db2 | /Arduino/libraries/ros_lib/jsk_gui_msgs/Touch.h | c94fd65b34b18ffc9c9ff161da636baa262d31cd | [] | no_license | MaxDeSantis/pid_ball_balancer_cbs | ee987b00474ec69d09ddc5f74bf9b9a3bc08f722 | 5266c1802631bdfce0425fbba75240a5f29c1c71 | refs/heads/main | 2023-04-07T15:12:24.028858 | 2021-04-18T16:44:02 | 2021-04-18T16:44:02 | 339,237,652 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,092 | h | #ifndef _ROS_jsk_gui_msgs_Touch_h
#define _ROS_jsk_gui_msgs_Touch_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
namespace jsk_gui_msgs
{
class Touch : public ros::Msg
{
public:
typedef int64_t _finger_id_type;
_finger_id_type finger_id;
typedef float _x_... | [
"ctvmdesantis@cox.net"
] | ctvmdesantis@cox.net |
d750a53aea1bf83d14f46cfeba1ba70ab983ecc6 | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /Codes/AC/1897.cpp | b894c63d2cee94e13d70d9f69bc6ea6261ad3ea8 | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 552 | cpp | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
const int N=2e5+10;
map<int ,ll >mp,mmp;
int main()
{
int n,k;
int a;
ll ans;
ios::sync_with_stdio(false);
while(cin>>n>>k)
{
ans=0;
mp.clear();
mmp.clear();
for(int... | [
"harshitagar1907@gmail.com"
] | harshitagar1907@gmail.com |
d97aa2fad164f615ae889469167f7a1323740a1d | 4aef06d566250681856e67e12255a520117f2fb8 | /New Year Chaos.cpp | 9e3e4eb0a167a999239e4875f0cd56fd17bacb08 | [] | no_license | gaurav4ever/Hackerrank-Solutions | 93d400af5636a87fabdf101256c828e7b7615386 | 39e964527ae9de2f295abc10209251956ec8497c | refs/heads/master | 2021-01-19T05:16:42.142691 | 2016-07-07T20:06:50 | 2016-07-07T20:06:50 | 61,032,202 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,780 | cpp | #include <map>
#include <set>
#include <list>
#include <cmath>
#include <ctime>
#include <deque>
#include <queue>
#include <stack>
#include <string>
#include <bitset>
#include <cstdio>
#include <limits>
#include <vector>
#include <climits>
#include <cstring>
#include <cstdlib>
#include <fstream>
#include <numeric>
#inc... | [
"gauravsharma.mvp@gmail.com"
] | gauravsharma.mvp@gmail.com |
65453681cdc22a6d4a27653bb64d8db120c12f15 | 19db91e3e1caa72e23284e3aea4353775a555541 | /libraries/clchain/wasi-polyfill/eosio_assert.cpp | fde4bb5d1a85ebe363135bb09d1bce7d47eada44 | [
"MIT"
] | permissive | Joshuagriffin9/Eden | 360c0bfd06e0d84d7b5601ce7c158a5da0ebb54b | ebdd1a0cd715eebf1e279586aaee1755c372f961 | refs/heads/main | 2023-07-18T00:16:29.348182 | 2021-08-26T17:25:48 | 2021-08-26T17:25:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 406 | cpp | #include <string.h>
#include "polyfill_helpers.hpp"
extern "C"
{
[[clang::import_name("eosio_assert_message"), noreturn]] void
eosio_assert_message(uint32_t, const char* msg, uint32_t len)
{
polyfill::abort_message(msg, len);
}
[[clang::import_name("eosio_assert"), noreturn]] void eosio_assert(ui... | [
"tbfleming@gmail.com"
] | tbfleming@gmail.com |
40e634d85eba7ebbb22da6c24fb4cd410ef161b5 | 9f01e82772c1a2f3ac2e5c7be8ae77d47ae5253d | /smtk/project/view/IconConstructor.cxx | 964743b2b021cc084dddec4f6060cb69a3a855fd | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JoonVan/SMTK | e2fcd8000778a22c8ce989bb6bdb4c3367fea0f3 | 8abc5967e156c2c1d53eae388a21f5e4b1214e25 | refs/heads/master | 2023-07-16T22:56:51.096550 | 2021-09-03T16:31:31 | 2021-09-03T16:31:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 931 | cxx | //=========================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
//
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE... | [
"john.tourtellott@kitware.com"
] | john.tourtellott@kitware.com |
33df99726d00b96b8bba4e2bc9831a08663d94bb | 5bae8b53fed74f9e093f2fdedc08485182aa8d47 | /src/MG5_aMCNLO/HEF_MEKD/Spin2/qq_Spin2_UP_2l.h | 8c35001614cb10945213c13171bb8b66c81809f8 | [] | no_license | odysei/MEKD | eac098ea7241f287dde1fb625aaaeb7138823d8b | 1614a2192a1e7725cc96e3cb773b02f62ac3c52b | refs/heads/master | 2020-12-25T17:14:26.875430 | 2018-12-01T19:31:44 | 2018-12-01T19:31:44 | 10,505,338 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,902 | h | //==========================================================================
// This file has been automatically generated for C++ Standalone by
// MadGraph5_aMC@NLO v. 2.0.2, 2014-02-07
// By the MadGraph5_aMC@NLO Development Team
// Visit launchpad.net/madgraph5 and amcatnlo.web.cern.ch
//============================... | [
"odysei@gmail.com"
] | odysei@gmail.com |
e5466ba21358cdb50d61fd8ee3180e57bde8d6d7 | aec312f7892374a123f29400d411323d86341372 | /src/core/gpuMemory.cpp | db778d0e5f78584b0672727f20edcd1ba377f8d9 | [
"MIT"
] | permissive | FelixBellaby/pal | 1bda0e122cdbcbb846f921ba17ac88ae5310a6d2 | 3ce3d9a004e8ed15134567c0fd800ee81916b423 | refs/heads/master | 2021-01-24T00:14:50.251555 | 2018-04-06T18:40:14 | 2018-04-09T07:47:09 | 122,757,786 | 0 | 0 | null | 2018-02-24T16:29:46 | 2018-02-24T16:29:45 | null | UTF-8 | C++ | false | false | 37,241 | cpp | /*
***********************************************************************************************************************
*
* Copyright (c) 2014-2018 Advanced Micro Devices, Inc. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associ... | [
"jacob.he@amd.com"
] | jacob.he@amd.com |
0760ad8169ac7dfedc0890ac76b7e1a09ba537e5 | 978570d38d466c5c39552d4d28d29768d2d6bfb8 | /TwoTracksISRProc/Class/mar6_2015.txt | f5113451c3fe759fec37caf3dfc3658b5bc49c61 | [] | no_license | hixio-mh/processors | 39e60fde0446ebee2d754afedb170e813e061897 | 7e557e6d2d128dc7c3a647f1d4d3f37a7e40408b | refs/heads/master | 2021-09-14T15:33:07.067376 | 2018-05-15T19:08:34 | 2018-05-15T19:08:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 53,743 | txt | // -*- C++ -*-
//
// Package: TwoTracksISRProc
// Module: TwoTracksISRProc
//
// Description: 1 shower & 2 tracks
//
// Implementation:
// <Notes on implementation>
//
// Author: Ting Xiao
// Created: Fri Jun 26 18:02:00 EDT 2009
// $Id$
//
// Revision history
//
// $Log$
//
#include "Experiment... | [
"tingxiao2007@gmail.com"
] | tingxiao2007@gmail.com |
5813c506700cc7c9872babc9faa87d76aad46198 | bfadc60e367c788077d66617907f3b1785f5573a | /GS_openspy/core/OS/legacy/enctypex_decoder.cpp | 9daf4654c95b0878a49fe1b146ed2a88ea869350 | [] | no_license | Synaxis/GameSpy-Repos | 2f046bf615197bab600d2aaf413880d48aea03ca | 02f6519d20afd50cd4d8e2b8baba5d8a823fba26 | refs/heads/master | 2023-08-08T21:51:41.211482 | 2023-07-20T14:02:57 | 2023-07-20T14:02:57 | 125,292,313 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 20,776 | cpp | /*
GS enctypeX servers list decoder/encoder 0.1.3a
by Luigi Auriemma
e-mail: aluigi@autistici.org
web: aluigi.org
This is the algorithm used by ANY new and old game which contacts the Gamespy master server.
It has been written for being used in gslist so there are no explanations or comments here,
if you want to un... | [
"01xtor@gmail.com"
] | 01xtor@gmail.com |
3bc9e50a894aeac39679b1f41521056702d1e76c | 89ae869293632359fd16ab150019fc05827eb335 | /SensorSimR3/widgetplugin/qwidgetmodplugin.cpp | 59eaa7df430f4ad92ea4ccd109cdbb45ae05a572 | [] | no_license | ipa320/accompany | f4546b6cc848d580f815f59d47cb09c43a8f5b2a | ac62484b035a0f9ebce888e840c27beaca038f13 | refs/heads/master | 2021-05-02T05:51:24.052693 | 2017-07-31T12:15:07 | 2017-07-31T12:15:07 | 3,283,388 | 0 | 1 | null | 2017-07-31T12:19:31 | 2012-01-27T15:05:55 | Python | UTF-8 | C++ | false | false | 1,789 | cpp | #include "qwidgetmodplugin.h"
#include "widget/qwidgetmod.h"
#include <QtPlugin>
#include <QInputDialog>
QWidgetModPlugin::QWidgetModPlugin(QObject *parent)
: QObject(parent)
{
initialized = false;
}
void QWidgetModPlugin::initialize(QDesignerFormEditorInterface * /* core */)
{
if (initialized)
... | [
"Richard.Bormann@ipa.fraunhofer.de"
] | Richard.Bormann@ipa.fraunhofer.de |
b768cf69be0ef0b4b30661335385076195cd386b | df93ce63155a5ddfd054f8daba9653d1ad00eb24 | /applications/solvers/incompressible/simpleFoam_with_GAMGrenumbering/structuredFaceAreaPairGAMGAgglomeration.H | ce2f8fe3e38f358e5cdc908859399179bc5cd3da | [] | no_license | mattijsjanssens/mattijs-extensions | d4fb837e329b3372689481e9ebaac597272e0ab9 | 27b62bf191f1db59b045ce5c89c859a4737033e4 | refs/heads/master | 2023-07-19T20:57:04.034831 | 2023-07-16T20:35:12 | 2023-07-16T20:35:12 | 57,304,835 | 8 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 3,966 | h | /*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2016 OpenFOAM Foundation
\\/ M anipulation |
-------------... | [
"mattijs.janssens@gmail.com"
] | mattijs.janssens@gmail.com |
3bb2bd50e3dd3148c742b31c785f815691b739cd | b9c1098de9e26cedad92f6071b060dfeb790fbae | /src/binary/format/syntax.cpp | 3a1ef84724ed645712c957b4580af3960474f364 | [] | no_license | vitamin-caig/zxtune | 2a6f38a941f3ba2548a0eb8310eb5c61bb934dbe | 9940f3f0b0b3b19e94a01cebf803d1a14ba028a1 | refs/heads/master | 2023-08-31T01:03:45.603265 | 2023-08-27T11:50:45 | 2023-08-27T11:51:26 | 13,986,319 | 138 | 13 | null | 2021-09-13T13:58:32 | 2013-10-30T12:51:01 | C++ | UTF-8 | C++ | false | false | 10,658 | cpp | /**
*
* @file
*
* @brief Format syntax implementation
*
* @author vitamin.caig@gmail.com
*
**/
// local includes
#include "binary/format/syntax.h"
#include "binary/format/grammar.h"
// common includes
#include <contract.h>
#include <iterator.h>
#include <locale_helpers.h>
#include <make_ptr.h>
// std includes... | [
"vitamin.caig@gmail.com"
] | vitamin.caig@gmail.com |
f58a5553f8ca4cd78d52ed6eb1730f4d64cc8382 | 5d2343977bd25cae2c43addf2e19dd027a7ae198 | /Codechef/DSA Learning Series/contest3/dpairs.cpp | 5f62e0e5001c17623eee76db11b877d005ff9865 | [] | no_license | ayushgupta2959/CodeReview | 5ea844d180992ee80ba1f189af2ab3b0be90f5ce | 7d8a5a6610c9227e458c6fda0bbc5885301788d8 | refs/heads/master | 2021-08-22T13:07:59.314076 | 2020-04-26T14:30:08 | 2020-04-26T14:30:08 | 173,270,707 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 794 | cpp | #include <bits/stdc++.h>
using namespace std;
#define sp ios_base::sync_with_stdio(false),cin.tie(NULL),cout.tie(NULL)
#define pi pair<int,int>
#define FF first
#define SS second
#define EB emplace_back
int main() {
sp;
//////////////To Remove//////////////
// freopen("../../../input.txt", "r", stdin);
// freope... | [
"37008291+ayushgupta2959@users.noreply.github.com"
] | 37008291+ayushgupta2959@users.noreply.github.com |
726f9e87faa4e1fa0b9c87a43e66306a7b915ddd | d36186ae99d6c8940a1240a2b4cf1d37ea91fff1 | /SyncLED/SyncLED.h | 711b59b513d2951676553a666366b9f2d28cd65f | [] | no_license | GregoryNikolaishvili/libraries | 2ee6c8b53cc0550c0bd542a06302e77b8963c907 | af36fac0f493f2ba118c2011a6ba5f2b5c327a6a | refs/heads/master | 2023-01-06T17:06:50.340010 | 2022-12-29T17:50:03 | 2022-12-29T17:50:03 | 127,650,817 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,443 | h | #ifndef _SYNCLED_H_
#define _SYNCLED_H_
#include <Arduino.h>
class SyncLED {
public:
void begin(byte pin, byte initialState = LOW, boolean usePWM = false, unsigned long pwmMS = 500);
// Set the pattern (if desired) in binary ex: 0B1000010001
// Note that the max length is 32 bits...
// Rate represents the delay ... | [
"gianick68@gmail.com"
] | gianick68@gmail.com |
0ff509253aa48ff3ebcb3bf4be83d2249a71eaef | 0aeb1844bdea51531303e7897d8085f677215f75 | /geeks-practise/inorder-tree-traversal-without-recursion.cpp | dc83e8232fe9f389a84f509873016a8c559eae12 | [] | no_license | gamer496/pfp | 86c9b15946ea0d7e254b5661c8ae2f583d1a493a | a2c6bfd3d366856db77fea125b31dfba789afd26 | refs/heads/master | 2021-01-14T08:39:19.336653 | 2016-08-22T11:35:17 | 2016-08-22T11:35:17 | 81,969,577 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 950 | cpp | #include<bits/stdc++.h>
using namespace std;
struct node
{
int data;
struct node *left,*right;
};
node * newtNode(int data)
{
node *n=(struct node *)malloc(sizeof(struct node));
n->data=data;
n->left=NULL;
n->right=NULL;
return n;
}
// http://www.geeksforgeeks.org/inorder-tree-traversal-without-recursion/
vo... | [
"singhjasdeep496@gmail.com"
] | singhjasdeep496@gmail.com |
7db66d7d49bb7d2f30d712c98464baf49d60e0d5 | f48e27524ca5bf65eff46734828a1eb26b4eac73 | /XMLStreamer.h | 58f7e50596981d5e519a4cd1fa5ce0aa184d3a23 | [] | no_license | tdfischer/bart-o-clock | 57939c5f8254f7a6980bb9b10a8ea50047b0c936 | 0b5116e42b59c5bc8770e53dbcfa9c2e9239eb0c | refs/heads/master | 2021-01-20T08:00:58.745248 | 2017-04-30T00:45:26 | 2017-04-30T00:45:26 | 90,081,318 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 399 | h | #pragma once
#include <cstdint>
class WiFiClient;
class TinyXML;
class XMLStreamer {
public:
enum State {
Success,
Ready,
Error
};
XMLStreamer(WiFiClient& client, TinyXML& xml);
~XMLStreamer();
State stream();
State state() const;
void reset();
private:
TinyXML& m... | [
"tdfischer@hackerbots.net"
] | tdfischer@hackerbots.net |
dc2d9b0da4053d21d8cdc1a70c4314a8ce7c650a | 7f98f218e3eb50c7020c49bfe15d9dbb6bd70d0b | /ch07/ex07_11.h | ef59572fd3f63d47c7b7f02ca03af83956a98873 | [] | no_license | MonstarCoder/MyCppPrimer | 1917494855b01dbe12a343d4c3e08752f291c0e9 | 3399701bb90c45bc0ee0dc843a4e0b93e20d898a | refs/heads/master | 2021-01-18T10:16:37.501209 | 2017-11-09T13:44:36 | 2017-11-09T13:44:36 | 84,318,673 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,209 | h | #ifndef CP5_ex07_11_h
#define CP5_ex07_11_h
#include <string>
#include <iostream>
struct Sales_data {
Sales_data() = default;
Sales_data(const std::string& s) : bookNo(s) {}
Sales_data(const std::string& s, unsigned n, double p)
: bookNo(s), units_sold(n), revenue(n * p)
{
}
Sales_data... | [
"652141046@qq.com"
] | 652141046@qq.com |
57a86f1b2fa16aab54358927635d11e2f98263b3 | 8590b7928fdcff351a6e347c4b04a085f29b7895 | /UED/library/UED_types.h | 9b30c6f90b6709d0a73b18d141ebbb86f0bf1c23 | [] | no_license | liao007/VIC-CropSyst-Package | 07fd0f29634cf28b96a299dc07156e4f98a63878 | 63a626250ccbf9020717b7e69b6c70e40a264bc2 | refs/heads/master | 2023-05-23T07:15:29.023973 | 2021-05-29T02:17:32 | 2021-05-29T02:17:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,032 | h | #ifndef UED_typesH
#define UED_typesH
#ifndef primitiveH
# include "corn/primitive.h"
#endif
namespace UED
{ typedef nat32 Variable_code;
}
#define UED_period_start_time_option 0x01
#define UED_period_start_date_option 0x02
#define UED_period_start_date_time_option 0... | [
"mingliang.liu@wsu.edu"
] | mingliang.liu@wsu.edu |
7ba768423072255a3d133af9aa135ea2319c38f6 | 7008d4e39c15ea01d9dcc59c37c7ed517ee67d7c | /NeWS/ice/PolygonIns.cc | 0672a7ddc610952bd8ace1283bf8ddd888db4244 | [] | no_license | LegalizeAdulthood/OpenLookCDROM | d99b829a446cfa281947c449c8496943f944fd2a | 2aa032ddc0a737bb420463c0a508a0f4867c1667 | refs/heads/master | 2023-03-19T12:02:53.777816 | 2021-03-11T14:36:41 | 2021-03-11T14:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 50,172 | cc | /*
* Copyright (c) 1990 by Columbia University.
*/
#include <stdio.h>
#include <ctype.h>
#include "ice_defines.h"
#include "ice_externs.h"
#include "Polygon.h"
#include "Pathdup.h"
extern "C" {
char * gconvert(double, int, int, char *);
int strcmp(char *, char *);
char * strcpy(char *, char *);
int strlen(... | [
"ian@darwinsys.com"
] | ian@darwinsys.com |
9ed8e6c947eb0ca23454c65d7366533f600879d2 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /quickbi-public/include/alibabacloud/quickbi-public/model/DeleteDataLevelPermissionRuleUsersResult.h | 87b97916e87fee0c9fbce2b9a03066896ad67eb9 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 1,613 | h | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
13e2f7047aaab790e32f896100bc402c17d21276 | dc00fd123651cb93b38773ccf8808910bde600d9 | /pro3/BST.h | 18a6aa6c1a8aedacd19c4a5d3d0ba8b9ed00536d | [] | no_license | anhduy09/project3_cpp201 | ab39a289fe1057bbe481e643db3f330f272dbfe9 | 53cf15612c49b1959936debdd9b22eb9949125b1 | refs/heads/master | 2023-04-18T14:09:19.843497 | 2021-05-05T23:48:41 | 2021-05-05T23:48:41 | 364,732,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 767 | h | #pragma once
#ifndef BST_H_
#define BST_H_
#include<iostream>
#include "Setting.h"
class BST {
private:
struct node {
Setting* data;
node* left;
node* right;
};
node* root;
void InsertNodePrivate(Setting* data, node* ptr);
void SaveDataOfNodesPrivate(node* ptr, ofstream& file);
node* searchNodeInKeyPriva... | [
"anhduys2v@gmail.com"
] | anhduys2v@gmail.com |
f12527574983933517885c55f6e3657fe08c84e3 | 3a22ae3c54dac5ee9770f3ce3c95fb9348dc61b6 | /classifier.cpp | dcabc88d7b64229880f68f9c330cb4d10dd3af23 | [] | no_license | bbbruno/HMPdetector | 7b4c651e5df81d6ded08ee79618b32860cef27a8 | 42841da3ddf6dfeeb3224130e640c3f3db754d9f | refs/heads/master | 2021-01-10T13:22:43.476690 | 2016-02-09T19:17:46 | 2016-02-09T19:17:46 | 51,315,558 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 18,236 | cpp | //===============================================================================//
// Name : classifier.hpp
// Author(s) : Barbara Bruno, Antonello Scalmato
// Affiliation : University of Genova, Italy - dept. DIBRIS
// Version : 2.0
// Description : Human Motion Primitives classifier module (on-line / off-line)
//... | [
"barbara.bruno@unige.it"
] | barbara.bruno@unige.it |
fdece5073f7adc86dc49e7c16c732e280adbb682 | 549b4ab273783948226793c34dd73859a65d1865 | /main.cpp | 71469f277eeaf64dbe8eee848d001d747736b6e8 | [] | no_license | daniel1302/CMakeLists | bd5ea96a6fabd5c403eacf76ee3a0bcbf764e4ef | 5d47326445e1f93f3c6c03e0913c5e62dc886b1e | refs/heads/master | 2022-01-05T20:16:12.743151 | 2019-07-21T15:29:15 | 2019-07-21T15:29:15 | 198,044,879 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 96 | cpp | #include <iostream>
int main()
{
std::cout<<"Some application entrypoint";
return 0;
}
| [
"daniel.1302@gmail.com"
] | daniel.1302@gmail.com |
75cde209bd2d6802c74a53c25aec69947bc7eb60 | c1169590b1e2e19d496586604680734544845cb7 | /AutobioCompUnreal/Source/AutobioCompUnreal/AutobioCompUnreal.cpp | b1a49c4ccddd82ef6360ed3b8fbe45d210818622 | [] | no_license | reiito/Autobiographical-Compendium | ca607575541448c027e786d267a376e927c93d5d | 85d81d73e8b0ffab75f5d79bf8a6004339dd14fc | refs/heads/master | 2023-07-19T16:20:41.782368 | 2021-09-19T01:54:39 | 2021-09-19T01:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 244 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "AutobioCompUnreal.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, AutobioCompUnreal, "AutobioCompUnreal" );
| [
"Rei Ito99@gmail.com"
] | Rei Ito99@gmail.com |
8be99e1b56ba3a793ba0078fdffe285a1085aa79 | 3a64d611b73e036ad01d0a84986a2ad56f4505d5 | /chrome/browser/ui/app_list/search/files/item_suggest_cache.cc | 8affcce6bda507f7a58991f154db6785868b3cdd | [
"BSD-3-Clause"
] | permissive | ISSuh/chromium | d32d1fccc03d7a78cd2fbebbba6685a3e16274a2 | e045f43a583f484cc4a9dfcbae3a639bb531cff1 | refs/heads/master | 2023-03-17T04:03:11.111290 | 2020-09-26T11:39:44 | 2020-09-26T11:39:44 | 298,805,518 | 0 | 0 | BSD-3-Clause | 2020-09-26T12:04:46 | 2020-09-26T12:04:46 | null | UTF-8 | C++ | false | false | 11,694 | cc | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/app_list/search/files/item_suggest_cache.h"
#include "base/bind.h"
#include "base/metrics/histogram_macros.h"
#include "base/... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
24780e2b56f6de6b04346ca8f92716065ccd8984 | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /cvm/include/tencentcloud/cvm/v20170312/model/ModifyInstanceDiskTypeRequest.h | b2be2141eb2e6b535e5443a5868555ae9e693083 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 6,733 | h | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
79923ccda240876558ab258887d66346dde0666b | 4724afa8472b0d961d40cc3be71f5abd1373143f | /codeforces/184/b.cpp | ae27403fe8072c6a68a628609db1733982f030a1 | [] | no_license | banarun/my_competitive_codes | 2f88334c563ad050c21c68ae449134a28fb2ba95 | c5a5af3cf74341d02a328974e8e316d300a221b2 | refs/heads/master | 2021-01-18T22:46:47.419449 | 2016-06-25T14:14:15 | 2016-06-25T14:14:15 | 33,266,178 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 535 | cpp | #include <iostream>
using namespace std;
int main()
{
int n;
long long int p,q,a[100002];
cin>>p>>q;
cin>>n;
for(int i=0;i<n;i++){
cin>>a[i];
}
int flag=0;
for(int i=0;i<n;i++){
if(q==0){
cout<<"NO"<<endl;
return 0;
}
if(i==n-1){
//cout<<a[i]<<endl;
if( (p/q)!=a[i] || p%q!=0){
cout<... | [
"banarunk@gmail.com"
] | banarunk@gmail.com |
0af2a5f0b18a5b5bf03c34d0ad3edd3965ec0dec | 69e577a4c7e051c3e0399853e0f3233d5f52882a | /re.h | 0fdbf41f588c676c49cd75b7edc4aa071b7ceaa5 | [
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | atrn/ici | 07ce3849e96e4acaa35f30b4144ae48a7a584925 | c3807f5cc7ffd2d272818978060c0a04c19ed55d | refs/heads/master | 2023-07-08T19:36:58.035538 | 2023-06-27T20:59:29 | 2023-06-27T20:59:29 | 118,180,499 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,349 | h | // -*- mode:c++ -*-
#ifndef ICI_RE_H
#define ICI_RE_H
#include "object.h"
/*
* The following portion of this file exports to ici.h. --ici.h-start--
*/
#ifndef ICI_PCRE_TYPES_DEFINED
typedef void pcre;
typedef void pcre_extra;
#define ICI_PCRE_TYPES_DEFINED
#endif
/*
* End of ici.h export. --ici.h-end--
*/
names... | [
"an@atrn.org"
] | an@atrn.org |
2c2d53d348a908b854783d459f82f8f62da60798 | 0f8346e90f888a44cc313c51d93a8846bc26eb16 | /work/_jobdu/_leetcode_/_leetcode_/_leetcode_100.cpp | 76fc85f23e4df7b6bc79aa943995dcb1d8c7e932 | [] | no_license | Suanec/BachelorOfIS | 9eed9613df953eef46d797d0b38dab9ad8a5d855 | 063406e990328285093a27b99176f3921705d0c5 | refs/heads/master | 2020-07-13T21:16:09.533484 | 2016-11-16T04:56:54 | 2016-11-16T04:56:54 | 73,884,888 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 814 | cpp | /*
100. Same Tree My Submissions QuestionEditorial Solution
Total Accepted: 126467 Total Submissions: 292633 Difficulty: Easy
Given two binary trees, write a function to check if they are equal or not.
Two binary trees are considered equal if they are structurally identical and the nodes have the same value.
*/
#in... | [
"shenenzhao@gmail.com"
] | shenenzhao@gmail.com |
45b12b0c5109604d9ae4a4c7b257bedc87092bd5 | 423b376890e725d49eff1eff545a6dad0d4976a5 | /Main.cpp | 61bdbf567e5ad5f673187d36c40d697f74678be7 | [] | no_license | chancesmith/simple-cpp-class | 0b4d8207adcf1b64a88d630dbfec1fdd83fa708b | 401501d8c50b79f850dbfb35d4963706953a8b37 | refs/heads/master | 2020-04-02T04:58:49.035730 | 2018-10-21T19:45:47 | 2018-10-21T19:45:47 | 154,046,074 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 827 | cpp | #include <iostream>
class Log
{
public:
const int LogLevelError = 0;
const int LogLevelWarning = 1;
const int LogLevelInfo = 2;
private:
int m_LogLevel = LogLevelInfo;
public:
void SetLevel(int level)
{
m_LogLevel = level;
}
void Error(const char *message)
{
if (m_LogLevel >= LogLevelError... | [
"chancesmithb@gmail.com"
] | chancesmithb@gmail.com |
b1f7827020968e418bcbed3557f4aa21b2ecd27d | e6a7743bcee28fbc39e495c4fdf005f1a2ff446f | /export/windows/cpp/obj/src/flixel/input/FlxPointer.cpp | 2e3bfb95356550ed1cad2b03ad223684cae0151d | [] | no_license | jwat445/DungeonCrawler | 56fd0b91d44793802e87097eb52d740709a10ffa | 5f60dbe509ec73dc9aa0cf8f38cf53ba486fdad2 | refs/heads/master | 2020-04-05T13:08:31.562552 | 2017-12-07T02:42:41 | 2017-12-07T02:42:41 | 95,114,406 | 0 | 0 | null | 2017-12-07T03:20:53 | 2017-06-22T12:41:59 | C++ | UTF-8 | C++ | false | true | 18,215 | cpp | // Generated by Haxe 3.4.2 (git build master @ 890f8c7)
#include <hxcpp.h>
#ifndef INCLUDED_Std
#include <Std.h>
#endif
#ifndef INCLUDED_flixel_FlxBasic
#include <flixel/FlxBasic.h>
#endif
#ifndef INCLUDED_flixel_FlxCamera
#include <flixel/FlxCamera.h>
#endif
#ifndef INCLUDED_flixel_FlxG
#include <flixel/FlxG.h>
#endi... | [
"jwat445@gmail.com"
] | jwat445@gmail.com |
c87962aa373179ecbe4404d1d3fad5a4f24e1d1f | 89df1ea7703a7d64ed2549027353b9f98b800e88 | /graphics_tests/src/cube.cpp | cf9fc92c8145aa61cf8061bc9659f72e598a04ca | [
"MIT"
] | permissive | llGuy/gamedev | 31a3e23f921fbe38af48177710eb7bae661f4cfd | 16aa203934fd767926c58558e021630288556399 | refs/heads/master | 2021-05-04T15:09:33.217825 | 2019-01-17T23:15:36 | 2019-01-17T23:15:36 | 120,221,445 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,774 | cpp | #include "cube.h"
#include <array>
cube::cube(float rad, glm::vec3 const & col)
: radius(rad), cube_color(col)
{
}
auto cube::create(resource_handler &) -> void
{
create_buffers();
create_vao();
}
auto cube::destroy(void) -> void
{
vertex_buffer.destroy();
index_buffer.destroy();
buffer_layout.destroy();
}
au... | [
"luc.rosenzweig@yahoo.com"
] | luc.rosenzweig@yahoo.com |
ff9400dd77f1cca0e8877191b291cc2c50e15fea | 1ce454491f42427cad050d8f633f4670c2c4fcbe | /Music/git_project2/divisorsum.cpp | bfdcdc8a20d152f648769636ec54422307d4c6c8 | [] | no_license | kushagraagrawal/codeforces-codechef | 515e27ff3b089863c842674ac9da9f2c05ff2bd1 | fbd0d2856b7b4d97576118e26733bc739be39f61 | refs/heads/master | 2020-12-28T19:11:57.768535 | 2016-10-25T10:50:53 | 2016-10-25T10:50:53 | 38,525,931 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 386 | cpp | #include<iostream>
#include<cmath>
long int divsum(long int);
using namespace std;
int main()
{
long int a;
cin>>a;
long int ca;
while(a--)
{
cin>>ca;
cout<<divsum(ca)<<endl;
}
return 0;
}
long int divsum(long int a)
{
long int b=1,c;
for(int i=2;i<=sqrt(a);i++)
{
if(a%i==0)
{c=a/i;
b+=i;
if(c... | [
"kushagra106@gmail.com"
] | kushagra106@gmail.com |
827352fc69834ce176d9d32178164dd00828ab83 | d8c42e0c0e43c15d40209f8d804c1aad2a980ef7 | /src/TunErr.h | f679128982bd5c3b7a390a4b98ecc05f52d3adc2 | [] | no_license | LMY/TunErr | 1c82d25d1a60933daaa28b861767449e99c940e3 | b4bf30a1acf7c534f9ae0b38fb8bb68f8a6e1e4f | refs/heads/master | 2021-01-23T07:45:06.444038 | 2017-01-31T10:58:05 | 2017-01-31T10:58:05 | 80,512,608 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 352 | h | //
// File: TunErr.h
// Created by: User <Email>
// Created on: Wed May 10 16:10:39 2006
//
#ifndef _TUNERR_H_
#define _TUNERR_H_
#include "RuleSet.h"
class TunErr
{
public:
TunErr();
~TunErr();
int init();
int main();
protected:
RuleSet* getRuleset() const;
struct ipq_handle* handler;
void ... | [
"miro.salvagni@gmail.com"
] | miro.salvagni@gmail.com |
811220e6e90f8aedc4fd3c1562d70260b6b29e0b | 9593216e8d48b5656a4b439e06ce0573d57ce715 | /exercises/chapter01/06.cpp | c5758e36accffd950d2292e8cfccb96db8804dc9 | [] | no_license | trandattin/ky-thuat-lap-trinh | aa18911d297444e1b3ad0415697acfe3a2053e42 | 42e70229789f463632b940a769a94e6c61bd060e | refs/heads/master | 2023-06-29T01:24:58.888784 | 2021-08-06T11:24:30 | 2021-08-06T11:24:30 | 346,017,452 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 130 | cpp | #include "stdio.h"
#include "math.h"
int main(){
int n;
printf("n = ");
scanf("%d",&n);
printf("%fUSD",pow(1.012,n)*60000);
} | [
"info@trandattin.com"
] | info@trandattin.com |
41aace804d9b53480fa877729c7c7d2942539054 | a758222442ce5e5a02236cb6add718c7627ccc44 | /lab_revision/c++/graphs/mst/kruskal/kruskal.cpp | fa07e2f82d77e41222a4942f3a946b09d10adb2b | [] | no_license | iamrajee/competitive | 8ac53ff356bcb545774369822fce1e0e4a592f4d | d385e5e240779a9afd8fb06f6bf1168c79621a5e | refs/heads/master | 2020-05-18T15:53:21.175363 | 2019-09-21T15:00:02 | 2019-09-21T15:00:02 | 184,511,325 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,160 | cpp | #include<bits/stdc++.h>
using namespace std;
int i,j,k;
int V,E,u,v,w;
long long int wsum;
vector <int> root;
typedef pair<int, int> pii;
//priority_queue < pair<long long, pii> > edgespq; //usaually increasing
priority_queue < pair<long long, pii>, vector <pair<long long, pii> >, greater <> > edgespq; //g... | [
"singh.raj1997@gmail.com"
] | singh.raj1997@gmail.com |
15ac82826b5a63d86792809f172ba0476df830ef | 1165a7e419ef77b9c21ff419b5ef11b03ea03467 | /src/RakNet/DS_ByteQueue.cpp | dc49026b827c3779a87a1a12dec88334ae962f41 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | Stral9315/xsngine | 19c171cb729c0126c8c7f845c17b2db8f261a34b | 4a4afe21f12483dbe266113b17a4b51ea850ee56 | refs/heads/master | 2020-03-07T18:11:46.674231 | 2018-04-01T13:20:42 | 2018-04-01T13:20:42 | 127,630,592 | 0 | 0 | MIT | 2018-04-01T13:12:40 | 2018-04-01T13:12:39 | null | UTF-8 | C++ | false | false | 3,723 | cpp | /*
* Copyright (c) 2014, Oculus VR, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
... | [
"mrrazish@gmail.com"
] | mrrazish@gmail.com |
4fc7f75290482b3d8a0f1b4d9ca8901bde7f119c | b33a9177edaaf6bf185ef20bf87d36eada719d4f | /qtmultimedia/config.tests/directshow/main.cpp | 15ff3b9fc9b469413df0e55b07be9e4524e21d21 | [
"Qt-LGPL-exception-1.1",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"GPL-3.0-only",
"LGPL-2.1-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"GFDL-1.3-only",
"LicenseRef-scancode-digia-qt-preview",
"LicenseRef-scancode-warranty-discl... | permissive | wgnet/wds_qt | ab8c093b8c6eead9adf4057d843e00f04915d987 | 8db722fd367d2d0744decf99ac7bafaba8b8a3d3 | refs/heads/master | 2021-04-02T11:07:10.181067 | 2020-06-02T10:29:03 | 2020-06-02T10:34:19 | 248,267,925 | 1 | 0 | Apache-2.0 | 2020-04-30T12:16:53 | 2020-03-18T15:20:38 | null | UTF-8 | C++ | false | false | 1,694 | cpp | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid commercial Qt l... | [
"p_pavlov@wargaming.net"
] | p_pavlov@wargaming.net |
55f823bb2a25b7014f7499a9c4af1c5aacaffdd6 | d27a6d7874ced442b868e23a3df847d133fb7ac7 | /Project II/budgetStuff.h | 1b9b1b90fad4050aa5b6bce5c91c0903dfc725d5 | [] | no_license | Apacher122/Budget_Program | a453de8144779372828908ac50cb762a2c666bfb | 80bda1df51efed3e3a0c25d5f095811f6c7625f5 | refs/heads/master | 2020-12-14T15:53:30.068162 | 2020-01-18T21:10:40 | 2020-01-18T21:10:40 | 234,797,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,565 | h | #ifndef BUDGETSTUFF_H_
#define BUDGETSTUFF_H_
#include <iostream>
#include <vector>
class SpentItemType {
private:
double SpentItemTypeAmount;
public:
std::string SpentItemTypeID;
std::string SpentItemTypeName;
//constructor
SpentItemType(std::string, std::string, double);
//member functions
void S... | [
"ApareceR12@gmail.com"
] | ApareceR12@gmail.com |
ed279d1957a9d40caf243cddcd7eca171bd594d5 | fc9509b72acc753eaae129a1fcb27cd9f8ee56b0 | /zhengtu/libscenesserver/ScenesServer.cpp | aa9a3c6c9b09a4724f4160483a11897c9acfef1e | [] | no_license | edolphin-ydf/hydzhengtu | 25df5567226c5b7533e24631ae3d641ee0182aa9 | 724601751c00702438ffb93c1411226ae21f46a0 | refs/heads/master | 2020-12-31T03:25:48.625000 | 2012-10-24T10:58:00 | 2012-10-24T10:58:00 | 49,243,199 | 2 | 1 | null | null | null | null | GB18030 | C++ | false | false | 25,534 | cpp | /**
* \brief zebra项目场景服务器,游戏绝大部分内容都在本实现
*/
//#include <zebra/ScenesServer.h>
#include "duplicateManager.h"
#include "scriptTickTask.h"
#include "meterialsManager.h"
#include <zebra/csBox.h>
#include "giftBox.h"
#include "boxCircle.h"
ScenesService *ScenesService::instance = NULL;
bool ScenesService::relo... | [
"hyd998877@gmail.com"
] | hyd998877@gmail.com |
15c2275b38b01448a0e16290283bfdb1a57b42b1 | a0ae1750c31ce81fba097c8a9f241d75c72a9890 | /C++_2006/mcxor/mcxor.cpp | 2bf3134c78e717c1464e8dcb8ab3bedd2dc746e3 | [] | no_license | pmkenned/early_coding | 7de3992f874948a393cf76fc7df5439cf54bddd5 | b9439adf010b44cb3320ef8a27d927d3c5d5aa0c | refs/heads/main | 2023-01-13T02:59:40.114574 | 2020-11-15T08:13:16 | 2020-11-15T08:13:16 | 312,982,334 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,105 | cpp | /*
XOR.cpp
Matthew Costuros
snoborder420@yahoo.com
AIM: Rpi Matty
Proper usage is XOR.exe filename Key
Encrypt the file with a key 324
XOR.exe plain.txt 324
Decrypt that file
XOR.exe plain.enc 324
Encrypt a top secret file
XOR.exe keepsafe.txt 56765
Decrypt that secret file
XOR.exe keepsafe.end 56765
*/
... | [
"paul.kennedy124@gmail.com"
] | paul.kennedy124@gmail.com |
4a2b691572ea099eee4a7c63c5b5dd28641a4b8b | c03b90224403e792b340c256d8a8ae486e556841 | /util/Smooth.h | 5eb4ad2d88f4cb216d74afaa33b069f18701d4be | [] | no_license | aegolden/libSPRITE | 6f1793258d7b0d07dd38476981a7b0c90d10c256 | 4a6250529c0284f76dc44dc6538f84ea26961a31 | refs/heads/master | 2021-01-13T16:30:57.182114 | 2016-09-25T20:20:03 | 2016-09-25T20:20:03 | 69,188,128 | 0 | 0 | null | 2016-09-25T20:14:57 | 2016-09-25T20:14:57 | null | UTF-8 | C++ | false | false | 1,110 | h | #ifndef __UTIL_SMOOTH_H__
#define __UTIL_SMOOTH_H__
#include "util/Sample_set.h"
namespace util {
/**
* Compute a Savitzky-Golay smoothed value of the set of data points
* provided. The points represent a window and the SV is a form of average
* that makes a least-squares fit to the data. In this ... | [
"daniel@heatertech.com"
] | daniel@heatertech.com |
dec301b0bed447b234ce4f0bd33d48fccd116af2 | e872d90abeac8ac54d0792631afbdb14b716645f | /source/common/http/conn_manager_impl.h | 49702004c725fe773bb00f42cffb177a8b5da9ff | [] | no_license | vincentlao/EnvoyStudy | 4a0c46bced39f18cbdba5611c927a6492afa446f | 4ea8e687d738d36c05742b89d58bde0931676c15 | refs/heads/master | 2020-04-15T05:56:50.538344 | 2018-07-24T11:25:36 | 2018-07-24T11:25:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,681 | h | #pragma once
#include <chrono>
#include <cstdint>
#include <functional>
#include <list>
#include <memory>
#include <string>
#include <vector>
#include "envoy/access_log/access_log.h"
#include "envoy/event/deferred_deletable.h"
#include "envoy/http/codec.h"
#include "envoy/http/filter.h"
#include "envoy/http/websocket... | [
"15303606867@163.com"
] | 15303606867@163.com |
cdff44722817de73d0c8a616a05a7c8d068f4b7e | 441e98927ef96772f497a09ab6a9aaf8831654de | /Cuphead/Static/StaticCollisionList.h | 946a1fede8730aadf03a788cb6cf165edce11808 | [] | no_license | Seoui/Cuphead-imitation | de6ee8afca7e9dc03ddabde36e752f487c1f2e5c | a512b5f5e8f01018151ca077c9f0a0787d7ac3dc | refs/heads/master | 2023-01-13T05:44:31.531484 | 2020-11-21T09:34:24 | 2020-11-21T09:34:24 | 308,234,518 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 974 | h | #pragma once
#include "Character/Attackable.h"
#include "Objects/EnemyObject.h"
class StaticCollisionList
{
//friend unique_ptr<StaticCollisionList> std::make_unique<StaticCollisionList>();
//friend unique_ptr<StaticCollisionList>::deleter_type;
public:
static StaticCollisionList* Instance();
static void Create();... | [
"dusto@naver.com"
] | dusto@naver.com |
a54d1014d533b652a692800ad2daad66c9ed4aac | ce9046039502146ffc454248be1d47d5b01d3894 | /11722/11722.cpp | c4ef008d8e1f659f8ed44889c55f0a48deb835de | [] | no_license | yjm6560/BOJ | 476ac9fcdb14e320547d570fe9589542fd13314e | 5532d1e31bc0384148eab09b726dcfcb1c0a96d0 | refs/heads/master | 2021-07-19T08:39:33.144380 | 2021-01-01T12:52:33 | 2021-01-01T12:52:33 | 230,388,040 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 508 | cpp | /*
가장 긴 감소하는 부분 수열
DP
난이도
*/
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
int N, answer = 1;
cin >> N;
vector<int> nums(N);
vector<int> dp(N, 1);
for(int i=0;i<N;i++)
cin >> nums[i];
for(int i=1;i<N;i... | [
"yjm6560@gmail.com"
] | yjm6560@gmail.com |
d6f3708ac6b4d35452b5a627919f391d74f95228 | 3c9fa62938a4f09f894f945e00313bc928417e17 | /aux_info.h | b9dc56a8ef6ac5b2b4b576dbbba311bb3938d01f | [
"Apache-2.0"
] | permissive | matsbror/MockExchange | 08d5aa041bad837771302312cb9938328af5250e | 1c7323a6e19f77d30217c5592bb9e602fe3d4a90 | refs/heads/master | 2021-01-18T23:45:12.162569 | 2016-07-12T11:48:08 | 2016-07-12T11:48:08 | 53,665,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 895 | h | // Copyright 2016 Mats Brorsson, OLA Mobile S.a.r.l
//
// 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 r... | [
"mats.brorsson@olamobile.com"
] | mats.brorsson@olamobile.com |
86409bafd4b7fc45a7b1aaaa23f299591263f660 | 1af49694004c6fbc31deada5618dae37255ce978 | /chromeos/components/cdm_factory_daemon/output_protection_impl.cc | d186ae795a320e12b9299fd24e0b13c7747250d0 | [
"BSD-3-Clause"
] | permissive | sadrulhc/chromium | 59682b173a00269ed036eee5ebfa317ba3a770cc | a4b950c23db47a0fdd63549cccf9ac8acd8e2c41 | refs/heads/master | 2023-02-02T07:59:20.295144 | 2020-12-01T21:32:32 | 2020-12-01T21:32:32 | 317,678,056 | 3 | 0 | BSD-3-Clause | 2020-12-01T21:56:26 | 2020-12-01T21:56:25 | null | UTF-8 | C++ | false | false | 12,387 | cc | // Copyright 2020 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 "chromeos/components/cdm_factory_daemon/output_protection_impl.h"
#include <utility>
#include "ash/shell.h"
#include "base/bind.h"
#include "ba... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
6446ac546929ed7997071a14f9573f1b2548d151 | ece01a11883ca3fc215cb57d451190fe5ce11e33 | /DataStructures/Graph/20130407/adjacency_list.hpp | d5ea631842da18ecec7240920f56e8b9d44263c1 | [] | no_license | adamcavendish/HomeworkGitShare | 24fffb2376fa7da42a0fa7798aafc8283de96a99 | ef8d1543a5cc04d192088ea2a91a8db730f37d35 | refs/heads/master | 2021-01-18T21:23:53.414669 | 2016-04-30T21:35:24 | 2016-04-30T21:35:24 | 12,865,845 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,310 | hpp | #pragma once
// STL
#include <iostream>
//include
#include "globals.hpp"
#include "detail/detailed_globals.hpp"
#include "detail/adjacency_list_impl.hpp"
namespace adamcavendish {
namespace graph {
#if __cplusplus >= 201103L
#endif
template <
typename Directed = directed,
typename VertexProperties = DefaultVerte... | [
"GetbetterABC@yeah.net"
] | GetbetterABC@yeah.net |
7cedeecb3df62a2f9fcd6c0792a69470ecf3df42 | 2ba47f305c1dc0cbe9c22723bbe8852d9fd1cf48 | /src/example/example_12.cpp | f52ecb1dac2da06bb9a91a9de9fff37c0f9a2b8e | [] | no_license | j8xixo12/QuantFinance | 029eb7e367f38caf2a6cb458efdb3d71883cd3e9 | 6a2cbc38f425d7c26cfeaf036a3f3789d34d2887 | refs/heads/master | 2021-04-17T19:47:05.352745 | 2020-06-01T05:28:37 | 2020-06-01T05:28:37 | 249,470,758 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,292 | cpp | #include <iostream>
#include <fstream>
#include "IBvp.hpp"
#include "Option.hpp"
#include "BlackScholes.hpp"
#include "Range.hpp"
#include "utility.hpp"
#include "OptionCommand.hpp"
#include "CubicSpline.hpp"
int main(int argc, char* argv[]) {
std::ofstream output("out.csv", std::ios::out);
Option myOption;
... | [
"as2266317@gmail.com"
] | as2266317@gmail.com |
269a5c5bc56f17a344e9646e390ca3ecd74c9409 | e686784ba9fb024b376c10ff2b63fd36e9fc8f3c | /include/Node.h | c90a89e57468199ff28dc0a63bcfb8219002bbeb | [] | no_license | joerunde/compiler | 74d9ea6c4b439bc003530bc017a12e2043b478fe | f762a669aba8874ce0d9675dc6fad78f32b7d6ef | refs/heads/master | 2021-05-27T11:37:20.835877 | 2014-03-15T04:15:11 | 2014-03-15T04:15:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,244 | h | #pragma once
#include <string>
#include <vector>
#include <map>
#include <string>
class Token;
class Node
{
public:
Node(void);
Node(Node* parent, Token* term);
Node(Node* parent, std::string nonterm);
Node* addChild(Token* term);
Node* addChild(std::string nonterm);
Node* insertFrontChild(Token* term);
std:... | [
"filbertrunde@gmail.com"
] | filbertrunde@gmail.com |
8ec16aaf9fbc02efe2ca0c2c2f17c67c6c85a8b6 | 5b6e0e5bbf643ac19c2f10d5cb2e1b0c0016dada | /src/pow.cpp | b5115e02bbf2fa976284adf0274f21391cc55373 | [
"MIT"
] | permissive | MotoAcidic/snode-coin | 94bcc3f9a9387e909dcd9423da56cffcea747c40 | e2149f66efeed0a71753b964ea720d2b2f6a5a55 | refs/heads/master | 2020-04-19T21:58:03.823394 | 2019-01-26T21:53:05 | 2019-01-26T21:53:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,147 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018 The Snodecoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-li... | [
"dev@snode.co"
] | dev@snode.co |
79e5a44d9c63287fcc6705430744285ad3e72370 | 4ed8a261dc1d7a053557c9c0bcec759978559dbd | /cnd/cnd.completion/test/unit/data/org/netbeans/modules/cnd/completion/cplusplus/hyperlink/Cpp11TestCase/bug250270.cpp | bebc79b89f2312f9a4b22b3acaf2bbc13a4b61fe | [
"Apache-2.0"
] | permissive | kaveman-/netbeans | 0197762d834aa497ad17dccd08a65c69576aceb4 | 814ad30e2d0a094f4aa3813bcbb5323a95a0b1d6 | refs/heads/master | 2021-01-04T06:49:41.139015 | 2020-02-06T15:13:37 | 2020-02-06T15:13:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,291 | cpp | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common
* Development and Distribution License("CDDL") (... | [
"geertjan@apache.org"
] | geertjan@apache.org |
8bb1cac613782debc7a8f9e605ffe996994cc19e | 493ac26ce835200f4844e78d8319156eae5b21f4 | /flow_simulation/ideal_flow/processor1/0.65/nut | c85795d6bc18db8c7deee6e4c72a814f2a5ce8ce | [] | no_license | mohan-padmanabha/worm_project | 46f65090b06a2659a49b77cbde3844410c978954 | 7a39f9384034e381d5f71191122457a740de3ff0 | refs/heads/master | 2022-12-14T14:41:21.237400 | 2020-08-21T13:33:10 | 2020-08-21T13:33:10 | 289,277,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,647 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"mohan.2611@gmail.com"
] | mohan.2611@gmail.com | |
66f9b6e818e3a70dd7d70f17d83e100dcd440630 | 55220d061f8097d85a815b5743a6c0b1dcc1df1d | /list.h | e4c461a369e9fd7fc21127ff05197e86dce7828a | [] | no_license | sakky016/ListClass | 20411dffeef148606a4d9e53d375799387895e01 | 8f5b8b6626cc0f4df2774209c876f72ec942d461 | refs/heads/master | 2020-04-19T05:23:22.361141 | 2019-01-28T15:38:28 | 2019-01-28T15:38:28 | 167,986,738 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 674 | h | #ifndef _LIST_H_
#define _LIST_H_
#include "header.h"
typedef struct Node_tag
{
int data;
Node_tag *next;
}Node_t;
/* Regular Linked list class */
class List
{
protected:
Node_t *m_pHead;
bool m_bFreed;
unsigned int m_size;
public:
List();
~List();
vir... | [
"ssharad@SHARAD.PC"
] | ssharad@SHARAD.PC |
c036834310a6521358113d883b66916e81982648 | e133e2e6d8051a59ebe38d4d585546f69b70eadb | /source/tower/TowerManager.cpp | c1b264c56d2f230aa218c5c339c9eb7b6901d128 | [] | no_license | langest/terminal_defense | ad64ed580fe2dcb0065eed1213d9dede68feac8d | b77ed205907835656b3ed312ab92e33fb326c824 | refs/heads/master | 2021-08-16T02:23:35.842533 | 2021-08-14T19:09:12 | 2021-08-14T19:09:12 | 27,225,439 | 4 | 0 | null | 2021-01-27T19:08:20 | 2014-11-27T12:57:55 | C++ | UTF-8 | C++ | false | false | 1,680 | cpp | #include <tower/TowerManager.h>
namespace termd {
CTowerManager::CTowerManager(std::function<bool(const CCoordinate& position)> isPositionValid)
: mTowers()
, mProjectileManager(isPositionValid)
, mLogger(__FILE__) {}
void CTowerManager::update(std::map<CCoordinate, std::vector<CVirusHandle>>& virusMap) ... | [
"daniel.langest@gmail.com"
] | daniel.langest@gmail.com |
cd40564c9fe56985ff6ba14318c208a3054ce2e5 | 27a39d0b50ad81d00ba8e191470a6450b4e95b1a | /Data Structures/BST and Heaps/Haepsort1.cpp | d46464220c191f6b24f5d86f49e2d600a8fa5f56 | [
"MIT"
] | permissive | dragonman164/My-Journey-of-Data-Structures-and-Algorithms | 57a40a49b044c78b001b14171a4acc4c543465b9 | 50eb817fd346f8a29d190108807347d16670b76e | refs/heads/master | 2023-08-14T16:08:45.829746 | 2021-10-04T14:07:19 | 2021-10-04T14:07:19 | 367,568,387 | 1 | 7 | MIT | 2021-10-04T14:07:20 | 2021-05-15T07:31:19 | C++ | UTF-8 | C++ | false | false | 1,075 | cpp | #include<iostream>
#include<vector>
using namespace std;
void minheapify(vector<int> &x,int index,int heapsize)
{
int n = x.size()-1;
int leftchild = x[2*index],rightchild = x[2*index + 1],largest = index;
if (2*index <= heapsize and leftchild < x[largest])
largest = 2*index;
if((2*index + 1)<= heapsize and ri... | [
"sanidhiyafirefox123@gmail.com"
] | sanidhiyafirefox123@gmail.com |
252b4c53d34373dad26d208c7bc4c684e027ad47 | 8a4a69e5b39212b955eb52cc005311a440189c9b | /src/mame/includes/blockade.h | e0609af2673757aa98fd5a5f1b33ebcf973fcb38 | [] | no_license | Ced2911/mame-lx | 7d503b63eb5ae52f1e49763fc156dffa18517ec9 | e58a80fefc46bdb879790c6bcfe882a9aff6f3ae | refs/heads/master | 2021-01-01T17:37:22.723553 | 2012-02-04T10:05:52 | 2012-02-04T10:05:52 | 3,058,666 | 1 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 829 | h | #include "sound/discrete.h"
#include "sound/samples.h"
class blockade_state : public driver_device
{
public:
blockade_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) { }
UINT8 * m_videoram;
/* video-related */
tilemap_t *m_bg_tilemap;
/* input-rel... | [
"cc2911@facebook.com"
] | cc2911@facebook.com |
673c80e0a218f71b56df3896a3681adf9689d0c5 | cc596ed1a5ee12f523b4e759d5e889b2cbddeda3 | /Source/republic_commando/AI/BTServicePlayerLocation.cpp | 8ab3508f2009c4afe0859eb8fc3b759ce8049e87 | [] | no_license | Jaden51/ParagonShooter | 2f41ed0b8642bed5d67d821431d80c80236ba0f9 | ccb424b239b9144b549e0e5d7bfdab7508d58cfd | refs/heads/main | 2023-06-18T07:41:30.848663 | 2021-07-09T18:49:37 | 2021-07-09T18:49:37 | 368,984,788 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 646 | cpp | #include "BTServicePlayerLocation.h"
#include "BehaviorTree/BlackboardComponent.h"
#include "Kismet/GameplayStatics.h"
UBTServicePlayerLocation::UBTServicePlayerLocation()
{
NodeName = "Update Player Location";
}
void UBTServicePlayerLocation::TickNode(UBehaviorTreeComponent &OwnerComp, uint8 *NodeMemory, float D... | [
"jadenhums51@gmail.com"
] | jadenhums51@gmail.com |
d5d88e95539015d2f0934bd8d715e6f6912dde2c | 6c73caf25e414375d2833126af26ac04390edfb2 | /Foundation/Stream.cpp | e7730b9fae30a66f33715dea88926a8c95b07c64 | [] | no_license | qimmer/Plaza | 1acadc8c7cf1b98a4b7c14558610e9775a623887 | 3ed06d4d157e3d464f06bcf5fb251424c2b27a21 | refs/heads/master | 2023-03-20T08:46:10.343094 | 2018-09-18T16:20:27 | 2018-09-18T16:20:27 | 122,452,093 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,410 | cpp | //
// Created by Kim Johannsen on 13/01/2018.
//
#ifdef WIN32
#include <direct.h>
#include <shlwapi.h>
#undef GetHandle
#undef CreateService
#undef CreateEvent
#endif
#include <File/Folder.h>
#include <Core/Debug.h>
#include "Stream.h"
#include "VirtualPath.h"
#include "NativeUtils.h"
#include <EASTL/unordered_map.h>... | [
"twicfall@gmail.com"
] | twicfall@gmail.com |
a670853325e6cdc1f77eb10b9bcc8c593df21c99 | 3170e69527e7426ad2930de5d16ff31f6ad08914 | /external/libcocos3dx/Shadows/CC3ShadowVolumes.h | b42acc91970df7ffcf74048665442688ccdd2436 | [
"MIT"
] | permissive | isoundy000/cocosclient | e3818df70abfe81d25d53f80572ddd8ab7219cf8 | 477cde3ecd6c91d610e0d02fddf82e048fb604bd | refs/heads/master | 2021-01-25T14:22:35.694874 | 2016-05-30T09:39:45 | 2016-05-30T09:39:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,268 | h | /*
* Cocos3D-X 1.0.0
* Author: Bill Hollings
* Copyright (c) 2010-2014 The Brenwill Workshop Ltd. All rights reserved.
* http://www.brenwill.com
*
* Copyright (c) 2014-2015 Jason Wong
* http://www.cocos3dx.org/
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software... | [
"hoanghdtv@gmail.com"
] | hoanghdtv@gmail.com |
43f8b27d221c3cface28f122ece680f76b546ab5 | dbae955c822c79241d88b6288bccda6e1cfc8ef7 | /src/le/math/Rotation2D.h | 8078af3ab6a8490d8033077ce82a84af2cc1daa8 | [
"MIT"
] | permissive | SailCPU/Le | fe69ef1e59e1e713f1af89a5657eb0b72a7fa908 | 1752113267ff666a997accbad39e1c62beb91daf | refs/heads/master | 2021-03-28T15:58:02.288211 | 2020-03-21T01:58:38 | 2020-03-21T01:58:38 | 247,874,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,988 | h | //
// Created by sail on 19-9-7.
//
#ifndef LE_ROTATION2D_H
#define LE_ROTATION2D_H
/**
* @file Rotation2D
*/
#include "Vector2D.h"
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_expression.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <Eigen/Eigen>
namespace le ... | [
"SailCPU@gmail.com"
] | SailCPU@gmail.com |
54a78874b555e6ece2d2f5cca70c25a8e953a385 | 41d0aee2205d1d1d244faf6b72bae5b48d3839af | /testsuites/unittest/process/process/smp/process_test_smp_008.cpp | bf590220181a7c09422c001eac1c06020240730a | [
"BSD-3-Clause"
] | permissive | SunnyLy/kernel_liteos_a_note | 75d2df014abce78e85722406331343832f74cec4 | 9c54aa38d2330b365e55e5feff1f808c3b6dba25 | refs/heads/master | 2023-08-19T13:15:21.905929 | 2021-10-22T09:26:15 | 2021-10-22T09:26:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,025 | cpp | /*
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. 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. Redist... | [
"kuangyufei@126.com"
] | kuangyufei@126.com |
7fbf4a0dab575896ab7189c9b2ba89b72730bc90 | cad3e552d7bc587000ca299db5009e4f2cf5ae74 | /Classes/GameScene.cpp | 025fe63a270d0856ae26516e1217dab426f3beb3 | [] | no_license | TheRainstorm/AircraftWar | 2704d6d956de2003231fef94260fe11bf302de4b | bec70ebfa413a3347e6882357076f97321e7adcd | refs/heads/master | 2020-03-23T20:15:57.949883 | 2018-07-22T23:38:26 | 2018-07-22T23:38:26 | 142,031,463 | 0 | 0 | null | 2018-07-23T15:12:53 | 2018-07-23T15:12:53 | null | GB18030 | C++ | false | false | 17,320 | cpp | #include "GameScene.h"
#include "Constants.h"
#include "time.h"
#include "AudioEngine.h"
#include "SimpleAudioEngine.h"
#include "OverScene.h"
using namespace experimental;
auto cnt = 0;
Scene* GameScene::CreateScene() {
return GameScene::create();
}
bool GameScene::init() {
//1.先调用父类的init()
if (!Scene::init()) {... | [
"jing1downey@gmail.com"
] | jing1downey@gmail.com |
8c6e2bb1a8782d7d7838945a60ff1f9bfe6e1a9a | 4eb606bc2c42ea64264bd8b160db4d81919b7850 | /Lesson02/NameArranger.cpp | c25b59f17aa027161c037d17e5b0595e8e5d1ece | [] | no_license | mjohnson9/cist2362 | 23ac3ea43c253c8a7e9539d348d6a6da1068c482 | 294ac0cbbbd6d7007088c1fcf33a33fcc8ba54e1 | refs/heads/master | 2022-01-16T16:34:14.194118 | 2019-07-07T14:43:07 | 2019-07-07T14:43:07 | 166,576,352 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,462 | cpp | // Copyright 2019 Michael Johnson
#include <cstring>
#include <iostream>
#include "../common.h"
namespace mjohnson {
namespace namearranger {
void RequestName(const std::string& prompt, char* buffer, size_t buffer_size);
void Run() {
do {
static const size_t max_name_size = 0xFF;
char* first_name = new c... | [
"michael@johnson.computer"
] | michael@johnson.computer |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.