blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
5a045216164b29026a4a0fe283a8060d13f8d81d
1fb1a5991e56fcfb7424b69a8e2a2abbf257790b
/project_3/a.cc
4b4358e97e295e3a06163a7de2e7c69ad524cff3
[]
no_license
rpascal/uakron_algorithms
c2f345d8bb13e6c5352f9d58c6b29f41a3e328ad
b0c497035dbb5b4cf8c43123adb1c331fa2dcf3d
refs/heads/master
2022-01-13T11:07:43.097145
2019-05-01T02:50:19
2019-05-01T02:50:19
167,707,110
0
1
null
null
null
null
UTF-8
C++
false
false
10,640
cc
/* Project 3 for Algorithms Ryan Pascal 2932732 May 1st, 2019 */ // Standard libraries #include <string> #include <iostream> #include <stdlib.h> #include <functional> #include <string> #include <sstream> #include <iostream> #include <fstream> #include <vector> #include <ctime> #include <list> #include ...
[ "ryan.david.pascal@gmail.com" ]
ryan.david.pascal@gmail.com
9f4621227672ea7fdc72e829b53e53cadbd96107
19865cda31b2a42fbb17ac4105e4a422a83342f6
/BOJ/02000/2011_암호코드.cpp
435dc6e411302888b7b1a42bddc349e79bb66aab
[]
no_license
warmwhiten/PS
0f19c3742b09ee966196fc4e25f4fd58070a0eb2
a2a1d8952e6cb4f65cc0fede35d730a80af617ff
refs/heads/master
2023-02-08T15:55:06.389594
2020-12-28T06:57:40
2020-12-28T06:57:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,147
cpp
#include <bits/stdc++.h> using namespace std; #define ll long long int #define FUP(i, a, b) for(int i = a; i <= b; i++) #define FDOWN(i, a, b) for(int i = a; i >= b; i--) #define MS(a, b) memset(a, b, sizeof(a)) #define ALL(v) v.begin(), v.end() #define CIN(a) cin >> a; #define CIN2(a, b) cin >> a >> b #define CIN3(a, ...
[ "gyuho965@gmail.com" ]
gyuho965@gmail.com
4f1bfb15e03a8788188f16df826a820002b3acad
9dc6cb93169af80ffc1e055eaea2a7cbd2b139ec
/anphys/src/util/file_system/file_system.h
a3a2a9c4a47b78a39af1aa3b1975152094dd0ea4
[]
no_license
zenkovich/anphys-engine-svn
2b745f8341f1cebde1863404e8cc55a0eaeb4c91
4fac80c014a0e0c39e1f0d821be1a062c626499c
refs/heads/master
2020-06-09T16:58:33.065922
2015-01-15T17:37:05
2015-01-15T17:37:05
53,565,477
0
0
null
null
null
null
UTF-8
C++
false
false
1,169
h
#ifndef FILE_SYSTEM_H #define FILE_SYSTEM_H #include <string> #include <map> #include <vector> #include "file.h" #include "util/other/singleton.h" struct cLogStreamInFile; struct cFileSystem:public cSingleton<cFileSystem> { typedef std::map<std::string, cFile*> FilesList; enum FileType { FT_IMAGE...
[ "zenkovichan@gmail.com" ]
zenkovichan@gmail.com
d709a93455e4c5d8e95e5b841fae6a9ac2760355
6ab07216eff0dfd45f6a5a1dd10c6cbd9c0e154d
/GUI/Qt/QTracker.h
db97e93e459763d9f27680bc6ef20214a89e3656
[]
no_license
awiles/AIGS
e5956076fc8fdc7fc0dd7a42ac9ad7b0718ee7d6
2d6a72c77b5ab4f4934ffd4109fca71b7bdc76a2
refs/heads/master
2020-12-25T02:23:45.041112
2017-03-03T03:55:12
2017-03-03T03:55:12
2,820,245
2
4
null
2017-03-03T03:55:13
2011-11-21T13:59:32
C++
WINDOWS-1250
C++
false
false
6,514
h
/* Copyright (C) 2011-2013, Northern Digital Inc. All rights reserved. All Northern Digital Inc. (“NDI”) Media and/or Sample Code and/or Sample Code Documentation (collectively referred to as “Sample Code”) is licensed and provided "as is” without warranty of any kind. The licensee, by use of the Sample Code, warrant...
[ "awiles@ndigital.com" ]
awiles@ndigital.com
5d118de9cf9abf1307eae25cefda72ee9449f050
93ef5159ac25892dd50739946b8debde208da79e
/examples/tile_vector_multiply/kernel/include/vector_multiply.hpp
96dd652ee384a7b3f694b9d8fb3010c8f4426c35
[]
no_license
Kofi-A-Efah/baseline
fcea2381e98e1357d0354b57634fb43daa127c88
9e88be9936af52ebee6a1fdc082eab8b1b6bf298
refs/heads/master
2021-02-11T14:16:17.332462
2020-03-08T19:17:19
2020-03-08T19:17:19
244,489,862
0
0
null
2020-03-02T22:33:21
2020-03-02T22:33:20
null
UTF-8
C++
false
false
702
hpp
#ifndef __MATRIX_MULTIPLY_HPP #define __MATRIX_MULTIPLY_HPP #include <cstdint> /* * This is the most basic single tile version of vector addition * that adds two vectors A and B and stores the result in C. * * The code assumes a sinlge 1x1 grid of a single 1x1 tile group * Do NOT use this version with larger til...
[ "kae87@gorgonzola.cs.cornell.edu" ]
kae87@gorgonzola.cs.cornell.edu
72907b0fa5987f0e55a00e744dda37c832223648
e542522d4bcddbe88a66879a7183a73c1bbdbb17
/Codeforces/Rounds/Div3/653/E/solve.cpp
1cc55275e4ec6fdf4d4396afd89f9e5118e25b82
[]
no_license
ishank-katiyar/Competitive-programming
1103792f0196284cf24ef3f24bd243d18536f2f6
5240227828d5e94e2587d5d2fd69fa242d9d44ef
refs/heads/master
2023-06-21T17:30:48.855410
2021-08-13T14:51:53
2021-08-13T14:51:53
367,391,580
0
0
null
null
null
null
UTF-8
C++
false
false
3,284
cpp
#include <bits/stdc++.h> using namespace std; static const auto fast_io = [] {ios_base::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); return nullptr;}(); mt19937 rng(chrono::steady_clock::now().time_since_epoch().count()); template<class A> A rnd() {return uniform_int_distribution<A> (1, (int) 1e9) (r...
[ "ishankkatiyar162@gmail.com" ]
ishankkatiyar162@gmail.com
f98233f764401437afcda92331eaed078a4140e9
4d346492abb0dfbbd4e207e187569bfd9963c285
/src/Serial/commAPI.cpp
ae3152fe3888b1a0e7c8014bcdb85f342f894623
[ "MIT" ]
permissive
WonikRobotics/allegro_gripper_windows
6d608af69be67d47c931db9fcd4fe9bc33cc8ce2
7d65ccee62dcb24735f6cf323259f91928740455
refs/heads/main
2023-06-24T00:33:54.861936
2021-07-30T03:25:25
2021-07-30T03:25:25
389,852,195
0
0
null
null
null
null
UTF-8
C++
false
false
8,354
cpp
/*======================*/ /* Includes */ /*======================*/ //system headers #include <stdio.h> #include <errno.h> #ifndef _WIN32 #include <inttypes.h> #include <pthread.h> #include <syslog.h> #include <unistd.h> #else #include <windows.h> #endif #include <malloc.h> #include <assert.h> #include ...
[ "seanyi@wonikrobotics.com" ]
seanyi@wonikrobotics.com
c9f841fa7b246709b7d0f419d7caaa3489e84137
e78395669282e78918a3d439b0cb05410a72c0e3
/beginner/DWNLD/main.cpp
428424f8b006a9c3e8787e8a847e91b496239b7d
[]
no_license
iamitshaw/codechef-practice-problem
a177d843674b89d054e075f66150cbc778a568a1
0bef2cfb89f7f1298fdb23bb91d4592c85fbb88f
refs/heads/master
2023-06-15T03:41:44.880192
2021-07-05T17:23:40
2021-07-05T17:23:40
383,216,845
2
0
null
null
null
null
UTF-8
C++
false
false
1,285
cpp
#include <bits/stdc++.h> int32_t main(int32_t argc, char* argv[]) { /* fast input-output */ std::ios_base::sync_with_stdio(false); std::cin.tie(nullptr); std::cout.tie(nullptr); /* get test_case */ int32_t test_case; std::cin >> test_case; while (test_case--) { /* get N */ ...
[ "imamitshaw.61@gmail.com" ]
imamitshaw.61@gmail.com
020d27f37f71668ac0bed7c5d57abd6f5e985f80
de9d7278936220d09f50e3d1e2e13ef1fdbddf15
/src/lib/Formats/KotlinDocumentWriter.hpp
88cb10f812eeaff921030ffda95a0c557a34c06a
[]
no_license
rsahara/whip
0b633493e27e70db5b0bd5dd232ad420ea40d744
fb322eba955b26476659c11e936c3c35398b422d
refs/heads/master
2021-02-10T14:55:59.485249
2020-12-18T07:50:45
2020-12-18T07:50:45
244,391,637
0
0
null
2020-12-18T07:50:46
2020-03-02T14:29:22
Shell
UTF-8
C++
false
false
649
hpp
// // KotlinDocumentWriter.hpp // Whip // // Copyright © 2019 Runo Sahara. All rights reserved. // #ifndef Whip_KotlinDocumentWriter_hpp #define Whip_KotlinDocumentWriter_hpp #include "Document/DocumentWriter.hpp" namespace Whip { /// Generates a state machine in the kotlin language. struct KotlinDocument...
[ "contact@runo.jp" ]
contact@runo.jp
5310d100c67b4174210e653e1d19ed8b0794aedd
8f7c8beaa2fca1907fb4796538ea77b4ecddc300
/chrome/common/profiling/memlog_sender_pipe_posix.cc
b3b1e8b7ea65149752078ad92845ffff3c537886
[ "BSD-3-Clause" ]
permissive
lgsvl/chromium-src
8f88f6ae2066d5f81fa363f1d80433ec826e3474
5a6b4051e48b069d3eacbfad56eda3ea55526aee
refs/heads/ozone-wayland-62.0.3202.94
2023-03-14T10:58:30.213573
2017-10-26T19:27:03
2017-11-17T09:42:56
108,161,483
8
4
null
2017-12-19T22:53:32
2017-10-24T17:34:08
null
UTF-8
C++
false
false
940
cc
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/common/profiling/memlog_sender_pipe_posix.h" #include <unistd.h> #include "base/logging.h" #include "base/strings/string_number_convers...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
3fbe020b16934bb882edd03184c9f5ba8ab6c5e7
207a4b166c430c26a37c2959055b0f6696d1c957
/SREGen/PianoKey.cpp
54d24c7fbc5ac4c4d8d052399c160fec52846a45
[]
no_license
kchua/SREGen
ec13c7df4a77bce92f34780afdb9db8a8db9ef8a
8d26e685a4601551dcf1da0236d3cd998a4a204d
refs/heads/master
2020-04-06T06:55:06.673926
2016-08-30T05:45:20
2016-08-30T05:45:20
62,872,345
2
0
null
null
null
null
UTF-8
C++
false
false
1,448
cpp
#include "PianoKey.h" typedef unordered_map<string, int> keyMap; const keyMap PianoKey::keysToIndices = keyMap{ {"c", 0}, {"d", 2}, {"e", 4}, {"f", 5}, {"g", 7}, {"a", 9}, {"b", 11} }; /* Creates a piano key, converting all provided i...
[ "kurtlandchua@yahoo.com" ]
kurtlandchua@yahoo.com
b5e1412c9d3dde91e644d2a6d4fab07869894899
260e5dec446d12a7dd3f32e331c1fde8157e5cea
/Indi/SDK/Indi_INX2_T_Pilothouse_GuardRizzo_classes.hpp
c25ec491ce168c408873a953dc7b917838e9cbab
[]
no_license
jfmherokiller/TheOuterWorldsSdkDump
6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0
18a8c6b1f5d87bb1ad4334be4a9f22c52897f640
refs/heads/main
2023-08-30T09:27:17.723265
2021-09-17T00:24:52
2021-09-17T00:24:52
407,437,218
0
0
null
null
null
null
UTF-8
C++
false
false
749
hpp
#pragma once // TheOuterWorlds SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "Indi_INX2_T_Pilothouse_GuardRizzo_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //----------------------------------------------------------------------...
[ "peterpan0413@live.com" ]
peterpan0413@live.com
79614cca34b4476367a42c9116989ff9f1c9a4af
c71a1bd466d4a4fab117e9433846d7967fd169aa
/libdebug/cpp/example/example.cpp
4b4cf9225dc87fd6179d643de79b9b2f9b4d8563
[]
no_license
jormbs/PS4-debug
f06ad98bc5284b069b44b9e7b71cdae65c321373
b446dced06009705c6f8d70e79113637d1690210
refs/heads/master
2020-09-09T00:54:45.357585
2019-04-14T02:56:23
2019-04-14T02:56:23
221,295,237
1
1
null
null
null
null
UTF-8
C++
false
false
1,518
cpp
#include "PS4DBG.hpp" #include <iostream> void Breadsticks(uint32_t lwpid, uint32_t status, const std::string& tdname, libdebug::regs regs, libdebug::fpregs fpregs, libdebug::dbregs dbregs) { std::cout << "lwpid: " << lwpid << std::endl; std::cout << "status: " << status << std::endl; std::cout << "tdname: " << tdn...
[ "39858639+ChendoChap@users.noreply.github.com" ]
39858639+ChendoChap@users.noreply.github.com
70e7ad0bafd906d02e42c52e22fb8cc7420a829b
37b6b22452bfcebbcb87672027851284bf104b8a
/source/common/scope_guard.h
c060d20ea31d3040a55846c73d5a63b47e92749b
[]
no_license
fanfeixiang/minotaur
7478a71325b7e7d18ff16e94e72b5cddc1b2e80f
477f5aaa5bf8f54684d8e1ffb46d1ea8791e1884
refs/heads/master
2020-12-11T06:12:00.664021
2015-04-07T09:44:44
2015-04-07T09:44:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
543
h
#ifndef _MINOTAUR_COMMON_SCOPE_GUARD_H_ #define _MINOTAUR_COMMON_SCOPE_GUARD_H_ /** * @file scope_gurad.h * @author Wolfhead */ #include <functional> namespace minotaur { class ScopeGuard { public: ScopeGuard(const std::function<void()>& functor) : functor_(functor) , dispose_(false) { } ~Scop...
[ "wolfhead87@gmail.com" ]
wolfhead87@gmail.com
23d3c35f5134a49a451197bacf66ea6aa32727d9
c45b78def6a2ff1f0a0f048610cd0c071e484eb1
/src/lib/feature-lookup.cpp
87413f17640c2641d1feaa0dfae17af45b93c1f4
[ "Apache-2.0" ]
permissive
neubig/kytea
458816719bd12f5f6fc9a0766345b74e49a70803
73a94c4a3045087a7e90f27700f3b870a72625e7
refs/heads/master
2020-05-17T13:19:52.403056
2020-04-03T13:46:01
2020-04-03T13:46:01
1,189,179
175
27
NOASSERTION
2020-04-03T13:46:03
2010-12-22T02:56:51
C++
UTF-8
C++
false
false
6,767
cpp
#include <kytea/feature-lookup.h> #include <kytea/kytea-util.h> #include <kytea/dictionary.h> #include <algorithm> using namespace kytea; using namespace std; FeatureLookup::~FeatureLookup() { if(charDict_) delete charDict_; if(typeDict_) delete typeDict_; if(selfDict_) delete selfDict_; if(dictVecto...
[ "neubig@gmail.com" ]
neubig@gmail.com
4a4d89648b5436edc928b68a2f5fa9e88dacf4f7
5b41e312db8aeb5532ba59498c93e2ec1dccd4ff
/ARCHIVER/ARCHIVER_HMD/ARCHIVER_HMD/unittest/CARCHIVER_HMD_Test_TreatmentHandling.h
b1fa91a53fc7c56c7992f2af462ee60f606e7562
[]
no_license
frankilfrancis/KPO_HMI_vs17
10d96c6cb4aebffb83254e6ca38fe6d1033eba79
de49aa55eccd8a7abc165f6057088a28426a1ceb
refs/heads/master
2020-04-15T16:40:14.366351
2019-11-14T15:33:25
2019-11-14T15:33:25
164,845,188
0
1
null
null
null
null
UTF-8
C++
false
false
1,490
h
#ifndef _INC_CARCHIVER_HMD_Test_TreatmentHandling_INCLUDED #define _INC_CARCHIVER_HMD_Test_TreatmentHandling_INCLUDED #include "CARCHIVER_EventHandler.h" #include "cCBS_StdEventLogFrameController.h" #include "CARCHIVER_Task.h" #include "CGC_Plant_Container.h" #include "CGCF_PHASE.h" #include "CGC_PHASE.h" #include "C...
[ "52784069+FrankilPacha@users.noreply.github.com" ]
52784069+FrankilPacha@users.noreply.github.com
2896b21de4cd23ec99c8c4a3ff687b3e1dd9dae0
d1ad68da0d7d3a71c2d43d297d6fd3cffbbf75c2
/codeforces/462D1/input.cpp
cdf8705784c9d26c9acc3860a0f9b04c0bbba9cc
[]
no_license
hamko/procon
2a0a685b88a69951be7a9217dd32955f9500df57
a822f8089a3063a158d47ea48c54aca89934f855
refs/heads/master
2021-01-17T00:00:10.915298
2020-02-24T06:24:33
2020-02-24T06:24:33
55,990,248
7
1
null
2020-02-24T06:24:34
2016-04-11T16:49:50
C++
UTF-8
C++
false
false
10,788
cpp
#include <bits/stdc++.h> #include <sys/time.h> using namespace std; #define rep(i,n) for(long long i = 0; i < (long long)(n); i++) #define repi(i,a,b) for(long long i = (long long)(a); i < (long long)(b); i++) #define pb push_back #define all(x) (x).begin(), (x).end() #define fi first #define se second #define mt make...
[ "wakataberyo@gmail.com" ]
wakataberyo@gmail.com
9a925731edf48093d97d0bd5c26e88e7049666a0
6041d039f80355568cfc31c43802e6294295228e
/guitarReader/src/guitarreader.h
5b95b11d5485f8256501931d940744203bc00ef4
[]
no_license
simlei/VAR2017Project
1a9101b595332ff9162c8395dd3b1d1a5618829e
d6e246b44774a4145554587d507f87ba88cbaea1
refs/heads/master
2021-01-20T07:41:48.533702
2017-07-24T16:56:34
2017-07-24T16:56:34
90,027,659
1
1
null
null
null
null
UTF-8
C++
false
false
568
h
#ifndef _TEST_APP #define _TEST_APP #include "ofMain.h" #include "ofxSimpleSerial.h" #include <vector> #include "ofUtils.h" using namespace std; class guitarreader { public: ofxSimpleSerial serial; string message; bool state[6][8]; uint64_t requestLastTime; ...
[ "simon-jena@gmx.net" ]
simon-jena@gmx.net
454549a702bc7cb609fb33557fbe8b84dd47671e
6fb75f2890d3cb8cc76ad3df0729ec88339ebd8f
/src/PBRViewerObjectCreator.h
850ec9d71420b412af6d5e0295200c18f8ec7843
[ "MIT" ]
permissive
DanielSchmitt93/PBRViewer
e5b5d0a49e9ef9e48e3b15fb347d9e280f8ffafc
bcd00288420a4406945411180a2d79477b47dd97
refs/heads/master
2020-08-05T02:10:46.105953
2019-12-11T15:37:31
2019-12-11T15:37:31
212,358,629
0
1
null
null
null
null
UTF-8
C++
false
false
530
h
#pragma once #include <vector> #include <glad/glad.h> /// <summary> /// This class creates objects 'on-the-fly' without the need to load a 3D object. /// </summary> class PBRViewerObjectCreator { public: /// <summary> /// Gets a vector containing the positions to form a distant cube which can be used as a skybox ba...
[ "danielschmitt@t-online.de" ]
danielschmitt@t-online.de
fd794e075729f149433a54a84dd21289c804fb31
40331960d721799291099cffc495a17749006c8d
/libraries/SDI12_NTR/SDI12_NTR.cpp
b83715261912b091fb88d75c39f2a1a224d76f2a
[]
no_license
weatherCopter/arduino
5e3a069be3a78b3ca71945524ae5a54d24d1ab02
9c8ad4a69156de469d8e51325722529925e327f8
refs/heads/master
2021-01-19T18:01:35.549433
2015-03-06T19:38:15
2015-03-06T19:38:15
30,952,972
0
1
null
2015-02-18T05:16:47
2015-02-18T05:07:59
null
UTF-8
C++
false
false
30,601
cpp
/* ======================== Arduino SDI-12 ================================= Arduino library for SDI-12 communications to a wide variety of environmental sensors. This library provides a general software solution, without requiring any additional hardware. ======================== Attribution & License ============...
[ "ntr4ef@virginia.edu" ]
ntr4ef@virginia.edu
57a0032090f4cc6f3b3903c332a97e4dcd1192ce
6d76f4fa2c1dc7bb32a5f80c2054cc08110e5a8f
/RTFusionKalman4.cpp
a5980c892c84a7bb61a5aa78899c58a70ce746dc
[ "MIT" ]
permissive
nshaley/RTIMULib
f4addf2f91d0cff5239223d8a92f4213886bbe3b
5a6ca27bf415432d51face81aa1e21ab83acb02a
refs/heads/master
2020-05-21T10:55:38.897059
2017-03-11T03:30:44
2017-03-11T03:30:44
84,620,867
0
0
null
null
null
null
UTF-8
C++
false
false
11,503
cpp
//////////////////////////////////////////////////////////////////////////// // // This file is part of RTIMULib // // Copyright (c) 2014-2015, richards-tech, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"...
[ "nshaley10@gmail.com" ]
nshaley10@gmail.com
964d6595e212727b45bce1d504785e4a7c1e5ead
7762accf254212e4b1bb98ad8bce9a0a6c2228cb
/Model/code/LoveCommand.cpp
d61cc3d5927faa616ea26681b7484013d7e819d5
[]
no_license
noamdwc/OOP_Project
88d597659e415f5650868edce22569eaa94e91e6
8798e01304ee01e905ec338c2f7726b0b180d883
refs/heads/master
2022-11-08T10:51:40.378423
2020-06-15T21:04:48
2020-06-15T21:04:48
236,001,024
0
0
null
null
null
null
UTF-8
C++
false
false
519
cpp
// // Created by to on 1/17/20. // #include "LoveCommand.h" void LoveCommand::doCommand(std::vector<std::string> line) { int id2; try { id2 = std::stoi(line[1]); } catch (...) { error(); return; } int id1 = UserHolder::getInstance().getUser().getId(); this->sendToServe...
[ "noam.carmon2@gmail.com" ]
noam.carmon2@gmail.com
80672b74f788a3f7b44569c0e55838c513f8ed24
9eda9581cf81d6ce8b0c009a3925ab125b844fce
/src/plugins/displayStatistic/serviceprocesswaypointspeed.h
561203c2e9cbb349d8c6ef2a3752b31d1a2a0efe
[]
no_license
XavierBerger/gpsbook
a33641a95e0020afd5eb54c69aa445fc7a2ca484
81b04c1741d6e568607472111bbbef2f1d72fc59
refs/heads/master
2021-01-18T22:31:26.692232
2016-05-06T19:19:19
2016-05-06T19:19:19
32,142,962
0
0
null
null
null
null
UTF-8
C++
false
false
1,417
h
/**************************************************************************** ** ** 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...
[ "gpxbook@c08623ad-424c-67e4-2eed-d735b91391dd" ]
gpxbook@c08623ad-424c-67e4-2eed-d735b91391dd
c8fed8ace9b1d109608ea87db06cb3c7cb7b8ca0
3dbec36a6c62cad3e5c6ec767b13f4038baa5f79
/cpp-lang/design-patterns/hf/CompositePatterns/ducksimulator/observable.h
7f0db19ea3676edeb7bbf15ab8e69e9157915238
[]
no_license
reposhelf/playground
50a2e54436e77e7e6cad3a44fd74c0acc22a553a
47ddd204a05ec269e4816c2d45a13e5bc6d3e73a
refs/heads/master
2022-04-22T13:50:24.222822
2020-04-10T15:59:30
2020-04-10T15:59:30
254,675,772
0
0
null
null
null
null
UTF-8
C++
false
false
430
h
#ifndef OBSERVABLE_H #define OBSERVABLE_H #include "quackobservable.h" #include <list> class Observer; class Observable : public QuackObservable { public: Observable(QuackObservable *duck); ~Observable(); void registerObserver(Observer *observer); void notifyObservers() const; std::string name() ...
[ "vladimironiuk@gmail.com" ]
vladimironiuk@gmail.com
def4c258e3ca6116f28c772f1dc8456b0d6f2158
9ff34ed69162d8ca4fad50fa410d5c8a8341f3f2
/src/frovedis/ml/tree/tree_model.hpp
017fd6f2a489bd9bc8cc68bedde181ca11c8c5d5
[ "BSD-2-Clause", "Apache-2.0" ]
permissive
francktcheng/frovedis
2c96e4894aa6265156affb6648ead94762b5051a
633489ffcc63b1c9c46c4b453f0ba344039ec699
refs/heads/master
2020-03-27T03:37:32.823705
2018-08-20T06:43:32
2018-08-20T06:43:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,127
hpp
#ifndef _TREE_MODEL_HPP_ #define _TREE_MODEL_HPP_ #include <algorithm> #include <iostream> #include <iterator> #include <memory> #include <sstream> #include <stdexcept> #include <string> #include <type_traits> #include <utility> #include <vector> #include "../../../frovedis.hpp" #include "../../core/type_utility.hpp"...
[ "t-araki@dc.jp.nec.com" ]
t-araki@dc.jp.nec.com
b27ae6f9950f7622f5d6790faa4108e8548b5079
1723ed735f699eb6b57eb2ed0bcc4d114c67e243
/tick42blp/blpdictionaryutils.h
94b30f146d116a816fdaffedd98b470ea82df01e
[ "BSL-1.0" ]
permissive
afcarl/blp-bridge
3ef4dcd0f13b6b5f94116e25ace61591de764391
ca937cab1d8ead5ddb3a40bc0ec83fa0298c37d5
refs/heads/master
2020-09-04T20:36:52.589082
2015-06-04T15:10:14
2015-06-04T15:10:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,948
h
/* * BlpBridge: The Bloomberg v3 API Bridge for OpenMama * Copyright (C) 2012 Tick42 Ltd. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
[ "tom.doust@tick42.com" ]
tom.doust@tick42.com
5d2f02c95a5d95e5a1fe5acc21a10792540773db
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE762_Mismatched_Memory_Management_Routines/s03/CWE762_Mismatched_Memory_Management_Routines__delete_int_calloc_02.cpp
8ee5ff9c1533d1fa266a5fa4436b74736642d675
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C++
false
false
3,977
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE762_Mismatched_Memory_Management_Routines__delete_int_calloc_02.cpp Label Definition File: CWE762_Mismatched_Memory_Management_Routines__delete.label.xml Template File: sources-sinks-02.tmpl.cpp */ /* * @description * CWE: 762 Mismatched Memory Management Routines * B...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
fe662f3e4c046016d1225367a89e8d96a8033f56
c254c37b30fba0c41b3157dd5581e03035df43c1
/C++ Solutions/UVa/10295 - Hay Points.cpp
6497c1be26df4a9cc4b90fca8c113827480e0c06
[]
no_license
AntonioSanchez115/Competitive-Programming
12c8031bbb0c82d99b4615d414f5eb727ac5a113
49dac0119337a45fe8cbeae50d7d8563140a3119
refs/heads/master
2022-02-14T10:51:19.125143
2022-01-26T07:59:34
2022-01-26T07:59:34
186,081,160
1
0
null
null
null
null
UTF-8
C++
false
false
1,008
cpp
#include <bits/stdc++.h> using namespace std; void solve(int m, int n) { map < string, int > mp; string job, text, line; int value; long long sum; for (int i = 0; i < m; i++) { cin >> job >> value; mp.insert( {job, value} ); } for (int i = 0; i < n; i++) { text = "";...
[ "sanchezantonio.115@gmail.com" ]
sanchezantonio.115@gmail.com
7ca1946cd61a6b8af5ce09ed7faa7abf9388a74b
a78390c58814a59998f330adab061c7f7678725e
/sources/sedris_c_sdk_4.1.4/src/lib/api_impl/stf_api/stf/STF_Block.cpp
583954de1a662579327dbbf363bf8ddc584c1855
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
Geo4Win/sedris-dynamic
d632c3c496bdd111b8cb27d69de359cd7cc7c420
cfb3b2f1605221bb1cfd86c8315ff0ca740767b8
refs/heads/master
2021-07-06T16:47:05.668696
2017-10-02T04:55:03
2017-10-02T04:55:03
105,417,233
0
1
null
null
null
null
UTF-8
C++
false
false
26,582
cpp
// SEDRIS Transmittal Format // // Produced by: SAIC // // FILE: STF_Block.cpp // // PROGRAMMERS: Gregory A. Hull // // DESCRIPTION: Class implementation for the base class STF_Block // // SEDRIS SDK Release 4.1.4 - July 1, 2011 // - STF spec. 4.1 /* * NOTICE * * This software i...
[ "sysbender@gmail.com" ]
sysbender@gmail.com
82f6d3ae3e985550cdf345d64f24ff75665b05e2
20a59a738c1d8521dc95c380190b48d7bc3bb0bb
/layouts/aknlayout2/generated/Vga4_touch_akn_app/abrw_vga4_touch_land_large_pack.cpp
b83c46b206e702859c432ea325564a3a0756f93b
[]
no_license
SymbianSource/oss.FCL.sf.mw.uiresources
376c0cf0bccf470008ae066aeae1e3538f9701c6
b78660bec78835802edd6575b96897d4aba58376
refs/heads/master
2021-01-13T13:17:08.423030
2010-10-19T08:42:43
2010-10-19T08:42:43
72,681,263
2
0
null
null
null
null
UTF-8
C++
false
false
3,380
cpp
/* * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.h...
[ "kirill.dremov@nokia.com" ]
kirill.dremov@nokia.com
655135a3372431518f497a8c0a54775c74609dd1
3051bd4bc0b7f3dace598880caf3364690688bc9
/plugins/MacAU/SlewOnly/SlewOnly.cpp
a29bf57f1233633964497d77e6f6a799903f454c
[ "MIT" ]
permissive
Atavic/airwindows
aa6802409eb9c7254e405874a267af700cb6ba0d
ac8d974fb5bfa349af37412aa5e1fe2aeea1a8f6
refs/heads/master
2020-03-28T08:38:49.668758
2018-09-09T01:07:53
2018-09-09T01:07:53
147,978,977
1
0
MIT
2018-09-09T00:02:49
2018-09-09T00:02:49
null
WINDOWS-1252
C++
false
false
9,334
cpp
/* * File: SlewOnly.cpp * * Version: 1.0 * * Created: 8/24/11 * * Copyright: Copyright © 2011 Airwindows, All Rights Reserved * * Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in * consideration of your agreement to the following terms, and your use, installa...
[ "jinx6568@sover.net" ]
jinx6568@sover.net
5113cfc65d310c22dd384488853ca152ff9072a1
cc36de75760f1e6b92f44edee9a3486362a04f47
/Codeforces/A. Amusing Joke.cpp
0ca1a78dd9e4614d6b3a2afc42c51bc34a31781f
[]
no_license
FahimCC/Problem-Solving
47b29dc0b549be1199d50f0db4aceb0b44a1e0e6
40f65081a4b5f52241a54909a9dd830b23c50586
refs/heads/main
2023-06-23T08:16:47.010515
2021-07-15T16:05:32
2021-07-15T16:05:32
335,132,451
0
0
null
null
null
null
UTF-8
C++
false
false
823
cpp
#include<bits/stdc++.h> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); char a[105],b[105],c[105]; int l1,l2,flag = 0; cin.getline(a,105); cin.getline(b,105); cin.getline(c,105); strcat(b,a); l1 = strlen(b); l2 = strlen(c); multiset<ch...
[ "ffnasif@gmail.com" ]
ffnasif@gmail.com
983c301aed130109afac3594071070b83c52dc69
d644ba781ec4033f5dd6c9aa64aaf4f4e2b036e8
/WordSearch V4 Dump/DiskWordSearch/WordToFilePathMapping.h
76954aedcd46b386efd08156a3b76e9c4c30304c
[]
no_license
somesh-ballia/WordFrequency
34cd793d09023af458ce37de5241e52aa778daa3
0c29f2fd8b684793302759b8388ec7d634cff5d1
refs/heads/master
2021-01-19T11:22:00.634265
2017-04-11T16:48:30
2017-04-11T16:48:30
87,957,925
0
0
null
null
null
null
UTF-8
C++
false
false
313
h
#pragma once #include <WordList.h> class WordToFilePathMapping { public : file_path_structure* insert(file_path_structure* start,char* file_path); private: //file_path_structure* start; file_path_structure* allocateMemoryForNewNode(); bool search(file_path_structure* start,char* file_path); };
[ "somesh.ballia@gmail.com" ]
somesh.ballia@gmail.com
a3a2486a2856cea22f74cf003015cad6fd0022a3
414c1843ea42a05b2b905c1d98869c0933f70692
/ChaiOS/TrueType.h
c535d2b1681cc304c11a9bf74c6fe722bb44f767
[ "MIT" ]
permissive
killvxk/ChaiOS
7522c9bd92aa56d2fab94a469d56064f1a9cc7b4
9a4d1f18c8de6771e052601e63c4193050748bba
refs/heads/master
2020-03-06T23:07:19.684544
2016-01-20T18:09:24
2016-01-20T18:09:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,067
h
/********************************************************** ChaiOS 0.05 Copyright (C) 2012-2015 Nathaniel Cleland Licensed under the ChaiOS License See License for full details Project: CHAIKRNL File: TrueType.h Path: c:\Users\Nathaniel\Documents\Visual Studio 2013\Projects\ChaiOS\ChaiOS\TrueType.h Created by Nathani...
[ "chaios.project@gmail.com" ]
chaios.project@gmail.com
1c5fa573d19a7f1bf1f0189b3098fa2d02a16cf7
4e205b405f728c7642c28a2e374d52fc3b5c6045
/src/densematrix.cc
78eb3afff75324d57ac2828f62db3cef15c83f8e
[ "MIT" ]
permissive
tshev/faster-FastText
b558a47996ef09f51bec47bddd4081a2b69b91b9
ce6f212ff8d9ec859d937fd55f3b5000e2728523
refs/heads/faster-fastText
2021-06-22T11:53:06.165454
2021-02-02T08:18:19
2021-02-02T08:18:19
184,476,473
16
0
MIT
2019-06-24T12:39:03
2019-05-01T20:20:41
HTML
UTF-8
C++
false
false
3,597
cc
/** * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "densematrix.h" #include <exception> #include <random> #include <stdexcept> #include <utility> #inclu...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
723126ea844d3c0b9758ce32140e1850c7c1b12f
ab136717c0193ac56e49d2b5bf7202bd3ca7e1dd
/game.cpp
c5e98a8e20769b0dd7f25f7f9bcebc6efb434fe3
[]
no_license
aniruddhavpatil/3d-block-puzzle-game
0866e14e42df59ed219fb5de3e799d5ba990bd2e
d025c7c1421afb2f11eaaaba458fdb77ecbeed58
refs/heads/master
2021-06-12T14:32:41.198801
2017-03-05T10:52:36
2017-03-05T10:52:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
54,305
cpp
#include <iostream> #include <cmath> #include <fstream> #include <vector> #include <ao/ao.h> #include <mpg123.h> #include <unistd.h> #include <cstdlib> // #include <GL/glew.h> // #include <GL/gl.h> #include <glad/glad.h> #include <GLFW/glfw3.h> #define GLM_FORCE_RADIANS #include <glm/glm.hpp> #include <glm/gtx/transf...
[ "aniruddhavivekpatil@gmail.com" ]
aniruddhavivekpatil@gmail.com
825e17054a8efc0cc534eb0bcff7c75261fe0d04
649d61a64e19cc44892ecad0dd8fe6164ce594a7
/Student_Cuda/src/cpp/core/mainCore.cpp
59e0f98c585e13d79dd25abb1f6eb85e412b9651
[]
no_license
thegazou/CUDA
ec2cebb4ba89679cf06d61af758d650c20508407
e2b3828cbd63314e7ddcb9d1ebb0b87f3eb4af7f
refs/heads/master
2021-01-17T21:22:16.519938
2017-05-02T15:33:19
2017-05-02T15:33:19
84,175,648
0
1
null
null
null
null
UTF-8
C++
false
false
1,761
cpp
#include <iostream> #include <stdlib.h> using std::cout; using std::endl; /*----------------------------------------------------------------------*\ |* Declaration *| \*---------------------------------------------------------------------*/ /*--------------------------------------*\ |* Imported *| \*--...
[ "thegazou@romandie.com" ]
thegazou@romandie.com
fd916ea5e74d8c73f2b46f69c66b87d2a4a6d407
4bf4c257299f2e70b387483cb348c5060ede309d
/xrootd-ndn-oss-plugin/src/xrdndn-consumer/xrdndn-consumer.hh
ef7e0558eea06bab7ca0f48165bf46cbfee87f1c
[ "MIT" ]
permissive
cmscaltech/sandie-ndn
ba436f1b7c1c923cc0e0147b91e2de7ee14d3f19
528efdaaa6da4b6528b12b201f2648f54088503b
refs/heads/master
2023-08-15T08:36:54.891243
2023-07-22T11:13:04
2023-07-22T11:13:04
136,227,335
6
4
MIT
2023-02-25T09:43:21
2018-06-05T19:49:51
C++
UTF-8
C++
false
false
5,631
hh
// SANDIE: National Science Foundation Award #1659403 // Copyright (c) 2018-2020 California Institute of Technology // // Author: Catalin Iordache <catalin.iordache@cern.ch> // // This software is released under the MIT License. // https://opensource.org/licenses/MIT #ifndef XRDNDN_CONSUMER_HH #define XRDNDN_CONSUME...
[ "catalinn.iordache@gmail.com" ]
catalinn.iordache@gmail.com
f7671b80bd014e1c4accfeab36c0776bc883dd33
efd9ae8af32d1b5d9f357caddbbeeb7c8f6ff0e6
/tools/experimental/mcrl2ide/rewritedock.h
3a6ba6cfb939c7c3bbc5519b4bc73b29207571c4
[ "BSL-1.0" ]
permissive
tneele/mCRL2
2a92ecd54d4d91dc7fb6847f64ee0760f240c15d
8f2d730d650ffec15130d6419f69c50f81e5125c
refs/heads/master
2023-02-09T08:52:00.139060
2018-07-17T14:46:53
2018-07-17T14:47:10
140,435,148
0
0
null
2018-07-10T13:19:21
2018-07-10T13:19:20
null
UTF-8
C++
false
false
981
h
// Author(s): Olav Bunte // Copyright: see the accompanying file COPYING or copy at // https://github.com/mCRL2org/mCRL2/blob/master/COPYING // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // #ifndef REWRITED...
[ "valo13@live.nl" ]
valo13@live.nl
6ecbbbb1f6222b016503e69eb8d8a7b5efce7251
d048a540004fce5d775370932fcd5f23390af4ff
/src/main.h
6c83a047f24025407f29abceaf7c3b4b7be235fb
[ "MIT" ]
permissive
zipcoinproject/zip
2327197df109fcfb743ade0abccd3d33ca252a17
c9bf0e562b02400099028a8ef6eb7649a0ac10a4
refs/heads/master
2020-06-04T00:31:04.001534
2014-08-02T05:24:13
2014-08-02T05:24:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
45,584
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_MAIN_H #define BITCOIN_MAIN_H #include "bignum.h" #include "sync.h...
[ "zipcoin@hotmail.com" ]
zipcoin@hotmail.com
5043be75b06440cc78c14035c135d6a6d3e053c7
473fc28d466ddbe9758ca49c7d4fb42e7d82586e
/app/src/main/java/com/syd/source/aosp/cts/tests/tests/os/jni/android_os_cts_OSFeatures.cpp
bb8e965cc821928abe8c2f2c4a449cfe917b9a72
[]
no_license
lz-purple/Source
a7788070623f2965a8caa3264778f48d17372bab
e2745b756317aac3c7a27a4c10bdfe0921a82a1c
refs/heads/master
2020-12-23T17:03:12.412572
2020-01-31T01:54:37
2020-01-31T01:54:37
237,205,127
4
2
null
null
null
null
UTF-8
C++
false
false
2,867
cpp
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "997530783@qq.com" ]
997530783@qq.com
081ba51c3022c607f88ee4cec870501685919e44
497d8eb635abc914386627e9a227473dc37b4aa9
/testSouboru/main.cpp
3bfe059afe9896156c672878d202470872984b0a
[]
no_license
SlowerPhoton/Programy
95046679148bf1cd3a9bf7783663abb5e377be9a
09e06f354bed24e924fc1390528966d07e66041f
refs/heads/master
2021-05-04T10:32:17.631466
2017-07-02T16:25:22
2017-07-02T16:25:22
45,566,502
0
0
null
null
null
null
UTF-8
C++
false
false
1,330
cpp
#include <iostream> #include <fstream> #include <iomanip> #include <string> using namespace std; int main() { int radky=1, sloupce=2; //cin>>radky>>sloupce; char vstup='a'; ifstream zadani; zadani.open("zadani5.in"); zadani>>sloupce; zadani>>radky; bool okna[radky][sloupce]; strin...
[ "romansolar@email.cz" ]
romansolar@email.cz
37fb0035704c725f17f5b55e7a668d9d36356ca0
e04f52ed50f42ad255c66d7b6f87ba642f41e125
/appseed/aura/aura/os/ios/ios_file_watcher.cpp
8e0bedc5382276aa531db48f11cef100c3f54f41
[]
no_license
ca2/app2018
6b5f3cfecaa56b0e8c8ec92ed26e8ce44f9b44c0
89e713c36cdfb31329e753ba9d7b9ff5b80fe867
refs/heads/main
2023-03-19T08:41:48.729250
2018-11-15T16:27:31
2018-11-15T16:27:31
98,031,531
3
0
null
null
null
null
UTF-8
C++
false
false
13,111
cpp
/** Copyright (c) 2009 James Wynn (james@jameswynn.com) 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 uxse, cxopy, mxodify, m...
[ "camilo@ca2.email" ]
camilo@ca2.email
c649f3aab0022c60214b76a7f2047aa050fce467
8cf763c4c29db100d15f2560953c6e6cbe7a5fd4
/src/qt/qtbase/src/corelib/tools/qstringmatcher.h
00e5fc1587594f6d9ca698e9fb8ca36739e8cddf
[ "LGPL-2.0-or-later", "LGPL-2.1-only", "GFDL-1.3-only", "Qt-LGPL-exception-1.1", "LicenseRef-scancode-digia-qt-commercial", "LGPL-3.0-only", "GPL-3.0-only", "LicenseRef-scancode-digia-qt-preview", "LGPL-2.1-or-later", "GPL-1.0-or-later", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0...
permissive
chihlee/phantomjs
69d6bbbf1c9199a78e82ae44af072aca19c139c3
644e0b3a6c9c16bcc6f7ce2c24274bf7d764f53c
refs/heads/master
2021-01-19T13:49:41.265514
2018-06-15T22:48:11
2018-06-15T22:48:11
82,420,380
0
0
BSD-3-Clause
2018-06-15T22:48:12
2017-02-18T22:34:48
C++
UTF-8
C++
false
false
2,957
h
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** License...
[ "ariya.hidayat@gmail.com" ]
ariya.hidayat@gmail.com
699879c52e32b4f2f753075a78d38d225d54ee03
6581cff177dcd5d784ed637249c4a6629fb959d5
/phantommenace/phanotommenace.cpp
7717c351638b5f8849774f7975c09d7eb7ba010c
[]
no_license
MohitYnwa/ETH-Algo-Lab
3b538a141a58482169d8413767f36261aefa72b6
f565821497498c872fd5fdd32bd4ebd2f1ed4040
refs/heads/master
2021-01-10T16:26:45.534710
2015-11-23T17:24:17
2015-11-23T17:24:17
46,734,551
0
0
null
null
null
null
UTF-8
C++
false
false
1,982
cpp
#include <iostream> #include <boost/graph/adjacency_list.hpp> #include <boost/graph/push_relabel_max_flow.hpp> #include <boost/tuple/tuple.hpp> #include <map> using namespace std; using namespace boost; typedef adjacency_list_traits<vecS, vecS, directedS> Traits; typedef adjacency_list<vecS, vecS, directedS, no_prope...
[ "mht.dubey1@gmail.com" ]
mht.dubey1@gmail.com
344ee48da6b21cc27bee710d758961aae5d41095
2e1737bea645aacb1efa835ea8d682392a2711e4
/ServerDemoBufLib/boost/asio/detail/win_fenced_block.hpp
cbb5aae308a0d7cfdbb652e421213a1ce6c0e268
[]
no_license
w747351274/ChatServer
3acf579bbebf6471327d599bf263afe2b5cd678c
b7dec568c9dfc60b5bb1446efbc3ded6ad2f1ba6
refs/heads/master
2020-03-31T17:50:57.408048
2019-10-25T01:09:17
2019-10-25T01:09:17
152,436,301
0
0
null
null
null
null
UTF-8
C++
false
false
2,290
hpp
// // detail/win_fenced_block.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #if...
[ "jianglei.wang@quanshi.com" ]
jianglei.wang@quanshi.com
8b19372c33b799527346c18620bc6a5ba396cfcf
a78debc4613faffd893da4ce683401dfe310aa8a
/Engine/engine.cpp
1379305ac1d93b378e282ab016f61c3e8d0ccc19
[]
no_license
zentrev/Game_Libraries
651ad5eb7ad24ab12ca46d730af65bdb03ff7f50
4cc35ef5245149c85c363eb1baf055bbbcb109ad
refs/heads/master
2020-03-21T17:03:04.115814
2018-06-28T20:29:59
2018-06-28T20:29:59
138,810,192
0
0
null
null
null
null
UTF-8
C++
false
false
1,207
cpp
#include "engine.h" #include "textureManager.h" #include <cassert> bool Engine::Initialize() { SDL_Init(SDL_INIT_EVERYTHING); m_window = SDL_CreateWindow("Game", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 800, 600, SDL_WINDOW_SHOWN); m_renderer = SDL_CreateRenderer(m_window, -1, 0); m_textureManager = new ...
[ "c.t.raines.iii@gmail.com" ]
c.t.raines.iii@gmail.com
8e8225e9d0fd701bbefbe4709cfc9c03d09e5032
6cb9e0f12f0a78822b4147cb6f8e81788fec4564
/cell_game/cell_game/cell.h
13e5f084ae2639d15f2191c8933bc6732e4546a0
[ "BSL-1.0" ]
permissive
chaosengineer/CellGame
dc8fb0a7b5a8ae6a048d508bf4edcfe426db3b84
f22cf8b5dadc4396a39640c79764eb7351e670a4
refs/heads/master
2020-05-18T19:23:22.552349
2014-10-25T16:08:25
2014-10-27T13:09:28
25,723,162
2
0
null
null
null
null
UTF-8
C++
false
false
635
h
/* Copyright (C) 2014 Chaos Software Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt. */ #pragma once #include <vector> #include "vector2d.h" namespace chaos { namespace cell { class ICellAI; class Cell { public...
[ "ivan.komitov@chaosgroup.com" ]
ivan.komitov@chaosgroup.com
1042b7bfb6ab77f7c3af93f640af572eb3848548
4223cc25e70180dd7aef1ed53a16e90f239e5ccc
/CPUT/CPUT/CPUTGuiControllerDX11.cpp
f16ce78fef5e8fd3cae3871f30c3fd47cebb807e
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
jccosta/CloudySky
a285fcec90ecad145830f4eb8741dffa413f49fe
66f9bbdf2d933d00077bee0315ba3d33c96d5712
refs/heads/master
2021-01-20T15:30:50.380158
2017-04-21T20:20:33
2017-04-21T20:20:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
37,035
cpp
///////////////////////////////////////////////////////////////////////////////////////////// // Copyright 2017 Intel Corporation // // 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 // /...
[ "marissa@galacticsoft.net" ]
marissa@galacticsoft.net
90a4fc992143290274dc04558c3be5aa20082733
53f0db0b2da67c20eccc5a88dc59101abe0bd186
/llvm/lib/Target/MOS/MOSFrameLowering.h
a7ac9bff4c1724f2d83679b946359c5d18ab7626
[ "Apache-2.0", "NCSA", "LLVM-exception" ]
permissive
rdrpenguin04/llvm-mos
7a3db389e7537c5af5afa1df85fbaaeaf280e069
0f420dd69841e11c7b10cb782921291d73f751a3
refs/heads/main
2023-08-13T20:51:38.945099
2021-09-19T17:25:39
2021-09-19T20:48:01
407,996,988
0
0
null
2021-09-19T00:29:31
2021-09-19T00:29:30
null
UTF-8
C++
false
false
2,647
h
//===-- MOSFrameLowering.h - Define frame lowering for MOS ------*- C++ -*-===// // // Part of LLVM-MOS, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===-----------------------------------...
[ "mysterymath@gmail.com" ]
mysterymath@gmail.com
ba6b016eff95dfb5e3d6106a6a67ed998487742c
c6551fc92088db6d2a8481fd974994f1880ec198
/evita/dom/os/directory.cc
4a04368beb09a15b441dd2b2a29e92c0dacc4177
[]
no_license
eval1749/evita
dd2c40180b32fada64dce4aad1f597a6beeade8a
4e9dd86009af091e213a208270ef9bd429fbb698
refs/heads/master
2022-10-16T23:10:07.605527
2022-10-04T07:35:37
2022-10-04T07:35:37
23,464,799
3
3
null
2015-09-19T20:33:38
2014-08-29T13:27:24
C++
UTF-8
C++
false
false
1,786
cc
// Copyright (c) 2015 Project Vogue. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "evita/dom/os/directory.h" #include "evita/dom/os/file_status.h" #include "evita/dom/os/io_error.h" #include "evita/dom/promise_resolver.h" #includ...
[ "eval1749@gmail.com" ]
eval1749@gmail.com
7e9cca9db0d66b2d261a2d408a90674ff86f776e
c3d8be32c7e70f6c179256f7de945b90a2aeddd9
/TP3/almost_shortest_path_timelimit.cpp
6090458f83213398c988fb6804f01c4444e0d524
[ "MIT" ]
permissive
Mael-zys/INF280
9a559462e314923079db5fc5eab0b63e6324503f
a4e4ce3de847d0eeadd5e52da7ec3c5dac6016c9
refs/heads/main
2023-06-06T06:35:07.320933
2021-06-22T19:54:28
2021-06-22T19:54:28
378,279,847
0
0
null
null
null
null
UTF-8
C++
false
false
1,952
cpp
#include<stdlib.h> #include<iostream> #include<vector> #include<limits.h> #include<queue> #include<utility> using namespace std; // calculate the min distance and the path between each S and D, and then return the min distance in this graph int Dijkstra(vector<vector<int>> &v, vector<int> &path, int S, int D) { v...
[ "a974612694@outlook.com" ]
a974612694@outlook.com
044cb7c69409293523196462bb229dbda17491ef
cf103a57a16b591dfaa68fec40e2d78be543d123
/9.Stack and Queue/6.Sum_subarray_minimum.cpp
88c75d06db10463f9e68955170697b9ba32aa866
[]
no_license
shubham-gupta-17/Interview-Preparation
56366d9b1fdbffa2ddb0086ef588c5f5a418d074
0b27098ba8638c65997fab327609df3f645baed1
refs/heads/master
2023-02-15T00:07:00.286859
2021-01-06T05:56:21
2021-01-06T05:56:21
270,090,687
0
0
null
null
null
null
UTF-8
C++
false
false
1,166
cpp
#include<bits/stdc++.h> using namespace std; // leetcode 907 int sumSubarrayMins(int *arr,int n) { if(n==0) return 0; int mod=(int)1e9+7; stack<int> st; int *left=new int[n](); int *right=new int[n](); // initialise for(int i=0;i<n;i++){ right[i]=n-i; l...
[ "39772611+shubham-gupta-17@users.noreply.github.com" ]
39772611+shubham-gupta-17@users.noreply.github.com
cbc5098495e4247da6ffecc884a383e9dd3d5880
0f12e95c6bc002c7cf5b18a6a398a766144ad185
/examples/ThemeTest/ThemeTest.ino
94d21a98a83966977ac14bebd0dbba48b7062fb1
[ "MIT" ]
permissive
per1234/ThemeTest
8c2d1fcb5b021eddd5306239d689784a4492ae03
be721bcd3fb4a0ff889a7939250fcea4256f0f44
refs/heads/master
2020-04-13T11:53:14.810528
2019-06-11T00:38:18
2019-06-11T00:38:18
68,097,706
12
8
null
null
null
null
UTF-8
C++
false
false
1,441
ino
keywordKEYWORD1 //editor.data_type.style keywordKEYWORD2 //editor.function.style keywordKEYWORD3 //editor.function.style keywordLITERAL1 //editor.reserved_word_2.style keywordLITERAL2 //editor.function.style keywordRESERVED_WORD //editor.reserved_word.style keywordRESERVED_WORD_2 //editor.reserved_word_2.style keyw...
[ "accounts@perglass.com" ]
accounts@perglass.com
52c820fc89f07dc110cb2605b425339d645c6d41
db3b085d00c89ed16bd9e78e132c4558848e6866
/1447_Simplified_Fractions.cpp
c163553c768a5391d436d0a934ac9bc7dffd7693
[]
no_license
zkxshg/Test_of_LeetCode
23e4bcd814499c26940659614607f0782c764b09
8a3c2d43ed0b5815c5fb2d2bb4d59e586aae9dba
refs/heads/master
2023-08-22T16:08:04.801856
2023-08-09T22:43:56
2023-08-09T22:43:56
230,379,638
1
0
null
null
null
null
UTF-8
C++
false
false
663
cpp
// https://leetcode.com/problems/simplified-fractions/ // math class Solution { public: int gcd(int m, int n) { int t = 1; while (t != 0) { t = m % n; m = n; n = t; } return m; } vector<string> simplifiedFractions(int n) { vec...
[ "zkxshg@126.com" ]
zkxshg@126.com
bc01b1ea6ffc140aa72998f02dff2dd796d7d8b9
1a76cdf3b8776c238f0fecaca9c9491145106ec6
/SDK/FN_RadialPicker_functions.cpp
10d2a983acb6bc389e219ff995510b1f54ed769c
[]
no_license
JimmyJones97/aasd
9af6e9c83eec4d1b4c76c601c2ccba814ce8a1c0
1961458db5ef577e6f013ca9ea744dcd48f2b4ad
refs/heads/master
2022-02-19T11:47:42.191429
2017-10-27T11:59:07
2017-10-27T11:59:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,457
cpp
// Fortnite SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "../SDK.hpp" namespace SDK { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- // Function RadialPicker.RadialPicker_C.SetSho...
[ "joker@slaughter-gaming.de" ]
joker@slaughter-gaming.de
61f1c94cccf2a4b434a72b5b075d0e3c22756a21
33b567f6828bbb06c22a6fdf903448bbe3b78a4f
/opencascade/StepGeom_CurveReplica.hxx
8958c75e2f0fcaba3ec89239ef315d818078122c
[ "Apache-2.0" ]
permissive
CadQuery/OCP
fbee9663df7ae2c948af66a650808079575112b5
b5cb181491c9900a40de86368006c73f169c0340
refs/heads/master
2023-07-10T18:35:44.225848
2023-06-12T18:09:07
2023-06-12T18:09:07
228,692,262
64
28
Apache-2.0
2023-09-11T12:40:09
2019-12-17T20:02:11
C++
UTF-8
C++
false
false
2,057
hxx
// Created on: 1995-12-01 // Created by: EXPRESS->CDL V0.2 Translator // Copyright (c) 1995-1999 Matra Datavision // Copyright (c) 1999-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the te...
[ "adam.jan.urbanczyk@gmail.com" ]
adam.jan.urbanczyk@gmail.com
5fd2b42df9e1ed391bd5e4490108c1e9cf662a3c
815533e275a2973a56d4837c97b4b9dff213804c
/MP1/nmcast.cc
a26914138df36886df29e775668eb08443fea910
[]
no_license
jcmcclurg/ECE428
99e90f68e71208bafd1d4965d8ef21dd02570642
33417240cac9b5cb8d79b730b6f8a1691025d7ee
refs/heads/master
2021-01-10T08:54:58.087442
2013-05-01T17:17:29
2013-05-01T17:17:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,642
cc
#include <climits> #include "mp1.h" #include "rmcast.h" //! The global state information GlobalState* globalState = NULL; Heartbeat* heartbeat; char encodeBuffer[1000]; static void heartbeat_failure(int sig, siginfo_t *si, void *uc) { int failedId = si->si_value.sival_int; #ifdef DEBUG cout << "No...
[ "jcmcclu2@linux6.ews.illinois.edu" ]
jcmcclu2@linux6.ews.illinois.edu
8f1cd9d662eb2e30bcb389c360358ba1be82342e
3f62cd0f3000325169a6ee2eef9a3a25c87803ff
/old/KBSESA1_game_wNC/Player.h
8df60c54230ca964ee9a61c34789c4451f8da956
[]
no_license
DH1994/KBSESA
ad5f27ccb1d0ea61b1d131fea3b23ff269714669
9a4a3430d7f72a75c324d80c3e26f67aa6745259
refs/heads/master
2020-01-23T21:50:41.527726
2016-12-06T09:19:50
2016-12-06T09:19:50
74,739,705
1
0
null
null
null
null
UTF-8
C++
false
false
656
h
#ifndef Player_h #define Player_h #include "Arduino.h" class Player{ public: Player(); void setPosition(uint8_t xPos_g, uint8_t yPos_g); bool updatePlayer(uint8_t dir, uint8_t FV_L, uint8_t FV_R, uint8_t FV_U, uint8_t FV_D); uint8_t getBlockResetX(); uint8_t getBlockResetY(); bool getBlockResetOffsetX(); ...
[ "dennis@hergaarden.nl" ]
dennis@hergaarden.nl
75e92368eb022f73350b67a47b7c6d58c489d1e5
8b8e188d166fca740766d80b639f3815a952b13c
/include/snake.hpp
015b385c33f2fed8deb4fa406962035d2712a9cf
[]
no_license
alextousss/snake
1f3324e0b88b885f7313b2bbbf6bb3e16dc05c95
82753541aec710fe5bd3726729d76a03e91e6502
refs/heads/master
2021-09-12T04:40:18.019566
2018-04-14T10:51:58
2018-04-14T10:51:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,354
hpp
#ifndef DEF_SNAKE #define DEF_SNAKE #include <SFML/Graphics.hpp> #include <iostream> #include <deque> #include <queue> #define UPDATE_PERIOD 110 enum direction_t { NORTH, WEST, SOUTH, EAST }; class Snake : public sf::Drawable { public: Snake(); Snake(sf::Vector2f coord, float q); void addCoords(std::vector<...
[ "belzebalex@users.noreply.github.com" ]
belzebalex@users.noreply.github.com
eb3243dec37964d04619e14a070020f03b0b1497
dcb65209364c0075af54d287eb0f3e43cb2a8201
/uilib/windowless/ScrollBar/WLScrollBarArrow.cpp
90500a0625c1fbc967c92e46bb61ec6177348d20
[]
no_license
freshlife001/foundit
0f8f35994d90a67a9fdc7c9f6a27c9b613c97083
e2a60b67df692ebf5682d8c1b3bd60f6afcb2738
refs/heads/master
2021-08-11T12:59:02.533883
2015-05-16T07:55:51
2015-05-16T07:55:51
null
0
0
null
null
null
null
GB18030
C++
false
false
2,238
cpp
#include "StdAfx.h" #include "WLScrollBarArrow.h" #include "common/MemoryLeakChecker.h" WLScrollBarArrowImp::WLScrollBarArrowImp(void) : m_uFirstLDownTimer(TIMERID_SCROLLBAR_ARROW_FIRSTDOWN) , m_uKeepLDownTimer(TIMERID_SCROLLBAR_ARROW_KEEPDOWN) { } WLScrollBarArrowImp::~WLScrollBarArrowImp(void) { } ///...
[ "baoge_pmb@hotmail.com" ]
baoge_pmb@hotmail.com
ee3641691f9c277c1086e7b25e6f89dc2f94649a
77a5de05f6865af633278dcd4bfce4b73228c2b2
/c++ file/copy.cpp
1f92e00019694dc3b885d41a98fe565afad9efff
[]
no_license
201851019-iiitv/CPP-WorkSpace-
267f60cdce265b0c29bcb3c5ae93826e5395afb4
6e1af40478b1ba0336fca19f24aecb365ee95e89
refs/heads/master
2023-06-16T18:52:13.565321
2021-07-14T03:38:40
2021-07-14T03:38:40
346,948,019
1
0
null
null
null
null
UTF-8
C++
false
false
756
cpp
// Created by Ambesh kumar #include "bits/stdc++.h" #define ll long long # define loop(x,n) for(int x = 0; x < n; ++x) #define constloop(x,a,n) for(int x = a; x < n; ++x) #define revloop(x,a,n) for(int x = a; x > n; x--) using namespace std; int main() { #ifndef ONLINE_JUDGE freopen("input.txt","r"...
[ "201851019@iiitvadodara.ac.in" ]
201851019@iiitvadodara.ac.in
d70f33578818759ff9e7369a881b45918e0b78ae
6be1f0c4d441a2da9d752f05abae9256e55de5ea
/om/glue/ObjectModelDelegate.hpp
69574057e9280fcae07510e0a35211707269fb77
[ "Apache-2.0" ]
permissive
arianneb/b9
eb475fe23f67517540eb51caf93ec5b970687b9b
4602f6cf3c742488698e8f9227aab49892867601
refs/heads/master
2021-09-13T09:22:38.336384
2018-04-27T18:31:59
2018-04-27T18:31:59
104,790,456
0
0
null
null
null
null
UTF-8
C++
false
false
10,166
hpp
/******************************************************************************* * Copyright (c) 1991, 2017 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution and is available at http...
[ "rwy0717@gmail.com" ]
rwy0717@gmail.com
454f4ceeb11d6acca45b958901a853247a0c1ff2
4bc239619d4511d4551909d0e4353e71f0b2f439
/Практическое задание 3/Контрольные задния/Zadanie_4_sln/Zadanie_4/Zadanie_4.cpp
6a8b362324dbb151fc3bcc46e57352cd2ea7376e
[]
no_license
87053334313/c-
d8f2987a33f014b5ae05938963ea98e5d1303e09
be9dbe9ede40340a60b0336a5913a372c9d3be0c
refs/heads/main
2023-07-03T10:19:13.109791
2021-07-30T15:48:29
2021-07-30T15:48:29
383,513,247
0
0
null
null
null
null
UTF-8
C++
false
false
379
cpp
 #include <iostream> double Suma(double n); using namespace std; int main() { system("chcp 1251"); cout << "Введи количество раз умножать 5 на счетчик +1\n"; double x ; cin >> x; double rez = Suma(x); cout << "Ответ = "<<rez; } double Suma(double n) { double s = 5 * n; if (s <= 0) return 0; return s +...
[ "87053334313@mail.ru" ]
87053334313@mail.ru
463e5270c8b074b9383ef110dfe9d602f18b223a
58e27e72cb912a4406ea82f52836771b4b28ef26
/classes/QMC/basic.cpp
0b78d115b348a0148986fc068b86d9dc244e51c2
[]
no_license
RoteKekse/quantumchemistry
825ea17107b918a436fd5173285d42f318d5c5a8
289676f24461ac344d4f14cd4e486f41af904bb5
refs/heads/master
2023-04-18T07:00:52.931854
2021-05-03T12:35:29
2021-05-03T12:35:29
256,152,362
0
0
null
null
null
null
UTF-8
C++
false
false
1,768
cpp
#include <xerus.h> using namespace xerus; void add(std::vector<Tensor>& y,const std::vector<Tensor>& z){ size_t d=y.size(); for (size_t pos=0; pos<d;pos++){ y[pos]+=z[pos]; } } void add(std::vector<Tensor>& y,const std::vector<Tensor>& z, double alpha){ size_t d=y.size(); for (size_t p...
[ "anonymous@mail" ]
anonymous@mail
476072df1b3885195457b2f0e8952a89646988e3
77f8410a1b13402b33806ac45263a61d0c3aba90
/v8/src/ic/ia32/access-compiler-ia32.cc
2614e06d77e06a3c0ccacd59e1e4477ce5055705
[]
no_license
ngot/libv8
93d5a874cffce7373bb13f4cba343d7e906524a5
34abbc81c745a896221918e75dc8658337c7a1f1
refs/heads/master
2021-06-26T07:31:23.672284
2017-09-15T16:22:01
2017-09-15T16:22:01
103,535,365
17
8
null
null
null
null
UTF-8
C++
false
false
1,223
cc
#if V8_TARGET_ARCH_IA32 // Copyright 2014 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #if V8_TARGET_ARCH_IA32 #include "src/ic/access-compiler.h" namespace v8 { namespace internal { #define __ ACCESS_MASM(masm)...
[ "zhuanghengfei@gmail.com" ]
zhuanghengfei@gmail.com
401f8435f10ed0144ea7769971b33ba916c80a81
532bac96477ec47b6a6d1811f0efa398fc4e076f
/Game/IPlayerWeapon.h
1755791a1f5eebe75859e4d0770aa2aa56ee90e8
[]
no_license
pfs5/TopdownShooter
ae14e500f79cf935917155c14f454be764cd936b
6586542d8a64195e070c31d0b9c9e95c9c219a3e
refs/heads/master
2020-03-23T16:50:31.975188
2018-10-23T20:43:33
2018-10-23T20:43:33
141,829,718
0
0
null
null
null
null
UTF-8
C++
false
false
755
h
#pragma once #include "IWeaponReactor.h" #include "ITransformable.h" /** * Interface representing a weapon held by the player */ class IPlayerWeapon : public ITransformable { public: IPlayerWeapon(IWeaponReactor * reactor) : _reactor{ reactor }{} virtual ~IPlayerWeapon() = default; virtual void shootWeapon() = ...
[ "patrikfs5@gmail.com" ]
patrikfs5@gmail.com
60c7de33d657bac1310307c24ac6970d6411e956
10b7668f27ae83afd2db1ed05f8ef26d520ef831
/InitControll.cpp
7ad5131d8abb9e506d4318a44abb0f6158994f2a
[]
no_license
x-heg-las/Zadanie2PKS
49e66c38c4d1511fd89b6ad8afb81b8425d29582
f75e029a23dd4077bc4a9bd23fac11b806f58eb1
refs/heads/master
2023-01-25T00:43:22.237495
2020-12-06T22:49:44
2020-12-06T22:49:44
314,559,399
0
0
null
null
null
null
UTF-8
C++
false
false
11,322
cpp
#define _CRT_SECURE_NO_WARNINGS #include "InitControll.h" #include "Protocol.h" #include "crc.h" #include <iostream> #include <vector> #include <algorithm> #include <windows.h> #include <fstream> #include <string.h> #include <sys/stat.h> #include <locale> #include <codecvt> #include<ios> #include<limits> /// <summary...
[ "heglas.pato@gmail.com" ]
heglas.pato@gmail.com
ec4b21a9abaef8249038399f9d3a3bf8d53f63ee
5b956901fceb2c6549d74c5904644c4fdd40d900
/old_project/0/source/temp/graphics_old/opengl/pixel_shader_impl_opengl.cpp
766f8cf1b441ee0e43a4d56c3cd8d0b239f88c21
[ "MIT", "BSD-2-Clause" ]
permissive
tsukushibito/tempura_old
a65e251a9341b39f845b09552caca49ffa0c1496
173773e9180adbb0b4fe3b89f28399314f26ac7d
refs/heads/master
2021-09-28T18:53:17.311156
2018-11-19T15:22:08
2018-11-19T15:22:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,197
cpp
/** * @file pixel_shader_impl_opengl.cpp * @brief OpenGL pixel shader * @author tsukushibito * @version 0.0.1 * @date 2016-03-29 */ #include "temp/define.h" #ifdef TEMP_GRAPHICS_OPENGL #include "temp/graphics_old/pixel_shader.h" #include "temp/type.h" #include "temp/graphics_old/opengl/opengl_common.h" #include ...
[ "yusuke@yusuke-mac.local" ]
yusuke@yusuke-mac.local
f4b1fb9dc61ca7f53d4d3c491638c2f3c00972c1
25fc60df6aaf2fe9c209c304ff682a803c09c55a
/Tetromino.hpp
13476bc8d02df5401f23fcadc2941a7abed918a3
[]
no_license
masondl/tetromino
dadf0b5046a469d4d220ef255737bc7b15507c94
ac8368676b0694b2b0ff173ea78e056bbfeddd6f
refs/heads/master
2021-01-10T07:21:31.209716
2016-01-03T01:44:43
2016-01-03T01:44:43
48,824,681
0
0
null
null
null
null
UTF-8
C++
false
false
2,352
hpp
#ifndef _TETROMINO_H #define _TETROMINO_H // The different types of Tetrominos - // note: must also be added to next array to appear in game! enum TetrominoType_e { TETROMINO_TYPE_EMPTY, /* * XX * XX */ TETROMINO_TYPE_O, /* * X * XX * X */ TETROMINO...
[ "masondl@uw.edu" ]
masondl@uw.edu
f10741e2698868b18de1486887f941b168fc288a
2d9cc88599935bced7229f0c86d39e823d455143
/src/hmm_local.h
1a19f038d914460a8e52a9765138d69e3328179d
[]
no_license
smsaladi/promals
53cced0b926502724e48dc16558e0b9706b025c1
d8514eff45269dba98711fc2600d9c05f0b01223
refs/heads/master
2022-10-15T06:58:36.017472
2020-06-09T09:24:52
2020-06-09T20:58:02
269,445,877
0
0
null
null
null
null
UTF-8
C++
false
false
2,198
h
#ifndef _hmm_local__ #define _hmm_local__ #include "header_cpp.h" #include "subalign.h" #include "smallnumber.h" #include "mathfunc.h" #include "ScoreType.h" // potentially important parameters: // 1: gap_threshold; 2: beta for profile calculation // generalization of sum-of-pairs scoring class hmm_local { pu...
[ "smsaladi@gmail.com" ]
smsaladi@gmail.com
aa5a3fe641c331827b69caa93b6e3024350a8c3b
d2e640d0131676e0d6f35135ab3474ff699f272b
/libs/dmlf/include/dmlf/colearn/abstract_message_controller.hpp
403954b567d203dd3ba8d6df82d4c5e710563e7c
[ "Apache-2.0", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference" ]
permissive
engineerkatie/ledger
dbb1e062c18db99a96b3d24252953d7103075b81
044d118994cfc53e749ce1d1ed22dad5723067b0
refs/heads/master
2020-07-24T00:23:13.572676
2019-12-09T09:19:20
2019-12-09T09:19:20
207,748,084
1
1
Apache-2.0
2019-09-11T07:17:54
2019-09-11T07:17:54
null
UTF-8
C++
false
false
2,199
hpp
#pragma once //------------------------------------------------------------------------------ // // Copyright 2018-2019 Fetch.AI Limited // // 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 Licen...
[ "42541508+fetch-bot@users.noreply.github.com" ]
42541508+fetch-bot@users.noreply.github.com
3bb71a89e4c6606be63630edfc393e761d3e5f4a
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/CodeJamData/08/84/0.cpp
4699c80cd88220392ce842fe88d2eb025d79be1e
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
UTF-8
C++
false
false
2,773
cpp
#include <string> #include <vector> #include <map> #include <set> #include <queue> #include <stack> #include <cstdlib> #include <cstring> #include <cassert> #include <iostream> #include <sstream> #include <cstddef> #include <algorithm> #include <utility> #include <iterator> #include <numeric> #include <list> #include <...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
bd49f02619a92fe0ee3d3c83ef1caa0fcfa919fe
528e60ed17831a12a2cfebd7f5c0cf4e5cbdedaa
/Assignment1.09/dungeon.cpp
3c2a1f9ebb0a059b0b5321d5dca49e7dbbc7bb61
[]
no_license
LorenzoCh11/Com-S-327
d65b2747140df0a0e4fadc0630643914ae8a34bc
09c19b247efaa59f74d00b52e13447829f13e3e8
refs/heads/master
2020-03-27T06:50:21.970592
2018-12-01T23:24:42
2018-12-01T23:24:42
146,139,268
0
0
null
null
null
null
UTF-8
C++
false
false
30,122
cpp
#include <stdio.h> #include <stdint.h> #include <endian.h> #include <sys/stat.h> #include <sys/time.h> #include <limits.h> #include <errno.h> #include "dungeon.h" #include "utils.h" #include "heap.h" #include "event.h" #include "pc.h" #include "npc.h" #include "io.h" #include "object.h" #define DUMP_HARDNESS_IMAGES 0...
[ "lorenzoc@iastate.edu" ]
lorenzoc@iastate.edu
7b004ab7f8fbb2b2f37826293e95e761404712c9
bc997f47b4cffef395f0ce85d72f113ceb1466e6
/ICPC/Korea/icpc15_g.cpp
088ab0d83ad63a88071f959d030607377e2871dd
[ "LicenseRef-scancode-public-domain" ]
permissive
koosaga/olympiad
1f069dd480004c9df033b73d87004b765d77d622
fcb87b58dc8b5715b3ae2fac788bd1b7cac9bffe
refs/heads/master
2023-09-01T07:37:45.168803
2023-08-31T14:18:03
2023-08-31T14:18:03
45,691,895
246
49
null
2020-10-20T16:52:45
2015-11-06T16:01:57
C++
UTF-8
C++
false
false
2,564
cpp
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> #include <limits.h> #include <math.h> #include <time.h> #include <iostream> #include <functional> #include <numeric> #include <algorithm> #include <stack> #include <queue> #include <deque> #include <vector> #include <string> #include <bitset...
[ "koosaga@gujaehyeon-ui-MacBook-Pro.local" ]
koosaga@gujaehyeon-ui-MacBook-Pro.local
f3ece621159cbbebb73d751bc667948d9283c656
e8c005888de3c6528e3af646291ebd36e271773e
/main.cpp
bd4f873b0ef21105df8f5340dff060107fe85d97
[]
no_license
phonecyber/tree
30c9b7749cfda9323d7ec07f669310b72e7840f8
6d81e6d0d5ccdb1153207cfa0d7857a67f6615b2
refs/heads/master
2020-04-02T12:23:12.049480
2014-10-03T10:57:12
2014-10-03T10:57:12
24,755,233
0
1
null
null
null
null
UTF-8
C++
false
false
2,150
cpp
#include <iostream> #include <cstdlib> #include <ctime> #include <string> #include "tree.h" using namespace std; void main() { Tree<int> mytree, balancedTree, afterDelTree; int randNum, size, del; cout << "How many insertion operations: "; cin >> size; cout << "\nBST Insertion:\n\t"; mytree.data = new int[siz...
[ "webmaster@phonecyber.net" ]
webmaster@phonecyber.net
4b152577ffa18120bcf9751d16c876a99a107a9a
01549f67c1fe454038b103b7ce1bffa3cdd575d1
/src/qt/optionsmodel.cpp
9bf6c396f181a4a4f9321b1f0ef1097505b1b83a
[ "MIT" ]
permissive
TrustTron/TrustronCoin
a78fb00c998013db3c1f41ce5c0ff59d3daca585
0b7f8f2576bf74649dd7a28b7ea9d6d064f0b707
refs/heads/master
2020-03-26T13:40:31.897293
2018-09-18T09:16:32
2018-09-18T09:16:32
144,950,859
0
1
MIT
2018-08-17T06:59:28
2018-08-16T07:09:36
C++
UTF-8
C++
false
false
15,668
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #incl...
[ "vangyangpao@gmail.com" ]
vangyangpao@gmail.com
5458b3e3de3d3602b75778e0d36cc4625e72d440
5716280388036a78f3cad6752b8e2ac215fc2d4a
/hackerRank/journeyToTheMoon.cpp
07da346ddef65c3d061f802394a556f6e63ebf1f
[]
no_license
arshanq/ProgrammingQuestions
3b8a00a8eba807e49f6576dc40415f5353514116
f5dc9ad9a99cf9501827d246a51fcba8409b3b65
refs/heads/master
2020-04-06T04:02:52.252066
2020-01-19T19:19:06
2020-01-19T19:19:06
83,067,910
0
0
null
null
null
null
UTF-8
C++
false
false
1,359
cpp
#include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm> #include <vector> #include <list> #include <queue> #include <set> #include <map> #include <string> #include <sstream> #include <iostream> #include <algorithm> #include <functional> #include <numeric> #include <cstdlib> #inclu...
[ "arshan.qureshi@flipkart.com" ]
arshan.qureshi@flipkart.com
a365bacb020253880ed8e54f1621096b0d6ffda4
7feae995490942cf150efa245cb6dbbe99046f67
/00001-00500/SRM478/Div2/KiwiJuiceEasy.h
5e1fb8ee1c5b0736642ae15808eede7ca2cae379
[]
no_license
y42sora/soraSRM
98cd155efafd6dd0d169b424d7eaf1b1472db2d8
843f6f505b92f2b8e0233a9e05cf64969f85ee37
refs/heads/master
2020-06-29T01:47:27.623056
2013-03-09T14:13:21
2013-03-09T14:13:21
1,360,695
0
0
null
null
null
null
UTF-8
C++
false
false
860
h
#include <algorithm> #include <iostream> #include <map> #include <numeric> #include <set> #include <sstream> #include <string> #include <vector> using namespace std; #define FOR(i,s,e) for (int i = int(s); i != int(e); i++) #define FORIT(i,c) for (typeof((c).begin()) i = (c).begin(); i != (c).end(); i++) #define ISEQ(...
[ "desktop@example.com" ]
desktop@example.com
bda13a6a9d4a6f926440894023a2f53058bbac51
2452ed269cb4e07ae7ab3d95bb17bb9860af165c
/ex02/RobotomyRequestForm.cpp
26ce1e57a2b9a15939730f5424afc6e6a8dd039c
[]
no_license
rengen12/cpp05
2b8ec1ddb84583772dbb18fa9f50c2029b260f1a
db679ff33642c2e092ac9d24b54510cab2fe3f49
refs/heads/master
2020-03-21T16:39:45.451850
2018-06-26T19:36:07
2018-06-26T19:36:07
138,784,350
0
0
null
null
null
null
UTF-8
C++
false
false
2,177
cpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* RobotomyRequestForm.cpp :+: :+: :+: ...
[ "amichak@e3r6p6.unit.ua" ]
amichak@e3r6p6.unit.ua
be48ae7c73ddb1bf1a6256311717e24f01dbf003
29a5aee716ca72a48b7de0765d0451a17e2aecd7
/Userland/API/include/Siwka/graphics.h
bdb73635568b865c76b991b8ed86643fcf0f4c40
[]
no_license
Nvreformat/Siwka-OS
cbe86dfcf4a8f72c2dff44338427a0857425dbf4
53fba2fd58379d53a3501ae4afef0c14140644dd
refs/heads/master
2021-01-10T15:01:52.230762
2015-10-06T16:26:49
2015-10-06T16:26:49
43,773,209
0
0
null
null
null
null
UTF-8
C++
false
false
1,129
h
#ifndef GRAPHICS_H #define GRAPHICS_H #define CHAR_COUNT_X (1920 / 16) #define CHAR_COUNT_Y (1080 / 28) typedef struct { uint32 Width; uint32 Height; uint32 VirtualWidth; uint32 VirtualHeight; uint32 Pitch; uint32 BitDepth; uint32 X; uint32 Y; char* Pointer; uint32 Size; } FramebufferDescription; typedef s...
[ "agustinharasiwka@gmail.com" ]
agustinharasiwka@gmail.com
aa9abc434e0439102f9edf67df9c5b1c818fa34b
1875d1ac8b9cc84afd48d5c04e148c2188d7e1a5
/VulkanHppGenerator.cpp
51770c2e007df6fbea94b7782ae15b18ceaaceef
[ "Apache-2.0" ]
permissive
Wunkolo/Vulkan-Hpp
603318524a588efb9662ddd8eafb50c035597ad1
efe676ab66e7d01f14170db9003ca5bdd5a1a48f
refs/heads/master
2020-04-22T18:17:15.487326
2019-02-13T11:18:49
2019-02-13T11:18:49
170,572,049
0
0
null
2019-02-13T20:08:28
2019-02-13T20:08:27
null
UTF-8
C++
false
false
185,859
cpp
// Copyright(c) 2015-2019, NVIDIA CORPORATION. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
[ "mtavenrath@users.noreply.github.com" ]
mtavenrath@users.noreply.github.com
a6e582f1c77309dac059529453ae2912d954781a
d1ad68da0d7d3a71c2d43d297d6fd3cffbbf75c2
/codeforces/351/a.cpp
243fe1edfa9cfbb76f742e0ebb04059d14d3a170
[]
no_license
hamko/procon
2a0a685b88a69951be7a9217dd32955f9500df57
a822f8089a3063a158d47ea48c54aca89934f855
refs/heads/master
2021-01-17T00:00:10.915298
2020-02-24T06:24:33
2020-02-24T06:24:33
55,990,248
7
1
null
2020-02-24T06:24:34
2016-04-11T16:49:50
C++
UTF-8
C++
false
false
1,187
cpp
#include <bits/stdc++.h> using namespace std; #define rep(i,n) for(int i = 0; i < n; i++) #define pb push_back #define all(x) x.begin(), x.end() template<class T1, class T2> bool chmin(T1 &a, T2 b) { return b < a && (a = b, true); } template<class T1, class T2> bool chmax(T1 &a, T2 b) { return a < b && (a = b, true); ...
[ "wakataberyo@gmail.com" ]
wakataberyo@gmail.com
d33224ed77dacde7bd65be0b7816e33011145519
81beaace24b74eb039ca6d1011850c06b3636041
/Include/Poco/MD4Engine.h
5cbd19075790fb9df811962ff6059c96e2da1598
[]
no_license
passionkk/Business
7179c6f34ff3f1075c017b7fb11ce68e459aee73
7198c99fe74260dcced7060ed26301833192ceca
refs/heads/master
2021-05-11T06:54:45.486522
2018-03-06T01:48:33
2018-03-06T01:48:33
118,002,892
0
0
null
null
null
null
UTF-8
C++
false
false
2,557
h
// // MD4Engine.h // // $Id: //poco/1.4/Foundation/include/Poco/MD4Engine.h#1 $ // // Library: Foundation // Package: Crypt // Module: MD4Engine // // Definition of class MD4Engine. // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Ident...
[ "767313547@qq.com" ]
767313547@qq.com
3e1909e8fcde75502e657bab1ab0c290f4cf2baa
2195aa79fbd3cf2f048ad5a9ee3a1ef948ff6601
/q3/qmimap4/src/buffer.h
d1f436e89bf16abbe8af75c4df0a080767f8ad6a
[ "MIT" ]
permissive
snakamura/q3
d3601503df4ebb08f051332a9669cd71dc5256b2
6ab405b61deec8bb3fc0f35057dd880efd96b87f
refs/heads/master
2016-09-02T00:33:43.224628
2014-07-22T23:38:22
2014-07-22T23:38:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,259
h
/* * $Id$ * * Copyright(C) 1998-2008 Satoshi Nakamura * */ #ifndef __BUFFER_H__ #define __BUFFER_H__ #include <qssocket.h> #include <qsstring.h> #include <vector> namespace qmimap4 { class Buffer; class TokenValue; class Imap4Callback; /*********************************************...
[ "snakamura@8af8166b-12a6-a448-a533-9086ace3f9f6" ]
snakamura@8af8166b-12a6-a448-a533-9086ace3f9f6
6cbe85fd71ae31fd6653e6699d48f049599f005e
1109bbb155423932c02e491b44696fc3bc204f47
/权限维持/addServer/c++/addServer/addServer.cpp
db5c1dc737c1b7118615228f0955c32a23fdc29a
[]
no_license
shigophilo/tools
fc46549339249f109f1579a9572f9abdf11ba4ae
bf77bd0b87eb83283674e807047cce8ac2110f98
refs/heads/master
2023-09-06T09:53:03.103350
2023-08-20T07:29:46
2023-08-20T07:29:46
379,811,949
15
6
null
null
null
null
UTF-8
C++
false
false
1,059
cpp
#include <stdio.h> #include <Windows.h> #include <iostream> #define SERVICE_NAME "Myservice" #pragma comment(lib, "advapi32.lib") void ServiceInstall() { SC_HANDLE schSCManager; SC_HANDLE schService; char binpath[] = "c:\\programdata\\config.exe"; char szPath[MAX_PATH] = { 0 }; if (!GetModuleFile...
[ "shigophilo@gmail.com" ]
shigophilo@gmail.com
9b6ad11d5a859d2452a7383abf865ef6babe3477
5b46738402f4c4f3c46d0e67c0e6fdc08031d9fa
/ojs/cf/703/B.cpp
21f6abbee23ddacca95f6bf71c939ad6f812dc7d
[]
no_license
gafeol/competitive-programming
a57dcd6fbcc7eed9e4aa77815e7cb525c9ace30c
1af50554afe4b869f341b16681618aef0e291534
refs/heads/master
2021-07-07T09:23:51.984327
2021-04-18T18:20:21
2021-04-18T18:20:21
67,904,346
5
0
null
null
null
null
UTF-8
C++
false
false
1,128
cpp
#include <bits/stdc++.h> using namespace std; #define fst first #define snd second typedef unsigned long long ull; typedef long long ll; typedef pair<int, int> pii; #define pb push_back #define for_tests(t, tt) int t; scanf("%d", &t); for(int tt = 1; tt <= t; tt++) #ifndef ONLINE_JUDGE #define debug(args...) fprintf(st...
[ "gabfeol@gmail.com" ]
gabfeol@gmail.com
31f0c25f165cad26dbb02f1caaf2b36fcfc14f7c
a06a9ae73af6690fabb1f7ec99298018dd549bb7
/_Library/_Include/boost/units/base_units/us/minim.hpp
0f458bd4a2462cfb979f4932ae70cabc7b710ef9
[]
no_license
longstl/mus12
f76de65cca55e675392eac162dcc961531980f9f
9e1be111f505ac23695f7675fb9cefbd6fa876e9
refs/heads/master
2021-05-18T08:20:40.821655
2020-03-29T17:38:13
2020-03-29T17:38:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,372
hpp
//////////////////////////////////////////////////////////////////////////////// // minim.hpp // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2007-2008 Steven Watanabe // // ...
[ "adm.fael.hs@gmail.com" ]
adm.fael.hs@gmail.com
9476d4d64ffda7d35874a73717cad9cc2df2f43c
e69198f43d3fd9d3272028ea253bcfe30e9698d6
/cafe/cafe/Function.hpp
e89b7921e89ac001cdd127eeea922b30b69fb26d
[]
no_license
hengne/d0wmass
a8514dfb01db7d9a60aa517e49bb6bc980c8cd24
f25d5ddb4616b00ca1e9ab83c02657844b778c3b
refs/heads/master
2021-01-20T18:20:06.573869
2016-06-05T13:30:24
2016-06-05T13:30:24
60,460,795
0
0
null
null
null
null
UTF-8
C++
false
false
1,211
hpp
#ifndef CAFE_FUNCTION_HPP__ #define CAFE_FUNCTION_HPP__ #include <map> #include "cafe/Processor.hpp" namespace cafe { class Event; /** * A Processor encapsulating a normal C++ function. * The function's signature should be: * * - bool (*FUNC)(cafe::Event& event) * * User fu...
[ "Hengne.Li@cern.ch" ]
Hengne.Li@cern.ch
410d2c2f7d66256160c0916544e3017120bc4adb
a0d97e57842892f29e77fb477441f86078d3a356
/sources/tools/MeasureTool/measuretool.cpp
e27cba65d1f2f613e06469a1e1e11439c3678bd6
[]
no_license
ymahinc/MyTypon
89cac5385edeed2d171392e2160b62bf6ed2fd7f
5fa2548d2cfa909575797474c66361772c9ce397
refs/heads/master
2020-04-27T21:03:20.178564
2019-03-09T10:56:12
2019-03-09T10:56:12
174,682,329
0
0
null
null
null
null
UTF-8
C++
false
false
5,807
cpp
#include "measuretool.h" #include "ui_measuretool.h" #include "global.h" #include <QtMath> #include <QDebug> MeasureTool::MeasureTool(QWidget *parent) : MYToolBase(parent), ui(new Ui::MeasureTool) { ui->setupUi(this); setAcceptRubberband(false); setAcceptAutoExpand(true); setToolName(tr("Ruler")); ...
[ "ymahinc@gmail.com" ]
ymahinc@gmail.com
81beb0a40f9e21faf32223ea4a2dd065d731416a
5782659fd7827a61d3f21043ddb915313c9eabe0
/Windows/Interpreter/src/NotInstruction.cpp
eb4524ac8294cee217860caa6b6af887adcfbc0b
[]
no_license
mlboua/Mini-jaja
5c87d9fd8befda3bfeacf72a0633b3704af9bde6
b6b642a1b92a97b033e91eafe00b06c52494e15a
refs/heads/master
2016-08-04T03:11:56.190242
2015-05-20T11:55:17
2015-05-20T11:55:17
18,727,743
0
1
null
null
null
null
UTF-8
C++
false
false
615
cpp
#include <iostream> #include "NotInstrcution.h" using namespace std; NotInstruction::NotInstruction(string label):Instruction(label) { } string NotInstruction::getLabel() const { return label; } void NotInstruction::setLabel(string label) { label = label; } void NotInstruction::interpret (Memory* mem, int...
[ "b.oua55@hotmail.fr" ]
b.oua55@hotmail.fr
7cecba589846c9d285c7167195d3534b544aa2b5
827a7b6f440cbeffc040f8db6f5030fb98932963
/.localhistory/1530080711$IngressoNidoCellini.ino
2161c421a15fca70e217fe5aacaa9ba55099e5b7
[]
no_license
SenzaNome78/IngressoNidoCellini
4715e47a74e407037c64ccc24c4fb4c767b00a7b
f9dfd45889e895d69ac1505dd0c2586864cf0f29
refs/heads/master
2020-03-18T16:38:33.649675
2018-07-04T06:47:06
2018-07-04T06:47:06
134,977,774
0
0
null
null
null
null
ISO-8859-1
C++
false
false
13,657
ino
#include <Arduino.h> #include <ESP8266HTTPClient.h> #include <ESP8266WiFi.h> #include <LiquidCrystal_I2C.h> #include <SPI.h> #include "LettoreRfid.h" #include "IngressiNidoHelper.h" #include <ESP8266WebServer.h> LettoreRfid rfid; // Istanza della classe LettoreRfid LiquidCrystal_I2C lcd(0x27, 20, 4); // instanza per ...
[ "36788151+SenzaNome78@users.noreply.github.com" ]
36788151+SenzaNome78@users.noreply.github.com
b4a7f73a54bca08c40a40ee8e1338735d01f54fd
fcb8dd129a175b76e1673a9fe1ffda2e8e585ae8
/MeshCPP11/src/btree.hpp
ae0bc3a29f464f64408f464f34b1c165a805209d
[]
no_license
Taris9047/taris-personal-project
bf63d453760b9f0e489390e4a3492ea0fe749037
6fa9be1a6039847c8471d4e28febc144bf80903a
refs/heads/master
2022-06-30T03:28:40.089281
2022-06-04T21:26:32
2022-06-04T21:26:32
32,549,255
0
0
null
2021-05-11T22:45:12
2015-03-19T22:19:58
Fortran
UTF-8
C++
false
false
2,720
hpp
/** * @Author: Taylor Shin <SHINLT+kshin> * @Date: 2017-03-09T07:55:04-06:00 * @Email: kshin@aps.anl.gov * @Last modified by: SHINLT+kshin * @Last modified time: 2017-03-09T10:17:06-06:00 */ /**************************************************** Data structure c++11 Binary tree header file Written by Tay...
[ "talezshin@gmail.com" ]
talezshin@gmail.com
96ff3d2e2fc174ddc7cf1c4e2e5ad75b1dcd71bf
d66ea321bd43ff76305d3d33ebab056251b6d413
/libs/erdas/include/NCSEcw/JPC/JPC.h
0f76cdc7b6996f38d1664fad2fc27cb06dc4d5dc
[]
no_license
winsento/geoserver-ecw
97d498ab6b8ac0f65569206141dcaad6cc57d623
a41ac9ca2dd8e03cc66a109d393237b3e87ea32c
refs/heads/master
2020-12-30T17:11:02.360195
2017-05-12T09:25:58
2017-05-12T09:25:58
91,062,046
1
1
null
null
null
null
UTF-8
C++
false
false
7,904
h
/******************************************************** ** Copyright, 1998 - 2014, Intergraph Corporation. All rights reserved. ** ** FILE: JPC.h ** CREATED: 05/12/2002 3:27:34 PM ** AUTHOR: Simon Cope ** PURPOSE: CJPCclass header ** EDITS: [xx] ddMmmyy NAME COMMENTS **************************************...
[ "pipetc@gmail.com" ]
pipetc@gmail.com
38553ab47e61c7fe5e9b644ba5c0003db2918f8a
031c81c49aa5fef120408d0dcd60d3f31ae48a3e
/src/GroupBoxCustom.cpp
bce1de617f8da9d005ed2151f70f725a8cf6b71d
[]
no_license
Artemiy-d/Conway3D_Figures
02974088d793ec58a73b8f618d56996bcd055ae7
8ee728afda6fe0b75f4e644e32ee1f3bbabd1251
refs/heads/master
2021-01-23T09:28:24.105203
2015-02-20T09:19:17
2015-02-20T09:19:17
20,028,955
0
0
null
null
null
null
UTF-8
C++
false
false
1,224
cpp
#include <QPainter> #include "GroupBoxCustom.h" GroupBoxCustom::GroupBoxCustom(QWidget * _parent) : QWidget(_parent) { } void GroupBoxCustom::setText(const QString &_text) { m_text = _text; repaint(); } void GroupBoxCustom::paintEvent(QPaintEvent * /* e */) { static const int mrgn = 7; static co...
[ "tema_2008@meta.ua" ]
tema_2008@meta.ua
f1e11f0e274a404ff6aa403ee1d7ac60cd190088
5d01a2a16078b78fbb7380a6ee548fc87a80e333
/ETS/EtsEod/EtsEodServer/MsFuturesRoot.cpp
bc708ec1a4327046917c252d05dbbcf6f9633649
[]
no_license
WilliamQf-AI/IVRMstandard
2fd66ae6e81976d39705614cfab3dbfb4e8553c5
761bbdd0343012e7367ea111869bb6a9d8f043c0
refs/heads/master
2023-04-04T22:06:48.237586
2013-04-17T13:56:40
2013-04-17T13:56:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
49
cpp
#include "StdAfx.h" #include "MsFuturesRoot.h"
[ "chuchev@egartech.com" ]
chuchev@egartech.com
2553a105eb4b4eb8908c803e395b8d2da84ac467
7e6f2b1ade2e9d9d3ef853d6276d938baa743bd3
/INLib/inc/SFLib/masterServer/masterStub.h
613b3091e9a20e498821ef55f909494408190160
[]
no_license
cwater11/lop-lib
829e26ac9147a01571783cf81986f9948877d98d
be1898a17ad13492aeaf9724d5d211d90b151359
refs/heads/master
2022-11-09T03:37:46.709689
2020-07-02T14:44:39
2020-07-02T14:44:39
null
0
0
null
null
null
null
GB18030
C++
false
false
2,499
h
////////////////////////////////////////////////////////////////////// // created: 2011/11/01 // filename: SFLib/masterServer/masterStub.h // author: League of Perfect /// @brief /// ////////////////////////////////////////////////////////////////////// #ifndef __SFLIB_MASTERSERVER_MASTERSTUB_H__ #d...
[ "38876514+lop-dev@users.noreply.github.com" ]
38876514+lop-dev@users.noreply.github.com
932adc258f8112265900ae6d5f018c911187f49f
1b4e687954984fd5788936fd855106af70fb6a52
/plinius/Enclave/romulus/common/RomSGX.h
96919741344842cdc18d8a3aeee8bdf5dad84199
[]
no_license
lichong0309/Documents_to_Server
8a40dd95ab0424bab33ed5e3010ef873f36beb75
22f4d7fa99272391ac1e4aa28ef1dc443235e5b7
refs/heads/master
2023-03-07T04:59:29.946145
2021-02-21T11:02:01
2021-02-21T11:02:01
326,889,931
0
0
null
null
null
null
UTF-8
C++
false
false
1,884
h
/** * Author: xxx xxxx * Based of RomulusLog code by: xxxx xxxx, xxxx xxxx, xxxx xxxx */ #ifndef ROMSGX_H #define ROMSGX_H #include <cstdint> //for uint64_t #include <stdlib.h> //for size_t #include <atomic> //for atomic vars #define CHUNK_SIZE_H 1024 #define MAX_SIZE 10 * 1024 * 1024 //100mb #define MAGIC_ID...
[ "chongli0309@gmail.com" ]
chongli0309@gmail.com
2c63e046a826d447cbbd7f789f6aae9c5f59d94c
2c1fa7508b4859d4b26d4780f57bfe83ae453695
/profile/avrcp/tests/avrcp_test_helper.h
594a0ae94bc56bc1875c3cce1e6365d136786f79
[ "Apache-2.0" ]
permissive
MIPS/system-bt
4f0f728c59ec25c0b3b3d318fa59e3493a91647a
2ff331f615b48d3e6de0dfc5f4a56a41f1f9b00c
refs/heads/master
2020-04-16T20:13:18.951328
2018-05-08T01:03:03
2018-05-08T01:03:03
50,675,608
0
0
null
null
null
null
UTF-8
C++
false
false
5,544
h
/* * Copyright 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
[ "apanicke@google.com" ]
apanicke@google.com
fa17f8b621d7a8d4fd5fc18483f4a5f7038e53b8
f564fbbbb8bd4be9ab7c99bcccebdaf278a4e462
/StringUtils/StringBuilder.h
8a0af9c1ec6ad8835cc370f8573a87fcc9f2c4ac
[ "MIT" ]
permissive
thennequin/UtilsCollection
dab13203c20eea9f80150e375faeb16474058d61
6245adddaeb0055683164bdd8792430690ee6f04
refs/heads/master
2023-04-14T10:21:48.794608
2023-04-11T09:51:36
2023-04-11T09:51:36
97,590,712
6
1
null
null
null
null
UTF-8
C++
false
false
1,459
h
#ifndef __UTILS_COLLECTION__STRING_BUILDER_H__ #define __UTILS_COLLECTION__STRING_BUILDER_H__ #include <stdlib.h> // for malloc/free //#define __STRINGBUILDER_USE_STD_STRING__ #ifdef __STRINGBUILDER_USE_STD_STRING__ #include <string> #endif // __STRINGBUILDER_USE_STD_STRING__ class StringBuilder { typedef unsigned ...
[ "cameleonth@gmail.com" ]
cameleonth@gmail.com