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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
25e6ae123ebad5f9886cabeff82dd1976f0b0245 | fa2643eb4d0d6daf1e588c0203ddab30cc174200 | /12865/12865.cc | 24f762aa6fff9bf23ae2b984d40e253c2421f8f8 | [] | no_license | 1cekrim/boj | 67a4bd2f5d5350c689ea67b35ec6c3984cab012f | 933f8c573156b3f5b4977f8d150f51df9e214a93 | refs/heads/master | 2020-09-04T23:31:02.076900 | 2020-03-05T13:01:57 | 2020-03-06T11:32:03 | 219,923,744 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 961 | cc | #include <algorithm>
#include <iostream>
#include <tuple>
#include <vector>
int solve(const std::vector<std::tuple<int, int>> data, int idx, int cap)
{
static std::vector<std::vector<int>> memo(idx + 1,
std::vector<int>(cap + 1, 0));
if (!(idx && cap))
{
... | [
"1cekrim.dev@gmail.com"
] | 1cekrim.dev@gmail.com |
8d5580513ac092501f25a645be636aced14d3632 | a35b30a7c345a988e15d376a4ff5c389a6e8b23a | /boost/phoenix/object/detail/preprocessed/construct_eval_20.hpp | 2eeada87ad0ced741d2e06b1af2666ffce02ae84 | [] | no_license | huahang/thirdparty | 55d4cc1c8a34eff1805ba90fcbe6b99eb59a7f0b | 07a5d64111a55dda631b7e8d34878ca5e5de05ab | refs/heads/master | 2021-01-15T14:29:26.968553 | 2014-02-06T07:35:22 | 2014-02-06T07:35:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 98 | hpp | #include "thirdparty/boost_1_55_0/boost/phoenix/object/detail/preprocessed/construct_eval_20.hpp"
| [
"liuhuahang@xiaomi.com"
] | liuhuahang@xiaomi.com |
151c21804e384c395a77610c5832db38bc4f0c95 | 13caeaf7ba609ed47d6b1a400525c02dc9d577a0 | /asylo/platform/posix/io/epoll_test.cc | 4618a386624d9d3c342bb5e1354274c04911a935 | [
"Apache-2.0"
] | permissive | annasapek/asylo | 45d0463bc9d21c41b54b36027de8622766990499 | 8f9277bbd3bd6c46a8767fa339adcafba8f5c73d | refs/heads/master | 2020-04-01T03:29:19.291832 | 2018-10-12T19:24:28 | 2018-10-12T19:24:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,681 | cc | /*
*
* Copyright 2018 Asylo 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 agree... | [
"arminn@google.com"
] | arminn@google.com |
7833b6eed961498e106a84fd577230eec0a8b85e | ea401c3e792a50364fe11f7cea0f35f99e8f4bde | /released_plugins/v3d_plugins/neurontracing_neutube/src_neutube/neurolabi/gui/ext/boost/bimap/container_adaptor/detail/non_unique_container_helper.hpp | 695704535ab53e7dc62a0975daccbed255e81301 | [
"BSD-2-Clause",
"MIT",
"BSL-1.0",
"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 | 3,626 | hpp | // Boost.Bimap
//
// Copyright (c) 2006-2007 Matias Capeletto
//
// 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)
/// \file container_adaptor/detail/non_unique_container_helper.hpp
/// \brief Details for non uniq... | [
"hanchuan.peng@gmail.com"
] | hanchuan.peng@gmail.com |
af8d8616b9bcd7831502511bf50d8b6f3bc6d166 | dbd4f40c16380778073a4e813283bc3d192c88a2 | /SenderMonitorDlg.h | db31a41685ecec97a596f236d79bd834b9fafe4b | [
"Apache-2.0"
] | permissive | lotharperr/p3t | 1a9db775d06ed091a0b11123447e9cbb44debc3f | 2f8d8f8196f6c2b2bbb75bb4325d1487c2429a1d | refs/heads/master | 2016-09-06T11:08:08.458252 | 2015-04-20T13:28:33 | 2015-04-20T13:28:33 | 34,257,136 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 2,476 | h | /***************************************************************************
* Copyright 2015 Lothar Perr
*
* 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/licens... | [
"lothar.perr@gmail.com"
] | lothar.perr@gmail.com |
226958b4cc91bfce4960c1c64978a0871342b700 | c0690fc8961d0ce47550eee82ccbd7edde030f1e | /source/armory/Projectile_Revolver.h | 5d5515bb305b67be7682201bde82eee72b7f496f | [] | no_license | ryansnelgrove/RavenProject | beab61afaff4fccbbca0b27af50035d81cff458a | 1fd8bc11ee843a6c6ec7a62c2fbc67e52185efbd | refs/heads/master | 2021-01-01T04:01:34.046553 | 2016-05-16T20:04:24 | 2016-05-16T20:04:24 | 56,002,266 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 269 | h | #ifndef REVBULLET_H
#define REVBULLET_H
#include "Raven_Projectile.h"
class Raven_Bot;
class RevBullet : public Raven_Projectile
{
private:
void TestForImpact();
public:
RevBullet(Raven_Bot* shooter, Vector2D target);
void Render();
void Update();
};
#endif | [
"snelgror@gmatc.matc.edu"
] | snelgror@gmatc.matc.edu |
6656ca5e956338bf7c189658a74ca130f08b07bd | 6385a177cc731c4f20061effb63dab73b84ba30b | /QtSkia/QtSkiaWidget/QSkiaOpenGLWidget.h | b3883366c900b08807a381fe8b9a49cd28fbdd63 | [
"MIT"
] | permissive | Qt-Widgets/QtSkia | 7b67d3f7303cea6c02551c651ff6ad7040dd35c5 | e0ff7bef839f9466857115631e17b50260cb3443 | refs/heads/master | 2020-12-04T22:11:31.621870 | 2020-01-06T18:59:28 | 2020-01-06T18:59:28 | 231,917,869 | 1 | 0 | MIT | 2020-01-06T18:59:30 | 2020-01-05T12:59:54 | null | UTF-8 | C++ | false | false | 574 | h | #pragma once
#include "QtSkia_global.h"
#include <QOpenGLWidget>
class SkCanvas;
class QSkiaOpenGLWidgetPrivate;
class QtSkia_API QSkiaOpenGLWidget : public QOpenGLWidget {
Q_OBJECT
public:
QSkiaOpenGLWidget(QWidget* parent = nullptr);
~QSkiaOpenGLWidget() override;
virtual void draw(SkCanvas* canvas, ... | [
"wentaojia2014@163.com"
] | wentaojia2014@163.com |
fca9e9dee0fcdcbb30ef78d94eac4ebf01d3e726 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE590_Free_Memory_Not_on_Heap/s02/CWE590_Free_Memory_Not_on_Heap__delete_array_struct_alloca_33.cpp | b6a2610dabaa969b36b98a01eb2af61f5a82c559 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 3,176 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE590_Free_Memory_Not_on_Heap__delete_array_struct_alloca_33.cpp
Label Definition File: CWE590_Free_Memory_Not_on_Heap__delete_array.label.xml
Template File: sources-sink-33.tmpl.cpp
*/
/*
* @description
* CWE: 590 Free Memory Not on Heap
* BadSource: alloca Dat... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
122841e3c8cbe366a2d366ff4ec024903b7e378c | 671c91a52f48c838ea5f7fc23b72a87f3bb4034d | /week 6-3/Source.cpp | 59aa58a52eea925c60fcec203cc79bfe26afa131 | [] | no_license | penpitcha02/week-6-3 | 731da43bdf32560b86049123e9310533ce09df14 | e004fa8e349af283ca6634b83c01eb97823ae676 | refs/heads/master | 2022-12-17T15:44:12.969444 | 2020-09-14T11:10:17 | 2020-09-14T11:10:17 | 295,389,844 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 403 | cpp | #include <stdio.h>
int main()
{
int a, b, c;
printf("a: "); scanf_s("%d", &a);
printf("b: "); scanf_s("%d", &b);
printf("c: "); scanf_s("%d", &c);
if (a > 0 && b > 0 && c > 0)
{
a *= a;
b *= b;
c *= c;
if ((a + b == c) || (a + c == b) || (b + c == a))
{
printf("Yes");
}
else {
printf("No");
... | [
"63010709@KMITL.AC.TH"
] | 63010709@KMITL.AC.TH |
7ee6cf2a3ad01d0e567eb1dbd34fe2e1eff450f2 | 9a58ec88b54aa44156bbf9de2c6e5ec9bb3a6661 | /src/szn/array.hpp | 5eb47933b8fa2519590e96873c7a536a748e2b2a | [
"MIT"
] | permissive | TyRoXx/serialization | 284e479a88eb0fb1923fefb953b4f1b7042a1c13 | 02723b672ecd2dc974988f63d15412b2cf12bc56 | refs/heads/master | 2021-01-10T20:00:52.803259 | 2014-04-28T15:14:44 | 2014-04-28T15:14:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,576 | hpp | #ifndef SERIALIZATION_ARRAY_HPP_3AB95632_FCB4_481B_AB69_381567C9695C
#define SERIALIZATION_ARRAY_HPP_3AB95632_FCB4_481B_AB69_381567C9695C
#include <szn/util.hpp>
#include <boost/array.hpp>
#ifndef SZN_NO_CPP11
# include <array>
#endif
namespace szn
{
/// a format for fixed-length sequences of a cert... | [
"tyroxxxx@gmail.com"
] | tyroxxxx@gmail.com |
50b8d9b1d040510f89ed52ae61cc8395fdfc8001 | f6c1236939cc1ce0c5b340a0ec29fac879cbe536 | /src/problems/P1426 小鱼会有危险吗/1.cpp | 38d2971295563d656839e150571a2dae03f81eec | [] | no_license | chenyiAlone/luogu | 7a6db9da99e8d4d4de44fdce9789dbc762604ee3 | 7c856f8e649f4f8d074563d4b32631372ffe528d | refs/heads/master | 2020-05-30T15:21:38.127036 | 2019-07-14T07:00:49 | 2019-07-14T07:00:49 | 189,815,440 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,572 | cpp | /*
题目描述
有一次,小鱼要从A处沿直线往右边游,小鱼第一秒可以游7米,从第二秒开始每秒游的距离只有前一秒的98%。有个极其邪恶的猎人在距离A处右边s米的地方,安装了一个隐蔽的探测器,探测器左右x米之内是探测范围。一旦小鱼进入探测器的范围,探测器就会在这一秒结束时把信号传递给那个猎人,猎人在一秒后就要对探测器范围内的水域进行抓捕,这时如果小鱼还在这范围内就危险了。也就是说小鱼一旦进入探测器范围,如果能在下1秒的时间内马上游出探测器的范围,还是安全的。现在给出s和x的数据,请你判断小鱼会不会有危险?如果有危险输出'y',没有危险输出'n'。
//感谢黄小U饮品完善题意
输入输出格式
输入格式:
一行内输入两个实数,用空格分隔,... | [
"1193642781@qq.com"
] | 1193642781@qq.com |
fe0c6003016a8621dc5d73057a42ea020f29e456 | b162d51fb88e0725006d99dcddf97e6b6ed33557 | /core/src/SoftTimer.cpp | da961ce378c5b375b420f22b1578de7d6234951c | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | Petross404/LIO | 6da7c1b97e8c1cc5a91017ce23dd0c59d6fe56ac | 62578bdee261735afa23f7c0c8437e927425aef6 | refs/heads/master | 2022-12-04T12:09:53.118337 | 2020-08-01T10:52:38 | 2020-08-01T10:52:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,794 | cpp | #include "SoftTimer.h"
#include <thread>
#include <functional>
#include <chrono>
using namespace LIO;
using namespace std;
SoftTimer::SoftTimer():repMode(repeatMode::single),myState(state::idle),
timerThreadExitRequest(false){
promise<void> exitPromise;
timerThreadFuture=exitPromise.get_future();
thread(bin... | [
"vitez.laci@gmail.com"
] | vitez.laci@gmail.com |
a880571b1a6efc612c1750e6b22de91052519f1e | 95c0cc56717cee3f874bdcb4c4dea26099c263f7 | /src/zmq/zmqabstractnotifier.cpp | 044536ef3f7e01060c0b22db4d72833da70bc8a7 | [
"MIT"
] | permissive | scalow2/gechcoin | 9ef636d8ceff5948bf8956f5952df15ca906022b | 7ff9a68c7cb3d19a2c73ae1004fe78c6da0ea716 | refs/heads/master | 2023-02-12T14:13:34.909543 | 2021-01-11T15:20:22 | 2021-01-11T15:20:22 | 328,703,858 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 514 | cpp | // Copyright (c) 2015 The GECH Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "zmqabstractnotifier.h"
#include "util.h"
CZMQAbstractNotifier::~CZMQAbstractNotifier()
{
assert(!psocket);
}
bool CZ... | [
"gech@126.com"
] | gech@126.com |
fa4a83bc4bc0bad309ddca571a257bdc98f0321f | d09092dbe69c66e916d8dd76d677bc20776806fe | /.libs/puno_automatic_generated/inc/types/com/sun/star/util/SearchAlgorithms.hpp | bea25b12d6e2dcf5cd3b5a2c8ea156400533841f | [] | no_license | GXhua/puno | 026859fcbc7a509aa34ee857a3e64e99a4568020 | e2f8e7d645efbde5132b588678a04f70f1ae2e00 | refs/heads/master | 2020-03-22T07:35:46.570037 | 2018-07-11T02:19:26 | 2018-07-11T02:19:26 | 139,710,567 | 0 | 0 | null | 2018-07-04T11:03:58 | 2018-07-04T11:03:58 | null | UTF-8 | C++ | false | false | 1,098 | hpp | #ifndef INCLUDED_COM_SUN_STAR_UTIL_SEARCHALGORITHMS_HPP
#define INCLUDED_COM_SUN_STAR_UTIL_SEARCHALGORITHMS_HPP
#include "sal/config.h"
#include "com/sun/star/util/SearchAlgorithms.hdl"
#include "com/sun/star/uno/Type.hxx"
#include "cppu/unotype.hxx"
namespace com { namespace sun { namespace star { namespace util {... | [
"guoxinhua@10.10.12.142"
] | guoxinhua@10.10.12.142 |
ba84d0a601e91e8f126d32d514d944a62d4439b8 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/extensions/browser/notification_types.h | 4698021fea2a3127f813ea1297e5d82603e4f717 | [
"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,592 | h | // Copyright 2014 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 EXTENSIONS_BROWSER_NOTIFICATION_TYPES_H_
#define EXTENSIONS_BROWSER_NOTIFICATION_TYPES_H_
#include "content/public/browser/notification_types.h"
... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
7eba1d106cd149c873c0bd8a028115e5cc19304a | a7764174fb0351ea666faa9f3b5dfe304390a011 | /src/BinMXCAFDoc/BinMXCAFDoc.cxx | 25610ee97004e670ecb9fbb93e127dff721aad2b | [] | 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 | 2,797 | cxx | // File: BinMXCAFDoc.cxx
// Created: Mon Apr 18 17:45:27 2005
// Author: Eugeny NAPALKOV <eugeny.napalkov@opencascade.com>
// Copyright: Open CasCade S.A. 2005
#include <BinMXCAFDoc.ixx>
#include <BinMXCAFDoc_AreaDriver.hxx>
#include <BinMXCAFDoc_CentroidDriver.hxx>
#include <BinMXCAFDoc_ColorDriver.hxx>
... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
2a1e86abacabaf337803ca81942a5b53d8a99571 | 85c50c7c6999c4f5c754459e1193bd5e05e6b67f | /tty_attacher.cpp | b2c52eb31e0b5ad3bab51b5f7735ecf011ffdfbf | [
"MIT"
] | permissive | dany74q/sshpassten | 89f5bbbfb23051effd306fba57fe613806511375 | ababf73f3a22cd81f99b67565696e0523115d187 | refs/heads/master | 2020-03-27T06:38:35.897533 | 2018-08-26T22:47:15 | 2018-08-26T22:47:15 | 146,122,951 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 597 | cpp | #include "tty_attacher.hpp"
#include "utils.hpp"
#include <unistd.h>
#include <fcntl.h>
namespace sshpassten {
namespace detail {
inline namespace v1 {
void TTYAttacher::attachTo(const std::string& ttyPath) {
// This creates a new session, making the current process the session leader, process-group leader,
/... | [
"dany74q@gmail.com"
] | dany74q@gmail.com |
0f59361dd6d90afb5c76fee7951b83c0385747c1 | ad822f849322c5dcad78d609f28259031a96c98e | /SDK/ExoticResources_classes.h | c99e386f6d1f4c99db1a22d5217f72d7fd2a9763 | [] | no_license | zH4x-SDK/zAstroneer-SDK | 1cdc9c51b60be619202c0258a0dd66bf96898ac4 | 35047f506eaef251a161792fcd2ddd24fe446050 | refs/heads/main | 2023-07-24T08:20:55.346698 | 2021-08-27T13:33:33 | 2021-08-27T13:33:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 633 | h | #pragma once
// Name: Astroneer-SDK, Version: 1.0.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass Exotic... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
fdf8f3433730bce9e5340b6142306bc257b5692a | f8679bf8a695d31572f441e57502d72930ab2f6d | /offline/packages/trackreco/ALICEKF.h | 45cb89d76b5c306a229907bc757067b252e77c99 | [] | no_license | cipriangal/coresoftware | c6790460bfe5fe8d99200daed9e1dbdfec1352a5 | 7021d0505923823ddde00263c53252214a464b51 | refs/heads/master | 2023-03-29T20:36:48.883411 | 2021-04-02T01:10:32 | 2021-04-02T01:10:32 | 260,228,097 | 0 | 0 | null | 2020-04-30T14:04:53 | 2020-04-30T14:04:52 | null | UTF-8 | C++ | false | false | 1,555 | h | #ifndef ALICEKF_H
#define ALICEKF_H
#include <trackbase_historic/SvtxTrack_v1.h>
#include <trackbase/TrkrDefs.h>
#include <trackbase/TrkrClusterContainer.h>
#include <phfield/PHField.h>
#include <phfield/PHFieldUtility.h>
#include <Eigen/Core>
#include <Eigen/Dense>
#include <vector>
#include <string>
#include <util... | [
"mjpeters@mit.edu"
] | mjpeters@mit.edu |
c086b468ccf049c33b2cbc0770bf14cc69776305 | 20c9c11b8400c6605d869c84e69c41c5faa3f260 | /blmarket/2013/kriiicpc/template.cpp | f2c809aead53604ce699f11c3debe730fa061d30 | [] | no_license | blmarket/icpc | 312ea2c667ec08d16864c1faa6fe75d3864dedbe | febfc2b758b7a4a4d6e5a6f05d24e3a964a3213a | refs/heads/master | 2021-07-23T20:20:19.780664 | 2021-05-15T13:39:04 | 2021-05-15T13:39:04 | 4,029,598 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 705 | cpp | #include <iostream>
#include <algorithm>
#include <cstring>
#include <cstdio>
#include <sstream>
#include <numeric>
#include <iterator>
#include <queue>
#include <set>
#include <map>
#include <vector>
#define mp make_pair
#define pb push_back
#define sqr(x) ((x)*(x))
#define foreach(it,c) for(typeof((c).begin()) it = ... | [
"blmarket@gmail.com"
] | blmarket@gmail.com |
c78cc8088fde9dd631bf0ab5d70ec08f8ed27786 | c5718f09a6e4e7fe8ed375981bbab7693817302f | /Classes/Level/Rider/BikeAudio.cpp | 6df89f995c1b01d0357f17d3fd27a6d9950b5a1e | [] | no_license | ryanmcbride/CrashTestMonkeys | 3ef3d4917b8d829005fb9b5c991970e86d282be8 | 236317741c7e769cb43da56cd52ec2681d12aeff | refs/heads/master | 2016-09-06T18:51:47.699575 | 2013-10-01T03:17:03 | 2013-10-01T03:17:03 | 10,875,817 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 18,423 | cpp | /*
* Vehicle.cpp
* CTM
*
* Created by Ryan McBride on 2/5/11.
* Copyright 2011 __MyCompanyName__. All rights reserved.
*
*/
#include "Box2D.h"
#include "SimpleAudioEngine.h"
#include "Rider.h"
#include "BikeAudio.h"
#include "../../FrontEnd/SaveLoad.h"
USING_NS_CC;
using namespace CocosDenshion;
#if (CC_TA... | [
"administrator@Ryans-iMac-2.local"
] | administrator@Ryans-iMac-2.local |
edeae713fde17f9bfd7cccf7b3641e798a5b8903 | 86609148aee683f1a2f92f9ab5c073b4c29380e4 | /utils/dnp3_src/cpp/libs/src/opendnp3/outstation/EventWriter.h | ff8a0bf983b1f1b687e9fce37bb6d2332955ac69 | [
"Apache-2.0"
] | permissive | thiagoralves/OpenPLC_v3 | 16ba73585ab6b4aff7fb3e0f6388cf31f7aa2fce | cf139121bc15cb960a8fad62c02f34532b36a7c7 | refs/heads/master | 2023-08-07T06:55:19.533734 | 2023-07-19T15:33:35 | 2023-07-19T15:33:35 | 137,387,519 | 817 | 370 | null | 2023-09-14T03:09:01 | 2018-06-14T17:15:49 | C++ | UTF-8 | C++ | false | false | 6,165 | h | /*
* Licensed to Green Energy Corp (www.greenenergycorp.com) under one or
* more contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright ownership.
* Green Energy Corp licenses this file to you under the Apache License,
* Version 2.0 (the "Lic... | [
"thiagoralves@gmail.com"
] | thiagoralves@gmail.com |
10621699a732c58b5b45d45cf34d9a55f00143d8 | dbe63a279c38a526333078c1115a72cfb2361ad5 | /BOJ/탐색/이분 탐색(Binary Search)/8983_사냥꾼.cpp | bcb9cc02dea45e054a92d0086a82e387a2b7388b | [] | no_license | vividswan/Algorithm | a44be0e7f3825f4328253938625920cfc0292b36 | 5a71e7c2a217ef5d47f5dfa711559f9a83c6cf69 | refs/heads/master | 2023-09-01T07:56:25.193571 | 2023-07-30T11:18:15 | 2023-07-30T11:18:15 | 207,740,964 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 718 | cpp | #include <iostream>
#include <algorithm>
using namespace std;
long long m, n, l, arr[100001], res;
int main(void) {
scanf("%lld %lld %lld", &m, &n, &l);
for (int i = 0; i < m; i++) {
long long x;
scanf("%lld", &x);
arr[i] = x;
}
sort(arr, arr + m);
for (int i = 0; i < n; i++) {
long long x, y;
scanf("%ll... | [
"vividswan@naver.com"
] | vividswan@naver.com |
3b0a540c7150a1d84c03ba4c2a3efa0b793d568d | 0b71368533d0d7dc2ab0bf82b9ebec8f7920b0c8 | /src/knobs.cpp | 069a8ac5b9b3d37ec4984f3448c758fe94cc5b92 | [
"MIT"
] | permissive | carloop/knob_controller | 620da7cc2728e24caa8359c9cd1092837f42d063 | 3d42e4d4e6421d754092da8fe8cc6742d559dd4e | refs/heads/master | 2021-01-18T03:25:12.160932 | 2016-09-25T16:22:12 | 2016-09-25T16:22:12 | 68,562,080 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,972 | cpp | /* Transmit the value of some knobs connected to the Carloop as CAN messages
*/
#include "application.h"
#include "carloop.h"
SYSTEM_THREAD(ENABLED);
void setupKnobs();
void readKnobs();
void readKnob(unsigned i);
void normalizeKnob(unsigned i);
void printKnobs();
void transmitCAN();
Carloop<CarloopRevision2> carl... | [
"jvanier@gmail.com"
] | jvanier@gmail.com |
35f6ca9c6f9cada598c232b65179a4ee51c2a7b5 | 045021ea2e02919fb7617dd08890665a2579aa9a | /Divide&Conquer/6549 히스토그램에서 가장 큰 직사각형/ckw_cpp.cpp | 4e5e67420fcc4c96166ca8a20f6d854e2bc0a240 | [] | no_license | LnC-Study/Acmicpc-net | 258b3c0bc13a370dd5c84d38ba9fc1fb28fd0415 | 1d27cf13f9b11188e9cee9bae15b21c69e1c13f5 | refs/heads/master | 2021-06-21T10:19:17.741283 | 2021-01-24T14:13:06 | 2021-01-24T14:13:06 | 164,632,228 | 8 | 2 | null | 2019-09-01T08:08:41 | 2019-01-08T11:14:57 | C++ | UTF-8 | C++ | false | false | 1,511 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <vector>
#include <algorithm>
using namespace std;
vector<long long> histogram;
long long max_rectangle(int start, int end) {
if (start == end)
return histogram[start];
long long ret = 0;
int mid = (start + end) / 2;
ret = max(ret,... | [
"root@DESKTOP-EI278HI.localdomain"
] | root@DESKTOP-EI278HI.localdomain |
faf49f5d62b5f40833e1bb2371d29017213e6c1c | 66680ad28264fc9cd04f13f15ff91256401f5b23 | /2Kprog/funzioni.hpp | 79faf28380ed2e0b19c16e146211275b1e16e483 | [] | no_license | crysth/thesis | 79c8a782d1d3fda2afdafc5163a2571b61694e10 | 06270cc80e4d9a633f026eebe6179ece83a9c595 | refs/heads/master | 2021-01-11T11:51:21.726039 | 2016-12-17T14:32:55 | 2016-12-17T14:32:55 | 76,727,633 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,678 | hpp | /*--------------------------------------------------------------------
funzioni.hpp
Definizione di alcune funzioni che vengono utilizzate
all'interno del programma.
- quicksort permette di ordinare un vettore di size_t
accoppiato a un altro vettore, mantenendo la relazione
di coppia invariata.
- runt... | [
"mariacristina.romano@hotmail.it"
] | mariacristina.romano@hotmail.it |
9e3fff7886938dcb7a16e345636e1e604b1f7a81 | 89dedd7f3c7acc81d12e2bcb2e716f9af9e5fa04 | /third_party/WebKit/Source/core/workers/WorkerNavigator.h | b11fdb476f6a49d5a83f5366d369ea29ddac9e65 | [
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-only",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft"
] | permissive | bino7/chromium | 8d26f84a1b6e38a73d1b97fea6057c634eff68cb | 4666a6bb6fdcb1114afecf77bdaa239d9787b752 | refs/heads/master | 2022-12-22T14:31:53.913081 | 2016-09-06T10:05:11 | 2016-09-06T10:05:11 | 67,410,510 | 1 | 3 | BSD-3-Clause | 2022-12-17T03:08:52 | 2016-09-05T10:11:59 | null | UTF-8 | C++ | false | false | 2,334 | h | /*
* Copyright (C) 2008 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 conditions a... | [
"bino.zh@gmail.com"
] | bino.zh@gmail.com |
17769d14867f273154eee196e132a83957c2fc31 | b72e95e52b64b918fdfd780dbb248db6a72df839 | /SDK/PUBG_P_VehicleDrive_Dirt_BP_functions.cpp | a0b7d98c6b5470152e4a96ceedca49ee7d39776c | [] | no_license | Vukkk/PUBG-SDK | 93b2f42ddb47f75a9ad721a05e9a5c1ec1e728ba | 3a986d2f5d35f3ed82c8b03533ed391a0a31dd4c | refs/heads/master | 2021-01-01T20:03:33.549682 | 2017-07-28T16:19:46 | 2017-07-28T16:19:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,072 | cpp | // PLAYERUNKNOWN BattleGrounds (2.4.22) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace Classes
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Function P_... | [
"pubgsdk@gmail.com"
] | pubgsdk@gmail.com |
c645aa6b2913cd3aab40c0313930ada986494450 | 5307d5d3d3760240358ad73529723fe9c7411b07 | /src/rpc/blockchain.h | 606d8796ffddc6d64eb62245983d12f8d3f62347 | [
"MIT"
] | permissive | cruro/cruro | b75d4900c760c40d9641c3355350e9ed56723f84 | 80aa93365db5e6653bb8235fb61914ee4aa087e8 | refs/heads/master | 2020-06-18T10:31:58.958195 | 2019-07-12T14:39:43 | 2019-07-12T14:39:43 | 196,270,857 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,580 | h | // Copyright (c) 2017-2018 The Cruro Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_RPC_BLOCKCHAIN_H
#define BITCOIN_RPC_BLOCKCHAIN_H
#include <amount.h>
#include <sync.h>
#include <stdint.h>
#... | [
"“doctordeep@protonmail.com”"
] | “doctordeep@protonmail.com” |
1d4d9fd19f49b3a3155d8c03b8453592d54b4db6 | b77e257d3e18c7b855fd0f65e4381b93f9f737ff | /Assignment 4/Assignment 4.cpp | 6c70c2e5e7d576517c5d229d907c2938371a691e | [] | no_license | bb511/OOPcpp | 8d8ea00aa7aff699c75fb35e0e4c3e54e4ba093d | 41a9da7b70f72fd65e0809c5a46198f73900f254 | refs/heads/master | 2022-01-11T20:07:04.380388 | 2019-05-14T00:09:20 | 2019-05-14T00:09:20 | 168,223,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,750 | cpp | /*
Title: Assignment 4: A Class for Galaxies
Author: Patrick Odagiu
This simple program does blah.
*/
#include <iostream>
#include <vector>
#include <string>
#include <cstring>
#include <tuple>
#include <algorithm>
#include "Galaxy.h"
#include "Checks.h"
#include "Menu.h"
using namespace std;
void galaxy::printGala... | [
"patrickodagiu@gmail.com"
] | patrickodagiu@gmail.com |
71117c05f6c5e0b9a78bbb2b57ccdc619438afa6 | 961714d4298245d9c762e59c716c070643af2213 | /ThirdParty-mod/java2cpp/org/apache/http/conn/HttpHostConnectException.hpp | 0bad65f2502cac75d5f30606f0d9d3690cef8e23 | [
"MIT"
] | permissive | blockspacer/HQEngine | b072ff13d2c1373816b40c29edbe4b869b4c69b1 | 8125b290afa7c62db6cc6eac14e964d8138c7fd0 | refs/heads/master | 2023-04-22T06:11:44.953694 | 2018-10-02T15:24:43 | 2018-10-02T15:24:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,484 | hpp | /*================================================================================
code generated by: java2cpp
author: Zoran Angelov, mailto://baldzar@gmail.com
class: org.apache.http.conn.HttpHostConnectException
================================================================================*/
#ifndef ... | [
"le.hoang.q@gmail.com@2e56ffda-155b-7872-b1f3-609f5c043f28"
] | le.hoang.q@gmail.com@2e56ffda-155b-7872-b1f3-609f5c043f28 |
877c6f0e48db95a5ff3696f23ae2aa6a66d95920 | 5945ee81d8af2a8a8f180bd00f97650f7d6d50d1 | /ttt.cpp | acb4fe893b5d0ca6a18fa8591da06bd9b2856bf9 | [] | no_license | radikru96/TTT | 285480302bbe64b78ee150a28780324b130f415c | b9bfa7880b296580724aa1e951e8bd9268d41fd8 | refs/heads/master | 2022-12-11T22:55:41.672944 | 2020-09-09T22:00:37 | 2020-09-09T22:00:37 | 294,230,346 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 446 | cpp | #include <iostream>
using namespace std;
#include "ttt.h"
int main()
{
Clear_board(board,SIZE);
game = 'X';
step=0;
while (Over(board)==' '&&step<9)
{
Command(board,game,SIZE);
Change_game(game);
++step;
cout << "Step-" << step << endl;
}
Show_board(board... | [
"user@LinJesUxUs.localdomain"
] | user@LinJesUxUs.localdomain |
e26cdd59077756772b1504650ff237f490b6fda4 | 74ba8472712d0fb18a108dc38e82e7ccfa84cd79 | /src/httpserver.h | 384267dcf10c1c25c26af91995226f0fa21cb808 | [
"MIT"
] | permissive | claritydevs/clarity | d96237b282923bd004b8a2cc5edea4cab42327e2 | d1dd28384f4b3491164f519f62e93d963e960333 | refs/heads/master | 2020-04-18T13:18:34.146577 | 2019-01-27T15:28:59 | 2019-01-27T15:28:59 | 167,558,980 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,094 | h | // Copyright (c) 2015 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 CLARITY_HTTPSERVER_H
#define CLARITY_HTTPSERVER_H
#include <string>
#include <stdint.h>
#include <boost/thread.hpp>
#incl... | [
"claritydevs@protonmail.com"
] | claritydevs@protonmail.com |
a7c2d371a8662864421098ac237ce6d3c4331ef9 | a96b15c6a02225d27ac68a7ed5f8a46bddb67544 | /SetGame/Application.hpp | 76fef5eec3e63653410a8dbaf3329aa344342995 | [] | no_license | joelverhagen/Gaza-2D-Game-Engine | 0dca1549664ff644f61fe0ca45ea6efcbad54591 | a3fe5a93e5d21a93adcbd57c67c888388b402938 | refs/heads/master | 2020-05-15T05:08:38.412819 | 2011-04-03T22:22:01 | 2011-04-03T22:22:01 | 1,519,417 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 511 | hpp | #ifndef APPLICATION_HPP
#define APPLICATION_HPP
#include "Common.hpp"
#include "GazaApplication.hpp"
#include "GazaFrameSheet.hpp"
#include "GazaImageManager.hpp"
#include "GazaLogger.hpp"
#include "GameState.hpp"
#include "CardFrameSheetGenerator.hpp"
class Application : public Gaza::Application
{
p... | [
"joel.verhagen@gmail.com"
] | joel.verhagen@gmail.com |
d6f83895939b24814da6fd18e4d68a79a1a80758 | 296ad04c65c888b05c4760a975d904ba09984bec | /Codeforces/464/C.cpp | 9ecc344529f83b33c7822ee6c4cdcb068c20877a | [] | no_license | Uditgulati/CpCodes | daf44f19b958fdeee63ed3ae4674ec16ffddc5f5 | 44067672892fe19d2c21826483a5dc8488e7b53b | refs/heads/master | 2021-01-20T16:58:42.432995 | 2018-08-31T14:41:10 | 2018-08-31T14:41:10 | 82,847,473 | 9 | 9 | null | 2020-10-01T16:38:26 | 2017-02-22T20:06:59 | C++ | UTF-8 | C++ | false | false | 858 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int siz = 1e5 + 10;
const ll modu = 1e9 + 7;
int main() {
int n;
scanf("%d", &n);
ll arr[n];
for(int i = 0; i < n; i++)
scanf("%lld", &arr[i]);
int s, f;
scanf("%d%d", &s, &f);
ll pre[n], post[n];
ll sum1 = 0, sum2 = 0;
for(int i = 0;... | [
"uditgulati0@gmail.com"
] | uditgulati0@gmail.com |
65623520062752a470289add810fab8dec640443 | 06e6ae07a943301309afd5eb56d5f94834b1b540 | /src/CacheClient.cpp | b9fb80f1ec67f0c2bf09abe75aaec2bb529ec578 | [] | no_license | desion/zkcl | 89116155b7077d4d88a71d23bed5bee09e1ba6b5 | 9d3a4190f6fa3a62aeb8f66c4aaad35f6203f777 | refs/heads/master | 2021-01-10T20:31:55.800234 | 2014-03-06T15:01:38 | 2014-03-06T15:01:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,525 | cpp | #include "utils.h"
#include "configuration.h"
#include "log.h"
using namespace std;
using namespace boost;
using namespace apache::thrift;
using namespace apache::thrift::protocol;
using namespace apache::thrift::transport;
#define CLIENT_VERSION "1.0"
#define DEBUG 1
#define CACHE_SIZE 102400
Json::Reader reader;
Json... | [
"root@i-31nn5uml.pek1.qingcloud.com"
] | root@i-31nn5uml.pek1.qingcloud.com |
6ff45b80998c2938e1119fabedb9753cef080c61 | a98c0ec02f0dbd7a41b38b90214ea5dcf02271ad | /hw40.cpp | cb248d9cd69097bbaa324f215c1a65df451318d7 | [] | no_license | tks2807/practice1 | 0c58f614a6400788979e4a3c3c773a65d0db5a8e | 7850b8a3ec72af0cc685be0f0c9accefe28b5e71 | refs/heads/master | 2020-09-13T02:17:10.328539 | 2019-11-22T06:54:23 | 2019-11-22T06:54:23 | 222,631,204 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 167 | cpp | #include <iostream>
#include <cmath>
using namespace std;
int main() {
double x;
cin>>x;
if (-10<x && x<10){
cout<<x+5;
}
else {
cout<<x-10;
}
return 0;
}
| [
"toxambayev2807@gmail.com"
] | toxambayev2807@gmail.com |
cd8bbc7d82b8382591b0b62a8931ec69b81d9fba | a3a45403753957632ff88f3c52df20563c3a6708 | /module_2/error2.cpp | e45d301d0e5e19a5b14a3e8d12c9bfc0a9e2cbbe | [] | no_license | BosnaZmaj/cpeg_676 | 9ea010231e2fb58b6a9dce9de5bb879b8598d722 | 040fff129738f054ce320425ba23eb9dfe458f30 | refs/heads/master | 2022-07-11T01:08:40.084292 | 2020-05-14T19:33:08 | 2020-05-14T19:33:08 | 256,377,852 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 212 | cpp | //
// Created by BosnaZmaj on 4/23/2020.
//
#include <iostream>
#include <cstdlib>
using namespace std;
int main(){
int* x = (int*) malloc(32);
x[0] = 23;
cout << x[0] << endl;
return 0;
} | [
"indysubasic@gmail.com"
] | indysubasic@gmail.com |
7dee8ab932a7b8a2e18868149e029f18320e1018 | 97e6a86106c611ccaa4724c7f2b0a03da7bbcdd3 | /server/common/gen_rpc/com.cpp | 70eb9ce613464193556039ec9c63fb68f80ab7be | [] | no_license | daxingyou/mlbb | 69ac11a7cc5928a82de10163e8c454bc5c24bb78 | f2d1cba16f7800a2d2914f87bb42ea5ed45f42a1 | refs/heads/master | 2022-02-26T12:01:03.782205 | 2019-09-02T06:26:02 | 2019-09-02T06:26:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 69,760 | cpp | /* arpcc auto generated cpp file. */
#include "FieldMask.h"
#include "com.h"
//=============================================================
static void initFuncMajorVersion(EnumInfo* e)
{
e->items_.push_back("Major_0");
e->items_.push_back("MajorNumber");
}
EnumInfo enumMajorVersion("MajorVersion", initFuncMajorVe... | [
"heycylc@icloud.com"
] | heycylc@icloud.com |
4b3868b58f4a0a69dcaf2e59140ad0e6859229d0 | d03bf3b5db60d6b2e9183f3072a638dfdb3b24b9 | /PLCSim2016/PLC.cpp | 273c5aae18a429b9f362340c53863751b8e26421 | [] | no_license | gnh1201/plcsim2016 | 1708536e0c85558540e58b2b032f15060b31fb04 | 572f2bfccbcb4dac439ace6b1e56ff4a027fd71e | refs/heads/master | 2022-12-22T23:07:41.229102 | 2022-11-25T16:13:37 | 2022-11-25T16:13:37 | 64,678,021 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,947 | cpp | // PLC.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "PLC.h"
#include "PLCDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CPLCApp
BEGIN_MES... | [
"gnh1201@gmail.com"
] | gnh1201@gmail.com |
5eb2dd1381abcb2b295654e071f2bb36aa1d42be | 02c9046641c6b26edaefcf60533a20a536f657ea | /剑指Office二刷/面试题19-正则表达式匹配.cpp | 1686c0539d2b171bfb544fff5ea56818b67bce34 | [] | no_license | Sumelt/Daily-Coding | ed6512c0a50c6f1ca13a5b5b05cdb2c1952bc1ee | 532b319dcec7627f94b61bfad175287612cea88b | refs/heads/master | 2021-07-13T01:19:52.358604 | 2020-05-31T09:42:02 | 2020-05-31T09:42:02 | 148,486,920 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,736 | cpp | /*----------------------------------------------------------------
* @Author: Su
* @Description:
* @Creath Date:
----------------------------------------------------------------*/
#include <iostream>
#include <vector>
#include <cassert>
using namespace std;
class Solution {
private:
const char END = '\0';
boo... | [
"40728261+Sumelt@users.noreply.github.com"
] | 40728261+Sumelt@users.noreply.github.com |
76692cfd622fa79f410f4b57122f284708b445ec | 1b12e6096c47312b67fa6ff223216945d2efb70c | /sandbox/qt/pixmaps/imgfilter/imgfilter.h | 40bab36a0823675263f7eccdaf3624ecdc9ff92c | [
"Apache-2.0"
] | permissive | rboman/progs | 6e3535bc40f78d692f1f63b1a43193deb60d8d24 | 03eea35771e37d4b3111502c002e74014ec65dc3 | refs/heads/master | 2023-09-02T17:12:18.272518 | 2023-08-31T15:40:04 | 2023-08-31T15:40:04 | 32,989,349 | 5 | 2 | Apache-2.0 | 2022-06-22T10:58:38 | 2015-03-27T14:04:01 | MATLAB | UTF-8 | C++ | false | false | 6,484 | h | // Copyright 2019 Romain Boman
//
// 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 ... | [
"romain.boman@gmail.com"
] | romain.boman@gmail.com |
1531074409b1ee765b1087e66964d9374836de1c | ae81fa0bf375bef3c632eae0b673e0b78e17af1d | /Intermediate/Build/Win64/UE4/Inc/SavgaProject/SaveGameData.gen.cpp | 9e58b7adb13b11b71d8d9baf978f95bef1ce1e55 | [
"CC0-1.0"
] | permissive | cagataysarioglu/SavgaProject | d666c396a894eb2059baa2a8d5521a9f8b840b5f | 9da7119c010b2fdb632bbc8816cedf42b4e509e5 | refs/heads/main | 2023-05-01T21:03:41.729185 | 2021-05-23T15:42:37 | 2021-05-23T15:42:37 | 349,444,031 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,198 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
========================================================================... | [
"sarioglucagatay@gmail.com"
] | sarioglucagatay@gmail.com |
3f273e72e66ff966c0c176213a7933110456b23b | 02ebedcfd6b717648b3fd40fb9cb4990da83c9b2 | /cf/edu47/c.cpp | 090bf1d5e02342e7678e9e3c60ce776f3bcad425 | [] | no_license | RandomVar/ACM | 22570363b0b2a02be8113f3f659d443975bdd2e2 | 1f3c765c88bf5d52c58bde139887d2a98ee88c51 | refs/heads/master | 2021-06-27T12:29:37.456528 | 2019-04-30T02:03:01 | 2019-04-30T02:03:01 | 144,880,431 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,150 | cpp | #include<cstdio>
#include<iostream>
#include<queue>
#include<stack>
#include<cmath>
#include<cstring>
#include<string>
#include<map>
#include<sstream>
#include<algorithm>
#define pb(x) push_back(x)
#define fir first
#define sec second
#define mem(a,x) memset(a,x,sizeof(a))
typedef long long ll;
using namespace std;
con... | [
"1035909127@qq.com"
] | 1035909127@qq.com |
3fe14fdd7a762b5c0e0f3ab64116d8ef434fea05 | 8cc50f8a0d4b031a1f33f4257170cac3b24068df | /Data-Structures/Solutions/Diameter-Of-Tree.cpp | 1e4b455d57f773761379f165f8c05f920ccf4cab | [] | no_license | ravikeshri/Competitive-Programming | beea789036160697cbf0cb50ef6a86676acb11e3 | a4a9b844bb3966cd202963ddb027521a83b2837f | refs/heads/master | 2023-02-10T10:32:46.358840 | 2021-01-09T10:32:19 | 2021-01-09T10:32:19 | 255,426,354 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,101 | cpp | #include<iostream>
#include<cstring>
#include<vector>
#include<queue>
#include<climits>
#include<algorithm>
#define MAX 100005
#define ll long long
using namespace std;
int diameter[MAX];
bool visited[MAX];
int node; // farthest node from source
int max_height; // max height
void resetBFS() {
memset(visited, f... | [
"61163354+ravikeshri@users.noreply.github.com"
] | 61163354+ravikeshri@users.noreply.github.com |
2cce71acd5e3eaf370c8628304944f4a21817a06 | 6b29271fd614128208a5fecf542c086867986cbe | /test/main.cpp | 85de49dda80db19d5595708ae8e29d5bd061902c | [] | no_license | PPakalns/grafika | 0976fd8b540544bc80007d623d7f0e8980e5abe4 | 5ffb51666637d138c94495507ba7aa9cfc96eb0f | refs/heads/master | 2020-03-28T14:46:41.335197 | 2018-12-10T06:34:20 | 2018-12-10T06:34:20 | 148,521,687 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 337 | cpp | #include <core/Utility.h>
int safe_main(int argc, char** argv )
{
cv::Mat image = core::ReadImage(argc, argv);
namedWindow("Display Image", cv::WINDOW_AUTOSIZE);
imshow("Display Image", image);
cv::waitKey(0);
return 0;
}
int main(int argc, char** argv)
{
return core::CatchExceptions(safe_main... | [
"peterispakalns@gmail.com"
] | peterispakalns@gmail.com |
2772b350d4002b49f88a62f7ec113f6b83b4d931 | 492976adfdf031252c85de91a185bfd625738a0c | /src/Game/AI/Action/actionDgnObj_DLC_CogWheel_Reject.h | 73a1494bfcca32ac438587c049d1da3a1e376c4a | [] | no_license | zeldaret/botw | 50ccb72c6d3969c0b067168f6f9124665a7f7590 | fd527f92164b8efdb746cffcf23c4f033fbffa76 | refs/heads/master | 2023-07-21T13:12:24.107437 | 2023-07-01T20:29:40 | 2023-07-01T20:29:40 | 288,736,599 | 1,350 | 117 | null | 2023-09-03T14:45:38 | 2020-08-19T13:16:30 | C++ | UTF-8 | C++ | false | false | 587 | h | #pragma once
#include "KingSystem/ActorSystem/actAiAction.h"
namespace uking::action {
class DgnObj_DLC_CogWheel_Reject : public ksys::act::ai::Action {
SEAD_RTTI_OVERRIDE(DgnObj_DLC_CogWheel_Reject, ksys::act::ai::Action)
public:
explicit DgnObj_DLC_CogWheel_Reject(const InitArg& arg);
~DgnObj_DLC_CogWh... | [
"leo@leolam.fr"
] | leo@leolam.fr |
82e370de5f934cdb605de19f940aa0052bbcd9d7 | 68f017539ff0dbe04fbaa1af61e2825f11192cc3 | /include/Net/Util/HTTPUtil.h | 2702e5744e59859b877d99d9a12c083e3a9b74c8 | [
"MIT"
] | permissive | corymonroe/GrinPlusPlus | e8cd51add8ab74290ea6ed341c592c791524e8ea | bfdcbbcd65872f08270fc3084992eefea234b05e | refs/heads/master | 2020-12-15T19:22:28.016386 | 2020-01-16T09:33:20 | 2020-01-16T09:33:20 | 235,227,935 | 0 | 0 | MIT | 2020-01-21T00:55:15 | 2020-01-21T00:55:14 | null | UTF-8 | C++ | false | false | 6,191 | h | #pragma once
#include "civetweb/include/civetweb.h"
#include <Net/Clients/HTTP/HTTP.h>
#include <Net/Clients/HTTP/HTTPException.h>
#include <Common/Util/StringUtil.h>
#include <Core/Exceptions/DeserializationException.h>
#include <Core/Util/JsonUtil.h>
#include <json/json.h>
#include <string>
#include <optional>
cla... | [
"davidburkett38@gmail.com"
] | davidburkett38@gmail.com |
2b184278cbcb94636c989123684d2ec5fd487c64 | 6f874ccb136d411c8ec7f4faf806a108ffc76837 | /code/VCSamples/VC2008Samples/ComTypeLibfor7/freethrd/server/server.h | 0089143df028a9a2122473b0a0c8c1fdb59d1985 | [
"MIT"
] | permissive | JetAr/ZDoc | c0f97a8ad8fd1f6a40e687b886f6c25bb89b6435 | e81a3adc354ec33345e9a3303f381dcb1b02c19d | refs/heads/master | 2022-07-26T23:06:12.021611 | 2021-07-11T13:45:57 | 2021-07-11T13:45:57 | 33,112,803 | 8 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 2,827 | h | /*+==========================================================================
File: SERVER.H
Summary: Internal include file for the FRESERVE.DLL server code
sample. Contains class declarations, Resource IDs and
string macros for internal use in constructing this DLL
... | [
"126.org@gmail.com"
] | 126.org@gmail.com |
b90fd9d1ee0e60dc8212d4d969f9e5991cb6eac1 | 6787c15402e29dacf69af04aa3260a13087153e1 | /BaekJoon/q2014.cpp | 9eae9f5de5cf7b0207519917dba1cc2df36d1518 | [] | no_license | meeso/AlgoritmStudy | 90cd13afc572992cb2faba3b469cbdb8deaa8a2c | 39dfa2c89ba84f76e42e2295522a43fb7cd44955 | refs/heads/master | 2020-03-29T13:25:41.210527 | 2019-10-20T09:20:05 | 2019-10-20T09:20:05 | 149,958,570 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 853 | cpp | #include <stdio.h>
#include <queue>
#include <functional>
#include <vector>
using namespace std;
int main(){
priority_queue <unsigned long long int,
vector<unsigned long long int>,
greater <unsigned long long int>> pq;
int k, n; // k개의 소수로 만든 N번째 숫자 출력하는것이 문제
int sosu[100]; //입력 받은 소수들
unsigned long long int... | [
"whry13240@naver.com"
] | whry13240@naver.com |
50e8dbfb7c821058a240fb222235347e11e34556 | c97098b838ef5968431c716bd13f4f063412002e | /old.good/hdrc/modules/HDR_Services/FATx.h | ce4ae3574283da9066486dea32a16f23f0aecfff | [] | no_license | hackerlank/usnap | 9cc6f2969639c529cd81a4f4662e81850dd80465 | 2ab43c81c85ddb3d3aa23a15905d965d14710c2b | refs/heads/master | 2020-06-11T00:14:53.268772 | 2012-10-15T09:51:46 | 2012-10-15T09:51:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,690 | h | // FATx.h : Declaration of the CFATx
#ifndef __FATX_H_
#define __FATX_H_
#include "resource.h" // main symbols
#include "HDR_ServicesCP.h"
/////////////////////////////////////////////////////////////////////////////
// CFATx
class ATL_NO_VTABLE CFATx :
public CComObjectRootEx<CComSingleThreadModel>,
public... | [
"pub.lenik@bodz.net"
] | pub.lenik@bodz.net |
4625431d61c22f42fb16e0153f98ddbb24e263e3 | 6fb059f3680d2d41661e6f36a94451bee60b4173 | /stt2ng/include/graphbuilder.h | 5aed06a1bd15b21629389e3e694e02cbecb634c5 | [] | no_license | STT-NG/STT2NG | 0ceff41bf27326357607eaf37a79e6ab0578e93d | 6953b220c3a53f6e7bffb05d37111b6da17b5a8c | refs/heads/master | 2022-11-30T05:05:26.069149 | 2020-08-14T11:33:48 | 2020-08-14T11:33:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 697 | h | #pragma once
#include <GRNode>
#include <GRBuilder>
#include <QObject>
#include <memory>
class GraphModel;
class GraphBuilder : public QObject
{
Q_OBJECT
using GRNode = GeomRel::GRNode;
using GRBuilder = GeomRel::GRBuilder;
public:
GraphBuilder(GraphModel *model, QObject *parent = nullptr);
virtu... | [
"y.j.paetzelt@gmail.com"
] | y.j.paetzelt@gmail.com |
f12f9e9d1877548dc858e8d8b968feb121e24bb9 | df83f9ebcba0f0fb87eb58608f66924e48015b84 | /Common/inc/HI_PLAY_RingBuffer.h | c98e9a9fd77b7230c4915a510791eca654830179 | [] | no_license | smallfishincup/biyesheji | 29c02b00f93256e81968a2fdc3fe68299c043507 | 8273f3d19ecaa6b00b06b9ce73640e121c15b486 | refs/heads/master | 2021-01-02T23:07:09.289548 | 2015-05-05T23:51:33 | 2015-05-05T23:51:33 | 34,637,013 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,977 | h | // **************************************************************
// File : hi_play_ringbuffer.h
// Description : 音频缓冲类
// Author :
// Date :
// Revisions :
// **************************************************************
#if !defined(AFX_HI_PLAY_RINGBUFFER_H__B935304D_CA29_4CE9_A292_EAD05A0F4364__INCL... | [
"zhanghanupc@gmail.com"
] | zhanghanupc@gmail.com |
8d898250e19305483f2d90d3a9a087f2ac7f7cb4 | 97e4b961fa101bc637934dbe01ac93152f0850fa | /c++/CMPooltest2/CMPooltest1/PageCache.h | 8a8e5b181eae25e1dd018a1a2b57f7540a63c5a5 | [] | no_license | emmanuelfils435/C-C-_memory | b7150cfe7c2f32a481e40873a0c5b35a8426e13d | 0a6b26e2fc3b19132183161380b72c5f50ba9ca8 | refs/heads/master | 2023-03-19T20:35:32.166421 | 2020-04-30T08:00:39 | 2020-04-30T08:00:39 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 819 | h | #pragma once
#include"Common.h"
//1.page cache 是一个以页为单位的span自由链表
//2.为了保证全局只有唯一的page cache,这个类被设计成了单例模式
class PageCache
{
public:
static PageCache* GetInstance()
{
return &_inst;
}
Span* NewSpan(size_t npage);
//获取从对象到span的映射
Span* MapObjectToSpan(void* obj);
//释放空闲span回到Pagecache,合并相邻的span
void ReleaseS... | [
"1023826776@qq.com"
] | 1023826776@qq.com |
b673ed76e3c5ba66329d8e2815f07f36c9457d03 | 2336d94ed08becd1e680491fed2757964b41645e | /src/features/TemplateFilesFeatureClass.cpp | 4adca323f52ae38ea3e41d5bb295a23f507cec0a | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | adjustive/triumph4php | 1360e6110dd717717bc10a5bb09b4ca14a8c525f | 5eda79f0a9bf9bd6b5752bb66e9015cabb23f5cf | refs/heads/master | 2021-01-17T21:47:13.337615 | 2015-07-22T00:43:18 | 2015-07-22T00:43:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,943 | cpp | /**
* @copyright 2013 Roberto Perpuly
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*
* This software is released under the terms of the MIT License
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation... | [
"robertop2004@gmail.com"
] | robertop2004@gmail.com |
274bb9ecf978785c2e5004fbb9f5f94532e7e0c6 | aecf4944523b50424831f8af3debef67e3163b97 | /xr_3da/xrGame/dRay/xrGame/UIWeapon.h | f995b42833c99c47977fa017b4c26bb2618d2c5b | [] | no_license | xrLil-Batya/gitxray | bc8c905444e40c4da5d77f69d03b41d5b9cec378 | 58aaa5185f7a682b8cf5f5f376a2e5b6ca16fed4 | refs/heads/main | 2023-03-31T07:43:57.500002 | 2020-12-12T21:12:25 | 2020-12-12T21:12:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 408 | h | #ifndef __XR_UIWEAPON_H__
#define __XR_UIWEAPON_H__
#pragma once
#include "uistaticitem.h"
// refs
class CWeapon;
class CUIWeapon
{
Ivector2 position;
CUIStaticItem back;
CUIStaticItem weapon;
ref_shader cur_shader;
public:
CUIWeapon ();
virtual ~CUIWeapon ();
void Render ();... | [
"slipch@localhost"
] | slipch@localhost |
13b7142392000a7f3045d1f138b897edcb4dd366 | bb6ebff7a7f6140903d37905c350954ff6599091 | /third_party/WebKit/Source/core/rendering/RenderReplaced.h | fa20c6b9a7e1e22a43bc48ceb4a00eb40bd774c5 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LGPL-2.0-only",
"BSD-2-Clause",
"LGPL-2.1-only",
"BSD-3-Clause"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C++ | false | false | 3,806 | h | /*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* Copyright (C) 2004, 2005, 2006, 2007, 2009 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; ei... | [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
6b3f013c3c8da2e125bb9bdf051d9b77f7ab9d40 | 9bbe6ae2502a99e4472df492ac31b24cb3f1b6b1 | /GLSL_example/main.cpp | 3e5fa36205a21b2326a66cc91bc28305abbc9a5c | [] | no_license | ds282547/2018_NCTU-CG_HW2 | 7a338f04e830512d467e87962d8c4fba92d93ef6 | 4b8ff5ae8bc43023578babd491a8cd423487b10f | refs/heads/main | 2023-03-16T15:24:33.404552 | 2021-03-21T11:35:16 | 2021-03-21T11:35:16 | 349,973,324 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,775 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h> /* offsetof */
#include "../GL/glew.h"
#include "../GL/glut.h"
#include "../shader_lib/shader.h"
void init(void);
void display(void);
void reshape(int width, int height);
void keyboard(unsigned char key, int x, int y);
void id... | [
"c14026183@mail.ncku.edu.tw3"
] | c14026183@mail.ncku.edu.tw3 |
37829880a8bf41c28b7bbc3a071d3ed9b701f451 | 43e764edb96eb644c0c4c19deb04f50835e75617 | /Other_Platform_Problems/Hacker_Rank_Day_24_More_Linked_List_Duplicate_Values.cpp | 9b6673e9a63e664a6853565fa2bc91600997a056 | [] | no_license | NakulChauhan1/Data-Structure | b7800ece3f20d73af6bae8bd5ce398c44f358092 | f466defa0828b786634bdd51ba9bb2225aab1ea6 | refs/heads/master | 2021-08-15T02:12:18.932818 | 2021-08-13T09:48:56 | 2021-08-13T09:48:56 | 249,900,437 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,424 | cpp | #include <cstddef>
#include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
class Node
{
public:
int data;
Node *next;
Node(int d){
data=d;
next=NULL;
}
};
class Solution{
public:
Node* r... | [
"48352040+NakulChauhan1@users.noreply.github.com"
] | 48352040+NakulChauhan1@users.noreply.github.com |
46039f1e63bd23c4642d7290ff5d4c16a1c7530d | 867a94c4b137da3f08014854cd68cec2ca42ab78 | /Trees/BinaryTreeZigzagLeverorderTraversal.cpp | 439f200bad8b693eb8a86eec62baedc204df3e05 | [] | no_license | sakshistar/LeetcodeSolutions | 9391bdf6ebd7b4c86a75358c51f43374423a618e | 13ff8e61caf6c0bcff32a964c81060e1c28497a5 | refs/heads/master | 2022-12-29T20:13:28.083884 | 2020-10-23T13:31:01 | 2020-10-23T13:31:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,184 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
* TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l... | [
"nishantc.co.17@nsit.net.in"
] | nishantc.co.17@nsit.net.in |
97c1f1a360d822f6948da6a6f270bb2bb6b99026 | a80fb9a780318a776388767d30f2d7698c9ad747 | /run/cavityHighRe/1.7/U | b895e97a17bd8b4dfe527890383c6b10b5994354 | [] | no_license | SebastianJohansen/openFOAM | 31bef4c8437fd468e3094d510d3ff392e2ea7d94 | 59ce09358ccf3c2390450183257373292e1b72ee | refs/heads/master | 2020-03-20T09:03:31.969919 | 2018-07-02T14:31:58 | 2018-07-02T14:31:58 | 137,327,058 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,020 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5.x |
... | [
"cebastian.johansen@gmail.com"
] | cebastian.johansen@gmail.com | |
42ea241b83baf69580fea8cff76967ac1755fffd | 2b31b6a58a6677f23422a07b9aebbc0ae89e8cb0 | /libvis/src/libvis/render_window_qt_vulkan.cc | 1e3568738c0fd72ebfe221602d6d30936631d083 | [
"BSD-3-Clause"
] | permissive | SnowCarter/surfelmeshing | eef27c8d8797432f0706502e8507e45adee7323b | 5b1c8d160c1d64f5144b58309b725812d8e6e3ab | refs/heads/master | 2020-04-03T06:25:35.202401 | 2018-10-02T12:31:55 | 2018-10-02T12:31:55 | 155,074,298 | 1 | 0 | BSD-3-Clause | 2018-10-28T13:30:43 | 2018-10-28T13:30:42 | null | UTF-8 | C++ | false | false | 34,700 | cc | // Copyright 2018 ETH Zürich, Thomas Schöps
//
// 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 conditions and the follow... | [
"tom.schoeps@gmail.com"
] | tom.schoeps@gmail.com |
e407c353af34b22a0ed3db26003e9dbc41bd72e4 | 2ba32b74d75a4a51c6928017207b89b1cccabb32 | /GuiHomeStack_list.h | 1bbaf466cc5bae93a58b375152f72c9054a53858 | [
"MIT"
] | permissive | fighterkaka22/NeuTalk_mainwindow | d4cf85b3922c9dbe27e19d180f01db5774f086e2 | cec11411fb7c7b3cec0bf13152de9329d9035ad4 | refs/heads/main | 2023-07-13T09:02:19.497256 | 2021-08-27T15:40:22 | 2021-08-27T15:45:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 814 | h | #ifndef GUIHOMESTACK_LIST_H
#define GUIHOMESTACK_LIST_H
#include "GuiScrollStack.h"
#include "GlobalData.h"
class GuiHomeStack_list;
class GuiListItem;
class GuiListItem : public QWidget
{
Q_OBJECT
public:
explicit GuiListItem(UsrProfileStruct *usrProfileStruct, QWidget *parent = 0);
~GuiListItem();
void r... | [
"fightermilan22@foxmail.com"
] | fightermilan22@foxmail.com |
a2a339302794a96caca06e7a720eca1aedcf6d98 | c3869ba42919ce534216a7585931c0e0a8216955 | /upp/bazaar/TestHelpViewer/app.tpp/JointExternalTimber1_it-it.tpp | 7dc75f38a906ce88f337d7e47a4caeb24b7106e4 | [] | no_license | RanJi0128/Chromium-customization | 018c977c26a270387a2d9b3c1855a0668691b477 | 89b3550d7fc6f1b61f5e6023c293b82c521c509d | refs/heads/master | 2020-07-13T01:31:26.499121 | 2019-08-29T07:07:17 | 2019-08-29T07:07:17 | 204,954,330 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 327 | tpp | topic "";
[ $$0,0#00000000000000000000000000000000:Default]
[{_}%EN-US
[s0;=* &]
[s0;= [* GIUNTO RIGIDO A GUANCIALI ESTERNI]&]
[s0; &]
[s0;# Si tratta del classico collegamento, principalmente per taglio/momento
flettente, tra due elementi lignei tramite guanciali esterni
e bulloni/spinotti in acciaio :&]
[s0;#2 &]
... | [
"you@example.com"
] | you@example.com |
6e3f73442fc1005b37c1143cca31ddd46b89c7ba | d3e8594c73a23b723e328588cb8837cd22528431 | /reLOC-0.x/src/core/multirobot.cpp | 403bb134e528f8dd20d5a01819fde909f69a1292 | [] | no_license | zuxichen/reLOC | 9609e629f4456f5c41c6db264e6b0480643f17b7 | 4faa7e0ba21d25025234aa5fbae52cc984b5c4f8 | refs/heads/master | 2020-12-14T12:17:19.515513 | 2019-11-17T15:30:30 | 2019-11-17T15:30:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 176,762 | cpp | /*============================================================================*/
/* */
/* */
/* reLOC 0.21-robik ... | [
"pavel.surynek@seznam.cz"
] | pavel.surynek@seznam.cz |
24d63a9f2b65ee4dc4163a0b8496d948870dd0fc | e92d75b7053ce957859eff8eed11122f2709a1aa | /initial_graph.cpp | 135457e5a11f4e8604b484b31695ae3704a2ba67 | [] | no_license | buptxwli/graph | 07163a7e157e98a88aed478ced0fcc9f4b59a0e3 | 2518b9f69ee1c63cd3ef31bb00c994ca2560da47 | refs/heads/master | 2021-01-13T03:10:00.976291 | 2017-03-07T12:59:58 | 2017-03-07T12:59:58 | 77,432,361 | 0 | 1 | null | 2017-01-11T12:04:12 | 2016-12-27T06:40:26 | C++ | UTF-8 | C++ | false | false | 6,577 | cpp | #include <cstring>
#include <cmath>
#include <algorithm>
#include <vector>
#include <queue>
#include <cstdio>
using namespace std;
const int maxnum=100;
const int maxrow=100;
const int maxline=50;
const int maxtime=maxnum*maxrow*maxline;
bool graph_mark[1000];
bool mark_point[maxrow][maxline];
int step_total[maxnum];
i... | [
"buptlorraine@163.com"
] | buptlorraine@163.com |
a074f7262879f87879b5a9c1b403762f8464c564 | 0e7c1dc20191ac6a0ed00f219fc8ebb609654694 | /DeathEngine/GUI/Button.h | f2c5ac7a71912da923fe2af396cafce29f3f9e2f | [] | no_license | seblef/DeathChase | 99a061773b6541e20ab949451beb575e86d0ea7e | bb24f9adce681f3833c4c6a415c6b3beecd098b1 | refs/heads/master | 2021-08-24T11:57:19.064199 | 2017-12-09T15:57:31 | 2017-12-09T15:57:31 | 113,684,828 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,040 | h |
#ifndef _BUTTON_H_
#define _BUTTON_H_
#include "IEnvironment.h"
#include "IButton.h"
#include "../Dev/MemDebugger.h"
namespace GUI
{
class Button : public IButton
{
public:
Button(IEnvironment *pEnvironment, IElement *pParent, IEventReceiver *pUser,
uint32 dwID, Core::Rect rect, bool bNoCli... | [
"sebast.lefort@gmail.com"
] | sebast.lefort@gmail.com |
46d43beb4e4c95265c26c3c46fd073ad43d3ce1a | f1872a2fb82ceb88814ae73d8453b3b2921a2183 | /box_inspector/src/box_inspector.cpp | aa8c0001eb2adedf7e7e6c317774ed8f1979d4d9 | [] | no_license | axd481/EECS376_PS6 | 718747ef8e9fef5469810fbecd9a228296dd7c84 | 6ccdf936fa1eb40671025ce2ad4a56ae4c05561d | refs/heads/master | 2020-03-11T21:50:23.661658 | 2018-04-19T21:51:02 | 2018-04-19T21:51:02 | 130,276,104 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,287 | cpp | //box_inspector.cpp implementation of class/library
#include <box_inspector/box_inspector.h>
//#include "box_inspector_fncs.cpp" //more code, outside this file
#include "box_inspector_fncs.cpp" //more code, outside this file
BoxInspector::BoxInspector(ros::NodeHandle* nodehandle) : nh_(*nodehandle) { //constructor
/... | [
"axd481@case.edu"
] | axd481@case.edu |
04d8456391725d85880a9d1b3778e2246ae75f09 | d07b896b228b7ff06732c960bd64793af74446a7 | /headers/Bank.h | 881bae7cde3528b326ddb881667b4f2ff4f80faf | [] | no_license | ChristopherOriolt/Bank | 94e44994b46554ae9d11d0a0744d9533e6371d26 | 5582d8c9185a35f7a87d5bfb0dd4005f8c88cff0 | refs/heads/master | 2020-04-24T07:25:00.626579 | 2019-02-22T02:21:19 | 2019-02-22T02:21:19 | 171,798,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,507 | h | /////////////////////////////////////
// Data Structures Project 1
// Author: Christopher Oriolt
// 2/20/2019
/////////////////////////////////
#include "Senior.h"
#include "Adult.h"
#include "Student.h"
#include "Account.h"
#include "CheckingAccount.h"
#include "SavingsAccount.h"
#include <vector>
using namespace std... | [
"coriolt21@my.whitworth.edu"
] | coriolt21@my.whitworth.edu |
34f137ad7fa87e4d3a3e36141388b31ec2e65cd4 | 50bfeea8da2447419dcb6bb212d2d103d2dcc4fc | /completed/c++/euler15.cpp | 4ebd743635f87a7c1dba15304ea3f838196f024a | [] | no_license | spkane31/projectEuler | 89cb3024f47ec077d06814f70496f38ae1541ab1 | e92f2449099e59cf1943fdbbd1308d7c9ceba9cb | refs/heads/master | 2021-01-01T03:35:35.149634 | 2019-07-17T19:25:57 | 2019-07-17T19:25:57 | 56,004,828 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 696 | cpp | // Sean Kane
// Euler Problem 15
// Started: April 19, 2016
// Finished:
#include <iostream>
#include <cmath>
#include "universalFxns.h"
using namespace std;
int main(){
unsigned long long int grid[21][21] = {0};
grid[0][0] = 1;
for(int a = 1; a < 21; a++){
grid[0][a] = 1;
grid[a][0] = 1;
}
for(int... | [
"spkane31@gmail.com"
] | spkane31@gmail.com |
51aab5cc68aee15665db20874abfba1f9e2144d1 | ced00d9419e231b7053d3461039273198238deab | /vongxoaytunhapso.cpp | 1eff1b09d18a2cce8d4efada3acecf401a8161f2 | [] | no_license | Minato1803/My_Bullshit_Code | f9b4e951c4c6c76d023c427e83633b36087767c2 | e44dba88cb2c683674d1e9a21626c53e2fe5cb89 | refs/heads/master | 2021-06-18T14:39:12.114194 | 2021-01-20T11:48:44 | 2021-01-20T11:48:44 | 161,520,184 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,128 | cpp | #include <iostream>
using namespace std;
void vongxoay(int a[],int hang,int cot )
{ int b[hang][cot], h=hang,c=cot;
int vth=0, vtc=0, j=0;
while(vth<=(h-1)/2||vth<=2){
for(int i=vtc; i<c; i++){
b[vth][i]=a[j];
j++;//a[0][0] den a[0][6]
} //chay hang phia tren
for(int i=vth+1; i<h; i++){
... | [
"nguyenduckhai.otaku@gmail.com"
] | nguyenduckhai.otaku@gmail.com |
6ccd6befeacb4f3acf77a7c792a8a004a29146d6 | 4185c1099535893911ff0325dfd41136f03a80f0 | /11抽象工厂模式/AbstractFactory.h | 9be51fefbfd408ed2239202d75f268686a84bcfa | [] | no_license | ruan875417/DesignPattern | ec3076185f7088f279fc3b4ac1db76a365631b34 | cc2a0a9e38ee067f27e89043339eea1d248ba170 | refs/heads/master | 2021-01-23T14:05:23.700334 | 2014-11-30T02:44:15 | 2014-11-30T02:44:15 | 25,769,676 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,304 | h | #ifndef ABSTTACTFACTORY_H
#define ABSTTACTFACTORY_H
#include<iostream>
using namespace std;
//////////////////////////////////////////
//抽象产品类A,
//定义了具体产品类A统一的接口
class Linux{
public:
virtual void create()=0;
};
//抽象产品类B
//定义了具体产品类B统一的接口
class Windows{
public:
virtual void create... | [
"ruan875417@qq.com"
] | ruan875417@qq.com |
f8af0244c80ad7d3056f4ae29bb799ca955d2c75 | e63c1e59b2d1bfb5c03d7bf9178cf3b8302ce551 | /uri/uri_cpp/paradigmas/p1084.cpp | c6e6ab3ac8569054b1f64b3ec02da8bee90f2104 | [] | no_license | GabrielEstevam/icpc_contest_training | b8d97184ace8a0e13e1c0bf442baa36c853a6837 | 012796c2ceb901cf7aa25d44a93614696a7d9c58 | refs/heads/master | 2020-04-24T06:15:16.826669 | 2019-10-08T23:13:15 | 2019-10-08T23:13:15 | 171,758,893 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,001 | cpp | #include <iostream>
#include <sstream>
#include <string>
#include <stdlib.h>
#include <stdio.h>
#include <vector>
using namespace std;
int main() {
int n, d, i, j;
unsigned k;
string entry;
vector <char> input;
cin >> n;
cin >> d;
while (n != 0) {
cin >> entry;
for (k = 0... | [
"gabrielestevam@hotmail.com"
] | gabrielestevam@hotmail.com |
b54ad031f023bce744f0fd657b6284eb763ca6ab | 493ac26ce835200f4844e78d8319156eae5b21f4 | /flow_simulation/ideal_flow/processor3/0.74/nut | e0825757aa6e833589042bf2308f88d9de66cbfd | [] | no_license | mohan-padmanabha/worm_project | 46f65090b06a2659a49b77cbde3844410c978954 | 7a39f9384034e381d5f71191122457a740de3ff0 | refs/heads/master | 2022-12-14T14:41:21.237400 | 2020-08-21T13:33:10 | 2020-08-21T13:33:10 | 289,277,792 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,814 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"mohan.2611@gmail.com"
] | mohan.2611@gmail.com | |
028f0ca8dccf3123d23b43f7563a5c7d04931e2b | 7cc38b60e2429bbbf92f8bb6e4b55d91860ca227 | /models/PaymentsModel.cpp | 2b710f49aef45147e1a1ccddbc51a0511b47e402 | [] | no_license | topten2018/untitled | 565e880e71aa2e7d028c09a1565e84ceec967036 | d9e607bf024f2484401fa0e797f3994ab672cb7a | refs/heads/master | 2020-03-06T16:12:20.237389 | 2018-04-14T10:42:00 | 2018-04-14T10:42:00 | 126,969,412 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,320 | cpp | #include "models/PaymentsModel.h"
#include "Utils/AutoSaver.h"
#include "Utils/StringUtils.h"
#include "dialogs/DlgAddress.h"
#include <QMessageBox>
#include <QFile>
#include <QTextStream>
#include <QMutexLocker>
PaymentsModel::PaymentsModel(const QString filename, QObject *parent)
: QAbstractTableModel(parent)
,... | [
"zV3KT0R@gmail.com"
] | zV3KT0R@gmail.com |
a4467bbaf6b442d9cfe6ad3d0a210267d801577c | bbc61fe39037810826b481d965f295ef5a21dd36 | /src/masternode-payments.cpp | 1681b530e7bb9f67c8b236414bd44977f81061e8 | [
"MIT"
] | permissive | matthewchincy92/unionew | df7d58f39b752b1b31deb3a0917f7528e3771ef0 | 91951af8a98fb85eefa556d52cff5c1bd52a2e33 | refs/heads/master | 2021-04-03T02:53:01.283946 | 2018-10-23T04:53:45 | 2018-10-23T04:53:45 | 124,864,764 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 42,192 | cpp | // Copyright (c) 2014-2017 The Unio Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "activemasternode.h"
#include "governance-classes.h"
#include "masternode-payments.h"
#include "masternode-sync.h"
... | [
"matthew@wtech.software"
] | matthew@wtech.software |
9b89254c1be3dedee01e13f76cb3abaefa38a9fb | 012f0800c635f23d069f0c400768bc58cc1a0574 | /hhvm/hhvm-3.17/third-party/thrift/src/thrift/lib/cpp2/server/Cpp2Worker.h | 7663e7d30306e4fb776e4e1dbef0d533d5b746cd | [
"Apache-2.0",
"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 | 6,382 | h | /*
* Copyright 2014 Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
"peiqiang@huawei.com"
] | peiqiang@huawei.com |
35cbefdcc55c48c74b15cbaf5a5d88c7438ef253 | be3c35d27245654e53c47619a485ef3d0e50901d | /C++/CPPDemos/vs code/advanceCPPconcept/advanceCPPconcept/dog.h | a661e11f34712febef6e112449852d8476c3b147 | [] | no_license | zzhan08/Exercises | 9aa6a439e36222806310eef50199250353291c4d | 1be3566206ead9cc329c809c7ad1a2f03c010056 | refs/heads/main | 2023-03-03T05:52:30.539181 | 2021-02-07T20:43:03 | 2021-02-07T20:43:03 | 336,820,822 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 262 | h | #ifndef DOG
#define DOG
#include <string>
#include<iostream>
class dog {
public:
dog(std::string name) { std::cout<< name <<"dog name"<< std::endl; };
//void destroyMe() { delete this; }
private:
~dog() { std::cout << "dog destory" << std::endl; };
};
#endif | [
"zhangz@innopharmalabs.com"
] | zhangz@innopharmalabs.com |
1fe29e17b5b819e0ef76d3332a6fb8e693a206d5 | d158af22290eed3794493d0a108b783b50fbe562 | /include/xdisplay.h | 5bc1ce78bdc82b37a3baa6c763cc6a8403a77006 | [] | no_license | kozal/dt_xdemo | deac70dfe10a8cc153ad600c7d188774f88b5477 | 625f460c00e92af0ec7252b47a1a5a27604c8196 | refs/heads/master | 2021-01-01T19:41:22.955719 | 2017-08-23T17:56:20 | 2017-08-23T17:56:20 | 98,651,217 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,505 | h | #ifndef XDISPLAY_H
#define XDISPLAY_H
#include "xconfigure.h"
#include "ximage.h"
#include "XDevice.h"
#define XDISPLAY_COLOR_GRAY 0
#define XDISPLAY_COLOR_SIN 1
#define XDISPLAY_COLOR_COS 2
#define XDISPLAY_COLOR_HOT 3
#define XDISPLAY_COLOR_JET 4
class XDDraw;
struct XWindow
{
float gama;
u... | [
"omer.kozal@metu.edu.tr"
] | omer.kozal@metu.edu.tr |
c920249bb24d45df93f0535776be6cc3c0cd678a | b0add032985c446093c20b0f00b57452a1b215b5 | /ReVA_AI/src/TP2/compute_histogram.cpp | f2d95e69dd6e3d0231dc25e10f1fa4c6b610f5be | [] | no_license | Alzahra/Tp_Analyse-Image | 95efdc01515a38553b44b13bb6f5f1e5b1548d12 | 685a220dc0a6f1d5756d1f62bf09c9da47d1a0b1 | refs/heads/master | 2020-04-01T09:27:09.816450 | 2018-10-15T08:07:22 | 2018-10-15T08:07:22 | 153,075,527 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,615 | cpp | #include "compute_histogram.h"
using namespace cv;
using namespace std;
/*contient les fonctions permettant
- de calculer
- d’afficher
l’histogramme d’une image en niveaux de gris*/
//void Compute_Histogram::setImage(Mat prec)
//{
// cout<<"setImage"<<endl;
// image =prec;
//
// cout<<"fin setImage"<<end... | [
"h13003041@l-024110a018-20.local"
] | h13003041@l-024110a018-20.local |
a551659c8548d521bb5aca315f37dff820e35f3f | e2e993e83a4b766813f0f2d79acdfdd3680dafd5 | /CardGame2/CardGame2.cpp | b8a6b89840a13999a65746c2271132f87eb0135c | [] | no_license | jaconstantin/CardGames | ef97e1153fa0f47260b49b77ec4eeea1931a7472 | 6a9c527a7779b74fcefcbb75d8525c440ef2d95e | refs/heads/master | 2021-01-13T10:46:57.762438 | 2016-11-15T01:00:23 | 2016-11-15T01:00:23 | 72,382,690 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,140 | cpp | // CardGame2.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "card.h"
int main()
{
CardDeck *deck0 = new CardDeck();
deck0->show();
deck0->shuffle();
deck0->show();
cout << endl << endl << endl;
OneCard a(deck0->draw());
cout << a.getHandString() << " " << a.g... | [
"oteph113@gmail.com"
] | oteph113@gmail.com |
802530f7f5b85133af1f469ecaff91adfe7b1fb1 | 1e31ca8eded98e4ec4de4d732710b9b5bdcd531a | /week_5_ParticleDraw/src/Particle.h | 6d372bb0bf34ffa1d62750eb5e3b1fc81634a9c7 | [] | no_license | josephrmoore/moore_algo2013 | 6ac4c8c48faeccd7d76edb5ca1005ab77cb38ce6 | 493e713c7f8ccc236188386ee2b1783dc5440955 | refs/heads/master | 2021-01-23T16:35:57.861000 | 2013-12-13T23:09:06 | 2013-12-13T23:09:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 548 | h | //
// Particle.h
// SingleParticle
//
// Created by Charlie Whitney on 9/23/13.
//
//
#pragma once
#include "ofMain.h"
class Particle {
public:
Particle();
void update();
void draw(float radius, ofColor color);
void setParams( float px, float py, float vx, float vy );
void addForce( ... | [
"josephrmoore@gmail.com"
] | josephrmoore@gmail.com |
08c2e337822ff1cf0c6da76c47c35780842714e3 | f435486913aa9c997319146fa0b71479d4c09846 | /h/directlightDlg.h | bd2a16b7286a1a2203b9bf2a7b1592d53ce77767 | [] | no_license | SnowyOwl-KHY/3DStudio | a60051e211c88e7e0034ed581437ffe64c8d586f | 3323aa3db689a372d719fea3821628f9ce0fae7e | refs/heads/master | 2020-04-09T05:13:50.200929 | 2015-08-31T18:53:06 | 2015-08-31T18:53:06 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 826 | h | #pragma once
#include "afxwin.h"
// directlightDlg 对话框
class directlightDlg : public CDialog
{
DECLARE_DYNAMIC(directlightDlg)
DirectLight &light;
public:
directlightDlg(DirectLight& l, CWnd* pParent = NULL); // 标准构造函数
virtual ~directlightDlg();
// 对话框数据
enum { IDD = IDD_DIALOG_DIRECTLIGHT };
protected:
vi... | [
"kehycs@foxmail.com"
] | kehycs@foxmail.com |
8b8d818bd9ed4f80e62ae6ed2cbb2a4cfea70eb2 | d732c881b57ef5e3c8f8d105b2f2e09b86bcc3fe | /src/module-ml/VType_Conv2d.cpp | 46671d36358badfeb93c31ea014748f302836d62 | [] | no_license | gura-lang/gurax | 9180861394848fd0be1f8e60322b65a92c4c604d | d9fedbc6e10f38af62c53c1bb8a4734118d14ce4 | refs/heads/master | 2023-09-01T09:15:36.548730 | 2023-09-01T08:49:33 | 2023-09-01T08:49:33 | 160,017,455 | 10 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,385 | cpp | //==============================================================================
// VType_Conv2d.cpp
//==============================================================================
#include "stdafx.h"
Gurax_BeginModuleScope(ml)
//------------------------------------------------------------------------------
// Help
... | [
"ypsitau@nifty.com"
] | ypsitau@nifty.com |
e67de3627a3b4812d90c1e8c9686c79431c8ac00 | 21c3202b44ed91bfe46adbecf4692ab3e0252a2e | /Project2_Baseball_sprint3/tripplannerwindow.cpp | b68de0871d4a91533b975182a0d9042968553f5c | [] | no_license | afrederick89/Projects | 3c2d7cbbd8973fc808c9cb371f23ca9929995ff3 | 7798e8ee07e836131a99e9022e527a0750a8f877 | refs/heads/master | 2022-03-10T17:25:50.913005 | 2019-11-02T00:44:02 | 2019-11-02T00:44:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,881 | cpp | #include "tripplannerwindow.h"
#include "ui_tripplannerwindow.h"
#include <QAbstractItemView>
#include <QMessageBox>
#include "draggablelistmodel.h"
#include <QQueue>
#include "mainmenu.h"
#include <QRegExp>
TripPlannerWindow::TripPlannerWindow(QWidget *parent) :
QWidget(parent),
ui(new Ui::TripPlannerWindow)
... | [
"flocka89@users.noreply.github.com"
] | flocka89@users.noreply.github.com |
acf10a90d2d5eadc89d7448b9b57324f7beac592 | 81d46ffe3d0489af96ef47e9ad253073ccfc0751 | /juce_patches/src/patches.cpp | bb688ee8a9c1be10af61573286c615011cff0339 | [] | no_license | jzrake/patches | fdadee9468fe1f843026db8d5c231cf5938f37df | 73110e5a797e816b2b3d79d1990b2bf4b50c5374 | refs/heads/master | 2020-04-10T11:02:53.075157 | 2019-02-05T21:54:30 | 2019-02-05T21:54:30 | 160,982,366 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,629 | cpp | #include <ostream>
#include <vector>
#include <map>
#include "patches.hpp"
using namespace patches2d;
// ============================================================================
std::string patches2d::to_string(MeshLocation location)
{
switch (location)
{
case MeshLocation::vert: return "vert";... | [
"jonathan.zrake@gmail.com"
] | jonathan.zrake@gmail.com |
90183ab7690fab869dab6725eff6cf1b7c40b14b | 64e4fabf9b43b6b02b14b9df7e1751732b30ad38 | /src/chromium/services/network/public/cpp/url_request_mojom_traits.h | f71832d291c6f053af02c93848dab294b0bb1f96 | [
"BSD-3-Clause"
] | permissive | ivan-kits/skia-opengl-emscripten | 8a5ee0eab0214c84df3cd7eef37c8ba54acb045e | 79573e1ee794061bdcfd88cacdb75243eff5f6f0 | refs/heads/master | 2023-02-03T16:39:20.556706 | 2020-12-25T14:00:49 | 2020-12-25T14:00:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,895 | h | // 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.
#ifndef SERVICES_NETWORK_PUBLIC_CPP_URL_REQUEST_MOJOM_TRAITS_H_
#define SERVICES_NETWORK_PUBLIC_CPP_URL_REQUEST_MOJOM_TRAITS_H_
#include <string>
#includ... | [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
267ce17161a1c152af3e592f455728a66819364f | 006f035d65012b7c5af15d54716407a276a096a8 | /dependencies/include/cgal/CGAL/Number_types/internal_functions_comparison_root_of_2.h | 22f61afe64910ddce4cb07959b0011aa697e1c5f | [] | no_license | rosecodym/space-boundary-tool | 4ce5b67fd96ec9b66f45aca60e0e69f4f8936e93 | 300db4084cd19b092bdf2e8432da065daeaa7c55 | refs/heads/master | 2020-12-24T06:51:32.828579 | 2016-08-12T16:13:51 | 2016-08-12T16:13:51 | 65,566,229 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,371 | h | // Copyright (c) 2005,2006 INRIA Sophia-Antipolis (France)
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); 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... | [
"cmrose@lbl.gov"
] | cmrose@lbl.gov |
a94483da4c546adcb7b01e8aa2f0fa28b0526803 | 83705af196092b503a108cdaf4c622f436a3a853 | /Data Structure/ar_insert_deletion.cpp | 171985395c379264429faa71bbcc3fff4c306db9 | [] | no_license | Born0/Academic-Code-Practice-AIUB- | 01a806e83bd305f05befcafdc2023e53d30e8e75 | 8cab3d71c8704f7626c51a53dc94bf44171a4faa | refs/heads/master | 2023-02-14T23:19:23.450973 | 2021-01-02T07:36:41 | 2021-01-02T07:36:41 | 304,325,657 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,246 | cpp | #include <iostream>
void insert(int arr[],int count,int newPosition,int newValue){
int i;
for (i=count-1; i>=newPosition; i--) {
arr[i+1]=arr[i];
}
arr[newPosition]=newValue;
count++;
std::cout << "After insert" << '\n';
for ( i = 0; i < count; i++) {
std::cout<< arr[i]<<'\n';
}
}
void deleteAny(int ar... | [
"40140598+Born0@users.noreply.github.com"
] | 40140598+Born0@users.noreply.github.com |
81f0d57dffdeaa504556534ff705d68822defb12 | 14252979305feced12474a6ce9cc7b805777b6a4 | /CMSSW_9_2_13/src/DataFormats/L1Trigger/interface/BxBlock.h | 62a59306dd0ef784e225da5061c6651f01f7228e | [] | no_license | meshoaib/BtaggedJets_Efficiency | ac18305af6440caef26c479ea2f968fe926a69c2 | f004fc3e97eb84b38b5fd7a8ad13693d2a8b1d89 | refs/heads/master | 2021-05-05T04:20:54.016096 | 2018-01-24T08:22:49 | 2018-01-24T08:22:49 | 118,557,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,230 | h | #ifndef DataFormats_L1Trigger_BxBlock_h
#define DataFormats_L1Trigger_BxBlock_h
#include <memory>
#include <vector>
#include <cmath>
namespace l1t {
class BxBlockHeader {
public:
BxBlockHeader() : id_(0), totalBx_(0), flags_(0) {};
BxBlockHeader(unsigned int id, unsigned int totalBx, unsign... | [
"Muhammad.Shoaib@cern.ch"
] | Muhammad.Shoaib@cern.ch |
de89148aa5c3885dbded09991c40fba38770306f | 3e995e5ffbf4b09c1ebdcac087fa2e2ac5d2ce5f | /main.cpp | c64bf254941d8b32e869b897ac92f83f1b32395d | [] | no_license | Feffote/P7E18_Arboles | f73dea82358820396ec7b74dd6b6e360acb78cf4 | a03ddfdd2dbf16435a5a7b78cd1605a039a717b5 | refs/heads/master | 2020-04-03T21:09:54.893939 | 2018-11-02T14:57:47 | 2018-11-02T14:57:47 | 155,565,045 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,217 | cpp | #include <iostream>
//#include<conio.h>
#include<stdlib.h>
#include "main.h"
#include <vector>
using namespace std;
Nodo *arbol = NULL;
int main(){
menu();
//getch();
return 0;
}
//funcion de menu
void menu(){
int dato, opcion, contador=0;
do{
cout<<"\t.:MENU:."<<endl;
cout<<"1. ... | [
"zinnifederico@gmail.com"
] | zinnifederico@gmail.com |
e98812c2eae621350c957b3ab5f0bc612f937ac0 | 0c142b680a84756175cad0822289ab65c8242a52 | /LPD8806.cpp | ee0a2cb28dd0527bbdea0b34efe9a9adad8d029a | [] | no_license | LyleH/arduino_lights | 4193302543f670c3cc348875cc1b642ca1fc6521 | 788bd448b976e592f69abe4cb4e5294392e199b4 | refs/heads/master | 2021-06-03T07:04:34.785678 | 2016-09-21T18:08:03 | 2016-09-21T18:08:03 | 68,844,326 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,184 | cpp | #include "LPD8806.h"
#ifdef __AVR_ATtiny85__
// Teensy/Gemma-specific stuff for hardware-assisted SPI @ 2 MHz
#if(F_CPU > 8000000L)
#define SPI_DELAY asm volatile("rjmp .+0"); // Burn 2 cycles
#elif(F_CPU > 4000000L)
#define SPI_DELAY asm volatile("nop"); // Burn 1 cycle
#else
#define SPI_DELAY ... | [
"lyle.henkeman01@gmail.com"
] | lyle.henkeman01@gmail.com |
0c62a6cae0f9a506e4cad4a9d9f60f7b21887e60 | bf77f38c1d42ce97902bd5dc0e498d7d89ab4705 | /byalib/graph/二分木の最小共通祖先-LCA.cpp | 6bcf40d21e43fb3baeab95b278a8ea0b5b5bf6a7 | [] | no_license | byam/algorithms | 6c570c8d00ad5457346d6851f634d962b2ef744e | f3db7230655c945412774505254e2be4cbf23074 | refs/heads/master | 2022-05-12T16:24:39.831337 | 2022-04-08T13:59:07 | 2022-04-08T13:59:07 | 68,830,972 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,040 | cpp | #include <bits/stdc++.h>
using namespace std;
/* LCA(G, root): Lowest Common Ancestor を求める構造体
- 木 G に対する
- 根を root とする
計算時間
- 前処理:𝑂(𝑁log𝐾) 時間, 𝑂(𝑁log𝐾) 空間
- クエリ:𝑂(log𝐾)
I/F
- int query(int u, int v): LCA を返す
- get_dist(int u, int v): LCA で 任意の2頂点間の距離が分かる
- is_on_path(int u... | [
"bya_ganbaatar@r.recruit.co.jp"
] | bya_ganbaatar@r.recruit.co.jp |
01f2accbf3a5deff450bdeb0bdf4ab22da3db29e | 44293e98bd059b47a9bb79ede3402c6ffa471416 | /RemoveDuplicatesFromSortedList/RemoveDuplicatesFromSortedList.cpp | 0761480141205558e3af0e22c6a3712c0bdb8d7b | [] | no_license | ishaofeng/LeetCode | 17a30885286a2e93da53493bd07fc87c5cd505fb | eaf2e67343e3d913eb1a9b833e300b73baa407c6 | refs/heads/master | 2016-09-05T08:56:40.120656 | 2014-11-27T00:24:49 | 2014-11-27T00:24:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,795 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
struct ListNode
{
int val;
ListNode *next;
ListNode(int x) : val(x), next(NULL) {}
};
class Solution
{
public:
ListNode *deleteDuplicates(ListNode *head)
{
if (head == NULL || head->next == NULL)
{
... | [
"ishaofeng@foxmail.com"
] | ishaofeng@foxmail.com |
6283cab79958f353b9193cfde4cf09707357f21d | 6a721fb3eecf92950e1f6007fb49c399f0b3cb7c | /SDK/PUBG_NewMessageBorderWidget_functions.cpp | 8c797f78e12bc6c65a54c0025b53b6ee74c3fe39 | [] | no_license | handsomeprince/PUBG-SDK-3 | 5474c48041b6fd4e4be975c222f76b6c02df9f31 | 5a922157f770a49c82ae597284d2a7cb60c86515 | refs/heads/master | 2021-04-15T09:46:11.411487 | 2018-02-22T06:13:30 | 2018-02-22T06:13:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,834 | cpp | // PlayerUnknown's Battlegrounds (2.6.23) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "PUBG_NewMessageBorderWidget_parameters.hpp"
namespace Classes
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------... | [
"number201724@me.com"
] | number201724@me.com |
4cc6df30c141352dc972f1f2f0f39d44d060175a | 92b377f464f61ed81afdcd89fa481d05c98f75e1 | /src/timer.cpp | 9b8c2df552a1fb24a527ed64a12e83a7ac75c5c1 | [
"MIT"
] | permissive | crockeo/hc | d87507ade5be85b1041bd42f25c9c1c0ab5ae57b | a5f9eaa1051e8825fa765d120d8ea76682909a5a | refs/heads/master | 2020-05-18T07:24:52.109471 | 2015-01-08T16:23:39 | 2015-01-08T16:23:39 | 28,546,458 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,065 | cpp | #include "timer.hpp"
//////////////
// Includes //
#include "delta.hpp"
//////////
// Code //
// Constructing a timer with a cap.
Timer::Timer(float cap) {
this->running = false;
this->accum = 0;
this->cap = cap;
}
// Constructing a default timer.
Timer::Timer() {
this->running = false;
this->ac... | [
"crockeo@gmail.com"
] | crockeo@gmail.com |
6ca6c3d860e2425a11f40638661ff3af8bb64700 | a7764174fb0351ea666faa9f3b5dfe304390a011 | /inc/OSD_FontMgr.hxx | 622f450b5bad75b6c1a29c96e3cba9f422ff2f9a | [] | 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,351 | hxx | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _OSD_FontMgr_HeaderFile
#define _OSD_... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
4b01bcd8da6d4c7b7b28203d33f75e496f407ec3 | b21b5ff3469f651c688ffc4d534f3f7183718496 | /PhotoStage/widgets/mapview/imagemarker.h | 404c773c67e1ffdf4e581c5c0dbe61c3ab6fed4f | [] | no_license | jaapgeurts/photostage | 8d88de7e9d6fe4a714cf0931284d57356006d9d7 | aabfe1b6fd607fab6b4f52089a2b691cebf274af | refs/heads/master | 2021-01-10T10:26:15.306997 | 2019-02-22T12:38:00 | 2019-02-22T12:38:00 | 43,422,797 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 474 | h | #ifndef MAPVIEW_IMAGEMARKER_H
#define MAPVIEW_IMAGEMARKER_H
#include <QObject>
#include <QImage>
#include "abstractmarker.h"
namespace MapView
{
class ImageMarker : public AbstractMarker
{
public:
ImageMarker(QObject* parent = 0);
ImageMarker(const QImage& img, QObject* parent);
QSize s... | [
"jaapg@gmx.net"
] | jaapg@gmx.net |
0e874444195f88d1432616c21cdd2cbe277ccb3e | a6b87253faeace0c4e1aa9400d0dd1e80ee4c1bd | /Project 260/VehicleCompDisplaySrc/searchWindow.h | bdb31b182b19404189ad886e7e7e8df090138996 | [] | no_license | poliu2s/CPSC-260 | 972b4140dacdc2720f4260c35295e072b66449c5 | a60ecd8f50cd25f95faf62e4a95c2fc61a433abf | refs/heads/master | 2021-01-10T19:03:48.024948 | 2012-12-27T22:23:42 | 2012-12-27T22:23:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,722 | h | #pragma once
// Author: Po Liu, 13623079, x2f7
// Date: 28 July 2010
// Class invariant:
// A user defined window class that displays the main GUI functionality by visually displaying
// the char matrix and allows the user to input words to find
#include <iostream>
#include <string>
#include <sstream>
#include "Simp... | [
"po.liu.2s@gmail.com"
] | po.liu.2s@gmail.com |
93f99f9fc43fd7ff4d5bc79947d90cf765861e67 | 172e4895181dca01903565564bfe13679dadc38f | /src/application/repository/ClientRepository.cpp | 67469be05c34ea13d3c1d81a4c599b4f512cf357 | [] | no_license | Brunomcarvalho89/RentCar | f39e552622801e122d90e4f63afadaa483afef92 | 2299d2fc8ea8dbda13be436507d97f781de0b56f | refs/heads/main | 2023-03-23T08:13:41.351309 | 2021-03-05T00:43:15 | 2021-03-05T00:43:15 | 344,620,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 695 | cpp | /*
* File: CarClassificationRepository.cpp
* Author: brunomcarvalho89@gmail.com
*
* Created on 19 de fevereiro de 2021, 14:11
*/
#include <algorithm>
#include <vector>
#include "application/repository/ClientRepository.hpp"
#include "domain/Client.hpp"
ClientRepository::ClientRepository() {
}
ClientRepositor... | [
"brunomcarvalho89@gmail.com"
] | brunomcarvalho89@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.