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
870f0ceeba3129d0e8bd36710b5134121d205760
7e114a2e28abda0ae6104489e21a514a3aaed95b
/include/kT/Graphics/D3D11Device/D3D11ImmediateContext.hpp
90ebf586fd1f88ab3c22d73f0a829261f6d95cbb
[]
no_license
Ziple/kT
806347fcaad482e1431e2f2e3e5dab17fd106626
51d1a578feb2e9b1109491cc8de317c0d5810462
refs/heads/master
2020-06-05T00:19:09.598543
2014-08-28T19:31:01
2014-08-28T19:31:01
16,454,633
1
1
null
null
null
null
UTF-8
C++
false
false
935
hpp
#ifndef __KTD3D11IMMEDIATECONTEXT_HPP__ #define __KTD3D11IMMEDIATECONTEXT_HPP__ #include <kT/Core/Build.hpp> #include <kT/Core/Types.hpp> #include <kT/Core/NonCopyable.hpp> #include <kT/Graphics/D3D11Device/D3D11GraphicsContext.hpp> #include <kT/Graphics/PixelFormat.hpp> #include <kT/Graphics/GraphicsDevice/PrimitiveT...
[ "damien.hilloulin@supelec.fr" ]
damien.hilloulin@supelec.fr
5d50ca0c1cfaa1117f792b3869e046dddaac30c3
2260c2637b196926bf3e01b9651e8b5c84eb6a9b
/blanksquare.cpp
dfb8a13d1bcd730ae67f237e0f9065f1554a5476
[]
no_license
Aiyadesu/chess-ai
7df595083172e7c4b6c670c0de5dae916855b3a2
6d68882c3b7bd97665ef7b23fb86eedba7c4835f
refs/heads/master
2021-01-17T07:15:19.300921
2016-04-26T08:00:38
2016-04-26T08:00:38
54,118,042
0
0
null
null
null
null
UTF-8
C++
false
false
279
cpp
#include "blanksquare.h" BlankSquare::BlankSquare() { position = NO_POSITION; colour = COLOURLESS; value = WORTHLESS; } BlankSquare* BlankSquare::getPiece() { std::cout << "I am a " << this->colour << " of " << this->value << std::endl; return this; }
[ "richard08192@hotmail.com" ]
richard08192@hotmail.com
ab6e7a54f94e01b405fb5fe83fce7dd3a8026976
ccbd18224e73447c05ffc90d2034c3d579b4ae28
/Practice.cpp/main.cpp
b081d34c9235e8fd52f10ca3d4ef1d1f9fc4bd8e
[]
no_license
aramirez7412/CS1C_Workspace
2826f5057571950c4c1ad8f29aff0b5c504af242
4bf2a062d93fa390b735b31eb44171976750dea4
refs/heads/master
2021-01-19T19:32:20.508388
2015-01-30T01:02:20
2015-01-30T01:02:20
30,049,194
0
0
null
null
null
null
UTF-8
C++
false
false
959
cpp
#include <iostream> using namespace std; //int testFunction( // int &intRef, // int * intPtr, // int myInt, // char arrayOfChars[]); //int main() //{ // char arrayOfChars[] = {'x','y','z'}; // int firstInt=5; // int secondInt=10; // int thirdInt=25; // int & intRef=firstInt; // int * secondIntPtr=&secondInt; // // cou...
[ "aramirez7412@gmail.com" ]
aramirez7412@gmail.com
c2b14faf61582644fca6d99aaf6f1181a89e1371
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/grpc/src/test/cpp/microbenchmarks/bm_huffman_decode.cc
0271fdf631accf8d93b6c3a22139c044b64590c2
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "MPL-2.0" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
2,480
cc
// Copyright 2022 gRPC authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
[ "jengelh@inai.de" ]
jengelh@inai.de
8a8f81b7bb4dc6d8bca95b5811afb57d12fb804b
5d01a2a16078b78fbb7380a6ee548fc87a80e333
/EgarTransport/TpControl/HostSettings.h
a73321ed3edd3f66aadf911d9655b03acfd0c955
[]
no_license
WilliamQf-AI/IVRMstandard
2fd66ae6e81976d39705614cfab3dbfb4e8553c5
761bbdd0343012e7367ea111869bb6a9d8f043c0
refs/heads/master
2023-04-04T22:06:48.237586
2013-04-17T13:56:40
2013-04-17T13:56:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,386
h
#if !defined(AFX_HOSTSETTINGS_H__75DDBA3C_D2E4_46E1_903F_9D0E3A612318__INCLUDED_) #define AFX_HOSTSETTINGS_H__75DDBA3C_D2E4_46E1_903F_9D0E3A612318__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // HostSettings.h : header file // #include "resource.h" //////////////////////////////////...
[ "chuchev@egartech.com" ]
chuchev@egartech.com
b69fe7884f580ef8915c805ac852499824fa77d3
1e0eb122a703f3edb78b8dfdf82fed5c4defd6aa
/src/ai/Driver.cpp
1cca94fb250702afbfb9fd3f73a525603ea596ee
[]
no_license
dwks/HexRacer
66043a6cfefeb5458bad26c68ea7260739e33da8
e24ef120a34aa6ca6619fb01e9f0a5885e3af25b
refs/heads/master
2020-07-03T10:27:45.157003
2015-09-09T21:55:18
2015-09-09T21:55:18
42,206,529
3
1
null
null
null
null
UTF-8
C++
false
false
100
cpp
#include "Driver.h" namespace Project { namespace AI { } // namespace AI } // namespace Project
[ "dwks42@gmail.com" ]
dwks42@gmail.com
91ef55bf01ecb098fd892a90ecc0f5aabfd4f703
abb09842fb64c5128d13784cae4322251318efb6
/sdl/aiie.cpp
4126cc2dff61be04ca5f321e29594309ab830cc6
[]
no_license
jemisa/aiie
673917155acfd9b1443e933df57c9e63e99c97e0
2082f07d620b98825b50a8dfaa843e65f442fd36
refs/heads/master
2023-02-21T05:14:40.813370
2021-01-22T03:18:48
2021-01-22T03:18:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,402
cpp
#include <stdio.h> #include <unistd.h> #include <curses.h> #include <termios.h> #include <pthread.h> #include "applevm.h" #include "sdl-display.h" #include "sdl-keyboard.h" #include "sdl-mouse.h" #include "sdl-speaker.h" #include "sdl-paddles.h" #include "nix-filemanager.h" #include "sdl-printer.h" #include "appleui.h...
[ "jorj@jorj.org" ]
jorj@jorj.org
2eda66e7dbcb793d8e6ac032a4f16c7117302da2
b439b8840237b26e42445e18a745318b4d794e27
/DCFoundation/DCFoundation/Source/Base/DCFMetaClassBase.h
2e82750156f3904cee8a406b4eff1527b062cb4f
[]
no_license
Design-Complex/DCFoundation
dbf41154b98c80abc80b85262cd824a494664514
75aebbf2bf0cfa9e536fbcce898d4cba5b8c5fe7
refs/heads/master
2021-01-20T23:37:39.030177
2015-06-24T19:41:21
2015-06-24T19:41:21
32,950,964
0
0
null
null
null
null
UTF-8
C++
false
false
4,108
h
// // DCFMetaClassBase.h // DCFoundation // // Created by Rob Dotson on 6/18/15. // Copyright (c) 2015 Design Complex LLC. All rights reserved. // #ifndef _DCFMetaClassBase_ #define _DCFMetaClassBase_ /*! * @header * * @abstract * This header declares the DCFMetaClass class, * which forms the basis of the DC...
[ "rob@robdotson.info" ]
rob@robdotson.info
f10e4a6758304031311d000929072f1663f6eb43
83c3ba3c1f7c7b638769b91d193a12b2b41cb9ef
/src/qt/overviewpage.cpp
523c607505b368f99a75a2b9ec8c8904c4d27931
[ "MIT" ]
permissive
medlag/apeiron
bf93e10ca5e8edfed7c84b58de088bb1468caa38
ce95a4a313f1f30261afc51e066c05214f4c06bf
refs/heads/master
2020-03-20T21:58:00.792885
2018-06-10T11:17:47
2018-06-10T11:17:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,860
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Apeiron developers // Copyright (c) 2015-2017 The PIVX developers // Copyright (c) 2015-2017 The APEIR developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/license...
[ "apeironcoin@gmail.com" ]
apeironcoin@gmail.com
1774534ed49c4ce15604cabd75fa99fca4c50558
6e2b218d6e9253cb4fd678222deb8aad613af6dd
/src/filedownloader.cpp
e0bcaeff126f0bd538435f62ed94011242a96384
[]
no_license
a-andreyev/harbour-imagitron
26acbad2dc28fb1c343cd7532c38ed872ff49924
5a731bd9cd4c61fe92715ab7af6b16b25f451473
refs/heads/master
2020-12-23T15:21:33.595527
2017-05-27T19:12:48
2017-05-27T19:12:48
92,561,581
3
0
null
null
null
null
UTF-8
C++
false
false
1,975
cpp
#include "filedownloader.h" #include <QtCore/QUrl> #include <QtGui/QClipboard> #include <QNetworkRequest> #include <QStandardPaths> #include <QDir> FileDownloader::FileDownloader(QObject *parent) : QObject(parent) { } void FileDownloader::saveFile(const QString &url, const QString &title, bool isPreview) { _ur...
[ "yetanotherandreyev@gmail.com" ]
yetanotherandreyev@gmail.com
00dc1b9912d0710130bd52584aff320fae1c1961
7d98b9d2111bcae5803217c573f36f0bfa27de40
/C/primerCPP/ch15-oop/protected.cpp
3358ca82c26bcdb59ff4d7fe6aee0ce35531174b
[]
no_license
Jiangxiaochen/ubtdspace
a4f27e6d35a03a72981ca77df1eb468f33471244
93dc26405ce835cc9abf5e3f791bb1eac702868b
refs/heads/master
2021-07-11T20:23:15.379156
2018-09-21T09:37:54
2018-09-21T09:37:54
117,820,518
0
0
null
null
null
null
UTF-8
C++
false
false
537
cpp
#include "mycpp.h" class Base{ public: Base(int p = 1) : a(p),prot_mem(10){} protected: int prot_mem; public: int a; }; class Sneaky : public Base{ public: Sneaky() : j(2),a(20){} friend void clobber(Sneaky &); // 能访问Sneaky::prot_mem friend void clobber(Base &); //不能访问 void f(){ cout << prot_mem << endl; } ...
[ "1370035324@qq.com" ]
1370035324@qq.com
53780e68d795c22ca87f3532a676ee4c11967157
1577e1cf4e89584a125cffb855ca50a9654c6d55
/WebKit/Source/WebKit/GPUProcess/graphics/WebGPU/RemoteRenderPassEncoder.cpp
a5ddcd5ce135015c035aca3c7b215e2160aaa72d
[]
no_license
apple-open-source/macos
a4188b5c2ef113d90281d03cd1b14e5ee52ebffb
2d2b15f13487673de33297e49f00ef94af743a9a
refs/heads/master
2023-08-01T11:03:26.870408
2023-03-27T00:00:00
2023-03-27T00:00:00
180,595,052
124
24
null
2022-12-27T14:54:09
2019-04-10T14:06:23
null
UTF-8
C++
false
false
7,622
cpp
/* * Copyright (C) 2021-2022 Apple 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 conditi...
[ "opensource@apple.com" ]
opensource@apple.com
e7164fdaffae5ac23aa83d8209a162b72f4d333e
c60e33255bf3a5bff58ede3ab5127560d54d3d05
/transformation.h
0b89fb68c334a86dfc47c3c4cc9e744163c793e2
[]
no_license
mbobowsk/DarQwin
ddb193ef555e929c87261749e0881d22c12596ac
1905d13e44ff4ad870131c02ec16e4527ffe696a
refs/heads/master
2021-01-10T20:39:23.855064
2013-01-16T15:01:20
2013-01-16T15:01:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
567
h
#ifndef TRANSFORMATION_H #define TRANSFORMATION_H #include <QString> #include <sstream> #include <QRect> class Transformation { public: Transformation(); virtual ~Transformation(){}; virtual QString toString() const = 0; virtual Transformation* clone() const = 0; virtual QStringList getXML() const...
[ "m_bobowski@o2.pl" ]
m_bobowski@o2.pl
f83b2cfa702178116bb5dfc58cc3f006f6d2d0d0
aeb60a81cf5ef9c9340405a5661d5191f199d629
/Pizza-20.00/src/repository/OrderRepository.cpp
eb40c93cf5e633dd60d7884fb6263d5fb2f6db37
[]
no_license
sjofno17/Turtles-Pizzaria
66926b0aab9ffecc9315aa38d5e253f679620e6c
4a375f21871c0bfd9b1143edef3d07461fe5f8ca
refs/heads/master
2021-08-30T02:28:59.772064
2017-12-15T18:10:29
2017-12-15T18:10:29
112,354,614
1
0
null
null
null
null
WINDOWS-1252
C++
false
false
567
cpp
#include "OrderRepository.h" OrderRepository::OrderRepository() { } void OrderRepository::storePizza(const OrderModel& order) { ofstream fout; fout.open("orderedpizzas.bin", ios::binary | ios::app); order.write(fout); fout.close(); } OrderModel OrderRepository::retrievePizza() { ifstream fin; ...
[ "sjofno17@ru.is" ]
sjofno17@ru.is
f2906e415c0040e9ab770a35dc26b5f22aab388b
5bb758fe49f18870bb5bad24b7edb35b8151e000
/Common/Audio/SDLAudioObject.h
e40b6928f249e451a87a008f3812b2e6f071e01e
[]
no_license
LutzGunzenhausen/SpaceInvaders
76d63b420cd31eba7cf34c1bb30d7c6b75aadcb1
9c94ce2acff60927604ddb90b26ef2c46220cbe9
refs/heads/master
2020-05-18T17:07:44.130235
2019-05-02T08:32:53
2019-05-02T08:32:53
184,545,901
0
0
null
null
null
null
UTF-8
C++
false
false
491
h
#ifndef SDLAUDIOOBJECT_H_INCLUDED #define SDLAUDIOOBJECT_H_INCLUDED #include <SDL_mixer.h> #include "Common/Audio/AudioObject.h" namespace Game { class SDLAudioObject : public AudioObject { private: Mix_Chunk *chunk = NULL; public: SDLAudioObject(Mix_Chunk *chunk_) : chunk(chunk_) { } ~SDLAudioObject(...
[ "lutz.gunzenhausen@gmx.de" ]
lutz.gunzenhausen@gmx.de
9532a8b0cdef35d0b7e31ffe08ac8b7674b29d3e
a85a1e6c776e0433c30aa5830aa353a82f4c8833
/zzz/cooke/xmm/camera_xmm.cpp
22aab3e1ae7fec461c81298749660000d8fbc987
[]
no_license
IceCube-22/darkreign2
fe97ccb194b9eacf849d97b2657e7bd1c52d2916
9ce9da5f21604310a997f0c41e9cd383f5e292c3
refs/heads/master
2023-03-20T02:27:03.321950
2018-10-04T10:06:38
2018-10-04T10:06:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,660
cpp
// camera_xmm.cpp #ifdef __DO_XMM_BUILD #include "vid.h" extern void *new_m128(U32 c); extern void delete_m128(__m128 *data); ////////////////////////////////////////////////////////////////////////////// // // AllocXmm() // void Camera::AllocXmm() { if ( ! xmmMem ) { aspect = (__m128*) new_m128(1); ori...
[ "eider@protonmail.com" ]
eider@protonmail.com
6d6197bbde4d393385e63ab75b03d3fe51bdb779
45d1768d87a8fb3418594ec64cf7ed2daf06c6e9
/darkness-engine/include/components/ImagePropertiesComponent.h
abebebe169f508fb7b144b3d028d3e0ca86d9c3f
[ "MIT" ]
permissive
FutureInfinity/Darkness
c54888829de48eaaeed09acde4edce7423ba8774
c87eaf067a2707a0141909125ff461f69a3812e0
refs/heads/master
2021-09-13T15:39:45.959663
2018-05-01T17:15:25
2018-05-01T17:15:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,852
h
#pragma once #include "engine/EngineComponent.h" #include "engine/rendering/Material.h" #include "tools/Property.h" #include "tools/PathTools.h" #include "tools/Settings.h" #include "tools/AssetTools.h" #include "tools/image/Image.h" #include <memory> namespace engine { class ImagePropertiesComponent : public Eng...
[ "aleksi.jokinen@gmail.com" ]
aleksi.jokinen@gmail.com
a2ccf01e384a938bfbedf61b193d00a50e16fd0e
be4d10aa6b3b506b1dc9d9720eb6f2e6e636117c
/code/confocal_core/core/sampleq.cpp
762437177874c37871d3dc8efcbcfcaebb4d1ef5
[]
no_license
letheascetic/confocal
3776698f4162e4277cbd9ead316f5a2eecbe2cfc
c6d03ac0250a1fad8b9e6819c5400db27bb7e616
refs/heads/master
2023-03-01T01:44:07.926362
2021-02-03T01:08:24
2021-02-03T01:08:24
261,620,030
0
0
null
null
null
null
UTF-8
C++
false
false
2,018
cpp
#include "sampleq.h" SampleQ::SampleQ() { m_initialized = false; m_channelmask = 0x00; m_activatedChannelNum = 0; m_sampleSize = 0; m_queueSize = 0; for(int i=0; i<ChannelCount; i++) { DQueue* channel = new DQueue(); m_samples.append(channel); } } SampleQ::~SampleQ() {...
[ "yizhifight@163.com" ]
yizhifight@163.com
109ffd9b3483297de47fccf45638751ab2d609ae
7dc042a3f9068bc911c16f9173393660df704dab
/VC2008Samples/MFC/general/propdlg/stdafx.cpp
a5d51026124aa6c35709dff3d6d8175b4679ea0d
[ "MIT" ]
permissive
pluciro/VCSamples
5639f953bfbe0ef598af601cc78d5a18012e1792
8453972390580ef1bbc8c09ec7a14d3c9111518e
refs/heads/master
2022-05-10T04:45:11.889276
2022-05-06T15:11:50
2022-05-06T15:11:50
280,199,366
0
0
NOASSERTION
2020-07-16T16:10:32
2020-07-16T16:10:32
null
UTF-8
C++
false
false
603
cpp
// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (c) Microsoft Corporation. All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. // See these source...
[ "ericmitt@corp.microsoft.com" ]
ericmitt@corp.microsoft.com
b33e98b7d6da0085a9e86a863325825e66105203
b7546b8256902b62acf4b8bff74f74a2ff7c1ae5
/Maple/UI/CQuickSlotPanel.cpp
e375e1818a09795399cbf411c337e67d0a43e757
[]
no_license
Yumin2019/Maplestory
4eee91c0d31cf1e31805c8218d60207eb5fbe726
65ded26f975a29c812d0512000347972b7298622
refs/heads/master
2022-07-14T00:33:22.030847
2020-05-14T01:55:47
2020-05-14T01:55:47
263,761,577
6
0
null
null
null
null
UTF-8
C++
false
false
820
cpp
#include "CQuickSlotPanel.h" #include "../Collision/CShape.h" CQuickSlotPanel::CQuickSlotPanel() { } CQuickSlotPanel::CQuickSlotPanel(const CQuickSlotPanel & panel) : CUIPanel(panel) { } CQuickSlotPanel::~CQuickSlotPanel() { } bool CQuickSlotPanel::Init() { return true; } void CQuickSlotPanel::Input(float fDe...
[ "lmj3322@naver.com" ]
lmj3322@naver.com
41b60cac435bc18e90d23b2a180a6e0b1feb0bc5
64e08fe2eca889b958186c1f7988b42ac96f4c67
/include/ym/TclPopt.h
5635524253363749e1ecf3ac57c7336f0d482a92
[]
no_license
yusuke-matsunaga/ym-tclpp
6f71427e29f45d73721ae7d3fc046d10495b1add
1159842497700f27f75d5472db9fef9ffd131feb
refs/heads/master
2021-01-10T01:13:24.875147
2020-09-16T01:16:50
2020-09-16T01:16:50
52,789,257
0
0
null
null
null
null
UTF-8
C++
false
false
23,593
h
#ifndef TCLPP_TCLPOPT_H #define TCLPP_TCLPOPT_H /// @file ym/TclPopt.h /// @brief TclPopt のヘッダファイル /// @author Yusuke Matsunaga (松永 裕介) /// /// Copyright (C) 2005-2011 Yusuke Matsunaga /// All rights reserved. #include "ym/ym_tclpp.h" #include "ym/TclBase.h" #include "ym/TclObj.h" BEGIN_NAMESPACE_YM_TCLPP //////...
[ "yusuke_matsunaga@ieee.org" ]
yusuke_matsunaga@ieee.org
da1eda76423cbddf3b3f32967f8f976bb003912d
f018a13e049ec5cfe7e9febbdee49afb5dea7c59
/stage_1/Pokemon/main.cpp
677a6c56fbb17b76e011b1a271d563219eff4dca
[]
no_license
Anjiansan/Pokemon
d3d97de9c422a06e1d6c3e9236e8c22c3c629739
c2ef981b585b963a1f0ab6de7e98a408c747b2af
refs/heads/master
2021-01-13T07:53:24.239654
2017-02-28T15:25:07
2017-02-28T15:25:07
72,338,086
1
2
null
null
null
null
UTF-8
C++
false
false
301
cpp
#include <QApplication> #include<QDebug> #include "mainwindow.h" #include"pokemon.h" #include"highattack.h" #include"highblood.h" #include"highdefense.h" #include"highspeed.h" int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); return a.exec(); }
[ "anjiansan@gmail.com" ]
anjiansan@gmail.com
92d16c1d4fe1dfe83563685b9355062f03d21155
d08e80b3c20a6a48c9909e5c6feb2648181b7417
/CPP/Heap/Heap.cpp
02bbe42b8370203ee4b1a92f88fe4e20361962c1
[]
no_license
epistemik/codeblocks
5f6ad3fd05d2b57e9e1693d0a55b8be3f951a400
681d03d06a1ce6560deb8bd773059668171c42c9
refs/heads/master
2021-06-07T15:58:43.393131
2021-04-21T12:29:33
2021-04-21T12:29:33
138,498,104
0
0
null
null
null
null
UTF-8
C++
false
false
4,069
cpp
/* * Heap.cpp * Created on: Jan 21, 2011 * Author: Mark Sattolo * --------------------------------------------------------------------------- * $File: //depot/Eclipse/CPP/Workspace/OrigHeap/Src/Heap.cpp $ * $Revision: #6 $ * $Change: 48 $ * $DateTime: 2011/01/28 17:41:51 $ */ #include "Heap.hpp...
[ "epistemik@gmail.com" ]
epistemik@gmail.com
4d91967febc2b9dd5c67b8c8b721f8fefaad0860
df8eaced2ce970c31e1ed4c5f7a261a4b8a29e93
/lab6/Vehicle.cpp
16ac1e38d7348193161cad38c49b8b4bdb2d55ff
[]
no_license
pwbhs/CST8219
6e3c87db707451b3f72423d47657c1329abc492f
4e0a33d75ca000ad848d3ec6f431b992cf98b3c2
refs/heads/main
2023-01-14T18:38:52.002449
2020-11-20T02:05:35
2020-11-20T02:05:35
314,412,174
0
0
null
null
null
null
UTF-8
C++
false
false
1,233
cpp
#include<iostream> #include "Vehicle.h" using namespace std; Vehicle::Vehicle(int w, int d) { numWheels = w; numDoors = d; cout << "In constructor with 2 parameters" << endl; } Vehicle::Vehicle(int w) : Vehicle(w, 4) { cout << "In constructor with 1 parameters, wheels = " << w << endl; } Vehicle::Vehicle() : Veh...
[ "pwbhshshs@gmail.com" ]
pwbhshshs@gmail.com
ef41b6baa858337af271e45f6d53712707d093ad
00266b4375acc451663f4f48c3301d292a2c3f6a
/mesh/math/Vector3d.h
1717f747e202c8472a707069b6e905e6bbe41e51
[ "MIT" ]
permissive
dbagaev/mesh
954fa8b7c563adcec1321855036c9679197a7bc3
8793bd9e767c368ad9ec27618811fabf2e828c3f
refs/heads/master
2021-06-20T04:00:54.315269
2017-07-04T08:12:29
2017-07-04T08:12:29
31,213,969
0
1
null
2017-07-04T08:12:30
2015-02-23T15:27:28
C++
UTF-8
C++
false
false
794
h
#pragma once #include "Vector.h" #include <array> namespace mesh { namespace Math { //---------------------------------------------------------------------------------------------------- template <typename T1, typename T2> Vector<T1, 3> operator^(const Vector<T1, 3> & a, Vector<T2, 3> & b) { return Vector<T1...
[ "dmytro.bagaiev@tomra.com" ]
dmytro.bagaiev@tomra.com
a4c74f4154486c96bfe32805c1aa5c16cda53ca2
a6f4c8c91414d62fad5f8f7f53b1dee9c9d099ee
/R-Portable-Mac/library/BH/include/boost/asio/handler_type.hpp
97187574b629190787015e214e26d23cd3a81428
[ "LicenseRef-scancode-unknown-license-reference", "CC0-1.0", "GPL-2.0-only" ]
permissive
sdownin/sequencer
6a2d70777fbd8109e26f126229b5ee10348cf4e7
045d0580e673cba6a3bd8ed1a12ff19494bf36fa
refs/heads/master
2023-08-04T08:06:02.891739
2023-08-03T04:07:36
2023-08-03T04:07:36
221,256,941
2
1
CC0-1.0
2023-02-04T15:06:14
2019-11-12T16:00:50
C++
UTF-8
C++
false
false
1,608
hpp
// // handler_type.hpp // ~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef BOOST_ASIO_HANDLER_TYPE_HPP...
[ "pgordon@cbuscollaboratory.com" ]
pgordon@cbuscollaboratory.com
78a77d368f6f332ef0a96e808e2de8cb1ad296f6
a090af918e3ec59140027dbddd54aa4ca1c73910
/Uva/System_E.cpp
0d4b51a50c977bccd9952664bd5162e87776364c
[]
no_license
nitesh-147/Programming-Problem-Solution
b739e2a3c9cfeb2141baf1d34e43eac0435ecb2a
df7d53e0863954ddf358539d23266b28d5504212
refs/heads/master
2023-03-16T00:37:10.236317
2019-11-28T18:11:33
2019-11-28T18:11:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,239
cpp
#include <cstring> #include <cassert> #include <vector> #include <list> #include <queue> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric> #include <utility> #include <sstream> #include <iostream> #include <iomanip> #include <...
[ "milonju01@gmail.com" ]
milonju01@gmail.com
2a52a498906d3735d7bd6f38c39400e6120ba627
535b4c2dbcf7831009364f960d1eeefffe3a8980
/usb_windows.cpp
f48492bd0321a83bc18c325c3c7d394a3ff4f56f
[]
no_license
djxg/ADB-Source
289a84ccd68f778b41dee4528f574afe7e1d120c
a3316756bc45d9e6befafbeb9f38cc4d1dc8b0aa
refs/heads/master
2021-01-10T13:02:40.026019
2016-03-24T03:31:17
2016-03-24T03:31:17
54,611,932
18
11
null
null
null
null
UTF-8
C++
false
false
14,229
cpp
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "1026946613@qq.com" ]
1026946613@qq.com
8474dbc6822ae853bcc25f20a9d69a2f2583fcd7
c87a954db46c08315d1d4e7ef297e3a3d9760447
/phaseChangeExtension/phaseChangeExamples/wallWettability2D/wallWettability2D.cpp
5d1c3a9de7641b130f7c43a4dc804da9b60b58eb
[]
no_license
muhui00/ThermalMultiphaseOpenLB
8342474d15c93adfcba4a0c7ab38024d1be4994b
603ec2c541458f28430aeda57dedcca556bec7ef
refs/heads/master
2023-03-22T07:28:37.880008
2020-12-04T15:32:38
2020-12-04T15:32:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,247
cpp
/* OpenLB Extension: * Phase-change multiphase flow * Written by Julius Weinmiller for his thesis * https://www.openlb.net/forum/users/julius-weinmiller/ * * The most recent release of OpenLB can be downloaded at * <http://www.openlb.net/> */ /* wallWettability.cpp: * This simulation will show the ef...
[ "weinmiller@live.co.uk" ]
weinmiller@live.co.uk
0d809cc009d513b1721973d0c46b7cb4d3804989
090243cf699213f32f870baf2902eb4211f825d6
/CDOJ/769.cpp
dabbf3b97e09039c435b621a24716414efcac7e1
[]
no_license
zhu-he/ACM-Source
0d4d0ac0668b569846b12297e7ed4abbb1c16571
02e3322e50336063d0d2dad37b2761ecb3d4e380
refs/heads/master
2021-06-07T18:27:19.702607
2016-07-10T09:20:48
2016-07-10T09:20:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
229
cpp
#include <cstdio> int main() { int T; scanf("%d", &T); while (T--) { int h1, m1, h2, m2; scanf("%d %d %d %d", &h1, &m1, &h2, &m2); printf("%d\n", (h2 * 60 + m2) * 11 / 720 - (h1 * 60 + m1) * 11 / 720); } return 0; }
[ "841815229@qq.com" ]
841815229@qq.com
c19bef92e93335d39c3259446e9d4fb994abfc4d
9b1eb2019986d431e71edd082654e9bb93701dfd
/Gdnative/godot-cpp/include/gen/VisibilityEnabler.hpp
657126db946cd9de3b3d28494c62e1149db327f0
[]
no_license
blockspacer/WarZone_2
be02c88f6783b58a7d1d7aa84f28f07b67ad36f1
acb0983e0bb0d32442e28969abbe5c6869101616
refs/heads/master
2021-03-02T16:46:50.371117
2020-03-08T09:20:27
2020-03-08T09:20:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,238
hpp
#ifndef GODOT_CPP_VISIBILITYENABLER_HPP #define GODOT_CPP_VISIBILITYENABLER_HPP #include <gdnative_api_struct.gen.h> #include <stdint.h> #include <core/CoreTypes.hpp> #include <core/Ref.hpp> #include "VisibilityNotifier.hpp" namespace godot { class Node; class VisibilityEnabler : public VisibilityNotifier { stru...
[ "raptor.inc2018@gmail.com" ]
raptor.inc2018@gmail.com
1e1431ebd86e5f0c0ed3ed6ed4b75cc44403e73a
9d4053352198a8a662496eb7e18f9507a5b87968
/src/share/hook/libc/syscall/kill.cpp
a8734d1316ba26af281708229987a49afb4d16af
[ "MIT" ]
permissive
kkysen/SmartNeuralFuzzer
db8e16a11cfa2c3ec26e47e6e70864c28c7ab350
22088a3871e4104c4afc463c05ce58f0221dbc43
refs/heads/master
2020-04-20T21:35:58.011772
2019-07-29T16:44:12
2019-07-29T16:44:12
169,113,871
3
0
null
null
null
null
UTF-8
C++
false
false
268
cpp
// // Created by Khyber on 6/11/2019. // #include "src/share/hook/libc/syscall/kill.h" #include "src/share/hook/libc/syscall/include.h" namespace syscalls { int kill(pid_t pid, int signal) noexcept { return raw(SYS_kill, pid, signal); } }
[ "kkysen@gmail.com" ]
kkysen@gmail.com
3c6f120732b5bc3d9deb29d2dc32b756189c863d
2aa506d72a6d416654f45ca24e6415c62af17fe7
/quic/test_tools/quic_test_utils.cc
c8b6a404aaf2c381cb62054f7985dfa2977b109f
[]
no_license
modong/chrome_quic
9311a53b3403b6ae49486522cded1fb15a82df1e
604b83005b506764876d107115a8ca8a90db28ad
refs/heads/master
2020-12-30T19:22:29.567327
2015-02-05T01:06:06
2015-02-05T01:06:06
30,616,359
3
0
null
2015-02-10T21:48:52
2015-02-10T21:48:52
null
UTF-8
C++
false
false
20,654
cc
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/quic/test_tools/quic_test_utils.h" #include "base/sha1.h" #include "base/stl_util.h" #include "base/strings/string_number_conversions.h...
[ "xzhu15@illinois.edu" ]
xzhu15@illinois.edu
2616b654d52fb524ac20a28bbeff33213176d334
609c4ac4d8e46ca6825f91cc77fb6fe4936fbd29
/Launcher/mainwindow.h
19303e1b672ef0584953fd583d995e20e965b063
[]
no_license
EDK3D-dev/HackAndSlash
a581be459ec09514e65398f12c7ff882c820c10b
e13a872a36327363f282fd78448aa318dce2f7db
refs/heads/master
2022-04-11T18:17:22.012764
2016-04-24T11:21:45
2016-04-24T11:21:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,168
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QProcess> namespace Ui { class MainWindow; } class Config; class QDownloader; enum LAUNCHER_STATE { CHECK, UDPDATE, REPAIR, START, UNINSTALL, ERROR }; class MainWindow : public QMainWindow { Q_OBJECT public: ...
[ "atidote63240@gmail.com" ]
atidote63240@gmail.com
04bbf1587902bac52f181946fa9a88b4413579b6
d256626491309db4ac28e65b5112b12b119c8971
/LR_2/basevector.h
6f7f6de5643ec95362882b2c85857606dfbaa409
[]
no_license
Gr1dlock/OOP
45d40c2914ef93187b8f70c6edf3631c19111a2f
7bbd7329691f4cd615fe0d1124403ea9b3ed07fe
refs/heads/master
2021-06-21T01:40:57.045723
2021-01-30T15:57:55
2021-01-30T15:57:55
177,463,708
1
0
null
null
null
null
UTF-8
C++
false
false
424
h
// // Created by Dmitriy Lugovoy on 2019-04-14. // #ifndef LR_2_BASEVECTOR_H #define LR_2_BASEVECTOR_H #include "mathvectorspace.h" namespace MathVectorSpace { class BaseVector { public: explicit BaseVector(); explicit BaseVector(size_t init_length); virtual ~BaseVector(); virtual bool empty() const = 0...
[ "dmit.lugovoy@gmail.com" ]
dmit.lugovoy@gmail.com
5e80ba31f12dee5a725dfa0631fa6d92bfa0954f
d913b152aeafbc8ba05a8f695f16fec1ff8e2e50
/RemoveDuplicatesFromSortedList.cpp
0c97fce0a953b77ef41859decffbf3a48d374212
[]
no_license
sherlock-coding/LeetCode
a050ef7587f638ee51bbeeb14ca86f0dd2c4e63f
8dd94652e20de7a68beed69213b15d9ed6424c1c
refs/heads/master
2021-01-21T01:47:05.688749
2016-06-27T09:06:48
2016-06-27T09:06:48
33,934,384
0
0
null
null
null
null
UTF-8
C++
false
false
810
cpp
/* * 83 Remove Duplicates from Sorted List * Given a sorted linked list, delete all duplicates such that each element appear only once. * * For example, * Given 1->1->2, return 1->2. * Given 1->1->2->3->3, return 1->2->3. * */ #include <iostream> using namespace std; struct ListNode { int val; ListNod...
[ "slycarl@163.com" ]
slycarl@163.com
0c10f8ad20f0f5042f4a2b4695140faa4ea74a34
5b7e69802b8075da18dc14b94ea968a4a2a275ad
/DRG-SDK/SDK/DRG_TSK_SetBool_functions.cpp
cf299b79577ae4ddd4675cbd7062426fa832ab38
[]
no_license
ue4sdk/DRG-SDK
7effecf98a08282e07d5190467c71b1021732a00
15cc1f8507ccab588480528c65b9623390643abd
refs/heads/master
2022-07-13T15:34:38.499953
2019-03-16T19:29:44
2019-03-16T19:29:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,852
cpp
// Deep Rock Galactic (0.22) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "DRG_TSK_SetBool_classes.hpp" namespace SDK { //--------------------------------------------------------------------------- //Functions //--------------------------------------------------------------------------- // Function ...
[ "igromanru@yahoo.de" ]
igromanru@yahoo.de
5c69f9732fa94dde8607b4f5f6ad0fb6e30210d6
f5c847319959a9395f139abb826bfbe280716357
/Powder/src/Element/Elements/Oil.cpp
5585340d29596695eff49152649590a412965617
[ "MIT" ]
permissive
TelerikArsov/Powder
b83d686caee87ba4a695a498a7c1802b6ef5cf6b
f187f33810325e676d7d671ad8188f8f947a1f35
refs/heads/master
2020-04-03T04:29:12.702492
2019-06-03T07:49:51
2019-06-03T07:49:51
155,015,361
1
0
null
null
null
null
UTF-8
C++
false
false
692
cpp
#include "Oil.h" #include "Simulation.h" #include "Utils/Random.h" Element* Oil::clone_impl() const { return new Oil(*this); } Oil::Oil(Simulation& sim) { identifier = EL_OIL; name = "Oil"; description = "Oil"; colors = { sf::Color(63, 63, 15) }; color = colors[0]; mass = 1; restitution = 0.0f; temperature =...
[ "telerik007@gmail.com" ]
telerik007@gmail.com
21eb763079849ea1f9e179edfcde72d608a55523
be5057ca5f4e7202f026675b1d6f37a59fa70605
/src/libzerocoin/Denominations.cpp
acfb5ccd625df07cd6131f4ebcd148cd6bb41ba3
[ "MIT" ]
permissive
crykiller/Macrocoin
d05e8025daf257d98df565acc1d4787b6b237abc
38552aabd4b03ea19d9e32e3ebf03e78860724bd
refs/heads/master
2020-06-08T09:29:51.271333
2019-06-22T08:19:55
2019-06-22T08:19:55
193,205,317
0
0
null
null
null
null
UTF-8
C++
false
false
3,955
cpp
// Copyright (c) 2017-2018 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "Denominations.h" #include "amount.h" namespace libzerocoin { // All denomination values should only exist in these routine...
[ "zxcvbnm_3456@hotmail.com" ]
zxcvbnm_3456@hotmail.com
114d6692d79b96c0473e872fb95dc44a1fe60765
1a323886d4e868bf49634839ac43ff2bb0aee184
/Milkshape3dViewer/main.cpp
c6272dc001fc1b4fd6a62424fb191e7a41f12c18
[]
no_license
mateuszmidor/QtStudy
71adb98f652ee51d5c8b16295fca6d4700a93fa4
8339f0748d62c76fcf9d8133df550fba12d7fba6
refs/heads/master
2021-01-21T04:46:44.686177
2016-07-18T09:01:22
2016-07-18T09:01:22
54,473,749
0
0
null
null
null
null
UTF-8
C++
false
false
259
cpp
#include <QGuiApplication> #include <QQmlApplicationEngine> #include "quickview.h" int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QuickView view; view.resize(640, 480); view.showCentralized(); return app.exec(); }
[ "kontakt@mateuszmidor.com" ]
kontakt@mateuszmidor.com
6cec19567514f9c07c0d2654949ae92cb5f042d3
b6cbc4c3df5b1460b1217c25cd095d9b661f714f
/module_1/draft/ex00/srcs/Zombie/Zombie.cd.class.cpp
075c3809237bcba830a49c89fb34513dc09b2afc
[]
no_license
Bressack/CPP-piscine
dd28a64c5ebfbadbd99c88fe542e14e3a5963127
1d27f9ccaa53eb5671a1ee28b637b243722294a7
refs/heads/master
2023-06-16T23:50:42.526171
2021-07-13T15:30:01
2021-07-13T15:30:01
380,235,881
0
0
null
null
null
null
UTF-8
C++
false
false
1,354
cpp
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* Zombie.cd.class.cpp :+: :+: :+: ...
[ "tharchen@student.42.fr" ]
tharchen@student.42.fr
6cd2674711854c42efcd9b6ab13177371b8c8ffa
1c1c27140d65a7cbe8912fa5922916b882511b39
/3/inc/chCommandLine.h
f05cea3b8d933255bfb3386729c9762afb552611
[]
no_license
krachyon/lecture_gpucomputing
2b552fe043cff7aa1d52bdcbc63645ea7696cda9
247a56350f4bbfad30b1526c21eece6367607f22
refs/heads/master
2020-09-22T00:44:22.887949
2020-01-06T09:48:01
2020-01-06T09:48:01
224,990,489
0
0
null
null
null
null
UTF-8
C++
false
false
3,918
h
/* * * chCommandLine.h * * Dead simple command line parsing utility functions. * * Copyright (c) 2011-2012, Archaea Software, LLC. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: *...
[ "sebastian.messlinger@posteo.de" ]
sebastian.messlinger@posteo.de
e5ba49252c0af093d184d33d81ac5cb2ca63d843
27d1a03b20f5ad0644c846b54dd297b656acdb7e
/misc.h
fb4ab3b57273c96b8e33dc0ae9b02c5e8849d6e6
[]
no_license
lvzhongze/watermark
7b40c6625177dc89ef7e6b56af5819b3d819fcf2
655e15320b0bbaf25a5982dd34bf71312ec6522d
refs/heads/master
2020-04-03T08:29:22.565428
2018-01-23T04:07:56
2018-01-23T04:07:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
227
h
#ifndef MISC_H_ #define MISC_H_ #include <vector> #include <string> using namespace std; string to_string(vector<bool> vec); vector<bool> to_binary(string s); void shuffle(string key, vector<int> &vec); #endif /* MISC_H_ */
[ "kansyo212433524@gmail.com" ]
kansyo212433524@gmail.com
38ee4267181e9831be276b8057d4aa47b55ba1d1
3e0d65511907c859838c5dbaaa47d6005edd8f71
/non_template/vectors/vector_552.hpp
3cc1b0ca132f7d7b3e8dcced55bf150a864e42d3
[]
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
176,080
hpp
//Name: Jonathan Dullea //jdullea@umass.edu //This header was generatef by generate_vector.cpp #include <iostream> #include <x86intrin.h> #include "immintrin.h" #include <cstring> #include <cmath> using namespace std; class VectorSIMD552{ public: __m256d _avx0; __m256d _avx1; __m256d _avx2; __m256d _avx3; ...
[ "jonathan.dullea@gmail.com" ]
jonathan.dullea@gmail.com
8ca2fe1fa8935638438ff809d0bcc5bfe6b3861a
7f07d61de9fbcb5b09089dab7f98030783922284
/view/MainWindow.hpp
82affd28c4762d4e9578778ffe0f6be722acfa45
[]
no_license
RodrigoFerreira001/MyFTP
7db036a9aa76f940686b761993eb1ba63bfc336f
3dcada7cd70994cdcf616d0090974dc384aed38e
refs/heads/master
2021-05-04T08:11:05.749674
2016-10-01T23:05:42
2016-10-01T23:05:42
69,132,535
0
0
null
null
null
null
UTF-8
C++
false
false
1,353
hpp
#pragma once #include <gtkmm/window.h> #include <gtkmm/button.h> #include <gtkmm/entry.h> #include <gtkmm/togglebutton.h> #include <gtkmm/frame.h> #include <gtkmm/textview.h> #include <gtkmm/textbuffer.h> #include <gtkmm/image.h> #include <gtkmm/box.h> #include <gtkmm/separator.h> #include <gtkmm/label.h> #include <gt...
[ "rodrigoferreira001@hotmail.com" ]
rodrigoferreira001@hotmail.com
09627fa472c43a17a1d35d4173ad62dd04dc4a92
a5aa31e31625779b76025369a0689f73c3d8f2b4
/granary/code/index.h
f9e47d40bd87406f64b41b26d618fbca748bff8b
[ "Apache-2.0", "MIT" ]
permissive
gavz/grr
0d672c1edecd732b371e5ffd3fbadebfc08ad280
76f6ee96cedbd6b7c4f0c0b9481a5e1601e6a710
refs/heads/master
2022-04-27T15:26:12.615701
2019-09-04T16:41:09
2019-09-04T16:41:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,838
h
/* Copyright 2015 Peter Goodman, all rights reserved. */ #ifndef GRANARY_CODE_INDEX_H_ #define GRANARY_CODE_INDEX_H_ #include "granary/base/base.h" #include "granary/os/process.h" namespace granary { namespace index { union Key { inline Key(void) : key(0ULL) {} inline Key(os::Process32 *process, AppPC32...
[ "peter.goodman@gmail.com" ]
peter.goodman@gmail.com
c6d4b2703a57f07d661e8c1d3b3154e24e0081c7
8a4c24de1230bbb060d96340485cf63824b501e1
/DeusServer/ISerializableComponent.h
1c4ea06d10dcd113f1b38651d9978182bfbc5143
[ "MIT" ]
permissive
Suliac/ProjectDeusServer
c9b46c3fbb86d14bb0bc36eaaec2c0bdf76b25e5
b7af922a6bc2596c733665898b6aefd989bf2270
refs/heads/master
2020-03-22T15:52:22.600876
2018-10-30T00:17:06
2018-10-30T00:17:06
140,285,371
0
0
null
null
null
null
UTF-8
C++
false
false
145
h
#pragma once #include "DeusCore/ISerializable.h" namespace DeusServer { class ISerializableComponent : public DeusCore::ISerializable { }; }
[ "suliac.blineau@orange.fr" ]
suliac.blineau@orange.fr
26ee21628f650572f24ef99d87b40ec52c88c34f
c89bc1b601f9a6af4f0f9329a06b8a7c111c85ba
/src/solve/3D.cpp
b6642cf550fdaf5fd1e9581f841202072df90269
[]
no_license
C4ptainCrunch/info-f-302
b24c4db0223bb0bc0eb48e79a8e84054ca774ff7
81bfd548ecc479cdef071f63ed199ee779ea54f3
refs/heads/master
2021-01-18T02:10:30.992225
2016-05-20T15:21:36
2016-05-20T15:21:36
58,932,370
0
0
null
null
null
null
UTF-8
C++
false
false
3,972
cpp
bool solve3D(int k, int n, int m, int o, int *X, int *Y, int *Z, bool flottant=false){ Solver s; int mu[k][n][m][o][2]; for(int i=0; i<k; i++){ for(int x=0; x<n; x++){ for(int y=0; y<m; y++){ for(int z=0; z<o; z++){ mu[i][x][y][z][0] = s.newVar(); ...
[ "nikita.marchant@gmail.com" ]
nikita.marchant@gmail.com
f675d788df8bccc9bab85cfb1f0807c23aa18ba0
6bc73bec189500f564332b0c4212cc057093fc43
/tests/type_already_bound.cpp
0b3b3078d25a5259159d7a6228653a0f66686432
[ "Apache-2.0" ]
permissive
preempt/fruit
0b0870fa465b27e4b082045ef1d2b373557dac3f
9ea3e31b63836797ec7ba1dd759ead8c00d0d227
refs/heads/master
2023-07-14T02:42:21.498680
2016-04-24T09:44:53
2016-04-24T09:44:53
72,961,655
0
0
Apache-2.0
2023-06-28T22:55:22
2016-11-06T00:35:43
C++
UTF-8
C++
false
false
971
cpp
// expect-compile-error TypeAlreadyBoundError<int>|Trying to bind C but it is already bound. /* * Copyright 2014 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lic...
[ "poletti.marco@gmail.com" ]
poletti.marco@gmail.com
9de200e57ea96589774392a670e0c72128db4ae0
933660cad5099b954d85f92111a67003948b0167
/nginx/_include/ngx_c_conf.h
9272b4fcba928e4602595aef6d32a2c703a115e6
[]
no_license
zhu123xiu/Server_projects
ab9a00ab5591d4d91f40fb17ce0f4dad87d5425f
fd471a529925782a048b5d8a6efc586d7d553881
refs/heads/master
2022-09-06T20:30:39.963739
2020-05-28T09:20:25
2020-05-28T09:20:25
267,527,416
0
0
null
null
null
null
UTF-8
C++
false
false
1,164
h
 #ifndef __NGX_CONF_H__ #define __NGX_CONF_H__ #include <vector> #include "ngx_global.h" //一些全局/通用定义 //类名可以遵照一定的命名规则规范,比如这里,第一个字母是C,后续的单词首字母大写 class CConfig { //--------------------------------------------------- // private: CConfig(); public: ~CConfig(); private: static CConfig *m_instance; public: static ...
[ "497017835@qq.com" ]
497017835@qq.com
b5168f00519cd048d2d87ac1dd9011fd5326979c
a905759d178b9b5701a33e8655c10fccb023a8cc
/gun.h
48d834aac353e036dd7f2a2b0cc6eb0b5ed903a3
[]
no_license
svenkatesh25/LaZarus-V2
8435861624630eb654ff02087f841a092eab946e
bcc0df8dd4a7a66432d302c39f80433fbb51bc80
refs/heads/master
2021-01-19T00:12:36.237766
2015-03-14T04:54:05
2015-03-14T04:54:05
32,196,364
0
0
null
null
null
null
UTF-8
C++
false
false
1,185
h
#ifndef GUN_H #define GUN_H #include "item.h" /** * @brief The Gun class * The gun has many different internal variables, such as magazine size, current magazine, * accuracy, power, firing rate, and swap time. It also has a QString to name it. These variables * set all the stats of the gun that affects how it is ...
[ "svenkatesh@ucla.edu" ]
svenkatesh@ucla.edu
46968c8cc0e138e822d1a24ddde8cbc6d9fd3cd0
48c5da9f40ffeb1512193ea38e745848099bf9d9
/UlakProject/UlakProject/UlakProject.cpp
4529b4605694452d62110abd6aa34b0478a268d3
[]
no_license
iremkaraman/ulakProject
c63b28cd03101e7d923f78cdbdfba32bf8544153
72a718b053da75b89134f368d8cf5b1068ad3359
refs/heads/master
2022-11-30T23:00:31.830692
2020-07-29T10:11:47
2020-07-29T10:11:47
283,451,175
0
0
null
null
null
null
UTF-8
C++
false
false
1,847
cpp
// UlakProject.cpp : Bu dosya 'main' işlevi içeriyor. Program yürütme orada başlayıp biter. // #include <iostream> #include "Calculate.cpp" #include <vector> using namespace std; int main() { int graph[vertex][vertex] = { { 0, 3, 0, 7, 8 }, { 0, 0, 1, 4, 0 }, { 0, 0, 0, 0, 0 }, { 0, 0, 2, 0,...
[ "karaman.iremm@gmail.com" ]
karaman.iremm@gmail.com
2ecba9cdd490a5a0983bbaee70bdbc050fa17d89
0034e8201f321fae5577703e54db957888b49aa0
/include/bgl/linalg/all.hpp
e8f4b6c574f8cc45d14080f5dc21b357718f9782
[ "MIT" ]
permissive
b-inary/bgl
e390254bc5ac58bdca6ee1cbdf9e9a5d48a9b2fc
75b981463953cc7d35d687aedc3d34298d66be59
refs/heads/master
2022-02-21T16:10:06.646831
2022-01-11T17:54:11
2022-01-11T17:54:11
151,656,404
1
0
null
null
null
null
UTF-8
C++
false
false
97
hpp
#pragma once #include "base.hpp" #include "bicgstab.hpp" #include "gmres.hpp" #include "lu.hpp"
[ "oinari17@gmail.com" ]
oinari17@gmail.com
f3c3080bf711cfafbfa6fc4d6f86126d1c9819a3
ae9b06486266e4c68990ad399be35062d3ea7837
/fubble/rtc/google/capture/video/enumerator.cpp
313226f77b1a1c5498477876118b469d4d208a59
[]
no_license
lineCode/fubble
ffd262109009da6336b149b41b551f302f68d1aa
2b0bddb65b881ab4a0a7ed629fb08ccc7774da82
refs/heads/master
2023-03-24T11:07:22.817007
2021-03-25T10:09:18
2021-03-25T10:09:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,405
cpp
#include "enumerator.hpp" #include <modules/video_capture/video_capture_factory.h> using namespace rtc::google::capture::video; enumerator::enumerator() = default; bool enumerator::enumerate() { std::vector<information> result; std::unique_ptr<webrtc::VideoCaptureModule::DeviceInfo> info( webrtc::VideoCapt...
[ "contact@markus-lanner.com" ]
contact@markus-lanner.com
004edc678d5d0137222185529ae54457b45e091e
bb4ce524314c931feb9cd85c16b061539e221276
/src/developer/forensics/crash_reports/constants.h
c2d00cc9932880c600de321f4fc033618202dfb2
[ "BSD-3-Clause" ]
permissive
shqli/fuchsia
7de9b73b2cfb994b7a6133a49ad35c3623fae0fb
0eda9cf08a2b21f9e00da20659bc3fa8edf05f5a
refs/heads/master
2023-01-30T05:31:48.221813
2020-12-10T11:56:55
2020-12-10T11:56:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,205
h
// 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. #ifndef SRC_DEVELOPER_FORENSICS_CRASH_REPORTS_CONSTANTS_H_ #define SRC_DEVELOPER_FORENSICS_CRASH_REPORTS_CONSTANTS_H_ #include "src/developer/forensics/ut...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
0c1eb2c798e2ac3ea770e442d8260296015afd6d
fd1db63389d8badf176a9882ce188d6d68c26c56
/tutorial_5/pyramid_mesh.cpp
2c587c57a3b62d889336d85e06689fdabf53a6df
[]
no_license
nathaliandrad/Different_Geometry_OpenGL
4c1fdb4f317c151c1b4f4780acf4e5a26b8a6d1e
914a6ee7106d5bd88ad997099fab5abacdd0862c
refs/heads/master
2022-11-18T02:19:12.878435
2020-07-07T04:05:53
2020-07-07T04:05:53
277,709,224
0
0
null
null
null
null
UTF-8
C++
false
false
2,107
cpp
#pragma once #include "pyramid_mesh.h" Pyramid_Mesh::Pyramid_Mesh() : Mesh("Mesh.Pyramid") { /*SQUARE PYRAMID*/ auto v1Plus = { -0.5f, -0.5f, 0.5f }; auto v2 = { 0.f, 0.5f , 0.f}; auto v3Plus = { 0.5f, -0.5f ,0.5f}; auto v1Neg = { -0.5f, -0.5f , -0.5f}; auto v3Neg = { 0.5f, -0.5f,-0.5f }; auto s1 = { -0....
[ "nathaliandrad@gmail.com" ]
nathaliandrad@gmail.com
a6231e4fc06117561cebbbf97c1ef9798e068367
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/git/new_hunk_1576.cpp
cdcceb66a3cd6b1e714b3e1d93083cf7aeca51a0
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
436
cpp
die_errno(_("can't open patch '%s'"), arg); read_stdin = 0; set_default_whitespace_mode(state); res = apply_patch(state, fd, arg, options); if (res < 0) goto end; errs |= res; close(fd); } set_default_whitespace_mode(state); if (read_stdin) { res = apply_patch(state, 0, "<stdin>", options); if ...
[ "993273596@qq.com" ]
993273596@qq.com
4b0d283a7ab7ad8ca3f43eeb053a8412c38ba38a
31f5cddb9885fc03b5c05fba5f9727b2f775cf47
/thirdparty/eigen-3.3.3/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h
e341e2e9bf22eed720850b18f2a9b0c4d0fcfe7a
[ "GPL-3.0-only", "LGPL-2.1-only", "BSD-3-Clause", "LGPL-2.0-or-later", "MPL-2.0", "LGPL-2.1-or-later", "Minpack", "MIT" ]
permissive
timi-liuliang/echo
2935a34b80b598eeb2c2039d686a15d42907d6f7
d6e40d83c86431a819c6ef4ebb0f930c1b4d0f24
refs/heads/master
2023-08-17T05:35:08.104918
2023-08-11T18:10:35
2023-08-11T18:10:35
124,620,874
822
102
MIT
2021-06-11T14:29:03
2018-03-10T04:07:35
C++
UTF-8
C++
false
false
34,715
h
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com> // Copyright (C) 2016 Mehdi Goli, Codeplay Software Ltd <eigen@codeplay.com> // // This Source Code Form is subject to the terms of the Mozilla // Public Licen...
[ "qq79402005@gmail.com" ]
qq79402005@gmail.com
1a623b5ff19bbea2f6a190d3bd699212d817b51f
e691facc9872004baea672ea123535139e92bf41
/src/nedmalloc/nedmalloc.h
971b942183b458be73681cf67f526a8bdd1db0ff
[ "BSL-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Letractively/fugu
7d9235938a51d0e22d32596aef5d0223cf7be579
dc20707a5b2c906d03dad4f85375da6100d446e0
refs/heads/master
2021-01-10T16:54:45.148854
2012-03-05T19:51:45
2012-03-05T19:51:45
46,199,629
1
0
null
null
null
null
UTF-8
C++
false
false
61,373
h
/* nedalloc, an alternative malloc implementation for multiple threads without lock contention based on dlmalloc v2.8.4. (C) 2005-2010 Niall Douglas Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and...
[ "alexandr.lyalin@gmail.com" ]
alexandr.lyalin@gmail.com
b53b43250bb82da2366c732d7a740591159d14b6
93a89acb8dfc02de05837556132b27628abde83c
/vpu-hal2/dl/inference-engine/thirdparty/mkl-dnn/src/cpu/jit_uni_inner_product.hpp
2fc38c21ac407c59719486333921887bea5ecd11
[ "Intel", "Apache-2.0" ]
permissive
leon1205/nn-hal
ef1b8c3fd5b2e0cbc96df44cb6206b7917c59d53
f6c23e001c690cb32ce8392825e000ae631cf5fc
refs/heads/master
2020-03-24T10:03:32.377936
2018-07-06T15:45:19
2018-07-06T15:45:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,136
hpp
/******************************************************************************* * Copyright 2017 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
[ "arun.kumar.singh@intel.com" ]
arun.kumar.singh@intel.com
196582ce82903c4638287e190bd9f1ba944b25be
55a29ba97e18e4897492afa44084d71dec286fa3
/DataFormats/src/TGenEventInfo.cc
23572ef2c987965d77c1f9a506880abc4410253d
[]
no_license
ksung25/BaconAna
d8b4a45723b5ee670e75d3f7526b4939dd0031ae
32f40304e586ca8d945173c14d84e182bc86116f
refs/heads/master
2020-12-23T14:07:44.918358
2019-07-29T20:35:03
2019-07-29T20:35:03
18,553,675
3
12
null
2019-07-29T20:35:04
2014-04-08T10:06:53
C++
UTF-8
C++
false
false
93
cc
#include "BaconAna/DataFormats/interface/TGenEventInfo.hh" ClassImp(baconhep::TGenEventInfo)
[ "ksung@cern.ch" ]
ksung@cern.ch
dd574706811efce91982e6ff42aebfda85475710
122287275ec1666cc27a6b6d06bab4f8b1c4ff33
/z3/src/muz/base/hnf.h
35fc5fafcf550ae162512ceb031f13e48dbd1157
[ "MIT" ]
permissive
NJUCWL/symbolic_tools
f036691918b147019c99584efb4dcbe1228ae6c0
669f549b0a97045de4cd95b1df43de93b1462e45
refs/heads/main
2023-05-09T12:00:57.836897
2021-06-01T13:34:40
2021-06-01T13:34:40
370,017,201
2
0
null
null
null
null
UTF-8
C++
false
false
1,057
h
/*++ Copyright (c) 2015 Microsoft Corporation --*/ /*-- Module Name: hnf.h Abstract: Horn normal form convertion. Author: Notes: Very similar to NNF. --*/ #ifndef HNF_H_ #define HNF_H_ #include"ast.h" #include"params.h" #include"defined_names.h" #include"proof_converter.h" cla...
[ "48467952+NJUCWL@users.noreply.github.com" ]
48467952+NJUCWL@users.noreply.github.com
908eae56d0e88fd1e41dd6c6f37a2d93c45afd05
6e06231973d924796f309363473dff11da86db26
/UI/AnimatedTextSprite.h
eb347161bd85fdbe90dda3c5b1379d084a75cda8
[]
no_license
xtremi/AGK_RELA
e60f5cf0df7686d7c98efc6fcaca39c4fdd14119
034bc61876be7df35e66831d557f4a935b82a2ed
refs/heads/master
2020-05-29T09:38:00.158629
2019-05-28T17:12:13
2019-05-28T17:12:13
189,071,322
0
0
null
null
null
null
UTF-8
C++
false
false
525
h
#pragma once #include "TextSprite.h" #include "SpriteAnimation.h" /***********************************************/ class AnimatedTextSprite : public TextSprite, public SpriteAnimation /***********************************************/ { public: AnimatedTextSprite(char* txt, const glm::vec3& color, float txtsize); pr...
[ "remi.lanza@jotne.com" ]
remi.lanza@jotne.com
46ba7c6353cce7348a17ca4ca29f774eef3d1c01
88bd5acc20e1446147d3a5fb22a51ab74b76037b
/OculusCam/CubesSceneEngine.h
e684c2c5719f1bc76831eac31926a731d7d10fac
[]
no_license
ethanli83/OculusCam
55b961479eea859a901165a42d0e2b581d5bb9c5
b6d03c9af625c86db714f5a78421ac1c057dd02c
refs/heads/master
2021-01-10T18:39:02.093606
2014-04-26T15:23:08
2014-04-26T15:23:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,089
h
// // Created by Ethan Li on 26/04/2014. // Copyright (c) 2014 Ethan.Li. All rights reserved. // #include "SceneEngine.h" #include "Camera.h" #include "OculusRenderer.h" #ifndef __CubeScene_H_ #define __CubeScene_H_ static const float vertice[] = { -0.25f, 0.25f, -0.25f, -0.2...
[ "ethanli1983@gmail.com" ]
ethanli1983@gmail.com
53745bcd09e37923b79c99181629d640d5eb5a97
1de7e2687850fe2bfe77ecb3a01c1e28571a536a
/SDL Basic/src/Screen.cpp
15439db3ea246bb0a18c57c050d07a9ba50edca5
[]
no_license
IanJoseph/CPP-Code
1ea29ec27c64865a2c95452e7411d4e0a048527b
981c3ee18bd987470d2ab4dc6e9d44e7ad0028a4
refs/heads/master
2020-06-24T23:14:25.089162
2017-08-05T00:41:47
2017-08-05T00:41:47
96,948,523
0
0
null
null
null
null
UTF-8
C++
false
false
3,694
cpp
/* * Screen.cpp * * Created on: Aug 2, 2017 * Author: Ian J */ #include "Screen.h" #include <iostream> #include <stdio.h> namespace CPPTutorials { Screen::Screen() : m_window(NULL), m_renderer(NULL), m_texture(NULL), m_buffer1(NULL), m_buffer2(NULL) { } // Initialize screen, create window. bool Screen...
[ "smartgit@ianjoseph.com" ]
smartgit@ianjoseph.com
28366aa65efb129cb7cd4a4ec7a4ff7b8dc3eb1e
3bde2b385d1785a5b3f5f5ffaefb422c80110c5f
/src/gui/graph_widget/graphics_items/utility_items/gate_navigation_popup.cpp
09893b03349bbe18d1df43d7ff81d3d76c6a7b8b
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
swallat/hal
787664e8b446bd98aeec9cf30ff9f179fb70b651
98b08ac69448c2d7067f1bdd53ba428548c87cc9
refs/heads/master
2020-09-05T09:56:01.030347
2019-11-19T18:11:43
2019-11-19T18:11:43
220,065,078
0
0
MIT
2019-11-06T19:35:02
2019-11-06T18:38:17
C++
UTF-8
C++
false
false
4,104
cpp
#include "graph_widget/graphics_items/utility_items/gate_navigation_popup.h" #include "graph_widget/graphics_items/graphics_gate.h" #include <QParallelAnimationGroup> #include <QPropertyAnimation> #include "QPainter" #include "QPaintEvent" gate_navigation_popup::gate_navigation_popup(type t, QGraphicsItem* parent) :...
[ "sebastian.wallat@rub.de" ]
sebastian.wallat@rub.de
e7a98062c5de679b02a334c6c42166e5508433ff
d9b1c78c5c0f15a91d7b4db7136567a9ec470a2e
/boost/numeric/mtl/operation/extended_complex.hpp
2b79001c3b81a9593238614681f075560bc20df5
[ "MTLL" ]
permissive
simunova/mtl4
eff9f8c0dca66cd2a3a2573b24a287be38f9f02a
09d8523d59baf5fdec29f3509a63babc2763af4a
refs/heads/master
2021-06-19T08:36:42.145155
2021-03-05T20:58:21
2021-03-05T20:58:21
177,810,098
28
18
null
2021-03-05T20:58:21
2019-03-26T14:53:13
C++
UTF-8
C++
false
false
6,410
hpp
// Software License for MTL // // Copyright (c) 2007 The Trustees of Indiana University. // 2008 Dresden University of Technology and the Trustees of Indiana University. // 2010 SimuNova UG (haftungsbeschränkt), www.simunova.com. // All rights reserved. // Authors: Peter Gottschling and A...
[ "theo@stillwater-sc.com" ]
theo@stillwater-sc.com
890dd920cce68b2d570528dd7c0242ebee8aa9c4
02bcdbdda67c08575587262a65504e446be26818
/sps/trunk/ExecFramework/ExecSpecProtAlign.h
e26052d9e2216253a5f89a5d190de6ee5851b9f8
[]
no_license
duong18/SPS
7c0979b688dce3fb7da90de80fda7e20c156ff00
d992f501e51c7237c2ad6136840b39d7143ad522
refs/heads/master
2021-09-17T22:14:44.462665
2018-02-27T19:47:00
2018-02-27T19:47:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,384
h
#ifndef __ExecSpecProtAlign_H__ #define __ExecSpecProtAlign_H__ // Module Includes #include "ExecBase.h" // SpecNets Includes #include "spectrum.h" #include "SpecSet.h" #include "db_fasta.h" #include "clusters.h" #include "AlignmentPenaltyBased.h" #include "PenaltyMatrix.h" // System Includes #include <list> #includ...
[ "duong@gmail.com" ]
duong@gmail.com
be8f97c012898107844035b3b8b055595b917a30
e762c65d6897d01482a422a6f0513792f6cf9a0c
/Code_by_runid/2603056.cc
0a82303eac193e845124e244dcb5456441304f4d
[ "Apache-2.0" ]
permissive
FancyKings/SDUSTOJ_ACCode
10df6fd52c386e06ef359a1cc4ee20c23ac66678
6e88c7fc86109117ca6954abaaaf092b7dd2180b
refs/heads/master
2020-04-02T16:07:48.763023
2020-02-28T10:52:45
2020-02-28T10:52:45
154,599,402
1
1
null
null
null
null
UTF-8
C++
false
false
471
cc
#include <stdlib.h> #include <stdio.h> #include <string.h> int main(){ puts("重要的wxy说三遍"); puts("重要的wxy说三遍"); puts("重要的wxy说三遍"); return 0; } /************************************************************** Problem: 2231 User: 201701060705 Language: C Result: Accep...
[ "1533577900@qq.com" ]
1533577900@qq.com
3f468b315acc9736375dc4226e14040b61b745b9
31816e92f769d538efcf78a1b51ff025491d54bc
/Lab4/GeometricShapes/GeometricShapes/Triangle_view.cpp
60dfdcce727b64619ad97065b30c1272725bcb00
[]
no_license
oMystique/OOP
4aca07eb52e7c857d9908e940a3f6ae61226bcc5
be77472d8db8108fbfa34dde71014b55e90a868e
refs/heads/master
2021-01-21T04:53:46.535099
2016-05-12T12:29:11
2016-05-12T12:29:11
50,436,400
0
0
null
null
null
null
UTF-8
C++
false
false
706
cpp
#include "stdafx.h" #include "Triangle_view.h" CTriangleView::CTriangleView(Vector2f const & topVertexPos, Vector2f const & leftVertexPos, Vector2f const & rightVertexPos, Color const & lineColor, Color const & fillColor) { m_triangle.setPointCount(3); m_triangle.setPoint(0, { topVertexPos.x, topVertexPos.y }); m_t...
[ "ildarkin.alexey@gmail.com" ]
ildarkin.alexey@gmail.com
e664add9ff40ca450aedb402e5d63fb83827802d
15419e6b114d5b89e78648dbae52a0aae276b673
/UVa/Comptitive Programming/Ch-05 Math/01 Ad Hoc/Simulation/UVa 616 - Coconuts, Revisited - AC.cpp
67d701996320aad07c569cf678e5e4c37d62b18f
[]
no_license
ImnIrdst/ICPC-Practice-2015-TiZii
7cde07617d8ebf90dc8a4baec4d9faec49f79d13
73bb0f84e7a003e154d685fa598002f8b9498878
refs/heads/master
2021-01-10T16:29:34.490848
2016-04-08T04:13:37
2016-04-08T04:13:37
55,749,815
1
0
null
null
null
null
UTF-8
C++
false
false
548
cpp
#include <iostream> #include <stdio.h> #include <cmath> using namespace std; int main(){ int n; while(cin >> n && n!=-1){ int imposs=1, ans=-1; for(int k=sqrt(n)+1 ; k>1 && imposs ; k--){ int tmp=n,i; for(i=0 ; i<k && tmp%k==1 ; i++){ tmp-=tmp/k+1; } if( i==k && tmp%k==0) ans=k, i...
[ "imn.irdst@gmail.com" ]
imn.irdst@gmail.com
6cc1cbed996ec9e65e89250f4929f422f90e8ddc
762c1d21cba9df937a2c23fa48c9355971fb469e
/windows/cpp/samples/CameraToDVD/MuxedStream.h
d488a2ba3f75fc2bbe15376317db6f9a40a740e8
[ "MIT" ]
permissive
dvdbuilder/dvdbuilder-samples
cf372a9928b842881a951e2e49d3c3bc5c8c50cc
8d2b472bd0af899fa342437bb41b33ef8603e0aa
refs/heads/main
2022-12-23T05:43:50.593238
2020-10-02T02:16:58
2020-10-02T02:16:58
300,477,130
0
0
null
null
null
null
UTF-8
C++
false
false
840
h
#pragma once class MuxedStreamCB: public primo::Stream { bool WriteData(uint8_t *pBuf, uint32_t bufSize); public: MuxedStreamCB(); ~MuxedStreamCB(); bool SetOutputFile(PCWSTR filename); void Reset(); primo::dvdbuilder::VR::VideoRecorder* pVideoRecorder; HWND MainWindow; // primo::Stream vi...
[ "vkantchev@users.noreply.github.com" ]
vkantchev@users.noreply.github.com
8b83063a24db897ca412866260897ecbe22d69cb
f83386e1adcdeed61386a49bb7312d4e6aa5982c
/ch04/ch0404.cc
662962469ec982b32a455fe61e21fe62ae44cbfc
[ "MIT" ]
permissive
shbaik82/easy-algo
a181c244f2d760ed55faf297a663ea2069c5c175
bea518ae0d7856049c7ab42b0e791cd84e558e35
refs/heads/main
2022-03-20T06:12:07.424766
2022-02-07T10:21:08
2022-02-07T10:21:08
146,825,616
1
0
null
null
null
null
UTF-8
C++
false
false
969
cc
#include <iostream> #include <cmath> using namespace std; void Merge(int *a, int p, int q, int r) { int i = p; int j = q+1; int t = 0; int *tmp = new int[r-p+1]; while (i <= q && j <= r) { if (a[i] < a[j]) { tmp[t++] = a[i++]; } else { tmp[t++] = a[j++]; ...
[ "shbaik82@gmail.com" ]
shbaik82@gmail.com
335614751e61a9d976000f3c2897324bd778a6e7
cbdd020a50663247de4025d0557cc2c25fffe5e5
/Z-Engine/Includes/Implementations/GLRendererLib/GLMaterial.h
f444b7068329b6fd836b610d0de227358be6bf98
[]
no_license
ZacAdams89/Z-Engine
cc1d94cb05a73e2b1ee795f01d342d38444b7762
d79b87790f8567ea7ba213f41c6f7290d6f4b77d
refs/heads/master
2016-09-06T20:12:32.061263
2015-08-26T05:36:13
2015-08-26T05:36:13
41,406,401
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
842
h
/** * @file Z-Engine\Z-Engine\Implementations\GLRendererLib\GLMaterial.h * @brief * * Copyright() * Copyright © 2010 - Zac Adams. All Rights Reserved. * *********************************************************************************************/ #ifndef _GLMATERIAL_H__Included_540936950 #define _GLMATERIAL...
[ "zac@roamltd.com" ]
zac@roamltd.com
ebb7aad4b21b33656e3288046d54616cacaef50d
b65624502c58dfa528f5d38d83c86bdb47917008
/media/libstagefright/omx/OMXNodeInstance.cpp
f3896c6a48a0cf64f3d41eeb75e8230b8102594c
[ "Apache-2.0", "LicenseRef-scancode-unicode" ]
permissive
joshi3/framework_av
2732b38a510be51fea3a72822857832d107edb1b
92e92b0a769ec958365a3b19915242cc064c36fb
refs/heads/master
2021-09-01T00:11:05.204443
2017-12-23T18:19:44
2017-12-23T18:19:44
115,211,976
0
1
null
null
null
null
UTF-8
C++
false
false
48,904
cpp
/* * Copyright (C) 2014 MediaTek Inc. * Modification based on code covered by the mentioned copyright * and/or permission notice(s). */ /* * Copyright (C) 2009 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th...
[ "joshi.naga3@gmail.com" ]
joshi.naga3@gmail.com
a32703a22933053ff74a50fc2da091f3d3149442
40a44d30b1e2dd84df9db40516fc93509fcfdaed
/Qt/barChart/barChart/barchart.h
86efd8f974892318d99ba0352aae122ea799f317
[]
no_license
bohdansasko/cpluplus
68abaa80aacaa01cb64c84a208e5a50ea7879ca1
dfd63f022a25eaa5d754eefdb398de4efa48304a
refs/heads/master
2021-05-31T20:27:45.018453
2016-05-27T21:15:37
2016-05-27T21:15:37
55,854,780
1
0
null
null
null
null
UTF-8
C++
false
false
1,402
h
#ifndef BARCHART_H #define BARCHART_H #include <QMainWindow> #include <QVector> #include "qcustomplot.h" class QWidget; class QGridLayout; class QCheckBox; class barChart : public QMainWindow { Q_OBJECT public: barChart(QWidget *parent = 0); ~barChart(); bool readFromFile(const QS...
[ "bogdancek62@rambler.ru" ]
bogdancek62@rambler.ru
2aff8cab19c1b5b2fb0a2a27d9585fc27e45c2fa
71ee8b0aeb8505eea13d811df3ab70c2194e03ec
/tx2-setup/robust_pose_graph_optimization/buzz_slam/robust_distributed_mapper/cpp/include/pairwise_consistency_maximization/graph_utils/graph_types.h
2e734a64dd30737d23094bbe68d1ed4abf553648
[ "BSD-3-Clause", "MIT" ]
permissive
SnowCarter/DOOR-SLAM
47a1d41792ffc29e499ab71881d51259dc998a1f
cf56d2b4b7a21ed7c6445f01600408c9dd5235c6
refs/heads/master
2021-02-11T02:59:44.592702
2020-06-15T19:21:36
2020-06-15T19:21:36
272,520,278
2
0
null
null
null
null
UTF-8
C++
false
false
2,673
h
// Copyright (C) 2019 by Pierre-Yves Lajoie <lajoie.py@gmail.com> #ifndef GRAPH_UTILS_TYPES_H #define GRAPH_UTILS_TYPES_H #include <boost/shared_ptr.hpp> #include <gtsam/base/Value.h> #include <gtsam/geometry/Pose3.h> #include <gtsam/geometry/Rot3.h> #include <gtsam/slam/BetweenFactor.h> #include <gtsam/inference/Sym...
[ "snowdwq@gmail.com" ]
snowdwq@gmail.com
3bf97d29d052ab02399be87671e9f0e6f5746499
32cf94c304c2c832595a28b49c7d9e0361d50950
/ccxx/cxpython/cxpy_noddy2.h
beac92a90ccd3edac171ffd29ef3fe1411410680
[ "MIT" ]
permissive
oudream/ccxx
11d3cd9c044c5f413ebc0735548f102a6f583114
26cecfb02e861ce6b821b33350493bac4793e997
refs/heads/master
2023-01-29T11:20:12.210439
2023-01-12T06:49:23
2023-01-12T06:49:23
47,005,127
46
11
MIT
2020-10-17T02:24:06
2015-11-28T01:05:30
C
UTF-8
C++
false
false
203
h
// // Created by oudream on 2018/1/22. // #include <Python.h> #ifndef CXPY_NODDY2_H #define CXPY_NODDY2_H class CxpyNoddy2 { public: static PyTypeObject & getPyType(); }; #endif //CXPY_NODDY2_H
[ "oudream@126.com" ]
oudream@126.com
0792f04c27136df2c09263e373aeb0c9349fd457
f257ace0f3be9d3fb7dd8bbcaeb5b5d45dab9cf3
/Dev_class7.8_handout/Motor2D/j1Map.h
d18db3a7f64eaa797d10c362137f62571c634605
[]
no_license
Ricardogll/XML_Handouts-2018
70ad59d618560c29cb96f7d4706652933cd163ee
159d1c7a93426b80effe7f3779767634c73e08f4
refs/heads/master
2020-03-29T06:34:41.864802
2018-12-11T17:00:32
2018-12-11T17:00:32
149,631,192
0
1
null
null
null
null
UTF-8
C++
false
false
3,113
h
#ifndef __j1MAP_H__ #define __j1MAP_H__ #include "PugiXml/src/pugixml.hpp" #include "p2List.h" #include "p2DynArray.h" #include "p2PQueue.h" #include "p2Point.h" #include "j1Module.h" #define COST_MAP 100 // ---------------------------------------------------- struct Properties { struct Property { p2SString name...
[ "rikilonga@gmail.com" ]
rikilonga@gmail.com
6a564551e76743fb403189e4ffdce01668858573
a9e880cff1f62fa9367b13c212c5a891850a7c36
/apache-activemq-monitor.20090320/LocationContextDialog.cpp
9291caea9c3c9fbf91dd585513a7467ac4936f6f
[]
no_license
yy79yy/ianzepp
79a50cbecf4e59258735308cb4a0a706ea2a63e4
5e356dacfbe1a25afc2ce4c113547f3107b8112b
refs/heads/master
2020-04-24T14:09:04.875284
2015-03-15T01:44:12
2015-03-15T01:44:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,011
cpp
#include "LocationContextDialog.h" LocationContextDialog::LocationContextDialog(QWidget *parent) : QDialog(parent), rootItem(0), remoteHostItem(0), subscriptionItem(0), managementRole(Undefined) { ui.setupUi(this); } LocationContextDialog::~LocationContextDialog() { } LocationItem *LocationContextDialog::exec() { ...
[ "ian.zepp@2a6a8634-10ed-11de-aa17-9100d24c02a7" ]
ian.zepp@2a6a8634-10ed-11de-aa17-9100d24c02a7
36179cfb81b3fa6510bfb38ae0fb85ee391e4127
9d364070c646239b2efad7abbab58f4ad602ef7b
/platform/external/chromium_org/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h
89827f31f157c634714741acf3b286cebff73f12
[ "BSD-3-Clause" ]
permissive
denix123/a32_ul
4ffe304b13c1266b6c7409d790979eb8e3b0379c
b2fd25640704f37d5248da9cc147ed267d4771c2
refs/heads/master
2021-01-17T20:21:17.196296
2016-08-16T04:30:53
2016-08-16T04:30:53
65,786,970
0
2
null
2020-03-06T22:00:52
2016-08-16T04:15:54
null
UTF-8
C++
false
false
2,576
h
// Copyright 2013 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_UI_VIEWS_SYNC_PROFILE_SIGNIN_CONFIRMATION_DIALOG_VIEWS_H_ #define CHROME_BROWSER_UI_VIEWS_SYNC_PROFILE_SIGNIN_CONFIRMATION_DIALOG_V...
[ "allegrant@mail.ru" ]
allegrant@mail.ru
874e58d8733ad72bff03955bb7df0f60aa03842d
d9c12d0bb25fd3e258fb481b40a64fd8f7328bbc
/engine/core/memory/heap_allocator.h
e567d6b3125ddd7fa203330abb4a1f4dd2524eec
[]
no_license
panz0r/daybreak
1f9c2c3758f7b61ffbf1eb87081d84a1d10282f3
f03121171f56aa320f4d079f95f8b096e1ae9da0
refs/heads/master
2021-01-22T13:02:47.568889
2016-09-26T07:49:18
2016-09-26T07:49:18
68,501,132
0
0
null
null
null
null
UTF-8
C++
false
false
410
h
#pragma once #include <core/memory/allocator.h> #include <core/memory/dlmalloc.h> class HeapAllocator : public Allocator { public: HeapAllocator(const char *name, size_t initial_size, Allocator *backing); ~HeapAllocator(); void *allocate_size(size_t size, size_t alignment) override; void free(void *p) override; ...
[ "peder.nordenstrom@gmail.com" ]
peder.nordenstrom@gmail.com
8502b5a102131abfcde5fa73f6622487841e38cc
f79129e20ce6449f084386d380ffdc61d5230daa
/huffman.cpp
64c9a05643700aa45559829dc0aa4ed345ecf580
[]
no_license
ziqzaq1q2/Projekt
ae606c7c13d0218fe7b68cbe59e1fbe500c982d2
ea3761485df267ba8cf8d91d1102d58123c48d76
refs/heads/master
2021-01-10T01:48:37.973428
2016-03-31T22:35:44
2016-03-31T22:35:44
55,187,710
0
0
null
null
null
null
WINDOWS-1250
C++
false
false
8,261
cpp
//Kody Huffmana //Jan Wojceichowski //www.algorytm.org #include <iostream> #include <fstream> #include <vector> #include <algorithm> const bool bLeft = false; const bool bRight = true; typedef unsigned char Byte; Byte setBit(Byte x, unsigned int index) { return x | (1 << index); } bool getBit(By...
[ "cycu2410@gmail.com" ]
cycu2410@gmail.com
01e05da4c1c08ad4e9ccd2d2560652095f61453b
695e663e13aa90311f9c1e9f2227f548fcc26d50
/array/21.cpp
618ff764d0b038fec855a10d169ddabc45a46c20
[]
no_license
Lazarus-10/Final450
954beb827125cfa6959ad223190279ff1eb556b4
725d8cb6babc1c84e503edb5ae4438f0e2d06823
refs/heads/main
2023-07-19T23:05:08.076610
2021-09-01T06:49:40
2021-09-01T06:49:40
374,356,791
1
1
null
null
null
null
UTF-8
C++
false
false
2,233
cpp
#include <iostream> using namespace std; // arr[]: Input Array // N : Size of the Array arr[] // Function to count inversions in the array. /* Naive approach O(N) */ // long long inversionCount(long long arr[], long long N) // { // long long count = 0; // for(int i=0; i<N-1; i++){ // for(int j = i+...
[ "ksarim225@gmail.com" ]
ksarim225@gmail.com
4ff8ce5fb57ba056378d30ba1c017c41058d0037
29a4c1e436bc90deaaf7711e468154597fc379b7
/modules/boost_math/bench/simd/tgamma_lower.cpp
8fc427f42ba7709e6d6fdffcac5085d76daf0e9b
[ "BSL-1.0" ]
permissive
brycelelbach/nt2
31bdde2338ebcaa24bb76f542bd0778a620f8e7c
73d7e8dd390fa4c8d251c6451acdae65def70e0b
refs/heads/master
2021-01-17T12:41:35.021457
2011-04-03T17:37:15
2011-04-03T17:37:15
1,263,345
1
0
null
null
null
null
UTF-8
C++
false
false
1,236
cpp
////////////////////////////////////////////////////////////////////////////// /// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand /// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI /// /// Distributed under the Boost Software License, Version 1.0 /// ...
[ "jtlapreste@gmail.com" ]
jtlapreste@gmail.com
8fe38279230dc5a1626ba53e0e4d9bdfa6e26d9b
2bb7b2475cfcd971de16eb6ddd9c78a9201192f3
/utils.h
33cbd66a4d80b3bc074a25656d7bd437153aa9b7
[ "MIT" ]
permissive
craigaloewen/FlappyBirdAI
6b19165fbf7ba2078003e0d6be20c24c7ee45db7
71429cef6544692ce7a61ed4833afd85f6a998c0
refs/heads/master
2021-01-01T05:26:53.150791
2018-04-17T13:44:37
2018-04-17T13:44:37
56,832,909
3
1
null
null
null
null
UTF-8
C++
false
false
1,581
h
#ifndef UTILS_H #define UTILS_H #include <stdlib.h> #include <math.h> #include <sstream> #include <string> #include <iostream> #include <vector> using namespace std; //This file was provided by AI-Junkie.com //---------------------------------------------------------------------------- // some random...
[ "craigaloewen@gmail.com" ]
craigaloewen@gmail.com
50f169700e5f6d4a7eb59187204bdfe0ced8d092
3790aefc92f31c1abbe5594d4ea020e15cb12aae
/tizen-sdk/platforms/tizen2.1/rootstraps/tizen-emulator-2.1.native/usr/include/osp/FUiCtrlTimePicker.h
f0b82e4c7b6c6dc6fc5941fa3fe1b1277fbc30b2
[]
no_license
abhijitrd/CppSharpTizen
e9871793c27acbb8ae0f599f2013ea56c7b2fca4
92e42a36cc3c5f2b1636061e82025feec4edda0d
refs/heads/master
2021-01-16T22:04:57.789905
2014-07-05T11:39:32
2014-07-05T11:39:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,605
h
// // Open Service Platform // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. // // 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/ //...
[ "brighttwinsoftware@gmail.com" ]
brighttwinsoftware@gmail.com
cf95462683686ae772ddac854a43f60dae09a2ca
8a87f5b889a9ce7d81421515f06d9c9cbf6ce64a
/3rdParty/boost/1.78.0/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp
35aae192a3bcfb64f35db869f7b03f08a091a8a1
[ "BSL-1.0", "Apache-2.0", "BSD-3-Clause", "ICU", "Zlib", "GPL-1.0-or-later", "OpenSSL", "ISC", "LicenseRef-scancode-gutenberg-2020", "MIT", "GPL-2.0-only", "CC0-1.0", "LicenseRef-scancode-autoconf-simple-exception", "LicenseRef-scancode-pcre", "Bison-exception-2.2", "LicenseRef-scancode...
permissive
arangodb/arangodb
0980625e76c56a2449d90dcb8d8f2c485e28a83b
43c40535cee37fc7349a21793dc33b1833735af5
refs/heads/devel
2023-08-31T09:34:47.451950
2023-08-31T07:25:02
2023-08-31T07:25:02
2,649,214
13,385
982
Apache-2.0
2023-09-14T17:02:16
2011-10-26T06:42:00
C++
UTF-8
C++
false
false
5,801
hpp
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2011-2012 Barend Gehrels, Amsterdam, the Netherlands. // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Use, modification and distribution is...
[ "frank@arangodb.com" ]
frank@arangodb.com
282407c160fc157b56b98b4241570e1717dabbc1
5400318df9dfa5f644ae0fc0988f5b7c2d756df6
/2017-07-05/practice_14_2.cpp
9518fdee9f3557780f7a9b4ad826e59b5533d30d
[]
no_license
Gno-GH/c_add_study
a39ca99e883770e74ce080b6bd603e24b311e8de
f466ecd133970ce54126b0f701874dc0b5951687
refs/heads/master
2020-12-03T00:44:17.753798
2017-09-20T12:18:55
2017-09-20T12:18:55
96,073,216
0
0
null
null
null
null
UTF-8
C++
false
false
918
cpp
#include <iostream> using namespace std; class Frabjobs { private : string fab; public : int con; static int ct; Frabjobs(const string s = "C++" ) : fab(s){ ct++; cout<<"Siht "<<ct<<endl; } ~Frabjobs(){ ct--; cout<<"This "<<ct<<endl; } virtual void tell(){...
[ "1570761182@qq.com" ]
1570761182@qq.com
bb82d171693eb38e6d040933eaf1ac95819de9d9
d6b4bdf418ae6ab89b721a79f198de812311c783
/eb/include/tencentcloud/eb/v20210416/model/DeleteConnectionRequest.h
0f2c4a5d62f79ff8d0622b1b001c058852dc9a10
[ "Apache-2.0" ]
permissive
TencentCloud/tencentcloud-sdk-cpp-intl-en
d0781d461e84eb81775c2145bacae13084561c15
d403a6b1cf3456322bbdfb462b63e77b1e71f3dc
refs/heads/master
2023-08-21T12:29:54.125071
2023-08-21T01:12:39
2023-08-21T01:12:39
277,769,407
2
0
null
null
null
null
UTF-8
C++
false
false
3,335
h
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tencent.com" ]
tencentcloudapi@tencent.com
3948189ef03255336fe915394954f9bdac17b304
872f24199d847f05ddb4d8f7ac69eaed9336a0d5
/code/imageanalysis/ImageAnalysis/ImageTransposer.cc
e4ede735f59db8be28be130ebbf7d2fc10c0b071
[]
no_license
schiebel/casa
8004f7d63ca037b4579af8a8bbfb4fa08e87ced4
e2ced7349036d8fc13d0a65aad9a77b76bfe55d1
refs/heads/master
2016-09-05T16:20:59.022063
2015-08-26T18:46:26
2015-08-26T18:46:26
41,441,084
1
1
null
null
null
null
UTF-8
C++
false
false
6,054
cc
/* * ImageReorderer.cc * * Created on: May 7, 2010 * Author: dmehring */ #include <imageanalysis/ImageAnalysis/ImageTransposer.h> #include <images/Images/ImageUtilities.h> #include <images/Images/PagedImage.h> #include <images/Images/TempImage.h> #include <imageanalysis/ImageAnalysis/SubImageFactory.h> n...
[ "darrell@schiebel.us" ]
darrell@schiebel.us
d65fe31bae01dc3cbec7ba1e8e45d7b4f8d038cc
8039d705f098b62c904c2f5b1a6a9c9a47e875ae
/OpenSource/Stlsoft/Current/include/stlsoft-1.9.116/include/unixstl/filesystem/readdir_sequence.hpp
7baf5f08803553edad883ea941374388765df241
[ "Apache-2.0" ]
permissive
h82258652/YDWE
6985544d3273529ba6ee0751cd58ab9346551542
e2ad572ffd6bf29b457da96c44b26dcca899e867
refs/heads/master
2021-01-23T23:04:01.079978
2013-08-01T15:22:07
2013-08-01T15:22:07
11,835,736
1
1
null
null
null
null
UTF-8
C++
false
false
26,920
hpp
/* ///////////////////////////////////////////////////////////////////////// * File: unixstl/filesystem/readdir_sequence.hpp * * Purpose: readdir_sequence class. * * Created: 15th January 2002 * Updated: 17th August 2012 * * Home: http://stlsoft.org/ * * Copyright (c) 2002-2012, Matt...
[ "actboy168@gmail.com" ]
actboy168@gmail.com
e5d73fc318b8dffead49ef1b261f84e44372b4cf
8bdffce37d9e7dcaf676e6c6480292f5fdccc0b8
/tower_of_hanoi.cpp
d9fb0fc8a2d809ff8c54cb9a3fc6c30bc812c554
[]
no_license
surajchoudhary01/ProgrammingPathshalaCPP
e2a67d37f284bfc8c505d3026a2cc032a25246e1
483fe720db5058c4210ed34e6a100fe2bb06e1e4
refs/heads/master
2023-07-03T22:49:32.960010
2021-08-03T04:05:03
2021-08-03T04:05:03
392,183,008
0
0
null
null
null
null
UTF-8
C++
false
false
556
cpp
#include<iostream> using namespace std; vector<int> tower_of_hinoi(int n,int k,int i,int from_pole , int to_pole , int aux_pole ) { if(n==1) { i++; return ; } if(k==i) { vector<int> arr; arr.push_back(from_pole); arr.push_back(to_pole); return arr; ...
[ "csuraj2497@gmail.com" ]
csuraj2497@gmail.com
421f105ad0359916193ea0f9305369f94d745560
9b4dd8a4187d85f1826b1b5a10d2d317b410e69d
/数据结构/树/tree2.cpp
b27461535013fceec0ef0039f28ea6d56a711e69
[]
no_license
wbl1996/C-projects
db5448b89f3f1c2592aa94e905f14418b9986189
e5b5581d5e17c27a59cab67663630a6e76e59cf6
refs/heads/master
2021-09-23T17:59:31.578486
2018-09-26T06:42:09
2018-09-26T06:42:09
113,429,821
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
1,121
cpp
#include<stdio.h> #include<stdlib.h> #define MAXSIZE 30 #define max 100 typedef int Elemtype; typedef struct btnode{ Elemtype data; struct btnode *lchild; struct btnode *rchild; }BTnode; BTnode *p[MAXSIZE+1]; BTnode *creat(){ int i,j; char ch; BTnode *t,*s; printf("\nenter(i,ch)until enter(0,#):\n"); printf("en...
[ "wbl_96@163.com" ]
wbl_96@163.com
33bd5ca9e298343798c4dda590f3ddfc7e9ad340
46a49f70c874fcaaf53e889a9b54eeca9849a8d9
/Capstone_Project/Classes/Native/Bulk_Generics_8.cpp
bed4db18c9540af5335ef3aac9aad669a2adcc72
[]
no_license
Harshith-N-Srivatsa/3D-Mapping-and-Navigation-Bot-using-SLAM-Techniques
baf7dd42902ed678a00bee820796bf785ee43ab3
cd72b1aa8ab50b657fe04031ba29658f3e0c9f89
refs/heads/main
2023-04-24T05:29:19.913350
2021-05-01T21:45:41
2021-05-01T21:45:41
361,553,226
0
0
null
null
null
null
UTF-8
C++
false
false
1,454,197
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "i...
[ "hnsdynamo@gmail.com" ]
hnsdynamo@gmail.com
49ee8395256954f1486141106046c8831ed7f828
f651aa16b134f0b5dc302cf45955c1b7cd87c60e
/src/Widget/CompositeWidget.cpp
e539d91ce4d8cbff7b44b5e7f1ed411a6202263c
[]
no_license
prinsmike/Conception
d0b6bdddf282008c56a702401ad5131cf7a350be
d7a86f2a5ef55e08c7908ca1f98982c63aba10e4
refs/heads/master
2021-01-18T19:38:38.388607
2012-12-14T16:05:55
2012-12-14T16:05:55
7,538,552
1
0
null
null
null
null
UTF-8
C++
false
false
911
cpp
#include "../Main.h" CompositeWidget::CompositeWidget(Vector2n Position, std::initializer_list<std::shared_ptr<Widget>> Widgets) : Widget(Position, Vector2n::ZERO), m_Widgets(Widgets) { for (auto & Widget : m_Widgets) { Widget->SetParent(*this); } } CompositeWidget::~CompositeWidget() { } void CompositeWidg...
[ "shurcooL@gmail.com" ]
shurcooL@gmail.com
b49448b6437f91eea962129cdb8bceb4af71a454
c19496ec4abbfd58f57af8251b686b79d9ca0f8a
/build/linux-build/Sources/include/hxinc/sys/ssl/Socket.h
c04087db03f49523ad6c543264bf090ef3552dfa
[]
no_license
5Mixer/HaxeUIColourPicker
c04a7b2908ceec126d491531db03fd526293a52c
19792fc8b27a5c3d40aba52e8e539d78d42992bd
refs/heads/master
2022-11-13T05:50:14.953856
2020-07-10T13:43:28
2020-07-10T13:43:28
278,645,587
1
0
null
null
null
null
UTF-8
C++
false
true
3,843
h
// Generated by Haxe 4.0.5 #ifndef INCLUDED_sys_ssl_Socket #define INCLUDED_sys_ssl_Socket #ifndef HXCPP_H #include <hxcpp.h> #endif #ifndef INCLUDED_sys_net_Socket #include <hxinc/sys/net/Socket.h> #endif HX_DECLARE_CLASS2(sys,net,Host) HX_DECLARE_CLASS2(sys,net,Socket) HX_DECLARE_CLASS2(sys,ssl,Certificate) HX_DECL...
[ "dantheman41@live.com.au" ]
dantheman41@live.com.au
835da90495c9f027d4d77cb00805f1715678c049
4d0db586e0c2f5bc90876880c8ba8551d604b0d3
/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.UI_1.cpp
70a747b065bc0db3fa0db0f7354beebfe2afb2bf
[]
no_license
Dwarph/SpaceInvaders
3ba670da67f962e13aa6d7532d444a379ce36b93
59625044233e8b85fbb3849b07f9e6fcbf64bd01
refs/heads/master
2021-01-18T20:27:42.523283
2018-03-03T16:24:13
2018-03-03T16:24:13
72,147,597
1
0
null
null
null
null
UTF-8
C++
false
false
128,366
cpp
#include "il2cpp-config.h" #include "class-internals.h" #include "codegen/il2cpp-codegen.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #include "stringLiterals.h" #include "t276.h" #include <cstring> #...
[ "pipturner@outlook.com" ]
pipturner@outlook.com
2a63a2991b89c58798f57cc0804ba185acc0d3bf
84424a4ce2b17484fb17b140e29a6f4d4e661c65
/core/tests/OSRedirector.cpp
a37883707c4872a07686da22b4bc885f1d192a50
[]
no_license
jamilettel/arcade
132f7bbb86924b200165b88a38a71bfcf917154c
ced6af2bf41297a16b5653e0626f93535bd451d3
refs/heads/master
2021-04-18T12:57:39.220900
2020-04-05T09:45:49
2020-04-05T09:45:49
249,545,410
2
0
null
null
null
null
UTF-8
C++
false
false
373
cpp
/* ** EPITECH PROJECT, 2020 ** OS Redirector ** File description: ** tests */ #include "OSRedirector.hpp" OSRedirector::OSRedirector(std::ostream &c) : _c(c) { _backup = _c.rdbuf(); _c.rdbuf(_oss.rdbuf()); } OSRedirector::~OSRedirector() { _c.rdbuf(_backup); } const std::string OSRedirector::getContent(...
[ "jamil.ettel@epitech.eu" ]
jamil.ettel@epitech.eu
e661679712611cec115f537c459e4cd89d29430e
4fc62c002219b2cd14496579c4ecbc66a8fa7fe8
/command/constants.h
38b723a9b149d1fa4bff06d408e7395ac70d56c3
[]
no_license
TheTypoMaster/dingler
7475367e10926194c0d50e63f3a26914799e30ca
7d1fbdc0450eac1a2b3f8c08e97522a9490a6834
refs/heads/master
2020-04-10T13:30:55.813142
2015-09-02T14:56:05
2015-09-02T14:56:05
41,807,566
0
0
null
2015-09-02T14:55:48
2015-09-02T14:55:47
null
UTF-8
C++
false
false
820
h
// Copyright (c) 2015 Dingler. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMMAND_CONSTANTS_H__ #define COMMAND_CONSTANTS_H__ namespace command { extern const int kMinibufferHeight; extern const char kCloneToolName[]; extern c...
[ "brainloop0@gmail.com" ]
brainloop0@gmail.com