blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ec91892cd74dc00e81b30ec2c1b9327543b2882a | a83bd1d678106585b552d2af1e7bcb62a36e6bb0 | /IAsset.h | a1a721fb567f5d3d78633b6d949f6e76f8041055 | [] | no_license | hugosouza/WarframeCalc | 0e728d2866d79f593e37f3209ed8a61ca82e0583 | 301644692e8b37f0b28785bf631ada8c8c001c0d | refs/heads/master | 2021-01-21T10:12:55.494247 | 2013-09-29T04:20:47 | 2013-09-29T04:20:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 217 | h | #ifndef _IASSET_
#define _IASSET_
#include <string>
class IAsset {
public:
virtual void setProperty(const std::string&, const std::string&) = 0;
virtual operator std::string() const = 0;
};
#endif // !_IASSET_
| [
"hsouza@gmail.com"
] | hsouza@gmail.com |
08b31e7220da255fab59c52db9d9bbceb51a9e6c | 5d7df73b1781048334698bd8d751ca61434fe55e | /Alice and Bob_card.cpp | 36bd73df899b0970bb0ad87be14059d84a759cc4 | [] | no_license | zoea2/MyCppCode | e2df3dd5153248f678825b07185f23d8350babac | 4bd73391149cefeb45097adc9664f05946b74a79 | refs/heads/master | 2016-09-05T14:01:47.580248 | 2013-10-24T11:31:43 | 2013-10-24T11:31:43 | 13,830,250 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,151 | cpp | #include <cstring>
#include <cstdio>
#include <set>
#include <algorithm>
using namespace std;
struct card{
int height;
int width;
bool isAlice;
};
bool cmp(card a,card b){
if(a.height != b.height){
return a.height > b.height;
}
else if(a.isAlice && !b.isAlice){
return true;
}
else if(b.isAlice && !a.isAlice... | [
"zoea19920810@gmail.com"
] | zoea19920810@gmail.com |
ef809108d97d2b14597a339b9c830724649ab456 | ac16a937f32602cf16114463f8e875a972f64c27 | /docs/dolfin/2016.1.0/cpp/source/demo/documented/bcs/cpp/Poisson.h | cae5e0a1becc5d4fdf3e3be75407f74ceb781abc | [] | no_license | mparno/fenics-web | 2073248da6f9918ffedbe9be8a3433bc1cbb7ffb | 7202752da876b1f9ab02c1d5a5f28ff5da526528 | refs/heads/master | 2021-05-05T04:45:46.436236 | 2016-12-06T20:25:44 | 2016-12-06T20:25:44 | 118,628,385 | 2 | 0 | null | 2018-01-23T15:21:47 | 2018-01-23T15:21:46 | null | UTF-8 | C++ | false | false | 165,808 | h | // This code conforms with the UFC specification version 2016.1.0
// and was automatically generated by FFC version 2016.1.0.
//
// This code was generated with the option '-l dolfin' and
// contains DOLFIN-specific wrappers that depend on DOLFIN.
//
// This code was generated with the following parameters:
//
// c... | [
"johannr@simula.no"
] | johannr@simula.no |
d7d0afb80548e7f2dadc9f9e514a271575a28b47 | c2e40c2e3c8819095bffe0da4253ecefd816bbd3 | /include/ops/declarable/generic/activations/relu6.cpp | c382ab613ecf28abbfa564080d8ad1e62490980c | [
"Apache-2.0"
] | permissive | kgnandu/libnd4j | 0d6be8ed41a4ac7d84b43a5fc5ae8271571d9abf | cd10946c4e6e9f0612c913b461f1a696e7986c79 | refs/heads/master | 2020-03-10T23:45:13.424945 | 2018-04-13T02:57:12 | 2018-04-13T02:57:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,062 | cpp | //
// created by Yurii Shyrma on 16.02.2018
//
#include <ops/declarable/CustomOperations.h>
namespace nd4j {
namespace ops {
////////////////////////////////////////////////////////////////////////
CONFIGURABLE_OP_IMPL(relu6, 1, 1, true, 1, 0) {
NDArray<T>* input = INPUT_VARIABLE(0);
NDArray<T>* outp... | [
"raver119@gmail.com"
] | raver119@gmail.com |
1a569ab7ffead64c7f5c78ee2289ea953d436be0 | 8ede6f13be7ebf4616fd326ba1504450b7267d3e | /Charts/vtkOpenGLContextBufferId.cxx | 1e4d17e4479a025534b0d4d1aa000d8ed2645ed3 | [
"BSD-3-Clause"
] | permissive | dbarbier/VTK | 2b9012579e3416c6f0927b360cec229c37888751 | 53b4547b13a30041dcef5cbff6de63c454c447ea | refs/heads/master | 2020-12-24T23:09:22.208231 | 2010-04-30T18:32:39 | 2010-04-30T18:32:39 | 640,392 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,087 | cxx | /*=========================================================================
Program: Visualization Toolkit
Module: vtkOpenGLContextBufferId.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This ... | [
"francois.bertel@kitware.com"
] | francois.bertel@kitware.com |
54fa9e930e624d50df6d67b5ba76642312372787 | 4a09cf5c9e66f49c408b73be72819fe11f12b89c | /data/teca_coordinate_util.cxx | a7a3116c2a74240b15e037a0ecf10967ac9bbda4 | [
"BSD-3-Clause-LBNL"
] | permissive | ddlddl58/TECA | 1a59e8000a56d2579c154771310dfff44a2197f4 | ba9cf18f454adff4c12de5ce89ccd61f429422b6 | refs/heads/master | 2022-07-04T18:48:10.064166 | 2020-01-27T20:06:57 | 2020-01-27T20:06:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,230 | cxx | #include "teca_coordinate_util.h"
#include "teca_common.h"
#if defined(TECA_HAS_UDUNITS)
#include "calcalcs.h"
#endif
#include <string>
#include <cstdio>
#include <ctime>
#include <sstream>
#include <iomanip>
namespace teca_coordinate_util
{
// ***********************************************************************... | [
"bloring@lbl.gov"
] | bloring@lbl.gov |
6083e19aff62f29d70fb19c6cef4e4c7a457a5a2 | 4dc9caed5cb3f4639587d3d596a82cd748254045 | /lib/common/Memory/SmallLeafHeapBlock.cpp | 8114046dd7be11a96828c0b45a8007b0a7aa4288 | [
"MIT"
] | permissive | jkrems/ChakraCore | 2e68c27a8a278c36bfa144f77dbd79398279c52b | 59b31e5821b7b8df3ed1f5021ed971da82cde9e1 | refs/heads/master | 2021-01-18T04:42:10.298111 | 2016-01-22T23:45:30 | 2016-01-22T23:45:30 | 50,215,307 | 2 | 0 | null | 2016-01-23T00:06:01 | 2016-01-23T00:06:00 | null | UTF-8 | C++ | false | false | 2,914 | cpp | //-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//---------------------------------------------------------... | [
"chakrabot@users.noreply.github.com"
] | chakrabot@users.noreply.github.com |
714aaefaf930e13d9aad9347afed70c60f19e897 | 9bc83c541368c2d369459dfaf0c5a8b52b8f82c0 | /viennacl/linalg/opencl/common.hpp | 5be76cd20c0fe482c6584afdf7fb06f3e543216c | [
"MIT"
] | permissive | ddemidov/viennacl-dev | 06d35dd992e712fd98ca3430fc993f34be428b1c | 0f7de9cd28e54a5ca8f7c2ab03263bc56bf004ef | refs/heads/master | 2021-01-18T10:19:21.797394 | 2015-04-06T07:30:53 | 2015-04-06T07:30:53 | 10,085,521 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,138 | hpp | #ifndef VIENNACL_LINALG_OPENCL_COMMON_HPP_
#define VIENNACL_LINALG_OPENCL_COMMON_HPP_
/* =========================================================================
Copyright (c) 2010-2014, Institute for Microelectronics,
Institute for Analysis and Scientific Computing,
... | [
"rupp@iue.tuwien.ac.at"
] | rupp@iue.tuwien.ac.at |
309c64bef275c55d5fff52010c7ce5d9cf956c81 | ce7ee2e071746e32e2b417b1480321d7730706af | /Examples/BuoyancyWaterExample.h | ee80e3174ebbfadaf24e92c461b2c643cf4e4aa0 | [
"MIT"
] | permissive | SilhouettesForYou/Vortex2D | 65d514d90e61c36438ca08ad852cb0d553627c67 | 418c3e094cf5f0bd8c19eaa62973c4b40aac2502 | refs/heads/main | 2023-02-15T15:06:36.365349 | 2021-01-15T08:43:40 | 2021-01-15T08:43:40 | 323,646,500 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,242 | h | //
// HydrostaticWaterExample.h
// Vortex2D
//
#include "Vortex2D.h"
#include "Rigidbody.h"
#include "Runner.h"
#include <functional>
#include <memory>
#include <vector>
extern glm::vec4 green;
extern glm::vec4 blue;
class HydrostaticWaterExample : public Runner
{
const float gravityForce = 100.0f;
public:
... | [
"amazedwang@163.com"
] | amazedwang@163.com |
1a6751db6ac4f56aed8bfdc3edd934b230fe42c3 | 61991c99981ee3d9bcef98d2a405c35ee55240fc | /src/accumulatormap.cpp | 3d2589604b876d409dd47eb51ca5955a3855aca2 | [
"MIT"
] | permissive | gocodevs/GoMasternode | 43204f252048854ff9bf51b1b8d7eed3d5a5fd26 | b58c381af19ddce63aaa5444e627b0abfd002229 | refs/heads/master | 2020-04-30T20:20:03.976322 | 2019-03-23T08:53:54 | 2019-03-23T08:53:54 | 171,640,901 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,741 | cpp | // Copyright (c) 2017 The PIVX developers
// Copyright (c) 2018 The Gocoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "accumulatormap.h"
#include "accumulators.h"
#include "main.h"
#include "txdb.h"
#inc... | [
"support@gomasternode.co"
] | support@gomasternode.co |
61bd7e19240be762141163b564eec31c1fa0d8ef | dfbe2e3f04e29dd30f67af8caf73aba4e4f97345 | /src/libgraphics/GLRenderer.cpp | 3a66c04f87e9f5f93ffafec8cc5f77bbfc56a064 | [] | no_license | rossomathieu/Ipsum | a0e236c87b27324bf5eebfc8a9ffc6904f0a139d | d2b3dc9864a197de7be034dc5189adc477096cfd | refs/heads/master | 2021-01-13T02:44:38.199626 | 2014-05-21T00:35:54 | 2014-05-21T00:35:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,603 | cpp | /*
* GLRenderer.cpp
*
* Created on: Apr 24, 2014
* Author: ross
*/
#include "GLRenderer.h"
GLRenderer::GLRenderer() {
// TODO Auto-generated constructor stub
}
GLRenderer::~GLRenderer() {
// TODO Auto-generated destructor stub
}
void GLRenderer::init(AERenderWindow &window) {
init = false;
renderWi... | [
"rossomathieu@gmail.com"
] | rossomathieu@gmail.com |
19a26b14d9efa66b135a0480d6f48c0626209405 | a6c8d127c8499b87aeff538e196d6e88205bd474 | /source/UnitTests/RenderEngine.tst/Buggy/local_include/Buggy.h | 191fb3aff493d8df46422dd6ee4894457a88d3a2 | [] | no_license | DavidSunny86/nextar | 752a1e158ea551f04f753137adccb2d732ef0a9e | effab6ba67d4810f03443658085025cbb19b400b | refs/heads/master | 2020-12-30T16:28:43.561303 | 2017-04-23T17:14:04 | 2017-04-23T17:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | h | /**
* Created on: 17th Sep 15
* @author: obhi
**/
#ifndef BUGGY_H_
#define BUGGY_H_
#include <EngineHeaders.h>
#include <UTApplication.h>
using namespace nextar;
class Buggy : public UTApplication {
protected:
Component* cameraEntity;
Component* meshEntity;
public:
virtual void _SetupScene(SceneAssetPtr& sce... | [
"obi.de.online@gmail.com"
] | obi.de.online@gmail.com |
ba7ac5cd41606b8654527c543ecab107ef440e20 | cd23efd9d44dd03791b41cfdd2d3f30c261ed8fd | /panda/src/glstuff/glCgShaderContext_src.h | 16dd9bcdb2e806dead35a3403ed540fe3d7afa84 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | jjkoletar/panda3d | 266b8009aea6fec1baee0849d87bc8c9bd4e295c | 32fb6814e7eea43c5e47e5783fbd1fbaefd5237d | refs/heads/master | 2021-01-25T01:04:29.392490 | 2015-05-14T15:18:20 | 2015-05-14T15:18:20 | 35,690,630 | 1 | 0 | null | 2015-05-15T18:43:11 | 2015-05-15T18:43:09 | null | UTF-8 | C++ | false | false | 2,342 | h | // Filename: glCgShaderContext_src.h
// Created by: jyelon (01Sep05)
//
////////////////////////////////////////////////////////////////////
//
// PANDA 3D SOFTWARE
// Copyright (c) Carnegie Mellon University. All rights reserved.
//
// All use of this software is subject to the terms of the revised BSD
// license. Y... | [
"git@rdb.name"
] | git@rdb.name |
cc9c035ef4b3d83f4cc7cf1badeeef45fd3ccae0 | 7b94410f5ce0090ac5e01375928f4f5afafba22b | /src/ofxAnalogTrigger.h | efee62c300aab49fee18d7bb8417d421f9f1383c | [] | no_license | johnty/ofxAnalogTrigger | 79c756672a5835f43d2e12f6eb3f74bc0c060dbb | 3dafbe3d9a9ceb5660c94d5d1c9a8af79cf80fba | refs/heads/master | 2021-01-01T16:13:30.712195 | 2015-02-26T22:29:54 | 2015-02-26T22:29:54 | 31,280,083 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,428 | h | //
// ofxAnalogTrigger.h
// exampleICubeX
//
// Created by johnty on 2015-02-24.
//
//
#ifndef OFXANALOGTRIGGER_H_
#define OFXANALOGTRIGGER_H_
#include "ofEvents.h"
class ofxAnalogTrigger {
public:
enum SensorState {
SENSOR_IDLE,
SENSOR_RISING,
SENSOR_FALLING,
SENSOR_... | [
"johnty@infusionsystems.com"
] | johnty@infusionsystems.com |
0297741fa31ad7ff164e852ee8f2dd3236363333 | c530fe72c290f7e9b2a9cab6382ef0e79c5f3fe1 | /Cellular-Toy/Window.hpp | 8dcf49211ee2125341e512cfbe2d93ea9ef7611e | [] | no_license | Halfbin/Cellular | 080e380b7cd9abc81b005d2ce54f4d0fa7ffd540 | 48fca623b9c286d564c9e45d787d0c2dc1a0668e | refs/heads/master | 2020-04-05T22:54:04.522564 | 2014-12-25T00:58:57 | 2014-12-25T00:58:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 493 | hpp |
#pragma once
#include <Rk/string_ref.hpp>
#include "Input.hpp"
namespace Ce
{
struct WindowUpdate
{
WindowUpdate (bool closed, v2i size, Input input) :
closed (closed),
size (size),
input (input)
{ }
bool closed;
v2i size;
Input input;
};
class Window
{
s... | [
"b.peggs@googlemail.com"
] | b.peggs@googlemail.com |
9c739f3c29e6baed14f43fe00dbb588ffd8a9558 | d81831fc3db24b8fbf6aa6bcab0312a86bf3a78d | /stockfish/src/position.h | 9aa4c44533cdf5f536b8232ea3a186245120b2e4 | [
"MIT"
] | permissive | oaki/chess-killer-chrome-extension | c21e49fddf6ff41ff9941f77abd5faac1037b5d9 | d36301e11cf19cc3e1c47d82e54dfe6bd687170f | refs/heads/master | 2021-11-26T22:11:40.078487 | 2021-11-18T20:40:31 | 2021-11-18T20:40:31 | 101,325,921 | 0 | 3 | MIT | 2018-01-17T20:52:31 | 2017-08-24T18:31:12 | JavaScript | UTF-8 | C++ | false | false | 12,104 | h | /*
Stockfish, a UCI chess playing engine derived from Glaurung 2.1
Copyright (C) 2004-2008 Tord Romstad (Glaurung author)
Copyright (C) 2008-2015 Marco Costalba, Joona Kiiski, Tord Romstad
Copyright (C) 2015-2016 Marco Costalba, Joona Kiiski, Gary Linscott, Tord Romstad
Stockfish is free software: you can re... | [
"pavolbinck@gmail.com"
] | pavolbinck@gmail.com |
3660ffe313d24f428f75b982090abcbbf1462151 | 52d70633c2e71602ec8d4c7c83fad121fc0998af | /Src/widget.h | 293d04be128549f5ee742ac7bacc6b0a9e10dda8 | [] | no_license | pengkunwang/Qt_Chat | a547ca31eb787e921517a7193dde92f6c43a055e | 0d147f8047d3c21acd78070de4a1cb7e36b34a79 | refs/heads/master | 2021-07-26T00:28:32.503422 | 2017-11-09T03:02:29 | 2017-11-09T03:02:29 | 110,060,378 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,686 | h | #ifndef WIDGET_H
#define WIDGET_H
#include <QWidget>
#include <QtNetwork>
#include <QtGui>
#include<QMessageBox>
#include<QScrollBar>
#include<QFileDialog>
#include<QColorDialog>
#include "tcpclient.h"
#include "tcpserver.h"
#include <QEvent>
namespace Ui {
class Widget;
}
enum MessageType{Message,NewParticipant... | [
"601652417@qq.com"
] | 601652417@qq.com |
ba71fb2e0120b9d147d125da35db97fc5249ba9d | 0bdcbb6d0cf2d7d4092e39ab5f7bd7882f20cac7 | /vscode/codes/tcsvitasum.cpp | bdd5ecdefa20973945740047ffcd508802b5068f | [] | no_license | varun7882/Programs_C-CPP | 3eafd69790c44e57bd9c73621301142e43b148cc | 950d44352b120af8c1df4c03bf2e682911bafc9e | refs/heads/master | 2022-03-08T12:37:42.383120 | 2019-11-15T08:59:51 | 2019-11-15T08:59:51 | 105,902,950 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,108 | cpp | #include<iostream>
#define m 1000000007;
typedef long long int dty;
dty power(dty x,dty y)
{
if(y==0)
return 1;
long long int p = power(x, y/2) % m;
p = (p * p) % m;
return (y%2 == 0)? p : (x * p) % m;
}
dty fact(dty x)
{
if(x==1 || x==0)
{
return 1;
}
else
{
... | [
"varun.srivastava@payufin.com"
] | varun.srivastava@payufin.com |
63153a94d246017ee09336e5963c3d3f556767b4 | 89dedd7f3c7acc81d12e2bcb2e716f9af9e5fa04 | /components/gcm_driver/instance_id/fake_gcm_driver_for_instance_id.cc | 2c328ddd8d806d18976eb202cc8f77e4af9a4d3c | [
"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 | 2,703 | cc | // Copyright 2015 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 "components/gcm_driver/instance_id/fake_gcm_driver_for_instance_id.h"
#include "base/bind.h"
#include "base/location.h"
#include "base/rand_util... | [
"bino.zh@gmail.com"
] | bino.zh@gmail.com |
af1acc2a8610d801013d1c130cb454bec30ced88 | 04251e142abab46720229970dab4f7060456d361 | /lib/rosetta/source/src/protocols/relax/CentroidRelax.hh | 9d0b88ca5ba16848fdea9d86800b813ef79bf4ca | [] | no_license | sailfish009/binding_affinity_calculator | 216257449a627d196709f9743ca58d8764043f12 | 7af9ce221519e373aa823dadc2005de7a377670d | refs/heads/master | 2022-12-29T11:15:45.164881 | 2020-10-22T09:35:32 | 2020-10-22T09:35:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,486 | hh | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"lzhangbk@connect.ust.hk"
] | lzhangbk@connect.ust.hk |
bd123584839a709789a733aa127a4d64525f299e | b45c1e7245061ef7fc3701d1d418766f5b92b55c | /lab5.cpp | ca24658d5f340c2ad30b8aae231426efbaefa9fc | [] | no_license | rodgerthat/CSCI_3080_Lab5 | 43e36b29343f39bdafb5a88be89ae7d376990bf9 | 08124dd66ba02bcbb5b79728293194c388e906e0 | refs/heads/master | 2021-01-23T06:45:22.866480 | 2017-04-05T15:27:49 | 2017-04-05T15:27:49 | 86,398,153 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,387 | cpp | /* Norris, Joel R.
* filename : lab5.cpp
* class : CSCI_3080
* instructor : Dr. Pettey
* description : read in the array-pointer representation of a graph,
* : tell which nodes are isolated, and print out the adjacency matrix.
*/
#include <iostream>
using namespace std;
int main()
{
const i... | [
"joel.r.norris@gmail.com"
] | joel.r.norris@gmail.com |
dddb058c89dde950ca429b0a94e3ab7ba2bcb12e | ee8d0069a06f82fe447f69d10fdfc7654aaf4f57 | /MyCppLibrary/MyCppLibrary/src/EventListener.cpp | 085ec659eb599089bbaf590dad4a3f0d7e280959 | [] | no_license | unakatsuo/MyDependencySample | 718f2440962c21cbbea7078f64c2ad8571d60a4c | 4a48b8e1640003cdfcc6c1b8493a6b012f47de51 | refs/heads/master | 2022-12-31T22:57:38.794079 | 2020-10-23T11:45:46 | 2020-10-23T11:45:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 288 | cpp | //
// EventListener.cpp
// MyCppLibrary
//
// Created by Quentin Fasquel on 06/10/2020.
//
#include "EventListener.hpp"
using namespace cppLibrary::events;
//EventListener::EventListener() {}
EventListener::~EventListener() {}
void EventListener::onEventReceived(Event *event) {}
| [
"quentin.fasquel@gmail.com"
] | quentin.fasquel@gmail.com |
2f4f5c25e56b5d3a458bb9f60a7693e187bfe499 | 2bac0b4f686c0722524cbd0f58a6f95f20cca4a8 | /1047.cpp | b063c636720e20ea5945a4eec67a317607933e0b | [] | no_license | rofi93/LOJ | 121bac336351a235d114a54628429f5c257770ac | d44b7621fd87fed9a15063eacd3a9eb26c0fb849 | refs/heads/master | 2021-01-17T17:55:10.891522 | 2018-09-23T18:51:36 | 2018-09-23T18:51:36 | 64,336,424 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,933 | cpp | /* -------------------------------- */
/* Name: MD. Khairul Basar */
/* Institute: HSTU */
/* Dept: CSE */
/* Email: khairul.basar93@gmail.com */
/* -------------------------------- */
#include <bits/stdc++.h>
/* all header files included */
#define fs first... | [
"khairul.basar93@gmail.com"
] | khairul.basar93@gmail.com |
6cbcabfc298febc6f839792decb63e8029331e47 | 91a2ab03eabacfb58e7fa3551327df86b9541a28 | /project/include/renderer/common/HardwareSurface.h | 2890f980c953325bf183bd6e18e19b917d1d0b00 | [] | no_license | sanyaade-teachings/openfl-native | b60030363ff01181dfc6de60958b1bdc7f30878e | 5a1b14cc3dd1fd76eb5f4e047071093120baed14 | refs/heads/master | 2021-01-20T16:38:42.558224 | 2013-11-20T21:28:00 | 2013-11-20T21:28:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,672 | h | #ifndef RENDERER_HARDWARE_SURFACE_H
#define RENDERER_HARDWARE_SURFACE_H
#include "renderer/common/Surface.h"
#include "renderer/common/HardwareContext.h"
namespace nme {
class HardwareSurface : public Surface {
public:
HardwareSurface (HardwareContext *inContext);
RenderTarget BeginRender (c... | [
"joshua@joshuagranick.com"
] | joshua@joshuagranick.com |
88015ff33452a8c8d43da7796be8b9b18ef31133 | 38ce487f417121bff95162e4df456d500d0fb848 | /src/httpserver.cpp | db1cdb2532d1e819aa05d39f2327c9e8e4fee19a | [
"MIT"
] | permissive | rtak-project/RTAKCore | 9fdce69ce1e31d664bb27893f2008105481c504f | 2794757a6531f2217bf1ad329f3d6cb050bfa3a9 | refs/heads/master | 2020-04-11T09:33:00.104627 | 2018-12-20T04:12:04 | 2018-12-20T04:12:04 | 161,664,605 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,996 | cpp | // Copyright (c) 2015 The Bitcoin Core developers
// Copyright (c) 2018 The PIVX developers
// Copyright (c) 2018 The RTAK developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "httpserver.h"
#include "chainparams... | [
"rtak.repo@gmail.com"
] | rtak.repo@gmail.com |
dab9b09ecabfe7bd1a77f00332ca2eb81609a628 | 0ff3961fab3d7aac799c9555853ef141ffe38eb1 | /Dev/JRCS/JRCSCore/jrcsbilateral.h | 10f84b07684d8a89268872d580704ec407e35d17 | [] | no_license | liupeng625/DevBundle | d8f8ff5a78730645e91a1a2a9c328c426f9deaa6 | daee1ace1fc929f629d2c916aee2922a02b41493 | refs/heads/master | 2021-03-12T01:55:17.966697 | 2018-09-13T10:04:38 | 2018-09-13T10:04:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,528 | h | #ifndef JRCSBILATERAL_H
#define JRCSBILATERAL_H
#include "sjrcsbase.h"
#include "jrcsbilateral.h"
namespace JRCS{
class JRCSCORESHARED_EXPORT JRCSBilateral:public SJRCSBase
{
public:
using JRCSBase::MatPtr;
using JRCSBase::MatPtrLst;
using JRCSBase::DMatPtr;
using JRCSBase::DMatPtrLst;
u... | [
"hsy19891228@yeah.net"
] | hsy19891228@yeah.net |
53a42f8f3b096e17447ac2e11569a99b522e3ad4 | 6506a1f7f639d9cf6ca5921d17012d872368b843 | /Baekjoon/5218.cpp | 2a33347c8e337dd8f23ce5572a1c4579402ecb60 | [] | no_license | onnoo/Online-Judge | c844dd1a6032eff2df32598ef93d6d9e3a4a070f | 7df441657cc7750c3d90141e7462f3a2f72213a0 | refs/heads/master | 2022-06-06T18:30:57.732490 | 2022-03-19T09:28:15 | 2022-03-19T09:28:15 | 163,737,364 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 495 | cpp | #include <iostream>
#include <string>
using namespace std;
int main(void)
{
int N;
scanf("%d", &N);
for (int i = 0; i < N; i++)
{
string s1, s2;
cin >> s1;
cin >> s2;
printf("Distances: ");
for (int j = 0; j < s1.size(); j++)
{
if (s2[j] >= ... | [
"sweyjw@gmail.com"
] | sweyjw@gmail.com |
e13289eb67fa9b17171bfc6a46d59d7e1f7937c8 | f4f8e9b55f4ec4a6733bd71596c7206d1270094b | /tensorflow-yolo-ios/dependencies/eigen/doc/snippets/MatrixBase_noalias.cpp | d6ea069bc0995489ada71571652b2be4f157a1d4 | [
"MIT"
] | permissive | initialz/tensorflow-yolo-face-ios | 1e71a73c9814a24fc3ca36a61f2abc7a4b32ad63 | ba74cf39168d0128e91318e65a1b88ce4d65a167 | refs/heads/master | 2021-08-19T19:22:34.604864 | 2017-11-27T07:39:21 | 2017-11-27T07:39:21 | 112,151,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 128 | cpp | version https://git-lfs.github.com/spec/v1
oid sha256:d6b2aa9e49fd77eecdc6d9f82c174c4bcade0eb60cdb37e82c734d2214570cfb
size 129
| [
"kaiwen.yuan1992@gmail.com"
] | kaiwen.yuan1992@gmail.com |
61b0ff33700c0feca5627c3eb42682c01bba8c53 | f62e6bf812b46ed7b7011bfa4487f4bb940a86c9 | /sualaidayngoac.cpp | 25ede9295a1a4157fe30f4e5b03482a47e56162e | [] | no_license | diepdao1708/CPP | a18ae6904783b03ab4af0776aeff1268f190b473 | b94421300cf0a9db280887a817e8d09509899fbe | refs/heads/main | 2023-07-14T18:50:26.199755 | 2021-08-23T09:02:27 | 2021-08-23T09:02:27 | 366,944,692 | 12 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 600 | cpp | #include<bits/stdc++.h>
using namespace std;
string s;
void solve()
{
cin>>s;
stack<char> st;
//st.push(s[0]);
for(int i=0; i<s.length(); i++)
{
if(s[i]==')')
{
if(st.size()>0&&st.top()=='(')
{
st.pop();
}
else st.push(s[i]);
}
else if(s[i]=='(') st.push(s[i]);
}
int dem=0;
while(st.size... | [
"diepdao1708@gmail.com"
] | diepdao1708@gmail.com |
e24cb0dd484f9a3fe3ef3642b7c4a0b04ee2dd54 | e97672d82caaca7de4f1bde83d077c3c61eff9d5 | /2019/Eduardo/CP3-CAP3/02 - Two Nested Loops/UVA-11242.cpp | 18c2abb86ddbe1c04d0f70bce58200a216fefa99 | [] | no_license | lucioeduardo/competitive-codes | 3345c48ff6ee7e5c9dd32fff8cf2db1d0904f5e2 | cbb8be67f0dd4c92124378cfbc07a34ab6b58c42 | refs/heads/master | 2021-11-22T21:12:25.346487 | 2021-10-19T11:48:51 | 2021-10-19T11:48:51 | 141,634,356 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 550 | cpp | #include <bits/stdc++.h>
#define MAXN 15
using namespace std;
double f[MAXN],r[MAXN];
vector<double> d;
int main(){
int n,m;
while(scanf("%d",&n) && n){
d.clear();
scanf("%d",&m);
for(int i=0;i<n;i++){
scanf("%lf",&f[i]);
}
for(int i=0; i<m; i++){
scanf("%lf",&r[i]);
}
for(int i=0; i<n; i++)... | [
"eduardo.lucio.correia@gmail.com"
] | eduardo.lucio.correia@gmail.com |
42ee032f4c35c45ecad0483be5a94739e3e8159b | 36597ca6d8b08baaef52cddf46bca3d13f0a97a5 | /Plugins/GStreamer/src/chunked_file_sink.h | 7facd327ea94808851d3a9848b4d786eaf39534c | [
"BSD-3-Clause"
] | permissive | Essarelle/EagleEye | 169f3ce17d1a6ae298a3b764784f29be7ce49280 | 341132edb21b4899ebbe0b52460c4e72e36e4b6d | refs/heads/master | 2020-02-27T21:55:27.725746 | 2017-10-10T06:28:23 | 2017-10-10T06:28:23 | 101,608,078 | 1 | 1 | null | 2017-09-05T06:46:26 | 2017-08-28T05:47:15 | C++ | UTF-8 | C++ | false | false | 1,485 | h | #pragma once
#include "Aquila/framegrabbers/IFrameGrabber.hpp"
#include "gstreamer.hpp"
namespace aq
{
class GStreamer_EXPORT chunked_file_sink:
virtual public gstreamer_src_base,
virtual public nodes::IGrabber
{
public:
static int canLoad(const std::string& doc);
static i... | [
"dtmoodie@gmail.com"
] | dtmoodie@gmail.com |
c748eee079401f120d801bb92eb0b51d9853d175 | 38f218fa9e6cc3bd79b7d8e5dfe13c524ca2dd5e | /src/plugins/thirdParty/LLVM/tools/clang/include/clang/Lex/HeaderSearchOptions.h | 815d57b15fa2a8c642d43d259ddc721acfa166a5 | [
"Apache-2.0"
] | permissive | Fairly/opencor | 5de6bde564a1143808e600b7c76948bf246d3ef1 | 7ac310f68b1d6b5a409bfe868c18a0b232ba1715 | refs/heads/master | 2021-01-17T02:39:49.097302 | 2015-09-04T09:51:48 | 2015-09-04T09:51:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,388 | h | //===--- HeaderSearchOptions.h ----------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"agarny@hellix.com"
] | agarny@hellix.com |
a26a156665a5990a1867c5acb9fa9e995eb82e0b | f36d0056f69fa9ec3ec345a1963e7c3e17bf46bc | /LeerPulsadores/LeerPulsadores.ino | f2577441326704e0a2b00fb5f2347124e67e9990 | [] | no_license | AndresPinguino/Arduino | 04d3a9fb5fd72be6d365a99ba6f8afa1176c2491 | f818e416b062c8cecb02a38bd730e5c31d33bc5f | refs/heads/master | 2021-09-17T23:53:42.650215 | 2018-07-07T04:58:20 | 2018-07-07T04:58:20 | 139,914,016 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,340 | ino | /*
DigitalReadSerial
Reads a digital input on pin 2, prints the result to the serial monitor
This example code is in the public domain.
*/
// digital pin 2 has a pushbutton attached to it. Give it a name:
int pushButton2 = 2;
int pushButton3 = 3;
int pushButton4 = 4;
int pushButton5 = 5;
int pushButton = A5;
//... | [
"andrescintas76@gmail.com"
] | andrescintas76@gmail.com |
cf7a40151b30a00e4ce251ebf14c1fc80b24c1c4 | fa88629073749cf936fe5f15168411f274c58e59 | /taglib/asf/asffile.cpp | 87e294c2fe2e279039a72aad41ecf40d7b229894 | [] | no_license | audioprog/AudioDatabaseForUsbAutoCopyMaster | dd6ebc00db8d68c3b7412642d0f7499b37285876 | c72603324946dca0601d654e020188d95f232aea | refs/heads/master | 2022-09-21T04:08:21.638725 | 2022-09-14T17:32:36 | 2022-09-14T17:32:36 | 38,965,852 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,493 | cpp | /**************************************************************************
copyright : (C) 2005-2007 by Lukáš Lalinský
email : lalinsky@gmail.com
**************************************************************************/
/************************************************************... | [
"web.n.work.ls+gh@gmail.com"
] | web.n.work.ls+gh@gmail.com |
8801f0fe97ee359d6ffb8dba302c0db2fe33ea91 | d6ae8dc5bf9f94717a243aebd9572c1289661978 | /[BOJ]4796/Source.cpp | 1f71ed593a763d9f599422132be010a1d443321e | [] | no_license | jinbeomdev/daily-algorithm-problems | b3ffd98626861fe670b5c9778a88c110b4654b33 | 7b1155bc9e7ad48efa490b8f88fe6b599182ee93 | refs/heads/master | 2021-06-12T09:16:32.184753 | 2019-10-21T14:41:35 | 2019-10-21T14:41:35 | 91,214,514 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,552 | cpp | //https://www.acmicpc.net/problem/4796
/*
문제
등산가 김강산은 가족들과 함께 캠핑을 떠났다. 하지만, 캠핑장에는 다음과 같은 경고문이 써있었다.
캠핑장은 연속하는 20일 중 10일동안만 사용할 수 있습니다.
강산이는 이제 막 28일 휴가를 시작했다. 이번 휴가 기간 동안 강산이는 캠핑장을 몇 일동안 사용할 수 있을까?
강산이는 조금 더 일반화해서 문제를 풀려고 한다.
캠핑장을 연속하는 P일 중, L일동안만 사용할 수 있다. 강산이는 이제 막 V일짜리 휴가를 시작했다. 강산이가 캠핑장을 최대 몇 일동안 사용할 수 있을까? (1... | [
"niutn@naver.com"
] | niutn@naver.com |
79c7718d81dd14eb30736f86f7b705f0edec36f8 | 73bd789b9e354a562e1eb9a74dacb707328b9b86 | /Arduino/Udoo_Neo_Blink/neotimer.h | 9eb6bf3af3df69d6262e2d0b64444fb63296c835 | [
"MIT"
] | permissive | jrullan/udoo-neo-c-host | 36a10c2c051bb6970360dc4a027a48b8c68238b0 | 097ce2696beec55df2730b9a7006b7b445e8787b | refs/heads/master | 2021-01-10T09:22:00.542042 | 2017-01-06T01:55:40 | 2017-01-06T01:55:40 | 51,040,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,902 | h | #ifndef NEOTIMER_H
#define NEOTIMER_H
#include <Arduino.h>
class Neotimer{
public:
//Methods
Neotimer(long _t); //Constructor
~Neotimer(); //Destructor
void init(); //Initializations
boolean done(); //Indicates time has elapsed
boolean wait(long _t); //Indi... | [
"jerullan@yahoo.com"
] | jerullan@yahoo.com |
42b68136ef9c21eae989337b9f965376e8a370d2 | 783a719f752bc55031b2ce0a95bb4ebc221d6f54 | /advcpp/iq/vip/vip.cpp | 0168b8b113b551d2d4063fdac53a2af7fa0b581f | [] | no_license | AmitPinhas/Work | 4ccb06141b2802d8c6a32ea16496aa4a7187f94d | 8f42aac8932d2a838afdae4a33e4da04fa4a87e7 | refs/heads/master | 2022-11-22T03:57:05.716869 | 2020-07-18T15:48:45 | 2020-07-18T15:48:45 | 276,338,048 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,055 | cpp | #include <stack>
#include <iostream>
using namespace std;
void InitStack(stack<int>& a_stack,int a_num);
int PopStack(stack<int>& a_stack);
int Vip(const int a_matrix[][3])
{
stack<int> myStack;
InitStack(myStack, 3);
if(myStack.size() == 1)
{
return PopStack(myStack);
}
while(mySt... | [
"amitenav@gmail.com"
] | amitenav@gmail.com |
1cfe3dbff704067da245dae0b4f96bc222ccb4ff | c6a22981a1583adce7e367b6bcd3eaeae4905767 | /Sorting/Comb Sort/C++/comb_sort.cpp | 92fd772b8f8fb1a309bab3fc5b89edda5f858084 | [] | no_license | yashasvi-goel/Algorithms-Open-Source | f5f68939abf37e2100b4405e615fadc688b294e4 | 1f73502325363636615aa7513c32bb060747415b | refs/heads/master | 2022-10-11T08:32:48.597544 | 2020-10-31T15:25:58 | 2020-10-31T15:25:58 | 253,162,681 | 37 | 43 | null | 2022-09-27T12:36:08 | 2020-04-05T05:30:28 | C++ | UTF-8 | C++ | false | false | 1,200 | cpp | #include <iostream>
/* if the elements with distance gap from index i are in the wrong order, swap them using a XOR swap */
template <class T>
bool compare_and_swap(T* const array, const size_t gap, const size_t i)
{
if (array[i] > array[i + gap])
{
array[i] ^= array[i + gap];
array[i + gap] ^=... | [
"nimrod.rak@mail.huji.ac.il"
] | nimrod.rak@mail.huji.ac.il |
5c4f11727ff006423adb153cd00f481162fc1983 | ce4e38505716a4ddf33addd6b575c517e8f1eb32 | /third_party/webrtc/include/chromium/src/v8/src/mips/macro-assembler-mips.h | 98c33a14ecc52cc09fce97dd803b74fd0834f9c2 | [
"BSD-2-Clause"
] | permissive | ssaroha/node-webrtc | 73647b45145db865ae53bd307e0b20b089a2cdf4 | 74335bd07cbc52484a88c8eeb336c9bd001928a8 | refs/heads/develop | 2020-12-24T06:58:06.732217 | 2016-12-22T20:52:42 | 2016-12-22T20:52:42 | 73,387,497 | 3 | 2 | null | 2016-11-10T14:03:57 | 2016-11-10T14:03:57 | null | UTF-8 | C++ | false | false | 76,885 | h | // Copyright 2012 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_MIPS_MACRO_ASSEMBLER_MIPS_H_
#define V8_MIPS_MACRO_ASSEMBLER_MIPS_H_
#include "src/assembler.h"
#include "src/globals.h"
#include "src/mips/... | [
"ssaroha"
] | ssaroha |
0de8d554099b82142899497ed316012640f0e471 | b89debf3b42b5fa7fb81c7039db7e477ac5e96ab | /recorder-opencv/camera.hpp | cf23f7850feb543c11658f44ff96c8eb8d04d2c8 | [] | no_license | parker-int64/QT-Recorder | 946a842067eafdbe776b5fd35f7cefa0effae37e | 0a007c4e1afc504f94b5dc8d1d3ef7f747abc322 | refs/heads/master | 2022-11-18T19:38:03.094195 | 2020-07-20T13:59:37 | 2020-07-20T13:59:37 | 281,128,494 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 610 | hpp | //#ifndef CAMERA_HPP
//#define CAMERA_HPP
//#include <opencv2/opencv.hpp>
//#include <QString>
//#include <QTimer>
//#include "widget.h"
//class recorder : public QWidget{
// Q_OBJECT
//public:
// recorder();
// ~recorder();
// void startCapture(int captureWidth, int captureHeight,QString deviceName = "0"... | [
"huxiaochuan2011@hotmail"
] | huxiaochuan2011@hotmail |
8d234f46e72845debf72d0b99ab15f97eae57ecb | f73f7016a7923851cf9782f3e29577604cd30e56 | /Capital Ship Battles/Source/Button.cpp | 9ed55d6b724602dd4ee03df1d0ac5d45221c77a8 | [] | no_license | GMostyn-Parry/Capital-Ship-Battles | 36092aba2a84def9251dc3c0c89253866fdbf82a | 4a36bf7803cf804bbe77f2ebc0321642a18b8c1e | refs/heads/master | 2022-10-19T06:43:04.335312 | 2019-04-02T15:16:50 | 2019-04-02T15:16:50 | 175,614,525 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,175 | cpp | /*
* Author: George Mostyn-Parry
*/
#include "Button.hpp"
//Basic Button constructor.
// action : Function called when the button is activated; i.e. from a mouse release event.
// globalPosition : Global co-ordinates of where the button appears on the screen.
Button::Button(const std::function<void()> &action, const... | [
"GMostyn-Parry@users.noreply.github.com"
] | GMostyn-Parry@users.noreply.github.com |
f3d3f84f529e67b0eccf03be28e1f2d1a8a6e8cc | 1b9949f2aef9bf06ef335a1d41eb9acf38021e42 | /Final Version Code/Badguy.cpp | af6e8137bc7bf7ed1403b28a6426278521c204a1 | [] | no_license | fionaguoguolu/cmuadvanture | 8139a7c035eac9a2484cf714e715cab34d0402ec | 71ef7476cdc2884214339bed90404d8ebd6253a2 | refs/heads/master | 2021-01-18T00:06:14.477452 | 2014-05-06T00:54:49 | 2014-05-06T00:54:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,573 | cpp | //
// Badguy.cpp
// TEST
//
// Created by Hsu Tsung Chun on 12/11/17.
// Copyright (c) 2012年 Hsu Tsung Chun. All rights reserved.
//
#include "Badguy.h"
#include <iostream>
using namespace std;
void Createbadguy::set()
{
dt=1;
for (int i=0; i<4; i++)
{
x[i]=675+i*30;
y[i]=300+i*40;
... | [
"snowsguoguo@hotmail.com"
] | snowsguoguo@hotmail.com |
3d84b2c5d9fffd7fe2c6bf915dcdccfcc068121f | cbc166f9cd5873ac39f04293f2d996979aa11ee0 | /백준문제/11729_하노이탑이동순서.cpp | cf465474760efb9dbae3e0fd27bbc733957cdeb0 | [] | no_license | IMHOSUNG/solveProblem | b7d5f915cd07ac54be517f09623cec5cd9c6f63c | 94739fb96d306ac63056ca629b701f3326326d31 | refs/heads/master | 2020-04-27T19:53:38.032399 | 2019-04-17T14:55:18 | 2019-04-17T14:55:18 | 174,638,384 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 448 | cpp | #include <iostream>
#include <math.h>
#include <vector>
using namespace std;
class P{
public:
int from;
int to;
P(int from, int to) : from(from), to(to) {};
};
vector<P> arr;
void hanoiFunc(int n, int from, int by, int to) {
if (n != 0) {
hanoiFunc(n - 1, from, to, by);
printf("%d %d\n", from, to);
hanoiF... | [
"dlaghtjd4487@naver.com"
] | dlaghtjd4487@naver.com |
ac2f1ac38d3d10cb4b566b8140286e6c6409346e | 2ad2f8bc317f6648254d16401ce2d44ba7826a25 | /bin/windows/cpp/obj/src/graphite/std/StdComp.cpp | b7c51f6ff8485b5df0240b4de0c9e6d61f01d48d | [] | no_license | oxue/libgraphiteecsext | e87157ebb043f65b3578ffde6028c7e62d0c5231 | 3fb6f0e73aa4473033104a00b7b2763b14d87bc6 | refs/heads/master | 2021-01-01T05:02:01.150745 | 2016-05-07T20:36:06 | 2016-05-07T20:36:06 | 58,283,432 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,224 | cpp | #include <hxcpp.h>
#ifndef INCLUDED_graphite_std_StdComp
#include <graphite/std/StdComp.h>
#endif
namespace graphite{
namespace std{
::graphite::std::StdComp StdComp_obj::CIRCLE;
::graphite::std::StdComp StdComp_obj::CIRCLECOLLISION;
::graphite::std::StdComp StdComp_obj::COORDINATES;
::graphite::std::StdComp StdCo... | [
"oxu_e@hotmail.com"
] | oxu_e@hotmail.com |
75cf8086066371eec8cd696b23023567bf5ea221 | a006c73ad63a1a917e301bc3e27b5ad47d62ef7a | /DS/trie.cpp | 7e261375f1f61d1fb4ddc035ec0eeae7dbe507c2 | [] | no_license | hitesh19426/cpp-workspace-local | e00185e72397bf63670688bb1539b1d5b2bed0e0 | 027b57bb2610c00f3a9d8301b36ce2828aa027b0 | refs/heads/main | 2023-08-14T03:14:04.081478 | 2021-09-22T15:26:17 | 2021-09-22T15:26:17 | 367,979,998 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,478 | cpp | #include <bits/stdc++.h>
using namespace std;
void solve();
#define endl '\n'
#define mod 1000000007
//----------------------------------------------------------------------------------------------------//
int main(int argc, char const *argv[])
{
/* code */
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cout.ti... | [
"hitesh19426@iiitd.ac.in"
] | hitesh19426@iiitd.ac.in |
5aecccd073ce939c14c23b0b32eb21a5e8b70f12 | d1c949787dda00c6003b44e98586d5583e261f1e | /DS909/Snare.h | cb5edb77a1d8e31c3a381c210106a36ff06a404e | [
"MIT"
] | permissive | njkeng/ds909 | e087031a322ffae0263ff3b6d32c08343219dd9c | 4a591107349190a36d07276eb4b7fe72907b252c | refs/heads/main | 2023-07-03T07:11:34.144199 | 2021-08-19T00:34:05 | 2021-08-19T00:34:05 | 397,474,608 | 0 | 0 | MIT | 2021-08-18T04:42:23 | 2021-08-18T04:42:23 | null | UTF-8 | C++ | false | false | 5,483 | h | #ifndef Snare_h
#define Snare_h
#include <Audio.h>
#include "AudioPlayPitchedMemory.h"
#include <Audio.h>
#include <Wire.h>
#include <SPI.h>
#include <SD.h>
#include <SerialFlash.h>
/*
// GUItool: begin automatically generated code
AudioSynthNoiseWhite white; //xy=58,111
AudioFilterStateVariable filter; ... | [
"ghostintranslation@outlook.com"
] | ghostintranslation@outlook.com |
551afad93266afb08b83be640335c889e3e2ae0f | 92a8c10e0cab4dbc0605841dd3970c7b2fe7c7f7 | /src/model.cpp | c5f2dd1e60bd8b48a31f931d019eb6453aed96ce | [] | no_license | LeeDuho/opengl_example | 6745e2af538f70c61f1b28ca5591ab46b5d183c0 | 08a72dd0380414c0cfd8aea852fa802cf2b088a5 | refs/heads/master | 2023-05-22T19:28:20.639787 | 2021-06-15T22:47:45 | 2021-06-15T22:47:45 | 349,715,458 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,113 | cpp | #include "model.h"
ModelUPtr Model::Load(const std::string& filename) {
auto model = ModelUPtr(new Model());
if (!model->LoadByAssimp(filename))
return nullptr;
return std::move(model);
}
bool Model::LoadByAssimp(const std::string& filename) {
Assimp::Importer importer;
auto scene = import... | [
"dl6874@gmail.com"
] | dl6874@gmail.com |
a0101e62e43b2dae886560f732059a75315a961b | 916af5d6f08b274b166156ebef2eeaf85898388f | /src/appleseed/foundation/string/internedstring.cpp | d8f33732df16f2ae1a5ebf5b2e92d3efb97901e8 | [
"MIT"
] | permissive | Mango-3/appleseed | bca2b604e66635f08fab802dde030cc94a6ae063 | 8c894f29d023c29b7176f9c9c2de30a842a04813 | refs/heads/master | 2023-05-13T01:54:09.220319 | 2022-02-28T17:59:33 | 2022-02-28T17:59:33 | 146,099,355 | 1 | 0 | MIT | 2018-08-25T13:53:11 | 2018-08-25T13:53:11 | null | UTF-8 | C++ | false | false | 2,367 | cpp |
//
// This source file is part of appleseed.
// Visit https://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2020 Esteban Tovagliari, The appleseedhq Organization
//
// Permission is hereby granted, free of charge, to any person obt... | [
"ramenhdr@gmail.com"
] | ramenhdr@gmail.com |
c778d0dd429340a257277cd964c49c325b9f4683 | ee7aa7c5982a89df0c665f0490e09c3d9e50366a | /include/Connect.h | f4b76937e1993db56640e3971010d1950356a9eb | [] | no_license | niceSong/LovingTalk | 5ee3247a14dd2f60dbb437595b2bd14688e1a596 | 03bd0083273fb9dbadb0558dfe40b64eff6f8a40 | refs/heads/master | 2020-04-11T06:11:24.962653 | 2020-02-24T14:54:20 | 2020-02-24T14:54:20 | 161,573,328 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,039 | h | #ifndef CONNECT_H_
#define CONNECT_H_
#define SREVER_PORT 33333 //网络客户端,访问端口
#define HB_PORT_CLIENT 44444 //心跳客户端,发送端口
#define HB_PORT_SERVER 55555 //心跳服务器,接收端口
namespace NSLink
{
class T_Link
{
public:
T_Link(int domain, int type, int protocol); //socket's package
~T_Link();
void LTbind(unsigned ... | [
"1417532400@qq.com"
] | 1417532400@qq.com |
85b11ee529d453b9ace10609f0e8b160e3eb808c | 49ee49ee34fa518b0df934081f5ea44a0faa3451 | /Lumper/base/subprocess.cpp | 974ab891380d496dac88a70d634d1ae30f88966a | [
"MIT"
] | permissive | kingsamchen/Eureka | a9458fcc7d955910bf2cefad3a1561cec3559702 | e38774cab5cf757ed858547780a8582951f117b4 | refs/heads/master | 2023-09-01T11:32:35.575951 | 2023-08-27T15:21:42 | 2023-08-27T15:22:31 | 42,903,588 | 28 | 16 | MIT | 2023-09-09T07:33:29 | 2015-09-22T01:27:05 | C++ | UTF-8 | C++ | false | false | 9,917 | cpp | //
// Kingsley Chen <kingsamchen at gmail dot com>
//
#include "base/subprocess.h"
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include <stdexcept>
#include <system_error>
#include <utility>
#include <sys/syscall.h>
#include <sys/wait.h>
#include <unistd.h>
#include "fmt/core.h"
#include "fmt/os.h"
#in... | [
"kingsamchen@gmail.com"
] | kingsamchen@gmail.com |
155803e2e099da2a797fdbec0a3463726b878ccf | dcaa3ab2c6ea541bc668ce94557947c33bb4dff3 | /test.cpp | d59123f3a40053b2d3d6ec3dd1fee9b815325b06 | [] | no_license | firiceguo/my-usaco-cpp | 9173b4e5ea0ccc50b8a42b706262fdc0ad1ff996 | 732da29b8b6b5173e752a44ee216daca3aad15ee | refs/heads/master | 2021-01-13T05:15:25.647027 | 2017-02-08T08:01:56 | 2017-02-08T08:01:56 | 81,300,297 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 269 | cpp | /*
ID: firiceg1
PROG: test
LANG: C++
*/
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
int main() {
ofstream fout ("test.out");
ifstream fin ("test.in");
int a, b;
fin >> a >> b;
fout << a+b << endl;
return 0;
}
| [
"firiceguo@yahoo.com"
] | firiceguo@yahoo.com |
cfe26908a549d01f8f914d56c90fe89085407859 | 01bcef56ade123623725ca78d233ac8653a91ece | /game/server/cstrike15/func_hostage_rescue.h | 47d5be73ee6b63d30d6e57467ec16cbe82e70af1 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | SwagSoftware/Kisak-Strike | 1085ba3c6003e622dac5ebc0c9424cb16ef58467 | 4c2fdc31432b4f5b911546c8c0d499a9cff68a85 | refs/heads/master | 2023-09-01T02:06:59.187775 | 2022-09-05T00:51:46 | 2022-09-05T00:51:46 | 266,676,410 | 921 | 123 | null | 2022-10-01T16:26:41 | 2020-05-25T03:41:35 | C++ | WINDOWS-1252 | C++ | false | false | 1,397 | h | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#ifndef HOSTAGERESCUEZONE_H
#define HOSTAGERESCUEZONE_H
#ifdef _WIN32
#pragma once
#endif
#include "cbase.h"
#include "triggers.... | [
"bbchallenger100@gmail.com"
] | bbchallenger100@gmail.com |
d5815975da99e5422dffedb47a944af44f95c356 | bcad5f37d444f4fe043ad056873ecb7b3e0e5bd7 | /cpp/include/Main.h | 9e27dd8cf5dcd169e3e414106ebcc491d96680e1 | [] | no_license | rs2013/haxe-benchmark | a99be6cd6cd49a52db34e91ddc05136e1c1dbd0d | f106a3cd91c75a4308895b79b19327130cbb3ee6 | refs/heads/master | 2021-04-09T16:11:14.781194 | 2012-09-01T20:40:23 | 2012-09-01T20:40:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,017 | h | #ifndef INCLUDED_Main
#define INCLUDED_Main
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS0(Main)
class Main_obj : public hx::Object{
public:
typedef hx::Object super;
typedef Main_obj OBJ_;
Main_obj();
Void __construct();
public:
static hx::ObjectPtr< Main_obj > __new();
static Dynamic _... | [
"miz404@gmail.com"
] | miz404@gmail.com |
69f4203a98ddf0859b8cd1b828b88d0102c52e3c | 5989ff95d2f0d6b744ef21f136bff451e450c8f4 | /stockbroker/sol.cpp | 022b2e7689d83e4d8bf994a83e35e80f8f858a20 | [] | no_license | co-jo/kattis | 755a1d0416db41602e5ce14fc561c5f35eb1aeb0 | 5b0354f3dd3cdfb377354f2b35cb20ac5ff0a520 | refs/heads/master | 2020-03-20T18:17:55.031158 | 2019-03-29T01:59:05 | 2019-03-29T01:59:05 | 137,581,494 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,221 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main() {
int days;
cin >> days;
long long money = 100;
long long total = 100000;
int price;
vector<int> prices;
// Indicates for which day she should decided to buy and sell.
int buy = 0, sell = 0;
for (int i = 0; i <... | [
"colin.hryniowski@unb.ca"
] | colin.hryniowski@unb.ca |
67af53676f9216aa27a2d367a46aef0bd8b0df3d | 3cf6bb62295c532fc0bbe83892035a73798288b7 | /system/core/base/logging.cpp | 590cc80c3f48305fc93014acbdae5228e4c0fd2f | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | qiangzai00001/QuectelShare | 4698c270fde9b2a3fb88f9633302553582a34a8c | 92fbb0f6117219f63b3a83887e16e4f8335ab493 | refs/heads/master | 2022-12-14T20:21:13.450593 | 2020-01-14T04:56:44 | 2020-01-14T04:56:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,206 | cpp | /*
* Copyright (C) 2015 The Android Open Source Project
*
* 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 app... | [
"tommy.zhang@quectel.com"
] | tommy.zhang@quectel.com |
ace0afe3e69178213a7f46ea1675733ab6fe27f9 | daf5ef7c58b0b0ba52e7427b4299082eb6556152 | /1559.detect-cycles-in-2-d-grid.cpp | 8dbbdcc3f67ef970faf52675ae0be815222b8468 | [] | no_license | xijiao/leetcode_practice | ee370fbd070fb7818edbe1afc63f81094877952e | 26924bd99c45484d6eff0057a6902ba932f7c4a2 | refs/heads/master | 2022-11-08T18:02:21.847759 | 2022-10-29T03:00:25 | 2022-10-29T03:00:25 | 228,111,673 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,670 | cpp | /*
* @lc app=leetcode id=1559 lang=cpp
*
* [1559] Detect Cycles in 2D Grid
*/
// @lc code=start
class Solution {
static constexpr int DIRS[][2] = {{0, -1}, {0, 1}, {-1, 0}, {1, 0}};
public:
bool containsCycle(vector<vector<char>>& grid) {
int m = grid.size();
int n = grid[0].size();
... | [
"xijiaosdq@gmail.com"
] | xijiaosdq@gmail.com |
7ff0f409619ff1a7a57b542c53a01191c662d66e | fb6ada5a49c2dac367892e6e8acc7b7e58b3495a | /GA/mainwindow.cpp | 5dd8d7b86c4e5a9795be20755dd7323402828fb3 | [] | no_license | breton75/EKMA | 58f71e9dd80992e79f8230adff50502428f25883 | 5d33787451d0c9f6075982a62c3824d4b9c1fdc5 | refs/heads/master | 2021-01-01T18:20:47.269860 | 2017-08-04T14:13:25 | 2017-08-04T14:13:25 | 96,125,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,011 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QCommandLineParser &parser, QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
setWindowIcon(QIcon(":/appicons/icons/Sound.ico"));
setWindowTitle(tr("Отображение данных гидроакустики %1").arg(APP_VER... | [
"ddd@sss.ee"
] | ddd@sss.ee |
2090397a0686e1acd1c21a1dfb00ee711f806a90 | 67ed96b8b4762c78c8f96d16bae2076e30dc184d | /CMSSW_5_3_20/src/GeneratorInterface/AnaHijing/src/AnaHijing.cc | ae6e43a865a205a6a4e5f166386148266e18ccda | [] | no_license | XuQiao/HI | 4dae1dcf600d0ea64ea26403197135790ba3c4a2 | e963cd9a5a393480e83e697b37327f4f7c4de8d4 | refs/heads/master | 2020-12-25T16:53:40.474495 | 2017-02-16T06:00:17 | 2017-02-16T06:00:17 | 64,085,142 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,851 | cc | // -*- C++ -*-
//
// Package: AnaHijing
// Class: AnaHijing
//
// system include files
#include <memory>
#include <iostream>
#include <string>
#include <fstream>
#include <math.h>
#include <TH1D.h>
#include <TH2D.h>
// user include files
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/F... | [
"qixu@cern.ch"
] | qixu@cern.ch |
7dd3ef248031c9606673d34143629f9af6745a93 | 2374f7d375e284347329be0f81d1c0a66831a045 | /TP1/src/point.cpp | ab763edf064cb9f2b2e9b8abf863e16763d7dad4 | [] | no_license | BeatoxiK/TP_mod | 60d135a20b5a4cacd466030cde943c0e4b31adbb | 6e7ec2f6f284faabfcdec1b5b87921707e0c84e8 | refs/heads/master | 2020-08-15T00:35:35.718325 | 2019-10-15T09:07:47 | 2019-10-15T09:07:47 | 215,254,467 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,387 | cpp | #include <iostream>
#include "point.hpp"
// Constructeur de Cartesien
Cartesien::Cartesien(double x1, double y1): x(x1), y(y1)
{
cout << "Il est fou Afflelou" << endl;
}
//Constructeur de Polaire
Polaire::Polaire(double theta1, double r1): theta(theta1), r(r1)
{
cout << "Fraicheur de vivre" << endl;
}
// Me... | [
"qufaure1@turing.local.isima.fr"
] | qufaure1@turing.local.isima.fr |
a0242f41ff3046bacf3768d6c3f2e42523334fe4 | 4b24b0f07bea428733f9a9b4cfda849d89ec4d1d | /Challenge/Mystring.cpp | 7c837c1187e5a41b1c816db860a29be6d3b427c2 | [] | no_license | njavro/CppOverloading | b5283c0eada5dcceb96ca0d338f588e648cce656 | d44390feada15321f5dc6c4e5a510a304e34db2e | refs/heads/master | 2020-07-30T04:59:15.433847 | 2019-09-22T22:59:09 | 2019-09-22T22:59:09 | 210,094,405 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,666 | cpp | #include <iostream>
#include <cstring>
#include "Mystring.h"
// No-args constructor
Mystring::Mystring()
: str{nullptr} {
str = new char[1];
*str = '\0';
}
// Overloaded constructor
Mystring::Mystring(const char *s)
: str {nullptr} {
if (s==nullptr) {
str = new char[1];
... | [
"njavro@bu.edu"
] | njavro@bu.edu |
b989253da4ea4dbe1f362d6022c5554880612cbd | 73071f0040c217f26afec377679509d51be72187 | /exercise03/simpson_function_pointer.cpp | 59f701e93ce7ffed6ebea0493ca42a6f30b40e8b | [] | no_license | romanc/PT | 94c1cb029c179cce5e3d596f20bf5b2844fcfd52 | 3346b73f1f359e8e5b3220f2d14f5f326733ff3c | refs/heads/master | 2020-04-06T07:08:34.869800 | 2012-01-22T16:43:46 | 2012-01-22T16:43:46 | 3,225,472 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 977 | cpp | /* programm, that does integration by simpson-rule
*/
#include<iostream>
#include<cmath>
#include<cassert>
#define PI 3.141592
/* uses simpsons rule to integrate given function pointer of the interval [a,b] with N timesteps
* (*fp) function pointer of function to integrate
* [a,b] integration interval
* N nubmers ... | [
"roman.cattaneo@gmail.com"
] | roman.cattaneo@gmail.com |
cd9f9e026011c393f9e824f6a2a1a179f006b91a | 4359c1cee972f97fd40f0ca3c6a6039232275b0f | /components/dns_server/dns_server.cpp | 18267f54aa0bc7d1fb13db6155f908cd88671ebe | [] | no_license | sstamoulis/Nile_RTOS_IDF | b765ad790500b8b66f62c56aeb0cf61fa3eba0f9 | 256115b8ba81bd3c4d44d72e892132df242c3022 | refs/heads/master | 2020-07-14T20:09:53.566867 | 2019-09-14T10:15:40 | 2019-09-14T10:15:40 | 204,947,493 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | cpp | #include "dns_server.h"
#include "DNSServer.h"
extern "C" {
DNSServer *dns_server_init() { return new DNSServer(); }
void dns_server_delete(DNSServer *server) {
dns_server_stop(server);
delete server;
}
void dns_server_start(DNSServer *server, uint16_t port, const char *domainName,
con... | [
"sstamoulis2010@gmail.com"
] | sstamoulis2010@gmail.com |
f71143198443e01952730d3cc5df070d72c5a34e | 32ff20c470d9e9b0d3795a6982517a17544982c1 | /case_studies/rculist_user.hpp | 8e7996156b38793c5f9b6550e724dca8540c8001 | [
"MIT"
] | permissive | msullivan/rmc-compiler | e019eac31da5668685366f8c9ce5054fd538408b | 0de0b6fd0c39395cd061c3438ef4d93495679ed8 | refs/heads/master | 2022-07-31T11:55:03.382422 | 2022-07-04T03:11:41 | 2022-07-04T03:13:36 | 23,937,510 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 268 | hpp | // Copyright (c) 2014-2017 Michael J. Sullivan
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
#ifndef RCULIST_USER_HEADER
#define RCULIST_USER_HEADER "rculist_user_c11.hpp"
#endif
#include RCULIST_USER_HEADER
| [
"sully@msully.net"
] | sully@msully.net |
564585047923f4804d7e307c90f6a17bf485d60b | bfd8933c9605067202e1fbe4dbd38e9be7d319eb | /Lib/Chip/CM0+/Freescale/MKM14ZA5/I2C1.hpp | cb1a01dff7293715dd8f6beb2cadf37af0a66ef9 | [
"Apache-2.0"
] | permissive | gitter-badger/Kvasir-1 | 91968c6c2bfae38a33e08fafb87de399e450a13c | a9ea942f54b764e27dbab9c74e5f0f97390a778e | refs/heads/master | 2020-12-24T18:23:36.275985 | 2016-02-24T22:06:57 | 2016-02-24T22:06:57 | 52,541,357 | 0 | 0 | null | 2016-02-25T16:54:18 | 2016-02-25T16:54:18 | null | UTF-8 | C++ | false | false | 22,109 | hpp | #pragma once
#include "Register/Utility.hpp"
namespace Kvasir {
//Inter-Integrated Circuit
namespace I2c1A1{ ///<I2C Address Register 1
using Addr = Register::Address<0x40068000,0xffffff01,0,unsigned char>;
///Address
constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,1),Re... | [
"holmes.odin@gmail.com"
] | holmes.odin@gmail.com |
d151e490409ae78b145b49cc5c3e427bcb622e84 | 7935a3955efc827e81a5b7da0ce2b528d76974be | /abc/abc120/B.cpp | 64f39e61010930b1563321b3cc73f046f21c1250 | [] | no_license | dachii-azm/atc | 2ccd78f01e6dc09556f168cd3a68124d69f51f10 | 4b9801310104f18982a2fe97d23a32898c3afd59 | refs/heads/main | 2023-06-22T17:49:54.670584 | 2021-07-26T06:01:30 | 2021-07-26T06:01:30 | 326,220,822 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 314 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(){
int a, b, k;
cin>>a>>b>>k;
int num = 0;
int cnt = 1;
vector<int> w;
while(cnt <= a or cnt <= b){
if(a%cnt == 0 and b%cnt == 0){
w.push_back(cnt);
cnt++;
num++;
}else{
cnt++;
}
}
cout<<w[w.size() - k]<<endl;
}
| [
"azuma.daichi.62z@st.kyoto-u.ac.jp"
] | azuma.daichi.62z@st.kyoto-u.ac.jp |
8b2a1c44c035173ca59a74f467321145cbb8c1d5 | b6716aec9729cac4fc71e59f80ab92791545ab8d | /vex/sdk/vexv5/gcc/include/c++/4.9.3/valarray | 6a5402d9801759193cdcecf534a56e38ba6ad052 | [] | no_license | RIT-VEX-U/2020-2021-LITTLE | 99a54e9a908760c94e9baa314d690c4394fb49bd | bdfa54d5c4f6968a1affc758055eaf6bdac23741 | refs/heads/master | 2021-05-21T02:25:17.788991 | 2021-03-30T02:16:15 | 2021-03-30T02:16:15 | 252,501,126 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41,494 | // The template and inlines for the -*- C++ -*- valarray class.
// Copyright (C) 1997-2014 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as publish... | [
"ramtech51@comcast.net"
] | ramtech51@comcast.net | |
24e1498ab0031f25a347f6f72b7d008f4c59fda7 | 83bacfbdb7ad17cbc2fc897b3460de1a6726a3b1 | /third_party/WebKit/Source/modules/webdatabase/SQLError.cpp | e51bcaafea2c9005218ce1a4132e326844196750 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"Apache-2.0"
] | permissive | cool2528/miniblink49 | d909e39012f2c5d8ab658dc2a8b314ad0050d8ea | 7f646289d8074f098cf1244adc87b95e34ab87a8 | refs/heads/master | 2020-06-05T03:18:43.211372 | 2019-06-01T08:57:37 | 2019-06-01T08:59:56 | 192,294,645 | 2 | 0 | Apache-2.0 | 2019-06-17T07:16:28 | 2019-06-17T07:16:27 | null | UTF-8 | C++ | false | false | 1,962 | cpp | /*
* Copyright (C) 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | [
"22249030@qq.com"
] | 22249030@qq.com |
98a91045495e2080533cbe389f25fe93f08cc16e | 22931b7e9331892ad7bd74b1c9412aa0dc7d82f1 | /Builds/ard_fw_v00/fyp_ard_fw_v00.ino | 8a636b2d0fdf249799903fe4e2da11c3eb075b61 | [] | no_license | renzeydood/NTU_Y3S1_FYP | 878864c00043873542f1f97ca292af6d23a30cb7 | 6fbd0fa2c050bc754d7a617abb89a4b8cde39e79 | refs/heads/master | 2020-04-21T20:20:18.731561 | 2019-04-01T11:55:23 | 2019-04-01T11:55:23 | 169,840,498 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,345 | ino | #include <Streaming.h>
#include <SharpIR.h>
#include <DualVNH5019MotorShield.h>
#include "communication.h"
#include "RingBuffer.h"
#include "Settings.h"
#ifdef DEBUG
#define D if (1)
#else
#define D if (0) //Change this: 1 = Debug mode, 0 = Disable debug prints
#endif
void setup()
{
Serial.begin(115200);
Ring... | [
"blitzraven1992@hotmail.com"
] | blitzraven1992@hotmail.com |
345d866f85dd44494f4b74896a5db68682feb2f3 | 7abbbef9590f9c4b9469adcbae5ea8907478bf03 | /chromium_git/chromium/src/content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.cc | 04d9e9873c07deca1c7edb42a58322ea47227603 | [
"BSD-3-Clause"
] | permissive | GiorgiGagnidze/CEF | 845bdc2f54833254b3454ba8f6c61449431c7884 | fbfc30b5d60f1ea7157da449e34dd9ba9c50f360 | refs/heads/master | 2021-01-10T17:32:27.640882 | 2016-03-23T07:43:04 | 2016-03-23T07:43:04 | 54,463,340 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 25,346 | cc | // Copyright 2013 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 "content/browser/renderer_host/pepper/pepper_udp_socket_message_filter.h"
#include <cstring>
#include <utility>
#include "base/compiler_specifi... | [
"ggagn12@freeuni.edu.ge"
] | ggagn12@freeuni.edu.ge |
254dca214883a0a91d34d9824e647191b877a75b | 945269911c780e59c549d80cc091fab4beeaed52 | /src/cpps_value.cpp | 370fe4f06268f5d56ef112c12d56bb0f7f4a8b24 | [
"MIT"
] | permissive | liuhao0620/cpps | 2a05295ae8c6348083cdcbda262ecf7623dafe4c | bda58f629c3c7083550f29abad4c14550bdec14b | refs/heads/master | 2023-02-08T15:25:01.143503 | 2021-01-02T05:55:27 | 2021-01-02T05:55:27 | 324,134,288 | 0 | 0 | MIT | 2021-01-02T05:55:28 | 2020-12-24T10:53:45 | null | GB18030 | C++ | false | false | 9,750 | cpp | #include "cpps/cpps.h"
namespace cpps
{
cpps_number cpps_to_number(cpps_value obj)
{
cpps_number ret = 0;
if (obj.tt == CPPS_TNUMBER)
{
ret = obj.value.number;
}
else if (obj.tt == CPPS_TINTEGER)
{
ret = cpps_integer2number(obj.value.integer);
}
else if (obj.tt == CPPS_TSTRING)
... | [
"88481106@qq.com"
] | 88481106@qq.com |
358bc6773fc7b7895f3bc67d243fdb21c4345a6a | 96ad05e686b56bc523b1ba30581122b0dc931092 | /Project1/源.cpp | 82b649c2bffa54f6aa0d87e103ae5b8d177ea734 | [] | no_license | haoranAce313/Project1 | 8bc7b50fe91de00ce97ff16d2a656dc77c7ffef2 | b36656920cde54d3591371a3089990bc9488bfa5 | refs/heads/master | 2021-05-12T09:15:18.848558 | 2017-10-15T12:03:44 | 2017-10-15T12:03:44 | 117,311,869 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,939 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
#define MAXN 10000
typedef long long ll;
int nodeNum = 1;
int val[MAXN];
class Node
{
public:
ll sum, add;
int l, r;
Node *ls, *rs;
Node()
{
sum = 0;
add = 0;
}
void update()
{
sum = ls->sum + rs->sum;
sum += (r - l + 1) * add;
}
void... | [
"冯浩然"
] | 冯浩然 |
37a4f452e73c390151afbe4c0150aaf68332465b | f4087f2c8dbcc250e67aa6f1ed0a52d33ef10f1c | /BOTS/node_modules/nodegit/include/diff_options.h | bb369015b6306680231ca4144a5a9c047f3e40a1 | [
"MIT"
] | permissive | Grey-Wolf-PO/Fudsonstead-Main | 32cc560e9205fd93213ffd19d6fb445e68f14690 | ee91d7bb3f4fa52f0f2c9862a4544dab1fc901eb | refs/heads/master | 2021-01-10T17:41:23.903881 | 2016-02-29T18:43:45 | 2016-02-29T18:43:45 | 55,607,993 | 0 | 1 | null | 2016-04-06T13:24:47 | 2016-04-06T13:24:47 | null | UTF-8 | C++ | false | false | 2,407 | h | #ifndef GITDIFFOPTIONS_H
#define GITDIFFOPTIONS_H
// generated from struct_header.h
#include <nan.h>
#include <string>
#include <queue>
#include <utility>
#include "async_baton.h"
extern "C" {
#include <git2.h>
}
#include "../include/strarray.h"
#include "../include/diff.h"
#include "../include/diff_delta.h"
using ... | [
"littlelnu2@yahoo.com"
] | littlelnu2@yahoo.com |
cc6b91a212db39046a0a61ad54641756944486d9 | 2a8d5db78a76a109b2b38e86654f02795c66f5f0 | /code/framework/async/AsyncClient.cpp | e15fbdc3061a7b62b6e353255c11fdea0c15a6e5 | [] | no_license | dirtydanisreal/PreyDoom | a7302082561c856b067be94daf2024853a4a5124 | 543e9ebf40d1cf0d82f7f74f542d07aacafeca6c | refs/heads/master | 2023-09-01T06:31:59.604401 | 2023-08-18T18:49:41 | 2023-08-18T18:49:41 | 311,948,860 | 0 | 0 | null | 2020-11-11T11:21:32 | 2020-11-11T11:21:31 | null | UTF-8 | C++ | false | false | 72,712 | cpp | /*
===========================================================================
Doom 3 GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
Doom 3 Source Code is free software: you can redistribute it and/or modify... | [
"justinmarshall20@gmail.com"
] | justinmarshall20@gmail.com |
ac7dc962072ba0ffbef01f3bdc8f75c1b561a7b5 | dd0ad01e1c0fdaa760dbd788a3de6b565178a18b | /moments.cpp | 24e40348c18b73de825ba5d3d63bcedbf2b06b90 | [] | no_license | EsbenHygum/speciale | 88c88be33f5271db6f6b0897c78dfe1458f5bffa | c4eb22f24531e9f3214c7e3084b5e330532603c6 | refs/heads/master | 2022-12-21T14:47:50.589929 | 2020-09-30T09:03:16 | 2020-09-30T09:03:16 | 290,734,258 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,121 | cpp | #include <moments.h>
double greybodyparams::r_M(double alpha){
if (alpha == 1){
return 216*log(2)*std::riemann_zeta(3)/pow(M_PI, 4);
}
double A = pow(2, alpha + 1);
double r = ((4*pow(A, 2) - 5*A + 1)*(alpha + 3)*std::riemann_zeta(alpha + 2)*std::riemann_zeta(alpha + 2)) / (pow(2*A - 1, 2)*(alpha + 2)*pow(... | [
"esbenhl1@gmail.com"
] | esbenhl1@gmail.com |
ed49b388367821e7c02932b4d4a930cefbc057b7 | f94d41a15e415a9e6e638389764957242a33d3a4 | /Program7/PrintQueue.h | a1af40751614a86fea85b74d39d50e3b915d9c39 | [] | no_license | joemoon-0/UMKC--Cplusplus-Project3 | 32d9cd9ea4da8305d895989c4eec86dc0824b490 | 9cd7a4df0de30f0064cadaccc0cbae57b2ed57e4 | refs/heads/master | 2022-12-08T19:32:02.126304 | 2020-08-28T20:47:09 | 2020-08-28T20:47:09 | 282,930,376 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,233 | h | #ifndef PRINT_QUEUE_H
#define PRINT_QUEUE_H
#include <iostream>
#include <vector>
#include <math.h>
#include <queue>
#include "JobsData.h"
#include "Statistics.h"
class printQueue {
private:
const double PAGES_PER_MINUTE = 150; // Printing speed
int waitTime; // Waiting time before processing
double servi... | [
"moonjose@gmail.com"
] | moonjose@gmail.com |
94f7a5ac9e64b8311397dc900158d902df18cddd | 22ed970ee5819d7cc3c8b727da789330bd4345bd | /code/PreTreatment/PreTreatment/prePare.h | b6b9a595496a36aece772970ba0ef0979683fe5b | [] | no_license | zhaopeng3044/paper | 4e3beb2a6b96b3f7264b75029d7bc0bddc10d0de | 02c0747cd770c94a44bf39a451cf39209c8d0804 | refs/heads/master | 2021-06-06T05:48:48.623774 | 2016-11-05T00:47:52 | 2016-11-05T00:47:52 | 72,440,961 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 713 | h | #ifndef __PREPAPER_H__
#define __PREPAPER_H__
#include "stdafx.h"
#include "cv.h"
#include "highgui.h"
#include "preFunction.h"
class Prepare
{
public:
IplImage* getEdges(IplImage *pOri, int erodes = 0, int dilates = 0);
IplImage* getInterestCours(IplImage* pOri, Contours* roi_contours);
void roiDetect(Ip... | [
"654018509@qq.com"
] | 654018509@qq.com |
7244a1be3db19cd6a0a95587127a319159a2b89d | 3ee707e0cfd8397438a5a7ab22e21e6b7f17f98c | /firmware/current_voltage/current_voltage.ino | 2c2b4e80d832ca9fb360ef54cb41e0b06f522ebd | [] | no_license | byerst/SCEL-Instrumentation | 052cb0a4b43b5ee0b65732d23d1c343666a12e58 | c9837645744a409fedb355b354bee9e3a499f8e7 | refs/heads/master | 2021-01-10T12:56:14.545188 | 2016-05-07T11:57:53 | 2016-05-07T11:57:53 | 55,267,282 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,907 | ino | #include <Wire.h>
#include <Adafruit_INA219.h>
Adafruit_INA219 ina219;
// number of analog samples to take per reading
#define NUM_SAMPLES 10
int sum = 0; // sum of samples taken
unsigned char sample_count = 0; // current sample number
float voltage = 0.0; // calculated voltage
void s... | [
"byerst@hawaii.edu"
] | byerst@hawaii.edu |
39d1fb59dabc5df05a23a14c0adb80c5f73f74c7 | 3cb635004677c95db974b79b7c2f736d74eeaf17 | /vision/omniCam/include/ballPossession.hpp | bf2c8240901b037eed15a12f003045517d397793 | [
"Apache-2.0"
] | permissive | Falcons-Robocup/code | 46ca709cf8680edc45494a40dc2db54e579dffe6 | dca3ffdfd7020a9913e6af6b555eac107b38a4ca | refs/heads/master | 2023-02-07T10:47:58.550403 | 2023-01-21T16:29:47 | 2023-01-21T16:29:47 | 102,643,355 | 6 | 7 | NOASSERTION | 2019-09-24T21:05:13 | 2017-09-06T18:22:44 | C++ | UTF-8 | C++ | false | false | 820 | hpp | // Copyright 2016-2022 Andre Pool
// SPDX-License-Identifier: Apache-2.0
#ifndef BALLPOSSESSION_HPP
#define BALLPOSSESSION_HPP
#include <opencv2/opencv.hpp>
#include <mutex>
#include "configurator.hpp"
#include "preprocessor.hpp"
class ballPossession {
private:
preprocessor *prep;
configurator *conf;
cv::Mat h... | [
"jeffrey.pernis@asml.com"
] | jeffrey.pernis@asml.com |
46c863dd15dd2aa43eed462c5816bfeda2fd41c5 | 66a2b19974171b44d78f5338fe8c49f4392c1fdd | /seg_include/segmenter_wrapper.h | 9f5418f2ca90d12d618a3fad0a4c2a64314ae9ff | [] | no_license | fuyitao/SE_QueryAnalyze | 22312a136af1d12ff360a2de19c3bd6947759041 | 48fae32ea6a1ab20b7834eba7517bd08cbeb3e56 | refs/heads/master | 2021-08-15T03:52:58.856337 | 2017-11-17T08:47:38 | 2017-11-17T08:47:38 | 111,079,945 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 705 | h | #pragma once
#include "segmenter.h"
#include <string>
using namespace nlp;
using namespace std;
class SegmenterWrapper {
public:
SegmenterWrapper();
virtual ~SegmenterWrapper();
bool Init(const char* word_dict_path);
bool Segment(const char* input_buf, int input_buf_len,
SegmentF... | [
"fuyitao@weidian.com"
] | fuyitao@weidian.com |
0748555753b786f99bf7817b419a1e30e46ad639 | 07cbe159795612509c2e7e59eb9c8ff6c6ed6b0d | /partitioned/RayleighBenard/consistencyTest/Ra_1e+05_multiFluidFoam_X1_Y50_adHocBC/tStep0.0001_0.005/sigmaRhof.buoyant | a59f200e578c71881fce20685ac4a742d709f9be | [] | no_license | AtmosFOAM/danRun | aacaaf8a22e47d1eb6390190cb98fbe846001e7a | 94d19c4992053d7bd860923e9605c0cbb77ca8a2 | refs/heads/master | 2021-03-22T04:32:10.679600 | 2020-12-03T21:09:40 | 2020-12-03T21:09:40 | 118,792,506 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,650 | buoyant | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*-----... | [
"d.shipley.1341@gmail.com"
] | d.shipley.1341@gmail.com |
2c80d626e1fe296c159b573ba9af4404aafd4cf2 | a6151ba7716627b769cdc3f605dcf17c011e8d05 | /inc/tetra/gl/freetype/Library.hpp | c7f48ad4ac03083bc9d0bcac61a67c95169a5b09 | [
"MIT"
] | permissive | projectTetra/tetra-gl | 5b9d6408ad503c39f57b02cd440707f7f2e1a189 | 318b0b4184ac3064b2bb5de6f82dc38c35aff956 | refs/heads/master | 2021-01-23T21:42:58.928367 | 2015-03-21T00:34:57 | 2015-03-21T00:34:57 | 27,615,530 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 687 | hpp | #pragma once
#ifndef TETRA_GL_FREETYPE_LIBRARY_HPP
#define TETRA_GL_FREETYPE_LIBRARY_HPP
#include <ft2build.h>
#include FT_FREETYPE_H
namespace tetra
{
namespace gl
{
namespace freetype
{
/**
* RAII wrapper for the freetype2 library object.
**/
class Library
{
FT_Library library;
public:
/**
* Initializes ... | [
"lyman.brad3211@gmail.com"
] | lyman.brad3211@gmail.com |
8b7d6a586f39c45475615fc9bc24f07658e657c3 | 101668b8d131868e08ec55d1e7530ac4eb8b5a97 | /CvGameCoreDLL_Expansion2/CvSiteEvaluationClasses.cpp | 2526e7dd9e10a358af4ad78dbf87641ce8c53e23 | [] | no_license | dwbullok/Community-Patch-DLL | e3db8749a8fb206602a74a755350fcd8c5afc150 | eb21f55dc4caf9e4ef269a6ef1967f40d1d65d9b | refs/heads/master | 2021-01-18T04:39:31.160025 | 2015-11-11T18:36:09 | 2015-11-11T18:36:09 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 65,978 | cpp | /* -------------------------------------------------------------------------------------------------------
© 1991-2012 Take-Two Interactive Software and its subsidiaries. Developed by Firaxis Games.
Sid Meier's Civilization V, Civ, Civilization, 2K Games, Firaxis Games, Take-Two Interactive Software
and their re... | [
"thewizardofwas@gmail.com"
] | thewizardofwas@gmail.com |
bd2d2653b1feba471e921f993e6a8c6e31fedd2c | 3106397a9ede72b504719ee0088406dbcfff3e2f | /software/tractor/ros_lib/cob_script_server/StateResult.h | 361e592d48b96370a07ce3896d3d2fdcd5dbd735 | [
"MIT"
] | permissive | rje1974/Proyecto-Pochito | a9f60f711bd2f5187ca6173ed0b34df67389158f | 3bb7cfd159a3c24e5cef3523d51e3ee2c54be7d0 | refs/heads/master | 2021-06-29T03:17:08.377252 | 2020-11-21T20:27:38 | 2020-11-21T20:27:38 | 192,087,298 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,468 | h | #ifndef _ROS_cob_script_server_StateResult_h
#define _ROS_cob_script_server_StateResult_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
namespace cob_script_server
{
class StateResult : public ros::Msg
{
public:
typedef int16_t _return_value_type;
_return_value_... | [
"juaneduardoriva@gmail.com"
] | juaneduardoriva@gmail.com |
6924adc9bade62dbc74cc98c4bf10957e4014454 | 05e27725e35622404dac5234868f6cb7c5ee8eac | /src/ControlFlowIntegrityCheckerPass.h | f57ca598f0cf7af9bb3a7e3799dabd84e84d9e42 | [] | no_license | anahitH/controlflow-integrity | 1a5376baa0922d2c2fc1cda3482cf8f35dffa1cc | 11bfccd59f638233f5d8756adb6cb32dcf970193 | refs/heads/master | 2021-01-22T03:31:23.010469 | 2017-07-24T16:44:52 | 2017-07-24T16:44:52 | 92,387,025 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 453 | h | #include "llvm/Pass.h"
namespace llvm {
class Function;
class Module;
}
namespace cf_integrity {
class FunctionsAnnotatorPass;
class ControlFlowIntegrityCheckerPass : public llvm::FunctionPass
{
public:
static char ID;
ControlFlowIntegrityCheckerPass()
: llvm::FunctionPass(ID)
{
}
virtu... | [
"anahithayrapetyan91@gmail.com"
] | anahithayrapetyan91@gmail.com |
c82b7b98bce5c4e69d1e6106fd282168887cca65 | d4671fab0749a8f4cb225a1fa15135043df3a0fd | /Source/BattleGame/Private/ABCharacterSelectWidget.cpp | 0ec4e24e0e64e48c800942c8daa912a6ebc66fd8 | [] | no_license | RightDay/Unreal-Project | f5d7e90550d6d7dcfdd33823202823bfc8e25f4f | 99bf24d6d41e230cd4f0d15761faa2cc1881316c | refs/heads/main | 2023-08-02T09:21:14.548332 | 2021-09-13T13:12:02 | 2021-09-13T13:12:02 | 382,601,081 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,862 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "ABCharacterSelectWidget.h"
#include "ABCharacterSetting.h"
#include "ABGameInstance.h"
#include "EngineUtils.h"
#include "Animation/SkeletalMeshActor.h"
#include "Components/Button.h"
#include "Components/EditableTextBox.h"
#incl... | [
"spreadday@gmail.com"
] | spreadday@gmail.com |
9b566883c4db9f685548e0b29ff7297aaad374c4 | 3679d328ec85043ad913c96e5d9c708266b4e85b | /Classes/Visual/DecorateObject.h | bd21e17f2aa41e896b11c7891e9da6903c15f8ba | [] | no_license | xdnm/Jump | 235e47877f6a969a0e85376bbe08eb8fdbcf7cba | e79114f68c8fcd1eb5c706bc121d2577aa06a6e2 | refs/heads/master | 2020-12-24T14:56:02.110068 | 2014-07-24T13:37:49 | 2014-07-24T13:37:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 508 | h | #ifndef __DECORATE_OBJECT__
#define __DECORATE_OBJECT__
#include "cocos2d.h"
USING_NS_CC;
class DecorateObject : public cocos2d::CCSprite
{
public:
~DecorateObject();
static DecorateObject* createDecObject(const char* filename, int distance, CCLayer *layer);
bool initDecobject(const char*filename,in... | [
"xdnmsjx@163.com"
] | xdnmsjx@163.com |
02477925c697a6b4c654d3cd3d67877bbb993e16 | c60e4f97890cc7329123d18fd5bc55734815caa5 | /3rd/xulrunner-sdk/include/nsISelectionPrivate.h | 0f941bd287ffecb0f90d514245b44e18e3e94838 | [
"Apache-2.0"
] | permissive | ShoufuLuo/csaw | cbdcd8d51bb7fc4943e66b82ee7bc9c25ccbc385 | 0d030d5ab93e61b62dff10b27a15c83fcfce3ff3 | refs/heads/master | 2021-01-19T10:02:51.209070 | 2014-04-30T19:53:32 | 2014-04-30T19:53:32 | 16,976,394 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,548 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/rel-m-rel-xr-osx64-bld/build/content/base/public/nsISelectionPrivate.idl
*/
#ifndef __gen_nsISelectionPrivate_h__
#define __gen_nsISelectionPrivate_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
#ifndef __gen_nsISelectionListener_h__
... | [
"luoshoufu@gmail.com"
] | luoshoufu@gmail.com |
781ba7d3cb6d62b70dd040ac33f65cc4de700f38 | c5567ce5d29b23223172e755240d5b46804b6a90 | /src/utils.cpp | 30c7309085feb203cea69373b39963ba1a4f9ca0 | [] | no_license | shreyas008/llft-gaas | 1d55bf638f8ee439bdda45dbbbdde32c96c68de9 | a34d3779750082f21c48824066efa06b78b9098c | refs/heads/master | 2023-03-22T02:28:52.581316 | 2021-03-08T10:35:14 | 2021-03-08T10:35:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,412 | cpp | #include "utils.hpp"
using namespace std;
Window get_window(xdo_t* xwin, const char* winname)
{
xdo_search_t search; // Window search paramater
Window* list;
unsigned int nwindows;
memset(&search, 0, sizeof(xdo_search_t));
search.max_depth = -1;
search.require = xdo_search::SEARCH_ANY;
search.searchmask |= SE... | [
"sriramsk1999@gmail.com"
] | sriramsk1999@gmail.com |
b711424115e04cd41698517615b991935bc4c313 | 1a76cdf3b8776c238f0fecaca9c9491145106ec6 | /SDK/FN_LobbyGadgetButton_classes.hpp | 7a460b40259b44657017c3fc4d61780b2197221e | [] | no_license | JimmyJones97/aasd | 9af6e9c83eec4d1b4c76c601c2ccba814ce8a1c0 | 1961458db5ef577e6f013ca9ea744dcd48f2b4ad | refs/heads/master | 2022-02-19T11:47:42.191429 | 2017-10-27T11:59:07 | 2017-10-27T11:59:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,858 | hpp | #pragma once
// Fortnite SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// WidgetBlueprintGeneratedClass LobbyGadgetButton.LobbyG... | [
"joker@slaughter-gaming.de"
] | joker@slaughter-gaming.de |
09d338f2043988240b8fb689e705194d75dc4505 | 1c3aba6762160b78e57e00c6e6d38eecb6d25225 | /TradeHelper/DispWB2Thread.cpp | 3bec267d40f337a677ad07bdf9cf904d22e05257 | [] | no_license | hiroyuki1968/AutoTrader | c3d752f5c868c85d4539126c113415d93f1242d7 | 9c1470835a342fa2a821cb2b58a9770a0a2cfa48 | refs/heads/master | 2020-03-17T00:59:27.192790 | 2018-05-12T10:33:50 | 2018-05-12T10:33:50 | 133,136,328 | 1 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 7,345 | cpp | // DispWB2Thread.cpp : インプリメンテーション ファイル
//
#include "stdafx.h"
#include "tradehelper.h"
#include "DispWB2Thread.h"
#include "../Common.h"
#include "../AutoTraderDef.h"
#include "TradeHelperDef.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
///////... | [
"386562+hiroyuki1968@users.noreply.github.com"
] | 386562+hiroyuki1968@users.noreply.github.com |
3a7212aee6cf7434cca54926f602862b7846bd87 | 670c1e25cdbc3772b24c72a48837f653a0ec374a | /bfs.cpp | ab6c8a2ad03e307ee061c177dc708ca71cfe8e8f | [] | no_license | amnagrawal/Practice-codes | 1e20e8be6a4e0d3e6889cc822c50b6a29f1efca3 | 9e8dd682cded301fb6330ce6462a4108151eefa5 | refs/heads/master | 2021-01-20T21:23:32.030243 | 2015-07-29T03:05:59 | 2015-07-29T03:05:59 | 37,191,555 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 678 | cpp | #include<iostream>
using namespace std;
int main()
{
int n, m, cost[10][10], v, visited[10], visit[10], front=0, rear=0, i, j, k, qu[10];
cout<<"Enter no. of vertices: ";
cin>>n;
cout<<"Enter no. of edges: ";
cin>>m;
cout<<"Enter EDGES: ";
for(int k=0; k<m; k++)
{
cin>>i>>j;
cost[i][j] = 1;
cost[j][i] ... | [
"amnagrawal1994@gmail.com"
] | amnagrawal1994@gmail.com |
3af02ae44010083ed421c273da731f9856c59eb0 | 9fb81c3fdbdaa56db277273e156355d0c38552c3 | /isPrime/isPrime.cpp | 1fe9aaa1163b868ffca0e035bf03249dda0e9d4f | [] | no_license | hedw1gP/algorithms | 1cc26adaf037818215a4bc2416bec201bb048a8d | 98ab7b488a8c34e6f5f33095f8c529e99af931dd | refs/heads/master | 2021-10-08T02:31:44.218922 | 2018-12-06T14:17:28 | 2018-12-06T14:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 511 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(){
int a;
cin >> a;
bool primes[a+1];
memset(primes,true,sizeof(primes));
primes[0] = false;
primes[1] = false;
for (int i=2;i<=a;i++){
if (primes[i] == true){
for (int j=2;j*i<=a;j++){
... | [
"ycwei982@gmail.com"
] | ycwei982@gmail.com |
1ffccd98998ab07efbc05484216d493b8d39bbda | 17f2dd4fde9cbcd9b3b0cd101fc740d3495bbe80 | /135 - 括号匹配检测【学校】/135 - 括号匹配检测【学校】.cpp | ebe886154c1ab985dd716b67771f857b12fdd510 | [
"Apache-2.0"
] | permissive | NekoSilverFox/CPP | 0a7f48b50ee1769bb5ba318fb6fb6c6c342e5544 | c6797264fceda4a65ac3452acca496e468d1365a | refs/heads/master | 2021-11-11T17:48:48.514822 | 2021-11-01T20:30:31 | 2021-11-01T20:30:31 | 230,780,197 | 11 | 7 | null | 2021-04-11T22:24:56 | 2019-12-29T17:12:19 | C++ | WINDOWS-1252 | C++ | false | false | 11,338 | cpp | #include<iostream>
#include<exception>
using namespace std;
//========================================================================
// §¬§Ý§Ñ§ã§ã§í StackOverflow §Ú StackUnderflow §á§â§Ö§Õ§ã§ä§Ñ§Ó§Ý§ñ§ð§ä §Õ§Ó§Ö §à§ã§ß§à§Ó§ß§í§Ö
// §Ú§ã§Ü§Ý§ð§é§Ú§ä§Ö§Ý§î§ß§í§Ö §ã§Ú§ä§å§Ñ§è§Ú§Ú, §Ü§à§ä§à§â§í§Ö §Þ§à§Ô§å§ä §Ó§à§Ù§ß§Ú§... | [
"weidufox@gmail.com"
] | weidufox@gmail.com |
ee114a9311000ff74e00ee9e7441f42b01ce8bca | a45627da1f810f8688a964ea89155bf1daceea5b | /Primitive_Drawing/Object.cpp | bb5d090c4a04edd8e9ef6c328ae734447134a439 | [] | no_license | xeinaverse/Chicken-Fil-a | e813c8d7b2d1e462c4061ce984f341af7370d02a | 0499b73001f5c717fbc46828a9fee6e4dec3183e | refs/heads/master | 2020-04-09T13:20:00.899614 | 2018-12-04T13:00:40 | 2018-12-04T13:00:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 109 | cpp | #include "Object.h"
Object::Object()
{
//texture = new Texture("hazem.png",0);
}
Object::~Object()
{
}
| [
"karim.abdelghaffar98@gmail.com"
] | karim.abdelghaffar98@gmail.com |
7e7795f66e31389d5b713973156b2c2bd7e49bdc | 6686b919ba6dedfe2b9f91b0478dde2c079f962d | /headers/shuntingYard.h | 059c28c16a264d190554aa41e62ec49e6cd2cf5d | [
"MIT"
] | permissive | JustCasuallyJames/Graphing-Calculator | e514ce677bb7be29efe226f2f9c21e3d8d130390 | 843a3f32cf479a9b632c9375af8e72623a891ca1 | refs/heads/main | 2023-03-24T00:28:30.393144 | 2021-03-25T06:43:33 | 2021-03-25T06:43:33 | 351,286,361 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 870 | h |
#ifndef SHUNTINGYARD_SHUNTINGYARD_H
#define SHUNTINGYARD_SHUNTINGYARD_H
#include "Token.h"
#include "Operator.h"
#include "Number.h"
#include "leftParen.h"
#include "rightParen.h"
#include "Function.h"
#include "Variable.h"
#include "Queue.h"
#include "Stack.h"
class shuntingYard {
public:
shuntingYard(const Qu... | [
"jamesvo801@gmail.com"
] | jamesvo801@gmail.com |
429f53412ee8581e379477cd258e42c37b3b8401 | deb3bd251bb1a6bcc6fa5b7b17c1088317608fab | /angle/templates/8.1/Win32/DesktopHelloTriangle/pch.h | 6caf6970e92dca92be1abe11041f606d9c42600c | [
"MIT"
] | permissive | wpbest/UWP | 67790607af4819a3504411b89004409f9a787f6d | 852e8a1d56abb404a59d3b2d20677f28522ae602 | refs/heads/master | 2021-01-23T08:43:39.233323 | 2015-08-04T16:26:15 | 2015-08-04T16:26:15 | 37,995,224 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 212 | h | #pragma once
#include <memory>
#include <string>
// OpenGL ES includes
#include <GLES3/gl3.h>
#include <GLES3/gl3ext.h>
// EGL includes
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <EGL/eglplatform.h> | [
"william.best@WIn10Dev.corp.gds.jeppesen.com"
] | william.best@WIn10Dev.corp.gds.jeppesen.com |
bb7b470c0926ea074cccde298960acc7e50afda4 | 0272f2e67a09432d22e4f382125723777c27044d | /tutorials/linkedlist/systemc/kernel_test.h | ba176127c1c3c3c8a88dc6fbeaa900515241634b | [
"BSD-3-Clause"
] | permissive | intel/rapid-design-methods-for-developing-hardware-accelerators | 027545835fef8daac9d43e731c09b9873fabb989 | 9a0afe216626b6d345b436ee4dce71511e8275f4 | refs/heads/master | 2023-05-27T13:25:30.640965 | 2023-01-07T00:07:05 | 2023-01-07T00:07:05 | 76,606,002 | 94 | 19 | BSD-3-Clause | 2019-06-01T20:30:48 | 2016-12-16T00:03:48 | C++ | UTF-8 | C++ | false | false | 10,189 | h | // See LICENSE for license details.
#ifndef KERNEL_TB_H_
#define KERNEL_TB_H_
/*[[[cog
import cog
from cog_acctempl import *
from dut_params import *
]]]*/
//[[[end]]]
#include "systemc.h"
#include "clock_generator.h"
#include "ga_tlm_fifo.h"
class KernelTest : public sc_module
{
public:
sc_in_clk... | [
"steven.m.burns@intel.com"
] | steven.m.burns@intel.com |
f622592f3c87a37eb2751d96bb619452908aea4e | 49516ca258e4899a965d74ee62a5457214f7abbb | /rain.cpp | 9d6c80a491697d67afcf128a65b01268be1c943b | [] | no_license | moonblade/cgLab | 6f0a523f4f3fd1c822319f5a345d31eeaf39105a | 1c1f3948a4a6ce8b92447f85c4abdc72cd6f7660 | refs/heads/master | 2021-01-11T19:20:45.649826 | 2017-06-19T10:42:39 | 2017-06-19T10:42:39 | 79,360,305 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,029 | cpp | #include "GL/glut.h"
#include "iostream"
#include "vector"
#include "unistd.h"
using namespace std;
class Point{
public:
int x,y;
Point(int a=0,int b=0){x=a; y=b;}
};
class Person{
public:
vector<Point> body;
Point position;
Person(){
body.push_back(Point(-20,0));
body.push_back(Point(0,20));
body.push_back... | [
"moonblade168@gmail.com"
] | moonblade168@gmail.com |
ea03a298ab306a1206852ed1f5c6da8ddde22549 | bd91a68c3ed8072ae292191b50bea3349b2f55bc | /ASTNodes/Allocation.hpp | ff8f4ddcf403e24db1bad170625121dd642d04b5 | [
"MIT"
] | permissive | jonathan-beard/Raft | 0e28d5ea72e840441b2f42f46b45ec2f5b08371e | 6b2c250c915b5ce1db84277e6e5722977e8ebbba | refs/heads/master | 2021-01-17T05:24:36.314552 | 2019-04-23T16:03:09 | 2019-04-23T16:03:09 | 8,226,622 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 347 | hpp | /**
* Allocation.hpp -
* @author: Jonathan Beard
* @version: Sat Dec 28 12:55:09 2013
*/
#ifndef _ALLOCATION_HPP_
#define _ALLOCATION_HPP_ 1
#include "Returns.hpp"
namespace Node{
class Allocation : public Returns {
public:
Allocation();
virtual ~Allocation() = default;
};
} /* end namespace Node */
#endif ... | [
"jonathan.c.beard@gmail.com"
] | jonathan.c.beard@gmail.com |
3450f3e4a7b681014eefaffbb5ccb4e09069905b | a665874cafa47759e75d2f5e6ed9ebe6d65c4cc7 | /opencascade/Graphic3d_Camera.hxx | 5a819622fc7f741eff5c49c9a0b965c761bb4259 | [
"Apache-2.0"
] | permissive | jwscook/OCP | d16e7a31d753916dc53fdda23a08ef7bbd3ce1b1 | 856c86f1bc3a795dda29b8a78ebd08f9845c43d6 | refs/heads/master | 2023-07-15T19:46:30.907242 | 2021-07-27T16:58:49 | 2021-07-27T16:58:49 | 399,790,991 | 0 | 0 | Apache-2.0 | 2021-08-25T11:27:51 | 2021-08-25T11:17:41 | null | UTF-8 | C++ | false | false | 35,812 | hxx | // Created on: 2013-05-29
// Created by: Anton POLETAEV
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 a... | [
"adam.jan.urbanczyk@gmail.com"
] | adam.jan.urbanczyk@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.