blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ca89bcacf79024769a12105a902d13753f18373a | 51c20f8d06ab05efdad94c76a359bcf01ded6894 | /assign2/src/assisgn2.cpp | 53305cd97d845eb5696d8d3a4a62b9e6376b6347 | [] | no_license | yashguptaab99/Priority-Queue | 02a2887f1b2051a4f0ff30733a279d05e0389d1d | b26b801e56e2575a602d8e219e436539f30a1da4 | refs/heads/master | 2020-06-08T09:37:31.752510 | 2019-06-22T07:48:47 | 2019-06-22T07:48:47 | 193,206,847 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,285 | cpp | //============================================================================
// Class : SE9
// Batch : F9
// Roll No. : 23121
// Author : Yash Gupta
// Assignment No. : 1
// Problem Statement: Implement priority queue as ADT using single linked list for servicing
// ... | [
"noreply@github.com"
] | yashguptaab99.noreply@github.com |
85eb77008db888777e71d34b53f399b25de6bccb | dcf3b364645a1c6ce9c0ac17bfa3f1a4c7b9b7ae | /server/Apps/FightServer/GameLogic.h | 54478836c72df0fff7a15520f53e253bd757d647 | [] | no_license | cu8Fsuz/Kurumi | 73235466850f66461b82ca362d00a087fdaf9baf | aaa3e4fca3205686bbb5b02662dffac6d6f0d1c8 | refs/heads/master | 2023-07-24T14:01:47.828798 | 2021-09-01T03:41:04 | 2021-09-01T03:41:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,611 | h | #pragma once
#include "game/GGameWorld.h"
#include "GamePlayer.h"
#include "GameProto.h"
// 服务器游戏同步逻辑
class GameLogic
{
public:
GameLogic();
~GameLogic();
err::Code init(const GGameWorldInitArgs &args, const ::google::protobuf::RepeatedPtrField< ::svr_msg::FightRoleSpawnInfo >& roles);
void update(float dt);... | [
"www.tkzc@foxmail.com"
] | www.tkzc@foxmail.com |
859e50e761fbcef1e9a0c0aa439f09527cdc280d | 2248e62ab73c5b36e31ab5306eec47252ed3671b | /Chapter 2/2_1_3.cpp | 188b4f5decb510d8c15d36a9a5045a34429cdda8 | [] | no_license | ShadowHu/CppPrimer5th | 845c9e9478ea4133adbae1b14e508db8d8420163 | 849263129dadea6743b759a79175a105cabc415c | refs/heads/master | 2021-01-01T05:24:23.295908 | 2017-05-11T09:22:49 | 2017-05-11T09:22:49 | 57,224,274 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 367 | cpp | /*************************************************************************
> File Name: 2_1_3.cpp
> Author: ma6174
> Mail: ma6174@163.com
> Created Time: 2014年08月11日 星期一 14时31分11秒
************************************************************************/
#include<iostream>
using namespace std;
int main(){
cou... | [
"shadow_hu1441@163.com"
] | shadow_hu1441@163.com |
62eebfea848587478ff383beee45ce30e19e796c | 14d1a24f4e3b687b64a928d7e77737047bfb6a78 | /WinApi/WndProc.cpp | f6cc56b0745454505e918acf9956ea9244002ca5 | [] | no_license | chan328/WinAPI | 612969832fdda3daf0498254a896da89c1c158e3 | 9fa57e4dc8b1d54cf8c46ce31517668f3bcb7736 | refs/heads/master | 2020-03-28T06:01:08.312821 | 2018-09-16T12:13:28 | 2018-09-16T12:13:28 | 147,809,285 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,976 | cpp | // WndProc
// 메시지 처리 함수란 메시지가 발생할 대 반응을 처리하는 일을 하며
// WinMain 함수와는 별도로 WndProc이라는 이름으로 존재한다.
// 윈도우 프로시저(Window Procedure)라는 뜻을 가지고있지만, 윈드 프록이라고 읽는다.
// WndProc은 WinMain에서 호출하는 것이 아닌 윈도우즈에 의해 호출된다.
// WinMain내의 메시지 루프는 메시지를 메시지 처리 함수로 배내주기만 할 뿐이며
// WndProc은 메시지가 입력되면 윈도우즈에 의해 호출이 되어 메시지를 처리함.
// 이렇게 운영체제에 의해 호출되는 응용 ... | [
"rkdcks020328@gmail.com"
] | rkdcks020328@gmail.com |
8b2a9106a9f5ff795515e1a36cf6c03644126c18 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/f0/eb82ad8d237988/main.cpp | a75c149765b86ea8e5905b622de5b6eba96b331d | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 886 | cpp | #include <iostream>
#include <string>
#include <utility>
struct A {
struct Tag{};
std::string name;
int value;
A (const std::string& n, int v) : name(n), value(v) {}
A (const std::string& n, int v, Tag) : name(n), value(v) {std::cout << "Constructor with Tag called.\n";}
};
struct B : A {using A::... | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
b3eecbc41394637c051c25b6e35f0bf1aa5cc43b | e5dc90655caa598fae65f95a14bc2a93084cf854 | /src/cpu/x64/jit_avx512_core_f32_wino_conv_4x3.cpp | c0355973253b7526f6a836a12d9fec12d198197c | [
"Apache-2.0",
"BSD-3-Clause",
"BSL-1.0",
"BSD-2-Clause"
] | permissive | dongxiao92/ZenDNN | d4bedf41c2166f63f55eea4b08e1801be04a8404 | 99e79349fe4bd512711ebc4d63deba69a732a18e | refs/heads/main | 2023-07-10T01:30:57.527781 | 2021-08-11T13:30:35 | 2021-08-11T13:30:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 41,148 | cpp | /*******************************************************************************
* Modifications Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved.
* Notified per clause 4(b) of the license.
*******************************************************************************/
/***************************... | [
"ratan.prasad2@amd.com"
] | ratan.prasad2@amd.com |
a0178bbadc17cab17979f55979921f5b9ac81e39 | df2716dd990b3fb616fb0329ba85d13b2801e367 | /src/card.cc | bf051eb1272d60cd4006d451d990f7c4e3c8d93e | [] | no_license | vila/rftgscore | 931275efc14207956c6927f66acfe74542d3b625 | 906dbb072473fbf06f4ca281368f84c2ffe1510c | refs/heads/master | 2020-06-02T14:08:07.474573 | 2012-07-22T14:18:45 | 2012-07-22T14:18:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,364 | cc | #include "card.hh"
#include "misc.hh"
#include <sstream>
#include <string>
#include <vector>
#include <iomanip>
#include <algorithm>
using namespace rftgscore;
using namespace std;
// base 6dev
static int score_free_trade_association(const vector<Card> &tableau);
static int score_galactic_imperium(const vector<Card>... | [
"viktor.vila.larsson@gmail.com"
] | viktor.vila.larsson@gmail.com |
c28520a59a76d45016bb14fc2a40c9071ab5d32c | d4135e21667c66936191d0f761db99525c66799b | /masternetwork/include/CJsonCommand.h | a08e97a7637d3aca750bfd45dc2274960ede06d9 | [
"MIT"
] | permissive | wen96/pl-man2 | 6d2656f96b0e0029a646a9a343de103a5ee0ee98 | b861fd8adaf28b81747d09934c6437cbb259370b | refs/heads/master | 2021-01-22T19:21:41.429627 | 2015-04-15T12:06:24 | 2015-04-15T12:06:24 | 33,990,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,875 | h | #pragma once
#include "CJsonSerializer.h"
#include <vector>
#include <map>
#include <string>
class CJsonCommand : public CJsonSerializer
{
public:
// Enumeration of command types -------------------------
/// Enum of all possible CJsonCommands
enum ECommand {
CM_NULL, //< Null command (do nothing)
... | [
"yosoyruben@gmail.com"
] | yosoyruben@gmail.com |
728be624556ff724bc9e8b26b700c273595dfa15 | 0174f58687dabfd4bd9c36e81e4d3b645d5013b5 | /A_Nastia_and_Nearly_Good_Numbers.cpp | b590cb763ba003965d3964a81e12932a0f78f9b7 | [] | no_license | lakshmendraB95/CPpractice | d6526b8d17c4ba4e239bf180c1aa1e7a078e35a7 | 9056c077e31c487d9161ad38fa0fcb93f907abd4 | refs/heads/main | 2023-07-28T10:34:44.426574 | 2021-09-13T09:54:41 | 2021-09-13T09:54:41 | 381,072,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 706 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
ll MOD = 998244353;
#define rep(i,e) for(ll i = 0; i < e; i++)
#define endl "\n"
#define dbg(x) cout<<#x<<" = "<<x<<endl
#define fast_cin() ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL)
#define mod 1000000007
#define... | [
"luckysingh@LUCKYs-MacBook-Air.local"
] | luckysingh@LUCKYs-MacBook-Air.local |
2252cf0875577b97a7be6a4f31305b5581030285 | 740f6f53f8628e59e5f7734c2240a31fae86b64a | /src/NativeScript/NativeScript/JSWeakRefConstructor.cpp | 84287daa98177f5cf8548c844065a3d9d6c6d6f6 | [
"Apache-2.0"
] | permissive | x412418908/ios-runtime | f30161951db239dd86efa9e778f16e7bbbea8e06 | 82bf4c0fd23fae55236b32d71b622aa7a5ccf9ad | refs/heads/master | 2021-01-24T19:50:24.717788 | 2015-03-31T21:59:47 | 2015-03-31T21:59:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,817 | cpp | //
// JSWeakRefConstructor.cpp
// NativeScript
//
// Created by Yavor Georgiev on 02.10.14.
// Copyright (c) 2014 г. Telerik. All rights reserved.
//
#include "JSWeakRefConstructor.h"
#include "JSWeakRefPrototype.h"
#include "JSWeakRefInstance.h"
namespace NativeScript {
using namespace JSC;
static EncodedJSValu... | [
"ivanbuhov@gmail.com"
] | ivanbuhov@gmail.com |
b51ac15f6c574c878f6f673a6d804ca1939cae7c | 6ced41da926682548df646099662e79d7a6022c5 | /aws-cpp-sdk-cloudtrail/include/aws/cloudtrail/model/PutInsightSelectorsResult.h | bb77366a8d3166d90d2a4f3b24e23e058cee1b3e | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | irods/aws-sdk-cpp | 139104843de529f615defa4f6b8e20bc95a6be05 | 2c7fb1a048c96713a28b730e1f48096bd231e932 | refs/heads/main | 2023-07-25T12:12:04.363757 | 2022-08-26T15:33:31 | 2022-08-26T15:33:31 | 141,315,346 | 0 | 1 | Apache-2.0 | 2022-08-26T17:45:09 | 2018-07-17T16:24:06 | C++ | UTF-8 | C++ | false | false | 5,301 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/cloudtrail/CloudTrail_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/cloudtrail/model/InsightSele... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
0b2890d58d0fe0d4256625d0b1fa700e3f6d749a | 908475a180b29188e897041481407da165059004 | /Lab homeworks/analogRGBControl.ino | 39967cb661c832b4022ab859dbeed00cddf2a50b | [] | no_license | Telera/Introduction-to-robotics | 12b21a7bc5caa1143ee4961cef0ca510fbbbd731 | 484eae2d7c1a33bac4334346eda1f238e8c60cdf | refs/heads/master | 2020-08-29T17:46:16.682824 | 2020-02-26T00:56:24 | 2020-02-26T00:56:24 | 218,116,099 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,285 | ino | const int pinRedLed = 11;
const int pinGreenLed = 10;
const int pinBlueLed = 9;
const int pinRedPot = A0;
const int pinGreenPot = A1;
const int pinBluePot = A2;
int valueRedPot = 0;
int valueGreenPot = 0;
int valueBluePot = 0;
int mappedRedValuePot = 0;
int mappedGreenValuePot = 0;
int mappedBlueValueP... | [
"noreply@github.com"
] | Telera.noreply@github.com |
5210193eb66060792927b67fb34e87b10502cdb7 | 8c1e1569726adca8e52c9860cbb03d8b6dd0b056 | /ADXLib/Library/Random.h | 40a4ac1cf70d8fa0edb0f45007dc53269c5f9dfd | [] | no_license | y2a3k2/ADXLib | ed2c7d7e29f3d10221a868922aa007e9b8d241da | 26ac71cdee076e4d3c194831669d580f327594d6 | refs/heads/main | 2020-09-04T22:27:52.910881 | 2019-11-26T00:59:35 | 2019-11-26T00:59:35 | 219,909,037 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 316 | h | #pragma once
class Random {
// ランダム抽選した結果、当たったらtrueを返す(母数の数,当たりの数)
static bool GetHit(int all, int win = 1);
// そのくじの当たる確率を求める。戻り値は1〜0(母数の数,当たりの数)
static float GetProb(int all, int win = 1);
};
| [
"k175001@kccollege.ac.jp"
] | k175001@kccollege.ac.jp |
bed88c68b57e8fc0f94e2bea161ca07bcf1c1d75 | b023dfaf1609b38aae2de830dcc98b65159e2a5b | /jni/gloox/gloox-api/src/Skynet.cpp | ab21e19940b69a1f877fb3aa5353d8a15423d09b | [] | no_license | idwanglu2010/gloox_demo | 73717d101484312d388b87e6e210edd31f2231e8 | 5c518af74248652dcd462667c3ad89cd899702e0 | refs/heads/master | 2020-05-04T17:07:44.532240 | 2014-11-13T06:57:15 | 2014-11-13T06:57:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,256 | cpp | #include "../inc/Skynet.h"
#include "SkynetImpl.h"
#include "LogConfig.h"
#include <thread>
#define TAG "Skynet"
namespace skynet
{
Skynet::Skynet()
{
}
Skynet::~Skynet()
{
}
void Skynet::initialize(const InitializeInfo& info)
{
EnvironmentType type = info.type;
LOGD(TAG,"initialize ... | [
"idwanglu2010@gmail.com"
] | idwanglu2010@gmail.com |
73e5de3206c790419301186321a6dc543339a05f | c8bfd99efdacac5c2155f513144afed8237ec508 | /Syber Packets Defense/Simulator.h | 985e9b30e7b7ef7303d559bf7dc42766e2e913ed | [] | no_license | evyatarh/Cpp-projects | 298f479de5f337d91b05ff53166b52fdd2e49c53 | f34da032d8cb12316eebc89270f9a7a860c5818e | refs/heads/main | 2023-05-27T16:37:21.353286 | 2021-06-15T14:56:10 | 2021-06-15T14:56:10 | 377,184,462 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,574 | h |
#ifndef SIMULATOR_H_
#define SIMULATOR_H_
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <sstream>
#include "Tackle.h"
#include "Cornerback.h"
#include "Linebacker.h"
using namespace std;
class Simulator {
private:
vector <DefensivePacket*> originalDefensivePacket;
vector <DefensivePacket*... | [
"noreply@github.com"
] | evyatarh.noreply@github.com |
340d6ca3d46a96048c00a165d0fe104d84832f4f | 95edf9e7bc17ed081d75bdd135c3adc4c3506bd0 | /second_term/vector_data_structure/vector.hpp | 7ce8ab5ea066f5731e0a189572729bfe2a8fffff | [] | no_license | t-weathers/introductory_computer_science | 3097e59379b2f99d3b379da5e473e79a0411564f | 7ee09a6136f893b65d61a8f20a70bcb26380fe3c | refs/heads/master | 2020-04-25T08:51:26.725647 | 2019-02-26T19:18:30 | 2019-02-26T19:18:30 | 172,660,062 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 945 | hpp | #include <stdlib.h>
#include<exception>
#include <stdexcept>
template <class T>
class vector {
private:
T *v;
int s;
public:
vector(){
s=0;
v=NULL;
}
~vector(){
delete [] v;
}
int size() {
return s;
}
void push_back(T ele) {
... | [
"noreply@github.com"
] | t-weathers.noreply@github.com |
032faded2c09d0810a1110f7db79553aa56ac1c5 | 7b6e927d42ad155d8b827c345c2b2dffa7bd003b | /library/view/controls/tabbed_pane/native_tabbed_pane_win.h | 9a473d672ac56f704e779e31e63f487b79fdffcc | [] | no_license | wang70937/x-framework | d6b06a2910728bdfc219c9d1d166a71ce2c8233c | ccd772cfc28e724382800a30101e1f8c0e6bcde8 | refs/heads/master | 2021-01-24T09:18:01.883650 | 2016-09-29T01:47:20 | 2016-09-29T01:47:20 | 69,445,984 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,896 | h |
#ifndef __view_native_tabbed_pane_win_h__
#define __view_native_tabbed_pane_win_h__
#pragma once
#include <vector>
#include "native_tabbed_pane_wrapper.h"
#include "view/controls/native_control_win.h"
namespace view
{
class Widget;
class TabLayout;
class NativeTabbedPaneWin : public NativeControlWin,... | [
"wang70937@163.com"
] | wang70937@163.com |
68b4d99d871428f47dfadce519bcd215f6a81a54 | 40dc3f774f264f3c2d41bbd0c9cf9e07459ee000 | /Code/C++/binary_tree_from_preorder_and_inorder.cpp | f324638bd58a883b25f4602c998108e5da9a9f1c | [
"LicenseRef-scancode-free-unknown",
"MIT"
] | permissive | krishna-NIT/Algo-Tree | 8a5f66b5baef0b7b38a22c41fe090cc9754d8a67 | 1cdb2c3682c6ab85ae8af0b57f42697c15a10554 | refs/heads/main | 2023-05-08T23:39:00.964136 | 2021-05-31T04:07:24 | 2021-05-31T04:07:24 | 371,605,115 | 3 | 0 | MIT | 2021-05-28T06:38:42 | 2021-05-28T06:38:42 | null | UTF-8 | C++ | false | false | 4,264 | cpp | /*
Construction of binary tree from inorder and preorder traversal
binary tree can be uniquely constructed if it's preorder and inorder traversals
are given.
The following steps need to be followed
1. From the preorder traversal , it is evident that the first element is the root node
2. In inorder traversal, all the n... | [
"noreply@github.com"
] | krishna-NIT.noreply@github.com |
87cfadc4c135e1b2430da5952fc6829f528f7e38 | c0f14a4ec245198916a377ae9fdd990f3c93b562 | /secondary/src/RootIO.cc | 1fbb330e44520492024f2247adaac0a9e673c483 | [] | no_license | Chriisbrown/persistance | 234d0fcd929e54efd18c32a75758173379704c5f | 044e33967149712966885e1b294a2e35854c9af5 | refs/heads/master | 2020-04-19T12:34:18.103114 | 2019-01-29T17:17:45 | 2019-01-29T17:17:45 | 168,195,130 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,357 | cc | //
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration... | [
"chris.brown@fpsl.net"
] | chris.brown@fpsl.net |
4482579e5dd0b7f86c3d66d5a2f5db3f04c07d37 | 91bb97c1f9ed275c8db4fb706e9370f2bb6e999a | /Camera/CameraInit.cpp | 5eb1f971d1de5cf85f38b1f10ced192ece583c89 | [] | no_license | icp3/Graphics | 39e70140113c326658cefca7221d440d975e3a6f | 86a49823278679c7334ce3d30917a9c6831ef81c | refs/heads/master | 2020-06-13T20:44:51.342123 | 2019-07-02T23:03:11 | 2019-07-02T23:03:11 | 194,782,680 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,363 | cpp | //
// Created by ian on 7/2/19.
//
#include <Camera.h>
//Sets camera values to defaults
void CameraInit(Camera* camera)
{
camera->Front = vec3(0.0f, 0.0f, -1.0f);
camera->MouseSensitivity = SENSITIVITY;
camera->MovementSpeed = SPEED;
camera->Zoom = ZOOM;
camera->Position = vec3(0.0f, 14.8f, 0.0f... | [
"icp3@zips.uakron.edu"
] | icp3@zips.uakron.edu |
9a4efbcb38b890249f3b028b33a64962275969fb | 6397057f97b6aefc2d4c95db0f2815aa8b3ebca8 | /atcoder/abc145/A.cpp | e9e8e9fa8161d10084c35c06fd3320e6d75c10a7 | [] | no_license | masterace007/codeforces_harwest | 7a212012e437d7809753c12022698ee819516205 | 8d35a4e9fd200ebce33fd99f26ea93ea5d30f509 | refs/heads/master | 2023-04-28T17:23:59.157691 | 2021-02-06T12:05:00 | 2021-05-16T16:41:54 | 330,159,824 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 914 | cpp | #include<bits/stdc++.h>
#define endl '\n'
#define pb push_back
#define mod 1000000007
#define int long long int
#define hii cout<<"yes\n";
#define all(x) x.begin(),x.end()
#define deb(x) cout<<#x<<" : "<<x<<"\n";
#define FASTIO ios_base::sync_with_stdio(0);cin.tie(0);cout.... | [
"raghubanshi.shobhit24@gmail.com"
] | raghubanshi.shobhit24@gmail.com |
b6905498236ef8974c04c51752e65203e319af2a | 279736f0b43160f481efac9a8b409ccc0f42e530 | /Source/Main.cpp | 1eb096c76907ce5c8831265ea2e0939904d0841d | [] | no_license | maxwfreu/Chess | cddb399f502b0c2e54e0d76d97556fc9a2403ebe | d705e6f5ecbaa71462e91db603a6f2bf8d15bf9a | refs/heads/master | 2020-03-15T22:29:31.504227 | 2018-05-06T21:06:42 | 2018-05-06T21:06:42 | 132,374,674 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,228 | cpp | /*
==============================================================================
This file was auto-generated!
It contains the basic startup code for a JUCE application.
==============================================================================
*/
#include "../JuceLibraryCode/JuceHeader.h... | [
"maxwfreu@alumni.stanford.edu"
] | maxwfreu@alumni.stanford.edu |
3fb60e3cc85fbc94ee6ffcc46fff0ba3dc53a2e3 | b111b77f2729c030ce78096ea2273691b9b63749 | /perf-native-large/project806/src/testComponent971/cpp/main.cpp | 01a19f0ef7617bfc8b13128b6fce43f3acae8236 | [] | no_license | WeilerWebServices/Gradle | a1a55bdb0dd39240787adf9241289e52f593ccc1 | 6ab6192439f891256a10d9b60f3073cab110b2be | refs/heads/master | 2023-01-19T16:48:09.415529 | 2020-11-28T13:28:40 | 2020-11-28T13:28:40 | 256,249,773 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,337 | cpp | #include <stdio.h>
#include <component1074/lib1.h>
#include <component186/lib1.h>
#include <component133/lib1.h>
#include <component134/lib1.h>
#include <component135/lib1.h>
#include <component262/lib1.h>
#include <component260/lib1.h>
#include <externalComponent138/lib1.h>
#include <component139/lib1.h>
#include <c... | [
"nateweiler84@gmail.com"
] | nateweiler84@gmail.com |
1cd1f6ebb7d9ac8bfe2e73d2882ed4d175d32e04 | d8e7a11322f6d1b514c85b0c713bacca8f743ff5 | /7.6.00.37/V76_00_37/MaxDB_ORG/sys/src/SAPDB/FileDirectory/FileDir_PageIndexPage.cpp | 60bcad2a3c131a83ae7325a591555d6ffff287f0 | [] | no_license | zhaonaiy/MaxDB_GPL_Releases | a224f86c0edf76e935d8951d1dd32f5376c04153 | 15821507c20bd1cd251cf4e7c60610ac9cabc06d | refs/heads/master | 2022-11-08T21:14:22.774394 | 2020-07-07T00:52:44 | 2020-07-07T00:52:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,683 | cpp | /*****************************************************************************/
/*!
@file FileDir_PageIndexPage.cpp
@author MartinKi
@ingroup FileDirectory_Files
@brief Implementation of class FileDir_PageIndexPage.
\if EMIT_LICENCE
========== licence begin GPL
Copyright (c) 2003-2005 SAP AG
Thi... | [
"gunter.mueller@gmail.com"
] | gunter.mueller@gmail.com |
658bb087361eb9b615aef35fdc8cef98f26cd478 | 760b25ad34068cde2ae6921f560156305fc0455c | /NotThatGameEngine/NotThatGameEngine/Textures.cpp | 2f353306d8cb4b399de2cce3cd2c23e14752fb23 | [
"MIT",
"CC-BY-4.0",
"CC-BY-3.0"
] | permissive | HoduRe/NotThatGameEngine | 51dbbde0de91f12c5b81792fb4bcfc9df27f5e37 | e1a6bd073fbd34f3598b2c03f8d0d82cd8540ccc | refs/heads/master | 2023-06-09T20:32:50.503739 | 2021-06-18T10:14:34 | 2021-06-18T10:14:34 | 299,239,952 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,683 | cpp | #include "Application.h"
#include "Textures.h"
#include "Load.h"
#include "Devil/include/il.h"
#include "Devil/include/ilu.h"
#include "Devil/include/ilut.h"
#include "ManagerEvent.h"
Texture::Texture(Application* app, bool start_enabled) : Module(app, start_enabled), textureVec(), defaultTexture("Alex"), checkersText... | [
"47557484+ferba93@users.noreply.github.com"
] | 47557484+ferba93@users.noreply.github.com |
f32cc15cd63834781de44937640e18dd129ed540 | c27e1686cb8163c32b8bd74b60cb8f5251c34e0c | /PRCDMP/include/UTILS/Config.h | f5a465f4e462209a0733cf19037251b6975bf9ab | [] | no_license | konsiritt/prcdmp | 3c013aa712518d57a4a446420e403a7804b9668a | caffbfb523ebba86af0c15bb866f058f28fe211a | refs/heads/master | 2020-06-18T07:15:33.000097 | 2019-07-10T16:59:36 | 2019-07-10T16:59:36 | 196,210,671 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,264 | h | #ifndef CONFIG_H
#define CONFIG_H
#include <string>
#include <fstream>
#include <iostream>
#include <jsoncpp/json/value.h>
#include <jsoncpp/json/json.h>
#include "UTILS/common.h"
class Config
{
public:
Config(std::string datasetPath);
// basePath_ ends in */data/
Config(std::string datasetPath, std::st... | [
"k.ritt@tum.de"
] | k.ritt@tum.de |
1b812be90d51b499b78628f748d3b749b184291a | 33c2839e77e490bb6bdc1b9ea5b4e76d3204bd2d | /Alpha/Sprite.cpp | de75e0ac85ac7ea457becf1bfbbee938c6dd5de2 | [] | no_license | higorbreno/Alpha | 2804f790f8fd1d7f9161ab3640f500f6e7bd3212 | 09b68547fdf46c4c48927c5c74cc6656fc45f092 | refs/heads/master | 2023-08-21T01:46:00.136956 | 2021-09-29T14:38:53 | 2021-09-29T14:38:53 | 411,711,140 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,179 | cpp | /**********************************************************************************
// Sprite (Código Fonte)
//
// Criação: 11 Jul 2007
// Atualização: 08 Set 2021
// Compilador: Visual C++ 2019
//
// Descrição: Define uma classe para representar um sprite
//
****************************************************... | [
"higor@LAPTOP-QJN44KV9"
] | higor@LAPTOP-QJN44KV9 |
2d13f8230b2aac0c6c476da3269b4affcb41b5e5 | ce9e8b427f1aea9a66989102ff67ea9ced0e5493 | /playwidget.cpp | 0165c4e73b50d6e41573b32601fa52e288e77581 | [] | no_license | Kutovvo/sudoku | e93a7f23a3b5e8ac9a4cde52dc5089710d73a87e | 26d7f48c58d48e3e03cc1d5bbc08f38ad8dbfd8f | refs/heads/master | 2021-01-11T23:42:03.542155 | 2017-01-11T09:44:16 | 2017-01-11T09:44:16 | 78,624,465 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,803 | cpp | #include "playwidget.h"
PlayWidget::PlayWidget(QStandardItemModel* showPazle_, QPushButton **btn_, QLCDNumber *lcd_, QWidget *obj = 0):
QWidget(obj),
showPazle(showPazle_),
setUserData(new QStandardItemModel(9,9,this)),
click_row(-1),
click_col(-1),
userNumber(0),
btn(btn_),
lcd(lcd_),
hint(false),
buttonHi... | [
"kutovvo@mail.ru"
] | kutovvo@mail.ru |
0959024ed65c2b7c25e84822f064c37abae8d9bb | 52d1aeda3c62ab766e04bb70b71428c446f76d7a | /code practice/0403/0403/test1.cpp | c0a80c15949995fb29c3c1133594eaee858f2e52 | [] | no_license | tinalny/cpp_project | b886ef4e4b153f3b974f6f497e91981707181579 | 534dfd652e21477abb19bc150b68628f4c41234e | refs/heads/master | 2022-09-18T10:03:47.732216 | 2020-06-06T14:04:41 | 2020-06-06T14:04:41 | 183,779,280 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 402 | cpp | #include <iostream>
using namespace std;
int main1()
{
int n;
long long arr[21];
arr[1] = 0;
arr[2] = 1;
for (int i = 3; i < 22; i++)
{
arr[i] = (i - 1)*(arr[i - 1] + arr[i - 2]);
}
while (cin >> n)
{
float rate = 0;
long long sum = 1;
for (int i = 1; i <= n; i++)
{
sum *= i;
}
rate = ((1.0*... | [
"1157143244@qq.com"
] | 1157143244@qq.com |
d54248e0db53d45b50ac29957cf14e7e8b2f8167 | f5dc059a4311bc542af480aa8e8784965d78c6e7 | /casa/Quanta/QBase.cc | f1c7c83cf530fd3edddf36ec17840feb3a6771f4 | [] | no_license | astro-informatics/casacore-1.7.0_patched | ec166dc4a13a34ed433dd799393e407d077a8599 | 8a7cbf4aa79937fba132cf36fea98f448cc230ea | refs/heads/master | 2021-01-17T05:26:35.733411 | 2015-03-24T11:08:55 | 2015-03-24T11:08:55 | 32,793,738 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,147 | cc | //# QBase.cc: base class for Quantum
//# Copyright (C) 1994,1995,1996,1998,2001
//# Associated Universities, Inc. Washington DC, USA.
//#
//# This library is free software; you can redistribute it and/or modify it
//# under the terms of the GNU Library General Public License as published by
//# the Free Software Founda... | [
"jason.mcewen@ucl.ac.uk"
] | jason.mcewen@ucl.ac.uk |
4e7fe795dd8336350b66ccfe6d6af5bae26393b0 | 5ea87760fbddc9ef0858b22a3849f0f40a467fdc | /lib/mbed-cloud-client/certificate-enrollment-client/TESTS/unity-tests/cec_tests/tests/TestCertificateEnrollmentClient.cpp | 08a69106479ba68716f02c9239f018369182f54d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Jekaah/mbed-edge | 75a60b5511deb6f023c98e0ff1d641548b132601 | 414e623533459774401fbcc51e51de8d4b838d22 | refs/heads/master | 2020-04-13T15:45:01.932921 | 2018-12-27T16:06:37 | 2018-12-27T16:06:37 | 163,301,200 | 0 | 0 | Apache-2.0 | 2018-12-27T14:04:10 | 2018-12-27T14:04:09 | null | UTF-8 | C++ | false | false | 4,029 | cpp | // ----------------------------------------------------------------------------
// Copyright 2018 ARM Ltd.
//
// 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.... | [
"geir.sande@arm.com"
] | geir.sande@arm.com |
a36b05c8454615fff5ce7e26030bc9e3e9ced8f6 | 8958cb892f7d5255c62a6080112bdc0fe161e39b | /code/decorator/pancake/main.cpp | 96933301875988424484669748b18edd6e3b1c74 | [] | no_license | linhaidong/design_pattern | 102a47a1b8004cc30de6a54dda78ce2f663bfca8 | f49cfaceab0d918b7826c0842af31abe8a351713 | refs/heads/master | 2021-11-30T08:09:27.644122 | 2021-08-16T01:52:24 | 2021-08-16T01:52:24 | 147,285,137 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,917 | cpp | /*************************************************************************
> File Name: main.cpp
> Author: linhaidong
> Mail: linhaidong@alibaba-inc.com
> Time: 三 7/28 18:46:08 2021
> Abstract:
************************************************************************/
#include <ios... | [
"linengier@126.com"
] | linengier@126.com |
1e162635a6622a539c508172397fc423dd5693f3 | 6c1313416066d48842802b7b8eb696935c2dbde2 | /Heirloom/thirdparty/glm/glm/detail/_swizzle_func.hpp | 50353cf217f77de9682613dd82f69eef9251c1c1 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-happy-bunny"
] | permissive | MilanDierickGD/QBert | c242a22afca9af31180665992a231ce2189db2cd | c49a626de47179e248e80b9c24c2425adc216593 | refs/heads/master | 2023-05-14T01:37:49.376784 | 2021-06-06T23:20:33 | 2021-06-06T23:20:33 | 372,919,892 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 34,336 | hpp | #pragma once
#define GLM_SWIZZLE_GEN_VEC2_ENTRY(T, P, CONST, A, B) \
vec<2, T, Q> A ## B() CONST \
{ \
return vec<2, T, Q>(this->A, this->B); \
}
#define GLM_SWIZZLE_GEN_VEC3_ENTRY(T, P, CONST, A, B, C) \
vec<3, T, Q> A ## B ## C() CONST \
{ \
return vec<3, T, Q>(this... | [
"milan.dierick@gmail.com"
] | milan.dierick@gmail.com |
711f84f02b962521d8e616a1f1d4d66fee3f1dc0 | 2c832a85c709a712e3b9f321a311f5227cdf65b7 | /myana_dry.cc | 5c456a81410b33298a447330fe5ef2d921c2e8c5 | [] | no_license | chrisroedig/lcls-ana | af7301afbd77c711fe1bee449560c3e9f970379a | f5c764be8087ef7ee3e91a885d1c85a3db54c694 | refs/heads/master | 2016-09-06T16:47:36.158865 | 2013-01-25T19:04:48 | 2013-01-25T19:04:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,193 | cc | /* $Id: myana.cc,v 1.14 2010/07/22 22:26:57 caf Exp $ */
#include <TROOT.h>
#include <TH1F.h>
#include <TProfile.h>
#include <math.h>
#include "myana.hh"
#include "main.hh"
//misc Globals
static int n_event=0;
//ETOF DAQ GLOBAL VARS
static int numChannelsETof = 0; //should be 5 :)
static int numSamplesETof =... | [
"chris@roedig.us"
] | chris@roedig.us |
0dd71a6821deb0801a10eb40e5da36bd62bead50 | a865775d3502224a2e9544ec3f2c1ac0db2e0868 | /application/helpers.cpp | 34b803be8192bc9621d2687ac84aeb0e7ec0577d | [] | no_license | webclinic017/ampanov | c3afcc08f9dae78dcfe385b9860d9bd5050a43e4 | 1d19051b975714f7a2b8b3c82a2906998a7493c5 | refs/heads/master | 2022-03-30T06:57:33.635946 | 2020-01-19T18:12:05 | 2020-01-19T18:12:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,006 | cpp | #include "helpers.h"
QString Helpers::atom_date() {
QDateTime now = QDateTime::currentDateTime();
now.setOffsetFromUtc(now.offsetFromUtc());
return now.toString(Qt::ISODate);
}
QString Helpers::iso_date() {
QDate now(QDate::currentDate());
return now.toString("yyyy-MM-dd");
}
QString Helpers... | [
"mgladkowski@axyz.com"
] | mgladkowski@axyz.com |
8e290be7abf4ecedbe1c0e3ebd2c1b7f95029c3b | 3097b6088e50175d7e0361de509db21093c5cc60 | /tests/spec_tests/br_if_tests.cpp | 2fff698578b84d314836a63fc8090fcc9de15952 | [] | no_license | compumatrix/eos-vm | fd3d5b2f6f62ef7f2fd2e70c18808ae938de81a9 | 39a74ba50949cb554fd7d18496620b8f5068834c | refs/heads/master | 2020-06-01T05:49:00.363954 | 2019-06-06T13:37:54 | 2019-06-06T13:37:54 | 190,664,239 | 2 | 0 | null | 2019-06-06T23:44:20 | 2019-06-06T23:44:19 | null | UTF-8 | C++ | false | false | 10,711 | cpp | #include <catch2/catch.hpp>
#include <eosio/vm/backend.hpp>
#include <wasm_config.hpp>
extern eosio::vm::wasm_allocator wa;
using backend_t = eosio::vm::backend<nullptr_t>;
using namespace eosio::vm;
TEST_CASE( "Testing wasm <br_if_0_wasm>", "[br_if_0_wasm_tests]" ) {
auto code = backend_t::read_wasm( br_if_0_was... | [
"larry.kittinger@block.one"
] | larry.kittinger@block.one |
ca7b7b4ee1397bd724506d218aa67c3a9ea1c3d8 | cd982e468c9493635816f8ca468e6de5e03ab5da | /DIKUgrafik/Src/glmutils/testglmutils2d.cpp | acdd7a13b8a9a9002c7929e5add36174696b630e | [] | no_license | gmnamra/Grafik | 5ee0625ee95779fbc67ab00ee6247880bb57c3c5 | a7bb9b0035091cce5d1261c775eb753dd15e76b8 | refs/heads/master | 2020-05-27T12:42:46.288013 | 2018-01-20T12:00:19 | 2018-01-20T12:00:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,585 | cpp | #include <iostream>
#include <iomanip>
#include <stdexcept>
#include <cmath>
#include <string>
#include <cctype>
#include "DIKUgrafik/glmutils.h"
int main()
{
glm::mat3x3 translatiommatrix1 = glm::translate(1.0f, 2.0f);
std::cout << "translate(1.0f, 2.0f):" << std::endl;
std::cout << translatiommatrix1 <<... | [
"jakobhl@hotmail.com"
] | jakobhl@hotmail.com |
9e0bd30c6f97dad935727ae59ecb88a9be134d58 | b2ffa4d7a4a24fadfee929d59a0caa89f0a784fd | /test/mytest.cpp | 965b771aa812e3319c9b1e4b30287b82c0777b39 | [
"Zlib"
] | permissive | yangshangde/zlib | 8bb15a5786aa55f087359bff876e7d5f710f1db4 | c4eae6d767b3c96975c3574201181c4eb0c96174 | refs/heads/master | 2020-12-28T20:43:44.145286 | 2015-11-26T11:41:43 | 2015-11-26T11:41:43 | 44,728,123 | 0 | 0 | null | 2015-10-22T07:05:24 | 2015-10-22T07:05:23 | null | UTF-8 | C++ | false | false | 1,782 | cpp | #include <iostream>
#include <fstream>
#include "zlib.h"
using namespace std;
#define CHECK_ERR(err, msg) { \
if (err != Z_OK) { \
fprintf(stderr, "%s error: %d\n", msg, err); \
exit(1); \
} \
}
string getDictFromFile()
{
ifstream dictFile;
dictFile.open("dict.data", ios_base::in);
if (!d... | [
"yangshangde@163.com"
] | yangshangde@163.com |
68016639effcc0c9a3f3e2c92c574cfb27340ce6 | 3d4f69dba44f5e285c19c6762494073148011bbe | /solution/430. Flatten a Multilevel Doubly Linked List/430.cpp | 597c0fb9b3e983cda2c334cfc8b1cdec36257e5b | [] | no_license | cmeslo/leetcode | a0fd9826aaf77380c6cfb6bd24f26024345077be | 9b304046c2727364a3c9e5c513cb312fabdc729e | refs/heads/master | 2023-08-31T02:34:56.962597 | 2023-08-30T17:06:07 | 2023-08-30T17:06:07 | 96,622,859 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 609 | cpp | /*
// Definition for a Node.
class Node {
public:
int val;
Node* prev;
Node* next;
Node* child;
};
*/
class Solution {
public:
Node* tail;
Node* flatten(Node* head) {
auto p = head;
while (p) {
if (p->child) {
auto next = flatten(p->child);
... | [
"noreply@github.com"
] | cmeslo.noreply@github.com |
dd9d45bce71712bf309a2c61d4d1fe6557416e64 | ff83893bfc94fc84f0145e435615642374843239 | /2020_ICPC_Universidad_Nacional_de_Colombia_Programming_Contest/A.cpp | 48a4f3a72f66fe6a20fca389841a7ef6b7708354 | [] | no_license | IcecreamArtist/acm_icpc | f3d25949fb5ea34376f4e4820dfbfbb4d1c061e9 | 211490f5c341c9b3814843e072663e156da585a5 | refs/heads/master | 2023-05-06T05:37:47.193501 | 2021-05-30T04:10:41 | 2021-05-30T04:10:41 | 331,293,520 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,718 | cpp | #include<bits/stdc++.h>
using namespace std;
double ax,ay,bx,by,cx,cy,dx,dy,len1,len2;
const double eps = 1e-12; // 精度
/*
* 思路:三分
* 模拟过程,分两段,先是三分从A点走到B点(要使得前面的路径更短)。然后再站定在A点,三分另一个人继续走。
* 其实第一段可以直接判断(1)是否交叉=0(2)只考虑两个起点的连线与两个终点的连线。但由于这样也符合为一个抛物线。
* 为减少讨论,用三分处理。注意精度问题。
*/
double get_dis(double x1,double y1,doubl... | [
"1443885711@qq.com"
] | 1443885711@qq.com |
292b49169f939abeb77c244dbcb885fec70854aa | 2797fa3565a3f293ade88e3544968d84a02b1460 | /mem_leak_detector/mem_leak_detector.cpp | f7b2089b05b7e94c26dd211fa6aba8fe5302d4f2 | [] | no_license | codercheng/CodeSnippet | b750a7b150443e19f019f81539922f7ed9b3240f | c141af1a8384a204f2fe529af524ebd53793ec6d | refs/heads/master | 2016-09-06T15:33:04.425128 | 2015-03-28T05:55:35 | 2015-03-28T05:55:35 | 24,602,907 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 253 | cpp | #include "mem_leak_detector.h"
void memoryLeakDetector() {
#ifdef _DEBUG
_CrtSetDbgFlag( _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) | _CRTDBG_LEAK_CHECK_DF);
#endif
}
void setBreakPoint(int alloc_num) {
#ifdef _DEBUG
_CrtSetBreakAlloc(alloc_num);
#endif
} | [
"chengshuguang@qq.com"
] | chengshuguang@qq.com |
b955f0b442dde020a821fa505c29226e67212099 | ba73c355eaf88b2a4d984145e306b83cf53da9b8 | /controller/ironstack_types/openflow_queue_stats.h | 2908d592f4180b023de63abb92bd813873c53125 | [
"BSD-3-Clause"
] | permissive | zteo-phd-software/ironstack | cd0d10e2666fd0e829e8cfaea24fcd49cc2adaf0 | 649f82ddcbb82831796fa2a1e1d1b8cc0f94a8e0 | refs/heads/master | 2020-02-26T15:38:23.943187 | 2016-09-30T18:42:19 | 2016-09-30T18:42:19 | 69,498,904 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 738 | h | #pragma once
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif
#include <arpa/inet.h>
#include <inttypes.h>
#include "../../common/autobuf.h"
#include "../../common/openflow.h"
#include <string>
using namespace std;
// externally usable class
class openflow_queue_stats {
public:
// constructor
openf... | [
"zhiyuan.teo@gmail.com"
] | zhiyuan.teo@gmail.com |
5e6a40eea7951d75da41130d1401932e3486a5af | 8087b720481b939198f0b6ac84bf7dc9b22fac93 | /libPr3/Signal/signalmast.h | 0b2f240a5ffebe8f5a2a884ea1b25cd46cef2a6a | [] | no_license | michaeloed/DecoderPro_app | 78e049090fc6c4d30dcc23ecb868d57b30361d8b | fb85623c205e88963e46ae49d9b244d20aa3c3c7 | refs/heads/master | 2022-02-15T07:03:23.797135 | 2022-01-29T06:47:26 | 2022-01-29T06:47:26 | 170,830,385 | 0 | 0 | null | 2019-02-15T08:37:44 | 2019-02-15T08:37:44 | null | UTF-8 | C++ | false | false | 5,317 | h | #ifndef SIGNALMAST_H
#define SIGNALMAST_H
#include "namedbean.h"
#include "signalsystem.h"
#include "signalappearancemap.h"
/**
* Represent a signal mast. A signal mast is one or more signal heads
* that are treated as a single signal. (Imagine several heads
* attached to a single mast, though other implementatio... | [
"allenck@windstream.net"
] | allenck@windstream.net |
cc0bd8e84150f13585dd6a26a830def96b2ccb3c | 65e3391b6afbef10ec9429ca4b43a26b5cf480af | /MUON/MUONmapping/AliMpDataStreams.cxx | 4393117f545d57a86665bce537dc4fc317c6e379 | [] | permissive | alisw/AliRoot | c0976f7105ae1e3d107dfe93578f819473b2b83f | d3f86386afbaac9f8b8658da6710eed2bdee977f | refs/heads/master | 2023-08-03T11:15:54.211198 | 2023-07-28T12:39:57 | 2023-07-28T12:39:57 | 53,312,169 | 61 | 299 | BSD-3-Clause | 2023-07-28T13:19:50 | 2016-03-07T09:20:12 | C++ | UTF-8 | C++ | false | false | 4,930 | cxx | /**************************************************************************
* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
* *
* Author: The ALICE Off-line Project. *
* Contributors ... | [
"ivana@f7af4fe6-9843-0410-8265-dc069ae4e863"
] | ivana@f7af4fe6-9843-0410-8265-dc069ae4e863 |
d476bd073151bf5bd7f6d87cc40aedee93490e2a | c4414325871c4165a83afe1d0ba99d097929a18a | /qtcsv/sources/variantdata.cpp | aeb09412934c8576cbbdd94807c48a736fb60f3c | [
"MIT"
] | permissive | vakmancordero/BinaryTreeAVL-QT | 53a63df06466e9d27f80e462b6a6cc1e8a173461 | 630985a988ed084ac89c0563113689eb28c0cbff | refs/heads/master | 2021-01-21T07:00:51.550258 | 2017-02-27T12:58:26 | 2017-02-27T12:58:26 | 83,310,398 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,536 | cpp | #include "qtcsv/include/qtcsv/variantdata.h"
#include <QVariant>
#include <QStringList>
using namespace QtCSV;
class VariantData::VariantDataPrivate
{
public:
// Check if all values are convertable to strings
bool isConvertableToString(const QList<QVariant>& values) const;
// Transform QStringList to QLi... | [
"vakmancordero@gmail.com"
] | vakmancordero@gmail.com |
52aba8ce5359b8ed80eb539fbda11e6aa56fb582 | da3330ab9a5ec69c1f861b70b9bab4918555a3ac | /source/core/modules/assembler/assembler-ia32.h | a0b8e12f69a255c13c8dbf6dfb97d6805c130fa1 | [
"Apache-2.0"
] | permissive | wghub/Dobby | 65862300c3fb2cbafbe845581f0c095dc38af456 | 9790d119e0fe9b3e61fafab4f8d1bfebe45d562b | refs/heads/master | 2023-01-05T19:42:52.012669 | 2020-11-08T09:19:00 | 2020-11-08T09:19:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,517 | h | #ifndef CORE_ASSEMBLER_X86_H
#define CORE_ASSEMBLER_X86_H
#include "common/headers/common_header.h"
#include "core/arch/x86/registers-x86.h"
#include "core/modules/assembler/assembler.h"
#include "CodeBuffer/code-buffer-x86.h"
#include "xnucxx/LiteMutableArray.h"
#include "xnucxx/LiteIterator.h"
#define IsInt8(imm... | [
"jmpews@gmail.com"
] | jmpews@gmail.com |
d71ca3d3a7205aa4deef0b0fa636d9d875ae273d | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/third_party/pdfium/core/fpdfapi/fpdf_page/cpdf_countedobject.h | e7f4ab6af0efe8375919264580d429a7a6185ae8 | [
"BSD-3-Clause",
"Apache-2.0",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT"
] | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C++ | false | false | 1,275 | h | // Copyright 2016 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#ifndef CORE_FPDFAPI_FPDF_PAGE_CPDF_COUNTEDOBJECT_H_
#define CORE_FPDFAPI_FPDF... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
239b65ce88f261dbb685ef3325fc4fc57c9a8610 | 07cbe159795612509c2e7e59eb9c8ff6c6ed6b0d | /partitioned/RayleighBenard/consistencyTest/Ra_1e+05_turbExnerFoam_X1_Y50_adHocBC/tStep0.005_0.005/Exner.diff_initConds | d435181ad3aecf0ea4b3ef55c214d044df57a4e4 | [] | 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 | 2,212 | /*--------------------------------*- 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 | |
127af6c3280a4a5eb857baea86d74e7cb19cf1b1 | 85d43750332a8ca7252eacbfba252bb3bde8ec4c | /modbus-bbb-src/modbusmatildalsclient.h | bc623d0f922ce0c372f81a8add4a08f9fa253a13 | [] | no_license | KTS-Intek/modbus-bbb | 18b0cf7748bd6854b39c07865cd8b7f41866e82f | 81422349e434ddbe13b220dd27bd80819c724c47 | refs/heads/main | 2023-06-26T01:19:19.612589 | 2023-06-19T17:28:58 | 2023-06-19T17:28:58 | 339,476,418 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,076 | h | #ifndef MODBUSMATILDALSCLIENT_H
#define MODBUSMATILDALSCLIENT_H
///[!] ipc
#include "localsockets/regularlocalsocket.h"
#include <QObject>
#include <QtCore>
class ModbusMatildaLSClient : public RegularLocalSocket
{
Q_OBJECT
public:
explicit ModbusMatildaLSClient(bool verboseMode, QObject *parent = nullptr)... | [
"bohdanzikranets@gmail.com"
] | bohdanzikranets@gmail.com |
618fe81f930d020651ddf9d18a84f20c3532d53e | 6250f3343eff1638912510b66ed936c59796635a | /include/toolkit/thirdparty/stlsoft/STLSoft/include/stlsoft/shims/access/string.hpp | 94a56e7381058efbb723d6596d168d215e9da4b5 | [
"Apache-2.0"
] | permissive | nneesshh/mytoolkit | b4b242307a6603bc5785bc130de8f4d3b5ea9265 | 336ae9c7077c8687a8cf8a2ce4aec804c28ab90c | refs/heads/master | 2020-04-05T15:18:07.985547 | 2018-12-17T11:36:07 | 2018-12-17T11:36:07 | 156,961,652 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,640 | hpp | /* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/shims/access/string.hpp
*
* Purpose: Primary include file for string access shims representing
* built-in and standard string types.
*
* Created: 16th January 2002
* Updated: 19th February... | [
"nneesshh@163.com"
] | nneesshh@163.com |
57fd5359c9c4f6253ac8b6698e3541c5035a9a71 | 9da88ab805303c25bd9654ad45287a62a6c4710f | /Cpp/LeetCode/acwing35_3.cpp | 63f7961b4295da71a5c6ba198cfc3256abd5b993 | [] | no_license | ms303956362/myexercise | 7bb7be1ac0b8f40aeee8ca2df19255024c6d9bdc | 4730c438354f0c7fc3bce54f8c1ade6e627586c9 | refs/heads/master | 2023-04-13T01:15:01.882780 | 2023-04-03T15:03:22 | 2023-04-03T15:03:22 | 232,984,051 | 2 | 0 | null | 2022-12-02T06:55:19 | 2020-01-10T06:47:00 | C | UTF-8 | C++ | false | false | 1,824 | cpp | // IO
#include <iostream>
#include <sstream>
// ordered container
#include <vector>
#include <deque>
#include <list>
#include <forward_list>
#include <string>
#include <stack>
#include <queue>
// associative-container
#include <map>
#include <set>
#include <unordered_map>
#include <unordered_set>
// algorithm
#include ... | [
"ms303956362@163.com"
] | ms303956362@163.com |
51677d499f1969435d9bc3751088c436dfbe2ea8 | 78e2c512ca819c2dddb72ced9f48b35f430daba1 | /Europa v6s/Europa v6/depricated/CGauge.cpp | da8c2d80dc1a16e51b23d74f9f4d04716ed2d650 | [] | no_license | thedarkprincedc/Europa | 5bd0225d3b14c8e46b9f24b3531ef7b9b4fe4e7c | 67d8b871485668ec014bec0ac4f734543956ad09 | refs/heads/master | 2021-01-18T13:58:34.223954 | 2014-12-04T04:52:31 | 2014-12-04T04:52:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,519 | cpp | #include "../PHNX_CORE/Core_Global.h"
#include "cdxmesh.h"
class TestGame : public CApplication{
private:
CGraphics m_CGraphics;
CDXMesh *m_mesh;
CCamera *m_pFlexCamera;
public:
TestGame(){
m_Width = 640;
m_Height = 480;
m_Style = WS_BORDER | WS_CAPTION | WS_MINIMIZEBOX | WS_SYSMENU;
strc... | [
"brettmosley@hotmail.com"
] | brettmosley@hotmail.com |
86f9eeb88a44951460f931aabff6c25f1a9ae2b1 | 304ea2162378f3d7bbdb5a95898bf6a4fdbbb9e3 | /athena/examples/LCM/Singlecar/obu/src/fam/msg/nad_lcm/ou_route_respond.hpp | d0fa18cc57abe1217a91428f1dbefd3b1274edc3 | [] | no_license | Tubbxl/Athena_Src | 5ad65686fd9fe5baed0dbda19f31c536f33e253d | 53d2c0a4829b6eff0443546da37a6461166cb6c7 | refs/heads/master | 2022-01-29T23:58:42.551053 | 2018-12-04T09:56:01 | 2018-12-04T09:56:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,440 | hpp | /** THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT MODIFY
* BY HAND!!
*
* Generated by lcm-gen
**/
#include <lcm/lcm_coretypes.h>
#ifndef __nad_lcm_ou_route_respond_hpp__
#define __nad_lcm_ou_route_respond_hpp__
#include <string>
#include "nad_lcm/route_planning.hpp"
namespace nad_lcm
{
/// obu->vui:返回路径规划结果... | [
"297285508@qq.com"
] | 297285508@qq.com |
5fe28532888314b896fa06f52955d10f2e96dc5f | 4da63548a099bd3024234221caee799329935221 | /include/hermes/Parser/JSLexer.h | a1a4e0920e18af1d22889cf4dea8fca58047fb9a | [
"MIT"
] | permissive | Pengchengxiang/hermes | e31fb16b176d6270ed14670bb25e1c01508b2ca5 | 35da03ff3cd5c7c5391e809d8d1d99d8f227be0b | refs/heads/master | 2022-11-10T05:47:18.880627 | 2020-06-27T03:30:49 | 2020-06-27T03:34:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,676 | h | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#ifndef HERMES_PARSER_JSLEXER_H
#define HERMES_PARSER_JSLEXER_H
#include "hermes/Parser/Config.h"
#include "hermes/Support/Allocat... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
7d7996c12d51bc081bf103b5bc0faa69fe403d1b | 42ba73134eeca961230044e4cef29a5fc35e3529 | /TktkDirectX12GameLib/_Test3DActionGame/src/GameObject/MainSceneObjects/PlayerObjects/Player/Scripts/Act3D_PlayerController.h | d78d584e9663203306c8cacc3d8de3df2fb09abe | [] | no_license | tktk2104/TktkDirectX12GameLib | 5b9ef672ce0a99bbce8a156751b423ef840729b3 | 4d037ec603d9f30d8c4ed3fb4474cfaea49c8ac9 | refs/heads/master | 2023-02-22T14:38:10.101382 | 2020-12-03T04:55:05 | 2020-12-03T04:55:05 | 287,092,170 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 844 | h | #ifndef ACT_3D_PLAYER_CONTROLLER_H_
#define ACT_3D_PLAYER_CONTROLLER_H_
#include <TktkDX12GameLib.h>
// プレイヤーを移動、回転させるコンポーネント
class Act3D_PlayerController
: public tktk::ComponentBase
{
public:
Act3D_PlayerController(float moveSpeedPerSec, float rotateDegSpeedPerSec);
public:
void start();
void update();
void... | [
"taka.lalpedhuez@2104.gmail.com"
] | taka.lalpedhuez@2104.gmail.com |
39b3aa165e3daf5a3d5e0915bf333fc24eb93b44 | 52f86e1b8e082405bb501341abf6b98ccceb5701 | /src/lib/core/container/dict.h | 396f43d8a485ea26ac56ba0d5c2114a77e77f324 | [] | no_license | esrever/pagan | 367dcce63df9e4ca73d018f24783776df0693bb4 | eb8dfeeeaa127114b79d41b72855d6e7fcbf463b | refs/heads/master | 2020-03-31T09:11:32.566241 | 2014-04-01T15:12:20 | 2014-04-01T15:12:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,715 | h | #pragma once
#include <iostream>
#include <functional>
#include <map>
#include <string>
#include <typeinfo>
#include <typeindex>
#include <cassert>
namespace pgn
{
//! stores functions for allocation/deletion of arbitrary objects
struct cObjectMemoryMan
{
typedef std::function<void( void *&)> func... | [
"esrever2357@gmail.com"
] | esrever2357@gmail.com |
43533f8f5cce31cc8bf0c265c0a851b364745189 | 6c6d806b7d432d3763b5da6ef76075d738abb35a | /apps/cafeteria/supplierform.cpp | dfb0eb3cad1e74ca5df5e00a00a22abde42398f1 | [] | no_license | lpxxn/mytestmc | bdf27fd7c4586483d6e7c79802f71bb01ed01712 | 6d4deb25ac0c51d37bf7247d85c31ad32173be44 | refs/heads/master | 2020-08-28T11:31:40.592124 | 2019-11-11T08:49:08 | 2019-11-11T08:49:08 | 217,686,158 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,073 | cpp | #include "supplierform.h"
#include "ui_supplierform.h"
#include <QLabel>
#include <QDockWidget>
#include <QPushButton>
#include <QVBoxLayout>
void SupplierForm::addButtons(FlowLayout &layout) {
QPushButton *pb2 = new QPushButton("b");
pb2->setMinimumWidth(100);
pb2->setMinimumHeight(80);
layout.addWid... | [
"mi_duo@live.com"
] | mi_duo@live.com |
dfc6af6a0d39408d8b460a1ad565d978c3dc90c2 | 5403de3ab2a43726326d000b6d9000a422b5b243 | /a2/a2test/BigQ.h | 202b3681ff693982c1d324a02435bf3f25dcf925 | [] | no_license | daniellu789/Database_System_Implementation | 529b4a249f1e22773ed5e1a238ccda9caf9c91bc | 3e249e11a6362d975e739f6e0df8c12c5b1b7ff2 | refs/heads/master | 2021-01-10T22:05:26.170913 | 2014-04-14T23:07:35 | 2014-04-14T23:07:35 | 18,341,838 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,541 | h | #ifndef BIGQ_H
#define BIGQ_H
#include <pthread.h>
#include <iostream>
#include "Pipe.h"
#include "File.h"
#include "Record.h"
#include "Comparison.h"
#include <vector>
#include <algorithm>
#include <queue>
using namespace std;
class BigQ {
private:
char *tmpFile;
File tempFile;
vector<int> runIndex;
... | [
"daniellu789@gmail.com"
] | daniellu789@gmail.com |
2805e16f5f31e82c3c26ae8e934b8fcada26e54a | cea06455dfda7ec875232eeac68b4c27af7b3e2f | /rosplan_tiago_active_human_fall_prevention/src/RPHumanApproachDetect.cpp | 5130b6f9f53a580da2666d32f52d2aeaf5d8e689 | [
"MIT"
] | permissive | RCPRG-ros-pkg/rosplan_interface_tiago | 33682259e525180383748f31a20e64db6cea228f | 380dee7019c35902133061bd2e049cde0afe7c6d | refs/heads/master | 2020-09-20T06:34:17.580904 | 2019-09-19T02:26:42 | 2019-09-19T02:26:42 | 224,400,688 | 0 | 0 | MIT | 2019-11-27T10:05:17 | 2019-11-27T10:05:17 | null | UTF-8 | C++ | false | false | 1,710 | cpp | #include "RPHumanApproachDetect.h"
/* The implementation of RPTutorial.h */
namespace KCL_rosplan {
/* constructor */
RPHumanApproachDetect::RPHumanApproachDetect(ros::NodeHandle &nh) {
// perform setup
node_name = ros::this_node::getName();
node_name_pretty = '(' + node_name + ')';
... | [
"lzielinski66@gmail.com"
] | lzielinski66@gmail.com |
ebc219eab6155090f4ca4d1a19d585106cc5f4c3 | 25f8a4d8841af2b6b5107cc1d1488a99d02dea86 | /Jungol/555-array1.cpp | bda47905323fec42759a77df1c29fbe79e91402c | [] | no_license | SooDevv/Algorithm_Training | 3a5b771a68c7ccd06487cb157a94ea2bf2b2a049 | a7d19604af0c1d8594210236e10a2c1ad1110521 | refs/heads/master | 2021-06-20T09:21:13.672098 | 2019-07-20T06:32:16 | 2019-07-20T06:32:16 | 138,552,790 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 164 | cpp | #include <iostream>
using namespace std;
int main(){
char s[10];
for(int i=0; i<10; i++){
cin >> s[i];
}
for(int i=0; i<10; i++){
cout << s[i];
}
}
| [
"julieline@naver.com"
] | julieline@naver.com |
97fc047fa3311fc060cfd82b3908df2d81ec9411 | 9218887dd7a67815d927c18ee8106f52199e50aa | /iOS_app/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_E3250803816.h | b869217d8a315e09b5066a545120fbd38df39099 | [
"Apache-2.0"
] | permissive | Bersaelor/D2 | 63cd10f47ec468000d299775dbfbdcfb02632add | 630297a7f634b2a5fe5c8fba007d587b948d36f6 | refs/heads/master | 2021-05-04T08:19:47.072397 | 2019-07-09T18:55:00 | 2019-07-09T18:55:00 | 70,339,035 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,867 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Collections.Generic.Dictionary`2<System.String,UnityStandardAssets.CrossPlatformInput.CrossPlatformInputManager/VirtualButton>
struct Dictionary_2_t1933480424;
#include "ms... | [
"K_W_F@web.de"
] | K_W_F@web.de |
24095484de7335875f9f8bf9b9c64462b65d0aac | f23fea7b41150cc5037ddf86cd7a83a4a225b68b | /SDK/BP_PromptActor_EmissaryRank2_MA_parameters.h | fd06233214f96ff7d797b16b22650e6bbbd44728 | [] | no_license | zH4x/SoT-SDK-2.2.0.1 | 36e1cf7f23ece6e6b45e5885f01ec7e9cd50625e | f2464e2e733637b9fa0075cde6adb5ed2be8cdbd | refs/heads/main | 2023-06-06T04:21:06.057614 | 2021-06-27T22:12:34 | 2021-06-27T22:12:34 | 380,845,087 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,462 | h | #pragma once
// Name: SoT, Version: 2.2.0b
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Parameters
//----------------------------------------------------------... | [
"Massimo.linker@gmail.com"
] | Massimo.linker@gmail.com |
4b48e04d5380229434598d2fd2b5848ee1a47f49 | 5350528f269892758a014a3235d93532b9a2b801 | /3rd/protobuf/include/google/protobuf/stubs/substitute.h | 7a4d579ed7acb0e95f8bf9a68062923d1648c41c | [] | no_license | shwetak16/Pocker-1 | ff3c035024ef19a74215af000169c8edbdf843bc | bc7fafaa1e1420f238f2ac67732dad55bbcee1e3 | refs/heads/master | 2020-07-01T20:53:13.440269 | 2019-08-08T18:39:46 | 2019-08-08T18:39:46 | 201,297,346 | 0 | 0 | null | 2019-08-08T16:32:02 | 2019-08-08T16:32:01 | null | UTF-8 | C++ | false | false | 7,621 | h | // Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | [
"panyumiao@panyumiaodeMacBook-Pro.local"
] | panyumiao@panyumiaodeMacBook-Pro.local |
33ad47eefef78e42afa1bf1da4a183445f245e23 | 404667ffb2026b5a805c7fe40597b390f6fa1cfd | /downloaddialog.cpp | 05f3737b69bf6d6da32d67a6e80e18fd8718f8d8 | [] | no_license | ElJeffe/FlickrPhotos | 701e51cdfef6d75edd6700dedd0f302f105d4002 | d5ec8046ce6394ce941e523ced45372c80f1da2c | refs/heads/master | 2021-01-10T21:08:02.815975 | 2010-01-17T10:56:27 | 2010-01-17T10:56:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,864 | cpp | #include "downloaddialog.h"
#include "ui_downloaddialog.h"
#include "collectioninfo.h"
#include <QTimer>
#include <QDebug>
DownloadDialog::DownloadDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::DownloadDialog)
{
ui->setupUi(this);
connect(this, SIGNAL(currentPhotoChanged(int)), this, SLOT(change... | [
"jef@steelant.be"
] | jef@steelant.be |
3eb1de573ebc8139fb8180988bae0499b056aec7 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /third_party/blink/renderer/platform/scheduler/common/thread_load_tracker.h | 6bf13f311467f0802ae0037032d653e17c3acc04 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 2,452 | h | // Copyright 2016 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 THIRD_PARTY_BLINK_RENDERER_PLATFORM_SCHEDULER_COMMON_THREAD_LOAD_TRACKER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_SCHEDULER_COMMON_THREAD_LO... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
9621b9cb5d6699e12e69cf1f2ce6009c4e35538e | 258aa598158623f18693b78be765d767c782b282 | /src/config.hpp | aa81a687ec9c2d112b75aa802616aa0f62df0dc2 | [] | no_license | Piotr-Skorupa/air-quality-sensor | 410adfc1913ca72daec2ecce541d82e0d5b93ee3 | 88fe41c4f9d01e02e3436b6a7a71fefb65d261ed | refs/heads/master | 2023-06-04T21:22:24.657445 | 2021-06-26T09:27:48 | 2021-06-26T09:28:39 | 266,328,370 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 290 | hpp | #pragma once
// Your Signomix account data
constexpr auto SIGNOMIX_LOGIN = "";
constexpr auto SIGNOMIX_PASSWORD = "";
constexpr auto SIGNOMIX_EUI = "";
constexpr auto SIGNOMIX_SECRET = "";
// Air quality measuremnt frequency
constexpr auto MEASUREMENT_PERIOD_SEC = 30 * 60; // 30 minutes
| [
"piotr94skorupa94@gmail.com"
] | piotr94skorupa94@gmail.com |
2c7325ac7453cfefe530d06f3d5cbadfa0fc3dc1 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/inetcore/outlookexpress/inetcomm/dll/defguid.cpp | 236e70169d7905861fad9c205343478499d90d7d | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 828 | cpp | // Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
#include "pch.hxx"
#include <initguid.h>
#include <ole2.h>
#include <shlguidp.h>
#define INITGUID
#include "mimeole.h"
#ifdef SMIME_V3
#include "smimepol.h"
#endif // SMIME_V3
#include "mimeolep.h"
#include "mimeedit.h"
#ifndef MAC
#include "imnxport.... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
494cd1550ea86d965aaeb3b19306725f4c016791 | 3e737ee4064eb2d47fea04fedac9b41bf58820ad | /Rhombus.h | 33c4ac52758fb73329dc6c1e4405478312be0e1b | [] | no_license | pavelprach/Figure | 04d73f44b67be23c3eea1aa811eb16289c9111fa | 65a68c44d32a985720cd1a9e49c9b283f1483544 | refs/heads/master | 2022-04-13T13:07:27.551968 | 2020-04-10T17:54:05 | 2020-04-10T17:54:05 | 254,700,051 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 547 | h | #pragma once
#include "Figure.h"
class Rhombus : public Figure
{
int side;
int height;
public:
Rhombus() {}
Rhombus(int side,int height)
{
SetSide(side);
SetHeight(height);
}
void SetSide(int side)
{
this->side = side;
}
void SetHeight(int height)
{
this->height = height;
}
voi... | [
"noreply@github.com"
] | pavelprach.noreply@github.com |
4e3dfcfbb262eae002788ff68eb38a1b539d2ddc | 947e8b3a0133dd4d06736b4728ffad296aac88b6 | /contest/greedy/388_DONE.cpp | a3b5f6b09326be816469bcaf9105e1ebce95c719 | [] | no_license | sngvahmed/problem-solving-code | 41427007d49d1b74ec90d15670e6ec1db617400f | 3b2714c87e93506b0d5a4ae3cc471d16c4d6ab1b | refs/heads/master | 2021-06-01T11:54:58.350875 | 2018-02-27T18:43:47 | 2018-02-27T18:43:47 | 39,954,018 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 920 | cpp | #include <sstream>
#include <deque>
#include <vector>
#include <list>
#include <string>
#include <stack>
#include <queue>
#include <algorithm>
#include <cmath>
#define EPS 1.0E-13
#define EQL(x,y) (abs((x)-(y)) < EPS)
#define LT(x,y) (((y)-(x)) >= EPS)
#define GT(x,y) (((x)-(y)) >= EPS)
#define SZ(x) ((i... | [
"ahmednasser1993@gmail.com"
] | ahmednasser1993@gmail.com |
ff2a51e7654fda9efa2d73057908c0789cb54ad4 | 9c99641d20454681792481c25cd93503449b174d | /WEBGL_lesson7/src/testApp.h | 05ec2e26c864f3e8f6cf45cee925c5fefb43d660 | [] | no_license | fazeaction/OF_LearningWebGL_Examples | a8befc8c65dd2f9ffc0c45a3c54548f5a05295aa | b608e252b58129bab844c32cc6a7929f3643e145 | refs/heads/master | 2021-03-12T23:58:57.355788 | 2010-05-17T22:35:15 | 2010-05-17T22:35:15 | 665,483 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,529 | h | #ifndef _TEST_APP
#define _TEST_APP
#include "ofMain.h"
#include "ofxShader.h"
#include "ofxVectorMath.h"
class testApp : public ofBaseApp{
public:
void setup();
void update();
void draw();
void keyPressed (int key);
void keyReleased(int key);
void mouseMoved(int x, int y );
void mou... | [
"tribadelics@gmail.com"
] | tribadelics@gmail.com |
52dd9543a70e213cf7003a686233ab4003484553 | c7aac55da99b0c2fbaa67d86b6a7be604c69dc4e | /hw2-starterCode/.history/hw2_core_code/hw2_20200321022111.cpp | 3da1348d6e40f75bc465043e063f0ed289394378 | [] | no_license | RealZiangLiu/usc_csci420_sp20 | 76733daa3ec84d9c3283330b65ca37fda416a350 | c3a7e38d32cf1f14100512a6da23aa34673f682d | refs/heads/master | 2023-02-19T09:33:39.379731 | 2020-04-23T01:29:34 | 2020-04-23T01:29:34 | 242,432,725 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,214 | cpp | /*
CSCI 420 Computer Graphics, USC
Assignment 2: Roller Coaster
C++ starter code
Student username: ziangliu
ID: 9114346039
*/
#include "basicPipelineProgram.h"
#include "openGLMatrix.h"
#include "imageIO.h"
#include "openGLHeader.h"
#include "glutHeader.h"
#include <stdio.h>
#include <stdlib.h>
#include <... | [
"ziangliu@usc.edu"
] | ziangliu@usc.edu |
f9168f57090a523d26cd9f969e2661282f287a17 | eb1ab8e2a2799d321c89805ca3b7958dc8414763 | /fon/FormantGrid.cpp | b8f2c7bd1421c4322733fb19d53616d7623fa9aa | [] | no_license | imnorobot/upraat | 401aa2f8ad95dcd1c420298eca1770f0896de23b | 8a1f44b02ad363813be1240d7c22d4a0c36c9be8 | refs/heads/master | 2016-09-06T11:13:52.795830 | 2012-10-03T07:56:47 | 2012-10-03T07:56:47 | 6,055,912 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,034 | cpp | /* FormantGrid.cpp
*
* Copyright (C) 2008-2011 Paul Boersma & David Weenink
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at
* your option) any la... | [
"dellison@email.arizona.edu"
] | dellison@email.arizona.edu |
cfb406910eb7983db24775c9d7883cff9fb69869 | 1d0a4511fecf241bc422aada22f24b4af16dd32d | /PWG/FLOW/Tasks/AliAnalysisTaskCMWESE.h | e6b869b3ac974a40daaecf7a1d6a4b2cdd0a7c44 | [] | permissive | gskorodu/AliPhysics | d119d0bfc09da5e63af6e27bd669569197a7afac | cee15828f9c460d93d67a7ddd505f0eec4db5c35 | refs/heads/master | 2021-11-10T20:23:31.492946 | 2021-11-10T11:37:30 | 2021-11-10T11:37:30 | 173,935,052 | 0 | 0 | BSD-3-Clause | 2019-03-05T11:36:31 | 2019-03-05T11:36:30 | null | UTF-8 | C++ | false | false | 10,234 | h | #ifndef AliAnalysisTaskCMWESE_cxx
#define AliAnalysisTaskCMWESE_cxx
#include "AliAnalysisTaskSE.h"
#include "AliEventCuts.h"
#include "AliAODTrack.h"
#include "TProfile3D.h"
#include "TProfile2D.h"
#include "TProfile.h"
#include "TComplex.h"
#include "TList.h"
#include "TFile.h"
#include "TSpline.h"
#include "TProfile.... | [
"2487640463@qq.com"
] | 2487640463@qq.com |
30149b02a4e7f77367ebb0eccb57a44ebf6055c9 | ad3bc509c4f61424492b2949e03c60628f631a31 | /test/posix_captures/other/09_stadfa.re | e1cdb1033c03491d9b0c29237f69bdb57a40b057 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | sergeyklay/re2c | 0b1cdbfe40b4514be33320b2e1d263cf5d6426d6 | 88ff1e5a2ad57d424fe999e17960c564886d36f4 | refs/heads/master | 2021-12-23T22:24:30.716697 | 2021-06-26T22:56:00 | 2021-06-27T15:23:28 | 299,206,360 | 0 | 0 | NOASSERTION | 2021-06-19T10:49:05 | 2020-09-28T06:10:35 | C | UTF-8 | C++ | false | false | 132 | re | // re2c $INPUT -o $OUTPUT -i --flex-syntax --stadfa
/*!re2c
re2c:flags:posix-captures = 1;
(aa*|aaa*)*
{}
"" {}
*/
| [
"skvadrik@gmail.com"
] | skvadrik@gmail.com |
932f0d5ebac069f7ee5c241c35d9c7f98317cc8d | 98cf264eeab058754c55aeae5c0bb6c55516d49a | /Oculus/OculusCompassTest/ClientSocketTest/TmpSocketTest.cpp | f8071e5a15a83d6171a8e3972f7fdc3e16c77761 | [] | no_license | JMilleson/tredjepersonsvy | 2c417f7cb3469d99932c6a9a1d33698ae5dd81c9 | 7340537f6570f47a5ba2733d1f09a3fba563b8f5 | refs/heads/master | 2020-04-16T00:33:10.666768 | 2016-03-30T11:47:43 | 2016-03-30T11:47:43 | 50,998,747 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,878 | cpp |
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <stdlib.h>
#include <stdio.h>
#include "stdafx.h"
#include <iostream>
#include <Windows.h>
#include <stdio.h>
#include <OVR_CAPI.h>
#include <OVR_Math.h>
// Need to link with Ws2_32.lib, Mswsock.lib, and Advapi3... | [
"jacob@gideflod.se"
] | jacob@gideflod.se |
470f12c486aa7f5babaf74c3788605ba46c4919c | 8c4110620598955e79bafcc343de86f7bbc02eed | /src/main.cpp | 00d480c0e4365596de4d822886d5a53549e92b42 | [] | no_license | nuocoin/nuocoin | aebe78b71531b28160bd910aa9dd77a32718d2b2 | ccf4c17fba78a4ae14d61d57c3ace08e1263bf7e | refs/heads/master | 2021-01-18T10:52:52.951628 | 2016-05-19T09:14:20 | 2016-05-19T09:14:20 | 58,093,434 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 172,498 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin developers
// Copyright (c) 2013 The Sifcoin developers
// Copyright (c) 2013 The NuoCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-licens... | [
"peter lee"
] | peter lee |
7c6dd26767e7beac730c1677d90966903393c4a6 | 57bf836353b6f80623b44eae3a94690dfffee4bd | /SYCameraCtrlServer/CameraCtrlDemo/SocketServer/SocketServer/SocketServer.cpp | f813b2d6d367731f956000d9f3b5b06958791019 | [] | no_license | alxp8600/workspace | e3329ad033bb9db509706dc598281cb0d145048e | 78e8b8bc6af0d99c1d3505f0751f56f9d9e30b60 | refs/heads/master | 2020-06-04T09:57:39.945251 | 2014-11-19T07:10:09 | 2014-11-19T07:10:09 | 26,844,032 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 1,979 | cpp | // SocketServer.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "../../include/SYCameraCtrlInterface.h"
#include "../../include/TestDemoMacro.h"
std::string g_strIp;
class DemoClass : public ICameraCtrlServerCallback
{
public:
virtual void OnRecvCameraChannelCallback(unsigned short nChannel);
virtual void OnCa... | [
"alxp8600@163.com"
] | alxp8600@163.com |
0223891b3e045119c3e37e9d2577a76f5c7fea07 | 3f161b079564c3155c078942f5a9ac85aac6c847 | /src/chainparams.cpp | 856eb26cce40f14ce0a5ed4c1d511d91bdc81b42 | [
"MIT"
] | permissive | EazyPayZa/EazyPayZa | 66d82631a4206ef8522bea879f07e08cd939abc2 | 553c86b1770b7065350f42a6447b2b496c3a2ccd | refs/heads/master | 2020-12-20T17:02:01.750585 | 2020-02-05T09:43:07 | 2020-02-05T09:43:07 | 221,440,245 | 0 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 18,348 | 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) 2019 The EazyPayZa Developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or htt... | [
"nikki.bisschoff@gmail.com"
] | nikki.bisschoff@gmail.com |
a15b77ce4c898700a90036a3336e05a3f9c03e62 | 40788854db468a5ce1542300de81928c7299dc98 | /Contact_Manager/PointerList.h | 0dfd711c51f012a1b01ca36ebe7079e79c280ad3 | [] | no_license | jgalsurkar/CPP_Practice_Projects | cbfd8ecd3120e4e46ff5dbf449943dcc8060422c | 36d0a8c8f85f89ebc323e18e892f584ec991ca53 | refs/heads/master | 2021-01-17T19:20:33.537157 | 2016-07-13T22:01:02 | 2016-07-13T22:01:02 | 63,274,234 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,024 | h | /**********************************************************
Title: PBList.hpp
Author: Jonathan Galsurkar
Description: Pointer Based implementation of the List
Purpose: Linked list with its functionality
**********************************************************/
#ifndef PointerList_h
#define Pointe... | [
"jgalsurkar@gmail.com"
] | jgalsurkar@gmail.com |
0e58cf0df1faa92ba1b6aa851043056d56df72e4 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/run-scripts/tmp_1/Z6.0+poreleaserelease+ctrlonceonce+poonceonce.c.cbmc_out.cpp | 4e38bde13587706be7bbc1ccef6f8de66bf12a99 | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C++ | false | false | 41,255 | cpp | // 0:vars:3
// 3:atom_1_X0_1:1
// 4:atom_2_X1_0:1
// 5:thr0:1
// 6:thr1:1
// 7:thr2:1
#define ADDRSIZE 8
#define NPROC 4
#define NCONTEXT 1
#define ASSUME(stmt) __CPROVER_assume(stmt)
#define ASSERT(stmt) __CPROVER_assert(stmt, "error")
#define max(a,b) (a>b?a:b)
char __get_rng();
char get_rng( char from, char to ) ... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
5ff670af72404a07d8beaa4fa6c99cd3ea59524b | 58f2b221b0849b9df67958cce4120929795a65bd | /myRayTracer/Paint/Paint.h | 4396bdabe52cdc97fd877caf57e4ba7ce7d4bfc2 | [] | no_license | gykeve/RayTracer | d214c06bae59185c740b90be04c1b7756e3fa64a | f364db9629da1a3ef7c9efa5dcf4df0efa0f204b | refs/heads/master | 2020-04-28T21:39:08.098821 | 2013-07-14T13:47:01 | 2013-07-14T13:47:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 300 | h | #ifndef PAINT_H_INCLUDED
#define PAINT_H_INCLUDED
#include <windows.h>
#include <gl/gl.h>
#include <gl/glu.h>
#include <gl/glut.h>
#include "../Utilities/RGBColor.h"
class Paint{
Paint() ;
~Paint() ;
public :
void setPixel( int x , int y , float r, float g, float b) ;
};
#endif
| [
"shicao.li@gmail.com"
] | shicao.li@gmail.com |
4d3f2d23e938cf739a506d3680de8a0c23c3487c | 363ecd3ccf2b588018c4c96c596013d1ebc69562 | /Loadouts/customFactions/BLUFOR/2014 Finnish Army/bluefor_standard.hpp | bb708f6da4417f939e6e825130e4a3c0d20fd165 | [] | no_license | derbismarck/bsm_sandbox_vXX.VR | 92e1c1a132b19fc98520dbc1292b11698a55f49c | fb36d768357fe40d5f00c3c4b2056ec94ee46947 | refs/heads/master | 2021-01-10T12:00:01.627129 | 2016-02-12T08:11:51 | 2016-02-12T08:11:51 | 51,565,083 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,143 | hpp | //Author:
//Description: BLUFOR (NATO) Standard
// ====================================================================================
class blu_f {
// Here we're creating definitions for weapons and magazines that are called later.
//Rifle
#define WEST_RIFLE "hlc_rifle_ak12"
#define WEST_RIFLE_MAG "hlc_3... | [
"pankgaming@gmail.com"
] | pankgaming@gmail.com |
34af35637cbb64b3a24668fcec42c1220b327360 | 3728db88d8f8268ded2af24c4240eec9f9dc9068 | /mln/io/pfm/load.hh | a2fd67f4a4aee8cc65ffe77207861350e15f0e1b | [] | no_license | KDE/kolena | ca01613a49b7d37f0f74953916a49aceb162daf8 | 0e0eff22f44e3834e8ebaf2c226eaba602b1ebf6 | refs/heads/master | 2021-01-19T06:40:53.365100 | 2011-03-29T11:53:16 | 2011-03-29T11:53:16 | 42,732,429 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,966 | hh | // Copyright (C) 2007, 2008, 2009 EPITA Research and Development Laboratory (LRDE)
//
// This file is part of Olena.
//
// Olena is free software: you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free
// Software Foundation, version 2 of the License.
//
/... | [
"trueg@kde.org"
] | trueg@kde.org |
feab8a90a0300faff1cae005f618b3f40268822e | 3624e9f0a026b57ebdafa4e842b93f56e5a8504d | /CodeChef/WF/Easy Medium/RRPLAYER/A.cc | 2143d03bf4954ce2e1b4111a4149b8f9ef4e8a04 | [
"MIT"
] | permissive | ailyanlu1/Competitive-Programming-2 | 54109c8644d3ac02715dc4570916b212412c25c0 | 6c990656178fb0cd33354cbe5508164207012f24 | refs/heads/master | 2020-03-23T07:48:20.560283 | 2018-02-15T06:49:49 | 2018-02-15T06:49:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,502 | cc | #include <bits/stdc++.h>
#define sd(x) scanf("%d",&x)
#define sd2(x,y) scanf("%d%d",&x,&y)
#define sd3(x,y,z) scanf("%d%d%d",&x,&y,&z)
#define fi first
#define se second
#define pb push_back
#define mp make_pair
#define foreach(it, v) for(auto it=(v).begin(); it != (v).end(); ++it)
#define _ ios_base::sync_with_stdi... | [
"adityapaliwal95@gmail.com"
] | adityapaliwal95@gmail.com |
643fb36d9b975656f67759bbcfc694a60cda5068 | 5b45c4c1fcdf9b2ba9ba312a283e8f3ea8e00f32 | /RotateArray.cpp | 3686b3edc7cf4845deccab368eea495a850726f5 | [] | no_license | Maicius/TargetOffer | d8bcf5a450e831779ab59928c38ee783ee70f42b | ac2cb9ef7e811165c3c7a798e47faa51fdfb804b | refs/heads/master | 2020-08-23T00:47:26.053031 | 2019-11-07T04:55:01 | 2019-11-07T04:55:01 | 216,509,455 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 980 | cpp | #include<iostream>
#include<vector>
using namespace std;
//题目描述
/**
把一个数组最开始的若干个元素搬到数组的末尾,我们称之为数组的旋转。
输入一个非递减排序的数组的一个旋转,输出旋转数组的最小元素。
例如数组{3,4,5,1,2}为{1,2,3,4,5}的一个旋转,该数组的最小值为1。
NOTE:给出的所有元素都大于0,若数组大小为0,请返回0。
**/
class Solution {
public:
int minNumberInRotateArray(vector<int> rotateArray) {
if (rotateArray.... | [
"maicius@outlook.com"
] | maicius@outlook.com |
80219689c6a3a8def15f3c12fc7d62bf2f4fae83 | 2508a5346ae7b09ad31cfa470420940b8145e3a1 | /src/primitives/zerocoin.h | 1f96231e72386ac054f3684d4bff7bf3b74903a4 | [
"MIT"
] | permissive | saniisan/GHRCoin | a6a7a6f31288177af16e829f25242006c1728edf | 2a1d1926763f88f69b806fe2e96e212bd429cdaf | refs/heads/master | 2020-06-06T23:14:34.327772 | 2019-06-20T09:25:35 | 2019-06-20T09:25:35 | 192,873,114 | 0 | 0 | MIT | 2019-06-20T07:40:08 | 2019-06-20T07:40:08 | null | UTF-8 | C++ | false | false | 7,899 | h | // Copyright (c) 2017-2018 The PIVX developers
// Copyright (c) 2019 The GHRCoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef GHRCoin_ZEROCOIN_H
#define GHRCoin_ZEROCOIN_H
#include <amount.h>
#include <lim... | [
"51785548+GHRcoin@users.noreply.github.com"
] | 51785548+GHRcoin@users.noreply.github.com |
10ff1418a1fdfa0f0777943d504f201fd6183ac0 | db557a30a28f77774cf4662c119a9197fb3ae0a0 | /HelperFunctions/getVkMappedMemoryRange.cpp | 0ea3714572e2b82a2cad0b1de7440b8083bdb09e | [
"Apache-2.0"
] | permissive | dkaip/jvulkan-natives-Linux-x86_64 | b076587525a5ee297849e08368f32d72098ae87e | ea7932f74e828953c712feea11e0b01751f9dc9b | refs/heads/master | 2021-07-14T16:57:14.386271 | 2020-09-13T23:04:39 | 2020-09-13T23:04:39 | 183,515,517 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,963 | cpp | /*
* Copyright 2019-2020 Douglas Kaip
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | [
"dkaip@earthlink.net"
] | dkaip@earthlink.net |
26a9701e97547666d23ba1af3b5fe62da7d6acbf | 96ac933f4ba9b2b11479ffcaa7a20902d6f251df | /src/main.cpp | c367a9a9d7eca67fb79e130ec292f39d63dc59ae | [] | no_license | victorcmoura/oo2019-2-aula1-ecommerce | 7870275d2adb953b83624b449b8f156210a1e00e | 6795a8f6488f58128d76dcdc4f44bedc4cb0b9a7 | refs/heads/master | 2020-07-07T18:02:09.020296 | 2019-08-22T04:04:47 | 2019-08-22T04:04:47 | 203,431,583 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,487 | cpp | #include <bits/stdc++.h>
#include "comentario.hpp"
#include "produto.hpp"
#include "carrinho.hpp"
int main(){
// Usando a classe comentário
Comentario c;
c.set_titulo("Meu titulo");
c.set_autor("Victor Moura");
c.set_texto("Muito bom");
std::cout << c.get_titulo() << std::endl;
// Usando a... | [
"victor_cmoura@hotmail.com"
] | victor_cmoura@hotmail.com |
d395d2e0def61ad70c76377355f4d106fead95f4 | 234d3f475095bc9e2b6d4784fd2c0ac9f97cb994 | /DeviceFission11Ext/DeviceFission11Ext.cpp | 2c544012869fa813fabb64c101d9b7b2f3b3a7ae | [] | no_license | easonwang27/amd_2.8 | 2cf3a95dc063987b28134fedb0c6b7c058428b15 | 9a1416a28e4bfe3139aa69e29893136d8e521d2c | refs/heads/master | 2022-11-30T05:49:12.467729 | 2020-08-06T08:21:49 | 2020-08-06T08:21:49 | 285,514,703 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 26,659 | cpp | /**********************************************************************
Copyright ©2012 Advanced Micro Devices, 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... | [
"easonwang27@163.com"
] | easonwang27@163.com |
8131602f9a33f3d631f2c54de0d6e05127d23b93 | 1dd3c78eaed4b2646a0efafc49676cba4bf5a0f1 | /04_old/ex04_todo/MiningBarge.cpp | ea0e306d8c96e7210ac9a0b21538e1d83bd0b7b1 | [] | no_license | luckylu91/Cpp-days | 389a831c00dfa1a47a70cace240a56a151445f09 | 53809c495ea140827111f4f447d99a01815eeeb7 | refs/heads/master | 2023-07-24T03:24:43.710742 | 2021-09-09T16:23:25 | 2021-09-09T16:23:25 | 375,081,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 272 | cpp | #include "MiningBarge.hpp"
void MiningBarge::equip(IMiningLaser * laser)
{
if (length < 4)
this->lasers[this->length++] = laser;
}
void MiningBarge::mine(IAsteroid * asteroid) const
{
for (int i = 0; i < this->length; i++)
{
this->lasers[i]->mine(asteroid);
}
}
| [
"zins.lucas@gmail.com"
] | zins.lucas@gmail.com |
8473d524b708c90b0fa132aa0cd47ce630d1f9bb | d3c74128e505bb4c7b1b6ebbcc755818fad98f02 | /project2/.history/main_20200406225331.cpp | 1548f582770d1d6582e4482aa525d0b3d0df559c | [] | no_license | Ricardokevins/NJU_2020Spring_Advanced-Programming | 32870f90694cc9dfae8f09ea9dd45bee9f75dc7a | 8033b6c8f5abfb6f4a922b1deed0f7bf6039e736 | refs/heads/master | 2021-02-10T22:30:13.620954 | 2020-04-24T16:44:30 | 2020-04-24T16:44:30 | 244,425,072 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,126 | cpp | #include <Windows.h>
#include<iostream>
#include<io.h>//使用_setmode(_fileno(stdout), _O_U16TEXT)必须加的头文件
#include<fcntl.h>//使用_setmode(_fileno(stdout), _O_U16TEXT)必须加的头文件
using namespace std;
void modeset(int w,int h) {
HANDLE hOut = GetStdHandle(STD_OUTPUT_HANDLE);
COORD size = {w, h};
SetConsoleScreenBufferSize(hOu... | [
"3121416933@qq.com"
] | 3121416933@qq.com |
e8c11419106e91889b858f9adf6ba4e170df5ee5 | 2c148e207664a55a5809a3436cbbd23b447bf7fb | /src/net/third_party/http2/tools/random_util.cc | 322f5c3d34d412de4096202bb3e6aa6f1f5f16be | [
"BSD-3-Clause"
] | permissive | nuzumglobal/Elastos.Trinity.Alpha.Android | 2bae061d281ba764d544990f2e1b2419b8e1e6b2 | 4c6dad6b1f24d43cadb162fb1dbec4798a8c05f3 | refs/heads/master | 2020-05-21T17:30:46.563321 | 2018-09-03T05:16:16 | 2018-09-03T05:16:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,883 | cc | // Copyright 2016 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 "net/third_party/http2/tools/random_util.h"
#include <cmath>
#include "base/rand_util.h"
#include "net/third_party/http2/tools/http2_random.h"
... | [
"jiawang.yu@spreadtrum.com"
] | jiawang.yu@spreadtrum.com |
861c27d34c5c839acfb67bde8d24ecb1defc7c29 | 2561a8f5c02fbf9da386dfe3075453f39e2b2dce | /components/segmentation_platform/internal/execution/model_execution_manager_impl.h | c5c5da18c60c2872b2e46dd5183ee54828ec7b61 | [
"BSD-3-Clause"
] | permissive | nyaxs/chromium | 5f64fe9297461c73dd210bd840f51ff1caa10ec1 | a161b3eae46540b6828b8d367d848f30b95aaf2d | refs/heads/master | 2023-05-07T13:53:51.342025 | 2021-06-24T01:10:08 | 2021-06-24T01:10:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,875 | h | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_EXECUTION_MODEL_EXECUTION_MANAGER_IMPL_H_
#define COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_EXECUTION_MO... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
2e2028340ac332e6ccf554b0b033c8b80c14dab4 | e798f3cd0d6cc6ad191702bbb387afdb0ae9eab0 | /Classes/Shopping/HomeDialog/ShoppingSecretDialog.cpp | 7a507009b10e8a3e55ca528d2789bb87f84ef5ef | [] | no_license | Morgan87/FlameDragonX | 9dbd359c939df08a1f7c7a8a769d9408bf50ca10 | 15ed056572c52df76cfea8990cc1e5f81331c8fc | refs/heads/master | 2021-05-07T04:08:19.692309 | 2016-11-29T22:41:46 | 2016-11-29T22:41:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 556 | cpp | //
// ShoppingSecretDialog.cpp
// FlameDragonX
//
// Created by SuiYi on 11/3/16.
//
//
#include "ShoppingSecretDialog.hpp"
#include "LocalizedStrings.hpp"
void ShoppingSecretDialog::initMessage()
{
std::string message = LocalizedStrings::getInstance()->getMessageString(51);
this->setMessage(message);
}
v... | [
"charlie_5899@hotmail.com"
] | charlie_5899@hotmail.com |
20bd910b558f8120d36b1ee4be9715f62f0c62b0 | 43aace892d3641bd9d0863b9b12c498a33edce7e | /Arrays_linkedList_recursion/InsertionSort.cpp | 658dafc1ce530c109e93231ff055d7554075ffe8 | [] | no_license | Paulmburu/cpp- | 164c2a5b993a7cc09f7aa7af40fab9762ae76e08 | c02543bfe90348faa613d8b45b564ba5a6ba5370 | refs/heads/master | 2020-08-30T12:38:36.906638 | 2019-10-29T21:07:41 | 2019-10-29T21:07:41 | 218,382,878 | 0 | 0 | null | 2019-10-29T21:01:28 | 2019-10-29T21:01:28 | null | UTF-8 | C++ | false | false | 505 | cpp | #include <iostream>
void insertionSort(int* A, int n){ // sort an array of n characters
for (int i = 1; i < n; i++)
{
char cur=A[i]; // current character to insert
int j=i-1; // start a previous character
while((j>=0) && (A[j]>cur)){ // while A[j] is out of order
A[j+1]=A[j]; // move A[j] right
j-... | [
"paulmburu53@gmail.com"
] | paulmburu53@gmail.com |
c3349379467989360b52318a1f10a4c704c8ee47 | e90c4fd02cc8667142f792fda003a59d4a7ca61c | /C++ Operating Systems/old/my code/pcb.h | b48f864c834b91b8fa2bca2cc44cc31dc608119a | [] | no_license | wpegg-dev/College-Work | a8bf1f31fcd8d028ff6d33520d6b555619ec8d71 | 3f6287627486c6c58c5f935cb779a48544c7e29c | refs/heads/master | 2016-09-15T22:39:51.112788 | 2015-06-25T03:26:21 | 2015-06-25T03:26:21 | 35,346,348 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,512 | h |
#pragma once
#include "pcb_types.h"
const int NUM_PROCESSES = 30;
class pcb
{
public:
pcb(void);
~pcb(void);
bool setInBufSize(const int&, const int&);
bool setOutBufSize(const int&, const int&);
bool setTempBufSize(const int&, const int&);
bool setCodeSize(const int&, const unsigned long&);
bool setCpuId(c... | [
"william.pegg.dev@gmail.com"
] | william.pegg.dev@gmail.com |
0d215fff4d20a3c8cc6f61364483ca397b16ebe0 | ddbb15437426ba4fe4ca9a9ce2d210a1ce4b3964 | /data_pi/bcode/lib/descriptor/edgeDetector.h | 0fdd244f7414c858168980252352cd5f3f639df5 | [] | no_license | wingggg/FYP_final | 4fb466b17bed641942854d72d9b70d46262210c1 | ded118ec37b5f8fbe20ba206fee204ff3136f2f0 | refs/heads/master | 2020-04-03T09:53:30.603382 | 2016-06-21T22:23:33 | 2016-06-21T22:23:33 | 61,905,432 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 573 | h | #ifndef _edgeDetector_h_
#define _edgeDetector_h_
#include "../ImageContent/imageContent.h"
#include "../gauss_iir/gauss_iir.h"
using namespace std;
#include<vector>
void cannyEdges(DARY *dx,DARY *dy, DARY *edge, float lower_threshold, float higher_threshold);
void cannyEdges(DARY *img, DARY *edge, float scale, flo... | [
"wsn12@ic.ac.uk"
] | wsn12@ic.ac.uk |
80ab853bec84410d479c6e6ce44b4c70ca414b5b | 98895869f814fc5afa968d36167c9df578e4c3e2 | /assignments/assgin3/main.cpp | 7b2e94ad72efb5c72bb9894e63a2f8f32c9658db | [] | no_license | galgol/computer_graphics_course | 061fc1ae33d4a37bcefccb7b2a57eed33d65e235 | 2ecdf1f4eac945779a8b33f53c14dc34cc65c115 | refs/heads/master | 2020-07-08T03:34:03.490717 | 2019-08-21T09:55:59 | 2019-08-21T09:55:59 | 203,552,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,848 | cpp | #include <Windows.h>
#include <iostream>
#include "display.h"
#include "mesh.h"
#include "shader.h"
#include "inputManager.h"
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtx/transform.hpp>
#include "GLFW\glfw3.h"
using namespace glm;
static const int NUM_OF_CUBES = 5;
int picked = -1;
float prev... | [
"galgold@post.bgu.ac.il"
] | galgold@post.bgu.ac.il |
243019f3cc9626e1de6c0d4806da633f0d9077d2 | e17c43db9488f57cb835129fa954aa2edfdea8d5 | /Libraries/IFC/IFC4/include/IfcApplication.h | 0f3cd13ab538e8a87c5875c56a7fbb8b5349e8af | [] | no_license | claudioperez/Rts | 6e5868ab8d05ea194a276b8059730dbe322653a7 | 3609161c34f19f1649b713b09ccef0c8795f8fe7 | refs/heads/master | 2022-11-06T15:57:39.794397 | 2020-06-27T23:00:11 | 2020-06-27T23:00:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,668 | h | /* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */
#pragma once
#include <vector>
#include <map>
#include <sstream>
#include <string>
#include "IfcPPBasicTypes.h"
#include "IfcPPObject.h"
#include "IfcPPGlobal.h"
class IFCPP_EXPORT IfcOrganization;
class IFCPP_EXPORT IfcLabel;
class IFCPP_E... | [
"steva44@hotmail.com"
] | steva44@hotmail.com |
9fd6c5871b2e5b7071c61ee43a51f70ca8098bd7 | b8e75751ad78a676ab3f59ab5b1b913ddc4dd101 | /src_refactoring/upload_factory/http_src/upload_report.cpp | de6c24c178c18e755ee3542b22311d96f1c852a5 | [] | no_license | dwerdwer/anti | faaf7b3407555e5f8d30092b0616920cb43cf3d1 | 54b4af98b74b35c1dad7116e76d2160f6e15667c | refs/heads/master | 2021-10-20T03:06:25.279123 | 2019-02-25T09:19:05 | 2019-02-25T09:19:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,829 | cpp |
#include <iostream>
#include <map>
#include <stdio.h>
#include <cstring>
#include <sys/select.h>
#include <unistd.h>
#include "zip.h" // needs to be placed after iostream
#include "curl/curl.h"
#include "debug_print.h"
#include "http_uploader.h"
#include "utils/utils_library.h"
/* 5 seconds
* 若多处理... | [
"707676926@qq.com"
] | 707676926@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.