blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
8d5ae5fa35eb1b18ab6efe4cf72971193e471324
a5b114d8a2b3f2d5df766726da53951a310a30a4
/Engine/Source/AI/src/BTLoopDecoratorNode.cpp
af78681b10ac7f03ade0c27fca86264e510cb3f3
[ "CC-BY-4.0" ]
permissive
AnkurSheel/RoutePlanner
0275710e58651c201813fef69875f2fb4eb703b6
a50b6ccb735db42ff4e5b2f4c87e710819c4564b
refs/heads/master
2016-09-01T11:57:33.638061
2016-01-22T01:22:44
2016-01-22T01:22:44
49,979,565
0
0
null
null
null
null
UTF-8
C++
false
false
1,468
cpp
#include "stdafx.h" #include "BTLoopDecoratorNode.h" using namespace AI; // ******************************************************************************************************************** AI::cBTLoopDecoratorNode::cBTLoopDecoratorNode() : m_Count(0) { } // ***************************************************...
[ "ankur.sheel@gmail.com" ]
ankur.sheel@gmail.com
34fa55c13af53f2197fd7cc33b030dbb68220217
6c26cc5a576ece3a758ea7fd163e32d6fa50544e
/Mar/UI.cpp
cb9f7199822ecfc65573305aa34348db304c22aa
[]
no_license
GihanSoft/Mar
8597e4cfb2b8757ab4d9a0332c3467c1b9c4428a
4308722eafba185472b1b561f10ff563d1342ed8
refs/heads/master
2020-07-15T20:05:06.151678
2019-09-01T06:45:18
2019-09-01T06:45:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,545
cpp
#include "UI.h" COORD UI::ConvertCoord(COORD coord) { return COORD() = { coord.X + BoardStart.X, coord.Y + BoardStart.Y }; } void UI::RenderBoard(int score1, int score2) { gotoxy(1, 1); textbackground(COLORS::BLACK); textcolor(COLORS::LIGHTGRAY); _cputs("Snake Game\n"); if (_snake2 == nullptr) { _cputs("You...
[ "chief.mb1976@gmail.com" ]
chief.mb1976@gmail.com
d9d3e7951782c1ff95e065202f5e7018ae5f42a9
bf78e22b10b2e1c426bf26ffe2c448629469fe2d
/examples/_test.cpp
86d75f782b220fbe756f6726c8274e0f04ee5ec3
[ "MIT" ]
permissive
vodelerk/qpp
ab54a01deef0e5fca3b1b7705676685ca0b2e2e6
37049d8e6f38cfd64a04c20c962007e1df1ae7e0
refs/heads/master
2020-04-21T05:29:58.455343
2019-02-05T23:51:35
2019-02-05T23:51:35
null
0
0
null
null
null
null
UTF-8
C++
false
false
879
cpp
// Used for testing, do not use it as an example #include <iostream> #include "qpp.h" int main() { using namespace qpp; /////////// testing /////////// QCircuit qcd{4, 2, 2, "test_circuit"}; qcd.gate(gt.X, 0, "named_X"); qcd.measureZ(3, 0); qcd.gate(gt.X, 0, "named_X"); qcd.gate(gt.Z, 1);...
[ "vsoftco@gmail.com" ]
vsoftco@gmail.com
cba3b3d5464d044ecea2dbedb742384cf4958e9d
233676e340835a58e8041bdc82c313e599af415c
/Schweizer-Messer/numpy_eigen/src/autogen_test_module/test_D_D_uchar.cpp
f74f90f634ab3cbfa148a6ac175f3376d42d92f4
[ "BSD-3-Clause" ]
permissive
ethz-asl/kalibr
9213daa87ed191ce1e05fba9f7424204c2d9734c
94bb8437a72a0d97a491097a7085bf3db4f93bba
refs/heads/master
2023-08-29T17:04:47.774244
2023-08-14T02:08:46
2023-08-14T02:08:46
20,293,077
3,744
1,341
NOASSERTION
2023-09-10T02:18:47
2014-05-29T12:31:48
C++
UTF-8
C++
false
false
319
cpp
#include <Eigen/Core> #include <numpy_eigen/boost_python_headers.hpp> Eigen::Matrix<boost::uint8_t, Eigen::Dynamic, Eigen::Dynamic> test_uchar_D_D(const Eigen::Matrix<boost::uint8_t, Eigen::Dynamic, Eigen::Dynamic> & M) { return M; } void export_uchar_D_D() { boost::python::def("test_uchar_D_D",test_uchar_D_D); }
[ "schneith@ethz.ch" ]
schneith@ethz.ch
f2df1a2a57f44ccaf335eb67c1a64d3a2d7d0baa
3ac7658c1554f63865eb92a92a9a9b29f462b797
/C++课程设计/19/Date.hpp
18b30b653694ad2887df9f347bb3dafefb44240e
[]
no_license
yuhuarong/MyCPPExperiment
9d8f050c616d97f9725fd5809867aedbaddcf637
13cac9edb0a1857a456409ba92151c6a90183ac3
refs/heads/master
2020-09-22T16:25:04.214263
2019-11-26T17:41:52
2019-11-26T17:41:52
null
0
0
null
null
null
null
GB18030
C++
false
false
1,634
hpp
#pragma once #include<iostream> using namespace std; /* 日期类(Date),包含年月日的信息 1)日期信息设置 2)显示日期 3)计算该日是星期几 4)提供该月的月历显示 5)计算与其他日期相差几天 */ class Date{ public: void init(); void init(int, int, int); void toString(); int diff(const Date& date); void showMonthTable(); void setYear(int); void setMonth(int); i...
[ "1533144693@qq.com" ]
1533144693@qq.com
27158d94f94cb4a79add3bba9804f3f1afa58d41
e13b597d8095c2587430338f4fcd3625bde09796
/code/common/StrongString.h
f45fbf620fdf657a822b94550b0433eb19645658
[]
no_license
presscad/recordman_control
a5c15ba2f1a0e798f8f5ee3aa6b45db33bde0f83
dd4bfc11c2945367dc14701dad5009a68debe2bb
refs/heads/master
2021-04-17T09:52:14.965918
2016-05-10T00:58:30
2016-05-10T00:58:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,631
h
// // StrongString.h // // This is a string operator class // // Copyright (C) 2006 // Version 1.0 // #ifndef StrongString_h__ #define StrongString_h__ #include "sys_define.h" using namespace std; class CStrongString : public std::string { public: CStrongString(const CStrongString& string1); CStrongString(c...
[ "157974839@qq.com" ]
157974839@qq.com
578610a1bae8cf14f16f8daa10b7d50361fd34ba
ad261ed01e0f509285f14a0218afe3a7057eefc4
/mainwindow.h
7ea66dcd4c122e2b8afc69fef16a9e9ea79b1970
[]
no_license
collin80/OscilloscopeViewer
fcf7e45594dc3cf7e7240ee249398f54b42d42b3
d8737a381ab33276cf3278d1c8000e1ebf4b5adb
refs/heads/master
2020-08-16T00:29:23.460614
2019-10-16T01:35:03
2019-10-16T01:35:03
215,430,705
6
4
null
null
null
null
UTF-8
C++
false
false
910
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include "qcustomplot.h" namespace Ui { class MainWindow; } class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = nullptr); ~MainWindow(); public slots: void loadCSV(); private slots: void...
[ "collink@kkmfg.com" ]
collink@kkmfg.com
da2fc16da314dafd0d0257fe5143728cbd7fd87a
c5534a6df16a89e0ae8f53bcd49a6417e8d44409
/trunk/Dependencies/Xerces/include/xercesc/validators/datatype/NOTATIONDatatypeValidator.hpp
80fdbd52f3173584a129331d06b442a3e71fd94d
[]
no_license
svn2github/ngene
b2cddacf7ec035aa681d5b8989feab3383dac012
61850134a354816161859fe86c2907c8e73dc113
refs/heads/master
2023-09-03T12:34:18.944872
2011-07-27T19:26:04
2011-07-27T19:26:04
78,163,390
2
0
null
null
null
null
UTF-8
C++
false
false
3,337
hpp
/* * Copyright 2001,2004 The Apache Software Foundation. * * 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 re...
[ "Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57" ]
Riddlemaster@fdc6060e-f348-4335-9a41-9933a8eecd57
9fa29a6b5a95c3ab3e71275aab8a9b5dca57a5a5
7ca138b5ab56b1e48225023c24f2de4eee11b181
/data/player.h
e1a70a9ff149238c0f1b8a449be637237426b1ca
[]
no_license
mmoanis/str-wars
ac5eb6c76e65faf85a69ae20e87acf577815f481
77461743560d7571031c92e96aeed3f1320b8113
refs/heads/master
2021-05-29T19:52:21.958096
2015-05-23T15:51:51
2015-05-23T15:51:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
580
h
#ifndef PLAYER_H #define PLAYER_H #include "gameobject.h" class Player : public GameObject { public: Player(vec3 position); virtual ~Player(); // Especify how the object is drawn to the screen. virtual void render(const GLuint &MatrixID, const GLuint &ModelMatrixID, const GLuint &ViewMatrixID, const ...
[ "mohamed_moanis@outlook.com" ]
mohamed_moanis@outlook.com
922c9829b872d66cd3c6c48c928550b97dcd4475
a777b4db8ed5039bfef59d81ba303bb5ae97ed03
/au_decode.h
75154905c415a6b2e7cec88aab7415f3c07c8777
[]
no_license
zhuyanwei/WinCamera
ce85f70de34bc267ac0acccf9ae2d6c9a98c3cbb
969cef9088f4d49424d06d1265d42d128588f43a
refs/heads/master
2021-01-12T16:41:03.842340
2016-10-20T05:06:40
2016-10-20T05:06:40
71,425,130
2
0
null
null
null
null
UTF-8
C++
false
false
1,169
h
#ifndef AU_DECODE_H #define AU_DECODE_H #define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 #ifndef INT64_C #define INT64_C(c) (c ## LL) #define UINT64_C(c) (c ## ULL) #endif extern "C"{ #ifdef __cplusplus #define __STDC_CONSTANT_MACROS #ifdef _STDINT_H #undef _STDINT_H #endif # include <stdint.h> #include <stdio.h>...
[ "zhuyanweixyz@gmail.com" ]
zhuyanweixyz@gmail.com
9b774ecd6c5e5e33c1afb75fbc53107c6b22eaed
970d70094c8de69f337c45ba6598de0380301f29
/Práctica/Ejercicios/Arrays - K1031/Ej5/main.cpp
593566c9fae861c774bf20dad62078332716750e
[ "MIT" ]
permissive
francoparente/AyED
1bc773dd4515a44d5fb34e0bb54ddec6e010ff4f
65adcb55d1f29286325b3e1a30f0717664a46283
refs/heads/main
2023-06-13T03:44:59.698105
2021-07-10T20:54:47
2021-07-10T20:54:47
384,783,645
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,369
cpp
#include <iostream> #include <conio.h> using namespace std; /* 5. Hacer un programa que permita realizar la suma y el producto de dos vectores. El usuario deberá poder elegir el tamaño del vector (entre 2 y 10 valores). */ void suma(int v1[],int v2[],int tam) { int sum[tam]; for(int i=0; i<tam; i++) { ...
[ "fparente14@frba.utn.edu.ar" ]
fparente14@frba.utn.edu.ar
8317a84b685e0c1f6ff6b9d5b0d186acef78dedc
bbbf1a59c89403af6bad663a7964ff7d2bb10b11
/SimpleSideScrollerFramework/src/sssf/gui/ScreenGUI.cpp
cca0488572f5a8dcbe41c8d806c0f4a142620bc8
[]
no_license
MattLagueras/Odyssey
94e9adf8429bb34a844630b7942780fdc0de08c4
448654f196f3f82c0e52414262beb21adb072f48
refs/heads/master
2021-01-23T13:49:53.636846
2014-05-16T17:42:00
2014-05-16T17:42:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,259
cpp
/* Author: Richard McKenna Stony Brook University Computer Science Department ScreenGUI.cpp See ScreenGUI.h for a class description. */ #include "../../../stdafx.h" #include "../game/Game.h" #include "../graphics/RenderList.h" #include "../gui/Button.h" #include "../gui/ScreenGUI.h" /* ScreenGUI - Default...
[ "Knoth77@gmail.com" ]
Knoth77@gmail.com
46bbdaa0f1ba5b8e966c75c439b5330719307968
85ec0860a0a9f5c0c0f0d81ce3cc0baf4b2a812e
/sngcm/cmlexer/TokenValueParsers.cpp
de4e34582a0e89e9f432c15d64ae638131d136a9
[]
no_license
slaakko/soulng
3218185dc808fba63e2574b3a158fa1a9f0b2661
a128a1190ccf71794f1bcbd420357f2c85fd75f1
refs/heads/master
2022-07-27T07:30:20.813581
2022-04-30T14:22:44
2022-04-30T14:22:44
197,632,580
2
0
null
null
null
null
UTF-8
C++
false
false
10,723
cpp
// ================================= // Copyright (c) 2022 Seppo Laakko // Distributed under the MIT license // ================================= #include <sngcm/cmlexer/TokenValueParsers.hpp> #include <soulng/util/Unicode.hpp> #include <sstream> using namespace soulng::unicode; void ParseFloatingLiteral(const std::...
[ "slaakko@gmail.com" ]
slaakko@gmail.com
cf3468b39ae8e7527ade81f4514e5a413c4ff57c
7c64360b6e32f8576344048db7b9938ea722dedd
/ggeo/GTransforms.hh
479dab487af8eb88b140565d6708dc62672a9cb8
[ "Apache-2.0" ]
permissive
recepkandemir/opticks
4be08a9243c3e0abe82eca77be70178e6384e555
523387f7593676bab58de22d22049e650de3f5c3
refs/heads/master
2023-01-24T16:55:04.131498
2020-12-04T20:25:09
2020-12-04T20:25:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,288
hh
/* * Copyright (c) 2019 Opticks Team. All Rights Reserved. * * This file is part of Opticks * (see https://bitbucket.org/simoncblyth/opticks). * * 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 ...
[ "simoncblyth@gmail.com" ]
simoncblyth@gmail.com
8ff53b2f33e6455aefca1f1e1bb6eb97b65beeb9
24cb3a4494179cf40fd5f4d964d853d516d15d80
/leetcode/pascals-triangle-ii.cpp
d97aa23319662a2a3aebed788a9adeaa9189b312
[]
no_license
Garciat/competitive
5dd7c82205292a34da6a4026955747407539f897
5567f19ec8b3d3303dc38670fe8a95aec201fe9e
refs/heads/master
2021-07-09T20:29:36.339551
2021-04-21T20:43:44
2021-04-21T20:43:44
83,537,147
0
0
null
null
null
null
UTF-8
C++
false
false
457
cpp
// https://leetcode.com/problems/pascals-triangle-ii/ class Solution { public: vector<int> getRow(int rowIndex) { vector<int> r = {1}; for (int i = 0; i < rowIndex; ++i) { vector<int> n; n.push_back(1); for (int j = 1; j < r.size(); ++j) { ...
[ "gabrielg@eventbrite.com" ]
gabrielg@eventbrite.com
f931812277dbc4ed0ca2b4226df39afe7d763795
220c245d5589146b1e0bb6f4f79f781f02c13227
/Timus Online Judge/1349.cpp
6270b091c5eb444c4e6ef854bc6d3f568fdd7530
[]
no_license
hossamthapit/CompetitiveProgramming
f0d21f5f60f5b17d9004c3e6c431f97284b31450
dd072a92b7f268aa2c4ba7e4dfac358baa27e772
refs/heads/master
2021-01-25T13:29:20.933667
2021-01-05T12:31:03
2021-01-05T12:31:03
123,578,764
0
0
null
null
null
null
UTF-8
C++
false
false
1,058
cpp
#include<bits/stdc++.h> #define stop(x) {cout<<x<<endl;exit(0);} #define all(x) x.begin(),x.end() #define szz(s) int(s.size()) #define endl '\n' int dx[] = { 0, 0, 1, -1, 1, -1, 1, -1 }; int dy[] = { 1, -1, 0, 0, -1, 1, 1, -1 }; typedef long long ll; using namespace std; void file(){ ios::sync_with_stdio(0);cin.ti...
[ "noreply@github.com" ]
noreply@github.com
bda82415dd508f29f5bb16a2fef0df7f23a84a9d
b24c5c71797a780f8710dd750ccf2b5f1b749c98
/Classes/Models/Master/Manager/DirectionManager.h
24b245650639e8601ebbe27087227bf3201db6b6
[]
no_license
ume3003/Koumechan
088066ba8dc95a2c820f20a41ca77545dd88f413
4d8e597515d0e1d03510ca92b73f3735caa27f7f
refs/heads/master
2021-05-27T22:06:05.407570
2014-08-18T01:53:57
2014-08-18T01:53:57
22,201,565
0
0
null
null
null
null
UTF-8
C++
false
false
650
h
// // DirectionManager.h // koumeChan // // Created by 上野 彰三 on 2014/03/17. // // #ifndef __koumeChan__DirectionManager__ #define __koumeChan__DirectionManager__ #include "cocos2d.h" #include "KoumeChan.h" #include "DirectionQuest.h" #include "BaseMasterManager.h" class DirectionManager : public BaseMasterManager...
[ "shozo.ueno@smikiegames.com" ]
shozo.ueno@smikiegames.com
88f95d9e0241993464ee955dde67b641621d01bc
1731957bc326a91be56a895e278cc41af26b99e7
/BackupApp/Console.cpp
eab30aefc3a303395677c1ec5314878384838c2a
[]
no_license
adsamcik/BackupApp
719336447656a7873394fbdd57fb69e3f9fa6c9c
d6e036030268c4ada1f06c083834798f4d8e5fa3
refs/heads/master
2021-01-22T13:08:19.432361
2016-06-20T20:20:05
2016-06-20T20:20:05
59,588,256
0
0
null
null
null
null
UTF-8
C++
false
false
2,061
cpp
#include "stdafx.h" #include "Console.h" using std::string; Console::Console(const uint16_t& length, const uint16_t& spaces) { if (length == 0) throw std::runtime_error("Length cannot be 0"); this->columnsCount = length; this->columns = new uint16_t[length]; for (size_t i = 0; i < length; i++) this->columns[i...
[ "adsamcik@users.noreply.github.com" ]
adsamcik@users.noreply.github.com
55d590904db67c8dd96e6d3f64d95cbea19db3ae
868e8628acaa0bf276134f9cc3ced379679eab10
/firstCrude2D/we123/h10/0.035/phiAlpha
9a84fade9e212235d46448977fd0acba73318fc4
[]
no_license
stigmn/droplet
921af6851f88c0acf8b1cd84f5e2903f1d0cb87a
1649ceb0a9ce5abb243fb77569211558c2f0dc96
refs/heads/master
2020-04-04T20:08:37.912624
2015-11-25T11:20:32
2015-11-25T11:20:32
45,102,907
0
0
null
2015-10-28T09:46:30
2015-10-28T09:46:29
null
UTF-8
C++
false
false
1,372,403
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | ...
[ "stig.m.nilsen@gmail.com" ]
stig.m.nilsen@gmail.com
db7d4303e4fcd0b7b0e4bf9fc55c2c829175e4e3
9cd0393bbc5ce02f848f783adc8e9c577e662097
/Chapter 11/Inheritance and pointers/main.cpp
3170a3ca3ab26b1257472f7dee0d9edb6a10ede0
[]
no_license
PublicFedorenko/Gaddis-9th-edition
aa91de9de4327e95c7a60486bfb1f806d277229a
4dce9c23ebd84d58e7d2e0efcf87b61480496c27
refs/heads/master
2021-09-18T15:42:49.603799
2018-07-16T20:04:44
2018-07-16T20:04:44
115,809,458
0
0
null
null
null
null
UTF-8
C++
false
false
615
cpp
#include <iostream> #include "Inheritance.h" using namespace std; // These arrays of strings are used to print the enumerated types. const string dName[] = { "Archeology", "Biology", "Computer Science" }; const string cName[] = { "Freshman", "Sophomore", "Junior", "Senior" }; int main() { shared_...
[ "bohdan.fedorenko777@gmail.com" ]
bohdan.fedorenko777@gmail.com
ab8d5c5e599c49325d68e8f05087c6bbe57542e3
97e53e8028ffb9d3f736a0999cc470f9942ddcd0
/06 操作系统与Windows相关程序/06 程 序 相 关/007 编写Windows服务-例1/StdAfx.h
7ff7ca41d7c7055527f40d2d3ecf981def200de8
[]
no_license
BambooMa/VC_openSource
3da1612ca8285eaba9b136fdc2c2034c7b92f300
8c519e73ef90cdb2bad3de7ba75ec74115aab745
refs/heads/master
2021-05-14T15:22:10.563149
2017-09-11T07:59:18
2017-09-11T07:59:18
115,991,286
1
0
null
2018-01-02T08:12:01
2018-01-02T08:12:00
null
UTF-8
C++
false
false
1,803
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, // but are changed infrequently #if !defined(AFX_STDAFX_H__2CEDFCE1_7F3E_46BD_8CC2_6BD17E8BE67E__INCLUDED_) #define AFX_STDAFX_H__2CEDFCE1_7F3E_46BD_8CC2_6BD17E8BE67E__INCLUDED_ #if _...
[ "xiaohuh421@qq.com" ]
xiaohuh421@qq.com
9b0026bcc8b71dffd3f1d234228ffd0c3624d581
49d94a7a2c4be27f5feed5e3ffb33c172faa2c94
/contrib/stdcxx-4.2.1/tests/localization/22.locale.ctype.scan.cpp
9be78b1907b63dbaafbf5204199f4819150a5845
[ "Apache-2.0" ]
permissive
michkrom/mspdev
bf1c99d4695ce9f4716ba3a0e16601bfd89d9cca
460a9903c1b4a15ce4266156adc67e8b9c83e79b
refs/heads/master
2020-02-26T13:18:05.934703
2014-01-30T07:33:27
2014-01-30T07:33:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
26,005
cpp
/*************************************************************************** * * 22.locale.ctype.scan.cpp - Tests exercising the scan() of ctype facet * * $Id: 22.locale.ctype.scan.cpp 648752 2008-04-16 17:01:56Z faridz $ * *************************************************************************** * * License...
[ "noccy@christopher-desktop" ]
noccy@christopher-desktop
45bbebd6d47e9a16c335f3dc488c184fcd3bc645
65b8ea8a734ebaf26bbc6ec3a5258757075d44d1
/webbrowser.cpp
1469f0f15d065f7897c35ec0bff47e9190696840
[]
no_license
HuangYeCun/loadpage
d557fa39a700ae11dc2b58f3af0eff01688ed3b5
ff3f0f5ddb85daac310a13e7e44b984df197ce29
refs/heads/master
2021-03-26T18:59:26.854791
2020-09-23T01:36:46
2020-09-23T01:36:46
247,738,571
0
0
null
null
null
null
UTF-8
C++
false
false
2,964
cpp
#include "webbrowser.h" #include <QMessageBox> #include <QMainWindow> #include <QWebEngineDownloadItem> #include <QWebEngineProfile> #include <QDir> WebBrowser::WebBrowser(QWidget* parent) : QWebEngineView(parent) { connect(QWebEngineProfile::defaultProfile(), &QWebEngineProfile::downloadRequested, this, ...
[ "1052104718@qq.com" ]
1052104718@qq.com
d8a6b837d542412f8683538b9d276799b53a76bf
e3e5ab9a2d1639cd7eb4b72a515e9d1441209a78
/lab1/GeneratedFiles/ui_find.h
813e287d82c8175b1bbed55a55aa4aa5f2da5e4a
[]
no_license
zmilens/Zagashtokova_181-351_2
9bb570c4db00e24d00cb2e7a3f17290563534c4e
9d245395a9ba6749e981c87ee2b7bc8902f59748
refs/heads/master
2020-04-25T12:16:54.584527
2019-06-01T21:01:15
2019-06-01T21:01:15
172,772,761
0
0
null
null
null
null
UTF-8
C++
false
false
6,096
h
/******************************************************************************** ** Form generated from reading UI file 'find.ui' ** ** Created by: Qt User Interface Compiler version 5.12.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! *********************************************...
[ "bariatmilena@mail.ru" ]
bariatmilena@mail.ru
f5d301f5cc09f24ff576f1a0981d92bf2429cb2c
a4f9e159fd976daa151a3cb2635e6bdc70d7b733
/tests/main.cpp
22190833d80e6e08e46734a6f7a5455879a11e91
[]
no_license
vgromov/esfwx
6d77f9303de3b8391a26bbbc41d117de851bf64d
c727752378cad36d32cb344f916d87cd84ea0830
refs/heads/master
2021-07-08T03:08:17.442342
2020-07-30T10:01:58
2020-07-30T10:01:58
166,006,433
0
0
null
2020-07-30T10:01:59
2019-01-16T08:51:10
C++
UTF-8
C++
false
false
3,426
cpp
// our includes #include <escore/escore.h> #include <esmath/esmath.h> #include <escomm/escomm.h> #include <esscript/esscript.h> #pragma hdrstop #include "testsConfig.h" #include <sstream> #if ES_COMPILER_VENDOR == ES_COMPILER_VENDOR_BORLAND # pragma package(smart_init) #endif // test engine includes ...
[ "gromov.vsevolod@yandex.ru" ]
gromov.vsevolod@yandex.ru
51f0f425329f2c15b30b845c1ee6c2755ea0cf59
d610c33b993e27e2cb37266409a3ed5012dea37c
/app/ALXGrid/INCLUDE/XGridView.h
325e460dda88954b127440d81c7faebdc42762be
[]
no_license
hug2008/pctools
4617abc977efdfd74b4f41db770d4f71b933961d
147a0f3acce424d404e6a7cbf4e7815d3bfb820e
refs/heads/master
2021-09-10T18:10:05.504289
2018-01-11T02:15:22
2018-01-11T02:15:22
117,033,954
0
0
null
null
null
null
UTF-8
C++
false
false
1,245
h
// XGridView.h : interface of the CXGridView class // ///////////////////////////////////////////////////////////////////////////// #if !defined(ALX_XGRIDVIEW_H_INCLUDED_) #define ALX_XGRIDVIEW_H_INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "ALXGridView.h" class CXGridView : public ...
[ "qingrui.h@foxmail.com" ]
qingrui.h@foxmail.com
3fbfce6c2b54281b7fdbcf7325e56cc2f3eec2a9
19907e496cfaf4d59030ff06a90dc7b14db939fc
/POC/oracle_dapp/node_modules/wrtc/third_party/webrtc/include/chromium/src/third_party/WebKit/Source/platform/v8_inspector/public/V8HeapProfilerAgent.h
479da255b1c9213b7b4685cbd4cad0aff8df7607
[ "BSD-2-Clause" ]
permissive
ATMatrix/demo
c10734441f21e24b89054842871a31fec19158e4
e71a3421c75ccdeac14eafba38f31cf92d0b2354
refs/heads/master
2020-12-02T20:53:29.214857
2017-08-28T05:49:35
2017-08-28T05:49:35
96,223,899
8
4
null
2017-08-28T05:49:36
2017-07-04T13:59:26
JavaScript
UTF-8
C++
false
false
819
h
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8HeapProfilerAgent_h #define V8HeapProfilerAgent_h #include "platform/PlatformExport.h" #include "platform/inspector_protocol/Dispatcher.h" #inc...
[ "steven.jun.liu@qq.com" ]
steven.jun.liu@qq.com
b5f294f837f78e74d1fd9242718a9825a0cdc10c
743deb413d3f3d0f8780712ceb7642a528a49136
/SDL Game 2 - Master - Handout/ModuleSceneHonda.h
39ed61a23ea07ddb8d93351044e8aecbb12de8ab
[]
no_license
JordiRomagosa/C-Practice
b08dd9af58e7c7226e913271479960dd02dc6b24
64cffbca9449ae0d7c0aae254b8c64301305aad5
refs/heads/master
2020-08-06T12:13:32.887161
2019-11-12T09:58:36
2019-11-12T09:58:36
212,970,567
0
0
null
null
null
null
UTF-8
C++
false
false
625
h
#ifndef __MODULESCENEHONDA_H__ #define __MODULESCENEHONDA_H__ #include "Module.h" #include "Animation.h" #include "Globals.h" struct SDL_Texture; class ModuleSceneHonda : public Module { public: ModuleSceneHonda(bool start_enabled = true); ~ModuleSceneHonda(); bool Start(); update_status Update(); bool CleanUp...
[ "jordi@shiraz.es" ]
jordi@shiraz.es
8d42eb96eeeb6750abc9dd141a59a808b9701c17
f93a0374b0ef03cfdeb4894b79ecc85ce49d085d
/src/rpcnet.cpp
3139eb6496f8628c947ad861167b95947f1cb12e
[ "MIT" ]
permissive
hellocrypto/blackpearl
274d7c90a8a46ac3242e244279d4e6eb0f485e8b
ba039a51f50b55d3087e77de0f4639e722f465cc
refs/heads/master
2021-01-20T18:48:29.258224
2018-04-19T08:29:04
2018-04-19T08:29:04
90,931,761
0
1
null
null
null
null
UTF-8
C++
false
false
4,682
cpp
// Copyright (c) 2013 NovaCoin Developers // Copyright (c) 2016 The BlackPearl developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "net.h" #include "bitcoinrpc.h" #include "alert.h" #include "wallet.h" #inclu...
[ "root@ubuntu-1gb-sgp1-01.localdomain" ]
root@ubuntu-1gb-sgp1-01.localdomain
f1713f0733c365a3badbd358a73f1151875eb3ef
2f10f807d3307b83293a521da600c02623cdda82
/deps/boost/win/debug/include/boost/intrusive/detail/algorithm.hpp
b50e775b7648abdede029f19d7fda946b617d630
[]
no_license
xpierrohk/dpt-rp1-cpp
2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e
643d053983fce3e6b099e2d3c9ab8387d0ea5a75
refs/heads/master
2021-05-23T08:19:48.823198
2019-07-26T17:35:28
2019-07-26T17:35: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:6f03d12fae23e4fb81982cc9482f3eb47f2730056dab4b13039a1fe92d4f837d size 2880
[ "YLiLarry@gmail.com" ]
YLiLarry@gmail.com
e1c01efff7a2807552f45228e0a0576d5aaed2a3
95d5b00d41ef03bdf8b2e3c3083b0047c7ad91a5
/func_hook.cpp
edba68bd5ba97bac6795f7bd2a1bcbdc68536b46
[ "MIT" ]
permissive
tec27/APMDisplay
899a674eb32caa4de0343abd34a1661504adb9da
e4ea2c9b67241aec57a71622ec10513767ef036d
refs/heads/master
2021-01-17T15:10:27.070599
2016-11-22T09:24:25
2016-11-22T09:24:25
70,126,102
0
0
null
null
null
null
UTF-8
C++
false
false
13,687
cpp
#include "./func_hook.h" #include <assert.h> #include <Windows.h> #include <algorithm> #include <iterator> #include <memory> #include <string> #include <vector> #include "./deps/udis86/udis86.h" #include "./types.h" #include "./win_helpers.h" namespace sbat { using std::shared_ptr; using std::string; using std::vect...
[ "travis@tec27.com" ]
travis@tec27.com
0cd7932e35146779bbcd10ac51f239454b0b779f
7cce0635a50e8d2db92b7b1bf4ad49fc218fb0b8
/硬件仿真测试环境合集版14_采样数据改为72个_调试用3/MatrixTestSoft/MatrixTestSoft/InstrumentList.h
6867d854d35977611d30582de474eeb2638972c2
[]
no_license
liquanhai/cxm-hitech-matrix428
dcebcacea58123aabcd9541704b42b3491444220
d06042a3de79379a77b0e4e276de42de3c1c6d23
refs/heads/master
2021-01-20T12:06:23.622153
2013-01-24T01:05:10
2013-01-24T01:05:10
54,619,320
2
2
null
null
null
null
GB18030
C++
false
false
2,022
h
#pragma once #include "Instrument.h" #include "Parameter.h" class CInstrumentList { public: CInstrumentList(void); ~CInstrumentList(void); public: CInstrument* m_pInstrumentArray; // 初始化 void OnInit(void); // 关闭 void OnClose(void); // 仪器总数 unsigned int m_uiCountAll; // 空闲仪器数量 unsigned int ...
[ "chengxianming1981@gmail.com" ]
chengxianming1981@gmail.com
c1053eafa733a2c413877c9481216aed262afcf7
ae02bd6411aa8b4eff9974087a207be407a26358
/Project/Project/Trie.h
f17743916f03953fa09f37fcd0a22541258bd3c4
[]
no_license
zchapasko/ec504project
452bf5c327bff272f45ac15c7fb000beeccd50c3
d4e86b575b8fb7eac4010c0a5dfd89572d5d7eff
refs/heads/master
2021-01-21T12:58:01.345684
2016-04-29T20:58:11
2016-04-29T20:58:11
54,783,776
1
0
null
null
null
null
UTF-8
C++
false
false
527
h
#ifndef TRIE_H #define TRIE_H #include "Song.h" #define ASCII_SIZE (128) #define NUM_POPULAR_SONGS (4) class trie_node { public: song_obj *finish; //not NULL if this node is the last node in a song name trie_node *children[ASCII_SIZE]; //pointers to other nodes song_obj *topSongs[NUM_POPULAR_SONGS]; //pointers to...
[ "avahid@bu.edu" ]
avahid@bu.edu
a71a51640ff93378e15b46e17f8fbd3b57f1f519
6fa861e3c5ad3c41641cb30eafc87773b4680ec2
/Lab3-Robots/src/modes/ManualMode.h
e97d27463615ee4bb99744dcfb54aa52d08abb83
[]
no_license
kobtsev-m/Cpp-Labs
cefe21e613692fc0aa583e0425f9837351307a74
e751fa1837d507e40ed4862bd369c0fa6386f341
refs/heads/master
2023-02-20T20:10:57.285153
2021-01-24T06:03:07
2021-01-24T06:03:07
299,412,631
0
0
null
null
null
null
UTF-8
C++
false
false
295
h
#ifndef LAB3_ROBOTS_MANUALMODE_H #define LAB3_ROBOTS_MANUALMODE_H #include "../commands/manual_mode/AbstractManualModeCommand.h" #include "AbstractMode.h" class ManualMode : public AbstractMode { public: void sendCommand(AbstractCommand*) override; }; #endif //LAB3_ROBOTS_MANUALMODE_H
[ "kobtsev.x@gmail.com" ]
kobtsev.x@gmail.com
5a17826efc41009637832b568775ad591c435e7c
ed9404757f5ee1a2270da3520b6dd797f91c1f5b
/vital/tests/test_file_md5.cxx
73b54df8f55752fc40165aa5eb71a8dcf42f4748
[ "BSD-3-Clause" ]
permissive
tao558/kwiver
5d88b7868441ad6222fa2f08ab46a6544271830f
51d671228ada60dd41e465cf9c282cba8614b057
refs/heads/master
2021-07-04T09:57:36.587434
2020-10-14T13:26:40
2020-10-14T13:26:40
304,072,315
1
0
NOASSERTION
2020-10-14T16:24:51
2020-10-14T16:24:51
null
UTF-8
C++
false
false
2,261
cxx
/*ckwg +29 * Copyright 2019 by Kitware, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of...
[ "roddy.collins@kitware.com" ]
roddy.collins@kitware.com
662ce83a9a1d5999ce2c44a676719e3b352228bb
92b26fc222dc86024cb006a54ccc81c191956745
/combat.cpp
c69c73f61c5204f567594268589c34f1beaec70c
[]
no_license
studiosoftdev/TrapGame
58f0da07ce21c1da58fc72025076e3d143ca775e
18d01b6a09e41f0736b748d4175e5904db5a60cf
refs/heads/master
2020-03-21T05:42:40.838273
2018-07-15T22:12:12
2018-07-15T22:12:12
138,175,401
0
0
null
null
null
null
UTF-8
C++
false
false
6,435
cpp
#include <iostream> #include <windows.h> #include <stdlib.h> #include <cstdlib> #include "player.h" #include <ctime> //#include <string> using namespace std; void generateScenarioFrame(char combatGrid[15][36], int HP, int eHP); void drawCombatHP(int HP, int eHP); void displayBattleInfo(int stance); void ...
[ "noreply@github.com" ]
noreply@github.com
8d8cbd6935f57b7dcb4906460c9ac30323802d84
291401bb1fa7f07e906f5d3551585101afbd848a
/TestFunctions.cpp
5fb6b6fba0a81cdf7627a94af1b66d409f692beb
[]
no_license
ljmotta/2019_2022_GenESyS
65c1dad3ab077bcfa1f4f2ac92203362cf4b5841
2d3331ec1998c9ac0cd88b2a826472fcff48e795
refs/heads/master
2023-04-12T14:41:39.638474
2021-04-24T12:34:32
2021-04-24T12:34:32
350,146,492
1
0
null
2021-04-09T17:39:11
2021-03-21T23:28:32
C++
UTF-8
C++
false
false
2,224
cpp
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: TestODE.cpp * Author: rlcancian * * Created on 26 de Setembro de 2019, 13:00 */ #include "TestFunctions.h" #inclu...
[ "cancian@lisha.ufsc.br" ]
cancian@lisha.ufsc.br
11b5651c47c03416a5d966f56d520fcc9e5ddebd
2a67f7e9d208f44e698c3331770b094c028a460f
/classes.cpp
d129988dd74c3de98fef40b7e8dd4455b80aec92
[]
no_license
celikelozdinc/cpp_homeworks
3b41b859f0f944b8b0bea80308abfb5d5d5f4c42
7f7bb86a67d5fc24eb0451d8034cd0b6e1343df0
refs/heads/main
2023-04-13T08:16:47.191643
2021-04-25T20:06:46
2021-04-25T20:06:46
352,276,897
0
0
null
null
null
null
UTF-8
C++
false
false
4,285
cpp
#include <iostream> class A { public: A& f1(); A* f2(); const A& f3(); void f4()const; }; /* const overloading example */ class _A { public: void func()const { std::cout << "_A::func() const\n"; } void func() { std::cout << "_A::func()\n"; //burada sınıfın const üye işlevi olan func cagrilacak ...
[ "ozdinc.celikel@siemens.com" ]
ozdinc.celikel@siemens.com
a5b7e31cec5f913758f28bcbcdb46f1d976edbdb
b494c362dd9a3c2ea0629c4e9bb841c1bdd05b6e
/SDK/SCUM_Weapon_Cleaning_Kit_classes.hpp
027aba28739bd5d2968769495b7c0f008e2e4999
[]
no_license
a-ahmed/SCUM_SDK
6b55076b4aeb5973c4a1a3770c470fccce898100
cd5e5089507a638f130cc95a003e0000918a1ec7
refs/heads/master
2022-05-20T17:28:10.940288
2020-04-03T18:48:52
2020-04-03T18:48:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
649
hpp
#pragma once // SCUM (Dumped by Hinnie) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass Weapon_Cleaning...
[ "hsibma02@gmail.com" ]
hsibma02@gmail.com
3bdf769faf66c81d37a2443b673d7100d88c7398
fd3c427be4f44e5f0066ba14a1c6d9404ca8515b
/SegmentTree.cpp
f683c77cbd4530b5a0dbf408581bbb66f3063478
[]
no_license
malisettisamrat/competitive-programming
ff66f1ec2098ef4932817b68081b4cf39de52c39
c5b264109f06062a427685075b59cd9c2018ebcd
refs/heads/master
2023-07-09T04:15:09.129222
2021-08-02T06:25:33
2021-08-02T06:25:33
255,543,330
0
0
null
null
null
null
UTF-8
C++
false
false
869
cpp
// Implementation of Segment Tree vector< int > v(100001); vector< int > st(400006); // Building a Segment Tree void SegTree(int index , int start , int end) { if (start == end) { st[index] = v[start]; return ; } int mid = (start + end) / 2; SegTree( 2 * index, start, mid); ...
[ "noreply@github.com" ]
noreply@github.com
057d23da1423edb5a84f0f62ce9f826efbac86c2
cf5639fe58054d90765448f12da986165615608f
/src/qt/qtipcserver.cpp
b57f9ec66bd695908c26f27f0f76eedc25782747
[ "MIT" ]
permissive
arthurmaahes/etg
1896322933e9df44b312a11fb011d9c74b613fea
4367adff68231367e916b88921637e7923ddfec3
refs/heads/master
2021-07-23T01:17:35.601399
2017-11-01T06:42:50
2017-11-01T06:42:50
109,093,383
0
0
null
null
null
null
UTF-8
C++
false
false
3,372
cpp
// Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "qtipcserver.h" #include "guiconstants.h" #include "ui_interface.h" #include "util.h" #include <boost/date_time/...
[ "a.maahes@gmail.com" ]
a.maahes@gmail.com
4fdee65a4008b50e717a9e3f7108a03c9628f34d
17b6dff759bc6b2348785f6dd5b8f0c9805d9fd9
/IC Imaging Control/samples/vc10/Strobe/StdAfx.cpp
c2252441d4782bcc44282f1757e7060a6031540b
[]
no_license
LVROBOT/Stereo-Vision
19d5c43932d2bc98b7e80b75bcf13b155679f7ca
c1910271a7440165aa3d38174c167a135ffdfc62
refs/heads/master
2021-04-06T17:03:03.740281
2018-03-15T15:10:30
2018-03-15T15:10:30
125,384,975
0
0
null
null
null
null
UTF-8
C++
false
false
208
cpp
// stdafx.cpp : source file that includes just the standard includes // Strobe.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "15954028913@163.com" ]
15954028913@163.com
9ca4a481ab263828e13ef0302f0162ff8c7be4fe
8d9f34a5f8f46e90b3ed77bce2f0fd9f79826517
/SRC/evserver.cpp
d509317a9678a0e5f977d6f6ffc6078b6b2cc7f3
[ "MIT" ]
permissive
ZhibaoLi/ChatScript
b1b761761fef6b72648c48429870c27dceb5247c
ce3ffed199b4843e52272a2bc3f77f9adca78563
refs/heads/master
2020-05-30T04:58:06.703880
2019-05-27T04:37:08
2019-05-27T04:37:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,105
cpp
#ifdef INFORMATION Copyright (C) 2011-2012 by Outfit7 Further modifed by Bruce Wilcox 2014-2018 Released under Bruce Wilcox License as follows: 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 wit...
[ "gowilcox@gmail.com" ]
gowilcox@gmail.com
f60bcfa5ee886e6d27be4d5b384190be7889aa43
f9d6e473416fc05e95e4d9c9aaefbe974c120e56
/src/developer/exception_broker/exception_broker.h
73d435ab94afd34ba8c8ba01c3886266e770610b
[ "BSD-3-Clause" ]
permissive
golegen/fuchsia
718434d981d3757da08bd95dd279e0e9c6af4673
a84d72c8e59e5f0512b4cdd249f3dce2dfa08bac
refs/heads/master
2020-06-30T08:32:27.706799
2019-08-01T06:31:45
2019-08-01T06:31:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,583
h
#include <fuchsia/exception/cpp/fidl.h> #include <fuchsia/crash/cpp/fidl.h> #include <lib/async/dispatcher.h> #include <lib/sys/cpp/service_directory.h> #include "src/lib/fxl/memory/weak_ptr.h" namespace fuchsia { namespace exception { // ExceptionBroker is meant to distribute exceptions according to some configurati...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
4d2066351a5882663426f86e194b7a3b74b142c5
be0fd22f6a6f2287efed859769bb45b2c1d3364e
/src/projects/CudaSVO/CudaTimerCollectionOverlay.h
bb8f345b0a318ff7d3d2590f919c18bd16fd6ef9
[]
no_license
veldrinlab/thesis-cuda-sparse-voxel-octree
c5a2d1e2b1636621d0201194776d31ce4d5b49a5
58357932252927c3bee5670d910614c67771f813
refs/heads/master
2021-01-15T12:15:51.510583
2013-08-27T09:49:53
2013-08-27T09:49:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,051
h
#ifndef _INC_CUDA_TIMERCOLLECTIONOVERLAY_H #define _INC_CUDA_TIMERCOLLECTIONOVERLAY_H #include <Framework/Overlay/Overlay.h> #include <Framework/Overlay/TextObject.h> #include <Framework/Debug/DebugQuad.h> namespace restless { class CudaTimerCollection; class TextFont; class OverlayRenderer; } class...
[ "jakob@udsholt.dk" ]
jakob@udsholt.dk
45c9b007a73f87991fc1a8950c1994f192de6c77
83bde29f10c02a7a49b4a1a217281bde91c1acfe
/zerojudge/d187.cpp
8563f800ffa59d4f3842188eb4cd4d277b546909
[]
no_license
topcodingwizard/code
74a217527f79b2f2ab47f0585798d6d55b92f3c0
3a5d3c4d54f84e06625ee4e53b9375bae6eb8275
refs/heads/master
2023-09-05T15:56:31.620344
2021-11-15T01:07:21
2021-11-15T01:12:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
487
cpp
#include <iostream> using namespace std; char d[] = "12312312312312312341231234"; char in[10000]; int main() { int T; scanf("%d", &T); cin.getline(in, 10000); for (int time = 1; time <= T; time++) { cin.getline(in, 10000); int ans = 0; for (int i = 0; in[i]; i++) { ...
[ "edison1998402@gmail.com" ]
edison1998402@gmail.com
832fb96f9fb3ecddaffe6312b8f6366f62a16fc9
b0dd7779c225971e71ae12c1093dc75ed9889921
/libs/container/test/flat_tree_test.cpp
65234b8dbd036a9ed845d939feffd13ee95bed14
[ "LicenseRef-scancode-warranty-disclaimer", "BSL-1.0" ]
permissive
blackberry/Boost
6e653cd91a7806855a162347a5aeebd2a8c055a2
fc90c3fde129c62565c023f091eddc4a7ed9902b
refs/heads/1_48_0-gnu
2021-01-15T14:31:33.706351
2013-06-25T16:02:41
2013-06-25T16:02:41
2,599,411
244
154
BSL-1.0
2018-10-13T18:35:09
2011-10-18T14:25:18
C++
UTF-8
C++
false
false
22,361
cpp
////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2004-2012. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boost.org/libs/c...
[ "tvaneerd@rim.com" ]
tvaneerd@rim.com
170dcf86a9cf3a4cb592539a7530248d4a75a698
130a926b62c68863176c13717bf75bf16d067aed
/Re10-unsteady/constant/bedOfSpheres/thermophysicalProperties
e884df88bceddd1aac0071c3f3dca088290f845b
[]
no_license
sradl1981/bakkPieber
a73d49134676a39d6a697bf3821e6b8646637b3a
a43dd207087b5a633d0163498aa8c0ce8d43cbb9
refs/heads/master
2016-09-06T03:01:39.412348
2015-08-18T05:59:27
2015-08-18T05:59:27
35,049,585
0
0
null
null
null
null
UTF-8
C++
false
false
1,438
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.2.1 | ...
[ "mpieber@linux-j4sg.site" ]
mpieber@linux-j4sg.site
1064bd576cf5cbd5dd7ce17166a46e3cc8e54f81
6816e7c7c1bd09cf0f31b3dc1892b48430c71967
/Strings/read_a_string.cpp
b6e97922e8d92f3a7ac09a2590b03850732d59f2
[]
no_license
vibalijoshi/GFG-DSA-Problem-Solutions
0f202bdbbc6fd23cdd4626181de02efc3fe42270
68d586e881ca1a05908a2f539368f159946acd43
refs/heads/main
2022-12-25T23:29:24.096111
2020-10-07T05:45:15
2020-10-07T05:45:15
301,030,583
2
0
null
2020-10-04T03:16:33
2020-10-04T03:16:32
null
UTF-8
C++
false
false
160
cpp
#include<iostream> using namespace std; int main(){ string str; cout<<"Enter your name "; getline(cin,str); cout<<"Enter your name is "<<str; return 0; }
[ "saksham.agarwal@bennett.edu.in" ]
saksham.agarwal@bennett.edu.in
f3381956c151285af96b10ef15e53e8ecab2e20a
a5e45cef034e5ce32b3c2ddd66a64b9c02b3dcec
/source/meta/TypePack.h
584d80831dcddb2c4ace0c7be94d0914fd1736e8
[]
no_license
blockspacer/Empirical
7fd37261237b6a44b948df5747a01fc36176c327
8a0657d4f2113bae233fd33b9ec067d2354985e4
refs/heads/master
2020-06-14T12:42:00.357788
2019-06-28T17:38:28
2019-06-28T17:38:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,972
h
/** * @note This file is part of Empirical, https://github.com/devosoft/Empirical * @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md * @date 2016-2018 * * @file TypePack.h * @brief A set of types that can be manipulated at compile time (good for metaprogramming) ...
[ "charles.ofria@gmail.com" ]
charles.ofria@gmail.com
a6e565180564d21248ea385736f04945a6f74c36
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/chrome/browser/chromeos/input_method/input_method_delegate_impl.h
4d1920a5a82e846f1a69545a207f2cf0dedd9a46
[ "MIT", "BSD-3-Clause" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
1,183
h
// 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. #ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_DELEGATE_IMPL_H_ #define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_INPUT_METHOD_DELEGATE_IMPL_H_ ...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
d7157fe63eed76b228cd631e7e71a3f040964140
0c5a865ddf0490316a1ea1614a14a75c948cf594
/yeop/190719/sol/2.cpp
bdeb901e95bb9915b1c50780814a00157f2309fb
[]
no_license
lsg1213/cpp_study
02f1722d475b4087621c2c89ecb68b88406b4152
d18bf44ed1212047ed3e631af99e4c8b063fa6e9
refs/heads/master
2020-06-10T11:44:45.781700
2019-08-31T02:37:15
2019-08-31T02:37:15
193,641,682
2
1
null
2019-07-05T05:26:51
2019-06-25T05:40:04
C++
UTF-8
C++
false
false
842
cpp
#include <iostream> #include <cstring> using namespace std; class Member { public: int age; char* name; public: Member(int _age, char* _name) //Constructor { age = _age; name = new char [strlen(_name)+1]; strcpy(name, _name); } /* Member(const Member& s) // Deep Copy ...
[ "qkek9352@naver.com" ]
qkek9352@naver.com
e35222414045a8885d5eeda73375f20cd58f610d
1b7fa04bbc85755b4ea08476f0210c76ae169b15
/Deal.h
373d060df61c6b3cbb8733bafb08abbd52a46f52
[]
no_license
karolkadlubowski/Poker
530b139258d41a0c70b617fb51b8b3d91e626a02
f651a99c370daff538abc00c440ac2d0ab7e2412
refs/heads/main
2023-06-10T05:34:44.852454
2021-07-01T10:33:19
2021-07-01T10:33:19
381,984,278
0
0
null
null
null
null
UTF-8
C++
false
false
1,007
h
#pragma once #include <iostream> #include <vector> #include "Deck.h" #include <list> #include "Player.h" #include "Game.h" #include "HandsDistinguisher.h" using namespace std; class Deal{ private: list<Player> players; list<Player> resignedPlayers; vector<Card> shuffledDeck; vector<Card> errorDeck; vector<Card> ...
[ "karkadkarkad@gmail.com" ]
karkadkarkad@gmail.com
d3c17de24fdfa314bbdea6add0b6ed48060e38b5
a6cf2d493a2896ebe902d000f1445d1c6e79754b
/C/HW15/ex15_2/main.cpp
ff1e737d4232bf055036c6b6d96a40608653d1a2
[]
no_license
itstepP12814/ChehovHW
5d248f9b126669b978011b2ec3ab5940cba4ca8e
61184ff8c07a624d4f90704bb634b63a14f5c87b
refs/heads/master
2016-09-15T07:41:52.300974
2016-04-01T11:28:43
2016-04-01T11:28:43
27,026,430
1
0
null
null
null
null
UTF-8
C++
false
false
2,196
cpp
#include "header.h" /* 2. Дана матрица порядка MxN (M строк, N столбцов). Необходимо заполнить ее значениями и написать функцию, осуществляющую циклический сдвиг строк и/или столбцов массива указанное количество раз и в указанную сторону. */ int main() { /* для большей графической наглядности я сделал всего три...
[ "good-1991@mail.ru" ]
good-1991@mail.ru
9426dcc80c29e3a7d7403b312d327fdacec0919a
9c3ae183fd5b9e030bca664899ce5764d61f9dfe
/FocusCollector/FocusCollector/FCModals.cpp
54bd65795b368235847957fac28368486f7bd8ca
[]
no_license
SuperConcentrate/SuperConcentrate
329518ba38773544a329d0dd69ecfdaea9597587
5b0ca732f597a1a0b6afb1805f9c1adc9c976164
refs/heads/master
2023-06-06T13:07:18.676873
2021-06-28T02:34:07
2021-06-28T02:34:07
367,350,023
0
0
null
null
null
null
UHC
C++
false
false
1,472
cpp
#include "FCModals.h" #include <Windows.h> //MODALS INT_PTR CALLBACK MakeOrLoad(HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam) { HWND startBtn; RECT rt = { 40, 40, 40, 40 }; PAINTSTRUCT ps{ 0 }; HDC hdc = BeginPaint(hDlg, &ps); switch (iMsg) { case WM_INITDIALOG: //CheckRadioButto...
[ "cjzl123475@gmail.com" ]
cjzl123475@gmail.com
b1ecc09b904177b54e9e34019017937cf67f25cc
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/mutt/gumtree/mutt_repos_function_1942.cpp
e8c432a5aa3fd4aaf27ef91602ac4dd512ec86a3
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
285
cpp
static int imap_open_new_message (MESSAGE *msg, CONTEXT *dest, HEADER *hdr) { char tmp[_POSIX_PATH_MAX]; mutt_mktemp (tmp, sizeof (tmp)); if ((msg->fp = safe_fopen (tmp, "w")) == NULL) { mutt_perror (tmp); return (-1); } msg->path = safe_strdup(tmp); return 0; }
[ "993273596@qq.com" ]
993273596@qq.com
211e7359b75fb984e3153bf81f646030f28f07f6
bffa73d896fc48838027261b8709277dcbc1f030
/examples/example.cpp
1ae40fd8a3979b3c374da28ced97b27f184321be
[ "MIT" ]
permissive
miami-acm/vim-tutorial
956dc1751b390f02d98a2856d5c419cfe41b2dbb
648d1c80798592eb065a62abe5303103c446584e
refs/heads/master
2021-01-22T03:01:19.997093
2016-10-07T01:05:13
2016-10-07T01:05:13
26,874,522
0
0
null
null
null
null
UTF-8
C++
false
false
89
cpp
#include <iostream> int Calculation1(); int Calculation2(); int main() { return 0; }
[ "natemara@gmail.com" ]
natemara@gmail.com
1b1f7d30259aa6467030e96dc542aa9b594280b2
8083778bd9d476d03389a91e5483be3c7115b1b9
/source/game/MainMenuState.h
6f1ec820cfd51d7f4fcebcfeff50b8bf758f8cdf
[]
no_license
gbgames/March2013-1GAM
913552f75df8e4a8f906768c0fd78991556c454f
ad8ba86fb7c8a95cb2941b78b8a16da59a3d7c84
refs/heads/master
2020-06-06T19:12:51.248085
2013-03-29T14:47:06
2013-03-29T14:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,034
h
#ifndef GB_MAINMENUSTATE_H #define GB_MAINMENUSTATE_H #include "IState.h" #include "SpriteManager.h" namespace GBLib { class IMenuModel; class IRenderingSystem; class IViewConfiguration; } class IGame; class ISpriteConfig; class SpriteImage; class MainMenuState : public IState { public: MainMenuState(IGame & ...
[ "gberardi@gbgames.com" ]
gberardi@gbgames.com
a09a65ab6b582b598287c4664c402660800979ac
1dd799f9a27c19a6b041ed3a375de8bdbcdf93a0
/1035.cpp
5bf68de568b16f63941a12627b38cac541c52aa2
[]
no_license
liziyan1997/poj
c444fcb51b660bee4eec1da2d5c8017a3d4e8318
67351ce9f0571213bee5a333d738058fa786c710
refs/heads/master
2020-05-31T07:45:51.717798
2019-06-20T03:49:27
2019-06-20T03:49:27
190,172,410
0
0
null
null
null
null
UTF-8
C++
false
false
2,209
cpp
#include<cstdio> #include<iostream> #include<cstring> using namespace std; char dic[10001][16]; char ans[100][16]; int ans_idx; //可修补的词数 void replace_word(char* a,char *b){ int diff = 0; for(int i=0;i<strlen(a);i++){ if(a[i]!=b[i]){ diff++; } } if(diff==1...
[ "noreply@github.com" ]
noreply@github.com
218d44627297363a1a73a3f0532043f1c54b5e9e
c5244f34085d0368f53fc4ffc4f371c108ac22c2
/Peer.cc
b2eb9f675e80068556451eff5fc26fe53be8250a
[]
no_license
arunpn123/ns3-gnutella
f3af21c558e08e353590fcd2798b0c122177b7a2
8a1c9d6ed0e28103ae5a3e47250e5fcc866f85a0
refs/heads/master
2021-01-19T09:44:11.712713
2013-04-25T00:30:19
2013-04-25T00:30:19
9,122,705
1
1
null
null
null
null
UTF-8
C++
false
false
775
cc
#include "ns3/core-module.h" #include "ns3/network-module.h" #include "ns3/internet-module.h" #include "Peer.h" Peer::Peer(ns3::Address addr) :address_(addr), gnutella_connected_(false) { } Peer::Peer(ns3::Address addr, ns3::Ptr<ns3::Socket> socket) :address_(addr), socket_(socket), gnutella_connected_(false...
[ "andrew.inscore@gmail.com" ]
andrew.inscore@gmail.com
9d1db7337da9129d94c305524dd0e04a867cab43
46547cf57fceb709e2ec27ecff27816e528c7ebc
/team/team.h
7e68ba69c09bd1fe44e738e4c2592c2cc7653a54
[]
no_license
jangsiye/MFC-team
2002926050aa33739845cbf12b221da007072e9d
84c0025b6de011544e92730d77b3712a5ef89ea4
refs/heads/master
2021-01-01T05:18:40.580364
2016-05-13T14:18:36
2016-05-13T14:18:36
58,745,968
0
0
null
null
null
null
UHC
C++
false
false
603
h
// team.h : team 응용 프로그램에 대한 주 헤더 파일 // #pragma once #ifndef __AFXWIN_H__ #error "PCH에 대해 이 파일을 포함하기 전에 'stdafx.h'를 포함합니다." #endif #include "resource.h" // 주 기호입니다. // CteamApp: // 이 클래스의 구현에 대해서는 team.cpp을 참조하십시오. // class CteamApp : public CWinApp { public: CteamApp(); // 재정의입니다. public: virtual BOOL...
[ "skfnsid123@naver.com" ]
skfnsid123@naver.com
c48e59dba5a42e3b0a3caf7c399cee33b6518731
21553f6afd6b81ae8403549467230cdc378f32c9
/arm/cortex/Freescale/MKL14Z4/include/arch/reg/i2c0.hpp
3cef1ce79e69a703177df502de8b215643e79c27
[]
no_license
digint/openmptl-reg-arm-cortex
3246b68dcb60d4f7c95a46423563cab68cb02b5e
88e105766edc9299348ccc8d2ff7a9c34cddacd3
refs/heads/master
2021-07-18T19:56:42.569685
2017-10-26T11:11:35
2017-10-26T11:11:35
108,407,162
3
1
null
null
null
null
UTF-8
C++
false
false
7,201
hpp
/* * OpenMPTL - C++ Microprocessor Template Library * * This program is a derivative representation of a CMSIS System View * Description (SVD) file, and is subject to the corresponding license * (see "Freescale CMSIS-SVD License Agreement.pdf" in the parent directory). * * This program is distributed in the hope...
[ "axel@tty0.ch" ]
axel@tty0.ch
738de5a6455353cac643d26f97533dc2653f0d62
61204e2f16af9de56d3ed8a11545dc366e72d979
/Arduino/Kamil Dolny/cxc2/cxc2.ino/cxc2.ino.ino
650f13561b85ebff81056f4599a7ff5407d6f8d4
[]
no_license
dexter258/Arduino
46fda571ab023a0a1eeb445f83db3475706314f2
4d7f278406aa418f124279265b69da0e94c12ef7
refs/heads/master
2021-01-25T01:03:48.358282
2017-06-24T00:20:00
2017-06-24T00:20:00
94,720,781
0
0
null
null
null
null
UTF-8
C++
false
false
3,458
ino
#include <Wire.h> // Required for I2C communication #include "deuter.h" #include "simonSays.h" #include "garret.h" #include "pyrotechnics.h" #include "button.h" bool allowSimon = false; // zmienna do uruchomienia gry simonSays int bte = B01; void setup() { Serial.begin(9600); //Serial.println("test1"); ini...
[ "tom92mlynski@wp.pl" ]
tom92mlynski@wp.pl
bd6c1adcc5047948c78cfc799dde83a0f8c9ec85
c79d6ec09724897a5f3be8574b1838215c09ce6a
/Source/ProjectBD2/Battle/BattlePCM.h
e5e82cfea399a5b8e51ad9fb436a094965d99f3b
[]
no_license
dokilove/ProjectBD2
329b7db50eaf77c49350aa5e0be3462e6da86d37
16ff5c511b61693648669cc0510665149217a776
refs/heads/master
2020-03-17T17:05:26.058295
2018-07-16T06:51:55
2018-07-16T06:51:55
133,774,688
0
0
null
null
null
null
UTF-8
C++
false
false
523
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "Camera/PlayerCameraManager.h" #include "BattlePCM.generated.h" /** * */ UCLASS() class PROJECTBD2_API ABattlePCM : public APlayerCameraManager { GENERATED_BODY() public: ABattlePCM();...
[ "dokilove2@gmail.com" ]
dokilove2@gmail.com
899ed790c3a2f7d8ab22b975dc503a2ec8736f70
407b689baa1a6ec758d9170fe4b0d50e16fc1d71
/ogr/ogrsf_frmts/arrow_common/ograrrowwritablefile.h
e28ac3d36e6175d630608e4267b702bba3e28348
[ "LicenseRef-scancode-warranty-disclaimer", "SunPro", "LicenseRef-scancode-info-zip-2005-02", "BSD-3-Clause", "MIT", "ISC", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
DLR-TS/gdal
edb6a9485b4b4a45900182b6888fe566ca7b4c7f
1c52709d923e8529356aca55205def6d4fc7fc21
refs/heads/ogr/xodr
2023-07-06T09:22:19.018806
2022-07-07T16:44:48
2022-07-07T16:44:48
89,003,817
16
7
NOASSERTION
2023-09-04T18:31:58
2017-04-21T16:32:09
C++
UTF-8
C++
false
false
3,231
h
/****************************************************************************** * * Project: Arrow generic code * Purpose: Arrow generic code * Author: Even Rouault, <even.rouault at spatialys.com> * ****************************************************************************** * Copyright (c) 2022, Planet L...
[ "even.rouault@spatialys.com" ]
even.rouault@spatialys.com
e7574c41e54b035e1532882f1f14a8807f4aabcb
215750938b1dd4354eab9b8581eec76881502afb
/src/test/TestLatAlgo.cpp
dfaa40c3ddb907e0026303656e44d913a0ce94b0
[ "WTFPL" ]
permissive
EleonoreMizo/pedalevite
c28fd19578506bce127b4f451c709914ff374189
3e324801e3a1c5f19a4f764176cc89e724055a2b
refs/heads/master
2023-05-30T12:13:26.159826
2023-05-01T06:53:31
2023-05-01T06:53:31
77,694,808
103
8
null
null
null
null
UTF-8
C++
false
false
14,012
cpp
/***************************************************************************** TestLatAlgo.cpp Author: Laurent de Soras, 2019 --- Legal stuff --- This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the...
[ "fuck@fuck.fuck" ]
fuck@fuck.fuck
dbd7eb6d844e68db570c04c9820c64a3e232130f
a1091ad42e6a07b6fbb6fe876feb03547a8da1eb
/MITK-superbuild/ep/include/ITK-4.7/itkRegionalMaximaImageFilter.h
c940be9836f0fa3dab11ec3734d0492fc38b4511
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
Sotatek-TuyenLuu/DP2
bc61866fe5d388dd11209f4d02744df073ec114f
a48dd0a41c788981009c5ddd034b0e21644c8077
refs/heads/master
2020-03-10T04:59:52.461184
2018-04-12T07:19:27
2018-04-12T07:19:27
129,206,578
1
0
null
null
null
null
UTF-8
C++
false
false
5,845
h
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
[ "tuyen.luu@sotatek.com" ]
tuyen.luu@sotatek.com
72a6d4dc41e45ef14d200924196620964b7a9faf
6283dee4f2fe32a0431b19fa69247adb96d1c4d2
/qmlui/rgbmatrixeditor.cpp
ff9b2448428a2db02ac31a0c661330c0a6549602
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
Zevi7/qlcplus
02adb8efed26321ba6da4f35d8d645e14dd100b2
54387ceb05cb7bc801fbaca681ec8d21b3b698bb
refs/heads/master
2021-01-24T21:57:53.359365
2016-08-30T18:57:36
2016-08-30T18:57:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,926
cpp
/* Q Light Controller Plus rgbmatrixeditor.cpp Copyright (c) Massimo Callegari 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.txt U...
[ "massimocallegari@yahoo.it" ]
massimocallegari@yahoo.it
0e51995ce5a6c2d50f53458d1bd35ef984de26d1
53a09726a6c2f9f556cfa408cec832d3fc776a0a
/pyfitparquet/FitCppSDK_21.47.00/cpp/fit_workout_step_mesg_listener.hpp
2ad7bc474b8bc5925d0e69f4e89fc1f6bcb3cda2
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
databike-io/pyfitparquet
6c1771871225c5267fa1d00d1e0a99ef8a178f58
5972d8c42ef3ca99c9f876bf4b6f26b99297f6ac
refs/heads/main
2023-03-12T07:58:16.664820
2021-03-02T21:50:25
2021-03-02T21:50:25
319,197,724
2
0
Apache-2.0
2022-02-27T17:04:50
2020-12-07T03:53:01
C++
UTF-8
C++
false
false
1,336
hpp
//////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Garmin Canada Inc. // The software is being provided on an "as-is" basis and as an accommodation, // ...
[ "ajdonich@gmail.com" ]
ajdonich@gmail.com
11ec5920a6c1aaa2479b9e174ac69fda9394ee5f
58a0ba5ee99ec7a0bba36748ba96a557eb798023
/Recursion/14. Next Smaller Palindrome.cpp
c4d9d77f942768c4eb4c6a01f85d21fa1f612d27
[ "MIT" ]
permissive
adityanjr/code-DS-ALGO
5bdd503fb5f70d459c8e9b8e58690f9da159dd53
1c104c33d2f56fe671d586b702528a559925f875
refs/heads/master
2022-10-22T21:22:09.640237
2022-10-18T15:38:46
2022-10-18T15:38:46
217,567,198
40
54
MIT
2022-10-18T15:38:47
2019-10-25T15:50:28
C++
UTF-8
C++
false
false
1,901
cpp
#include<iostream> using namespace std; /* There can be three different types of inputs that need to be handled separately. 1) The input number is palindrome and has all 9s. For example “9 9 9″. Output should be “1 0 0 1″ 2) The input number is not palindrome. For example “1 2 3 4″. Output should be “1 3 3 1″ 3) The i...
[ "samant04aditya@gmail.com" ]
samant04aditya@gmail.com
28e06283a742a0ed3caf5be12dfe803f12f50827
4f5935bf51aa8877c1f8f5c73c1b35204b88bc84
/src/serial_itri_driver/src/serial_driver_node_bk1.cpp
626e0452690196c7fac112b0efa1c782274ff3ed
[]
no_license
gracedotdotdot/agv_car
3825c39703fd5bb4096a7c1d080b9b6cc48f7ade
b8fe67bd4ef1a0fb83e4519fab89f640e9675c97
refs/heads/master
2022-12-06T08:49:37.110090
2020-09-03T06:19:52
2020-09-03T06:19:52
285,483,995
0
0
null
null
null
null
UTF-8
C++
false
false
6,952
cpp
#include <ros/ros.h> #include <serial/serial.h> #include <tf/transform_broadcaster.h> #include <geometry_msgs/Twist.h> #include <nav_msgs/Odometry.h> #include <std_msgs/MultiArrayLayout.h> #include <std_msgs/MultiArrayDimension.h> #include <std_msgs/UInt8MultiArray.h> #include <math.h> #include <vector> using namespac...
[ "gracelin0827@gmail.com" ]
gracelin0827@gmail.com
48dee6c8a135c28820dc72156ad01949135671a6
274acb6afc23a9d6b5357fc1e7a8f50e067c3728
/ShoppingCart.h
dc9cb76431e5854dfed9efce17f8e489c4d658e8
[]
no_license
tccmobile/CPPSpring2018
6e2dc75d2c489a2d6a80303bd50839e94e6f74ee
369b8e6526e74ec03258ffcffde3bdaf68806ce6
refs/heads/master
2021-05-02T09:56:00.226845
2018-05-01T15:36:04
2018-05-01T15:36:04
120,785,463
2
1
null
null
null
null
UTF-8
C++
false
false
786
h
// // Created by Will Smith on 3/15/18. // #ifndef SPRING2018_SHOPPINGCART_H #define SPRING2018_SHOPPINGCART_H #include <string> #include <vector> #include "ItemToPurchase.h" using namespace std; class ShoppingCart { private: string customerName; string currentDate; vector < ItemToPurchase > cartItems; ...
[ "drwillsmith@gmail.com" ]
drwillsmith@gmail.com
e1779895f1605c942f0d91198332a1858a93159d
76b49bab52dc088828816bf00605471af4536dbc
/cliente/branches/cliente-gae/instaladores/windows/LSP-viejo/ejemplo-microsoft/layered/DCATALOG.H
3bfbd40e59ba7ca28e0e840aca2aea22caacc41d
[]
no_license
mboscovich/Kerberus-Control-Parental
a5352d53c588854805f124febf578345f3033ed2
5025078af9ebdcf7b3feb4b0d5efa6cbde6e6a37
refs/heads/master
2020-12-24T16:58:51.288519
2015-05-25T15:18:25
2015-05-25T15:18:25
23,494,363
1
2
null
null
null
null
UTF-8
C++
false
false
5,220
h
/*++ Copyright c 1996 Intel Corporation All Rights Reserved Permission is granted to use, copy and distribute this software and its documentation for any purpose and without fee, provided, that the above copyright notice and this statement appear in all copies. Intel makes no r...
[ "mboscovich@users.noreply.github.com" ]
mboscovich@users.noreply.github.com
15577aa1613aeecbda0b72ef0012cc6654a0bdcb
d3d595db952be3e8370955a040e6714aaecbeb07
/NN/VNNL/VNNL/VNNL/Metrics/BinaryCrossentropy_Loss.cpp
066ef761ebe41194b978093a521256a5dc32cd7c
[]
no_license
andutzu7/Lucrare-Licenta-MusicRecognizer
95bb8d11dbbbee6d07f5985b8e272f7a93aa7782
8ffd24971d8808e7c9caa722a7ff4df306b75b90
refs/heads/master
2023-06-03T00:06:33.029044
2021-06-22T13:33:57
2021-06-22T13:33:57
320,391,476
0
0
null
null
null
null
UTF-8
C++
false
false
976
cpp
#include "BinaryCrossentropy_Loss.h" xt::xarray<double> BinaryCrossentropy::Forward(xt::xarray<double> predictions, xt::xarray<double> actual_values) { xt::xarray<double> clipped_predictions = xt::clip(predictions, 1e-7, 1 - 1e-7); xt::xarray<double> sample_losses = -(actual_values * xt::log(clipped_predictio...
[ "rockkidd57@gmail.com" ]
rockkidd57@gmail.com
3cad221a4e17ccba87e8f7109d07c0a26f20cce6
2cdbed0c88a930671de9232f239c799d4840013b
/sources/opn2/ui/main_component.cc
d8e4d98f3b2c43aff091a2a85636642590a297e4
[ "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
farvardin/ADLplug
3a58644f6c4e0dd6c8520f2ef128b9bce6ba95e6
be54e95e6f37eb82e8457d4d2946cf8bac12a84e
refs/heads/master
2020-04-11T15:49:22.009768
2018-12-03T16:08:33
2018-12-03T16:08:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
106,563
cc
/* ============================================================================== This is an automatically generated GUI class created by the Projucer! Be careful when adding custom code to these files, as only the code within the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loade...
[ "jpcima@users.noreply.github.com" ]
jpcima@users.noreply.github.com
db2b937d612a67448bea96b3fffcee90d64795dd
11e0f7a97e256930b59506876c274790782a3ee7
/Intermediate/Build/Win64/UE4Editor/Inc/cppTest13/SweepTraceActor.gen.cpp
bddc003be3df3ff9c0eab1584e8a997c37f37cb8
[]
no_license
polimeraus/cppTest13
2aa79fd8c2040db5cb5324d5ea1113a40d51944d
efca835abb47f3c89afe55bdc74f5420d5d70f60
refs/heads/master
2023-02-16T23:58:54.870685
2021-01-01T12:44:21
2021-01-01T12:44:21
290,037,370
0
0
null
null
null
null
UTF-8
C++
false
false
3,225
cpp
// Copyright Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ========================================================================...
[ "methodologist@msn.com" ]
methodologist@msn.com
42098307bfe064135976d782d19175292a3cf684
54540366229576ff90fedb3e81bec5ae18eaa022
/src/pacman.cpp
807adb234c675a73073bea024d143391766ae3db
[]
no_license
darcy95/games-ascii
218d620893b8a03aaf6d9d2347e8f84b5df73381
ed3fdcc619b469a78d0081fc71abb309f7c0c97e
refs/heads/master
2020-05-29T11:48:00.783673
2019-08-15T15:16:42
2019-08-15T15:16:42
68,743,710
0
0
null
null
null
null
UTF-8
C++
false
false
8,818
cpp
/** * # JHPacman Ver, 1.0 * * Author: Juhoon Kim (kimjuhoon@gmail.com) * * Legal Disclaimer * * Game titles and content in this collection are trademarked by other companies. * This code is written only for the educational purpose and will not be used * commercially. Thus, you must take the entire liability f...
[ "kimjuhoon@gmail.com" ]
kimjuhoon@gmail.com
91f03511c4c7cff9a99369c07d50db377a9778b2
7c19f0f0105484a5a58f8accaab026efb8ba8a5e
/euler318/euler318.cpp
9a21e7304785a9af2fe8d477ff5347a4fb3654bc
[ "MIT" ]
permissive
evilmucedin/project-euler
bae10a4ca332f54d4b5cc322e5b764972a1fdf00
270eb223affe7f6aa67de7316a1e1e59cc134e09
refs/heads/master
2023-08-28T22:04:48.754779
2023-08-19T06:58:12
2023-08-19T06:58:12
4,241,760
3
3
null
null
null
null
UTF-8
C++
false
false
388
cpp
#include <cstdio> #include <cmath> int main() { int sum = 0; for (int p = 1; p <= 1005; ++p) { for (int q = p + 1; p + q <= 2011; ++q) { double b0 = sqrt((double)q) - sqrt((double)p); if (b0 >= 1.0) break; sum += (int)ceil(-2011.0/2./log10(b...
[ "denbox@gmail.com" ]
denbox@gmail.com
c1e9f825e2354f64349272df703bf9daa636d6c5
ceb96af8224cbfe04164a139193b8e4ebc4f68bd
/Tests/TestSPI/TestSPI.ino
85e5f17bd9692d40d9db7bbdf5af3ef8f67b5464
[]
no_license
DrFrankinStein/ELE795_H17_Solar
0fd113d0ccada7161ae2dff917c17842fe660249
90ca885865cd8f13fe02ad0e30f54cd53265e49b
refs/heads/master
2021-03-24T10:20:07.343879
2017-04-20T20:14:20
2017-04-20T20:14:20
81,160,363
0
0
null
null
null
null
UTF-8
C++
false
false
378
ino
#include "SPIDualLS7366R.hpp" byte test; void setup() { Serial.begin(9600); while(!Serial); InitSPICounter(); } void loop() { struct SPICounterValue spiValue1, spiValue2; ReadSPICounter(CNTR, SS1, &spiValue1); ReadSPICounter(CNTR, SS2, &spiValue2); Serial.print(spiValue1.value); Serial.print(...
[ "julienlemay2@gmail.com" ]
julienlemay2@gmail.com
d8bd144f1427568da4b702ebba44aa6de2fb4945
ba8f56b4292be78b6df3cd423497f1962f855965
/Frameworks/JuceModules/juce_audio_basics/juce_audio_basics.cpp
940e7d838d312501d85e006c01e00bbc7355fefb
[ "MIT" ]
permissive
Sin-tel/protoplug
644355f4dbf072eea68ac1e548f9f164b1364cc4
236344b1c3b1cc64d7dc01ea0c0c2a656bdc4ba1
refs/heads/master
2023-09-01T00:45:02.745857
2023-08-15T22:54:52
2023-08-15T22:54:52
151,246,506
17
4
NOASSERTION
2018-10-02T11:54:37
2018-10-02T11:54:37
null
UTF-8
C++
false
false
3,036
cpp
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2017 - ROLI Ltd. JUCE is an open source library subject to commercial or open-source licensing. The code included in this file is provided under the terms of the ISC...
[ "pierre@osar.fr" ]
pierre@osar.fr
aa071c303d0c4fa92947ed59398a1a2233ae04e5
1d71896322e28d442d061200729842efc0d1fb6b
/Phase2L1ParticleFlow/plugins/L1TPFCandMerger.cc
e13cfd76a2ac5981c3a7630f8ebeb855b4befdcd
[]
no_license
Infinity-Edge/L1Trigger
e2a6051fa4235deea20dcaaee04519d70e4c9e7e
c779164d5ae8b28df000e91b15fe4a1d689b2603
refs/heads/master
2020-07-18T06:54:45.131218
2019-09-04T01:32:39
2019-09-04T01:32:39
206,200,709
0
0
null
null
null
null
UTF-8
C++
false
false
275
cc
#include "DataFormats/Phase2L1ParticleFlow/interface/PFCandidate.h" #include "FWCore/Framework/interface/MakerMacros.h" #include "CommonTools/UtilAlgos/interface/Merger.h" typedef Merger<std::vector<l1t::PFCandidate>> L1TPFCandMerger; DEFINE_FWK_MODULE( L1TPFCandMerger );
[ "daekwon@localhost.localdomain" ]
daekwon@localhost.localdomain
3af4e60cca774ca70aeab701ac0835aab0d3e50e
f07ac80d6eeb57c0d9b51c521d1bda6ba8e53789
/examples/Vitis-AI-Library/samples/polypsegmentation/test_accuracy_polypsegmentation.cpp
ea1308c305f3659680d6b93d4d30eb47d0b194b3
[ "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
zwxb/Vitis-AI
cd6ad4f057a36b157da808ae2b4bb1cf013192b9
6248d10ad8a304c8eb0ac21d6b817b901e59bcf6
refs/heads/master
2022-07-09T03:15:47.552056
2022-06-24T14:10:53
2022-06-24T14:10:53
238,637,038
0
0
Apache-2.0
2020-02-06T08:03:54
2020-02-06T08:03:53
null
UTF-8
C++
false
false
2,844
cpp
/* * Copyright 2019 Xilinx 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 agreed to ...
[ "do-not-reply@gitenterprise.xilinx.com" ]
do-not-reply@gitenterprise.xilinx.com
48a091a24525533cb55c9703e19aa1010c9627aa
6ada58b3562c86db637e191ab67394fc0f4837bd
/leetcode/461-Hamming-Distance.cpp
195c828ffe9ab8c67745e58d1ec0cc29998ba9f0
[ "MIT" ]
permissive
binbin0102/leetcode_sln
23c345fa948f7e11cce6719cd78632d8f54539c0
df98eeaa759d5167aa74110d76a2b2ff3ec751d7
refs/heads/master
2020-03-22T23:57:01.562038
2018-07-18T11:50:45
2018-07-18T11:50:45
140,835,904
0
0
null
null
null
null
UTF-8
C++
false
false
262
cpp
//https://leetcode.com/problems/hamming-distance/description/ class Solution { public: int hammingDistance(int x, int y) { int value = (x^y); int count = 0; while (value != 0) { count++; value = (value & (value - 1)); } return count; } };
[ "zhanggb@mchz.com.cn" ]
zhanggb@mchz.com.cn
feeb0d74edaa0090a67b501db1edcd607021b3f3
e838b3c11e6bcc56b8da0029e60df6f77e2dc52b
/Lab_Works/Lab_3(Function)/User_Defined_Functions/q3.cpp
cd2179a51fe0f8d8ffdfd1d8dcf2531ade353c72
[]
no_license
PradipBaral022/Cpp_Projects
8a49a7cf1bcac5b76f9eb3ae96ddc1e5a887a9ad
7dfaee21191811b33179cf9f2b590ebb77a8778c
refs/heads/master
2023-06-30T20:05:15.622612
2021-08-02T16:10:00
2021-08-02T16:10:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
569
cpp
#include <iostream> #include <conio.h> #include <math.h> using namespace std; void areaOfTriangle(float, float, float); int main() { float a, b, c; cout << "Input 1st side:"; cin >> a; cout << "Input 2nd side:"; cin >> b; cout << "Input 3rd side:"; cin >> c; areaOfTriangle(a, b, c); ...
[ "baralpradip8848@gmail.com" ]
baralpradip8848@gmail.com
ac22dadd3d806ebcb3e446e8f494aa888b58b128
365f7ba999ffc22b9c94b84f14626c6351114187
/src/InputFileShrinker.h
5e292b56590c6d7e42a6c9cad662473e24e0c0ec
[ "MIT", "ISC", "BSD-2-Clause" ]
permissive
timosachsenberg/Fido
d96df706da152b2524930eb7f2597d15b6a603f4
e46bb879d3405dc7a63ad5c4188f0734a2a7ef82
refs/heads/master
2021-01-18T00:32:48.241844
2015-09-24T12:04:09
2015-09-24T12:04:09
25,627,498
0
0
null
null
null
null
UTF-8
C++
false
false
1,219
h
#ifndef _InputFileShrinker_H #define _InputFileShrinker_H #include <cstdlib> #include <iostream> #include <ios> #include <istream> #include <ostream> #include <fstream> #include <string> #include <map> #include <set> #include <list> #include <iomanip> using namespace std; class FormatException :public exception { ...
[ "hw5@sanger.ac.uk" ]
hw5@sanger.ac.uk
9743a8bfa9e4d96f27447f225db55378fd901461
eb875a57e08b6ad538f8a5200f325df16297877e
/source/test/test_tuple.cpp
d193170353eb41296f79fdc05bb919ce498ff0d5
[ "Unlicense" ]
permissive
gokutek/Practice.cpp
dab599f89149a2c7ade66621c977b84da14f8860
d7d4ab8511d15a17ee90756625abc9f3572fb9c7
refs/heads/master
2023-05-25T14:47:27.400523
2023-04-20T03:54:37
2023-04-20T03:54:37
128,635,930
0
0
null
null
null
null
UTF-8
C++
false
false
1,003
cpp
#include <tuple> #include "catch.hpp" /* ====================== std::tuple ====================== */ static std::tuple<int, char, std::string> get_student(int id) { if (id == 0) return std::make_tuple(3, 'A', "Lisa Simpson"); if (id == 1) return std::make_tuple(2, 'C', "Milhouse Van Houten"); if (id ==...
[ "vxer@qq.com" ]
vxer@qq.com
a97a65569c798173f35e17cebeb972e7f5861919
46f4e15baf9a8f1f6b54a77027fe571788f83efa
/x-old/Software/SeraphRoboticsBackend/DataStructures/xygrid.h
fc4f2f6d502f32c48c750e90d21825ed9f59363f
[]
no_license
SeraphRobotics/TabletSystem
9ed59740298159e648e6000c752588973a3e8ecf
a0189bdd12fadf44d7a64b62fb8585c202f2debd
refs/heads/master
2021-03-27T11:46:54.176087
2016-07-07T14:17:07
2016-07-07T14:17:07
22,484,359
0
0
null
null
null
null
UTF-8
C++
false
false
2,699
h
#ifndef XYGRID_H #define XYGRID_H #include <QtCore> #include "../shared/fah-constants.h" template <class T> class XYGrid { public: XYGrid(); // Constructs a null grid XYGrid(const XYGrid<T>& grid); //Copy constructor XYGrid(int x, int y); //Creates a grid of size x,y of zeros XYGrid(int x, ...
[ "jeffreyilipton@gmail.com" ]
jeffreyilipton@gmail.com
9081eb563a53882fc3b46aab68f7b571a78b7d1e
27c75711bbe10b3120c158971bb4e830af0c33e8
/AsZ/2015.11.19/D.cc
27bd0a7df0e9774707eb9c1cd64992497f7fe180
[]
no_license
yl3i/ACM
9d2f7a6f3faff905eb2ed6854c2dbf040a002372
29bb023cb13489bda7626f8105756ef64f89674f
refs/heads/master
2021-05-22T02:00:56.486698
2020-04-04T05:45:10
2020-04-04T05:45:10
252,918,033
0
0
null
2020-04-04T05:36:11
2020-04-04T05:36:11
null
UTF-8
C++
false
false
1,435
cc
#include <bits/stdc++.h> #define LL long long #define REP(i, a) REPP(i, 0, (a) - 1) #define REPP(i, a, b) for (int i = int(a); i <= int(b); i++) #define LB(x) ((x) & (-(x))) #define ALL(a) (a).begin(), (a).end() using namespace std; const int N = 2e5 + 5; int cnt[N], n, s[N], last[N]; int a[N]; void add(int x) { ...
[ "yuzhou627@gmail.com" ]
yuzhou627@gmail.com
1286e4fa67bb1099053fbdd94377419e947a892e
5e135c34baf51eb8c17db4b7fa71fb4f21ab8b8c
/external/aloha/FFS2_2.h
f3e6d0b80eb0c622c5a6602747b24b6e295ca526
[]
no_license
lmcoy/mypowheg
cd77ae40471272282e28da4a3b21ea12c2d9794c
f9f57e50ebed0d1756b1472e1ef29f4e5bf5dfb9
refs/heads/master
2021-01-12T08:07:54.918090
2018-09-30T16:53:51
2018-09-30T16:53:51
76,482,229
2
0
null
2017-04-27T09:28:32
2016-12-14T17:34:54
Fortran
UTF-8
C++
false
false
343
h
// This File is Automatically generated by ALOHA // The process calculated in this file is: // ProjM(2,1) - ProjP(2,1) // #ifndef FFS2_2_guard #define FFS2_2_guard #include <complex> void FFS2_2(std::complex<double> F1[], std::complex<double> S3[], std::complex<double> COUP, double M2, double W2, std::complex<d...
[ "oymanns@physik.rwth-aachen.de" ]
oymanns@physik.rwth-aachen.de
091edfada6f89487da7dcab487710d91c40f0f1f
9dfcf5fc11a96714d3a402b0922a6ccc1e6f4d00
/Week 6 - Book (Linked List, Queue, Stack, Safe Array)/BookListsApp.cpp
20d297584fc8a753bcba7b12d546891bef94a848
[]
no_license
AnshulPatni/Data-Structures
9a255e88dcef61b994610f0693bbcaec8d0530e4
22df4daa8a085f7b555898fc98aaa6cb0e0b2396
refs/heads/master
2021-09-05T00:30:43.206635
2018-01-23T04:31:33
2018-01-23T04:31:33
118,557,081
0
0
null
null
null
null
UTF-8
C++
false
false
901
cpp
#include "BookList.h" #include "Book.h" #include <string> #include <iostream> #include <fstream> #include <sstream> #include <vector> using namespace std; const string CATEGORIES_FILE_NAME = "categories.txt"; /** * The main. Create and print the book lists. */ int main() { /***** Complete this main. *****/ /...
[ "anshulpatni19@gmail.com" ]
anshulpatni19@gmail.com
05f5063005117f70380c7ca095f5800af9d4995c
9e748e3ec23b1bec15011660b5b55fd41ff91517
/tests/Core/SensorsGroup.cpp
8854e1f7cf5c1c3f9860afbf5234ae2c55dd4985
[]
no_license
b-viguier/Alarmuino
ffd17f2286bf7484236ba15bd2c0346ad0a50c12
b7ad23362f9e14161dcd2149806e3eb5a49c06dd
refs/heads/master
2021-09-06T19:48:56.193248
2018-02-10T15:36:22
2018-02-10T15:36:22
112,527,246
0
0
null
null
null
null
UTF-8
C++
false
false
7,079
cpp
#include "../Test.h" #include <Core/SensorsGroup.h> namespace { class TestSensor : public Core::Sensor { public: TestSensor(const char* name) : Core::Sensor(name) {} bool triggered = false; bool isTriggered() const override { return triggered; } }; te...
[ "benoit.viguier.pro+github@gmail.com" ]
benoit.viguier.pro+github@gmail.com
e3216eedace5562ba7887d8788dcd43f0e39b872
9240ceb15f7b5abb1e4e4644f59d209b83d70066
/sp/src/game/server/hl2/item_security.cpp
b07579a3239ad8c351df98b21b3953f65fa31146
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Margen67/blamod
13e5cd9f7f94d1612eb3f44a2803bf2f02a3dcbe
d59b5f968264121d013a81ae1ba1f51432030170
refs/heads/master
2023-04-16T12:05:12.130933
2019-02-20T10:23:04
2019-02-20T10:23:04
264,556,156
2
0
NOASSERTION
2020-05-17T00:47:56
2020-05-17T00:47:55
null
UTF-8
C++
false
false
891
cpp
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ // //=============================================================================// /* ===== item_security.cpp ======================================================== handling for the secur...
[ "joe@valvesoftware.com" ]
joe@valvesoftware.com
8a8592b713a33c2a65a89aea9bd852c026b20be4
5390eac0ac54d2c3c1c664ae525881fa988e2cf9
/include/Pothos/serialization/impl/mpl/list/list10_c.hpp
04dadc5d2a8c7145012e733a5d3e4216eea87285
[ "BSL-1.0" ]
permissive
pothosware/pothos-serialization
2935b8ab1fe51299a6beba2a3e11611928186849
c59130f916a3e5b833a32ba415063f9cb306a8dd
refs/heads/master
2021-08-16T15:22:12.642058
2015-12-10T03:32:04
2015-12-10T03:32:04
19,961,886
1
0
null
null
null
null
UTF-8
C++
false
false
1,256
hpp
#ifndef POTHOS_MPL_LIST_LIST10_C_HPP_INCLUDED #define POTHOS_MPL_LIST_LIST10_C_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boos...
[ "josh@joshknows.com" ]
josh@joshknows.com
38c1d3c37274e666f576240af63dd0bb3daaf4cb
aa66115a0d408dd2dcce1dc444f569bab4139952
/a.h
dee268c316dff3d0889096dc1091f29de4aea94e
[]
no_license
Juwenlee/My-First
d0d46560775841adb68095318929381afac11efa
a7323a20b30549fdedd91b0edefa6d8f5bee0522
refs/heads/master
2022-07-02T15:53:02.846466
2022-06-16T13:12:47
2022-06-16T13:12:47
47,401,938
2
0
null
null
null
null
UTF-8
C++
false
false
3,162
h
#ifndef A_H #define A_H #include <string> #include <iostream> #include <valarray> // 基础类 class Stock { private: std::string company; long shares; double share_val; double total_val; void set_tot(); public: // 构造和析构函数 Stock(); Stock(const std::string &co, long n, double pr); ~Stock(); ...
[ "Juwenlee1989@163.com" ]
Juwenlee1989@163.com
54a6987ffe7338072c8b3fda7377ba221f66a4b7
a2ef65887bbbc419ce37f8e54ffd22c5507f820c
/ch13/Pr13-3.cpp
9b0cb511cd3edfee72a710ab0881b8d63f08665c
[]
no_license
Kwooley/CS01
b7a7670cb11e9dbc6cfe008f3ed4e8ffdb145ce4
7ca6fc371de01ab5008394f3e5bdfa1f0fe5500b
refs/heads/master
2023-05-01T10:54:54.171110
2023-04-12T14:58:06
2023-04-12T14:58:06
236,079,672
2
11
null
null
null
null
UTF-8
C++
false
false
3,708
cpp
// This program creates three instances of the Rectangle class. #include <iostream> using namespace std; // Rectangle class declaration. class Rectangle { private: double width; double length; public: void setWidth(double); void setLength(double); double getWidth() cons...
[ "kwooler@gmail.com" ]
kwooler@gmail.com
29170208271a806cdfb0a18c8c2f2ab07b26a2d7
c43b0d1e041d004d1fa8e1469f57b62d4d4bea88
/zircon/system/host/fidl/lib/utils.cc
05393aa307fa32721c1ec2fc9f42a63d35ef6359
[ "BSD-3-Clause", "MIT" ]
permissive
ZVNexus/fuchsia
75122894e09c79f26af828d6132202796febf3f3
c5610ad15208208c98693618a79c705af935270c
refs/heads/master
2023-01-12T10:48:06.597690
2019-07-04T05:09:11
2019-07-04T05:09:11
195,169,207
0
0
BSD-3-Clause
2023-01-05T20:35:36
2019-07-04T04:34:33
C++
UTF-8
C++
false
false
6,251
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 <fidl/utils.h> #include <regex> namespace fidl { namespace utils { bool ends_with_underscore(const std::string& str) { assert(str.size() > 0)...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
35e0bcd5efdd238fb09007edf9b1abadfcce492e
a2576269eefe2b7447b8b3a4d6a3a3e5f8d4a7c7
/quadrotor/controller.cpp
c170e69c130182be4db86d8f508fdf7299a5799c
[ "Apache-2.0" ]
permissive
KingQueenWong/quadthingy-software
804f5da7109ac8ae12d425cc986c0492d2e4d0dc
dab662ebc2a91077c100b76341f495b1763de73b
refs/heads/master
2021-06-10T09:15:45.162943
2017-01-09T10:30:01
2017-01-09T10:30:01
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,485
cpp
#include "controller.h" #include <Eigen/Core> #include "hw_conf.h" vector3 orientation; vector3 rotation; vector3 vel_p_gains; vector3 vel_i_gains; vector3 vel_d_gains; vector3 vel_ff_gains; vector3 pos_p_gains; vector3 pos_i_gains; vector3 pos_d_gains; Controller::Controller() { vel_p_gains.x = 0.005; vel_p_...
[ "raphaelchang1227@gmail.com" ]
raphaelchang1227@gmail.com
c5da36fbca77dd64ceed9204b72bdd0e2cc99440
89959ce330855d4c368added3b128002aafcaf07
/src/qt/bitcoingui.h
ebec2041df85d1c3f33045e3c0d4a0f3ee4fef72
[ "MIT" ]
permissive
futureinvestcoin/FINC
1ae6f1f603bf6dcab1fbc205b5a258c8bb5f3070
db03243a328bce1178619fb0e32e3082b6b96b35
refs/heads/master
2020-04-13T22:07:51.966267
2018-12-31T03:16:06
2018-12-31T03:16:06
163,473,319
0
0
null
null
null
null
UTF-8
C++
false
false
9,266
h
// 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. #ifndef BITCOIN_QT_BITCOINGUI_H #define BITCOIN_QT_BITCOINGUI_H #if defined(HAVE_CONFIG_H) #include "config/finc-config.h" #e...
[ "futureinvestcoin@gmail.com" ]
futureinvestcoin@gmail.com
5b03058b95e22fd72a7947a5afe66190ef99c7be
2e83ba4ddf2be9a7e3c855702b6d9e96b82e639e
/allocators/construct_destroy.hpp
c32552343f2ea7f223afa0b69421824a824dba09
[]
no_license
tarasko/tcl
d79df13b91df13b4c09ab40ec23b51fffb21c236
0c9d1b7f78373943514e19fa6c2225e99ebdf2db
refs/heads/master
2021-01-01T19:43:14.151781
2012-04-01T22:31:15
2012-04-01T22:31:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,620
hpp
/// \file construct_destroy.hpp /// Define \c construct, \c construct_array, \c destroy, \c destroy_array templates /// that allocates/deallocates memory from provided allocator and explicitly /// create/destroy objects on that memory. /// /// \c construct and \c construct_array forwards additional parameters to object...
[ "kozlov.taras@gmail.com" ]
kozlov.taras@gmail.com
8acaec8bcf63aef4e16e5eaf1d5ed2fe6ec4596b
75b686540d049622c9ecfe3f31cc473658c707e0
/Project/ChocoBall/SleepState.h
cb7628725ba8e20869f613c2d8c8c9833d33941c
[]
no_license
TeamProjectChocolate/ChocoBall_New
3750048e4fb404fec3371180aee082d0b9f318fb
a583569a1e615a3d506cdc2e1c19c22a0a8ad254
refs/heads/master
2020-04-16T10:43:17.207550
2017-04-13T05:31:12
2017-04-13T05:31:12
68,276,480
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
585
h
#pragma once #include "stdafx.h" #include "State.h" #include "ParticleEmitter.h" class CSleepState : public CState { public: enum class SleepVoice{ Suck = 0, Spit}; public: CSleepState(CEnemy_Boss* obj) :CState(obj) {}; ~CSleepState(); void Entry()override; bool Update()override; void Exit(CEnemy_Boss::BOSS_STA...
[ "a" ]
a