blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 26 | license_type stringclasses 2
values | repo_name stringlengths 7 95 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 57
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 197k 639M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 11
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 34
values | src_encoding stringclasses 18
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 11 9.86M | extension stringclasses 27
values | content stringlengths 11 9.86M | authors listlengths 1 1 | author stringlengths 0 70 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b48866513c4f541a250b2a2a844d90722c0274ba | a787a0b9859be15e838e29215cb77543b995c826 | /C++ projects/Maze Solver/kruskalishmaze.cpp | 7b41f774787379e765dcf95e3c87c977e038775f | [] | no_license | AdamMoffitt/portfolio | 675e46f0b308ad06a095a4b0cdb28d4694fe7782 | 198d88c13eff4f7579863cc5a0e2d02f756f2647 | refs/heads/master | 2023-01-13T12:09:01.052253 | 2020-04-29T15:31:44 | 2020-04-29T15:31:44 | 56,955,304 | 2 | 1 | null | 2023-01-09T12:17:06 | 2016-04-24T05:13:08 | HTML | UTF-8 | C++ | false | false | 2,850 | cpp | #include "kruskalishmaze.h"
#include "ufds.h"
#include <cstdlib>
#include <time.h>
KruskalishMaze::KruskalishMaze(int numRows, int numCols, int startX, int startY, int goalX, int goalY, bool simple)
: Maze(numRows, numCols, startX, startY, goalX, goalY), _maze(numRows)
{
for (int i=0; i < numRows; i++)
{
_maze[i]... | [
"admoffit@"
] | admoffit@ |
3797f348b6030ea2709582cb650e83cbc3707d7b | 3ac202a691e298142905bad7c92ce3d5c7c60a0b | /MFCFrame/UserLogin.cpp | 802eecf8d8146c565d54a182c010dbf417cf78e9 | [] | no_license | UESTC-TongzhiGroup/TongzhiClient | 3af112b2d5b42a2d9cbb7eb9ebb4b5a4dfe4b457 | 1f64e9f6f3bd04117143b758963260bc797afc88 | refs/heads/master | 2021-08-19T01:30:34.930219 | 2017-11-24T10:32:14 | 2017-11-24T10:32:14 | 103,965,641 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,154 | cpp | // UserLogin.cpp : 实现文件
//
#include "stdafx.h"
#include "Frame.h"
#include "UserLogin.h"
#include "Config.h"
#define IDC_LOGIN 10000
#define IDC_USERNAME 10001
#define IDC_PASSWORD 10002
// CUserLogin 对话框
IMPLEMENT_DYNAMIC(CUserLogin, CDialogEx)
CUserLogin::CUserLogin(CWnd* pParent)
: CDialogEx(CUserLogin::IDD... | [
"gakongren@gmail.com"
] | gakongren@gmail.com |
87c5ff622e086e6fec034d0de46ce9ddf9350eb1 | 1a5a3b9f8675000cf94b1a6797a909e1a0fcc40e | /src/client/src/Util/CRandom.h | 5eacfea5522927ef249058cadb0c2498ea5e6d6e | [] | no_license | Davidixx/client | f57e0d82b4aeec75394b453aa4300e3dd022d5d7 | 4c0c1c0106c081ba9e0306c14607765372d6779c | refs/heads/main | 2023-07-29T19:10:20.011837 | 2021-08-11T20:40:39 | 2021-08-11T20:40:39 | 403,916,993 | 0 | 0 | null | 2021-09-07T09:21:40 | 2021-09-07T09:21:39 | null | UTF-8 | C++ | false | false | 840 | h | #ifndef __CRANDOM_H
#define __CRANDOM_H
#include "LIB_Util.h"
//-------------------------------------------------------------------------------------------------
#define MAX_RANDOM_FUNC 4
#define CRandom CR001
#define AcRANDOM R_AC
#define BcRANDOM R_BC
#define VcRANDOM R_VC
#define MyRANDOM R_MY
... | [
"ralphminderhoud@gmail.com"
] | ralphminderhoud@gmail.com |
3ded8ff09b3759baa49bf473fd4b7e29a90d34fa | 6b342e06bf8ec9bf89af44eb96bb716240947981 | /380.cpp | c53144a44ce74d887c6113a731d8ee40b6192c3e | [] | no_license | githubcai/leetcode | d822198f07db33ffbb1bc98813e5cd332be56562 | 4b63186b522cb80a0bc4939a89f5b6294c1b11ca | refs/heads/master | 2021-01-13T03:32:38.704206 | 2017-03-14T02:06:35 | 2017-03-14T02:06:35 | 77,529,061 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,174 | cpp | class RandomizedSet {
unordered_map<int, int> ref;
vector<int> nums;
public:
/** Initialize your data structure here. */
RandomizedSet() {
}
/** Inserts a value to the set. Returns true if the set did not already contain the specified element. */
bool insert(int val) {
... | [
"2468085704@qq.com"
] | 2468085704@qq.com |
0fbef779276da3bf00e530f517bd65787482bc47 | b7cca28ad91b46aef4ae5f5e34d4b25957886e94 | /School/Support.cpp | 2e65b0dac14fe51e88e070889d75cb67ea12a365 | [] | no_license | U201714643/School | d3b201877520542c43e9ebb253962d3f03ec8a3a | ce60c1a2911904d01b5f8ec18a7c16765b7d560f | refs/heads/master | 2020-08-08T19:23:45.842964 | 2019-10-29T07:53:50 | 2019-10-29T07:53:50 | 213,899,046 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 2,155 | cpp | #include "stdafx.h"
#include "Support.h"
#include "include\mysql.h"
char * MsToTime(char * ms, char * Src) { //转换毫秒单位的时间为分:秒制
int s = atoi(ms) / 1000; //用秒表示
if (s == 0) { //用时过短,可能是某处出错
sprintf_s(Src, 32, "采样错误");
}
else { //s/60得到分钟数,s%60得到秒数
sprintf_s(Src, 32, "%d:%d", s / 60, s % 60);
}
return Src;
}
i... | [
"hhyu1500@vip.qq.com"
] | hhyu1500@vip.qq.com |
fcf45c995e886dee63f7be3a4d4d752269e0140d | a631190c8994f65f99af5d9f6c84bc1da657bdbb | /28twenty-eight/ComputeMatrix.cpp | 91c5ed5752f4c7b378b1908c89a6b3def86fedc2 | [] | no_license | Viredery/CLRS | a482942ea50cf1c1f571d66453beec0d9c16aad1 | 9b3724f0b0ec32e4eae787fd18e0224cfa757df2 | refs/heads/master | 2021-05-04T10:24:00.457941 | 2017-11-07T16:05:40 | 2017-11-07T16:05:40 | 53,512,452 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,744 | cpp | #include<iostream>
using namespace std;
const int N = 4; //Define the size of the Matrix
template< typename T >
void Strassen(int n, T A[][N], T B[][N], T C[][N]);
template< typename T >
void Input(int n, T p[][N]);
template< typename T >
void Output(int n, T C[][N]);
int main()
{
//Define three Matrices
int A[N]... | [
"dyrviredery@hotmail.com"
] | dyrviredery@hotmail.com |
5ac23c2fef68f7b95ca7c8a92f08efc11f13f95b | 60689b9ba2a4eb03885140700b160dcdec491211 | /chapter02/EX2.41(P67).cpp | 800685c44a97dcc21cab99f2a5697f9baa23c49f | [] | no_license | nideng/Cpp_Primer_5th_edition | af1e99f935ceb1245acb468d5fe3c519cff6b464 | 8a5067358dc4969dd408e623e78265996a096824 | refs/heads/master | 2021-01-14T15:00:14.943025 | 2020-04-01T01:36:28 | 2020-04-01T01:36:28 | 242,653,119 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,277 | cpp | #ifndef SALES_DATA_H
#define SALES_DATA_H
#include<string>
#include<iostream>
using namespace std;
class Sales_data
{
public:
Sales_data() :bookNo(""), bookName(""), units_sold(0), cost(0), price(0) {};
Sales_data(const string&, const string&, unsigned, double, double);
Sales_data(istream&);
Sales_data(const Sales_... | [
"nideng@live.cn"
] | nideng@live.cn |
07881a6c9a1914d68076e2853bc42a08c92df7bf | 77013b8303a10d0c937c9ca2bbba20dd35d53bbf | /Math/gcd.cpp | 56e1d89b6c46383172e3b118572e2c5eee4ba683 | [
"MIT"
] | permissive | aneesh001/InterviewBit | 9d10febfcace743b2335acdfcca0f2265c647d8d | fcbac096fd8e9554a52db10dc9e5a88cb8a83ef3 | refs/heads/master | 2020-03-18T06:05:36.438449 | 2018-07-01T06:02:57 | 2018-07-01T06:02:57 | 134,376,158 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 143 | cpp | #include <bits/stdc++.h>
using namespace std;
int gcd(int A, int B) {
if(B == 0) return A;
else return gcd(B, A % B);
}
int main(void) {
} | [
"aneeshd00812@gmail.com"
] | aneeshd00812@gmail.com |
7f9e7caea0588f5f5c2903c4d2ff3e8d0186a188 | 6d7a3bb26053cb180f35c88daf108f5a773ff293 | /wasm_llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp | 43b79cbffba19d62b4dbe2f4d0fd433e329df9a9 | [
"NCSA",
"MIT"
] | permissive | WaykiChain/wicc-wasm-cdt | e4088f0313fbeb1aae7f4631b2735fbd2fc3c0c6 | fcf9edcc9d8abf689c6a2452399735c887185bfa | refs/heads/master | 2021-07-06T15:20:58.417585 | 2020-10-12T01:25:17 | 2020-10-12T01:25:17 | 237,560,833 | 1 | 2 | MIT | 2020-10-12T01:25:19 | 2020-02-01T04:19:53 | C++ | UTF-8 | C++ | false | false | 196,752 | cpp | //===--- CodeGenModule.cpp - Emit LLVM Code from ASTs for a Module --------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"1634054493@qq.com"
] | 1634054493@qq.com |
cc9368c853dc1fe3798855aebc8f4be6e126ea47 | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/git/old_hunk_1453.cpp | 93b128a853a6688f3fdb38768a8bbec01d4263bb | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 392 | cpp | strbuf_addf(&sb, "%s: %.*s", reflog_msg, linelen(state->msg),
state->msg);
update_ref(sb.buf, "HEAD", commit, ptr, 0, UPDATE_REFS_DIE_ON_ERR);
if (state->rebasing) {
FILE *fp = xfopen(am_path(state, "rewritten"), "a");
assert(!is_null_sha1(state->orig_commit));
fprintf(fp, "%s ", sha1_to_hex(state->orig_... | [
"993273596@qq.com"
] | 993273596@qq.com |
be711758e93fe6692f76ff6d5babeacc65be0545 | afb2fd9af5fd0f7fc9bf5cbd51b6c7d637296957 | /include/nakama-cpp/realtime/NRtClientDisconnectInfo.h | 956efbcb946ff1a28f5e5dba34b3e3454a3e9453 | [
"Apache-2.0"
] | permissive | lineCode/nakama-cpp | c10510d974e1d33cfabb3d0dc4a0c66096db2f77 | 45746b46bfb8655593efbb0d86b153a060e59bc9 | refs/heads/master | 2020-05-26T20:14:03.041475 | 2019-05-19T20:35:10 | 2019-05-19T20:35:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 996 | h | /*
* Copyright 2019 The Nakama Authors
*
* 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 agr... | [
"kdl.dima@gmail.com"
] | kdl.dima@gmail.com |
062e87dabe36887d973b823c56fb62787e847386 | 21bb96380bf47a5938675191d4fd650402737f19 | /TestGeometryHandler.cpp | f0999dab21d003568e6267e58892ff672bcef42c | [] | no_license | YSPersonal/LabDX9 | 652058f5b6b459b6353b17610d54a83d91326ce2 | 80895916e0f32554de7bae914a66e314b46dc17f | refs/heads/master | 2021-01-23T06:50:19.086770 | 2017-03-29T15:19:54 | 2017-03-29T15:19:54 | 86,404,751 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,311 | cpp | #include "DXUT.h"
#include "TestGeometryHandler.h"
HRESULT CALLBACK TestGeometryHandler::OnD3D9CreateDevice(IDirect3DDevice9* pd3dDevice,
const D3DSURFACE_DESC* pBackBufferSurfaceDesc, void* pUserContext) {
HRESULT hr;
D3DXCreateTeapot(pd3dDevice, &mesh, NULL);
return S_OK;
}
void CALLBACK TestGeometryHandl... | [
"Ethan@BAKA"
] | Ethan@BAKA |
6e39e1515832b0908222d7de95cf75794aeda6d3 | 0bbae4660f0601ff4861389690f4df4812184ed7 | /usrp_mkid.cpp | 9eda1af2b682ca7015a75e4ca04d729fd270c914 | [] | no_license | WanduiAlbert/usrp_mkid | 8e873e1e715ed646377de99aa7a410fbe890a357 | 7faa3ee1196d32028cc7f2af4a81a43e371f0ef2 | refs/heads/master | 2020-03-13T01:52:24.234427 | 2018-04-25T21:49:46 | 2018-04-25T21:49:46 | 130,913,244 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,402 | cpp | #include <stdio.h>
#include <boost/program_options.hpp>
#include <boost/thread/thread.hpp>
#include <csignal>
#include "H5Cpp.h"
#include "usrp_mkid.h"
#include "radio.h"
#include "lobank.h"
#include "outputfile.h"
using namespace std;
namespace po = boost::program_options;
static int stop_signal_called;
void sig_... | [
"albertkamau16@gmail.com"
] | albertkamau16@gmail.com |
fe78ef6ed493a212bb555a4ceefea86c51b5e64c | e98e505de1a1a3542189125ef4bdde147f9c77cd | /chrome/browser/android/chrome_feature_list.cc | e313b4f7c19ed235131ac5cc2067477102dc4182 | [
"BSD-3-Clause"
] | permissive | jesonlay/chromium | b98fca219ab71d230df9a758252058a18e075a06 | 292532fedbb55d68a83b46c106fd04849a47571d | refs/heads/master | 2022-12-16T15:25:13.723395 | 2017-03-20T14:36:34 | 2017-03-20T15:37:49 | 158,929,892 | 0 | 0 | NOASSERTION | 2018-11-24T11:32:20 | 2018-11-24T11:32:19 | null | UTF-8 | C++ | false | false | 10,262 | 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 "chrome/browser/android/chrome_feature_list.h"
#include <stddef.h>
#include <string>
#include "base/android/jni_string.h"
#include "base/featu... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
a300ce80f3b5e654a30a0ee06e32752651ec07f4 | 54c6b0665b0aab3734a85b4603994a7f5672a51d | /Source/AndroidBluetooth/AndroidBluetooth.cpp | d2786c3a750b056efee43edc0f14c94d173f125c | [
"Apache-2.0"
] | permissive | DMcKay711/UnrealBluetoothPlugin | 3b0c50f81e0e11ea0c5e4a81b0cb6a50cdcf5eeb | c61fafdf18d938713af9f9276e470ae62e08e21a | refs/heads/master | 2020-05-16T02:02:28.615141 | 2017-06-18T12:21:42 | 2017-06-18T12:21:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 241 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "AndroidBluetooth.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, AndroidBluetooth, "AndroidBluetooth" );
| [
"rlatkdgus500@gmail.com"
] | rlatkdgus500@gmail.com |
b7a8371375d3464162ccedcd392b75ca5f0802dd | 9f106e650913d490743630f48f4110879302f0e0 | /OgreView/OgreCharacterView.h | f1c9234ff87250d4e13681f6fe159d996aac067e | [
"MIT"
] | permissive | sereslorant/ninja_killer | 8d13c8ae2a19935545650f35b377544303e03300 | 7a4def966720eb9b396f3424f8a536a14e61e41d | refs/heads/master | 2021-08-30T08:11:47.475730 | 2017-12-16T23:54:39 | 2017-12-16T23:54:39 | 111,324,247 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,534 | h | #ifndef OGRE_CHARACTER_VIEW_H
#define OGRE_CHARACTER_VIEW_H
#include <GameLogic/IGameObserver.h>
#include "OgreEntityRepository.h"
#include <OGRE/OgreEntity.h>
#include <OGRE/OgreSceneNode.h>
#include "OgreAnimation/CharacterAnimator.h"
#include "AnimationState/CompositeAnimationState.h"
#include "AnimationState... | [
"sereslorant@gmail.com"
] | sereslorant@gmail.com |
2e6835584355e3555ecda2affcd157722571209b | 8d0dd5c468965138fc5b8b95b25dd1817c205c9c | /src/qt/askpassphrasedialog.cpp | e3447a10c1c4d56ec458105f0148600445e86631 | [
"MIT"
] | permissive | ezaruba/unitcurrency | 5a5bd2c4bca81ae7d528ecb6ba406463347514c8 | 600da535414c061ff00ece3fb34eb1ecfac12b50 | refs/heads/master | 2021-08-19T14:36:57.380924 | 2017-11-26T17:01:03 | 2017-11-26T17:01:03 | 120,983,998 | 1 | 0 | null | 2018-02-10T04:30:11 | 2018-02-10T04:30:11 | null | UTF-8 | C++ | false | false | 10,009 | cpp | #include "askpassphrasedialog.h"
#include "ui_askpassphrasedialog.h"
#include "guiconstants.h"
#include "walletmodel.h"
#include <QMessageBox>
#include <QPushButton>
#include <QKeyEvent>
extern bool fWalletUnlockStakingOnly;
AskPassphraseDialog::AskPassphraseDialog(Mode mode, QWidget *parent) :
QDialog(parent),... | [
"root@explorer.unitcurrency.ccom"
] | root@explorer.unitcurrency.ccom |
ee0f9be00b730f85e596335a9fe6aa1b08ed8540 | bb6ebff7a7f6140903d37905c350954ff6599091 | /v8/src/contexts.cc | cb5e852d7d669c07c8d8b950016defff1572f49c | [
"BSD-3-Clause",
"bzip2-1.0.6"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C++ | false | false | 12,281 | cc | // Copyright 2011 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.
#include "src/v8.h"
#include "src/bootstrapper.h"
#include "src/debug.h"
#include "src/scopeinfo.h"
namespace v8 {
namespace internal {
Context* Cont... | [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
bb1ec243d4e441725ed5b109e1cfdcc1f70a0491 | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_TPV_MiningDrill_HF_AnimBP_functions.cpp | 578265efe582e3e8b1bb8742f8ed901f9648b19b | [
"MIT"
] | permissive | git-Charlie/ARK-SDK | 75337684b11e7b9f668da1f15e8054052a3b600f | c38ca9925309516b2093ad8c3a70ed9489e1d573 | refs/heads/master | 2023-06-20T06:30:33.550123 | 2021-07-11T13:41:45 | 2021-07-11T13:41:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,753 | cpp | // ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_TPV_MiningDrill_HF_AnimBP_parameters.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Functions
//--------------------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
209b1e6a9b094257383871a1ec123b1f2ab7bd08 | 382399c7d31febd04c0344202550c3b574bd4891 | /BeyondNaos/BeyondNaos/PurpleHeart.h | 3e1bba48ba6d2e02ab6b46b68e6ea6535a620bb5 | [] | no_license | m-murtaza75/LIT-Year3-BeyondNaos | a35fa7f134e8803f97d282d23313f7474d9c8c68 | 773db43973ca74ef994496aed6100618589a1f3e | refs/heads/main | 2022-12-25T08:02:17.046804 | 2020-10-05T19:01:20 | 2020-10-05T19:01:20 | 301,465,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 282 | h | #pragma once
#include "MapObject.h"
class PurpleHeart : public MapObject
{
public:
PurpleHeart(TileMap& tm);
void Update(float frametime);
void Draw(sf::RenderWindow *window);
private:
std::vector<sf::IntRect*> sprites;
sf::Texture *t;
sf::Sprite *s;
sf::IntRect *rect;
}; | [
"m.murt75@gmail.com"
] | m.murt75@gmail.com |
1e9badc64273207ec9ebd61b3b783a9fa5e05b85 | e39060797b66900a6333b50d7237fe75c4946e6b | /iterative_tree_travarsal.cpp | 3b8a73129cb631020ed8bdb39c46ef8751df6fad | [] | no_license | ahadalichowdhury/cp-algorithm | c3c54c7bcbb4aa0fa4960ab4ddd16a577b9b7da9 | 8a7c0cc313cb0b68b234af1679b27e5759610a4d | refs/heads/main | 2023-06-02T15:39:16.047500 | 2021-06-20T06:57:36 | 2021-06-20T06:57:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,236 | cpp | #include <stdio.h>
#include <stdlib.h>
#include "Queue.h"
#include "Stack.h"
struct Node *root=NULL;
void Treecreate()
{
struct Node *p,*t;
int x;
struct Queue q;
create(&q,100);
printf("Eneter root value ");
scanf("%d",&x);
root=(struct Node *)malloc(sizeof(struct Node));
root->data=x;
root->lchild=root->rchild=NULL;
... | [
"noreply@github.com"
] | noreply@github.com |
7fd05418b937c1d335df84a277cdc7dc2d39aaad | f757c0ccaca9535169902455b2a6b974614397c7 | /108598007-HW4_FileSystem/108598007_hw4(精簡版)/test/ut_main.cpp | 53feb6ca4cb900b74c32f8a3d8f2b548c1fbbb39 | [] | no_license | qseft0402/2019_POSD | 0908efd4d4a933dc807026db5b46624fd352c0e1 | f254d704ef67756a41d38d99d5fd4c50dcc36b42 | refs/heads/master | 2020-08-21T10:13:56.017590 | 2020-01-05T03:02:51 | 2020-01-05T03:02:51 | 216,137,563 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 152 | cpp | #include <gtest/gtest.h>
#include "ut_node.h"
int main(int argc, char ** argv)
{
testing::InitGoogleTest(&argc, argv) ;
return RUN_ALL_TESTS() ;
}
| [
"qseft0402@gmail.com"
] | qseft0402@gmail.com |
7eec52dc823a3b09082b2d3aa1144beaed4e7d92 | f44e4e15f6b17078c8fec27b71c0d48e63b3d531 | /Desktop/C++/CD Burner Sample Important Parts/BurnCD.cpp | 288f338f9f2b47c3df6a8d30e188e2d339b70e63 | [] | no_license | SherwinKP/CodeSamplesFromDifferentProjects | 21e2afe317e2166ce2f41b9beeb91e1428196f87 | 12c1afb55bc53e85c09078a9fe9d164dc046233d | refs/heads/master | 2020-04-22T03:10:22.898681 | 2012-10-05T23:53:48 | 2012-10-05T23:53:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,597 | cpp | // BurnCD.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "BurnCD.h"
#include "BurnCDDlg.h"
#include <string>
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CBurnCDApp
BEGIN_MESSAGE_MAP(CBurnCDApp, CWinApp)
ON_COMMAND(ID_HELP, &CWinApp::OnHelp)
END_MESSAGE_MAP()
// CBurnCD... | [
"circass@gmail.com"
] | circass@gmail.com |
b501bfa8fcbc3654e8696760211c7196106fbf4a | 04befb4e55a11d7d0c574da2482672b66fcbd8e4 | /src/rpcmisc.cpp | 54a3bd30454334dff129dd61403501615b74e0b5 | [
"MIT"
] | permissive | Socialtraders/STRD | 57c255cc66ad374ab11dfc7ec20b57997556acf2 | f8724bb4418e877049e9432ab2cf98c046f61083 | refs/heads/master | 2020-03-28T06:27:37.923923 | 2018-09-07T14:40:58 | 2018-09-07T14:40:58 | 147,123,462 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,035 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018 The SocialTraders developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or... | [
"skyler@ruffa-karting.fr"
] | skyler@ruffa-karting.fr |
e12c251146640e4eac6ebd41a53b7c3b8d022649 | 5f6cb9d4bd12d27dd66cc5bb29fda97ab4b97134 | /examples/datestuff.cpp | 857c2f6a04d276c14fda30c6bfd0f12f7153599e | [] | no_license | g-harinen/csis352 | acca14edec17300f15ac3735f155d6d8b5dfb843 | 5a2b45e9ea062f2d1c840d8e8808f97a83e9ad9f | refs/heads/master | 2022-04-10T19:52:39.757847 | 2020-01-27T21:59:54 | 2020-01-27T21:59:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,197 | cpp | #include <ctime>
#include <iostream>
using namespace std;
bool leapyear(int year)
{
return year % 400 == 0 || year % 4 == 0 && year % 100 != 0;
}
int main()
{
// this section gets and output the current date and time
tm *current;
time_t lt;
lt = time(0);
current = localtime(<);
int year = current-... | [
"chenan@mnstate.edu"
] | chenan@mnstate.edu |
f46d56a0c3c15ec222ff1c4df92c7cfe8ea7dd57 | 9445ccc40e8518c35924e40815fdf616d4d5e9ad | /URI1074.cpp | 803dd53525622da39320921021f3fd8551feefd8 | [] | no_license | brunoalvaro130/URI-C-plus | 74a384c140574fcf138e64b214992ce2eb64e455 | d4771bec5f05aec7a9db0f9556bd787bec8c7ea4 | refs/heads/master | 2022-11-26T03:14:13.825476 | 2020-07-30T18:49:25 | 2020-07-30T18:49:25 | 283,567,299 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 460 | cpp | #include <iostream>
using namespace std;
int main(int argc, char** argv)
{
int n, x;
cin >> n;
for(int i = 0; i < n;i++){
cin >> x;
if(x%2 != 0){
if(x < 0){
cout << "ODD NEGATIVE" << endl;
} else {
cout << "ODD POSITIVE" << endl;
}
} else if (x%2 == 0){
if(x < 0){
cout << "EVEN NE... | [
"brunoalvaro130@gmail.com"
] | brunoalvaro130@gmail.com |
f97577f33bbb28b5e6e61c971fd8ff86aebb948d | 879681c994f1ca9c8d2c905a4e5064997ad25a27 | /root-2.3.0/run/tutorials/multiphase/twoPhaseEulerFoam/RAS/fluidisedBed/1.82/p | 373f1ba780d397ffc05cb11ccbf647113840874d | [] | no_license | MizuhaWatanabe/OpenFOAM-2.3.0-with-Ubuntu | 3828272d989d45fb020e83f8426b849e75560c62 | daeb870be81275e8a81f5cbac4ca1906a9bc69c0 | refs/heads/master | 2020-05-17T16:36:41.848261 | 2015-04-18T09:29:48 | 2015-04-18T09:29:48 | 34,159,882 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 46,714 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | [
"mizuha.watanabe@gmail.com"
] | mizuha.watanabe@gmail.com | |
5982563093d2fa8a4627b3554def2e633fcb3255 | f8c74e42ce654749f854c8e80572ea345728675b | /assignment_4/8_1/main.cpp | 0006b58680258bcc1634e9b572ef68453f727d5e | [] | no_license | SVizor42/made_2019_algo | b12a75019fa0bfbf88a78c4929a1b392353636e6 | 36f100645e4233968e8b2c7cb3ae0ffcdcc4ee65 | refs/heads/master | 2020-09-07T01:18:52.983106 | 2019-12-30T14:18:14 | 2019-12-30T14:18:14 | 220,606,023 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,135 | cpp | /*
8. Хеш-таблица
Реализуйте структуру данных типа “множество строк” на основе динамической хеш-таблицы с открытой адресацией. Хранимые строки непустые и состоят из строчных латинских букв. Хеш-функция строки должна быть реализована с помощью вычисления значения многочлена методом Горнера. Начальный размер таблицы долж... | [
"noreply@github.com"
] | noreply@github.com |
3bba7d0ba6a1b7f12a84e6aeee2eb5b2b6e9f367 | 672a3c9372c8e6c1c38c272404ddb12ec0bc0a1d | /semestre_03/SCC0210_algoritmos_avancados/2020_contest_b2w_semcomp/B.cpp | 08cfc813ae8474762a878d364395272b51948e3e | [] | no_license | GabrielVanLoon/Graduacao_BCC | 084de6ba4d374fae98548e503bbe38411b8a53b2 | fb078bdce3aafdc76ecc42a8725ce53cee6bdb1e | refs/heads/master | 2023-08-30T05:43:55.055216 | 2021-11-18T18:59:25 | 2021-11-18T18:59:25 | 171,961,616 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 268 | cpp | #include <cstdio>
#include <iostream>
#include <cstring>
using namespace std;
int main(){
string a;
cin >> a;
int count = 0;
for(int i = 0, j = a.length() - 1; i < j; i++, j--) count += a[i] != a[j];
cout << count << endl;
return 0;
} | [
"gabriel.vl.rojas@gmail.com"
] | gabriel.vl.rojas@gmail.com |
93397c25aae316a83aff3e8fc332f0e4a309a696 | 31d21ba58bed636c15cddb991e470fa68258b2f2 | /TWS API/samples/TestConnectionVerify/ConnectionVerifyTest.cpp | 8b40eb7fd301b5b1f469f5c358370e64a3b65101 | [] | no_license | sergiovvfm/trading | 2149cb5998d8fb25234e96ce8694f34bc25b80a6 | 796443430a3ca7297e8ac3bae77984b05e109072 | refs/heads/master | 2021-01-01T18:23:02.190928 | 2014-09-23T12:42:59 | 2014-09-23T12:42:59 | 24,096,385 | 0 | 2 | null | 2014-09-18T14:55:15 | 2014-09-16T11:11:30 | C++ | UTF-8 | C++ | false | false | 16,461 | cpp | /* Copyright (C) 2013 Interactive Brokers LLC. All rights reserved. This code is subject to the terms
* and conditions of the IB API Non-Commercial License or the IB API Commercial License, as applicable. */
#include "ConnectionVerifyTest.h"
#include "EPosixClientSocket.h"
#include "EPosixClientSocketPlatform.h"
#in... | [
"sergiovvfm@gmail.com"
] | sergiovvfm@gmail.com |
bfeb4d418f80d4bb99aa9515c9ffcea4eadd6ed8 | d375044c336585980b2a6b2e2bf6a3fe10d72fe2 | /Controller/HikerController/PlayerHikerController.cpp | 40487677dfa6630f016612c4af3f088e41833b7d | [] | no_license | Cbcasper/TurboHiker | 5a7cabcd4772343a782fe6371e52eac7dce8c3cf | 8329ec967725235e35c690bfbf63acd0581f65f1 | refs/heads/main | 2023-02-19T18:59:06.527995 | 2021-01-17T22:50:06 | 2021-01-17T22:50:06 | 320,257,426 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,682 | cpp | //
// Created by Casper De Smet on 20/12/2020.
//
#include "PlayerHikerController.h"
#include "../World.h"
using namespace std;
namespace turboHiker
{
// The player hiker is not halted at the start
PlayerHikerController::PlayerHikerController(const std::weak_ptr<World>& world, int index): HikerController(wor... | [
"casper.desmet@student.uantwerpen.be"
] | casper.desmet@student.uantwerpen.be |
b9b790d66a7918596cb29c187ecdde1f25576fd0 | bdc0b8809d52933c10f8eb77442bd0b4453f28f9 | /build/sensor_msgs/rosidl_typesupport_cpp/sensor_msgs/msg/fluid_pressure__type_support.cpp | 4ef7012e389dbdbaebece1e89b526a4d8805f7fc | [] | no_license | ClaytonCalabrese/BuiltRos2Eloquent | 967f688bbca746097016dbd34563716bd98379e3 | 76bca564bfd73ef73485e5c7c48274889032e408 | refs/heads/master | 2021-03-27T22:42:12.976367 | 2020-03-17T14:24:07 | 2020-03-17T14:24:07 | 247,810,969 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,396 | cpp | // generated from rosidl_typesupport_cpp/resource/idl__type_support.cpp.em
// with input from sensor_msgs:msg/FluidPressure.idl
// generated code does not contain a copyright notice
#include "cstddef"
#include "rosidl_generator_c/message_type_support_struct.h"
#include "sensor_msgs/msg/fluid_pressure__struct.hpp"
#inc... | [
"calabreseclayton@gmail.com"
] | calabreseclayton@gmail.com |
55907b7628ee12ee7c4b989f635344c4ea4d6575 | 82c47f014e622395c649fbe383309a87414ff46a | /1-Introduction/1.4-Ad_Hoc_Problems/01-Game_(Card)/vitorvgc/12247.cpp | 549120d3ed05d8dd7d924663ad78eac4da67c5a3 | [
"MIT"
] | permissive | IFCE-CP/CP3-solutions | c2313abc34ee67a301fbf8429527257eed4b151e | 1abcabd9a06968184a55d3b0414637019014694c | refs/heads/master | 2018-07-09T02:06:47.263749 | 2018-06-01T03:56:11 | 2018-06-01T03:56:11 | 110,758,240 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 848 | cpp | #include <bits/stdc++.h>
using namespace std;
bool used[60];
int main() {
int a[3], b[2];
while(scanf("%d %d %d %d %d", &a[0], &a[1], &a[2], &b[0], &b[1]) && a[0]) {
int wins = 0;
memset(used, 0, sizeof used);
used[a[0]] = used[a[1]] = used[a[2]] = used[b[0]] = used[b[1]] = ... | [
"vitorvgc07@gmail.com"
] | vitorvgc07@gmail.com |
f8718b83e034497e502ea8f96915ac03e8ee0562 | fa3b89c5ead0d403f7db4be81f791a272f4fe62e | /alg/poj/archive/2253/7313099_AC_16MS_552K.cpp | f608133d67a0ca178762bc8e5a35f8eeee38890d | [] | no_license | ruleless/programming | aa32e916a5b3792ead2a6d48ab924d3554cd085f | c381d1ef7b1c7c0aff17603484e19a027593429b | refs/heads/master | 2022-11-14T02:07:47.443657 | 2022-11-03T23:47:32 | 2022-11-03T23:47:32 | 86,163,253 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,478 | cpp | #include <iostream>
#include <cstdio>
#include <cmath>
#include <queue>
using namespace std;
struct Point
{
double x,y;
}p[205];
#define MAX 10e20
double edge[205][205],closedge[205];
bool vis[205];
int n;
struct Node
{
int u;
double d;
bool operator<(const struct Node a)const
{
retur... | [
"ruleless@126.com"
] | ruleless@126.com |
942ece1adb10993307c71ccfa96cf45cc1fbd5d9 | d09945668f19bb4bc17087c0cb8ccbab2b2dd688 | /atcoder/abc001-040/abc030/a.cpp | ea83e8ba98175528bac2f72102152f1909174394 | [] | no_license | kmjp/procon | 27270f605f3ae5d80fbdb28708318a6557273a57 | 8083028ece4be1460150aa3f0e69bdb57e510b53 | refs/heads/master | 2023-09-04T11:01:09.452170 | 2023-09-03T15:25:21 | 2023-09-03T15:25:21 | 30,825,508 | 23 | 2 | null | 2023-08-18T14:02:07 | 2015-02-15T11:25:23 | C++ | UTF-8 | C++ | false | false | 862 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef signed long long ll;
#undef _P
#define _P(...) (void)printf(__VA_ARGS__)
#define FOR(x,to) for(x=0;x<to;x++)
#define FORR(x,arr) for(auto& x:arr)
#define ITR(x,c) for(__typeof(c.begin()) x=c.begin();x!=c.end();x++)
#define ALL(a) (a.begin()),(a.end())
#de... | [
"kmjp@users.noreply.github.com"
] | kmjp@users.noreply.github.com |
c49bfd914f5bafe7892c52828bae34e6abc9a4f3 | 5a50292784431caf002ef38a401a98f69328e5b7 | /SyncQueue/SyncQueue/CSyncQueue.h | 6a1ca44e80a4594fee29e5792608c6eb741616e6 | [] | no_license | Boialex/Parallel | df0117f41bedd2ba5785439b025a2db5e60c9bfc | 4f2769ef1e6196a641946edba78dfa795ddd09d4 | refs/heads/master | 2021-01-13T00:59:35.083316 | 2016-05-09T23:00:39 | 2016-05-09T23:00:39 | 53,613,918 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,261 | h | #include <thread>
#include <mutex>
#include <condition_variable>
template<typename ARRAY>
struct isContainer {
private:
static int check(...);
template<typename T>
static decltype(std::declval<T>().pop()) check(const T&);
public:
static constexpr
bool value = !(std::is_same<void, decltype(che... | [
"xdr007@gmail.com"
] | xdr007@gmail.com |
44dbb6a2297d39838140134917e137807bb6ce34 | e54f183bc12485af1c74f9ce862aa884587305d7 | /Cpp_Tut/Hello_World/Hello_World/Eingabe.cpp | 0d7d18d04732c6303596fdf16aae55c37ebf2b0f | [] | no_license | Genotic/Cpp_Tutorial | 8f58443fc70b002558752dfa994ba14551b193e5 | 1da7d8b2bb4c461eeb3b440eb547047269abf3c8 | refs/heads/master | 2020-03-28T17:04:18.607932 | 2018-10-01T09:33:12 | 2018-10-01T09:33:12 | 148,755,737 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 312 | cpp |
#include "pch.h"
#include <iostream>
#include <string>
int main()
{
std::string vorname;
std::string nachname;
std::cout << "Bitt geben Sie Ihren Vor- und Nachnamen ein!" << std::endl;
std::cin >> vorname;
std::cin >> nachname;
std::cout << "Sie heissen " << vorname << " " << nachname << std::endl;
} | [
"Genotic@gmx.de"
] | Genotic@gmx.de |
4ade1946bb208470af204e25e3d5698543bf710a | be71a73dff6f5cd86d615266dd45ed575b2ac4d0 | /project-solutions/section 11/11-02-Aliens/Alien.cpp | b9c688de40015e513e1ddbddf29bfc115eb7ea74 | [] | no_license | goyeer/complete-cpp-developer-course | abe064e4ffd6b7bd0a137ec041588f81f2b070c2 | 7930c52d40fd29280ef37f89798074e4882582d5 | refs/heads/master | 2023-08-15T19:54:43.136412 | 2021-09-27T06:09:52 | 2021-09-27T06:09:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,658 | cpp | #include "Alien.h"
#include <cstdlib>
#include <ctime>
using namespace std;
Alien::Alien(int weight, int height, char gender)
{
this->weight = weight;
this->height = height;
this->gender = gender;
}
int Alien::getWeight() const
{
return weight;
}
int Alien::getHeight() const
{
return height... | [
"noreply@github.com"
] | noreply@github.com |
0ecf8b46b6eba1671b6893fd3cf8e15f33aad66a | d4f6b1093120a25a1163cbd665cb169d46882756 | /std_lib_facilities.h | 99265e39681ffd576e3b079325946ea380bf70e7 | [] | no_license | egxperience/CppSandBox | 2a38a792a17d245fc287205b0fbb32f73d93f006 | 7c57be3f981c3b88e53339ef3d455b73414c75b1 | refs/heads/master | 2020-12-04T16:42:04.207756 | 2020-01-04T23:44:39 | 2020-01-04T23:44:39 | 231,840,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,654 | h | /*
std_lib_facilities.h
*/
/*
simple "Programming: Principles and Practice using C++ (second edition)" course header to
be used for the first few weeks.
It provides the most common standard headers (in the global namespace)
and minimal exception/error support.
Students: please don't try to understan... | [
"noreply@github.com"
] | noreply@github.com |
9b78677debe0eca1a93c5872acebfa3188b0973d | cb3f96fe38ff599c381efd69eb2db19b39202248 | /lexer/MiscTextUtil.cpp | 2ce5dd753e49504f6ae53bfcf3cb332813a43124 | [] | no_license | CollinReeser/ParsingLanguage | d23111c6bbcbefe1f3f8e3fb6f1acb475011e425 | 9989042a833170eb83db6b5decf1affd9c3ff344 | refs/heads/master | 2021-01-10T18:36:59.206596 | 2012-09-14T08:08:30 | 2012-09-14T08:08:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,015 | cpp |
#include "SimpleTextUtil.h"
bool SimpleTextUtil::isOperatorT( char operatorCandidate )
{
switch ( operatorCandidate )
{
//case '+':
//case '-':
case '*':
//case '/':
case '=':
case '(':
case ')':
//case '<':
case '>':
case ';':
case '"':
case '%':
case '&':
case '\'':
case '.':
case ... | [
"collin.reeser@gmail.com"
] | collin.reeser@gmail.com |
461fd3c0fdb1d568c0263a0168a0b2839d0726bc | 2de8f5ba729a846f8ad5630272dd5b1f3b7b6e44 | /src/Core/Cpackets/LS/CGUnburrow.h | db68bedba2ad5028cde69df757cc127342d623b3 | [] | no_license | najosky/darkeden-v2-serverfiles | dc0f90381404953e3716bf71320a619eb10c3825 | 6e0015f5b8b658697228128543ea145a1fc4c559 | refs/heads/master | 2021-10-09T13:01:42.843224 | 2018-12-24T15:01:52 | 2018-12-24T15:01:52 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,994 | h | //////////////////////////////////////////////////////////////////////
//
// Filename : CGUnburrow.h
// Written By : crazydog
// Description :
//
//////////////////////////////////////////////////////////////////////
#ifndef __CG_UNBURROW_H__
#define __CG_UNBURROW_H__
// include files
#include "Packet.h"
#inc... | [
"paulomatew@gmail.com"
] | paulomatew@gmail.com |
059efe18aedf181304302e9801fef541f23985b3 | 2639807d92c8ecd54b6e135660752a922a1b6e10 | /branches/stefanvt/Fog/Fog/Core/Char.h | 1fdaa8980dcb1b3f7901809d7f948ed4819f982f | [
"LicenseRef-scancode-boost-original",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause",
"MIT",
"X11",
"HPND"
] | permissive | prepare/fog | b9fe3e5d409790ad49760901787d29a9a9195eed | a554c3dd422ee34130be9c5edfb521ec940ef139 | refs/heads/master | 2020-07-18T11:33:23.604140 | 2016-11-16T13:06:53 | 2016-11-16T13:06:53 | 73,920,391 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,207 | h | // [Fog-Core Library - Public API]
//
// [License]
// MIT, See COPYING file in package
// [Guard]
#ifndef _FOG_CORE_CHAR_H
#define _FOG_CORE_CHAR_H
// [Dependencies]
#include <Fog/Build/Build.h>
#include <Fog/Core/Assert.h>
#include <Fog/Core/CharUtil.h>
#include <Fog/Core/Memory.h>
#include <Fog/Core/TypeInfo.h>
//... | [
"wintercoredev@gmail.com"
] | wintercoredev@gmail.com |
f0e59451bcd9d79eedabb3a9a617521e96fe7a83 | 64d7cc6e293d9f06f4f31f444a64d74420ef7b65 | /inet/src/networklayer/diffserv/DiffservUtil.h | b12fe8b2eb5e6643faa8f20d6d35c633303ac4a5 | [] | no_license | floxyz/veins-lte | 73ab1a1034c4f958177f72849ebd5b5ef6e5e4db | 23c9aa10aa5e31c6c61a0d376b380566e594b38d | refs/heads/master | 2021-01-18T02:19:59.365549 | 2020-11-16T06:05:49 | 2020-11-16T06:05:49 | 27,383,107 | 19 | 12 | null | 2016-10-26T06:05:52 | 2014-12-01T14:31:19 | C++ | UTF-8 | C++ | false | false | 3,936 | h | //
// Copyright (C) 2012 Opensim Ltd.
// Author: Tamas Borbely
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later vers... | [
"tomi.borbely@gmail.com"
] | tomi.borbely@gmail.com |
5988d2211b1478fc1308cfdf036649cc1ae6497b | 8d06f1f690fd4e61556cae7ae5322bcad1e833f5 | /ServerTool/ontinueTime.cpp | b61ee96a3e58b58927a727a16483560f9d9111df | [] | no_license | chuyiwen/Tool | c450750749c451b43b9f5211a4510b66f407c3e1 | 158459d57fdb6a2f6b5e3baecc836f7224714b43 | refs/heads/master | 2021-01-23T23:45:56.701134 | 2018-02-24T11:22:15 | 2018-02-24T11:22:15 | 122,734,127 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,366 | cpp | // ontinueTime.cpp : 实现文件
//
#include "stdafx.h"
#include "ServerTool.h"
#include "ontinueTime.h"
#include "NetSession.h"
// ContinueTime 对话框
IMPLEMENT_DYNAMIC(ContinueTime, CDialog)
ContinueTime::ContinueTime(CWnd* pParent /*=NULL*/)
: CDialog(ContinueTime::IDD, pParent)
{
mCheck[0] = false;
mCheck[1] = false;
... | [
"chuyiwen1988@gmail.com"
] | chuyiwen1988@gmail.com |
a87b103bc548db7b072b56740b119125d3651f9b | 676a84034edec9578c0d290b73699da2e9d71c77 | /src/qt/bitcoinunits.cpp | 571a74b9c0bc23b991211b6f710d861cea49d0f6 | [
"MIT"
] | permissive | MrSilver6666/CB | d54981cc572578fa5f948e5189f06ead66205f9a | bb9f68cae7267395c0f2cd1fd4ac8d660ecd5ca1 | refs/heads/master | 2016-09-06T13:01:59.529982 | 2014-11-14T09:00:35 | 2014-11-14T09:00:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,296 | cpp | #include "bitcoinunits.h"
#include <QStringList>
BitcoinUnits::BitcoinUnits(QObject *parent):
QAbstractListModel(parent),
unitlist(availableUnits())
{
}
QList<BitcoinUnits::Unit> BitcoinUnits::availableUnits()
{
QList<BitcoinUnits::Unit> unitlist;
unitlist.append(BTC);
unitlist.append(mBT... | [
"CB"
] | CB |
fe935b5448dd4bbb2a7e36f3f935472489a24e96 | b1e730e22510b7d296f372de39c2ffda44d1001b | /705A-Hulk.cpp | 3f3467d87879d87eeeff383c54269ab94ef03224 | [] | no_license | KieranHorgan/Codeforces-Problems | 7f28ed654a7b142086bb25c2f8b98fc2c66bf7a2 | 9e87ccea355208044343be857b005530f228a445 | refs/heads/master | 2021-01-19T19:44:35.895339 | 2017-05-09T20:12:02 | 2017-05-09T20:12:02 | 88,438,604 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 605 | cpp | #include <bits/stdc++.h>
using namespace std;
#define ll long long
#define MAX 100000
typedef vector<int> vi;
ll n, m, ans;
string s;
pair<int, int> a[105];
ll dp[MAX];
bool visited[MAX];
ll summedTable[MAX];
int main() {
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
cin... | [
"kieranhorganmallow@gmail.com"
] | kieranhorganmallow@gmail.com |
c94766dceb58ee43ab139a34579a66482f157fcf | 5838cf8f133a62df151ed12a5f928a43c11772ed | /NT/net/homenet/alg/exe/collectionalgmodules.cpp | 66d3c203d04eddbe31f1823f74a0d1ded16eed57 | [] | no_license | proaholic/Win2K3 | e5e17b2262f8a2e9590d3fd7a201da19771eb132 | 572f0250d5825e7b80920b6610c22c5b9baaa3aa | refs/heads/master | 2023-07-09T06:15:54.474432 | 2021-08-11T09:09:14 | 2021-08-11T09:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,053 | cpp | /*++
Copyright (c) 2000, Microsoft Corporation
Module Name:
CollectionAlgModules.cpp
Abstract:
Implement a thread safe collection of CAlgModules
Author:
JP Duplessis (jpdup) 2000.01.19
Revision History:
--*/
#include "PreComp.h"
#include "CollectionAlgModules.h"
#include "AlgController.h"
... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
e573ad88d944a1aee0d68041256d1d2b77a63467 | f2f6ba510a9e100ce791dc4398aad889751aec98 | /introduction_Cpp/graph_tests/GPrc23_compiletest/wgraph.h~ | 5fc722ebbe98829c4d706aaafd8479e3b5c6b64c | [] | no_license | davidbp/computer_science_basics | 0fd1a64d6f2b1457c94c0ab94c87ea248bbebaa8 | 69804ef146ac50e6e3e02781c02f5c4cdc1d298d | refs/heads/master | 2021-07-23T18:11:29.615023 | 2021-06-29T13:49:39 | 2021-06-29T13:49:39 | 134,683,909 | 0 | 1 | null | 2019-10-15T13:10:44 | 2018-05-24T08:17:25 | C++ | UTF-8 | C++ | false | false | 956 | #include <iostream>
#include <fstream>
#include <vector>
#include <algorithm>
using namespace std;
typedef size_t vertex;
typedef size_t edge;
typedef size_t index;
typedef size_t degree;
typedef unsigned int component;
typedef unsigned int weight;
typedef vector<vector<pair<vertex,weight>> > wgraph;... | [
"davidbuchaca@gmail.com"
] | davidbuchaca@gmail.com | |
74c62941c214868f7855589327b960901e6ed561 | c591b56220405b715c1aaa08692023fca61f22d4 | /Aayushi/milestone 1/4. check for postive negative or 0.cpp | 1fa446eb0b133360e65ca96e948549e6f1b7177f | [] | no_license | Girl-Code-It/Beginner-CPP-Submissions | ea99a2bcf8377beecba811d813dafc2593ea0ad9 | f6c80a2e08e2fe46b2af1164189272019759935b | refs/heads/master | 2022-07-24T22:37:18.878256 | 2021-11-16T04:43:08 | 2021-11-16T04:43:08 | 263,825,293 | 37 | 105 | null | 2023-06-05T09:16:10 | 2020-05-14T05:39:40 | C++ | UTF-8 | C++ | false | false | 426 | cpp | //Write a program to check whether a number is negative, zero, positive
#include <iostream>
using namespace std;
int main()
{
int num;
cout<< "please enter the number :";
cin >> num;
if (num > 0)
cout << "the number is positive integer" << endl;
else if (num < 0)
cout << "the num... | [
"manvityagi770@gmail.com"
] | manvityagi770@gmail.com |
3565de8ce03b6245cc37d6d589e13aa881df884b | cf5f24e5a32f8cafe90d4253d727b1c0457da6a4 | /algorithm/boj_14729.cpp | 6cc804ba5873fa8d0843f992e0c477d2162c5545 | [] | no_license | seoljeongwoo/learn | 537659ca942875f6846646c2e21e1e9f2e5b811e | 5b423e475c8f2bc47cb6dee09b8961d83ab08568 | refs/heads/main | 2023-05-04T18:07:27.592058 | 2021-05-05T17:32:50 | 2021-05-05T17:32:50 | 324,725,000 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 367 | cpp | #include <iostream>
using namespace std;
int n ,t , a[105][2],dp[10005];
int main(){
ios_base::sync_with_stdio(false);
cin.tie(0);
cin >> n >> t;
for(int i=1; i<=n; i++){
cin >> a[i][0] >> a[i][1];
}
for(int i=1; i<=n; i++){
for(int j=t; j>=a[i][0];j--) dp[j] = max(dp[j] , dp[j-... | [
"noreply@github.com"
] | noreply@github.com |
68e0a1b2b8a632d65ce4beed42c9c0aa8c409baa | b85b494c0e8c1776d7b4643553693c1563df4b0b | /Chapter 7/task4.cpp | 9c21d3e44085f3e8bc8e99b9c50c46f55c7c4397 | [] | no_license | lut1y/Stephen_Prata_Ansi_C_plusplus-6thE-Code-Example-and-Answers | c9d1f79b66ac7ed7f48b3ce85de3c7ae9337cb58 | e14dd78639b1016ed8f842e8adaa597347c4446e | refs/heads/master | 2023-07-05T13:08:51.860207 | 2021-08-12T16:02:34 | 2021-08-12T16:02:34 | 393,147,210 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,033 | cpp | #include <iostream>
const int MAIN_FIELD = 47;
const int MEGA_FIELD = 27;
// Примечание: некоторые реализации требуют применения double вместо long double
long double probability4(unsigned numbers, unsigned picks);
int task4()
{
using namespace std;
long double choices = probability4(MAIN_FIELD, 5);
long do... | [
"lut1y@mail.ru"
] | lut1y@mail.ru |
0b2f23cdaaea380d0a351f8bc5429ae63761102f | 0f8594c7fadedb0c9f1e447d3d19a2f3276b4975 | /Client/librpg/Role/RoleModel.cpp | 41aba99135a82e52f108575db89231eea619cd2d | [] | no_license | SmallRaindrop/LocatorApp | 37c427dd1e4cb7376cd5688ab7921b9f1490ac45 | 8212b1ec32b964e61e886bbbea8d26392e2b25d8 | refs/heads/master | 2021-01-09T22:49:02.586485 | 2015-10-14T04:55:44 | 2015-10-14T04:55:44 | 42,594,771 | 1 | 2 | null | 2015-09-16T15:19:42 | 2015-09-16T15:08:22 | null | UTF-8 | C++ | false | false | 321 | cpp | #include "RoleModel.h"
RoleModel::RoleModel()
{
}
RoleModel::~RoleModel()
{
}
bool RoleModel::init()
{
changeDir(DIR_S);
setScale(2.5f);
return true;
}
void RoleModel::setAppearance(EquipmentID armorID,EquipmentID weaponID,EquipmentID wingID)
{
equipWeapon(weaponID);
equipArmor(armorID);
equipWing(wingID);
... | [
"191511706@qq.com"
] | 191511706@qq.com |
ca097dc9afe6915fb2c327092c946ce73bcd584c | 054ca25534a37efa81175f443f8d2107b3c327ca | /abc159/c.cpp | f85af18dece89afd5e4f7841ec056d78d2a5a6b8 | [] | no_license | srj31/upsolve | e7b7c7c857966ff50d3ea94b00a891a19dfa9a34 | 6976688fd9f98bd0bed5b3a01a45bad0496dd0dc | refs/heads/master | 2022-10-01T09:57:14.598565 | 2020-06-05T13:58:51 | 2020-06-05T13:58:51 | 260,141,799 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 182 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
long double l;
cin >> l;
long double ans = (l/3.0)*(l/3.0) * (l/3.0);
cout << fixed << setprecision(9) << ans << endl;
} | [
"sourabhrj31@gmail.com"
] | sourabhrj31@gmail.com |
ad7155185f8bd2444804bb86915382391959a5d0 | 3cc5f2629eeb7122865258561c6e3dec9307af25 | /findsize.cpp | 61e53c491e81035d1ea23599abc66f517b1b1891 | [] | no_license | sakshimohan1320/FindSize | f5aa837dad3ca6240c5a2a7e8930de917f24f3f3 | 59d8eafdfd9f706b62b7cbb9dd6160f4a985cbe5 | refs/heads/master | 2022-11-16T01:22:33.636298 | 2020-07-10T14:15:03 | 2020-07-10T14:15:03 | 278,648,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 369 | cpp | #include <iostream.h>
int main()
{
cout << "Size of int: " << sizeof(int) << " bytes" << endl;
cout << "Size of float: " << sizeof(float) << " bytes" << endl;
cout << "Size of double: " << sizeof(double) << " bytes" << endl;
cout << "Size of float: " << sizeof(float) << " bytes" << endl;
cout << "Size of double: " <<... | [
"noreply@github.com"
] | noreply@github.com |
ab5517590baec6c1b2816471706fa31c4c761388 | 24ab4757b476a29439ae9f48de3e85dc5195ea4a | /lib/magma-2.2.0/testing/testing_zhetrd_gpu.cpp | 40902ffc68095cc39ab982f89f532eb27f60f00a | [] | no_license | caomw/cuc_double | 6025d2005a7bfde3372ebf61cbd14e93076e274e | 99db19f7cb56c0e3345a681b2c103ab8c88e491f | refs/heads/master | 2021-01-17T05:05:07.006372 | 2017-02-10T10:29:51 | 2017-02-10T10:29:51 | 83,064,594 | 10 | 2 | null | 2017-02-24T17:09:11 | 2017-02-24T17:09:11 | null | UTF-8 | C++ | false | false | 8,605 | cpp | /*
-- MAGMA (version 2.2.0) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date November 2016
@author Raffaele Solca
@author Stan Tomov
@author Azzam Haidar
@author Mark Gates
@precisions normal z -> s d c
*... | [
"policmic@fel.cvut.cz"
] | policmic@fel.cvut.cz |
f904282e1bdf6e6905d3e88a896b7d9c3fa43d4d | 56c1a3fa0f0c14a10730f963db1c8619a0b12e0a | /Busca.cpp | ce0ea0ea7ba0da0b1f0b99b2fd6fd5bc9b5a167b | [] | no_license | gellyviana/ProjectsEDBAndLP | 1d706b5e4bd8dc369bdfd7beaf96e0c77fca4c77 | aae1b13c53ee4a751181a591cf36819548e9470d | refs/heads/master | 2021-06-08T20:03:35.633021 | 2016-12-02T15:18:29 | 2016-12-02T15:18:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,966 | cpp | #include <iostream>
#include <iomanip>
#include "Dependencies/Headers/Arquivo.h"
#include "Dependencies/Headers/ControladorArquivos.h"
#include "Dependencies/Headers/Auxiliares.h"
#include "Dependencies/Headers/Entrada.h"
#include "Dependencies/Headers/Timer.h"
using namespace std;
int main(int argc, char* argv[]){
... | [
"gellyviana@outlook.com"
] | gellyviana@outlook.com |
b7f28576fa583b3022f781588f2189fec6e9b6eb | c5e26167d000f9d52db0a1491c7995d0714f8714 | /白马湖OJ/1430.cpp | 0c27543799ab5c925062d9ef6a981321fb194cef | [] | no_license | memset0/OI-Code | 48d0970685a62912409d75e1183080ec0c243e21 | 237e66d21520651a87764c385345e250f73b245c | refs/heads/master | 2020-03-24T21:23:04.692539 | 2019-01-05T12:38:28 | 2019-01-05T12:38:28 | 143,029,281 | 18 | 1 | null | null | null | null | GB18030 | C++ | false | false | 1,046 | cpp | #include <bits/stdc++.h>
#define each lalala001
#define sum lalala002
#define ans lalala003
using namespace std;
int n, each, a[25], b[10000], sum[10];
bool ans = false;
void DFS(int u)
{
//判断
printf("!");
if ((sum[1] == each) && (sum[2] == each) && (sum[3] == each) && (sum[4] == each) == 3)
{
ans = true;
}
... | [
"memset0@outlook.com"
] | memset0@outlook.com |
55da347aea55b124a4895572cbc53f86ec45f46b | 09d887ffcfb59cff2aed7a2f78e19b2f9fb60459 | /src/Component.hpp | 69828a7d3edbe5b217158da2296958c851de52ae | [] | no_license | FH-Muenster-Studium/circuit | d6383b90c14aea66f3f340213b45ae23f2f5bec9 | e849a557c5be9ae4bffbd87386e3b44975e7ecc8 | refs/heads/main | 2023-04-25T23:17:38.414702 | 2021-06-09T12:04:28 | 2021-06-09T12:04:28 | 366,065,348 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 703 | hpp | #pragma once
#include <string>
#include <memory>
/**
* Component that has a name and a resistance.
*/
class Component {
private:
std::string name;
public:
/**
* Creates a component.
*
* @param name name of the component.
*/
explicit Component(std::string name);
/**
* Get t... | [
"fabian.terhorst@gmail.com"
] | fabian.terhorst@gmail.com |
af379c8811bb63e0ef52bd6cea1b248e0586dbc4 | 5376fcdff458e85c49299274185b724ae2438b69 | /src/agora_edu_sdk/base/main/core/interop/agora_utils_c.cpp | d3ebbf55bab6f987763c4378c3e2f673a29862f5 | [] | no_license | pengdu/AgoraDualTeacher | aabf9aae7a1a42a1f64ecfeae56fbcf61bed8319 | 4da68749f638a843053a57d199450c798dd3f286 | refs/heads/master | 2023-07-31T14:25:52.797376 | 2021-09-22T09:51:49 | 2021-09-22T09:51:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,776 | cpp | //
// Agora C SDK
//
// Created by Tommy Miao in 2020.5
// Copyright (c) 2020 Agora.io. All rights reserved.
//
#include "agora_utils_c.h"
#include "base/AgoraBase.h"
#include "base/agora_base.h"
namespace agora {
namespace interop {
/**
* Video Frame
*/
void copy_video_frame_from_c(agora::media::base::VideoFra... | [
"wangqixin@agora.io"
] | wangqixin@agora.io |
0e3ba64b4463f6b00a8bc699445c4c6bb84d4198 | f1d683230aa059e77f886efb0b10e64e45d7b98b | /dmtest/Dtmf8870.h | 2c99539d706b9e531d4c5cd8425e6773cba8a2e3 | [] | no_license | aniline/arduino-sketchbook | c035627fac9af8d3bea193ad53041333732b2537 | 9e6d0649a7fcfb07ab537424ddef90e935bbad65 | refs/heads/master | 2020-12-24T14:01:45.443226 | 2016-03-12T16:48:04 | 2016-03-12T16:48:04 | 29,747,234 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 659 | h | #ifndef _Dtmf8870_H
#define _Dtmf8870_H
#define DTMF_IDLE 0
#define DTMF_TONE_READ 1
#define DTMF_NUMBERS_LATCHED 2
#define MAX_CLI_DIGITS 16
typedef void (*Dtmf8870_handler)(int, char, char*);
class Dtmf8870 {
private:
Dtmf8870_handler handler;
int cli_clk;
int cli_loaded;
int cli_numb... | [
"anilknyn@yahoo.com"
] | anilknyn@yahoo.com |
be0237fcb05464e8468c9f306224483ede1754d4 | a7517ba7578d9fac002dfc21ee113da531b82635 | /CSet/stdafx.cpp | 27e668a54342c32f91945045f7ed4559d6debe8c | [
"MIT"
] | permissive | miguelmartins1987/cset | bdb1428b85aecbbf76f64b6b3598f2c129f85215 | 2689f98444b6cd9b267568d8ec7e1678a496f267 | refs/heads/master | 2020-04-20T12:35:16.305945 | 2019-02-12T19:30:52 | 2019-02-12T19:30:52 | 168,847,091 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 283 | cpp | // stdafx.cpp : source file that includes just the standard includes
// CSet.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"miguel.martins.gama@gmail.com"
] | miguel.martins.gama@gmail.com |
d860729491bfd2800bd168a5aad604e2f25b29f5 | 4d815360a103946d046998458292ac50edd024e9 | /Networking/Server.cpp | d3e84ce541fe694de862bd9309b0d4a6a33a209c | [] | no_license | KingFroz/CodeSnippets | d535160b54888ad9dbf8b2895aa757100ce6bfbe | 54d1eb2fb502819b6b4e76033be0b46b3c4a49e0 | refs/heads/master | 2021-04-12T07:27:21.408941 | 2018-07-17T15:04:42 | 2018-07-17T15:04:42 | 94,508,851 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,696 | cpp | // Server.cpp : Contains all functions of the server.
#include "Server.h"
// Initializes the server. (NOTE: Does not wait for player connections!)
int Server::init(uint16_t port)
{
initState();
// TODO:
// 1) Set up a socket for listening.
// 2) Mark the server as active.
svSocket = INVALID_SOCKET;
s... | [
"lvharding@fullsail.edu"
] | lvharding@fullsail.edu |
87897963e25cd2bc38da31a3886d45c44493c478 | c5a09c77fd5307c934f09d27a554b967dd56a96b | /src/FMTstarViz/path_planning_info.h | 305365285df5226e4481f76c4906298713f8cb1a | [] | no_license | dqyi11/fmt | 13cee8ab54ff92234f62e106bae1527f21c23640 | 24e08417a2e9a8537f4899ec1cee2dd5216accd7 | refs/heads/master | 2021-01-17T22:14:08.231451 | 2016-07-18T20:15:50 | 2016-07-18T20:15:50 | 63,626,890 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,285 | h | #ifndef PATHPLANNINGINFO_H_
#define PATHPLANNINGINFO_H_
#include <libxml/tree.h>
#include <QString>
#include <QPoint>
#include <list>
#include <vector>
#include <QDebug>
#include <math.h>
#include "fmt_star.h"
class PathPlanningInfo {
public:
PathPlanningInfo();
bool get_obstacle_info( int** pp_obstacle_inf... | [
"daqing.yi@byu.edu"
] | daqing.yi@byu.edu |
e745fe5ac9df0eb08de925d8d429a61d710ce15e | e6f2a9df841fedfa34f90fa2e1bb773de2120d19 | /proj.wp8/ProjectF.h | 579efd3c3cf318787a54f91e368555cb09bebf18 | [] | no_license | crazychucky/ProjectF | 5b0fe0950d33c863ba036512a544c9feb82e9329 | c913af679e80cf8f1300d8752d9c194e1f0f9f88 | refs/heads/master | 2016-09-05T15:22:09.437440 | 2015-02-11T10:32:42 | 2015-02-11T10:32:42 | 23,489,843 | 0 | 0 | null | 2014-08-30T13:29:47 | 2014-08-30T10:53:41 | C++ | UTF-8 | C++ | false | false | 1,716 | h | #pragma once
#include "../Classes/AppDelegate.h"
ref class ProjectF sealed : public Windows::ApplicationModel::Core::IFrameworkView
{
public:
ProjectF();
// IFrameworkView Methods.
virtual void Initialize(Windows::ApplicationModel::Core::CoreApplicationView^ applicationView);
virtual void SetWindow(Windows::U... | [
"yuanlixiao@live.cn"
] | yuanlixiao@live.cn |
92611ddf2c2ed7e0c228df008cf0612b2f9dfc35 | 111cb64da7a6b40fa80238e2c6e30615caf8a0b0 | /Virtual-ParkingManagementSystem/Linearway Parking/Linear way parking.cpp | 89fe35a26b590d96959e64b4fe46f90e1e6fefc3 | [] | no_license | chavasaiteja/My-Academic-Projects | 1f80188a27b9d7f9e6e25bbab3e3a44072e6c403 | ef5bc96c4bf85fdbbf410311db24467d8558cd56 | refs/heads/master | 2021-07-12T08:24:14.244077 | 2017-10-18T04:09:17 | 2017-10-18T04:09:17 | 105,848,419 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,611 | cpp | #include<iostream>
using namespace std;
#include<stdlib.h>
#include<strings.h>
struct node
{
//char id[10];//we can use it as floor number and car number
string id;
node *floor;//link for other nodes one by one.
node *slots;//For Edge link.
};
void ParkingBuilding();
void AddVehicle();
void Display();
void Remove... | [
"noreply@github.com"
] | noreply@github.com |
cb65e370e113509aa4cb00d4095e9d59320b450c | 582fa22af8a99af3ab742fa6af30787d0cefd795 | /practiceAlgorithm2/vectorErase.cpp | 30b3b13220a5e60119b67be54a2ee9dcf55ae6d1 | [] | no_license | iluvdadong/algorithm | 066dae08e77c876d593601ba57223ce6eb28997c | 94eec003ac95aa9a82be946d23eddbef8e1a8478 | refs/heads/master | 2020-07-28T21:40:51.100288 | 2019-11-05T05:08:39 | 2019-11-05T05:08:39 | 209,547,188 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 254 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main() {
vector<int> v = { 1,2,3,4,5 };
cout << v[0] << endl; //1출력
v.erase(v.begin() + 0);
cout << v[0] << endl; //1이 없어지므로서 2가 맨 앞으로 와서 2가 출력
} | [
"dh77dh77@gmail.com"
] | dh77dh77@gmail.com |
21fe282b9b3fc4701c7e4851720cc69571dbd85b | f331d26357d58e47c2faf51033a3d92fc641a044 | /include/Being/Player.h | f5a6b518275ee8f38a3ff1a5d791d105f9d376ab | [] | no_license | AnnaPeyl98/roguelike | eddc360ae686d6db8589306d1a7f08222db7b28f | cc5ea83db034a46cdab5f9e0d61d57fe6c9fbc1b | refs/heads/master | 2021-05-18T00:09:34.665928 | 2019-08-14T08:33:20 | 2019-08-14T08:33:20 | 251,016,986 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | h | //
// Created by anna on 25.06.19.
//
#ifndef MYGAME_PLAYER_H
#define MYGAME_PLAYER_H
#include "../Controls.h"
#include "../Map.h"
#include "../statemashine/IState.h"
#include "../statemashine/StateSteps.h"
class Player {
int x_;
int y_;
int money_;
int steps_;
int health_;
int countSteps_ = 0;
int cou... | [
"annapeyl@gmail.com"
] | annapeyl@gmail.com |
a8f40d5d6e0f167e9927bea0aabd1fb1205ca8ee | 807c79f8056f385523c8a7d76def36fcb254e2e8 | /DirectoryDiffUi/stdafx.h | eaba641c443b108e813d2e6d29a81376ae8de0e7 | [] | no_license | yang123vc/DirectoryDiffUI | c2956ebfa6c21bd07e8e5401a95172149ef20779 | af6b7a442a1f2e7481915090029380bf211aa810 | refs/heads/master | 2020-05-07T05:43:40.674758 | 2017-01-03T03:31:04 | 2017-01-03T03:31:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,226 | h | #ifndef STDAFX_H
#define STDAFX_H
#define _CRT_SECURE_NO_WARNINGS
#define BOOST_FILESYSTEM_NO_DEPRECATE
#include <stdio.h>
#include <tchar.h>
/*
*
* general includes
*
*/
#include <iostream>
#include <string>
#include <memory>
// make hash_path::get_hash_digest member function thread safe.
#include <mutex>
#include... | [
"graham.crowell@gmail.com"
] | graham.crowell@gmail.com |
5348f28f084531f40c533c54c79bef3c1764c78e | 5f049707f53dc31ee4a74c4b2d3a7ed610e29a13 | /Programmers/cpp/_20.10.17(토)_쿼드압축_후_개수_세기.cpp | 5a2c2efe9bca6f8531fea5b9ab9d957000553061 | [] | no_license | oleeyoung520/coding_test_practice | 41e8bc1b641d6daca18c05322ca9674092d4cf35 | 18b873930e1cc208272c5c6792960a5667812b1f | refs/heads/master | 2023-01-23T11:59:05.092161 | 2020-11-30T17:26:15 | 2020-11-30T17:26:15 | 303,244,103 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,180 | cpp | #include <string>
#include <vector>
#include <map>
//#include <iostream>
using namespace std;
vector<int> solution(vector<vector<int>> arr) {
vector<int> answer(2, 0);
int len = arr.size();
while (len > 1) {
vector<vector<map<int, int>>> newMapArr(len / 2, vector<map<int, int>>(len / 2));
... | [
"2015147520@yonsei.ac.kr"
] | 2015147520@yonsei.ac.kr |
e8aa2b39c9ecbcff231b0ee2b1a2d24c1ac0eb89 | 59fe87dd0313e801eb627655d18b3ed9bb9991f4 | /PotreeConverter/include/PotreeConverter.h | b403d3fc564fbfc12369b32372061cb79a7afab7 | [
"BSD-2-Clause-Views"
] | permissive | imclab/PotreeConverter | 06afd674444fcdc61c75cfbefc61908104915df3 | 734685eceb2859fff8dc7910a9b1373bb3af8f76 | refs/heads/master | 2020-12-11T07:19:48.688244 | 2014-04-06T15:40:34 | 2014-04-06T15:40:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 844 | h |
#ifndef POTREE_CONVERTER_H
#define POTREE_CONVERTER_H
#define POTREE_FORMAT_VERSION "1.0"
#include "AABB.h"
#include "PointReader.h"
#include <string>
#include <vector>
#include <sstream>
using std::vector;
using std::string;
using std::stringstream;
class PotreeConverter{
private:
PointReader *reader;
AABB... | [
"markus_schuetz@gmx.at"
] | markus_schuetz@gmx.at |
79909b2562a210f119ee993e3b598df46207919f | f7df6576f641633ffa1290969e7b6da48ee3c26d | /src/OrbitQt/CutoutWidget.h | 2fdaf2d2cea8b1bfd9b4086ef495a8a699588293 | [
"BSD-2-Clause",
"LicenseRef-scancode-free-unknown"
] | permissive | beckerhe/orbitprofiler | 96fa8466dac647618e42ff45319d70aceb4505cc | 56541e1e53726f9f824e8216fdcbd4e7b1178965 | refs/heads/main | 2023-06-06T01:08:10.490090 | 2021-12-10T13:31:51 | 2021-12-10T13:31:51 | 235,291,165 | 2 | 0 | BSD-2-Clause | 2021-12-10T13:31:51 | 2020-01-21T08:32:27 | C++ | UTF-8 | C++ | false | false | 906 | h | // Copyright (c) 2020 The Orbit 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 ORBIT_QT_CUTOUT_WIDGET_
#define ORBIT_QT_CUTOUT_WIDGET_
#include <QLabel>
/**
Used by the TutorialOverlay widget (TutorialOverlay.h).
This wid... | [
"63750742+reichlfl@users.noreply.github.com"
] | 63750742+reichlfl@users.noreply.github.com |
f18d0c9453174657f004938f7108dbe7e25d2e3f | cd0aad09231a5e06168f51f1d9a763b1c75f8cae | /program.cpp | d42dbf2916f61a37354c686f4b7382568fa8050c | [] | no_license | BillyJue/model-View | a355356d88dfb55abd34f33c823388fa9b3ac7fc | 6bf517897c651638911142f767cdc8023471f8b4 | refs/heads/main | 2023-02-11T17:22:08.374817 | 2020-12-31T01:34:34 | 2020-12-31T01:34:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,430 | cpp | #include "mainwindow.h"
#include "program.h"
#include <QApplication>
#include <QDesktopWidget>
#include <QProcess>
time_t GetTime()
{
time_t t;
std::time(&t);
return t;
}
bool QCopyFile(const QString &src, const QString &desDir, bool cover)
{
if(src == desDir)
return true;
if(!QFile::exis... | [
"1245410016@qq.com"
] | 1245410016@qq.com |
72fbaa3389c0c4352618b533971f452beac04c0d | 4a54dd5a93bbb3f603a2875d5e6dcb3020fb52f2 | /custom/client-rfexe/src/network/Protocol.h | b5659012de9230bec50cd039804dad9ab9a603b5 | [] | no_license | Torashi1069/xenophase | 400ebed356cff6bfb735f9c03f10994aaad79f5e | c7bf89281c95a3c5cf909a14d0568eb940ad7449 | refs/heads/master | 2023-02-02T19:15:08.013577 | 2020-08-17T00:41:43 | 2020-08-17T00:41:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,345 | h | #pragma once
#include "Packet.hpp"
#include "packet/COPY.h"
#include "ProtocolID.h" // enum PROTOID
#include <map>
// Basic packet layout (fixed-length).
struct PACKET
{
/* this+0 */ short PacketType;
/* this+2 */ BYTE Data[];
};
// Basic packet layout (variable-length).
struct PACKETV
{
/* this+0 */ short Packe... | [
"50342848+Kokotewa@users.noreply.github.com"
] | 50342848+Kokotewa@users.noreply.github.com |
acfadd7ba431c772aaedd223b8933342de2ff10d | 4bff5107afcb116caf88180531444d2ad5354f92 | /MyGame/MyGame/Scene/GameScene/Cource.cpp | 0f7243b9499125f95183ab1dbd8bbda8e9d8729c | [] | no_license | teramoti/- | d45350bd9fe5603538169812adb538808b1eb604 | 09b5ff422913908b13f2df33677c09975ef95ce0 | refs/heads/master | 2020-05-23T19:40:15.087896 | 2019-09-04T05:07:04 | 2019-09-04T05:07:04 | 186,917,644 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,219 | cpp | //#include "../../../pch.h"
#include "Cource.h"
#include "../../Collison/DebugBox.h"
Cource::Cource()
{
}
Cource::~Cource()
{
m_model.reset();
}
void Cource::Initilize()
{
m_directX11.Get().GetEffect()->SetDirectory(L"Resources\\Model");
CreateResource();
m_inBox.c=(DirectX::SimpleMath::Vector3(1000/2,0,0));... | [
"teramoti0315@icloud.com"
] | teramoti0315@icloud.com |
b74dc9fc77fb2ab07a02286f587b60c2b91afb11 | a66fcf097bd760475b253f35097b85e687a97e19 | /LTFRAME_SRC/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp | 0c865292d020a7aec593779d5bc664d07115fb9d | [] | no_license | AtaLuZiK/ltframe | fca6c5b3a9dd256818220535cc762233eac49652 | f0906ab8f97557a44184d9c79cdc022c26a500db | refs/heads/master | 2023-08-17T14:44:10.479147 | 2019-12-08T08:13:26 | 2019-12-08T08:13:26 | 45,810,387 | 0 | 0 | null | 2015-11-09T02:33:47 | 2015-11-09T02:33:44 | C++ | UTF-8 | C++ | false | false | 6,260 | cpp | /*
* Copyright (C) 2011 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | [
"ltplayer@yeah.net"
] | ltplayer@yeah.net |
34dc206a9d755558a34a3ab82c6dc95d7df4668e | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /sms/include/tencentcloud/sms/v20210111/model/DescribePhoneNumberInfoRequest.h | 968aad2fb3f586ce65677d1c02893532c1a5c649 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 3,638 | h | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
ff489d9c9014c42db1f33d4d83bfc736d6dc9556 | 7be1543c55866ab1628dcf4070e79b44fc747e9b | /cs240/lab-5-Goldenr9/BSTree.cpp | 60f9be21ffdca5c29ef7f08d0e140ca938cdf9ea | [] | no_license | rorourk2/CS240 | bc6c07a443960e16a6464972f704285930d9c3f8 | 5845eea9ad7387539555b4b62117417758de80d7 | refs/heads/main | 2023-03-26T19:14:09.212257 | 2021-03-24T19:29:19 | 2021-03-24T19:29:19 | 351,199,534 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,183 | cpp | #include "BSTree.h"
#include <iostream>
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <fstream>
BSTree::BSTree(){
this->root=NULL;
}
bool BSTree::empty(){
if(root==NULL){
return true;
}
return false;
}
bool BSTree::insert(int t){
if(root==NULL){
root= new Node(t);
return ... | [
"noreply@github.com"
] | noreply@github.com |
5e2df600f82aa2b0f7aaf2d783801bb1f9f625b4 | d3e5d5d08e11f0107e51ecfc14176b0416f94c85 | /Dojo/Structured Parallel Programming/code/src/cholesky/common/blas_leaf.h | 7c6c16fa7f5cb6795b24e96315410f08e468c6dd | [
"MIT"
] | permissive | miguelraz/PathToPerformance | d99625477679d3d88c789dd2835afa945a9d8619 | 4f098e55023007e62c338d31a7ed2a46a3c99752 | refs/heads/master | 2021-01-22T20:50:47.017079 | 2020-05-19T04:14:40 | 2020-05-19T04:14:40 | 85,366,992 | 9 | 0 | null | 2017-09-28T23:45:20 | 2017-03-18T01:13:30 | Jupyter Notebook | UTF-8 | C++ | false | false | 2,952 | h | // leaf_... routines provide overload interface MKL routines so that templates can call them for both float and double.
// Default arguments generally follow the Fortran95 conventions
#ifndef leaf_blas_H
#define leaf_blas_H
#include "mkl.h"
inline void leaf_gemm( int m, int n, int k, const float a[], int lda... | [
"miguelraz@ciencias.unam.mx"
] | miguelraz@ciencias.unam.mx |
befe4e3746a122a2ee70ed1eedd956e16832180a | 4c9abddbe8ec3c0f4b36af5d07976234eb802fa1 | /montecarlo/src/monte_carlo/temp/particle.cpp | d8523d0594c7e4eb517f8cfe3ea098b7a16301cb | [
"MIT"
] | permissive | li779/DECaNT | 9ca4d8b844e81c5435790cd7ee2278ca692b684f | 8fe0faedd372a8214f1bd475eb7451d2eee1ca56 | refs/heads/main | 2023-06-20T09:08:30.720923 | 2021-07-23T19:10:36 | 2021-07-23T19:10:36 | 303,280,053 | 11 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,039 | cpp | #include <iostream>
#include <limits>
#include "./particle.h"
namespace mc
{
// perform free flight within the simulation domain
void particle::fly(double dt, const std::vector<scatterer>& s_list) {
if (_scat_ptr->left<0 && _scat_ptr->right<0)
return;
int next;
while (true){
... | [
"noreply@github.com"
] | noreply@github.com |
740c061bd4a2f1a337a4d6c5f7c1702ba2e4a576 | 5d13e694bb360848c709ac0197fa7d81019acf98 | /cvHistCalc/main.cpp | 2728dc0045266287fb85600b20421c34e9c9eaad | [] | no_license | Toshik1/SUAI_1441_Labs | be4278f3b87a1098d107089fc101fc37f7ca974f | 46170b5ac6b3781f79d9bb30c58cc30b3be5c403 | refs/heads/master | 2020-06-05T00:03:49.212723 | 2019-06-17T01:29:27 | 2019-06-17T01:29:27 | 192,244,419 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,889 | cpp | #include <iostream>
#include <opencv4/opencv2/highgui/highgui.hpp>
#include <opencv4/opencv2/imgproc/imgproc.hpp>
#include <QApplication>
#include <QWidget>
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <QLabel>
#include <QSlider>
#include <QtCore>
using std::cout;
using std::cin;
using std::endl;
using name... | [
"khe7376@gmail.com"
] | khe7376@gmail.com |
77df0940df77107d41b8c754724f154c705dd13a | cc098f0392187b992672c8cc9a050e933f476ef2 | /graduation/graduation/CmdServer.cpp | 403c4ec78da2056fca3c84a74a77f5e1db945509 | [] | no_license | yufeixuancplus/trojan | 8a5a737d160eff405867c77331fa94f2f2d6f222 | 29b20a91579217155eaeace6dd9c6c8d9a6a9608 | refs/heads/master | 2021-01-08T04:03:58.273900 | 2018-05-06T07:29:38 | 2018-05-06T07:29:38 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,305 | cpp | #include "stdafx.h"
#include "CmdServer.h"
HANDLE g_OnExit = NULL;
int sendCmd(int port) {
WSADATA WSADa; //这个结构被用来存储被WSAStartup函数调用后返回的Windows Sockets数据。后面的基本上差不多就不解释,不懂请大家自行百度
sockaddr_in SockAddrIn;
SOCKET CSocket, SSocket;
int iAddrSize;
PROCESS_INFORMATION ProcessInfo;
STARTUPINFO StartupInfo;
WCHA... | [
"qq898141731@outlook.com"
] | qq898141731@outlook.com |
81f271b018c474401c0af41355483264a8be1941 | 40ca1563d309e596530f7ed53627d7d0f2ed7871 | /source/extensions/filters/udp/dns_filter/dns_filter.h | d1ccbd18e207e79a1d9ebfbc3506d1e51e82296a | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | dengyijia/envoy-wasm | e226fa24b1e54b51f8927cacf81c480adadd64b9 | 6563e8cf2b38a0fd3238983b0ecea2d14cdea0c4 | refs/heads/master | 2022-12-06T11:26:04.848714 | 2020-08-10T19:46:25 | 2020-08-10T19:46:25 | 278,214,986 | 1 | 0 | Apache-2.0 | 2020-08-10T20:18:15 | 2020-07-08T23:26:40 | C++ | UTF-8 | C++ | false | false | 12,914 | h | #pragma once
#include "envoy/event/file_event.h"
#include "envoy/extensions/filters/udp/dns_filter/v3alpha/dns_filter.pb.h"
#include "envoy/network/dns.h"
#include "envoy/network/filter.h"
#include "common/buffer/buffer_impl.h"
#include "common/common/matchers.h"
#include "common/config/config_provider_impl.h"
#inclu... | [
"noreply@github.com"
] | noreply@github.com |
1525e7a9c126b20de80a233ce70a23613bcb40f7 | 1dad3557a9f9fd3666f0b34622804dc9a63fe0b4 | /type convert claass to classs.cpp | a280b963864e9cb113e0e274842867868767da28 | [] | no_license | sarthikbabuta/Cpp-Programs | 7b064ea372dd195c10dfe8887e8deca97359fcf3 | a28ad7f1e1f6434bac7736973c328792268ccf5b | refs/heads/master | 2021-01-23T20:07:17.237971 | 2017-09-08T11:00:07 | 2017-09-08T11:00:07 | 102,852,253 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 515 | cpp | #include<iostream>
using namespace std;
class rectangle;
class square
{
int side;
public:
square(int s)
{
side=s;
}
int getside()
{
return side;
}
};
class rectangle
{
int len,breadth;
public:
rectangle(int l,int b)
{
len=l;
breadth=b;
}
rectangle(square s)
{
len=breadth=s.gets... | [
"babuta.1997sarthik@gmail.com"
] | babuta.1997sarthik@gmail.com |
c888f1efc4ad0cc13ff6727d143e402080cc8de0 | 36f494f472b66887e11e46409da519c4cfe00aeb | /Assignment3/BlueMen.cpp | 6dbeec9007c7fdf83893e98290a472df5fd889a7 | [] | no_license | chermaine/CPP-Projects | a0bd3774e4f7d23db7514e9209ebc2b61d542b5e | 5d9ea4f3b3b63f2f4db92964bee972e33c9fc671 | refs/heads/master | 2021-06-26T11:32:48.477781 | 2017-09-12T01:19:57 | 2017-09-12T01:19:57 | 74,237,271 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,609 | cpp | /*******************************************************************************
* Name: Chermaine Cheang
* Date: May 3, 2016
* Description: BlueMen class specification file
* ****************************************************************************/
#include "BlueMen.hpp"
#include <cstdlib>
/*****************... | [
"noreply@github.com"
] | noreply@github.com |
f035ec2116600041245b6a469980a3e8234b6ec3 | f1a257f1233eea91eb2e219efd382ceec5709c71 | /console/console.cpp | 5161303ecb1dc3dd9fc145681be7cc092566268a | [
"MIT"
] | permissive | Elexir-Stefan/ray-usermode | 1c37dbf978d36a463b08f12cd4577cd3d6e19d8f | 9a1c7d773496493482cf2e711fe1808b537db63a | refs/heads/main | 2023-02-15T18:18:17.984239 | 2021-01-12T12:02:14 | 2021-01-12T12:02:14 | 328,964,351 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,644 | cpp | #include <raykernel.h>
#include <exception>
#include <keyboard/keyboard.h>
#include <video/VideoStream.h>
#include <video/KernelVideo.h>
#include "Command.h"
using namespace Kernel;
using namespace std;
using namespace Keyboard;
using namespace Kernel::IPC;
const UINT32 CmdBufferSize = 32;
void InsertString(std::... | [
"stefan@elexir.eu"
] | stefan@elexir.eu |
63addad6b99223c704c40b0221142aef57fd5ebf | 09ddd2df75bce4df9e413d3c8fdfddb7c69032b4 | /include/CSS/CSSImportRule.h | 14422cbab0e6698310f86de05133a8bf149c8bb8 | [] | no_license | sigurdle/FirstProject2 | be22e4824da8cd2cb5047762478050a04a4ac63b | dee78c62a1b95e55fcdf3bf2a9bc79c69705bf94 | refs/heads/master | 2021-01-16T18:45:41.042140 | 2020-08-18T16:57:13 | 2020-08-18T16:57:13 | 3,554,336 | 6 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,125 | h | #ifndef Web_CSSImportRule_h
#define Web_CSSImportRule_h
//#include "resource.h" // main symbols
#include "CSSRule.h"
namespace System
{
namespace Web
{
interface CSSImportRuleListener
{
virtual void OnStyleRuleChanged(CSSImportRule* pRule) = 0;
};
class XMLEXT CSSImportRule :
public CSSRule
{
public:
CTO... | [
"sigurd.lerstad@gmail.com"
] | sigurd.lerstad@gmail.com |
6d7ee10ff81eebf19deabd7f7852e10e066e8905 | 1c1b2d570c48ff4b7a44534587599cb92ad52aae | /src/rpcmining.cpp | 7742bf93d127276e85f276a5dc6fee95af7a17df | [
"MIT"
] | permissive | likecoin-dev/DubaiCoin | 50b54fe64e35cfc43666739c6425d2c995a8d582 | ad30c991c13fe9b83cff371ba205b02722cd33f2 | refs/heads/master | 2021-07-15T00:18:03.575394 | 2016-09-28T07:55:37 | 2016-09-28T07:55:37 | 107,713,367 | 0 | 0 | null | 2017-10-20T18:35:03 | 2017-10-20T18:35:02 | null | UTF-8 | C++ | false | false | 19,206 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "main.h"
#include "db.h"
#include "txdb.h"
#include "init.h"
#include "miner.h... | [
"DubaiCoinDev@gmail.com"
] | DubaiCoinDev@gmail.com |
4bad4cc0c0b492da19be159dd68c2ea74e030ec0 | f18afd0f25affc61bd29a2272710f4dcb749b17d | /source/LibFgBase/src/FgMap.hpp | 67a0fb43a5481384f6ae8411be61a52318884fd4 | [
"MIT"
] | permissive | SingularInversions/FaceGenBaseLibrary | 42fdd8002ba8cf35f4a45b1b30cb3f179225017e | 77985787f9139f3c8e70e69ce6037e8fb56d8e0e | refs/heads/master | 2023-04-27T13:12:49.632730 | 2023-04-26T01:17:31 | 2023-04-26T01:17:31 | 42,960,301 | 47 | 29 | MIT | 2020-12-01T08:00:39 | 2015-09-22T20:54:46 | C++ | UTF-8 | C++ | false | false | 1,856 | hpp | //
// Copyright (c) 2023 Singular Inversions Inc. (facegen.com)
// Use, modification and distribution is subject to the MIT License,
// see accompanying file LICENSE.txt or facegen.com/base_library_license.txt
//
// An associative container alternative to std::Map for small collections:
// * based on std::vector... | [
"abeatty@facegen.com"
] | abeatty@facegen.com |
9c166924ab6ff1858103118e13898c3ffe52c678 | 772c4d7923e1dede09c108968faddf7840c6690a | /ZekeGame/ZekeGame/Engine/physics/CapsuleCollider.cpp | cee9db7d74e22234a5705e965e7d0904ea989695 | [] | no_license | ZekeZR1/Planet-search-game | 53e915b00c01b6a6fa8bbb14ffab8fd3866420e8 | 505f655a283980a841718e9d0a888d6b92a1cc03 | refs/heads/master | 2022-01-10T20:10:20.329434 | 2019-04-30T07:33:18 | 2019-04-30T07:33:18 | 139,558,202 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 192 | cpp | /*!
* @brief カプセルコライダー。
*/
#include "stdafx.h"
#include "CapsuleCollider.h"
/*!
* @brief デストラクタ。
*/
CapsuleCollider::~CapsuleCollider()
{
delete shape;
}
| [
"hnta3574@gmail.com"
] | hnta3574@gmail.com |
ff4336e2bae623608262bcab798d3e8f8c41188f | 29ec15f1afc259dbb73da68c1d97c2ed6ba1fa37 | /FaceTrackServer/src/testApp.h | e9279fc7a757ca923f5b202830c7032f3b1f17e7 | [] | no_license | umhr/FaceTrackServerCPPtoClientAS | 3ca254a16e7545aa4825b29054bca2f3db1dcc6f | 50b6efe61de73612a388fb635fe8deb85928aa81 | refs/heads/master | 2020-06-07T02:54:59.034093 | 2012-11-01T12:48:42 | 2012-11-01T12:48:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 840 | h | #pragma once
#include "ofMain.h"
#include "ofxCvHaarFinder.h"
#include "ofxNetwork.h"
class testApp : public ofBaseApp{
private:
ofVideoGrabber camera;
ofImage image;
ofxCvHaarFinder finder;
int msec;
public:
void setup();
void netWorksetup();
void update();
void netWorku... | [
"com@umehara.net"
] | com@umehara.net |
0db631ef12e660bc5db939b33990c264984c24c8 | fc55598fc4258961a869196257d8c3ecd706725a | /a61.cpp | 3bd6b10d9a5667735a273f969ad9573906f8085b | [] | no_license | ishsum/cpp-oops | 03836bfa1579776b9dabf84ec1c05ee5f7a3ef4f | 78be30e469151ebb17dba0067353d8aa5edcedf4 | refs/heads/master | 2020-03-24T04:51:31.547045 | 2018-07-26T16:55:40 | 2018-07-26T16:55:40 | 142,466,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 597 | cpp | #include<iostream>
using namespace std;
class figure
{
public:
float radius, height,vol;
virtual void volume()=0;
};
//STUDENT COD HERE
class cone:public figure{
protected:
int R,H;
public:
void input()
{
cin>>R>>H;
}
void volume()
{
float v1;
v1=(3.14*R*R*H)/3;
cout<<v1;
}
};
class cylinder:p... | [
"ishanigupta19@gmail.com"
] | ishanigupta19@gmail.com |
6b8720589bccec250c7ee606cab983e4a428c885 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5644738749267968_0/C++/tchrikch/D.cpp | 121658e5c1d96ddc8314a4bdb9d5e7e2f7b0fae3 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,113 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
#include <iomanip>
#include<set>
#include<string>
#include<sstream>
#define REP(i,n) for(int i=0;i<n;++i)
#define FOR(i,j,k) for(int i=j;i<k;++i)
#define REPD(i,n) for(int i=n;i>-1;--i)
#define ALL(v) v.begin(),v.end()
#define ll long long
#define PB... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
ca77e5c458389fb3f3a7d39ab905dccc579708fe | 3ae384742655a63bc6437eea66e611c738ad0389 | /teamsyncd/teamsyncd.cpp | cde14dcbd9bcbb9a917f9fda2873476f1e9ac130 | [
"Apache-2.0"
] | permissive | eladraz/sonic-swss | 18cd04b98f45bfa4a736b1c31dc0696cdb6d6eb3 | d744c2cb9193690bfdd0650162504617cee14317 | refs/heads/master | 2020-12-31T07:19:37.857079 | 2016-03-01T08:47:16 | 2016-03-16T08:47:08 | 53,520,084 | 0 | 0 | null | 2016-03-09T18:10:28 | 2016-03-09T18:10:28 | null | UTF-8 | C++ | false | false | 1,100 | cpp | #include <iostream>
#include <team.h>
#include "common/logger.h"
#include "common/select.h"
#include "common/netdispatcher.h"
#include "common/netlink.h"
#include "teamsyncd/teamsync.h"
using namespace std;
using namespace swss;
int main(int argc, char **argv)
{
DBConnector db(APPL_DB, "localhost", 6379, 0);
... | [
"e@eladraz.com"
] | e@eladraz.com |
b25faaef9e067f2c6c79a63323056fc2ee8de3e4 | 8a90c18515990d948067db3812c723a9c7ca35bd | /C++ - Print the string character by character using pointer.cpp | 31b79a23cfa4f5bd9b65614c1da8bea99d898141 | [] | no_license | lohitakshsingla0/Programming-Questions-C-and-Cpp | 7c24116eeea21c5126a9b5e9d5e2ffc3e25fc11f | 7b9ddd898ea08e30298345108575f70bf8785cbb | refs/heads/master | 2021-01-23T02:22:47.966395 | 2017-10-04T18:30:18 | 2017-10-04T18:30:18 | 102,441,092 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 180 | cpp | #include <iostream>
using namespace std;
int main()
{
char name[]="lohitaksh singla";
char *ptr=name;
while(*ptr!=NULL){
cout<<*ptr;
ptr++;
}
cout<<endl;
return 0;
}
| [
"lohitakshsingla0@gmail.com"
] | lohitakshsingla0@gmail.com |
929d17f12e659b7a0d951714a5662948a86e69d0 | 63086f69a6a99cbbd668990e7491d6fa31df68e9 | /src/navigation.h | 61deef197e99007826bf69f0162aab11b113cd70 | [] | no_license | changruijuan/avoidoptflow | 37c5fe0d1c47ff767141f7386cf10ce0b48a82e1 | 0c40d1ba269b2b328c883b9be97a1678ffe7b4f3 | refs/heads/master | 2021-01-20T18:08:03.685703 | 2016-07-10T02:35:39 | 2016-07-10T02:35:39 | 61,549,523 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,590 | h | /*
* FILE navigation.h
* AUTHOR Sarah
* DATE 2015/08/15 10:42
* TODO: ????????????
*/
#pragma once
#include "stdafx.h"
#include <cv.h>
#include "optutil.h"
#include "opticalflow.h"
using namespace cv;
using namespace std;
#ifndef optflow_NAVIGATION_
#define optflow_NAVIGATION_
//封装 LK/HS/BM
t... | [
"413676710@qq.com"
] | 413676710@qq.com |
de7a1a9238b075065b8870e24a5b9a720a9f3ba2 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /chrome/browser/vr/service/vr_ui_host.h | 6644091450391757ad9b75f8bdb78a3627faf1a5 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 1,233 | h | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_VR_SERVICE_VR_UI_HOST_H_
#define CHROME_BROWSER_VR_SERVICE_VR_UI_HOST_H_
#include "chrome/browser/vr/vr_export.h"
#include "device... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
757ac51f28c3eee86ea67c7fc8196a0d5fa3132a | 9f314c14556a1d2ede69c08ff75d9c3e730adc4f | /oink/Test/template_func6_recursive1.cc | af9f4df8f046f2594bcee0668fe1efb33090c936 | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-public-domain"
] | permissive | zhouzhenghui/oink-stack | c1077394f6a64c8aec2f3b4d4a322ada3993bc74 | 12901ab95b3ea60360906b63f6602f060ac3de1f | refs/heads/master | 2020-04-13T07:32:05.388961 | 2016-10-21T00:47:35 | 2016-10-21T00:47:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 461 | cc | // test if recursion works
template<class T> T f(T x, T y) {
if (1) { // cqual doesn't see this is determinted at compile time
return x; // bad
} else {
return f(y, 0);
}
}
int main() {
int $tainted a;
// launder the $tainted off of the type so function templat... | [
"daniel.wilkerson@gmail.com"
] | daniel.wilkerson@gmail.com |
54b424d799861db7a9d8d8c074c7a4f40cd47716 | bfc3b327a3eb35f89bfb96159ed33fcd5cb874d6 | /cdal/source/CDAL.h | a7ef6e82f5fe01a132b94822cad233b48428d1f8 | [] | no_license | juan-nunez/Chains | 98d40d341bbe83b94d8bb9d516dce32ff41410a0 | c11ee131abda1a8e57b5ed95f913843de26372ec | refs/heads/master | 2021-05-29T04:35:48.923715 | 2015-01-01T22:46:09 | 2015-01-01T22:46:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,410 | h | #ifndef CDAL_H
#define CDAL_H
#include <iostream>
#include <exception>
#include <stdexcept>
using namespace std;
template <typename T>
class CDAL{
struct node{
node(){
arr = new T[50];
}
node* next;
T *arr;
};
public:
class CDAL_ITER {
private:
node* myNode;
T *ptr;
int index;
int count;
pu... | [
"njuan1993@yahoo.com"
] | njuan1993@yahoo.com |
094dd51d4ca98bc1da9767101d85a27d024ef3ab | 4456e1aeaec66c11e45c2c134a9201aa2d7613dd | /random-reduction/reduction.cpp | 29c7ca1b5fdcd63c04d2e1d3d3621ac686c6755d | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | Harry-Chen/parallel-computing-assignments | 090f51fc62c63aed4765b25196159d3fe45e80b5 | 821db333f61860536475d69da368caf30763cb7b | refs/heads/master | 2023-03-28T08:22:24.907987 | 2021-04-04T12:08:35 | 2021-04-04T12:08:35 | 354,534,173 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,607 | cpp | #include <algorithm>
#include <cmath>
#include <fstream>
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#define epsilon 1.e-8
using namespace std;
int main(int argc, char *argv[]) {
int M, N;
string T, P, Db;
M = atoi(argv[1]);
N = atoi(argv[2]);
double elapse... | [
"i@harrychen.xyz"
] | i@harrychen.xyz |
aae89d28ae9e1fe8effedd46ef41e34aa7bfc754 | fd846a8a472e93838ada16dafb45c058bdea596a | /solutions/ChocolateBar.cpp | de373d777a4f53370064e4fc011552868f92ba64 | [] | no_license | hiroshi-maybe/atcoder | 57fb3f49ea26ba8d9f979c7e2cd896da45a25467 | ddd85e57bb1f2a2c7564f53c9ff28964717b5ede | refs/heads/master | 2023-04-12T22:32:59.818740 | 2023-03-27T06:51:04 | 2023-03-27T06:51:04 | 130,451,015 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,889 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <string>
#include <sstream>
#include <set>
#include <map>
#include <iostream>
#include <utility>
#include <cctype>
#include <queue>
#include <stack>
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <unordered_set>
#include <unordered_map>... | [
"hiroshi.maybe@gmail.com"
] | hiroshi.maybe@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.