blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a969f071b421c0a0a077389bbfc0553c4e3e5e96 | d37acb2eec4f53ac7b10abd8562a2f42e6786f6d | /Resources/VertexBuffer.cpp | 11d2b6b55bc442959b4e3feee5063ebe6dc8c116 | [] | no_license | EmilFransson/solaris | fbc82633b4f6bdd4cd563f9c886a71ccbe9a1836 | 0d1f097a600dee20fc097f722502e4c1a999ae69 | refs/heads/master | 2023-04-12T03:44:18.275948 | 2021-05-11T12:06:13 | 2021-05-11T12:06:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,659 | cpp | #include "..\pch.h"
#include "VertexBuffer.h"
VertexBuffer::VertexBuffer() noexcept
: m_pVertexBuffer{ nullptr },
m_Stride{ 0u },
m_Offset{ 0u },
m_Slot{ 0u }
{
}
void VertexBuffer::Bind(const Microsoft::WRL::ComPtr<ID3D11DeviceContext>& pDeviceContext)
{
#if defined(DEBUG) | defined (_DEBUG)
assert(pDevi... | [
"emil.fransson.1@hotmail.com"
] | emil.fransson.1@hotmail.com |
e9834882a1545f71eed0e55c0f2e2496e39cef71 | 6cc69d2446fb12f8660df7863d8866d29d52ce08 | /src/Practice/Lectures/NPTEL/Video 31/KrushkalsAlgorithm.h | 9296f90437ddb78bd448fa0b62fec0aae2dc6ada | [] | no_license | kodakandlaavinash/DoOrDie | 977e253b048668561fb56ec5c6d3c40d9b57a440 | f961e068e435a5cedb66d0fba5c21b63afe37390 | refs/heads/master | 2021-01-23T02:30:10.606394 | 2013-09-12T08:06:45 | 2013-09-12T08:06:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,310 | h | /*
* KrushkalsAlgorithm.h
*
* Created on: Sep 7, 2013
* Author: Avinash
*/
//
// Testing Status
//
#include <string>
#include <vector>
#include <cstdlib>
#include <cstdio>
#include <cmath>
#include <algorithm>
#include <ctime>
#include <list>
#include <map>
#include <set>
#include <bitset>
#include <function... | [
"kodakandlaavinash@gmail.com"
] | kodakandlaavinash@gmail.com |
15a5c3eb94abf0ad0f5fa395058deed58d8fb980 | 20808abd54fe853b251951307cfa12ff74100484 | /src/BinarizationSample.cpp | c91c0b3c626d99210a096d48bd07def5ea890777 | [] | no_license | ujhrkzy/OpenCVTraining | 77f89429eb8224a1b8f41d68ce122a46a7db1e57 | 739d34c6a3bd8626b4378203f95565257b3a247b | refs/heads/master | 2021-01-10T02:02:21.182417 | 2016-01-10T23:29:59 | 2016-01-10T23:29:59 | 49,366,709 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,007 | cpp | #include <iostream>
#include <opencv2/opencv.hpp>
#include <opencv2/highgui/highgui.hpp>
#include "BinarizationSample.h"
using namespace std;
using namespace cv;
BinarizationSample::BinarizationSample() {
}
int BinarizationSample::executeSauvola() {
const char *fileName =
"/Users/ujihirokazuya/Docume... | [
"kazuyaujihiro@gmail.com"
] | kazuyaujihiro@gmail.com |
f8fae8209366c5312dd78e63bc33d1bdd8a00080 | e234cd75cf1169a2ae8a440afb339342894b8a6d | /app/CApplications/export-cvxopt/include/InputData.h | 8aa2156c7372fc3ebd70aa439c4604de619101c9 | [] | no_license | danoan/LPModel | 3fd324b8985d6f8995defcef5ab2b414d03636bd | 0e8934c9bda371016fb0d264af7849da5c54f766 | refs/heads/master | 2020-04-06T11:25:03.670199 | 2019-10-22T10:41:07 | 2019-10-22T10:41:07 | 157,415,981 | 0 | 0 | null | 2019-06-04T12:09:32 | 2018-11-13T17:03:01 | Python | UTF-8 | C++ | false | false | 505 | h | #ifndef EXPORT_CVXOPT_INPUTDATA_H
#define EXPORT_CVXOPT_INPUTDATA_H
#include "LPModel/types/types.h"
struct InputData
{
InputData()
{
optRegionWidth = 1;
sqWeight=1;
dataWeight=1;
linearizationLevel = LPModel::LINEARIZATION_ALL_COUPLED;
};
std::string pgmInputImage;
... | [
"danoan2008@gmail.com"
] | danoan2008@gmail.com |
14b0fb205063a1f8579389846aac08500ab7367c | 93c35a5e419eb536ae6467cc0ac71154f170efa5 | /third-party/include/glm/gtx/raw_data.hpp | 9aaebfca5d19e6e9fdfd7fee6613db5f779b8c54 | [] | no_license | laugiera/BarrenLands | dc8e7bae650822854c750c83b3bae3926fd6a6b1 | 430c356a0e739a9ea57846454beb15eb233c6d39 | refs/heads/master | 2021-09-15T00:23:09.566238 | 2018-05-22T18:57:40 | 2018-05-22T18:57:40 | 107,436,596 | 0 | 1 | null | 2018-01-15T16:04:21 | 2017-10-18T16:48:37 | C++ | UTF-8 | C++ | false | false | 2,510 | hpp | ///////////////////////////////////////////////////////////////////////////////////
/// OpenGL Mathematics (glm.g-truc.net)
///
/// Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net)
/// Permission is hereby granted, free of charge, to any person obtaining a copy
/// of this software and associated documentatio... | [
"williejunpow@gmail.com"
] | williejunpow@gmail.com |
fb7ec17b9be844dbfd6cb9050c3bf8735e3e80ba | 55b2095de353ee08d5dad2c8aff09aed7494e29e | /ejercicio1.cpp | 11a70ae9431e35b881e129322898408617ffc185 | [] | no_license | esejjec/prac1labcc2 | 519c8dcd99dfcc8ea0bbcf172fa75019b1e616cf | 357f4eb1501a53ce471c6dbe80a554da0a1ed7cf | refs/heads/master | 2020-03-09T22:41:29.302418 | 2018-04-13T13:08:31 | 2018-04-13T13:08:31 | 129,040,152 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 220 | cpp | #include <iostream>
using namespace std;
void valref(int &p,int a){
cout << "por valor: " << a <<endl;
cout << "por referencia: " << p <<endl;
}
int main()
{
int a = 5;
int &p = a;
valref(p,a);
return 0;
}
| [
"noreply@github.com"
] | esejjec.noreply@github.com |
198668c7e6e6b645f3c338b500b897720bd67a8d | aaac23e7fa85785f43bf1d8037708ee77ef640ef | /src/Meta_User.cpp | c266129cf9e880a7bed92eeb913bf181821d27bc | [
"MIT",
"OML",
"BSD-3-Clause",
"Zlib"
] | permissive | anto0ine/ciyam | ee2b057a9cd11008ae0d477dac111c0a8d2f60b3 | 7127d528c37584e7d562732274fa2ed6025daeaa | refs/heads/master | 2020-12-07T13:43:24.528962 | 2014-11-20T07:22:08 | 2014-11-20T07:22:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59,808 | cpp | // Copyright (c) 2008-2012 CIYAM Pty. Ltd. ACN 093 704 539
// Copyright (c) 2012-2014 CIYAM Developers
//
// Distributed under the MIT/X11 software license, please refer to the file license.txt
// in the root project directory or http://www.opensource.org/licenses/mit-license.php.
#ifdef PRECOMPILE_H
# include "preco... | [
"ian@ciyam.com"
] | ian@ciyam.com |
28410c20476c101f817c49c92210680d3b4b0596 | 7f8f2bd12544f6f095359c3896ae08f389f85aa4 | /BINTREE.CPP | 432baeecb5955f4a5a6fb03f1e30a180ca963fb3 | [] | no_license | sasiking/Binary-Search-tree | fb0ff297bec0d42fba7a046bdc3ea6a73dd0babc | 6e5c09ef1b1b37ed2e42cef9c6f20ebe242eb18c | refs/heads/master | 2021-01-24T12:36:18.349557 | 2018-02-27T14:06:04 | 2018-02-27T14:06:04 | 123,137,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,235 | cpp | #include<iostream.h>
#include<conio.h>
#include<stdlib.h>
class BinTree{
public:
struct btree{
int data;
btree *left,*right;
}*tree;
BinTree()
{
tree=NULL;
}
btree* insert(btree *tree,int val)
{
if(tree==NULL){
btree *temp;
tem... | [
"noreply@github.com"
] | sasiking.noreply@github.com |
ad700b3d15f5fc1652103a5ca903aeaf376e973c | 0f68039880588afd2928363823550b36f2ed5a09 | /grbl32cpp/serial.cpp | 81f59fcbd8da83f2662c0a316e48a34582fe6ebe | [] | no_license | holography-be/grbl32cpp | 1a4eff12c71e2b92354122323047f94b7c840610 | 8ee3ba457f7154cf39e64ff1cb7d46427e51189b | refs/heads/master | 2021-01-23T12:46:30.807590 | 2017-06-18T17:32:17 | 2017-06-18T17:32:17 | 93,197,734 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,336 | cpp | #include "serial.h"
//uint8_t serial_rx_buffer[RX_BUFFER_SIZE];
//uint16_t serial_rx_buffer_head = 0;
//volatile uint16_t serial_rx_buffer_tail = 0;
//
//uint8_t serial_tx_buffer[TX_BUFFER_SIZE];
//uint8_t serial_tx_buffer_head = 0;
//volatile uint8_t serial_tx_buffer_tail = 0;
// Serial interrupt
void irq_serial(int... | [
"dufrasne@hotmail.com"
] | dufrasne@hotmail.com |
67d8796400b8ed94434aede83d0ad85d0c6c4f6d | 55f05158b4bf624c0fad25b3cb3ffc575bac5577 | /Project 1 - Langton's Ant/menuFunction.hpp | 1b6db0dff445f9b4c234a3b0e10a0d430cb11429 | [] | no_license | jolgin/CS162-Intro-to-Programming-2 | f176c269caf8584f88e0ba714f283b42db88d44b | e9ccb0756972d5f7504ae67362882643c0614d22 | refs/heads/master | 2020-08-04T19:49:11.969556 | 2019-10-02T05:48:44 | 2019-10-02T05:48:44 | 212,259,448 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 944 | hpp | /*********************************************************************
** Program name: Langton's Ant
** Author: John Olgin
** Date: 4/15/17
** Description: This program will ultimately run a simulation of Langton's Ant. As the ant moves (according to the color of the current box) the program will print out the 2D ... | [
"jolgin90@gmail.com"
] | jolgin90@gmail.com |
2b568d4a4e6d50072d30380fe5181030922e9974 | 21cbd934d935bd17de198826927a9052f2142ab4 | /session7/C35.cpp | b09eb756e5decc22ffa4b1e676d563e1c47f6093 | [] | no_license | rock3rdiaz/course_cpp_training | b80d67d3d830b57f8f960df238689e41bbef0c1b | dedf6e09850c6812cd9e21c3c336579d704b0a3a | refs/heads/master | 2020-03-30T00:02:49.382775 | 2018-10-25T23:42:14 | 2018-10-25T23:42:14 | 150,502,545 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,048 | cpp | // session 7 , class 35. Using function pointers
#include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
bool match(string value, int length) {
return value.size() == length;
}
// al parecer solo puede ser pasada a la funcion count_if si recibe un unico parametro
bool match2(string value) {
... | [
"ing.rockerdiaz@gmail.com"
] | ing.rockerdiaz@gmail.com |
a9781aa5690e565a14918c2499ff7bbd6d62b7ef | 520471cc20647650cee8557cfc666ed01693a22b | /GCHandler_IL2CPPCode/Classes/Native/Il2CppGenericMethodTable.cpp | d19c4aaa92568713784d28a6be15a30e43fb359a | [] | no_license | asdlei99/IL2CPP_Internals | 121bc8f0971a0c3f963bc2bf5801a0d15e73e283 | 3024679f41b9a23daea6770a47e1a437408045cf | refs/heads/master | 2023-01-24T10:07:55.222378 | 2020-12-11T08:41:31 | 2020-12-11T08:41:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,363,333 | 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 "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
extern const Il2CppGe... | [
"immb@qq.com"
] | immb@qq.com |
db317d9515fa24b7a79fcb2babbfd1057cac012e | 6fe7a61343c9481c4f4afffc159117616e3ab2cc | /Lista_encadeada.h | 1425fba71df90e3cfba424b572de1ae33f579a25 | [] | no_license | Piazzi/Estrutura-de-Dados-2-2019.2 | c116c86f3e456288c5a09c006179083b149c2c21 | a44d433177baf2569679bfdc59ca38a70837107c | refs/heads/master | 2020-07-10T18:31:04.321025 | 2019-10-17T02:55:24 | 2019-10-17T02:55:24 | 204,336,649 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 394 | h | #ifndef LISTA_ENCADEADA_H_INCLUDED
#define LISTA_ENCADEADA_H_INCLUDED
#include "Lista_encadeada.h"
#include "No.h"
class ListaEncadeada{
public:
ListaEncadeada();
~ListaEncadeada();
void insereInicio(GameReview gr);
void insere(GameReview gr);
void imprimir();
int numcomparacoes=0;
... | [
"noreply@github.com"
] | Piazzi.noreply@github.com |
99f0b542265e3b4ffedfe0ef3344b945909ffd07 | fe4001d22d4e065f34f6b65a4f28064e08c46694 | /C++/020 (Factorial digit sum)/main.cpp | a14db979730a2a2552d12bf366d355105e36b967 | [] | no_license | TheQez/Project-Euler-Solutions | 334c23301b69cb54af743d621ffd87b9dc1b5d75 | ca4f8a20793b520d77a3bf74739e3dd0d9506d56 | refs/heads/master | 2021-09-27T10:30:18.808621 | 2018-11-07T23:28:23 | 2018-11-07T23:28:23 | 114,590,553 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,649 | cpp | /*
Alex Slater Project Euler 020
Get the sum of all the digits in 100!
*/
#include <iostream>
#include <vector>
#include <string>
#include <sstream>
#include <stdlib.h>
using namespace std;
vector<int> multiplyVector(vector<int> a, vector<int> b)
{
vector<int> total(a.size() + b.size());
for(... | [
"noreply@github.com"
] | TheQez.noreply@github.com |
82d1f97afa609b5880bd2c7ff96bed4969c49c37 | 5499e8b91353ef910d2514c8a57a80565ba6f05b | /src/modular/lib/modular_test_harness/cpp/fake_session_shell.cc | 79a725879b69251d11fcb20f337b8ad6b627d97a | [
"BSD-3-Clause"
] | permissive | winksaville/fuchsia | 410f451b8dfc671f6372cb3de6ff0165a2ef30ec | a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f | refs/heads/master | 2022-11-01T11:57:38.343655 | 2019-11-01T17:06:19 | 2019-11-01T17:06:19 | 223,695,500 | 3 | 2 | BSD-3-Clause | 2022-10-13T13:47:02 | 2019-11-24T05:08:59 | C++ | UTF-8 | C++ | false | false | 1,357 | cc | // Copyright 2019 The Fuchsia 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 "src/modular/lib/modular_test_harness/cpp/fake_session_shell.h"
#include <fuchsia/modular/cpp/fidl.h>
namespace modular_testing {
FakeSessionSh... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
89e74ea082727b25c4e700d59a91019b673d76c7 | c61c802fea3e3ccca3f611f8a3d9fe72a8053504 | /src/globalevent.h | 4bb272d7d7c6c76bad6d4c674e9c347e84225591 | [] | no_license | Johncorex/perfect-source | fce01617061641d04f9c36d4696b34fc219dae38 | 2d37b382ecf25364388ed4a8e390c3fb6e1577b9 | refs/heads/master | 2020-07-25T14:41:15.983264 | 2019-09-13T19:50:23 | 2019-09-13T19:50:23 | 208,326,464 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,936 | h | /**
* The Forgotten Server - a free and open-source MMORPG server emulator
* Copyright (C) 2019 Mark Samman <mark.samman@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; eithe... | [
"gjohnes2018@gmail.com"
] | gjohnes2018@gmail.com |
c2a7af4596cba276fe8e02985ddc58cbba5b0682 | ad822f849322c5dcad78d609f28259031a96c98e | /SDK/NaturalLandingPadSlot_T4_classes.h | 27a5e894d85fd2f6d1384378a62c02e73e5fdb88 | [] | no_license | zH4x-SDK/zAstroneer-SDK | 1cdc9c51b60be619202c0258a0dd66bf96898ac4 | 35047f506eaef251a161792fcd2ddd24fe446050 | refs/heads/main | 2023-07-24T08:20:55.346698 | 2021-08-27T13:33:33 | 2021-08-27T13:33:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,072 | h | #pragma once
// Name: Astroneer-SDK, Version: 1.0.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass Natura... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
3b9cbd5509e1eaca38d6d378695f34dfba8b500f | 3d5c4df6e541876e132e7d8829b8d943d268022a | /Source/PuzzelPlatformer/PuzzelPlatformerInstance.h | 72ddf4647b82df24d1d8c64c6d50f9a45dc92ffc | [] | no_license | Reetro/PuzzelPlatformer | bae6960d36866f7ea3e4c734486e738934ae31fb | fc0a87a6609496113f356dae963835aec540a7b6 | refs/heads/master | 2020-12-03T18:56:52.479027 | 2020-03-26T20:46:02 | 2020-03-26T20:46:02 | 231,439,767 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 925 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Engine/GameInstance.h"
#include "MenuSystem/MenuInterface.h"
#include "PuzzelPlatformerInstance.generated.h"
class UUserWidget;
class UMainMenu;
class UMenuWidget;
/**
*
*/
UCLASS()
clas... | [
"thegamerboy7@gmail.com"
] | thegamerboy7@gmail.com |
7873fe4f92febef606db421d738298c22d8993bd | afa9fcd0f2443515ba89e96ed4eb9416e9d11847 | /include/GafferBindings/CompoundDataPlugBinding.h | 38833a511049ab339d779bf140557740bc0ca0fe | [
"BSD-3-Clause"
] | permissive | dneg/gaffer | 6eb12b3ab3cde00afdf170c456969a38f5968237 | e87cb50f55a048cd7f6d5dcdfe6f95e38db2c5b6 | refs/heads/master | 2021-01-16T18:13:33.456876 | 2013-09-24T17:23:58 | 2013-09-24T17:23:58 | 13,094,917 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,077 | h | //////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2012, John Haddon. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistr... | [
"thehaddonyoof@gmail.com"
] | thehaddonyoof@gmail.com |
b987dd070d856fd3b4dd30b0a7390ccdebd7dc59 | 255fe94f9efd8f6bb2ca4a6f61408462014569bb | /hphp/runtime/vm/jit/reg-algorithms.cpp | fe2fff191fb5159d7079b2d93943137bc0e4d9e3 | [
"Zend-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla",
"PHP-3.01"
] | permissive | btiwaree/hhvm | cd8d50820b71a62d0bcfe8d858f0a7aed5d24c39 | 140bed12e38f66cceae1ad1685470c34002c5e81 | refs/heads/master | 2021-01-12T19:18:18.777508 | 2014-01-30T21:16:04 | 2014-01-30T21:41:49 | 16,397,670 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,447 | cpp | /*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010-2013 Facebook, Inc. (http://www.facebook.com) |
+---------... | [
"sgolemon@fb.com"
] | sgolemon@fb.com |
14eb291d9292b611bfa31ff40cf404015b45f3fe | 90ee7e3223f1a57442c41326e5b6a4f54bf8908f | /original_content/myutil/log.cpp | 1368bb36dee748e489f512f4a1c3b91d0a46cb8f | [] | no_license | ThomasPf/Tor-Bandwidth-Fingerprinting | 7e08c51fbc6dbafa9e68600e5e5a3f433cb9a4e2 | 05344b27ec21d5c6864bd89a0a318360b82b7eb0 | refs/heads/master | 2020-04-11T08:07:49.945181 | 2019-01-31T17:09:34 | 2019-01-31T17:09:34 | 161,632,839 | 1 | 0 | null | 2018-12-13T11:59:59 | 2018-12-13T11:59:59 | null | UTF-8 | C++ | false | false | 162 | cpp | #include <sys/types.h>
#include <unistd.h>
#include <cstdio>
#include "log.h"
using namespace std;
void LOG(FILE* fp, char* msg)
{
fprintf(fp, "%s\n", msg);
}
| [
"nikita@illinois.edu"
] | nikita@illinois.edu |
54a7e3dbe590d3e3ba17c2d7ae8683a2990024c7 | f83af3ef220fc8dc7af0ab296a2cad8c8a92281f | /kody w cpp/sort_buble.cpp | dc0e733a70131d31ee850cefcf1570a602a8b2d7 | [] | no_license | mateusz0407/gitrepo | 57633ab9fe727c918ee92745f4f810729b4431e6 | 63acc31b8819adcb3e646bb42ba7b4389449ec16 | refs/heads/master | 2021-07-01T16:40:12.032709 | 2019-02-22T12:14:31 | 2019-02-22T12:14:31 | 103,923,115 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 964 | cpp | #include <iostream>
#include <time.h>
using namespace std;
void wypelnij(int t[], int n, int max)
{
srand(time(NULL)); // pobieranie czasu od 1970 do teraz
for ( int i = 0; i < n; i++)
{
t[i] = rand()% max+1; // funkcja losująca liczbę
}
}
void drukuj(int t[], int n)
{
for ( int i = 0; i < n; ... | [
"jackowskim2000@wp.pl"
] | jackowskim2000@wp.pl |
e0111dcc7d033f44b616b4f8ec9f26b03de82341 | ca97491d8158d0e488e3a124aa291e8d13dee637 | /FactoryDesignPattern.cpp | 1d80d69c82f6207556f820cb6e497ed4a7d31c47 | [] | no_license | subhasmitajena28/Codinghub | ccdb3aa74ba1aa74ff7aa802ccf1f4a7b42b1d3e | 75e84d035a1906a4492e2f6db007fc6b9acbdf6a | refs/heads/master | 2022-10-06T05:07:26.045236 | 2020-06-06T12:00:02 | 2020-06-06T12:00:02 | 258,556,967 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,224 | cpp | #include<iostream>
using namespace std;
class Myntra_PaymentSystem
{
public:
virtual void payment()=0;
};
class Debitcard:public Myntra_PaymentSystem
{
public:
Debitcard::payment()
{
cout<<"select Debit card"<<endl;
}
};
class Creditcard:public Myntra_PaymentSystem
{
public:
Creditcard::payme... | [
"jenasubhasmita28@gmail.com"
] | jenasubhasmita28@gmail.com |
7e426d9aceebc767e917c798a7913d810af96cc5 | 0521201a036d74e54ca066c82ab8a5122359afb7 | /file_mng/file_managing.cpp | e7a592990ae8c7836c0c6a349091f53baabdad81 | [
"MIT"
] | permissive | quantumBytes/AED_classes | 6a643419b8b2be1c1d96511e6ba14a51f1195e53 | 8723db36f2524dccac34ec715028fdd02d72b1b2 | refs/heads/master | 2020-06-08T04:20:31.981127 | 2013-10-28T08:33:14 | 2013-10-28T08:33:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 582 | cpp | #include "file_managing.h"
Word::Word() :
begin(0),
end(0)
{}
Word::Word(string &w, ifstream *f, p_seek _beg, p_seek _end) :
word(w),
file(f),
begin(_beg),
end(_end)
{}
void Word::setWord(string &_word) {
word = _word;
}
void Word::setBeginSeeker(p_seek _ini) {
begin = _ini;
}
void ... | [
"elpumitaelias@gmail.com"
] | elpumitaelias@gmail.com |
53832dc242879d7a5053e393071280f5ef1bc160 | 96d16c66b83bf14fb0c3620b3e076722aa9e6d0d | /实验7 第五章实验 类与类的关系/4-5.cpp | 57bee8ffb647b302279602456054e23c46f1e3b9 | [] | no_license | Shuxian-X/the-first | 8f939cf497fb671522067b299730218d9abd43e7 | 322e772e8278a9c24909acf0eb202b2ae8aa500e | refs/heads/master | 2023-01-29T16:23:29.004756 | 2020-12-17T09:26:30 | 2020-12-17T09:26:30 | 299,041,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 509 | cpp | #include <iostream>
using namespace std;
class A
{
public:
int n;
};
class B: virtual public A
{
};
class C : virtual public A
{
};
class D : public B, public C
{
};
inline void print(D &d)
{
cout << "d.A::n = " << d.A::n << ", d.B::n = " << d.B::n;
cout << ", d.C::n = " << d.C::... | [
"noreply@github.com"
] | Shuxian-X.noreply@github.com |
4c42b874c87dddc3453d03b11192363bb94ea4f2 | 5908c584b22d8f152deeb4082ff6003d841deaa9 | /Physics_RT/Havok/Source/Physics2012/Collide/Agent3/Machine/1n/hkpCpuDoubleContainerIterator.h | 50205542816ad2b758c581dcb66ee75bf38ee5ae | [] | no_license | imengyu/Physics_RT | 1e7b71912e54b14679e799e7327b7d65531811f5 | b8411b4bc483d6ce5c240ae4c004f3872c64d073 | refs/heads/main | 2023-07-17T20:55:39.303641 | 2021-08-28T18:25:01 | 2021-08-28T18:25:01 | 399,414,182 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,869 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Product and Trade Secret source code contains trade secrets ... | [
"1501076885@qq.com"
] | 1501076885@qq.com |
9ba9dc361b606534b8d58a611241a9353c10e7dd | fbf1762846a7b779b38740eabeeb7805ba79289e | /app/libs/ogre/OgreMain/include/OgreTagPoint.h | f8041d057d67a085621ac5fd941ed62a7987bb71 | [
"MIT"
] | permissive | litao1009/AndroidOgreTest | 8b591202515cfcc22d741d1c35da3ae9bf4a7bf4 | a339100e46631d45523c0a185a7e2ceaba89cc78 | refs/heads/master | 2020-06-14T18:04:32.390217 | 2019-04-17T07:03:52 | 2019-04-17T07:03:52 | 75,349,260 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,827 | h | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2014 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person ... | [
"lee@lee.com"
] | lee@lee.com |
0a8d0c5f43de3e158b8b30a11f0481d08555c1c6 | cf7ca00bb9f94f2056694a8e3705298ccf6932be | /BullsCar/BullsCar.h | 6982bf0c7da4337d709b90c4b4ace97b1b3b87e1 | [] | no_license | bullseye73/BullsCar | fd6c908dcf4311d65c51c58bef0738322bd766cf | ae6ef030c05e0dbf6e2730b39ea835376a9f0ee7 | refs/heads/master | 2021-01-13T01:44:58.453058 | 2012-07-12T04:21:53 | 2012-07-12T04:21:53 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 574 | h | // BullsCar.h : PROJECT_NAME 응용 프로그램에 대한 주 헤더 파일입니다.
//
#pragma once
#ifndef __AFXWIN_H__
#error "PCH에 대해 이 파일을 포함하기 전에 'stdafx.h'를 포함합니다."
#endif
#include "resource.h" // 주 기호입니다.
// CBullsCarApp:
// 이 클래스의 구현에 대해서는 BullsCar.cpp을 참조하십시오.
//
class CBullsCarApp : public CWinApp
{
public:
CBullsCarApp();
// 재정의... | [
"bullseye73@gmail.com"
] | bullseye73@gmail.com |
90cb2ca19c1f1b4513ab94cb390580e7dc5dad4c | d3bffcd475d0222184055752f278f49806e4f568 | /Sensor_calibration_w_Motor/Sensor_calibration_w_Motor.ino | 3addc0b514a8e72fe788b819d9e112d773958a2c | [] | no_license | derrickpehjh/CZ3004-Multidisciplinary-Design-Project | 806845c7853f0ff941d4815307efa9309106dbcd | 4c01bc4541f148c7a50ce20cf08088fcb48f8134 | refs/heads/master | 2021-09-09T19:12:34.448457 | 2018-03-19T04:49:47 | 2018-03-19T04:49:47 | 121,524,617 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,921 | ino | //import the library in the sketch
#include <DualVNH5019MotorShield.h>
#include <RunningMedian.h>
#include <EnableInterrupt.h>
DualVNH5019MotorShield md;
#define motor_encoder_left 3 //left motor
#define motor_encoder_right 11 //right motor
//the model of the short range sensor is "GP2Y0A21YK0F"
//The model o... | [
"derrickpehjh@gmail.com"
] | derrickpehjh@gmail.com |
e9ab04148ff8340f9f759fb201c7f87efef931e2 | 1552109747933e429903e04cb110690bac2d30ca | /Binary_search.cpp | 2d6887cb3cb88b639f7d80d1cb4a05f45b652351 | [] | no_license | surendra172001/cpp-programs | c01aaca4a66cb311df2d430f39511f803d0b4870 | 8829307b03f330ced22dcc4c872a20ead01c02e5 | refs/heads/master | 2021-03-24T01:21:33.765532 | 2020-03-21T11:47:14 | 2020-03-21T11:47:14 | 247,502,567 | 0 | 0 | null | 2020-03-21T11:47:15 | 2020-03-15T16:14:16 | C++ | UTF-8 | C++ | false | false | 871 | cpp | #include <iostream>
using namespace std;
int Binary_search(int a[], int start, int end, int k)
{
if (start <= end)
{
int middle = (start + end) / 2;
if (a[middle] == k)
{
return 1;
}
else if (a[middle] > k)
{
return Binary_search(a, start... | [
"sap172001@gmail.com"
] | sap172001@gmail.com |
624b1d70b272548175c065be8a1f4eb9e096c7d5 | 144d5b81b1c2af1c9f7fc9f4a398d3e6544a1d51 | /Source/smokeview/glui_bounds.cpp | 8b935fa2c808b5af923edc1d4293c328e5067b64 | [
"NIST-Software"
] | permissive | harboljc/smv | 22e7318272e6581676ee499779baf9ff75065031 | 01feb253e0edd90b6dbd416f925470f8c8dd589b | refs/heads/master | 2022-04-21T12:29:54.259846 | 2020-04-22T19:18:30 | 2020-04-22T19:18:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 167,311 | cpp | #define CPP
#include "options.h"
#include <stdio.h>
#include <string.h>
#include GLUT_H
#include <math.h>
#include "smokeviewvars.h"
#include "IOscript.h"
#include "MALLOCC.h"
#include "glui_smoke.h"
#include "glui_bounds.h"
GLUI_Rollout *ROLLOUT_slice_bound=NULL;
GLUI_Rollout *ROLLOUT_slice_chop=NULL;
GLUI_Rollout ... | [
"gforney@gmail.com"
] | gforney@gmail.com |
6acab46274304c7213c15585c598822531e27f4a | 279c6c16e999c2b30afa8277d24c14964d695297 | /tests/tests/precision_loss_experiment.cc | e0c43bf1a8fbe25bb338d76ac055c793629b4a40 | [
"Apache-2.0"
] | permissive | maxim-masterov/qx-simulator | 39647a729c526a0b3f34a0a314fec22a0bac7c3c | 87c289427e2d1c9573d1164ada8ad05a261ccefb | refs/heads/develop | 2023-04-23T11:12:33.251832 | 2021-01-26T15:11:04 | 2021-01-26T15:11:04 | 345,998,757 | 0 | 2 | NOASSERTION | 2021-05-04T08:37:37 | 2021-03-09T12:29:58 | null | UTF-8 | C++ | false | false | 1,636 | cc | /**
* @file
* @author Nader KHAMMASSI - nader.khammassi@gmail.com
* @date 10-12-15
* @brief
*/
{
uint32_t n=4;
qx::qu_register reg(n);
println("[T]======== Precision Loss Experiment =========[T]");
println("[+] performance :");
n=8;
qx::qu_register r(n);
qx::qu_register ref(n);... | [
"nader.khammassi@gmail.com"
] | nader.khammassi@gmail.com |
db296cacdcc83000e8b02bc67d29f3818c4ba3dd | 903ce2f7bf92b605b986b74fc1a8d8c2b0052e62 | /utilsJsonFS.h | eb0f9cb64597227c901cd73f4e8e282fc4210352 | [] | no_license | juanpc13/ESP32_Reloj | a242a83e74c723dea2f82386a68c157b34844e02 | 6e45ede2668a4c1a25d459194dfa7f927843e7de | refs/heads/master | 2020-04-09T06:42:08.926499 | 2018-12-14T20:37:17 | 2018-12-14T20:37:17 | 160,123,767 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,214 | h | #include <ArduinoJson.h>
class utilsJsonFS {
private:
utilsSPIFFS _uFS;
String _dataFilePath;
public:
void begin(utilsSPIFFS u) {
_uFS = u;
}
void dataFileTarget(String f) {
_dataFilePath = f;
if (!_uFS.fileExits(_dataFilePath)) {
Serial.print("No File ");
Se... | [
"juanpc13lolol@gmail.com"
] | juanpc13lolol@gmail.com |
b6a05b1f9ae91129d695c41483359374f7981068 | 04fde8a09465f91bb95c407192a8ac6efe1ddf6a | /lab_01/density_distr/threads_stop_indicator.cpp | f8a0273a3658a7cb9eb05f702d4e4b3ffeaf4bc9 | [] | no_license | adv-dev-22/mm_ii | 235f11598385cfa72a491b09af6ab2141e6c607a | 1b36f027e86cd6f36417898740d6d8bdc4101cae | refs/heads/master | 2021-03-01T11:18:32.021677 | 2020-03-23T05:45:54 | 2020-03-23T05:45:54 | 245,780,983 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 713 | cpp | #include "threads_stop_indicator.h"
#include <QMutex>
#include <QDebug>
ThreadsStopIndicator::ThreadsStopIndicator(QObject *parent):
QObject(parent),
total_number_(0),
current_number_(0) {
}
void ThreadsStopIndicator::set_number(size_t number) {
total_number_ = number;
}
void ThreadsStopIndicator::drop_counter(... | [
"a2nced.c0mputin9.lms.17551@yandex.ru"
] | a2nced.c0mputin9.lms.17551@yandex.ru |
a31feb041ea8ee15a34420a31c17d513192e345a | 39eb39e0794827f24ddb54df398a1353ef8d8d4c | /算法/3n_1/main.cpp | 3e7f21a9d8514a27e458aee6be6ca0ead8361b5b | [] | no_license | XiaoYunZi1001/ACM | c0acc02d7e2978113acfb69240f382a0f4bb3237 | 7e73a77202cede0044bf957372a123fb882e34fe | refs/heads/master | 2021-05-26T05:10:33.304180 | 2018-10-06T13:20:50 | 2018-10-06T13:20:50 | 127,531,859 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 413 | cpp | #include <iostream>
#include <bits/stdc++.h>
using namespace std;
int a,b;
int run(int x)
{
if(x==1) return 1;
if(x&1) return run(x*3+1)+1;
else return run(x/2)+1;
}
int main()
{
while(scanf("%d%d",&a,&b)!=EOF)
{
int ans=0;
for(int x=min(a,b);x<=max(a,b);x++)
{
a... | [
"claire_hrz@qq.com"
] | claire_hrz@qq.com |
2511509414c10707a966ee855dc4a33f30f14a7b | 67c69c0b366a0335aceea2098ac09142c7ed5c3c | /libraries/RC/InputChannelToInputPipe.h | 1d774d247d1b0eb90fd65f0e12ad566094134c5e | [] | no_license | cooliscool/t5x | 593e72d9849d67cdd3d612bb5faf5f77ed3c4634 | 28c0aa13823c805ecd3d5cbfd7dd1451b199d8cb | refs/heads/master | 2020-05-16T09:04:40.172051 | 2015-04-01T06:23:10 | 2015-04-01T06:23:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,443 | h | #ifndef INC_RC_INPUTCHANNELTOINPUTPIPE_H
#define INC_RC_INPUTCHANNELTOINPUTPIPE_H
/* ---------------------------------------------------------------------------
** This software is in the public domain, furnished "as is", without technical
** support, and with no warranty, express or implied, as to its usefulness for
... | [
"christian.konecny+GitHub@gmail.com"
] | christian.konecny+GitHub@gmail.com |
df96359820991acbb50b6512a10da3b3a7735b43 | 85bcac5d7883f439fd040b10b8d3ce258dd7ade4 | /Mikudayo/SkinningPass.h | 24c364035387d56edd6d3ab9f937780a1e206514 | [
"MIT"
] | permissive | newpolaris/Mikudayo | f9effd73467065f98c20efce398ed0782901bb7f | f989697848bee0f2a45636758050620b2421e77a | refs/heads/master | 2023-02-03T10:59:39.513123 | 2020-12-23T08:36:04 | 2020-12-23T08:36:04 | 104,229,577 | 18 | 1 | MIT | 2019-02-18T16:20:26 | 2017-09-20T14:55:50 | C | UTF-8 | C++ | false | false | 194 | h | #pragma once
#include "RenderPass.h"
class SkinningPass : public RenderPass
{
public:
SkinningPass();
// Inherited from Visitor
virtual bool Visit( SceneNode& node ) override;
};
| [
"newpolaris@gmail.com"
] | newpolaris@gmail.com |
b05c5e0599481856ad5a3745b00819c245896c62 | 56f3588e16e4d0c85611cae296897b1a11dc61ad | /backjoon/stepbystep/32.dp3/1086.cpp | 34d17a6b88da7c441398ff968d7f1c8c348744a6 | [] | no_license | cjswoduddn/algorithm-master | 24739f7481d4b51c03778181173a60faef09654a | 1be36ca27e2481fae905cb887dac7f9f373f0c7f | refs/heads/main | 2023-04-01T04:15:25.669272 | 2021-04-04T05:09:21 | 2021-04-04T05:09:21 | 336,210,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,359 | cpp | #include<iostream>
#include<string>
#include<vector>
using namespace std;
typedef long long ll;
ll dp[100][1<<15];
vector<string> g;
vector<int> tenMOD(51);
vector<int> gMOD;
int N, MOD;
int mod(string& str){
int ret = 0;
int j = 0;
for(int i = str.size()-1; i >= 0; i--){
ret += ((str[j++]-'0')*tenMOD[i])%MOD;
... | [
"cjswoudddn@naver.com"
] | cjswoudddn@naver.com |
24b6761bb64ebe9397a620b63bd5e9107ea7ba27 | 9e330ca8c015e8c9247159102aa4c20b6966edb2 | /contracts/fscio.system/delegate_bandwidth.cpp | f162df1ee5ba42ecf6d17b9f08dc7ce230e7de37 | [
"MIT",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | w1r2p1/fsc | 40cc7c92c1d9ac37ff31d7ccdba3e8cbe6a242f6 | 5070b49e7007d50f95f28463f167a440eea612a8 | refs/heads/master | 2022-03-24T14:42:48.998615 | 2019-10-29T10:03:33 | 2019-12-06T04:10:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,503 | cpp | /**
* @file
* @copyright defined in fsc/LICENSE
*/
#include "fscio.system.hpp"
#include <fsciolib/fscio.hpp>
#include <fsciolib/print.hpp>
#include <fsciolib/datastream.hpp>
#include <fsciolib/serialize.hpp>
#include <fsciolib/multi_index.hpp>
#include <fsciolib/privileged.h>
#include <fsciolib/transaction.hpp>
... | [
"jason@valicn.com"
] | jason@valicn.com |
e71056519a00e202b87841e72fbba399451e967e | e73121fcfcc4df2e7092a82f4810ce9615e9dd83 | /Toph/toph_caesar_cipher.cpp | 78004df72eaf32c334e36b59544fabc5f7226f94 | [] | no_license | Redwanuzzaman/Online-Judge-Problem-Solutions | 1aba5eda26a03ed8cafaf6281618bf13bea7699b | f2f4ccac708bd49e825f2788da886bf434523d3c | refs/heads/master | 2022-08-29T04:10:31.084874 | 2022-08-14T18:20:30 | 2022-08-14T18:20:30 | 142,601,682 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 518 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int n;
string s;
cin >> n;
getchar();
getline(cin, s);
for(int i = 0; i < s.size(); i++)
{
if(s[i] >= 'a' && s[i] <= 'z')
{
if(s[i] - n < 97)
{
int tmp = s[i] -... | [
"noreply@github.com"
] | Redwanuzzaman.noreply@github.com |
990b903fe2a22aaf300e96dce521b47a1248c5ce | eb2f8b3271e8ef9c9b092fcaeff3ff8307f7af86 | /Grade 10-12/2018 summer/二中集训/8.6 contest/t3/t3.cpp | d3a01e249d476a09a99078dd76894c517a9c7311 | [] | no_license | Orion545/OI-Record | 0071ecde8f766c6db1f67b9c2adf07d98fd4634f | fa7d3a36c4a184fde889123d0a66d896232ef14c | refs/heads/master | 2022-01-13T19:39:22.590840 | 2019-05-26T07:50:17 | 2019-05-26T07:50:17 | 188,645,194 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 994 | cpp | #include<iostream>
#include<cstdio>
#include<cstring>
#include<algorithm>
#include<cassert>
#include<cmath>
#define ll long long
using namespace std;
inline int read(){
int re=0,flag=1;char ch=getchar();
while(ch>'9'||ch<'0'){
if(ch=='-') flag=-1;
ch=getchar();
}
while(ch>='0'&&ch<='9') re=(re<<1)+(re<<3)+ch-'0... | [
"orion545@qq.com"
] | orion545@qq.com |
4ca71b179e6dea04489456f18219861347794043 | bc4e54400d03b2adb57b683d3141e39c7a4dbe2b | /RayTracing/Project1/ReadInput.h | 44aaa6ee86bb5c780d9182cd41ad7d61db331020 | [] | no_license | mephistia/RayTracingCGA | 43192709de3881f2f962fdd5bd741ab30f10177b | 2e7cc0fb2c6ba1b33a9c3533d064865457254f70 | refs/heads/master | 2022-06-13T17:58:20.709568 | 2020-05-06T18:04:24 | 2020-05-06T18:04:24 | 255,691,499 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 6,200 | h |
#ifndef READINPUT_H
#define READINPUT_H
#include "Utilities.h"
#include "Camera.h"
#include "Metal.h"
#include "Lambertian.h"
#include "Dielectric.h"
#include "Sphere.h"
#include "HittableList.h"
class ReadInput
{
public:
ReadInput() {}
~ReadInput() {}
ReadInput(std::string filename) {
// abrir arquivo
inpu... | [
"39158254+mephistia@users.noreply.github.com"
] | 39158254+mephistia@users.noreply.github.com |
22bac3a7eed1eb9618020612597b9768c8d37e11 | 38b2edc9c4aa01a125f7c6abb4bc9878f4fc99e5 | /Assignment4/Isosceles.h | b4c70b2726e400cbd09ad13780295ebf421495fc | [] | no_license | franticcoder/cpp_programming | f9555bf88a24e065b89462389aa70a8058ad9081 | 04604b195d6e1ef3864a522c8acff499c0ed937d | refs/heads/master | 2021-01-23T19:15:41.639568 | 2018-03-01T20:10:53 | 2018-03-01T20:10:53 | 102,813,681 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 735 | h | //
// Created by kcmmac on 2017-07-11.
//
#ifndef KCMASSIGN4_ISOSCELES_H
#define KCMASSIGN4_ISOSCELES_H
#include "Triangle.h"
#include <vector>
class Isosceles : public Triangle {
public:
Isosceles() = delete;
Isosceles(int base, const string& dn = "Generic Isosceles");
~Isosceles();
vector<vector<c... | [
"noreply@github.com"
] | franticcoder.noreply@github.com |
8c14bec138bfafa8ae46713f0d3a23f366b62e37 | 64e4fabf9b43b6b02b14b9df7e1751732b30ad38 | /src/chromium/gen/gen_combined/third_party/blink/renderer/modules/xr/xr_reference_space_options.h | f579eb8b7c70fc2bf82e5e5e1dc53515604e46ac | [
"BSD-3-Clause"
] | permissive | ivan-kits/skia-opengl-emscripten | 8a5ee0eab0214c84df3cd7eef37c8ba54acb045e | 79573e1ee794061bdcfd88cacdb75243eff5f6f0 | refs/heads/master | 2023-02-03T16:39:20.556706 | 2020-12-25T14:00:49 | 2020-12-25T14:00:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,866 | 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.
// This file has been auto-generated from the Jinja2 template
// third_party/blink/renderer/bindings/templates/dictionary_impl.h.tmpl
// by the script cod... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
9f9c4caeac6d89ee2cbba41ecdd52803a672d2a6 | e9bc173922ad17c1748abcea9134609319832e13 | /c++/objects/simpleio/watchdog-libsimpleio.cpp | 63307b0415332fab32627e51f1e5e10fa1c60532 | [] | no_license | pmunts/libsimpleio | 35c0deda95d8afef2817701a89bee63a5771086d | cd62ceddfc4a54f6c4714ca1c15a73867f492cda | refs/heads/master | 2023-08-28T15:15:08.177754 | 2023-08-15T02:11:24 | 2023-08-15T02:11:24 | 163,849,784 | 18 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,597 | cpp | // Watchdog timer device services using libsimpleio
// Copyright (C)2017-2020, Philip Munts, President, Munts AM Corp.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code must reta... | [
"svn@06ee2f96-5407-11de-8bab-f3d7589a4122"
] | svn@06ee2f96-5407-11de-8bab-f3d7589a4122 |
1adebe1ab5d02cb560655240ea21cc9a05848368 | 799e4351abb801105f1b3c86cfa97a944b6117b4 | /Classes/DataManage/MoneyManager.h | d13e2fe06ad8ce7c3453dc29610e44a60bd7b450 | [] | no_license | wu736139669/SmallGame_Cocos2dx | e53d5315718a111c1944b6a2d28ba9c9b60b8268 | bfe1a8fbd10eec78830e01d1dbcc4ca8f470e667 | refs/heads/master | 2021-01-19T16:51:22.475515 | 2015-07-01T03:34:15 | 2015-07-01T03:34:15 | 23,140,682 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,464 | h |
#ifndef MONEY_MANAGER_H
#define MONEY_MANAGER_H
#include "cocos2d.h"
#include <string>
#include "Singleton.h"
#include "JsonHelper.h"
#include "ComData.h"
enum e_ExchangeId {
DiamondToGold_1 = 1,
DiamondToGold_2,
DiamondToGold_3,
DiamondToGold_4,
DiamondToGold_5,
GoldToRice_1... | [
"736139669@qq.com"
] | 736139669@qq.com |
bd86f6abbc5bffb40af5a241f31832315ed9c06e | 710bd1abc201ac06a28b4e8c9385215a94be3440 | /src/backends/reference/workloads/RefSpaceToBatchNdWorkload.cpp | fb9811853666b7c98b5c650aef35f2760e105633 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mcharleb/armnn | 27caa0f28bc02d70ac4a88c0b74badbbf73db341 | afa4e3a489df01d7f3b4d0c3f0a89a5251976bd5 | refs/heads/master | 2020-05-04T16:47:05.575512 | 2019-04-02T10:41:45 | 2019-04-02T10:48:03 | 179,287,902 | 0 | 0 | null | 2019-04-03T12:43:12 | 2019-04-03T12:43:12 | null | UTF-8 | C++ | false | false | 948 | cpp | //
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#include "RefSpaceToBatchNdWorkload.hpp"
#include "SpaceToBatchNd.hpp"
#include "RefWorkloadUtils.hpp"
#include "TypeUtils.hpp"
namespace armnn
{
template<armnn::DataType DataType>
void RefSpaceToBatchNdWorkload<DataType>::Exec... | [
"nattapat.chaimanowong@arm.com"
] | nattapat.chaimanowong@arm.com |
761fdfeed59f0db8126075dd47b3a51a136b6ce9 | d4c720f93631097ee048940d669e0859e85eabcf | /third_party/blink/renderer/core/paint/ng/ng_text_painter_base.cc | afecde701ac16a533ffb638f29707bd4074163a6 | [
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 3b920d87437d9293f654de1f22d3ea341e7a8b55 | refs/heads/webnn | 2023-03-21T03:20:15.377034 | 2023-01-25T21:19:44 | 2023-01-25T21:19:44 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 7,398 | cc | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/core/paint/ng/ng_text_painter_base.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
f1437c1af02637b67ea7afc694df782f70f02b60 | 3a5a3de780e8db9cc204088c6cd022355acf577e | /Platform/tests/os_tests.h | 3b0dab96cb0a505b3174f8b28f50d019701aa6a5 | [] | no_license | concubicycle/StuffSim | d849502df65056c1c6c3166fdfee3cb436bf876f | 2ece619a41c178429d234ced4897206b4d9d93fa | refs/heads/master | 2021-01-02T09:33:36.413360 | 2014-07-25T05:44:59 | 2014-07-25T05:44:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 122 | h | #include <iostream>
#include <chrono>
#include <thread>
#include "ss_os.h"
void run_os_tests(StuffSim::StuffSimOS& os);
| [
"concubicyclestuffsim@gmail.com"
] | concubicyclestuffsim@gmail.com |
4be16777fe0da20ea3bade06312b39ff91e93412 | 19a4fffd52c60cc83132e6bb622b1c2ed85bc67c | /No482_LicenseKeyFormatting.cpp | 446fc289bbb3b087ba2df3e0d2cda89ba3ac761d | [] | no_license | XingwenZhang/Leetcode | 2562d8f475b381a44b891105e29f23844b6bf4a4 | 3ce14802a0494988e5372565ccac709ac2489f7a | refs/heads/master | 2021-04-26T07:29:05.063883 | 2018-01-01T08:16:29 | 2018-01-01T08:16:29 | 65,857,071 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,814 | cpp | // 482. License Key Formatting
// Now you are given a string S, which represents a software license key which we would like to format. The string S is composed of alphanumerical characters and dashes. The dashes split the alphanumerical characters within the string into groups. (i.e. if there are M dashes, the string ... | [
"xingwenz@usc.edu"
] | xingwenz@usc.edu |
295aa08d21f7930b4a79701f7b110840f2e41422 | 900a70be484cb96ce5f19d785c4fac5f6f5b74cc | /2015.cpp | 715f4d35af22ae0c9cdbd6b243f9aa5976fcab13 | [] | no_license | HaochenLiu/My-POJ | ff15731b8a6a8fb691a36d45f676cb05f09dec35 | 2f60b5eeee10c2a3ffe104456edfc55aff600e18 | refs/heads/master | 2021-01-10T17:44:35.789596 | 2016-09-16T06:22:17 | 2016-09-16T06:22:17 | 43,051,499 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,283 | cpp | #include <algorithm>
#include <bitset>
#include <cctype>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <ctime>
#include <deque>
#include <fstream>
#include <functional>
#include <iostream>
#include <iomanip>
#include <list>
#include <map>
#include <numeric>
#include <queue>
#include ... | [
"liuhaochen1221@hotmail.com"
] | liuhaochen1221@hotmail.com |
a54f45df779208b0e0a9139f5be9f5030f2f5efb | 7a831a6bd4fa7a401f0b015d8c73d0290e03ec8b | /124.intersection_between_two_files.cpp | 6076187e63e2434f16156974e7a9c1c3f9dca4f8 | [] | no_license | CawaAlreadyTaken/UniTN_exercises | 63f9826c41e07e24cd6924a56eb93962573d3fa3 | 784969a7c472cc03afc79378fbd2cfa83be1ba22 | refs/heads/master | 2023-02-10T04:41:05.475086 | 2020-12-27T13:22:06 | 2020-12-27T13:22:06 | 300,202,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,857 | cpp | #include <iostream>
#include <fstream>
#include <cstring>
using namespace std;
bool find(char words1[], char words2[][100], int it2);
void removeDuplicates(char array[][100], int size);
int main(int argc, char * argv[]) {
if (argc != 4) {
cout << "Usage: " << argv[0] << " <inputFile1> <inputFile2> <outputFile>" <... | [
"daniele.cabassi01@gmail.com"
] | daniele.cabassi01@gmail.com |
b82695dbef31e4e55de52f29c81bc2e3e6308dd6 | 7cce0635a50e8d2db92b7b1bf4ad49fc218fb0b8 | /硬件仿真测试环境合集版27_优化_变量/MatrixTestSoft/MatrixTestSoft/MatrixTestSoft.h | 5d206409031b32fb064f281dac492d677b0d4455 | [] | no_license | liquanhai/cxm-hitech-matrix428 | dcebcacea58123aabcd9541704b42b3491444220 | d06042a3de79379a77b0e4e276de42de3c1c6d23 | refs/heads/master | 2021-01-20T12:06:23.622153 | 2013-01-24T01:05:10 | 2013-01-24T01:05:10 | 54,619,320 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 552 | h | // MatrixTestSoft.h : main header file for the PROJECT_NAME application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
// CMatrixTestSoftApp:
// See MatrixTestSoft.cpp for the implementation of this cla... | [
"chengxianming1981@gmail.com"
] | chengxianming1981@gmail.com |
77d35ae9e7df066988a41c8660f27f78581c1b67 | ba718273739277573faade9be1f5e891aea7e99a | /cnc/internal/dist/communicator.h | 9a8e4ede11a227c4b575a31cb3a3f575716b329d | [
"BSD-3-Clause"
] | permissive | kod3r/icnc | e2f3f329161b4ebbf45a7fadbe372fec39600064 | 3f6b7c7dab7ae37d86d40d375f51ed5181ef05f4 | refs/heads/master | 2021-01-17T21:57:59.408194 | 2015-01-16T10:30:39 | 2015-01-16T10:30:39 | 31,246,584 | 1 | 0 | null | 2015-02-24T05:45:41 | 2015-02-24T05:45:40 | null | UTF-8 | C++ | false | false | 5,089 | h | /* *******************************************************************************
* Copyright (c) 2007-2014, Intel Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of so... | [
"frank.schlimbach@intel.com"
] | frank.schlimbach@intel.com |
7c4f344e35c31d85058b35b5c927d0bca91dba40 | ae8790242c311760102bd7b0b72c8ab38bf4acbf | /src/execution/compiler/expression/expression_translator.cpp | 89032d3d6a40bbca540e4785ccf1b6b774240cff | [
"MIT"
] | permissive | rohanaggarwal7997/terrier | 35832458081eb1bcbf6f50038cadb4c6afdac53d | d75bab16f3809783fb1dc1bcf0baf76e26cf62b3 | refs/heads/master | 2021-07-13T00:49:10.525784 | 2020-11-30T04:19:44 | 2020-11-30T04:19:44 | 230,785,103 | 0 | 0 | MIT | 2020-05-16T21:09:52 | 2019-12-29T17:58:59 | C++ | UTF-8 | C++ | false | false | 727 | cpp | #include "execution/compiler/expression/expression_translator.h"
#include "execution/compiler/compilation_context.h"
#include "parser/expression/abstract_expression.h"
namespace terrier::execution::compiler {
ExpressionTranslator::ExpressionTranslator(const parser::AbstractExpression &expr,
... | [
"noreply@github.com"
] | rohanaggarwal7997.noreply@github.com |
4247d072ec902f878760f31053b852fab97a8554 | a1a8b69b2a24fd86e4d260c8c5d4a039b7c06286 | /build/iOS/Preview/include/Fuse.Scripting.DoubleChangedArgs.h | ac09d636ecb5d4baf61cee89483c5cfce471caf5 | [] | no_license | epireve/hikr-tute | df0af11d1cfbdf6e874372b019d30ab0541c09b7 | 545501fba7044b4cc927baea2edec0674769e22c | refs/heads/master | 2021-09-02T13:54:05.359975 | 2018-01-03T01:21:31 | 2018-01-03T01:21:31 | 115,536,756 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,050 | h | // This file was generated based on /usr/local/share/uno/Packages/Fuse.Scripting/1.4.2/IScriptEvent.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Scripting.IScriptEvent.h>
#include <Uno.Double.h>
#include <Uno.UX.ValueChangedArgs-1.h>
namespace g{namespace Fuse{name... | [
"i@firdaus.my"
] | i@firdaus.my |
085108255dabc6ea26e01a793f45b9a6ad9f2ae3 | 46f53e9a564192eed2f40dc927af6448f8608d13 | /components/cdm/renderer/widevine_key_systems.h | 15c55daf85e8784c65b00a0b37fdd5e41bc4dcff | [
"BSD-3-Clause"
] | permissive | sgraham/nope | deb2d106a090d71ae882ac1e32e7c371f42eaca9 | f974e0c234388a330aab71a3e5bbf33c4dcfc33c | refs/heads/master | 2022-12-21T01:44:15.776329 | 2015-03-23T17:25:47 | 2015-03-23T17:25:47 | 32,344,868 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,014 | 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_CDM_RENDERER_WIDEVINE_KEY_SYSTEMS_H_
#define COMPONENTS_CDM_RENDERER_WIDEVINE_KEY_SYSTEMS_H_
#include <vector>
#include "build/build_... | [
"scottmg@chromium.org"
] | scottmg@chromium.org |
544bc3c6bfa7ec9c2e8091c6b12a6275b58b5619 | 521e578f9d7c5297224343876ed74a04d0825102 | /leetcode top 100/0169多数元素.cpp | 192c5527cb2ef7b62e5d431e63fc2ace504f5862 | [] | no_license | caitouwww/probable-octo-doodle | 2b165b15c8dda57a0106ed5a967d6682262630cc | 19050c5fb72722633735ae53261761b950c3f21f | refs/heads/master | 2021-11-28T13:49:47.578791 | 2021-08-26T09:58:33 | 2021-08-26T09:58:33 | 242,519,708 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,190 | cpp | class Solution {
public:
int majorityElement(vector<int>& nums) {
//排序
/*sort(nums.begin(),nums.end());
return nums[nums.size()/2];*/
//Boyer-Moore投票算法
/*int candidate=nums[0];
int count=1;
for(int i=1;i<nums.size();i++)
{
if(nums[i]==candi... | [
"wangwetro@gmail.com"
] | wangwetro@gmail.com |
c97ec0a9ac50becf9d3a81b7cad210dd848e7b16 | d2566520060aa4e0dc9ee53cca3cfe8b0bc09cb9 | /src/Control/UnitTest/CmdLine/Grammar.hpp | 36df89f24cc780bc4e3c01939e9b62b83c5f0b76 | [
"BSD-2-Clause"
] | permissive | supermangithu/quinoa | f4a452de8ff1011a89dec1365a32730299ceecc1 | 2dd7ead9592b43a06fa25fec2f7fa7687f6169bf | refs/heads/master | 2023-04-13T14:42:02.394865 | 2020-09-12T13:35:33 | 2020-09-12T13:35:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,721 | hpp | // *****************************************************************************
/*!
\file src/Control/UnitTest/CmdLine/Grammar.hpp
\copyright 2012-2015 J. Bakosi,
2016-2018 Los Alamos National Security, LLC.,
2019-2020 Triad National Security, LLC.
All rights reserved. S... | [
"jbakosi@lanl.gov"
] | jbakosi@lanl.gov |
43ac23a328ec64bd6bebc3a5e37002c0eb28c8b4 | 524e30074edb03424218e937d92b2a89592a4373 | /src/config/Http_config.cpp | fc2f5d54b0f44093e6b93bb8acd42823bcfb7238 | [] | no_license | mnaji42/Webserv | 677fe158ea575fab8a82cd8679d7e98d11aed920 | 817e52ee3d7e21d3b910e181d5c0531c79cfc39c | refs/heads/master | 2023-02-09T03:45:12.341385 | 2021-01-04T11:37:39 | 2021-01-04T11:37:39 | 326,664,171 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,213 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Http_config.cpp :+: :+: :+: ... | [
"mehdi.n.1993@gmail.com"
] | mehdi.n.1993@gmail.com |
7093d90229b0bd9768a69248443227cd3ceb5760 | 78aa3bf3253370629766770cb00b523f1d406bcd | /src/editor/PointEntRenderer.h | 86180e24eff5aae576d28b4869e3dffb85eac81a | [
"Unlicense"
] | permissive | huidaoyuandian123/bspguy | 5b0517afe0a1b13de0957a129ea8ed8936612930 | 7d72ce7df394a90248b45a9c7f1667193826fba6 | refs/heads/master | 2023-07-04T21:14:32.619222 | 2021-04-04T05:59:32 | 2021-04-04T05:59:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 694 | h | #pragma once
#include "util.h"
#include "Fgd.h"
#include "VertexBuffer.h"
struct EntCube {
vec3 mins;
vec3 maxs;
COLOR4 color;
VertexBuffer* buffer;
VertexBuffer* selectBuffer; // red coloring for selected ents
VertexBuffer* wireframeBuffer; // yellow outline for selected ents
};
class PointEntR... | [
"drake.rhunter@gmail.com"
] | drake.rhunter@gmail.com |
ddbf3645697b9cdd7ce3e1cadac2335f4610eab7 | 597995f8465ef515b58985386688d0e05b2f73d6 | /Project/DXRDemo/Source/Private/main.cpp | 41868d60e2460ca81fd31e59dbac6a8b44a8f49e | [] | no_license | Shuusui/DXRDemo | cb41347b5a4dc2d87eeea82b9d5c7802b8b01a4b | 23a085a67b3d0cccb334d1bd4f128a476ddbb79e | refs/heads/master | 2020-04-20T21:59:27.070077 | 2019-10-26T13:52:54 | 2019-10-26T13:52:54 | 169,125,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,813 | cpp | #pragma region Includes
#include <windows.h>
#include "DX12.h"
#include "SharedMacros.h"
#include "WindowManager.h"
#include "SharedStructs.h"
#include "AssetManager.h"
#pragma endregion
int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
{
UtilRen::SWindowCreationParams wndCreat... | [
"K.schaefer92@gmx.de"
] | K.schaefer92@gmx.de |
e733c98f254e1ae12a762353e569c22f9961a06c | 7f2a1d62ff56a55e8b0ea1cf93ff2be0e629494b | /Chapter18/exercises/18.16/ex_1816.cpp | a01d506cf299e22a6d937f87ebac379b19a7e747 | [] | no_license | yousirong/Cpp-How-To-Program-9E-master | ffad7f164358dbc30a2298a377dfd46351299e9b | aab924f56281d61d62dab804b0ae3ac7ab07f515 | refs/heads/main | 2023-08-22T22:42:23.976286 | 2021-03-09T11:57:37 | 2021-03-09T11:57:37 | 346,019,565 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,506 | cpp | /*
* =====================================================================================
*
* Filename: ex_1816.cpp
*
* Description: Exercise 18.16 - Counting Palindromes
*
* Version: 1.0
* Created: 20/02/17 10:38:24
* Revision: none
* Compiler: g++
*
* Auth... | [
"80014277+yousirong@users.noreply.github.com"
] | 80014277+yousirong@users.noreply.github.com |
697d4cb6e3afe49deaab173c0952e55c43878987 | 7b0ad6eb7781119997b8dc51822b5bca1bcaf2c7 | /src/ui/wizard/BudgetSourceWizard.hpp | 975f77c810a7013f5ee3eea82735beb866303f9d | [
"Apache-2.0"
] | permissive | vimofthevine/UnderBudget | 7fce75d9cada97e566afecde9aa4c3980fe1238f | 0df01460d28f82f65af64a060e792d1551d60001 | refs/heads/master | 2021-01-01T10:13:58.770184 | 2015-05-27T09:57:44 | 2015-05-27T09:57:44 | 1,743,072 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,232 | hpp | /*
* Copyright 2013 Kyle Treubig
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"kyle@vimofthevine.com"
] | kyle@vimofthevine.com |
f0516989c4808ce2184a35c318b84e59659d6246 | b45255c4ee39791de879422cbe06485de56148fb | /程序设计II_c++/12428 [STL] map and pair _from lecture 8/Latest Submission/EX8_7.cpp | 8facfe3441ed935b9fed0405bad09f7b5b515cf0 | [] | no_license | yoyo-hu/Programming-exercises | 4e60f50f63ec102ae5d1333d393349f156167e87 | cda87dcc477839e096500710eed470a94ae19200 | refs/heads/master | 2023-06-20T00:15:58.746894 | 2021-07-15T05:28:28 | 2021-07-15T05:28:28 | 386,024,430 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 432 | cpp | #include <iostream>
#include <map>
using namespace std;
int main() {
map <char, int>m;
int i;
//put pairs into map
m.insert(pair<char, int>('A',65));
char ch;
cout <<"enter key:";
cin >>ch;
map<char, int>::iterator p;
//find value given key ch
p=m.find('A');
if (p!=m.end(... | [
"1417193568@qq.com"
] | 1417193568@qq.com |
dadd8d678ff276742b5b2832d048f4b727330879 | ac95586cc66e3b686929a9dadb4805048efd1b3d | /Controllers/StartController.cpp | 07a36e9674b6ab6fa1e2ebcb571e4cf8ad5d35ca | [] | no_license | abadillo999/KlondikeOldVersion | dd52c450980a3dbd920b2ce168c8eef088a4b4c5 | 3c0b2ef03b94d4fd32c776e453824b434706cca6 | refs/heads/master | 2021-05-12T16:01:13.277760 | 2018-01-10T19:18:02 | 2018-01-10T19:18:02 | 117,000,099 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 602 | cpp | /*
* StartController.cpp
*
* Created on: 6 Nov 2017
* Author: alejandrobadillo
*/
#include "StartController.h"
namespace Controllers {
StartController::StartController(Models::Game* game): Controller (game){
}
StartController::~StartController(){
}
void StartController::manualStart(bool manual){
Controll... | [
"noreply@github.com"
] | abadillo999.noreply@github.com |
2a8fa0f4570f46b6c495ded58333458ce86d9d2f | db8be521b8e2eab424f594a50886275d68dd5a1b | /Competitive Programming/TEST/webcam/CPPfile.cpp | 6e67b32c36d18002222a58e7d51840597766f71b | [] | no_license | purnimamehta/Articles-n-Algorithms | 7f2aa8046c8eef0e510689771a493f84707e9297 | aaea50bf1627585b935f8e43465360866b3b4eac | refs/heads/master | 2021-01-11T01:01:53.382696 | 2017-01-15T04:12:44 | 2017-01-15T04:12:44 | 70,463,305 | 10 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 6,736 | cpp | #include "VideoCapture.h"
//VIDEODEVICE
//public
VideoDevice::VideoDevice()
{
friendlyname = (char*) calloc(1, MAX_DEVICE_NAME * sizeof(char));
filtername = (WCHAR*) calloc(1, MAX_DEVICE_NAME * sizeof(WCHAR));
filter = 0;
}
VideoDevice::~VideoDevice()
{
free(friendlyname);
free(filtername);
}
const char* Video... | [
"me@lefeeza.com"
] | me@lefeeza.com |
c4d5063b528c0eb1397f65defb8f434424c62a7a | abdfad0a4c83c80050749e3010c5099bd3a35d81 | /src/ST7789display.h | a1c57441622d7b2931a36c4e642d9348bfdfc5ea | [
"MIT"
] | permissive | narfg/gbemulator | ddd3a5e59fa366ebe055fadeee67de527d7c4590 | 4f911e50df966a79177b458f6f618f02d940e88c | refs/heads/master | 2020-09-12T19:55:56.345832 | 2020-05-02T13:13:10 | 2020-05-02T13:13:10 | 222,533,488 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,119 | h | #pragma once
#include <cstdint>
#include <array>
#include <Adafruit_GFX.h> // Core graphics library
#include <Adafruit_ST7789.h> // Hardware-specific library for ST7789
#include <SPI.h>
#include "display.h"
// Display Settings
const int TFT_CS = 5;
const int TFT_RST = 19;
const int TFT_DC = 2;
// HW SPI will us... | [
"timhabigt@gmail.com"
] | timhabigt@gmail.com |
d512545a69b5c4293a4d605e05080b40b9467151 | 0716239a35565af06dde9d3ae7c269d5e1fa83b5 | /src/qt/bitcoinaddressvalidator.cpp | 3d68528146be4923b21dcc21352260ed2ca45484 | [
"MIT"
] | permissive | btc20/bitcoin2.0 | 72feb95af1ba9079f189b858745de3ba17662373 | e7a54b00ebd0e8d20f4d5315cc9a21c77ded25cd | refs/heads/main | 2023-03-19T21:23:18.801815 | 2021-03-18T00:41:09 | 2021-03-18T00:41:09 | 348,489,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,922 | cpp | // Copyright (c) 2011-2018 The Bitcoin Core developers
// Copyright (c) 2017-2020 The Qtum Core developers
// Copyright (c) 2020 The BITCOIN2Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <qt/bitcoinadd... | [
""
] | |
0c7d667dcd95f24edd4e8d20477b05fc36d4fe4e | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /gpdb/src/model/DescribeWaitingSQLInfoRequest.cc | 5e5f4a45ed81d6477de1ce78827eb22bbab410fb | [
"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 | 2,051 | cc | /*
* 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 by... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
90aa8fd36b3644baae475bab41cce5434b9dfee0 | 20aaa0f98403712526b5080043968f946c3906f7 | /SGUI/Src/Platform/OpenGl/OpenGlTexture.cpp | 147633caaf1c8346f96d2c80fd07d2c9e303ae82 | [
"Apache-2.0"
] | permissive | saimankhatiwada/SGUI | 61a72c5ce8d18633ce4cd28c83284e25866dbec2 | 5f3d023c9309e9d34a9d80888ac221c799aa92e0 | refs/heads/main | 2023-04-10T17:19:09.503419 | 2021-04-14T16:35:40 | 2021-04-14T16:35:40 | 298,014,341 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,618 | cpp | #include "hzpch.h"
#include "Platform/OpenGL/OpenGLTexture.h"
#include <stb_image.h>
namespace SGUI {
OpenGLTexture2D::OpenGLTexture2D(uint32_t width, uint32_t height)
: m_Width(width), m_Height(height)
{
SG_PROFILE_FUNCTION();
m_InternalFormat = GL_RGBA8;
m_DataFormat = GL_RGBA;
glCreateTextures(GL_TE... | [
"saimankhatiwada9611@gmail.com"
] | saimankhatiwada9611@gmail.com |
da2d94acd25cfcc358106f71aaf5994e97248d85 | 9b4f6fa69ec833198d5e27bef0453ffce21da316 | /08-28_queue/radix_practice.cpp | f2e7c6cfd9319e5ff25159e5654e4e5bc625f3d7 | [] | no_license | nattee/data2019 | cec667fc90d35689815557a9f4c546fa11f35a63 | 3f9373bf6fbaac4ec83bd4e7beba160e5f63eb42 | refs/heads/master | 2020-07-04T15:37:10.427297 | 2019-10-16T04:04:14 | 2019-10-16T04:04:14 | 202,326,521 | 2 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 627 | cpp | #include <iostream>
#include <vector>
using namespace std;
int getDigit(int v, int k,base) { // return the kth digit of v
int i;
for (i=0; i<k; i++) v /= base;
return v % base;
}
void radixSort(vector<int> &data, int d) { // d = #digits
int base = 10;
//declare queue as a vector
for (int k=0... | [
"nattee@gmail.com"
] | nattee@gmail.com |
c47f3cc3e0fde8d1a806ba7582d1a363d4b63c67 | 0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd | /chrome/browser/ui/views/login_view.cc | 901494db1bb31d74636bd5871b24a03f00f3b0be | [
"BSD-3-Clause"
] | permissive | yachtcaptain23/browser-android-tabs | e5144cee9141890590d6d6faeb1bdc5d58a6cbf1 | a016aade8f8333c822d00d62738a922671a52b85 | refs/heads/master | 2021-04-28T17:07:06.955483 | 2018-09-26T06:22:11 | 2018-09-26T06:22:11 | 122,005,560 | 0 | 0 | NOASSERTION | 2019-05-17T19:37:59 | 2018-02-19T01:00:10 | null | UTF-8 | C++ | false | false | 4,421 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/views/login_view.h"
#include "chrome/browser/ui/views/harmony/chrome_layout_provider.h"
#include "chrome/browser/ui/views... | [
"artem@brave.com"
] | artem@brave.com |
0bf5eee47da4a83c0dd56a566ecc9ae21e3ff4c2 | d9956aaa7436a7843603aa547535d9c7fdaa5c2f | /proj-01/proj-01-files/grading/minigl.cpp | c42c448731f044bbd714f71e4d6ab7fc2d688ad2 | [] | no_license | xzhou016/CS130 | 434d7930949e94c67eaebef1693bfb526833708c | 5dae7ee9877672e5080a3257e27eb4cb464a334b | refs/heads/master | 2021-03-27T16:44:27.136745 | 2016-10-25T17:28:42 | 2016-10-25T17:28:42 | 70,532,538 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,705 | cpp | /**
* minigl.cpp
* -------------------------------
* Implement miniGL here.
*
* You may include minigl.h and any of the standard C++ libraries.
* No other includes are permitted. Other preprocessing directives
* are also not permitted. These requirements are strictly
* enforced. Be sure to run a test grading... | [
"xzhou016@ucr.edu"
] | xzhou016@ucr.edu |
82b6a2982691e35ceb8647a64e87439e029b5744 | c43aa45c8fb06fead80b5af8de59425d9ef3db05 | /Project 2 - Template/Joint Project 2/Dealer.h | e39e739179fb4d7849320b913e0b5eba27dc7aad | [] | no_license | powerb/Practice | 951cbcccffc627259e532e1b43522f7b1b3b881c | c165fc5d6b2d884eb97887a094fa468b586c2321 | refs/heads/master | 2022-05-24T10:10:42.860364 | 2020-05-01T15:45:11 | 2020-05-01T15:45:11 | 260,474,166 | 0 | 0 | null | 2020-05-01T14:18:41 | 2020-05-01T14:07:38 | null | UTF-8 | C++ | false | false | 74 | h | #pragma once
class Dealer
{
public:
Dealer();
}; | [
"noreply@github.com"
] | powerb.noreply@github.com |
58c2ff8a9824149bde143e92b4f4e86a34c15d91 | a3f1ad55251bf6fbf3dba25294701e898e79da34 | /树的前中后遍历/test.cpp | 05fb70a336f5cfe1834c5c1ba8936294bfba6305 | [] | no_license | 1299960335/code | 0814ebfaaba3b75acbe20dcbfb4a0f9792c59cf4 | 777fa27ad7c2be33ce82e63e754aea3f8dcd6439 | refs/heads/master | 2023-07-17T05:39:53.706264 | 2021-08-26T14:43:55 | 2021-08-26T14:43:55 | 310,982,360 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 928 | cpp | class Solution {
public:
/**
*
* @param root TreeNode类 the root of binary tree
* @return int整型vector<vector<>>
*/
void first(vector<int> &v,TreeNode*root){
if(root==nullptr){
return;
}
v.push_back(root->val);
first(v,root->left);
first(v,r... | [
"1299960335@qq.com"
] | 1299960335@qq.com |
0dae44a1fbeffd5428db66d70b9130b742410351 | d19d5f5f2f7e44884932aa087c63a549f53f0907 | /SwingEngine/SEGeometricTools/Distance/SEDistSegment2Segment2.cpp | 8c92471b55e4ef256a986e89d21f223187cebea5 | [] | no_license | jazzboysc/SwingEngine2 | d26c60f4cbf89f0d7207e5152cae69677a4d7b18 | d7dbd09a5e7748def0bd3fa6a547b1c734529f61 | refs/heads/master | 2021-03-27T11:05:20.543758 | 2018-07-13T09:42:22 | 2018-07-13T09:42:22 | 44,491,987 | 3 | 0 | null | null | null | null | GB18030 | C++ | false | false | 15,465 | cpp | // Swing Engine Version 2 Source Code
// Most of techniques in the engine are mainly based on David Eberly's
// Wild Magic 4 and 5 open-source game engine. The author of Swing Engine
// learned a lot from Eberly's experience of architecture and algorithm.
// Several subsystems are totally new, and others are reorgani... | [
"S515380c"
] | S515380c |
14c2f8aa4b4d67c7a8fc037b9697615efb6f73b1 | e039dbfd3f94edf3834b061749f1189cc29f28a1 | /MayaExporterForER/MayaExporterForER/include/maya/MAtomic.h | 0e6aec368d48ffa2b17067553a3abe29000b4628 | [] | no_license | yvetterowe/Maya-Plugin-for-Elvish-Render | 401a66d75b87b98168e63083c19aa383cba99f56 | cea337b9f10ab81294c3a9e07d64bdd6c82f634f | refs/heads/master | 2021-05-28T08:53:45.483445 | 2015-02-22T21:49:04 | 2015-02-22T21:49:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,355 | h | #ifndef _MAtomic
#define _MAtomic
//-
// ==========================================================================
// Copyright (C) 1995 - 2008 Autodesk, Inc., and/or its licensors. All
// rights reserved.
//
// The coded instructions, statements, computer programs, and/or related
// material (collectively th... | [
"yvetterowe1116@gmail.com@f82b52a9-fb2f-50e7-dc0d-a1cbf65dcd3b"
] | yvetterowe1116@gmail.com@f82b52a9-fb2f-50e7-dc0d-a1cbf65dcd3b |
d91bd205a20ed59da668202d894df252b83f59ed | 87c12524efba5a739caa1f8b31b503f4bf1e2979 | /CATHETEN.cpp | 52cfecd4e810f24d44aed03cbb4d49b7815909bd | [] | no_license | Ironman0505/Spoj-1 | fe234ab5f70f239090caece9ca888df3de61c22a | d4e6db21ee1ce6cc5bc65a61ae1aeb0d30d0278d | refs/heads/master | 2022-01-18T22:17:03.575047 | 2014-09-01T18:42:56 | 2014-09-01T18:42:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,271 | cpp | #include<iostream>
#include<cstdio>
#include<climits>
#include<string>
#include<cstring>
#include<algorithm>
#include<vector>
#include<stack>
#include<queue>
#include<set>
#include<cmath>
#include<queue>
using namespace std;
#define inp(a) scanf("%lld",&a)
#define line(a) printf("%lld ",a);
#define next(... | [
"piyushagarwal.mnnit@gmail.com"
] | piyushagarwal.mnnit@gmail.com |
899917c0637702a6271028df72fa361659b31856 | 308f3cb8a30fcacd8851cc2ed979949b643cf1d9 | /bzoj__orzliyicheng/p1015.cpp | 19038ba5c2e68115c6c6b1595a6dda8eb39d301f | [] | no_license | szh-bash/ACM | 9a49859644d077bcb40f90dbac33d88649e7b0f3 | 3ddab1ab8f9b8a066f012f2978ee9519d00aec54 | refs/heads/master | 2022-08-08T19:20:09.912359 | 2022-07-20T10:43:57 | 2022-07-20T10:43:57 | 98,170,219 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,307 | cpp | #include <cstdio>
#include <cstring>
#include <cstdlib>
#include <iostream>
using namespace std;
int n, m, cnt, p, ans, f[200010], l[200010], an[200010], next[1000100], nu[1000100], fa[200010], a[200010];
void add(int u, int v){
next[++cnt]=next[u];next[u]=cnt;nu[cnt]=v;
}
int father(int x){
if (fa[x]==x) retur... | [
"342333349@qq.com"
] | 342333349@qq.com |
c4c0856f0cd8efc42b6b122b498293ad9a162204 | 887f3a72757ff8f691c1481618944b727d4d9ff5 | /third_party/gecko_1.9.2/win32/gecko_sdk/include/nsIToolkitProfile.h | 6f7211c021f6d2328958de00431765524becee2c | [] | no_license | zied-ellouze/gears | 329f754f7f9e9baa3afbbd652e7893a82b5013d1 | d3da1ed772ed5ae9b82f46f9ecafeb67070d6899 | refs/heads/master | 2020-04-05T08:27:05.806590 | 2015-09-03T13:07:39 | 2015-09-03T13:07:39 | 41,813,794 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,567 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/mozilla-1.9.2-win32-xulrunner/build/toolkit/profile/public/nsIToolkitProfile.idl
*/
#ifndef __gen_nsIToolkitProfile_h__
#define __gen_nsIToolkitProfile_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't ... | [
"gears.daemon@fe895e04-df30-0410-9975-d76d301b4276"
] | gears.daemon@fe895e04-df30-0410-9975-d76d301b4276 |
a0f372d4cb197028ec80f82a8f8a1d60c2534620 | f061d1ec69b8c26e827d581f56cfd0b1fd7ae5b6 | /src/qt/tradingdialog.cpp | b6ea1f678e6ca0c7a965c5917d66f23af25266a7 | [
"MIT"
] | permissive | seatrips/XUVCoin-WORKING | 5f9d1b3056386284610f846f92d0dfc16715bee9 | 585dea87c75804a41fa67b3d242501701722c89e | refs/heads/master | 2021-05-06T12:05:11.702975 | 2017-12-08T08:51:48 | 2017-12-08T08:51:48 | 113,038,941 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 53,999 | cpp | #include "tradingdialog.h"
#include "ui_tradingdialog.h"
#include "clientmodel.h"
#include "walletmodel.h"
#include <qmessagebox.h>
#include <qtimer.h>
#include <rpcserver.h>
#include <QClipboard>
#include <QDebug>
#include <QNetworkAccessManager>
#include <QNetworkRequest>
#include <QNetworkReply>
#include <QUrl>
#i... | [
"33975900+XUVCoin@users.noreply.github.com"
] | 33975900+XUVCoin@users.noreply.github.com |
9845334c6feb0408e36bb989f5f96baddf908efc | 636b7777cf328f82f44ae2cebb031eaab52655b3 | /0407-1/Son.hpp | ff4e9fccb7d3171d2d4714a61eca540bd73ae0ba | [] | no_license | luxsv/lab | a04e749ccae7adb6ffeb071246e8cb746c4eb6ea | a06e46dc6e0ac69757a8b9049a157254ed484f7f | refs/heads/master | 2021-01-01T06:48:25.084315 | 2017-07-17T20:46:57 | 2017-07-17T20:46:57 | 97,520,642 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 533 | hpp | //
// Son.hpp
// 0407-1
//
// Created by Serg on 7/4/17.
// Copyright © 2017 Sergii Kushnir. All rights reserved.
//
#ifndef Son_hpp
#define Son_hpp
#include "Daddy.hpp"
using namespace std;
using namespace grandpa;
using namespace daddy;
namespace son {
class Son : public Daddy {
public:
Son(co... | [
"luxsv0@gmail.com"
] | luxsv0@gmail.com |
f3de1e89b28dae350575095df58f038ea7a8c1a8 | 3b7634bae64b4750f79fd611926478f255498c72 | /main.cpp | 2f44b2b9291a887e8558c5731375a5cbaea0c459 | [] | no_license | abduelabied/Assignment-3-oop | f533cdcef8010dbdbe341f23413ff77bb0c87def | b03797112020279a6e77c40a79cf77f6f1aba4bb | refs/heads/master | 2020-04-07T03:03:31.234877 | 2018-11-17T16:44:08 | 2018-11-17T16:44:08 | 158,000,759 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,533 | cpp | #include <iostream>
#include<vector>
using namespace std;
//this recursion function take a character array and empty vector to put our combination in it
//and take string called now put the current char in it
//take our input as a string like "123" or "367" and so on
// int called index to know our index
void Re... | [
"noreply@github.com"
] | abduelabied.noreply@github.com |
37c9f0410b42cbffd0167bf17c5198446c3dd3ac | 0d1645e912fc1477eef73245a75af85635a31bd8 | /sdk/js/include/nsIPresShell.h | 7a90912e51b8b6da1bb484e2d4f03e37b28ef101 | [
"MIT"
] | permissive | qianxj/XExplorer | a2115106560f771bc3edc084b7e986332d0e41f4 | 00e326da03ffcaa21115a2345275452607c6bab5 | refs/heads/master | 2021-09-03T13:37:39.395524 | 2018-01-09T12:06:29 | 2018-01-09T12:06:29 | 114,638,878 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48,485 | h | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Licens... | [
"qianxj15@sina.com"
] | qianxj15@sina.com |
16338d73b5cd6265bb87ae9596f0a647d635fc8b | c9014ab122470e4a609f7164dbd18f141c9d0a0e | /201224_software_rx_tx_arduino2/201224_software_rx_tx_arduino2.ino | a1fb12fcbba7ce69990527b4d0a5a8c42a91f4a8 | [] | no_license | hhayoung/arduino | b64af24f645c10d8ddf5c088b70f53dee397fa74 | 31da025b485cf4d765e4206c7227a97ff4b6d675 | refs/heads/master | 2023-03-16T11:51:37.495239 | 2021-02-25T13:30:05 | 2021-02-25T13:30:05 | 330,833,377 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 780 | ino | #include <SoftwareSerial.h>
// 소프트웨어적으로 시리얼통신을 하기 위해 만들어줌.
SoftwareSerial mySerial(2,3); //(RX pin, TX pin); RX-받음. TX-보냄.
int led1 = 4;
int led2 = 8;
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
mySerial.begin(9600);
pinMode(led1, OUTPUT);
pinMode(led2, OUTPUT)... | [
"noreply@github.com"
] | hhayoung.noreply@github.com |
bf700ad4861aeda346dc3236d419d2810873e1af | bf4e779d3164ac662be09e30bacd956e58ebc75b | /1107.cpp | c2a412e7e80e1ff2ff777f1c3a3bbbbadf2ff145 | [] | no_license | EdsonYamamoto/URI-Online-Judge-AD-HOC | 8e6552a2d9387abf8f709bfd2179e559ee8187f1 | 9b4626b5fb179d9ba29f39caef39c2edd0c09b44 | refs/heads/master | 2021-01-11T21:54:02.725780 | 2017-01-13T16:24:57 | 2017-01-13T16:24:57 | 78,870,692 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,602 | cpp | /*
URI Online Judge | 1107
Escultura à Laser
Maratona de Programação da SBC Brasil
Timelimit: 1
Desde a sua invenção, em 1958, os raios laser têm sido utilizados em uma imensa variedade de aplicações, como equipamentos eletrônicos, instrumentos cirúrgicos, armamentos, e muito mais.
A figura acima mostra um diagrama... | [
"edsonkazyamamoto@gmail.com"
] | edsonkazyamamoto@gmail.com |
ca8132bb6406d4c55b9c76ff05f52b133274ad3a | d5ddd3c8cfda24ca90a9fe7962d2cf2017f2ea8e | /game/box.h | e58bc35b69f94ae5cc226f60585180238fd7f703 | [] | no_license | yjmantilla/hockey | 56c0553de3b3a9fe0c1b71830c03d1a954a26128 | fb63b1b3274547d2876edefd0cc9c05e16b7f388 | refs/heads/master | 2020-03-13T10:48:27.294589 | 2018-06-12T22:59:24 | 2018-06-12T22:59:24 | 131,090,540 | 0 | 1 | null | 2018-06-11T21:23:40 | 2018-04-26T02:43:41 | C++ | UTF-8 | C++ | false | false | 671 | h | #ifndef BOX_H
#define BOX_H
/* Libraries */
#include <QGraphicsItem>
#include <QPainter>
#include "vectorxy.h"
/*
* Box Class
*
* It represents the random box that which
* upon contact with the puck activates an effect
* an disappears.
*
* It moves with constant velocity around the field
* unaffected by othe... | [
"yjmantilla@gmail.com"
] | yjmantilla@gmail.com |
89bad466d614d6b3a9f7148b4a2dea58e9c37f57 | cc314b4405828d9ae2ab55768d37d237b1570a40 | /test/sample_out.cpp | 9cf4674afed77663ce27342f0319856d3e84b677 | [] | no_license | stephenchouca/lol2cpp | f7e3188a91c1d0e3ef3e2a29cb10feb149faa814 | f88757d2ec9cc7a8b51975f9ca8440105574f0b4 | refs/heads/master | 2020-12-30T09:59:09.558699 | 2014-05-11T18:17:21 | 2014-05-11T18:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,203 | cpp | // g++ -std=c++11 -O2 t.cpp
#include <iostream>
#include <type_traits>
#include <memory>
#include <string>
#include <cstdint>
#include <cstdlib>
#include <unordered_map>
#include <new>
#include <fstream>
struct A;
typedef long int NUMBR;
typedef double NUMBAR;
typedef bool TROOF;
typedef std::string YARN;
typedef st... | [
"stephen.chou@outlook.com"
] | stephen.chou@outlook.com |
8fe0a56cc55ce019a6b154f06aa9cc96a261d377 | d2c59879cbaa8f657da7124594607293a9ea2761 | /fdfr_demo/modules/mp/include/tuple.hpp | df77e8f96381dc6ed45f71e21fc6b772c235b631 | [] | no_license | freewind2016/bm1880-ai-demo-program | 9032cb2845a79b3bfebf270f8771ea6ee3f1e102 | d1634e5c314e346a1229c4df96efe9c37401cdd7 | refs/heads/master | 2022-06-01T02:39:57.883696 | 2020-03-20T01:56:43 | 2020-03-20T01:56:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,039 | hpp | #pragma once
#include <tuple>
#include "indices.hpp"
#include "tuple_cast.hpp"
namespace mp {
template <typename Tuple>
struct tuple_decay_impl;
template <typename... Types>
struct tuple_decay_impl<std::tuple<Types...>> {
using type = std::tuple<typename std::decay<Types>::type...>;
};
... | [
"liang.wang02@bitmain.com"
] | liang.wang02@bitmain.com |
40fb953a060582567be2722baf6ab31f02765291 | 8c8d4faed588f184369977054bc3ce2e64307f11 | /englstrccpp/main.cpp | 7c9184a7d7e16cc7a01ca3e8d1b23e31263c02aa | [] | no_license | tamojit-123/c_practice2 | 6920119a818de6387254c2c1bab45613944c2d5d | 4f120699b257e60fbd4f8122e330a3e619ef8f57 | refs/heads/main | 2023-07-15T04:55:51.708081 | 2021-08-14T07:46:51 | 2021-08-14T07:46:51 | 395,932,519 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 648 | cpp | #include <iostream>
using namespace std;
struct distance
{
int feet;
float inches;
};
int main()
{
distance d1, d3;
distance d2 = { 11, 6.25 };
cout << "\nEnter feet: ";
cin >> d1.feet;
cout << "Enter inches: ";
cin >> d1.inches;
d3.inches = d1.inches + d2.inches... | [
"noreply@github.com"
] | tamojit-123.noreply@github.com |
206aa572a5e7fc3b2863a09516dfcbfb3ebddc53 | 418bfbac7208b9cf6acdb2a347c5d02c91f25304 | /Fruit.cpp | aa7845f69be16155b65d24aab0fc53d368852989 | [] | no_license | aryan-gupta/Snake | 6c71ab5e71dcefd5ea345fc3b9bbc94feec11a38 | 8590147579a5db22aa8ed54e8862c8cba3964adb | refs/heads/master | 2021-03-30T18:07:33.996811 | 2017-05-28T19:39:31 | 2017-05-28T19:39:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 835 | cpp | /*
* Copyright (c) 2017 The Gupta Empire - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
*
* Written by Aryan Gupta <me@theguptaempire.net>
*
* =============================================================================
* @autho... | [
"kuantum.freak@gmail.com"
] | kuantum.freak@gmail.com |
9de019030097815bd1301f49917aed6cc20a7fe3 | 58a0ba5ee99ec7a0bba36748ba96a557eb798023 | /Olympiad Solutions/URI/2103.cpp | c14288ba9f542098178a97e56588f054ce382b66 | [
"MIT"
] | permissive | adityanjr/code-DS-ALGO | 5bdd503fb5f70d459c8e9b8e58690f9da159dd53 | 1c104c33d2f56fe671d586b702528a559925f875 | refs/heads/master | 2022-10-22T21:22:09.640237 | 2022-10-18T15:38:46 | 2022-10-18T15:38:46 | 217,567,198 | 40 | 54 | MIT | 2022-10-18T15:38:47 | 2019-10-25T15:50:28 | C++ | UTF-8 | C++ | false | false | 1,227 | cpp | // Ivan Carvalho
// Solution to https://www.urionlinejudge.com.br/judge/problems/view/2103
#include <cstdio>
#include <vector>
#define MAXN 10001
#define MODULO 1300031
using namespace std;
typedef pair<int,int> ii;
vector<ii> grafo[MAXN];
int processado_filhos[MAXN],processado_contar[MAXN],filhos[MAXN],resp,n,TC;
void... | [
"samant04aditya@gmail.com"
] | samant04aditya@gmail.com |
de7e20fb68dedf93a26433ecc1536f97a62c40b3 | 401eabe0dd0215efc852e59442724c4505ccccf8 | /BinaryTree/test.cpp | 346fea37e31770ccfa634f35cde62cc7d2be212d | [] | no_license | okpalaChidiebere/Data-Structures-And-Abstractions | 3625c3661f9cddecead3572e1c59381a916c2ef4 | db1c3c0b6854199b922bd056dd68e79fe559a696 | refs/heads/master | 2020-04-08T02:14:00.063990 | 2018-11-24T11:30:14 | 2018-11-24T11:30:14 | 158,927,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,869 | cpp | //--------------------------------------------------------------------
//
// Laboratory test.cpp
//
// Test program for the operations in the Binary Search Tree ADT
// Authors: Brandle, Geisler, Roberge and Whittington.
// C++ Data Structures, A Laboratory Course, 2009
//
//... | [
"noreply@github.com"
] | okpalaChidiebere.noreply@github.com |
62fb092b3c81dc1ceb5f6280a689e9632c823cee | 9eb36e2682acb2f701391e1428c30af719b5fa1c | /Midtern_2/Problem_5/hourly.cpp | c28e852d6ca42a388087bb79d04fdbce23f640f8 | [] | no_license | ab458629/Object-Oriented-Programming | 1f4147b2300ca045f476f82633a41860c2d059c7 | 879274e54b9e31522e5be94cc48b9094b15a704b | refs/heads/main | 2023-02-09T03:10:41.456966 | 2021-01-06T02:18:39 | 2021-01-06T02:18:39 | 304,189,040 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 494 | cpp | #include "hourly.h"
#include <iostream>
HourlyWorker::HourlyWorker(char * fn, char * ln, double wg, double hr) : Employee(fn, ln), wage(wg), hours(hr) {}
HourlyWorker::HourlyWorker(const Employee & em, double wg, double hr) : Employee(em), wage(wg), hours(hr) {}
double HourlyWorker::earning() const {
return... | [
"noreply@github.com"
] | ab458629.noreply@github.com |
aae84ca12777adbf4c14a7417d25158c733917e2 | e9907bc518adcd4770f6c62c2a792cbda396aff3 | /leetcode_path_with_minimum_effort.cpp | 0246a998180a41a1d354450fbeab09de42f9cecf | [] | no_license | md-qubais/DSA_updated | efa59fee40001b21c16fa76ef7bf300d725b5dfd | 93b9569670def3dc68073b133133642571d40631 | refs/heads/main | 2023-06-16T18:33:20.346480 | 2021-07-10T06:14:28 | 2021-07-10T06:14:28 | 384,624,998 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,633 | cpp | class Pair{
public:
int rows;
int cols;
int diff;
Pair(){
}
Pair(int rows,int cols,int diff){
this->rows=rows;
this->cols=cols;
this->diff=diff;
}
};
class compare{
public:
bool operator()(Pair p1,Pair p2){
return p1.diff>p2.diff;
}
};
class Solution {... | [
"hiq4dsa@gmail.com"
] | hiq4dsa@gmail.com |
cfa90006243927cbaa4778703ae230d5fe5307d8 | 63d3f1240a2813ec83ebddada2cc5d1906b1471b | /BasicCppStudy/PK_Game/monster.cpp | 8354dcd74104e6fb6ea715f08dc0bc7ef2dd300d | [] | no_license | DaleChen0351/basic_cpp_learn_repo | 67298e46d934a478ed439e5dfbca41b19ad491ed | 4898632238907f8b37877490ba3a492bd924187a | refs/heads/master | 2022-05-14T14:13:41.457853 | 2022-04-16T13:08:21 | 2022-04-16T13:08:21 | 226,445,129 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 967 | cpp | #include "monster.h"
Monster::Monster(int monsterId)
{
FileManager fm;
map<string, map<string, string>>m_monster;
fm.loadCSVData("resource/Monster.csv", m_monster);
string tem_id = std::to_string(monsterId);
string Id = m_monster[tem_id]["monsterId"];
this->monsterName = m_monster[tem_id]["monsterName"];
this... | [
"dalechen0351@gmail.com"
] | dalechen0351@gmail.com |
e55e88103e29a45cb635acc3f4dfe1d4f31289aa | 55d51e429d2291e43a1d17ab41d41770978b3474 | /stepiiteration.cpp | 1b56f23d287ca73292bdb4d7e6c08ca0d81fcc2a | [] | no_license | victoriablackmore/Extract-MAUS-data | 31449e7aac37e4b093a991d055d6427bc589be0e | 3f6c7da343fa6094b7bc10929a47a71ead122881 | refs/heads/master | 2021-01-19T03:02:06.342674 | 2018-03-02T20:01:35 | 2018-03-02T20:01:35 | 54,506,155 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,974 | cpp | #include "stepiiteration.h"
StepIIteration::StepIIteration(StepIBeamLine *beamline)
{
//_name = name;
//_file = new TFile(_name.c_str(), "recreate");
_beamline = beamline;
_z = _beamline->GetZ1() - _beamline->GetZ0();
//The output tree
/*
_T = new TTree("T", "T");
_T->Branch("good"... | [
"vb@somemailaddress.com"
] | vb@somemailaddress.com |
6ad3331773ed5c0e520fa0877f0d4ae150b3de66 | 5bf570d3729946b20fe24cf3ffbec25dea16378b | /editor/main.cpp | c618acc5b179681a03ca30402f8b11a11c37c873 | [
"Apache-2.0"
] | permissive | snumrl/SkelGen | 7566f56ccecf80009cbc5edda49cb2da26cc3591 | b8cf6d88b96d0e9323c637489264512d7caefaec | refs/heads/master | 2023-01-20T23:59:19.808312 | 2020-11-30T05:58:45 | 2020-11-30T05:58:45 | 289,837,018 | 31 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,289 | cpp | #include <boost/filesystem.hpp>
#include <stdlib.h>
#include <memory>
#include "EditorWindow.h"
#include "../APTOpt/APTWindow.h"
#include <stdio.h>
#include <algorithm>
#include <vector>
#include <string>
#include <GL/glut.h>
using namespace std;
void Render(int argc,char** argv,EditorWindow *editorWindow ){
cout<<... | [
"umsukgod@hanmail.net"
] | umsukgod@hanmail.net |
72810cb6c26d450ba0a5477b47ab939b6551df94 | e097ca136d17ff092e89b3b54214ec09f347604f | /include/amtrs/lang/java/class/android/media/MediaPlayer.hpp | f603479ce13a65c8786b68cb7e8d9b2797f92369 | [
"BSD-2-Clause"
] | permissive | isaponsoft/libamtrs | 1c02063c06613cc43091d5341c132b45d3051ee0 | 0c5d4ebe7e0f23d260bf091a4ab73ab9809daa50 | refs/heads/master | 2023-01-14T16:48:23.908727 | 2022-12-28T02:27:46 | 2022-12-28T02:27:46 | 189,788,925 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,948 | hpp | /* Copyright (c) 2019, isaponsoft (Isao Shibuya) All rights reserved. *
* Use of this source code is governed by a BSD-style license that *
* can be found in the LICENSE file. */
#ifndef __libamtrs__android__java_classes__android__media__MediaPlayer__hpp
#define __libamtrs__androi... | [
"isaponsoft@gmail.com"
] | isaponsoft@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.