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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
121dd9c70178e72bfad1a9427e5b987c2b18208e | ea0effaa074b1a8ff56db9ef5b48dd08813bdbfb | /cpp/src/hfc/src/io/File.cpp | b3360cfe991b73638a5a0d4575844d657923f07e | [] | no_license | youkejiang/HFRM | f06e24380803ac3661daabd1c10faa025ca2c871 | 7651ce56120fe2d1b1b178522573bea4b2223615 | refs/heads/master | 2021-01-19T07:07:29.252854 | 2016-03-16T09:09:11 | 2016-03-16T09:09:11 | 54,016,747 | 0 | 0 | null | 2016-03-16T09:08:08 | 2016-03-16T09:08:08 | null | GB18030 | C++ | false | false | 4,372 | cpp | #include "../../include/io/File.hpp"
using namespace hfc::io;
#include "../../include/util/OSErrorException.hpp"
using namespace hfc::util;
#include "../../include/util/OutOfMemoryException.hpp"
#include "../../include/io/InvalidFileException.hpp"
using namespace hfc::io;
const File::OpenMode File::NotOpen =... | [
"hoheart@163.com"
] | hoheart@163.com |
7dcb81396a8f9dea7d0cb549779ed4f9e0c792b2 | 78054846318f3b4b962550816fa83daa05b7dcc8 | /heaps/main.cpp | 9a729d62b67f9de60b0e8a300779d42667726f3e | [] | no_license | anmolduainter/cLionProjects | 2ee6563900ed294254d7014df6698149aa2ed332 | 8186f13b6a79de23b97e8f03bbf043c4b8222208 | refs/heads/master | 2021-05-16T00:37:01.518370 | 2017-10-21T06:40:58 | 2017-10-21T06:40:58 | 106,949,402 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 280 | cpp | #include<bits/stdc++.h>
#include "Heap.h"
using namespace std;
int main(){
Heap h(false);
int d;
cin>>d;
while(d!=-1){
h.push(d);
cin>>d;
}
//Pop
while(!h.empty()){
cout<<h.top()<<",";
h.pop();
}
return 0;
} | [
"anmolduainter@gmail.com"
] | anmolduainter@gmail.com |
93e7034505cb446fa91cddc20928f00f21517399 | b5b276278125f3b1668d301e217efc8663f77f25 | /MonsterCard.cpp | 1af5da10e9f0cda53804958fad69b15bc6084a38 | [] | no_license | lkemanov1/HW3_Practicum | a73a319f01bab04249c4b211cadb798cc190f7ef | b982b8104584762a78b437c7dca6194136c0154f | refs/heads/master | 2023-04-18T08:53:02.989296 | 2021-05-01T15:38:51 | 2021-05-01T15:38:51 | 363,445,714 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 390 | cpp | #include "MonsterCard.hpp"
#include<iostream>
MonsterCard::MonsterCard()
{
this->attack = 0;
this->defence = 0;
}
MonsterCard::MonsterCard(const Card& card, const int& attack, const int& defence):Card(card)
{
this->attack = attack;
this->defence = defence;
}
int MonsterCard::get_attack() const
{
return this->atta... | [
"lkemanov2@gmail.com"
] | lkemanov2@gmail.com |
5913312c41379d2dac97372ec7e719b6c3b04ed4 | dbb32c4888dad8a48551738d4f720ead7f271e32 | /GraphicsProgramming/TilingTerrain_Layer.cpp | 24130608fde18c7e98cb8da913cfec15365d0e1a | [] | no_license | stuchii/GSP414 | f791c1fa67e7c61d9833fcf772441c0121063180 | 87fb1b234a997166ac542903f973a1681c2413b7 | refs/heads/master | 2021-01-18T11:00:37.151739 | 2015-07-20T11:54:22 | 2015-07-20T11:54:22 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,388 | cpp | #include "TilingTerrain_Layer.h"
#include <random>
TilingTerrain_Layer::TilingTerrain_Layer(float p_TexX, float p_TexY, float p_TexXSize, float p_TexYSize, bool p_HasVariation, TilingTerrainType p_Type)
{
m_TexX = p_TexX;
m_TexY = p_TexY;
m_TexXSize = p_TexXSize;
m_TexYSize = p_TexYSize;
m_HasVariations = p_HasV... | [
"jannikso@web.de"
] | jannikso@web.de |
a93480a766a6dee8e8aab7b88a9c99c119fecccb | 9cefee022eec34a27e4ad16e47bb615993ac99e6 | /Labview Software/Hardware Mfg/AlazarTech SDK/7.2.3/Samples_C/ATS9360/DualPort/NPT_Scan/ATS9360_NPT_Scan.cpp | 0e1ee0fa9f9411d911fea40afc22c08d4c2262fc | [] | no_license | BUNPC/SerialSectOCT | 8fb497012bbd98751fbf752fb8fa08d6ddc86ec5 | b3ddbe87595fc246dc3959cc0c81b453c27b0781 | refs/heads/master | 2023-08-17T23:51:09.781058 | 2023-08-05T15:28:08 | 2023-08-05T15:28:32 | 133,862,311 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 18,830 | cpp | //-------------------------------------------------------------------------------------------------
//
// Copyright (c) 2008-2016 AlazarTech, Inc.
//
// AlazarTech, Inc. licenses this software under specific terms and conditions. Use of any of the
// software or derivatives thereof in any product without an AlazarTech ... | [
"Shuaibin@bu.edu"
] | Shuaibin@bu.edu |
0cabf6389830f2f6817b30fffb4a9f1b5ef6e5f0 | 27c81040a940de0caa891c205c084c867efa98e6 | /Topic 5 Stacks Queues/13 Largest Rectangle Under Histogram.cpp | 4856a36d473671dadb03b28c9dfc71bc19bfb04f | [] | no_license | tejasbedi1/the-ultimate-ds-algorithms-checklist | 817c4fb78c679834945aaf6621e698d6495dcc6e | 04744b90827847d6be19fc0cd6578ccfcaa4652c | refs/heads/master | 2023-02-15T19:58:19.845192 | 2020-12-29T08:03:28 | 2020-12-29T08:03:28 | 244,436,212 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,821 | cpp | #include <bits/stdc++.h>
#include <iostream>
#include "debug.h"
using namespace std;
void maxArea(int *arr, int size)
{
int max = 0;
int topSize;
int area;
int i=0;
stack <int> stk;
while (i < size)
{
debug(3, "Processing bar with size, ", arr[i], "\n");
if (stk.empty() == true)
{
debug(2, "Stack E... | [
"tejas.bedi1@gmail.com"
] | tejas.bedi1@gmail.com |
c40cf5a7d4ecb8d2e64891095e29d281dc5cd924 | 93b611a35328b9204a8edff4675cb11a8c529684 | /Export/macos/obj/src/lime/app/_Event_lime_ui_Window_Void.cpp | eb44b9a042a3538cc5687d6f9753b903a9df4aed | [] | no_license | dmoa/firstHaxeGame | b5db96619cb8dc3d7ce38d6ba4adf29c4b6dca3c | fbed7991277168a57b22d220c5ccc15f01e467a0 | refs/heads/master | 2020-06-29T11:36:20.971915 | 2019-08-04T17:39:57 | 2019-08-04T17:39:57 | 200,523,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 12,250 | cpp | // Generated by Haxe 3.4.4
#include <hxcpp.h>
#ifndef INCLUDED_Reflect
#include <Reflect.h>
#endif
#ifndef INCLUDED_lime_app__Event_lime_ui_Window_Void
#include <lime/app/_Event_lime_ui_Window_Void.h>
#endif
#ifndef INCLUDED_lime_ui_Window
#include <lime/ui/Window.h>
#endif
HX_DEFINE_STACK_FRAME(_hx_pos_3e785e2fafde5... | [
"44374106+dmoa@users.noreply.github.com"
] | 44374106+dmoa@users.noreply.github.com |
cc93b3a8277ee3a3406be785ec14c3048542f2c9 | c48adc9cc2fad36718d2ca6514664c19828799d0 | /Beginner/MOVIEWKN.cpp | 17f875b7376bd75a4ca4c383655f7110f4dc3385 | [] | no_license | Dexter-99/CODECHEF-SUBMISSIONS | 72da750bae39216824db76b4a1a733141b81bde8 | 374900daee8ea2572c63812bf76805cf9dd7d50b | refs/heads/master | 2022-12-13T02:09:28.586750 | 2020-09-19T08:20:19 | 2020-09-19T08:20:19 | 296,819,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 550 | cpp | //ACCEPTED
#include <iostream>
#define REP(i, a, b) for (int i = a; i <= b; i++)
using namespace std;
int main()
{
int t, n, maxI, maxR, res;
cin >> t;
while (t--)
{
cin >> n;
int l[n], r[n];
REP(i, 0, n - 1)
cin >> l[i];
REP(i, 0, n - 1)
cin >> r[i];
maxI = -1;
maxR = 0;
re... | [
"ranveerverma709@gmail.com"
] | ranveerverma709@gmail.com |
44aaa80c1c37a4eb3a5c292e3dfaa3b087c54c98 | a1fbf16243026331187b6df903ed4f69e5e8c110 | /cs/sdk/3d_sdk/maya/ver-2008/devkit/plug-ins/geometryCacheBlockDVAData.h | 70d218c2f280dccf5e3f4b01e3e5d63403569ed5 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | OpenXRay/xray-15 | ca0031cf1893616e0c9795c670d5d9f57ca9beff | 1390dfb08ed20997d7e8c95147ea8e8cb71f5e86 | refs/heads/xd_dev | 2023-07-17T23:42:14.693841 | 2021-09-01T23:25:34 | 2021-09-01T23:25:34 | 23,224,089 | 64 | 23 | NOASSERTION | 2019-04-03T17:50:18 | 2014-08-22T12:09:41 | C++ | UTF-8 | C++ | false | false | 2,940 | h | #ifndef _GEOMETRY_CACHE_BLOCK_DVA_DATA
#define _GEOMETRY_CACHE_BLOCK_DVA_DATA
//-
// ==========================================================================
// Copyright (C) 1995 - 2006 Autodesk, Inc. and/or its licensors. All
// rights reserved.
//
// The coded instructions, statements, computer programs, and/or... | [
"paul-kv@yandex.ru"
] | paul-kv@yandex.ru |
db1ede584fa5459d6c407358e44905b37547fefa | 3ded37602d6d303e61bff401b2682f5c2b52928c | /ml/001/Classes/Unit/MakeEatLayer.h | 912f31ad6601ecf0ebc53e6723f549e5d824bb19 | [
"MIT"
] | permissive | CristinaBaby/Demo_CC | 8ce532dcf016f21b442d8b05173a7d20c03d337e | 6f6a7ff132e93271b8952b8da6884c3634f5cb59 | refs/heads/master | 2021-05-02T14:58:52.900119 | 2018-02-09T11:48:02 | 2018-02-09T11:48:02 | 120,727,659 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,785 | h |
#ifndef __MakeEatLayer__
#define __MakeEatLayer__
#include <iostream>
#include "cocos2d.h"
#include "CCImageColorSpace.h"
#include "MyRenderTexture.h"
USING_NS_CC;
class MakeEatLayer:public Layer {
public:
CREATE_FUNC(MakeEatLayer);
virtual bool init();
virtual void onEnter();
vo... | [
"wuguiling@smalltreemedia.com"
] | wuguiling@smalltreemedia.com |
e4c537fd284a6611d10ec20bb1f46825a5c06df4 | e7bb742efcb042bbd552e222eef57b910d62316a | /Programming Guide/Headers/Siv3D/DynamicMesh.hpp | 31eff216ce8b8de7668d4338a39a497f640d7e80 | [
"MIT"
] | permissive | nguyenluminhhang/Siv3D-Reference | 25d5a89dd79a23134d9e0b559c9e897e84d0f5d5 | d58e92885241d11612007fb9187ce0289a7ee9cb | refs/heads/master | 2021-06-10T17:56:24.672491 | 2016-08-12T13:40:45 | 2016-08-12T13:40:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 753 | hpp | //-----------------------------------------------
//
// This file is part of the Siv3D Engine.
//
// Copyright (C) 2008-2016 Ryo Suzuki
//
// Licensed under the MIT License.
//
//-----------------------------------------------
# pragma once
# include "Fwd.hpp"
# include "Array.hpp"
# include "Mesh.hpp"
namespace s3d... | [
"reputeless@gmail.com"
] | reputeless@gmail.com |
69140c28109510dc1370f302d5a261887209a1a9 | 26ac18031e43b4b2426eb21b18048f12ebf02ede | /Algo/semestr1/session1/53.cpp | ee56cca4f6bd5f0d5f5f6fdd1c6602a38a2af4bc | [] | no_license | kostyamyasso2002/Mipt | 72c292b0b8a3ce6a0b3b36ab822abf40987f3de3 | 3608a9bb8bd11d9bdf1975113a196f9eff62d871 | refs/heads/main | 2023-04-16T01:17:32.629187 | 2021-04-30T19:08:13 | 2021-04-30T19:08:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19 | cpp | B - Дерево.
| [
"nikitanikitin2305@gmail.com"
] | nikitanikitin2305@gmail.com |
f27e15498ddbe858357f45510e715a970ecb8a87 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /content/browser/speech/speech_recognizer_impl_unittest.cc | 7645df8014d83832874b28dc35786b465381c24e | [
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | C++ | false | false | 27,670 | cc | // Copyright (c) 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.
#include <stddef.h>
#include <stdint.h>
#include <vector>
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/compiler_specific.h"
... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
bd71ed8b2b2a853a9b73ba621b8af1ea6d4822f9 | 7f89ff076b1002945da996d944c1f4e191432818 | /libindigoc/indigo.h | 779570eb7f6eebfd169031059232eff0eac53413 | [
"BSD-3-Clause"
] | permissive | doytsujin/indigo-1 | f459135d9d90a16c4936482b16961b82d01d4590 | 06070c45a6c13ab3d6bd9a9ce6491ceef4375daa | refs/heads/master | 2023-03-15T17:44:56.198295 | 2016-01-11T11:08:06 | 2016-01-11T11:08:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 414 | h | #ifndef INDIGO_INDIGO_H
#define INDIGO_INDIGO_H
#include <thread>
#include <vector>
#include "scheduler.h"
namespace Indigo
{
class Indigo
{
Scheduler scheduler_;
public:
Indigo();
~Indigo();
void startThreads();
void stopThreads();
void waitComplete();
... | [
"zik@zikzak.net"
] | zik@zikzak.net |
2aba71993bf67a253ab096aa0638ada581a6bb6a | cd697db374f06422b53f2319000f6591ed92e809 | /Circle.h | 467b1dc4665e81bd5b1ee002ee72214bb9d74e7a | [] | no_license | CML-lab/Utility_Task_cpp | d00b44104c07a9824415e7589a4e6a140873c73b | ea7a9dc830ed3d446ab0c930a5940fd8e1193df1 | refs/heads/master | 2023-07-15T13:23:32.918294 | 2021-08-25T18:02:51 | 2021-08-25T18:02:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,077 | h | #ifndef CIRCLE_H
#define CIRCLE_H
#pragma once
#include "SDL.h"
#include "SDL_opengl.h"
#include "Object2D.h"
#include "Timer.h"
// creates a circle object to render as the target
class Circle
{
protected:
GLint nVerts;
GLfloat vertices[2][100]; // vertices in meters from center
GLfloat verticesInne... | [
"cognitivemotorlab@gmail.com"
] | cognitivemotorlab@gmail.com |
be12fb55434e67d1eda016aceee93359a9fc8708 | cdb281fe5f4d172e8ca899420a7e1cfb05e76398 | /mediatek/custom/s6000_prc_wifi/hal/imgsensor/hi542_mipi_raw/camera_tuning_para_hi542mipiraw.cpp | ab6f85df67ed35f1c6746ab03e28cc969bc52153 | [] | no_license | lenovo-a3-dev/android_kernel_lenovo_mt8389 | feced2299e2415bd6b2140ff6414c1ed3cff37f8 | 320c9e380542564efdf88554cbde4847c0c0ab53 | refs/heads/master | 2021-01-17T18:43:23.740824 | 2014-11-22T22:12:21 | 2014-11-24T20:42:52 | 27,341,515 | 4 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 95 | cpp | ../../../../mt8389_tablet_s3v2/hal/imgsensor/hi542_mipi_raw/camera_tuning_para_hi542mipiraw.cpp | [
"kupyxa4444@gmail.com"
] | kupyxa4444@gmail.com |
0a7abaaad00400376f4ad616aafa080932a2eec6 | dfe02dc0dc5e464713ef63e8b934f9a0555c0c3c | /Sources/Fregat/System/Assets/AssetsManagement/AssetBin.cpp | 88814db856180a563f3d96ad9a602461da0526aa | [] | no_license | vdoom/Fregat_Game_Engine | 3cc1850297d08068bd861ca0cd48b21106732152 | e1151665f95d6c25fea8d81d98a5cae1922e3d67 | refs/heads/master | 2021-04-29T01:41:04.617510 | 2017-08-25T17:15:37 | 2017-08-25T17:15:37 | 77,746,878 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 309 | cpp | #include <string>
#include "AssetBin.h"
namespace Fregat
{
namespace System
{
AssetBin::AssetBin(AssetBin&& t_other)
{
m_name = std::move(t_other.m_name);
m_path = std::move(t_other.m_path);
m_state = t_other.m_state;
m_manager = t_other.m_manager;
t_other.m_manager = nullptr;
}
}
}
| [
"kuksynok.v@gmail.com"
] | kuksynok.v@gmail.com |
bf8399add3c6b53253e0e9f9dddc9b15bbbd3aae | af278a0a4521a1b7373d27cfc81f26c1c41d8b44 | /framework/O.win32-x86-mingw/moc/moc_QESubstitutedLabel.cpp | ac25a9ab47daf91ed747fa451994635b29e7d9f1 | [] | no_license | TDControlsGroup/CLARA_RGA | 0cb90a130c5d64d75a263ae517b5f43f4ff6d06f | 31c92e97e3037f60f7bd1551979ca1771c3ee437 | refs/heads/master | 2021-01-13T05:20:24.894596 | 2017-03-27T16:42:42 | 2017-03-27T16:42:42 | 81,346,484 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,756 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'QESubstitutedLabel.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.1)
**
** WARNING! All changes made in this file will be lost!
**************************************************... | [
"rorydog1@gmail.com"
] | rorydog1@gmail.com |
dc3a4639ad9a330f8065c67dec99f370830aa7ce | e475152e5bb594b77d03689d88feba01db1b7605 | /tests/IntegrationTestLib/TestWalletLegacy.h | 8eb3d76e2c287bfd857629175539583b1cca7875 | [
"MIT"
] | permissive | asdfqaz1/flericoin | a8362bc4a915c506c26ffba7991e975adaf5ed9c | 3599e18bdd3c69d01b6d132134a2677e9e402f46 | refs/heads/master | 2021-06-27T23:27:26.912094 | 2017-08-31T11:53:43 | 2017-08-31T11:53:43 | 100,271,163 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,541 | h | // Copyright (c) 2011-2016 The Flericoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
#include "CryptoNoteCore/Currency.h"
#include "INode.h"
#include "IWalletLegacy.h"
#include "System/Dispatcher... | [
"shaye.garg@gmail.com"
] | shaye.garg@gmail.com |
2956f98be4821cd83722118334e71ada62a5bc4f | a332468e548edf0136ffd7520d7bd23402c763d1 | /tensorflow/compiler/xla/service/gpu/ir_emission_utils.cc | 5d25a032a99b2e477ba81e9d8ea31b2e1ddf93ec | [
"Apache-2.0"
] | permissive | NervanaSystems/tensorflow | a9a5a055d5d2bc868a350177e621c568bf5c6e2e | 7940957f4f151f6f7e87c7dcc3d60e8c958d2664 | refs/heads/develop | 2023-06-22T02:55:20.848940 | 2023-01-03T22:54:54 | 2023-01-03T22:54:54 | 140,533,541 | 2 | 1 | Apache-2.0 | 2019-01-28T18:13:52 | 2018-07-11T06:48:16 | C++ | UTF-8 | C++ | false | false | 11,299 | cc | /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
a42e66ca504b2bf8e0e002346f41b4a4030f36d6 | bd64828fa8d1bc7e22f5933aead735a32eb8e346 | /src/moneychanger/Widgets/corporationdetails.cpp | cc5ae0ff0b99a575c4795337b99e40f28c51acf6 | [] | no_license | kyonetca/Moneychanger | e0e3968c9ca409162e648d3ae7f0b3720cbcbc0e | 45673c29bedcb3a994d5e4610c7432ae7c0ad9b5 | refs/heads/master | 2020-12-11T04:10:03.146222 | 2014-01-21T02:02:40 | 2014-01-21T02:02:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 776 | cpp | #include "stdafx.h"
#include <QMessageBox>
#include <QDebug>
#include <opentxs/OTAPI.h>
#include <opentxs/OT_ME.h>
#include "corporationdetails.h"
#include "ui_corporationdetails.h"
#include "detailedit.h"
#include "moneychanger.h"
#include "overridecursor.h"
MTCorporationDetails::MTCorporationDetails(QWidget *pa... | [
"F3llowTraveler@gmail.com"
] | F3llowTraveler@gmail.com |
65c126ade90f40f3f1554fc634f5bf6bff021fb9 | 0440fcb4ff56e43c4faf855e441e70a99a30186a | /busmaster/Sources/NodeSimEx/SimSysManager.cpp | d0d6adaca762af15843049f5e518f76915245a79 | [] | no_license | MarcSerraLear/UDS_Busmaster | 0383d1d1349dc3d0e29762c1457821807f530b5d | 9f624aa11ebc4041d6048088ac02960f38a80293 | refs/heads/master | 2020-05-17T12:35:02.189914 | 2014-04-14T13:44:27 | 2014-04-14T13:44:27 | 12,892,058 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 27,918 | cpp | /*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will... | [
"mserrasunol@lear.com"
] | mserrasunol@lear.com |
2ed9c4538d40529e3189fce43c66c3d7c0225015 | 1dc1b27940fd74105536f6f9410ed2427529670e | /src/cfileinfo.h | 1b232319fc3bf0d139624b8e107d55d2c0a4500f | [
"MIT"
] | permissive | tosyama/c2pa | c23e8c07712120aad7df1c98f6ae5dbf1e350407 | 159d72802c2ab81be260bb5694270caf0ab3d0e4 | refs/heads/main | 2023-08-17T14:37:51.897103 | 2021-09-22T15:05:45 | 2021-09-22T15:05:45 | 379,665,343 | 0 | 0 | MIT | 2021-09-22T15:05:46 | 2021-06-23T16:26:14 | C++ | UTF-8 | C++ | false | false | 245 | h | class CFileInfo {
public:
string fname;
vector<string> lines;
CFileInfo(string fname);
CFileInfo(CFileInfo&& fingo);
string& getLine(int n);
static string getFilePath(string filepath, string parentfile, vector<string> &searchpaths);
};
| [
"tos-yama@sa2.so-net.ne.jp"
] | tos-yama@sa2.so-net.ne.jp |
155e1994636da4113361369758b733a7061b1094 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /chrome/browser/safe_browsing/chrome_safe_browsing_blocking_page_factory.cc | 9479516174c26063cc63be482c51b5c5a0e7d899 | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 6,410 | cc | // Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/safe_browsing/chrome_safe_browsing_blocking_page_factory.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/enterprise/connectors... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
d0a792b90bfdac8c77a8999e9046cedd29d9f148 | 90047daeb462598a924d76ddf4288e832e86417c | /android_webview/native/address_parser.h | 43fdc391063596d9371cf21a8669168e17d6a48f | [
"BSD-3-Clause"
] | permissive | massbrowser/android | 99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080 | a9c4371682c9443d6e1d66005d4db61a24a9617c | refs/heads/master | 2022-11-04T21:15:50.656802 | 2017-06-08T12:31:39 | 2017-06-08T12:31:39 | 93,747,579 | 2 | 2 | BSD-3-Clause | 2022-10-31T10:34:25 | 2017-06-08T12:36:07 | null | UTF-8 | C++ | false | false | 1,283 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ANDROID_WEBVIEW_NATIVE_ADDRESS_PARSER_H_
#define ANDROID_WEBVIEW_NATIVE_ADDRESS_PARSER_H_
#include <stddef.h>
#include "base/strings/string1... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
b467f27089dfe12ebc1b4880bc333762b40ff29b | 87335953b0b4ee76f95af452c898f03617146c89 | /05_Prototype/main.cc | e35b8a47bda1be0139d93edcbabde89e95334091 | [] | no_license | linfan/23-DesignPattern-using-CPlusPlus | b5ea4d8dc625b980508520660a23967e3d521a31 | 62610a038c7cd659fefbebc5eddeacc109f0bf76 | refs/heads/master | 2020-03-27T05:07:24.194534 | 2014-02-07T06:40:32 | 2014-02-07T06:40:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,216 | cc | /*
* ProtoType design pattern demo
*
* [Usage]:
* The situation just like factory method pattern,
* the production interface is stable, but its implementation is flexible.
*
* [Description]:
* Each product class contain it's own method to create itself.
*
* [Note]:
* ProtoType is a special factory class, th... | [
"linfan.china@gmail.com"
] | linfan.china@gmail.com |
115dea7d5fdd94ff336f132337116e07ccedce63 | 32cb04fde0f2c857b6fdbad9ff601b967c588727 | /DS-Foundation/timespacecomplex/l001merge2sortedarr.cpp | ce38cc0c44ed8687be5d6a1682af6d1a4e5f369d | [] | no_license | ashutoshsidhar/pepcoding | 9839ff41c866034c07a741014f4804b59af7b21c | 246062e2f6911ae0f0a6cc3d475391627c3cdaa3 | refs/heads/master | 2023-05-27T23:19:30.049337 | 2021-06-20T14:21:23 | 2021-06-20T14:21:23 | 326,162,829 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 998 | cpp | #include<iostream>
#include<vector>
using namespace std;
vector<int> merge2sorted(vector<int> A,vector<int> B){
if(A.size() == 0 || B.size() == 0){
return A.size() != 0 ? A : B ;
}
int n = A.size();
int m = B.size();
vector<int> ans(n+m,0);
int i = 0 , j = 0 , k = 0 ;
while(i < n && ... | [
"ashutoshsidhar1999@gmail.com"
] | ashutoshsidhar1999@gmail.com |
56fc888f3ba8a46f4a8fe3d692d486e38caeea52 | d83426fd82af6d34a3d3207f2d82239cbb8de471 | /MultiscreenClient/layoutmanager/smallscreen.cpp | 44528af0d535c559fb79da6c3104385bc61c820f | [] | no_license | chenbaohai/multiScreenClient | 6d266ab623f05f5ad38513c52efc7fbfaf78d689 | fcb42ecd2dca86e3399ce37ed6498c73b944be49 | refs/heads/master | 2020-06-03T18:19:25.735320 | 2013-05-25T11:44:10 | 2013-05-25T11:44:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,407 | cpp | #include "smallscreen.h"
#include "ui_smallscreen.h"
#include <QPainter>
#include <QDebug>
#include "QDragEnterEvent"
#include <QDropEvent>
#include <QMimeData>
#include <QUrl>
#include <QMouseEvent>
SmallScreen::SmallScreen(QWidget *parent) :
QWidget(parent),
ui(new Ui::SmallScreen)
{
ui->setupUi(this)... | [
"837262042@qq.com"
] | 837262042@qq.com |
2c83d3bcefb6610ea712593de76a032777a582c1 | eec4ebcdef0158794e3cc30868405013a6670bbc | /OpenGLESApp1/OpenGLESApp1.Shared/game/bulletML/inc/boost/detail/lwm_win32.hpp | d1f77a8e59a2f7572b5090395e5c5b092f92c194 | [] | no_license | valdirSalgueiro/sgsCrossPlatform | 99c61f7158774b3392f194df52144e99443bedd4 | 8380d933a24e94c8ffaefe2fea16c767ef1c2c8d | refs/heads/master | 2021-08-27T23:14:18.532198 | 2017-12-10T17:27:45 | 2017-12-10T17:27:45 | 113,302,993 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,770 | hpp | #ifndef BOOST_DETAIL_LWM_WIN32_HPP_INCLUDED
#define BOOST_DETAIL_LWM_WIN32_HPP_INCLUDED
#if _MSC_VER >= 1020
#pragma once
#endif
//
// boost/detail/lwm_win32.hpp
//
// Copyright (c) 2002, 2003 Peter Dimov
//
// Permission to copy, use, modify, sell and distribute this software
// is granted provided this copyrigh... | [
"sombraextra@gmail.com"
] | sombraextra@gmail.com |
ed5a2b6df38c1b536869c298abe22c6648143723 | 4314df1821257994f479440d45bdf6ed71bda710 | /Test/Test.cpp | c013e52ebdbad84b33e90203821ec711a9351165 | [] | no_license | AdarshVenkatesh/NoSQL-Key-Value-Database | 4143925eb16b480ba4b9562ff595f56b4da33c8a | 041ff9fdd71e5c208be7ca4c652ea9e21824d877 | refs/heads/master | 2020-04-12T17:12:12.912938 | 2018-12-20T22:46:40 | 2018-12-20T22:46:40 | 162,637,837 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,837 | cpp | ////////////////////////////////////////////////////////////////////////////////////////
// Test.cpp : Contains all tests //
// ver 1.0 //
// ... | [
"adarshvenkatesh169@gmail.com"
] | adarshvenkatesh169@gmail.com |
275e8312c6291897c7a41d2f7ed00c116ec6964b | 55630239410196f11e48263b3b2755d130735a8a | /Converter/Test1.h | 9ded4b98beae6f4d8205555263551c1dde114eda | [] | no_license | kbogatyrev/Zal | f1eb619b94d40e7ee3b1dd29bc5ebd073faf8066 | 4b974f131bf94050b6b6df7f06597ef263c8c800 | refs/heads/master | 2021-11-13T11:29:14.199014 | 2015-12-02T00:06:59 | 2015-12-02T00:06:59 | 12,351,626 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 221 | h | #include "sqlite3.h"
#include <string>
#include <iostream>
using namespace std;
int sqlite3_exec16(sqlite3* db, wstring str_query, void (*cf_callback)(sqlite3_stmt* stmt));
void print_wcout(sqlite3_stmt* stmt);
| [
"kostya@cc0ef63a-adc4-4bcc-ac96-f7243395e8df"
] | kostya@cc0ef63a-adc4-4bcc-ac96-f7243395e8df |
61d03b0cb823f4ef908cc837e425c24804c24557 | 4a7615d235fd43adeb61309a8457e1de288c6037 | /CatPass5.cpp | 68304176316aa3df2980a1471a50931eeb90029c | [] | no_license | angelomatni2018/CAT-using-LLVM | dc9e729168ad765c61a28560b80f4208c1cfb6b1 | 0cafa7d4769f959ff6011d2ee6d89e98effb1f7e | refs/heads/master | 2021-09-17T20:11:37.286802 | 2018-01-10T20:55:13 | 2018-01-10T20:55:13 | 108,455,132 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,733 | cpp | #include "llvm/Pass.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/IPO/PassManagerBuilder.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/Transforms/Utils/BasicBlock... | [
"angelomatni2018@u.northwestern.edu"
] | angelomatni2018@u.northwestern.edu |
3047c8aee0ac0fbb09721a81416bf524261e7268 | c3f715589f5d83e3ba92baaa309414eb253ca962 | /C++/round-4/101-200/181-200/200.h | 2edcdf3a6b3b6cebd1eddd120a48a5997f83108c | [] | no_license | kophy/Leetcode | 4b22272de78c213c4ad42c488df6cffa3b8ba785 | 7763dc71fd2f34b28d5e006a1824ca7157cec224 | refs/heads/master | 2021-06-11T05:06:41.144210 | 2021-03-09T08:25:15 | 2021-03-09T08:25:15 | 62,117,739 | 13 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,251 | h | class Solution {
public:
int numIslands(vector<vector<char>>& grid) {
if (grid.size() == 0 || grid[0].size() == 0)
return 0;
M = grid.size();
N = grid[0].size();
int dx[] = {-1, 0, 1, 0}, dy[] = {0, -1, 0, 1};
vector<int> labels(M * N);
for (int i = 0; i < M * N; ++i)
labels[i] = i;
for (int i =... | [
"wenjietao179@gmail.com"
] | wenjietao179@gmail.com |
c0fcb21c4b8e88587428be08c19ffe644b3502bd | e34c281b7607d5a5859bda5654f652b697ffe353 | /src/random.h | c874bef41d3cc8c633e941aa86eafd7ce195f1c1 | [] | no_license | starek4/simpleNeuralNetwork | 0b82b5855d2a92ecc0f0ddcc5e7206ec18a91dcf | 132840cf6fd1a8a550691e6c8ff1ff1a148e673b | refs/heads/master | 2021-05-06T10:54:09.606367 | 2017-12-25T16:29:54 | 2017-12-25T16:29:54 | 114,184,619 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 284 | h | #ifndef RANDOM_H
#define RANDOM_H
#include <ctime>
#include <iostream>
class Random
{
public:
Random();
double GetRandomWeight();
double GetRandomLearningRate();
double GetRandomAlpha();
private:
double GetRandom(double min, double max);
};
#endif // RANDOM_H
| [
"starek4@centrum.cz"
] | starek4@centrum.cz |
9d2ea4a4abb683be42b2072360f818bfb2f0496f | 34fb38b6a70d593aa08d368281f846c51787b39b | /examples/src/cpp/foodmanufact.cpp | cf21c1f7da1932d7007fc45bcc5a4fa03f513999 | [] | no_license | mpaul7/Cplex | a068b343ee7440611052bbc159908e10936a6474 | 46f5a53a57a78f2c26da18d725f9fdaae96e2940 | refs/heads/master | 2021-01-18T23:59:41.915913 | 2017-04-04T02:07:14 | 2017-04-04T02:07:14 | 87,136,992 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,531 | cpp | // -------------------------------------------------------------- -*- C++ -*-
// File: foodmanufact.cpp
// Version 12.5
// --------------------------------------------------------------------------
// Licensed Materials - Property of IBM
// 5725-A06 5725-A29 5724-Y48 5724-Y49 5724-Y54 5724-Y55 5655-Y21
// Copyright I... | [
"mpaul7@gmail.com"
] | mpaul7@gmail.com |
4001007e3653c925d3db3eba05ce31ba16db686c | 1b79fdd2b6183ede4f4ec3c7832867cf3f13a6b9 | /src/TuringMachine.h | 282dfa2e0503fdab9aa5bb7a4b81e092291890d9 | [] | no_license | TREK-TMS-BB/TMS-BB | f59bb677d8fc46d5c593b2ea427911cb354407e0 | 56d1f9a5972ed4e2aaf8b011a08a2d2538d9b3c2 | refs/heads/master | 2021-01-02T08:38:49.970136 | 2014-01-20T12:57:38 | 2014-01-20T12:57:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,421 | h | /*
* TuringMachine.h
*
* Created on: Nov 23, 2013
* Author: robin
*/
#ifndef TURINGMACHINE_H_
#define TURINGMACHINE_H_
#include <vector>
#include <tuple>
#include <iostream>
#include "Exception.h"
#include "TMParser.h"
#include "TapeSymbol.h"
#include "Information.h"
#include "TMProgram.h"
namespace TM {
... | [
"robin@robin-TravelMate-5744"
] | robin@robin-TravelMate-5744 |
282aa02584f221e9aec3fca84ef3e09db9a1c5a0 | a6ad54a971f2f722fd55336cb19910e6e3b89b5c | /listings/ovpd.cpp | fd98676f76df2fc2f98e870e9becb23c7b839513 | [] | no_license | hehejo/Diplomarbeit | 5c1e2fcb50b03a649e51625360802dea83a8c1f0 | 805de7ff1a5055aa51674ed1af9ae6ce38da0705 | refs/heads/master | 2020-06-02T16:51:18.094210 | 2012-08-20T13:16:51 | 2012-08-20T13:16:51 | 639,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 558 | cpp | void deliver(int type, net::MessageT message) {
Header header(Header::split(message));
/* ... */
if (type == publish_) {
/* ... */
BOOST_FOREACH(OrderInfoPtr info
, Order::processPublishPayload(header.getSender()
, header.getOrder()
, header.getPersistence()
, header.getValidity()
, me... | [
"mail@hehejo.de"
] | mail@hehejo.de |
97e6a9b6436325a105e867a7f4d21ce33d412366 | aaff0a475ba8195d622b6989c089ba057f180d54 | /backup/2/codewars/c++/numbers-with-this-digit-inside.cpp | e320027c28ed4dcc74038a2a8fed04d20248a86c | [
"Apache-2.0"
] | permissive | DandelionLU/code-camp | 328b2660391f1b529f1187a87c41e15a3eefb3ee | 0fd18432d0d2c4123b30a660bae156283a74b930 | refs/heads/master | 2023-08-24T00:01:48.900746 | 2021-10-30T06:37:42 | 2021-10-30T06:37:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,007 | cpp | // Hi, I'm Yanzhan. For more algothmic problems, visit my Youtube Channel (Yanzhan Yang's Youtube Channel) : https://www.youtube.com/channel/UCDkz-__gl3frqLexukpG0DA?view_as=subscriber or my Twitter Account (Yanzhan Yang's Twitter) : https://twitter.com/YangYanzhan or my GitHub HomePage (Yanzhan Yang's GitHub HomePage)... | [
"yangyanzhan@gmail.com"
] | yangyanzhan@gmail.com |
bf4cc58ee39def49cc579bfe34f6805499297cff | 5ad8326e23eacc0db6e521198c57778b7c8a8f84 | /Graphics/Shader.cpp | 56789a24757be1f507114ce3ea4a1fea90d8347a | [] | no_license | gaiablade/venus | c054048f2c311f7d4d49325dda5af9396e659969 | d26f6745b0fe6903bc40ada9209d2b8b3071df3b | refs/heads/master | 2023-02-18T17:24:57.897564 | 2021-01-14T20:24:49 | 2021-01-14T20:24:49 | 294,155,372 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,434 | cpp | #include "Shader.hpp"
namespace vn {
void Shader::CreateShader(const std::string &vertexShaderFile, const std::string &fragmentShaderFile) {
this->DBG_SHADER_FILES = { vertexShaderFile, fragmentShaderFile };
std::ifstream vert_in(vertexShaderFile);
std::ifstream frag_in(fragmentShaderFile);... | [
"cgandeg@gmail.com"
] | cgandeg@gmail.com |
e479ff873f41bd254ba11d162e9dd941780135ac | bdc295d6a277102b7e93ed2f2c271175012f63f5 | /CastleVaniaDoAn/CastleVaniaDoAn/Effect.cpp | 13dc758b7c90d710292e87e431118080c8f42cea | [] | no_license | nguyenphucduc09081998/game_CoP | 3a5047ea2c2652472d5a5fb19e7cf5681449d549 | 2ea184d4ee23b0455633a02fccdade5b217d2753 | refs/heads/master | 2020-06-28T20:03:36.993658 | 2019-08-03T03:48:53 | 2019-08-03T03:48:53 | 200,327,893 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,580 | cpp | #include "Effect.h"
CEffect::CEffect(int effecttype, float x, float y, float vx, float vy, int flag)
{
if (effecttype == 1)
this->AddAnimation(1300);
else
this->AddAnimation(1301);
this->type = GO_TYPE_EFFECT;
this->x = x;
this->y = y;
this->vx = vx;
this->vy = vy;
}
CEffect::CEffect(float x, float y, f... | [
"phucducktpm@gmail.com"
] | phucducktpm@gmail.com |
48cd9bbd49e23477ff5494a6b1f88a05ae3da7d2 | 5ddeee897e0f9fd55d996b22c7828daa8093d32f | /Blockheads/FinalProject/BlockHeads/Display.h | b84f7be464fa481b9a7e44091ba0a00c52d74465 | [] | no_license | rahmanrullia/GRAFKOM_TIF_A_BLOCKHEADS | 0f7488d3361180ca577b22dc7961cdb374c08216 | fdfdd6a88d5390841d58a109fef7d7f1959f16f5 | refs/heads/master | 2022-09-14T05:41:32.574439 | 2020-05-17T13:19:13 | 2020-05-17T13:19:13 | 264,616,455 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 956 | h | //-----------------------------------------------------------------------------
// Created by Agastya Darma Laksana on 04/19/20.
// Copyright (c) Facebook, Inc. and its affiliates.
//-----------------------------------------------------------------------------
#pragma once
#include <GLAD/glad.h>
#include <GLFW/glfw3.... | [
"rahmanrullia@gmail.com"
] | rahmanrullia@gmail.com |
527f55facf39b74fa0a1757d3e51c5db023a1922 | 12f72860c03aae2895ad9cadfc760a71843afea6 | /2013/software/test/sensors/RobotPositionTest.cpp | 68a8cd07db229699e39d46a10b69808899f5a264 | [] | no_license | bennuttle/igvc-software | 01af6034ab8cac8108edda0ce7b2b314d87aa39f | f8e42d020e92d23d12bccd9ed40537d220e2108f | refs/heads/master | 2021-01-17T13:59:38.769914 | 2014-02-26T18:01:15 | 2014-02-26T18:01:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | cpp | #define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MODULE Module1
#include <boost/test/unit_test.hpp>
#include "sensors/timing.h"
#include "sensors/DataStructures/SensorData.h"
#include "sensors/DataStructures/DataArray.h"
#include "sensors/timing.h"
#include "sensors/DataStructures/GPSData.h"
#include "sensors/RobotPosit... | [
"alexander.trimm@gmail.com"
] | alexander.trimm@gmail.com |
855bb575de9db9fe144876581905488e000bcc67 | 1a3732111ea5a82d3e854b8bb672a80244f6b563 | /proto/remove_session_response.cc | a13d5a5358b4b7943b5dd913c8d0468d6eb26c70 | [] | no_license | erickingxu/zattd | 9ab8db6d8f11e18a15131a56057b18ad563f8d47 | 459b3937dca455ea3413192326e5a776ea6500d4 | refs/heads/master | 2021-01-15T13:36:17.347696 | 2014-12-15T08:06:09 | 2014-12-15T08:06:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 637 | cc | // Copyright (C) 2014 by wubenqi
// Distributable under the terms of either the Apache License (Version 2.0) or
// the GNU Lesser General Public License, as specified in the COPYING file.
//
// By: wubenqi<wubenqi@gmail.com>
//
#include "proto/remove_session_response.h"
bool RemoveSessionResponse::ParseFromByteStrea... | [
"wubenqi@gmail.com"
] | wubenqi@gmail.com |
41a8a467a1f46e20a733605bdc6cb7d3c57a4f23 | bfa711234c4d768ae6f707192c236fd35631002c | /Write_ply.h | 58a5dd47f9c6185e03b31ffbcfde258d4f6a370e | [] | no_license | DXX5678/lidar_system | 0b52d7bb32f837b8390cda4bee4316c809af01b4 | a5e84800ba132df52098c6ea8cd7777b3ccbcd9e | refs/heads/main | 2023-09-05T17:18:33.531714 | 2021-10-19T12:36:03 | 2021-10-19T12:36:03 | 369,698,414 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 353 | h | #ifndef _Ply_H
#define _Ply_H
#endif
#include <Eigen/Core>
#include <list>
using namespace Eigen;
using namespace std;
namespace Ply
{
//生成ply文件 列表形式
void writePly_l(string file, list<Matrix<double, 7, Dynamic >> final);
//生成ply文件 列表形式-avia
void AwritePly_l(string file, list<Matrix<double, 6, Dynamic >> final);
}... | [
"583634562@qq.com"
] | 583634562@qq.com |
2abd176abea34639cb6b0f7f25591eed06eed45f | 8cd0aaaad4b5de2d004004b68afaae36bb21618c | /FlightsStorage.h | 86a8b2f3b07d09e429adf25abb3bece886e5443b | [] | no_license | izmailov-vlad/Lab4_OOP_IzmailovVN_KTbo2-7 | 7ebee3d21343c27bb3e6da86140db82da3117dde | bb7c93d9746be6dd641001b14471607324ffd60b | refs/heads/main | 2023-01-29T19:37:51.538160 | 2020-12-09T08:27:04 | 2020-12-09T08:27:04 | 313,735,160 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,990 | h | #include "Flight.h"
#include <sstream>
#include <string>
#include <unordered_map>
#include <map>
#include <set>
#include <chrono>
struct AirportsAndDepartureDate {
DepartureDate _date_time;
int _days_count;
std::string _arrival_airport;
std::string _departure_airport;
};
struct AirportsAndArrivalDate {
ArrivalD... | [
"57539106+izmailov-vlad@users.noreply.github.com"
] | 57539106+izmailov-vlad@users.noreply.github.com |
01f07b9f7cf647f2e5643a76954df43b8494a67f | b7e7141e459f3774a4c3066dbfa0a2c9da721559 | /OOP/taskManager/taskManager/taskManager.cpp | f997776a8e51f0fc4e07bf8e1add4e6aebe8a1d6 | [] | no_license | VasilicaMoldovan/Year-1 | 1fcf93645040bfd2f76c5d28a07e1fae17c76f1e | a68b803d53f34e08191492891e3b0adf2ed34ee6 | refs/heads/master | 2023-01-24T09:42:04.126800 | 2020-12-01T16:03:51 | 2020-12-01T16:03:51 | 317,577,995 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,296 | cpp | #include "taskManager.h"
#include <vector>
#include<qmessagebox.h>
bool cmp(Task a, Task b)
{
return a.getStatus() > b.getStatus();
}
void taskManager::afisare()
{
this->ui.TaskListWidget->clear();
std::vector<Task> tasks = repo.returnTasks();
std::sort(tasks.begin() + 0, tasks.begin() + tasks.size(), cmp);
for... | [
"mvie2572@scs.ubbcluj.ro"
] | mvie2572@scs.ubbcluj.ro |
fbf5ed8c5a19922d4eb7a62b32d4b9b3ed37845a | 34bdedfcfddfe090165a9072b3940604997b4843 | /src_design/ut/ut_smart_pointer_probe_a.cpp | 5c7e76a1d30fd37f4c33adfa59e49575eb34ca7b | [] | no_license | innovatelogic/junk | 84850baa589d11701b636a0f384c38f46edb1539 | f6f36ac0a9cd6e0d978fe0621ddabd3f33b91638 | refs/heads/master | 2021-11-15T06:28:35.966336 | 2021-10-04T21:50:25 | 2021-10-04T21:56:16 | 63,451,848 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 569 | cpp |
#include <iostream>
#include "gtest/gtest.h"
#include "gmock/gmock.h"
#include "../smart_ptr_probe_a.h"
#include <memory.h>
using ::testing::AtLeast;
using ::testing::Return;
namespace junk
{
namespace smart_ptr_probe_a
{
TEST(Design, SmartPtr_AssigmentOperatorTest_probe_a)
{
int ... | [
"yura.gunko@gmail.com"
] | yura.gunko@gmail.com |
fc868a15c28fe2089319853dbd11bd1abe273be8 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /components/offline_pages/core/prefetch/tasks/import_completed_task.cc | 34af818f1ef780d687157cc20632645571f8ef7f | [
"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 | 2,603 | cc | // Copyright 2017 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/offline_pages/core/prefetch/tasks/import_completed_task.h"
#include "base/bind.h"
#include "base/callback.h"
#include "components/of... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e667fa36fc06b2925823b243c623486c02fd6f11 | 1a4ca41081ec7889152912c66606747e5b03b822 | /Algorithms/SymbolicToCompare/SymbolicCode/gen3_wO_World.hh | d103de6b0a399f893aa670f2d8548005bfbe852f | [] | no_license | yonchien/RobotDynamicsAndControl | 57df50e51f44c2124bca67141650b5c40f910843 | 4dc61cea42dabe570808b76ea20c43c4a21b7287 | refs/heads/main | 2023-07-24T09:34:29.364118 | 2021-05-04T12:27:36 | 2021-05-04T12:27:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 893 | hh | /*
* Automatically Generated from Mathematica.
* Fri 30 Apr 2021 09:00:00 GMT-04:00
*/
#ifndef GEN3_WO_WORLD_HH
#define GEN3_WO_WORLD_HH
#ifdef MATLAB_MEX_FILE
// No need for external definitions
#else // MATLAB_MEX_FILE
#include "math2mat.hpp"
#include "mdefs.hpp"
namespace SymExpression
{
void gen3_wO_Worl... | [
"bbeiter1@vt.edu"
] | bbeiter1@vt.edu |
fe723f97eaa16b1c2f931f81195feaabaea61d86 | 9fd6a552e634a6c0b35964fc55134f887b570600 | /CodeChef/PRTAGN.cpp | 74eacdb2ed2e833037f17f8b18cb91ce2cffdeeb | [] | no_license | aarsh-sharma/Competitive-Programming | 69b7e843155d94cb2a660ec3bef7a14a73e52735 | ef760acb6723a9055dc47b647c8868b0b85084bb | refs/heads/master | 2021-06-27T08:37:58.322780 | 2021-06-20T11:44:47 | 2021-06-20T11:44:47 | 202,996,777 | 0 | 1 | null | 2020-10-09T18:18:09 | 2019-08-18T11:53:03 | C++ | UTF-8 | C++ | false | false | 3,741 | cpp | // aarsh01rsh@gmail.com
// Aarsh Sharma
#include<bits/stdc++.h>
using namespace std;
string to_string(string s) {
return '"' + s + '"';
}
string to_string(char ch) {
string s(1, ch);
return '\'' + s + '\'';
}
string to_string(const char *s) {
return to_string((string)s);
}
string to_string(bool ... | [
"aarsh01rsh@gmail.com"
] | aarsh01rsh@gmail.com |
7a5d664baf7a06bbab4f23ae886e1e37fe154a99 | efce6981ffb39f5346d169bf29ef78d76f27b1fc | /lib/LBGui/src/widgets/treeview.h | 1a0238d787b368e9d43666053cc3e5f24234966a | [] | no_license | lbproductions/ExampleProject | b29603e07093565f9a9fbc52743e03909770e289 | d68d3488119585d30550cb38c36fa47ceb7dc45e | refs/heads/master | 2021-01-02T09:02:28.371738 | 2012-05-20T22:35:02 | 2012-05-20T22:35:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 805 | h | #ifndef ROWLIST_H
#define ROWLIST_H
#include <QTreeView>
namespace LBGui {
class TreeView : public QTreeView
{
Q_OBJECT
Q_ENUMS(DoubleClickAction)
Q_ENUMS(Style)
Q_PROPERTY(int doubleClickActions READ doubleClickActions WRITE setDoubleClickActions)
public:
enum DoubleClickAction {
NoActi... | [
"niklas@wulf-home.de"
] | niklas@wulf-home.de |
6107cdd3fa0250896922b400be84b9f40793f13b | ea401c3e792a50364fe11f7cea0f35f99e8f4bde | /released_plugins/v3d_plugins/neurontracing_neutube/src_neutube/neurolabi/gui/test/zswctreematchertest.h | 10c5101de0c12ac54a2340ef0e6c78d3c413c040 | [
"BSD-2-Clause",
"MIT",
"GPL-1.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only"
] | permissive | Vaa3D/vaa3d_tools | edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9 | e6974d5223ae70474efaa85e1253f5df1814fae8 | refs/heads/master | 2023-08-03T06:12:01.013752 | 2023-08-02T07:26:01 | 2023-08-02T07:26:01 | 50,527,925 | 107 | 86 | MIT | 2023-05-22T23:43:48 | 2016-01-27T18:19:17 | C++ | UTF-8 | C++ | false | false | 779 | h | #ifndef ZSWCTREEMATCHERTEST_H
#define ZSWCTREEMATCHERTEST_H
#include "ztestheader.h"
#include "zswctreematcher.h"
#include "neutubeconfig.h"
#ifdef _USE_GTEST_
TEST(ZSwcTreeMatcher, dynamicProgramming) {
ZMatrix simMat(3, 3);
simMat.set(0, 0, 1);
simMat.set(1, 1, 1);
simMat.set(2, 2, 1);
ZSwcTreeMatcher m... | [
"hanchuan.peng@gmail.com"
] | hanchuan.peng@gmail.com |
206a677868e0263fb1381ece4b721911e68655ec | 575731c1155e321e7b22d8373ad5876b292b0b2f | /examples/native/ios/Pods/boost-for-react-native/boost/compute/program.hpp | a717cae2a90f6e41607b33e4ceac39ee37985f88 | [
"BSL-1.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Nozbe/zacs | 802a84ffd47413a1687a573edda519156ca317c7 | c3d455426bc7dfb83e09fdf20781c2632a205c04 | refs/heads/master | 2023-06-12T20:53:31.482746 | 2023-06-07T07:06:49 | 2023-06-07T07:06:49 | 201,777,469 | 432 | 10 | MIT | 2023-01-24T13:29:34 | 2019-08-11T14:47:50 | JavaScript | UTF-8 | C++ | false | false | 20,840 | hpp | //---------------------------------------------------------------------------//
// Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.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
//
// See http://boos... | [
"radexpl@gmail.com"
] | radexpl@gmail.com |
98a2b5d6d535272ed1449a985b9e7461c020e32e | 6d30a0afc595caf271b8bcbe92da10fd2100fd9c | /TonatiuhProject/src/source/gui/FluxDistributionDialog.cpp | 5b1466b143c7903e04a200f9ceb90146c08f0d40 | [] | no_license | angecava/tonatiuh | c8d8b84f412b501495888025d3b3e5df5503b4ee | 883043178383d8798d5618271df67d02851553c9 | refs/heads/master | 2021-04-26T16:43:48.748446 | 2015-07-28T09:10:29 | 2015-07-28T09:10:29 | 54,583,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,219 | cpp | /***************************************************************************
Copyright (C) 2008 by the Tonatiuh Software Development Team.
This file is part of Tonatiuh.
Tonatiuh program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
... | [
"amaiamutuberria@5f0613ce-6e50-0410-beef-1d40ed1f67fe"
] | amaiamutuberria@5f0613ce-6e50-0410-beef-1d40ed1f67fe |
bfef52d8054140093f65de13fc9c7572565e62cd | b0f8bc3c9791ee2279f07452b911c8edab0fc548 | /pep-basics/2Darrays/2-matrix-multiplication.cpp | 261d3f466660b08f30e47f1f4564db3161aedeb7 | [] | no_license | siddhantv10/algo | 5354cee84f6d6b9ac2d994de00791aa0dedae315 | 1185de6c4d35d0ae1e1141a43e1b4181f361f70e | refs/heads/master | 2023-01-12T19:11:04.488315 | 2020-11-13T14:55:36 | 2020-11-13T14:55:36 | 272,968,675 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,036 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int n1, m1, n2, m2;
cin >> n1 >> m1;
int a1[n1][m1];
for (int i = 0; i < n1; i++)
{
for (int j = 0; j < m1; j++)
{
cin >> a1[i][j];
}
}
cin >> n2 >> m2;
int a2[n2][m2];
for (int i = 0;... | [
"siddhantverma777@gmail.com"
] | siddhantverma777@gmail.com |
4a403c73fa056064aee40979130cbc1d58465aa6 | 8e62c3eb35302aaa79e4a602ddfbb93489e09660 | /tests/ut/cpp/pipeline/static_analysis/helper.cc | db697e95e0e3e9ad48f04b3c2c9d752abb54e43c | [
"Apache-2.0",
"IJG",
"Zlib",
"LGPL-2.1-only",
"MIT",
"BSD-3-Clause",
"BSD-3-Clause-Open-MPI",
"GPL-2.0-only",
"BSL-1.0",
"MPL-2.0",
"MPL-2.0-no-copyleft-exception",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-public-domain",
"AGPL-3.0-only",
"LicenseRef-scancode-unkno... | permissive | ythlml/mindspore | a7faa28fa401372c73798c6b0ad186fa10386b09 | 028ae212624164044cfaa84f347fc502cb7fcb0f | refs/heads/master | 2022-09-09T20:28:34.554927 | 2020-05-24T06:19:23 | 2020-05-24T06:19:23 | 266,301,148 | 7 | 0 | Apache-2.0 | 2020-05-23T09:09:49 | 2020-05-23T09:09:48 | null | UTF-8 | C++ | false | false | 1,093 | cc | /**
* Copyright 2020 Huawei Technologies 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
*
* Unless required by applicable law... | [
"leon.wanghui@huawei.com"
] | leon.wanghui@huawei.com |
5d2b3172ab664de91c8a95c883305ab092033c1d | 012f0800c635f23d069f0c400768bc58cc1a0574 | /hhvm/hhvm-3.17/hphp/runtime/ext/apc/snapshot.cpp | b93254e6403a41cf8356a38ab7b20919b895dd5e | [
"Zend-2.0",
"BSD-3-Clause",
"PHP-3.01"
] | permissive | chrispcx/es-hhvm | c127840387ee17789840ea788e308b711d3986a1 | 220fd9627b1b168271112d33747a233a91e8a268 | refs/heads/master | 2021-01-11T18:13:42.713724 | 2017-02-07T02:02:10 | 2017-02-07T02:02:10 | 79,519,670 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,450 | cpp | /*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2016 Facebook, Inc. (http://www.facebook.com) |
+---------... | [
"peiqiang@huawei.com"
] | peiqiang@huawei.com |
a041e35492ebb10643fe8929df3cd6f38503b7d6 | 73b0bed36d14a8fe9b668ce53f8f5c69a94e957a | /example/cust_paper/std_mem_usage/traits/framework/mem_usage.hpp | dbc6d19e3ee35fe7a472a8e29bf60303513845ae | [
"BSL-1.0"
] | permissive | fzylx/std-make | b8adbb2a1d1112396d29486eba7d2753c14f1c5b | b498cd1c9468445781afdd3a9eafad9cb2efb96c | refs/heads/master | 2022-04-12T21:19:30.132226 | 2019-05-06T05:50:07 | 2019-05-06T05:50:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,528 | hpp | // Copyright (C) 2016 Vicente J. Botet Escriba
//
// 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 JASEL_EXAMPLE_FRAMEWORK_MEM_USAGE_HPP
#define JASEL_EXAMPLE_FRAMEWORK_MEM_USAGE_HPP
#if __cplusplus >= 20... | [
"vicente.botet@wanadoo.fr"
] | vicente.botet@wanadoo.fr |
f560706fe69997ba8f9680f35d2c1878cb068524 | d262f00a2550ec7a51a7009d50b2a063c7119414 | /Arrays/findUnionIntersection.cpp | d965b6f58fd7daa1f7ded4c79028468fc6f800a9 | [] | no_license | princegoyal-dev/LoveBabbar-DSA-450-solutions | 127c593e88319e55e1554007752aefa1dbc9c14c | d4d749b979425994fd2702b2f531d5bef9c960b7 | refs/heads/master | 2023-08-22T10:11:26.143545 | 2021-10-03T18:17:35 | 2021-10-03T18:17:35 | 413,160,035 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,611 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int size1;
cin >> size1;
int *arr1 = new int[size1];
for(int i = 0; i < size1; i++) {
cin >> arr1[i];
}
int size2;
cin >> size2;
int *arr2 = new int[size2];
for(int i = 0; i < size2; i++) {
cin >> arr2[i]... | [
"princegoyal.dev@gmail.com"
] | princegoyal.dev@gmail.com |
105321ad7d7eddbd0a2ad96f548b723450de6e58 | dd656493066344e70123776c2cc31dd13f31c1d8 | /MITK/CoreUI/BundleTesting/org.mitk.gui.qt.common.tests/src/api/QmitkUiApiTestSuite.h | 6b0c02a418a50cf05d5e83f198f6ac022726518d | [] | no_license | david-guerrero/MITK | e9832b830cbcdd94030d2969aaed45da841ffc8c | e5fbc9993f7a7032fc936f29bc59ca296b4945ce | refs/heads/master | 2020-04-24T19:08:37.405353 | 2011-11-13T22:25:21 | 2011-11-13T22:25:21 | 2,372,730 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 882 | h | /*=========================================================================
Program: Medical Imaging & Interaction Toolkit
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) German Cancer Research Center, Division of Medical and
Biological Informatics. All rights reserved.
See MITKCopyright... | [
"dav@live.ca"
] | dav@live.ca |
e60ce63ed0c96d3a554b3dbe5aa56f85b2f20d4e | e31a81cd3be1b7de164cf4f3d88bce56b7bc1b71 | /src.tracing/sphere.h | ce9d665ad72ca10aff17e6c6a2f74916c8f0d32e | [
"MIT"
] | permissive | yangfengzzz/DigitalFundamental | 13834139f006658f0ca41350597666550b4090a2 | 01b0513990eb14119564e0aaf953d5f42667c013 | refs/heads/main | 2023-01-09T18:49:19.600897 | 2020-11-13T06:15:02 | 2020-11-13T06:15:02 | 311,575,898 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,503 | h | //
// sphere.h
// DigitalRender
//
// Created by 杨丰 on 2020/11/2.
//
#ifndef sphere_h
#define sphere_h
#include "hittable.h"
#include "vec3.h"
class sphere : public hittable {
public:
sphere() {}
sphere(point3 cen, double r, shared_ptr<material> m)
: center(cen), radius(r), mat_ptr(m) {};
vir... | [
"yangfengzzz@hotmail.com"
] | yangfengzzz@hotmail.com |
cb7bda8af381e3a79fae3a9a45578ce346b3ef1e | 4d633de9877d0d0299d444c25d2681ff118bf123 | /muster-s19/muster/src/multi_gather.h | 3885f997386afde861357e15af41840a512fc0e4 | [] | no_license | vipud/hpc | cd023221017b2cff12a79a878a13147394aa3391 | 54f6b65045af8df5d18bff12c345199f1e3970d0 | refs/heads/master | 2022-04-07T11:09:28.961792 | 2020-02-24T23:17:35 | 2020-02-24T23:17:35 | 84,088,172 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 9,989 | h | //////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2010, Lawrence Livermore National Security, LLC.
// Produced at the Lawrence Livermore National Laboratory
// LLNL-CODE-433662
// All rights reserved.
//
// This file is part of Muster. For details,... | [
"jhdavis@yoda.crpl.cis.udel.edu"
] | jhdavis@yoda.crpl.cis.udel.edu |
164c13ecfadff6a2806449fa5317d7be42831408 | 71b1a30ab89f0b423541a407ee87d954b2511797 | /ChildView.cpp | d30b6eda8c0830cbd6891ff01ff478fe3652dbcf | [] | no_license | chldmstj/Keyboard_Game | d82efdad65ed554f3ea61e9700389a9029c0bc6d | fcf407ba0508ba51b3c7fcefb2139991f44e7396 | refs/heads/master | 2020-06-17T15:59:01.798921 | 2019-07-09T08:52:39 | 2019-07-09T08:52:39 | 195,969,620 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 3,888 | cpp |
// ChildView.cpp : CChildView 클래스의 구현
//
#include "stdafx.h"
#include "Game.h"
#include "ChildView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CChildView
CChildView::CChildView()
{
m_GameMode = INIT;
}
CChildView::~CChildView()
{
}
BEGIN_MESSAGE_MAP(CChildView, CWnd)
ON_WM_PAINT()
ON_WM_KEYDOWN()
ON_... | [
"chldmstj016@gmail.com"
] | chldmstj016@gmail.com |
8b970534927dfc4c094ccd56065dc3fdfba6b1d1 | 37a00105d3c7b8652e095f358acb1a694a781539 | /CommonTools/Src/Includes/gdg/tiny_properties.hpp | 156a17a0cdd8635eeecac31f9e60ee539d7a4c07 | [] | no_license | yogdg/CppCommonTools | 5ad464c664cbcd37c3bb341aa5a2c22e0b83106f | 04b06867b99080543bddf61617dd89fbda056a51 | refs/heads/master | 2020-09-05T12:08:50.176632 | 2019-12-17T01:27:13 | 2019-12-17T01:27:13 | 220,099,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,945 | hpp | #ifndef GDG_COMMON_TOOLS_TINY_PROPETIES_HPP_
#define GDG_COMMON_TOOLS_TINY_PROPETIES_HPP_
#include <string_view>
#include <unordered_map>
#include <filesystem>
#include <fstream>
#include <optional>
#include <sstream>
#include <tuple>
#include <system_error>
#include <execution>
#include <gdg/exception.hpp>
#include ... | [
"gerardodamiangarcia@hotmail.com"
] | gerardodamiangarcia@hotmail.com |
e4aff5cae5aefd7de6f15b6ccbe46a26382e0683 | 140d78334109e02590f04769ec154180b2eaf78d | /aws-cpp-sdk-cognito-idp/source/model/AdminGetUserResult.cpp | 2721a9e00b47a5c4799f387802e334a1aed24a67 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | coderTong/aws-sdk-cpp | da140feb7e5495366a8d2a6a02cf8b28ba820ff6 | 5cd0c0a03b667c5a0bd17394924abe73d4b3754a | refs/heads/master | 2021-07-08T07:04:40.181622 | 2017-08-22T21:50:00 | 2017-08-22T21:50:00 | 101,145,374 | 0 | 1 | Apache-2.0 | 2021-05-04T21:06:36 | 2017-08-23T06:24:37 | C++ | UTF-8 | C++ | false | false | 2,723 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
69c52bf3612e8b14ab38c22e0ec3933dbb42ba9d | 5499e8b91353ef910d2514c8a57a80565ba6f05b | /src/camera/drivers/sensors/mock-sensor/mock-sensor-device.h | 416f2683e86d8bf83e6f38d4cb882a65943bf97e | [
"BSD-3-Clause"
] | permissive | winksaville/fuchsia | 410f451b8dfc671f6372cb3de6ff0165a2ef30ec | a0ec86f1d51ae8d2538ff3404dad46eb302f9b4f | refs/heads/master | 2022-11-01T11:57:38.343655 | 2019-11-01T17:06:19 | 2019-11-01T17:06:19 | 223,695,500 | 3 | 2 | BSD-3-Clause | 2022-10-13T13:47:02 | 2019-11-24T05:08:59 | C++ | UTF-8 | C++ | false | false | 5,412 | 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_CAMERA_DRIVERS_SENSORS_MOCK_SENSOR_MOCK_SENSOR_DEVICE_H_
#define SRC_CAMERA_DRIVERS_SENSORS_MOCK_SENSOR_MOCK_SENSOR_DEVICE_H_
#include <lib/fa... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
b8481dd9570b38d0f5fc62ef7432f39756cfef4d | 5ab7032615235c10c68d738fa57aabd5bc46ea59 | /swapping_string.cpp | 976e4fe8d230cc87bc37bd386c339f44b0c5a06f | [] | no_license | g-akash/spoj_codes | 12866cd8da795febb672b74a565e41932abf6871 | a2bf08ecd8a20f896537b6fbf96a2542b8ecf5c0 | refs/heads/master | 2021-09-07T21:07:17.267517 | 2018-03-01T05:41:12 | 2018-03-01T05:41:12 | 66,132,917 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 750 | cpp | #include <iostream>
#include <vector>
#include <unordered_map>
#include <string>
#include <math.h>
#include <map>
#include <queue>
#include <algorithm>
#include <list>
using namespace std;
#define ll long long int
#define umm(x,y) unordered_map<x,y >
#define pb push_back
#define foi(n) for(int i=0;i<n;i++)
#define f... | [
"akash.garg2007@gmail.com"
] | akash.garg2007@gmail.com |
61ef6281ecd5b59f93a4082c369c0187e1f80dfc | 9dae4d0e933f25104fad3a6138f4d24e22bdc03c | /vodsim/vod/RequestScheduling_RF.cpp | 494f8acc07370741d741c348f63d60b3f5a5d1af | [] | no_license | Romantic-LiXuefeng/FALPS | 6b487d5c56c87ddd915f1cd9fb9a41dce769bb9a | eac63c4efc3933c0592a4064e3cec073f18d4ed9 | refs/heads/master | 2021-12-25T02:46:47.002419 | 2017-12-25T14:07:07 | 2017-12-25T14:07:07 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 15,502 | cpp | #include "Vod.h"
//vector<double> PriorityVec;
//void zipf()
//{
// PriorityVec.resize(8192);
// double skewfactor=2.25;
// double sum=0;
// for (size_t i=0;i<PriorityVec.size();++i)
// {
// PriorityVec[i]=1.0/pow(double(i+1),1.0-skewfactor);
// sum+=PriorityVec[i];
// }
// for (size_t i=0;i<PriorityVec.size();++i)... | [
"wuguangzhu@baidu.com"
] | wuguangzhu@baidu.com |
5189bdee58251b6456561c920230d44cb7c652fc | 884a9ba8ae47112b98d1c2dddabd8b651e2a9c55 | /Tree/BST/genBST.h | 4a733b5e9cd70765d17e5007bc016475117fcb1b | [] | no_license | LyslwQ/DataStructures | 2daba6114c229c687dae97d023d51c5c0f76d6bc | 15ae25ff68a5996d1635a064eb4186a43a893b21 | refs/heads/master | 2020-05-02T12:32:55.544610 | 2019-03-29T02:40:47 | 2019-03-29T02:40:47 | 177,960,824 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,754 | h | //******************************
//**
//* genBST.h
//* YS [2018.5.9]
//* generic binary search tree
//**
//******************************
#ifndef GEN_BST_H
#define GEN_BST_H
#include <iostream>
#include <queue>
//*****************************
//class: BSTNode
template <typename T>
class BSTNode
{
public:
BSTNod... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
8818910ad57b09541d4c53c096a0bb9e8064bf3b | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/com/rpc/midl/front/filehndl.cxx | 683d092d4c80643a55b986a7756bb8c69cc14cb2 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C++ | false | false | 37,565 | cxx | /*****************************************************************************/
/** Microsoft LAN Manager **/
/** Copyright(c) Microsoft Corp., 1987-1999 **/
/*****************************************************************************/
/*********************************************************... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
ec7d74dd7dcc28abeadbd3e20df429a8074dfd6c | b945b2fac11f237a49de33af1b8fa02ba3ed1814 | /grnuc/unix_include/sgi/GL/glu.h | 74e16f763eb154e6b217602c222a0013b163af55 | [] | no_license | ahundiak/isdp | b94f56f7a7b02b806209ff06da8e22497f6e1386 | 07572eb18f07cbf762505ef34e471fa47c102df4 | refs/heads/master | 2021-03-12T20:02:34.067237 | 2011-12-16T20:03:20 | 2011-12-16T20:03:20 | 37,136,442 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,785 | h | #ifndef __glu_h__
#define __glu_h__
#include <GL/gl.h>
#ifdef __cplusplus
extern "C" {
#endif
/*
** Copyright 1991-1993, Silicon Graphics, Inc.
** All Rights Reserved.
**
** This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
** the contents of this file may not be disclosed to third parties, cop... | [
"ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30"
] | ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30 |
be7f6bb611bdcbd4f34cfffb75f17864db29c29f | a782d1d760fea21eb9aa2515fe96dc664dae6d5d | /src/Magnum/SceneGraph/DualQuaternionTransformation.h | e06cf0319003fa4b2aadaef70dfe4190de9b0807 | [
"MIT"
] | permissive | silvrwolfboy/magnum | 60ae6c85866388b9fd73c8c76fbee8b46e4b2db4 | cff219d9869dd496b6882434d6105e86a7f15d31 | refs/heads/master | 2021-02-22T03:53:31.872812 | 2020-03-02T19:54:53 | 2020-03-02T19:56:37 | 245,369,109 | 0 | 1 | NOASSERTION | 2020-03-06T08:40:31 | 2020-03-06T08:40:31 | null | UTF-8 | C++ | false | false | 13,117 | h | #ifndef Magnum_SceneGraph_DualQuaternionTransformation_h
#define Magnum_SceneGraph_DualQuaternionTransformation_h
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of c... | [
"mosra@centrum.cz"
] | mosra@centrum.cz |
eba8db9263e9563061c4e9ce13e5556bfe75e98e | 4b1d25c2d5f4dca3f3b4acacfd3b2f996b9dee87 | /AqlCompiler/Select_Item.cpp | 1331098962bced92f9b2beb7f4975064a4d08335 | [] | no_license | MchCyLh/AqlCompiler | eeced415cd479878e720269dc266b5c7dd1f26ea | c39a38289ba4bc6c0f033f42c4d5a2bbd8a92942 | refs/heads/master | 2021-01-10T16:19:56.420400 | 2015-12-31T13:56:28 | 2015-12-31T13:56:28 | 48,797,835 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26 | cpp | #include "Select_Item.h"
| [
"MchCyLh@gmail.com"
] | MchCyLh@gmail.com |
b0a76b92ab4bcf1c2667c59cc4c2524d572092fc | adc5b9f7a45e5de1cd168b7eaee33b50d0740bf7 | /pp4/ast_type.cc | 7e0071882e868de5fd6acf9c71db60018c24f6c1 | [] | no_license | ear7up/ear7upCompilers4620 | 97dbb9199e3cf77cd8193e75fdff19bc3092d8bd | 71222bc08ce4c27a0b6e109b5651c9d43a2a8d6f | refs/heads/master | 2016-09-08T19:23:32.187266 | 2014-12-06T02:46:17 | 2014-12-06T02:46:17 | 23,360,385 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,102 | cc | /* File: ast_type.cc
* -----------------
* Implementation of type node classes.
*/
#include "ast_type.h"
#include "ast_decl.h"
#include <string.h>
#include "errors.h"
/* Class constants
* ---------------
* These are public constants for the built-in base types (int, double, etc.)
* They can be accessed with th... | [
"ear7up@virginia.edu"
] | ear7up@virginia.edu |
979c381c9d654102f5290f05d77a8e0457b049a3 | ae17ef8c36412e747953fe60537897b10291ccdc | /src/utils/AssetUtils.cpp | 5a730133474b184085cff0ce981b247544c759e5 | [] | no_license | RoryHemmings/SGF | 441b5790aa343384acb14efab71c63b9c1227548 | ca179a22625f3b0421f0b841c1e333be8323781c | refs/heads/master | 2020-04-28T05:52:40.482765 | 2019-04-19T16:22:06 | 2019-04-19T16:22:06 | 175,035,869 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 648 | cpp | #include "AssetUtils.h"
#include <SFML/Graphics.hpp>
namespace sgf {
AssetUtils::AssetUtils() {}
AssetUtils& AssetUtils::getInstance() {
static AssetUtils instance;
return instance;
}
void AssetUtils::drawImage(sf::RenderWindow& display, sf::Texture texture, int x, int y) const {
sf::Sprite temp;
temp... | [
"rpmhemmings@gmail.com"
] | rpmhemmings@gmail.com |
a9e4a5716beb6f07b84cad6efb14fdb31082bc69 | dd8dd5cab1d4a678c412c64f30ef10f9c5d210f1 | /cpp/leetcode/929. unique-email-addresses.cpp | a73f72c43be1c058f7c3a2021cda3c58128907a5 | [] | no_license | blacksea3/leetcode | e48a35ad7a1a1bb8dd9a98ffc1af6694c09061ee | 18f87742b64253861ca37a2fb197bb8cb656bcf2 | refs/heads/master | 2021-07-12T04:45:59.428804 | 2020-07-19T02:01:29 | 2020-07-19T02:01:29 | 184,689,901 | 6 | 2 | null | null | null | null | GB18030 | C++ | false | false | 633 | cpp | #include "public.h"
//48ms, 50.94%
//处理字符串, 直接往unordered_set插入, 最后看size
class Solution {
private:
string convert(string s)
{
int loc = 0;
bool ispass = false;
while (s[loc] != '@')
{
if (ispass)
{
s.erase(s.begin() + loc);
}
else if (s[loc] == '.')
{
s.erase(s.begin() + loc);
}
... | [
"17865191779@163.com"
] | 17865191779@163.com |
9ab2ae45b1d6211226450620c8daa07c4bf289d6 | 601c912e34a4f70f06c1fd45d2eee3d06ba18c29 | /Console Map Engine/Window.h | 611258618c7210399b09df27bdb45180c48f1869 | [] | no_license | Salaramon/Console-Map-Engine | b66b15206a930b7d63e7f561e82db4d453e84acb | 203468d607070006c3eaf0a5df51029dc424fa11 | refs/heads/main | 2023-02-03T23:10:28.645598 | 2020-12-22T17:38:51 | 2020-12-22T17:38:51 | 316,747,805 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 330 | h | #pragma once
#include <Windows.h>
#include <iostream>
class Window
{
public:
enum class Setting {
FULLSCREEN
};
Window(size_t w, size_t h);
Window(Setting setting);
void resize(size_t w, size_t h);
void resize(Setting setting);
size_t height, width;
private:
void setup();
HWND window;
HANDLE windowHa... | [
"danske.kr@hotmail.com"
] | danske.kr@hotmail.com |
0152706ffc28ce5eea47c8a5c3ff83313e89eb43 | 597bcf68982365c02e147e81fc2f683ed0b4f9e0 | /33122/Nqueens.cpp | 416672f755b1572f1f89dd14f99fd00bdcefec9b | [] | no_license | iamabhaymittal/SL-5 | 11c74ad534b607f05f47dc51d1825cfa74dac092 | cb4ce169caf38d090b7714e103c7cd608c19ec41 | refs/heads/master | 2020-11-25T06:05:07.374805 | 2020-02-25T04:20:33 | 2020-02-25T04:20:33 | 228,532,089 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 644 | cpp | #include<bits/stdc++.h>
using namespace std;
int x[10];
bool place(int k,int pos)
{
for(int i=1;i<k;i++)
if((x[i]==pos) || (abs(x[i]-pos)==abs(i-k)))return false;
return true;
}
void nQueens(int k,int n)
{
for(int i=1;i<=n;i++)
{
if(place(k,i))
{
x[k]=i;
if(k==n){
cout<<"---------------------"<<... | [
"iamabhaymittal@gmail.com"
] | iamabhaymittal@gmail.com |
6bfcdc8f955d02fc2325baae76e8d35721cb2c4f | a13af85b42e36ce5078604744477b13d91cf4189 | /src/widget_central_image.cpp | 1b710aef0112e662d2d5230ace9ae82c6dbe16e6 | [
"BSL-1.0"
] | permissive | delta1766/linescan | e7dd53460c8cd5d6bf01382e3c744d10dd71ddc5 | bbabb0fded2a00efe17115635cd8903e85fe5e40 | refs/heads/master | 2020-04-09T05:13:26.647717 | 2018-01-16T11:22:51 | 2018-01-16T11:22:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,469 | cpp | //-----------------------------------------------------------------------------
// Copyright (c) 2016-2018 Benjamin Buch
//
// https://github.com/bebuch/linescan
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
/... | [
"benni.buch@gmail.com"
] | benni.buch@gmail.com |
47c4f20cf88ad9af6882df3c1ecdb0a0a2cb6822 | 5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e | /main/source/src/protocols/canonical_sampling/TrajectoryRecorder.cc | 0a5321e4ed40eaff7d990c1578a0fcbc1964a15e | [] | no_license | MedicaicloudLink/Rosetta | 3ee2d79d48b31bd8ca898036ad32fe910c9a7a28 | 01affdf77abb773ed375b83cdbbf58439edd8719 | refs/heads/master | 2020-12-07T17:52:01.350906 | 2020-01-10T08:24:09 | 2020-01-10T08:24:09 | 232,757,729 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 5,976 | cc | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"36790013+MedicaicloudLink@users.noreply.github.com"
] | 36790013+MedicaicloudLink@users.noreply.github.com |
ec1eae4efaabb3cd325df109c12251ca83ff80fa | 83b13e5504e884599a91ae0b37a3cee22f7c29e4 | /deps/v8/src/layout-descriptor-inl.h | 58fdd6e5d05a88c16e74c1149aa2ac0d6c5dc03f | [
"Apache-2.0",
"BSD-3-Clause",
"bzip2-1.0.6"
] | permissive | alkhe/runtime | 9663982dc44138827970274a0955fba5087dee40 | acb6330185c1be88449198c28059d24bc4fb62c2 | refs/heads/master | 2021-05-28T03:00:41.745109 | 2015-01-21T02:09:51 | 2015-01-21T02:09:51 | 29,563,042 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,522 | h | // Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_LAYOUT_DESCRIPTOR_INL_H_
#define V8_LAYOUT_DESCRIPTOR_INL_H_
#include "src/layout-descriptor.h"
namespace v8 {
namespace internal {
Layout... | [
"iefserge@runtimejs.org"
] | iefserge@runtimejs.org |
e2da0d481dc45ad87fc53d3a6b61d06983a730ad | e433566a524fd56b871bdd93685e0b8f2985574c | /bebop_ws/devel/include/bebop_msgs/Ardrone3MediaStreamingStateVideoEnableChanged.h | decf28c9999b04d744f70271692bb82562367754 | [] | no_license | JarrettPhilips/self_landing_drone | 000b2f386302555f1876fbc38ada71d12451f8e0 | 7e497492941d9f642d4991c3fbc5be20e63f965e | refs/heads/master | 2021-09-14T13:20:14.536053 | 2017-12-20T00:16:55 | 2017-12-20T00:16:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,868 | h | // Generated by gencpp from file bebop_msgs/Ardrone3MediaStreamingStateVideoEnableChanged.msg
// DO NOT EDIT!
#ifndef BEBOP_MSGS_MESSAGE_ARDRONE3MEDIASTREAMINGSTATEVIDEOENABLECHANGED_H
#define BEBOP_MSGS_MESSAGE_ARDRONE3MEDIASTREAMINGSTATEVIDEOENABLECHANGED_H
#include <string>
#include <vector>
#include <map>
#inc... | [
"Anke5631@colorado.edu"
] | Anke5631@colorado.edu |
b9ca1feac212e15b353bcd8d924b3870d5aef48f | af40adef2d387c887a0a4a0fac321135b7d3f78b | /Item.cpp | eb14b8ff181a62c9e33c552ea113b126d08ae5ff | [] | no_license | xieyixingwei/gml_browser | 38114ac3f83c3f5e9212590238d2ad65edddccf8 | 9a9b8b6725e909378d3024299543858f5270aeae | refs/heads/master | 2023-07-18T17:56:24.399360 | 2021-09-06T02:38:52 | 2021-09-06T02:38:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,724 | cpp |
#include "ItemTabWidget.h"
#include "Item.h"
#include "Gml.h"
#include <QString>
#include <QDebug>
ItemFactory& ItemFactory::Create(void)
{
static ItemFactory itemFactory;
return itemFactory;
}
bool ItemFactory::RegisterItem(const QString &type, ItemCreatorFunc hook)
{
ItemCreatorMap_t::iterator it = m_... | [
"1198759776@qq.com"
] | 1198759776@qq.com |
f89966cc34553440910e4604fb41a9cc188c4961 | bfb1c7ff905065f0e3914b66c9a932bc811640a5 | /trunk/source/Settings/menus/SettingsMenu.cpp | 0aa537fdcde0e8dca7a985a42b14f46e707d837c | [] | no_license | djskual/savegame-manager-gx | 1ddcdcfcdaf7a4043b7fd756136ec8cca0fbf5f3 | ae3cb59cb5bbae91bf65d48cb61961ed49d896d3 | refs/heads/master | 2020-06-03T05:11:20.735987 | 2015-04-14T13:16:49 | 2015-04-14T13:16:49 | 33,944,551 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,001 | cpp | /***************************************************************************
* Copyright (C) 2012 Dj_Skual
* for SaveGame Manager GX 2011
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any
* damages arising from the use of this sof... | [
"dj_skual@hotmail.com"
] | dj_skual@hotmail.com |
e787649a471cc773afb73f0572c0dbdac55f1e0c | d61d05748a59a1a73bbf3c39dd2c1a52d649d6e3 | /chromium/device/usb/mock_usb_device_handle.cc | 6b54a2f9a8234865b8033fc80e910d6d74872266 | [
"BSD-3-Clause"
] | permissive | Csineneo/Vivaldi | 4eaad20fc0ff306ca60b400cd5fad930a9082087 | d92465f71fb8e4345e27bd889532339204b26f1e | refs/heads/master | 2022-11-23T17:11:50.714160 | 2019-05-25T11:45:11 | 2019-05-25T11:45:11 | 144,489,531 | 5 | 4 | BSD-3-Clause | 2022-11-04T05:55:33 | 2018-08-12T18:04:37 | null | UTF-8 | C++ | false | false | 519 | cc | // Copyright 2015 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 "device/usb/mock_usb_device_handle.h"
#include "device/usb/usb_device.h"
namespace device {
MockUsbDeviceHandle::MockUsbDeviceHandle(UsbDevice... | [
"csineneo@gmail.com"
] | csineneo@gmail.com |
b4d601499fcce749e3bca6aeb2748c23026320f4 | 96f796a966025265020459ca2a38346c3c292b1e | /Ansoply/D3DHelpers/d3dtextr.cpp | 8a4da7c6a0d613e690f734713c866114dca94ae7 | [] | no_license | shanewfx/ansoply | 222979843662ddb98fb444ce735d607e3033dd5e | 99e91008048d0c1afbf80152d0dc173a15e068ee | refs/heads/master | 2020-05-18T15:53:46.618329 | 2009-06-17T01:04:47 | 2009-06-17T01:04:47 | 32,243,359 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,332 | cpp | //-----------------------------------------------------------------------------
// File: D3DTextr.cpp
//
// Desc: Functions to manage textures, including creating (loading from a
// file), restoring lost surfaces, invalidating, and destroying.
//
// Note: the implementation of these functions maintain... | [
"Gmagic10@26f92a05-6149-0410-981d-7deb1f891687"
] | Gmagic10@26f92a05-6149-0410-981d-7deb1f891687 |
dd59966b09fa634a1ec1439432cedfb6f93c9e11 | c72bcf90ab26231469f28d74cc658ded38f6eeb5 | /poseidon/src/socket/abstract_tcp_socket.hpp | 36b47b287ff10bab29b1c9c18470c7388b9feabc | [
"BSD-3-Clause"
] | permissive | wangscript007/poseidon-1 | ad24f57ad58b7e66452bb71709957035b3ce40bb | e461b6a69b6e68b029df0ccc2374f9848eab17e5 | refs/heads/master | 2023-03-05T08:16:38.130035 | 2021-02-09T08:10:30 | 2021-02-09T08:10:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,000 | hpp | // This file is part of Poseidon.
// Copyleft 2020, LH_Mouse. All wrongs reserved.
#ifndef POSEIDON_SOCKET_ABSTRACT_TCP_SOCKET_HPP_
#define POSEIDON_SOCKET_ABSTRACT_TCP_SOCKET_HPP_
#include "abstract_stream_socket.hpp"
namespace poseidon {
class Abstract_TCP_Socket
: public ::asteria::Rcfwd<Abstract_TCP_Socket>,
... | [
"lh_mouse@126.com"
] | lh_mouse@126.com |
ac0a3ed13f24962771c8bb514be4c7dc7ecf44c0 | c37bf9be827866eea6bc9f204d981905f6cedf29 | /indel_analysis/indelmap/indel.cpp | bc51c1d92468d282bcb8b00bc5aa3fc0c5534609 | [
"MIT"
] | permissive | felicityallen/SelfTarget | 455ba4ce4ded7445be28cb32a5f2b81bbbcf2a83 | f5bd12c5f610408bc4e2642b56911b9a6d60982e | refs/heads/master | 2023-03-10T03:02:08.712725 | 2023-02-25T15:53:41 | 2023-02-25T15:53:41 | 142,427,981 | 26 | 18 | MIT | 2022-12-08T05:24:27 | 2018-07-26T10:49:38 | Python | UTF-8 | C++ | false | false | 13,612 | cpp | /*#########################################################################
# Read Mapper for self-target maps
# - Bespoke aligner allowing for crispr edits but otherwise only small (1-2bp)
# insertions/deletions and mutations.
#########################################################################*/
int main(int... | [
"fa9@sanger.ac.uk"
] | fa9@sanger.ac.uk |
4190c79cac4a1e668b6a322a5f0bf3f76f1a05ca | b57c8eda935c3fe5cb09753dd3d3ca3f9faf61bb | /cheats/lagcompensation/animation_system.h | 4453cab792993be705e299fb53e167d115404b96 | [
"MIT"
] | permissive | DomesticTerrorist/Doubletap.Space-v3-SRC | 348ca8a32f98f9923f53b4704da927252ff1b15d | caa2e09fc5e15a268ed735debe811a19fe96a08c | refs/heads/main | 2023-07-15T20:34:11.330411 | 2021-08-18T00:18:28 | 2021-08-18T00:18:28 | 397,421,443 | 3 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 6,691 | h | #pragma once
#include "..\..\includes.hpp"
#include "..\..\sdk\structs.hpp"
enum
{
MAIN,
NONE,
FIRST,
SECOND
};
enum resolver_type
{
ORIGINAL,
ZARO,
FIRST2,
SECOND2,
THIRD,
LOW_FIRST,
LOW_SECOND
};
enum resolver_side
{
RESOLVER_ORIGINAL,
RESOLVER_ZERO,
RESOLVER_FIRST,
R... | [
"87810463+DomesticTerrorist@users.noreply.github.com"
] | 87810463+DomesticTerrorist@users.noreply.github.com |
c9d1c250df28d8f3ff169bb0bfe252f7bad617cf | 0130aff73e664848a474b24895da4969655b0abe | /proc_locker.h | 9af81c824af2622192af11de2c92ae769320e721 | [] | no_license | livefantom/uos-base | de507cc11b72be1b6a6fc8886ce35bb25f65b70c | 53e7a5a609f65185982d084890a1ac7e814169e6 | refs/heads/master | 2021-01-19T14:10:32.749258 | 2012-08-26T16:38:00 | 2012-08-26T16:38:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 539 | h | // The ProcessLocker class provides single instance control by file locking.
// Copyright(C) 2012 Tencent.com
// @file proc_locker.h
// @author: Benjamin
// @date: 2012-08-26
#ifndef _UOS_PROC_LOCKER_H
#define _UOS_PROC_LOCKER_H
#include "uosdef.h"
_UOS_BEGIN
class ProcessLocker
{
public:
explicit ProcessLocker(... | [
"fan2005@gmail.com"
] | fan2005@gmail.com |
af8a3b94f938a62cda30862621b4db8f1d79ee39 | 55bbed1ac4d77552e5bcde7c1ca975444974f13f | /src/crypto/chacha8-2.h | 258d550e8a2fd6c35c065eeea204e5f73699c8e4 | [] | no_license | equisde/purk | a9038af6c8ac893a1bd1b872260905b0c1675729 | d769ef1b146c3ce519528f4ac4a8ac98cf7ea9fa | refs/heads/master | 2020-04-10T01:35:36.836141 | 2019-02-04T19:00:45 | 2019-02-04T19:00:45 | 160,720,001 | 1 | 0 | null | 2018-12-06T19:11:40 | 2018-12-06T19:11:40 | null | UTF-8 | C++ | false | false | 1,481 | h | #pragma once
#include <stdint.h>
#include <stddef.h>
#define CHACHA8_KEY_SIZE 32
#define CHACHA8_IV_SIZE 8
#if defined(__cplusplus)
#include <memory.h>
#include <string>
#include "hash-2.h"
namespace Crypto {
extern "C" {
#endif
void chacha8(const void* data, size_t length, const uint8_t* key, const uint8_t*... | [
"admin@sevabit.com"
] | admin@sevabit.com |
7c9378ea635631c3866098cb6e1bee9b161fecde | 030da3febedb9fe3d5a05c08300615a6593675aa | /dnd.cpp | ba5044772512aaf2c53ed29e612c5a3dceb948e7 | [] | no_license | chitran96/Cryptograhphy-Assignment-1 | 0ef88748ff5d3d800cbaff154284a62319de9c8a | d61f5473373a05925a5a92af32d743caba95e127 | refs/heads/master | 2021-04-12T07:57:24.089987 | 2018-03-19T03:51:50 | 2018-03-19T03:51:50 | 124,616,050 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 58,549 | cpp | /////////////////////////////////////////////////////////////////////////////
// Name: dnd.cpp
// Purpose: Drag and drop sample
// Author: Vadim Zeitlin
// Modified by:
// Created: 04/01/98
// Copyright:
// Licence: wxWindows licence
//////////////////////////////////////////////////////////////... | [
"1410364@hcmut.edu.vn"
] | 1410364@hcmut.edu.vn |
44bd36bc673e5376d12143b6023cee485adf90b3 | 86bf90b77cd97c9959dfd27774e5d9437be81be7 | /Release/include/cpprest/details/http_msg_native_base.h | 915e4d0501fb1d70c682563651a795359bbf9681 | [
"MIT"
] | permissive | SergeyZhuravlev/cpprestsdk_Net | e9c599959b5ca2d5aba8e6eb2b560752cea04701 | 11331ee568e2bfe486c3ebb57818b7c040716ab0 | refs/heads/master | 2022-05-22T05:28:52.034314 | 2022-04-27T20:04:25 | 2022-04-27T20:04:25 | 177,675,342 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 674 | h | #pragma once
#include "..\..\include\cpprest\CppRestNativeExport.h"
#include "..\..\include\cpprest\details\basic_types.h"
namespace web::http::details
{
class HttpCppCliBridge;
/// <summary>
/// Base class for HTTP messages.
/// This class is to store common functionality so it isn't duplicated on
/// both the ... | [
"Sergey4Zhuravlev@gmail.com"
] | Sergey4Zhuravlev@gmail.com |
d65de41cd08487227ba9b5573c71b94cff330b97 | 1f5664f0ff5db0b97c3de7f4f474259325df9580 | /trunk/Peti Teden/darkMainSinglePlayer.h | 8bfdea3c0b2561b8fe5bc3d2a69ccb9738cfd1ad | [] | no_license | DarkKitarist/Dark-World | f756272fe1a2dd398ef330788abd0f1c66262a03 | 726cee6ef668f8f6e083bbdb854f602374c8b422 | refs/heads/master | 2021-01-25T09:00:15.370662 | 2012-05-31T23:52:58 | 2012-05-31T23:52:58 | 3,669,427 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,272 | h | #ifndef DARK_SINGLE_PLAYER_H
#define DARK_SINGLE_PLAYER_H
#include "appState.h"
#include <OgreSubEntity.h>
#include <OgreMaterialManager.h>
#include "darkFrameListener.h"
#include "CollisionTools.h"
#include "Config.h"
enum QueryFlagsSinglePlayerLevel1
{
ENTITY_MASK = 1<<8,
WATER_MASK = 2<<8
};
enum CurrentGeo... | [
"dark.kitarist@gmail.com"
] | dark.kitarist@gmail.com |
72dd83669ee4c7e727e2ab2d8727d6da8d960fa8 | 69dd4bd4268e1c361d8b8d95f56b5b3f5264cc96 | /GPU Pro5/06_Compute/Object-order Ray Tracing for Fully Dynamic Scenes/beEntitySystem/header/beEntitySystem/beEntitySerializer.h | c2af39d60d460eea8a2d9e4dacd4ff6ace3a9c86 | [
"MIT",
"BSD-3-Clause"
] | permissive | AnabaenaQing/Source-Code_ShaderX_GPU-Pro_GPU-Zen | 65c16710d1abb9207fd7e1116290336a64ddfc86 | f442622273c6c18da36b61906ec9acff3366a790 | refs/heads/master | 2022-12-15T00:40:42.931271 | 2020-09-07T16:48:25 | 2020-09-07T16:48:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,705 | h | /************************************************************/
/* breeze Engine Entity System Module (c) Tobias Zirr 2011 */
/************************************************************/
#pragma once
#ifndef BE_ENTITYSYSTEM_ENTITYSERIALIZER
#define BE_ENTITYSYSTEM_ENTITYSERIALIZER
#include "beEntitySystem.h"
#inclu... | [
"IRONKAGE@gmail.com"
] | IRONKAGE@gmail.com |
8079792a96df82086d79bde047163c29f8b826a0 | a7764174fb0351ea666faa9f3b5dfe304390a011 | /src/PTopLoc/PTopLoc_ItemLocation.cxx | c7866f9d4b38310c39767edadd7492a6209ba4b9 | [] | no_license | uel-dataexchange/Opencascade_uel | f7123943e9d8124f4fa67579e3cd3f85cfe52d91 | 06ec93d238d3e3ea2881ff44ba8c21cf870435cd | refs/heads/master | 2022-11-16T07:40:30.837854 | 2020-07-08T01:56:37 | 2020-07-08T01:56:37 | 276,290,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,403 | cxx | // File: PTopLoc_ItemLocation.cxx
// Created: Wed Mar 3 18:22:47 1993
// Author: Remi LEQUETTE
// <rle@phobox>
#include <PTopLoc_ItemLocation.ixx>
//=======================================================================
//function : PTopLoc_ItemLocation
//purpose :
//=================================... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
c609c2abf562faa2b5cf307ce920e1bf9fd3eb06 | b019ace224f83a56db452a826f0ccb4547687d51 | /src/chain.h | 6b635803daffc33f6f027fae6b286664c70fcabe | [
"MIT"
] | permissive | tokisamu/btcoin-ng | d4968be30c7d95133764f026ceae5e8b9f1c7c33 | 1a7e9dd3ff687361753685318a732368cb88de2c | refs/heads/main | 2023-04-02T00:51:41.320668 | 2021-04-08T15:35:37 | 2021-04-08T15:35:37 | 348,362,572 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 15,029 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2020 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CHAIN_H
#define BITCOIN_CHAIN_H
#include <arith_uint256.h>
#incl... | [
"catfish@tokisamu.moe"
] | catfish@tokisamu.moe |
f0d4c3ac19cccd4ae5a57c3090a4b8b05cdb8c4b | 0b72ace7c5be3ace5bb67efea45081c3c7d6d15b | /FPGA-Manager/src/configure.cc | 06b08e4779a965000aafa5b932f074fb09bb247f | [] | no_license | dlrudco/FPGA-Docker | 3769a53ac465079d1c97b0a12677610050cacfa0 | 549083efbf9eb3335d89e2f0dec31204c43aa1b2 | refs/heads/master | 2020-04-05T06:24:32.677124 | 2018-10-26T06:19:39 | 2018-10-26T06:19:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,247 | cc | #include "acc-manager.hpp"
#include "cli.hpp"
#include "manager.hpp"
#include "mounter.hpp"
bool configure_parse(int argc, char** argv, Context* ctx)
{
for (int i = 0; i < argc; i++) {
cmatch cm;
regex r_pid("--pid=([0-9]*)");
regex r_dev("--device=(.*)");
regex r_rfs("^-... | [
"shkim519@kaist.ac.kr"
] | shkim519@kaist.ac.kr |
241e26d09a33c6e238f47677edf67bec6a572236 | 6da93484bb95cb8184e42207f1f46102a752d5f0 | /include/stdex/typename.h | 41c04e39eaf2d5c7c9ad995d81a053b7cea99674 | [] | no_license | irov/stdex | 37a6937f2bb6e76c84cdc0c0e105531e4f597e85 | a34dc2c7a5e2a77ee1a7414f11025620e30034f4 | refs/heads/master | 2023-05-14T07:05:48.780435 | 2023-05-07T18:36:31 | 2023-05-07T18:36:31 | 41,427,333 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 393 | h | #pragma once
#include <typeinfo>
namespace stdex
{
//////////////////////////////////////////////////////////////////////////
template<class T>
class type_name
{
public:
static const char * value;
};
//////////////////////////////////////////////////////////////////////////
tem... | [
"irov13@mail.ru"
] | irov13@mail.ru |
96b162372c92f811ea6ece11dcbdd7b98121265a | 07bd6d166bfe69f62559d51476ac724c380f932b | /src/web_control/webots_ros/mouse_get_state.h | 4818704fcc7958b19b2755b0df0bb63a0baa5390 | [] | no_license | Dangko/webots_differential_car | 0efa45e1d729a14839e6e318da64c7f8398edd17 | 188fe93c2fb8d2e681b617df78b93dcdf52e09a9 | refs/heads/master | 2023-06-02T16:40:58.472884 | 2021-06-14T09:19:58 | 2021-06-14T09:19:58 | 376,771,194 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,840 | h | // Generated by gencpp from file webots_ros/mouse_get_state.msg
// DO NOT EDIT!
#ifndef WEBOTS_ROS_MESSAGE_MOUSE_GET_STATE_H
#define WEBOTS_ROS_MESSAGE_MOUSE_GET_STATE_H
#include <ros/service_traits.h>
#include <webots_ros/mouse_get_stateRequest.h>
#include <webots_ros/mouse_get_stateResponse.h>
namespace webots... | [
"1477055603@qq.com"
] | 1477055603@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.