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
0391e8c5219e9fb62fb202a6a1bbd576e6c08862
508e7ea12fdad3afb2acb2cd0d48e1e9f2ebd6e6
/程序/7/Ex_Student/StudentTreeView.cpp
44f92e442f1f59fdb3e850c483ab6c59dfd72ea0
[]
no_license
shuhongfan/Visual_C
027462a16e4d8e11dafeff7adefd955e00cca1aa
d7018cbc34497a98ae488c12b24723984e04d028
refs/heads/master
2023-09-04T00:13:00.668662
2021-11-03T00:18:36
2021-11-03T00:18:45
424,039,033
0
0
null
null
null
null
GB18030
C++
false
false
3,958
cpp
// StudentTreeView.cpp : implementation file // #include "stdafx.h" #include "Ex_Student.h" #include "StudentTreeView.h" #include "StudentSet.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////////////////////////////////////////////////////////////////////////...
[ "shuhongfan@live.com" ]
shuhongfan@live.com
ae308d2b8870498fbbd1a4345d8a8274eac61366
bb5258ea8c1f8cbcc247b92971cd926264479002
/ds3/3_ds_gui/model/router/router_transfer_model.h
8aae57784d5e3ed358e42352b7ed859176e4605d
[ "MIT" ]
permissive
demonsaw/Code
16fa41f07600e83f16713a657ac8fffa0b6b7f9b
b036d455e9e034d7fd178e63d5e992242d62989a
refs/heads/master
2021-11-07T21:37:03.738542
2021-10-26T03:47:14
2021-10-26T03:47:14
98,356,418
134
19
MIT
2019-01-06T03:20:12
2017-07-25T22:50:36
C++
UTF-8
C++
false
false
3,661
h
// // The MIT License(MIT) // // Copyright(c) 2014 Demonsaw LLC // // 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, c...
[ "eric@robotard.com" ]
eric@robotard.com
37e690429c00064bce377ec7b6b77b7c4c194290
4afd7164666223fbf9663876894bc000392b3c46
/HashTable1/Hash.cpp
fe651bd7653ca97f97db22945101d6c8105d682d
[]
no_license
X-Perseverance/DataStructure
d1ac848aa297434ffd989008d92e5d20b8dbc06b
4b4c560068dea9bec046a7c04962c992fcca1468
refs/heads/master
2020-03-19T09:01:08.524911
2018-06-21T12:53:34
2018-06-21T12:53:34
null
0
0
null
null
null
null
GB18030
C++
false
false
3,253
cpp
#define _CRT_SECURE_NO_WARNINGS 1 #include "Hash.h" //初始化 void HashTableInit(HashTable* ht, size_t Initsize) { ht->_tables = (HashNode*)malloc(Initsize*sizeof(HashNode)); assert(ht->_tables); ht->_size = 0; ht->_capacity = Initsize; for (size_t i = 0; i < ht->_capacity; i++) { ht->_tables[i]._status = EMPTY; ...
[ "1742763760@qq.com" ]
1742763760@qq.com
431bdf90fd5d2e5d9d0479eb512d8186fc27d6fe
4b36f779b3aba48287616bcef32d781aa6aecd1f
/doc_template/src/sources/table/xml/xmltablesourcedialog.h
999c9b29ff4bcb4a8b66c7a1d17c53630fca1a8a
[]
no_license
dicentra13/doctpl
00333772454aafe2e5e94355fddaaf12634f1618
4f917eda1c724ecda856b73b340d1b4c82c45cbf
refs/heads/master
2020-12-24T09:38:15.663662
2018-06-19T19:01:56
2018-06-19T19:01:56
73,277,205
0
0
null
null
null
null
UTF-8
C++
false
false
1,039
h
#ifndef XMLTABLESOURCEDIALOG_H #define XMLTABLESOURCEDIALOG_H #include "../tablesourcedialog.h" class XMLTableSource; class QListWidget; class QListWidgetItem; class QLineEdit; class QPushButton; class XMLTableSourceDialog : public TableSourceDialog { Q_OBJECT public: XMLTableSourceDialog(SourceNameValidat...
[ "anastasia.petrushkina@gmail.com" ]
anastasia.petrushkina@gmail.com
c53e94fa6c01cbe43727176a0aa4b25e1b547923
5e148bf117ddb6c15e9696ff2e5558c11903e099
/Исходный код 2008/BaseLib/mathmain.cpp
94be3ada0eb5cef587fba80d49730fa23ebcf723
[]
no_license
NomenIllisLegio/CAD_ROBOT
1ff14417867c1f20e24eec52e51c8e1e0f83f5c1
1dbbcb7492b30138127f266f683f8be147fcbc87
refs/heads/master
2021-01-21T11:14:56.890436
2014-02-27T16:46:50
2014-02-27T16:46:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
683
cpp
#include "mathmain.h" #include <stdlib.h> #include <math.h> float mthStrToFloat(const char* s) { if (s=="" || s=="+") return 1; if (s=="-") return -1; return (float)atof(s); } float mthGetAngleBySinAndCos(float sinv, float cosv) { float cv=acosf(cosv); float sv=asinf(sinv); return (sv < 0) ? - cv * DEG_K : cv ...
[ "serge.10.11.1992@gmail.com" ]
serge.10.11.1992@gmail.com
c2ba5aa20dc149d58d0044e427e103c4a329260e
2b434fd4c0efa344cbce249f0ee0efde99c26cec
/fancyHeart/fancyHeart/Classes/fight/Bullet.cpp
aa2d4f982c6338d303ca6dd813446f900557166a
[ "MIT" ]
permissive
PenpenLi/cocos2d-x-3.6
03f20c247ba0ee707c9141531f73ab7c581fe6c1
fd6de11fde929718ddb8f22841d813133d96029e
refs/heads/master
2021-05-31T12:01:55.879080
2016-04-12T06:39:13
2016-04-12T06:39:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,301
cpp
// // Bullet.cpp // fancyHeart // // Created by 秦亮亮 on 14/11/7. // // #include "Bullet.h" Bullet* Bullet::create(int xse,VFighter* vf,float delay) { Bullet* pRet=new Bullet(); if(pRet && pRet->init(xse,vf,delay)){ pRet->autorelease(); return pRet; } CC_SAFE_DELETE(pRet); return n...
[ "fzcheng813@gmail.com" ]
fzcheng813@gmail.com
f3ac66c99c8253022f9caaf283258823ec1cb6a2
5751c7a5c2babdd5ae07a3d8ead19d2596edc3e0
/src/checkpoints.cpp
9a426568e0c836062e2a3d0fe3fd1cce65ab8b3c
[ "MIT" ]
permissive
TeamLoonie/loonie
5ad2e9c780ad6ffa165b54c1b4621a0704521fb0
023f9917d8c06246665951f734e597640ab5213b
refs/heads/master
2020-04-04T11:43:46.189927
2018-11-16T01:22:22
2018-11-16T01:22:22
155,902,096
0
0
MIT
2018-11-12T17:05:15
2018-11-02T17:47:14
C
UTF-8
C++
false
false
3,473
cpp
// Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Copyright (c) 2017 The Loonie developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-licens...
[ "43239231+Loonie-Network@users.noreply.github.com" ]
43239231+Loonie-Network@users.noreply.github.com
1dbc032ae93414305c1a9e247ee214f01ebb7f2e
67942cd4a3b99ab1ad70a60726fe28272963fc58
/common/nvVector.h
30a011486e32778f43050c439272412dddb1c693
[]
no_license
jehc/LidarTools
2a0f001793d0cffba697b317ec264c76d616bde1
df66df1b815a156cec493e069593e8fb76c00c0b
refs/heads/master
2021-01-18T11:08:14.856486
2011-04-14T21:02:02
2011-04-14T21:02:02
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,930
h
// // Template math library for common 3D functionality // // nvVector.h - 2-vector, 3-vector, and 4-vector templates and utilities // // This code is in part deriver from glh, a cross platform glut helper library. // The copyright for glh follows this notice. // // Copyright (c) NVIDIA Corporation. All rights ...
[ "rayjan.wilson@gmail.com" ]
rayjan.wilson@gmail.com
d634f4623f28381c12a215874c4f245c8ed1021c
df9c85b4ea090dc277b242607ea0cc4b3e2af197
/Application.cpp
94118077e295b86adbebaceea819d83889172f23
[]
no_license
Sandro1990/telecomExcercise
9a40cfb3825ebc66af8c7d16576391f00ee1e827
8c33575005a56cf7160c6cc892b68e0c054c77ca
refs/heads/master
2022-03-09T09:59:28.375934
2019-10-03T13:11:43
2019-10-03T13:11:43
212,553,117
0
0
null
null
null
null
UTF-8
C++
false
false
180
cpp
#include <iostream> #include "Date.h" int main() { std::cout << "Hello world!" << std::endl; Date date; std::cin >> date; std::cout << date << std::endl; system("pause"); }
[ "sandro.kuveljic@gmail.com" ]
sandro.kuveljic@gmail.com
5f0c8d734e2a9b432f1938591e3c3d67f05d18a3
06fee45a8cd9f5391bb89e0dcbd81a374ea3593b
/NtlBaseLib/ItemTable.h
ec24ec1f3e4942d0ac4a16a98348cb5df1add721
[]
no_license
ivanlamega/dragon-ball-online-tw-server
3afde0aae0c8a15370559670e58ec509fa680147
31e432f208d725cb4c71d91d0292b4056819d075
refs/heads/master
2022-03-03T14:57:27.590250
2022-02-16T17:49:51
2022-02-16T17:49:51
208,133,340
33
37
null
2019-10-15T10:33:29
2019-09-12T19:44:55
Perl 6
UTF-8
C++
false
false
4,054
h
#pragma once #include "Table.h" #include "NtlItem.h" // Hard Coding #define HOIPOISTONE_ITEM_INDEX 19954 const DWORD DBO_MAX_LENGTH_ITEM_NAME_TEXT = 32;//Old 32 const DWORD DBO_MAX_LENGTH_ITEM_ICON_NAME = 32; const DWORD DBO_MAX_LENGTH_ITEM_MODEL_NAME = 32; const DWORD DBO_MAX_LENGTH_ITEM_SUBWEAPON_ACT_MODEL_NAM...
[ "marco_rafael_@sapo.pt" ]
marco_rafael_@sapo.pt
9f7bf0925097b507bb09af6ceda41b1565a2a87d
672988d95d18ae22ae23a13db9a19322f4565d0a
/main.cpp
2126d87325b166f671d91020b161e185f0a8fbe9
[]
no_license
TreePointy/VivvoInterview
4151ec8bfa23fca63c427646e356824fd33e9359
c743de7007baa7f9937b7b2e1c2549026a5a7ee9
refs/heads/master
2022-12-11T08:23:51.583943
2020-08-20T22:41:52
2020-08-20T22:41:52
289,038,408
0
0
null
null
null
null
UTF-8
C++
false
false
902
cpp
#include "main.h" int main() { /*Deck d; d.ShowDeck(); cout << endl << endl; d.ShuffleDeck(); d.ShowDeck();*/ cout << "Select which game to play: " << endl; cout << "War : 2-player (W) ... Exit (Anything else): "; char inputChar; cin >> inputChar; while (inputChar == 'w' || inputChar == 'W') { cout ...
[ "48893571+TreePointy@users.noreply.github.com" ]
48893571+TreePointy@users.noreply.github.com
bcd7dbaa5134e4b014fa8571231309d8fc01a250
3eb87c6badf4bbf2d0bef74029afd9d2dec51a9f
/src/js/vm/JSONParser.cpp
731116e42f520a44a79f225b40ac2c8543ff3fd2
[ "MPL-2.0", "MIT" ]
permissive
zief/blazefox
9da726fc6662976b5648ebae985ab1cd84bd9c56
d8687161a2483f1fb27cce2f2928b67604fca4ca
refs/heads/master
2020-04-16T06:27:57.210311
2019-01-12T01:31:07
2019-01-12T01:31:07
165,347,964
1
0
MIT
2019-01-12T04:53:25
2019-01-12T04:53:25
null
UTF-8
C++
false
false
22,870
cpp
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=8 sts=4 et sw=4 tw=99: * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ...
[ "0vercl0k@tuxfamily.org" ]
0vercl0k@tuxfamily.org
e55f9376e25e2d32b0f515476e031b09ece6546c
9eca997425ba09c6878dd2b56d851abfc07083d6
/fboss/agent/hw/sai/switch/SaiSwitch.h
13677730b1854117de15b5ec34e45747365fd689
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
5GApp/fboss
7ee319d2446b0fbf31aaf35780cdd33ae16d397b
b038fabc5e7d762095aaf4ea576e1e2a025a9ba1
refs/heads/master
2023-02-22T10:30:10.836655
2021-01-28T23:50:42
2021-01-28T23:52:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
13,365
h
/* * Copyright (c) 2004-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #pra...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
c38fd8b0d40ef93f84d79dc6d705c74b790ac634
b820d20f94c20def9131233bd2180265d47f6c36
/taskmgr/PROCDLG4.cpp
da1fc0d27f7b8d293705e727e8eb84b956084766
[]
no_license
CppLam/-taskmgr
bf8dcbb3da2e8aa4a0848544a4605b9063baad16
5ea2204ecf939cb1a1c0fc9377c06395420b85e0
refs/heads/master
2021-04-15T03:53:33.673215
2018-03-24T00:33:15
2018-03-24T00:33:15
126,553,693
0
0
null
null
null
null
GB18030
C++
false
false
1,658
cpp
// PROCDLG4.cpp : 实现文件 // #include "stdafx.h" #include "taskmgr.h" #include "PROCDLG4.h" #include "afxdialogex.h" // CPROCDLG4 对话框 IMPLEMENT_DYNAMIC(CPROCDLG4, CDialogEx) CPROCDLG4::CPROCDLG4(CWnd* pParent /*=NULL*/) : CDialogEx(IDD_PROCDLG4, pParent) { } CPROCDLG4::~CPROCDLG4() { } BOOL CPROCDLG4::EnumHeap(i...
[ "CLam@DESKTOP-K9754S6" ]
CLam@DESKTOP-K9754S6
44e37bcc7f4ba39af860d573bf5686955c5629ac
9eb7ed8db40ce125d2e6bfe5726ad02011c1ec0a
/apollo/react-native/todo/ios/Pods/Flipper-Folly/folly/Poly-inl.h
afc313ed3e049cd75a105822e5de874fba18392c
[ "MIT", "Apache-2.0" ]
permissive
morrys/offline-examples
87f9c499be12ef94acdd880940496670fb4bbdf4
73fc4a787a0b346bc3b0a82450fd7d2435a5a62e
refs/heads/master
2023-03-07T16:21:23.788382
2022-02-22T10:14:46
2022-02-22T10:14:46
189,298,213
36
6
MIT
2023-03-06T19:31:12
2019-05-29T21:06:58
JavaScript
UTF-8
C++
false
false
7,435
h
/* * Copyright 2017-present Facebook, Inc. * * 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 a...
[ "lorenzo.digiacomo85@gmail.com" ]
lorenzo.digiacomo85@gmail.com
d5077d8b28236f5580eafae95e3f00a2a6c405de
a280197e538a92b582a26cd255ed8fe91c791e50
/USACO/usaco-2.1.2.cpp
ed5bb7ded0d219f5f75336dfdeeb9bfd549a7d15
[]
no_license
MysticSoul/CCplusplus-Project
908d2a3cbda34658487b8d64b0a3be99cf9323a0
da7936d6686e7d5251b8b6cdfe0fa85502e51f54
refs/heads/master
2020-07-25T21:11:42.324013
2018-07-17T04:02:36
2018-07-17T04:02:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,311
cpp
/* * * Tag: Sort * Time: O(nlogn) * Space: O(n) */ #include<iostream> #include<string> #include<cstdio> #include<cstring> #include<fstream> #include<climits> #include<cmath> #include<algorithm> #include<map> #include<stdlib.h> #include<vector> #include<stack> #include<queue> #include<set> using namespace std; #define ...
[ "1062969706@qq.com" ]
1062969706@qq.com
0ca83c7087b48c546db8ef029a3d8fec98e5526f
e80f1622f6ddce05a9defef1a7cb31eb7a0381d6
/src/intersec/meshIntersec.hpp
770ecd696217a9e6d607db02898726b0334d830a
[]
no_license
stubbiali/mesh-simplification
98662aad43283c4df4f2eb1aab3bfe41d5cc8102
a38b18084ff738cc1c72c5dc85a0db9a1c7f1fad
refs/heads/master
2021-06-15T22:37:49.791618
2017-01-30T07:43:29
2017-01-30T07:43:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
31,245
hpp
#ifndef INTERSEC_HPP_ #define INTERSEC_HPP_ #include <cassert> #include <cmath> #include <iostream> #include <utility> #include <vector> #include <ctime> #include "../core/shapes.hpp" #include "../geometry/mesh0d.hpp" #include "../geometry/mesh1d.hpp" #include "../geometry/mesh2d.hpp" #include "../geometry/mesh3d....
[ "stefano.ubbiali@mail.polimi.it" ]
stefano.ubbiali@mail.polimi.it
3294a38ad7014681d0beda0ef75da9ad2eaaa572
0b0455f579fe03da2461318183206717c330c4df
/src/AnalysisFactory.cc
d6e18e35e2e5c208c8b49e63799384c0157e3bae
[]
no_license
mmarionncern/LUNE
e06a4ff24305f8a3d3262e1d9ff27ff397eec475
39e98c503e2ac80051f3d0158cbfb76673a9a18c
refs/heads/master
2020-04-06T03:41:11.681919
2014-10-08T11:17:04
2014-10-08T11:17:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
316
cc
#include "src/AnalysisFactory.hh" #include "src/TestAnalysis.hh" #include "src/LQTopAnalysis.hh" ClassImp(AnalysisFactory) UseTree* AnalysisFactory::get(string type) { if(type == "TestAnalysis") { return new TestAnalysis(); } cout<<" Error, no such analysis "<<endl; abort(); return 0; }
[ "mmarionn@mmarionn-ltop.(null)" ]
mmarionn@mmarionn-ltop.(null)
23cc048e36258bb2963ad23019ec63d77de855c4
0c0b9fb6df7340df22c3fb19a650d9d29ccee98b
/Circuits/Project1/Res.h
88a47742415032cd133a45c48cce15d655a282eb
[]
no_license
ahmedasad236/Logic_Simulator
ae6221807b2f2f7a94383536b87c9d103e64d46f
1677928c8d3e065df5cdfbb5cc1765767e90383c
refs/heads/master
2023-07-14T11:04:12.153267
2021-08-02T03:03:39
2021-08-02T03:03:39
391,799,239
2
1
null
null
null
null
UTF-8
C++
false
false
91
h
#pragma once #include "passive.h" class Res : public passive { public: Res(double v); };
[ "ahmedasad236@gmail.com" ]
ahmedasad236@gmail.com
8cc676b60d7c5a233a6774b04984f77a4f2921a7
cd765439448e35703189a6a833c46a1484a85069
/CustomEngine/Src/Gravity.cpp
6f46b5a3ecb74d9b4b971c7e5577c963cd71c80e
[]
no_license
AchiraSophathammarungsee/CustomEngine
25bcb02e552f380b27970ceaaa032f478b24af72
18641fbd41a895de7d06b3e46c6ca98542aa070e
refs/heads/master
2023-06-19T21:55:38.758417
2021-07-08T07:25:52
2021-07-08T07:25:52
384,027,117
0
0
null
null
null
null
UTF-8
C++
false
false
419
cpp
#include "Gravity.h" #include "Coordinator.h" #include "Movement.h" #include "Mass.h" void Gravity::Update() { for (EntityID entity : Entities) { auto& movement = Coordinator::GetComponent<Movement>(entity); auto& mass = Coordinator::GetComponent<Mass>(entity); movement.Velocity.y -= GravityConstant; ...
[ "achira@bitegginc.com" ]
achira@bitegginc.com
9cd1d2b6c2ed37d1675ea2bc100ee27ea2d9d6e6
36779e6fbd26233be5e636e8cc01e27fa5e0366b
/LibrariesArgoUML_0_13_1/antlr-2.7.2/lib/cpp/src/CommonToken.cpp
3f46227ee85891381c98f9d3efb63fdf09695b65
[ "ANTLR-PD" ]
permissive
BackupTheBerlios/ccl-plugin
0e01b1a010cb03cddc2528d41f14cca9a2858d37
9be0fac3a3c95c362b3defb956302976b55d7870
refs/heads/master
2016-09-06T15:22:47.637350
2003-07-12T18:48:29
2003-07-12T18:48:29
40,255,269
0
0
null
null
null
null
UTF-8
C++
false
false
884
cpp
/* ANTLR Translator Generator * Project led by Terence Parr at http://www.jGuru.com * Software rights: http://www.antlr.org/RIGHTS.html * * $Id: CommonToken.cpp,v 1.1 2003/07/12 18:40:46 layekers Exp $ */ #include "antlr/CommonToken.hpp" #include "antlr/String.hpp" #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE namespace a...
[ "layekers" ]
layekers
27928ea159ed3f3b2d494e3250460ef808acd2b2
fff7ff76620fb9f2fab364e1f75bb929067cb2d3
/src/caffe2/operator/show_worst_op.cc
952f2b62ce75de1168475407717c158d69aedb4c
[ "BSD-2-Clause" ]
permissive
Guokr1991/caffe2_cpp_tutorial
d857a309d55c8d7867edee098daa26a32f6c82d5
35bb1b9c55c46b98740e599d44071bb1f4ba20f9
refs/heads/master
2021-07-15T18:08:55.366832
2017-10-12T21:02:35
2017-10-12T21:02:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,468
cc
#include <caffe2/operator/show_worst_op.h> #include "caffe2/util/tensor.h" #ifdef WITH_CUDA #include <caffe2/core/common_cudnn.h> #include <caffe2/core/context_gpu.h> #include <caffe2/core/types.h> #endif namespace caffe2 { void show_worst(const TensorCPU &X, const TensorCPU &label, const TensorCPU ...
[ "leonardvandriel@gmail.com" ]
leonardvandriel@gmail.com
68271229424beb7f56384613745d107bd065b619
5e3854a39930f676bedc35bd01a0aebf3fb431c6
/algorithm/leetcode5470.cpp
78a7c07740bfa38c82b7102a9b63a3c824ecdae7
[]
no_license
kobe24o/LeetCode
a6f17f71f456055b0f740e9f5a91626c5885212f
519145d4c27e60ff001154df8d0e258508a2039f
refs/heads/master
2022-08-04T12:44:33.841722
2022-07-30T06:55:47
2022-07-30T06:55:47
198,562,034
36
17
null
null
null
null
UTF-8
C++
false
false
1,951
cpp
class Solution { public: int minInsertions(string s) { int sum = 0; stack<char> stk; int n = s.size(); for(int i = 0; i < n; ++i) { if(s[i] == '(') stk.push('('); else if(s[i] == ')') { if(i+1 < n && s[i+1] =...
[ "mingmingchen1989@163.com" ]
mingmingchen1989@163.com
e79911b4b12ad879398bc2b2b0065807ed878986
53ff49b2b918ff8b650edfedd48a3b276144671e
/PianoToMidi/Tempogram.cpp
f083b4e7cd9b5c181ca002a0771a2f49ab4de4a1
[]
no_license
lvyitian1/PianoAudioToMidi
2076c6d99e4393f98bab9613dfa945ab8707a213
7fc3c94e98d6b73ba21fb7d1a31b4047a0b572f7
refs/heads/master
2022-01-18T03:03:58.619048
2019-06-22T02:20:46
2019-06-22T02:20:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,297
cpp
#include "stdafx.h" #include "EnumFuncs.h" #include "Tempogram.h" #include "AlignedVector.h" #include "HarmonicPercussive.h" #include "IntelCheckStatus.h" using namespace std; void AutoCorrelate(vector<float>* srcDst) { // Bounded (truncated) auto-correlation y*y along the second axis const auto sigSize(srcDst-...
[ "BShakhovskey@rambler.ru" ]
BShakhovskey@rambler.ru
1b3d3fa3954e0a75a7a34e9cda34f7e09ebec314
4bab6e36bd9238f64a187f22421935ae10964048
/src/gui/BottomStatus.cpp
042d5f0d673762c0c9213ee39a206fc62cb26356
[]
no_license
aiyojun/visio
0ebd8d0358cc467c17049b66c342f586e6d814bb
84570b88ec6adf0ecbc6b51379049a2ebdbb7b9b
refs/heads/master
2022-03-28T00:12:59.831113
2019-12-11T08:30:08
2019-12-11T08:30:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
909
cpp
// // Created by aiyo on 11/23/19. // #include <CameraProcessor.h> #include "BottomStatus.h" #include "comm/macro.h" BottomStatus::BottomStatus(QWidget *parent) : QWidget(parent) { setAttribute(Qt::WA_TranslucentBackground, true); setGeometry(WND_BORDER, parent->height() - BOTTOM_HEIGHT, parent->width() - WND...
[ "1608450902@qq.com" ]
1608450902@qq.com
8137bc2cbe56fefb370348b18c1c407d5ead94f0
9795f14f38180d1636e28c60699899db89e2a5b2
/analysis.cpp
2d22901a55c5f03126141924e5b7842e877572f1
[]
no_license
valeriishevchuk/BloodTest
e9d96a32f89c29ac31448b75685f4149e6673499
cb5d7ad7089ce7d9da994c26b19d30e7e4656bf2
refs/heads/master
2022-06-08T09:16:38.446566
2016-03-20T21:07:25
2016-03-20T21:07:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,560
cpp
#include <array> #include <map> #include <limits> #include <opencv2/core/core.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui/highgui.hpp> #define LOGD(...) #ifdef __ANDROID__ #include <android/log.h> #define LOG_TAG "TestAnalysis_native" #define LOGD(...) ( (void)__android_log_print(ANDROID_LO...
[ "shevchuk.valery@gmail.com" ]
shevchuk.valery@gmail.com
f52251ddc629f37011a1bfb30c86f8a525c362ab
25247df04396fb425c74af5b0422015ac236c852
/llvm/lib/Target/Hexagon/HexagonConstExtenders.cpp
35b0ff905e4c79d1309deae2a9a5b594d10d5656
[ "NCSA" ]
permissive
The-Furious-Two/DuroHLS-llvm
9577091ed91a9e3326569708f91bca71253e8223
ff467af700d6fc1840f6a535c392c8e540527a35
refs/heads/master
2023-02-22T05:40:08.463439
2021-01-27T06:30:37
2021-01-27T06:30:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
70,096
cpp
//===- HexagonConstExtenders.cpp ------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "changsu@corelab.or.kr" ]
changsu@corelab.or.kr
552d4db15fd37d2040688d64cb9b2a8759dcf53c
cc8ba0ab3dbc3fb63b6279418b51eae4c76e1b63
/DataCollectionService/capidbavp.cpp
723920ab3e3cfbd57f6388f25173758cc083fd89
[]
no_license
levdikandrey/DataCollector
2c08e34277787fee53d407b8b401f14e58a974da
7a79029c7936c26c2d2a4d1396a0d996de9ee2ea
refs/heads/master
2021-06-26T12:37:02.206691
2021-06-10T11:03:54
2021-06-10T11:03:54
229,206,596
2
0
null
null
null
null
UTF-8
C++
false
false
4,258
cpp
#include "capidbavp.h" #include <QDebug> namespace APIDB { //========================================================= CAPIdbAVP::CAPIdbAVP(QObject *parent): QObject(parent) { } //========================================================= void CAPIdbAVP::setDB(const QSqlDatabase &db) { ...
[ "leaa@expert.local" ]
leaa@expert.local
5c31b31834d1535532ec64d5a619deb41babdda0
ab8a24a67629d365da5c77fb88df42096e1c71c3
/C++_projects/a_cpp_project_that_looks_covid19_data/src/covid19_data.cc
31ae342fddee66407a28367c947d0ed434b659c2
[ "MIT" ]
permissive
arifBurakDemiray/TheCodesThatIWrote
6d8e7c2eed61ba25d3bccedee7287a2b32f31b72
17d7bc81c516ec97110d0749e9c19d5e6ef9fc88
refs/heads/master
2021-08-02T22:47:27.038787
2021-07-25T15:00:47
2021-07-25T15:00:47
218,073,122
1
0
null
null
null
null
UTF-8
C++
false
false
1,376
cc
#include "covid19_data.hpp" #include <cstdlib> #include <fstream> #include <iostream> using namespace std; void split_by_commas(string &line, vector<string> &items) { items.clear(); size_t comma_pos = line.find(','); while (comma_pos != std::string::npos) { items.push_back(li...
[ "57103426+arifBurakDemiray@users.noreply.github.com" ]
57103426+arifBurakDemiray@users.noreply.github.com
458a95fa1c9a60d79a975712b3a6c0b4bd4e61ad
2af943fbfff74744b29e4a899a6e62e19dc63256
/ITKBinaryAttributeMorphology/Source/itkAttributeLabelObject.h
94597ad8c74144e041902a0e9c6cdb03f5613b18
[]
no_license
lheckemann/namic-sandbox
c308ec3ebb80021020f98cf06ee4c3e62f125ad9
0c7307061f58c9d915ae678b7a453876466d8bf8
refs/heads/master
2021-08-24T12:40:01.331229
2014-02-07T21:59:29
2014-02-07T21:59:29
113,701,721
2
1
null
null
null
null
UTF-8
C++
false
false
3,901
h
/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: $RCSfile: itkLabelObject.h,v $ Language: C++ Date: $Date: 2005/01/21 20:13:31 $ Version: $Revision: 1.6 $ Copyright (c) Insight Software Consortium. All rig...
[ "ibanez@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8" ]
ibanez@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8
d13170377ec5ef9cc85a9cc3e6291e1c7064268f
2c8f0fd95baf441ffe4d3f48c27017a9d1c3ea09
/Another Story Fate/Shop.cpp
6e56ce168f89af5b5c40703c6d48b389d3b089fd
[]
no_license
Comandoraf/AnotherStoryFate
8202a5e25e881ddf911dc034ffbbbc83b59bb771
18079fec638c350cc0319dc0e4e0740462443329
refs/heads/master
2021-01-09T05:21:25.902681
2017-02-02T18:40:00
2017-02-02T18:40:00
80,756,118
0
0
null
null
null
null
UTF-8
C++
false
false
208
cpp
#include "Shop.h" #include "ExitShop.h" #include "AxeShop.h" Shop::Shop(int texture, Game * parent) : View(texture, parent) { new ExitShop(this, _parent); new AxeShop(this, _parent); } Shop::~Shop() { }
[ "rafal.potoczek@gmail.com" ]
rafal.potoczek@gmail.com
7270071e4d466718aa8ba06aa12fd52bf1937c7b
771f5d50e43f00d12945a9a01ea05a50c4cefb08
/Code/Engine/EngineCode/CollisionSystem.cpp
eab854d731936ffa2a07edcd3a710082b4428ff8
[]
no_license
fromasmtodisasm/3D-Game-Engine-in-C-Plus-Plus
1dc6c6d036115804ce4f9f2722b70c66f9f4ef56
797276977658669669dd467f0089b4f4ae104443
refs/heads/master
2021-05-29T00:55:39.119079
2014-12-11T03:53:22
2014-12-11T03:53:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,138
cpp
#include "PreCompiled.h" #include "CollisionSystem.h" #include "Actor.h" #include "Vector4.h" #include "HighResTime.h" #include "MathUtil.h" #include "Debug.h" #include "PhysicsSystem.h" #include "Profiling.h" namespace Engine { unsigned int CollisionSystem::MAX_COLLIDABLE_OBJECTS = 100; CollisionSystem * Collisi...
[ "itzvnod.m@gmail.com" ]
itzvnod.m@gmail.com
f022e48d8fd4b94abe35d15fa222d7191a0e6f1e
1371178abc702963bf34202d4a582103e4d5ae8e
/process.h
af167799003a5aba3b3ecf735c4edd968b951096
[]
no_license
3991/2D-Solar-System
9a061586d82a71067cfa10a365b4eede6209b0c1
c62ccad039fc48eb842f11e1280df5d7dde53aea
refs/heads/master
2021-01-13T00:37:41.003388
2016-01-19T17:30:39
2016-01-19T17:30:39
49,568,507
0
0
null
null
null
null
UTF-8
C++
false
false
264
h
#ifndef PROCESS_H_INCLUDED #define PROCESS_H_INCLUDED #include <SFML/System.hpp> #include <string> #include <cstdio> class Process { public : Process(); ~Process(); float translateKmInPixel(float nb); private : }; #endif // PROCESS_H_INCLUDED
[ "cardon.aristide@live.fr" ]
cardon.aristide@live.fr
b21d89ae898bef4556d046513034c58d3fd62e5e
6e4d50671d398aa2e30a2475af60d54c66cc63d0
/test/angleSol.cpp
ca8a566188bdfb0ab46dba885780a1e49a7e11e4
[]
no_license
Jimmymiji/calibrationTool
86e842cbc2bb11d5834e7a004567c5a3bc966efa
fce9d87c54c70633e42b2c5124aadfe14edb3b5d
refs/heads/master
2020-03-20T17:27:28.907636
2018-07-22T17:29:10
2018-07-22T17:29:10
137,559,537
0
0
null
null
null
null
UTF-8
C++
false
false
5,555
cpp
#include <opencv2/highgui/highgui.hpp> #include <opencv2/core/core.hpp> #include <opencv2/opencv.hpp> #include <math.h> #include <iostream> #include <fstream> #include "angleSol.h" using namespace std; void AngleSolver::rotateByZ(double x, double y, double thetaz, double& outx, double& outy) { double x1 = x;// doubl...
[ "jimmybobo12306@gmail.com" ]
jimmybobo12306@gmail.com
b5c7fef2ad88000a97bd549cde54e634d33c5967
09b5eec80877cd590063d635b1dc1c779a024223
/Atcoder/Grand_035/a.cpp
bb28d8f003aa95489781a8049fd1cdef3fcb57f7
[]
no_license
Shahraaz/CP_P_S4
c8cb95a60a6b7024fc3110ebfd35e271e164073c
73d9d7fa5108349607fd9f71050c2eed7aaaf494
refs/heads/master
2020-05-24T22:11:09.211716
2019-07-15T23:55:11
2019-07-15T23:55:11
187,492,748
0
0
null
null
null
null
UTF-8
C++
false
false
2,557
cpp
//Optimise #include <bits/stdc++.h> using namespace std; // #define multitest 1 #ifdef Debug #define db(...) ZZ(#__VA_ARGS__, __VA_ARGS__); template <typename Arg1> void ZZ(const char *name, Arg1 &&arg1) { std::cerr << name << " = " << arg1 << endl; } template <typename Arg1, typename... Args> void ZZ(const char *nam...
[ "shahraazhussain@gmail.com" ]
shahraazhussain@gmail.com
39b335f2caa20d97168da0a204e87a3840180369
ca57d57bec37faeb57899a80df5b4d267a536ac5
/sun_ray/script/objects/color.h
b6a19c3c725a9842f4b8ff3770a4896b4ceceb21
[ "BSD-3-Clause" ]
permissive
fuersten/sun_ray
ed875b2a5a2c0f9fd8bfb7321921b1b70c205a3a
b882d67cd9747f61b50def4c1414e7552ba917c0
refs/heads/main
2023-04-17T04:08:18.860499
2021-04-27T10:15:50
2021-04-27T10:15:50
335,270,596
2
0
BSD-3-Clause
2021-04-27T10:03:57
2021-02-02T11:46:17
C++
UTF-8
C++
false
false
3,963
h
// // color.h // sun_ray // // Created by Lars-Christian Fürstenberg on 08.02.20. // Copyright © 2020 Lars-Christian Fürstenberg. All rights reserved. // #pragma once #include <sun_ray/feature/color.h> #include <sun_ray/script/class.h> #include <sun_ray/script/meta_class.h> namespace sunray { namespace script...
[ "lcf@miztli.de" ]
lcf@miztli.de
e48af85aeba1d062a8ad420eb919cde3ac455155
e084257a082b61a5f5d36701f9ebc96bc606e994
/Lesson-8/13_classes_prog_2_quiz/main.hpp
d14e51fc7d33e5f09727999d0e11726650388255
[]
no_license
Sudhakar17/udacity_cpp
8c5205670ce7978fe34c0eebd5d0a956a6064791
7888bb864736001edf7687a2440e9de1cd9d3dee
refs/heads/master
2022-12-18T01:44:01.514901
2020-09-24T14:35:56
2020-09-24T14:35:56
232,901,431
0
0
null
null
null
null
UTF-8
C++
false
false
1,019
hpp
/*Header file for main.cpp **Create a class called Cat. **Create the following members: **private members: name, breed, age **public members: setName, setBreed,setAge **getName, getBreed, getAge, printInfo*/ #include<iostream> #include<string> class Cat { std::string name; std::string breed; ...
[ "sudhakarece17@gmail.com" ]
sudhakarece17@gmail.com
0a29d231e6d714ddf06c695e3ba59a407a0e4df5
79fb6a4e335d8395b7eff2909d967adf86ebe372
/Arrays/ArraySorted/insertInSortedArray.cpp
46539a70b1e106457bb44ba15b9d5fcc11e243cd
[]
no_license
ganeshpodishetti/DSA-Using-CPP
4dc43d24b6a9e12a5a78dcb78782baf1489675e8
7f782749b5a1d887b1b4074f4dcfdf1e5f8a9801
refs/heads/master
2023-03-29T22:03:10.697069
2021-04-04T04:28:10
2021-04-04T04:28:10
346,604,131
0
0
null
null
null
null
UTF-8
C++
false
false
391
cpp
#include <bits/stdc++.h> using namespace std; void insert(int a[], int n, int k){ int i = n-1; while(i>0 && a[i-1]>k){ a[i] = a[i-1]; i--; } a[i] = k; } int main() { int n, k; cin>>n>>k; int a[n]; for(int i=0; i<n; i++){ cin>>a[i]; } insert(a, n, k); ...
[ "ganeshpodishetti@gmail.com" ]
ganeshpodishetti@gmail.com
70e90451886618056b68457ee957bc777133537e
dc90247186d68bfd992831dca94f272042af7f0c
/chrome/browser/web_applications/system_web_app_manager.h
c66cd4647b463ad19efed221511040ee4d2e847e
[ "BSD-3-Clause" ]
permissive
ntoskrnl7/chromium
48c491e41e298b6571129c72325bc7f8f22c5b31
84d1f087c4865c3874d956926ca3f31fe7ab3782
refs/heads/master
2023-03-07T14:06:33.993703
2020-03-09T13:21:52
2020-03-09T13:21:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,770
h
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_WEB_APPLICATIONS_SYSTEM_WEB_APP_MANAGER_H_ #define CHROME_BROWSER_WEB_APPLICATIONS_SYSTEM_WEB_APP_MANAGER_H_ #include <map> #inclu...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
ad2ae8085e849d90f128cbde0910595e7f4a7990
01c00bfac9b7098fb4bed77c02d580ee5be75e9d
/leetcode395.cpp
407423a2ba9e66d2457692a4b040579dbc282a9f
[]
no_license
ParticularJ/interview
2dfc9d4e775b9f7b597dbbde176755d7cf8fec04
a64ccc159736d02f2a5a30cc84e03a58dac4b532
refs/heads/master
2021-04-03T08:55:20.815482
2019-05-27T10:01:11
2019-05-27T10:01:11
124,547,456
0
0
null
null
null
null
GB18030
C++
false
false
1,457
cpp
#include<iostream> #include<vector> using namespace std; /* 思路:维护一个数组记录前缀和 维护一个数组记录每个字符第一次出现的位置 如果出现次数小于K,那么我们就截断这个字符串 */ class Solution { public: vector<int> pre[26]; vector<int> next[26]; int K; int res = 0; int dfs(string &s, int l, int r) { for (int i = 0; i < 26; i++) { // l-1 的原因是我们要减去上一个字母出现...
[ "344409038@qq.com" ]
344409038@qq.com
f276ad004e24f4c2c62b332bd63d2df92c1a3767
cef38a5ef30d3bb429b3799a0c272dd3da706b91
/branches/scons/core/message.cc
05bd0c59f8a5f37b782ed16b9835c190ba29d038
[ "ISC" ]
permissive
BackupTheBerlios/parabellym-svn
016164f9ff78974a0cd18ec40a096ce57e900a1f
6765126f7932dd262b80145161726379eb8a4e44
refs/heads/master
2021-03-12T20:01:36.407891
2005-06-05T19:39:13
2005-06-05T19:39:13
40,803,849
0
0
null
null
null
null
UTF-8
C++
false
false
3,322
cc
// Copyright (c) 2003-2004 hex@faerion.oss and others. // See file LICENSE for details about usage and redistribution. // // $Id$ #ifdef _DEBUG # include <stdio.h> #endif #include <string.h> #include "../util/crc32.h" #include "../util/fustring.h" #include "../util/stock.h" #include "api.h" #include "debug.h" #include...
[ "vhex@032a57a9-c0ef-0310-92a3-f2dbbc20f6fa" ]
vhex@032a57a9-c0ef-0310-92a3-f2dbbc20f6fa
ec4a603b193a3573d873783edfd74e2eb51cf55d
2bbdd0c00080c4d27253df8722fb3e0b053bd63f
/C++/04-rcstring/rcstring.cpp
c17ae62db6128dacd7409300e73cdbdd411d071c
[ "MIT" ]
permissive
urbrob/programming
3c005802a5d286dfe1fc8c3e31e36677a5523ad2
b9374fa6dca08504d6bb67c5db9fdf41a4d0d9f7
refs/heads/master
2020-04-06T07:57:50.486444
2020-03-05T08:17:22
2020-03-05T08:17:22
157,290,643
2
0
null
null
null
null
UTF-8
C++
false
false
1,105
cpp
#include "rcstring.h" int main() { rcstring a, b, c, x; a = "bk 10"; b = "ala MA kota"; a = b; c = b; cout << "number = " << a.convertToInteger() << endl; cout << "string = " << a << endl; cout << "Get reference A " << a.getNcounter() << endl; cout << "Get reference B " << b.getNcounter() << end...
[ "urb.rob@o2.pl" ]
urb.rob@o2.pl
c07b489c5f9909c036f349945f5cd42288b5a3bb
0014fb5ce4aa3a6f460128bb646a3c3cfe81eb9e
/testdata/12/13/src/node6.cpp
247c743d730d94f43bb3323445d0c059f505e203
[]
no_license
yps158/randomGraph
c1fa9c531b11bb935d112d1c9e510b5c02921df2
68f9e2e5b0bed1f04095642ee6924a68c0768f0c
refs/heads/master
2021-09-05T05:32:45.210171
2018-01-24T11:23:06
2018-01-24T11:23:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,006
cpp
#include "ros/ros.h" #include "std_msgs/String.h" #include "unistd.h" #include <sstream> #include <random> std::random_device rd; std::mt19937 gen(rd()); std::normal_distribution<> d(0.011903, 0.005); class Node6{ public: Node6(){ sub_0_6_flag = 0; sub_0_6 = n.subscribe("topic_0_6", 1,...
[ "sasaki@thinkingreed.co.jp" ]
sasaki@thinkingreed.co.jp
7b2b959faef705e6f0c3978b8b2d33c21d31030e
62c22761321b989b413a59a05f11102b4876e57e
/c++/feature-test/is_checks.cpp
89751a915bb39cfa1fffae7ea1b09f6a76f5ecd4
[]
no_license
aksaharan/samples
bce2faa8ebbded9da92b3b9120ab067e5b42f1e4
92f860be8c26fe66d79f513db0897e902d6c721b
refs/heads/master
2021-01-21T13:48:00.762892
2016-03-14T16:55:56
2016-03-14T16:55:56
10,584,113
0
0
null
null
null
null
UTF-8
C++
false
false
1,527
cpp
#include <iostream> #include <type_traits> using namespace std; struct PodStruct { int x; } podStruct; enum TestEnum { }; class PodClass { int x; }; int test_function(int, char, bool, char*, int*, double, unsigned long long, size_t, TestEnum, PodClass) { return 0; } template<typename T> void printVariousTypes(...
[ "aksaharan@yahoo.com" ]
aksaharan@yahoo.com
5f6d1fdfd3c5c3cbaa125b7fd47c1c240c127136
221db125389097bcc59ebe28885e4e5dbcb643dc
/ctut.cpp
7ea15336a870454d5183b8d4ee8f94e1a2c427a6
[]
no_license
kimsk/try-cpp
8adfaab16dfc2968a073f3cffc6f5a681075d566
065439a7e74b0fa3ace42db848234cd8ad9e2c62
refs/heads/master
2023-02-09T20:02:06.957747
2020-12-31T08:35:56
2020-12-31T08:35:56
325,754,188
0
0
null
null
null
null
UTF-8
C++
false
false
1,968
cpp
#include <iostream> #include <vector> #include <string> #include <fstream> using namespace std; int main() { cout << "Hello World!" << endl; const double PI = 3.1415926535; char myGrade = 'A'; bool isHappy = true; int myAge = 39; float favNum = 3.141592; double otherFavNum = 1.23456789; cout ...
[ "contact@karlk.im" ]
contact@karlk.im
1245092a73492eaaa6ee1c775e19a9b389c9d705
31ec067a3c78de732ba785d02dc73368f48b00c7
/test/test_surface_reconstruction.cpp
bba3fbb69a08b2c8399c40264620462e180c5f88
[]
no_license
TrungQuocNguyen/KinectFusion
2a2b00fce0cd44cd8f86a8a191d244c00a35f3f4
b970fa54fefb88b9dac22530e4d0980d7584ab95
refs/heads/main
2023-06-26T06:23:44.516229
2021-07-18T12:39:59
2021-07-18T12:39:59
377,068,780
2
3
null
null
null
null
UTF-8
C++
false
false
2,855
cpp
#include "dataset.hpp" #include "datatypes.hpp" #include "surface_measurement.hpp" void surface_reconstruction( const cv::cuda::GpuMat& depth, const CameraIntrinsics& cam_params, const Eigen::Matrix4f T_c_w, const float truncation_distance, TSDFData& volume ); PointCloud extract_points(const TSDF...
[ "mitsurukato24@gmail.com" ]
mitsurukato24@gmail.com
41b57dfccd0302feb42ab66991d0a2fc6c4ed626
f46471e44e7ccd3393fcb021db7edd63cb4c13ae
/src/display/display.hh
a4a0c330c9374edc95a354cbdd53e40b73457d84
[]
no_license
keithw/alfalfa-1
b7743cf917083c7b44b7b8aa4d8996021fda70fa
2a65b20a4ddcf0e721dfb82df37db7886fe891d6
refs/heads/master
2021-01-15T10:14:49.469507
2014-01-18T09:16:58
2014-01-18T09:16:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,474
hh
#ifndef DISPLAY_HH #define DISPLAY_HH #include <X11/Xlib.h> #include <X11/Xlib-xcb.h> #include <GL/glx.h> #include <functional> #include <string> #include "raster.hh" template <typename T> class CheckedPointer { private: T checked_pointer_; std::function<void(T)> deleter_; public: CheckedPointer( const std::...
[ "keithw@mit.edu" ]
keithw@mit.edu
619cda42b10253498164ed361a2a7248da051210
2e731f06724220b65c2357d6ce825cf8648fdd30
/pacotest/src/pacotestFunctions.cpp
5188621591cba4b404344236862e197bb08b7630
[]
no_license
akhikolla/updatedatatype-list1
6bdca217d940327d3ad42144b964d0aa7b7f5d25
3c69a987b90f1adb52899c37b23e43ae82f9856a
refs/heads/master
2023-03-19T11:41:13.361220
2021-03-20T15:40:18
2021-03-20T15:40:18
349,763,120
0
0
null
null
null
null
UTF-8
C++
false
false
10,934
cpp
#include <pacotest_header.h> // [[Rcpp::export]] Rcpp::List VI(arma::mat Udata, arma::mat Wdata, double NumbBoot) { // initialize output variable Rcpp::List out; try { int N = (int) NumbBoot; // Associate outputs double testStat; double pValue; arma::mat S(N,1); VecIndep...
[ "akhilakollasrinu424jf@gmail.com" ]
akhilakollasrinu424jf@gmail.com
9ac6916fd4671a07ef32f8851a1f41605d166ccd
265e4d3765d145215b1dc4fa115cbcf27267832c
/leetcode/32最长有效括号.cc
3432d2752ca490c722edc5851dfbd7845022e670
[]
no_license
hahgiraffe/code
8b0c2f3b11293174db00aec76412ed59a260760f
250a7746452954e3ac59c84b15fcf8cb6301be95
refs/heads/master
2021-07-14T05:20:09.197824
2020-08-22T12:04:28
2020-08-22T12:04:28
197,296,444
1
0
null
null
null
null
UTF-8
C++
false
false
1,137
cc
/* * @Author: haha_giraffe * @Date: 2019-11-28 10:09:57 * @Description: 最长有效括号 */ /* 解题思路:这道题目有很多好方法,最容易想到的就是dp。dp[i]表示以i结尾的最长有效括号,所以当s[i]=='('时候则continue 状态转移方程,如果s[i-1] == '(' dp[i] = dp[i-2]+2; 如果s[ i-dp[i-1]-1] =='(' 则 dp[i] = dp[i-1] + dp[i-dp[i-1]-2] + 2; (这里好好思考一下就知道了) */ class Solution { public: ...
[ "646268684@qq.com" ]
646268684@qq.com
52af8d0353071e7462e6b51d4e3fdc8d8a3d8b8f
4abc8b3c4b062ddf783846025a97624e7ff183d5
/udp_server.cpp
660db9980ac562ac2ff87636e5f91b4677d7e353
[]
no_license
mitchellwrosen/DNS-Server
ae46153f3ba17cf40413a66a793171cc8f678769
1cc8a60f8a48d4537f09f5689cb90ba02ae2b7e0
refs/heads/master
2020-05-14T14:32:20.915168
2012-05-08T08:38:23
2012-05-08T08:38:23
3,999,185
0
0
null
null
null
null
UTF-8
C++
false
false
372
cpp
#include <arpa/inet.h> #include <errno.h> #include <netdb.h> #include <netinet/in.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> #include "debug.h" #include "checksum.h" #include "smartalloc.h" #...
[ "mitchellwrosen@gmail.com" ]
mitchellwrosen@gmail.com
51754b05efdec22249969c50b7f78ef73009e92a
7407e8da3a33a266f380a4e2d89345e49a8385a0
/CGDS/tags.h
9e4184966810bb94da1bf7ca53e3b7bb3499cdf7
[]
no_license
billowen/LayoutAutomation
bcefab168d7031a2930ea3fcd5c01ed28e86b6d1
0958f87cc3d31b38909262c1682c13d098effebc
refs/heads/master
2016-08-11T21:03:43.669690
2016-02-16T06:54:42
2016-02-16T08:01:37
51,814,493
0
0
null
null
null
null
UTF-8
C++
false
false
3,332
h
/* * This file is part of GDSII. * * tags.h -- The header file which defines some constants variables. * * Copyright (c) 2015 Kangpeng Shao <billowen035@gmail.com> * * GDSII 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...
[ "billowen035@gmail.com" ]
billowen035@gmail.com
ffecf5f96d0c0cfd1eb933ae8de220a64cde549d
6a8bdd279c52265c4c1eb2b49616be9795e83630
/Lab5/Assignment3/ServoPosition.cpp
bb569e0d97fb534e9b94e5966537d36d20ce1e7f
[]
no_license
Eragon29692/EECE2160
4dd4757296d2ca5348c5b3b1d717b44886d289d6
0444abee93fe70ce889c502f098bf189b1743482
refs/heads/master
2021-01-20T04:16:20.418316
2017-05-08T15:24:33
2017-05-08T15:24:33
58,659,178
0
0
null
null
null
null
UTF-8
C++
false
false
1,278
cpp
#include "GPIO.h" #include <stdlib.h> #include <iostream> using namespace std; int degreeToOnDelay(int degree) { return (degree * 10) + 600; } int main() { int servoNumber; int servoAngle; //getting the servo number cout << "Enter desired servo [1, 5]: "; cin >> servoNumber; //converting ...
[ "duyvu.mailbox@yahoo.com" ]
duyvu.mailbox@yahoo.com
be4a4a711fb0c40a20cd72859e3c926836d15bc9
9bd4d9ed2d18e69725547982f4923490db572c02
/clang-tools-extra/clangd/ClangdLSPServer.h
ee3ada31959c21ff628562ae231f145686118be8
[ "NCSA" ]
permissive
djg/llvm-project-20170507
773758a98dd1ef338740f7d0f4ab450ebc1dffc9
197514390d381446abaa9d5c6f87c63388ccd2a4
refs/heads/master
2021-01-22T11:29:47.610325
2017-05-28T23:24:52
2017-05-28T23:24:52
92,693,375
1
1
null
2017-05-28T23:36:11
2017-05-28T23:36:11
null
UTF-8
C++
false
false
2,342
h
//===--- ClangdLSPServer.h - LSP server --------------------------*- C++-*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "ibiryukov@google.com" ]
ibiryukov@google.com
ae0e2956805edffe6baaa9f1619c79471b04bb1f
29b81bdc013d76b057a2ba12e912d6d4c5b033ef
/boost/include/boost/ptr_container/nullable.hpp
c7ddebece5609b0007c2a6f95130f0c908d05bee
[]
no_license
GSIL-Monitor/third_dependences
864d2ad73955ffe0ce4912966a4f0d1c60ebd960
888ebf538db072a92d444a9e5aaa5e18b0f11083
refs/heads/master
2020-04-17T07:32:49.546337
2019-01-18T08:47:28
2019-01-18T08:47:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:124e50f69b3a479e3697aef95a0b926235b3a47ee5f73085ea815576c7ce5a97 size 1840
[ "you@example.com" ]
you@example.com
115aa91f6713ed98437405799275e142be67529c
b33a9177edaaf6bf185ef20bf87d36eada719d4f
/qtbase/src/plugins/platforms/android/qandroidplatformopenglcontext.cpp
379431d26da906e700aa9681da91a0b41e764080
[ "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-commercial-license", "LGPL-2.0-or-later", "LGPL-2.1-only", "GFDL-1.3-only", "LicenseRef-scancode-qt-commercial-1.1", "LGPL-3.0-only", "LicenseRef-scancode-qt-company-exception-lgpl-2.1", ...
permissive
wgnet/wds_qt
ab8c093b8c6eead9adf4057d843e00f04915d987
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
refs/heads/master
2021-04-02T11:07:10.181067
2020-06-02T10:29:03
2020-06-02T10:34:19
248,267,925
1
0
Apache-2.0
2020-04-30T12:16:53
2020-03-18T15:20:38
null
UTF-8
C++
false
false
4,392
cpp
/**************************************************************************** ** ** Copyright (C) 2014 BogDan Vatra <bogdan@kde.org> ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the plugins of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial L...
[ "p_pavlov@wargaming.net" ]
p_pavlov@wargaming.net
d2c5fbf6a801fbda7dc39188b220fda11a805cfc
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/old_hunk_7972.cpp
796969d8cda613917edc544e551797cae8a61e75
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
405
cpp
fputs(pre, output); if (patch->old_name && patch->new_name && strcmp(patch->old_name, patch->new_name)) { write_name_quoted(NULL, 0, patch->old_name, 1, output); fputs(" => ", output); write_name_quoted(NULL, 0, patch->new_name, 1, output); } else { const char *n = patch->new_name; if (!n) n = pat...
[ "993273596@qq.com" ]
993273596@qq.com
b40786d60698bf322c7274a98ac2fc336e355a6f
64e4fabf9b43b6b02b14b9df7e1751732b30ad38
/src/cobalt/gen/bindings/browser/source/cobalt/dom/v8c_html_body_element.h
8ee07a59daf6b665ebbdd6551b9c86b525ade6ee
[]
no_license
ivan-kits/skia-opengl-emscripten
8a5ee0eab0214c84df3cd7eef37c8ba54acb045e
79573e1ee794061bdcfd88cacdb75243eff5f6f0
refs/heads/master
2023-02-03T16:39:20.556706
2020-12-25T14:00:49
2020-12-25T14:00:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,676
h
// Copyright 2019 The Cobalt Authors. 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 required by a...
[ "trofimov_d_a@magnit.ru" ]
trofimov_d_a@magnit.ru
92b5e69dcf23b6242dcca3c4ddc43dafc3799fbc
27a2bcbe3757071a0e1174f849e487dc9f315294
/minisql/query/materialize/MaxFn.h
7394f7c435bfdafbfde7ab465740817b0777cc37
[]
no_license
bluealert/MiniSQL
3b6873896fe1a17c1e681d6f5be2efc98e6cd92c
7195c6aa2c300601ad284e04c273e4f083680c63
refs/heads/master
2020-03-09T20:52:56.137690
2019-06-07T06:48:27
2019-06-07T06:48:27
128,995,731
3
0
null
null
null
null
UTF-8
C++
false
false
599
h
#pragma once #include <query/materialize/AggregationFn.h> #include <string> namespace minisql { namespace common { class Constant; } namespace query { namespace materialize { class MaxFn : public AggregationFn { public: explicit MaxFn(const std::string &fldName); void processFirst(Scan &s) override; void pr...
[ "tao.zhou2009@gmail.com" ]
tao.zhou2009@gmail.com
c69919e90f710d1e1026661f62b2e396953784e5
8485fc3c53cf2fa541be4a5fee606d4958478c5d
/GUI/AdOptControl.cpp
55de4a008154810b34cd30827125cdc58164e86d
[]
no_license
jaredmales/MagAO
8c5a6136dedab9ce0de8d612a8f6cf31cfef6bbf
3d5b87d9e440831c7ede81fd70e74c335d630bbf
refs/heads/master
2021-01-21T22:21:48.942524
2017-09-01T19:10:45
2017-09-01T19:10:45
102,152,105
0
1
null
null
null
null
UTF-8
C++
false
false
14,735
cpp
#define VERS_MAJOR 1 #define VERS_MINOR 0 #include "AdOptControl.h" #include "arblib/base/CommandsExport.h" #include "arblib/base/AlertsExport.h" #include "arblib/aoArb/AOCommandsExport.h" #include <qapplication.h> #include <qlabel.h> #include <qpushbutton.h> #include <qcombobox.h> #include <qmessagebox.h> #incl...
[ "jaredmales@gmail.com" ]
jaredmales@gmail.com
202a317370150c195014985cb536d55d9fc48dfe
76b9640139ceca86c3aa790d9014ec047050a589
/libsurbasic/surbasic/ByteArray.cpp
7c1897cd57a7d59812444d094dc3285c5ede5895
[]
no_license
zjjfhqpl/SDLib
10800ade6e2c36f77a8923313e3fb8b718b63f35
6d09c16d1b47d0613645440c1c24bcbfe21560dc
refs/heads/master
2021-01-10T01:51:53.118850
2015-05-25T10:50:12
2015-05-25T10:50:12
36,212,050
0
0
null
null
null
null
UTF-8
C++
false
false
2,255
cpp
// // NSData_Aes256.h // SurDoc // // Created by zhaojunjiang on 14/12/22. // Copyright (c) 2014年 sursen. All rights reserved. // #include "surbasic/ByteArray.h" #include "surbasic/Base64Helper.h" using namespace SDBasic::base64; namespace SDBasic{ namespace bytearray{ static unsigned char HexToInt(unsi...
[ "zhaojunjiang@sursen.net" ]
zhaojunjiang@sursen.net
1a68668a2596205ffb137e89ff50a3e6c48c63c6
1399bd4809ce389470f6a9b4b109c7e578b79e78
/t/gc_in_ctor.cpp
bcfc2e360c23d5fc5a52a5023b5c07f044814905
[]
no_license
kazuho/picogc
b48e2d4dfaf8d882f70a15ce37afee7cc25c3cc8
285b6b3d1e51d7103c0597e6725561c9daa8c771
refs/heads/master
2023-05-31T16:09:08.443405
2012-11-26T23:50:08
2012-11-26T23:50:08
3,796,277
34
4
null
null
null
null
UTF-8
C++
false
false
885
cpp
#! /usr/bin/C #option -cWall -p -cg #include "picogc.h" #include "t/test.h" static picogc::gc* gc; static picogc::gc_stats last_stats; static size_t num_created = 0; struct Linked : public picogc::gc_object { typedef picogc::gc_object super; Linked* linked_; Linked() { gc->trigger_gc(); is(last_stats.c...
[ "kazuhooku@gmail.com" ]
kazuhooku@gmail.com
7a21543f46a631d938ca8d133c1e5d3c4678b886
7aa382450118e7c6e9cbf0006e9edd7ab6603d7d
/common/include/KM3MaterialData.hh
c13c53a1eb75c7dd74145344804bc1058d6a3275
[]
no_license
vkulikovskiy/OMGsim
bb9ff9a03933da8c49f8d29c144cbb199c7207e3
220c24f93a2390f7ff1a0105b01e799dbe37b5e0
refs/heads/master
2021-04-26T22:24:18.918739
2018-03-06T17:27:11
2018-03-06T17:27:11
124,086,139
0
0
null
null
null
null
UTF-8
C++
false
false
4,772
hh
// // ******************************************************************** // * License and Disclaimer * // * * // * The Geant4 software is copyright of the Copyright Holders of * // * the Geant4 Collaboration...
[ "vladimir@martyrium.ge.infn.it" ]
vladimir@martyrium.ge.infn.it
296227cb3ba8958195e820f28877585428b2f41e
caa907c7943fd4674785f9fd20f612ab200289af
/examples/example6.cpp
94377ebe38cd77015ab25d2d965380ae8dc9d247
[ "BSD-3-Clause" ]
permissive
DafeiYin/LibEDM
37767649d8b78dd553627ff36c9c20cf13ba73f9
e6f1eb1fb1bd284ad8240b1071c61f6ec1dc56bb
refs/heads/master
2021-01-15T08:10:54.499041
2014-09-02T06:12:55
2014-09-02T06:12:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,408
cpp
#include <string> #include <iostream> #include <fstream> #include <istream> #include <sstream> using namespace std; #include "Obj.h" #include "DataSet.h" #include "UCIData.h" #include "Classifier.h" #include "bpnn.h" #include "Prediction.h" #include "CrossValidate.h" using namespace libep; class StAccur...
[ "quentbox@gmail.com" ]
quentbox@gmail.com
11084bd7fc3d74a3cf970007b4ae25babef0c315
fd751baeec52f5e806747b26b231344eec58c9da
/Code/AlgebraLibraries/GeometricAlgebra/Blade.cpp
442d81980b9a116b7a8f2ac7be58d4ba5d1d12b6
[ "MIT" ]
permissive
mapleyustat/CalcLib
c93be0c0e8d8ccff586e7c7f6dfd13f98b44af87
0f34ee59b9f9b519e338c33a697e7e6b1501e249
refs/heads/master
2020-12-25T20:20:34.353922
2014-04-03T00:25:07
2014-04-03T00:25:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,222
cpp
// Blade.cpp /* * Copyright (C) 2013 Spencer T. Parkin * * This software has been released under the MIT License. * See the "License.txt" file in the project root directory * for more information about this license. * */ #include "GeometricAlgebra.h" using namespace GeometricAlgebra; //======================...
[ "Spencer.Parkin@disney.com" ]
Spencer.Parkin@disney.com
bb03bc3db81057573e6cea4a24e08e3101e1cf9c
60ac51ce741823b1521ac10cc5572f20718528ff
/src/common/util.h
b6f63702d4415b2901a31f7f411b552a5bd837f2
[ "MIT" ]
permissive
somaen/Wintermute-git
59b19009404b0db0af1b80a78f8bbd31705add13
edd11774a2662c55f1ebd6386206a41da37bcd18
refs/heads/master
2020-04-14T17:40:03.949960
2012-03-05T20:02:44
2012-03-05T20:15:24
3,631,018
1
0
null
null
null
null
UTF-8
C++
false
false
9,771
h
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
[ "einarjohants@gmail.com" ]
einarjohants@gmail.com
02938b5ee55808e6f9ac354915be76959f9ee3a5
a476491407356d79f5cdacd346692b1ee8c802e3
/Simple3piMazeSolver.ino
4565cc2074618794dc3af62b6a8a4d4a6823c761
[]
no_license
irc2019/Team3
b22967a09e298a75f0c4605ce1a153e3b09ebda7
e6e0b4b2fa1aa087ad60927a01c12def4a82c379
refs/heads/master
2020-06-03T16:28:48.106513
2019-06-21T17:56:35
2019-06-21T17:56:35
191,649,692
0
1
null
2019-06-21T17:56:36
2019-06-12T21:51:15
null
UTF-8
C++
false
false
15,834
ino
/* * Simple3piMazeSolver - demo code for the Pololu 3pi Robot * * This code will solve a line maze constructed with a black line on a * white background, as long as there are no loops. It has two * phases: first, it learns the maze, with a "left hand on the wall" * strategy, and computes the most efficient path...
[ "rahulk3@illinois.edu" ]
rahulk3@illinois.edu
ab82ef757532adf1d30a2f49320c789d9443bd2f
01b81f943faf5b7067dcfefd2cd2f60eeea4a142
/test/algorithms/queue.cpp
e6365c7503478e96b673ae3c2656649c269a459d
[ "BSD-2-Clause" ]
permissive
swstarlab-infolab/grid_format
b435c204a8712ee17aa6b4fa40a93755269d9930
39aec70348a9a7945420c01f7e070cee7ad980a8
refs/heads/master
2021-06-28T13:51:45.862041
2020-11-25T15:44:40
2020-11-25T15:44:40
196,107,157
8
10
BSD-2-Clause
2020-11-25T15:44:42
2019-07-10T01:18:16
C++
WINDOWS-1252
C++
false
false
5,607
cpp
#include <stdio.h> #include <stdlib.h> #include <vector> #define FRONT 0 #define BACK 1 class Edge{ public: int src; int dest; int cap; int flow; Edge *mirror = NULL; Edge *next = NULL; Edge(int src, int dest, int cap, int flow) { this->src = src; this->dest = dest; this->cap = cap; this->flow = flow; ...
[ "dosel1005@dgist.ac.kr" ]
dosel1005@dgist.ac.kr
aebf24fb4df04efe660628e2fe4cff2b6a0f6836
f1f221d34c7a2a7a8837005a66934d287e0782d1
/hse/course_02/CS/ah/12/02.cpp
5c7a30a521f7057561d99a954fdcf157e6e7e66e
[]
no_license
lfyuomr-gylo/old-stuff
287938daf8b27a1c8e9316c1e03afa8220e73763
912fcd073e721d4d82d40fe140caf80c08544d2c
refs/heads/master
2021-07-05T01:28:23.885689
2017-10-01T19:17:10
2017-10-01T19:17:10
105,466,955
0
0
null
null
null
null
UTF-8
C++
false
false
358
cpp
#include <iostream> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> int main(int argc, char **argv) { int64_t size = 0; for (int i = 1; i < argc; ++i) { struct stat s; if (lstat(argv[i], &s) != -1 && S_ISREG(s.st_mode) && !access(argv[i], X_OK)) size += s.st_size; ...
[ "lfyuomr-gylo@yandex.ru" ]
lfyuomr-gylo@yandex.ru
3b884cac046e8f6decfa6078a48317ee998fc900
4bea57e631734f8cb1c230f521fd523a63c1ff23
/projects/openfoam/rarefied-flows/impingment/sims/templates/compressible/rhoCentralFoam/wedge15Ma5/0.12/grad(p)
245c0fea990e51ef2c44a7a33db96147176d2849
[]
no_license
andytorrestb/cfal
76217f77dd43474f6b0a7eb430887e8775b78d7f
730fb66a3070ccb3e0c52c03417e3b09140f3605
refs/heads/master
2023-07-04T01:22:01.990628
2021-08-01T15:36:17
2021-08-01T15:36:17
294,183,829
1
0
null
null
null
null
UTF-8
C++
false
false
254,942
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1912 | ...
[ "andytorrestb@gmail.com" ]
andytorrestb@gmail.com
0bfbbcd1282b32cec9931faab37926ed8d9bae55
527739ed800e3234136b3284838c81334b751b44
/include/RED4ext/Types/generated/game/ui/RoachRaceGameState.hpp
d78d4ace589a35dd4de63c9138cf95435575a6d0
[ "MIT" ]
permissive
0xSombra/RED4ext.SDK
79ed912e5b628ef28efbf92d5bb257b195bfc821
218b411991ed0b7cb7acd5efdddd784f31c66f20
refs/heads/master
2023-07-02T11:03:45.732337
2021-04-15T16:38:19
2021-04-15T16:38:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
736
hpp
#pragma once // This file is generated from the Game's Reflection data #include <cstdint> #include <RED4ext/Common.hpp> #include <RED4ext/REDhash.hpp> #include <RED4ext/Types/generated/game/ui/MinigameState.hpp> namespace RED4ext { namespace game::ui { struct RoachRaceGameState : game::ui::MinigameState { stati...
[ "expired6978@gmail.com" ]
expired6978@gmail.com
ca2aae9abf1bc220a14a89ba50e2b78d6d1b9d4c
2a351af7e5e0cf0bcbc8083158f1799d78a48f00
/bare_header/sifive_buserror0.h
125020fe914850d5d2db67bacae66d94802cb6a4
[ "LicenseRef-scancode-unknown-license-reference", "MIT", "Apache-2.0" ]
permissive
sifive/freedom-devicetree-tools
da38063830e62d5b682cb532bd4a9d05dd4f20ed
cde09e1fbcbcf8aec472f3839acab847556ec766
refs/heads/master
2021-11-15T22:18:32.091147
2021-10-07T03:05:48
2021-10-07T03:05:48
139,504,118
35
23
NOASSERTION
2021-11-15T12:54:32
2018-07-02T23:17:09
C++
UTF-8
C++
false
false
1,171
h
/* Copyright 2019 SiFive, Inc */ /* SPDX-License-Identifier: Apache-2.0 */ #ifndef __BARE_HEADER_SIFIVE_BUSERROR0__H #define __BARE_HEADER_SIFIVE_BUSERROR0__H #include "bare_header/device.h" #include <regex> class sifive_buserror0 : public Device { public: sifive_buserror0(std::ostream &os, const fdt &dtb) ...
[ "nathaniel.graff@sifive.com" ]
nathaniel.graff@sifive.com
2a164da2be46e362ccae1f170a8ee2730bb9625a
161c784f039f1035cffc35d2a6071d215495423e
/apps/BallsGame/simple_object.h
46bf393b7de8ed20bed68a2136eff1fc73fa0005
[]
no_license
Shtille/ShtilleEngine
0961cd54d0a3e42e470cd7b57d4efd0ac3a9cfd6
9549a1d315feb602154e6b5448cd7f0d81ab2802
refs/heads/master
2021-01-24T06:13:20.773443
2018-05-13T14:27:54
2018-05-13T14:27:54
34,963,101
0
0
null
null
null
null
UTF-8
C++
false
false
734
h
#pragma once #ifndef __SHT_SIMPLE_OBJECT_H__ #define __SHT_SIMPLE_OBJECT_H__ #include "utility/include/scene_renderable.h" #include "physics/include/physics_object.h" class Material; namespace sht { class SimpleObject : public utility::SceneRenderable { public: explicit SimpleObject(graphics::Renderer * render...
[ "v.shtille@gmail.com" ]
v.shtille@gmail.com
cb246e61a7727d837acbf0b4e3187175037ef311
406fe3543dc160f046eac9a6fde40732e1b19b0a
/src/main.cpp
44bbadd85b139a9837c24887065f5b3a21b99758
[]
no_license
simw/opacity
16598883db92ca4d5b7ec565a5abab52fa39ea66
dee6408d5f9c2849a9c28d90282b4eb18520ab0c
refs/heads/master
2020-05-27T05:40:05.696142
2014-08-19T23:20:09
2014-08-19T23:20:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,535
cpp
// // Author: Simon Wicks <simonw@phys.columbia.edu> // #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <iostream> #include <string> #include "progressbar.h" #include "timer.h" #include "driver.h" #include "glv1/radcalcerwrapper.h" #include "glv3/glvradiative3.h" #include "store2d/store.h" #include "./glv...
[ "simw@users.noreply.github.com" ]
simw@users.noreply.github.com
dffdabf8cae8b5c43e814d8694c6fc1079502726
61a62af6e831f3003892abf4f73bb1aa4d74d1c7
/15-295/F21/Contest 02/C.cpp
79f40092546f8be386679f0e03fdc64434ca34cb
[]
no_license
amsraman/Competitive_Programming
7e420e5d029e8adfbe7edf845db77f96bd1ae80d
6f869a1e1716f56b081769d7f36ffa23ae82e356
refs/heads/master
2023-03-17T00:20:19.866063
2023-03-11T00:24:29
2023-03-11T00:24:29
173,763,104
16
2
null
null
null
null
UTF-8
C++
false
false
1,674
cpp
#include <bits/stdc++.h> typedef long long ll; #define f first #define s second using namespace std; const ll INF = 0xffffffffff; int n, m, x, y, t[1000], c[1000]; ll dist[1000][1000], fdist[1000]; vector<pair<int, int>> g[1000]; void djk(int v) { for(int i = 0; i < n; i++) { dist[v][i] = INF; } ...
[ "adisundar02@gmail.com" ]
adisundar02@gmail.com
2d6fb219bf467ec8bd1758b1f8584b8fcb3c2a48
e72963a0c1ffc3f6f06ab24a2ab575635ce2a5f1
/examples/trackML/inc/FieldManager.h
22c3ae3040b17f127e56369f4386278b6a6f49b5
[]
no_license
agarzaro/vectorflow
4c6f43db55ec67cddca5e1d89c40f9ef3cf56260
8099c5a7823cd56c6c3b67a9f329c200637e7476
refs/heads/master
2020-07-25T05:58:04.087566
2019-10-07T20:35:37
2019-10-07T20:35:37
208,188,674
0
0
null
2019-10-07T20:35:38
2019-09-13T03:27:44
null
UTF-8
C++
false
false
4,907
h
#ifndef TRACKML_FIELD_MANAGER #define TRACKML_FIELD_MANAGER #include <vectorFlow/SystemOfUnits.h> #include <vectorFlow/Typedefs.h> #include <base/Vector3D.h> #include <Geant/MagFieldEquation.h> #include <Geant/GUFieldPropagator.h> #include <Geant/ScalarMagFieldEquation.h> #include <Geant/UniformMagField.h> #include <...
[ "andrei.gheata@cern.ch" ]
andrei.gheata@cern.ch
7b180c25a82ee26368aa8cc298ebdc3b85f8e36f
7d71fa3604d4b0538f19ed284bc5c7d8b52515d2
/Clients/AG/CreateAndPrint/ArtGallery/MonitorDirectory.cpp
397ce25adc957d4448a06a447207c86fc52650ec
[]
no_license
lineCode/ArchiveGit
18e5ddca06330018e4be8ab28c252af3220efdad
f9cf965cb7946faa91b64e95fbcf8ad47f438e8b
refs/heads/master
2020-12-02T09:59:37.220257
2016-01-20T23:55:26
2016-01-20T23:55:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,210
cpp
#include "stdafx.h" #include "MonitorDirectory.h" #define TERMINATE_EVENT 0 #define MAX_EVENTS 10 struct MONITOR_STRUCT { HWND hMainWnd; UINT idMessage; HANDLE hEvents[MAX_EVENTS]; int nEvents; }; ///////////////////////////////////////////////////////////////////////////// CMonitorDirectory::CMonitorDirectory(HW...
[ "jim@facetofacesoftware.com" ]
jim@facetofacesoftware.com
d32ba0f2d79c677e8e3be60199f4e058f34122ba
11679f3adec2b14ddeaa8b7a72536e3612bc4b44
/sourceCode/mainContainers/sceneContainers/ButtonBlockContainer.h
b089748d91811e641ed695de2fc5d98da85d43b9
[]
no_license
dtbinh/vrep_altair
26eadd039c0fe7e798b49486b187a21c743138bd
ad296b68b1deb11c49937e477ccee64b2e67050d
refs/heads/master
2021-01-24T22:44:02.877012
2014-03-13T16:59:00
2014-03-13T16:59:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,655
h
// This file is part of V-REP, the Virtual Robot Experimentation Platform. // // Copyright 2006-2014 Dr. Marc Andreas Freese. All rights reserved. // marc@coppeliarobotics.com // www.coppeliarobotics.com // // V-REP is dual-licensed, under the terms of EITHER (at your option): // 1. V-REP commercial license...
[ "arena.riccardo@live.it" ]
arena.riccardo@live.it
5db128740c91b1d40ed291ba13f8c6639967d39e
c25c58189c8602bb9c2dfdd22214fb1fa6a177dd
/BasketbollManager/mainwindow.h
bcb597693af5dfc97c71f983af28b8e840ca3cb6
[]
no_license
Anakael/Projects
d7832feb3da7cb20fa080a4f30fc4102c93c615d
e5b8ead4e6b5f84e4b8994b011565c9d9f79b879
refs/heads/master
2021-09-17T23:48:32.536486
2018-07-07T03:28:17
2018-07-07T03:28:17
140,035,827
0
0
null
null
null
null
UTF-8
C++
false
false
624
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include "playermanager.h" #include <QDialog> #include <QMainWindow> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget* parent = 0); ~MainWindow(); private: Ui::MainWindow* ui; Player...
[ "shemeldima2@yandex.ru" ]
shemeldima2@yandex.ru
478ea00103532b6865db51fe6c8b8211725639ca
42cf326bc1756fd6cdcc7e794fcd01046e2cb58d
/inc/inputFilePath.hpp
37500b853395fcd69356e87508a2a3bbec4c4308
[]
no_license
failedhero/Extract_Frames_From_YUV
eb47889ad94968d093b02a9ce12e8dae344a3fda
6e7478d0f62837976d3a0e3669b65e786c58e45e
refs/heads/master
2020-03-20T19:58:45.319451
2019-06-08T15:16:05
2019-06-08T15:16:05
137,664,226
0
0
null
null
null
null
UTF-8
C++
false
false
1,376
hpp
#ifndef _INPUTFILEPATH_HPP #define _INPUTFILEPATH_HPP #include <iostream> #include <string> #include <vector> #include <map> #include <io.h> #include <direct.h> #include <Windows.h> void checkPath(std::string &s); int checkAndMakeDirectory(std::string s); std::string savefile(std::string p, const std::string dirname,...
[ "noahqiezi@gmail.com" ]
noahqiezi@gmail.com
298102de424f39260961bc5705fde691d4fe93ac
dc2e0d49f99951bc40e323fb92ea4ddd5d9644a0
/SDK/ThirdLibrary/include/activemq-cpp/decaf/util/zip/Inflater.h
a60bbfa0a3be802fee52078f6a2d8a20b2827817
[]
no_license
wenyu826/CecilySolution
8696290d1723fdfe6e41ce63e07c7c25a9295ded
14c4ba9adbb937d0ae236040b2752e2c7337b048
refs/heads/master
2020-07-03T06:26:07.875201
2016-11-19T07:04:29
2016-11-19T07:04:29
74,192,785
0
1
null
null
null
null
UTF-8
C++
false
false
13,184
h
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
[ "626955115@qq.com" ]
626955115@qq.com
44021622add448328410dd5c812fdea00e04e513
0eff1aebc47d72cfe4b58821ef73412c598fed32
/src/main.cpp
0b9738db16118f9c1dda9d1beda30a5737596ea7
[ "MIT" ]
permissive
vincentbarrault/highway-driving
bec6cf12f3bb39f494924ec4f47ec9945194d543
34b60b15abb32976759a355f0822c2ed0136b279
refs/heads/master
2020-04-17T05:28:17.244524
2019-01-17T21:48:43
2019-01-17T21:48:43
166,280,396
0
0
null
null
null
null
UTF-8
C++
false
false
15,339
cpp
#include <fstream> #include <math.h> #include <uWS/uWS.h> #include <chrono> #include <iostream> #include <thread> #include <vector> #include "Eigen-3.3/Eigen/Core" #include "Eigen-3.3/Eigen/QR" #include "json.hpp" #include "spline.h" using namespace std; // for convenience using json = nlohmann::json; // For convert...
[ "vincent.barrault@gmail.com" ]
vincent.barrault@gmail.com
2a792f196b16e48b699e6506a6e86f1b54ee5ff8
64637aa702c3092fbd0703efbed4a000306ca453
/RTSP_PLAYER/MainWindow.h
8bc5f2ab0639d668d8ead93ac2a72fda96cceff7
[]
no_license
kwonsangkyun/RTSP_PLAYER
4ee89bed3555e0e46012ae356aa426a0ca078b55
20816db92b9f4bb887699d3d54e01f8adc60105b
refs/heads/main
2023-06-24T23:17:05.991261
2021-07-19T10:43:13
2021-07-19T10:43:13
383,965,818
0
0
null
null
null
null
UTF-8
C++
false
false
847
h
#pragma once #include <QtWidgets/QMainWindow> #include <QShortcut> #include "ui_MainWindow.h" #include "UrlInputDialog.h" #include "RtspAuthorizeDialog.h" #include "RtspClient.h" #include "StreamDecoderThread.h" class CMainWindow : public QMainWindow { Q_OBJECT public: CMainWindow(QWidget *parent = Q_NULLPTR...
[ "tkdrmf829@naver.com" ]
tkdrmf829@naver.com
4b62ed3c2a2baffdc1eb19fd1c7978cc373f3175
790251d0e76d618b78dadfcc933a865acbcda8e9
/CppMqtest4/include/imqpro.hpp
e713467be05fceb4ffe50918ccf885a6203473d9
[]
no_license
joshone/cpp-websphere-mq-put-example
6efe8fe284e319ee52b6b44e65b4ea693a7e84b9
de09906c6d72f93070fe4e7ccede6191ecb5a154
refs/heads/master
2023-03-15T16:27:08.661121
2017-07-14T15:06:43
2017-07-14T15:06:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,427
hpp
/* %Z% %W% %I% %E% %U% */ #ifndef _IMQPRO_HPP_ #define _IMQPRO_HPP_ // Library: WebSphere MQ // Component: IMQI (WebSphere MQ C++ MQI) // Part: IMQPRO.HPP // // Description: "ImqProcess" class declaration // <N_OCO_COPYRIGHT> // Licensed Materials - Property of IBM // // 63H9336 // (c) ...
[ "colm.ahern@gmail.com" ]
colm.ahern@gmail.com
6fbdf43a45d1f3d633c0ad5d6385b4a4fe2c7918
e8c264cebeb6ccb65d3b663250458ad4a98e049e
/cpp/Autogarden/lib/arduino_json/ArduinoJson/Deserialization/Readers/ArduinoStreamReader.hpp
6c46d5d85f8c06775300c30270595930933d9106
[ "MIT" ]
permissive
e-dang/Autogarden
3e2e50e938e6cb57258af93c63192b285e48259b
b15217e5d4755fc028b8dc4255cbdcb77ead80f4
refs/heads/main
2023-04-19T22:49:45.577787
2021-05-07T04:23:08
2021-05-07T04:23:08
335,801,973
0
0
MIT
2021-04-04T20:03:33
2021-02-04T01:17:27
C++
UTF-8
C++
false
false
692
hpp
// ArduinoJson - arduinojson.org // Copyright Benoit Blanchon 2014-2020 // MIT License #pragma once #include <Arduino.h> namespace ARDUINOJSON_NAMESPACE { template <typename TSource> struct Reader<TSource, typename enable_if<is_base_of<Stream, TSource>::value>::type> { public: explicit Reader(Strea...
[ "edang830@gmail.com" ]
edang830@gmail.com
0a0494103b4e6a8e9d8fe89f252d663ddfa85ca7
d84cd38ec116e4c98db2871a2d48c1af1f0d5a15
/src/xyz2pcd.cpp
dfb63cea581cbe91587dd88e3af987c14369f461
[ "MIT" ]
permissive
cczls1991/treeseg
16e02e5b9cbbf7485669aa984c647e1fa6b50096
a3e943fa6d307e1790f2eb732d75ca6383e783c1
refs/heads/master
2020-08-11T18:52:50.010538
2019-07-24T14:43:59
2019-07-24T14:43:59
214,611,393
1
1
MIT
2019-10-12T08:42:04
2019-10-12T08:42:04
null
UTF-8
C++
false
false
837
cpp
//Andrew Burt - a.burt@ucl.ac.uk #include <boost/algorithm/string/split.hpp> #include <pcl/point_types.h> #include <pcl/point_cloud.h> #include <pcl/io/pcd_io.h> int main (int argc, char* argv[]) { pcl::PCDReader reader; pcl::PCDWriter writer; for(int i=1;i<argc;i++) { std::string tmp(argv[i]); std::vector<s...
[ "a.burt@ucl.ac.uk" ]
a.burt@ucl.ac.uk
486dab5eadca8232ef140ed9af79176afc181aa8
f1fbb05ac2fe44ee7e0bd87ab0fb511eb603f3f9
/TC_TCO '03 Round 4_Jewelry/TC_TCO '03 Round 4_Jewelry/Source.cpp
02c4e215e10d22dd2d786e2e5bc4d194032809a2
[]
no_license
sriharsha-sammeta/TopCoder
5fe4fb004c26ce6de0e9774a5c7767ae1ca99438
a0cf564c817f52eef1c31cbe938145b86018cc78
refs/heads/master
2021-01-10T03:43:22.470525
2015-10-27T21:09:53
2015-10-27T21:09:53
44,993,040
0
0
null
null
null
null
UTF-8
C++
false
false
2,679
cpp
#include<cstdio> #include<vector> #include<algorithm> #include<numeric> #include<math.h> using namespace std; #define sz(A) int(A.size()) #define szA(A) sizeof(A)/sizeof(A[0]) long waysBelow[31][30001]; long waysAbove[31][30001]; typedef long long int lli; class Jewelry{ void caliculateWaysBelow(vector<int> &va...
[ "sriharsha4444@icloud.com" ]
sriharsha4444@icloud.com
0bb34eb0ef2c8671ad7548bc9c5c0dd37f3bb6b9
5885fd1418db54cc4b699c809cd44e625f7e23fc
/napc-2021/monday/h.cpp
31509baa5065e4b5752d85ace524b308f641fecd
[]
no_license
ehnryx/acm
c5f294a2e287a6d7003c61ee134696b2a11e9f3b
c706120236a3e55ba2aea10fb5c3daa5c1055118
refs/heads/master
2023-08-31T13:19:49.707328
2023-08-29T01:49:32
2023-08-29T01:49:32
131,941,068
2
0
null
null
null
null
UTF-8
C++
false
false
2,087
cpp
#include <bits/stdc++.h> using namespace std; #define _USE_MATH_DEFINES //#define FILENAME sadcactus #include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> template <typename T> using ordered_set = __gnu_pbds::tree<T, __gnu_pbds::null_type, less<T>, __gnu_pbds::rb_tree_tag, ...
[ "henryxia9999@gmail.com" ]
henryxia9999@gmail.com
fe8939bea41199e0b924bfa7db4944486460aed0
6a0a1f679bd54aa10c12078fc31d71dbdfb58618
/bray/templateProject/Assets/Scripts/main.cpp
b5feb977106e4460f1b9aa45dd43ae0ac8e6717f
[ "Apache-2.0" ]
permissive
Bray-Game-Studios/Bray-Tec-engine2d
f9ec78009675aa294795a9a6443c9edc504dd439
1ea35167d2cee4aaa6a66068ecc02cf34746b496
refs/heads/main
2023-01-10T17:49:42.990293
2020-11-15T18:59:41
2020-11-15T18:59:41
310,477,036
2
0
null
null
null
null
UTF-8
C++
false
false
611
cpp
#include "Bray_Engine.hpp" using namespace std; Vector2 mario_Vector = Vector2(0, 0, 0); void start() { Deb.Log("tst"); Sprite mario = Sprite(mario_Vector, 50, 50, "/Users/home/Bray-engine/bray/templateProject/Assets/sprites/mario.bmp"); } void update() { if (Event.OnKeyDown(Event.KeyCode.W)) {...
[ "rohanisdeadly@gmail.com" ]
rohanisdeadly@gmail.com
32ec75bb221097a26e4a3824e1759d07d997ff14
f56d79c4fd967c6326e8730e96a4c69069adfe8a
/exercise5/src/lib/numbers/arabian.cpp
0409e871f143a697b076b813be018f2c8e5e1e70
[]
no_license
kaaboaye/wust_object_oriented_programming
fa6c8a009cb83a6747c27f73492a870e7659d0d9
ce6f7e28ac41133763521d78783e7a3d7763a22a
refs/heads/master
2020-03-30T13:50:38.453041
2019-03-19T14:52:50
2019-03-19T14:52:50
151,290,356
2
0
null
null
null
null
UTF-8
C++
false
false
219
cpp
#include "arabian.h" namespace Numbers { Arabian::Arabian() { _num = 0; } Arabian::Arabian(int64_t num) { _num = num; } std::string Arabian::to_string() const { return std::to_string(_num); } } // namespace Numbers
[ "kaaboaye@gmail.com" ]
kaaboaye@gmail.com
f51851ceafc70faef89209a2c2f33f973ee18546
4352b5c9e6719d762e6a80e7a7799630d819bca3
/tutorials/oldd/Basic-Dynamic-Mesh-Tutorial-OpenFoam/TUT16rotating/3.38/U
2b5af568eaa7a07c0b3c63f7e288cd4a49cf3aff
[]
no_license
dashqua/epicProject
d6214b57c545110d08ad053e68bc095f1d4dc725
54afca50a61c20c541ef43e3d96408ef72f0bcbc
refs/heads/master
2022-02-28T17:20:20.291864
2019-10-28T13:33:16
2019-10-28T13:33:16
184,294,390
1
0
null
null
null
null
UTF-8
C++
false
false
137,568
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "thomasdigiusto@me.com" ]
thomasdigiusto@me.com
7391067236ff372b26c63c30dde472ff67b56318
a2134d89f641746c67050b6e9c699865cf5c6332
/codeforces/virtualcontestpractice/C_ABBB.cpp
6702993872f5b4c3087a0502a69c5e54179b0cb1
[ "Apache-2.0" ]
permissive
anandj123/gcpdemo
7eaf4f5af837bd3706e457c7ed7a9efef18a0aa9
cb5900def4853f3a77d848df6bab6c11b9e66c8a
refs/heads/master
2023-01-22T02:24:43.010442
2023-01-19T18:39:02
2023-01-19T18:39:02
239,536,507
0
0
MIT
2022-06-02T07:17:37
2020-02-10T14:51:07
C++
UTF-8
C++
false
false
557
cpp
#include <iostream> #include<string> using namespace std; int main(){ int k=0; cin >> k; for(int i=0;i<k;i++){ int ca = 0, cb=0; string s; cin >> s; for(int j=0;j<s.length();j++){ if(s.at(j) == 'A') { ca++; continue; } ...
[ "jain.12@gmail.com" ]
jain.12@gmail.com
4f91ca375ae8fecb805451837e16d4a8ceff201e
39f85304733166ea1a6f770df0203bcb966f8be0
/src/ripple/app/consensus/RCLCxLedger.h
58bc7a4d4842b5f2a609d0a7c393b98fabd77ec1
[ "MIT-Wu", "MIT", "ISC", "BSL-1.0" ]
permissive
huahuolab/huahuod
ecb9570572f392fbc85d39935930f3e3bdf39883
f16d5e715d8175201c0c64b467ecc03be5f97841
refs/heads/master
2022-07-07T17:03:55.070702
2020-02-17T05:53:52
2020-02-17T05:53:52
241,029,489
16
15
NOASSERTION
2022-07-01T22:18:28
2020-02-17T05:46:22
C++
UTF-8
C++
false
false
3,446
h
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012-2016 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby g...
[ "huahuolab@gmail.com" ]
huahuolab@gmail.com
faf0ed13d398691d9d195dcba4967bc9cd114ec5
901c5774dfca58a3ced4c9289be3f324cad7c28f
/include/homeAppSys.h
2dfe840b33f73e438f3c8ce6790db6492a3c62af
[]
no_license
kidtic/homeAPP_server
03576e5e5a2bfbcbd6d388210247ca2ed344f64f
4c60b768c53294d0f807cda3339287edfad38e27
refs/heads/master
2023-02-27T19:11:32.250893
2021-01-29T10:22:53
2021-01-29T10:22:53
280,823,694
0
0
null
null
null
null
UTF-8
C++
false
false
730
h
#ifndef HOMEAPPSYS_H #define HOMEAPPSYS_H #include "homeAppCore.h" #include "homeAppComm.h" #include <thread> using namespace std; class homeAppSys { public: //priv /* data */ mutex mCoreMutex; homeAppCore* mCore; homeAppComm* mComm; vector<AppUser> users; Json::Value mConfig; string f...
[ "592113107@qq.com" ]
592113107@qq.com
8dbb416858d4c9127e92833643fa7f78b952e21e
4f05236606d5dbd483e5d0ae9e99d82f7eb94636
/GameEngine/TrueNature/CloudPlane/Shaders.h
2e39d6f17d0755b38076ece7737c683af916d7eb
[]
no_license
Mateuus/newundead
bd59de0b81607c03cd220dced3dac5c6d5d2365f
c0506f26fa7f896ba3b94bb2ae2878517bd0063a
refs/heads/master
2020-06-03T14:20:00.375106
2014-09-23T03:58:13
2014-09-23T03:58:13
22,456,183
5
0
null
null
null
null
UTF-8
C++
false
false
2,791
h
#pragma once #include "Shader.h" #include "SceneParameter.h" class CloudGrid; // Shader for rendering cloud density class RenderDensityShader : public Shader { public : // vertex shader constants enum { VS_CONST_W2C = 0, // transform world to projection space VS_CONST_XZPARAM, // xz scale and offset of the pos...
[ "muvucasbars@outlook.com" ]
muvucasbars@outlook.com
52b293f510e54ed7b310cfcced168bb7fc03e72c
6ea6e15278dcab7ad092db3333046d1668c95076
/libs/tensorflow/include/tensorflow/cc/ops/parsing_ops_internal.cc
629efd24730b9850a11dfea01480303dde9543f2
[ "Apache-2.0" ]
permissive
leozimmerman/ofxMSATensorFlow
6d7ca5ad6b1e9f28f5aecb166a0600d5701e5619
9272d694651d29e3c43b8432622606fc964bc307
refs/heads/master
2020-03-27T05:41:05.556279
2018-10-23T16:08:50
2018-10-23T16:08:50
146,039,573
1
0
Apache-2.0
2018-08-24T21:00:57
2018-08-24T21:00:56
null
UTF-8
C++
false
false
381
cc
// This file is MACHINE GENERATED! Do not edit. #include "tensorflow/cc/ops/const_op.h" #include "tensorflow/cc/ops/parsing_ops_internal.h" namespace tensorflow { namespace ops { namespace internal { // NOTE: This namespace has internal TensorFlow details that // are not part of TensorFlow's public API. } // names...
[ "leozimmerman@gmail.com" ]
leozimmerman@gmail.com
c3e4b8a29db5ea59e54e0dbb2d52e09808a0a416
aade1e73011f72554e3bd7f13b6934386daf5313
/Contest/Other/NAIPC2016/F.cpp
25a920be4d4433d22918e3f2e97bc50fbef0a407
[]
no_license
edisonhello/waynedisonitau123
3a57bc595cb6a17fc37154ed0ec246b145ab8b32
48658467ae94e60ef36cab51a36d784c4144b565
refs/heads/master
2022-09-21T04:24:11.154204
2022-09-18T15:23:47
2022-09-18T15:23:47
101,478,520
34
6
null
null
null
null
UTF-8
C++
false
false
803
cpp
#include <bits/stdc++.h> using namespace std; const int maxk = 200; const int maxn = 1e4 + 5; const int mod = 1e9 + 7; int dp[2][maxn], sum[maxn]; int main() { int n, w, h; scanf("%d%d%d", &n, &w, &h); dp[0][0] = 1; for (int i = 1; i <= w; ++i) { sum[0] = dp[i & 1 ^ 1][0]; for (int j = 1; ...
[ "tu.da.wei@gmail.com" ]
tu.da.wei@gmail.com
c3b2cc3d740e68d5cc79126fad20d07e3344d340
0fdc8db8fffc7d5fbdf8fd03eccceb16ad78b9ab
/OpenStringLibrary/cprompt.cpp
74ba2070b0dc18df987482718f3f1a5de38ea69d
[ "Apache-2.0" ]
permissive
cmd184psu/fs-tools
4c192a8934ff582321b98ef57e0165785f2d98ca
d0f349b98770374adc64ae5a4c27bf9c2632a4fc
refs/heads/master
2022-09-22T17:28:36.535173
2022-09-02T17:13:44
2022-09-02T17:13:44
43,786,195
0
0
null
null
null
null
UTF-8
C++
false
false
267
cpp
/*************************************************************** * (C) Copyright 1998-2010 Chris Delezenski * This software is released under the LGPL v2, see COPYING and LGPL ***************************************************************/ #include "internal.h"
[ "chris.delezenski@hdsfed.com" ]
chris.delezenski@hdsfed.com
489454fcc79642f9ed34c134e3dcb38fa798947f
deef531de0c2ae34ee66d8879fef55ba46752da8
/src/stl.h
71c003efd9fcc9a240b5db39c1dd0cc420858c3c
[]
no_license
reiya-prog/KizunaOS
1b845f959f808e9c52117f131a0db47aebdd8f5c
03a2ab8368605506b52aba0b0e774fc45ecfd733
refs/heads/master
2022-04-17T22:04:36.950783
2020-03-30T13:20:12
2020-03-30T13:20:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,328
h
#pragma once namespace STL { template <typename T, uint32_t N> class Stack { public: Stack() { write_pos = 0; count = 0; } void push(const T &push_data) { if (count == N) return; data[write_pos] = push_data; ++write_pos; ++count; } ...
[ "t-reiya@suou.waseda.jp" ]
t-reiya@suou.waseda.jp
10f74a33f7a682148f15dab352a3aa21b354487b
4728c8d66b28dbc2644b0e89713d1815804da237
/src/ui/a11y/lib/gesture_manager/recognizers/swipe_recognizer_base.cc
dda2335789c1064cf0e364b36a0a295c2c33074b
[ "BSD-3-Clause" ]
permissive
osphea/zircon-rpi
094aca2d06c9a5f58ceb66c3e7d3d57e8bde9e0c
82c90329892e1cb3d09c99fee0f967210d11dcb2
refs/heads/master
2022-11-08T00:22:37.817127
2020-06-29T23:16:20
2020-06-29T23:16:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,149
cc
// Copyright 2019 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/ui/a11y/lib/gesture_manager/recognizers/swipe_recognizer_base.h" #include <lib/async/cpp/task.h> #include <lib/async/default.h> #include <li...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
4578c649ef1e988d1dace502ab775943197f59a2
7f93fb3c5e9ee19dc4d116f840c32567d186a797
/rviz_overlays/src/overlay_utils.cpp
a180f313f03620607b97504d8078d3df0b7e8010
[ "MIT" ]
permissive
ipa-lth/rviz_utils
0a3b772b664a5510e4d368007347ebe950c07c52
c6a9d1c096a081a68dc83c1475ba6974dbe211dc
refs/heads/master
2021-01-13T08:19:12.957388
2020-01-10T10:06:54
2020-01-10T10:06:54
71,782,733
2
0
null
null
null
null
UTF-8
C++
false
false
6,650
cpp
/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2015, Fraunhofer IPA * Copyright (c) 2014, JSK Lab * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted ...
[ "p.gorczak@gmail.com" ]
p.gorczak@gmail.com