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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c10fe6d87f5f1eb759c41c3e96e62850bb980caf | a5d7a89866bbf3e576e2176a0e1cf5662c94a4e4 | /1. 단순 연결리스트/헤드노드 미사용/BookList.h | a2a2b1ce7a96850a5b969649fa0235d46cea3a60 | [] | no_license | LeeHongGu/-Data-Structure | 4b699706c8428cf85835f97a8f8c38bfbb975529 | f5c55c0ec436b07de76e1f85bc1dd9ee63d58300 | refs/heads/master | 2021-07-23T05:21:03.149094 | 2017-11-02T14:43:21 | 2017-11-02T14:43:21 | 108,976,926 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 401 | h | #ifndef __BOOK_LIST_H__
#define __BOOK_LIST_H__
#include "CommonHeader.h"
#include "Book.h"
#include <fstream>
class BookList
{
private:
Book* head;
string path;
const char SEPARATOR;
public:
BookList(char* source);
~BookList();
void showMenu();
Book* setNewBook();
void appendBook(Book* n... | [
"noreply@github.com"
] | noreply@github.com |
c52a54c39680d85fcbcd21b9cba3778878b4fa6e | 4c23be1a0ca76f68e7146f7d098e26c2bbfb2650 | /ic8h18/0.002/C2H3CHO | 3d117fbc0e08837a6107970b5907651ff80877a4 | [] | no_license | labsandy/OpenFOAM_workspace | a74b473903ddbd34b31dc93917e3719bc051e379 | 6e0193ad9dabd613acf40d6b3ec4c0536c90aed4 | refs/heads/master | 2022-02-25T02:36:04.164324 | 2019-08-23T02:27:16 | 2019-08-23T02:27:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 838 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"jfeatherstone123@gmail.com"
] | jfeatherstone123@gmail.com | |
130076ee4281df7812055c32a7d48742035105dc | 12111e278ad43f965fba5c307ba2f08af2583c86 | /windows/runner/main.cpp | 9771e558ef4dd4744c91a9fefe00e9784b7b6f19 | [] | no_license | gabrielpatricksouza/My_Crud | 733eeaf1a2d1fc5b0fdd7d234052e38e440ded6d | d85ebce4dab295996782903677a7c6693a09b151 | refs/heads/master | 2023-07-18T10:23:01.915969 | 2021-09-03T15:15:58 | 2021-09-03T15:15:58 | 400,883,132 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,217 | cpp | #include <flutter/dart_project.h>
#include <flutter/flutter_view_controller.h>
#include <windows.h>
#include "flutter_window.h"
#include "run_loop.h"
#include "utils.h"
int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
_In_ wchar_t *command_line, _In_ int show_command) {
... | [
"gabrielpatricksouza777@gmail.com"
] | gabrielpatricksouza777@gmail.com |
e9099b5e20b1bc9e37ace6acec9f8086615b3057 | de8e4cb9bd663bf7c5b1d20a56474505734f6e46 | /sfml-project/Platform.h | 2cf64378092a043222ba0b21b1afb2a801933b2d | [] | no_license | robyn3choi/sfml-helicopter-game | 6872330e62b3214ab2ed8087924691c190cce7a8 | 0660cde4bd2f0b3044f60c0a01778a3e46d52ed0 | refs/heads/master | 2021-08-24T12:10:34.204106 | 2017-12-09T18:47:51 | 2017-12-09T18:47:51 | 113,692,790 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 310 | h | #pragma once
#include <SFML\Graphics.hpp>
#include "Collider.h"
class Platform
{
public:
Platform(sf::Texture* texture, sf::Vector2f size, sf::Vector2f position);
~Platform();
void Draw(sf::RenderWindow& window);
Collider GetCollider() { return Collider(body); }
private:
sf::RectangleShape body;
};
| [
"robyn3choi@gmail.com"
] | robyn3choi@gmail.com |
5a0c88e337c677656de0ba4f8fba398dc37141dd | 4314783205aa498038b6060f906d47e92731e290 | /src/test/netbase_tests.cpp | 82501d7eedaf587100e8c4579bce58e2cd0746ad | [
"MIT"
] | permissive | mraksoll4/litecoinfinance2 | 411a01360537e5ca097d479a433883441d0e9cb2 | 0e1d3b6d041d2d01559e615ca7f3cdef12146202 | refs/heads/master | 2022-03-03T17:55:47.677736 | 2019-10-30T19:29:15 | 2019-10-30T19:29:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,313 | cpp | // Copyright (c) 2012-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 <netbase.h>
#include <test/test_litecoinfinance.h>
#include <util/strencodings.h>
#include <string>
#include <boos... | [
"litecoinfinance@gmail.com"
] | litecoinfinance@gmail.com |
e88982d7e6a5f2fc52f379795468c224c46a0d8f | 41bf72a7b935c3bf12da747cb5f736f5304d7490 | /examples/simple_modbus_client.cpp | e9a4886a74a5559ac59c69c205b9312d5955b3af | [
"MIT"
] | permissive | paopaol/modbus | 32433652054a3a1b659bb63ca359c90581ac7d55 | 70ed77f2902f100cd2550fed8f52cb1c26da1edd | refs/heads/master | 2022-05-11T02:51:06.094375 | 2022-05-05T12:44:11 | 2022-05-05T12:44:11 | 221,118,083 | 19 | 5 | MIT | 2022-05-05T12:44:12 | 2019-11-12T03:03:31 | C++ | UTF-8 | C++ | false | false | 1,621 | cpp | #include <QCoreApplication>
#include <modbus/tools/modbus_client.h>
static void processFunctionCode3(modbus::ServerAddress serverAddress,
modbus::FunctionCode functionCode,
modbus::Address address,
modbus::Quantity... | [
"467847281@qq.com"
] | 467847281@qq.com |
2df2f2e34b038abcf9af572f9dcc0e56d9efeb88 | 9b963f56e0964a88f2a45b6fe9aa371e1c1c704e | /Dynamic_Programming/12920-평범한배낭2(DP, knapsack).cpp | 6599e70b60240433c67a1825cd11b9d0f7c7fbc1 | [] | no_license | kewook55/PS-BOJ | 0d1880ac849dca3cad516204796d07d15836073a | aced5d3e2b073d4a3ef92607c159efe9936ff940 | refs/heads/master | 2022-12-15T10:59:41.845978 | 2020-09-12T05:09:45 | 2020-09-12T05:09:45 | 267,512,154 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,918 | cpp | /*
kanpsack문제 심화
담을 수 있는 물건의 개수가 여러개다. 각 물건을 1개 단위로 나누면 범위가 100만이 넘어선다.
이를 줄이기 위해 각 물건을 1, 2, 4, 8, 16...의 2의 거듭제곱으로 물건묶음을 만들어낸다(물건을 쪼갬).
예를들어 K가 5일때 이를 2, 1 물건으로 묶고 나머지 3개를 묶어준다.
그리고 평범하게 01 knapsack 문제처럼 풀면된다.
*/
////// bottom-up ///////
#include<iostream>
#include<algorithm>
#include<vector>
using namespace std... | [
"bono4023@gmail.com"
] | bono4023@gmail.com |
3b16550b9a35966e4717c8062d7ea2225d1636bb | a178da5f620bfd7e2c668a61ee67976610aa3a84 | /alchemy/src/parser/follex.cpp | d859ba4afae1f2cbf295203cc32591a9382bf2af | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | BackupTheBerlios/alchemy | cf131b4d4f908166c15d70f270736eaa7aef438f | 431378259d8742d6622f165279de09ef9d3a4a7a | refs/heads/master | 2021-01-10T20:52:41.098238 | 2009-09-29T11:30:33 | 2009-09-29T11:30:33 | 40,045,342 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 53,919 | cpp | #line 2 "../src/parser/follex.cpp"
/* A lexical scanner generated by flex*/
/* Scanner skeleton version:
* $Header: /home/xubuntu/berlios_backup/github/tmp-cvs/alchemy/Repository/alchemy/src/parser/follex.cpp,v 1.10 2009/09/29 11:30:33 marcs Exp $
*/
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_F... | [
"marcs"
] | marcs |
491154c3778a329647b9fd1b9841e35e6a618a63 | 09e60fdb635f331c139d191a5c53244afb2302e7 | /software/python/servbind.hh | 2ef1420c8c89fdcfcc4775cefb910c5d716f5179 | [
"LicenseRef-scancode-generic-exception",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | GrahamDumpleton-abandoned/ose | 5e88dce5883f2e648eac992f1034a7a78bb81189 | 7b1d1a5de4812cdd5daab40d3604a76474389d47 | refs/heads/master | 2021-01-05T11:17:53.152854 | 2012-12-23T10:03:53 | 2012-12-23T10:03:53 | 241,006,186 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,202 | hh | #ifndef OPY_SERVBIND_HH
#define OPY_SERVBIND_HH
/*
// ============================================================================
//
// = FILENAME
// servbind.hh
//
// = AUTHOR(S)
// Graham Dumpleton
//
// = COPYRIGHT
// Copyright 1999-2004 DUMPLETON SOFTWARE CONSULTING PTY LIMITED
//
// =================... | [
"devnull@localhost"
] | devnull@localhost |
e7e8b92e00cfbd6cd2eda4377e7462ef4d2b0587 | f69ea03fbcdca417b25d181599095ccc0b5a9a13 | /src/parser_isymtec_ai/ChSimulationIsymtecAi.cpp | 1d7737f4ecfc8a236ac3fc9d187df8e35f171278 | [
"MIT",
"BSD-3-Clause"
] | permissive | IsymtecAi/isymtecai-chrono-parser | ef1e1303d2b61d326780c3dd9d659f59c967e0c2 | 348948945d8b98c12afcf9ad0477ba6ee9405219 | refs/heads/master | 2020-03-27T22:10:50.476905 | 2019-07-03T15:50:35 | 2019-07-03T15:50:35 | 147,211,069 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,549 | cpp | #include "ChSimulationIsymtecAi.h"
#include "parser_isymtec_ai/ChSimulationIsymtecAi.h"
#include "parser_isymtec_ai/ChParserIsymtecAi.h"
#include "chrono/physics/ChSystemSMC.h"
#include "parser_isymtec_ai/ChSimulationParameters.h"
using namespace chrono;
ChSimulationIsymtecAi::ChSimulationIsymtecAi() {
}
bool ChSim... | [
"dmvlas77@googlemail.com"
] | dmvlas77@googlemail.com |
b0b834953a962cb1501bd870fd1f947f1cd53dd7 | 46fd8b7557f20106350e422af16b8ea954ec2de6 | /KM2AP/initialize.cc | 4f80f878fa99c6d8792a2248863945b98138e2e5 | [] | no_license | kotakekouichi/mySim | c621443b4f4d4b48e761fee9ffc315117c03728e | 5958455066a5c97227030edb9378e9028e428fd3 | refs/heads/master | 2021-04-09T15:51:03.474272 | 2018-03-18T03:06:00 | 2018-03-18T03:06:00 | 125,686,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,588 | cc | #include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <math.h>
#include "mesh.h"
#include "particle.h"
#include "params.h"
#include "def.h"
#include "utils.h"
#include "Vec.h"
#include "exArith.h"
int initializeDelaunay(delaunayClass *Delaunay, paramsClass ¶ms);
double orient3d(Vec& a, Vec& b, Vec& ... | [
"kotake@rrcs-172-254-99-21.nyc.biz.rr.com"
] | kotake@rrcs-172-254-99-21.nyc.biz.rr.com |
20b1b34450feaef3a1780029a8a52a910c709e83 | 5a60d60fca2c2b8b44d602aca7016afb625bc628 | /aws-cpp-sdk-location/include/aws/location/model/DescribeRouteCalculatorResult.h | a27d4afe42711b9797ddc8c629900569a094ffe2 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | yuatpocketgems/aws-sdk-cpp | afaa0bb91b75082b63236cfc0126225c12771ed0 | a0dcbc69c6000577ff0e8171de998ccdc2159c88 | refs/heads/master | 2023-01-23T10:03:50.077672 | 2023-01-04T22:42:53 | 2023-01-04T22:42:53 | 134,497,260 | 0 | 1 | null | 2018-05-23T01:47:14 | 2018-05-23T01:47:14 | null | UTF-8 | C++ | false | false | 17,519 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/location/LocationService_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/DateTime.h>
#include <aws/core/utils/memory/stl/AWSMap.h>
#incl... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
6e1a06878719e90d3bf3f0c11ae333009b73d9df | 940e32d7d7a601e04347fc8bc3c8683ec6b9b225 | /SHT21_RTC_SD_GSM_DUE/SHT21_RTC_SD_GSM_DUE.ino | 3d922c3c44e90c6e251eafd2c14df04ad2d8868e | [] | no_license | nishanthsmurthy24/GSM_Arduino_complete | ec2199b1e99d96ef433169733d4c8a396c69554e | 669da1a5da76f5e67b8b5f45019619ddd94e50a0 | refs/heads/master | 2021-08-31T16:53:48.358859 | 2021-08-13T05:34:27 | 2021-08-13T05:34:27 | 194,838,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,121 | ino | /* ===============================
SD Card Connections
===============================
** MOSI - pin ICSP-4 on Arduino DUE
** MISO - pin ICSP-1 on Arduino DUE
** SCK - pin ICSP-3 on Arduino DUE
** CS - pin D4 on Arduino DUE
** Vcc - pin ICSP-2 on Arduino DUE
** Gnd - pin ICSP-6 Arduino DUE
... | [
"noreply@github.com"
] | noreply@github.com |
7157d3d57d0d88be1612a45d6bf212563d6e5bbc | f85d5c9cec0fdc7c3bcb4eed230f581542e2ec67 | /Norms.h | 3819ecd06d6df15f7ae2ac30433e86e52024d462 | [] | no_license | dustintwatkins/Math-Functions | d0f20e504994807bf8b02962bd7e36383a8e85e2 | d3c87484eda9fd23da02c8edc88c285af9f47957 | refs/heads/master | 2021-06-26T08:39:22.929739 | 2017-09-15T03:35:55 | 2017-09-15T03:35:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,111 | h | //
// Norms.h
// Databased 1.1
//
// Created by Dustin Watkins on 7/11/17.
// Copyright © 2017 Dustin Watkins. All rights reserved.
//
#ifndef Norms_h
#define Norms_h
#include <stdio.h>
#include <iostream>
#include <string>
using namespace std;
class Norms
{
public:
Norms(double answerRate, double setRate, ... | [
"dustintwatkins@gmail.com"
] | dustintwatkins@gmail.com |
59d0018d47c9b99e38a8e5b19b2241e5295f98f4 | f1183c35ad05e028db29079f6bb37dce487b6419 | /desktopWidget/include/network_client.h | 370cac88cb5e811bd1893e2c2718ed3b3dee6daa | [
"MIT"
] | permissive | Qt-Widgets/desktopWidget-Desktop-resource-monitor | a2dae670dd9e03ae397a496392293bc103e28ea6 | edf22babe2896ac1962f0ffbcdd27aa4aece3ad9 | refs/heads/master | 2020-11-24T16:44:00.717904 | 2019-12-07T06:37:47 | 2019-12-07T06:37:47 | 228,254,051 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,679 | h | /****************************************************************************
** Copyright (c) 2019 Evgeny Teterin (nayk) <sutcedortal@gmail.com>
** All right reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining
** a copy of this software and associated documentation files (the
** "Soft... | [
"sutcedortal@gmail.com"
] | sutcedortal@gmail.com |
949d82e47f8e3ed609368c9ce0c7b4b4f9631414 | 3c3b7966d49b6c5976b2bfa4ae96c78a0af265f4 | /Codeforces/Solutions/R4_DIV2_A.cpp | 4c7e2d556604bf4fff2e9d228ea0dbf870015cf4 | [] | no_license | PandaStar12/Competitive-Programming | e3d6994bb7b25011046742233a1fcacda4e7c807 | 407faa2f55164c471e2cf6f07bc63314161bcfca | refs/heads/master | 2021-01-24T15:23:02.082386 | 2015-09-28T22:08:15 | 2015-09-28T22:08:15 | 66,950,637 | 0 | 0 | null | 2016-08-30T14:55:52 | 2016-08-30T14:55:52 | null | UTF-8 | C++ | false | false | 897 | cpp | /*
Bartosz Jan Bednarczyk - "wiedzMAC"
University Of Wroclaw
*/
#include <bits/stdc++.h>
using namespace std;
#define FOR(x, b, e) for(int x = b; x <= (e); x++)
#define FORD(x, b, e) for(int x = b; x >= (e); x--)
#define REP(x, n) for(int x = 0; x < (n); x++)
#define VAR(v, n) __typeof(n) v = (n)
#define ALL(c) (c... | [
"bartosz.jan.bednarczyk@gmail.com"
] | bartosz.jan.bednarczyk@gmail.com |
28bfb2fcd8bb6d307b6009778040c1e6ac6ac031 | deab348ce925e1c0aa684ef336bba204cd2b2893 | /nav.cpp | 72d8fd31261f902ae335dbd17acad5177f8a7132 | [] | no_license | f8industries/ReinforcementLearning | 6d87c53945c87dbb870c6645f6d8818930d5f5ff | 35eb170373cbae69454974b9729d1447fd01b625 | refs/heads/master | 2016-08-11T06:44:20.924300 | 2016-02-01T18:49:50 | 2016-02-01T18:49:50 | 50,861,836 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 492 | cpp | #include "nav.h"
/// losowy wybor jednego z 4 kierunkow
position Nav::randomMove(position p)
{
int dir = qrand() % 4;
switch (dir) {
case 0:
p.x --;//lewo
qDebug()<<"left";
break;
case 1:
p.y --;//gora
qDebug()<<"up";
break;
case 2:
p.x ++;//p... | [
"kamilkarpiesiuk@gmail.com"
] | kamilkarpiesiuk@gmail.com |
80c3433cfd85f98d170b40d4e1387f49fad6f485 | 7476b6ea467848297a6a6cf71d9b3c7f0b64e488 | /src/sick_scan/driver/src/softwarePLL.cpp | f1b3b213d676ce90114c5c268c58d618e39b5bef | [
"Apache-2.0",
"MIT"
] | permissive | young43/ISCC_2020 | 2727dda72f02e7288d18478d6987656289154163 | 2a7187410bceca901bd87b753a91fd35b73ca036 | refs/heads/master | 2023-03-27T01:00:35.275945 | 2021-03-27T06:03:15 | 2021-03-27T06:03:15 | 351,991,795 | 0 | 0 | MIT | 2021-03-27T05:38:47 | 2021-03-27T05:38:46 | null | UTF-8 | C++ | false | false | 9,623 | cpp | /*
====================================================================================================
File: softwarePLL.cpp
====================================================================================================
*/
#include "softwarePLL.h"
#include <iostream>
// #include <chrono>
// #include <thread>
#in... | [
"plmoknijb15@naver.com"
] | plmoknijb15@naver.com |
d4aceb2864b3615f193d0ddd517dfec958280b35 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_repos_function_2283_last_repos.cpp | 75697ce34e1f659ed989306b815aad3638932ebe | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,319 | cpp | Curl_addrinfo *
Curl_he2ai(const struct hostent *he, int port)
{
Curl_addrinfo *ai;
Curl_addrinfo *prevai = NULL;
Curl_addrinfo *firstai = NULL;
struct sockaddr_in *addr;
#ifdef ENABLE_IPV6
struct sockaddr_in6 *addr6;
#endif
CURLcode result = CURLE_OK;
int i;
char *curr;
if(!he)
/* no input == no... | [
"993273596@qq.com"
] | 993273596@qq.com |
9998c80365b7c6f33730b8eafe1fcc189ec81d21 | a142dc6eac2c686db5270bedb9b269b6e46a7cca | /Day 5/Divide the Sequence/3333.cpp | c1f5dba2b872f19c192c1825fc613a4cf14fbeca | [] | no_license | cookiebus/2016-Multi-University-Training-Contest | 950a9c959c847a11663f2969993ea3b440139f08 | 00d0c1ea7272d6f8d8a192f221c438d8795de598 | refs/heads/master | 2021-12-31T10:38:08.850433 | 2017-04-23T15:45:47 | 2017-04-23T15:45:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 556 | cpp | #include <bits/stdc++.h>
#define ALL(v) (v).begin(),(v).end()
#define showtime printf("time = %.15f\n",clock() / (double)CLOCKS_PER_SEC)
const int N = 1000000 + 5;
int n;
int A[N];
int work() {
int ret = 0;
for (int i = n - 1,j = i; i >= 0; i = j) {
long long sum = A[i];
for (j = i - 1; j >= 0... | [
"453040945@qq.com"
] | 453040945@qq.com |
254bbd9c3cc53eb71878b227be9b9086b633a9e5 | e83536c75242d2f465b1646c045e4e2a902fdd08 | /SDL2-Exp/Game.h | b68b5c2295a2b24a4f6d31f5b53609fee5c777ce | [] | no_license | AlleAnder/CPROG-PROJECT | a88a8db3f6bd5232b405440ae8bbcfc4778653d1 | 5c2d2c69c3549e2dd256db56f0a72db1eeb4136a | refs/heads/master | 2022-04-05T03:12:58.132979 | 2020-01-10T13:51:15 | 2020-01-10T13:51:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 822 | h | #pragma once
#include <vector>
#include "Element.h"
#include "SDL.h"
#include "GameWindow.h"
#include "PlayableEntity.h"
#include "EntityManager.h"
#include "Background.h"
#include "GameWindow.h"
class Game{
public:
Game(GameWindow* win, PhysicsHandler* physics, Background* background, PlayableEntity* player);
~... | [
"savvasswe@gmail.com"
] | savvasswe@gmail.com |
6468151185f5830e2a1b81dfe813e7b0fc197fa6 | d04ea5052b744b9584b327150c4b21b72bfe71c0 | /src/Engine/WindowManager.h | f9c2bd86216f932a9cb41203c6ed36de84268856 | [] | no_license | MORTAL2000/3D-Voxel-Shooter | 25b54ec2b7ecd2dcc83af33cc2c466dc453a9a63 | 9a3078bbd23ab3d587191b41a95d4f8156c1369c | refs/heads/master | 2022-08-06T10:10:12.563730 | 2020-05-25T04:03:13 | 2020-05-25T04:03:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 728 | h |
#pragma once
#include "SFML/Graphics.hpp"
#include "glad/glad.h"
#include <stdexcept>
#include "glm.hpp"
class WindowManager {
public:
WindowManager();
void create(sf::Vector2u resolution={1000,1000}, bool fullscreen= false, float fov = 60, float range = 1000.f);
void setRange(float newrange);
glm::... | [
"michael_kirsch"
] | michael_kirsch |
5d9fa53acdfccf751e43584c7f58f313df1c9ee1 | e5e3b749238381f60e2ec5c80d2b59d2edb7567a | /aimbot.cpp | 0453222ae0f5cc7a42aaf1768dfa2c01f424fbd0 | [] | no_license | Astrol99/AssaultCubeAimbot | ebd9296e583f729fb0d47c66a4a0b8240ce21009 | 33bad94731aae2d0a93802109b4ee7a8dd7c53a7 | refs/heads/master | 2023-04-02T14:55:02.417829 | 2021-04-05T15:43:15 | 2021-04-05T15:43:15 | 352,503,704 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,083 | cpp | #include <iostream>
#include <cmath>
#include <tuple>
#include <windows.h>
#include <TlHelp32.h>
#include <processthreadsapi.h>
#include "structs.h"
#define M_PI 3.14159265358979323846264338327950288
uintptr_t GetModuleBaseAddr(DWORD procID, const wchar_t* modName)
{
uintptr_t modBaseAddr = 0;
HANDLE hSnap = ... | [
"41875791+Astrol99@users.noreply.github.com"
] | 41875791+Astrol99@users.noreply.github.com |
8ab3cc18759c8a960145a2a450d3bd4ecd83629e | 09057eede9f0854768b051114c575990cd325912 | /Final_Project/Phase2_Code/Actions/NewGame.h | a754481f8545d1bb31118b351f2056fc95ec4a8e | [] | no_license | Marim1611/Ladder-Snake | 4daaa6da1523682a66e84ff323b3fd53a38c9742 | 824b6bce088bfac15cea60327eed094badaa27d6 | refs/heads/master | 2023-06-14T04:42:27.469654 | 2021-07-13T19:17:03 | 2021-07-13T19:17:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 202 | h | #pragma once
#include "Action.h"
class NewGame :
public Action
{
public:
NewGame(ApplicationManager* pApp);
virtual void ReadActionParameters();
virtual void Execute();
virtual ~NewGame();
};
| [
"hany.noran@yahoo.com"
] | hany.noran@yahoo.com |
ddbdc0e3f74f3133db6eeaa362f75d4a81d89b77 | 6479b4e290d8331f4242167ef9d462be2c769e2b | /EscapeTheMaze/libraries.h | 042a03716d34f7d06f75e5bfe7c829f9d4f58a78 | [] | no_license | vlandero/EscapeTheMaze | 8ccd1c7fd9170cbaac5e1073026e19685e592bf5 | ad475ba38e6501557a296f78c6ea57560b673ab5 | refs/heads/master | 2023-08-29T03:16:43.296388 | 2021-10-09T14:41:21 | 2021-10-09T14:41:21 | 412,617,671 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 171 | h | #pragma once
#include <iostream>
#include <SFML/Audio.hpp>
#include <SFML/Graphics.hpp>
#include <SFML/Window.hpp>
#include <SFML/System.hpp>
#include <SFML/Network.hpp>
| [
"vlad.andrei.rosu@gmail.com"
] | vlad.andrei.rosu@gmail.com |
a99dfddc521ab5a362a55ca24e26850a210e584b | 42858c0358f4011f64ce45a5d22a5126e0c632bc | /src/masternodeman.h | 0cde743a3f3f4e60757e48d4037f04aae6ddc107 | [
"MIT"
] | permissive | Emperor-EPR/coin | 69378028ce25e7768be9b1a0974a4715e215c57c | 5830d68d7885b01106aaf87136b87a67b2c10b9a | refs/heads/master | 2021-04-03T05:08:25.694361 | 2018-04-18T16:26:26 | 2018-04-18T16:26:26 | 125,037,425 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,705 | h | // Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The EPR developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef KARMANODEMAN_H
#define KARMANODEMAN_H
#include "base58.h"
#include "key.h"... | [
"shamim.ice.ewu@gmail.com"
] | shamim.ice.ewu@gmail.com |
f698ffaa5be67f9f0a28bc234b9495ff894a0914 | 5fb6ce0a0e90e37685f711019425245200a4df4a | /pyramid.cpp | db6900b81f95acb5130e6939403f880d3aa74211 | [] | no_license | swport/cpp-practise | 01c8c85c9d3984c4cb7ced1085faeb7106bcb278 | e12335f8320921348a32d1ac511fc70ce2dae2c7 | refs/heads/master | 2022-04-19T16:49:41.741461 | 2020-04-16T18:42:12 | 2020-04-16T18:42:12 | 255,044,976 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 507 | cpp | #include <iostream>
int main() {
// 1
// 2 3 2
// 3 4 5 4 3
// 4 5 6 7 6 5 4
// 5 6 7 8 9 8 7 6 5
// program to print above pyramid
int length = 5;
int spaces = 0;
int rowLen = 1;
for ( int i = 1; i <= length; i++ ) {
spaces = length - i;
for ( int j = 0; j < spaces; j++ ... | [
"wadhwa.sumit007@yahoo.com"
] | wadhwa.sumit007@yahoo.com |
bac9056c9da683a6edd222111f2bdc0cd975cb25 | 9d8b83e810d512aea84493da4da24a3b14c71875 | /lightdex_controller.ino | fd866fa854c0b4ff37f8aa035c9bbe9ca4571359 | [] | no_license | mjjoaquin/lightdex | e84ab8f256f9d8cd78fb711eab4463abbc757d48 | f7d52fc704662839e8d0e2a22e0da368a9e091e5 | refs/heads/main | 2023-03-01T17:58:31.199431 | 2021-02-08T23:14:03 | 2021-02-08T23:14:03 | 332,985,257 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,437 | ino | int modeNumber = 0;
int upButtonState = 0;
int downButtonState = 0;
void setup() {
Serial.begin(9600);
// 2^5, or 32 options. To add more, use a 6th pin
pinMode(8, OUTPUT);
pinMode(9, OUTPUT);
pinMode(10, OUTPUT);
pinMode(11, OUTPUT);
pinMode(12, OUTPUT);
pinMode(2, INPUT);
pinMode(3, ... | [
"noreply@github.com"
] | noreply@github.com |
4b4fb41eba67947937c948cda3b92544c3606270 | 41c26da9c57052a3c9cd17b81d91f41ef074cf8d | /MyLeetCode/Leetcode/Meeting Rooms.cpp | 59bc68ad6804a84af342990d818166b7ce70ac21 | [] | no_license | ihuei801/leetcode | a82f59a16574f4781ce64a5faa099b75943de94e | fe79161211cc08c269cde9e1fdcfed27de11f2cb | refs/heads/master | 2021-06-08T05:12:53.934029 | 2020-05-07T07:22:25 | 2020-05-07T07:22:25 | 93,356,513 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 635 | cpp | /**
* Definition for an interval.
* struct Interval {
* int start;
* int end;
* Interval() : start(0), end(0) {}
* Interval(int s, int e) : start(s), end(e) {}
* };
*/
class Solution {
public:
static bool mysort(Interval &a, Interval &b)
{
return a.start < b.start;
}
boo... | [
"hhuang@pinterest.com"
] | hhuang@pinterest.com |
1b5f3d88c2f93d825316a2bd0201a868a6799320 | c71de2d4539a3e5faa5c0fcce9695674d252314b | /src/DUNE35tTransformationPlugin.cxx | aa065e896f2794ab65154567f6d4cf38dfe6fdcd | [] | no_license | bonoxu/LArReco | 7d6d6ed63595ce7c37300b5af692a982e38f130c | 753dfe6e4fad094faa7c73a839a544fbdaf2e624 | refs/heads/master | 2021-01-12T07:26:22.084117 | 2016-12-06T13:55:04 | 2016-12-06T13:55:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 565 | cxx | /**
* @file larpandora/LArPandoraInterface/DUNE35tTransformationPlugin.cxx
*
* @brief Implementation of the DUNE35t transformation plugin class.
*
* $Log: $
*/
#include "DUNE35tTransformationPlugin.h"
#include <cmath>
namespace lar_pandora
{
DUNE35tTransformationPlugin::DUNE35tTransformationPlugin(const... | [
"marshall@hep.phy.cam.ac.uk"
] | marshall@hep.phy.cam.ac.uk |
fe378cb30df76199c52899e6e5207be97e0b4313 | 27adf400e88cab9b4b0f1187f6ab06bc93933f20 | /Source/ArenaShooter/Private/AI/FindRandomLocation.cpp | ea51c5d5bdd6be93ba0b789b6e3bb8e990fadc0a | [] | no_license | ACCUnrealProjects/Arena_Assault | fd466f15699b9a04dd7e67866c734b8c23e4075e | 7625f8d64a8943cccd6671c17ec2c1447c537860 | refs/heads/master | 2022-12-15T23:20:46.394823 | 2020-08-15T16:05:01 | 2020-08-15T16:05:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,311 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "../Public/AI/FindRandomLocation.h"
#include "../Public/Controllers/ZombieAIController.h"
#include "BehaviorTree/BehaviorTreeComponent.h"
#include "BehaviorTree/BehaviorTree.h"
#include "BehaviorTree/BlackboardComponent.h"
#includ... | [
"alex_chatt@hotmail.co.uk"
] | alex_chatt@hotmail.co.uk |
44a993cf40f14ecad13a89591d6cb4787eb79449 | 7d8627273662415b2cd64c3c32fb18c613dacd79 | /include/general/tab_cpt_ref.h | a24124b27ef9eb65ce7aba0201b7abea5f0fbca8 | [] | no_license | caomw/micmac | 0a60d17341a353e645926e7bf7c03eee8f10a971 | 9233424efe81da6c710194eec4c58c20c35ee83e | refs/heads/master | 2021-01-09T06:33:16.126905 | 2015-03-16T14:37:04 | 2015-03-16T14:37:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,120 | h | /*Header-MicMac-eLiSe-25/06/2007
MicMac : Multi Image Correspondances par Methodes Automatiques de Correlation
eLiSe : ELements of an Image Software Environnement
www.micmac.ign.fr
Copyright : Institut Geographique National
Author : Marc Pierrot Deseilligny
Contributors : Gregoire Maillet, ... | [
"helio@kde.org"
] | helio@kde.org |
5b0eeee649387192d16aed5909341444da9feba2 | eb1d316cfc739421336791e3d97e4498c8655708 | /V1.0.0/Source/Animator.hpp | 1b447487d1e7d94cf12035bc24fe406943e9c45e | [] | no_license | sjanjua/Galactic_Defender | 73ac3b93b7adba1d163749cff3a776df4e151730 | 19c667af78fb0a3cd760755a21515c09799dca19 | refs/heads/master | 2020-03-29T11:11:22.330238 | 2015-03-28T01:58:28 | 2015-03-28T01:58:28 | 33,017,652 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 577 | hpp | #ifndef ANIMATOR_HPP
#define ANIMATOR_HPP
#include <SFML\Graphics.hpp>
class Animator{
public:
Animator( int _length, int _height, int _noOfFramePerAnim, int _noOfAnim,float _frameRate );
Animator();
void update( sf::Time dt );
sf::IntRect returnRect();
void changeAnim( int i );
void chang... | [
"sjanjua94@gmail.com"
] | sjanjua94@gmail.com |
027d0b7b032ce8d0d9dd9d49ca6591f317dee637 | d1393e08ff5d50b3cc583509c3b55d74224fd659 | /Chapter-2/Ex_2.37.cpp | 992195cef3ef400cf10fc7ca536e738d9b529af6 | [] | no_license | atiwari3bu/CPP-Primer-Ed5-Sols | 937e8488daae0d41d559c67bd568421033c94d9b | 08a7a243b070818b5c65200067cdf83f37431eb1 | refs/heads/master | 2020-03-17T20:07:19.234032 | 2018-09-23T00:32:58 | 2018-09-23T00:32:58 | 133,894,025 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 182 | cpp | #include<iostream>
int main(){
int a=3,b=4; // a and b are of type int
decltype(a) c=a; // c is of type int
decltype(a=b) d =a; // d is reference type to a
return 0;
}
| [
"atiwari3@binghamton.edu"
] | atiwari3@binghamton.edu |
4d30fb4c262604d1da5c93f74bd7fc61facff3f3 | 091eeb1a4a821638624f96ea5add91348f162d23 | /src/qt/bitcoingui.h | 5a9f50d7c722ffbe0c2dd7653484d48629a75fc5 | [
"MIT"
] | permissive | GitPayProject/GITS | 02ac1d7dea581f4f209bb8af4b31692407dde00b | 3a0008de955a1b5eac9563de63de154d62b61bc2 | refs/heads/master | 2020-04-10T22:39:23.808427 | 2018-12-11T21:04:52 | 2018-12-11T21:04:52 | 161,328,358 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,175 | h | // Copyright (c) 2011-2014 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_BITCOINGUI_H
#define BITCOIN_QT_BITCOINGUI_H
#if defined(HAVE_CONFIG_H)
#include "config/GITS-config.h"
#e... | [
"gitpays@gmail.com"
] | gitpays@gmail.com |
a1bc903cd4098c89e450f3a29ddc132dd878bc8a | 425cd36428be478bad8c4ead1f7c506140bf6fcd | /student/09/cards/cards.cpp | 8412fceb803a86da1a330526536bdd35a2ed2893 | [] | no_license | trinhgiahuy/Programming2_Spring_2021 | b5677f0d8bbd50d350bee736682e53c81d3b12b1 | 79a52b184f217eb0a538c02725fae4863241840d | refs/heads/main | 2023-07-31T02:02:07.735712 | 2021-10-05T13:56:52 | 2021-10-05T13:56:52 | 371,857,333 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,139 | cpp | #include "cards.hh"
// TODO: Implement the methods here
Cards::Cards():top_(nullptr),bot_(nullptr){}
void Cards::add(int id)
{
Card_data* new_card=new Card_data{id,nullptr};
if(top_==nullptr){
top_=new_card;
bot_=new_card;
}else{
new_card->next = top_;
top_= new_card;
... | [
"giahuy.trinh@tuni.fi"
] | giahuy.trinh@tuni.fi |
37d2348f69f2a13ebe2d8f3b44568842dbd06b51 | 1e21b22c6c7314b65104fa9e30987cf50ecc7c6a | /algorithms/sock-merchant.cpp | 66f4726661e158bf3a85911c3cf54940387c988a | [] | no_license | JustBeYou/Hackerrank | a19c60559dbf890320668ce8f635fb29bc2baaca | 69daea60e882a20f760688881e9ac4ece6a8bbfa | refs/heads/master | 2020-03-23T00:41:09.597465 | 2018-07-14T07:45:16 | 2018-07-14T07:45:16 | 140,878,882 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 576 | cpp | #include <bits/stdc++.h>
using namespace std;
int sockMerchant(int n, vector <int> ar) {
// Complete this function
int matched = 0;
map<int, bool> m;
for (auto &elem: ar) {
if (m[elem]) {
matched++;
m[elem] = false;
} else {
m[elem] = true;
... | [
"mihailferaru2000@gmail.com"
] | mihailferaru2000@gmail.com |
9760b76914f86d81542eacfc142e14cfec18aba7 | 497808b5aff00117b8f62e6e64cd18f6c7d9e1f2 | /CSC3222 - Game Sims/CSC3222/CSC3222Coursework 2019 2020/PlayerCharacter.cpp | 6353246a5370d694e342a2dd288108ea2a0a4949 | [] | no_license | OscarGilley/CSC3222 | 8c86fd5df4fbb38e2b0df96c8da78c8b1478b3bb | 01fe27024a380ecfeb12e024b88f239f75120a8b | refs/heads/master | 2023-03-10T14:34:16.635630 | 2021-02-21T11:44:06 | 2021-02-21T11:44:06 | 340,887,177 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,902 | cpp | #include "PlayerCharacter.h"
#include "TextureManager.h"
#include "../../Common/Window.h"
#include "GameSimsRenderer.h"
using namespace NCL;
using namespace CSC3222;
int charARunY = 128;
int charARunX[] = { 32,64,96,128,160,192,224,256 };
bool charAFlips[] = { false, true, true, false, false };
Vector2 charAIdle(... | [
"41272633+OscarGilley@users.noreply.github.com"
] | 41272633+OscarGilley@users.noreply.github.com |
d688a19766a68a76ac216c4465bf79c79cd11d21 | 818c8415429e71e4e592dbb6fc4609e5153ff601 | /src/qt/transactionview.cpp | edfce502fef11cf8a8aefe15b1f638a964d7c2bf | [
"MIT"
] | permissive | cinnamoncoin/xtracoin | 38476ed025c3cce9cae5cc77b1567d25a372dd84 | 37143ae11fddaac6b5ab47f50b8d0705cc599ee4 | refs/heads/master | 2020-12-26T04:05:12.460025 | 2015-01-07T14:03:34 | 2015-01-07T14:03:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,641 | cpp | #include "transactionview.h"
#include "transactionfilterproxy.h"
#include "transactionrecord.h"
#include "walletmodel.h"
#include "addresstablemodel.h"
#include "transactiontablemodel.h"
#include "xtracoinunits.h"
#include "csvmodelwriter.h"
#include "transactiondescdialog.h"
#include "editaddressdialog.h"
#include "o... | [
"admin@ssdpool.com"
] | admin@ssdpool.com |
552b6d8fe45bf8856008b7624595b1ebfa327b2e | be15c5a0b9ea213ff78f4775867bcacbce9db48e | /vcl/base/stl/stl.hpp | ffafb2d063b87ed35d6e70198bbe20a01f7563f4 | [
"MIT"
] | permissive | Kittease/AN3D | 42b3a742caa5f899104b799450788ad10b9d1a4f | 89276d047f985161e5b0bd23a39524248262b638 | refs/heads/master | 2023-09-02T20:32:27.936896 | 2021-11-15T13:22:03 | 2021-11-15T13:22:03 | 424,671,129 | 0 | 0 | MIT | 2021-11-13T17:50:33 | 2021-11-04T16:50:48 | C++ | UTF-8 | C++ | false | false | 536 | hpp | #pragma once
#include <array>
namespace vcl
{
/** Check (possibly approximate) equality between 2 arrays
* \ingroup container */
template <typename T1, typename T2, size_t N>
bool is_equal( std::array<T1,N> const& a, std::array<T2,N> const& b );
}
// Template implementation
namespace vcl
{
template <typename T1... | [
"camercey@gmail.com"
] | camercey@gmail.com |
a21837917df07e36c6e6c05b508ff8db990deeb7 | 2bfddaf9c0ceb7bf46931f80ce84a829672b0343 | /src/xtd.forms/include/xtd/forms/tool_bar_button_renderer.h | c4adc44ace57ff1e8b7c876b7c3320ba0163c0b7 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | gammasoft71/xtd | c6790170d770e3f581b0f1b628c4a09fea913730 | ecd52f0519996b96025b196060280b602b41acac | refs/heads/master | 2023-08-19T09:48:09.581246 | 2023-08-16T20:52:11 | 2023-08-16T20:52:11 | 170,525,609 | 609 | 53 | MIT | 2023-05-06T03:49:33 | 2019-02-13T14:54:22 | C++ | UTF-8 | C++ | false | false | 3,550 | h | /// @file
/// @brief Contains xtd::forms::tool_bar_button_renderer class.
/// @copyright Copyright (c) 2023 Gammasoft. All rights reserved.
#pragma once
#include <string>
#include <xtd/optional.h>
#include <xtd/drawing/color.h>
#include <xtd/drawing/font.h>
#include <xtd/drawing/graphics.h>
#include <xtd/drawing/image.... | [
"gammasoft71@gmail.com"
] | gammasoft71@gmail.com |
2c5a4827bbfe44033d82fdbc975d4ec338bb63a1 | 3496c0182ce7727654b273c59f464600e7478d43 | /ch17/ex17_37.cpp | f3683e6f3739c87cb33db01f00b932df688c6603 | [] | no_license | luqilinok/Cpp-primer-Personal | 47f54ef405053d3abd5f7536d88cd77cd1096b7c | 31ffdfa34c4cecb81051205505350e3abc4bb955 | refs/heads/master | 2018-10-22T16:39:42.639036 | 2018-08-29T07:02:49 | 2018-08-29T07:02:49 | 116,896,816 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 505 | cpp | #include<iostream>
#include<fstream>
using namespace std;
int main(int argc, char *argv[])
{
if (argc != 2)
{
cerr << "Usage: execise infile_name" << endl;
return -1;
}
ifstream in(argv[1]);
if (!in)
{
cerr << "Can not open input file" << endl;
return -1;
}
char text[50];
while (!in.eof())
{
in.... | [
"noreply@github.com"
] | noreply@github.com |
6a29e507a923a303d2581f6a21cf601f289b98ec | 8c6c00ea26e41eeef75f4978351f04340e589ad5 | /hello.cpp | 981541a9cad02d503f6f48a604b389765ac98060 | [] | no_license | aishwaryavanjape/sannidhiteredesai | a653e336ae6c69ac5b279760d36c38947158a00f | dca047f5436356812d3c668d79b32b7a133552c8 | refs/heads/master | 2020-04-16T18:04:29.274924 | 2014-09-01T17:39:42 | 2014-09-01T17:39:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 193 | cpp | #include<iostream>
using namespace std;
int main()
{
cout<<"\nHELLO...!!"; //shows 'Hello....' as output
cout<<"\nWELCOME...."; //shows 'WELCOME' on next line
//HI HELLO
//WELCOME
return 0;
}
| [
"aishwarya.vanjape@cumminscollege.in"
] | aishwarya.vanjape@cumminscollege.in |
c84fb2a136c83bff9924e809514307d93d947496 | bd9a56571677066d82a5831209ac5796ac2838d1 | /BattleTank/Source/BattleTank/Private/Tank.cpp | bd96dc7e56fd15394da91d72202ecd5b414fb995 | [] | no_license | mrError4o4/BattleTank | 561f1a477b56cb67a6553c3911dc0a03c8915117 | 0bef142c0df953f4c767342a8e9c2dd2bf031e34 | refs/heads/master | 2020-12-26T07:03:38.374295 | 2020-02-26T19:11:02 | 2020-02-26T19:11:02 | 237,425,429 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 873 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "BattleTank.h"
#include "Tank.h"
// Sets default values
ATank::ATank()
{
// Set this pawn to call Tick() every frame. You can turn this off to improve performance if you don't need it.
PrimaryActorTick.bCanEverTick = false;
}
... | [
"gogifi4857@ettke.com"
] | gogifi4857@ettke.com |
cf6da2327536079aa7ea68e3e908e63b30200fcd | 71f0bc221632ca165ab173ce58e59cda2095e9a3 | /Lista 7 (Funções)/Exercicio_24.cpp | ee65fe90e93430852d3d66d66f7d97f76058185d | [] | no_license | GuAntunes/excercises-language-C | 696a3a40c7e98aba80e1d8ae68e49158cbb6c3d1 | e76b70ee1965b8a3d773744a03633a8e1131ee38 | refs/heads/master | 2022-04-17T21:18:03.444720 | 2020-04-17T00:35:42 | 2020-04-17T00:35:42 | 256,359,742 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 452 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <locale.h>
void func(int n){
for(int cont=1;cont<=n;cont++){
for(int cont2=n-cont;cont2>=1;cont2--){
printf(" ");
}
for(int i=1;i<=(cont*2-1);i++){
printf("*");
}
printf("\n");
}
return;
}
int main(){
setlocale(LC_ALL,"portugues... | [
"gas.antunes84@gmail.com"
] | gas.antunes84@gmail.com |
1c3c232a49bd306301680b481e5bfd896fcfabd9 | 02442f7d3bd75da1b5b1bf6b981cc227906a058c | /kobuki/devel/include/yocs_msgs/TableList.h | 58476f79fade680e295b79214669625a2bb5b82a | [] | no_license | facaisdu/RaspRobot | b4ff7cee05c70ef849ea4ee946b1995432a376b7 | e7dd2393cdabe60d08a202aa103f796ec5cd2158 | refs/heads/master | 2020-03-20T09:09:28.274814 | 2018-06-14T08:51:46 | 2018-06-14T08:51:46 | 137,329,761 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,005 | h | // Generated by gencpp from file yocs_msgs/TableList.msg
// DO NOT EDIT!
#ifndef YOCS_MSGS_MESSAGE_TABLELIST_H
#define YOCS_MSGS_MESSAGE_TABLELIST_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message... | [
"facai_sdu@126.com"
] | facai_sdu@126.com |
9bba87cfcba291f0316d285e444eb78fd6f2ba6b | 07d784d60aacc1872b19525e4de755378ba5fe9e | /EersteGraphicEngine/TaskQueue.h | 43b2987f33467963ec7a44eeb9f68813763833b3 | [
"MIT"
] | permissive | fabsgc/EersteGraphicEngine | 0c9308a51d1b2b2e83f0f22da9950e75bdf5ee0b | 09d0da03dbe3a17a5da6651409f697a0db8634bd | refs/heads/master | 2021-04-29T15:47:30.391663 | 2018-09-24T14:13:48 | 2018-09-24T14:13:48 | 121,803,405 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 449 | h | #pragma once
#include "PrerequisitesUtil.h"
#include "Task.h"
namespace ege
{
class TaskQueue
{
public:
TaskQueue();
TaskQueue(std::size_t _maxTasks);
~TaskQueue() {}
bool Push(SPtr<Task> task);
SPtr<Task> Pop();
std::size_t Size() const;
bo... | [
"fabienbeaudimi@hotmail.fr"
] | fabienbeaudimi@hotmail.fr |
38539bbdcb25e6e49e4edfa5509b31e3fbec2f2c | 9030ce2789a58888904d0c50c21591632eddffd7 | /SDK/ARKSurvivalEvolved_BPHarvestResourceMultiplier_parameters.hpp | 7fb79362be5b3804f4f75d65a127535b2914e8e4 | [
"MIT"
] | permissive | 2bite/ARK-SDK | 8ce93f504b2e3bd4f8e7ced184980b13f127b7bf | ce1f4906ccf82ed38518558c0163c4f92f5f7b14 | refs/heads/master | 2022-09-19T06:28:20.076298 | 2022-09-03T17:21:00 | 2022-09-03T17:21:00 | 232,411,353 | 14 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 400 | hpp | #pragma once
// ARKSurvivalEvolved (332.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_BPHarvestResourceMultiplier_classes.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Parameters
//------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
0896272c1997998026267a512fee7549dab61e2e | ba6555bd4f88f1227a55790df92e0526489417f7 | /lib/SwitchInput/src/toggle.cpp | c9829b1e865957272ce238fb6f0aac9f2db01563 | [] | no_license | mohankaushik97/ProjectAlohaV0.0.1 | b261cc8533026e6f8e48a0dd8da576a7665a5b8f | 8045eb5fcc9616030e51c623fd38401241b8dde2 | refs/heads/master | 2023-04-18T12:24:46.726899 | 2021-04-27T09:46:56 | 2021-04-27T09:46:56 | 362,059,441 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,222 | cpp |
#include "Arduino.h"
#include "controlInClass.h"
#include "toggle.h"
#include "mqttClient.h"
static switch1 *instanceS1;
switch1::switch1(int input)
{
input1 = input;
}
void switch1::toggle1()
{
instanceS1->handleInterruptS1();
}
void switch1::handleInterruptS1()
{
if (topicLocal != NULL)
{
... | [
"mohankaushik97@gmail.com"
] | mohankaushik97@gmail.com |
367e33b5f6482363e2b276f616a4dc457cc784db | 49db059c239549a8691fda362adf0654c5749fb1 | /2010/rassokhin/task6/server_src/serversettings.h | 1a6e9c30794e1632562d735f688db04c5c2eba20 | [] | no_license | bondarevts/amse-qt | 1a063f27c45a80897bb4751ae5c10f5d9d80de1b | 2b9b76c7a5576bc1079fc037adcf039fed4dc848 | refs/heads/master | 2020-05-07T21:19:48.773724 | 2010-12-07T07:53:51 | 2010-12-07T07:53:51 | 35,804,478 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 672 | h | #ifndef SERVERSETTINGS_H
#define SERVERSETTINGS_H
#include <QString>
#include <QSettings>
class ServerSettings {
public:
ServerSettings(QString address = "127.0.0.1", quint16 port = 13000)
: _address(address), _port(port) {};
void saveSettings(QSettings * settings) const;
void loadSettings(QSetti... | [
"vladrassokhin@gmail.com@1a14799f-55e9-4979-7f51-533a2053511e"
] | vladrassokhin@gmail.com@1a14799f-55e9-4979-7f51-533a2053511e |
aaf28251a0cfa8cc6835a8de1f0ca2beed86a0c1 | f32108d799212488bba15af6659f36088883a129 | /DungeonCrawler/GameTimer.cpp | 2b5d6f15a5fbc89ff008407ee83fa10ff578175d | [] | no_license | Jingart/DungeonCrawler | ab741fea4e6ae5dd8c881b10b7a8a3a56783df00 | 6861ac9edb2d7987146b182ec14c461b0e2a4da9 | refs/heads/master | 2021-01-10T20:55:57.248373 | 2015-03-22T20:01:01 | 2015-03-22T20:01:01 | 26,403,743 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,277 | cpp | //***************************************************************************************
// GameTimer.cpp by Frank Luna (C) 2011 All Rights Reserved.
//***************************************************************************************
#include "stdafx.h"
#include <windows.h>
#include "GameTimer.h"
GameTimer::Ga... | [
"jan_ingart@hotmail.com"
] | jan_ingart@hotmail.com |
cac0d926dc245ff07d276608f58a0380da4e8629 | 9483f8c040d9f7ab78eafb96f8de00188280af6a | /ObjectPointer/ObjectPointer.cpp | aee6bd579d8f8edcef69519decce2784f15840a1 | [] | no_license | Ravindrakumarg/Cpp_Concepts | 873104504ddb6f360f7b1284d402d5713efdc5fa | 24d713d4b10a1a349e200ea972795e4f40d39168 | refs/heads/master | 2020-08-27T03:27:37.556064 | 2020-04-05T09:19:24 | 2020-04-05T09:19:24 | 217,231,620 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 772 | cpp | // ObjectPointer.cpp : Defines the entry point for the console application.
#include "stdafx.h"
#include "iostream"
#include "string.h"
using namespace std;
class City
{
private:
char *name;
public:
City()
{
this->name = new char[1];
}
~City()
{
delete name;
name = 0;
}
void alloc... | [
"ravindra.gupta@tallysolutions.com"
] | ravindra.gupta@tallysolutions.com |
4045756a394a74f2023bd4f8349b0b5e3f0ce5ce | 13c80c3d048b5267d3ba7803706b43155751b429 | /History/CodeForces/CF516C.cpp | 8f239640f0581252aa28fa325780112d4ddfab9f | [] | no_license | contropist/CodeWorld | d0938f0031ca1f4e3b86e104b2538a60e43e49a8 | 7723f67073afdb2cd2626a45401c3146aebfd53d | refs/heads/master | 2022-03-09T08:07:16.023970 | 2016-08-09T10:07:20 | 2016-08-09T10:07:20 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,379 | cpp | /*
* Name : CF516C.cpp
* Author : CHN.ChouUn
* Date : 2015Äê2ÔÂ18ÈÕ ÉÏÎç1:09:29
* Copyright : www.fateud.com
* Email : ChouUnSoft@gmail.com
* Description : None
*/
#include <standard.h>
#include <SegmTreeCopy.h>
#define maxN 100010
struct node {
Int64 a, b, c;
node() : a(-(LONG_LONG_MAX >> 1... | [
"ChouUnSoft@gmail.com"
] | ChouUnSoft@gmail.com |
797b73a143e99c80d07c6f8998bab551c90cee59 | d2cf6fc54965db50330bea6b068fd5cd890dc829 | /ICPC努力ing~/lqlxxt/4.cpp | 1d1a7d655b159674ac097c217efed3cf0aca537d | [] | no_license | zyf-123/c-exercise- | dfdd458209849cb4bf45c359b20d413f3f4055c6 | d501bb08bb03c1deb8bbe8dec75dbd903de378cd | refs/heads/master | 2020-09-03T16:47:25.731958 | 2019-12-04T11:17:27 | 2019-12-04T11:17:27 | 219,512,320 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 137 | cpp | #include <stdio.h>
int main(void)
{
int i,j=0,sum=0;
for(i=1;i<=100;i++)
{
j=i+j;
sum+=j;
}
printf("%d",sum);
return 0;
}
| [
"1441766130@qq.com"
] | 1441766130@qq.com |
6f01227a271bbe60317ff6dfb50a9f5c80d31710 | cf3cb5e93e174a250e23e97544c2af99042e980d | /C.1/1.3.cpp | 250c0e9d8a38769e728a6e800d063b01b662d331 | [] | no_license | tuphitran99/acc_cpp | d4add60b57a512ed1ed93df3ae93e3d4111fd985 | ea33d437b739532f6e79826737ee3a61ad347908 | refs/heads/master | 2021-04-15T10:37:32.809659 | 2018-03-28T05:43:01 | 2018-03-28T05:43:01 | 126,846,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 237 | cpp | #include <iostream>
#include <string>
using namespace std;
int main() {
{ const string s = "a string"; cout << s << endl; }
{ const string s = "another string"; cout << s << endl; }
return 0;
}
//valid
| [
"tuphitran99@gmail.com"
] | tuphitran99@gmail.com |
08651689d4f3c4aec9220ab65367071cc328a3fc | 60f8d8e28a094714191feb51d1c9999b2fa2f301 | /src/app/util.hh | c949e1deb6afff831cb0c7b880e785c469517bfa | [
"Apache-2.0"
] | permissive | bobye/d2_kmeans | a10a97cca63d6748560da4184b7bbe8d10b63999 | 7290657e1f6f95e633653172500a2b54d13e02be | refs/heads/master | 2021-03-19T06:19:51.634989 | 2018-11-20T08:33:01 | 2018-11-20T08:33:01 | 25,157,703 | 10 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 182 | hh | #include <vector>
#include <string>
// From: http://stackoverflow.com/questions/236129/how-to-split-a-string-in-c
std::vector<std::string> split(const std::string &s, char delim);
| [
"yelpoo@gmail.com"
] | yelpoo@gmail.com |
643e39496f6cb634e1861fa4b99390d8e95e8ce2 | 8fc001229b849b1052166445bfa7b3e8a0c7775e | /Joins/src/BlockNestedLoops.cpp | 0b7f13ab46346c8ea93195fefd1f85f702a3da14 | [] | no_license | Leeang95/JoinSortingAlgo | be9dd8cbfeda4bb3aee930ea43b3ede7434e3460 | 27bc129021c45de13e27228304fd876d3d4271be | refs/heads/master | 2020-05-01T06:18:13.709709 | 2014-12-05T04:10:36 | 2014-12-05T04:10:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,882 | cpp | #include "join.h"
#include "scan.h"
#include <vector>
//---------------------------------------------------------------
// BlockNestedLoop::Execute
//
// Input: left - The left relation to join.
// right - The right relation to join.
// Output: out - The relation to hold the ouptut.
// Return: OK i... | [
"mag399@cornell.edu"
] | mag399@cornell.edu |
280d9faa3dbe174c48488d7d94d2389cb570a776 | baf0a51334b58942812e2545b4251c7d55953660 | /src/cmddasm.cpp | 813edbca6a5e1f8265af7961f8689a8428533be7 | [
"MIT"
] | permissive | maarten-pennings/isa6502 | 6404e78b65258f3cc1a7a37a069239474ab3bdf1 | cc7f7da00ff24741403b875e2634e954f5fafa57 | refs/heads/master | 2022-11-20T18:30:08.883735 | 2020-07-19T18:59:18 | 2020-07-19T18:59:18 | 266,418,871 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,697 | cpp | // cmddasm.cpp - implements a command for 6502 inline disassembler
#include <Arduino.h>
#include "isa.h"
#include "cmd.h"
#include "cmddasm.h"
// Next address to disassemble
uint16_t cmddasm_addr; // Not static, set by write/asm
// Disassembles 'num' instructions from memory, starting at 'addr'.
//... | [
"30388931+maarten-pennings@users.noreply.github.com"
] | 30388931+maarten-pennings@users.noreply.github.com |
563a48f7ec63140c1e233b59e47aea90833edbd1 | 13afadc2292351f8459e460fda1329d642020d97 | /src/parsers/fit/fit_decode.cpp | 5942e866d7a76b4280d846c5fb550f82486b141f | [] | no_license | ilyachur/sport-assistant | 7429a082fc243c5c011e2f17935dcce933c538d9 | 7465b463e9144ede710b9e603762f64528fdb8ed | refs/heads/master | 2021-01-10T09:45:53.692356 | 2015-11-05T08:58:43 | 2015-11-05T08:58:43 | 36,417,455 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,797 | cpp | ////////////////////////////////////////////////////////////////////////////////
// The following FIT Protocol software provided may be used with FIT protocol
// devices only and remains the copyrighted property of Dynastream Innovations Inc.
// The software is being provided on an "as-is" basis and as an accommodation... | [
"ilya.churaev@intel.com"
] | ilya.churaev@intel.com |
3a62a99951922c605fd774b0f1cce7b4c68db54b | cec46cd931e4172fb27b2053704559b5feff1628 | /examples/ReadingVData.cpp | a33474bc2f09fe90b2ae47713a3b90ed69ff4063 | [
"MIT"
] | permissive | fphammerle/HDF4CPP | 02e13e8266dfcfccd41406085abd5a3b4028b1b8 | c4a9261ece64fdc53c71343eebcaef2e7dfe4dcc | refs/heads/master | 2020-04-26T23:56:24.134533 | 2018-07-03T11:20:23 | 2018-07-03T11:20:23 | 173,918,983 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,246 | cpp | /// \copyright Copyright (c) Catalysts GmbH
/// \author Patrik Kovacs, Catalysts GmbH
#include <hdf4cpp/hdf.h>
#include <iostream>
using namespace hdf4cpp;
int main() {
// Open the file
HdfFile file(TEST_DATA_PATH "small_test.hdf");
// Get the item
HdfItem item = file.get("Vdata");
// Reading sca... | [
"patrik.kovacs@catalysts.cc"
] | patrik.kovacs@catalysts.cc |
56f95b96ccc4653e6ca1e976c0dc00d948780dc0 | a3e8b42f0ae23204a7f166b4ace423510352fcd5 | /be/src/exec/intersect_node.h | ceb35667bb014b577432715fd3bcbfbc0125b8ad | [
"Apache-2.0",
"BSD-3-Clause",
"dtoa",
"Zlib",
"MIT",
"bzip2-1.0.6",
"GPL-2.0-only",
"LicenseRef-scancode-public-domain",
"PSF-2.0"
] | permissive | linhao1990/incubator-doris | 12cdecc21c02bc634b9b7f9df69306b1f35ed160 | 70cc6df41533388f8464b2f7cf26bee335614206 | refs/heads/master | 2021-02-12T00:32:18.611910 | 2020-03-02T14:13:47 | 2020-03-02T14:13:47 | 244,543,196 | 0 | 0 | Apache-2.0 | 2020-03-03T04:41:34 | 2020-03-03T04:41:34 | null | UTF-8 | C++ | false | false | 4,245 | h | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | [
"noreply@github.com"
] | noreply@github.com |
a3257ded9a663ebc5945a10d2f2bc97eddc4a624 | db6c05d5b1b2ecfac28937741bd9e83ac4945ff8 | /communication/test/test.cpp | fede92de019ef0f364090680935101e249d5cbaa | [
"Apache-2.0"
] | permissive | wlin0511/Turtlebot_hockey_game | 34a7ba4a0f4cb8780872a0b0b8903b380e4cb0fc | 90038079b19ab07740f7ad7865eedefc9ab531bc | refs/heads/master | 2020-03-30T01:34:55.218844 | 2018-09-27T12:52:10 | 2018-09-27T12:52:10 | 150,583,119 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,520 | cpp | #include <QDebug>
#include <QLabel>
#include <QPushButton>
#include <QVBoxLayout>
#include "test.h"
#include "referee.h"
#include "ros/ros.h"
#include "std_msgs/String.h"
#include "std_msgs/Bool.h"
#include <cstdlib>
#include <std_srvs/SetBool.h>
#include <communication/pos.h>
#include <communication/ab.h>
Test::Tes... | [
"ivanlin051193@gmail.com"
] | ivanlin051193@gmail.com |
24bf112ba96849bc5bee6137e64ef6ea57a5af75 | 78cbd7463ee8d642cb69b8ec47d565c40a470a15 | /SpaceGame/Text/Freetype/HFreetype.cpp | 6c723be41826a1091e68d92fe00058a92b3420be | [] | no_license | sssr33/SpaceGame | aac8cb5e2bda0b5ae8e8acc2e6afb9645e10f519 | 191a8a562d5584121ca5d2965efbad04f9e5f908 | refs/heads/master | 2023-05-03T14:02:33.572290 | 2023-04-28T18:07:16 | 2023-04-28T18:07:16 | 87,466,094 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 304 | cpp | #include "HFreetype.h"
#include <stdexcept>
#include <string>
namespace H {
void Freetype::ThrowIfFailed(FT_Error err) {
if (err != FT_Err_Ok) {
std::string msg = "Freetype failed. Error code: " + std::to_string(err);
throw std::runtime_error(msg);
}
}
} | [
"sskr33@gmail.com"
] | sskr33@gmail.com |
9e307b9579d2c74e01c5682682624f55ee7c7cda | 80876cfab17b68f8e1b3e8abae04f5487e49533d | /1-8_归档/7-1-3.cpp | 287aa7d1e792e3b989e83f1c3516f2746d8fff88 | [] | no_license | APTXOUS/little_homework | 791d2be8b6fca74c3323521e35db4ed8f695f52c | a66ae8f7744b6a05e3a4ba2df570f0ceebe613b5 | refs/heads/master | 2020-12-30T13:47:14.632616 | 2017-06-04T17:58:19 | 2017-06-04T17:58:19 | 91,261,161 | 7 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,474 | cpp | /*1650254 尤尧寅 计算机一班*/
#include<iostream>
#include<iomanip>
using namespace std;
const int month[12] = { 31,28,31,30,31,30,31,31,30,31,30,31 };
const int month_reng[12] = { 31,29,31,30,31,30,31,31,30,31,30,31 };
struct time1
{
int year;//年份
int month;//月份
int day;//日期
};
int day(time1 *temp)
{
int num = 0;
if (((*t... | [
"youyaoyin@outlook.com"
] | youyaoyin@outlook.com |
16567af0491875913dcf33dffb81dc4a913afe28 | e656a982ff3ac75da308f73cafb975f066c5ccd3 | /BattleTank/Source/BattleTank/Tank.h | c4a7cf7cc9cc4244e07f10b937e83dc7437af0a5 | [] | no_license | yewshong/BattleTank | 1653883a59d4ce0ad6f7412501087ad468ec6547 | 96d3e089afc6c8320311a11a2722786d11cbe26b | refs/heads/master | 2021-01-01T05:23:51.438060 | 2016-12-20T19:18:48 | 2016-12-20T19:18:48 | 56,161,958 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 977 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "GameFramework/Pawn.h"
#include "Tank.generated.h"
class UTankBarrel;//Forward Declaration
class UTankAimingComponent;
UCLASS()
class BATTLETANK_API ATank : public APawn
{
GENERATED_BODY()
public:
void AimAt(FVect... | [
"yewshong@gmail.com"
] | yewshong@gmail.com |
9c51afee27c8f4fb4b0837aea2a4a0542c6ae160 | 8103a6a032f7b3ec42bbf7a4ad1423e220e769e0 | /Prominence/Renderer.h | 8d6d5bc18bbf2f1dbec62cfd5b98af16fb509247 | [] | no_license | wgoddard/2d-opengl-engine | 0400bb36c2852ce4f5619f8b5526ba612fda780c | 765b422277a309b3d4356df2e58ee8db30d91914 | refs/heads/master | 2016-08-08T14:28:07.909649 | 2010-06-17T19:13:12 | 2010-06-17T19:13:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,709 | h | #pragma once
#include "Global.h"
#include "Export.h"
#include "Logger.h"
#include "ResourceManager.h"
#include "Texture.h"
#include "SDL.h"
#include "SDL_opengl.h"
#include <deque>
//#include "SOIL.h"
namespace Prominence {
class DECLSPEC Renderer
{
private:
Logger & m_Logger;
//... | [
"William@18b72257-4ce5-c346-ae33-905a28f88ba6"
] | William@18b72257-4ce5-c346-ae33-905a28f88ba6 |
89691ef3eb496068ba1c5b93008e481d262a8faa | 4f654e7f4ed42865c656c4e4c437911442837fb4 | /tt_ini_file.h | f296ae4fcde083a0e35d475295c96d0404851ceb | [] | no_license | temtan/ttl | e3d60f43ebf3df5c72a0f455368605f3b2e9caa2 | 328c59c5f69ad809ef321e78ba5a22e29e7fcc3f | refs/heads/master | 2023-06-22T02:59:15.458962 | 2023-06-21T13:50:11 | 2023-06-21T13:50:11 | 121,504,606 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,566 | h | // tt_ini_file.h
#pragma once
#include <string>
#include <vector>
#include "tt_path.h"
#include "tt_string.h"
#include "tt_enum.h"
class TtIniSection;
// -- TtIniFile ----------------------------------------------------------
class TtIniFile {
public:
static const int DEFAULT_BUFFER_SIZE = 6553... | [
"tem-00@childs.squares.net"
] | tem-00@childs.squares.net |
bea6f9928ed17f6a6071a060a366022a11aa4ee7 | dc1c92122bdbfe4bd5501e190d65c35bf2259bea | /FreeI2P/TapeDrive.h | f72431ace2ccab9c775055e5495a5a2c617e5374 | [] | no_license | skyformat99/FreeI2P | 1200a01bb57afbfe2ed761561beb9ded07ac6f1e | 9cc3158a5a8bc059ca34c7013b3827828e07615e | refs/heads/master | 2021-01-18T02:22:23.689212 | 2016-05-24T08:22:14 | 2016-05-24T08:22:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 297 | h |
namespace I2P
{
class TapeDrive
{
///+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
public:
///+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
};
}
| [
"Blue Storm Engineering LLC"
] | Blue Storm Engineering LLC |
d53ab9d259b6fafd05e7a7f7aebea2dbd2a9702f | f2260ce9c279d1bbb4e97aabe399fe55db68bf74 | /BOJ/15000~/15000/15652.cpp | b0c94d1d8695dd8150d0cc2ef9c2766c5571d683 | [] | no_license | BaeJi77/algorithm | d7eee26aa04b9550bcd63af22265da5cfc0093f4 | 5694313dbb2f83b3a09715788ff6cefc0a0866c7 | refs/heads/master | 2022-08-22T21:37:31.992065 | 2022-08-10T13:38:10 | 2022-08-10T13:38:15 | 121,232,746 | 1 | 0 | null | 2019-03-07T02:19:41 | 2018-02-12T10:29:15 | C++ | UTF-8 | C++ | false | false | 721 | cpp | #include <cstdio>
#include <algorithm>
#include <cmath>
#include <cstring>
#include <queue>
#include <iostream>
#include <vector>
using namespace std;
int N, M;
void solve(vector<int> numbers, int pre) {
if(numbers.size() == M) {
for(auto val : numbers)
printf("%d ", val);
puts("");
... | [
"hahawjstk@gmail.com"
] | hahawjstk@gmail.com |
e11e8028309b002aa13773d31f046975207f2162 | 1901bdbaf57584e7c5ec21643db340f9d98d6807 | /training/src/compiler/training/compiler/Compiler.h | 9ebe52dea8fdc9d495efa0edba85404e032c7445 | [
"MIT"
] | permissive | huawei-noah/bolt | 2a4febe5f5cce64e3589c2782c489d59975eb6a3 | cf4ca8f8646a8e30ddf91c29a18743d75ac1c172 | refs/heads/master | 2023-08-28T13:36:34.815244 | 2023-06-12T01:24:41 | 2023-06-12T01:24:41 | 225,365,905 | 889 | 168 | MIT | 2023-06-12T01:24:42 | 2019-12-02T12:06:12 | C++ | UTF-8 | C++ | false | false | 4,650 | h | // Copyright (C) 2022. Huawei Technologies Co., Ltd. All rights reserved.
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation the rights to use,... | [
"jianfeifeng@outlook.com"
] | jianfeifeng@outlook.com |
9c3af032086f00a3f0ddb199e8bd17ca75990f59 | 89dedd7f3c7acc81d12e2bcb2e716f9af9e5fa04 | /components/sync/test/engine/mock_model_type_processor.h | f228eace75c1cf1268b8c43d8b3a4a1c6b7545c5 | [
"BSD-3-Clause"
] | permissive | bino7/chromium | 8d26f84a1b6e38a73d1b97fea6057c634eff68cb | 4666a6bb6fdcb1114afecf77bdaa239d9787b752 | refs/heads/master | 2022-12-22T14:31:53.913081 | 2016-09-06T10:05:11 | 2016-09-06T10:05:11 | 67,410,510 | 1 | 3 | BSD-3-Clause | 2022-12-17T03:08:52 | 2016-09-05T10:11:59 | null | UTF-8 | C++ | false | false | 6,358 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_PROCESSOR_H_
#define COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_PROCESSOR_H_
#include <stddef.h>
#in... | [
"bino.zh@gmail.com"
] | bino.zh@gmail.com |
3b6ff7ad70778bf23f8a50bf832ab179adb9b866 | 6d1c143787686870c2bd792b75836c5a707dad3f | /Server/CommonCPlus/CommonCPlus/boost/asio/detail/timer_queue.hpp | 768497f8b420aa9f0a9fbd7e67a5f35de1b17e43 | [] | no_license | jakeowner/lastbattle | 66dad639dd0ac43fd46bac7a0005cc157d350cc9 | 22d310f5bca796461678ccf044389ed5f60e03e0 | refs/heads/master | 2021-05-06T18:25:48.932112 | 2017-11-24T08:21:59 | 2017-11-24T08:21:59 | 111,915,246 | 45 | 34 | null | 2017-11-24T12:19:15 | 2017-11-24T12:19:15 | null | UTF-8 | C++ | false | false | 9,369 | hpp | //
// detail/timer_queue.hpp
// ~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef BOOST... | [
"613961636@qq.com"
] | 613961636@qq.com |
32d0b96780728fd274063ad01c694b31de079061 | a7068c5ee1ced08580388377a6fdee37f1e49431 | /cpp/cpp3/map2.cpp | 62619dc57033cb196a1808b12354066898570c0f | [
"Apache-2.0"
] | permissive | j-dwo/codeexamples | ddf3cee6176328ef74686e7e33fa097a0c1bd5c4 | bcb3398385b69a0a05f6088189b0460f35d550a4 | refs/heads/master | 2023-08-02T09:52:25.466882 | 2021-09-29T05:52:50 | 2021-09-29T05:52:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,568 | cpp | #include <iostream>
#include<string>
#include<map>
using namespace std;
class StudentID {
private:
int id;
int year;
public:
StudentID(int i, int y=2021) {
id = i;
year = y;
}
bool operator<(const StudentID& a); // Lets us use this in a map
... | [
"wadehuber@gmail.com"
] | wadehuber@gmail.com |
830b40f8ad46f435d7b00a84d757d699d80c66bf | 971ba609ccd11d91993237d9a62bc1c3fdc3c534 | /_icenlp_python/java/lang/SecurityException.h | f17f9b0d829ac55c1c52a16bedd6cc7db9c72226 | [] | no_license | edvald/IcePy | 00679825d04ee0fbdb0676320dde99f40f63c0bc | 696f3563b335b2cd7c3d96afb6002098b432532b | refs/heads/master | 2020-04-27T17:35:43.874721 | 2012-04-26T17:09:04 | 2012-04-26T17:09:04 | 378,927 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,771 | h | #ifndef java_lang_SecurityException_H
#define java_lang_SecurityException_H
#include "java/lang/RuntimeException.h"
namespace java {
namespace lang {
class Throwable;
class Class;
class String;
}
}
template<class T> class JArray;
namespace java {
namespace lang {
class Se... | [
"edvald@gmail.com"
] | edvald@gmail.com |
1b3d82c720e5a83eb4882b87b3f2c5970115b766 | 88885e8e59855530c09ac930ae57914cbe4fe0f8 | /Source/xs_publicinclude/RoadsideCollection.h | 6e11555859aa2978eb1821be9a5ec9e0de89bd29 | [] | no_license | klainqin/LandXmlSDK | 8767c46c36b2257d388e50a25e64956c7c6ed020 | ca52863d66d172b00835f66cef636790e668a52f | refs/heads/master | 2021-01-10T08:30:45.007060 | 2015-11-25T10:20:13 | 2015-11-25T10:20:13 | 46,108,934 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 588 | h | #if !defined(__ROADSIDECOLLECTION_H)
#define __ROADSIDECOLLECTION_H
#pragma warning(push)
#pragma warning(disable : 4786)
#include "lxtypes.h"
#include "Roadside.h"
namespace LX
{
// Iterator : RoadsideCollection
class RoadsideCollectionIterator : public Iterator<Roadside*>
{
};
class RoadsideCollecti... | [
"qink@shac02q6273g8wn.ads.autodesk.com"
] | qink@shac02q6273g8wn.ads.autodesk.com |
a2d306cae3fcdba4413284b6161bbcd336d7c52e | b8290604e4741e83e64fd35a3e6b866546c5fa38 | /src/apps/corebusiness/StmToJru.cpp | 8709f299c30bc788d9e456504c6f0d57a44daeab | [] | no_license | wanglailing/wang | 8ac72996970af7bbddaf21c13476651a7d5092de | 4716523ce013f9844e97b124062d9128b84ec0b8 | refs/heads/master | 2020-04-06T07:10:32.803642 | 2016-01-06T01:30:17 | 2016-01-06T01:30:17 | 27,461,555 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,604 | cpp | /*
* ----------------------------------------------------------------------------------
* 系统名称: 列控设备动态监测系统
* 文件名: StmToJru.cpp
*
* 版本号: 1.0
* 创建日期: 2014年09月17日 08时42分17秒
*
* 作者: lixianghui (rocklee), lxkjlxh@yahoo.com.cn
* Copyright (c), 2006 - 2014, 河南蓝信科技有限公司 版权所有.
*
*
* ... | [
"wanglailing@126.com"
] | wanglailing@126.com |
862b5fb738902163a15fcd7144c970eaa1358caa | 7188c98e04cd9c48942195b7f0f22e4717efb674 | /components/feature_engagement/public/feature_list.h | 03e4fbfbf55c0b4a25c1c3ac472455d3cfeb3322 | [
"BSD-3-Clause"
] | permissive | tornodo/chromium | 1aa8fda7e9f506ddf26d69cd74fcf0e9e6595e39 | 1d748d142bde525249a816b1d9179cd9b9fa6419 | refs/heads/master | 2022-11-30T12:17:02.909786 | 2020-08-01T03:40:02 | 2020-08-01T03:40:02 | 197,871,448 | 0 | 0 | BSD-3-Clause | 2020-08-01T03:40:03 | 2019-07-20T02:53:57 | null | UTF-8 | C++ | false | false | 10,558 | h | // 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.
#ifndef COMPONENTS_FEATURE_ENGAGEMENT_PUBLIC_FEATURE_LIST_H_
#define COMPONENTS_FEATURE_ENGAGEMENT_PUBLIC_FEATURE_LIST_H_
#include <vector>
#include "ba... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
ed416851f9d8d11433aa3ca7b572a03ffbeeb0a1 | 52e1b28349bdd28727a56b5549f8f29a2933eb55 | /src/qt/bitcoin.cpp | 74909b49a9388bedf930d7f7fda9de49f476028b | [
"MIT"
] | permissive | VapeX/VapeX | cda510553773ff2fe2dd345f9c0cd86a04731995 | 841555d12a612f585662c378bf45afa5f16ddb44 | refs/heads/master | 2021-01-19T12:37:34.936930 | 2015-05-10T21:11:04 | 2015-05-10T21:11:04 | 34,756,799 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,764 | cpp | // Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <QApplication>
#include "bitcoingui.h"
#include "clientmodel.h"
#include "walletmodel.h"
#include "optionsmodel.h"
#... | [
"vapexcoin@gmail.com"
] | vapexcoin@gmail.com |
88ad5593e7e976870b5d030de1ada976b549283a | 2cb2dd27e9206e4b46d95518d7b6f789796a1150 | /ValkyraEngine/TStaticMesh.h | 3411fb905d47e8e2a43d154b7f56eaed5f50d9c0 | [] | no_license | sgimm/ValkyraEngine | 53ab77c3b322c783968249de3ce6066180faca17 | a622cacc17cd90ebdb0ac57e3b897e11ce2a6cca | refs/heads/master | 2023-08-28T01:41:55.595786 | 2021-11-10T19:36:40 | 2021-11-10T19:36:40 | 112,307,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 121 | h | #pragma once
#include "TMeshBase.h"
class TStaticMesh :
public TMeshBase
{
public:
TStaticMesh();
~TStaticMesh();
};
| [
"gimm@valkyra.de"
] | gimm@valkyra.de |
1fec3655a4036ee6da9bf0752f41f598ed1bb844 | 365e42148723f77f009d92b371e066af1d370294 | /python/openCV/opencv-master/modules/dnn/test/test_layers.cpp | f9aa63d56b247c8c0b1884b0c35ef7092d7766a6 | [
"BSD-3-Clause",
"MIT"
] | permissive | Pitoontakoonpol/Python | 11260cbac1c10f97f79fe008c451c4c1ee7cba81 | c017d0d14e14ffcf083fbc3919e9b7be2030be60 | refs/heads/master | 2022-12-28T04:40:25.163757 | 2020-05-30T12:13:38 | 2020-05-30T12:13:38 | 268,069,255 | 0 | 0 | MIT | 2020-10-13T22:26:47 | 2020-05-30T11:49:34 | HTML | UTF-8 | C++ | false | false | 61,282 | cpp | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | [
"Pitoontakoonpol1991@gmail.com"
] | Pitoontakoonpol1991@gmail.com |
9a28e95b8e6393b9bfe806e1825f3bd859d690dc | 6f26054ad1eceb62d282785abc63a6852a3af222 | /Lin Lab/ws_img/Linear_Algebra.hpp | efbee801074170df7f2d230ce002d6f9b8d8ab95 | [] | no_license | wspires/Lin-Lab | a2ce103bcbfc5c3781915b0698308676318a0125 | 8f30fd0a5651d21a3c28ac7fdb5f5f174a7138fa | refs/heads/master | 2020-04-11T05:07:00.548241 | 2018-12-13T04:13:32 | 2018-12-13T04:13:32 | 161,538,111 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,381 | hpp | //
// Linear_Algebra.hpp
// Lin Lab
//
// Created by Wade Spires on 1/22/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#ifndef LINEAR_ALG_H
#define LINEAR_ALG_H
#include "ws_tools.hpp"
#include "Matrix.hpp"
namespace ws_img
{
/**
@brief Class of static methods for solving linear systems... | [
"w.h.spires@gmail.com"
] | w.h.spires@gmail.com |
9b3427fd3abc0c09326c7f283c3ccd7999604c8d | 876c7dba66959a02d00ba300adcf64285085ae85 | /Info/rucsac sau problema rucsacului/main.cpp | 89f5b0345252bdbf16b182938454fd70eaa54077 | [] | no_license | viftode4/PBINFOOOO | 69b36ce9458e03061fec67981904b3fb2485430b | 8aebb5488f91735218404c36a983e23d833f2d1d | refs/heads/master | 2023-04-23T12:39:14.031554 | 2021-05-18T17:54:51 | 2021-05-18T17:54:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 392 | cpp | #include <fstream>
using namespace std;
ifstream fin("rucsac.in");
ofstream fout("rucsac.out");
int n, g;
int p[5005], w[5005];
int dp[4][10005];
int main() {
fin>>n>>g;
for(int i=1; i<=n; i++)
fin>>w[i]>>p[i];
for(int i=1; i<=n; i++)
for(int j=1; j<=g; j++)
dp[i%2][j]=max(p[i]+d... | [
"37593074+Levladutz@users.noreply.github.com"
] | 37593074+Levladutz@users.noreply.github.com |
da0edf189981e0e0a216833208d9489691279af9 | 390afe4fa790f2fc4645d07fa1771cced481ecdf | /source/runtime/source/runtime/filesystem/none/filesystem.none.cpp | 37364db88072a4bdec5db8109327babecb38c368 | [
"Zlib"
] | permissive | fundies/nezumi | 7b72f46d4d93e891138196377e8f1e25e3411890 | 52bf7ac8d158dcacc358b71bbcd805e0727bf42b | refs/heads/master | 2020-05-18T16:54:21.268925 | 2019-05-02T01:55:43 | 2019-05-02T01:55:43 | 184,538,334 | 0 | 0 | Zlib | 2019-05-03T05:52:46 | 2019-05-02T07:23:20 | C++ | UTF-8 | C++ | false | false | 1,350 | cpp | /**
* Copyright (c) 2019 Noah Johnson
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* including com... | [
"d0gar00ski@gmail.com"
] | d0gar00ski@gmail.com |
4ce3d1eaaf187078a6e3a6a8c9352eb06c5f2127 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /services/service_manager/public/cpp/service_executable/switches.h | 0199bcd52ae793e14734cd6da256ebeae9a4ae27 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 723 | 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 SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SERVICE_EXECUTABLE_SWITCHES_H_
#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SERVICE_EXECUTABLE_SWITCHES_H_
nam... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
eeb56de021c1adb574a70e28e55edb7d4eeb53ff | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/JUCE/2018/8/juce_VST3_Wrapper.cpp | 6c09602988858463ff11e48acad62fb88802ceaf | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 108,561 | cpp | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the JUCE 5 End... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
af13d3247412708917e5f47a41c1162a384fa675 | 3b50434f14c315e2c525b10d4080e02f0ba5d019 | /BattleTank/Plugins/VolumetricClouds_BETA/VolumetricClouds/Intermediate/Build/Win64/UE4Editor/Inc/VolumetricClouds/VC_Clouds.gen.cpp | cd9526cc4fe8ee78e5d56d2b89250b3bf8e8d833 | [] | no_license | Premshay/04_BattleTank | 8b2cacdad680bc2db7b20b01dacf21afa18b37c7 | 8dee383fd20667afa237f92e8e57dc74b2678e49 | refs/heads/master | 2020-03-31T01:50:53.119983 | 2019-01-11T07:18:33 | 2019-01-11T07:18:33 | 151,797,032 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 60,792 | cpp | // Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
==============================================================... | [
"premshay@gmail.com"
] | premshay@gmail.com |
81bbf5b2dca93e08d3057b7df7c5979a819e270e | 12255ddf3b1b1bb78aee915f12ae1d89ab40fc62 | /OpenHolo_DepthMap/graphics/src/slic_hierarchy.cpp | 1daecacaa622e26b254b625ec42817e64f8bfe58 | [
"BSD-2-Clause"
] | permissive | SeungramLim/OpenHologram | f07c79dca4cc42e5341734ea0f8c2e94badd03e4 | 3627af4eb5219230284bba01284d4c0de1788640 | refs/heads/master | 2021-01-23T19:26:10.449545 | 2017-11-07T06:52:32 | 2017-11-07T06:52:32 | 102,819,826 | 1 | 0 | null | 2017-09-08T05:05:43 | 2017-09-08T05:05:43 | null | UTF-8 | C++ | false | false | 3,178 | cpp | #include "graphics/slic_hierarchy.h"
#include "graphics/SLIC.h"
namespace graphics {
void slic_hierarchy::build(unsigned int* img, int w, int h, int l0, int l1, int l2, int l3, int compact)
{
std::vector<int> levels(4);
levels[0] = l0;
levels[1] = l1;
levels[2] = l2;
levels[3] = l3;
std::vector<int> num_label... | [
"hy1031@gmail.com"
] | hy1031@gmail.com |
14aa21015a2410f8fab8166f383640293806a13e | fb240593d1270e677fd27ba8a244a955c03e2f82 | /Sorting/MergeSort.cpp | 560eb32183a2b86da6edbe634af1f059fc8e4e0e | [] | no_license | adityaa30/programs | dbe724b11455391f1ed44e5f16c7ab3bb5f8b7cb | 2d48d0cbcf9f1a13b8c2aeee497b3886082aba78 | refs/heads/main | 2022-11-03T05:13:36.636902 | 2021-11-19T21:50:09 | 2022-03-13T09:16:54 | 295,798,559 | 16 | 11 | null | 2022-10-17T09:08:34 | 2020-09-15T17:15:57 | C++ | UTF-8 | C++ | false | false | 1,003 | cpp | #include <stdio.h>
void Merge(int *arr, int n, int l, int m, int r) {
int LeftSize = m - l + 1, RightSize = r - m;
int LeftArr[LeftSize], RightArr[RightSize];
for(int i = 0; i < LeftSize; ++i) LeftArr[i] = arr[i + l];
for(int i = 0; i < RightSize; ++i) RightArr[i] = arr[i + m + 1];
int i... | [
"k.aditya00@gmail.com"
] | k.aditya00@gmail.com |
4bb0facf45be633834217819d87886cdab67a8cb | 83932dcfd72d716ae758c1cecfc8da2aa2cd7928 | /FractionToRecurringDecimal/FractionToRecurringDecimal.cpp | 55d289291b163f4891c20911edd82e573bdb019b | [] | no_license | ggchangan/leetcode | 035b639ac20b0dafcf2da7a863378cf3aef3a87f | 5d2ea0e7196c36bcf8fe927946cc4e389360710e | refs/heads/master | 2022-05-08T06:39:44.599347 | 2022-04-20T06:20:50 | 2022-04-20T06:20:50 | 29,357,123 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,819 | cpp | #include<iostream>
#include<string>
#include<cmath>
#include<cstdlib>
#include<sstream>
#include<set>
#include<climits>
#include<map>
using namespace std;
string fractionToDecimal(int numerator, int denominator){
if(0==numerator)return "0";
if(0==denominator)return "";
bool sign=(numerator<0)^(denominator<... | [
"zhangren1989@gmail.com"
] | zhangren1989@gmail.com |
9735630c9b991f0bfd2f4acb6b630f7d6640175c | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/26/12ff11ca464b88/main.cpp | 35c2b9cd38c74f58d5e96b52a8cfab3a0e1ea4d1 | [] | 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 | 498 | cpp | #include <iostream>
#include <string>
class Foo {
public:
void print_strings() { /* Do Nothing */ }
template <typename... Args>
void print_prefix(std::string str, Args... args) {
print_strings("prefix", str, args...);
}
private:
template <typename... Args>
void print_strings(std::s... | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
6847fd3acf25bba0d832ef265e31d3a794ced617 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /extensions/browser/api/declarative_net_request/ruleset_matcher.h | 0a964b9a98da43e97a28b40efa1101a27e22c241 | [
"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 | 3,436 | h | // 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.
#ifndef EXTENSIONS_BROWSER_API_DECLARATIVE_NET_REQUEST_RULESET_MATCHER_H_
#define EXTENSIONS_BROWSER_API_DECLARATIVE_NET_REQUEST_RULESET_MATCHER_H_
#incl... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b91772dc4719b4cfbb8b3e83e22128d7ddd944d3 | fad3e2d5220273b27df10bdf48b34d43ca32263c | /Practicals/ECS.PeterDaly/Components.h | d00751c6c45a30d017225090635833e13810e7d2 | [] | no_license | peterdaly97/GamesEngineering | 9bd1ab1f22221e1911955df00fe160f24b900624 | 846b776e9378f8d23aea57f4c2ebce76619631a6 | refs/heads/master | 2020-03-28T21:37:18.931234 | 2019-03-14T10:45:20 | 2019-03-14T10:45:20 | 149,170,246 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 246 | h | #ifndef COMPONENTS_H
#define COMPONENTS_H
enum COMPONENTTYPE
{
RENDER,
HEALTH,
POSITION,
AI,
CONTROL
};
class Component
{
public:
Component() {};
virtual COMPONENTTYPE getType() { return COMPONENTTYPE::AI; }
};
#endif // !COMPONENTS_H
| [
"peterd060397@gmail.com"
] | peterd060397@gmail.com |
93b8f41af6cdfcc1037fdb194d97f6d55d8616e4 | 868e8628acaa0bf276134f9cc3ced379679eab10 | /squareDrop/0.413/phiAlpha | f471294321b674975b4b0d047e67012593447f73 | [] | no_license | stigmn/droplet | 921af6851f88c0acf8b1cd84f5e2903f1d0cb87a | 1649ceb0a9ce5abb243fb77569211558c2f0dc96 | refs/heads/master | 2020-04-04T20:08:37.912624 | 2015-11-25T11:20:32 | 2015-11-25T11:20:32 | 45,102,907 | 0 | 0 | null | 2015-10-28T09:46:30 | 2015-10-28T09:46:29 | null | UTF-8 | C++ | false | false | 243,540 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.0 |
... | [
"stig.m.nilsen@gmail.com"
] | stig.m.nilsen@gmail.com | |
8b45bb474a2ec449f74173951535970e9f3496a9 | 9ae95c32ee410ce75b9a262bef6add5f47f4bd1c | /cing_ings/BlackMagicDecklink/lib/include/atl71/atlspriv.inl | cdd2fea259662093b15846ad67e9a8f57dd28870 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | wildbytes/Cing | 4a5128b5c3b547606c2a7d62440259b6f947bef6 | 035e847750c336ed7b89c3a124dbe85d57a1fd65 | refs/heads/master | 2021-01-15T23:27:35.937371 | 2015-01-26T02:15:27 | 2015-01-26T02:15:27 | 4,129,915 | 1 | 0 | null | 2015-01-26T02:15:28 | 2012-04-24T21:22:24 | C++ | UTF-8 | C++ | false | false | 8,206 | inl | // This is a part of the Active Template Library.
// Copyright (C) Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Active Template Library Reference and related
// electronic documentation provided with the library.
// See these sources for detailed inform... | [
"julio.obelleiro@wildbytes.cc"
] | julio.obelleiro@wildbytes.cc |
8047c3f8b9568f3ff09fa6c05b5cebe28d453bf9 | f640ed12b2e5441ece6363a6e6547da0327f2cef | /src/test/vk_test.cpp | ae2d1b31dc66e04a01b14f76ad7154bc30afb650 | [
"MIT"
] | permissive | iAmSomeone2/vulkan-tri | fcd1218fd2270390cdd9cdf8f912991df811c4d5 | c7ff0859899ca5ecabc133f18630640caf14b0f5 | refs/heads/main | 2023-01-10T16:26:43.407799 | 2020-11-11T01:03:43 | 2020-11-11T01:03:43 | 310,990,239 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,664 | cpp | #define GLFW_INCLUDE_VULKAN
extern "C"
{
#include <glfw3.h>
}
#define GLM_FORCE_RADIANS
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#include <glm/vec4.hpp>
#include <glm/mat4x4.hpp>
#include <vulkan/vulkan.hpp>
#include <fmt/format.h>
#include <iostream>
#include <memory>
using std::unique_ptr;
void errorCallback(int err... | [
"davidson.brenden15@gmail.com"
] | davidson.brenden15@gmail.com |
20b9addee6fde38f26a4be0c4c96b8feb76ad91a | f0dfea5d3b280ef1f4dd71fb721bb54a655ae5a7 | /Package/Launcher/arm/moc_CalibrateWidget.cpp | 9e9f1739981847c7346df26c11b8d73027eb5b1e | [] | no_license | isliulin/ZKCD | 7244db789c8a4cc4f22bf6a0eefd19747bdcbb7c | ec9f67129b13d59e9882eae50bd98a7648e4fc35 | refs/heads/master | 2023-03-17T00:32:25.214710 | 2017-12-14T08:54:16 | 2017-12-14T08:54:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,933 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'CalibrateWidget.h'
**
** Created: Mon Dec 11 15:59:03 2017
** by: The Qt Meta Object Compiler version 62 (Qt 4.7.4)
**
** WARNING! All changes made in this file will be lost!
*******************... | [
"850601130@qq.com"
] | 850601130@qq.com |
b46e53c23bdb8e54641dba5913fb55dc412d601e | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/base/cluster/mgmt/cluscfg/server/ccluscfgcapabilities.cpp | 6939b61c40b76cd88c302c25ea1701bf4f5a3791 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 17,501 | cpp | //////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2001 Microsoft Corporation
//
// Module Name:
// CClusCfgCapabilities.cpp
//
// Description:
// This file contains the definition of the CClusCfgCapabilities class.
//
// The class CClusCf... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
2b8cb35e8f4642cf86b6c2cd7cf9927e41034797 | 30b3a69a1a494418d8815497027d66a542a95618 | /Pattern/HollowPyramid.cpp | d7e356ebd05d3c77d8ed2d3ac3f40480dcae5010 | [] | no_license | HarikumarG/Algorithms | 22df671a4c42b76bbd593eb7ddd15ca8501fdb70 | 1a96ce79593168428bcaad1e5cc50b77bfe946b7 | refs/heads/master | 2023-05-25T05:42:39.911822 | 2023-05-14T17:11:27 | 2023-05-14T17:11:27 | 108,449,308 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 381 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int n,k;
cin>>n;
int y = n-1;
for(int i=0;i<n;i++)
{
if(i == n-1)
{
for(int j=0;j<=i*2;j++)
cout<<"*";
continue;
}
k = y;
while(k!=0)
{
cout<<" ";
k--;
}
for(int m=0;m<=i*2;m++)
{
if(m==0 || m==i*2)
cout<<"*";
... | [
"harikumarmgp@gmail.com"
] | harikumarmgp@gmail.com |
df6ce16365ee79389222614481851c479ef9b5ee | 275ec6905a664e6d50f6f7593d62066740b241a0 | /8_11.cpp | 1e40892b907469c5fe9face0a00e13aaa10fdf34 | [] | no_license | huangjiahua/cppLearningFiles | 0f135624d5d7d2256e8fd55146a408170737b603 | 7000ac6111b33c880a66c2c3cc2e4f41390aff9e | refs/heads/master | 2021-09-10T15:11:48.991007 | 2018-03-28T08:57:41 | 2018-03-28T08:57:41 | 122,352,150 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 693 | cpp | #include <sstream>
#include <iostream>
#include <vector>
#include <string>
using namespace std;
struct PersonInfo {
string name;
vector<string> phones;
};
int main()
{
string line, word;
vector<PersonInfo> people;
istringstream record;
while (getline(cin, line)) {
record.str(line);
... | [
"hjh4477@outlook.com"
] | hjh4477@outlook.com |
edb7683f09053abf334d56d55198013a648909c3 | f4e0483ce48c612a8053af127b33e6ab97152cbf | /src/QSS/Variable_QSS3.hh | e1cf73da587553e8d228db9ff63b7a8ea16aba3a | [
"BSD-2-Clause"
] | permissive | NREL/SOEP-QSS | ab8983f2ed315ee858e1657769e114f7a32bb2db | 3c4d4ab786fe9349e5fb575ab70bbd9ef1debd94 | refs/heads/master | 2023-08-17T15:00:24.588987 | 2023-08-13T04:02:13 | 2023-08-13T04:02:13 | 92,848,226 | 13 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 12,181 | hh | // QSS3 Variable
//
// Project: QSS Solver
//
// Developed by Objexx Engineering, Inc. (https://objexx.com) under contract to
// the National Renewable Energy Laboratory of the U.S. Department of Energy
//
// Copyright (c) 2017-2023 Objexx Engineering, Inc. All rights reserved.
//
// Redistribution and use in source an... | [
"Stuart_Mentzer@objexx.com"
] | Stuart_Mentzer@objexx.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.