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
77e499ea3b312217126ba065c7a7c4e4ea488afa
054d424e7c4736177712cf32aab75618b68664ae
/desktop_app/src/graph_area.cpp
d2bb3b32120a976e46d1a1f52ede45f7a0029dde
[]
no_license
C-Elegans/cpe_senior_project
51f8e62016abb1a903eb49a2c31373ebab63e37c
d5b1f8420a6b9787b7d51b0ebaa242750706ba7b
refs/heads/master
2023-04-08T21:45:06.487995
2021-04-18T23:19:45
2021-04-18T23:19:45
315,357,108
0
0
null
null
null
null
UTF-8
C++
false
false
1,084
cpp
#include "graph_area.hpp" #include <cairomm/context.h> GraphArea::GraphArea(){ } GraphArea::~GraphArea() { } void GraphArea::set_data(const std::vector<float> &data_in){ data = data_in; queue_draw(); } void GraphArea::force_redraw(void){ auto win = get_window(); if(win){ Gtk::Allocation allocatio...
[ "mtnolan2640@gmail.com" ]
mtnolan2640@gmail.com
9d389f835ca8f53b439fc53a64270fd3298cb9f4
c9042c65d6c7a632cfd903a56e52a42903464467
/FsGame/SocialSystemModule/SystemMailModule.h
67751d91eb76f5d01bec1368c61362ae63b985d6
[]
no_license
cnsuhao/myown
4048a2a878b744636a88a2090739e39698904964
50dab74b9ab32cba8b0eb6cf23cf9f95a5d7f3e4
refs/heads/master
2021-09-10T23:48:25.187878
2018-04-04T09:33:30
2018-04-04T09:33:30
140,817,274
2
2
null
null
null
null
GB18030
C++
false
false
7,712
h
//---------------------------------------------------------- // 文件名: SystemMailModule.h // 内 容: 邮件系统 // 说 明: // 创建人: // 修改人: ( ) // 创建日期: // : //---------------------------------------------------------- #ifndef FSGAME_SocialSystemModule_SYSTEM_MAIL_MODULE_H_ #define FSGAME_SocialS...
[ "314221681@163.com" ]
314221681@163.com
a521a08e47d536f00fc0abd3b287226617551a14
bc7e05dc6be0cd3c613991664d03107a58ec2b9c
/aoapc-bac2nd/ch8/UVa1605.cpp
6bedb77d6310dfa25bcc071e712fd3a25a715104
[]
no_license
4ker/aoapc-book
cba435a4aee65e7d95c7e62e7fedab333ecf0a79
addedfedd8be907e67229a2af6732f48c0f74dbd
refs/heads/master
2021-01-17T22:47:09.027018
2016-08-29T16:55:03
2016-08-29T16:55:03
65,923,801
0
0
null
2016-08-17T16:27:54
2016-08-17T16:27:53
null
UTF-8
C++
false
false
573
cpp
// UVa1605 Building for UN // Rujia Liu #include<cstdio> using namespace std; char country(int i) { if(i < 26) return 'A' + i; return 'a' + i - 26; } int main() { int n; while(scanf("%d", &n) == 1) { printf("2 %d %d\n", n, n); for(int i = 0; i < n; i++) { for(int j = 0; j <...
[ "dvorak4tzx@qq.com" ]
dvorak4tzx@qq.com
c13a0c4e524a02cd560bf5b3d7a55d3037bcf025
4ffc105ba952cdabd80b8da99ad453b9decf0f0f
/src/test/test_fantasy.cpp
37ce09ff2b0d63dde851619e9d96b8e3b8f9c2fe
[ "MIT" ]
permissive
fantasy-coin/fantasy
55a5e7c10ab40d753e53b6340cc83480a74dc22f
65f126aa1efeac68c73a6b3a27c6852b73c162c3
refs/heads/master
2020-03-22T10:34:09.436162
2018-07-05T23:57:14
2018-07-05T23:57:14
139,879,987
0
0
null
null
null
null
UTF-8
C++
false
false
2,430
cpp
// Copyright (c) 2011-2013 The Bitcoin Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #define BOOST_TEST_MODULE Fantasy Test Suite #include "main.h" #include "random.h" #include "txdb.h" #include "ui_interf...
[ "fantasycoin2018@gmail.com" ]
fantasycoin2018@gmail.com
71f1044b827a075f531d24755abd8d1b4beb88aa
fbdff918518337282c863cecb751ac9761e4f3b3
/src/renderer/drawer/DisplayListDrawer.h
94eabb6492d1e3b823d6e7a1e4ea9ea6c22f6d04
[]
no_license
adharacanis/swfdrawerplus
510da7976f369c824e99479b3ab30f6563bcb83b
c256148207b139be65b6536929fd83b275a5ae44
refs/heads/master
2020-11-25T14:33:59.231157
2020-01-12T23:02:04
2020-01-12T23:02:04
228,718,758
0
0
null
null
null
null
UTF-8
C++
false
false
742
h
#pragma once #include <boost/smart_ptr/shared_ptr.hpp> #include "IDrawer.h" #include "texture/TextureStorage.h" #include "display/DisplayObjectType.h" #include "geom/Matrix.h" class DisplayListDrawer : public IDrawer { public: DisplayListDrawer(boost::shared_ptr<TextureStorage> textureStorage); //~DisplayListDrawe...
[ "gNikro@gmail.com" ]
gNikro@gmail.com
20ced3f008652e8d5d4d9018b6fd2caa9bb74569
4f07dffbbc1dcf3c06c33219296eb72d99b08ab0
/components/image_fetcher/core/image_data_fetcher_unittest.cc
d0ffca406e18de101b7c971c1612736b3ea90ee5
[ "BSD-3-Clause" ]
permissive
zeyiwu/chromium
4815e89f8a9acd0e9e6957dc2be6e6d6f4995a52
2969192f368b295477a3348584160a854fd3316b
refs/heads/master
2023-02-21T20:39:29.821478
2018-05-22T02:04:26
2018-05-22T02:04:26
134,348,434
1
0
null
2018-05-22T02:16:57
2018-05-22T02:16:57
null
UTF-8
C++
false
false
13,314
cc
// 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. #include "components/image_fetcher/core/image_data_fetcher.h" #include <memory> #include "base/callback.h" #include "base/macros.h" #include "base/memor...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
03bc20f4a375cb60ca49c5745ed01ce3238e4047
d19b9a486e215ad1a43714b59ea1c87839690ae9
/DirectX 3D Project/LogMgr.h
e7ce084e59d9468d8dcc3fd5a54d4239f9da9ee0
[]
no_license
wakeup5/Learning-3D-Lesson
f1d0647a2760e3c3e99ced1d2b4cd6d274b3c913
4b0a77411987284428ad56b52e90e574ed2d56d5
refs/heads/master
2020-04-23T19:07:35.004510
2015-10-14T05:19:19
2015-10-14T05:19:19
171,392,128
0
0
null
null
null
null
UHC
C++
false
false
1,583
h
#pragma once //로그 출력 타입 #define LOG_NONE 0x00000000 #define LOG_CONSOLE 0x00000001 #define LOG_FILE 0x00000002 #define LOG_WINDOW 0x00000004 #define LOG_ALL ( LOG_CONSOLE | LOG_FILE | LOG_WINDOW ) #define LOG_WINDOW_TITLE "Log..." //로그 창 윈도우 타이틀 #define LOG_WINDOW_CX 250 //로그 창 윈도우 가로 크기 #defi...
[ "wakeup5@outlook.kr" ]
wakeup5@outlook.kr
8371d853e6d57d36db0ccf00333b32109d1128fc
94222cf4c86600c0530ed77ea3f011c6050b8b52
/lw5/FactorySingleton/IVisitor.cpp
1aa35122bcd368e03e79f170cde3781a8d687fdb
[]
no_license
AnastasiaShade/OOD
1b19611e9a29fc20bf3035e5dad89096eb70d654
6b8e6d7ad91d31913a61b1399c51339a23b32ddf
refs/heads/master
2021-04-30T15:19:02.146743
2018-04-18T07:00:39
2018-04-18T07:00:39
121,236,791
0
1
null
null
null
null
UTF-8
C++
false
false
69
cpp
#include "stdafx.h" #include "IVisitor.h" IVisitor::IVisitor() { }
[ "anstasiashade@gmail.com" ]
anstasiashade@gmail.com
a3e60446cead8ba6250496bc95ae767a81423066
ce19972766ae48a7cf6ac17b0ff088f32696757d
/Full_qt/widgets/doc_widget.h
e610b99c535be78285d27f9d7ff0a955d42dbbd0
[]
no_license
ArefyevDenis/ArefyevDenis
d513ecb8ea89dc49688b344bb0e90c6e0c32ae1c
ea1842e571d96c096830af6cb8952434592458db
refs/heads/master
2021-10-11T15:58:58.378205
2021-09-29T09:30:25
2021-09-29T09:30:25
207,562,322
0
0
null
null
null
null
UTF-8
C++
false
false
471
h
#ifndef DOC_WIDGET_H #define DOC_WIDGET_H #include <QDockWidget> class QHBoxLayout; class Q_table_view; class Doc_widget : public QDockWidget { Q_OBJECT public: explicit Doc_widget(QWidget *parent = nullptr); explicit Doc_widget(const QString &title, QWidget *parent = nullptr); ~Doc_widget() override ;...
[ "arefev@swemel.ru" ]
arefev@swemel.ru
b63f0a99455545a797d2ec8e9f91e75a98123a75
cfe8ea74ce5651e9954b3e9c6e4e495e031e0ad7
/game_shared/voice_vgui_tweakdlg.cpp
07f02ad704d8d65b7f85743bc52617f52a83077e
[ "LicenseRef-scancode-unknown-license-reference", "MIT", "curl" ]
permissive
YaLTeR/OpenAG
dd699ec10d25672bf640812cd118f09ca92523b3
78fac3a9d0d8c033166f13d099d50ca1410e89e4
refs/heads/master
2023-05-10T17:15:01.445266
2023-05-02T04:20:02
2023-05-02T04:20:02
61,480,530
139
63
NOASSERTION
2022-12-31T00:07:53
2016-06-19T13:03:05
C++
WINDOWS-1252
C++
false
false
6,693
cpp
//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // // $NoKeywords: $ //============================================================================= #include "../cl_dll/hud.h" #include "../cl_dll/cl_util.h" #include "../cl_dll/vgui_teamfortressviewport.h" #include "vgu...
[ "alfred@alfredmacpro.valvesoftware.com" ]
alfred@alfredmacpro.valvesoftware.com
7495ea7fbf7c9b478287c06813e7f001bb53f4a9
edba58e3f39f7b6bde70e0076661d959db4ea336
/src/AuthRequestHandler.h
efd95ec799a019222ad5f2a8f2c7724c38a8442f
[ "MIT" ]
permissive
radtek/rsyncAgent
dd7061dfd116a9f633bad07106d746e28a1d0205
c8aa8f2f7c28a38798be1b3eebceb4dc3659d884
refs/heads/master
2022-04-13T19:18:42.357192
2020-04-14T08:24:58
2020-04-14T08:29:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
615
h
#pragma once #include "Poco/Net/HTTPRequestHandler.h" #include "Poco/Net/HTTPServerRequest.h" #include "Poco/Net/HTTPServerResponse.h" namespace Reach { using Poco::Net::HTTPRequestHandler; using Poco::Net::HTTPServerRequest; using Poco::Net::HTTPServerResponse; class AuthRequestHandler : public HTTPRequestHand...
[ "anyboo@qq.com" ]
anyboo@qq.com
f8bc5d61f7f4e05760cb9b77371baee6e505022d
c7c73196960d4d5e47ac8b42ab95af70214b0cbd
/inc/WireCellData/ToyPointCloud.h
01dad3b4db0d1fc3f6288012fb3ae0572d485e00
[]
no_license
HaiwangYu/wire-cell-data
85b8f9f694bb35672145988988cf42df70f143df
202f9e193c0b4d1c0b892487d753046bcc3591f4
refs/heads/master
2020-04-30T11:15:21.812895
2019-02-12T20:59:49
2019-02-12T20:59:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,294
h
#ifndef WireCell_TOYPOINTCLOUD_H #define WireCell_TOYPOINTCLOUD_H #include "WireCellNanoflann/nanoflann.h" #include "WireCellData/WCPointCloud.h" #include "WireCellQuickhull/QuickHull.h" #include "WireCellQuickhull/MathUtils.h" #include "TVector3.h" #include <map> typedef nanoflann::KDTreeSingleIndexAdaptor< ...
[ "last.qx@gmail.com" ]
last.qx@gmail.com
75f29d30650de84b90666dc7ebc3a38cc57a92de
2779be59343d231855bbeafd087fc571d0f867dc
/Team Practice/SWERC2011/D.cpp
faecfae6e6cfb7dd8965b6ad413ff8c8b03a1269
[]
no_license
frankbozar/Competitive-Programming
4d7dbdf3db414718e77cc5afd69398b1f7f01eb8
bcb1c363d11ada1f05ccd59bc8c93238c2503b23
refs/heads/master
2020-06-15T07:34:24.117330
2017-09-25T07:09:47
2017-09-25T07:09:47
75,315,592
1
0
null
null
null
null
UTF-8
C++
false
false
710
cpp
#include<cstdio> #include<vector> using namespace std; const int INF=1<<30; bool ok(const vector<int>& a, int n, int m) { int cnt=0; for(int x : a) cnt+=(x+m-1)/m; return cnt<=n; } int main() { for(int n, m; scanf("%d%d", &n, &m) && n>0 && m>0; ) { int ans=-1; vec...
[ "frankbozar@frank.local" ]
frankbozar@frank.local
71a95d346fcdbc21eca91aae29162be6c1cc4d70
d4b733f2e00b5d0ab103ea0df6341648d95c993b
/src/c-cpp/include/sst/catalog/pointer_ge.hpp
2d0ee801a6f5db9e41b34c57d1aca860878e8163
[ "MIT" ]
permissive
stealthsoftwareinc/sst
ad6117a3d5daf97d947862674336e6938c0bc699
f828f77db0ab27048b3204e10153ee8cfc1b2081
refs/heads/master
2023-04-06T15:21:14.371804
2023-03-24T08:30:48
2023-03-24T08:30:48
302,539,309
1
0
null
null
null
null
UTF-8
C++
false
false
2,258
hpp
// // Copyright (C) 2012-2023 Stealth Software Technologies, Inc. // // 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,...
[ "sst@stealthsoftwareinc.com" ]
sst@stealthsoftwareinc.com
b5239c07ae2034c92ec6d9f030654dc7e051f058
f35b71472da8ce45622d2e304421b68b58406996
/3DLibrary/CSGModel.h
642a0e49545d72e02056cfb588b34e43f52d55e6
[]
no_license
chenkennt/3DCreator
3737fd577a58f8bfb61b7044c422f2fc0c08bd9f
5ed47001acfb284a301260271f7d36d2bb014432
refs/heads/master
2020-06-02T10:35:18.656924
2015-02-16T13:21:08
2015-02-16T13:21:08
30,869,066
0
0
null
null
null
null
UTF-8
C++
false
false
1,620
h
// CSGModel.h: interface for the CCSGModel class. // ////////////////////////////////////////////////////////////////////// #if !defined(CSGMODEL_H__INCLUDED_) #define CSGMODEL_H__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "Vector.h" #include "Vertex.h" #include "SurfaceModel.h" #i...
[ "kenchen@microsoft.com" ]
kenchen@microsoft.com
d6fb7d346a21948bb786439b65dee73676415353
cad04bb71f3afd50c4df3b2f321cd378d3ad8cb9
/OJ practices/LeetCode题目集/367. Valid Perfect Square(easy).cpp
09f6ee0cf3f40b081250b61ef69fa73b9e1da420
[]
no_license
SourDumplings/CodeSolutions
9033de38005b1d90488e64ccbb99f91c7e7b71ec
5f9eca3fe5701a8fca234343fde31cfcba94cf27
refs/heads/master
2023-08-16T17:23:34.977471
2023-08-07T13:14:47
2023-08-07T13:14:47
110,331,879
10
8
null
2023-06-14T22:25:16
2017-11-11T08:59:11
C
UTF-8
C++
false
false
720
cpp
/* * @Author: SourDumplings * @Date: 2019-09-15 13:10:43 * @Link: https://github.com/SourDumplings/ * @Email: changzheng300@foxmail.com * @Description: https://leetcode.com/problems/valid-perfect-square/ * * 使用二分查找即可 */ class Solution { public: bool isPerfectSquare(int num) { long long lo = 0,...
[ "changzheng300@foxmail.com" ]
changzheng300@foxmail.com
9089d66a2a694afbd74136f606c0e14e6608539d
3aaa8da7c19806e21f61e76afd156656caec4e16
/src/rpcwallet.cpp
4d42c42ae8a1c8afaeb8a05b5dcff6b36028135c
[ "MIT" ]
permissive
forkee/AchillesCoin
38dc1fef93c114fb0f98a28b535f57ad24c9e323
dbbe0319efa3ecab004322400030d69c0c8ef0ef
refs/heads/master
2021-04-09T11:05:01.300853
2018-02-11T14:11:10
2018-02-11T14:11:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
55,073
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <boost/assign/list_of.hpp> #include "wallet.h" #include "walletdb.h" #include...
[ "35626577+Wintroy@users.noreply.github.com" ]
35626577+Wintroy@users.noreply.github.com
cdc4e48f03fe75b3ab49326b27006d3348533671
10c62ec30811bb45d40ca70758fc20c8cf572e8f
/shared/logger.cpp
42e11e889fc61f19eb035c963bbb934d36d3bb1a
[]
no_license
jjbing1201/mmServer
a0fd5e0ef854a277d79085d75194463f4bc66856
6713639c9957bc80c8c05cb4f78ed73cb684fec6
refs/heads/master
2021-01-18T15:39:01.375940
2015-06-14T05:16:30
2015-06-14T05:16:30
37,083,009
0
0
null
null
null
null
UTF-8
C++
false
false
6,112
cpp
#include "logger.h" LOGGER::LOGGER() { struct stat fileStat; /* 1. get default logger set. */ initlevel = "NOSET"; /* 2. get default logger name. */ outputfile = "Server"; /* 3. get default logger dir name. */ outputdir = "/tmp/server/"; if ((stat(outputdir.c_str(), &fileStat) == 0) ...
[ "jjbing726@gmail.com" ]
jjbing726@gmail.com
6b1bcd8435412b27a915377b367417c124a1ce6f
a06a9ae73af6690fabb1f7ec99298018dd549bb7
/_Library/_Include/boost/preprocessor/comparison/not_equal.hpp
297896d30f90209eddc16689d16b6851670ee41d
[]
no_license
longstl/mus12
f76de65cca55e675392eac162dcc961531980f9f
9e1be111f505ac23695f7675fb9cefbd6fa876e9
refs/heads/master
2021-05-18T08:20:40.821655
2020-03-29T17:38:13
2020-03-29T17:38:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
65,205
hpp
//////////////////////////////////////////////////////////////////////////////// // not_equal.hpp # /* Copyright (C) 2001 # * Housemarque Oy # * http://www.housemarque.com # * # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt or copy at # * http://www.boost....
[ "adm.fael.hs@gmail.com" ]
adm.fael.hs@gmail.com
60336bb30f0987b283ea823f71c8aec93abfec8b
edb8292c3ed53b9e81eab4a1ef66f6b234c21a1f
/Code/Fluid.cpp
72b7757b0cf65a6dce3bf5ae012cf36b916e88d4
[]
no_license
Exploratory-Studios/Fear-Of-The-Dark
6bdacbea391c0034bee6e27e09ee5019dfaf2f4f
05c3faa4e0863ad15ccaec482e23eda181a3d163
refs/heads/master
2023-06-30T13:18:53.787366
2023-06-14T16:53:55
2023-06-14T16:53:55
98,566,800
4
1
null
2019-04-07T01:44:12
2017-07-27T18:07:35
C++
UTF-8
C++
false
false
6,441
cpp
#include "Fluid.h" #include <ResourceManager.h> #include "PresetValues.h" #include "Singletons.h" #include "FluidVelocityField.h" #include "Tile.h" Fluid::Fluid(float& viscosity, bool gravity) : m_viscosity(viscosity), m_hasGravity(gravity) { createVectors(); } Fluid::~Fluid() { destroyVectors(); } void Fluid:...
[ "davislast19@gmail.com" ]
davislast19@gmail.com
d6e6226306b5c499bf55353316a5efd9c609aff0
d4821a27d1efe7da71f09de38892d7a81c2039c9
/QGLFuncSpinnyCube/myglwidget.h
f27515754101d4cc4310d7452666344cff552b39
[]
no_license
youngsikshin/SampleCode
f99935b25ac9a826dcec3feca36b9572282186dc
fb35dbbda763c61162c9773db260d1307ac25c3e
refs/heads/master
2021-01-12T14:26:16.185610
2017-01-11T16:54:30
2017-01-11T16:54:30
70,061,346
0
0
null
null
null
null
UTF-8
C++
false
false
894
h
#ifndef MYGLWIDGET_H #define MYGLWIDGET_H //#include <QGLWidget> #include <QOpenGLWidget> #include <QVector> #include <QOpenGLShaderProgram> #include <QMouseEvent> #include <QPoint> #include <QOpenGLFunctions_3_3_Core> #include <QOpenGLVertexArrayObject> #include <QOpenGLContext> #include <string> #include <iostream>...
[ "bluevow@gmail.com" ]
bluevow@gmail.com
769a00086bf5660af4e8dada108922295fdca7f2
faf4d0a9604f6c0133f12fdd42e0223b3e1dcb2f
/include/graphics/quadmesh.h
99f1b77c7182fa3db26b7383ef6665f8e0da4317
[ "BSD-2-Clause" ]
permissive
thepapanoob/marshmallow_h
83dc19b71779005f3841b21f823b7eab02722529
f68b5f4ec454791157758916548b900e54ee2407
refs/heads/master
2021-05-27T07:13:12.284168
2012-11-19T06:00:17
2012-11-19T06:00:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,954
h
/* * Copyright 2011-2012 Marshmallow Engine. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this list of * ...
[ "g@maral.me" ]
g@maral.me
7a782a6310557add64ae611f4fddb440f604a1d1
ece968fdc24c7016350b45eb3fa46e25ce6914cf
/CPP/boost-eg/xpressive/main.cpp
25c21a1ca77bf8ba75119a97050c37fd28f4dafc
[]
no_license
Reiddd/GIT-SHARE
6d39d8993b14bc36ede2120ad91660e7debb7a3d
85ad8af3a6bb888918865ad8ac0e6feff860d228
refs/heads/master
2021-06-03T05:43:03.992889
2020-11-30T11:14:51
2020-11-30T11:14:51
114,124,385
1
0
null
null
null
null
UTF-8
C++
false
false
1,830
cpp
#include <iostream> #include <boost/xpressive/xpressive.hpp> using namespace std; int main() { cout << "basic_regex constructs regex objects" <<endl << "typedef basic_regex<string::const_iterator> sregex" <<endl << "typedef basic_regex<char const *> cregex\n" <<endl; boost::xpressive::sreg...
[ "294950369@qq.com" ]
294950369@qq.com
cff6933e4d8fd78f0ceb26b5d0fba0276fd02233
a182414789f7df33a67c1da5d91be8d53411914f
/include/SSVOpenHexagon/Online/Database.hpp
3ff7c9ce57f27985f5909eef19a02f8beb8a6579
[ "LicenseRef-scancode-unknown-license-reference", "AFL-3.0", "AFL-2.1" ]
permissive
CrueLu/SSVOpenHexagon
900e0447b33aed06e95966cd0121f3f4e2ea7501
779ad4ab9da861b67210acb354eb0d623b8df01e
refs/heads/master
2023-06-17T02:28:27.579182
2021-06-23T15:29:24
2021-06-23T15:29:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,966
hpp
// Copyright (c) 2013-2020 Vittorio Romeo // License: Academic Free License ("AFL") v. 3.0 // AFL License page: https://opensource.org/licenses/AFL-3.0 #pragma once #include "SSVOpenHexagon/Online/DatabaseRecords.hpp" #include <string> #include <cstdint> #include <optional> #include <vector> #include <chrono> // TO...
[ "vittorio.romeo@outlook.com" ]
vittorio.romeo@outlook.com
0e4f2a21ea7801208c062dd40031b63c4293d013
ca56cbcdf73bebb28c67d4b4602f44184c1b6851
/fizz/server/test/ServerProtocolTest.cpp
e32491287cf83c681f73ef436e9f455e1d386347
[ "BSD-3-Clause" ]
permissive
Makefile-dot-in/fizz
1bfc42e1dc8557d782ca552c826233ce1da2acea
e1df30d67163d17a2e51753bfe34783db94a6cc8
refs/heads/master
2020-05-28T02:53:31.544326
2019-05-25T01:55:21
2019-05-25T22:23:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
190,211
cpp
/* * Copyright (c) 2018-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. */ #include <folly/portability/GMock.h> #include <folly/portability/GTest.h> #include <fizz/crypto/exchan...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
bb850fd4664eba6a6b8d8a02143e02ec4a9847ee
a92a91a02b97334487fd89deb29064dd109b965d
/multimedia/audio/gsmhr/nmfil/host/decoder/inc/decoder.hpp
2aa2e3f0e86cb38eb8907fa892eeb91ae35ab34e
[ "Apache-2.0" ]
permissive
AveHornet/vendor_st-ericsson_u8500
4af9987f79cbe9bebd142c770cf10c36ac959fd7
5c3c8f4491a9996429c52ecc946bf76d3c4fc5a8
refs/heads/master
2021-01-21T09:07:00.004338
2014-03-03T04:23:29
2014-03-03T04:23:29
null
0
0
null
null
null
null
ISO-8859-1
C++
false
false
1,560
hpp
/*  * Copyright (C) ST-Ericsson SA 2010. All rights reserved.  * This code is ST-Ericsson proprietary and confidential.  * Any use of the code for whatever purpose is subject to * specific written permission of ST-Ericsson SA.  */ #ifndef _gsmhr_nmfil_decoder_hpp_ #define _gsmhr_nmfil_decoder_hpp_ #include "gsmhr.h"...
[ "shantanupaul@live.com" ]
shantanupaul@live.com
46596ae70947852712e155f6d1569b6387800e08
7661d7f18943118a81c36e544cb8c623384708c8
/boj/2018 Goricon/16432.cpp
2baf2fd3de33014a40bc892a0eea780f4b80afb2
[]
no_license
sejinik/Algorithm
e418dec3c894ab324959e695f355b6ddbcf2f564
99d297c4c8457b0d0d8a0f565a3996892882fa81
refs/heads/master
2020-06-03T21:39:22.177136
2020-04-12T08:15:28
2020-04-12T08:15:28
191,741,521
0
0
null
null
null
null
UTF-8
C++
false
false
989
cpp
#include <iostream> #include <algorithm> #include <vector> using namespace std; int n; int arr[1111][11]; bool check[1111][11]; int ans[1111]; bool solve(int pos,int prev){ if(pos==n-1){ for(int i=1;i<10;i++){ if(i==prev) continue; if(arr[pos][i]){ ans[...
[ "sejinik@gmail.com" ]
sejinik@gmail.com
afbd3f1b6b9aae1ac40b068bec4e1c55dc53118e
2347e7048a56b27e934eecf58f65b2aeb36357d4
/ZeroEngine/ZeroEngine/ZeroRegulator.h
63f31b68f918b9a43116cb8ccad2fcce2ff5b6ea
[ "MIT" ]
permissive
Astoration/AbnormalClimate
60ed0f96d95e004e2ca0c13f2d89ec672e18163a
7555fa051e79094403ef34e0223fc5834891f453
refs/heads/master
2016-09-01T10:17:01.845426
2016-01-31T13:49:08
2016-01-31T13:49:08
48,671,953
2
1
null
null
null
null
UTF-8
C++
false
false
875
h
#pragma once #include "ZeroMathManager.h" class ZeroRegulator { private: float updatePeriod; DWORD nextUpdateTime; public: ZeroRegulator(float _updatePerSecond) { nextUpdateTime = (DWORD) (timeGetTime() + ZeroMathMgr->RandFloat(0, 1) * 1000); if (_updatePerSecond > 0) updatePeriod = 1000.0f / _updatePer...
[ "ybdh00@naver.com" ]
ybdh00@naver.com
b361a6b8acdf74320097dbfcd5e45c6c303fdb3e
2fbf2d02cb6b54d89a1e0a7e258f9c4fd27ca939
/shared/ThreadClass.cpp
4971f9bf795195d676cb23ee67f4072fbb6d826d
[]
no_license
bergkampben/cpp-search-engine
4e93fea94c3537758317b7a74d1d3c597c198a93
d245dc7f3b262cc1b816cb77d9d3129caeb8eb22
refs/heads/master
2022-12-11T03:23:32.012633
2020-04-26T16:46:17
2020-04-26T16:46:17
259,078,939
0
0
null
2022-11-22T11:14:42
2020-04-26T16:28:32
C++
UTF-8
C++
false
false
495
cpp
// // Created by Ben Bergkamp on 4/16/18. // #include "ThreadClass.h" ThreadClass::ThreadClass ( ) { }; ThreadClass::~ThreadClass ( ) { }; bool ThreadClass::StartThread ( ) { return ( pthread_create( &thread, NULL, StaticFuncToRun, this ) == 0 ); } void ThreadClass::WaitForFinish() { pthread_join( thread, N...
[ "benbergk@umich.edu" ]
benbergk@umich.edu
2d12211067e38bd14bc9e75c8a9ce13540e03704
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13856/function13856_schedule_20/function13856_schedule_20.cpp
d3b3e81230c9e709684891f84879512705f7e7dd
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,963
cpp
#include <tiramisu/tiramisu.h> using namespace tiramisu; int main(int argc, char **argv){ tiramisu::init("function13856_schedule_20"); constant c0("c0", 128), c1("c1", 64), c2("c2", 4096); var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"), ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
bfeea52ed8fe63671fbd451b9e5918cbfda03da9
545cbbb97b48f86fd8c2fbea918dd0a78afcd00c
/EulerMain/Solutions/Problem0016.h
825d51158ea601293db6efb323d73fc1c0d77c9f
[]
no_license
kmacbeth/projecteuler
a6a4eba2c6874aa7dc044409bc7dfb73767bf6b0
866a2361eb11eae6e27346d671abecb2f4123bfb
refs/heads/master
2022-08-21T15:53:11.947849
2018-01-05T18:20:18
2018-01-05T18:20:18
266,804,050
0
0
null
null
null
null
UTF-8
C++
false
false
291
h
#ifndef __EULER_PROBLEM16_H__ #define __EULER_PROBLEM16_H__ #include "Problem.h" #include "Libs/Euler.h" namespace Euler { class Problem16 : public Problem { public: Problem16() : Problem("Problem 16") {} void Solve(); }; } #endif // __EULER_PROBLEM16_H__
[ "martin.lafreniere@gmail.com" ]
martin.lafreniere@gmail.com
d49765bfc8047791510716bb70862a7c8e11ef61
15a5465e10831bbad713827d08eec2f34dd272c3
/source/teste/testePlayer.cpp
0961c8489d28e1167469d52056a55662d624eef2
[ "MIT" ]
permissive
JoaoPedroAssis/Jankenpo
7e1b5d67580795df46d1ee30edc6612bbfd2fc41
86e35dbb7d48c3015abe4efcebd3009aa482d0e1
refs/heads/master
2020-04-11T16:10:51.053933
2018-12-15T21:42:24
2018-12-15T21:42:24
161,914,055
0
0
null
null
null
null
UTF-8
C++
false
false
8,597
cpp
// "Copyright [year] <Pedro>" // // Created by pedro on 15/11/18. // Edited by Joao Pedro #include <stdio.h> #include"../include/Player.h" #include"../include/catch.hpp" #include "../include/Jogo.h" #include "../include/Fabrica.h" Player* cpu ; Player* jogador; Jogo* jogo = new Jogo(); TEST_CASE("Construtor da c...
[ "joapedroassisdossantos@gmail.com" ]
joapedroassisdossantos@gmail.com
002c81a7bb6042b05962f1fb5e92d797cc149565
363687005f5b1d145336bf29d47f3c5c7b867b5b
/atcoder/past201912-open/f/Main.cpp
2a547f50504d7a46d2e14b3a8fe2035b8e027302
[]
no_license
gky360/contests
0668de0e973c0bbbcb0ccde921330810265a986c
b0bb7e33143a549334a1c5d84d5bd8774c6b06a0
refs/heads/master
2022-07-24T07:12:05.650017
2022-01-17T14:01:33
2022-07-10T14:01:33
113,739,612
1
0
null
null
null
null
UTF-8
C++
false
false
978
cpp
/* [past201912-open] F - DoubleCamelCase Sort */ #include <bits/stdc++.h> using namespace std; typedef long long int ll; typedef pair<int, int> pii; typedef pair<ll, int> pli; typedef pair<ll, ll> pll; #define ALL(c) (c).begin(), (c).end() string S; bool is_cap(char c) { return c <= 'Z'; } string str_tolower(string...
[ "gky360@gmail.com" ]
gky360@gmail.com
97377f74671439a575c5e6e37a63513a1a9e1e53
1faa04ed1c8b09ea46be35acfa8a313405886930
/Draw/Painter.h
6425db932ef5a69b248e6f81b0f761fff5387b5f
[]
no_license
oxygen-hunter/Draw
dbd205e81d97b107e41754325b6d0378fabf0452
4c1f0fc3fff831b630f61536fc98e8fac581b81b
refs/heads/master
2020-09-01T06:28:47.282265
2019-12-31T06:07:40
2019-12-31T06:07:40
218,899,236
0
0
null
null
null
null
UTF-8
C++
false
false
2,549
h
#ifndef XPainter_H #define XPainter_H #include <QMainWindow> #include <QPaintEvent> #include <QMouseEvent> #include <QPainter> #include <QVector> #include <QPoint> #include <QToolBar> #include <QAction> #include <QPalette> #include <QColor> #include <QMenu> #include <QFileDialog> #include <QTextEdit> #include <QLabel>...
[ "924273413@qq.com" ]
924273413@qq.com
7a2aa51d7ec4b0d788d259731f88911b9ecdcdc3
7dc11c9d64c7770d92e9bb65f5976da28e2b3f72
/src/random.cc
9a996210254b279f80744f8dbdccf5c4567dfe64
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "Apache-1.1" ]
permissive
DouglasRMiles/QuProlog
9c4727e365ef8e4ab0c0ef19ece0ee6d7693781f
798d86f87fb4372b8918ef582ef2f0fc0181af2d
refs/heads/master
2022-01-24T05:59:01.097944
2022-01-06T18:58:38
2022-01-06T18:58:38
142,097,490
6
2
null
null
null
null
UTF-8
C++
false
false
5,073
cc
// random.cc - support for random numbers // // http://www.qbrundage.com/michaelb/pubs/essays/random_number_generation // // $Id: random.cc,v 1.3 2006/01/31 23:17:51 qp Exp $ #include <limits.h> #include <stdlib.h> #include <math.h> #include <stdio.h> #include "thread_qp.h" #include <random> // #define R250_LEN ...
[ "logicmoo@gmail.com" ]
logicmoo@gmail.com
3eba29a8a9aab9569b20214e990c3fad53581857
3a9ff6ffabd94715bd750ff5092017cba7f58b57
/src/authapi/authapi_service_client_evhttp.cpp
1f2cdbf7b830c085eec3f09e502c8c3dd725a7b8
[]
no_license
yushi/beatboard
af8d18dbd521675031ec4431a29c51eb3284d354
dc3acd6a408808d0d64b6c6baf82c8be71500ffb
refs/heads/master
2016-08-07T15:15:25.364488
2011-04-28T16:34:26
2011-04-28T16:34:26
68,816
1
0
null
null
null
null
UTF-8
C++
false
false
6,974
cpp
#include <sys/queue.h> #include <evhttp.h> #include "authapi_service_client_evhttp.h" AuthapiServiceClientEvhttp::AuthapiServiceClientEvhttp( const std::string& evhttp_host, const int evhttp_port, const std::string& rpcserver_host, const int rpcserver_port, const std::string& memcached_host, const int mem...
[ "kuzuno@gmail.com" ]
kuzuno@gmail.com
a637f2a8ec5b2f21ff44b313b1dfaf559743ea68
b688788e28f6e17ea30b59bab5e0187792398d87
/Graphics/General/GraphicComponentsList.h
f17163276f8eb335f7fe4b116bf63b26790c5ec1
[]
no_license
eriser/AudioPlug-In
966fa61784c0e0b1caae88303bb1b400b38d8a14
3696db903fb9c35e1c274467c1faca540bf12052
refs/heads/master
2021-01-18T07:41:08.946018
2014-12-18T15:24:40
2014-12-18T15:24:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,935
h
// // GraphicComponentList.h // HeyMate // // Created by Henri Aribert-Desjardins on 21/10/2014. // // #ifndef __HeyMate__GraphicComponentList__ #define __HeyMate__GraphicComponentList__ #include <vector> #include "../Elements/Knob.h" #include "../Elements/Slider.h" #include "../Elements/TextLabel.h" #include ".....
[ "hadhenri@gmail.com" ]
hadhenri@gmail.com
709164921defe64c916412eae17dbca563668482
1e299bdc79bdc75fc5039f4c7498d58f246ed197
/App/SecuritySystem.h
86a4370cbc12311238594a0d807bdfc94d9503aa
[]
no_license
moosethemooche/Certificate-Server
5b066b5756fc44151b53841482b7fa603c26bf3e
887578cc2126bae04c09b2a9499b88cb8c7419d4
refs/heads/master
2021-01-17T06:24:52.178106
2011-07-13T13:27:09
2011-07-13T13:27:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,795
h
//-------------------------------------------------------------------------------- // // Copyright (c) 2000 MarkCare Solutions // // Programming by Rich Schonthal // //-------------------------------------------------------------------------------- #if !defined(AFX_SECURITYSYSTEM_H__3FFF6998_C933_11D3_AF10_005...
[ "rich@schonthal.com" ]
rich@schonthal.com
3c2f2dcd27e3b818f7cd64e99147866d15be79f6
49fe77a8637c4c737ab405fde8c09aec7c004143
/Heap.cpp
5e005211be9379ec0ad50c96944b93a632cf7672
[]
no_license
saching1307/mycodes
bb7e5f3a1f365dfc355324909ca09284fc5afaf3
907cce05946b5ddc199cbd3fa89ac54c6463feaa
refs/heads/master
2020-04-01T09:03:16.534285
2018-10-15T05:29:30
2018-10-15T05:29:30
153,057,786
0
0
null
null
null
null
UTF-8
C++
false
false
1,813
cpp
#include<iostream> #include<vector> #include<algorithm> using namespace std; class Heap { public: vector<int> a; Heap() { } void insert(int data) { if(a.size() == 0) { a.push_back(data); } else { a.push_back(data); int currentLevel = a.size() - 1; while(currentLevel > 0...
[ "sachin.goyal1307@gmail.com" ]
sachin.goyal1307@gmail.com
5e95c3067920ece76ef725fdbe540d1b2e081e58
b29cb1e162112d1a8a0f659db63169ae99e83cfd
/Headers/Operations/ControlFlowOperation.h
d2f6510a3736623abab910f1b5ce0629e5045df2
[]
no_license
cdcurtis/BioSystem
0b58acdc2b00ee609c717394dffd7113855e0606
5a0eadf6de10c4dab741c94d2fef8af8e585d853
refs/heads/master
2021-01-18T21:43:57.532334
2017-11-07T04:54:10
2017-11-07T04:54:10
40,913,998
1
0
null
null
null
null
UTF-8
C++
false
false
865
h
/* * ControlFlowOperation.h * * Created on: Jun 2, 2017 * Author: chriscurtis */ #ifndef HEADERS_OPERATIONS_CONTROLFLOWOPERATION_H_ #define HEADERS_OPERATIONS_CONTROLFLOWOPERATION_H_ #include "Operation.h" #include "../BioExpression.h" namespace BioCoder { class ControlFlowOperation:public BioCoder::O...
[ "cdcurtis002@gmail.com" ]
cdcurtis002@gmail.com
06b7dce9ca22ca1df88bcf837860d21b92429ca4
fea5cf3c9d005613ef0c4f158802b3716a5da2e7
/drawFunctions.cpp
0616552d8971f650db5ccf8a540e17b4ff65f5b2
[]
no_license
Drunkar/OpenGLBase
51193c5509e2fd6978c7d7562ff92864fa54b500
373fc7d6140e3053cbf61f7e5f7c8125f25c4db5
refs/heads/master
2020-09-12T21:50:25.730394
2012-06-05T08:38:44
2012-06-05T08:38:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,960
cpp
#include "drawFunctions.hpp" void myglBitmapString(double x, double y, double z, std::string const& str){ glRasterPos3d(x, y, z); for(unsigned int i=0; i<str.size(); ++i){ glutBitmapCharacter(GLUT_BITMAP_HELVETICA_18, str[i]); } } void myglStrokeString(double x, double y, double z, std::string cons...
[ "drunkars.p@gmail.com" ]
drunkars.p@gmail.com
891dd40cc2df46b54c36ad049153080ced163e91
837dcae4b42162ed51920ce65614780d6cdb552d
/wnagzihxa1n/ACM/POJ/1005 I Think I Need a Houseboat/Solution.cpp
c807eedef8060cfbbf617458dd65334dda063af0
[ "MIT" ]
permissive
xu7103224/wnagzihxa1n.github.io
ac77f4d36f9a742835b930eca6045dae57cd9919
8fe82df4375399d8dc4718deb24eae8b967cc422
refs/heads/master
2022-04-18T19:04:34.378824
2020-04-21T10:49:00
2020-04-21T10:49:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
555
cpp
#include <iostream> #include <cstdio> #include <cmath> using namespace std; int main() { int t, index = 1; double x, y; double a[10000], r; for (int i = 1; i <= 10000; i++) { r = sqrt(100.0 * i / 3.1415926); a[i] = r; } scanf("%d", &t); while (t--) { scanf("%lf %lf", &x, &y); for (i...
[ "wnagzihxa1n@gmail.com" ]
wnagzihxa1n@gmail.com
9757716238a9a52e2800b254136e9f3bdd7d7afa
379a8b726fdaf40fde944ff6056a169bf7a58b54
/NTree/NTreeOperation.cpp
343062aeafaaf651e5ef728b67555e72b5b9295f
[]
no_license
runnycoder/LeetCodePrictice-withC-
094e1b0f21d55fe1a092a56c3a0d514d1bfa12e3
365f2b55424ac98f61869e5a656145bcffb1cea2
refs/heads/master
2022-12-18T08:42:47.350471
2020-09-04T10:10:06
2020-09-04T10:10:06
279,476,091
0
0
null
null
null
null
UTF-8
C++
false
false
3,314
cpp
#include<iostream> #include<vector> #include<stack> #include<queue> using namespace std; class Node{ public: int val; vector<Node*> children; Node(){} Node(int _val){val=_val;} Node(int _val,vector<Node*> _children){ val = _val; children = _children; } }; void preorder(Node* roo...
[ "842655705@qq.com" ]
842655705@qq.com
aa5bbdcdc36b7f7f53d246d6cccc093e44a08a8f
848ac61bdf1def80e30c3b08c7b19bec2ba6b666
/Source/CoreEx/Public/Async/AsyncTaskManager.h
43b8589f9d72ea6934d0106a20f8e8cc12cd9fa7
[ "MIT" ]
permissive
yatagarasu25/UnrealEngineEx
d99eaa92596a10d55d949f423f5cb7f16bcf7625
7a8a9359918c143ffb0b7e18092f4ccc6ac5e5d7
refs/heads/master
2023-07-06T00:29:20.019261
2023-06-27T12:00:40
2023-06-27T12:00:40
176,234,335
1
1
null
null
null
null
UTF-8
C++
false
false
669
h
#pragma once #include "Subsystems/WorldSubsystem.h" #include "Async/AsyncTypes.h" #include "AsyncTaskManager.generated.h" UCLASS() class COREEX_API UAsyncTaskManager : public UTickableWorldSubsystem { GENERATED_BODY() public: UPROPERTY(Category = "AsyncTaskManager", EditAnywhere) TSet<class UAsyncTask*> Tasks;...
[ "igor.cwer@gmail.com" ]
igor.cwer@gmail.com
220677b796fd47b3a5eba4c6b6c7cd732dc9f824
e63bb438679f97087dad84f90fa8c97857a7c4f6
/data-Structure_Algorithm/data-Structure_Algorithm_git/OrderedList/OrderedList/SqStack.h
2ea1f7df792aee5798147df2bbc4feeee3a43a0c
[]
no_license
blueskyyun/codeCPP_vs
251d32906c4584cacbd65f8dc8fa113ba31171d5
290400f97763b0fc1db7c8f98d9e5ab342ef06a9
refs/heads/master
2023-02-26T13:02:21.065413
2021-01-28T11:24:57
2021-01-28T11:24:57
333,353,130
0
0
null
null
null
null
UTF-8
C++
false
false
655
h
#pragma once #include "Stack.h" //template <typename T> class SqStack { public: /*void InitStack(Stack<T>*&); void DestroyStack(Stack<T>*&); bool StackEmpty(Stack<T>*); bool Push(Stack<T>*&, T); bool Pop(Stack<T>*&, T& e); bool GetTop(Stack<T>* s, T &b);*/ void InitStack(Stack*&); void DestroySt...
[ "z13367163183@outlook.com" ]
z13367163183@outlook.com
791e6d8afa87dbb5190ae62e1334164ff5ea2ed7
5928b1407c4bd5e0ddc60a1bf3e26ce7d8bba46f
/第11章 流类库与输入输出/11_4.cpp
5b0c7a38fc5313eab8e6f02655ba47f630534a93
[]
no_license
fyw4/C-plus-plus-learning-example
281cd92330323021ec2bc01af2acf619fe195139
63af1fb4d51a4bc4c22366af40ee2bf7da7b3dc1
refs/heads/master
2021-08-15T06:04:39.555257
2021-08-09T06:35:04
2021-08-09T06:35:04
219,939,938
0
0
null
null
null
null
UTF-8
C++
false
false
382
cpp
#include <iostream> #include<iomanip> #include<string> using namespace std; int main() { double values[] = {1.23, 35.36, 653.7, 4358.24}; string names[] = {"Zoot", "Jimmy", "Al", "Stan"}; for(int i = 0;i < 4; i++) cout << setiosflags(ios_base::left) << setw(6) << names[i] << resetiosflags(ios_base::left) ...
[ "wangqingchuan92@126.com" ]
wangqingchuan92@126.com
2619f2869f6f9f3543aa4499282cefbfdc622ad1
238e46a903cf7fac4f83fa8681094bf3c417d22d
/Code/DataProperty/ParameterInt.cpp
4728968df7b7a1c776b0118ac9080a7ac20b1c28
[ "BSD-3-Clause" ]
permissive
baojunli/FastCAE
da1277f90e584084d461590a3699b941d8c4030b
a3f99f6402da564df87fcef30674ce5f44379962
refs/heads/master
2023-02-25T20:25:31.815729
2021-02-01T03:17:33
2021-02-01T03:17:33
268,390,180
1
0
BSD-3-Clause
2020-06-01T00:39:31
2020-06-01T00:39:31
null
UTF-8
C++
false
false
2,649
cpp
#include "ParameterInt.h" #include <QDomElement> #include <QDomDocument> #include <QDomAttr> #include <QStringList> namespace DataProperty { ParameterInt::ParameterInt() : ParameterBase(Para_Int) { _range[0] = -1e6; _range[1] = 1e6; } void ParameterInt::setValue(int v) { if (v != _value) {...
[ "l”ibaojunqd@foxmail.com“" ]
l”ibaojunqd@foxmail.com“
3ef375207597acf8dbf46dd484011fe2902b6a58
7ae5fd4e29940ce331fc3d17bf9129bb5a7d8b70
/Source/BeaconOfLife/AI/BeaconOfLife_AI.h
e1b8eb1f39c71cb9e461dc57bd285d365d0ee2a9
[]
no_license
Krosser22/BeaconOfLife
671b43ddf62d33588235dabb8282de218d6a82d4
0c59f7c1e3cefba43d6cad50a51e0df76aa01d26
refs/heads/master
2021-01-09T05:24:08.652319
2017-05-21T20:26:37
2017-05-21T20:26:37
80,763,727
2
0
null
null
null
null
UTF-8
C++
false
false
12,824
h
/** *** //////////////////////////////////////////// *** //// Autor: Juan Daniel Laserna Condado //// *** //// Email: S6106112@live.tees.ac.uk //// *** //// Email: condadodaniel@hotmail.com //// *** //// 2017 //// *** //////////////////////////////////////////// **/ #pragma once #inc...
[ "condadodaniel@hotmail.com" ]
condadodaniel@hotmail.com
bf2ff99ee54421192debf8234a1ab94f068af1b4
5be22c5915a96c574a2b7b2a2f4c5d32cbab4d4e
/ArabaKontrol.cpp
6afcc16115290353c74347a49c3b9f6da44fa388
[]
no_license
erenkeskin/Arduino-Araba-Kontrol-Kutuphanesi
5200a3de6bcdfe2be4a28da0c6fc6a1728a0a0a8
fe8f28d6e47a981e371300f2ce4d1135247f1292
refs/heads/master
2021-01-11T14:33:08.625198
2017-01-26T23:01:22
2017-01-26T23:01:22
80,159,723
0
0
null
null
null
null
UTF-8
C++
false
false
2,720
cpp
/* ArabaKontrol.cpp - Aracı kontrol etmek için gerekli komutların düzenlediği dosya. Hasan Eren Keskin tarafından oluşturuldu 26.01.2017 .... adresinde paylaşıldı. */ #include "Arduino.h" #include "ArabaKontrol.h" Araba::Araba(int _sol1, int _sol2, int _sag1, int _sag2, int _hiz1, int _hiz2) { pinMode(_s...
[ "erenkeskin95@gmail.com" ]
erenkeskin95@gmail.com
7829c712a62d9c6bf1f6a886588746106b3c3eed
7cca0c1a48f517eeb3117f76372e3fb05fe7ab58
/Control_Structures_7/Control_Structures_7.ino
efa2c5b50c2ebe71953690b956a33a0dd74c6a8f
[]
no_license
DavidJurado2017/Serial
8adad719a58da5f9ab396fbbefc9881e3abd6dcb
b9bb0117c208214d6643a265a631db48d24c5b0b
refs/heads/master
2020-05-23T07:49:40.755146
2017-03-06T20:17:33
2017-03-06T20:17:33
80,450,747
0
0
null
null
null
null
UTF-8
C++
false
false
1,634
ino
/********************************************************************************** ** ** ** Plantilla ** * ...
[ "davidjuradob10@gmail.com" ]
davidjuradob10@gmail.com
15ef5f25886726c95c8e0066b56878a583df135f
34334d89fd35b198e291b5333425dca196546ec2
/SensorsAnalyticsEncrypt/SACryptopp/sa_cham.cpp
99650e8740676d299855a86ad05552cf126416f8
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "BSL-1.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
sunshuai/sa-sdk-ios-encrypt
40c5d5b2cf28a23d6aceb0976101df7379559159
d9f5e16c9d77fea6e807e55cba47b18d90c9aeea
refs/heads/main
2023-07-10T13:12:39.916255
2021-08-20T10:54:23
2021-08-20T10:54:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,683
cpp
// cham.cpp - written and placed in the public domain by Kim Sung Hee and Jeffrey Walton // Based on "CHAM: A Family of Lightweight Block Ciphers for // Resource-Constrained Devices" by Bonwook Koo, Dongyoung Roh, // Hyeonjin Kim, Younghoon Jung, Dong-Geon Lee, and Daesung Kwon #i...
[ "wenquan@sensorsdata.cn" ]
wenquan@sensorsdata.cn
bd1df2bed1a54127bc77ccea57dbe705ed9163cf
0019f0af5518efe2144b6c0e63a89e3bd2bdb597
/antares/src/system/kernel/vm/VMAnonymousCache.cpp
66985bba3e37dcedc5fd0532f11649bebc936416
[]
no_license
mmanley/Antares
5ededcbdf09ef725e6800c45bafd982b269137b1
d35f39c12a0a62336040efad7540c8c5bce9678a
refs/heads/master
2020-06-02T22:28:26.722064
2010-03-08T21:51:31
2010-03-08T21:51:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
34,281
cpp
/* * Copyright 2008, Zhao Shuai, upczhsh@163.com. * Copyright 2008-2010, Ingo Weinhold, ingo_weinhold@gmx.de. * Copyright 2002-2009, Axel Dörfler, axeld@pinc-software.de. * Distributed under the terms of the MIT License. * * Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. * Distributed under the t...
[ "michael@Inferno.(none)" ]
michael@Inferno.(none)
4adb278214ab4a421dbb43e733375fbd8dfd54ae
9f28c7293d6c7329481242b318dda73be81f43d1
/BrewPiLess/OLEDFourBit.h
8373d5ea463a0b14fba8e064fa260a25175fe9aa
[]
no_license
seco/BrewPiLess
cb6347d3561174fd6cd9c2c215eee69f5dcc641e
db37d334b749714d04cfa40c06e1407d865237b2
refs/heads/master
2021-01-19T21:40:36.862007
2017-04-19T00:25:06
2017-04-19T00:25:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,630
h
/* * Copyright 2012 BrewPi/Elco Jacobs. * * This file is part of BrewPi. * * BrewPi is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later ver...
[ "vitotai@mail.com" ]
vitotai@mail.com
d39c853ee1f81ac6e5987cacae1ba5846328440f
10166a815e16b22780bec3cf583b520d561a834b
/src/slamBase.cpp
9bdb1b8995bd42aa079af55df3150cbb2d2e4e27
[]
no_license
delicioustasting/lfslam
06388c0e82f1e754ee17b41368126efcdc606d3a
562353a8226f0b8e35f47d3b83a0731ea1e2693e
refs/heads/master
2020-03-28T09:02:45.060570
2018-09-09T09:03:34
2018-09-09T09:03:34
148,009,458
0
0
null
null
null
null
UTF-8
C++
false
false
4,224
cpp
/************************************************************************* > File Name: src/slamBase.cpp > Author: xiang gao > Mail: gaoxiang12@mails.tsinghua.edu.cn > Implementation of slamBase.h > Created Time: 2015年07月18日 星期六 15时31分49秒 ************************************************************...
[ "jdy40241@126.com" ]
jdy40241@126.com
80cd88a6dab256691b559d7e40d8ea2f6253f982
3d80ddd864339e8c5372266d14faf20703e1a7c2
/src/chainparams.cpp
547ca3059b58401ae50d5f68530a28e87344ce7c
[ "MIT" ]
permissive
john8chop/tooncoin
1b294b8588dec7bdf9e02731e8d44ea3637181dd
3c7c73b4f5f3ab342e23c982d7c28fea1f549c98
refs/heads/master
2020-05-27T12:08:20.858908
2019-05-31T06:13:24
2019-05-31T06:13:24
188,612,486
1
3
null
null
null
null
UTF-8
C++
false
false
17,699
cpp
// Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <chainparams.h> #include <consensus/merkle.h> #include <tinyformat.h> #inclu...
[ "john8chop@gmail.com" ]
john8chop@gmail.com
d5aa7390f4743d46b28040144a1112a3b54a4aeb
aad6b08ee56c2760b207d562f16be0a5bb8e3e2a
/tags/Doduo1.1.2/BAL/OWBAL/Concretizations/Types/WK/BCScrollTypesWK.h
4c885ff6e8aae4220be14bf5f87b8cb1c1c9a032
[]
no_license
Chengjian-Tang/owb-mirror
5ffd127685d06f2c8e00832c63cd235bec63f753
b48392a07a2f760bfc273d8d8b80e8d3f43b6b55
refs/heads/master
2021-05-27T02:09:03.654458
2010-06-23T11:10:12
2010-06-23T11:10:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,768
h
/* * Copyright (C) 2006 Apple Computer, 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of c...
[ "jcverdie@a3cd4a6d-042f-0410-9b26-d8d12826d3fb" ]
jcverdie@a3cd4a6d-042f-0410-9b26-d8d12826d3fb
ae15090cec1fb67b9a5847bbdb7ec3ece24b7cb0
058c93cec4447a7371db307673a514365af751a1
/BoggleSolver/Board.h
0865ab7393cbfeebe80b5bd6c53199b268a963c1
[]
no_license
vincelugli/BoggleSolver
d2f87519e16d18ad8b8de20dc249001bfb1ff043
8cddbbc0472ce78749e02378ab0308be3c87a705
refs/heads/master
2016-09-13T19:50:33.125195
2016-06-02T03:34:04
2016-06-02T03:34:04
57,600,064
0
0
null
null
null
null
UTF-8
C++
false
false
665
h
// // Board.h // BoggleSolver // // Created by Vince Lugli on 5/8/16. // Copyright © 2016 Vince Lugli. All rights reserved. // #pragma once #include <string> #include <vector> #include <set> #include <utility> #include <fstream> #include <sstream> class Dictionary; class Board { public: Board(Dictionary& di...
[ "vince.lugli@gmail.com" ]
vince.lugli@gmail.com
ee1aff9f661c19b34b3b80033fb2ef08b8fdb3fe
401f9971eb5b62cbef5864bb66373b350930df7f
/DrumModuleFirmware/DrumModuleFirmware.ino
36c6773fea74440d86850706cbfe6fa492c60b07
[]
no_license
arkserg/TeensyDrumModule
3b327ec24a852519f3e0e4d89e4c4b42ba389148
309c1641ae969833421710bc55848f160d0872bf
refs/heads/develop
2022-12-10T04:43:18.897354
2020-01-19T13:03:47
2020-01-19T13:03:47
226,475,281
0
0
null
2022-12-08T09:25:32
2019-12-07T07:49:55
C#
UTF-8
C++
false
false
7,790
ino
#include <arduinojson.hpp> #include <arduinojson.h> #include <eeprom.h> #include "threezonecymbal.h" #include "digitalpotentiometer.h" #include "singlepiezopad.h" #include "drumpad.h" #include "hardware.h" #include "channelselector.h" #include "hihatcontroller.h" #include "emptydrumpad.h" #include "sharedadc.h" DrumPa...
[ "s.arkashin@eastwind.ru" ]
s.arkashin@eastwind.ru
db28cd3f19dcf3b0a23427e459fa19ffbbc578ba
7b365c8c0511f4c0ffbc747ef22ba9edd4a4c8e9
/Gwent/chooseforbattleinterface.cpp
a5cb87469bef0cd08fde87d463140984b89de78e
[]
no_license
ycdfwzy/Gwent
144db2bf6fd202c27f698c00f35886ee2c9e7c04
4e2ec5e5cac935fbd46406686fb2b68cd7df9050
refs/heads/master
2021-01-20T21:19:19.252255
2017-09-14T10:38:47
2017-09-14T10:38:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,694
cpp
#include "chooseforbattleinterface.h" #include "mainwindow.h" ChooseforBattleInterface::ChooseforBattleInterface(MainWindow *mw_, QWidget *parent) : QWidget(parent) { mw = mw_; this->setMouseTracking(true); decklist = mw->get_player()->get_decks_pointer(); deckwindow = new QScrollArea(this); deckw...
[ "ycdfwzy@outlook.com" ]
ycdfwzy@outlook.com
84a857cd2ce4e82bc3a27300a50448cfbdc4647c
d344de8e32f82bc2596a01eac6ca1b109884bd06
/Competive Programming/coding blocks/HackerRank/String/HackerRank in a String!.cpp
07074ca819f01bcabdd22c98a150426a7e7d878d
[]
no_license
vijaygwala/MyCodingStyle-
214e9149ccbb33b21d2132dd0a7d85272d438f16
39d75463ec8af798df7d013efc940de89a447009
refs/heads/master
2022-10-06T07:55:46.928080
2020-06-05T15:55:31
2020-06-05T15:55:31
268,440,527
0
0
null
null
null
null
UTF-8
C++
false
false
347
cpp
#include<bits/stdc++.h> using namespace std; string h="hackerrank"; string check(string s) { if(s.length()<h.length()) return "NO"; int j=0; for(int i=0;i<s.length();i++) { if(j<h.length() && s[i]==h[j]) j++; } if(j==h.length()) return "YES"; else return "NO"; } int main() { string s; cin>>s;...
[ "vijaygwala97@gmail.com" ]
vijaygwala97@gmail.com
6d6149fb2330fdf003b24dabb8900ec303af857e
24f26275ffcd9324998d7570ea9fda82578eeb9e
/components/autofill_assistant/browser/actions/use_credit_card_action.h
f02778aab54460099d6a66be15bad1c7e0747197
[ "BSD-3-Clause" ]
permissive
Vizionnation/chromenohistory
70a51193c8538d7b995000a1b2a654e70603040f
146feeb85985a6835f4b8826ad67be9195455402
refs/heads/master
2022-12-15T07:02:54.461083
2019-10-25T15:07:06
2019-10-25T15:07:06
217,557,501
2
1
BSD-3-Clause
2022-11-19T06:53:07
2019-10-25T14:58:54
null
UTF-8
C++
false
false
5,156
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 COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_USE_CREDIT_CARD_ACTION_H_ #define COMPONENTS_AUTOFILL_ASSISTANT_BROWSER_ACTIONS_USE_CREDIT_CARD_ACTI...
[ "rjkroege@chromium.org" ]
rjkroege@chromium.org
6358fe6b5de23242ac5d2967225491791ccdf9a6
15d4bc5b838d54f42e43367da1cf8ad484370ef0
/include/yarrr/lua_engine.hpp
2af033cf145ed71d0596e38c16d87741311a3f01
[]
no_license
PeterHajdu/libyarrr
f5e9324704b03f156cb445cc8d6729f536044edc
4625b4f784da4b2dfdb036ed91d3b7c300be3890
refs/heads/master
2021-05-04T12:52:47.940404
2015-05-19T09:23:10
2015-05-19T09:23:10
120,302,008
0
0
null
null
null
null
UTF-8
C++
false
false
1,435
hpp
#pragma once #include <sol.hpp> #include <yarrr/log.hpp> #include <themodel/lua.hpp> namespace yarrr { class LuaEngine final { public: static LuaEngine& instance(); static sol::state& state() { return instance().m_lua.state(); } static the::model::Lua& model() { return instance...
[ "peter.ferenc.hajdu@gmail.com" ]
peter.ferenc.hajdu@gmail.com
63620e83257786d0d9d8a7aaf1eb5c4d5f78417c
5f77a16afe63ff14dbac3ec66d2907ab1ef67e53
/Source/CTerrain.h
852d8eecbfe47a00fd5a860ee6bebeefc3fdeea3
[]
no_license
BruceKen2014/Dex
084cbcfe54e9882fc81135fffb7a57b4e4a33f0f
39ab1c0775117708866df73550be07b0a907f553
refs/heads/master
2021-07-10T05:09:58.422766
2021-04-14T08:29:41
2021-04-14T08:29:41
46,130,671
0
0
null
null
null
null
GB18030
C++
false
false
2,086
h
/* /************************************************************* ****Dex引擎地形类 ****作者:阚正杰(BruceKen) ************************************************************* */ #pragma once #include "../DexBase/typedefine.h" #include "../DexBase/CIni.h" #include <fstream> typedef struct _Terrain_Vertex { D3DXVECTOR3 m_pos; D...
[ "1339267050@qq.com" ]
1339267050@qq.com
5e3ec7554721e7f5ee86074224c81ef6f14bf7e0
0a953ef24bc4724d025b2e8e359afd2352ada986
/test/ospf-test-suite.cc
ef393b035a4da49a1c8636a5e53469b24d33d110
[]
no_license
berlysia/OSPFv3-NS3
ce6a34efec9e8fc930235b2ec3af60e224b68cd4
d0a014699d7228d52c83485939ec46c3e294859b
refs/heads/master
2021-08-03T07:03:48.458457
2017-01-29T08:20:25
2017-01-29T08:20:25
76,573,560
0
0
null
null
null
null
UTF-8
C++
false
false
1,826
cc
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ // Include a header file from your module to test. #include "ns3/ospf.h" // An essential include is test.h #include "ns3/test.h" // Do not put your test classes in namespace ns3. You may find it useful // to use the using directive to access the ns3 ...
[ "berlysia@gmail.com" ]
berlysia@gmail.com
dc605b94685cda9a1960090c7d31cf76ce15140a
1f65fd9c474849a23b30a546f4e6c8004b73b7c9
/samples/FatConsole/fatcommandinterpreter.h
8bd6ab4e6868fb15e4acc886fa08baf309f821d2
[]
no_license
wesen/fatfs
d20c977fdf0b693d43d7727315473200e2948006
9278dd55c21d99515abfe884f5ae00cf818e8526
refs/heads/master
2021-01-01T19:56:18.853565
2012-11-21T23:07:50
2012-11-21T23:07:50
6,803,174
2
1
null
null
null
null
UTF-8
C++
false
false
1,222
h
#ifndef FATCOMMANDINTERPRETER_H #define FATCOMMANDINTERPRETER_H #include "ff.h" #include "diskio.h" #include "commandinterpreter.h" class FatCommandInterpreter : public CommandInterpreter { Q_OBJECT public: explicit FatCommandInterpreter(QObject *parent = 0); signals: public slots: void cmdExit(); void c...
[ "wesen@ruinwesen.com" ]
wesen@ruinwesen.com
ba9eb24ce749738d9f68f61b2cf3eeab39575aba
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/multimedia/danim/src/appel/api/crspline.cpp
b304344a736f7f68aad9408f63bb581f66608394
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,982
cpp
/******************************************************************************* Copyright (c) 1995-96 Microsoft Corporation Abstract: {Insert General Comment Here} *******************************************************************************/ #include "headers.h" #include "apiprims.h" #include "backend/va...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
b426266fc5a4202408d4434d1bb4bb2077943847
b9fc535393f4e97390b636a46e3d85da51dc029f
/Wolf/Main.cpp
acd39d89e93c6d702bf2888f6cee542c1693a67a
[]
no_license
orioldedios/WOLFHUNTER
6d1a718fb1d83485e9cb7927c76678f2c108c7f0
73997bdcbfa55a31d776ae329ed65b546808a49e
refs/heads/master
2020-07-10T02:32:31.999960
2017-06-16T19:50:56
2017-06-16T19:50:56
94,268,195
0
0
null
null
null
null
UTF-8
C++
false
false
132
cpp
#include "Character.h" #include "Game.h" #include <iostream> using namespace std; int main() { play(); STOP; return 0; }
[ "orioldedios@gmail.com" ]
orioldedios@gmail.com
4a9403f12736b27b0dcf5e18283fbb52e1b1e68f
11f052c3263cb8fd5af124e5d67b5bc2fcf68161
/gamil-new/model_platform/models/libs/c_coupler/External_Algorithms/map_npfix.cxx
10191ab46508f186d75d63ddfb0f49bd74a7fff3
[]
no_license
bamxiaoboo/datamodel
11f0a0f79f8ee1809cfb7ab84c098d1f6a39a381
b7e93522af21b31e6e18a0fe0ea17e2fc13a0ebc
refs/heads/master
2021-09-14T00:11:34.668047
2018-05-06T08:02:55
2018-05-06T08:02:55
130,432,630
0
0
null
null
null
null
UTF-8
C++
false
false
948
cxx
/*************************************************************** * Copyright (c) 2013, Tsinghua University. * This is a source file of C-Coupler. * This file was transformed from NCAR coupler CPL6. * If you have any problem, * please contact Dr. Li Liu via liuli-cess@tsinghua.edu.cn *****************...
[ "2892285844@qq.com" ]
2892285844@qq.com
29e7f561ac414b6d68e3f45a22a95d353e6a0331
b2f6709067cd8c63d38584f4faec50164fe4ca98
/bgMediaDemo/Section_02/Lesson_08/GMVideoCodecConvert/GMVideoCodecConvert.cpp
9d04a17fb088b1321c362f2ce0deabdf64ccfe86
[]
no_license
SprintNextel/bgMediaDemo
90e6ec6c384d297b32aae63d24e6a99ce1778816
3448da7f4e595f7f1fccc0510cbad91ec2c2e328
refs/heads/master
2020-05-30T07:44:04.740040
2018-08-26T16:40:22
2018-08-26T16:40:22
189,604,525
0
0
null
2019-05-31T14:09:17
2019-05-31T14:09:17
null
GB18030
C++
false
false
11,301
cpp
// GMVideoCodecConvert.cpp : 定义控制台应用程序的入口点。 // // 视频转码:将原视频的视音频编码转换为其他的编码格式; // 此过程中可以保持封装格式不变,也可以封装为新的格式; #include "stdafx.h" #define __STDC_CONSTANT_MACROS #ifdef __cplusplus extern "C" { #endif #include "libavcodec/avcodec.h" #include "libavformat/avformat.h" #include "libavdevice/avdevice.h" #include "...
[ "baggiowangyu@gmail.com" ]
baggiowangyu@gmail.com
f20e1c1e4f4e97c06859094e305b8f5257dc4d75
90f8e8af3ead63c37b6b85db79eb21bb3721b466
/test/testout.cpp
484f6aba2a5beda994c0dd7826c7f5695dfd1a5a
[]
no_license
blackhole89/algebraiccpp
98552468de4ca6ec3a6b08684babe1aa0de64c4b
a8dca33ecf83d43c457f8127eaaee47c75160f35
refs/heads/master
2021-01-20T12:22:47.400350
2011-06-14T03:42:07
2011-06-14T03:42:07
1,891,981
0
0
null
null
null
null
UTF-8
C++
false
false
4,779
cpp
#include <stdio.h> #include "algbase.h" template<class T> class RBTree; class RBType; typedef enum { Red=1, Black, _RBType_discr_max } _RBType_discr; class RBType : public _alg_tracked<RBType> { public: _RBType_discr _discr; union { struct { } sRed; struct { } sBlack; }; ~RBType() { switch(_discr) { case Red: break; c...
[ "blackhole89@gmail.com" ]
blackhole89@gmail.com
9d821d3f37c5523053ad9fca22ac1fcc38f79cae
80a22e37d078ef886b7909a7f392216a6d212ee7
/sporeCloud/GenericPM/include/weather.h
af847ef0f15511f6a4400eaa7088f19cca7bcce6
[]
no_license
thiagoferreira53/wheat-blast-model
e588c4f72f891a7540ec1c77abd49e73a9ed12c9
9d8938ef88381d634ac1c20b991658a9be90899d
refs/heads/master
2020-08-30T11:56:15.483149
2019-10-03T19:18:30
2019-10-03T19:18:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,186
h
#ifndef WEATHER_H #define WEATHER_H class Weather { protected: Weather(); static Weather* instance; int yearDoy = 0; int year = 0; int doy = 0; float tMin = 0; float tMax = 0; float tMean = 0; float sRad = 0; float rain = 0; float par = 0; float wetDur = ...
[ "felipevar26@gmail.com" ]
felipevar26@gmail.com
d9891111b971407d5bd3b12228d5328c6ba036c7
7b7570ef6a05e916d67f584ff487068495a75530
/basicofprogram/lengthofstring.cpp
a6993ab4266584bec7e90f8e02ef7bbb22d234bf
[]
no_license
JeetYad07/DSA
09a7193c3e54c8f5b4a6aff9efc2cf19df3c5b84
484d2760d4c0bba3988cdaa886f06d1857d6ac77
refs/heads/main
2023-06-02T07:27:38.815108
2021-06-20T08:42:39
2021-06-20T08:42:39
378,594,055
0
0
null
null
null
null
UTF-8
C++
false
false
268
cpp
#include<iostream> #include<string> using namespace std; int main(){ string str="Jeet Yadav"; string::iterator it; int count=0; for (it=str.begin();it!=str.end();it++) { // cout<<str[i]<<endl; count++; } cout<<"Length is : "<<count<<endl; return 0; }
[ "jeety227@gmail.com" ]
jeety227@gmail.com
5761b01ff999851c5d8c390e9d4a56974225355c
af41d261aca676f6394f5144c07a54163dc2f8d6
/test/blackbox/rpcdds_rti/UnionTest/UnionTestClientExample.cxx
fcd79c7a7da747e6df0e2d68a3e1b6122fd45367
[ "Apache-2.0" ]
permissive
eProsima/RPC
8db60788dc11581a537d3a0b0d618712149b6f02
85274fa21290c5382044904d459afd17b38ebca7
refs/heads/master
2023-06-15T02:11:52.032899
2022-05-23T10:16:33
2022-05-23T10:16:33
23,354,606
55
32
Apache-2.0
2023-06-05T13:45:12
2014-08-26T14:29:12
C++
UTF-8
C++
false
false
3,930
cxx
/************************************************************************* * Copyright (c) 2012 eProsima. All rights reserved. * * This copy of FASTRPC is licensed to you under the terms described in the * FASTRPC_LICENSE file included in this distribution. * ******************************************************...
[ "correoricky@gmail.com" ]
correoricky@gmail.com
95fab6dc8b90b5efac8c970cdb60de8dae83a792
b3fd6c4697a7990ca7ba387adfb9b43842ffc589
/cf319B.cpp
5c4591857c52221b7af6e43623057d0f93630c21
[]
no_license
jainrishabh98/CP
48ab325fbfced6174778ec74e286b0874df9d82b
3d244de1096c484bb663ac328655a879d1f28b54
refs/heads/master
2021-06-07T09:10:42.900663
2020-02-05T08:58:39
2020-02-05T08:58:39
150,934,959
0
0
null
null
null
null
UTF-8
C++
false
false
542
cpp
#include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; int t[n+1],val[n+1]; int x; for (int i = 0; i < n; i++) { cin >> val[i]; } stack <int> S; int sol = 0; for (int i=0; i<n; ++i) { t[i] = 0; while (S.size()>0 && val[S.top()...
[ "jrishabh98@gmail.com" ]
jrishabh98@gmail.com
4284ee1ce7426a32588a19fc8770f0275e1a0a16
17ef1b5a9a21617eba0a262c64025c829af02013
/LORA/SLIP/SLIP.h
dd0791ca44a7e9bca8b6c8da5dd90cc67087719b
[]
no_license
enmate95/diploma
a51460731d37b2f845298b55d4e1cfad98a595a6
c751e5241f4bdfce73b1bb2048130cf944f8e5ed
refs/heads/master
2021-04-23T14:16:14.357757
2020-11-24T12:33:22
2020-11-24T12:33:22
249,931,694
0
0
null
null
null
null
UTF-8
C++
false
false
910
h
/* * SLIP.h * * Created on: May 2, 2020 * Author: mate_pc */ #ifndef SLIP_H_ #define SLIP_H_ #include <stdint.h> // SLIP Protocol Characters #define SLIP_END 0xC0 #define SLIP_ESC 0xDB #define SLIP_ESC_END 0xDC #define SLIP_ESC_ESC 0xDD // SLIP Receiver/Decoder States #define SLIPDEC_IDLE_STATE 0 #define ...
[ "hornyak.matedaniel@gmail.com" ]
hornyak.matedaniel@gmail.com
59951a219cf252a5b19a2160e074cc989f68045f
0c435d78e50b10bcf30c8be2a29c1000d20979fc
/Moniteur/src/graphEngine/Primitive/Trantorien.hpp
b78d3100a886b10903fff1aa1964be7afaaaf2f7
[]
no_license
Dab0u1/Zappy
76943490b704f3ad0a51169e96556d1d39b48d2c
7530e1e0075335b06489883a5604d25d3b9ca9ee
refs/heads/master
2021-05-27T05:05:47.922192
2014-07-12T13:44:12
2014-07-12T13:44:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,148
hpp
// // Trantorien.hpp for zappy in /home/vallee_c/rendu/PSU_2013_zappy/Moniteur/src/graphEngine/Primitive // // Made by david vallee // Login <vallee_c@epitech.net> // // Started on Thu Jul 10 10:59:43 2014 david vallee // Last update Thu Jul 10 11:59:24 2014 david vallee // #ifndef TRANTORIEN_HPP_ # define TRANT...
[ "gonon_c@epitech.eu" ]
gonon_c@epitech.eu
7e541555e4ea24f191a53c547f3ab9fd574df741
00489a0248e8781e5fb9c343637ad8a43a6b5221
/include/scripting/angel_script/scriptvector/scriptvector.hpp
63a9e05dac6689e3264b2d925f97a122315889ab
[ "MIT" ]
permissive
radtek/ice_engine
d86022b797186916819d344bdafe8f72fe72d543
1d14cd828030c9dcf3879230fe55b0313718541f
refs/heads/master
2020-06-02T19:50:42.692601
2018-12-07T21:27:48
2018-12-07T21:27:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,733
hpp
#ifndef SCRIPT_VECTOR_H_ #define SCRIPT_VECTOR_H_ #include <new> #include <vector> #include <cassert> #include <angelscript/angelscript.h> BEGIN_AS_NAMESPACE template<typename T, typename V> class VectorRegisterHelper { public: static void DefaultConstructor(T* memory) { new(memory) T(); } static void CopyConstru...
[ "j.chisholm@prylynx.com" ]
j.chisholm@prylynx.com
d5a8f359d82c58687b05a10976ab648255549f61
368dac6c28dc44bd28288bce651c32f1f640dc91
/virtual/client/include/csengine/impprctx.h
bb0dc8b55a69a83d23e9fc385fef33b95b29f447
[]
no_license
Programming-Systems-Lab/archived-memento
8fbaa9387329d1d11ae4e8c1c20a92aeadeb86e0
084c56a679585c60b5fc418cd69b98c00cf2c81e
refs/heads/master
2020-12-02T12:21:04.667537
2003-11-04T17:08:35
2003-11-04T17:08:35
67,139,953
0
0
null
null
null
null
UTF-8
C++
false
false
1,785
h
/* Copyright (C) 2002 by Keith Fulton and Jorrit Tyberghein This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later ...
[ "mg689" ]
mg689
adff27ce4d9cc06f9c2fa8695d7b9c32abfa96aa
f17a33ba77f55bc355973126564e53f7e19a9cc2
/urlmatching2/src/HeavyHitters/common.h
5a28e3b9bdc31a332fb0d114bed461ea266b6ba8
[]
no_license
pombredanne/urlmatching
e102aa326879bc51bd65b71644a08364ca9f4b63
939a21588f4055cd6df86a7742c2631f475b6a65
refs/heads/master
2020-06-20T08:59:24.216391
2016-04-10T21:19:57
2016-04-10T21:19:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,303
h
/* * File: common.h * Author: golanp * * Created on November 23, 2013, 6:54 PM * Edited by Michal */ #ifndef COMMON_H #define COMMON_H #include <unordered_map> #include <unordered_set> #include <set> #include <vector> #include <string> #include <algorithm> #include "crc32c.h" //michal added: //#include <me...
[ "daniel.on.web@gmail.com" ]
daniel.on.web@gmail.com
129a152937cf9c7cff47af512ff260b24a2ecfef
6f25c6660e770db7aa6c917834fa87ff3c784af3
/cocos2d/cocos/2d/CCSprite.h
b3006f4483f758d5cfa6f8dbbe5ac1113fc389b7
[ "MIT" ]
permissive
lfeng1420/BrickGame
7c6808f7212211ad7dc12592063e505c95fdfadb
e4961a7454ae1adece6845c64a6ba8ac59856d68
refs/heads/master
2020-12-11T08:50:19.812761
2019-10-11T15:06:59
2019-10-11T15:06:59
49,433,572
42
14
null
null
null
null
UTF-8
C++
false
false
21,835
h
/**************************************************************************** Copyright (c) 2008-2010 Ricardo Quesada Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any...
[ "lfeng1420@hotmail.com" ]
lfeng1420@hotmail.com
a62aad1e64f72bd4ef4f3d3acf498fd5c02da079
16e130599e881b7c1782ae822f3c52d88eac5892
/leetcode/bullsAndCows/main.cpp
a7e1317b06829aa9a5e02f250807d756dbecc456
[]
no_license
knightzf/review
9b40221a908d8197a3288ba3774651aa31aef338
8c716b13b5bfba7eafc218f29e4f240700ae3707
refs/heads/master
2023-04-27T04:43:36.840289
2023-04-22T22:15:26
2023-04-22T22:15:26
10,069,788
0
0
null
null
null
null
UTF-8
C++
false
false
1,470
cpp
#include <vector> #include <iostream> #include <algorithm> #include <set> #include <sstream> #include <cmath> #include <queue> #include <map> #include <list> #include <string> #include <cstdlib> #include <cctype> #include <stdexcept> #include <climits> #include <utility> #include <bitset> #include <stac...
[ "knightzf@gmail.com" ]
knightzf@gmail.com
f8f71057ecb4e1f024302e25928ea9738c4c5eed
bd893ed31f5a50d5be969625f8c6c233734b60ac
/sprout/uuid/generators.hpp
5b48cb6358f480a8cdbfb2a36d7ebe1df4c39211
[ "BSL-1.0" ]
permissive
kennethho/Sprout
021fb3b7583fcf05e59c6c2916292073cd210981
dad087cd69627897da31a531c9da989c661866cc
refs/heads/master
2021-01-22T00:50:54.516815
2013-12-12T14:38:33
2013-12-12T14:38:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
732
hpp
/*============================================================================= Copyright (c) 2011-2013 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout 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.tx...
[ "bolero.murakami@gmail.com" ]
bolero.murakami@gmail.com
42156c08909af83da68e5a367abe20e3dc305180
436623ee85c9d9444d700b56f2729b12b9f2c659
/include/eepp/ui/tools/uidocfindreplace.hpp
5e2713fd200edfe75873c9f1a935b13423797f55
[ "MIT" ]
permissive
SpartanJ/eepp
0bd271b33058ef119f5c34460ed94e44df882a25
9f64a2149f3a0842ced34b8b981ffe3a8efc6d13
refs/heads/develop
2023-09-01T01:17:30.155540
2023-08-27T20:58:19
2023-08-27T20:58:19
125,767,856
341
27
MIT
2023-04-01T20:10:26
2018-03-18T21:11:21
C++
UTF-8
C++
false
false
2,560
hpp
#ifndef EE_UI_TOOLS_UIDOCFINDREPLACE_HPP #define EE_UI_TOOLS_UIDOCFINDREPLACE_HPP #include <eepp/ui/base.hpp> #include <eepp/ui/doc/textdocument.hpp> #include <eepp/ui/uicodeeditor.hpp> #include <eepp/ui/uidatabind.hpp> #include <eepp/ui/uilinearlayout.hpp> #include <eepp/ui/uiselectbutton.hpp> #include <eepp/ui/uitex...
[ "spartanj@gmail.com" ]
spartanj@gmail.com
a6790e376fc95992936943e1992927bf2211647d
5b4399809e0dd8f44f2e247a54866b7c6334c2ab
/src/comp/peGraphPointer.h
aa8197002e261a0947080883dfc4b0182b7652a6
[]
no_license
GRAYCN/backend
d1648e950ad706b9ca9c0780fc4aa28991d58518
e1d8bb1bcb172a1d1a9f8ef36522304890d0afe7
refs/heads/master
2020-06-04T18:50:46.391495
2019-06-30T15:53:07
2019-06-30T15:53:07
189,698,736
0
0
null
2019-06-01T06:27:59
2019-06-01T06:27:59
null
UTF-8
C++
false
false
222
h
/* * peGraphPointer.h * * Created on: May 20, 2019 * Author: zqzuo */ #ifndef COMP_PEGRAPHPOINTER_H_ #define COMP_PEGRAPHPOINTER_H_ class PEGraph_Pointer{ private: }; #endif /* COMP_PEGRAPHPOINTER_H_ */
[ "zqzuo@zqzuo-Vostro-3668" ]
zqzuo@zqzuo-Vostro-3668
cbb790218d5c56ebfbc5bc7191ed3c6ac52e0872
2a2c909ca11664fbfe3bbac77b60d9ff68c6f3d4
/C_C++_Projects/1_C++_Codes/beaproblemsetter/main.cpp
80781dd17573f2bcb04bb6754f22d8ac04bc1fd1
[ "MIT" ]
permissive
sunjerry019/RandomCodes
d8049ca188d7f0daeee4a9b43d119ab026a9027c
4402604aaeee63bb1ce6fa962c496b438bb17e50
refs/heads/master
2021-01-12T14:32:02.077792
2019-05-19T15:42:48
2019-05-19T15:42:48
70,065,532
0
0
null
null
null
null
UTF-8
C++
false
false
78
cpp
#import<iostream> main(int a,int b){if((std::cin>>a>>b)&&(std::cout<<a+b)){}}
[ "sunjerry019@gmail.com" ]
sunjerry019@gmail.com
e410909418df0192b09133a0201be9e4cc145811
7d5691687676b900553628f9287b7cb9094dac9a
/3party/glm/test/gtx/gtx_log_base.cpp
10b5c60096ce913e563c44eff8202fc8f30c79ff
[ "MIT", "Apache-2.0" ]
permissive
mapsme/omim
bf3ea4f419a547b7c124107e344d7f565d707c12
1892903b63f2c85b16ed4966d21fe76aba06b9ba
refs/heads/master
2023-02-20T16:31:08.733960
2021-04-27T13:57:41
2021-04-28T14:44:52
42,798,033
5,032
1,527
Apache-2.0
2022-10-03T08:28:24
2015-09-20T02:57:13
C++
UTF-8
C++
false
false
654
cpp
/////////////////////////////////////////////////////////////////////////////////////////////////// // OpenGL Mathematics Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net) /////////////////////////////////////////////////////////////////////////////////////////////////// // Created : 2013-10-25 // Updated : 20...
[ "alex@maps.me" ]
alex@maps.me
675092dd50b6593a1020f45280ad7be18bf94785
6aeccfb60568a360d2d143e0271f0def40747d73
/sandbox/big_number/libs/multiprecision/test/concepts/sf_concept_check_poly.cpp
0bc21001690b7d26730b4509f9b2544f54b1f011
[]
no_license
ttyang/sandbox
1066b324a13813cb1113beca75cdaf518e952276
e1d6fde18ced644bb63e231829b2fe0664e51fac
refs/heads/trunk
2021-01-19T17:17:47.452557
2013-06-07T14:19:55
2013-06-07T14:19:55
13,488,698
1
3
null
2023-03-20T11:52:19
2013-10-11T03:08:51
C++
UTF-8
C++
false
false
3,626
cpp
// Copyright John Maddock 2012. // Use, modification and distribution are subject to 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) // // This tests that cpp_dec_float_50 meets our // conceptual requirements when used with Boos...
[ "john@johnmaddock.co.uk" ]
john@johnmaddock.co.uk
83abcaf9aed4e81c7fd9fcae01400c6f2e12367c
5885fd1418db54cc4b699c809cd44e625f7e23fc
/bapc-2018-cf102007/f.cpp
623eede14ac0a28b0b57771a913053de9b7fde00
[]
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
1,350
cpp
#include <bits/stdc++.h> using namespace std; #define _USE_MATH_DEFINES #define For(i,n) for (int i=0; i<n; i++) #define FOR(i,a,b) for (int i=a; i<=b; i++) #define Down(i,n) for (int i=n-1; i>=0; i--) #define DOWN(i,a,b) for (int i=b; i>=a; i--) typedef long long ll; typedef long double ld; typedef pair<int,int> pii...
[ "henryxia9999@gmail.com" ]
henryxia9999@gmail.com
96ce32226626b5ace218cfc076c3c009702a7480
622541c659d678d946c0c17adcd4692bb3f121e0
/lib/runnable.h
c5c81a5867b6b46d8af406fab106fa9e00f76444
[]
no_license
haihua-sysu/Distributed-System-course-work
75363c752a96febce19374b41c980ac04ef6a410
093e85f860b0ac459490b81d48a60034458aa6a0
refs/heads/master
2020-04-18T11:42:38.584834
2019-02-10T10:27:32
2019-02-10T10:27:32
167,510,559
0
0
null
null
null
null
UTF-8
C++
false
false
103
h
#ifndef RUNNABLE_H #define RUNNABLE_H class Runnable { public: virtual void run() = 0; }; #endif
[ "haihua.sysu@gmail.com" ]
haihua.sysu@gmail.com
cc4f86a9a44f8fffafe58237da5289ffc52650f8
3e0d65511907c859838c5dbaaa47d6005edd8f71
/non_template/timers/timer_149.cpp
ae59518c1997e259573edca88d19f41a2b04e453
[]
no_license
jdullea/SIMD_wrapped_vector
a8e094985d68802db9c662050f9e6faee3abd7e5
6c7367b1874bf2bc586efe9a2320e4e882f9d152
refs/heads/master
2021-01-19T04:52:32.218282
2017-04-19T11:03:38
2017-04-19T11:03:38
37,668,767
0
1
null
2015-06-23T15:17:10
2015-06-18T15:43:35
C++
UTF-8
C++
false
false
7,488
cpp
//Name: Jonathan Dullea //jdullea@umass.edu //This file was generatef by generate_timers.cpp #include <iostream> #include <x86intrin.h> #include "immintrin.h" #include <cstring> #include <cmath> #include "../vectors/vector_149.hpp" #include <ctime> #include <chrono> #define aligned_store __attribute((aligned(32))) ...
[ "jonathan.dullea@gmail.com" ]
jonathan.dullea@gmail.com
ea25fecc38778e3e60019113abdb748549c87328
f7b3eee1c259f24e547fc06ef77c8cc3ff81d576
/BOJ_1759/Answer.cpp
3504f0d554f7741b3a8b7bee7de2d3ee8c514a7d
[]
no_license
Arastoa/BOJ
4196ed246cac8400c6de4518331e19f9099a457a
ec64b3f0e44bf65f4ac5d70469956909583d2716
refs/heads/master
2020-04-14T23:57:17.385542
2017-09-15T18:50:57
2017-09-15T18:50:57
31,755,066
4
0
null
null
null
null
UTF-8
C++
false
false
1,160
cpp
#include <iostream> #include <set> #include <stdio.h> #include <string> using namespace std; set<string> passwordSet; set<char> cset; string target = ""; void make_password(string str, int start,int jcount ,int mcount); void print_strset(); int n; int main(){ int C; cin >> n >> C; for (int i = 0; i < C; i++){ ...
[ "waninokow@gmail.com" ]
waninokow@gmail.com
02d708ba7ca1c51114e6042e20a193979cd037d4
496b267e6c47baeb4991dc9a36b0a874c6390c05
/bloc-1-session1/MyGLWidget.h
7ad18a714c0ba1f3cac7bf73d27d895ed1968f59
[]
no_license
serk12/IDI_LABS
9f1e358d16c2bbfa958ec0afb882acb764c0d827
86b3bd90a49da5dc1884150441edb2510feb0787
refs/heads/master
2021-06-09T11:51:03.103215
2016-12-11T22:54:21
2016-12-11T22:54:21
76,116,392
0
2
null
null
null
null
UTF-8
C++
false
false
901
h
#include <QOpenGLFunctions_3_3_Core> #include <QOpenGLWidget> #include <QOpenGLShader> #include <QOpenGLShaderProgram> #include "glm/glm.hpp" class MyGLWidget : public QOpenGLWidget, protected QOpenGLFunctions_3_3_Core { Q_OBJECT public: MyGLWidget (QWidget *parent=0); ~MyGLWidget (); protected: ...
[ "marcprat_maso@hotmail.com" ]
marcprat_maso@hotmail.com
f80d8d76f1b9a4e900932ac53a98438f29ce720c
31f684e51e4e4e8bdf01b49e70d545f7223ed846
/GameProject/GameProject/Core.cpp
f7db45a09acb20d38c9b6b38bec486d6da492d9e
[]
no_license
kojun209/colognegamelab
0fb677861ae99b33ae0237724f0a3cf36c023cda
97a7db1c4ea9c9ec34bceafddf260a86727895a8
refs/heads/master
2021-12-14T03:20:41.354520
2021-12-07T11:07:10
2021-12-07T11:07:10
174,335,095
0
0
null
null
null
null
UTF-8
C++
false
false
1,653
cpp
#include <iostream> #include "Core.h" #include "FloorManager.h" #include "ObjectManager.h" #include "StoreManager.h" #include "Inventory.h" using namespace std; Core* Core::mInstance = nullptr; enum eMainMenu { SPIRE = 1, STORE, INVENTORY, EXIT }; Core::~Core() { ObjectManager::DestroyInstance(); FloorManage...
[ "kojun209@gmail.com" ]
kojun209@gmail.com
b62618fe56bb7cf4c1593c6fb324a9d5bba17aa4
a6f17aa49d8e5a1f6605d06e58244167464263c2
/Tools/CharniakParserRerank/second-stage/programs/eval-weights/best-indices.cc
1dba8c315bcceb9bb0e4f7116fbd1d644a39c8e5
[ "Apache-2.0", "BSL-1.0" ]
permissive
jjwangnlp/codra-rst-parser
ebdab42c632819545349840a0cab8ec272529494
b5cd3c94902741c2038969f167131201baf1292b
refs/heads/master
2020-04-09T12:30:43.406881
2016-11-20T20:40:54
2016-11-20T20:40:54
160,353,150
1
1
null
2018-12-04T12:21:05
2018-12-04T12:21:05
null
UTF-8
C++
false
false
3,332
cc
// Licensed under the Apache License, Version 2.0 (the "License"); you may // not use this file except in compliance with the License. You may obtain // a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed...
[ "github@arne.cl" ]
github@arne.cl
0f23abaa81bbe3c4c73ab2df249aa1c30220dd86
da70d2400e7dc76b623a8b928b453cb68310022b
/OJ/260.cpp
3ee09e9d0ce55af8de283b82f35cdd14d917262a
[]
no_license
431009479/Code
53f9c2280daff52801552b53f6eae7253c0c3f25
2e3a5dac64c55a9ec0e980702ab8b1e11b580aac
refs/heads/master
2022-11-22T02:28:44.773850
2020-07-18T23:50:52
2020-07-18T23:50:52
260,270,455
0
0
null
null
null
null
UTF-8
C++
false
false
1,635
cpp
/************************************************************************* > File Name: 260.cpp > Author: > Mail: > Created Time: 2020年04月08日 星期三 11时36分09秒 ************************************************************************/ #include<iostream> #include<stack> #include<string> using namespace std; stack <c...
[ "431009479@qq.com" ]
431009479@qq.com
f8fb3e6a87d1f67fd10d90355f6a93142b0d389d
ca2d8da4dee81c73407a83e7aa6b3a025fd99075
/Classes/DrawUtil.h
013d812db3977b007fe09cda812d4b9436cdf887
[]
no_license
yangyujiang/Trapit
bc8c865c41490daae9abe54fb4a2d705d502386e
c3ffddce9c5957dc2d916b6a8f0f4ba0ff806afe
refs/heads/master
2021-01-13T02:40:11.663657
2013-05-30T11:01:54
2013-05-30T11:01:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
778
h
#ifndef __DRAW_UTIL_H__ #define __DRAW_UTIL_H__ #include "cocos2d.h" USING_NS_CC; class DrawUtil{ public: static void drawSolidCircle(const CCPoint& center,float radius,unsigned int segments,ccColor4F color) { const float coef = 2.0f * (float)M_PI/segments; CCPoint *vertices=(CC...
[ "yu-2781@163.com" ]
yu-2781@163.com
28e02f6cf3b5961c4cf715a33333081280fe5cf1
c91c28001d61ed9c86644f3f373786dbc31dad2c
/1237.cpp
6578a43607c27ba978253ba50844e2a275525ab7
[]
no_license
shrish789/UVa-solutions
e830203f5e381394ae6d114978489deb4fab5d6a
7f04576e58d91781d706383378f63638338e2e2c
refs/heads/master
2020-04-21T20:34:26.503076
2019-02-09T09:31:29
2019-02-09T09:31:29
165,297,959
0
0
null
null
null
null
UTF-8
C++
false
false
1,060
cpp
#include <bits/stdc++.h> using namespace std; #define alpha ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL); #define pb push_back #define mp make_pair #define all(x) (x).begin(),(x).end() #define ff first #define ss second #define input(v,n) for(ll ppp=0; ppp<n; ppp++) cin>>v[ppp] #define output(v,n) for...
[ "sharmashrish897@gmail.com" ]
sharmashrish897@gmail.com
2d9af4ccf1e1965d41a66e35bab0cfb3f675736f
b7f3edb5b7c62174bed808079c3b21fb9ea51d52
/components/sync/driver/syncable_service_based_model_type_controller.cc
1e92152a8dbbf3b0edc153a32d77d90e17e87b91
[ "BSD-3-Clause" ]
permissive
otcshare/chromium-src
26a7372773b53b236784c51677c566dc0ad839e4
64bee65c921db7e78e25d08f1e98da2668b57be5
refs/heads/webml
2023-03-21T03:20:15.377034
2020-11-16T01:40:14
2020-11-16T01:40:14
209,262,645
18
21
BSD-3-Clause
2023-03-23T06:20:07
2019-09-18T08:52:07
null
UTF-8
C++
false
false
4,026
cc
// 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. #include "components/sync/driver/syncable_service_based_model_type_controller.h" #include <memory> #include <utility> #include "components/sync/model_im...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
bc8cdf5b1796377d168adc1a9f8438648ec72a15
561e985145b1e74fd956ba4f07acd13e8ac11ebc
/Test ARKit 4/TestARKit/Classes/Native/Il2CppTypeDefinitions.cpp
bb196e9e14a6b2af284c053016bf62aa9f030d4b
[]
no_license
thanhitpro/Jump
04eaaef2dd5afda806d48c5b9d86dbc30bce2feb
45769ecf15c8496d20b91c493e9389de27bbb367
refs/heads/master
2021-01-20T23:09:18.815748
2017-09-07T08:14:18
2017-09-07T08:14:18
101,840,580
0
0
null
null
null
null
UTF-8
C++
false
false
1,545,487
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "class-internals.h" #include "codegen/il2cpp-codegen.h" extern const Il2CppGenericInst GenInst_Il2CppObject_0_0_0; Il2CppGenericClass IEnumerator_1_t164973122_GenericClass = { 25, { &GenInst_Il2CppObjec...
[ "thanhit08@msn.com" ]
thanhit08@msn.com
6dc55dc07c3c361eec1bc9ef32c049ca871d0ff8
61b1d35d29bc40bcb378f94fa62a7051bd0bd581
/solution/ttblazer/src/generators/te_toug.h
1292ca2c78dbe126075daa640e7e5fb36752ec3e
[]
no_license
silverfield/ttbl-final
8fe81b87d4fb561d0b356f513dbbd24202f3952d
86fe7f564de2654115c4fbaf1408724b27f203ff
refs/heads/master
2021-01-22T14:39:15.080455
2013-05-04T16:51:54
2013-05-04T16:51:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,847
h
/* Builds a UG graph from given time-expanded graph */ #ifndef TE_TOUG_H_ #define TE_TOUG_H_ /*****************************************************************/ /* Includes /*****************************************************************/ #include "generator.h" #include "../central.h" /***************************...
[ "ferohajnovic@gmail.com" ]
ferohajnovic@gmail.com