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
3097dabf4a6ca51d041366d731bebba599129559
c912675c40e232e4a12cd94410e062477ea163b4
/football.cpp
2ad71cfa1ef862c2201e87724a1541a61fac7f8a
[]
no_license
Abhishek183/codeforces-solutions
9cb152f9263e8fa301dde545869c03be5287e018
6657247ae77bd4f1960cec112865aed658af21a8
refs/heads/master
2022-07-08T16:19:51.625271
2020-05-14T20:13:28
2020-05-14T20:13:28
264,010,955
1
0
null
null
null
null
UTF-8
C++
false
false
394
cpp
#include<iostream> using namespace std; #include<string> #include<algorithm> #include<unordered_map> #define ll long long int main() { ll int n; cin>>n; pair<int,string>s[n]; for(ll int i=0;i<n;i++) { s[i].first=0; cin>>s[i].second; for(ll int j=0;j<i;j++) { if(s[j].second==s[i].second) {s[j].f...
[ "mishra.mr97@gmail.com" ]
mishra.mr97@gmail.com
6312bb78eb01a43c881c74f3dae2862deb96d62e
193cacbe89f5b2ef2208ef075dedc1871464f5f4
/src/objects/src/exchangeinfo.cpp
4d447146b49f4a80a04afca15b902e6bbb74624a
[ "MIT" ]
permissive
sssong81/coincenter
6c867fc39d9b096bafb71a9cb41295ed76dd29f5
5f46b89af3a10c4a85a1fe6d3cbda950b7b3c949
refs/heads/master
2023-04-22T21:43:08.753950
2021-05-05T06:53:20
2021-05-06T13:40:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,270
cpp
#include "exchangeinfo.hpp" #include "cct_exception.hpp" #include "cct_log.hpp" #include "cct_mathhelpers.hpp" #include "monetaryamount.hpp" namespace cct { ExchangeInfo::ExchangeInfo(std::string_view exchangeNameStr, const json &exchangeData) { // Load trade fees constexpr char kTradeFeesStr[] = "tradefees"; ...
[ "stephane.janel@amadeus.com" ]
stephane.janel@amadeus.com
35fd9dcbd14523925a093cb46aa2575d416466b6
0b50d4f69e28e1b92fdcf3e6bc4c1b3c00ce54e5
/Engine/Source/StrafeBehavior.cpp
a84fa390b65dd965fabc1eb0fb2f21a66fcd8f89
[]
no_license
lilsimp/supercoolawesomebestgameever
f45309c3c3930863a06bdf10aa92fd12d7adb7bc
f961f1cbb783ed02246d5cd9172d567982245f0e
refs/heads/master
2021-07-01T12:33:41.301715
2017-09-22T22:49:28
2017-09-22T22:49:28
103,086,673
1
0
null
null
null
null
UTF-8
C++
false
false
582
cpp
#include "Components.h" #include "Objects.h" StrafeBehavior::StrafeBehavior(GameObject* owner, glm::vec3 start, float dist) : StartPos(start), MaxDistance(dist) { Owner = owner; Owner->Components.push_back(this); oPhys = dynamic_cast<Physics*>(Owner->GetComponent(PHYSICS)); oTrans = dynamic_cast<Transform*>(Owne...
[ "srsimpson95@gmail.com" ]
srsimpson95@gmail.com
1945d4d12661dbb81bc6aaf83e2bb3bb4f1cc779
5d1b1533f00f7ce58f7cd459cfdcaacb68069e49
/kattis/downtime/downtime.cpp
5a5705eeb355e8b251c31563b71c5dcb6673f594
[]
no_license
ongspxm/kattis
b19386afbcbb3680611fca7dbe13af19879446c0
a8f0f8c49e28c9bcaf1bf20a669c459c035ce83a
refs/heads/master
2020-03-08T11:10:13.496997
2018-12-26T08:20:53
2018-12-26T08:20:53
128,090,388
0
0
null
null
null
null
UTF-8
C++
false
false
790
cpp
#include <bits/stdc++.h> #define let const auto #define REP(var, i) for (int var = 0; var < i; ++var) using namespace std; using Int = int; //using Int = long long; using vi = vector<Int>; using vvi = vector< vector<Int> >; /** * Solution for problem: downtime * * Written by: ongspxm * * Date: 2018-12-14 07:29:42...
[ "ongspxm@gmail.com" ]
ongspxm@gmail.com
1b4652ce09bd2c88b5d27ad38a58c0cb9df76eec
59166d9d1eea9b034ac331d9c5590362ab942a8f
/ParticlePlayer/MainNode/UpdClbkMainNode.cpp
2c608e342c584f67905f27aeec17af4b43872bf5
[]
no_license
seafengl/osgtraining
5915f7b3a3c78334b9029ee58e6c1cb54de5c220
fbfb29e5ae8cab6fa13900e417b6cba3a8c559df
refs/heads/master
2020-04-09T07:32:31.981473
2010-09-03T15:10:30
2010-09-03T15:10:30
40,032,354
0
3
null
null
null
null
WINDOWS-1251
C++
false
false
3,004
cpp
#include "UpdClbkMainNode.h" #include "KeyboardState.h" #include "CameraState.h" #include <osg/Math> #include <iostream> UpdClbkMainNode::UpdClbkMainNode() : m_fMoveSpeed( 0.0 ) { } void UpdClbkMainNode::operator()( osg::Node* node, osg::NodeVisitor* nv ) { //обработать вращения ProcessRotate()...
[ "asmzx79@3290fc28-3049-11de-8daa-cfecb5f7ff5b" ]
asmzx79@3290fc28-3049-11de-8daa-cfecb5f7ff5b
27855431a64af048c27ed15c07aa2d1dec47180a
84ecf1c812b7dfd121d32c923e66dbfa5a967403
/TestFileOperation/Star.h
845795efe497ae6c61e65d7104766fdc4ae2cd7f
[ "MIT" ]
permissive
Takayoshi1125/GPG_LT07
ecd3b406bb9fada7e5daff1f0c97bfe9f7107574
c0c1005a5c3207177ca703bad61fedf8c88f2e69
refs/heads/main
2023-06-18T10:47:09.952565
2021-07-15T03:00:39
2021-07-15T03:00:39
385,107,322
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
411
h
#pragma once #include "Vector2.h" class Star { public: static constexpr int SPEED_SLOW_ROT = 4; // 初期処理 void Init(void); // 更新ステップ void Update(void); // 描画処理 void Draw(void); // 解放処理 void Release(void); Vector2 GetPos(void); void SetPos(Vector2 pos); void SetSizeRate(float rate); private: int mImag...
[ "takayoshi176@gmail.com" ]
takayoshi176@gmail.com
0b11e494487bcf12231935139c2cd258e0873b18
74ffb565bd87161dbb13a6a139d45122854f9142
/Iot Light.ino
5ce686fbce05cf50e1434bdf5221ab64c311e51b
[]
no_license
omkartawade7/Iot-Light
63a6d984343631b51c578cd4d1ad4edc2239df3c
9c294a20a01c0eac2bdb5314e54f0b4cdabffb71
refs/heads/master
2020-03-23T16:36:59.075158
2018-07-21T14:32:55
2018-07-21T14:32:55
139,301,440
0
0
null
null
null
null
UTF-8
C++
false
false
4,515
ino
/*************************************************** Adafruit MQTT Library ESP8266 Example Must use ESP8266 Arduino from: https://github.com/esp8266/Arduino Works great with Adafruit's Huzzah ESP board & Feather ----> https://www.adafruit.com/product/2471 ----> https://www.adafruit.com/products/2821...
[ "noreply@github.com" ]
omkartawade7.noreply@github.com
69d427f8722232351e968acca45148199243b9ef
80df2b134869b1b634701ecaaffe137287945ac6
/bus.cpp
c22ce7b5ecd4305297b81ddfb49b9f297f18f7ad
[]
no_license
andyukovegor/Laba3new2
89494d36cab586125a1f3e9fd2b0696c6b22b45e
7dab7ce530fff15c6a32121454a200e531624b60
refs/heads/master
2022-04-24T20:37:28.235317
2020-04-23T17:37:16
2020-04-23T17:37:16
258,282,355
0
0
null
null
null
null
UTF-8
C++
false
false
810
cpp
#include "bus.h" #include <iostream> using namespace std; Bus::Bus():Bus(0,0,"model"){}; Bus::Bus(int capacity, int speed, const char *model) { if (capacity>=0){this->capacity = capacity;} if (speed>=0){this->speed = speed;} delete[] this->model; int len = strlen(model)+1; this ->model...
[ "noreply@github.com" ]
andyukovegor.noreply@github.com
fd541ed0cf2077b1022f45222278d91f1dcf31bf
e12f4fb063cb0d26ebc500dd48bea14d2e5e3116
/atcoder/abc166_c.cpp
1d1d06be56e878b653b1224c5044ae5dc1cbd632
[]
no_license
komekome09/comp_prog
869ccf40863c9a6bc92f45e630a230669dfb64bb
8b168f8ced37b8399d890691774eac0d49695874
refs/heads/master
2023-04-20T23:57:42.051560
2021-05-15T13:40:31
2021-05-15T13:40:31
259,368,988
0
0
null
null
null
null
UTF-8
C++
false
false
1,136
cpp
#include <iostream> #include <string> #include <stdio.h> #include <cmath> #include <cfloat> #include <algorithm> #include <numeric> #include <vector> #include <iterator> #include <set> #include <map> using namespace std; const double PI=acos(-1); vector<int> h(1000000, 0); using graph = vector<vector<int>>; vector<b...
[ "fanmaskome@gmail.com" ]
fanmaskome@gmail.com
7a76386f74dcfcdaf286cc6ad4e901bcc04b977a
bc756e3b8bd50bc0439f9df71092264eb63cb414
/src/ransac/ransacutility.cpp
a22008f9881461bfc2dde380228abe62161e8935
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
akhtarjunaid/fbench
3af9cf449b591f115b68d9ab383aab93af88f9ae
0e21704f9e4dd3440b03ee913e058ee3916086f2
refs/heads/master
2023-03-15T17:54:57.582839
2020-11-14T16:08:46
2020-11-14T16:08:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,456
cpp
/* * Copyright (c) 2016 University of Cordoba and University of Illinois * All rights reserved. * * Developed by: IMPACT Research Group * University of Cordoba and University of Illinois * http://impact.crhc.illinois.edu/ * * Permission is hereby granted, free of charge, to ...
[ "jfaj@mail.uni-paderborn.de" ]
jfaj@mail.uni-paderborn.de
b1cc88c8c016043863bf5a19ecf8828d6b5e7e77
0ebb297fe3a7354d988661be5b1de8ab2019c60a
/code/common/ddl/node_ref.cpp
7bbf3641e51a16e0e0a427b20dfdd20eaa45c1f5
[]
no_license
kamrann/workbase
a56e8ca3874ae5e71e4c77331ed10f59acff5914
ce2cade80365f885839bf96bfc5db5e57059ba39
refs/heads/master
2021-01-19T03:22:32.745349
2015-01-02T23:05:04
2015-01-02T23:05:04
15,985,205
0
0
null
null
null
null
UTF-8
C++
false
false
1,823
cpp
// node_ref.cpp #include "node_ref.h" #include "values/value.h" #include "values/navigator.h" namespace ddl { navigator nav_to_ref(node_ref const& ref, navigator nav) { auto rf = resolve_reference_unique(ref, nav); if(rf) { return navigator{ nav.tree_, rf }; } else { return{}; } } sd_node_r...
[ "cjangus@gmail.com" ]
cjangus@gmail.com
bddbfeec18fdf0b921628ec1b476ebf2d512a731
027a76f640874ede2cf27f1dc49611a2bbbb34dd
/gfg/string/anagram.cpp
580457fbc3fe47f011f8ab7894929668150d0441
[]
no_license
ashishugi/MYCODES
b33cda06a18defd8f2de91b4a66cdb8eba55ca47
8e5e4d047ae415ab72ec4fd74171432e6c0cbb6e
refs/heads/master
2022-02-09T00:51:47.406788
2022-01-28T17:34:42
2022-01-28T17:34:42
165,395,936
17
1
null
null
null
null
UTF-8
C++
false
false
865
cpp
#include<bits/stdc++.h> #define loop(i,n) for(int i=0;i<n;i++) using namespace std; bool anagram(string s1,string s2){ int n=s1.length(); int m=s2.length(); if(n!=m){ return false; } map<char,int> m1; map<char,int> m2; loop(i,n){ m1[s1[i]]++; m2[s2[i]]++; } ma...
[ "ashishkumarguptacse@gmail.com" ]
ashishkumarguptacse@gmail.com
cde2be3feffb26f18512cf0e5d04133b36252a3e
3189f9fc40192435a2f4edd258a0ea169ba62428
/CSES/Introductory Problems/palindromeReorder.cpp
d5d4c9a4605e3caba2cccd44188997725b67971d
[]
no_license
lifchrs/CP
ee5820be5654784162145633ab58937056494264
7223731ae368f365afaec175c75540e7454165ec
refs/heads/master
2023-03-03T23:22:47.801445
2021-02-19T05:13:49
2021-02-19T05:13:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,086
cpp
#include <bits/stdc++.h> using namespace std; #define mp make_pair #define se second #define pb push_back #define pf push_front #define ll long long #define F0R(i,a) for(int i=0;i<a;i++) #define FOR(i,a,b) for(int i=a;i<b;i++) ll binpow(ll a,ll b){ ll res=1; while(b>0){ if(b & 1) res*=a; a*=a; b>>=1; } ret...
[ "polavaramadhitya@gmail.com" ]
polavaramadhitya@gmail.com
547a95aabbc7e693b2bd8818df367d8910feac32
9140dd125826503501d9cc111d36d604e93cd433
/Tree/Questions/Sum_at_lvl_K.cpp
149fd425da9cf22aeaa5fe6d34cf94392409c9e0
[]
no_license
vibgyor98/dsalgocp
f7d43854886b97a468754fb6929ebfcce51b45e2
7260033c11b17601034153a082456ff7ddc4578d
refs/heads/master
2021-08-04T05:54:50.610133
2020-12-18T18:14:23
2020-12-18T18:14:23
228,390,576
0
1
null
null
null
null
UTF-8
C++
false
false
894
cpp
#include <bits/stdc++.h> using namespace std; class node { public: int data; node* left; node* right; node(int d) { data = d; left = NULL; right = NULL; } }; //constructing tree node* buildTree() { int d, num; cin >> d; node* root = new node(d); cin >> num; if (num == 2) { root->left = buildTree();...
[ "karsourav05@gmail.com" ]
karsourav05@gmail.com
2b8253c21380f250d036538f69a902053cac8820
85f1cd01c68731a30bff2b99a9e21e5d3a81fb70
/data-structure/17.Dahua/all.cpp
09f00733266d17cff5cf48a40c92fe3c36fa2fec
[]
no_license
ddayzzz/algorithm-and-basic-apps
f146ee9a31a61d92c963d6a14d17c59f3de67740
7ea0cedd32df0b8d207e85696e30105e87b003c8
refs/heads/master
2020-04-01T06:24:17.842635
2019-10-09T15:11:51
2019-10-09T15:11:51
152,945,967
0
0
null
null
null
null
UTF-8
C++
false
false
3,379
cpp
// 大话数据结构1.cpp : 定义控制台应用程序的入口点。 // #include "../stdafx.h" #include "../00.Dahua_Datastructures_Common/StaticList.h" #include "../00.Dahua_Datastructures_Common/DoubleList.h" #include "../00.Dahua_Datastructures_Common/SharedStack.h" #include "../00.Dahua_Datastructures_Common/LinkStack.h" #include "../00.Dahua_Datastr...
[ "wangshu214@live.cn" ]
wangshu214@live.cn
d3ce1da973457a36a3719e596fd370ee66a0d322
a4bb53a5255d77f3ae106e1e311a09f516696de3
/outputtable_node.hpp
2b15338bd3b6500344a84ec6c8291f4a896b1caf
[]
no_license
GavriloJovanovic/Racoons
0598c5e3680ac3b932dcc904e06009f7ca7c7a86
216cbf1e0e72a4df7c339a12141af5b7823fe457
refs/heads/main
2023-01-05T19:24:25.347824
2020-11-07T21:25:05
2020-11-07T21:25:05
309,077,371
1
0
null
null
null
null
UTF-8
C++
false
false
389
hpp
#ifndef OUTPUTTABLE_NODE_HPP #define OUTPUTTABLE_NODE_HPP #include "node.hpp" #include <QPushButton> #include <QObject> class outputTable_node : public node { Q_OBJECT public: outputTable_node(int width,int height); private: QPushButton previewBtn; public slots: void load(); void b...
[ "noreply@github.com" ]
GavriloJovanovic.noreply@github.com
3af003b8d000d0f5db2d296783cc3635fc189ae1
e3c27edbd2f0a8e733cee84b90a906c0a6d7c176
/mpi/time.cpp
00f171c540eb8a47e2e062f015225edd99ac1be7
[]
no_license
dmitryhd/dmitryhd_code
c32223da5506156a068bbb0f20ad4cd06fdf2166
5173f6f74d4fa1c9c5fba9ffc4fc9134c56f4b0c
refs/heads/master
2021-01-17T11:56:50.221745
2011-04-26T18:31:58
2011-04-26T18:31:58
1,650,576
0
0
null
null
null
null
UTF-8
C++
false
false
1,356
cpp
/*Copyright 2011 Dmitry Khodakov coded: 2.03.11 */ #include <mpi.h> #include <stdlib.h> #include <stdint.h> // mark of every message #define TAG 0 void master(); void node(); int main(int argc, char *argv[]) { int myid = 0; MPI_Init(&argc, &argv); MPI_Comm_rank(MPI_COMM_WORLD, &myid); double tbegin, tend...
[ "dmitryhd@google.com" ]
dmitryhd@google.com
1507956ce53d53a3aa4bc14f2f28304e2c973d80
01eb9bea1e6c1b3eab913b3636a6895b1d2b39f5
/API/src/System.cpp
22b77647562fa4b733c1f2793de4a5f4fd95e73b
[ "MIT" ]
permissive
thaolt/OtterUI
a5e4424341047eeac03c27bebceae6442763975b
a2c524378e4933bd772b44f4c56b5139e8b4094a
refs/heads/master
2021-05-30T04:24:15.442292
2015-08-21T18:35:58
2015-08-21T18:35:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,653
cpp
#include <string.h> #include <stdlib.h> #include <assert.h> #include "System.h" #include "Scene.h" #include "Data/OtterData.h" #include "Graphics/Graphics.h" #include "Memory/Memory.h" #include "Common/Log.h" namespace Otter { /* Constructor. Allocates an internal buffer from default allocators of size 'memorySiz...
[ "grafalgar@gmail.com" ]
grafalgar@gmail.com
1fb85ca53367ccb1960657ed9c3c456f92fd6517
6b660cb96baa003de9e18e332b048c0f1fa67ab9
/External/SDK/BP_LargeShip_StandardHull_functions.cpp
546c1dcbe8f8c7e5bbbaaddf4176a2051a7b7562
[]
no_license
zanzo420/zSoT-SDK
1edbff62b3e12695ecf3969537a6d2631a0ff36f
5e581eb0400061f6e5f93b3affd95001f62d4f7c
refs/heads/main
2022-07-30T03:35:51.225374
2021-07-07T01:07:20
2021-07-07T01:07:20
383,634,601
1
0
null
null
null
null
UTF-8
C++
false
false
1,272
cpp
// Name: SoT, Version: 2.2.0.2 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //----------------------------------------------------...
[ "Massimo.linker@gmail.com" ]
Massimo.linker@gmail.com
d07068af9dad12a69eaa518988356552f54529e9
28a1460799e5d92459d468471b45d2d692f92450
/aufgabe2fertig/player.h
3100e9df196a4419bf58cc4fb043512a70dd52c9
[]
no_license
Gabo0890/C-Aufgabe-2-SoSe-2018
528a1edf87a38b0372a8f3b0e99e69dcf0c76181
0eb17676586282591a4031c2af8df2bed7b261c4
refs/heads/master
2020-03-29T10:15:09.635266
2018-09-27T21:00:36
2018-09-27T21:00:36
149,795,954
0
0
null
null
null
null
UTF-8
C++
false
false
359
h
#include <QGraphicsRectItem> #include <QObject> class myPlayer:public QObject, public QGraphicsRectItem { Q_OBJECT public: void keyPressEvent(QKeyEvent * event); public slots: void spawn(); void spawn1(); void spawn2(); void spawn3(); //evtl noch spawn1(), spawn2() implementieren um ...
[ "noreply@github.com" ]
Gabo0890.noreply@github.com
c03d0632fdd245e28d301ba82e7d9f9a9acc3894
8a7efe320d8f0389b9d1c8d471fce6888680451d
/src/main.cpp
8d7b4c266895987dde751c34c0c19da6624c9dff
[]
no_license
qwertyuiopasdfghjklqwertyuiop/CS2C.05.nonstd-Multiset.remove
aa077229c83a95b57cb38df39f9a21bf4c26989f
a44b242c09a55da7a7c7adce75c45951d87b044c
refs/heads/master
2021-08-08T08:59:32.296195
2017-11-10T01:24:48
2017-11-10T01:24:48
108,688,410
0
0
null
null
null
null
UTF-8
C++
false
false
1,036
cpp
#include <iostream> #include <cmath> #include "./multiset.h" using nonstd::MultiSet; int main(const int argc, char ** argv){ if(argc != 3) { std::cerr << "./main BIGGEST_NUMBER NUM_INSERTIONS" << std::endl; exit(1); } srand(time(NULL)); MultiSet<int> test; const int BIGGEST_NUMBER = std...
[ "bobthefrank24685@gmail.com" ]
bobthefrank24685@gmail.com
0044c75051c182a0ff04ba2b7440fd8ee70c5b9f
d9866786b5d6bf2d14aed66c3cfd511751dd1b57
/Sandbox/src/Snow/PointCloud.h
b45306dcef38058d956a4f811bff005ea8c9a081
[]
no_license
kodai100/HydronEngine
6474b710f249f47619b79ebc5c4c3240d025a198
1670c556e90b05e733fbc29ae5eaeb3ca30b3283
refs/heads/master
2023-04-21T07:45:36.947492
2021-05-07T07:49:26
2021-05-07T07:49:26
361,784,814
4
0
null
null
null
null
UTF-8
C++
false
false
3,168
h
#pragma once #include <vector> #include "SimConstants.h" #include "Particle.h" #include "Shape.h" #define AREA_EPSILON 1e-5 inline float random_number(float lo, float hi){ return lo + rand() / (float) (RAND_MAX/(hi-lo)); } class PointCloud { public: int size; float max_velocity; std::vector<Particle> particles;...
[ "kodai100@gmail.com" ]
kodai100@gmail.com
b760068219e09d000ae682df11fe4f9793b91645
794ec36417d1f5fe9f8a8dfefee17169ba346447
/UVA/156/10094942_AC_0ms_0kB.cpp
60a8a42be89654e8e2a514e95147ca779ca58460
[]
no_license
riba2534/My_ACM_Code
1d2f7dacb50f7e9ed719484419b3a7a41ba407cf
fa914ca98ad0794073bc1ccac8ab7dca4fe13f25
refs/heads/master
2020-03-24T01:19:19.889558
2019-03-11T03:01:09
2019-03-11T03:01:09
142,331,120
3
0
null
null
null
null
UTF-8
C++
false
false
1,101
cpp
#include <cstdio> #include <cstring> #include <cctype> #include <string> #include <set> #include <iostream> #include <stack> #include <map> #include <cmath> #include <queue> #include <vector> #include <algorithm> #define mem(a,b) memset(a,b,sizeof(a)) #define inf 0x3f3f3f3f #define N 10000+20 #define ll long long using...
[ "riba2534@qq.com" ]
riba2534@qq.com
b368a7db1d4b45fd8b7c3699ad56dd60463db67c
3702e384050f90bb8ad39db7002ec5f6fabe4047
/curses/game_manager.h
824abe36fbc8ee8e41cb3faaa086a3cebcaa4e5a
[]
no_license
pviolette3/jamstacks
264872f292253206defb763af3d5b109cd008d73
94e2faed58d65ee4f5d1e86f8dd43200cd7d7b6c
refs/heads/master
2021-07-21T22:23:24.585472
2017-10-30T08:23:16
2017-10-30T08:23:16
94,112,596
0
0
null
null
null
null
UTF-8
C++
false
false
1,078
h
#pragma once #include <array> #include <memory> #include <vector> #include <string> #include <stdint.h> namespace jam { // Thread-safe game state class GameManager { public: GameManager() {} class Handler { GameManager *gameManager_; protected: Handler(GameManager &gameManager) noexcept : gameManager_(...
[ "terrelln@fb.com" ]
terrelln@fb.com
f9709384ff71ed3a7cf59ec1a332ff1ad4439156
28d68af73c56375314efd07eaf6a1a9241a51ce3
/aws-cpp-sdk-core/source/utils/windows/FileSystemUtils.cpp
469bac3a2d1313184a389a5d15722baef9a49722
[ "JSON", "MIT", "Apache-2.0" ]
permissive
zeliard/aws-sdk-cpp
93b560791fa359be25b201e9a6513bc3cb415046
14119f1f5bc159ce00a1332f86e117362afd3cb6
refs/heads/master
2021-01-16T22:49:18.731977
2016-01-04T01:54:38
2016-01-04T01:54:38
41,892,393
0
1
null
2015-09-04T01:35:43
2015-09-04T01:35:43
null
UTF-8
C++
false
false
3,669
cpp
/* * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in ...
[ "henso@amazon.com" ]
henso@amazon.com
4c22ac117ce7ede470a64ac7e8b61a5e02adf6e4
3355e6cfe368490bdacdacb153cc8bea0b3a807d
/02-CPP/Leetcode/Leetcode/排序_数组/排序数组测试.cpp
325718f49b9e9c58b771345b3fe0e83bbaf3aa3d
[]
no_license
CoderLiLe/DataStructureAlgorithm
1ecf077efbf19f3f08ee05879c9e2c1fa48dd736
f552e8d5e2f2b531e5b90dd0f16fd9208f0feadb
refs/heads/master
2021-11-19T09:27:15.688142
2021-10-12T12:10:47
2021-10-12T12:10:47
187,794,975
0
0
null
null
null
null
UTF-8
C++
false
false
1,591
cpp
// // 排序数组测试.cpp // Leetcode // // Created by LiLe on 2021/7/21. // #include "排序数组测试.hpp" #include <iostream> #include "_0075_ 颜色分类.hpp" #include "_0215_数组中的第K个最大元素.hpp" #include "_0033_搜索旋转排序数组.hpp" #include "_0034_在排序数组中查找元素的第一个和最后一个位置.hpp" #include "VectorUtil.hpp" using namespace std; void test0033() { ...
[ "lile@aihujing.com" ]
lile@aihujing.com
08302da214060ab38e5c8fef0385027d88b860a7
5ebd5cee801215bc3302fca26dbe534e6992c086
/blazetest/src/mathtest/dmatsmatmult/UDbDCa.cpp
f23c37af79ef8d8d1319500c3f51c35f5bc9ba66
[ "BSD-3-Clause" ]
permissive
mhochsteger/blaze
c66d8cf179deeab4f5bd692001cc917fe23e1811
fd397e60717c4870d942055496d5b484beac9f1a
refs/heads/master
2020-09-17T01:56:48.483627
2019-11-20T05:40:29
2019-11-20T05:41:35
223,951,030
0
0
null
null
null
null
UTF-8
C++
false
false
4,536
cpp
//================================================================================================= /*! // \file src/mathtest/dmatsmatmult/UDbDCa.cpp // \brief Source file for the UDbDCa dense matrix/sparse matrix multiplication math test // // Copyright (C) 2012-2019 Klaus Iglberger - All Rights Reserved // // Thi...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
4d0734b1ba9420495012630743a290149128b0a4
c5c71d44ae35aabbcfc63b2ba5faee9796542832
/Lista 09 - Recursividade/E24.cpp
9d88e944a2ad76571e79b4b47c755c29e635b31b
[ "MIT" ]
permissive
vitordutra/algoritmos-programacao-ufsm-2018-2
fb75e6533955e51165e85ce35abe71848ceafd0f
721fe06da40a0b667098b5121ca1dfe0379e6f16
refs/heads/master
2020-12-28T10:20:22.124441
2020-02-04T20:06:57
2020-02-04T20:06:57
238,285,587
0
0
null
null
null
null
ISO-8859-1
C++
false
false
570
cpp
#include <stdio.h> #include <stdlib.h> /* Ex23 --> Os números de Pell são definidos pela seguinte recursão: P(n) = 0 se n = 0; P(n) = 1 se n = 1; P(n) = 2P(n - 1) + P(n - 2) Alguns números desta sequência são: 0, 1, 2, 5, 12, 29, 70, 169, 408, 985... Faça uma função recursiva que receba um número N e retorne o N-...
[ "noreply@github.com" ]
vitordutra.noreply@github.com
c06147494d08b12c9f07c9beb3b58267ea91ec99
6e25ca122e98dc53738cc150556cfa4e4833ba4b
/src/cxx.cc
da05ee2f79f2d4f6d55511c8c7bf5818a5f78f52
[ "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
BLQ5/cxx
4c8832a0202dd8bc1e2c0e42431b03ca48ab7686
041c9040ba4f678e87622ea59515e16f35eeb1e5
refs/heads/master
2022-12-04T00:22:22.154442
2020-08-26T05:16:15
2020-08-26T05:16:15
290,582,317
1
0
NOASSERTION
2020-08-26T19:07:26
2020-08-26T19:07:25
null
UTF-8
C++
false
false
11,729
cc
#include "../include/cxx.h" #include <cstring> #include <exception> #include <iostream> #include <memory> #include <stdexcept> #include <vector> template <typename Exception> static void panic [[noreturn]] (const char *msg) { #if defined(RUST_CXX_NO_EXCEPTIONS) std::cerr << "Error: " << msg << ". Aborting." << std::...
[ "dtolnay@gmail.com" ]
dtolnay@gmail.com
55e8c78cdab3cbac1b1d60a45689a5d0554aecbd
186eda039ead30fb8fb141ae854f83ea4249f90d
/task2/matrix_vect.h
aeac8037542b237281db47153212e1f058f1d345
[]
no_license
Chewbaccins/prak7
7853f9494135f55d79b6d537f42fcad6d3318d8e
67f2d8b49cdff9174e1484f58b41c4c6781378db
refs/heads/main
2023-02-06T14:29:29.875861
2020-12-26T07:04:37
2020-12-26T07:04:37
324,475,816
0
0
null
null
null
null
UTF-8
C++
false
false
5,608
h
#include <iomanip> #include <fstream> #include <cassert> typedef complex<double> complexd; extern int commRank, commSize; extern "C" { // Cblacs declarations void Cblacs_pinfo(int*, int*); void Cblacs_get(int, int, int*); void Cblacs_gridinit(int*, const char*, int, int); void Cblacs_pcoord(int, i...
[ "noreply@github.com" ]
Chewbaccins.noreply@github.com
f05bf76ad5175f3dd1c832730e02d8a584a6c153
182d0c8add424d2e273d56e50fe871bcf654f020
/core/src/storage/s3/S3IOWriter.h
0464f1ecd5de6fe7e152b6e53b8af04a8b7c8ab4
[ "BSD-3-Clause", "Zlib", "LicenseRef-scancode-unknown-license-reference", "JSON", "LGPL-2.1-only", "Apache-2.0", "LicenseRef-scancode-public-domain", "MIT" ]
permissive
jielinxu/milvus
233c70573e83dfc82f526a0c9b77ce0a086fb10d
fc8e11666f08cd421ba040c7861eac598273d1b9
refs/heads/master
2020-12-14T21:41:11.957507
2020-01-19T09:58:34
2020-01-19T09:58:34
226,777,480
0
1
Apache-2.0
2019-12-09T03:33:48
2019-12-09T03:33:47
null
UTF-8
C++
false
false
1,195
h
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
[ "hai.jin@zilliz.com" ]
hai.jin@zilliz.com
9457246fe4296b4dc3303a25ee40b4865e686767
27162a7b844853ae69a095116e375511e8cfc6e7
/source/circle.hpp
2001701c18f8305e7eb331642d8e3702c6eeceaf
[ "MIT" ]
permissive
Fabi3nn3/programmiersprachen-aufgabenblatt-3
7c7cd4172bffe2778112de0deebb7ce27b6471c2
ac822ed6944c57d94baabbe0b2f4820c2a80fcba
refs/heads/master
2021-01-01T05:16:20.133630
2016-05-19T12:45:26
2016-05-19T12:45:26
58,547,805
0
0
null
null
null
null
UTF-8
C++
false
false
351
hpp
#ifndef CIRCLE_HPP #define CIRCLE_HPP class Circle{ public: Circle(); //const& ! Circle(float rad); void setradius(float r); //Set Radius float getradius(); // Get Radius bool operator< (Circle const& b); bool operator> (Circle const& b); bool operator== (Circle const& b); private: f...
[ "fabienne.hubricht@uni-weimar.de" ]
fabienne.hubricht@uni-weimar.de
e2c6a1e0430fcc5680101b7147a6114e05961948
9244e84599ded6b097b6f15f0016094032f68664
/crescsw.cpp
83be3a667dbf8de4a5c58097a8a6db9e40ecec55
[]
no_license
pedrohpp/C-
ee20dc5c7aed4a80c9a7855ebce231758503ddc5
a2e679d89e40551369cf2b759feadcbc25941f5c
refs/heads/master
2021-01-03T15:12:30.213371
2020-02-12T22:45:28
2020-02-12T22:45:28
240,126,261
0
0
null
null
null
null
UTF-8
C++
false
false
369
cpp
#include <iostream> using namespace std; main(){ char ordem; float n1,n2,n3; cout<<"\n Digite o primeiro valor. "; cin>>n1; cout<<"\n Digite o segundo valor. "; cin>>n2; cout<<"\n Digite o terceiro valor. "; cin>>n3; cout<<"\n Digite a ordem desejada |(d)decrescente|(c)crescente| "; cin>>o...
[ "noreply@github.com" ]
pedrohpp.noreply@github.com
93a12c94a100d8b0a902e873554e299fc4ed7dcc
9e5d1e9414833472f43f3616e1c140f6ed5b6ee9
/NCKU_CP/Class_contest_6/64.cpp
1bafcacb1d22c27b18976857dc134937ef36d07a
[]
no_license
junewaves/contests
a93dc3b3c1a167005fe12bb0ee6f330ac572f1c4
387860b65bdd3c1559f93c5f2d01c69ee364506e
refs/heads/master
2023-02-27T07:45:11.339127
2021-02-08T18:05:01
2021-02-08T18:05:01
254,631,323
0
0
null
null
null
null
UTF-8
C++
false
false
480
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; const ll a1 = 1919434LL; // * 10000000 const ll a2 = 2495775LL; // 1.1 ^ 31 const int m1 = 1e7; const int m2 = 2e5; int main() { ios::sync_with_stdio(false); cin.tie(0); int n; cin >> n; while (n--) { ll b, c, d; c...
[ "a0929551932@gmail.com" ]
a0929551932@gmail.com
95295edc81d654e997b8657ee8116f5c73ff7c50
b6de8ad7f01c9d973fe7eabc4dde57ff4d4d6160
/C++ programming/1-1 C++ basics/computer password.cpp
28a3c9b86a3f7cc5ba62606fb04daec36dbea27c
[]
no_license
seungminlll3420/C-PP
d33c6f969854e1affed57d91a260de628db62cb8
e459289d185bbb2350d1326806ede7f53a8037e0
refs/heads/master
2020-07-17T09:43:35.637688
2019-11-26T19:36:03
2019-11-26T19:36:03
205,996,375
0
0
null
null
null
null
UTF-8
C++
false
false
345
cpp
#include <iostream> #include <cstring> using namespace std; int main() { char password[11]; cout << "Please enter your computer password." << endl; while (true) { cout << "password>>"; cin >> password; if (strcmp(password, "c++") == 0) { cout << "Exit the program."; break; } else cout << "The pa...
[ "seungminlll3420@gmail.com" ]
seungminlll3420@gmail.com
f13a38988343ee62c7314886d719fc618586f69c
3c65f0944a3045486fca92a190eb7839d9e2684f
/read_write.cpp
eeb46fae463dcf3eb4b15646f0be3c87941e0636
[]
no_license
AlexeyMakurin/twist-feronematic
1fdd00c7e645716cc903c37a64a003940f085056
febc43bda31ea3220e2a00e1df38ce9a12082801
refs/heads/twist-ferronematic_nmsm
2023-05-21T21:38:23.604790
2021-06-09T07:56:46
2021-06-09T07:56:46
372,394,155
0
0
null
2021-06-09T07:59:01
2021-05-31T05:39:06
C++
UTF-8
C++
false
false
1,480
cpp
#include "read_write.h" void write(const TwistFerronematic& twist_feronematic) { std::filesystem::create_directory("results"); std::filesystem::path dir("results"); std::filesystem::path file_name(twist_feronematic.Name() + ".csv"); std::filesystem::path path_to_file = dir / file_name; std::ofstream file; fil...
[ "makurin-1997@mail.ru" ]
makurin-1997@mail.ru
cba720a81a1423e7eb3bc6ec4ddd98f7feb77b48
50c3e66d5a505f0a5ff5c25bb87c83c2d2171283
/test/test_output.cpp
a99d0ba99545a082b6b2dc2a13c4ffd4f656ea2f
[ "MIT" ]
permissive
firefly1250/nano-cereal
6b0813ffcfe026d5adfdb8f6ad3ce8f98351b739
e8421d6759385f7c70fa1d02fffe73e7c13ba6fd
refs/heads/main
2023-06-03T11:40:36.200087
2021-06-19T08:47:19
2021-06-19T08:47:19
378,214,829
0
0
null
null
null
null
UTF-8
C++
false
false
1,067
cpp
#include <nano-cereal/binary.hpp> #include <cereal/archives/binary.hpp> #include <iostream> struct MyRecord { uint8_t x; int y[5]; enum E { a, b, c, d, e, f } z; template <class Archive> void serialize(Archive &ar) { ar(x, y, z); } bool operator==(const MyRecord &m) { if (x != m.x) return false...
[ "ynhrt1250@gmail.com" ]
ynhrt1250@gmail.com
5a20bc9224a280debbeaa2030896ee73792a4aa6
1bbfeca83bac53d22b1110ca7f6c9a28bc46c22e
/ru-olymp-train-winter-2009/Submits/081227/10_25_51_02_A_0627.cpp
0c3081d5c9cbf246aa92618aa6952c0d30d0ba06
[]
no_license
stden/olymp
a633c1dfb1dd8d184a123d6da89f46163d5fad93
d85a4bb0b88797ec878b64db86ad8ec8854a63cd
refs/heads/master
2016-09-06T06:30:56.466755
2013-07-13T08:48:16
2013-07-13T08:48:16
5,158,472
1
0
null
null
null
null
UTF-8
C++
false
false
2,388
cpp
#include <cstdio> #include <cstdlib> #include <memory.h> #include <algorithm> #include <vector> #include <list> #include <string> using namespace std; #define TASKNAME "help" void answer(bool result) { printf(result ? "YES\n" : "NO\n"); exit(0); } int getcount(string str, string substr) { int res = 0; for (...
[ "super.denis@gmail.com" ]
super.denis@gmail.com
8ee5f6dc3b03fa2bdf7cc0b56ee05d0da23b406f
e1efe8a7dbf1544565cc1702ea0230537d1be62f
/programmes codeforces/Bulbs.cpp
ede669718d122c1637688ff477e1f2ae97912dd0
[]
no_license
Sourav9063/Cpp-All-codes
d99061666b2d40961e458c95d7e436388a351eec
06369df7b5f7b9a4b091a49a74722ea41761914d
refs/heads/master
2023-03-08T09:25:18.843800
2023-02-06T15:19:29
2023-02-06T15:19:29
243,684,953
2
0
null
null
null
null
UTF-8
C++
false
false
1,642
cpp
// Name: https://codeforces.com/problemset/problem/615/A #include <bits/stdc++.h> using namespace std; #define ll long long int //lld #define ull unsigned long long int //llu #define pt cout << "*" \ << "\n"; #define nl cout << "\n"; #define deb(x) cout << #x << "=" << x...
[ "53114581+Sourav9063@users.noreply.github.com" ]
53114581+Sourav9063@users.noreply.github.com
a44c3e41b2559f020bc788aebdd8bfa31a14cdc9
1470f1d211f52afd48d25dfb1eea177a69461b3c
/LeetCode-HARD/Leetcode057/Main.cpp
5fc55a611a5581bb815b83b99197d1e449616dfe
[]
no_license
Mazziruso/LeetCode-Solution
31c1a923af64f38c851e53688136db2df2264c18
ea22c9f013381eb6c817182495828e459399fcad
refs/heads/master
2020-04-03T01:16:20.089306
2019-04-16T16:24:14
2019-04-16T16:24:14
154,925,727
0
0
null
null
null
null
UTF-8
C++
false
false
2,855
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; struct Interval { int start; int end; Interval() : start(0), end(0) {} Interval(int s, int e) : start(s), end(e) {} }; class Solution { public: vector<Interval> intervals; int binarySearch(int l, int r, int k) { ...
[ "33518504+Mazziruso@users.noreply.github.com" ]
33518504+Mazziruso@users.noreply.github.com
94636954d18f8498c97218f737439b9c7f53bbdb
50f2a23b6164e4161d06547d897b979608f9b6d1
/SDK/FG_Widget_BuildMenu_InfoBox_classes.hpp
94a85ac9ef208722d886796295b3890b39a121da
[]
no_license
satisfactorymodding/SatisfactorySDK
35433a3bd19f34c7dfd0a4cf141a310be4b9d382
e9a2332e0f76b92c99d4072638c1560b8137e821
refs/heads/master
2020-05-24T11:21:41.715919
2019-10-10T07:48:30
2019-10-10T07:48:30
187,234,176
8
3
null
null
null
null
UTF-8
C++
false
false
5,549
hpp
#pragma once // Satisfactory SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "FG_Widget_BuildMenu_InfoBox_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- /...
[ "kronosdev45@gmail.com" ]
kronosdev45@gmail.com
e9bce2b539abdc73fe43caa6146760776568e437
46f1a4060d00334f3a655b340e4afb211d413686
/Triangle.cc
609165151fb9bb850c3c44932233df1cafe965f0
[]
no_license
BrianPopeck/render
da477c69de925c17c9f48aa1af8542dcb507e83b
c5929f48e7bcd7c48221c01d32158f4fa0d1d194
refs/heads/master
2022-08-15T21:35:20.202750
2020-05-19T01:51:55
2020-05-19T01:51:55
261,857,168
0
0
null
null
null
null
UTF-8
C++
false
false
201
cc
#include "Triangle.h" Triangle::Triangle(const Vector3& p0, const Vector3& p1, const Vector3& p2): vertices{p0, p1, p2} {} const Vector3& Triangle::getVertex(int i) const { return vertices[i]; }
[ "bpopeck4@gmail.com" ]
bpopeck4@gmail.com
28ce4190f6a8a2cc9d781c31986e2a026064ea7a
1a7e9320129984b8ee59912fa4c7782e6429e56a
/main.cpp
e31443d460a3b5215078ee450616ee052f5dcc47
[]
no_license
go2sea/DesignPattern
de64843c6086e90fc9b783d874a90feca16fe300
0c3a5e6b965a579613246bb117f0bd746070c21f
refs/heads/master
2021-01-10T10:50:10.388053
2016-01-04T14:38:47
2016-01-04T14:38:47
49,001,993
0
0
null
null
null
null
GB18030
C++
false
false
5,712
cpp
#pragma once #include <iostream> #include "Factory.h" #include "AbstractFactory.h" #include "Prototype.h" #include "Builder.h" #include "Singleton.h" #include "Adapter.h" #include "Bridge.h" #include "Decorator.h" #include "Proxy.h" #include "TemplateMethod.h" #include "Composite.h" #include "ChainOfResponsibility.h" #...
[ "412183136@qq.com" ]
412183136@qq.com
9e740ee77750e1c3e6f4fe54e9c3f4df196bd8a1
72f6f0bbe19e07e684abfe953bfc36aeb5d2b692
/iterator/iterator/iterator.cpp
f23db4fb49560b312516ceef7acb1ff3367161f5
[]
no_license
AlexID-0987/Testgit
ec7ab62f0a776b63c95c19cfccc22c25aaa57b29
f707acc6e854a66f15bc0ba3068440c1971f298f
refs/heads/master
2023-08-22T15:28:37.841162
2021-09-19T18:06:40
2021-09-19T18:06:40
305,180,932
0
0
null
null
null
null
UTF-8
C++
false
false
746
cpp
// iterator.cpp : Этот файл содержит функцию "main". Здесь начинается и заканчивается выполнение программы. // #include <iostream> #include<string> #include<vector> int main() { std::vector<std::string>myVector = { "Resminov Alex ID76859430 Deli", "Revtov Stasha ID5465464 Parish", "Sidorov Fedul ID870689 Berlin",...
[ "a1980dominov@gmail.com" ]
a1980dominov@gmail.com
30ddcafdb280533c0f6a08d74f7818e3e06c5adf
07ec50b64e3a2d7570a0fe964ce6fdf7216fb70d
/modular_a_star/modular_a_star.h
173a2e9c808c664cf82b8816cd776ced9b9952f4
[]
no_license
Forrest-Z/modular-A-star
8cef7e09f9a97abefdfbf6a4889cff381509647d
f5a357cc98dab926939d92eac9c743c7470fe29a
refs/heads/master
2020-04-14T23:11:27.119446
2018-11-20T23:18:10
2018-11-20T23:18:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,286
h
#ifndef MODULAR_A_STAR_H #define MODULAR_A_STAR_H #include <iostream> #include <vector> #include "map.h" /** Path Planner namespace */ namespace pp { /** A Star algorithm - Path planner solver */ template<typename stateT, int nbStates> class A_Star { public: /** A* Contrustor takes as input a reference to a ...
[ "granie.guillaume@gmail.com" ]
granie.guillaume@gmail.com
58519b599c35bcc7f370067fc786ed3605873681
d39d88fd160cf213b0f4c833c5c7565fdaa0abd1
/1 yellow belt/week 3/BusStopDecomposition2/original_solution/responses.h
7b8d4cce89cb91af17969786073ea32c60c081ae
[]
no_license
DwarKapex/Cpp-Specialisation-Coursera-Yandex-MIPT
4b78691a4b64d8eb20ef64eaae3226f301283a6a
9a1a694640dbe994c3afda0fbd589ac1039b5d37
refs/heads/master
2022-05-19T18:01:48.352717
2022-03-08T06:15:48
2022-03-08T06:15:48
199,929,864
1
2
null
null
null
null
UTF-8
C++
false
false
544
h
#pragma once #include <iostream> #include <map> #include <string> #include <vector> using namespace std; struct BusesForStopResponse { vector<string> buses; }; ostream& operator << (ostream& os, const BusesForStopResponse& r); struct StopsForBusResponse { string bus; vector<pair<string, vector<string>>> sto...
[ "vkozlov@magicleap.com" ]
vkozlov@magicleap.com
e1785beb6d86bf9e86cb5f71b366cbabb25e8984
41b4adb10cc86338d85db6636900168f55e7ff18
/aws-cpp-sdk-support/include/aws/support/model/AttachmentDetails.h
32f12256d88f7cd9b7f10064ef37cf553c8bfb61
[ "JSON", "MIT", "Apache-2.0" ]
permissive
totalkyos/AWS
1c9ac30206ef6cf8ca38d2c3d1496fa9c15e5e80
7cb444814e938f3df59530ea4ebe8e19b9418793
refs/heads/master
2021-01-20T20:42:09.978428
2016-07-16T00:03:49
2016-07-16T00:03:49
63,465,708
1
1
null
null
null
null
UTF-8
C++
false
false
3,802
h
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
[ "henso@amazon.com" ]
henso@amazon.com
1193a4747bf8829379bbbfc4bca770f64af86f8b
c7ad1dd84604e275ebfc5a7e354b23ceb598fca5
/src/app/cn3d/conservation_colorer.hpp
6149c3bd62f5c91df021f0949a6d9dc140cf9481
[]
no_license
svn2github/ncbi_tk
fc8cfcb75dfd79840e420162a8ae867826a3d922
c9580988f9e5f7c770316163adbec8b7a40f89ca
refs/heads/master
2023-09-03T12:30:52.531638
2017-05-15T14:17:27
2017-05-15T14:17:27
60,197,012
1
1
null
null
null
null
UTF-8
C++
false
false
5,408
hpp
/* $Id$ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Work" under the * terms of the United States Copyright Act....
[ "thiessen@112efe8e-fc92-43c6-89b6-d25c299ce97b" ]
thiessen@112efe8e-fc92-43c6-89b6-d25c299ce97b
f8c11ad2dbd834fbc5b7da9ebb35e06af204bbb0
a46f0d8693fb1979b475e68c782030fd0bcb18e7
/Ch4_18_SpeedOfSound/Ch4_18_SpeedOfSound/SpeedOfSound.cpp
a38de07dda5d6b2aeaf807df54b607953a998ea1
[]
no_license
jgramelb/c-plus-plus
8c56c904ecde231d83c55ed579b88d429bd53d07
71d9efb2d1256ee08130737204b39312d1421b4a
refs/heads/master
2020-04-08T14:08:18.113375
2018-12-21T01:11:07
2018-12-21T01:11:07
159,423,571
2
0
null
null
null
null
UTF-8
C++
false
false
2,961
cpp
/****************************************************** **Name: Jeannie Ramelb **Date: December 20, 2018 **Description: Chapter 4 Problem 18. Speed of Sound ******************************************************/ #include <iostream> using std::cin; using std::cout; using std::endl; void displayMenu(); int ge...
[ "jeannie.ramelb@gmail.com" ]
jeannie.ramelb@gmail.com
a9e99e48a679cf063991c8c271a9955381049906
f5c30d45080b330f3eacbb703cec8c196697b207
/src/CCryptingDlg.cpp
f0ce92e9ce14c27bec8b96b3ea015ede42ea8ec0
[]
no_license
qr96/HelloCrypt
75c34b0442cb5e958abae2ef34d70eba676c7e9e
51a13964e28bd9a4ddf2a1c3725c9e6faf5d9aac
refs/heads/master
2022-12-11T11:55:45.446697
2020-09-01T11:32:29
2020-09-01T11:32:29
291,943,477
0
0
null
null
null
null
UTF-8
C++
false
false
1,141
cpp
// CCryptingDlg.cpp: 구현 파일 // #include "pch.h" #include "HelloCrypt.h" #include "CryptingDlg.h" #include "afxdialogex.h" // CCryptingDlg 대화 상자 IMPLEMENT_DYNAMIC(CCryptingDlg, CDialogEx) CCryptingDlg::CCryptingDlg(CWnd* pParent /*=nullptr*/) : CDialogEx(IDD_CRYPTING_DIALOG, pParent) , crypt_password1(_T("")) , ...
[ "qr96@naver.com" ]
qr96@naver.com
e5f68fc5739139bd17107764b8865f094d98050a
94907d58c786a835b8ea51eaf5f5f922dd0f2cbc
/Form1.h
641202597e693d76e4eaaecff27a1734ab9a4dbf
[]
no_license
jdsepulveda136/Projeto-Alfa
dd89cd656620837d01d686fe6af0eaefd30fa70e
8bc82bbfc53700b6eeb5135aec1f9708d805bdc3
refs/heads/master
2022-12-04T00:39:16.032258
2019-06-19T14:26:24
2019-06-19T14:26:24
190,013,995
0
0
null
null
null
null
ISO-8859-1
C++
false
false
45,300
h
#pragma once namespace ProjCLR { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; using namespace System::IO; /// <summary> /// Summary for Form1 /// </...
[ "jdsepulveda136@gmail.com" ]
jdsepulveda136@gmail.com
a23019c5e491d371b0cd71202736ba03bc8f8ece
5f0faeb7bbbe6372631b97928b3f6658c17b5de3
/P5_Extended_Kalman_Filters/src/kalman_filter.h
c246bb1bb378e05d8dad6a6d617bd95271723f4d
[ "MIT" ]
permissive
ShaliniShivakumar/Self-Driving-Car-Nanodegree
f800a476534c96a879d7f64d5172ee8bc1a1b0c1
b805e0568d2729578099c40209c2a8a3aa3194c3
refs/heads/main
2023-04-10T00:25:46.295999
2021-03-27T13:04:30
2021-03-27T13:04:30
351,864,932
0
0
null
null
null
null
UTF-8
C++
false
false
1,493
h
#ifndef KALMAN_FILTER_H_ #define KALMAN_FILTER_H_ #include "Eigen/Dense" #include <iostream> class KalmanFilter { public: /** * Constructor */ KalmanFilter(); /** * Destructor */ virtual ~KalmanFilter(); /** * Init Initializes Kalman filter * @param x_in Initial state * @param P_in I...
[ "shalini.shivakumar17@gmail.com" ]
shalini.shivakumar17@gmail.com
6fdb81348c36f5acdf7a2a1d372fbc614de22470
2a9cfac3061038c5a4408673878a0dd05832b7ac
/Move.cpp
5127fef36ec29248ab443d03d8b8b61019edad35
[]
no_license
AlexanderFair/consolechess
21f9309f8d292755d6e636f27023bf1520102765
d9f2416b422cf8cd697f2fdcd24868a49af614ec
refs/heads/master
2023-04-06T17:12:14.270823
2021-04-19T03:33:21
2021-04-19T03:33:21
359,300,794
1
0
null
null
null
null
UTF-8
C++
false
false
99
cpp
#include "Move.h" Move::Move(int ifrom, int ito) : to(ito), from(ifrom) { } Move::~Move() { }
[ "noreply@github.com" ]
AlexanderFair.noreply@github.com
82e74661401d038e50284361fba37fd22b44ddc3
142ddd4c42dc7ff65fd9b531cfd0adbfe2a1dd34
/export/servers/physics/joints/cone_twist_joint_sw.h
cb97d921221e0e43346c7dc6b54dccb8a99ff872
[ "LicenseRef-scancode-free-unknown", "MIT", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "CC0-1.0", "OFL-1.1", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "FTL", "BSD-3-Clause", "Bitstream-Vera", "MPL-2.0", "Zlib", "CC-BY-4.0" ]
permissive
GhostWalker562/godot-admob-iOS-precompiled
3fa99080f224d1b4c2dacac31e3786cebc034e2d
18668d2fd7ea4bc5a7e84ddba36481fb20ee4095
refs/heads/master
2023-04-03T23:31:36.023618
2021-07-29T04:46:45
2021-07-29T04:46:45
195,341,087
24
2
MIT
2023-03-06T07:20:25
2019-07-05T04:55:50
C++
UTF-8
C++
false
false
5,287
h
/*************************************************************************/ /* cone_twist_joint_sw.h */ /*************************************************************************/ /* This file is part of: */ /* ...
[ "pvu2002@outlook.com" ]
pvu2002@outlook.com
925572a98bf37e4ff1ab6094b6849069b06bed99
560fc2ce85280b08a018a5f6f6eba93e9161f8fb
/source/helpers/dirty.hpp
93115d9be7703ee7d985ef8d34628fadcc0dd87f
[]
no_license
segrax/firy
c62411611351c3820439abcc093a6b3bd3934b9a
aceb0a6ad7536734d6e48f3edeeefb5e3305ec56
refs/heads/master
2023-02-11T13:53:21.667990
2021-01-17T01:33:59
2021-01-17T01:33:59
312,756,321
0
0
null
null
null
null
UTF-8
C++
false
false
1,144
hpp
/* * FIRY * --------------- * * Copyright (C) 2019-2021 * * 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 3 of the License, or * (at your option) any later versio...
[ "robcrossfield@gmail.com" ]
robcrossfield@gmail.com
6aa5b0d877d3a912639b4b15f8c1531542d05bc9
45bf55ec0e4fc8a6893ec2ff8f223b52c3c2708f
/Cascade/bl.cpp
018274c98ec684e1fe2fd1500c48a9183a0a129d
[]
no_license
qiaoranliqu/WorkSpace
e4fd72e81e475f771442b678cb0d858b8c108939
a62a357c26a665597170dc6cb13f6901664ebb95
refs/heads/master
2023-01-01T08:17:03.549045
2020-10-30T13:06:30
2020-10-30T13:06:30
294,959,563
0
0
null
null
null
null
UTF-8
C++
false
false
795
cpp
#include<cstdio> #include<algorithm> #include<cstring> #include<map> using namespace std; int ty,key,val; map<int,int>mp; int main() { freopen("data.in","r",stdin); freopen("bl.out","w",stdout); for (int i=0;i<500000;++i) { scanf("%d%d",&ty,&key); if (ty==0) { sc...
[ "857075272@qq.com" ]
857075272@qq.com
22aef41ae568ac9770b4afc5fdc2de085b87fcf0
75a9a84935c5cf75b17e93827f2f9a5d5f4d5777
/mistakes/Array.cpp
967bb1a18f17a01583ef129ec23b0db58625b36e
[]
no_license
weetee/something
8bfdf64839f86f03aaae1f82811596ede52f2885
2674b7b9f0a77815f4592b3b445a4332ffb0e2e9
refs/heads/master
2020-08-30T10:15:03.411361
2018-07-31T00:01:41
2018-07-31T00:01:41
94,389,644
0
0
null
null
null
null
UTF-8
C++
false
false
739
cpp
#include <iostream> using namespace std; int main() { cout << "------------" << endl; int arr[3][2] = {{0,1}, {2,3}, {4,5}}; int *p = arr[0]; cout << p[0] << endl; //0 cout << "------------" << endl; int b = 2, c = 7, d = 5; int a; a = ++b, c--, d+3; cout << a << endl; //3 ...
[ "weitaoee@gmail.com" ]
weitaoee@gmail.com
23b97277f3a966c6296ed7154b6a4689fa265f51
14a8e2b7c1c7e89dde8e1b840be5bcf8672599cc
/HandDetector_Native/HDStreamSink.cpp
e4e0075e8ee388b7fa30e631dd36f7bca2ef2da2
[]
no_license
MickaelSERENO/HoloLens_HandDetector
bf2acc6c4490c76722104c94e1637646009e038e
d1d72b89909f3d819f928576023f99233d05a160
refs/heads/master
2020-05-29T16:51:37.129979
2020-02-14T15:39:11
2020-02-14T15:39:11
189,260,453
0
0
null
null
null
null
UTF-8
C++
false
false
21,326
cpp
#include "HDStreamSink.h" #include <string> #include "ICameraIntrinsics.h" #include "utils.h" namespace Sereno { // Class-static matrix of operations vs states. // If an entry is TRUE, the operation is valid from that state. BOOL HDStreamSink::validStateMatrix[State_Count][Op_Count] = { // States: Operations:...
[ "serenomickael@gmail.com" ]
serenomickael@gmail.com
898acf96ad6963127045b76e5008e8bbc2913077
62e744795a2d8e1e3587cdef33ee176d7e564b7b
/Seagull-Core/src/Renderer/RenderCommand.cpp
7ee28969f44040d0cae6a347bfb2b1dddf6515f0
[ "MIT" ]
permissive
Catddly/Seagull-Engine-Discarded
49bde4b8d3d16d6d519c2372176eb97b7c0a9931
fb51b66812eca6b70ed0e35ecba091e9874b5bea
refs/heads/main
2023-06-16T15:10:49.754971
2020-11-15T11:26:26
2020-11-15T11:26:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
188
cpp
#include "sgpch.h" #include "RenderCommand.h" #include "Platform/DirectX/DirectX12RendererAPI.h" namespace SG { RendererAPI* RenderCommand::s_RendererAPI = new DirectX12RendererAPI(); }
[ "illmewds@gmail.com" ]
illmewds@gmail.com
58d890572d1940a6787e4d7fe1353b06d219759e
bf013ac9608c7f11ec9ee1eb1197529422d02848
/huggle/exceptionwindow.hpp
81921b9e23dff63ab6d9c38183910cf39acb9785
[]
no_license
9shi/huggle3-qt-lx
e2064d04f378a0356df639c26723efdb79daf58b
07974ded3bddb16d982ee8376d4374a88bf704d9
refs/heads/master
2021-01-15T14:18:22.456129
2014-01-09T15:31:34
2014-01-09T15:32:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,178
hpp
//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 3 of the License, or //(at your option) any later version. //This program is distributed in the hope that it will be useful, //but...
[ "benapetr@gmail.com" ]
benapetr@gmail.com
0eb57ac7beca6040ff07bbc832e1cdfbbc0c2ac9
719f6aa6740f92d84091f30263901540b6daa864
/SummerNodeProject/Model/HashTable2016.hpp
d664c8c578a4099ffb1f63b6f80e2235740a6825
[]
no_license
tonidavis/SummerNodeProject
05e0cf49b57293284d39a717877ef7b274278cac
52d912d2b68cd1206f2760782899b73d26febfb9
refs/heads/master
2021-01-20T19:57:04.650936
2016-07-29T20:22:55
2016-07-29T20:22:55
64,252,126
0
0
null
null
null
null
UTF-8
C++
false
false
697
hpp
// // HashTable2016.hpp // SummerNodeProject // // Created by Henrichsen, Cody on 7/29/16. // Copyright © 2016 CTEC. All rights reserved. // #ifndef HashTable2016_hpp #define HashTable2016_hpp #include "HashNode.cpp" template <class Type> class HashTable { private: long capacity; long size; double ef...
[ "cody.henrichsen@740s-pl-114.local" ]
cody.henrichsen@740s-pl-114.local
298c7c18d7706c162db908249255c10e56a1871e
b110c07c077672594db91a2827a97b189cd0f761
/reference/bfs.cpp
3ce6eaaa15e54507616aba32f715cec37a142953
[]
no_license
sandheepp/Shortest-cycle-in-a-graph
acc68ac23fce9298124af48f1a1df55455f5289d
7966b76890029ec460db8ee7a4a8e16d41d5c033
refs/heads/master
2022-12-03T15:06:54.599918
2020-08-26T17:03:45
2020-08-26T17:03:45
203,951,051
1
0
null
null
null
null
UTF-8
C++
false
false
2,853
cpp
/* BFS (G, s) //Where G is the graph and s is the source node let Q be queue. Q.enqueue( s ) //Inserting s in queue until all its neighbour vertices are marked. mark s as visited. while ( Q is not empty) //Removing that vertex from queue,whose neighbour will be vis...
[ "sandheep.p01gmail.com" ]
sandheep.p01gmail.com
8067ef50ebb7a77e10fed2e23e528025153efef8
29e2f465fcd00023849f8a99f25c038eb1b488a1
/source/util/ck_util.cpp
7eb05ea4087c2c941e729c00ced7a8c524bb59f5
[]
no_license
Kiti-Nomad/catcake
e8fdaef9cab9d048e09d214105f71c08830f7644
7e5ed2bfd47d3e500860f9c3dab3d231198e244a
refs/heads/master
2022-02-05T01:17:23.438907
2018-07-03T10:37:43
2018-07-03T10:37:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,492
cpp
/* Copyright (c) 2007-2010 Takashi Kitao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify...
[ "root@berry-love.tk" ]
root@berry-love.tk
f24c11d4a9bd5f7539a40f86af21a9dae5e6654e
934f7ba52f4856129effe9948d4de5573307c776
/Utils/Quantize Wrap.cpp
f3eef809fbcae9675509fed55c6e16c67fed1ace
[]
no_license
FluffyQuack/JA2-113
9663176a66610e7685e953aafe66b9fdfad0e474
a53fb01b69ec12296b6022613e978ba713b90c32
refs/heads/master
2023-05-05T08:05:41.594371
2021-05-18T15:17:25
2021-05-18T15:17:25
368,576,923
0
0
null
null
null
null
UTF-8
C++
false
false
2,022
cpp
#ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif #include <windows.h> #include "types.h" #include "himage.h" #include "Quantize.h" #include "Quantize Wrap.h" #include "phys math.h" typedef struct { UINT8 r; UINT8 g; UINT8 b; } RGBValues; BOOLEAN QuantizeImage( UINT8 *pDest, UINT8 *pSrc, INT16 sWid...
[ "git@fluffyquack.com" ]
git@fluffyquack.com
6f3ad2842e57324c3364977274302b57eace6450
0805ca8bb3e2aa9027efc413677e2a74791146c0
/src/rpc/protocol.cpp
e85ab142d6e4540d182e420298255030ebb694c2
[ "MIT" ]
permissive
omn14/scicoin
f2403bb26b76029a4c7466d329e2c505772a32ce
8b48d9e800304781de7a777f4a93432357b0b133
refs/heads/master
2021-01-16T18:09:29.231945
2017-11-24T16:10:45
2017-11-24T16:10:45
100,041,187
0
0
null
null
null
null
UTF-8
C++
false
false
3,739
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "rpc/protocol.h" #include "random.h" #include "tinyformat.h" #include "util....
[ "sirole@gmail.com" ]
sirole@gmail.com
4c9203c8dbc3603cfecd04bfcba404489d925d40
c3869ba42919ce534216a7585931c0e0a8216955
/upp/uppsrc/Docking/Docking.h
9fb90dfc534461fcc96a531fefd0d9524cc621e6
[]
no_license
RanJi0128/Chromium-customization
018c977c26a270387a2d9b3c1855a0668691b477
89b3550d7fc6f1b61f5e6023c293b82c521c509d
refs/heads/master
2020-07-13T01:31:26.499121
2019-08-29T07:07:17
2019-08-29T07:07:17
204,954,330
2
1
null
null
null
null
UTF-8
C++
false
false
21,626
h
#ifndef _Docking_Docking_h_ #define _Docking_Docking_h_ #include <CtrlLib/CtrlLib.h> #include <TabBar/TabBar.h> namespace Upp { class DockWindow; #include "ToolWin.h" #include "DockableCtrl.h" #include "DockMenu.h" #include "DockTabBar.h" #include "DockCont.h" #include "DockPane.h" class DockWindow : public TopWin...
[ "you@example.com" ]
you@example.com
9b63ca09918d20b1c9366b3706b22d7881b90c17
1a749e90a8a70df85d027cba362dc517e901b8a0
/linear.cpp
867acadf1a00b5907b121cbf4765231cdf8432da
[]
no_license
kunalkumar37/c-programming
2cb11bd9b96ea86a1fa4dc5eff031e217d54661a
d3c02753cdea628774484da4fb331b4a4057078d
refs/heads/master
2023-07-13T05:01:46.989537
2021-08-20T10:51:28
2021-08-20T10:51:28
310,206,689
2
1
null
2021-08-20T10:51:29
2020-11-05T06:13:27
C++
UTF-8
C++
false
false
441
cpp
#include<iostream> #include<climits> using namespace std; int main() { int n; cin>>n; int arr[n]; for(int i=1;i<=n;i++) { cin>>arr[i]; } int maxno=INT_MIN; int minno=INT_MAX; for(int i=0;i<n;i++) { if(arr[i]>maxno) { maxno=arr[i]; } ...
[ "61112064+kunalkumar37@users.noreply.github.com" ]
61112064+kunalkumar37@users.noreply.github.com
8b99460b41621dab359dbcb60e47ae2c33bd858e
3bc55e096d0a9fd5b70de6838d5c127bf45e3bf2
/double_dispatch1.cpp
4531bcae7b0c39845b17dfce15ed30a4e66cb510
[ "MIT" ]
permissive
mjaimin/design_patterns
90975441c6e2442bd4f5991904cd713b18953e84
0d5ebcbb0e8a71bf31f7ea3bf3f308837cf72b76
refs/heads/master
2022-04-01T16:04:11.735641
2020-01-06T02:10:45
2020-01-06T02:10:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,896
cpp
// Double dispatching via virtual functions #include <iostream> #include <memory> #include <string> class Cat; class Bird; class Dog; struct IAnimal { virtual std::string name() const = 0; virtual void play(const IAnimal&) const = 0; virtual void play(const Cat&) const = 0; virtual void play(const B...
[ "vsoftco@gmail.com" ]
vsoftco@gmail.com
939aec2ebbb2ee99895dbcc243c6c34be1eef793
fb6ecd662c1b7eb156df99d3b1dbaa3702e17244
/include/gals/input-fields/levelset.h
b3f973fdba5a601b829e316a75b9eb86c869d5c6
[ "BSD-3-Clause" ]
permissive
acrlakshman/gradient-augmented-levelset-cuda
440176d6f2906fc00cc55fae861a443867949995
63f4b7225940fabd5a3145a0faa97bdcfc9b4e6e
refs/heads/master
2020-04-21T05:48:58.879857
2019-07-29T15:22:26
2019-07-29T15:22:26
169,350,742
1
0
BSD-3-Clause
2019-08-18T19:04:29
2019-02-06T03:35:56
C++
UTF-8
C++
false
false
2,220
h
/////////////////////////////////////////////////////////////////////////////// // Copyright 2019 Lakshman Anumolu, Raunak Bardia. // // 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...
[ "acrlakshman@yahoo.co.in" ]
acrlakshman@yahoo.co.in
59b809e7464365b10fdbe79497ef8bc335ad16ed
1f013e822124dfe9b4611f1fe08675a23871566e
/home/TomaszGusciora/z1/LAN.cpp
65277a4f2570107579360ad0ff82ef6cdccd2605
[]
no_license
dtraczewski/zpk2014
a1d9a26d25ff174561e3b20c8660901178d827a5
548970bc5a9a02215687cb143d2f3f44307ff252
refs/heads/master
2021-01-21T06:06:32.044028
2015-09-06T12:17:07
2015-09-06T12:17:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
141
cpp
#include <iostream> using namespace std; int main(){ int nr,rok; cin >> nr >> rok; cout << ((nr % 10) * 2 + 5) * 50 + 1764 - rok << endl; }
[ "tgusciora@student.uw.edu.pl" ]
tgusciora@student.uw.edu.pl
78e01f84b733ee0c20708ab3fa9e620181fa3e21
2c738fe6fef5ffcd24af68f35257ec9d6359710f
/src/signALib/SAVariantCaster.h
0132a4f626990992c147cf1227c6b583170558ff
[]
no_license
zxqdlenovo/sa
6fffb1e61ac698f9bce4698993fa7b8abc06fd99
ce22face1da284070dd44681f6b34b8eb867f781
refs/heads/master
2020-03-18T19:11:11.815652
2018-04-24T05:54:40
2018-04-24T05:54:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,074
h
#ifndef SAVARIANTCASTER_H #define SAVARIANTCASTER_H #include <QVariant> #include <QIODevice> #include "SALibGlobal.h" /// /// \brief 扩展QVariant的转换 /// class SALIB_EXPORT SAVariantCaster { public: SAVariantCaster(); static QString variantToString(const QVariant& var); static QVariant stringToVariant(const QS...
[ "czy.t@163.com" ]
czy.t@163.com
697e62f43e1cf2d5cd7669e3e70d567f24f2db7a
85e7114ea63a080c1b9b0579e66c7a2d126cffec
/SDK/SoT_BP_Eye_Col_Brown_03_Desc_classes.hpp
30b47f4a0da02dcd6b4b53771aae062b0e26ce51
[]
no_license
EO-Zanzo/SeaOfThieves-Hack
97094307d943c2b8e2af071ba777a000cf1369c2
d8e2a77b1553154e1d911a3e0c4e68ff1c02ee51
refs/heads/master
2020-04-02T14:18:24.844616
2018-10-24T15:02:43
2018-10-24T15:02:43
154,519,316
0
2
null
null
null
null
UTF-8
C++
false
false
734
hpp
#pragma once // Sea of Thieves (1.2.6) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "SoT_BP_eye_col_brown_03_Desc_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //-------------------------------------------------------------------...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
8c152f80717ccf4e8547ce7b32c2ac01b2e2e8cb
7970d87f6871c5562db95ea91439054dbea1e333
/GameObject.h
bd8427332613097f98b3d3844ca080a2f31edcd2
[]
no_license
rkqls00/D2D1
6493303ac0afcc25127786e09462f36638fe1aa3
0dbde18bfcca2b1590ae71b80a11adc014a25691
refs/heads/master
2022-11-26T11:39:23.835884
2020-08-02T12:27:11
2020-08-02T12:27:11
284,225,348
0
0
null
null
null
null
UHC
C++
false
false
901
h
#pragma once class CGameObject : public IGameObject //0504 { protected: D2D1_POINT_2F m_Pos; //위치 CSprite* m_Sprite; //이미지 D2D1_POINT_2F m_BPos; public: D2D1_POINT_2F m_Scale; //크기 D2D1_RECT_F m_rTiled; //사이즈 INT m_tag; CStringW m_Name; //이름 BOOL m_isLive; //죽음? 살음? INT ...
[ "53118916+gabin00@users.noreply.github.com" ]
53118916+gabin00@users.noreply.github.com
ce3b48135d568d3503558bebfc0694f523b72d87
b6607ecc11e389cc56ee4966293de9e2e0aca491
/codeforces.com/Contests/160 div 2/A/A.cpp
2a191ea1cc56e5f169afc2da77f930d67143566e
[]
no_license
BekzhanKassenov/olymp
ec31cefee36d2afe40eeead5c2c516f9bf92e66d
e3013095a4f88fb614abb8ac9ba532c5e955a32e
refs/heads/master
2022-09-21T10:07:10.232514
2021-11-01T16:40:24
2021-11-01T16:40:24
39,900,971
5
0
null
null
null
null
UTF-8
C++
false
false
1,087
cpp
/**************************************** ** Solution by Bekzhan Kassenov ** ****************************************/ #include <iostream> #include <cstdio> #include <fstream> #include <sstream> #include <string> #include <vector> #include <deque> #include <queue> #include <stack> #include <map> #include <set> ...
[ "bekzhan.kassenov@nu.edu.kz" ]
bekzhan.kassenov@nu.edu.kz
f4dadd70b3f2e23d9c1798ec721f467493bdab58
f005b1511ca69533ee31649a2a921f0238aea784
/cxx/indexer/cxx/testdata/template/template_var_ps_completes.cc
ca6d858c57e3101f975774435318d37d89f88da0
[ "Apache-2.0" ]
permissive
gameduell/kythe
8bce30ab0dd7ad968754702357bc853ca247181a
be21e512a21d8e37604d6a9d373a963ad9cf4f6d
refs/heads/master
2016-09-05T23:21:04.111891
2015-07-24T14:10:32
2015-07-24T14:10:32
39,763,950
1
0
null
null
null
null
UTF-8
C++
false
false
270
cc
// Checks completion edges for variable template partial specializations. template <typename T, typename S> extern T z; //- @z defines VarZPsAbsDecl template <typename U> extern int z<int, U>; //- @z completes/uniquely VarZPsAbsDecl template <typename U> int z<int, U>;
[ "itar@dl-pir.office.gameduell.de" ]
itar@dl-pir.office.gameduell.de
acbe9f00e126d5788b6727a2a79b97e966a057cc
a265e6cb1bb132d551cf1bba068bf3357d81ce1c
/SimpleTrees/trees.h
10aa93882a035b0ab10c17b6cb40d1105ee824c6
[]
no_license
Can-ZHOU/CS2LL3
50eee24530251be98db3348ba1b24c6f19bedc0c
1c0d6d4ef6da3a02ac9c8473d4ac917403535b2d
refs/heads/master
2022-11-22T00:12:32.091726
2020-07-24T16:37:07
2020-07-24T16:37:07
257,650,144
0
0
null
null
null
null
UTF-8
C++
false
false
942
h
#include "rules.h" #include <fstream> using namespace std; #if !defined TREE_H #define TREE_H //! a node in a syntax tree class Tree { public: Category mother; //!< label of node in a tree vector<Tree *> dtrs; //!< the daughters of the node, each being a dynamically allocated Tree pointer Tree(void); ~Tree(...
[ "zhoucan1999@outlook.com" ]
zhoucan1999@outlook.com
004c14afa6a1bf3d004fc75012742eb415995ed0
02095cd4aeaa3a0d724f7362cdb8795fe9a81620
/oplink/algorithms/team/src/skeleton/utils/fuzzylite/src/term/Gaussian.cpp
153095a7aa455fc056c88fc803fdce9f34cdcd28
[]
no_license
PAL-ULL/software-metco
ba5123cb1423fed4a2ac678ab375728ba4bbfbc8
59edc4e49bddbd9fc7237bf2f24271bdfc8afd79
refs/heads/master
2021-04-15T04:12:56.292543
2021-03-08T13:29:14
2021-03-08T13:29:14
126,484,450
10
5
null
2020-07-21T18:43:10
2018-03-23T12:49:10
C++
UTF-8
C++
false
false
1,889
cpp
/* Copyright 2013 Juan Rada-Vilela Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, soft...
[ "edusegre@gmail.com" ]
edusegre@gmail.com
9b14e12e1c3e166cc2a814f722840526661dc145
1aacdaac8e30f7571be9b21e5b3f8deba16fc5ea
/practice_problems/toffee.cpp
d78bfc980c7f8c188a7ed415058a7df77171572e
[]
no_license
Priyam1207/Placement_practice_ques
216beb53e71e59554cf7654461d0594b5395a4e1
b243f3d563da4b21825661fdb46329e69bd4c8ba
refs/heads/main
2023-06-14T15:40:52.349660
2021-07-12T11:31:16
2021-07-12T11:31:16
381,821,067
0
0
null
null
null
null
UTF-8
C++
false
false
403
cpp
#include <bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; vector<int>kids(n); for(int i=0; i < n;i++){ cin >> kids[i]; } int max = *max_element(kids.begin(), kids.end()); int extra; cin >> extra; for(int i=0; i <n;i++){ if(kids[i]+extra >...
[ "noreply@github.com" ]
Priyam1207.noreply@github.com
bce79249197ec720c090c0db8b2bdb932a8a5f4e
a743342cf4057a7c2cc573e79602bf89c00b3579
/GraphViewer/GrClock.cpp
95a38c8ac533ff9e2dec8bbc810f39cd56158392
[]
no_license
prografix/prografix.github.io
deddc17515c93566616e74b292b7e4fb1136064f
4f316beb0fa24b98aec8eb127bd294c012c60538
refs/heads/master
2023-07-25T09:48:34.670827
2023-07-09T13:55:25
2023-07-09T13:55:25
166,195,307
3
0
null
null
null
null
UTF-8
C++
false
false
895
cpp
#include "GrClock.h" #include "time.h" GrClock::GrClock() : bBack(false), bPause(false) { pre_clock = clock(); cur_tick = 0; } long GrClock::get() { if ( bPause == false ) { long cur_clock = clock(); long cl = cur_clock - pre_clock; pre_clock = cur_clock; if ( bBack ) ...
[ "shevchenka@narod.ru" ]
shevchenka@narod.ru
c602a022e747f23f7fbfc8b6e94fa59f9f89ee00
48c27471b8d5aa435ae7ff45f74ba88576a9b68a
/src/qt/guiutil.cpp
2e58d1499f121efba105f815b26e4d23db9fc549
[ "MIT" ]
permissive
eysho/BestKnownGame-Coins---Source
591798ee8c561212756032d5c945838f724c702b
32cfcbdd9ce45671fcab93133628982470c91cff
refs/heads/master
2021-01-10T19:31:47.795365
2014-09-05T18:42:40
2014-09-05T18:42:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,464
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <QApplication> #include "guiutil.h" #include "bitcoinaddressvalidator.h" #include "walletmodel.h" #include "bitcoin...
[ "eysho@bkg.me" ]
eysho@bkg.me
ede9af4b94dc79135513a74e933029851ee49da9
4c09e5660989a0346fb093f5387badf5bf90f8fc
/lab4a_question6.cpp
201a2d90eb568b63c9116393ef705e3ae3e7add2
[]
no_license
kishoresourav/CS141-Assignments
96b55253954ac273cf280ad6e15bfbf38026e742
be4f182eadccfefc66f70dc61b3b82a388a24cee
refs/heads/master
2021-01-19T17:31:14.539767
2017-09-15T16:04:30
2017-09-15T16:04:30
101,066,482
0
0
null
null
null
null
UTF-8
C++
false
false
379
cpp
#include <iostream> using namespace std; void myFun(int x,int y) { int i ,j, count=0; for(i=(x+1);i<=y;i++) { count=0; for(j=2;j<i;j++) { if(i%j==0) { count++; } } if(count==0) { cout<<i<<" "; } } ; } int main() { int x,y; cout<<"Enter lower number : "; cin>>x; cout<<"Enter ...
[ "noreply@github.com" ]
kishoresourav.noreply@github.com
213075517d0993938109345d949b7aa3afb7b462
7a92206984e9007948afaa363adbb95c06897a74
/demo/DesignPatternsTest/Facade.hpp
64f8134eae754279f59870d530f3fd8704da431e
[]
no_license
fengbingchun/Messy_Test
6a801414a36581bce16edbde122b66ac86b57ddb
b55fcfc4b8adc538f9ac70bf78aa391a50b20241
refs/heads/master
2023-06-26T18:07:59.679346
2023-06-22T06:23:16
2023-06-22T06:23:16
55,020,860
305
171
null
null
null
null
UTF-8
C++
false
false
1,315
hpp
#ifndef FBC_MESSY_TEST_FACADE_HPP_ #define FBC_MESSY_TEST_FACADE_HPP_ #include <iostream> class SubSysOne { public: void MethodOne() { std::cout << "方法一" << std::endl; } }; class SubSysTwo { public: void MethodTwo() { std::cout << "方法二" << std::endl; } }; class SubSysThree { publ...
[ "fengbingchun@163.com" ]
fengbingchun@163.com
2b378fd3dbd952ddbbf825a53b5e0a7f55e83bc4
92a9f837503a591161330d39d061ce290c996f0e
/SiNDY-u/ConvertHeightNode/RoadWalkLinkInfo.h
12c6446e83f74798dc98369d2441ac1ce9599da5
[]
no_license
AntLJ/TestUploadFolder
53a7dae537071d2b1e3bab55e925c8782f3daa0f
31f9837abbd6968fc3a0be7610560370c4431217
refs/heads/master
2020-12-15T21:56:47.756829
2020-01-23T07:33:23
2020-01-23T07:33:23
235,260,509
1
1
null
null
null
null
SHIFT_JIS
C++
false
false
2,518
h
#pragma once struct RoadWalkLinkRec { long e_divid; IGeometryPtr e_ipGeoemtry; RoadWalkLinkRec() :e_divid(-1) {} bool operator < (const RoadWalkLinkRec roadWalkLinkRec) const { return e_divid < roadWalkLinkRec.e_divid; } }; class RoadWalkLinkInfo { public: RoadWalkLinkInfo(void); ~...
[ "noreply@github.com" ]
AntLJ.noreply@github.com
d82590407324ec144f6943b2d6ecc1304ceaab3b
83b10056a4aaffee446a58e00ee68918e9e9664e
/99dan.cpp
333eda7ba3958fb580060276ac53ede7e8f6ddd5
[]
no_license
jacod2/web1
0b5d9a8dc1ad68990ca7b6dc681d2fa0f258cd2d
22513b1794fac8f91d33bf164edc118817212b6b
refs/heads/master
2021-07-11T23:27:51.471168
2021-05-11T09:39:41
2021-05-11T09:39:41
244,867,457
0
1
null
null
null
null
UHC
C++
false
false
583
cpp
#include <iostream> using namespace std; void main() { int iNum = 1,iNum_first = 2,iNum_second = 1; cout << "구구단 2단을 출력합니다" << endl; while (9 >= iNum) { cout << "2 * " << iNum << " = " << 2 * iNum << endl; iNum++; } cout << endl << "구구단을 2단 부터 9단까지 출력합니다" << endl; while (9 >= iNum_first) {...
[ "noreply@github.com" ]
jacod2.noreply@github.com
0f18a97c3d5ad0d5ce437338882abf3feff8e25b
748565c05766fd5610f9b22dfb4cf7279f264921
/Knights of Valor/Camera.cpp
d1d351bd90fbf73d6c84488740eaf0403cf24ad6
[]
no_license
ACEenterprise/Knights-of-Valor
f7e90d0bf149e31f0759ab8c10164ed77a80541a
070e3982967de54d7c753adb3af90e83ec481155
refs/heads/master
2021-01-20T17:51:07.599918
2017-05-26T10:48:58
2017-05-26T10:48:58
90,893,579
1
0
null
null
null
null
UTF-8
C++
false
false
425
cpp
#include"Camera.h" Camera::Camera(Map* map) { this->map = map; } void Camera::centrate(Knight* knight) { this->knight = knight; } void Camera::action(Graphics &g) { map->setX((1280 / 2 / 64) * 64-knight->getX()); map->setY((720 / 2 / 64) * 64 -knight->getY()); knight->draw(g, (1280 / 2 / 64) * 64, (720 / 2...
[ "stoicaastefan@gmail.com" ]
stoicaastefan@gmail.com
6c098daf69fa7221aed60082ea711cb0b7cf3ead
8822cb65b438ad65b84f4623223eced7932203db
/Coursework/Project/main.cpp
f02c9f073825cf8ddb52451dac4ca17a823faf0c
[]
no_license
Sergey-Chushev/Lab
d7881c084bd1b7807b359912c6e455d158647a19
aeecf6b4b0ebfd3323d91afff5139c6f9517b85c
refs/heads/master
2020-07-31T14:24:09.722154
2020-06-22T18:55:34
2020-06-22T18:55:34
210,633,424
2
3
null
null
null
null
UTF-8
C++
false
false
362
cpp
#include "mainwindow.h" #include "new_user.h" #include <QtGui> #include <QTextCodec> #include <QApplication> int main(int argc, char *argv[]) { QTextCodec::setCodecForLocale(QTextCodec::codecForName("UTF-8")); //чтоб не было краказябл QApplication a(argc, argv); MainWindow w; w.show(); ...
[ "noreply@github.com" ]
Sergey-Chushev.noreply@github.com
f4e409c6fdb6c39e1d4e157a97e3f27872afac90
3415cce948e5cc506280d9683bacd06a022acb39
/include/container.h
853adc5258c069da0237334d08dc7b6cadf35f95
[ "MIT" ]
permissive
Articula/RPG-Game-Engine
d7da9949c3379f19f8b7cebaa3fc1f4e51acd224
dd0ae407b813593a2f7936d3c53e892673d2cc50
refs/heads/master
2020-06-04T08:40:10.085327
2014-06-26T21:27:07
2014-06-26T21:27:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
594
h
/* * container.h * * Created on: Dec 8, 2013 * Author: faye */ #ifndef CONTAINER_H_ #define CONTAINER_H_ #include <list> #include <string> #include "drawable.h" class Container: public Drawable { public: Container(); virtual ~Container(); virtual std::list<Container*> GetChildren(); static...
[ "articula@hotmail.com" ]
articula@hotmail.com
aa5f1c10ff6f057ea70152a7c523db55fb01b197
ed5669151a0ebe6bcc8c4b08fc6cde6481803d15
/magma-1.5.0/src/dgeqrf3_gpu.cpp
9d254383bc427fa11bb269a3d02bc7ce3fc3f292
[]
no_license
JieyangChen7/DVFS-MAGMA
1c36344bff29eeb0ce32736cadc921ff030225d4
e7b83fe3a51ddf2cad0bed1d88a63f683b006f54
refs/heads/master
2021-09-26T09:11:28.772048
2018-05-27T01:45:43
2018-05-27T01:45:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,803
cpp
/* -- MAGMA (version 1.5.0) -- Univ. of Tennessee, Knoxville Univ. of California, Berkeley Univ. of Colorado, Denver @date September 2014 @generated from zgeqrf3_gpu.cpp normal z -> d, Wed Sep 17 15:08:32 2014 */ #include "common_magma.h" /* ////////////////////////////////////...
[ "cjy7117@gmail.com" ]
cjy7117@gmail.com
b433b22fe50dc715620baed3d99a9adc78b52999
60b1b24de7f2315bdec25747b0cdb4b0746ce820
/v3/software/AS64/source/expr.cpp
04c73285229bf893ae5d099985b7c3559cfd6dc2
[]
no_license
robfinch/ANY-1
c436c52a1b7d0adba2d54313596ba030820d8096
0a47c5dc055b85dff92a4ab14a65b7efd16f1196
refs/heads/main
2023-07-24T22:36:06.640147
2021-09-09T04:24:13
2021-09-09T04:24:13
332,168,690
4
1
null
null
null
null
UTF-8
C++
false
false
8,243
cpp
// ============================================================================ // __ // \\__/ o\ (C) 2014-2021 Robert Finch, Waterloo // \ __ / All rights reserved. // \/_// robfinch<remove>@finitron.ca // || // // AS64 - Assembler // - 64 bit CPU // // This source file is free softw...
[ "5563401+robfinch@users.noreply.github.com" ]
5563401+robfinch@users.noreply.github.com
16ee72a51f1b035594c5dbc3d30901c8995a5385
e51dec71c96c21b1e5af2202262792e1b3f32491
/ship.h
9d6f59a58f7091e724bd9918cbc376ae6288e66c
[]
no_license
hansione/AAA
16e1b7c642e63807b52f4a303b77584573989bb6
4e76f1a7d68efaf9ca09a4af66fa3f5c564a68cf
refs/heads/main
2023-06-20T10:56:52.685757
2021-07-22T13:04:57
2021-07-22T13:04:57
388,453,523
0
0
null
null
null
null
UHC
C++
false
false
482
h
#pragma once #include "gameNode.h" class ship : public gameNode { protected: image* _image; //이미지 RECT _rc; //렉트 float _x, _y; //중점좌표 float _angle; //각도 float _speed; float _radius; public: ship(); ~ship(); virtual HRESULT init(const char* imageName, int x, int y); virtual void relea...
[ "noreply@github.com" ]
hansione.noreply@github.com
b781d7bd0f94a1c1c87ba834c5d6d2e3a739451b
590c5112081e588cbe7c5914c7eb3b2ff9937b40
/include/ZSTL/ZHashMap.hpp
7e4c7b39c23f4058c117091c35f920ddbbdbf30e
[]
no_license
crertel/onizuka-oculus-client
ce9045a1e86a5d1fe5bb992e0c5f8fa0ffa528ee
9ef665d8e14aca193b1fc5faa41954a8a5eaa641
refs/heads/master
2021-01-17T11:51:51.204928
2014-01-26T12:48:12
2014-01-26T12:48:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
36,931
hpp
/* ZHashMap.hpp Author: James Russell <jcrussell@762studios.com> Created: 12/24/2011 Purpose: Templated hash map implementation. License: This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the...
[ "PTB6082@C6499970EB677A4.amer.homedepot.com" ]
PTB6082@C6499970EB677A4.amer.homedepot.com
49e1231a6c62191ece894c1d971d1c7a4d8236b4
4897b9d75d851a81606d19a0e046b32eb16aa1bd
/other/lcp/09/09_bfs.cpp
abde9cb2f9f50a84eab728ca225fb311b1e2e763
[]
no_license
tiankonguse/leetcode-solutions
0b5e3a5b3f7063374e9543b5f516e9cecee0ad1f
a36269c861bd5797fe3835fc179a19559fac8655
refs/heads/master
2023-09-04T11:01:00.787559
2023-09-03T04:26:25
2023-09-03T04:26:25
33,770,209
83
38
null
2020-05-12T15:13:59
2015-04-11T09:31:39
C++
UTF-8
C++
false
false
2,242
cpp
#include "base.h" typedef long long ll; typedef long long LL; typedef unsigned long long ull; typedef unsigned long long ULL; typedef pair<int, int> pii; typedef pair<ll, ll> pll; // const int mod = 1e9 + 7; template <class T> using min_queue = priority_queue<T, vector<T>, greater<T>>; template <class T> using max_qu...
[ "i@tiankonguse.com" ]
i@tiankonguse.com
6a3d3958f55df50ab20f21ab6fb20e197fb55dca
851387ba96f2cd553f198b18a73881ecea420bc4
/src/svgpath_quadratic_curve_abs.h
e5350d88ce9cf848283504647d066b66f33665bf
[]
no_license
SetCalm/XPlotterSVG
56588bdb5655c4f44a6221d20cbaeb3172c2f13e
ad86f6f62cc815144253f40f59ab6e5cb1d40e71
refs/heads/master
2022-01-13T20:17:49.918322
2017-11-04T15:15:09
2017-11-04T15:15:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,285
h
/* XPlotterSVG - Convert SVG to GCode Copyright (C) 2017 Samuel Pickard 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 3 of the License, or (at your option) any ...
[ "sjp@appmancer.com" ]
sjp@appmancer.com
8749ce083d33638e3dd669d4c15d27b53376aa7e
f5758d1e30fd4ea1e9e1db6e19345fef77e2a470
/CuartoEntregable/Evidencia/Graph/CSV.cpp
d1387a128e1714569ca1ce4e244c9caca6469feb
[]
no_license
JorgePerC/SItuacionProblemaDataEst
fac83eed331f16276bac0e0a28596141e428d89f
f71804b9f6cbfe8f06a179846b5d2354fbadf104
refs/heads/master
2023-01-28T12:11:58.609021
2020-12-02T06:00:01
2020-12-02T06:00:01
297,765,627
1
0
null
null
null
null
UTF-8
C++
false
false
3,901
cpp
// // CSV.cpp // POO_Class // // Created by Luis Alberto Fernández Castro on 21/09/20. // Copyright © 2020 LF Coding. All rights reserved. // #include <algorithm> #include "CSV.hpp" CSV::CSV() { this->filename = ""; } /** * Class to read file.csv * Arg: * string filename -> name of the file...
[ "jorgeperez_1@live.com" ]
jorgeperez_1@live.com
d23ec87cb3c33db1b88bee7f9e0487e8ed2acb27
9c3edb19f7a3cbcd9e7948394313d6776f3d6a1d
/statemachine/stringmaxlengthtransition.h
5d8c1ec98c50532c3df09f031a844d908651e482
[]
no_license
Aschen/cutebox-public
6dd198c04608db199d7cf3fe90b3136ec4b19b5b
672c3512ee4f1f1fa60a2163c80d32735c3febc0
refs/heads/master
2021-01-19T06:06:12.742472
2016-09-13T12:17:13
2016-09-13T12:17:13
65,465,713
0
1
null
null
null
null
ISO-8859-1
C++
false
false
1,172
h
/****************************************************************************** COPYRIGHT (c) 2008 - 2010 by RG Systèmes Corporation. This software has been provided pursuant to a License Agreement containing restrictions on its use. This software contains valuable trade secre...
[ "a.maret@studio-hb.com" ]
a.maret@studio-hb.com
cdd25edf0503dbc54f87f59ab27386a80472a9c7
abed321ee597cede0e1585a7f2fdbd887a50f020
/realsense_ros_object/test/object_test.cpp
8951de15983cb793463ce16252642d6c7a961325
[ "Apache-2.0" ]
permissive
Hadisalman/realsense_samples_ros
fa2efa4ac6e50d900e58ac1dc9f339938155141b
82c53df9413b5a6d859e65c7fd3d8736086f169e
refs/heads/kinetic-devel
2021-01-18T19:05:52.914213
2017-08-17T16:39:34
2017-08-17T16:39:34
100,526,891
1
0
null
2017-08-16T19:51:02
2017-08-16T19:51:01
null
UTF-8
C++
false
false
2,344
cpp
// License: Apache 2.0. See LICENSE file in root directory. // Copyright(c) 2016 Intel Corporation. All Rights Reserved #include <gtest/gtest.h> #include <ros/ros.h> #include "realsense_ros_object/ObjectsInBoxes.h" #include <image_transport/image_transport.h> bool objects_in_boxes_recieved = false; bool camera_info_r...
[ "matthew.c.curfman@intel.com" ]
matthew.c.curfman@intel.com
ba9690ef049018796b11875c48debf8968158cc3
7bcb66d652628227febe3b19579ac9efbe98addd
/PAUI/PlottingImageListener.hpp
6785ab87f8d88fb38f5c1ff785b0b78c44db713f
[]
no_license
AntonioTavares24/PAUI-RAPOSA
ab2bdda925b6b99912f090928b5595ded0129a24
a2786ecb88dc883724d4a23d2823ce7d03273e6f
refs/heads/master
2023-01-09T12:38:22.628219
2020-11-06T18:05:15
2020-11-06T18:05:15
310,671,485
0
0
null
null
null
null
UTF-8
C++
false
false
11,738
hpp
#pragma once #include <iostream> #include <memory> #include <chrono> #include <thread> #include <mutex> #include <fstream> #include <map> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <boost/filesystem.hpp> #include <boost/timer/timer.hpp> #include <boost/program_options.hpp> #...
[ "66315859+AntonioTavares24@users.noreply.github.com" ]
66315859+AntonioTavares24@users.noreply.github.com
336c142c0ea06c3627f66d6151b9a2e8d99596a3
4ec6194bb6d1f8ad3e7c382dc6d98b8267a9f3e3
/src/storage/FCS.h
3f6eb530bf6248554c0aafd0dffd1e4050f362bc
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
goodwill2684/Firebase-ESP-Client
025c1b46cccdc51c00c67d7b8fa03bb0de22d414
861a08257d732093a699bee385675d73c65c3797
refs/heads/main
2023-07-02T23:12:56.464087
2021-08-15T10:02:15
2021-08-15T10:02:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,199
h
/** * Google's Firebase Storage class, FCS.h version 1.1.3 * * This library supports Espressif ESP8266 and ESP32 * * Created August 15, 2021 * * This work is a part of Firebase ESP Client library * Copyright (c) 2021 K. Suwatchai (Mobizt) * * The MIT License (MIT) * Copyright (c) 2021 K. Suwat...
[ "k_suwatchai@hotmail.com" ]
k_suwatchai@hotmail.com
abcdf1bff260ae165d7cff0ea915374a95087daf
edcde36aec5ab5166510e9e2fb6afd369deaf13c
/src/compiler/tempest/sema/convert/subtype.cpp
5107b8c7f76c50107c45f396afa71af2780018c2
[]
no_license
viridia/tempest
585f6f44b7047f60a9799fd082e168e815bd8264
a0ecf8269dc68edf182dce62bbef6b9602a0adc6
refs/heads/master
2020-03-23T11:53:47.431485
2018-11-16T01:59:28
2018-11-16T01:59:28
141,525,372
0
0
null
null
null
null
UTF-8
C++
false
false
2,075
cpp
#include "tempest/error/diagnostics.hpp" #include "tempest/sema/convert/predicate.hpp" #include "tempest/sema/graph/primitivetype.hpp" #include "tempest/sema/transform/applyspec.hpp" namespace tempest::sema::convert { using namespace tempest::sema::graph; using namespace llvm; using tempest::error::diag; using...
[ "viridia@gmail.com" ]
viridia@gmail.com
74d27be2f454624d2c6ec9f3580239d2e6be984d
eaa3ae87183bb5f6848fa1c6a401355bc0dd61f5
/Huffman/HuffmanTree.h
12b019a497b3d0e1cc3369a10ca8c2b3e3f2aeb5
[ "MIT" ]
permissive
Happyxianyueveryday/mip-homework
c21f8d4c830c1f9b8d271b5ed0c0959cc095b118
8c4148bd7b7beb7b17cecb3f059ce3766d63f36e
refs/heads/master
2020-09-12T01:55:28.152745
2020-02-23T15:03:00
2020-02-23T15:03:00
222,261,153
5
0
null
null
null
null
GB18030
C++
false
false
5,881
h
#ifndef HUFFMAN_TREE_H #define HUFFMAN_TREE_H #include "Forest.h" #include <iostream> #include <string> #include <cstdlib> #include <map> #include <vector> #include <queue> /** * HuffmanTree: 哈夫曼树结构 */ class HuffmanTree { public: // 1. constructor HuffmanTree(std::map<char, double> dic); ...
[ "noreply@github.com" ]
Happyxianyueveryday.noreply@github.com