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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fccbc59758405790f5e8f2cf335532824ba3bd6d | 9f087cfdb02d3f1de0091876fad0504934bef17c | /CustomWindow/Dialog/frmmessagedialog.cpp | 4876b8e9d43e6493a60ffd969df672f9af940ce0 | [] | no_license | kknet/qt_client | 0ac41592856048510f7c470521845b89f0078a41 | 6c71db967369f07bd37cfbe52690565e2be9924d | refs/heads/master | 2022-04-04T17:24:41.731274 | 2018-11-08T03:51:11 | 2018-11-08T03:51:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 271 | cpp | #include "frmmessagedialog.h"
#include "ui_frmmessagedialog.h"
frmMessageDialog::frmMessageDialog(QWidget *parent) :
frmFramelessDialogBase(parent),
ui(new Ui::frmMessageDialog)
{
ui->setupUi(this);
}
frmMessageDialog::~frmMessageDialog()
{
delete ui;
}
| [
"ypdxcn@163.com"
] | ypdxcn@163.com |
4592013c7db7489907f2e3ef2af92452c3225206 | 7f0a0660cc25e4a61172170b8e57f15f19417b48 | /2021-22-2/monday10-12/while.cpp | f214b147ce2112e90874a6eff0eb958d9c432061 | [] | no_license | Szelethus/cpp_courses | f1e38b477b6d81cb4563b6829ecdf0c8bd14c346 | 6673a62f5bda4d4d81dfb9478b0098fde90e826c | refs/heads/master | 2023-08-18T03:59:28.960836 | 2023-05-23T07:43:00 | 2023-05-23T07:43:00 | 171,329,370 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 516 | cpp | #include <iostream>
double mulByTwo(double p) {
return 2*p;
}
int main() {
char input;
std::cout << "Provide a character to encode: ";
std::cin >> input;
char from[] = {'a', 'e', 'i', 'o', 'u'};
char to [] = {'u', 'a', 'e', 'i', 'o'};
char output;
for (int i = 0; i < sizeof(from) / sizeof(from... | [
"dkszelethus@gmail.com"
] | dkszelethus@gmail.com |
898cdc8cc3dc4364ec85b58d8c9545342389f650 | 682cf7a054a5be30372f6c3cdb6c81d2cd2e6802 | /test/common/custom_allocators.h | 09d61bf6e11aa86af63a6b5b1d6a0e78844a5d12 | [
"Apache-2.0"
] | permissive | zmajeed/tbb | 2c20f640a833f9d7700d92ac4b396a37b8fbd312 | 70bf10c0a9e65e3a954156f801b0a11c96f7f6bd | refs/heads/master | 2021-10-11T06:51:48.200397 | 2021-10-04T15:59:40 | 2021-10-04T15:59:40 | 192,191,740 | 0 | 1 | Apache-2.0 | 2019-06-16T13:04:20 | 2019-06-16T13:04:19 | null | UTF-8 | C++ | false | false | 23,253 | h | /*
Copyright (c) 2005-2021 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable la... | [
"inteltbbdevelopers@intel.com"
] | inteltbbdevelopers@intel.com |
55ac979c6d83477c58cc9c5fca33a45e4470627c | dd24a3a4de139825cf6e16378a3f21a2645292c9 | /compiler-rt/lib/tsan/rtl/tsan_flags.cc | 4c06600ebc4385f9786168bdca32839ca7507d68 | [
"NCSA",
"MIT"
] | permissive | yonglongliu/external | 986215aba5d5b627ab5ec249b7da55c9a01b7b3b | eeec7b9a6073dab97c7b6a3f0dc35f6bba61d101 | refs/heads/master | 2022-11-08T19:14:23.779887 | 2019-01-25T07:56:25 | 2019-01-25T07:56:25 | 128,770,204 | 1 | 4 | null | 2022-10-28T22:07:46 | 2018-04-09T12:44:41 | C | UTF-8 | C++ | false | false | 2,853 | cc | //===-- tsan_flags.cc -----------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"yonglong_liu@xunrui.com.cn"
] | yonglong_liu@xunrui.com.cn |
51f3915e2c554944c71178ea3af6ed9c3a0fb353 | cf6ae38d4adf41e3eb219b8ac477aa7ca7c7d18a | /trunk/boost/date_time/posix_time/posix_time_io.hpp | c71d5d353cc0b4fdd712469e4801457572151f8c | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | ryppl/boost-history | a560df2bc79ffc7640f09d258599891dbbb8f6d0 | 934c80ff671f3afeb72b38d5fdf4396acc2dc58c | HEAD | 2016-09-07T08:08:33.930543 | 2011-07-10T13:15:08 | 2011-07-10T13:15:08 | 3,539,914 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,425 | hpp | #ifndef DATE_TIME_POSIX_TIME_IO_HPP__
#define DATE_TIME_POSIX_TIME_IO_HPP__
/* Copyright (c) 2004-2005 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
* Author: Jeff G... | [
"doug.gregor@gmail.com"
] | doug.gregor@gmail.com |
469d87405ff6d2dd4372abecc2458c38df1f81a4 | 6199676f32ee3e2313a6c16acb458b00eae38ed5 | /src/qt/receiverequestdialog.h | 91b5118df2d3497c6b66650053d61632fd69624b | [
"MIT"
] | permissive | Darrenshome40/shitecoin | bd54de78abbba5e922f659f0ca43db3d295e44d5 | a2535c8fc5a43ee21ec818d5367439f6302cd084 | refs/heads/master | 2023-02-21T08:45:30.848297 | 2021-01-19T13:00:14 | 2021-01-19T13:00:14 | 330,753,516 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 928 | h | // Copyright (c) 2011-2020 The shitecoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef shitecoin_QT_RECEIVEREQUESTDIALOG_H
#define shitecoin_QT_RECEIVEREQUESTDIALOG_H
#include <qt/sendcoinsrecipient.h>... | [
"darren.conroy@ickonic.com"
] | darren.conroy@ickonic.com |
2901abd841d8ed00cbfe575e3825bff90ecbd8d1 | e2275db4f9ec9d38b087dd5434e119df8e2c4d11 | /include/cam_exploration/MarkerPublisher.h | ec698edc6c447283e27394ca5a1b28d4fd5f9fff | [
"MIT"
] | permissive | procopiostein/cam_exploration | d6e395c524887ee38e8558088ab9348fec59f155 | dac1dc7330f29f75f4c102d32b498a2d6780740d | refs/heads/master | 2020-12-25T03:21:00.279053 | 2016-06-02T07:02:54 | 2016-06-02T07:02:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,687 | h |
/*
* MIT License
*
* Copyright (c) 2016 Jordi Soler Busquets
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, ... | [
"jordi.solerbusquets@gmail.com"
] | jordi.solerbusquets@gmail.com |
447e8f516ff1c64031ce058adcf7f9b5d9211f84 | 0254f2ee4fde7362762a32cf8e59612271c63c87 | /src/plugins/interfaces/fastcgi/fastcgisocketmanager.cpp | 379046d449fad9b6b23b598b5bc68149fe4fcbc6 | [] | no_license | alexey-zayats/athletic | 9a97f7f221bd3671df43ac65642df2916ba42a0b | 0c65552d32a7bf581b03f0311e6764aaa60e1690 | refs/heads/master | 2020-05-22T01:31:14.186306 | 2017-07-10T12:06:58 | 2017-07-10T12:06:58 | 64,463,265 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,419 | cpp | #include "fastcgisocketmanager.h"
#include "beginrequestrecord.h"
#include "endrequestrecord.h"
#include <server/enumhelpers.h>
#include "fastcgistream.h"
#include "parametersrecord.h"
#include "recordheader.h"
#include "standardinputrecord.h"
#include "fastcgi.h"
#include <QCoreApplication>
#include <QDebug>
#incl... | [
"alexey.zayats@gmail.com"
] | alexey.zayats@gmail.com |
ac6d21bac60acc2e661d546cff4bd7a4f2eecbce | 473c029a06681a339adf95263556dca2dc1741fe | /src/VM.cpp | c417992a6749d06eb970232156ffd712a2785cfd | [
"MIT"
] | permissive | preda/pepper | 1b17b55e00ecada35de115eb778c5e20cda8febb | 6834dc9e88639b32c761597b71e0de6a95461d91 | refs/heads/master | 2020-05-18T05:51:36.533135 | 2013-06-24T13:27:20 | 2013-06-24T13:27:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,297 | cpp | #include "VM.h"
#include "Array.h"
#include "Map.h"
#include "String.h"
#include "Func.h"
#include "CFunc.h"
#include "Proto.h"
#include "Value.h"
#include "Object.h"
#include "RetInfo.h"
#include "GC.h"
#include "NameValue.h"
#include "Stack.h"
#include "Decompile.h"
#include "Pepper.h"
#include "Type.h"
#include <st... | [
"mhpreda@gmail.com"
] | mhpreda@gmail.com |
d3e5637ba12d0648441417ba97cbb06e6fc3dbd0 | f0b7bcc41298354b471a72a7eeafe349aa8655bf | /codebase/apps/mm5/src/MM5Split/MM5Split.cc | a215139112d2d51ae1a69170f04e8a351a4eb091 | [
"BSD-3-Clause"
] | permissive | NCAR/lrose-core | 23abeb4e4f1b287725dc659fb566a293aba70069 | be0d059240ca442883ae2993b6aa112011755688 | refs/heads/master | 2023-09-01T04:01:36.030960 | 2023-08-25T00:41:16 | 2023-08-25T00:41:16 | 51,408,988 | 90 | 53 | NOASSERTION | 2023-08-18T21:59:40 | 2016-02-09T23:36:25 | C++ | UTF-8 | C++ | false | false | 7,335 | cc | // *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
// ** Copyright UCAR (c) 1990 - 2016
// ** University Corporation for Atmospheric Research (UCAR)
// ** National Center for Atmospheric Research (NCAR)
// ** Bo... | [
"dixon@ucar.edu"
] | dixon@ucar.edu |
855bb27eabddba91b90da006b48f1b774fde422e | 28ad42397234dd0b756b9d740dbc6923e98cfc32 | /Source/EscapeRoom_CM/EscapeRoom_CMCharacter.cpp | 84d95331f5a5e71dc6f648a8b152fd1b4e1370e3 | [] | no_license | Dragnyl/TP_EscapeRoom | 3e9f0384a289361f12eecee5651902847ed4e4eb | 9a88dfb85482403e1d9d8e73a3254ef24ce3c007 | refs/heads/master | 2021-01-11T19:18:57.252029 | 2017-01-25T16:43:09 | 2017-01-25T16:43:09 | 79,352,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,269 | cpp | // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
#include "EscapeRoom_CM.h"
#include "EscapeRoom_CMCharacter.h"
#include "EscapeRoom_CMProjectile.h"
#include "Animation/AnimInstance.h"
#include "GameFramework/InputSettings.h"
#include "Kismet/HeadMountedDisplayFunctionLibrary.h"
#include "MotionControllerC... | [
"cmorganx@hotmail.fr"
] | cmorganx@hotmail.fr |
ce53a84def127cb3350e707dab6f458e51e555f7 | ad4268fca6ac3bb9a356b2a50c742b269f76f0aa | /src/test/sighash_tests.cpp | 7cd160e4ae5b5be9e44faefe3869a33644f7b24e | [
"MIT"
] | permissive | bnxxbitcoinnexx/bitcoinnexx-core | 3af6af089d5282ad9dfce6d23041a82628f901fb | c1522c0f95a0b27989dbe8c08d2a3b1055a9ddb1 | refs/heads/master | 2022-12-07T12:18:54.792384 | 2020-08-27T10:59:22 | 2020-08-27T10:59:22 | 283,929,104 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,953 | cpp | // Copyright (c) 2013 The Bitcoin Core developers
// Copyright (c) 2017 The PIVX developers
// Copyright (c) 2019 The BitcoinNexx developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "data/sighash.json.h"
#inc... | [
"bitcoinnexx7@gmail.com"
] | bitcoinnexx7@gmail.com |
b2d28106302b7bd95c2fb3781ea222b5257b25cc | a55372600d9da8c8b857bb2b8257c0b887276019 | /core/platform/include/platform/common/unsupported-operation.hpp | 1c2ba3846248acec3b342b7e0545a4ff5b8b4d44 | [] | no_license | epfl-dias/proteus | 75ae8036f19b9a41f295903233f08beecd28fa86 | 575c0bcfc5d280d2d1c98c0a907302c5ad9d5b22 | refs/heads/main | 2023-09-03T16:23:07.999208 | 2023-08-18T22:31:29 | 2023-08-19T00:19:09 | 158,891,236 | 8 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 2,050 | hpp | /*
Proteus -- High-performance query processing on heterogeneous hardware.
Copyright (c) 2021
Data Intensive Applications and Systems Laboratory (DIAS)
École Polytechnique Fédérale de Lausanne
All Rights Reserved.
Permission to u... | [
"periklis93@yahoo.gr"
] | periklis93@yahoo.gr |
d2cad1bbeed041d273eb77db4db1657ab0110683 | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir521/dir522/dir572/dir1838/dir1839/dir2043/file2179.cpp | 5bfdec06108a0f0d753ce5f23f592475b8a89982 | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 111 | cpp | #ifndef file2179
#error "macro file2179 must be defined"
#endif
static const char* file2179String = "file2179"; | [
"tgeng@google.com"
] | tgeng@google.com |
58e20d14d1fc907fc2c01eaf41f63953b4d42d1e | eee0588d6c92b1bc093716ac84969a47a8159e38 | /Cluiche/UnitTests/Tests/Application/UnitTestApplication.h | cdc755507de04abb0e903bada35759b2d9fd4ec5 | [] | no_license | LenihanConor/Cluiche | bf919ef721d901ba2a23646e70444803e0fe5781 | 1b65c5861a2354a81fbf1ed63fb0e7620b635d0d | refs/heads/master | 2023-06-28T19:45:52.811023 | 2023-06-20T18:20:58 | 2023-06-20T18:20:58 | 37,433,420 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 266 | h | #pragma once
#include "UnitTests/Tests/Core/UnitTestCore.h"
namespace UnitTests
{
class UnitTestApplication: public UnitTestCore
{
public:
UnitTestApplication(const Dia::Core::Containers::String32& name);
UnitTestApplication(void);
void DoTest();
};
} | [
"lenihan.conor@gmail.com"
] | lenihan.conor@gmail.com |
4d90a4e99c6eac489a58a095cf85ef379bb073b0 | df7828c62e02cc5cb91239b3802b851bca377b0d | /experiment/tests/test_tag_lgp.cc | 6d76403b724f5ff1144a7ed9d4c0ec0a44573df9 | [
"MIT"
] | permissive | amlalejini/gp-tag-accessed-memory | 8e314e8d1cecaf046e6c7417c92d9de04fb4cedf | 197f0208bfe2e526b6f320987c08acd32944f57a | refs/heads/master | 2020-04-15T03:29:20.149745 | 2019-04-30T15:26:08 | 2019-04-30T15:26:08 | 164,350,786 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 131,868 | cc | #define CATCH_CONFIG_MAIN
#include "third-party/Catch/single_include/catch.hpp"
#include <iostream>
#include <cmath>
#include "base/Ptr.h"
#include "base/vector.h"
#include "tools/Random.h"
#include "TagLinearGP.h"
#include "TagLinearGP_InstLib.h"
#include "TagLinearGP_Utilities.h"
#include "Utilities.h"
// String ... | [
"amlalejini@gmail.com"
] | amlalejini@gmail.com |
5be51bdb14490db4b93915ae4cf5a80ca1b6e53e | c8d324a7368890d50f2ac9b953b78336b2079b60 | /RecoBTag/LWTNN/src/NanReplacer.cc | f13e31d123b30ace0f93af55f087df57b4099668 | [] | no_license | vhbb/cmssw | 73345541bb62951f2303ccbff18a32a7b46156a5 | 81148c34bb3b546425be61af523c4a7847253484 | refs/heads/vhbbHeppy80X | 2021-01-18T19:45:44.179241 | 2017-03-29T15:21:44 | 2017-03-29T15:21:44 | 11,608,804 | 7 | 11 | null | 2023-02-09T09:10:52 | 2013-07-23T13:22:20 | C++ | UTF-8 | C++ | false | false | 1,231 | cc | #include "RecoBTag/LWTNN/interface/NanReplacer.h"
#include <cmath> // NAN
#include <limits> // check for NAN
static_assert(std::numeric_limits<double>::has_quiet_NaN,
"no NaN defined, but we require one");
namespace lwt {
NanReplacer::NanReplacer(const NanReplacer::ValueMap& defaults, int fg):
_... | [
"mverzett@cern.ch"
] | mverzett@cern.ch |
2d789e890ec18e8848337011cfabb68d66b2d49f | 6782ad738a872d79a01144e3461cba4d26136462 | /ncbi-blast-2.2.27+-src/c++/src/algo/blast/api/deltablast.cpp | 0be44b83374d60e6639410ed321432b40aab3f31 | [
"MIT"
] | permissive | kenongit/sequencing | 0ecc5a7d0fb9ef87294feb7cf37e695ef9849b4d | 7eb738cab66c4afda678f3d07b2c0756f4d26183 | refs/heads/master | 2020-12-25T09:38:04.815956 | 2013-05-14T23:06:43 | 2013-05-14T23:06:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,896 | cpp | #ifndef SKIP_DOXYGEN_PROCESSING
static char const rcsid[] =
"";
#endif /* SKIP_DOXYGEN_PROCESSING */
/* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This softwar... | [
"github@jakewendt.com"
] | github@jakewendt.com |
7cdb18e833e36f1fea57ad541695d0e8db35773f | d0651793397ff497c7cde2b23ba0edef7b343c41 | /source/polyvec/polygon-tracer/error-metrics.cpp | e3768998a0d14d8af6c89f0a929641eac5618d35 | [
"MIT"
] | permissive | lianzhouhui/polyfit | 75e50ad0e39d71098bd81ba37dac40528126d445 | e94d7410862571efb8bdd01502004f3e18f32717 | refs/heads/master | 2022-12-13T02:56:40.914634 | 2020-08-25T01:17:15 | 2020-08-25T01:17:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,054 | cpp | #include <polyvec/polygon-tracer/error-metrics.hpp>
// polyfit
#include <polyvec/api.hpp>
#include <polyvec/geom.hpp>
#include <polyvec/geometry/path.hpp>
#include <polyvec/core/options.hpp>
#include <polyvec/debug.hpp>
#include <polyvec/geometry/angle.hpp>
#include <polyvec/core/options.hpp>
// c++ stl
#include <alg... | [
"edoaramis@gmail.com"
] | edoaramis@gmail.com |
c6f36a34ec764d93733c6edc1dc6c8b0b641f36d | e0818dd68188d2a8db6be31944745cc6d22f27f0 | /extensions/sdktools/vnatives.cpp | b2f382d8068477ad7156d5a8248c1e22acf79432 | [] | no_license | PMArkive/simillimum | 4f36d329fa93dd3be6a034680c8a4678842c8acd | 08757300821ac9b4511873416475a20615e08956 | refs/heads/master | 2023-03-28T07:26:57.123535 | 2013-07-04T23:02:54 | 2013-07-04T23:02:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 36,800 | cpp | /**
* vim: set ts=4 :
* =============================================================================
* Simillimum SDKTools Extension
* Copyright (C) 2004-2010 AlliedModders LLC. All rights reserved.
* =============================================================================
*
* This program is free software... | [
"dvarnai@gmail.com"
] | dvarnai@gmail.com |
3b1f3ea592de8303ddeed87ea8b2e0129ddc1872 | ce80d0da332985ea3aecd0381feae9ea65649a51 | /Judges/Rosalind/Counting DNA Nucleotides/count.cpp | fdf2ce0fca3bf3d5b1be88e1eb2952262b769396 | [] | no_license | EstebanFS/Competitive-Programming | e3c1e35073b5a713ba553c2c0548433f7c41aa3c | b154c833098086f69177883c4f38bf58f428186f | refs/heads/master | 2022-09-29T22:01:22.692452 | 2022-09-13T16:15:20 | 2022-09-13T16:15:20 | 10,339,018 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 752 | cpp | //Esteban Foronda Sierra
using namespace std;
#include <algorithm>
#include <iostream>
#include <iterator>
#include <numeric>
#include <sstream>
#include <fstream>
#include <cassert>
#include <climits>
#include <cstdlib>
#include <cstring>
#include <string>
#include <cstdio>
#include <vector>
#include <c... | [
"estebanforondasierra@Estebans-MacBook-Air.local"
] | estebanforondasierra@Estebans-MacBook-Air.local |
43955ea8cf6525249e2ffb8b51f73bc9813fe995 | c492a2eea222532e9c6b17b06e2dce9224e79c2d | /Archs/MIPS/MipsMacros.cpp | 566639ee22b03c2d740ae5e5c25176ab224c56a9 | [] | no_license | Normmatt/armips | 7f9afd8fbec17fbfa12af85752a8ed2b819eb352 | 45ef0fb9f6cfe3b042b63749a8512b8c516b9461 | refs/heads/master | 2021-01-18T08:04:45.984266 | 2013-11-15T08:43:40 | 2013-11-15T08:43:40 | 13,533,243 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,860 | cpp | #include "stdafx.h"
#include "MipsMacros.h"
#include "CMipsInstruction.h"
#include "Core/Common.h"
#include "Mips.h"
#include "MipsOpcodes.h"
#include "CMipsMacro.h"
void MipsMacroLoadOpcode(CMipsInstruction& Opcode, char* name, char* argformat, ...)
{
char str[1024];
va_list args;
va_start(args,argformat);
vspr... | [
"sorgts@googlemail.com"
] | sorgts@googlemail.com |
ef55d03c4770b4f9860d9f941943e6965e656bb0 | 999c9b49caf48e6653147f761e438ece405cb515 | /include/fruit/impl/injector/injector_accessor_for_tests.h | cf7517a22f90e2173d0ffef0792cc95f4096826c | [
"Apache-2.0"
] | permissive | google/fruit | 34bb2481855d35167cc715f510f1c294e4158e38 | 570eb41e8ba7cb64837af57e5d50a94e45f02446 | refs/heads/master | 2023-08-29T15:34:03.496802 | 2023-01-29T23:16:31 | 2023-01-30T00:43:24 | 20,900,043 | 1,824 | 269 | Apache-2.0 | 2023-01-30T00:43:25 | 2014-06-16T20:43:26 | C++ | UTF-8 | C++ | false | false | 2,255 | h | /*
* Copyright 2014 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"poletti.marco@gmail.com"
] | poletti.marco@gmail.com |
aca6fb33819970183e0427d3e286e49cfab5c425 | 4352b5c9e6719d762e6a80e7a7799630d819bca3 | /tutorials/eulerVortex.twitch/eulerVortex.cyclic.twitch.test.test/processor2/1.49/e | 5a6138a559f6a915ae6c75400c4e648aafa31e6d | [] | no_license | dashqua/epicProject | d6214b57c545110d08ad053e68bc095f1d4dc725 | 54afca50a61c20c541ef43e3d96408ef72f0bcbc | refs/heads/master | 2022-02-28T17:20:20.291864 | 2019-10-28T13:33:16 | 2019-10-28T13:33:16 | 184,294,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48,995 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"tdg@debian"
] | tdg@debian | |
ee75133b9dbd291f88b67136d83dd1badaa7d185 | 3fb85c311478a78d427f9bd8afa5a053439a3e8e | /openjudge/5.2.cpp | d8892bbb0d4dd5cb7e582ba95f61e5160fd21e28 | [] | no_license | Jinnaouc/C_programming | 87b7467983a0e2de0be0034d92ca7b7212e81930 | 38130dd362593a2ac6ce9f18b9d9ea867277786d | refs/heads/master | 2021-01-11T02:57:31.548277 | 2017-05-31T06:58:06 | 2017-05-31T06:58:06 | 70,875,040 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,371 | cpp | #include <stdio.h>
#include <iostream>
#include <vector>
using namespace std;
int main(){
int n,m = 0;
vector<int>a;
while(cin >> n){
m ++;
if (n % 3 == 0) {
if(n % 5 == 0){
if (n % 7 == 0) {
a.push_back(1);
}
else
a.pus... | [
"Jinna_ouc@163.com"
] | Jinna_ouc@163.com |
b04ac660a0d467db5373c36e53ec56984e9a19a4 | 24146e5b09a792692d9acb9e82ba4fbd12af20ad | /src/apps/mplayerc/MiniDump.h | db6ec13b3ea7f49f6bdefb6b677b2f8d79bbfb33 | [] | no_license | RocherKong/MPCBE | 846a0bdeaa92d37f93526b0be4d5325e0f360312 | 3a3a879aa4d71cfd23cab36d2e30b67f82e7b04e | refs/heads/master | 2020-06-10T07:39:51.502548 | 2017-11-29T05:35:40 | 2017-11-29T05:35:40 | 75,987,960 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,040 | h | /*
* (C) 2006-2014 see Authors.txt
*
* This file is part of MPC-BE.
*
* MPC-BE is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
... | [
"rocher@126.com"
] | rocher@126.com |
6d5f3578a95781fe34f73f2c0241cf06f901aa1e | 46e8533f8a02b3a5b87c4a0a3d0869a0470b9d14 | /src/Communication/Write/WritePolicy.cpp | d5fe24ceaa23d8e24781617cb7936349f0881eb8 | [] | no_license | verxirtam/ReinforcementLearning | be5c480a1362ee2a1ec21525669b175440739968 | 78a7f24414f88185934a5f97ddc187e4d4f824f2 | refs/heads/master | 2021-01-15T21:44:29.362076 | 2015-12-15T15:40:49 | 2015-12-15T15:40:49 | 25,928,479 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 379 | cpp | /*
* WriteRegularPolicy.cpp
*
* Created on: 2015/08/16
* Author: daisuke
*/
#include "WritePolicy.h"
namespace RL
{
void WritePolicy::process(OutputContext& output)
{
idx state_count = policy.getStateCount();
RL::WriteSinglePolicy wsp(policy,0);
for(idx i = 0; i < state_count; i++)
{
wsp.setStateI... | [
"d-kosuga@jcom.home.ne.jp"
] | d-kosuga@jcom.home.ne.jp |
223b188212b601e57734f0cec521d634f5c87b9f | 25b36236d90aa38deb0e28db06f5f5ee5264d931 | /Projects/S1554/macro/SiCheck4.cxx | cb75410b16857fcee93833b2aaa7a423605178db | [] | no_license | adrien-matta/nptool | 54b5ea6fe2d8c226e7422a948d3ecc94d62d1ff2 | 415ad50066f715ca1de312da1202201f9381e87e | refs/heads/NPTool.2.dev | 2021-04-18T23:52:44.645407 | 2019-09-02T12:38:49 | 2019-09-02T12:38:49 | 13,268,020 | 36 | 20 | null | 2016-12-05T11:46:35 | 2013-10-02T10:11:22 | C++ | UTF-8 | C++ | false | false | 444 | cxx | void SiCheck4(){
TFile* file = new TFile("../../Outputs/Analysis/S1554_28Si_Phy.root");
TTree* tree = (TTree*) file->FindObjectAny("PhysicsTree");
TCanvas* c = new TCanvas("Result","Result",900,900);
c->Divide(4,4);
for(unsigned int i = 0 ; i < 16 ; i++){
c->cd(i+1);
if(i+1>4)
tree->Draw(Form("Ga... | [
"a.matta@surrey.ac.uk"
] | a.matta@surrey.ac.uk |
f8d81df5e340ae591beed427e9a0d3a77739c891 | 621aaff052be79515ea25cb6c5559ec98402fbde | /ED/Monitoria05 - Listas/Lista sequencial/day01/qx_vector.cpp | a1dafde58444c46c6ed24c263e9acc804b445fca | [] | no_license | HenrickyL/monitoria-2021.1 | bf2ba3688d30ea36fbcceb97c4af7af0373a283a | a4211eecf22908e5da976fc26f76947738e2901a | refs/heads/main | 2023-07-07T11:24:48.756459 | 2021-08-13T23:16:05 | 2021-08-13T23:16:05 | 365,626,249 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 876 | cpp | #include "qx_vector.hpp"
#include<iostream>
template<typename T>
Qx_vector<T>::Qx_vector(int capacidade){
this->_capacidade = capacidade;
this->_data = new T[_capacidade];
_size=0;
std::cout<<"Vector Criado!\n";
}
template<typename T>
Qx_vector<T>::~Qx_vector(){
delete[] _data;
}
template<typename T... | [
"henrickyl1@gmail.com"
] | henrickyl1@gmail.com |
1fb4cf24613be5595541d693bcc7b0dd509c6802 | e5a75731bf787d83db939eba8b13f859fd7c8cd4 | /cppDay04/ex02/AssaultTerminator.cpp | 6d959213b9f0951e9d84e5c2eecf923f1ef4d9be | [] | no_license | ekiriche/cppPool | cf74f15534f82e86ad13e4287910e83f0a14535b | 6ed66d1be410320aaedf420f04f722624fdbecad | refs/heads/master | 2020-07-25T20:22:42.742159 | 2019-11-07T08:23:33 | 2019-11-07T08:23:33 | 208,412,631 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 901 | cpp | #include "AssaultTerminator.hpp"
AssaultTerminator::AssaultTerminator(void) {
std::cout << "* teleports from space *" << std::endl;
}
AssaultTerminator::~AssaultTerminator() {
std::cout << "I’ll be back ..." << std::endl;
}
AssaultTerminator::AssaultTerminator(AssaultTerminator const &rhs) {
*this = rhs;... | [
"zheniakk@gmail.com"
] | zheniakk@gmail.com |
6d7dc8b7df2fae00a9c794773f4e0b1c9609dec5 | d312d534036de17b5dad24a26bf710c9fbf102f5 | /src/tools/voxedit/ui/editorscene/Model.cpp | 82d3c2969e27b47e452e0d7e81cace415ba8ab30 | [] | no_license | wshmaple/engine | e9f3964e7210125b71fa0294c33df35494abb9e2 | f4ae34f9600ba0004af953a7d2447fd835ad85c4 | refs/heads/master | 2021-05-04T12:27:11.545596 | 2018-01-30T17:01:05 | 2018-01-30T18:44:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,742 | cpp | /**
* @file
*/
#include "Model.h"
#include "voxel/polyvox/VolumeMerger.h"
#include "voxel/polyvox/VolumeCropper.h"
#include "voxel/polyvox/VolumeRotator.h"
#include "voxel/polyvox/VolumeMover.h"
#include "voxel/polyvox/VolumeRescaler.h"
#include "voxel/polyvox//RawVolumeWrapper.h"
#include "voxel/polyvox//RawVolumeM... | [
"martin.gerhardy@gmail.com"
] | martin.gerhardy@gmail.com |
5fcafbff312bc0ca19911f617c58abc14afb4ea9 | 197842fefb345260d65acf62daf1956698a6747b | /iris/gameobject/GameObject.cpp | 3fe6f19ddb1868c9671d45df12134151e8438acb | [
"MIT"
] | permissive | pixelsquare/iris-engine-opengl | ede3129c912bbbac5170f59f6dab60db17849060 | 5b542333f3c3aed9a66f388a6703dc0daa06b3fb | refs/heads/master | 2023-08-19T04:13:44.230693 | 2021-09-27T05:48:39 | 2021-09-27T05:48:39 | 410,756,370 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,340 | cpp | #include "GameObject.h"
#include "transform/Transform.h"
#include "component/Component.h"
namespace IrisFramework
{
GameObject::GameObject()
: Object("new_gameobject"),
m_isActive(false),
m_hasCameraAttached(false)
{
IRIS_LOG.internalLog("GameObject Created [%s]", getName());
m_transform = addCo... | [
"anthony.ganzon@ymail.com"
] | anthony.ganzon@ymail.com |
2d58e89324a4fdb890acc9cf33f91db235b86f60 | 41a9fdfa2aa4479b604cff8fed4a1c3a88f9aaa8 | /Common/LProtocol/Unix/srcs/MessageLogingResult.cpp | cc871ff6175a1c4293cd1b8a1a094fc94d423443 | [] | no_license | adril/plateR | 484f8ff0a26685b2699f1c44896a67716244f6a7 | 9a1da63a80e2f3cae38296227300fbb27f4bcaf0 | refs/heads/master | 2021-01-10T19:34:29.023065 | 2012-11-15T00:57:04 | 2012-11-15T00:57:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,023 | cpp | #include "../include/MessageLoginResult.hh"
MessageLoginResult::MessageLoginResult(Message &other, char type, char state)
: Message(other) {
this->_loginResult.type = type;
this->_loginResult.state = state;
}
MessageLoginResult::MessageLoginResult(Message &other) {
std::cout << "[MessageLoginResult] ------ (... | [
"adrien.guffens@epitech.eu"
] | adrien.guffens@epitech.eu |
5a99ca9da44afa6b6d91c7a30254c5c4004575d0 | 6474e1ce6fdc13d514e59da2a7025a35d7908218 | /week-06/ToDoApp_Factory/Command_l.cpp | c60dcfa5a9d3c09d264ef9bea7bccf3c4e658e28 | [] | no_license | green-fox-academy/ImreCsete | 1cc62af0e9dfa7f8005c214d3be13bb5db33cf69 | f5fc58a4793f17efec0249eca1b0f192d1860ff8 | refs/heads/master | 2021-09-06T09:23:06.177864 | 2018-02-05T00:53:20 | 2018-02-05T00:53:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 104 | cpp | #include "Command_l.h"
#include <iostream>
using namespace std;
Command_l::Command_l()
{
//ctor
}
| [
"csete_imre@hotmail.com"
] | csete_imre@hotmail.com |
f1bab6ae531013cb9bdd43d2003747acaf462ba3 | 440f814f122cfec91152f7889f1f72e2865686ce | /src/game_server/server/extension/buff/buff_pool.h | d01e4297b691e0ee3573bc7f0136c09fa15cdfc2 | [] | no_license | hackerlank/buzz-server | af329efc839634d19686be2fbeb700b6562493b9 | f76de1d9718b31c95c0627fd728aba89c641eb1c | refs/heads/master | 2020-06-12T11:56:06.469620 | 2015-12-05T08:03:25 | 2015-12-05T08:03:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 912 | h | //
// Summary: buzz source code.
//
// Author: Tony.
// Email: tonyjobmails@gmail.com.
// Last modify: 2013-04-02 22:27:54.
// File name: buff_pool.h
//
// Description:
// Define class BuffPool.
//
#ifndef __GAME__SERVER__BUFF__BUFF__POOL__H
#define __GAME__SERVER__BUFF__BUFF__POOL__H
#include "global/pool_template.h... | [
"251729465@qq.com"
] | 251729465@qq.com |
922f4f74fc167c05cbc6aebeb93a7ef4835c90b9 | 06d39b42c0df00dbc334a7e41c6178303ebd2633 | /Huffman/Huffman/queue.h | b2f67d5105a1756ad4fb7912291432af9ef3c171 | [] | no_license | mszab0310/Cpp | a93bfecd314ac4bf4a6659e7f71072d6fe91b10d | 572d8065fd98793a032344ff7870dbcf849f1c73 | refs/heads/master | 2023-05-06T04:46:34.369008 | 2021-05-25T10:32:00 | 2021-05-25T10:32:00 | 309,356,434 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,754 | h | #pragma once
#include <iostream>
template <typename T>
class Node {
T val;
Node<T>* next;
public:
Node(T val, Node<T>* next = nullptr) {
this->val = val;
this->next = next;
}
Node<T>* getNext() {
return this->next;
}
T getVal() {
return this->val;
}
void setNext(Node<T>* next) {
this->next = next;... | [
"mszabi0310@gmail.com"
] | mszabi0310@gmail.com |
49cdcf8f714b569e6f6cbcde9e82bf840614842f | c6c72b7b74d0e703143c98b4cd22ffc1b513d8ad | /bot_rtb/include/TemplateBot.h | a0da5483e49bdf3ed157f96f2491cca5a1794835 | [] | no_license | javierkno/RA-bots | 8e7375530bc98104801a44e3a5bc744f88e35afe | fcfec60de320f3a30d7c859a09215f534a39e101 | refs/heads/master | 2021-01-13T02:50:57.476227 | 2014-07-14T13:11:39 | 2014-07-14T13:11:39 | 77,142,422 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,509 | h | #ifndef TEMPLATEBOT_H
#define TEMPLATEBOT_H
#include "MessageListener.h"
#include "StateMachine.h"
#include "Pathfinding.h"
class TemplateBot
{
private:
MessageListener listener;
//------------------
StateMachine<TemplateBot>* stmachine;
Pathfinding pf;
Node *sig;
... | [
"javierkno.10@gmail.com"
] | javierkno.10@gmail.com |
85cd5fc48a69e8bda747042538fa1f5f5cefe4b4 | d227a68091e344f5f16fbec49d505ba860116d8e | /Searching/searching-15.cpp | 7c5415b71e56f677d7261f32354c7435c96c6345 | [] | no_license | ayush0997/cpp-practice | 3352dd694b7e8ef215c99573cce2263283024235 | 3691c145d256c22fda6b323a7451ac839edf2ae7 | refs/heads/master | 2023-08-29T00:24:33.769012 | 2021-10-23T11:43:20 | 2021-10-23T11:43:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,011 | cpp | /*You are given heights of consecutive buildings. You can move from the roof of a building
to the roof of next adjacent building. You need to find the maximum number of consecutive
steps you can put forward such that you gain an increase in altitude with each step.
For each test case, print maximum number of consecuti... | [
"57028840+adityaranjan182@users.noreply.github.com"
] | 57028840+adityaranjan182@users.noreply.github.com |
1139c035dd60edde819a336a141ba537e84738af | 235c23dc63105d901f9687f08d950ab0d3fe5ade | /bin/OVERLAPPING_DTW.cpp | cc6c769a737b08893b64a11adc12b117ae5f4c43 | [] | no_license | albertasdvirnas/hca | 4a27da2a7058d67395c6806a8f92aff3a6f81d77 | d873b350bda7b59198ebd405ae8671b9eb4cc675 | refs/heads/master | 2023-04-16T04:13:03.577907 | 2021-08-27T15:46:08 | 2021-08-27T15:46:08 | 430,676,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,339 | cpp | /***********************************************************************/
/************************* DISCLAIMER **********************************/
/***********************************************************************/
/** This UCR Suite software is copyright protected � 2012 by **/
/** Thanawin Rakthanmano... | [
"albdvir@gmail.com"
] | albdvir@gmail.com |
9a678e2d2c03cdaea6c352741eab766418a160fb | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /voicenavigator/src/model/EndDialogueRequest.cc | b13cd872bf8a750f9abb9c236b3853b3571a9679 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C++ | false | false | 2,047 | cc | /*
* Copyright 2009-2017 Alibaba Cloud 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... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
875173e0beb9c2f51de50890a40d86451fec22aa | 2770af9aa3948c451bbf7fb350f33cb104031776 | /examples/clock_division/vivado_hls/test/divisor_final/solution1/.autopilot/db/counter.pragma.0.cpp | 6544b4c2adf3089a55ca91346e9e6ccc97cea471 | [] | no_license | shirishbahirat/systemC | 44939850641bd2df7fb523f3ca578a499d24e74a | 96de66a7a72f13320e809a5a4a9599f4ec2d457a | refs/heads/master | 2020-04-24T23:48:30.654958 | 2017-12-14T20:06:19 | 2017-12-14T20:06:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,830,797 | cpp | #1 "counter.cpp"
#1 "counter.cpp" 1
#1 "<built-in>" 1
#1 "<built-in>" 3
#155 "<built-in>" 3
#1 "<command line>" 1
#1 "/opt/Xilinx/Vivado/2017.3/common/technology/autopilot/etc/autopilot_ssdm_op.h" 1
#156 "/opt/Xilinx/Vivado/2017.3/common/technology/autopilot/etc/autopilot_ssdm_op.h"
extern "C" {
typedef ... | [
"jpalexandroni@hotmail.com"
] | jpalexandroni@hotmail.com |
272c8deb7ce422db8ccbdac64f1b98b1fe209284 | 9caf1b4b3a52866d9febf3c6078973c4e9687d9b | /StockMetadata.cpp | 6929359fd748a945fc306bb8b7146c43cf4d9f3a | [] | no_license | danielkoh/quantserver | 78e4d17489622e7bd6c1acc723ad91f66524da4a | b71375dece0e96e8cf77b58aaa30152a80982dc3 | refs/heads/master | 2021-01-22T02:53:27.569899 | 2012-05-27T14:31:33 | 2012-05-27T14:31:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,185 | cpp | #include "StockMetadata.h"
#include <boost/lexical_cast.hpp>
#include <chaiscript/utility/utility.hpp>
using namespace quantserver;
ScriptManager& StockMetadata::chai(ScriptManager& scriptManager)
{
chaiscript::ModulePtr m = chaiscript::ModulePtr(new chaiscript::Module());
CHAISCRIPT_CLASS( m,
StockMetada... | [
"daniel.wkoh@yahoo.com.sg"
] | daniel.wkoh@yahoo.com.sg |
b354a834b507a604dceef37291bdd5c2279be26c | 3d301646a75881b311d7d0e8a9173205d5f82e6f | /doom/src/m_menu.h | 52284ef567759e9764b28f8cf952ea39dda3118a | [
"MIT",
"GPL-2.0-only"
] | permissive | mfkiwl/riscvtool | 6f19e610af093569a5423aea9161ef982b4311b3 | 5d4294d334731e100764d216ae5aa0c4bd10082e | refs/heads/main | 2023-06-15T22:45:44.095020 | 2021-07-17T19:04:43 | 2021-07-17T19:04:43 | 354,146,924 | 0 | 0 | MIT | 2021-04-02T22:24:04 | 2021-04-02T22:24:04 | null | UTF-8 | C++ | false | false | 1,770 | h | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as... | [
"ecilasun@me.com"
] | ecilasun@me.com |
31a0429852b249470563685f2630080f8432f452 | 574632cb2f6877bb00d7029595cb9bf98e89279e | /_P168_ThermOLED.ino | 8214ca90d851c8734f67354fcf8744a450f7389d | [] | no_license | theGressier/ESPEasyPluginPlayground | edf3a2410e711bf15da05ff0f612a4877034471c | 466d6fbaf2ae2c7bf41d9fae824cdc6060852b68 | refs/heads/master | 2020-07-15T21:03:10.347612 | 2019-11-08T18:48:32 | 2019-11-08T18:48:32 | 205,648,234 | 1 | 0 | null | 2019-09-01T08:19:08 | 2019-09-01T08:14:52 | C++ | UTF-8 | C++ | false | false | 30,650 | ino | /*##########################################################################################
##################### Plugin 168: OLED SSD1306 display for Thermostat ####################
##########################################################################################
This is a modification to Plugin_036 ... | [
"lwolf@freemail.hu"
] | lwolf@freemail.hu |
85802036447d6ef7fb8b00951286611e64a8fa44 | 23d2ea6e9e4a2fd97b01454d04fa6e5df91795da | /SnowMan/src/Material.cpp | ff262294413ab34ca76285cdc28996e825816c69 | [] | no_license | Hariamy/CG | 4fa14900579e7052775664cef23ea65c63b8ad9f | 3dc0aaa2fdc2c8d6c2c6d889e5703e78c102a051 | refs/heads/master | 2020-03-30T08:12:08.525332 | 2018-12-08T18:28:09 | 2018-12-08T18:28:09 | 150,997,438 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 754 | cpp | #include "../header/Material.h"
Material::Material(double Kamb[3], double Kdif[3], double Kesp[3], int m){
this->m = m;
this->Kamb[0] = Kamb[0];
this->Kamb[1] = Kamb[1];
this->Kamb[2] = Kamb[2];
this->Kdif[0] = Kdif[0];
this->Kdif[1] = Kdif[1];
this->Kdif[2] = Kdif[2];
this->Kesp[0] = Kesp[0];
this->Kesp[1]... | [
"hariamymv@hotmail.com"
] | hariamymv@hotmail.com |
a29634401cef490b3e5c29a7cf623e69729727f6 | 511cef6e888936da5cc34f6e9a8e14b609462e46 | /src/vkdevice.cpp | ca546b5947f967314986290c844b25137a8d146a | [] | no_license | theblackunknown-experiments/vkplaygrounds | b9af2d6eff86f837f8f1398e82c94a3ab8584f59 | f07b29aa2b2f6c98960dee3d5c7d541071ccb72e | refs/heads/master | 2023-02-23T12:18:01.986933 | 2020-11-15T22:46:40 | 2020-11-15T22:46:40 | 264,190,141 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 261 | cpp | #include "./vkdevice.hpp"
#include "./vkphysicaldevice.hpp"
#include <vulkan/vulkan_core.h>
namespace blk
{
VkResult Device::create()
{
auto result = vkCreateDevice(*mPhysicalDevice, &mInfo, nullptr, &mDevice);
CHECK(result);
return result;
}
}
| [
"andrea.machizaud@gmail.com"
] | andrea.machizaud@gmail.com |
9e09e0396a2ce7f061597bc9d7da724029b431f8 | 9ab863a47b01a9e64a02e960e529e7ee8a380c81 | /http/client/WebSocketClient.cpp | d3cc13f7ff1d9c18e21683867a70dcb009923c22 | [
"BSD-3-Clause"
] | permissive | wjz051/libhv | def033cb948dcfd7046db43a072a9123bf8cd78c | eda5a2a842a993ac02b8d128010a03836cd4e598 | refs/heads/master | 2023-03-04T17:50:37.786267 | 2021-02-25T07:31:43 | 2021-02-25T07:31:43 | 316,459,046 | 0 | 0 | BSD-3-Clause | 2021-02-25T07:31:44 | 2020-11-27T09:39:06 | null | UTF-8 | C++ | false | false | 5,803 | cpp | #include "WebSocketClient.h"
#include "http_parser.h" // for http_parser_url
#include "base64.h"
#include "hlog.h"
namespace hv {
WebSocketClient::WebSocketClient()
: TcpClientTmpl<WebSocketChannel>()
{
state = WS_CLOSED;
}
WebSocketClient::~WebSocketClient() {
close();
}
/*
* ParseUrl => createsocket... | [
"ithewei@163.com"
] | ithewei@163.com |
8125e3b49900c53b3bf8197c4944b6f95c1fa88d | e870a980c4b10dcd26f5456b23d5d62490b6281f | /Chapter 6/source/cingolf.cpp | 6f11324501d90d6e5d000b5e2dbee27f0ed8d2e9 | [] | no_license | Jack-lss/C-_Primer_Plus | 041d464d5523bb5645de177d90fe5565bd71fc7d | 3daa6657f316bfbf5747810900a7fa5bf32ebed3 | refs/heads/master | 2022-11-27T22:10:58.062919 | 2020-08-11T14:09:53 | 2020-08-11T14:09:53 | 277,744,103 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 854 | cpp | // cingolf.cpp -- non-numeric input skipped
#include <iostream>
const int Max = 5;
int main()
{
using namespace std;
// get data
int golf[Max];
cout << "Please enter your golf scores.\n";
cout << "You must enter " << Max << " rounds.\n";
int i;
for (i = 0; i < Max; i++)
{
cout <<... | [
"1349916452@qq.com"
] | 1349916452@qq.com |
dedf0e05d0f23679fc7070316eb741ce141df928 | a186d7c63d5ccc74238dec82307a10454f92e499 | /Source/BansheeCore/Source/BsMultiRenderTexture.cpp | e39455ac61b78aa8cab0a5061e0307a93244a261 | [] | no_license | venscn/BansheeEngine | 9f48b89838fbab15c6bf73fc8f296ef3d538dc49 | e1daf513a521e59b702001da920165d23b4b9f50 | refs/heads/master | 2020-04-06T06:49:38.631456 | 2016-07-28T12:10:44 | 2016-07-28T12:10:44 | 64,410,616 | 2 | 0 | null | 2016-07-28T16:17:46 | 2016-07-28T16:17:44 | null | UTF-8 | C++ | false | false | 9,602 | cpp | //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
//**************** Copyright (c) 2016 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************//
#include "BsMultiRenderTexture.h"
#include "BsTexture.h"
#include "BsE... | [
"bearishsun@gmail.com"
] | bearishsun@gmail.com |
ebfcd16fc494385cb2cb3f1912baa6351912d7bc | 660d24ccf42b88deef7db394ec35ef38d54fcaaa | /vehicle_server/BTVehicleServer.h | 6c9de884b970bbe1d92cc9d9c50f919848f98f9c | [] | no_license | byingyang/rc-vehicle-management-system | b66fe542e19997c132f46b85fd202e892ee6707d | 718b2f28265f85fb7cb6f0de3e23bc919e543d0d | refs/heads/master | 2021-05-27T17:10:40.077171 | 2011-07-15T03:51:24 | 2011-07-15T03:51:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,219 | h | #ifndef BTVEHICLESERVER_H
#define BTVEHICLESERVER_H
#include <boost/thread.hpp>
#include <boost/bind.hpp>
#include <boost/asio.hpp>
#include <string>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include "BTVehicle.h"
#include "connection.h"
class BTVehicleServer : private boost::noncopyable {
pub... | [
"brad@bradyinger.com"
] | brad@bradyinger.com |
d6f53d410403640aa313190df8873d8aab0dc66a | eaf5c173ec669b26c95f7babad40306f2c7ea459 | /arc086/arc086_b.cpp | a12b7834331a78bdfb4cbfdf34f41b883f910e46 | [] | no_license | rikuTanide/atcoder_endeavor | 657cc3ba7fbf361355376a014e3e49317fe96def | 6b5dc43474d5183d8eecb8cb13bf45087c7ed195 | refs/heads/master | 2023-02-02T11:49:06.679743 | 2020-12-21T04:51:10 | 2020-12-21T04:51:10 | 318,676,396 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,916 | cpp | #include <bits/stdc++.h>
#include <cmath>
const double PI = 3.14159265358979323846;
using namespace std;
typedef long long ll;
const double EPS = 1e-9;
#define rep(i, n) for (int i = 0; i < (n); ++i)
//typedef pair<ll, ll> P;
typedef pair<ll, ll> P;
const ll INF = 10e17;
#define cmin(x, y) x = min(x, y)
#define cmax(x... | [
"riku@tanide.net"
] | riku@tanide.net |
80140772fbd28d7d8cc5b792e7bb0526e6987b5c | afc481e5cbea560d5b9d9080c38e4fd11169cfc8 | /src/slg/engines/rtpathocl/rtpathocl.cpp | 32c19f1d0f870602ba4bfb6a23b60c8cf9c5fdd9 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | thatguy3444/LuxCore | a1cde895db2ccc688be89689d6aa039a7fec8765 | 1657a2865bd82ee4a8cace6b0605a2871e8d6449 | refs/heads/master | 2020-03-22T20:42:10.375101 | 2018-07-20T04:23:12 | 2018-07-20T04:23:12 | 140,623,765 | 0 | 0 | null | 2018-07-11T20:17:41 | 2018-07-11T20:17:40 | null | UTF-8 | C++ | false | false | 8,700 | cpp | /***************************************************************************
* Copyright 1998-2018 by authors (see AUTHORS.txt) *
* *
* This file is part of LuxCoreRender. *
* ... | [
"dade916@gmail.com"
] | dade916@gmail.com |
27c37d7d323c50754fcde3ef14bc608972164cef | f7adcd94e16aa2414c24e14e17976a2b84d0c503 | /EECS600-Homework/ps4/joints_controller/src/joint1_commander.cpp | 1d502120d3b567e61631bde5bc65fd33babddd09 | [] | no_license | Hark0616/ros-learning | f448682a6d6ad8642aa48fa270c97a086401a7a6 | 0860f24e0f4083f4fd58ad160389a8a56c2924cd | refs/heads/master | 2021-12-07T12:05:38.047292 | 2015-12-01T03:13:35 | 2015-12-01T03:13:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,637 | cpp | #include <ros/ros.h>
#include <std_msgs/Float64.h>
#include <math.h>
#include <sstream>
double PI = 3.1415926;
int main(int argc, char **argv) {
ros::init(argc, argv, "joint1_commander"); // name of this node will be "minimal_"
ros::NodeHandle n; // two lines to create a publisher object that can talk to ROS
... | [
"xpharry123@hotmail.com"
] | xpharry123@hotmail.com |
a904694d78daaffd8b78f2b301303dc5f5f31dd1 | 9b79ccd797ea338ac70d2dc457c06cc95b66e0b1 | /96-Unique_Binary_Search_Trees/main.cpp | d88e7a51eba99ec481febf988975474c67857776 | [] | no_license | mosqd/leetcode | b3629c47ff80f2752d4fa4af9fa58890641fc464 | d44f48d3b89b5b22f78f0ebb363a4e4a72ebc777 | refs/heads/master | 2021-07-26T00:14:17.338268 | 2021-07-12T12:41:22 | 2021-07-12T12:41:22 | 225,331,992 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 712 | cpp | /**
Given n, how many structurally unique BST's (binary search trees) that store values 1 ... n?
Example:
Input: 3
Output: 5
Explanation:
Given n = 3, there are a total of 5 unique BST's:
1 3 3 2 1
\ / / / \ \
3 2 1 1 3 2
/ / \ ... | [
"TryCatch.exe@gmail.com"
] | TryCatch.exe@gmail.com |
196ceb9221d18342a2eeb7d23ea2c08e4439333f | 489ab1c1e550e6c1a700c242826d9651d795bef0 | /src/View/CImageButton.cpp | 45c80767f68e2578e52ffad2f1a24e183be04d88 | [] | no_license | hjqqq/Forever | 1eea9257160fa4a94f1646261a651af899603e55 | b685d7af1667de389833d677d25ca0395416d771 | refs/heads/master | 2021-01-17T11:48:45.886631 | 2013-03-09T09:46:57 | 2013-03-09T09:46:57 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 3,684 | cpp | /** This source file is part of Forever
* Copyright(c) 2012-2013 The DCI's Forever Team
*
* @file CImageButton.cpp
* @author Darren Chen (³¯²±¥a)
* @email darren.z32@msa.hinet.net
* @date 2013/02/03 */
#ifdef _GAMEENGINE_3D_
#include "CImageButton.h"
#include <OgreOverlayManager.h>
CImageButton::CIma... | [
"darren.z32@msa.hinet.net"
] | darren.z32@msa.hinet.net |
7f849dcfa4dac425e9c1fe1323755ab6081625f4 | 6bb45234fe96618d7e1cc0e64a3e0d0220ae8153 | /6_term/translation/boolean/main.cpp | e00f5821d79793db58f38cfba386bc58d90fccbd | [] | no_license | artemohanjanyan/university | 032f94862a22066070ca777063d13fc51adfc08b | 1a6b0406798e1aa862227751f7a0b9d81f0f1068 | refs/heads/master | 2022-07-19T18:59:17.177990 | 2019-06-03T15:06:09 | 2019-06-03T22:27:01 | 58,167,891 | 6 | 4 | null | 2022-07-07T20:58:25 | 2016-05-05T23:55:37 | C++ | UTF-8 | C++ | false | false | 6,040 | cpp | #include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <algorithm>
#include <stdexcept>
enum class token_type
{
IMPL, OR, XOR, AND, NOT,
VAR, LPAREN, RPAREN, END
};
struct token
{
token_type type_;
std::string str_;
token(token_type type, std::string str)
: type_{type}
, str_{st... | [
"artemohanjanyan@gmail.com"
] | artemohanjanyan@gmail.com |
bd323be25175d9c6bc338b78711e750229d36e38 | aa1dedd2d356d64f08f97f7591f92cee6af313c7 | /CPPGeneralTransform/Triangle.h | 9c5928aed8e35ed8928550f814868d21396c86b6 | [] | no_license | mjw18/RayTracingResearch | 8909d14444590aae216ca9a1bf17983277d552af | 2397bf0ab2ed4a1a9b1b2ae205eeb03cc1c34ea3 | refs/heads/master | 2021-01-10T06:45:54.888693 | 2016-04-06T21:37:45 | 2016-04-06T21:37:45 | 55,642,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,889 | h | /*
*
* Triangle object abstract class.
* Defualt Constructor generates a tirangle with random vertiecs
* Overloaded constructor generates a triangle with specific vertices
* Intersect and do nothing methods are overridden by subclasses,
* these return -1 to indicate misuse of abstract triangle object*
*
* Triangle vert... | [
"mjw18@geneseo.edu"
] | mjw18@geneseo.edu |
3bcc6a60102364f8292b8bcdae1ad83ff05439e8 | c322279e4155ca257a4a78c4130efbac2ae1380a | /剑指offer/Task66_multiply.cpp | 8475cf7739c28277e147d893c773f80c85fe09ac | [] | no_license | xieliang555/leetcode | 43c87087ad358ca1a3faa7e74e3849e55052a00e | 09f6ff8e34ac9db6c59b0e2c244a2ba93b0ae8ed | refs/heads/master | 2020-06-27T06:06:21.642472 | 2019-08-30T07:14:20 | 2019-08-30T07:14:20 | 199,864,278 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 555 | cpp | #include<vector>
#include<iostream>
using namespace std;
vector<int> multiply(const vector<int>& A){
if(A.empty()) return vector<int>();
vector<int> B(A.size());
vector<int> C(A.size(),1);
vector<int> D(A.size(),1);
for(int i=1;i<A.size();i++){
C[i]=A[i-1]*C[i-1];
}
for(int i=A.size()-2;i>=0;i--){
D[i]=A[i... | [
"xieliang555@gmail.com"
] | xieliang555@gmail.com |
51d78616af04fa950ca8a9871c031af5ddb8ab1a | 225b746b76dc23274e4143e404bc9059006aac00 | /Algorithm/Algorithm/game.cpp | c917deb27f3b0ab74d7a8a00ceb7584c6de8e3ad | [] | no_license | leejuy1140/Algorithm | bdb73934e62c7434009d1333af10e109982386ab | 15711de869289267386afb47e4007337797b5394 | refs/heads/master | 2020-04-19T16:32:31.449348 | 2019-06-06T03:05:02 | 2019-06-06T03:05:02 | 141,662,861 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,318 | cpp | #include <stdio.h>
#include <algorithm>
#include <utility>
using namespace std;
const int MAX = 1001;
int n, score[MAX];
pair<int, int> dp[MAX][MAX];
/* dp[i][j]: score[i] ~ score[j] 최선을 다한 수빈과 선웅의 점수.
T(i, j) = min(T(i, j-1), T(i+1, j)) */
pair<int, int> game(int s, int e, int turn)
{
if (s == e)
{
i... | [
"leejuy1140@gmail.com"
] | leejuy1140@gmail.com |
38170274e520b2aa1ac43f35882b27c9ec5bebcc | e09bc647f4a730d2bf4eba403c8d289c1c70bfb4 | /src/mapcoord.h | 93791ca7fd69b75b082538fca8d0ce51d50e3711 | [] | no_license | RossDynamics/Newmanv3.1 | a4d06db18998558356d43ce913edf8422473d818 | 58133e7559a6271b0bf98e48bcc2b6795bf0e331 | refs/heads/master | 2021-01-19T22:54:20.227376 | 2018-01-11T19:54:22 | 2018-01-11T19:54:22 | 88,888,542 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 490 | h | // mapcoord.h
//
// Header file for the coordmap module
//
// Author: Philip Du Toit
// Rev 1.0
//
#ifndef _MAPCOORD_H_
#define _MAPCOORD_H_
#include <cmath>
#include <iostream>
using namespace std;
#include "macros.h"
extern double TBP_mu;
extern double TBP_ecc;
extern int TBP_Ordinate;
extern int TBP_VDi... | [
"pnolan1986@gmail.com"
] | pnolan1986@gmail.com |
a825056f12c5782202750cd44f0e103e9563845a | 7e686824108f22f095a89860b235cc1267e6d32f | /src/test/script_P2PK_tests.cpp | b1221deff22f535615bc56dc12db2089c3cd9853 | [
"MIT"
] | permissive | alleck/Splendid | 2aace2cf675233c3c435c4eab4aedf8b32f23347 | 8ea29bda381628f954d1699a38a70c3ae3506ed9 | refs/heads/main | 2023-03-20T11:20:13.567687 | 2021-02-22T21:56:34 | 2021-02-22T21:56:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,412 | cpp | // Copyright (c) 2012-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.
#include "script/script.h"
#include "test/test_splendid.h"
#include <boost/test/unit_test.hpp>
using namespace std;
BOOST_... | [
"79376856+SplendidProject@users.noreply.github.com"
] | 79376856+SplendidProject@users.noreply.github.com |
eba15b26f137a0f1110314acab77182b49217629 | eba2fadea4972b682edce710300ea280a210eee2 | /leetcode/twoPointersANDslidingWindow/838.PushDominoes.cc | e7ec1518c16d20be81dc4ce0028a865c5835034b | [] | no_license | seesealonely/leetcode | 33b876968f08a0ddd00adc714d03ad6e4c0bfae9 | 1a371f3ad438bb70bf7a685843097535f5fc1c5d | refs/heads/master | 2023-08-30T21:22:07.456531 | 2023-08-30T20:15:49 | 2023-08-30T20:15:49 | 87,525,147 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,415 | cc | /*
There are n dominoes in a line, and we place each domino vertically upright. In the beginning, we simultaneously push some of the dominoes either to the left or to the right.
After each second, each domino that is falling to the left pushes the adjacent domino on the left. Similarly, the dominoes falling to the rig... | [
"seesealonely@gmail.com"
] | seesealonely@gmail.com |
d99c6c4e10f43dca22550cc0500a9ab15b9f0605 | f9ab8ba66b788976e3268fa01482ed77ef0ad289 | /SobelTest/src/SobelTrying.hpp | 96724ebd5c9e1f58e95602066d23cbd34aa57316 | [] | no_license | ztomlord/ImageProcessing | 815880f8266ca8269cf46d9e96fc5e86aa461e0c | 9be1cd26a47ff5a07efe56fb8bd964f8a9a1a30e | refs/heads/master | 2021-01-15T23:45:22.429567 | 2015-07-10T13:17:21 | 2015-07-10T13:17:21 | 38,881,153 | 0 | 0 | null | 2015-07-10T13:12:41 | 2015-07-10T13:12:41 | null | UTF-8 | C++ | false | false | 9,019 | hpp | /*
* IEEE@UIC
* VISION HEADER
*
*/
#ifndef SOBLETRYING_HPP_
#define SOBLETRYING_HPP_
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include "bmp2rgb.hpp"
using namespace std;
const int ROWS = 480;
const int COLS = 480;
const int MAX_BUFF = ROWS * COLS;
//Global pointers
char... | [
"pnowak5@uic.edu"
] | pnowak5@uic.edu |
d6d07a938cfcd6588917a98e42344e7b69f6915d | 3ff09d54a770d08005ab641585b8a598768fedcf | /LiteCppDB/LiteCppDB/AesEncryption.cpp | 5f55865009d54383ccc1af7c62d99bc499948fa6 | [
"MIT"
] | permissive | pnadan/LiteCppDB | 7aef860ed6bb053d6ed89387d3bf0246117159ee | cb17db1ea6d82e0c1e669b4d70271dcf9c03d1a2 | refs/heads/master | 2021-01-21T12:58:14.384036 | 2018-04-30T07:55:03 | 2018-04-30T07:55:03 | 102,109,111 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 44 | cpp | #include "stdafx.h"
namespace LiteCppDB
{
} | [
"pna42@hotmail.com"
] | pna42@hotmail.com |
853d235b25c67356a68238233c09756b338c0ae1 | 5fb4409abe9e4796c8dc17cc51233c779b9e24bc | /app/src/main/cpp/wechat/zxing/common/reedsolomon/genericgfpoly.cpp | cef4d5965bce79f8423be64bf597c02cdc0c8481 | [] | no_license | BlackSuns/LearningAndroidOpenCV | 6be52f71cd9f3a1d5546da31f71c04064f0c7cac | 79dc25e383c740c73cae67f36027abf13ab17922 | refs/heads/master | 2023-07-10T02:08:10.923992 | 2021-08-09T02:09:19 | 2021-08-09T02:09:34 | 297,529,216 | 0 | 0 | null | 2021-08-09T14:06:05 | 2020-09-22T03:52:46 | C++ | UTF-8 | C++ | false | false | 8,995 | cpp | // This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
//
// Tencent is pleased to support the open source community by making WeChat QRCode available.
// Copyright (C) 2020 THL A29... | [
"onlyloveyd@gmail.com"
] | onlyloveyd@gmail.com |
1b1acc35c7d6162bebda6588a96e9862ef1870de | 879fb3581f03b5c17dd90c68b45751712fbcd671 | /lib/wrap_dtlib_cpp/filterbank.h | af201c91f53b4fbcbb8999ec333281cf23ccc495 | [] | no_license | ivilab/kjb | 9f970e1ce16188f72f0edb34394e474ca83a9f2b | 238be8bc3c9018d4365741e56310067a52b715f9 | refs/heads/master | 2020-06-14T07:33:17.166805 | 2019-07-30T16:47:29 | 2019-07-30T16:47:29 | 194,946,614 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,166 | h | /////////////////////////////////////////////////////////////////////////////
// filterbank.h - filterbank convolution class
// Author: Doron Tal
// Date created: April, 2000
#ifndef _FILTERBANK_H
#define _FILTERBANK_H
#include "wrap_dtlib_cpp/img.h"
#include "wrap_dtlib_cpp/gausskernel.h"
// 'KERNEL_SIDE_FACTOR' is... | [
"52473452+ivilab-sync@users.noreply.github.com"
] | 52473452+ivilab-sync@users.noreply.github.com |
42ab03bf94b63d06b34af92d160208a047309a1e | 2b53d73fbc40783b095f29e7cfb5b9b76a94b78d | /Algorithm/약수 진법변환.cpp | ec9563fad3cb6567fc76922feeaf748a7603f09b | [] | no_license | bananabeat/UC-Algorithm | c4ecb126237e92bfeec023115b7e45de135b2c51 | e4de57b000e75ce38efa36e1588637fb88b3c820 | refs/heads/master | 2018-09-19T20:21:35.484005 | 2018-06-06T09:36:23 | 2018-06-06T09:36:23 | 103,009,409 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,037 | cpp | //
// 약수 진법변환.cpp
// Algorithm
//
// Created by Seungsoo on 5/24/18.
// Copyright © 2018 Seungsoo. All rights reserved.
//
#include <algorithm>
#include <iostream>
#include <vector>
#include <stack>
#include <sstream>
#include <string.h>
#include <cstring>
#include <string>
using namespace std;
int mai... | [
"nonestrike@gmail.com"
] | nonestrike@gmail.com |
73c285c6f49681dec2fb38a9d9f0ff5f68419960 | affa60abae8383cc3c3298c3ed14cc7091710179 | /src/cuda/SiPixel_convertiti/Framework/EDProducer.h | 1f644f219a54a59df6f952a6dc18ec52b6b16d0a | [
"Apache-2.0"
] | permissive | lauracappelli/pixeltrack-standalone-test-oneapi | 40dfa08fa49d353bab280aaf0ab8023369202c0e | 5832b6680ea0327f124afcfac801addbea458203 | refs/heads/master | 2022-12-22T04:01:27.280446 | 2020-09-17T16:05:51 | 2020-09-17T16:05:51 | 291,729,954 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,388 | h | #ifndef EDProducerBase_h
#define EDProducerBase_h
#include "WaitingTaskWithArenaHolder.h"
namespace edm {
class Event;
class EventSetup;
class EDProducer {
public:
EDProducer() = default;
virtual ~EDProducer() = default;
bool hasAcquire() const { return false; }
void doAcquire(Event const& ... | [
"viola.cavallini@student.unife.it"
] | viola.cavallini@student.unife.it |
771fdc32377c8c75b8baa201d3a887836e87a417 | 6d5eb938a16dcc6c9fa9845ace22b0c439029f81 | /test/key_param_output.cpp | b3a6082c6aec786acecf0daaf6e8224a2bef36ef | [] | no_license | subrahmanyaman/hostsetup | 988b6efd33466b5dc44c6b9c9da16cfd5b046c5e | 1848c734b032f5d66b3030b3536d61dab38ccad8 | refs/heads/main | 2023-07-28T16:55:34.593307 | 2021-09-14T09:25:09 | 2021-09-14T09:25:09 | 406,303,070 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,171 | cpp | /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"subrahmanyaman@google.com"
] | subrahmanyaman@google.com |
f41270e3e1232481a841b9866f39179304e82e8f | 755fc53a1c6d88e88cd9eb890bd077ca0738fb51 | /expconf-xml/src/TMrbXia_DGF_4C.cxx | cce74323e3e0389bf49978ceb6aa3e192af31170 | [] | no_license | flueke/marabou | bf9ed463c59ad106a9d8b36c60a880a5caa79920 | 2f54e181be6f6488c019dc924fe0e40f7adc10b9 | refs/heads/master | 2023-07-06T16:15:52.030497 | 2019-01-08T09:33:00 | 2019-01-08T09:33:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,830 | cxx | //__________________________________________________[C++ CLASS IMPLEMENTATION]
//////////////////////////////////////////////////////////////////////////////
// Name: expconf/src/TMrbXia_DGF_4C.cxx
// Purpose: MARaBOU configuration: Xia ADCs
// Description: Implements class methods to handle modules... | [
"Rudolf.Lutter@514c3d59-69d9-4452-b10b-b80f2e82d9e4"
] | Rudolf.Lutter@514c3d59-69d9-4452-b10b-b80f2e82d9e4 |
7692778aa42753dc5ee0049fdca3f9f7219ac614 | 0f1e3b0014c5ff62ae9591832f65600245a403e4 | /src/libseabreeze/include/vendors/OceanOptics/utils/Polynomial.h | 5d1ff156eb9bb4e2a8b21dd7273e5b326240eb2e | [
"MIT"
] | permissive | ap--/python-seabreeze | a5528f4d6043755e7f2e60ae181bb0eb4c1f38f8 | d312056d0d4c144ddd77bd783535ac9b2fb45f12 | refs/heads/main | 2023-08-17T04:10:06.552715 | 2023-07-10T22:11:03 | 2023-07-10T22:11:03 | 25,327,268 | 189 | 92 | MIT | 2023-09-11T22:39:25 | 2014-10-16T23:30:21 | C++ | UTF-8 | C++ | false | false | 3,497 | h | /***************************************************//**
* @file Polynomial.h
* @date February 2011
* @author Ocean Optics, Inc.
*
* The template type for this class must be either
* double or float. Any other type may cause unexpected
* results or a failure to compile.
*
* The implementation for this ... | [
"andreas@poehlmann.io"
] | andreas@poehlmann.io |
4dfae01fb1c6f0f4ee17e262f914eab8222561b4 | 8f27ca75187c121d9a815b00517175bc523f1801 | /Plugins/Voxel/Source/Voxel/Public/VoxelGraph/VoxelGraphWorldGenerator.h | 2fb3dc9de83d00e72f17862fc574413a27b4bda0 | [
"MIT"
] | permissive | Maverrin/FirstGame | 9991e84df316fef6afe7606b29d01f1eb8c375de | 9ff0eeb0948a4f223d31e03b2cbf35a955db9e9e | refs/heads/master | 2022-05-09T17:45:15.904563 | 2019-11-08T18:14:45 | 2019-11-08T18:14:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,875 | h | // Copyright 2018 Phyronnaz
#pragma once
#include "CoreMinimal.h"
#include "EdGraph/EdGraph.h"
#include "VoxelWorldGenerator.h"
#include "VoxelGraph/VoxelNode.h"
#include "VoxelConfigEnums.h"
#include "VoxelGraphWorldGenerator.generated.h"
#define VOXEL_PREVIEW_SIZE_SAVE 128
class UVoxelGraphGenerator;
class UEdGra... | [
"eigrads@hotmail.com"
] | eigrads@hotmail.com |
52bce4cbff488bc635904a89b30c8bbafbe2d3a6 | 72bc135df9e082e30af79a4b20c2a29bf2476656 | /OperandsFactory.cpp | a81967fa14d9d79f1dbd7e8104e9e4b269f44b0c | [] | no_license | 0auBSQ/Abstract-VM | 56d59e0afb2b33092f9539df6b9ee2112b72f637 | 5297dbb9ffe964cecb1b00124f6f461b5c5337e0 | refs/heads/main | 2023-01-06T01:43:52.664074 | 2020-11-06T23:32:36 | 2020-11-06T23:32:36 | 310,726,604 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,227 | cpp | #include "Operands.hpp"
IOperand const * OperandsFactory::createOperand( eOperandType type, std::string const & value ) const {
static IOperand const *(OperandsFactory::*dispatcher[])( std::string const & ) const = {
&OperandsFactory::createInt8,
&OperandsFactory::createInt16,
&OperandsFactory::createInt... | [
"0aubsq@gmail.com"
] | 0aubsq@gmail.com |
f906062dc488b50dc926c44a8e147954c6b40b9e | e59422d40df7501c61ae0d48712eac5c6892c6b7 | /Códigos - URI/2018/Top N - URI 1943.cpp | 2aa643f4376a55fd5bca8fcd3bc64761f0ca2976 | [
"Apache-2.0"
] | permissive | Thairam/URI | 72d0a0c8965922c891e20f637b3ae35c529527e4 | dbd2ebe1e1ae8d81c29fa0b8bdb3d7486b20edaa | refs/heads/master | 2022-02-18T19:59:58.368186 | 2019-09-22T13:19:57 | 2019-09-22T13:19:57 | 198,115,997 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 393 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(){
int n;
scanf("%d", &n);
if(n == 1){
printf("Top 1\n");
}else if(n<= 3){
printf("Top 3\n");
}else if(n<= 5){
printf("Top 5\n");
}else if(n <= 10){
printf("Top 10\n");
}else if(n <= 25){
printf("Top 25\n");
}else if(n <= 50){
printf("To... | [
"thayram01@gmail.com"
] | thayram01@gmail.com |
b445012993cdd9b9c7a5c70d520f476d18278907 | 6d057ca1a0367353bb9569985c0cff3b110355b8 | /src/harbour-telegrame.cpp | 23022b8b802b156a1bb8adb9aaa0fe59d2cace12 | [] | no_license | minlexx/telegra-me | 146940474b04d884be6dc5293e042416a9970fd9 | 9462072e57ff87c32fc295a51a12db6efa6f104b | refs/heads/master | 2020-04-13T10:41:25.316260 | 2018-12-26T07:30:46 | 2018-12-26T07:30:46 | 163,149,397 | 0 | 0 | null | 2018-12-26T07:30:47 | 2018-12-26T07:17:09 | C++ | UTF-8 | C++ | false | false | 14,554 | cpp |
#include <QGuiApplication>
#include <QQuickView>
#include <QQmlEngine>
#include <QUrl>
#include <QSortFilterProxyModel>
#include <qqml.h>
#include <sailfishapp.h>
#include <nemonotifications-qt5/notification.h>
#include "QtQmlTricks.h"
#include "QtTdLibEnums.h"
#include "QtTdLibJsonWrapper.h"
#include "QtTdLibConne... | [
"thebootroo@gmail.com"
] | thebootroo@gmail.com |
44bdaa8f832a8c7fc92cc00d3d2980b042abc669 | 8222416bad2ddb58f4c8f1869b523d8359f468fc | /VSTG/CommonResourcesMethods/FrameTimer.h | 13926476501dd6cf3c9cdb331d460dc52ed9ecf8 | [] | no_license | wchen1994/VSTG | 9f5e89ea15d48845c4b84c4b15dddff00d4d31e3 | d6ababaa908419def96623d2919039df8c1862e8 | refs/heads/master | 2021-01-20T00:29:36.313810 | 2017-07-15T04:49:12 | 2017-07-15T04:49:12 | 89,142,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 264 | h | #pragma once
#include "Defines.h"
#include <chrono>
namespace CommResMeth {
class __VSTG_API FrameTimer {
public:
FrameTimer();
float Mark();
private:
std::chrono::steady_clock::time_point curtime;
std::chrono::steady_clock::time_point lasttime;
};
} | [
"wchen1994@github.com"
] | wchen1994@github.com |
af9ee09723314007b34541b8dbad23d121ed13b3 | b89df4f34bdf3baa1bcb4bc55f727ea727d472a0 | /lwfk/lwTask.cpp | 97a1855b1437e5d8d39a73f8e4618156e66e9f50 | [] | no_license | henyouqian/lwfk_old | b7e330cee7c40a6606565ad5ce4db0c30120b31f | 63fcbc5e957ab26627430f60b6982aedbe053aac | refs/heads/master | 2016-09-05T13:59:08.053275 | 2013-08-19T17:18:15 | 2013-08-19T17:18:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,161 | cpp | #include "lwPrefix.h"
#include "lwTask.h"
#include "lwLog.h"
namespace lw {
struct TaskMgr
{
std::list<Task*> running;
std::list<Task*> adding;
std::list<Task*> removing;
};
static TaskMgr *_pTaskMgr = NULL;
void Task::init()
{
assert(!_pTaskMgr);
... | [
"henyouqian@gmail.com"
] | henyouqian@gmail.com |
a95d0d109e7788e612f3dc37de27bf1a38d1191b | a15200778946f6f181e23373525b02b65c44ce6e | /Algoritmi/2020-09-18/all-CMS-submissions-2020-09-18/20200918T120155.VR445766_id158clr.altopiano.cpp | 815b72baf52178b9ee3d482fe48208b02e80070a | [] | no_license | alberto-uni/portafoglioVoti_public | db518f4d4e750d25dcb61e41aa3f9ea69aaaf275 | 40c00ab74f641f83b23e06806bfa29c833badef9 | refs/heads/master | 2023-08-29T03:33:06.477640 | 2021-10-08T17:12:31 | 2021-10-08T17:12:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,679 | cpp | /**
* user: VR445766_id158clr
* fname: MARCELLO
* lname: CILLUFFO
* task: altopiano
* score: 100.0
* date: 2020-09-18 12:01:55.221730
*/
#include <cstdlib>
#include <iostream>
#include <algorithm>
#include <queue>
#include <vector>
#include <limits>
using namespace std;
const int MIN =numeric_limits<int>::min();;... | [
"romeo.rizzi@univr.it"
] | romeo.rizzi@univr.it |
89d7e772e1ef1e7f303dfb2e13fae56f41993c63 | b4f42eed62aa7ef0e28f04c1f455f030115ec58e | /messagingfw/msgtestfw/TestActions/Base/inc/CMtfTestActionFindEntryByName.h | f16645f22d810bd3a79a52650f194db3a3124e66 | [] | no_license | SymbianSource/oss.FCL.sf.mw.messagingmw | 6addffd79d854f7a670cbb5d89341b0aa6e8c849 | 7af85768c2d2bc370cbb3b95e01103f7b7577455 | refs/heads/master | 2021-01-17T16:45:41.697969 | 2010-11-03T17:11:46 | 2010-11-03T17:11:46 | 71,851,820 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,003 | h | /**
* Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl... | [
"none@none"
] | none@none |
6a4afcda828a0c1b75e38c08c4b27dadec7df63b | 7122f65c3ed40c36b638e0a1430c495fcec531ca | /ConsoleUI/ctips.h | 6b4c57756ab5348efe38e3d2d0cf7dcedee1d875 | [] | no_license | XYZ-bear/ConsoleUI | 4deb0822039c84222593e2ecea2f4ed6c33bbd45 | 67b730490c0a17adfb77165b24caae28ebd91af3 | refs/heads/master | 2020-04-07T12:45:38.919985 | 2019-04-30T10:55:49 | 2019-04-30T10:55:49 | 158,380,068 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 351 | h | #pragma once
#include "cwbase.h"
class ctips :
public cwbase
{
public:
ctips();
~ctips();
bool update(bool redraw = false);
bool init();
void click_in(c_point p);
void click_out(c_point p);
void double_click(c_point p);
void show_tip(cwbase *bind_ob,c_point p);
public:
void mouse_move_in(c_point p);
void ... | [
"xiongyan.zhong@foxmail.com"
] | xiongyan.zhong@foxmail.com |
cbb27da02d19e0903b6527b3d8aaef07a2f9ba53 | ba384da5689a4764fa9651b9a4eb7b33e4c2ab8a | /common/omx-components/videocodec/OMXVideoEncoderH263.cpp | 4066fbf79e321bc54196817d0b1dd8a160af727b | [
"Apache-2.0"
] | permissive | locng/android_hardware_intel | 0da734d160e941d755e709696b9409470466e04c | bc7b3b1b9786c758344443111ce6f3e870258413 | refs/heads/master | 2021-01-21T07:14:56.549271 | 2015-03-05T15:10:48 | 2015-03-05T15:14:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,060 | cpp | /*
* Copyright (c) 2009-2011 Intel Corporation. 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 app... | [
"quanganh2627@gmail.com"
] | quanganh2627@gmail.com |
1e7cd05b453a69bb1dd69f7dd03c281ba2351307 | 7f21ea6a664d025ad520eec7f789ff956c14238f | /Builder/main.cpp | f5354343c53a2691c591452f6b27c1cd390541f2 | [] | no_license | catcheroftime/DesignPatterns | 03505de8e7ef7a0a02366defce042d91aedcaaca | c8b8fee5624091513306689f58f0dda8c2772046 | refs/heads/master | 2023-04-30T10:14:25.242079 | 2021-05-25T09:46:34 | 2021-05-25T09:46:34 | 296,852,301 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 556 | cpp | #include <iostream>
#include "director.h"
using namespace std;
#ifndef SAFE_DELETE
#define SAFE_DELETE(p) { if(p){ delete p; p=nullptr;} }
#endif
int main()
{
Director director;
Builder6666 build6666;
Builder11199 build11199;
director.BuildUp(build6666);
director.BuildUp(build11199);
Compu... | [
"1500098266@qq.com"
] | 1500098266@qq.com |
d179cee5f125be2ffc92b317bf818631636ae3a2 | fae551eb54ab3a907ba13cf38aba1db288708d92 | /chromeos/components/eche_app_ui/eche_uid_provider.cc | 8ad4cc63831540972c023ec65525b887122fc7d1 | [
"BSD-3-Clause"
] | permissive | xtblock/chromium | d4506722fc6e4c9bc04b54921a4382165d875f9a | 5fe0705b86e692c65684cdb067d9b452cc5f063f | refs/heads/main | 2023-04-26T18:34:42.207215 | 2021-05-27T04:45:24 | 2021-05-27T04:45:24 | 371,258,442 | 2 | 1 | BSD-3-Clause | 2021-05-27T05:36:28 | 2021-05-27T05:36:28 | null | UTF-8 | C++ | false | false | 3,670 | cc | // Copyright 2021 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 "chromeos/components/eche_app_ui/eche_uid_provider.h"
#include <base/base64.h>
#include <openssl/base64.h>
#include <cstring>
#include "base/chec... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
0e31c9b2636ef1bb01082f8242c8f7add6f0bafa | b8499de1a793500b47f36e85828f997e3954e570 | /v2_3/build/Android/Preview/app/src/main/jni/_root.v2_accessor_Ali-8e553a3f.cpp | ba833fdec0d295d264b171b48b74c4770545f375 | [] | no_license | shrivaibhav/boysinbits | 37ccb707340a14f31bd57ea92b7b7ddc4859e989 | 04bb707691587b253abaac064317715adb9a9fe5 | refs/heads/master | 2020-03-24T05:22:21.998732 | 2018-07-26T20:06:00 | 2018-07-26T20:06:00 | 142,485,250 | 0 | 0 | null | 2018-07-26T20:03:22 | 2018-07-26T19:30:12 | C++ | UTF-8 | C++ | false | false | 6,393 | cpp | // This file was generated based on build/Android/Preview/cache/ux15/v2.unoproj.g.uno.
// WARNING: Changes might be lost if you edit this file directly.
#include <_root.v2_accessor_Ali-8e553a3f.h>
#include <Alive.ExampleApp.ProgramItem.h>
#include <Uno.Bool.h>
#include <Uno.Object.h>
#include <Uno.String.h>
#include <... | [
"shubhamanandoist@gmail.com"
] | shubhamanandoist@gmail.com |
47a518469ba143b9cc5e812d8ceb54ae5466828f | 994c927f5085b1407940d27075e8a2f5b4073427 | /PixNet/Main.cpp | f36141042ba19ee2192fa6e91a849303c2104407 | [
"MIT"
] | permissive | jizhihang/PixNet | e5df3d7436a1ad585f59b458c8263095c18c4fd8 | d3c913b0cdbfb9e3d5d75fbb1913ed278ab83cf8 | refs/heads/master | 2021-01-13T08:59:51.216541 | 2016-02-04T05:02:19 | 2016-02-04T05:02:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,960 | cpp | #include <iostream>
#include <sstream>
#include <fstream>
#include <string>
#include <vector>
#include<math.h>
#include<conio.h> //to make the output console wait
#include <time.h> //to show time
#include<cmath>
#include "general_header.h"
#include "pixnet_header.h"
#include "matlab_header.h"
using name... | [
"4rohanjain@gmail.com"
] | 4rohanjain@gmail.com |
06a87e2559bf08377134bb30e268130d0333fc8d | 879681c994f1ca9c8d2c905a4e5064997ad25a27 | /root-2.3.0/run/tutorials/multiphase/interFoam/laminar/capillaryRise/0.05/p | d170c971791c2401689b1ef525a997facdb0c89a | [] | no_license | MizuhaWatanabe/OpenFOAM-2.3.0-with-Ubuntu | 3828272d989d45fb020e83f8426b849e75560c62 | daeb870be81275e8a81f5cbac4ca1906a9bc69c0 | refs/heads/master | 2020-05-17T16:36:41.848261 | 2015-04-18T09:29:48 | 2015-04-18T09:29:48 | 34,159,882 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 86,364 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | [
"mizuha.watanabe@gmail.com"
] | mizuha.watanabe@gmail.com | |
450cf70d0dda79b94dcf261355fc365762c17337 | f2ddec489963578c9b5ebebef73639b590503e1a | /headers/container.h | 20d6ccc539b215679ec1e16d050f1f70294947f0 | [] | no_license | Vikt0r-Nekrutenko/sotp | 732376080599162b92be9331c3dc7702bce56d96 | 2653bb105b52bbe29dbebb9a2fd7778b751a85c9 | refs/heads/master | 2020-04-13T00:18:02.244351 | 2018-12-22T21:05:33 | 2018-12-22T21:37:30 | 150,176,895 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 353 | h | #ifndef CONTAINER_H
#define CONTAINER_H
#include <string>
#include <vector>
class container
{
public:
container();
~container();
void add(const int& _value);
const int getPrime(const std::size_t _index)const;
const std::string getStr()const;
const std::size_t getSize()const;
private:
std::vector<in... | [
"pro100alcoholic@gmail.com"
] | pro100alcoholic@gmail.com |
b4dba859adbe70000516a08dffd633daf76f17d5 | f0f225e4eeb47522991d6f8ef9e02a39a0735489 | /OpenGL/OpenGL/src/VertexBuffer.h | 130810f6a1d0f7ceebee62c4f65fe69be7116a72 | [] | no_license | raytracingDevTeam/OpenGL-vs | 7c5f0fe5ca312652a8de76581ec0c7e23308cf99 | 84f2276bc3ab521cf01d2af8a9096a46d1ac48e5 | refs/heads/master | 2020-03-21T16:26:30.708464 | 2018-06-26T17:24:46 | 2018-06-26T17:24:46 | 138,769,936 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 267 | h | #pragma once
#ifndef OPENGL_VERTEXBUFFER_H
#define OPENGL_VERTEXBUFFER_H
class VertexBuffer
{
private:
unsigned int m_RendererID;
public:
VertexBuffer(const void* data, unsigned int size);
~VertexBuffer();
void Bind() const;
void Unbind() const;
};
#endif | [
"rastelliandrea87@gmail.com"
] | rastelliandrea87@gmail.com |
b0f5c1b51a2fc818816903a107e9c9122a0c5358 | dd949f215d968f2ee69bf85571fd63e4f085a869 | /systems/css-2011-teams/red/subarchitectures/vision.sa/src/c++/vision/components/VirtualScene/TomGine/include/tgLighting.h | 02a635d4dab6016dbc5f5356e06a9141e0aae012 | [] | no_license | marc-hanheide/cogx | a3fd395805f1b0ad7d713a05b9256312757b37a9 | cb9a9c9cdfeba02afac6a83d03b7c6bb778edb95 | refs/heads/master | 2022-03-16T23:36:21.951317 | 2013-12-10T23:49:07 | 2013-12-10T23:49:07 | 219,460,352 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 879 | h | /**
* @file tgLighting.h
* @author Thomas Mörwald
* @date October 2009
* @version 0.1
* @brief Defining OpenGL lighting conditions.
*/
#ifndef TG_LIGHTING
#define TG_LIGHTING
#include <GL/gl.h>
#include "tgMathlib.h"
namespace TomGine{
/**
* @brief Struct tgLight
*
* Light settings
*/
struct tgLight{
vec4 a... | [
"marc@hanheide.net"
] | marc@hanheide.net |
ab5f53899c17b023203d1fa754813b804616a071 | 1f7974bf7bd5b5c91998e2022828f3a277ff7556 | /字符串/HDU-4821-hash.cc | 4671d8b7fd557a243890bec0e5569e28866a5826 | [
"MIT"
] | permissive | gkishard-workingboy/Algorithm-challenger | 1eda8a5d2ab567a1494a21c90ac750e1f559eae4 | 43336871a5e48f8804d6e737c813d9d4c0dc2731 | refs/heads/master | 2022-11-18T05:14:24.904034 | 2020-07-14T13:42:43 | 2020-07-14T13:42:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,718 | cc | /*
* Created by OFShare on 2020-01-25, 春节期间
*
*/
#include <cstdio>
#include <iostream>
#include <cstring>
#include <string>
#include <map>
const int maxn = 1e5 + 5;
// 其中seed是顺便选择的基数
// 对一个串通过init_left, init_right的预处理后,就用get_hash(i,L)可以得到从位置i开始的,长度为L的子串的hash值.
// seed: 31 131 1313 13131 131313 etc.
const int seed... | [
"OFShare@outlook.com"
] | OFShare@outlook.com |
bd5ed783585c52b9f99f180d8557bc272f2e907a | 102527d10f3d6d71ed8799fa079300615b505f1f | /Engine/Graphics.h | abcd35b8518cf10c45732ecb5c54234be4638cd2 | [] | no_license | Patrykz94/Snek-Game | efd52b408d88c4f9d18b243d5ca44ae412667f7e | 36ea13f67e2d8e62af0da4043548764cacdae95b | refs/heads/master | 2021-01-18T20:01:41.961758 | 2018-02-20T16:21:57 | 2018-02-20T16:21:57 | 86,928,009 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,570 | h | /******************************************************************************************
* Chili DirectX Framework Version 16.07.20 *
* Graphics.h *
* Copyright 2016 PlanetChili <http://www.planetchili.net> *
* *
* This file is part of The Chili DirectX... | [
"zawpat@googlemail.com"
] | zawpat@googlemail.com |
ab60ba4830e6b694a717c1b7c304dd429dbc6f21 | 35b929181f587c81ad507c24103d172d004ee911 | /Bundles/LeafUI/uiImageQt/include/uiImageQt/WindowLevel.hpp | 0ca170663c16ea7e1254f1cad7f246f679d2bf83 | [] | no_license | hamalawy/fw4spl | 7853aa46ed5f96660123e88d2ba8b0465bd3f58d | 680376662bf3fad54b9616d1e9d4c043d9d990df | refs/heads/master | 2021-01-10T11:33:53.571504 | 2015-07-23T08:01:59 | 2015-07-23T08:01:59 | 50,699,438 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,152 | hpp | /* ***** BEGIN LICENSE BLOCK *****
* FW4SPL - Copyright (C) IRCAD, 2009-2012.
* Distributed under the terms of the GNU Lesser General Public License (LGPL) as
* published by the Free Software Foundation.
* ****** END LICENSE BLOCK ****** */
#ifndef _UIIMAGEQT_WINDOWLEVEL_HPP_
#define _UIIMAGEQT_WINDOWLEVEL_HPP_
#... | [
"fbridault@IRCAD.FR"
] | fbridault@IRCAD.FR |
d4c71fe6c22bd2d27b1c8186de308725a8ed27d9 | 87929efca3d762486e086f222efef55b29256eca | /contracts/test_api/test_transaction.cpp | a92225c54d4389b4636aed9f899a530b3472b21d | [
"MIT"
] | permissive | ProbeChain/cubetrain | d4650865ae1a821d78aaf6712d7bdf8937e562ab | f02f9b67ef0d3e6d46d3aa96e6f9974ae72b13ff | refs/heads/master | 2022-12-13T12:12:41.137518 | 2019-11-30T10:09:02 | 2019-11-30T10:09:02 | 224,988,171 | 1 | 0 | MIT | 2022-12-11T18:49:23 | 2019-11-30T09:24:26 | C++ | UTF-8 | C++ | false | false | 11,596 | cpp | /**
* @file
* @copyright defined in seat/LICENSE.txt
*/
#include <cubetrainlib/action.hpp>
#include <cubetrainlib/crypto.h>
#include <cubetrainlib/transaction.hpp>
#include "test_api.hpp"
#pragma pack(push, 1)
template <uint64_t ACCOUNT, uint64_t NAME>
struct test_action_action {
static account_name get_accou... | [
"qf_wu@shanchain.com"
] | qf_wu@shanchain.com |
c94a01b423a88217c6be5e23c3097a071cd324ae | 8567438779e6af0754620a25d379c348e4cd5a5d | /third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerError.h | b7b360f14babd819c5120b404af5da2b626a8973 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | thngkaiyuan/chromium | c389ac4b50ccba28ee077cbf6115c41b547955ae | dab56a4a71f87f64ecc0044e97b4a8f247787a68 | refs/heads/master | 2022-11-10T02:50:29.326119 | 2017-04-08T12:28:57 | 2017-04-08T12:28:57 | 84,073,924 | 0 | 1 | BSD-3-Clause | 2022-10-25T19:47:15 | 2017-03-06T13:04:15 | null | UTF-8 | C++ | false | false | 2,455 | h | /*
* Copyright (C) 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
432aba0c293d8c49801d9fc62770a6de85f40116 | 2a15722def201974110452467b4f093679ed8f34 | /subsequences.cpp | f56df428e3a19926899445732636f7747eda4e56 | [] | no_license | psdhanesh7/Competitive-Coding | 46eb525dc566e64e00b8daf20310f8625710bc68 | 26267ac0fc91decca3c2d6e9b8b0998f4970c5f4 | refs/heads/master | 2020-12-19T01:38:31.185834 | 2020-05-19T07:37:24 | 2020-05-19T07:37:24 | 235,579,890 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 848 | cpp | //The question is to return all the subsequences of a given string
#include<bits/stdc++.h>
using namespace std;
int subsequences(string input, string *output)
{
if(input.empty())
{
output[0] = "";
return 1;
}
int smallerAnsSize = subsequences(input.substr(1), output); //finding all the subsequeces of the s... | [
"psdhanesh2000@gmail.com"
] | psdhanesh2000@gmail.com |
e88824a027cdb3e9e7d1ba5bc4c63f9024c6144e | ad273708d98b1f73b3855cc4317bca2e56456d15 | /aws-cpp-sdk-rds/source/model/DescribeDBLogFilesRequest.cpp | 05a99cec6d74613ab3e2704c6dfe812c18378467 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | novaquark/aws-sdk-cpp | b390f2e29f86f629f9efcf41c4990169b91f4f47 | a0969508545bec9ae2864c9e1e2bb9aff109f90c | refs/heads/master | 2022-08-28T18:28:12.742810 | 2020-05-27T15:46:18 | 2020-05-27T15:46:18 | 267,351,721 | 1 | 0 | Apache-2.0 | 2020-05-27T15:08:16 | 2020-05-27T15:08:15 | null | UTF-8 | C++ | false | false | 2,331 | 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 |
cf3b76505590ee07b22d192b8390267000f971ad | 5ac2e1c054269393efc091e65cd7a8b96c5a3b8c | /llvm-3.7.1.src.fgpu/lib/Target/Fgpu/Disassembler/FgpuDisassembler.cpp | 76aacc2a13ac94649e48b2e6e75e27701d03ad42 | [] | no_license | paleolithicman/DOGPU | 45885445800fa1a57550c48f61e2cacd3a8bd21f | 00247bf3b68195ffe28f2ebcc6b78a11cf559b25 | refs/heads/master | 2023-07-17T06:22:57.039712 | 2021-09-07T22:37:00 | 2021-09-07T22:37:00 | 397,407,366 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,745 | cpp | //===- FgpuDisassembler.cpp - Disassembler for Fgpu -------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"marui9633@vsl025.research.intel-research.net"
] | marui9633@vsl025.research.intel-research.net |
32d9e7deb55a3aea25cdcf3e7cd8e5f6f4c51cb2 | 27e1a0831fa730f710c7f48125092b8bfa98c8c6 | /tests/framework/instruments/Measurement.h | 5c62977b91f64bc25f20f385f527e6c81a14f066 | [
"MIT"
] | permissive | adityagupta1089/ComputeLibrary | ff9c57f4f69b02d3789f72b5223bc9c1f28ad777 | 39945fde9bbb805e76c55baf3ca536a376fb00f4 | refs/heads/master | 2021-06-22T06:54:52.030052 | 2021-01-03T14:04:39 | 2021-01-03T14:04:39 | 158,011,217 | 2 | 1 | MIT | 2018-11-17T18:07:24 | 2018-11-17T18:07:24 | null | UTF-8 | C++ | false | false | 8,961 | h | /*
* Copyright (c) 2017-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* ri... | [
"anthony.barbier@arm.com"
] | anthony.barbier@arm.com |
16f20d8334ee154a08e7c1d967fe6b082ea12c05 | acc2f5336d768a7d86dbd2eec441283cfd11d52d | /src/Core/CGUndisplayItem.cpp | 322e1865371280368f9c3c766ffd846df5c0e4cf | [] | no_license | stevexk/server | 86df9e8c2448ad97db9c3ab86820beec507ef092 | 4ddb6e7cfa510bb13ccd87f56db008aa1be1baad | refs/heads/master | 2020-01-23T22:00:57.359964 | 2015-09-18T14:58:27 | 2015-09-18T14:58:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,067 | cpp | //////////////////////////////////////////////////////////////////////////////
// Filename : CGUndisplayItem.cpp
// Written By :
// Description :
//////////////////////////////////////////////////////////////////////////////
#include "CGUndisplayItem.h"
void CGUndisplayItem::read (SocketInputStream & iStream) ... | [
"tiancaiamao@gmail.com"
] | tiancaiamao@gmail.com |
df99e5a4417a8602a67ef13d334f0ff62ccacccd | 107db934db600f02f496ad30d1cbf3f919005473 | /libraries/Embedded_Template_Library/test/test_jenkins.cpp | ac9b104d337f047ea5727f0a0544ab0fd0228e1d | [
"MIT"
] | permissive | sh4dov/arduino | 106a8f43ce8621a4cd7191a7c5552e33f000fb6b | 2ba4e096e39643d316363732b7d64768693f704a | refs/heads/master | 2023-05-26T16:15:01.772897 | 2023-05-12T10:50:37 | 2023-05-12T10:50:37 | 54,305,397 | 0 | 0 | null | 2023-03-07T15:45:27 | 2016-03-20T07:14:49 | C++ | UTF-8 | C++ | false | false | 6,840 | cpp | /******************************************************************************
The MIT License(MIT)
Embedded Template Library.
https://github.com/ETLCPP/etl
http://www.etlcpp.com
Copyright(c) 2014 jwellbelove
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associate... | [
"arojek.work@gmail.com"
] | arojek.work@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.