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
ffa91ff1f434d1077a8c1c9434c87c33b8e00d66
803c5084fb83c1b50c3bd0734f48f30792f783e1
/SPOJ/redotica.cpp
41b3756f9de45eb2044f430240ad2ad942508127
[]
no_license
guilhermeleobas/maratona
9627570276d4fd843918013c1fd5a702bbada0e4
5d46263b335d2e70b0156001116f7030a068cf5a
refs/heads/master
2022-09-20T11:28:26.367178
2022-09-05T05:20:43
2022-09-05T05:20:43
21,397,024
5
5
null
null
null
null
UTF-8
C++
false
false
1,901
cpp
/* Problema - Rede otica http://br.spoj.com/problems/REDOTICA/ Guilherme Leobas */ #include <iostream> #include <vector> #include <stack> #include <set> #include <map> #include <algorithm> #include <deque> #include <queue> #include <string> using namespace std; typedef pair<int, int> vertice; typedef pair<int, verti...
[ "guilhermeleobas@gmail.com" ]
guilhermeleobas@gmail.com
c7e61c3e28590f59e781a36d2378727a476a87a1
f8bee118391a4657c117dbebd21f508424094863
/sampleCode/ch23/fig23_05/fig23_05.cpp
a62dcfc2af40478f919c9b81c32c2b4b39802022
[]
no_license
BoKiMoMo/myC--ProgramPractice
9ef8b2afe189fbe1aa573f8e2ef0cdce4308658f
bd3602bc79110edfc995cd72b0ffd25296d969f7
refs/heads/master
2023-06-09T05:08:33.366842
2021-06-23T10:36:25
2021-06-23T10:36:25
274,411,954
0
0
null
null
null
null
UTF-8
C++
false
false
2,239
cpp
// Fig. 23.5: fig23_05.cpp // Demonstrating operator keywords. #include <iostream> #include <ciso646> // enables operator keywords in Microsoft Visual C++ using namespace std; int main() { bool a = true; bool b = false; int c = 2; int d = 3; // sticky setting that causes bool values to display as true ...
[ "aacd870624@gmail.com" ]
aacd870624@gmail.com
04fddaee0dcb2a72b0a27c32ad1cb37f9adaac43
970435316dad58c62f7ed82bbc3674eac1d2e493
/dependencies/Pythia8.1/Pythia.cc
c0253f0754c87f39182bd6faea1604c6516e9ff6
[]
no_license
abaty/OpenGL_LHC
24498a435fe79f78f87a5ac85dbec965cdcebb42
6820a088b4d915dd069fd4f16f9108bf164a4362
refs/heads/master
2021-06-15T23:35:23.764215
2018-11-04T21:45:32
2018-11-04T21:45:32
146,665,005
0
1
null
2021-02-15T23:07:30
2018-08-29T22:17:56
PostScript
UTF-8
C++
false
false
74,489
cc
// Pythia.cc is a part of the PYTHIA event generator. // Copyright (C) 2014 Torbjorn Sjostrand. // PYTHIA is licenced under the GNU GPL version 2, see COPYING for details. // Please respect the MCnet Guidelines, see GUIDELINES for details. // Function definitions (not found in the header) for the Pythia class. #inclu...
[ "abaty@mit.edu" ]
abaty@mit.edu
3074d849b28b079c18e8fa61b1b84f6554ab0bf2
e4811f3907453ecd25f0ca03ca9c78e8b0cac96c
/CPP/7zip/Compress/DeltaFilter.cpp
d90f62f59f41884f99ab618a15dce11cc75938cc
[]
no_license
keithjjones/7z
9ddff9b524851be04452fdd72e761f0a26e216d2
174a5af5960d2bbebc7deb3b7bc622f5f62b9a3e
refs/heads/master
2021-01-10T08:48:04.232649
2016-03-17T20:28:37
2016-03-17T20:28:37
48,259,207
5
3
null
null
null
null
UTF-8
C++
false
false
2,627
cpp
// DeltaFilter.cpp #include "StdAfx.h" #include "../../../C/Delta.h" #include "../../Common/MyCom.h" #include "../ICoder.h" #include "../Common/RegisterCodec.h" struct CDelta { unsigned _delta; Byte _state[DELTA_STATE_SIZE]; CDelta(): _delta(1) {} void DeltaInit() { Delta_Init(_state); } }; #ifndef EXT...
[ "keith@keithjjones.com" ]
keith@keithjjones.com
30db1b02df29dfb0cc1e7f42cf7b49767367b94a
4297e2661fff782bd354bbb3494781c325fb4b64
/Algorytmy/Algorytm_Bellmana_Forda/Algorytm_Bellmana_Forda/main.cpp
9a50c2aae9582a309c2b5a899e2faf6659726b39
[]
no_license
SkySurferOne/ASD
28ea5d61ca2fa5ce1ee1bc33cc054f85a6767ac5
dd66ea47c3b4113d6cb467239c4e5ba6aa70bf4e
refs/heads/master
2020-04-15T15:22:44.781536
2016-06-09T21:03:36
2016-06-09T21:03:36
52,558,265
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
1,491
cpp
#include <iostream> // std::cout using namespace std; #define V_SIZE 6 // reprezentacja macierzowa int graph[][V_SIZE] = { // 0 1 2 3 4 5 { 0, 5, INT16_MAX, INT16_MAX, INT16_MAX, INT16_MAX }, // 0 { INT16_MAX, 0, INT16_MAX, 3, 9, INT16_MAX }, // 1 { 3, -4, 0, INT16_MAX, INT16_MAX, INT16_MAX }, // 2 ...
[ "damianhanusiak@gmail.com" ]
damianhanusiak@gmail.com
ac2dc753666ed91a404914cd0bde38776950ca6c
447bc4497533d0b9855794f99556f1ac3b23e968
/src/Assimp/Mesh.cpp
bbc524e23614afdc9814af5377c253c1fcaa6da1
[]
no_license
Aykelith/NoNameEngine
736e1a84e1c25498b43b6c18545a030bd2bb7b0a
d459a68c6fa680335b4eeedd51915b7a1c90dff1
refs/heads/master
2022-08-29T23:53:44.254996
2017-06-17T13:51:49
2017-06-17T13:51:49
94,293,934
0
0
null
null
null
null
UTF-8
C++
false
false
5,249
cpp
#include <Mesh.hpp> #ifdef MODEL_CONSOLE_INFO #include <iostream> #ifdef MODEL_CONSOLE_MESH_INFO #include <sstream> #endif #endif void Mesh::draw(Shader::ShaderProgram& shader) { // Bind appropriate textures // Tip for multi texture: glActiveTexture(GL_TEXTURE0 + i); if (m_materi...
[ "zalexxanderx@gmail.com" ]
zalexxanderx@gmail.com
23c6cbb1927d581868406d35933499478d7c548d
5d03019e2aae9b875ed13355804f8e311a0c5093
/src/qt/guiutil.h
930db60127476d662ef942abfb1469d612990980
[ "MIT" ]
permissive
Minerals-dev/Minerals
344c031cbb8d244e5778f2ee024d26a3ed1e677f
248064691ace4453a79530e458124c93b6de915a
refs/heads/master
2020-05-17T08:03:45.214296
2014-06-19T20:53:22
2014-06-19T20:53:22
21,015,092
0
1
null
null
null
null
UTF-8
C++
false
false
4,245
h
#ifndef GUIUTIL_H #define GUIUTIL_H #include <QString> #include <QObject> #include <QMessageBox> QT_BEGIN_NAMESPACE class QFont; class QLineEdit; class QWidget; class QDateTime; class QUrl; class QAbstractItemView; QT_END_NAMESPACE class SendCoinsRecipient; /** Utility functions used by the Bitcoin Qt UI. */ namesp...
[ "ubuntu@minerals.pro" ]
ubuntu@minerals.pro
d164923a28da65a0685e1984c917014da545f993
67c31ca38e4ea539bfdd93bae33cd13b8798e02a
/Source/EnvelopeComponent.h
6a4807854ab8c23da916652d8a28414b19a20967
[]
no_license
hsetlik/VectorSynth
fcce347479fd8a0e43ecc5595894c873b43ad2f8
ab912c0a095966cc3ffa3d88ae16221533319431
refs/heads/master
2023-04-10T16:00:34.824992
2021-04-28T00:24:57
2021-04-28T00:24:57
345,435,818
3
1
null
null
null
null
UTF-8
C++
false
false
1,527
h
/* ============================================================================== EnvelopeComponent.h Created: 7 Mar 2021 8:12:47pm Author: Hayden Setlik ============================================================================== */ #pragma once #include "SliderTypes.h" #include "DAHD...
[ "haydensetlik@gmail.com" ]
haydensetlik@gmail.com
825bdcbb1ffb0a1812608ea8a1ab5e4a41c069cd
a93f5a41959faa793f4f22c439ad4c1ea92668b8
/AtCoder/abc_088/main_d.cpp
a1cf8016c83dfe0613b77efcc25f657aa4b490c1
[]
no_license
admiswalker/i-am-learning-coding
08a473da773d0e2e67d44462c2d7dee83fa0adac
9c0d152d313aae06affdf0823fd59a188705d8f8
refs/heads/master
2021-07-07T05:21:09.871137
2020-12-21T23:55:42
2020-12-21T23:55:42
218,574,075
0
0
null
null
null
null
UTF-8
C++
false
false
2,828
cpp
// ref: antsbook page. 37~ 39 // ref: https://atcoder.jp/contests/abc007/submissions/8568869 //#define _GLIBCXX_DEBUG #include <bits/stdc++.h> typedef int64_t int64; typedef uint32_t uint; typedef uint64_t uint64; using namespace std; //--- template <typename T> inline void print(const T& rhs){ std::cout<<" = "<<rhs...
[ "admiswalker@gmail.com" ]
admiswalker@gmail.com
f0dc27e07c656325d5e385bb0a32e5c5b57ae508
48fee5936689dfd02453d1e4d1160668077afa28
/prj_Qt/mvcEditable/modelle.cpp
2032a7f81d4d702fb6db0e331a07f897143d57d1
[]
no_license
roboturx/aa
0996f1592685a810ff72886587a440ce711928b9
103870ab4a2b1335cdeb1ecdafecf26ce119e58c
refs/heads/master
2023-04-13T08:24:07.648807
2023-04-11T14:44:49
2023-04-11T14:44:49
130,236,963
3
0
null
null
null
null
UTF-8
C++
false
false
1,699
cpp
#include "modelle.h" Modelle::Modelle(QObject *parent) : QAbstractTableModel(parent) { } Modelle::~Modelle() { } //----------------------------------------------------------------- int Modelle::rowCount(const QModelIndex & /*parent*/) const { return ROWS; } //-----------------------------------------------...
[ "roboturx@gmail.com" ]
roboturx@gmail.com
ddef3ed94e1bf72e9313b30d59ac820b8233c621
6002bd65a12639a655113e1e9870a660113f25db
/src/metrics/Metrics.cpp
a6d4e1e96adf185bcdfc316186655ded78d10286
[]
no_license
oussama1598/training_algorithms
fc857cc583c2e8bee2cce2cbf8012fd7fa666c63
9f202ffe9bf9231d3c39f3e4299f064c67c87f27
refs/heads/main
2023-01-25T00:53:57.532044
2020-12-07T04:02:42
2020-12-07T04:02:42
314,412,199
0
0
null
null
null
null
UTF-8
C++
false
false
746
cpp
#include "Metrics.h" Metrics::Metrics(DataSet &dataset, Neuron &neuron) : _dataset(dataset), _neuron(neuron) {} Metrics Metrics::load(DataSet &dataset, Neuron &neuron) { return Metrics(dataset, neuron); } void Metrics::_save_to_file(const std::string &file_name, const std::string &content) { std::ofstream fi...
[ "oussama1598@gmail.com" ]
oussama1598@gmail.com
6b20b3e7bdd1fc5ff69ba9d10b20d33c839217b3
c57143644d33ade6a580f54fee7f68e59cd3eec7
/src/vnsw/agent/oper/inet4_mcroute.cc
9db56005bfd8b551ca6c1eeacea338fb5512fda5
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
brunorijsman/contrail-controller
0e3d3dc1b8372ccaa20d6bc48f23786031ab98c6
49af210e961d17ccf904223289b569bdc20d94e6
refs/heads/master
2021-01-16T22:10:43.185732
2013-09-22T15:22:33
2013-09-22T15:22:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,944
cc
/* * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. */ #include <boost/uuid/uuid_io.hpp> #include <cmn/agent_cmn.h> #include <cfg/init_config.h> #include <route/route.h> #include <oper/vrf.h> #include <oper/inet4_route.h> #include <oper/inet4_mcroute.h> #include <oper/tunnel_nh.h> #include <oper/mp...
[ "roque@juniper.net" ]
roque@juniper.net
589de31358fde631cef9e5ffd8e290cba1a76a66
a5f78ff3cc509d026c9436444e26420d6a749ea6
/dev/cocos2d-x-2.2.6/CocosEasy/Common/CommInclude.cpp
a79468195cd079f79c637a9537b1faffc885a715
[ "MIT" ]
permissive
foreverlei/qnmahjongclient
402e00cbd0eefab60f3197146883ab73e99155ca
0514ff857ca399c4be3f980d62d9d71846f0fac0
refs/heads/master
2021-06-21T17:30:18.307185
2017-09-06T02:57:27
2017-09-06T02:57:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,317
cpp
#include "CommInclude.h" #include "cocos2d.h" #ifdef __GNUC__ #include <unistd.h> #include <sys/time.h> #include <netinet/in.h> #endif #ifdef WIN32 #include <windows.h> #endif // _WIN32 #if(CC_TARGET_PLATFORM == CC_PLATFORM_WP8) #include "CCPThreadWinRT.h" #endif static unsigned long long s_startTim...
[ "shuimuliang@gmail.com" ]
shuimuliang@gmail.com
8698abbae900ed195d197a1c4ec6119fcba1b7ac
b7b3271c6043055fb70f1afa589755485dfd68f5
/lib/errhdl/src/error_category.cpp
cc67238b2a7329fc8dbde0eea73d41fca895d526
[]
no_license
mareq/sheratan
6ba9d845fee61e7d16e1ec2614cbcfccc5888c56
0757b8715bed376394c700454a4fbfdf359fdf4f
refs/heads/master
2016-09-03T07:00:27.860295
2014-02-02T12:02:02
2014-02-02T12:02:02
16,453,810
0
1
null
null
null
null
UTF-8
C++
false
false
776
cpp
/// \file errhdl/src/error_category.cpp /// \brief Error category implementation. /// \ingroup sheratan_errhdl /// \author Marek Balint \c (mareq[A]balint[D]eu) #include <functional> #include "sheratan/errhdl/error_category.hpp" #include "sheratan/errhdl/error_category_template.hpp" namespace sheratan { namespace...
[ "mareq@balint.eu" ]
mareq@balint.eu
802bd277edd89c719978834218c291197b386f15
696ce3cf5153b853f8f75d1a25c16c19c258f891
/A*/test/test_compare.cpp
97709596e5485739317e380d792900898249bbd5
[]
no_license
xutu10/cpp
0ac2ebad8ad09d684af002e0df51697eb63d2af8
62c341ab7144bee8bee73a8b08998d72b362e7f9
refs/heads/master
2021-01-11T12:26:38.129957
2020-11-30T19:52:21
2020-11-30T19:52:21
76,443,284
0
0
null
null
null
null
UTF-8
C++
false
false
596
cpp
#include<iostream> using namespace std; bool is_goal(int arr1[],int arr2[]){ bool flag = true; for(int i =0;i<9;i++){ if(arr1[i] != arr2[i]){ flag = false; break; } } return flag; } int main(){ int arr1[] = {1,2,3,4,5,6,7,8,9}; int arr2[] = {1,2,3,4,5,6,7,8,9}; cout<<is_goal(arr1,arr2)<<endl; c...
[ "billxu89@gmail.com" ]
billxu89@gmail.com
cb86b7368bce6d808a6134c9475935c13875aa45
5dbf51a4243ab86bca2d85d1a2d943b40877af07
/src/qt/splashscreen.cpp
d1a55fe9cc385b0f05e7cd188511e98dd0ad9f78
[ "MIT" ]
permissive
mrflow27/freshcoin
d367c983a44f63022f10fcf56a4f496826731387
96de3f3c9ee2f63d0ef6778906313da7ea725909
refs/heads/master
2021-01-10T06:48:42.845585
2016-03-16T17:08:27
2016-03-16T17:08:27
53,304,803
0
0
null
null
null
null
UTF-8
C++
false
false
4,138
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 "splashscreen.h" #include "clientversion.h" #include "ui_interface.h" #include "util.h" #include <QApplication> #in...
[ "djsavale@hotmail.com" ]
djsavale@hotmail.com
8099ddb12124fbb84e7dbf3efba16b6a162e8948
e42ad95ae8feaac89381d3acbfdf26984d2c7beb
/repos/ConsoleApplication1/ConsoleApplication1.cpp
e35dcbcb05c4b4f5b000b9c5795e1533f1f6f02c
[]
no_license
genius1433/try-source
b200f8658196143e50976ff777c0a69586b6d706
e71a3d1b36d30da722b13ff86dbbd8c071c0cec7
refs/heads/master
2020-12-27T02:19:57.650225
2020-04-20T15:49:58
2020-04-20T15:49:58
237,728,658
0
0
null
null
null
null
UTF-8
C++
false
false
1,739
cpp
#include <iostream> #include <cstdlib> #include <string> #include <cmath> #include <algorithm> using namespace std; string ToTen(string number, int st) { int tempresult = 0; for (int i = 0; i < number.length(); i++) { if (number[i] == 'A') { tempresult = tempresult + 10 * pow(st, number.length() - i - 1); ...
[ "marinov727272@gmail.com" ]
marinov727272@gmail.com
b35a69cd0134667b5e8c18f4fa997d29ab0b8d50
592b4457506b48e9f96ee688f5f14ddf1d98c74e
/Day 08/dictionariesandmaps2.cpp
963f16b92cb857350df8be0ebaf325bdbf018451
[]
no_license
Goggwell/30-Days-Of-Code
5033c79480d5978f235aaceadf7192ebfd00d24f
309ee546ff1c0939f1e6a023e35655a1ada9f157
refs/heads/master
2023-02-09T12:38:52.214032
2021-01-06T08:23:50
2021-01-06T08:23:50
327,244,543
0
0
null
null
null
null
UTF-8
C++
false
false
687
cpp
/* Alternate solution if phone number includes + symbol */ #include <bits/stdc++.h> using namespace std; int main() { map<string, string> phoneBook; string name; string num; int entries; cin >> entries; cin.ignore(); for(int i = 0; i < entries; i++) { cin >> name >> num; ...
[ "zulkarnaensamuel1@gmail.com" ]
zulkarnaensamuel1@gmail.com
3e5e8b7e073b67633352f8151ba4ba13743ad651
73fc012e8b18e0b61665ac546d2d3abad522b4f8
/src/core_io.h
3117ad5e5b42f59afd82f05bc122e79b87768296
[ "MIT" ]
permissive
LightBurdenOfficial/nirodium-core
f14f52d2d9256b9504c5ee85d4811c798b51fdb4
9d513a6dbccb20750f6d51ac6b74e9d9c95bf3b3
refs/heads/master
2023-08-03T16:31:53.395700
2021-04-24T01:38:56
2021-04-24T01:38:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,205
h
// Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2017-2018 The NRDI developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_CORE_IO_H #define BITCOIN_CORE_IO_H #include <string> #include...
[ "nirodium.director@gmail.com" ]
nirodium.director@gmail.com
b339df4f7ee3b1a6eefe5eed4200ccd18f3d189b
771a5f9d99fdd2431b8883cee39cf82d5e2c9b59
/SDK/BP_Prompt_EmissarySecuredLootOnShip_functions.cpp
f0f530b82abd64d0d9d9dbe0e1444cdbf99fe517
[ "MIT" ]
permissive
zanzo420/Sea-Of-Thieves-SDK
6305accd032cc95478ede67d28981e041c154dce
f56a0340eb33726c98fc53eb0678fa2d59aa8294
refs/heads/master
2023-03-25T22:25:21.800004
2021-03-20T00:51:04
2021-03-20T00:51:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,815
cpp
// Name: SeaOfThieves, Version: 2.0.23 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //--------------------------------------------...
[ "40242723+alxalx14@users.noreply.github.com" ]
40242723+alxalx14@users.noreply.github.com
5a7a5e58fecf8f863ef83fc9e5c356049466cd7c
e0700148133615702b3f44523284d906f2bd8245
/src/SILICAHistoManager.cc
9659c3f6b595affa34935f7504d134ba5c506aaf
[]
no_license
cvson/opticalfiber
499c27e1093ee74557ba6230fe2416475035dd9b
e98de583a9cc9a031dfbb4cf80cd2f982bcf1449
refs/heads/master
2020-03-30T11:36:47.801053
2018-10-02T01:39:21
2018-10-02T01:39:21
151,182,981
0
0
null
null
null
null
UTF-8
C++
false
false
9,421
cc
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
[ "cvson@utexas.edu" ]
cvson@utexas.edu
80d338a639257fc6b07b455e934716b21e492f41
ef66e297a49d04098d98a711ca3fda7b8a9a657c
/LintCode/1060-Daily Temperatures/solution.cpp
ab4815dd66c4d85f9c1cde56705e387563c221fe
[]
no_license
breezy1812/MyCodes
34940357954dad35ddcf39aa6c9bc9e5cd1748eb
9e3d117d17025b3b587c5a80638cb8b3de754195
refs/heads/master
2020-07-19T13:36:05.270908
2018-12-15T08:54:30
2018-12-15T08:54:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
672
cpp
class Solution { public: /** * @param temperatures: a list of daily temperatures * @return: a list of how many days you would have to wait until a warmer temperature */ vector<int> dailyTemperatures(vector<int> &temperatures) { // Write your code here int n = temperatures.size(); ...
[ "youchen.du@gmail.com" ]
youchen.du@gmail.com
87fe694f1cf4232f9bfb77076aded09f16f4749f
3282ccae547452b96c4409e6b5a447f34b8fdf64
/SimModel_Python_API/simmodel_swig/SimModel_Dll_lib/framework/SimFlowEnergyTransfer_HeatingCoilDX_CoilAirHeatingDesuperheater.cxx
7035929fbdbe08085ff2abad05c2f0549707ba19
[ "MIT" ]
permissive
EnEff-BIM/EnEffBIM-Framework
c8bde8178bb9ed7d5e3e5cdf6d469a009bcb52de
6328d39b498dc4065a60b5cc9370b8c2a9a1cddf
refs/heads/master
2021-01-18T00:16:06.546875
2017-04-18T08:03:40
2017-04-18T08:03:40
28,960,534
3
0
null
2017-04-18T08:03:40
2015-01-08T10:19:18
C++
UTF-8
C++
false
false
23,258
cxx
// Copyright (c) 2005-2014 Code Synthesis Tools CC // // This program was generated by CodeSynthesis XSD, an XML Schema to // C++ data binding compiler. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as // published by the Fre...
[ "cao@e3d.rwth-aachen.de" ]
cao@e3d.rwth-aachen.de
c53dd39e39cb5a4f44c8f2c0404c6c05af6f07cb
b608fc29026d0eab737bda6475a431e4a8469874
/stroopwindow.h
31eebeba790d383c204c554739373c96c6334e5e
[]
no_license
Niboshi1/AttentionTest
977ac31da97111e92f4d0c498fc332d7d1665bde
7e617ddef542bbc9c910e0094672061585e1bfe0
refs/heads/main
2023-03-11T12:07:44.348977
2021-02-22T08:45:58
2021-02-22T08:45:58
339,278,893
0
0
null
2021-02-22T08:45:59
2021-02-16T03:54:16
C++
UTF-8
C++
false
false
1,059
h
#ifndef STROOPWINDOW_H #define STROOPWINDOW_H #include <QMainWindow> #include <QElapsedTimer> #include "stroopmain.h" namespace Ui { class StroopWindow; } class StroopWindow : public QMainWindow { Q_OBJECT public: explicit StroopWindow(QWidget *parent = nullptr); ~StroopWindow(); void startSession(...
[ "yharding7@gmail.com" ]
yharding7@gmail.com
997347c895ad60e2415d1622379da2ba21bc4418
bee138e4b972a1362a032745b14268946238b7b6
/lists/llist_tests.h
bc3b58abc30ff9a6c65bcd1d21d71e8133b3a200
[ "MIT" ]
permissive
triffon/sdp-2017-18
1916d2fcb75cec5ef33d3bba45f21e53bace0695
cd4b97832517b7639da299cc088d22c3c12eb179
refs/heads/master
2021-09-04T05:39:44.758091
2018-01-16T12:19:44
2018-01-16T12:19:44
107,257,272
2
2
MIT
2017-11-29T09:21:35
2017-10-17T11:09:05
C++
UTF-8
C++
false
false
10,570
h
#include "UnitTestFramework.h" #include "llist.cpp" #include "list_highorder.cpp" #include <cmath> TEST_CASE("LinkedList", LinkedList_CreateEmptyList) { const LinkedList<int> l; Assert::IsTrue(l.empty()); } TEST_CASE("LinkedList", LinkedList_InsertBeginNotEmptyList) { LinkedList<int> l; l.insertBegin(10); A...
[ "triffon@fmi.uni-sofia.bg" ]
triffon@fmi.uni-sofia.bg
de333fba7a4527c4af42936d308c3997fa28baf5
31cb75420b6476675081a59afa7927e0eadc9151
/extras/constexprclass2.cpp
03e059df5231bf0a55e7f2f53c82ea5c9e245064
[]
no_license
LakshSingla/learning-cpp
5963af2f5265bedc407d9d71ca3a61bc82f3e8fa
7c7794cc3a8db2ee41cde62c292ffdea951098ad
refs/heads/master
2018-09-19T17:56:56.280855
2018-07-28T16:40:39
2018-07-28T16:40:39
117,106,116
0
0
null
null
null
null
UTF-8
C++
false
false
232
cpp
#include <iostream> class A { static int x ; public: static int getX() { return x; }; int y[10]; A(){} }; int A::x = 19; int main(){ std::cout << A::getX() << std::endl; A a ; std::cout << a.getX() << std::endl; }
[ "lakshsingla@gmail.com" ]
lakshsingla@gmail.com
07e6eb7fdeec01896564af3e358ff349f422cba3
5e587f763afba16a4facca99a13ef8a195f74a68
/src/server/server.cpp
2957e0ccb3dfc1d5facb4d1f04095f4f66b3771c
[]
no_license
CameronDiver/DistributedPlatform
9ffadc3511b2f850ff02ca5d39bfd8cc0828a242
374508efd142e323b9db9185841b608778d1f4d6
refs/heads/master
2020-12-13T19:56:47.987764
2015-04-27T19:06:48
2015-04-27T19:06:48
28,785,677
0
0
null
null
null
null
UTF-8
C++
false
false
19,612
cpp
#include <arpa/inet.h> #include <cassert> #include <cstdio> #include <cstdlib> #include <cstring> #include "devices/devfull.h" #include "devices/devnull.h" #include "devices/devsocket.h" #include "devices/devzero.h" #include <fcntl.h> #include <netdb.h> #include "net/sockettcp.h" #include <sys/socket.h> #include <sys/s...
[ "DanielWhite94@server.fake" ]
DanielWhite94@server.fake
15cd355c53fcec21a9ed899aced492d81f9fa032
7c0109e1a7200eae90a7fbb33f56bf63d5058f05
/diameter_ina_tree.cpp
8b8a8cec7d14ad2ee8bcd75a99ad27603a6dd1a1
[]
no_license
shubhamyaduvanshi/competetivecoding
18aa72a0387beb09a2c4599a83adadc3323409e3
51dbfb2dc6cdf91755afd7cf4a96cfcb4dd57bec
refs/heads/master
2020-03-30T06:18:37.856296
2018-10-24T07:37:25
2018-10-24T07:37:25
150,851,443
0
0
null
null
null
null
UTF-8
C++
false
false
1,850
cpp
//diameter of a tree using bfs u can do any traversal. #include<bits/stdc++.h> using namespace std; #define MAX 100001 typedef long long int ll; //#define ll long long bool visited[MAX]; ll dist[MAX]; struct node { ll dest; ll weight; }; vector<node> adj[MAX]; ll bfs(ll start,ll v) { memset(visited,false,size...
[ "shubham05071998@gmail.com" ]
shubham05071998@gmail.com
6ad9a6ce032d10243550dd1cca75d7db2d80f3e0
c889e82927519f0a32768c2977be1f5e1c6bb660
/ObjetivoObstaculo/controladorDesplazamiento.cpp
d4b7f129b87d734d5ffc8d3c4aab018584e5101d
[]
no_license
cosimani/verano_tec_2014
1c168dde00a76d57cf84f2a95ed62ec74d940233
d0909e64a25bbc96f30d3806572108fe25c42cf8
refs/heads/master
2021-01-19T13:26:41.220895
2014-07-23T22:29:50
2014-07-23T22:29:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
843
cpp
#include "controladorDesplazamiento.h" #include <QDebug> ControladorDesplazamiento::ControladorDesplazamiento() : lineal(0), angular(0), escalaLineal(1.0), escalaAngular(1.0) { nodoDesplazamiento.param("scale_angular", escalaAngular, escalaAngular); nodoDesplazamiento.param("scale_linear", escalaLineal, escal...
[ "cosimani@ubp.edu.ar" ]
cosimani@ubp.edu.ar
75aa7308a72a2b97041608248ce939a68b6aabf4
42ab733e143d02091d13424fb4df16379d5bba0d
/third_party/draco/src/draco/compression/point_cloud/algorithms/quantize_points_3.h
01943ad9e6cdd78dfeb144b0d4853b8d4fed38e1
[ "Apache-2.0", "Unlicense", "MIT", "CC0-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
google/filament
11cd37ac68790fcf8b33416b7d8d8870e48181f0
0aa0efe1599798d887fa6e33c412c09e81bea1bf
refs/heads/main
2023-08-29T17:58:22.496956
2023-08-28T17:27:38
2023-08-28T17:27:38
143,455,116
16,631
1,961
Apache-2.0
2023-09-14T16:23:39
2018-08-03T17:26:00
C++
UTF-8
C++
false
false
2,955
h
// Copyright 2016 The Draco Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
[ "philiprideout@gmail.com" ]
philiprideout@gmail.com
197c31ffc3a02010eeab90570e173424c54b0f72
431f1e3c3faa58cb84ec4973823597e1d92f9d92
/HumanAnimator/Scene/SceneGL.h
206838c611b61c60815bc50fa595087e3fceb4fe
[]
no_license
DengzhiLiu/CG
d83d89ae9fc357e8292eba3057ad960bd3420a9c
deccfd7cda546ab2fefa4a2199ff4968a7f6d255
refs/heads/master
2021-01-16T19:20:46.775694
2015-04-11T09:02:22
2015-04-11T09:02:22
33,616,167
1
0
null
null
null
null
GB18030
C++
false
false
2,069
h
/** * $Id: SceneGL.h * * * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * The Original Code is Copyright (C) 日本電信電話株式会社 2009 * All rights reserved. * */ #ifndef _SCENEGL_H #de...
[ "dengzhiliu@aliyun.com" ]
dengzhiliu@aliyun.com
165efaa81d8900e362c1ccd7fc0c32c20696e7bc
98279ec23e3e17deaacafac5d70eebb74df6ea44
/Lumos-Engine/Source/System/Memory/PoolAllocator.cpp
eaa54c3c28857ef4df8cad136f1257906d35cbcc
[]
no_license
vmalepati1/Lumos-Engine
d5bce917a3138681c92d868cd7a280ea2e50ff49
8e4f9b76880f286e4e9c9ad9b93accdd6f4c6f5c
refs/heads/master
2021-05-26T21:57:11.984280
2020-04-08T18:39:24
2020-04-08T18:39:24
254,170,894
0
0
null
null
null
null
UTF-8
C++
false
false
369
cpp
#include "ls.h" #include "PoolAllocator.h" namespace lumos { namespace internal { namespace memory { PoolAllocator::PoolAllocator(MemoryPool &pool) : m_pool(&pool) { } void *PoolAllocator::Allocate(size_t size) { return m_pool->Allocate(size); } void PoolAllocator::Free(void *point...
[ "malepativikas@gmail.com" ]
malepativikas@gmail.com
e5ff7f5ce399ac2375996899fc52811c8bb157e7
02fec111191ecede92d844422125ac8482171bde
/NepsAcademy/Neps-SequenciaOnda.cpp
7599a9b24821b8b677e589de0e93442d8a1c2689
[]
no_license
Lucas3H/Maratona
475825b249659e376a1f63a6b3b6a1e15c0d4287
97a2e2a91fb60243124fc2ffb4193e1b72924c3c
refs/heads/master
2020-11-24T18:35:24.456960
2020-11-06T14:00:56
2020-11-06T14:00:56
228,292,025
0
0
null
null
null
null
UTF-8
C++
false
false
1,307
cpp
#include <bits/stdc++.h> #define pb push_back using namespace std; int cres[100010], decres[100010], onda[100010], n; void lis(){ vector<int> pilha; pilha.pb(onda[0]); cres[0] = pilha.size(); for(int i = 1; i < n; i++){ int ini = 0, fim = pilha.size() - 1, meio, j = 0; meio = (ini + fim)/2; while(ini <=...
[ "lucashhh@usp.br" ]
lucashhh@usp.br
1fe9a59a09f5e09b1ef60a2be4ab09abddd97f97
bbb4d9dbb421a0c8a2e89bd072c8576e03e27ab3
/Grid.h
bdbbfbf2b3a2abd86bdab4a1020ecd4569703c90
[]
no_license
Team-Alphanumeric/WordListPuzzle
8d3120c4b9c884c9426fcd737d0772b471c2c8d2
d70c8a63c6cb846a0d59d3a271f6e1edc6c6c79e
refs/heads/master
2021-01-18T21:29:16.860896
2015-02-23T01:16:49
2015-02-23T01:16:49
30,378,817
0
0
null
2015-02-23T01:16:49
2015-02-05T21:15:36
C++
UTF-8
C++
false
false
460
h
/* * Grid.h * * Created on: Feb 8, 2015 * Author: alex */ #ifndef GRID_H_ #define GRID_H_ #include <string> #include "matrix.h" class Grid { public: Grid(); Grid(const string filename); void setGrid(const string filename); const char getChar(const int m, const int n); const int getSize(); friend ostr...
[ "awagud@hotmail.com" ]
awagud@hotmail.com
9b2c54bae59f0c7869feee2a88f657fa73683e9a
9952292f76e90bad477a49cd7ba390ddb051deaf
/source/InfoMessage.cpp
0d0d96cc5623629c0d491f387be862ab46f7d89f
[ "MIT" ]
permissive
Vladimir-Novick/DesktopToolbox
419ac541e1386e104b0bd92e8711c8f9cb350b0a
13ed631d91a8b622d3b6c0803141aec5572f36d2
refs/heads/master
2020-08-28T07:01:40.364099
2019-10-26T00:36:56
2019-10-26T00:36:56
217,630,221
0
1
null
null
null
null
UTF-8
C++
false
false
1,056
cpp
// InfoMessage.cpp : Implementation of CInfoMessage #include "stdafx.h" #include "InfoMessage.h" ///////////////////////////////////////////////////////////////////////////// // CInfoMessage HANDLE CInfoMessage::threadDDReadWord = NULL; DWORD CInfoMessage::threadIDReadWord = NULL; CInfoMessage *CInfoMe...
[ "vlad.novick@gmail.com" ]
vlad.novick@gmail.com
fa6ea18930624d6c452b30e1c10349192efeb2cc
3065bb510050566069ba5a50f044365603c5c3f5
/sdAudioBasic/sdAudioBasic.ino
81ef3adaa597e22c42aa36ff658ca45e06412fa0
[]
no_license
kanderek/IDD-final-project
ad1e2237a278d0aa09bfa3560b13088eac0b5865
cfe7e9145a4c6de99ddde14842624f48f8134883
refs/heads/master
2021-01-13T14:11:23.949186
2013-12-04T20:52:50
2013-12-04T20:52:50
14,163,228
0
1
null
null
null
null
UTF-8
C++
false
false
1,765
ino
/* Simple SD Audio bare minimum example, plays file EXAMPLE.AFM from root folder of SD card. This example shows how to use the SimpleSDAudio library for audio playback. You need: - An Arduino with ATmega368 or better - An SD-Card connected to Arduinos SPI port (many shields will do) -> copy EXAMPLE.AFM on fr...
[ "dkan83@gmail.com" ]
dkan83@gmail.com
5d42a5275f785e02f315d32d76a2cd0af33d5dfa
445f954d308dc95b8c45c38aea43a0fa3ded58f4
/datacoord.h
4561ee157bf19551c246e800b0dad667789641cf
[]
no_license
RobertCurry/VarroaPop
125bc8e79fcd5842bd3d15ff12f333875ca6555f
6788ae96703693e825f3dcae13b30101d3a9195d
refs/heads/master
2022-02-23T06:26:55.274332
2022-01-18T17:24:44
2022-01-18T17:24:44
247,331,515
2
0
null
null
null
null
UTF-8
C++
false
false
1,228
h
#if !defined(AFX_DATACOORD_H__12DF254C_6AF6_11D4_AC53_444553546170__INCLUDED_) #define AFX_DATACOORD_H__12DF254C_6AF6_11D4_AC53_444553546170__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the...
[ "stratpilot@gmail.com" ]
stratpilot@gmail.com
3b41c021525d33ddd2fa70f8ec7c46062720d2cd
79d4ad2cc64c12b9adc5ff0d2e8189572dcb0571
/Code/46.全排列.cpp
f38b32e16825e8f2660438a56a09e48a4aa22c5e
[]
no_license
arnoldzhu/leetcode
f692e2432dc85aea2762dbe0e5494543f761dbfe
357ac6f5a2a447bf72bde35294e6183cf44c40de
refs/heads/main
2023-02-15T21:10:42.522779
2021-01-21T12:51:21
2021-01-21T12:51:21
326,720,773
1
0
null
null
null
null
UTF-8
C++
false
false
1,134
cpp
#include<iostream> #include<cstdlib> #include<vector> using namespace std; class Solution { public: vector<vector<int>> final; vector<vector<int>> permute(vector<int>& nums) { vector<int> res; Backtrack(nums, res); return final; } void Backtrack(vector<int>& nums, vector<int>...
[ "50620883+arnoldzhu@users.noreply.github.com" ]
50620883+arnoldzhu@users.noreply.github.com
eefe554e877a5b8cdf50fadf5e192834b047a013
481e35f21fdb52945ebe78a4337a27fb2716c720
/qcsrc/client/hud/_mod.inc
b90f61b8cc443286de41af3507cfbf146f8c988c
[]
no_license
CyberSys/xonotic-data.pk3dir
c7c93b849d89f308305ad0780cd1af3eb780ac82
8e12088e8a6a698f155e4f79a1b07a5656355ce6
refs/heads/master
2020-12-11T03:33:05.163975
2016-04-18T13:24:54
2016-04-18T13:55:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
98
inc
// generated file; do not modify #include <client/hud/hud.qc> #include <client/hud/hud_config.qc>
[ "andrew.hardaker1995@gmail.com" ]
andrew.hardaker1995@gmail.com
d503d0b22988d4587c0ff54bec0137c8a46843c2
3624e9f0a026b57ebdafa4e842b93f56e5a8504d
/Codeforces/164 Division 2/Problem A/A.cc
d7a22fba5d08e75588e67f6ccc8bb40a09b31c6d
[ "MIT" ]
permissive
ailyanlu1/Competitive-Programming-2
54109c8644d3ac02715dc4570916b212412c25c0
6c990656178fb0cd33354cbe5508164207012f24
refs/heads/master
2020-03-23T07:48:20.560283
2018-02-15T06:49:49
2018-02-15T06:49:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
582
cc
#include<stdio.h> #include<iostream> #include<cmath> #include<algorithm> #include<cstring> #include<map> #include<set> #include<vector> #include<utility> #include<math.h> #define sd(x) scanf("%d",&x); #define sd2(x,y) scanf("%d%d",&x,&y); #define sd3(x,y,z) scanf("%d%d%d",&x,&y,&z); using namespace std; int n, h[30]...
[ "adityapaliwal95@gmail.com" ]
adityapaliwal95@gmail.com
278ab233b3b791ebd4fa4893f2366c391e064bed
d2249116413e870d8bf6cd133ae135bc52021208
/MFC CodeGuru/doc_view/autopan_demo/AutoPan.h
22b2127204dfdcd4c12982bb2e204ed1bb5b6e07
[]
no_license
Unknow-man/mfc-4
ecbdd79cc1836767ab4b4ca72734bc4fe9f5a0b5
b58abf9eb4c6d90ef01b9f1203b174471293dfba
refs/heads/master
2023-02-17T18:22:09.276673
2021-01-20T07:46:14
2021-01-20T07:46:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,377
h
// AutoPan.h : main header file for the AUTOPAN application // #if !defined(AFX_AUTOPAN_H__4E9C2716_CFCD_11D1_87BA_400011900025__INCLUDED_) #define AFX_AUTOPAN_H__4E9C2716_CFCD_11D1_87BA_400011900025__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #ifndef __AFXWIN_H__ #error inclu...
[ "chenchao0632@163.com" ]
chenchao0632@163.com
fbe77c4a9a689b45d24b7f0b4893ddf99e8538e8
cba54fda668bdbadbfe04130b17d2f703a53971c
/sr2/src/LevelEditor/Infobar.h
0b86c427ba5c716bc63481c7b918912c4ae5ceec
[]
no_license
Nightwind0/stonering
85af318ad90c6698bc424c86a031481cb6d67ee0
f6c31db3840bfdc3d9a5da7f66aed9186615a2c9
refs/heads/master
2021-01-17T18:45:07.301920
2018-08-29T20:19:56
2018-08-29T20:19:56
65,499,984
0
0
null
null
null
null
UTF-8
C++
false
false
765
h
//Infobar.h #ifndef INFOBAR_H #define INFOBAR_H #include <ClanLib/gui.h> #include <ClanLib/display.h> #include <iostream> using namespace std; namespace Editor{ class Infobar : clan::Component { public: Infobar( clan::Component *parent); virtual ~Infobar(); void setToolText(string txt){ tool_text->set...
[ "nightwind@1a319a91-200f-0410-9ca8-f36a151797b4" ]
nightwind@1a319a91-200f-0410-9ca8-f36a151797b4
f3581dd666f909adc41dad9a3ba575a5ee042cb2
ec208cdfb6cbf831754223db636b6e3bdec07822
/Lafore_exercises/705_fraction.cpp
55ed511adeae66667d5e4e5d1dcdabff8cfe1c99
[]
no_license
Stasich/learning_cpp
7d5cf9d0a0c5d41ddd91121a3fd9cfb00d21d632
f36785928b2fc15816586c93d58b3ace3d8538c1
refs/heads/master
2021-07-09T06:47:19.231695
2017-10-09T03:36:31
2017-10-09T03:36:31
70,326,445
0
0
null
null
null
null
UTF-8
C++
false
false
1,858
cpp
// 705_fraction.cpp #include <iostream> #include <stdlib.h> using namespace std; class fraction { private: int up, down; public: fraction() : up(0), down(1) {} fraction( int u, int d ) : up(u), down(d) {} void get_data(); void add( fraction ); void lowterms(); void show_data() const; vo...
[ "sromanenko91@gmail.com" ]
sromanenko91@gmail.com
68447c5499385d7dce23fbdc0490e410fe6edb9d
a6e8e2bb4c753b8cca1afc0fc32e7253cb61927a
/src/graphics/Shader.cpp
e5003a9a0a5e9087f88a2045db9c216f402d6a76
[ "MIT" ]
permissive
jjzhang166/simpleRenderer
0fca0c8b5dc3fdf607f726e01c90cce5160cb43c
a8bcf13ae0459e89605a2433c993974cd264ad13
refs/heads/master
2023-06-21T19:39:11.835522
2021-07-23T12:53:26
2021-07-23T12:53:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,089
cpp
#include <Shader.hpp> #include <iostream> #include <vector> #include <GL/glew.h> #include <util.hpp> static unsigned int CompileShader(unsigned int type, const std::string& source) { unsigned int id = glCreateShader(type); const char* src = source.c_str(); glShaderSource(id, 1, &src, NULL); glCompil...
[ "85442544+roepfeli@users.noreply.github.com" ]
85442544+roepfeli@users.noreply.github.com
c91da548849e7d9165467c0e7d09a8c831e19eb1
15cd08d7e49c8b0a08c49654e1adddbe9a610040
/Source/CommonDefinitions.h
2a963d86c9819e3755de846a3f8e9a28a680d819
[]
no_license
dagp06/AdventOfCode_2020
99d879905a2ccfb8b6ed405bf5df8c9bce62581f
34e7e051970448c73fa471490f147c79f3eba4f7
refs/heads/main
2023-01-31T15:35:41.038720
2020-12-16T03:14:09
2020-12-16T03:14:09
317,583,421
0
0
null
null
null
null
UTF-8
C++
false
false
191
h
#pragma once #include <iostream> #include <string> #include <vector> enum class EErrorCode { Success, Failure, NotImplemented, FileNotFound, FileEmpty, Undefined };
[ "pascal.dagenais@hotmail.com" ]
pascal.dagenais@hotmail.com
0bdea11d43e3e8aa45e7c970105dddd53253d35a
80838913ef3980da9a19edfaeca56c4cfdf080a4
/Source/log/desktop_log.cpp
2c32b3d596a0a8e4d64f77fea3d6dc8be2e9e98f
[]
no_license
devmabbott/SDL_Tetris
ba0bc1f2ae278a78c7aeba8d78aad26880aeb3cd
00494211425c742139ca8a2c068541fc8799371d
refs/heads/master
2021-01-22T03:30:42.971589
2013-04-10T10:51:34
2013-04-10T10:51:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
889
cpp
#include <stdio.h> #include <stdarg.h> #include "log.h" void desktop_log_vprint(log_priority priority, const char *tag, const char *fmt, va_list pa) { #ifdef LOG_SEVERITY if (LOG_SEVERITY <= priority) { #endif switch(priority) { case LOG_UNKNOWN: case LOG_DEFAULT: case LOG_VERBOSE: case LOG_DEBUG: p...
[ "ichbinpunk@gmail.com" ]
ichbinpunk@gmail.com
5100c1909a647d3aef6b4139bfd441d993fadde6
fc3691e5b88f10ce159d61fd198f5742fb2f643c
/src/resources/types/ccargo.cpp
d85c4e406f2e74e766c2b19852306c62f4bbf86e
[]
no_license
hardyx/openpirates
6f438ed04ec1c64cb1d35e7da4e56aa919c91750
5833ee50474398bc7c364902343d3ff52f5306a6
refs/heads/master
2020-03-11T09:40:55.969627
2010-07-26T00:47:56
2010-07-26T00:47:56
129,919,203
2
0
null
null
null
null
UTF-8
C++
false
false
872
cpp
/*** * openPirates * Copyright (C) 2010 Scott Smith * * 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. * *...
[ "pickle136@3faa6364-4847-409f-afa2-7fad3069fade" ]
pickle136@3faa6364-4847-409f-afa2-7fad3069fade
93097065b7244d35fda341f52d2ad7bb8bdaecdf
b5e6e4c1508d20aecad9792e3f0853fa66a01365
/2.DX11/source/src/Shadowmap.h
c209761c90ecf899514a72833410bebc9445f555
[]
no_license
shuta-git/OCA_Kamakura
10bc52bff94f5eb22d7cccd7cc7e61f5cf602e34
4be832d721829464d184778ec20fb83e77205eb1
refs/heads/main
2023-03-20T07:07:11.553252
2021-03-21T08:27:19
2021-03-21T08:27:19
341,735,972
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
1,523
h
//=========================================================================== //! @file Shadowmap.h //! @brief シャドウマップ管理 //=========================================================================== #pragma once //=========================================================================== //! シャドウマップ管理 //===========...
[ "a" ]
a
dc9d88eb5a656d81c057ecc53b2742440f727d43
066cd062f509cd7f0dd1932ee33997667aa75a8d
/LEALCO.cpp
79b0198a2ac5f8beb92946227b9417280856e242
[]
no_license
rhayatin/C--
5581b2f283edd119a5cf5245962b8e04b1b0baa1
14589f3ffb1433af2afe10dddb1c585f467ce2d1
refs/heads/master
2021-01-24T03:02:53.479832
2014-08-05T11:29:17
2014-08-05T11:29:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,298
cpp
#include<iostream> #include<stdio.h> using namespace std; int ans=-1,R[20],R_orig[20],i,n,k,val[20],m,t,index11,cnt; long long int perm,perm1; int add(int index1) { R[index1]=R[index1]+1; } int max_val_index1_count(int a, int b) { int max1=-100,cnt=0; for(i=a;i<b;i++) { if(R[i]>max1) max1=R[i]; } for(i=a;i...
[ "dtu.unknown@gmail.com" ]
dtu.unknown@gmail.com
8b9e1a4ca7b4775aba14be44400dbbe23588c5c0
9bd91b948c700c57a4fdd3ca26b0897b2c4820e4
/xne_def.h
7feefcfddc690d2b9a412b911594b001d8ea6128
[ "MIT" ]
permissive
goofwear/Formats
7da1e66cd16da6348efa79c8ca870d9f46746adf
e05d3b347155a2b2e39dce6b0d1a10ab3b547875
refs/heads/master
2021-04-16T09:02:25.315800
2020-03-21T07:21:02
2020-03-21T07:21:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,445
h
// copyright (c) 2020 hors<horsicq@gmail.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 use, copy, modify, ...
[ "horsicq@gmail.com" ]
horsicq@gmail.com
7e2a0f20e5f4f1dfdb4a17da91f4199fae65cd5b
3129e162aba1bdb80f72f733986fbb9b8dab63f9
/Source/src/net/url_request/url_request_redirect_job.cc
15ebdcdf1c098afbc165eba8a0cc9088f263e030
[ "BSD-3-Clause" ]
permissive
sinoory/webnode
0e8a4e71b92fb60b3ff26c92152b04761d9023f7
504dd1a84fceb4437542a0376d617bc4d386b0ce
refs/heads/master
2022-11-08T05:27:37.301084
2020-09-21T00:12:41
2020-09-21T00:12:41
48,569,955
0
1
null
2022-11-01T22:31:09
2015-12-25T06:46:11
C++
UTF-8
C++
false
false
4,119
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/url_request/url_request_redirect_job.h" #include <string> #include "base/bind.h" #include "base/compiler_specific.h" #include "base/lo...
[ "wangc_os@sari.ac.cn" ]
wangc_os@sari.ac.cn
f71d67d4c61d20161cb56a1565678774c2f9c49d
0f09601ab76f2369c8f8ba8d5af7bdb61845e0b1
/calculation/src/main/coverage.cpp
56a8fa0bb087d67cc3db5a64f532afaf40cbde8a
[]
no_license
Czaki/metabolite-calculate
9ecc814804b1c471656e03664c71207a334f59e2
8a71cfa14cbd47ff66026080c0e6ddbbe42098b7
refs/heads/master
2021-01-19T22:43:39.270912
2018-07-30T09:25:03
2018-07-30T09:25:03
88,851,769
0
1
null
null
null
null
UTF-8
C++
false
false
8,501
cpp
// // Created by Grzegorz Bokota on 04.06.2017. // #include <boost/filesystem.hpp> #include <boost/program_options.hpp> #include <iostream> #include <sstream> #include <string> #include <vector> #include "../lib/Metabolism.hpp" #include "../lib/utils.hpp" namespace po = boost::program_options; namespace fs = boost::f...
[ "g.bokota@cent.uw.edu.pl" ]
g.bokota@cent.uw.edu.pl
b7ab5c14c816165471588d88eab2f69e24303b18
e9c7c941e076dbba4205616b3751587d05bdcc85
/retriveCTUinfo/source/Lib/TLibDecoder/TDecEntropy.h
f9dc71194aa9042b593f2b025a9c4eb8c8a8c859
[]
no_license
Simplewyl2000/gmm
1bb0bce8dabe75fa81d9b5364e34c969c99e9d27
9925bdede1fd25df8dc322eb3a5ab5dd52260905
refs/heads/master
2022-04-10T09:24:45.650817
2020-04-06T13:42:34
2020-04-06T13:42:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,423
h
/* The copyright in this software is being made available under the BSD * License, included below. This software may be subject to other third party * and contributor rights, including patent rights, and no such rights are * granted under this license. * * Copyright (c) 2010-2014, ITU/ISO/IEC * All rights...
[ "849680403@qq.com" ]
849680403@qq.com
324ee6ad45452817525e3f9fc133929cd83ca26b
d6face59a153b062f1a86b75fc377fdb5f5a52d4
/src/out/linux-x64x11_devel/gen/src/inspector/protocol/Console.h
71097077a99505124abbab90fe756b4754d6b16e
[ "BSD-3-Clause" ]
permissive
blockspacer/cobalt-clone-28052019
27fd44e64104e84a4a72d67ceaa8bafcfa72b4a8
b94e4f78f0ba877fc15310648c72c9c4df8b0ae2
refs/heads/master
2022-10-26T04:35:33.702874
2019-05-29T11:07:12
2019-05-29T11:54:58
188,976,123
0
2
null
2022-10-03T12:37:17
2019-05-28T07:22:56
null
UTF-8
C++
false
false
8,329
h
// This file is generated // Copyright (c) 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef v8_inspector_protocol_Console_h #define v8_inspector_protocol_Console_h #include "src/inspector/protocol/Protocol....
[ "trofimov_d_a@magnit.ru" ]
trofimov_d_a@magnit.ru
a3a855580da31aef25a1415b19ae1b61bf72dfd3
bd0c69e9c254384c6f73ebfe6aca4731340e0bcc
/source/association/extractor/doc_text_extractor.cpp
63698d941c7442789d346f1333985d04540919db
[]
no_license
dawnyesky/DataMiningUtil-CPP
138df115ca3232981be7b134122b084a9c7f2dee
1c85e1013011db60f015a7f97762710cc7521703
refs/heads/master
2021-01-13T09:56:58.511489
2014-08-11T15:55:27
2014-08-11T15:55:27
10,939,041
0
0
null
null
null
null
UTF-8
C++
false
false
9,681
cpp
/* * doc_text_extractor.cpp * * Created on: 2011-12-8 * Author: Yan Shankai */ #include <dirent.h> #include <unistd.h> #include <fcntl.h> #include <string.h> #include "libyskalgrthms/util/string.h" #include "libyskdmu/util/charset_util.h" #include "libyskdmu/util/search_util.h" #include "libyskdmu/util/conf...
[ "dawnyesky@foxmail.com" ]
dawnyesky@foxmail.com
2be65a55778825142c4ab1fe9d8a29cebf7d396e
5d83739af703fb400857cecc69aadaf02e07f8d1
/Archive2/60/7a16b9d99afa71/main.cpp
c1df76ccd230530049c426eead89e6081c21459c
[]
no_license
WhiZTiM/coliru
3a6c4c0bdac566d1aa1c21818118ba70479b0f40
2c72c048846c082f943e6c7f9fa8d94aee76979f
refs/heads/master
2021-01-01T05:10:33.812560
2015-08-24T19:09:22
2015-08-24T19:09:22
56,789,706
3
0
null
null
null
null
UTF-8
C++
false
false
558
cpp
#include <iostream> #include <string> #include <vector> #include <tuple> auto list = std::make_tuple(1, 2, 3, 4); /// Work like a charm template <class T> auto test1(T &&brush) -> decltype(std::get<0>( std::forward<T>(brush) )) { return std::get<0>( std::forward<T>(brush) ); } /// And now - C++14 feature /// f...
[ "francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df" ]
francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df
50bbd26fee4b43cea1a89846ece85740fd3897df
234d6f8c1d2c11acb9a39928dc6d214a6c03c428
/experiment/bench/tree/tree_cmd.cpp
b1fe623bb973bdaf4cb8c453212514870050fdeb
[]
no_license
seagoingZhou/RemoveWin-Tree
ee7258cefb293792755a8dca0447a84fa5d61ddc
49024604af26d07fca4b1c9d65811f79291ec435
refs/heads/master
2021-07-06T05:17:45.704275
2021-04-20T14:25:02
2021-04-20T14:25:02
227,791,830
0
0
null
null
null
null
UTF-8
C++
false
false
1,774
cpp
#include "tree_cmd.h" #include <string.h> int tree_cmd::exec(redisContext *c) { //char name[128]; //sprintf(name, "%ss%d", rpq_cmd_prefix[zt], OP_PER_SEC); char tmp[256]; switch (t) { case insert: sprintf(tmp, "rwftreeinsert t %s %s %s",value.c_str(), pid.c_str(), uid.c_str());...
[ "njuzhouzhou@163.com" ]
njuzhouzhou@163.com
9bd6316c96ab34f79ada478c868eab91e8103aed
dba5e0a76df69a47bdb1d090c30399b65c363e36
/Estrutura-de-Dados/Exercicio - Demosntra operador de indireção.cpp
f8d57b5bea552f872d1ac05af21073a220ec3363
[]
no_license
MicheleMedeiros/Exercicios-da-faculdade
95f8ad9b32ddff24bc7aaf93f1bdf7301505971d
ccdaa0156a0f00effdc79e793f96b41c35c6b276
refs/heads/main
2023-01-10T10:58:07.178792
2020-11-06T15:00:08
2020-11-06T15:00:08
310,621,363
0
0
null
null
null
null
IBM852
C++
false
false
414
cpp
//Demosntra operador de indirešŃ§ #include <iostream> using namespace std; int main(){ int n = 5; int *pn = &n; int **ppn = &pn; cout << "Valor de n: \ n" << endl; cout << "Valor direto:" << n << endl; cout << "Valor indireto:" << *pn << endl; cout << "Valor duplamente indireto" << ** ppn << endl; cout << "e...
[ "michelemedeiros@opovodigital.com" ]
michelemedeiros@opovodigital.com
8149dc7d5a7c86b0a7a6808762c1206e26aedeba
309c6c242848134058e5349cc64856e18d26900e
/xut/include/internal/RowDefinitionCollectionElement.h
5cd83018ba97a906c4dadf34826af5a3cd0af26d
[ "MIT" ]
permissive
lineCode/OpenXaml
0194b5e2b13ecc2ab3fec6c1e14a655efcb80216
71ee5de33edf981698acb7cb42dbfca5287c1d90
refs/heads/master
2020-09-02T13:46:49.155800
2019-11-02T20:36:28
2019-11-02T20:36:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
373
h
#pragma once #include "internal/XamlElement.h" #include "Formatter/CppFormatter.h" #include <xercesc/dom/DOMElement.hpp> namespace xut { namespace elements { /// A row collection element class RowDefinitionCollectionElement : public XamlElement { public: RowDefinitionCollectionElement(xercesc::...
[ "rossette@outlook.com" ]
rossette@outlook.com
7908e262cb0925111d156271a8110b93cbbcbba1
7a4905e320f934f1f126d68dd525f0db6ba9de03
/inline/inline0/temp_files/tmp_1556110596.1.cpp
33e9836bc33537900ec2720282d7a85d05507d62
[]
no_license
xiaotaohe/inline_oj
5f6cb5ed7e01530bbdb19497a568b2d966ad4a4f
70127443572badaefd1146b91ba43dc014c4114a
refs/heads/master
2020-05-13T20:00:09.408093
2019-05-10T05:56:06
2019-05-10T05:56:06
181,652,765
0
0
null
null
null
null
UTF-8
C++
false
false
686
cpp
#include<iostream> #include<vector> #include<string> class Solution { public: bool isPalindrome(int x) { return true; } }; //tail.cpp不给用户看的.最总编译的时候 //会把用户提交的代码和tail.cpp合并成一个文件在进行编译 void Test1() { Solution s; bool ret = s.isPalindrome(121); if(ret){ std::cout<<"Test...
[ "taochao1997@qq.com" ]
taochao1997@qq.com
59db3f2864b75f0ecd4596fbd8f2524000eb1805
3e1d8472f451726545e4312cc4caf7edcd3b0a26
/runtime/realm/openmp/openmp_module.h
a80596fd5553b0b20b59287c59b0f18c4d122d6a
[ "Apache-2.0" ]
permissive
cqyuan/legion
e7d2a2206a6fdea1e39978c7784eb336760152f3
a2b971e6c34cce166b3ba4181ebfadc1a71dd1c8
refs/heads/stable
2021-08-28T20:49:36.804063
2017-10-27T11:21:11
2017-10-27T11:21:11
108,191,340
0
0
null
2017-12-13T05:20:35
2017-10-24T22:36:59
C++
UTF-8
C++
false
false
2,547
h
/* Copyright 2017 Stanford University, NVIDIA 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "sjt@cs.stanford.edu" ]
sjt@cs.stanford.edu
c8b834171b938c6f0ae31257b03baf0bb4d9c1ae
b5a988a7264928c6b42c605766a5839dfaf993ba
/Game Objects/Character Objects/character.hpp
1d64812d6b01b4d39c2b116599cf3ac6b2dd8be9
[]
no_license
dykieu/Text-Based-Console-Game
ec579c3f14aa2334b0c79367c5df272b180e43c4
cb2ccbeafe82b4d1564ee84d397e5531a7dd92b4
refs/heads/master
2022-11-09T12:36:04.251218
2020-06-19T23:57:50
2020-06-19T23:57:50
266,665,640
0
0
null
null
null
null
UTF-8
C++
false
false
914
hpp
/************************************************************* * Programmer: Dylan Kieu * Date: 11/25/19 * Purpose: Pure virtual class that will served as the base * class for each character in the combat game ***************************************************************/ #ifndef CHARACTE...
[ "lmaodylan@gmail.com" ]
lmaodylan@gmail.com
8efaeb724457781ca6461746e6c6cc61bfa55d3a
f060ab4515503a3401d53b99d642b96817943e80
/mlp2cnf/src/bnn.cpp
6f62391a62f7a36d6c20c1edb9fd0a939daa93bd
[ "MIT" ]
permissive
teobaluta/NPAQ
a5065ea61caf84fd3144dc0fa35d5340540fdaee
473b7f8032ccf9fd45b53edb85e9b517ae0e36bc
refs/heads/master
2023-02-09T01:52:34.041265
2022-01-10T07:31:59
2022-01-10T07:31:59
203,334,629
9
0
MIT
2023-02-02T05:11:33
2019-08-20T08:36:01
Python
UTF-8
C++
false
false
23,879
cpp
#include "bnn.h" #include "preencoder.h" AMK_ENCODER::PB2CNF_AMK_Encoder get_enc_type() { if (encoder.compare("card") == 0) return AMK_ENCODER::CARD; if (encoder.compare("bdd") == 0) return AMK_ENCODER::BDD; return AMK_ENCODER::ADDER; } BNNBlock::BNNBlock(vector<string> files) { this->files = files; lin_we...
[ "teobaluta@gmail.com" ]
teobaluta@gmail.com
2b8e5dd66657f747d0b333db721798feab4822a5
169bd4618ac6e2301296bdb82b1de06e7f84ef59
/test/test_mnemonic.cpp
ab004b19272ef34022070ad82c243f3ed8e6c90f
[ "Apache-2.0" ]
permissive
madMAx43v3r/mmx-node
be9eeff35c9f6b11d45ebcc2b695b90c149550df
a0f4fdfede7cfdbd6c548a00c8a4905e6a76506c
refs/heads/master
2023-08-23T06:32:15.434280
2023-08-18T08:17:15
2023-08-18T08:17:15
431,829,941
203
55
Apache-2.0
2023-09-01T10:52:52
2021-11-25T12:02:35
C++
UTF-8
C++
false
false
662
cpp
/* * test_mnemonic.cpp * * Created on: Sep 12, 2022 * Author: mad */ #include <mmx/mnemonic.h> #include <iostream> using namespace mmx; void test_both(const hash_t& seed) { const auto words = mnemonic::seed_to_words(seed); const auto res = mnemonic::words_to_seed(words); if(res != seed) { throw std:...
[ "max.wittal@mwittal.de" ]
max.wittal@mwittal.de
f69d6c198e7d65b53fb05558ff3ba5207439ca90
818b222480174463432dde0f5ac3b2b84faa48c1
/chamdlib.cpp
ad447a5602d4f7761c44e49f2b5dd6538be6cede
[ "CC0-1.0" ]
permissive
chimerast/chasm
5d3a84ba1c5c73d0f556d7e00e2e1af81e131626
1daa5a70535e281f4868072a09128f80faa9bbf4
refs/heads/master
2020-08-02T12:38:07.459818
2019-09-27T16:12:40
2019-09-27T16:12:40
211,356,032
0
0
null
null
null
null
UTF-8
C++
false
false
10,415
cpp
//--------------------------------------------------------------------------- #pragma inline //--------------------------------------------------------------------------- #pragma hdrstop #include <math.h> #include "chamdlib.h" #include "chcpuid.h" #include "chtype.h" asm INCLUDE TASMEX.INC //---------------------------...
[ "chimerast@gmail.com" ]
chimerast@gmail.com
de361c99254a4e520c72a6be79712e01f3f7ec1f
e60ca08722245d732f86701cf28b581ac5eeb737
/xbmc/filesystem/MusicDatabaseDirectory/DirectoryNodeAlbumTop100.cpp
09987b9e21bd4bee5bf5e4c19d494056c7281a8f
[]
no_license
paulopina21/plxJukebox-11
6d915e60b3890ce01bc8a9e560342c982f32fbc7
193996ac99b99badab3a1d422806942afca2ad01
refs/heads/master
2020-04-09T13:31:35.220058
2013-02-06T17:31:23
2013-02-06T17:31:23
8,056,228
1
1
null
null
null
null
UTF-8
C++
false
false
1,186
cpp
#include "DirectoryNodeAlbumTop100.h" #include "music/MusicDatabase.h" #include "FileItem.h" using namespace XFILE::MUSICDATABASEDIRECTORY; CDirectoryNodeAlbumTop100::CDirectoryNodeAlbumTop100(const CStdString& strName, CDirectoryNode* pParent) : CDirectoryNode(NODE_TYPE_ALBUM_TOP100, strName, pParent) { } NODE...
[ "pontesmail@gmail.com" ]
pontesmail@gmail.com
24d8d9fcf20c4a10d6c1427bac0020466ccebec7
84dd2490c7b5dda1fa01ba4bd5530dca00b3e8e7
/src/oneThread/dialog_server.h
7563238a7f87d1bbd3f220db6ab659fe70e69033
[]
no_license
eglrp/laser_slam
2c6e58f7a8bbf5c94f7024d2aebae3eca69de4fa
83e980848e029a6addd937956b6e524b6d89c632
refs/heads/master
2020-04-07T04:52:49.104644
2017-04-15T20:55:23
2017-04-15T20:55:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
536
h
#ifndef DIALOG_SERVER_H #define DIALOG_SERVER_H #include <QWidget> #include <QPushButton> #include <QRadioButton> #include <QLabel> class CPoints; class Dialog_Server : public QWidget { Q_OBJECT public: Dialog_Server(QWidget* parent=0); ~Dialog_Server(); void resizeWindowSize(int,int); public: QPushButton* btnS...
[ "hxzhang1@ualr.edu" ]
hxzhang1@ualr.edu
f08cfb806cf4f25e657049915c0a839c749519a6
2c46b02dc21269bb30e3b15dfd6197c82099f5e5
/LevelEditorNativeRendering/LvEdRenderingEngine/LvEdRenderingEngine.h
526de88ce7f286dc28b3e9f88c8bdd26662219df
[ "Apache-2.0" ]
permissive
BeRo1985/LevelEditor
7e5d31079e107a86645b7d6999d87616fd326884
58b87d6e98fc5c8f413628acc94d4abb0a5a22df
refs/heads/master
2021-01-18T01:52:20.903473
2014-09-03T13:24:05
2014-09-03T13:24:05
23,619,493
0
1
null
null
null
null
WINDOWS-1252
C++
false
false
16,106
h
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt. /** * @file LvEdRenderingEngine.h * @version 3.5 * * @copyright (C) 2012 Sony Computer Entertainment Worldwide Studios. All Rights Reserved. * * @section DESCRIPTION * * This file describes a C API that provides a bridge between C++ ...
[ "alan_beckus@playstation.sony.com" ]
alan_beckus@playstation.sony.com
58b1d59f2f5c5f55e8ad3b6056ddb280b60714cb
b19d78c5b0c65ecb03a705450a4b2bab64635813
/DrawCarWheelTest/FilePath.cpp
73e28efab087dcc3b422b203b6ba0c6c30e21288
[]
no_license
yszc-wy/DrawCarWheelTest
f2638d051be4214ad588cd3df015f1f6661d8364
67714842ade022d77b25f6d7fcca2d251c951ef4
refs/heads/master
2023-03-14T02:02:40.037902
2021-02-26T09:15:21
2021-02-26T09:15:21
342,513,662
2
0
null
null
null
null
UTF-8
C++
false
false
590
cpp
#include "FilePath.h" namespace FilePath { const char* GetFloatPlantPath(FloatPlant float_plant) { switch (float_plant) { case FilePath::NJ840_2L: return k_FloatPlant_NJ840_2L_CadPath; break; case FilePath::NJ840_4L: return k_FloatPlant_NJ840_4L_CadPath; break; case FilePath::SH13LA:...
[ "yszc-wy@foxmail.com" ]
yszc-wy@foxmail.com
605e3b1e6af012dbfe949e369d7dcb27ff679574
edf4f46f7b473ce341ba292f84e3d1760218ebd1
/src/test-apps/TestWdmOneWayCommandReceiver.cpp
7bfce9a2a34be68f42cb6533a11dc5455406e7c6
[ "LicenseRef-scancode-proprietary-license", "Apache-2.0" ]
permissive
openweave/openweave-core
7e7e6f6c089e2e8015a8281f74fbdcaf4aca5d2a
e3c8ca3d416a2e1687d6f5b7cec0b7d0bf1e590e
refs/heads/master
2022-11-01T17:21:59.964473
2022-08-10T16:36:19
2022-08-10T16:36:19
101,915,019
263
125
Apache-2.0
2022-10-17T18:48:30
2017-08-30T18:22:10
C++
UTF-8
C++
false
false
3,807
cpp
/* * * Copyright (c) 2016-2017 Nest Labs, Inc. * 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...
[ "rszewczyk@nestlabs.com" ]
rszewczyk@nestlabs.com
25fed9f2ea12afc3f8c7380184ee48c0fdd2e976
8fa38c28f510a68731bf44a172757ce580a91fee
/render.h
76600672d6417049d2b57f44793ef609ada61b08
[]
no_license
MyNameIsKodak/undercover
c60e61999b399d9b573c8a91d4a76b124ac92391
f4c726fd05f6943069046b1cb02dfc886ba4173c
refs/heads/master
2023-04-08T05:16:49.647616
2021-04-13T12:16:59
2021-04-13T12:16:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,506
h
#pragma once struct Point { int x; int y; }; struct Rect { int x; int y; int w; int h; }; namespace render { struct FontSize_t { int m_width; int m_height; }; enum StringFlags_t { ALIGN_LEFT = 0, ALIGN_RIGHT, ALIGN_CENTER }; struct SD3DVertex { float x, y, z, rhw; DWORD colour; }; class...
[ "somageller06@gmail.com" ]
somageller06@gmail.com
2912ff460582dfc13174712eeffdd5dd1311a072
dd35b04e77ddf0e83e2eaf324b154cb5d56bfe86
/DDECE264 (Advanced C)/Lab01 (7)/Lab01 (7)/Mbateng_Lab01_Problem03.cpp
355b798d8da0e2aa88162b8976c413449f8d9b54
[]
no_license
styro103/AcademicPrograms
7afb3ab8d588c467a90cae38ef6c03fc53ddeb1b
87cfc71903d750b7465d02d56c6accd6cf25450d
refs/heads/master
2021-01-22T23:15:26.318873
2016-01-28T15:29:48
2016-01-28T15:29:48
20,346,260
0
0
null
null
null
null
UTF-8
C++
false
false
3,434
cpp
/*ECE 264 Lab 01 Problem 03 Shaun Mbateng This program takes an array, prints it, sorts it, and searches for an element all using multiple methods. */ #include <stdio.h> #include <iostream> using namespace std; void printArray(double arr[], int size); int linearSearch(double arr[], int size, double valueToSea...
[ "smbateng103@yahoo.com" ]
smbateng103@yahoo.com
0f30d1c502082ec81d67aab25d1f97e486f633c7
83fa42dc9c60f2d7537b1bbe0894713156bc488f
/c++数据结构与算法/4顺序查找.CppDS_.cpp
77496c6d00fab389ccf1351d1ff3b205ab86e105
[]
no_license
15529343201/C-Plus-Plus
c4782b054ac0c0aac66711312209e13a8acf0a4f
33d499dd94d720d0131afef4fe071624bc171ede
refs/heads/master
2020-05-21T03:43:01.145036
2017-10-06T15:20:12
2017-10-06T15:20:12
84,566,994
0
0
null
null
null
null
GB18030
C++
false
false
641
cpp
//顺序查找 /* 顺序查找与折半查找(二分查找) 没有排序的数据:只能顺序查找 顺序查找:速度慢 例如:100万个数据,平均要50万次 */ #include<iostream> using namespace std; int SequentialSearch(int *a,const int n,int x); int main() { int m[]={2,4,6,8,0,1,3,5,7,9}; int result; int num=7; result=SequentialSearch(m,10,num); if(result<0) cout<<"没找到!"<<endl; else ...
[ "15529343201@139.com" ]
15529343201@139.com
1a717b270e6cc36dcd3da04b43264b3782cfe8c7
bdd9f3cdabe0c768641cf61855a6f24174735410
/src/engine/client/application/ShaderBuilder/src/win32/VertexShaderView.cpp
b794c153dc89329bb9fdafbac3b3f4d42ba449d4
[]
no_license
SWG-Source/client-tools
4452209136b376ab369b979e5c4a3464be28257b
30ec3031184243154c3ba99cedffb2603d005343
refs/heads/master
2023-08-31T07:44:22.692402
2023-08-28T04:34:07
2023-08-28T04:34:07
159,086,319
15
47
null
2022-04-15T16:20:34
2018-11-25T23:57:31
C++
UTF-8
C++
false
false
2,441
cpp
// VertexShaderView.cpp : implementation file // #include "FirstShaderBuilder.h" #include "shaderbuilder.h" #include "VertexShaderView.h" #include "sharedFile/TreeFile.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif /////////////////////////////////////////////////...
[ "swgmaster@india.com" ]
swgmaster@india.com
faeda31d5c8d427742f3a14eb7c22b5455ab22c0
0fb4b74d32b862944f3eeb6a4980b4f7ca71371f
/v4l2-libcam_ocv/cam-ocv.cpp
da247fe594de6a734812752c4f6936096f74588b
[]
no_license
sodeq/BBxM-Robot
92f594691b3bb4d18a5a3b0e4ec2a01dd6521aa4
37af6818d5e3eebc2d78ac8e4306b1659e562ba3
refs/heads/master
2021-01-17T11:57:56.020469
2014-03-12T07:43:45
2014-03-12T07:43:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,784
cpp
/* * Copyright (C) 2009 Giacomo Spigler * CopyPolicy: Released under the terms of the GNU GPL v3.0. */ //Single webcam demo #include <iostream> #include <cv.h> #include <highgui.h> #include <stdio.h> #include <vector> using namespace std; #define USE_OPENCV 1 //#include "../libcam.h" #include "libcam.h" #inclu...
[ "osloguys@gmail.com" ]
osloguys@gmail.com
fc265ef2921d3ffd6ffee0c26c2d4dff73583bc4
21e024100ca42728523734830122930ead1f806e
/Snake/Snake/MainWindow.cpp
e9547c75513286492bbc2fa38c1c4d9557469d96
[]
no_license
SC2ISDAED/GameProgramDesigin
0ad775f4ec617af9ccce1e26248f10ab4300009c
e3cd994125b190a0f429b009cc06fd5c1a3514a1
refs/heads/master
2020-07-25T21:45:54.126819
2019-11-12T12:05:50
2019-11-12T12:05:50
208,429,684
0
0
null
null
null
null
GB18030
C++
false
false
6,162
cpp
#pragma once #include <conio.h> #include "MainWindow.h" #include "iostream" void MainWindows::showScore() { std::cout << "Game Score: " << gameData.Score << std::endl; } void MainWindows::Draw() { int textColor = 0x06; COORD coord = { 0,0 }; DWORD bytes = 0; SetPos(-1, -1); SetConsoleTextAttribute(sawpWindHand...
[ "1102409404@qq.com" ]
1102409404@qq.com
a60aa6e040fbab20922a07993079b8da8fe56877
dfadd879ccc98bb99c45651a33c80c18181589d9
/ZeroLibraries/Serialization/DataTreeTokenizer.hpp
3482128927e430ff97a7c96499bc589fce2d49ef
[ "MIT" ]
permissive
zeroengineteam/ZeroCore
f690bcea76e1040fe99268bd83a2b76e3e65fb54
14dc0df801b4351a2e9dfa3ce2dc27f68f8c3e28
refs/heads/1.4.2
2022-02-26T04:05:51.952560
2021-04-09T23:27:57
2021-04-09T23:27:57
148,349,710
54
27
MIT
2022-02-08T18:28:30
2018-09-11T16:51:46
C++
UTF-8
C++
false
false
1,194
hpp
//////////////////////////////////////////////////////////////////////////////////////////////////// /// /// Authors: Joshua Claeys /// Copyright 2016, DigiPen Institute of Technology /// //////////////////////////////////////////////////////////////////////////////////////////////////// #pragma once namespace...
[ "arend.danielek@zeroengine.io" ]
arend.danielek@zeroengine.io
f24308af2986dde76756c06137487bc92ff7b2df
8e7bcdf59d81b51704b95a644ac5fd94837fbdb2
/src/protocol.h
787fb1020aba7972f1d4cfbe76c260e4edf0992f
[ "MIT" ]
permissive
lavidacoin/LVC
e1a9056a2f98f77014beb71c6bf58f558ee2d8c3
0a79e237e04d5b2eb1e1b1a5c834cb6c29c7c62f
refs/heads/master
2020-03-28T08:12:18.008742
2018-09-17T11:14:03
2018-09-17T11:14:03
147,951,234
0
1
null
null
null
null
UTF-8
C++
false
false
3,719
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 __cplusplus # error This header can only be compiled as C++. #endif #ifnd...
[ "dev@lavidacoin.my" ]
dev@lavidacoin.my
5ea235a4757052e844c3e379a922ef242cb9add2
d033b2f3c8ec476e8cbf1fa9ddc335a9d846cc00
/code/cocos2dx/label_nodes/CCLabelBMFont.cpp
d7c9ba6ee130e446cd6391f059dab963c79a2b43
[ "MIT" ]
permissive
likexx/riftwarrior
dd99f482af4a2d300c7b4ab90b159e3fae2eb545
cad1fdde5705c4288e8f413547813214d4d0d00c
refs/heads/master
2021-07-24T13:05:00.959410
2017-11-02T16:03:32
2017-11-02T16:03:32
106,724,844
8
4
null
null
null
null
UTF-8
C++
false
false
38,019
cpp
/**************************************************************************** Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2008-2010 Ricardo Quesada Copyright (c) 2011 Zynga Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and asso...
[ "likexx@live.com" ]
likexx@live.com
da5eee4e28b6289caa7bb2c23e5ceba928e2faa2
af185b7461631e10b960d973d9f01dd8acfce9e6
/connext_nodes_cpp/src/camera/dds/dds_camera_sub_zc.cpp
f39472c1d8e1d3936a51d159b29972925f8f50fa
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
asorbini/rticonnextdds-ros2-demos
92fa136b320fd1d4f8f6c207e7aacc777a3b69d9
0e30a9e09f7e304db9c4794c9445d46114755615
refs/heads/master
2023-04-09T23:44:51.267281
2021-04-20T01:38:15
2021-04-20T01:38:15
350,900,077
1
0
null
null
null
null
UTF-8
C++
false
false
2,967
cpp
/* * (c) 2019 Copyright, Real-Time Innovations, Inc. All rights reserved. * * RTI grants Licensee a license to use, modify, compile, and create derivative * works of the Software. Licensee has the right to distribute object form * only for use with RTI products. The Software is provided "as is", with no * warr...
[ "asorbini@rti.com" ]
asorbini@rti.com
e3534d2ad988076b1900721e50bd9560bf6dc644
7642119cf641e93b67266941793a610aefcb7c57
/Geometry/CaloTopology/test/HcalDetId2DenseTester.cc
869a492414fbc781c023b468c54c6771fe92c931
[ "Apache-2.0" ]
permissive
dr-aryone/cmssw
ad801de83c1486b1715845f2012cfbc851e2a07f
1711d0fe46c07e72b3a77242f61df6fe98860fad
refs/heads/master
2020-05-27T13:22:25.714226
2019-05-25T20:33:45
2019-05-25T20:33:45
188,637,998
2
1
Apache-2.0
2019-05-26T04:01:25
2019-05-26T04:01:24
null
UTF-8
C++
false
false
12,760
cc
#include <fstream> #include <iostream> #include <string> #include <vector> #include "FWCore/Framework/interface/Frameworkfwd.h" #include "FWCore/Framework/interface/one/EDAnalyzer.h" #include "FWCore/Framework/interface/Event.h" #include "FWCore/Framework/interface/EventSetup.h" #include "FWCore/Framework/interface/ES...
[ "sunanda.banerjee@cern.ch" ]
sunanda.banerjee@cern.ch
6e263d19745e62179db9606edcde33ce3efaf9d3
6a771be9d2594a17977e12604991f5dd6c7149a8
/SolverTest/TestCardOverlap.cpp
1f092984e3535bbdeaed12df53fc40ac530147b5
[]
no_license
notjulie/Seahaven
ea5ddf2b4f6d1bdbae6907250c3f61122ebf180d
8334c63cf5a14c7b74e2ef70f99b848a83ec6976
refs/heads/master
2022-03-14T00:15:53.200880
2020-11-27T20:31:22
2020-11-27T20:31:22
205,562,438
0
0
null
2022-02-26T01:21:33
2019-08-31T15:31:47
JavaScript
UTF-8
C++
false
false
1,676
cpp
#include "SolverIncludes.h" #include "SeahavenProblem.h" #include "SolverState.h" // This was part of a solution I ran into... from this point it tried to // move the 7-6-5D on to the 8D, even though the 8 is covered by the 9. static const ProblemDefinition testCardOverlapTestCase = { // columns { { "2S"...
[ "rasmussenrandy189@gmail.com" ]
rasmussenrandy189@gmail.com
da5afb633fbf57d7d9f2cda01352424725d45868
1409587836b60c956db527c3a71f1b6a78e3e274
/C++ Projects/stack and queue/Stack/main.cpp
25946c381439819c0981e049da07ee82a0bd7284
[]
no_license
Mike2329/Projects
499468ca8f2f21f5c68ddc2485b0f80d7bb7631f
fdab6737bbebdd21e65e6f9ffc866104b128fb7c
refs/heads/master
2020-09-22T15:43:14.140810
2016-12-19T17:14:22
2016-12-19T17:14:22
66,779,624
0
0
null
null
null
null
UTF-8
C++
false
false
1,316
cpp
/********************************************************************* ** Author: Mike Peters ** Date: 11/05/2015 ** Description: Singly linked list (FILO) *********************************************************************/ #include <iostream> #include "list.hpp" using namespace std; int main() { List list; ...
[ "petermi3@oregonstate.edu" ]
petermi3@oregonstate.edu
7500bebe200fde918473cafaef29a835e40288c4
dec4ef167e1ce49062645cbf036be324ea677b5e
/SDK/PUBG_W_EmoteButton_parameters.hpp
85d64dc686f51a4f2b4e6f287066e3e5b383b6dc
[]
no_license
qrluc/pubg-sdk-3.7.19.5
519746887fa2204f27f5c16354049a8527367bfb
583559ee1fb428e8ba76398486c281099e92e011
refs/heads/master
2021-04-15T06:40:38.144620
2018-03-26T00:55:36
2018-03-26T00:55:36
126,754,368
1
0
null
null
null
null
UTF-8
C++
false
false
1,032
hpp
#pragma once // PlayerUnknown's Battlegrounds (3.5.7.7) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "PUBG_W_EmoteButton_classes.hpp" namespace PUBG { //--------------------------------------------------------------------------- //Parameters //--------------------------------------------------------...
[ "qrl@uc.com" ]
qrl@uc.com
89d8ca8882e53ddd9a6c67d3359adf387d18d59f
eb5730fe5386fd711f7c723260a187bf4bbbcc92
/杂/高精度?gift?.cpp
4d3be3f905ecf0ffda2bbc82ff0fdfb8680e94d7
[]
no_license
yiuyh/MyCode
0fbbd2756f86278651f6308dd3aa2023fafc2748
d6af40f91e6a88ccda9a77089c28684bc301d114
refs/heads/master
2020-07-06T09:04:32.666998
2020-01-19T07:42:06
2020-01-19T07:42:06
202,965,638
0
0
null
null
null
null
UTF-8
C++
false
false
444
cpp
#include <cstdio> const int MAXN = 10; int a[MAXN]; int main() { int i, j, T; unsigned long long s,temp; scanf("%d", &T); while (T--) { s = 0; for (i = 1; i <= 8; i++) { scanf("%d", &a[i]); s += (1LL<<a[i]); } scanf("%llu", &temp); ...
[ "38040643+yiuyh@users.noreply.github.com" ]
38040643+yiuyh@users.noreply.github.com
116174f64ed9a7a602502e803de353fa07ec5beb
1497386b0fe450e6c3881c8c6d52d9e6ad9117ab
/trunk/libcvact/include/actISubsystemConfig.h
7701f3946481ba0d7553695fb13c08372b945c37
[ "Apache-2.0" ]
permissive
flomar/CrypTool-VS2015
403f538d6cad9b2f16fbf8846d94456c0944569b
6468257af2e1002418882f22a9ed9fabddde096d
refs/heads/master
2021-01-21T14:39:58.113648
2017-02-22T14:10:19
2017-02-22T14:10:19
57,972,666
0
5
null
null
null
null
UTF-8
C++
false
false
1,111
h
// --------------------------------------------------------------------------- // Name: actISubsystemConfig.h // Product: cv act library // Purpose: The Subsystem configuration. // // Copyright: (c) 2006 cv cryptovision GmbH // all rights reserved. // Licence: The conditions for the use of...
[ "florian@marchal.de" ]
florian@marchal.de
45feb121e34df81cd99f38b2752a1901b63fad25
cd004ef6ad32218c7153bd8c06cc83818975154a
/FDK/QuickFix/MessageStore.h
826bc4b6b126e38042a8ea326b0ea76e38d89771
[ "MIT" ]
permissive
marmysh/FDK
11b7890c26f7aa024af8ea82fcb7c141326d2e6f
cc6696a8eded9355e4789b0193872332f46cb792
refs/heads/master
2020-12-14T18:56:28.229987
2016-07-13T13:50:42
2016-07-13T13:50:42
63,467,798
1
0
null
2016-07-16T05:51:14
2016-07-16T05:51:14
null
UTF-8
C++
false
false
5,327
h
/* -*- C++ -*- */ /**************************************************************************** ** Copyright (c) quickfixengine.org All rights reserved. ** ** This file is part of the QuickFIX FIX Engine ** ** This file may be distributed under the terms of the quickfixengine.org ** license as defined by quickfixengi...
[ "chronoxor@gmail.com" ]
chronoxor@gmail.com
d15ee72a0d30e6de6e48baf3127f02f65a6cc6cd
d8ff153a2a2c42f7cfebfec961fcbd8e38207c50
/engine/Histogram.h
8e8acc916bd94195216ce88505e623d0d8218139
[]
no_license
elbuo8/SearchEngine
ad76bc95a0db3128bb68afd3fa71bbeb72c8f90d
07d754e7cd9835eb3cfea275e8ff667aff494991
refs/heads/master
2021-01-15T10:18:00.867180
2012-12-09T17:58:31
2012-12-09T17:58:31
6,452,531
1
2
null
null
null
null
UTF-8
C++
false
false
1,143
h
// // Histogram.h // // // Created by Yamil Asusta on 10/29/12. // // #ifndef ____Histogram__ #define ____Histogram__ #include <iostream> #include <string> #include <tr1/unordered_map> #include <list> #include "Book.h" using namespace std; /* This class keeps a history of the files in which a word appears. And ...
[ "yamil.asusta@upr.edu" ]
yamil.asusta@upr.edu
fcfcdc523795d9fb348428f53696cdc41edde3e1
c0fb8ac9cfb1dc07e44e62d750bec134034ce1e8
/include/ZipCrypto.h
02bab9e243b0f79291db265c30fe5933ecb511cb
[]
no_license
farruggia/7zip
ca46bd60969c26fe9f790f69e3608cbe6d9a92ce
299259e4abf709c37188db0294953ff813fb1493
refs/heads/master
2020-04-03T01:25:20.660637
2016-07-06T20:17:21
2016-07-06T20:17:21
62,562,378
0
0
null
null
null
null
UTF-8
C++
false
false
1,354
h
// Crypto/ZipCrypto.h #ifndef __CRYPTO_ZIP_CRYPTO_H #define __CRYPTO_ZIP_CRYPTO_H #include <MyCom.h> #include <ICoder.h> #include <IPassword.h> namespace NCrypto { namespace NZip { const unsigned kHeaderSize = 12; /* ICompressFilter::Init() does nothing for this filter. Call to init: Encoder: CryptoSe...
[ "andrea86@gmail.com" ]
andrea86@gmail.com
c32a353b0c0ae82d57611ab2c160701fc2afd4fb
0dda492d3fb2d159495bfeb2cc693d68ec6812b9
/service/taskmaker.h
221cddc3fa2e0377d37cf911da6f20e45cab1c21
[]
no_license
Forrest-Z/agvserver
0e62ab7db678e2f61b00b966a6d7b583319746e5
74226f35d18baab9e04fa665ed858a57bf26d17e
refs/heads/master
2021-09-07T13:13:30.372016
2018-02-23T09:49:16
2018-02-23T09:50:36
255,245,675
0
1
null
2020-04-13T06:09:36
2020-04-13T06:09:36
null
UTF-8
C++
false
false
700
h
#ifndef TASKMAKER_H #define TASKMAKER_H #include <QObject> #include <QThread> #include <QMap> class TaskMaker : public QObject { Q_OBJECT public: TaskMaker(); ~TaskMaker(); bool init(); signals: void sigInit(); void sigTaskAccept(int); void sigTaskStart(int,int); void sigTaskErrorEmp...
[ "jsqinyinghao@live.com" ]
jsqinyinghao@live.com
5da6e712046d1f09b05d01cb55eb1e9bda81e689
df4caa10e9d183941692274a9318ca077114273e
/Addons/MorphM/test/python_test_morphm_import.cpp
cd78183d1829a386fa1691e18590aa9379f8dddd
[]
no_license
kaiwensophie/smil
48c4ac9957d5e5ac61e068503ab5e214db2a052b
773982628e1b253ff378be0833d583f5bd25edfa
refs/heads/master
2020-04-07T23:34:54.338101
2018-06-14T21:27:52
2018-06-14T21:27:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,241
cpp
#include <boost/python.hpp> #include "DMorphMImage.hpp" #include "Core/include/DCore.h" using namespace smil; #define PY_TEST_SCRIPT "\ import MorpheePython as mp \n\ mIm = mp.createImage(mp.dataCategory.dtScalar, mp.scalarDataType.sdtUINT8) \n\ mIm.setSize(256,127) \n\ mIm.setColorInfo(mp.colorInfo.c...
[ "faessel@cmm.ensmp.fr" ]
faessel@cmm.ensmp.fr
d5959c68e952b98336996a7a14f6faac21ac337c
7438ce4aa926857cec7aafa89219bbca52c232fd
/RayTracer/RayTracer/Resouces.cpp
1312647670137c2ad93673c829fabbd32f8cac63
[]
no_license
ByeDream/RayTracingInAWeekend
e7a90f06c46f45b638bc68a43da754da4b05262d
fe5eef4d6291f43bc6edd346753b9c5ab72b5fda
refs/heads/master
2020-03-14T05:45:28.956222
2018-05-22T11:14:23
2018-05-22T11:14:23
131,470,706
0
0
null
null
null
null
UTF-8
C++
false
false
5,983
cpp
#include "stdafx.h" #include "Resouces.h" #include "Randomizer.h" #include "SimpleMesh.h" #include "SimpeMeshBuilder.h" #include "SimpleTexture2D.h" #include "Materials.h" void Resources::Load() { LoadMeshes(); LoadMaterials(); } void Resources::Unload() { for (auto i = m_materials.begin(); i != m_materials.end()...
[ "helloworld_se7en@yeah.net" ]
helloworld_se7en@yeah.net
0d865b4d1716163f216f256fb46c66c2c1f15492
914ede018ff31dd26c4de6335dc6c03952959d29
/deselectable_list_widget.cc
4859f08032e10057304c1b68044df2c6a8b70fff
[]
no_license
LeoWare/ofxgetqt
8313afd44ff26e24a04618da936a0684ecc97610
74d2c2c9e0621ae5aed800b9231e9c6b31c21b9b
refs/heads/master
2022-06-04T03:11:48.250197
2020-05-03T23:30:04
2020-05-03T23:30:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
806
cc
#include <QDebug> #include <QListWidgetItem> #include <QMouseEvent> #include "deselectable_list_widget.h" DeselectableListWidget::DeselectableListWidget(QWidget *parent) : QListWidget(parent) { } void DeselectableListWidget::mousePressEvent(QMouseEvent *event) { QModelIndex index = indexAt(event->pos()); QLi...
[ "jliesch79@hotmail.com" ]
jliesch79@hotmail.com
6e4fb0b419cf5ef8352297a82cfefe53c4967b7a
a540b6ed3f59c9e525fd0b33666c24a758770b21
/ibrcommon/ibrcommon/SyslogStream.cpp
ae6d3aef65614cc34e5bba14ec3697183dcb754f
[ "Apache-2.0" ]
permissive
destmaxi/ibrdtn
f2057806c97478b5e2142eaef4b85224327a7728
cd4e3659570174b22a72e7a8b972104f57e60928
refs/heads/master
2020-12-28T07:59:03.081258
2020-02-06T09:12:45
2020-02-06T09:12:45
238,237,504
1
0
null
2020-02-04T15:22:34
2020-02-04T15:22:33
null
UTF-8
C++
false
false
1,930
cpp
/* * SyslogStream.cpp * * Copyright (C) 2011 IBR, TU Braunschweig * * Written-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de> * * 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 * ...
[ "morgenroth@ibr.cs.tu-bs.de" ]
morgenroth@ibr.cs.tu-bs.de
6ec691dbb5e801c2c589758f6526f66b8016015f
86faeeff089f9e6d95188613db241d4d31fd31e9
/src/cuda/memoryManager/CPUMemory.tpp
4897a7ac29917fecf14e3eb3f894d0cd88f34e0c
[]
no_license
keckj/boids
64b05d15725248502756bef316e7c80c7d8f7a23
5bd4694049d84f7dbcebba707b36e3c92951fd90
refs/heads/master
2021-05-28T12:52:52.648862
2015-03-01T15:46:14
2015-03-01T15:46:14
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,291
tpp
#include "cuda.h" #include "cuda_runtime.h" #include "cudaUtils.hpp" #include "log.hpp" #include "utils.hpp" template <typename T> T* CPUMemory::malloc(unsigned long nData, bool pinnedMemory) { assert(CPUMemory::_memoryLeft >= nData * sizeof(T)); if(_verbose) { if(nData == 0) { log_console->warn("Trying to a...
[ "jbkeck@hotmail.com" ]
jbkeck@hotmail.com
9fe2224aa1bb9d377d6330ebfe7a58cc24211d37
11f9df46c00540b08baa5947462dcf34172569d9
/300W(2W)-AMR/system/controlDict
c25a4a2d65a307f93f6978efcd3fbdd3fd0308d9
[]
no_license
j-avdeev/LaserCase
d2367fb31042497572737108ca7afbc87e9fe77e
1c1ad9bbf1ed1abb59864aa896e3ae21a403b885
refs/heads/master
2023-07-05T19:27:03.563378
2021-08-22T16:56:53
2021-08-22T16:56:53
142,742,913
0
0
null
2021-08-08T19:25:49
2018-07-29T08:15:26
C++
UTF-8
C++
false
false
1,254
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 4.0 | ...
[ "j-avdeev@ya.ru" ]
j-avdeev@ya.ru
2deab1608376df99a840332c32156ae68ae1f8c9
415e5184334d797624c4f1061faf9b0709e76749
/LandModel/delaunay.cpp
c3249ed45cd60e3256903f572ed8cf3c00f5e9cd
[]
no_license
joilee/LandModel
bd52bcbd96758fad6194279b4d8b37259eaf71e3
7573bf3fb859c4598353ab06aa63b334ca226dda
refs/heads/master
2021-01-01T03:33:49.878056
2016-05-20T15:03:01
2016-05-20T15:03:01
58,017,933
0
0
null
null
null
null
UTF-8
C++
false
false
3,148
cpp
#include "stdafx.h" #include "delaunay.h" std::vector<Triangle> Delaunay::triangulate(std::vector<Vec2f> &vertices) { // Determinate the super triangle float minX = vertices[0].x; float minY = vertices[0].y; float maxX = minX; float maxY = minY; for(std::size_t i = 0; i < vertices.size(); ++i) { if (vertice...
[ "pointfly@163.com" ]
pointfly@163.com
d1ce2cc4e1acb6c969617f5dcddd1baf1f347d5c
e835aa3afd88381b607c4ae8ab800e35146110d0
/d574.cpp
e3502a0edea3f8cf68bdfcbd905e05e08916a807
[]
no_license
Benjamin1021523/program-practice
87588986add2e5abf535ceab486aa455bc6b59d6
7873103da8ff3c957c81352091586659fda871ab
refs/heads/master
2021-03-30T17:29:49.083089
2017-05-21T11:10:43
2017-05-21T11:10:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,173
cpp
#include<iostream> using namespace std; int main(){ long int x; string a, b; long int num; char temp; while(cin >> x){ cin >> a; num = 1; b = ""; temp = a[0]; for(long int i = 1;i < x;i++){ if(a[i] != temp){ if(num >= 100000){ ...
[ "benjamin.30805@yahoo.com.tw" ]
benjamin.30805@yahoo.com.tw
9ebc0b120d2d5e5c056f01b0e9e84a12d806ef96
3d1f793262c44dfe8721cc875a697a45badacb9e
/include/GameObject.h
d92e19870ef68137b53c7fd56b72738f02594d00
[]
no_license
Pinillya/c--Pathfinding-firstBest-
74dc69ce954cb4cc7aeb2fa5bda7954266867e61
d3d543067f99fb971080520a755e19bdb11786cd
refs/heads/master
2021-01-23T09:51:08.069011
2014-03-27T18:05:13
2014-03-27T18:05:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,500
h
#ifndef GAMEOBJECT_H #define GAMEOBJECT_H #include "BaseApplication.h" class GameObject{ public: GameObject(Ogre::SceneManager* SceneMgr, Ogre::Real index, Ogre::Vector3 position, Ogre::Vector3 stop); virtual ~GameObject(); ///Updates the class. ///Adds time to the animation, and ...
[ "Pinillya@hotmail.com" ]
Pinillya@hotmail.com
21e0467504022ab2315940458f08566e17081257
640717b342c1f56bcc4cb60d3971f099b1b7fdb2
/basicsound/basicsound.ino
2a7016b9dbb1287678f88f053d1b4fda369dfb1c
[]
no_license
griffint/SofSys2015DebuggingDungbeetles
5fe5907990bdbad33ef292c651b6e9b5f7102e66
d35117a6e42c6577b7add3a5b8dc3cf1224ae46b
refs/heads/master
2020-04-14T02:57:53.351505
2015-12-17T20:52:20
2015-12-17T20:52:20
41,925,701
0
1
null
2015-12-17T18:32:53
2015-09-04T16:18:23
Arduino
UTF-8
C++
false
false
264
ino
int sensorPin = A0; int pwmPin = 9; int val=0; void setup() { pinMode(pwmPin,OUTPUT); Serial.begin(9600); } void loop() { for (int i=0; i<255; i++) { analogWrite(pwmPin,i); val = analogRead(sensorPin); Serial.println(val); delay(10); } }
[ "griffin.tschurwald@students.olin.edu" ]
griffin.tschurwald@students.olin.edu