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 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
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 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
798e8e1d5ef593ec79fd33543025e162b12b3f70 | 4c1865d446145b160a3bd5afa9527d3fe918e156 | /test/fixtures/example/hello.cc | 767cf503e22436f88b67cc3ed8eb6c6695af0448 | [
"MIT"
] | permissive | webpack-contrib/node-loader | d153dd54cf18f401fdb7161235b489bf028079f6 | 2e556b34d9cc4d9fc7b0814d1482491bed15f357 | refs/heads/master | 2023-08-28T06:48:09.434846 | 2023-06-04T13:43:46 | 2023-06-04T13:43:46 | 8,218,682 | 114 | 38 | MIT | 2023-09-10T00:35:21 | 2013-02-15T13:23:37 | JavaScript | UTF-8 | C++ | false | false | 676 | cc | #include <assert.h>
#include <node_api.h>
napi_value Method(napi_env env, napi_callback_info info) {
napi_status status;
napi_value world;
status = napi_create_string_utf8(env, "world", 5, &world);
assert(status == napi_ok);
return world;
}
#define DECLARE_NAPI_METHOD(name, func) ... | [
"noreply@github.com"
] | webpack-contrib.noreply@github.com |
6f1bf2d16b46f790d645ea38104d80a8602f982f | ce9bd4b9eef50a903253db4b4cf4878b9e42b61a | /3rdParty/DirectXTex/DirectXTex/DirectXTexCompress.cpp | 3e28c65a6494bfb2592de3f860b28896d297fd3d | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sahwar/pdn-ddsfiletype-plus | f2a8399cef2d7f97cf59baa7a77aa158ef537ab0 | 562d004a5fc60dde58d25181590088dec0df82ac | refs/heads/master | 2020-04-14T05:45:21.378128 | 2018-12-31T10:51:42 | 2018-12-31T10:51:42 | 163,668,025 | 1 | 0 | MIT | 2018-12-31T12:39:52 | 2018-12-31T12:39:52 | null | UTF-8 | C++ | false | false | 29,365 | cpp | //-------------------------------------------------------------------------------------
// DirectXTexCompress.cpp
//
// DirectX Texture Library - Texture compression
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
//
// http://go.microsoft.com/fwlink/?LinkId=248926
/... | [
"0xC0000054@users.noreply.github.com"
] | 0xC0000054@users.noreply.github.com |
f140791b271b7a36f44c81cbfb77797d552dc22b | f338eb32c45d8d5d002a84798a7df7bb0403b3c4 | /CondCore/Utilities/bin/conddb_migrate.cpp | f6422f670a4c70ee9bc6737244c4e89273cba5ea | [] | permissive | wouf/cmssw | 0a8a8016e6bebc611f1277379e12bef130464afb | 60da16aec83a0fc016cca9e2a5ed0768ba3b161c | refs/heads/CMSSW_7_3_X | 2022-06-30T04:35:45.380754 | 2015-05-08T17:40:17 | 2015-05-08T17:40:17 | 463,028,972 | 0 | 0 | Apache-2.0 | 2022-02-24T06:05:30 | 2022-02-24T06:05:26 | null | UTF-8 | C++ | false | false | 6,359 | cpp | #include "CondCore/DBCommon/interface/DbSession.h"
#include "CondCore/DBCommon/interface/DbTransaction.h"
//#include "CondCore/DBCommon/interface/Exception.h"
#include "CondCore/DBCommon/interface/Auth.h"
#include "CondCore/CondDB/interface/ConnectionPool.h"
#include "CondCore/CondDB/interface/Utils.h"
#include "CondC... | [
"giacomo.govi@cern.ch"
] | giacomo.govi@cern.ch |
3078179b66dd1ae576dc0fb65039e92eeee2026f | b57193090bbfa5838f1e673f37ac82ad26286b54 | /src/certdb/JWS.hxx | 0610cd2f273645476fb25b1b20bc40d34819ec3c | [] | no_license | luckydonald-backup/beng-proxy | 8021e4fe7bb06e24b6f7d2a5464fc6051a8df25f | 34ef0a94c7005bde20390c3b60a6439cc6770573 | refs/heads/master | 2020-05-24T20:56:31.428664 | 2019-05-16T08:40:44 | 2019-05-16T09:14:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,587 | hxx | /*
* Copyright 2007-2018 Content Management AG
* All rights reserved.
*
* author: Max Kellermann <mk@cm4all.com>
*
* 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 reta... | [
"mk@cm4all.com"
] | mk@cm4all.com |
618fda5bf9d4b1287f9cc80041904d11e37aa4e7 | 626e37df4e19599f87eb5801f7edbce7127439e1 | /pqSource/symclass.cpp | aed77b64c205aa4f81ecc2b6f09ca1c48a5313cf | [] | no_license | warunanc/loqt | 42ee6b85e07395bd18d92196b9640c19ab944431 | b1365ff55db053a51aafe73729395ece1678187b | refs/heads/master | 2021-06-11T06:35:19.372825 | 2017-04-13T09:01:04 | 2017-04-13T09:01:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,663 | cpp | /*
pqSource : interfacing SWI-Prolog source files and Qt
Author : Carlo Capelli
E-mail : cc.carlo.cap@gmail.com
Copyright (C): 2013,2014,2015,2016
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Licens... | [
"cc.carlo.cap@gmail.com"
] | cc.carlo.cap@gmail.com |
88ebdeea5cc26f5ec558b0a399fc86553c3afd41 | f44fe1856dc0511ec05081eed4e31d2b0a86dd88 | /download/downloadmanagerFTP.cpp | 870fa7c5e9621824dfdc9b87e34cf800ffb5b7aa | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | emptyewer/MAPster | 97a3d6b61b791fcab8937952c7ae62a982d06581 | f2bd3e8ea64fe7e0a9de91bd2a9147621b870503 | refs/heads/master | 2020-05-29T08:47:35.640095 | 2017-03-17T21:15:46 | 2017-03-17T21:15:46 | 70,012,278 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,789 | cpp | #include "downloadmanagerFTP.h"
#include "../mainwindow.h"
#include <QtGlobal>
#if QT_VERSION < 0x050000
#include <QFileInfo>
#include <QDateTime>
#include <QDebug>
DownloadManagerFTP::DownloadManagerFTP(QObject *parent) :
QObject(parent)
, _pFTP(NULL)
, _pFile(NULL)
, _nDownloadTotal(0)
, _bAc... | [
"venky.krishna@icloud.com"
] | venky.krishna@icloud.com |
91dde796f586b0c506f37a0414eb947cdbccffec | 0805b803ad608e07810af954048359c927294a0e | /bvheditor/data/ImageFile.cpp | a9f7d84db3850a542adb3d783e6f69039e014780 | [] | no_license | yiyongc/BvhEditor | 005feb3f44537544d66d54ab419186b73e184f57 | b512e240bc7b1ad5f54fd2e77f0a3194302aab2d | refs/heads/master | 2023-03-15T14:19:31.292081 | 2017-03-30T17:27:17 | 2017-03-30T17:27:17 | 66,918,016 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,506 | cpp | #include "ImageFile.h"
ImageFile::ImageFile(QString name, QImage img) :
m_imgName(name),
m_img(img),
m_imgTexture(0),
m_meshImg(0),
m_deformedMesh(new TTextureMesh),
m_deformer(RigidMeshDeformer2D())
{
//column by column initialize transform matrix to identity
m_transformMatrix[0] = 1;
m_transformMatrix[1] =... | [
"yiyong.cyy@gmail.com"
] | yiyong.cyy@gmail.com |
c1b0b9f01c7e3b450c05f1b9a6cf143e6896092f | 20bbebc8f0a6cb8cc274f860b8aad8253091535b | /nrf52_bot_fw/src/lib/ble_bluefruit/utility/AdaMsg.cpp | 5c0f43b05fdee5a5bbc7610a71b44ddc041d7da9 | [
"MIT",
"Apache-2.0"
] | permissive | chcbaram/nrf52_bot | 797a9ba475fb7878e8d414cc3cd5fa21bee363a0 | aa9f61c4266c51dcf31bf3cd28d8793c19936f85 | refs/heads/master | 2022-09-09T21:49:38.799364 | 2020-06-04T04:38:50 | 2020-06-04T04:38:50 | 250,185,264 | 0 | 3 | Apache-2.0 | 2020-04-02T14:37:03 | 2020-03-26T07:05:39 | C | UTF-8 | C++ | false | false | 3,204 | cpp | /**************************************************************************/
/*!
@file AdaMsg.cpp
@author hathach (tinyusb.org)
@section LICENSE
Software License Agreement (BSD License)
Copyright (c) 2018, Adafruit Industries (adafruit.com)
All rights reserved.
Redistribution and u... | [
"kkw@robotis.com"
] | kkw@robotis.com |
d3d33855533b94d981d94c77e51a572c49b00e74 | 0bd75c652d87b948c99b7789e2c5d98c4e25f064 | /src/test/bech32_tests.cpp | f6bd3e0b192a7ceb07705db8486360060e619ddc | [
"MIT"
] | permissive | volta-im/volta-core | f7ff299a304f844e6c4b885a97db3f5e98ba3b44 | c98596a41dc28589b1dd95f5c0a71dc4abdd4d6f | refs/heads/master | 2020-05-03T09:16:54.391955 | 2019-08-16T19:48:49 | 2019-08-16T19:48:49 | 178,550,099 | 1 | 2 | MIT | 2019-06-25T16:07:06 | 2019-03-30T11:31:22 | C++ | UTF-8 | C++ | false | false | 2,146 | cpp | // Copyright (c) 2017 Pieter Wuille
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <bech32.h>
#include <test/test_volta.h>
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(bech32_tests, BasicTestingSetup)... | [
"ZaskV@volta.im"
] | ZaskV@volta.im |
d19bd6dfa005c48a7e0034609f92195067c020c1 | f88379b6a44b1a449911a0f62372d30e8f33e104 | /mesh_study_re100_transient/cylinder_fine/system/fvSolution | d67ede5883ee6d3ead5bf59cc8b3b9988d6e4496 | [] | no_license | pomtojoer/vortex_shedding_openfoam | 70ba895ef63fc4973b2747fbbde24cea939304db | 486f48714d3693dc221040fe646f9e8620b25a44 | refs/heads/main | 2023-05-23T16:44:07.648247 | 2021-06-17T23:32:58 | 2021-06-17T23:32:58 | 377,980,214 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,914 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
... | [
"pomtojoerkthu@hotmail.com"
] | pomtojoerkthu@hotmail.com | |
69c6d456aef2c5d379c6fcc5cd13e6b47fc7f32b | 6488b363ca49a8ac9854a9f11f371dbb552552a0 | /tools/camera_calibration_fisheye/main.cpp | 726d7b368e85ef3f6e76bc8340902012b8b53826 | [] | no_license | MLauper/sc_analyzer | ac8e611525d1bb42074b6b72c043121ce13ade33 | 3f36ada16cbb3447d951ef579254c485fb0143a0 | refs/heads/master | 2021-09-11T06:49:34.137417 | 2018-01-16T21:24:07 | 2018-01-16T21:24:07 | 105,157,481 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,765 | cpp | #include <iostream>
#include <sstream>
#include <string>
#include <ctime>
#include <cstdio>
#include <opencv2/core.hpp>
#include <opencv2/core/utility.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/calib3d.hpp>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/videoio.hpp>
#include <opencv2/highgui.hpp>
using... | [
"laupm4@bfh.ch"
] | laupm4@bfh.ch |
d9848869b1ca88d1d24ce4ad38b77dd5077bb109 | 6e22d7679ebeb092232de6052ced81c7d8ab97a6 | /IMFC/FrameOne/MY.cpp | 376c244a3846733783491b10218a9f91699ba50d | [] | no_license | chengguixing/iArt | e3de63161bd91a18522612d6320453431824061d | c2d60e36f2f2a6a04b2188f20e7264cfc5d05dc4 | refs/heads/master | 2021-01-02T09:27:11.010862 | 2014-06-28T12:34:56 | 2014-06-28T12:34:56 | 22,207,953 | 4 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cpp | #include "my.h"
CMyWinApp theApp;
int main(void)
{
CWinApp* pApp = AfxGetApp();
system("pause");
return 0;
} | [
"izhuxin@gmail.com"
] | izhuxin@gmail.com |
afad0a8d94c1b1b2b5d8e50204917278d6de5e38 | 8e4480aa00d78c5ebc36967b6c608c992246cb93 | /mem_sim_block.hpp | 7bdfb16fe6e7c1d931d54fbc2825121f459469b6 | [] | no_license | ppp2211/arch-cw2 | 92a48337efe722b3f5bee033cf665e8dcb12a82f | 327283919f5d534e12352a21ab03d9be20fbcf55 | refs/heads/master | 2021-03-27T19:10:14.068992 | 2016-01-21T21:21:06 | 2016-01-21T21:21:06 | 49,667,317 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 683 | hpp | #ifndef MEM_SIM_BLOCK_HPP
#define MEM_SIM_BLOCK_HPP
#include <vector>
#include <stdint.h>
using namespace std;
class block{
public:
block(int bw, int wb);
~block();
bool tag_match(unsigned searchtag) const;
bool is_valid() const;
bool is_dirty() const;
void read_data(vector<uint... | [
"p.pomien@gmail.com"
] | p.pomien@gmail.com |
6110fcc80e4cb53a076ba796ffd2ca92ce1727ca | ce690903b0cad896ea15642460c1d14c8ec4250e | /good/Filmora-Screen-Windows/FSCommonLib/VolumeSlider.cpp | 506923041230eff8138351b3c1aecb6ceb61bb6d | [] | no_license | LuckyKingSSS/demo | a572e280979a019246e6d51cb7c6bfa947829a5c | db4f55389d4ed2d3ada29083116654e2107e333e | refs/heads/master | 2021-07-05T22:09:17.065287 | 2017-09-28T05:51:51 | 2017-09-28T05:51:51 | 105,107,036 | 1 | 3 | null | null | null | null | GB18030 | C++ | false | false | 5,043 | cpp | #include "stdafx.h"
#include "inc_FSCommonlib/VolumeSlider.h"
#include "VolumeSlider_p.h"
#include "CommonWidgets.h"
VolumeSlider::VolumeSlider(QWidget *parent)
: QWidget(parent)
{
m_value = 0;
m_min = -51;
m_max = 100;
m_position = 0;
m_chunkWidth = 8;
m_grooveHeight = 2;
m_horizonal = false;
resize(20, 1... | [
"wangbiao@wondershare.cn"
] | wangbiao@wondershare.cn |
055af2f0663c821f2fc4964aa0e0c87a950db545 | 46cbd8ca773c1481bb147b54765985c636627d29 | /Ubuntu/Qt/FyCh/Supervisor.cpp | 943436bc3c15adfc87e1540aad480a351f3d9748 | [] | no_license | ator89/Cpp | e7ddb1ccd59ffa5083fced14c4d54403160f2ca7 | 9d6bd29e7d97022703548cbef78719536bc149fe | refs/heads/master | 2021-06-01T13:14:27.508828 | 2020-10-21T05:15:52 | 2020-10-21T05:15:52 | 150,691,862 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 55 | cpp | #include "Supervisor.h"
Supervisor::Supervisor()
{
}
| [
"ator89@outlook.com"
] | ator89@outlook.com |
840c4c5be0af0bee964fd843bce4c0d71fde6c7c | c7105d7261f3bee66c1e8f29aedb465a8afdc040 | /CS12/Programs/Program_7/main.cpp | 035f97ffc00d1aa4c9e1952361241bf545d2c2e9 | [] | no_license | adrianmoo2/College-Schoolwork | 6d93122dbc248a89b613e617c5b03c61e63a34a9 | b042fab56515fea50d0881ad40c69b9f920896a8 | refs/heads/master | 2020-03-26T00:11:43.495623 | 2019-03-27T07:48:35 | 2019-03-27T07:48:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 648 | cpp | #include "SortedSet.h"
int main()
{
SortedSet set;
SortedSet set2;
set.add(5);
set.push_front(6);
set.push_back(8);
set2.add(10);
set2.add(11);
set2.add(5);
set2.add(6);
set.display();
cout << endl;
set2.display();
cout << endl;
cou... | [
"atran059@ucr.edu"
] | atran059@ucr.edu |
028acd35d98dc86fca667347c81f476c2560769c | fab3558facbc6d6f5f9ffba1d99d33963914027f | /include/fcppt/log/error.hpp | 2d3892579ccb000db29d5a77d01fad953fc5ccba | [] | no_license | pmiddend/sgedoxy | 315aa941979a26c6f840c6ce6b3765c78613593b | 00b8a4aaf97c2c927a008929fb4892a1729853d7 | refs/heads/master | 2021-01-20T04:32:43.027585 | 2011-10-28T17:30:23 | 2011-10-28T17:30:23 | 2,666,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 545 | hpp | // Copyright Carl Philipp Reh 2009 - 2011.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef FCPPT_LOG_ERROR_HPP_INCLUDED
#define FCPPT_LOG_ERROR_HPP_INCLUDED
#include <fcppt/log/lev... | [
"pmidden@gmx.net"
] | pmidden@gmx.net |
b6ce7040cdbee5e51075d92e6aa42e714e6c2bdd | a7764174fb0351ea666faa9f3b5dfe304390a011 | /drv/TopoDS/TopoDS_TCompound.ixx | b528b19f8a89bb15e7dffae32e3aad15c4c60830 | [] | 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 | 748 | ixx | // 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.
#include <TopoDS_TCompound.jxx>
#ifndef _Standard_... | [
"shoka.sho2@excel.co.jp"
] | shoka.sho2@excel.co.jp |
8d65017783019238fab11cda557a565e2a34b7e8 | 23e266370db7b2969d7ab34555c6975ebebb056a | /src/qt/peertablemodel.h | 655587f1d805743cdb675e89aeef11fb43e32e2c | [
"MIT"
] | permissive | FINALFINANCE/xnode | dff69e2e5ad0bf70d4453e600b643a609db9101c | f00b70da3876674e7fe2f2f399443285784086fe | refs/heads/master | 2023-02-17T17:57:06.510189 | 2021-01-10T11:08:55 | 2021-01-10T11:08:55 | 331,884,224 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,138 | h | // Copyright (c) 2011-2013 The Bitcoin developers
//Copyright (c) 2017-2019 The PIVX developers
//Copyright (c) 2020 The xnode developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_PEERTABLEMODEL_H
#d... | [
"76868154+xnodevps-project@users.noreply.github.com"
] | 76868154+xnodevps-project@users.noreply.github.com |
bb20fcf4995ec4969e7f17521a240a5781db6f51 | 03a44baca9e6ed95705432d96ba059f16e62a662 | /Opentrains_Contest/10411/G.cpp | eb5122c71ce55bd722dc09ab38886f42a9305094 | [] | no_license | ytz12345/2019_ICPC_Trainings | 5c6e113afb8e910dd91c8340ff43af00a701c7c7 | cf0ce781675a7dbc454fd999693239e235fbbe87 | refs/heads/master | 2020-05-14T08:29:19.671739 | 2020-04-03T03:21:30 | 2020-04-03T03:21:30 | 181,722,314 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,609 | cpp | #include<cstring>
#include<cstring>
#include<cstdio>
#include<cmath>
#include<algorithm>
using namespace std;
#define rep(i,l,r) for(int i=l;i<=r;i++)
#define dow(i,l,r) for(int i=r;i>=l;i--)
#define rep0(i,r) for(int i=0,rr=(int)r;i<rr;i++)
#define fir first
#define sec second
#define mp make_pair
#define pb push_ba... | [
"1217783313@qq.com"
] | 1217783313@qq.com |
6320c9f7a67173c01aee7e58e79edf2aef7bec8a | 50bfe7fed2f3c30bbb209c42659f8fd525e672db | /PA2/include/object.h | 0e2dda76dc6a00154eec30bb9bbc8c2f256e69a6 | [] | no_license | samsonhaile14/OpenGL-Projects | b81f0c0870acd8127aed73fb56bf5d34bc906805 | 2bae05bf6ac557d2794e511ae05b03ddb7b36ce9 | refs/heads/master | 2021-06-20T22:03:21.924952 | 2017-08-14T03:29:09 | 2017-08-14T03:29:09 | 67,268,748 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 453 | h | #ifndef OBJECT_H
#define OBJECT_H
#include <vector>
#include "graphics_headers.h"
class Object
{
public:
Object();
~Object();
void Update(unsigned int dt, float movement[], bool pause);
void Render();
glm::mat4 GetModel();
private:
glm::mat4 model;
std::vector<Vertex> Vertices;
s... | [
"shaile@nevada.unr.edu"
] | shaile@nevada.unr.edu |
8415dc2883274c9312b4084291ffbcb21a91e0e4 | 73cfd700522885a3fec41127e1f87e1b78acd4d3 | /_Include/boost/range/algorithm/unique_copy.hpp | 7068be44b9183130e3bedf1d9d14827beeb223d8 | [] | no_license | pu2oqa/muServerDeps | 88e8e92fa2053960671f9f57f4c85e062c188319 | 92fcbe082556e11587887ab9d2abc93ec40c41e4 | refs/heads/master | 2023-03-15T12:37:13.995934 | 2019-02-04T10:07:14 | 2019-02-04T10:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,037 | hpp | ////////////////////////////////////////////////////////////////////////////////
// unique_copy.hpp
// Copyright Neil Groves 2009. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_... | [
"langley.joshua@gmail.com"
] | langley.joshua@gmail.com |
9ad54f51858eeea72eeb9ecd3cad994b6d3314ef | a1259ba819f057205f5ce3ddd84a01ab7a378bdf | /src/DataLayer/FileInfoList.h | d7005ad93e57c5425558f97362bfa4ef0405acd2 | [] | no_license | Mesrop-Gevorgyan/ATRChipset | f47a66f38d5579a60cf89ee439c949fd026d7fe3 | 8bc9ca3f922befc3d09492748f291968fc3ff91a | refs/heads/master | 2020-04-14T18:47:35.684894 | 2017-04-30T12:52:55 | 2017-04-30T12:52:55 | 68,121,974 | 1 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 606 | h | #ifndef __FILEINFOLIST__
#define __FILEINFOLIST__
#include <QList>
#include "FileInfo.h"
class CFileInfoList
{
public:
CFileInfoList();
CFileInfoList(QList<FileInfo>);
void append(const FileInfo&);
const FileInfo& at(unsigned) const;
int count(const FileInfo&) const;
in... | [
"karapetyanraz95@gmail.com"
] | karapetyanraz95@gmail.com |
6a48e90ead109e1e9134835b7ff311ec8080b773 | e9a0e4bac5c0676efec1e1f5d3008ab183a89f12 | /PET/src/NaISD.cc | b2b15493ccee75630c699a5651579eaeb39e85c5 | [] | no_license | fizyczny/G4_homework | d64344ffe656121ae2ee7166e9ff533ca1d73e2a | 5d28cd87dd0fd0f31ed6d80147eb1d6fb67b1908 | refs/heads/master | 2022-11-24T23:12:04.834936 | 2020-08-01T17:49:13 | 2020-08-01T17:49:13 | 254,691,109 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,935 | cc |
#include "NaISD.hh"
#include "G4HCofThisEvent.hh"
#include "G4Step.hh"
#include "G4ThreeVector.hh"
#include "G4SDManager.hh"
#include "G4ios.hh"
NaISD::NaISD(const G4String& name,
const G4String& hitsCollectionName,
G4int depthVal) : G4VSensitiveDetector(name)
{
collectionName.insert(hi... | [
"noreply@github.com"
] | fizyczny.noreply@github.com |
bf1326d98da8d021b1ad06b8c3a3a0835a6a67b5 | 2f10f807d3307b83293a521da600c02623cdda82 | /deps/boost/win/debug/include/boost/metaparse/v1/if_.hpp | 7784f94dbcc3b48566c981cf763712e981e7aeed | [] | no_license | xpierrohk/dpt-rp1-cpp | 2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e | 643d053983fce3e6b099e2d3c9ab8387d0ea5a75 | refs/heads/master | 2021-05-23T08:19:48.823198 | 2019-07-26T17:35:28 | 2019-07-26T17:35:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 128 | hpp | version https://git-lfs.github.com/spec/v1
oid sha256:e98b3cda7e7d954be79d09bdcdec4ea2d1a646b6d9239c53bca79a4ab0744304
size 903
| [
"YLiLarry@gmail.com"
] | YLiLarry@gmail.com |
c04212d24f29479246d9adf9324372c7189d00e8 | 6aeccfb60568a360d2d143e0271f0def40747d73 | /sandbox/SOC/2011/simd/libs/simd/mini_nt2/nt2/include/constants/fact_10.hpp | 9841f94fd0ea7d61feae9d257c22c3682cc7c3af | [] | no_license | ttyang/sandbox | 1066b324a13813cb1113beca75cdaf518e952276 | e1d6fde18ced644bb63e231829b2fe0664e51fac | refs/heads/trunk | 2021-01-19T17:17:47.452557 | 2013-06-07T14:19:55 | 2013-06-07T14:19:55 | 13,488,698 | 1 | 3 | null | 2023-03-20T11:52:19 | 2013-10-11T03:08:51 | C++ | UTF-8 | C++ | false | false | 173 | hpp | #ifndef NT2_INCLUDE_CONSTANTS_FACT_10_HPP_INCLUDED
#define NT2_INCLUDE_CONSTANTS_FACT_10_HPP_INCLUDED
#include <nt2/toolbox/constant/include/constants/fact_10.hpp>
#endif
| [
"loufoque@gmail.com"
] | loufoque@gmail.com |
8676b9b1c0d1445591fc5c2147383bed7cef7d15 | b2531eced9be01fe6c8daf6949633454f24db47f | /CISCO/MFCApplication1/CBuildingBlocks.h | f81db311823128f65be8f71db1fa7dd5afbb9338 | [] | no_license | CheretaevIvan/VisualStudioProjects | 6f7575c97ead4b118a21d70c5a3ba1895e955cb5 | abdcac001e0d73387e2f7a704b8ea69e30ade2be | refs/heads/master | 2021-01-10T18:17:30.379719 | 2016-03-20T21:10:21 | 2016-03-20T21:10:21 | 54,338,383 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,922 | h | // Автоматически создаваемые классы-оболочки IDispatch, созданные при помощи мастера добавления класса из библиотеки типов
#import "C:\\Program Files (x86)\\Microsoft Office\\Office15\\MSWORD.OLB" no_namespace
// CBuildingBlocks класс-оболочка
class CBuildingBlocks : public COleDispatchDriver
{
public:
CBuildingBloc... | [
"ivan_cheretaev@inbox.ru"
] | ivan_cheretaev@inbox.ru |
d5654daa3bdc14a55e15bc432877e02cc071ae13 | 206bc173b663425bea338b7eb7bc8efc094167b5 | /aoj/ad/start/gcd.cpp | 37ca6a0eb64af8a63d4354eccbc99bbcc8527be9 | [] | no_license | rika77/competitive_programming | ac6e7664fe95249a3623c814e6a0c363c5af5f33 | a0f860c801e9197bcdd6b029ca3e46e73dfc4253 | refs/heads/master | 2022-03-01T09:03:01.056933 | 2019-11-07T01:45:28 | 2019-11-07T01:45:28 | 122,687,377 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 321 | cpp | //商は実はいらないのでした。
#include<iostream>
using namespace std;
//Euclid
int gcd(int x, int y){
if (x < y) swap(x,y);
// int q = x /y;
int r = x%y;
while (r!=0) {
x = y;
y = r;
// q = x/y;
r = x%y;
}
return y;
}
int main(){
int x,y;
cin >> x >> y;
cout << gcd(x,y) << endl;
return 0;
}
| [
"mahimahi.kametan@gmail.com"
] | mahimahi.kametan@gmail.com |
852fdbd938ab4b2e814092a8f5e755ecdbafccae | 973e6b6952070cc2923d117aaa7772d9d010439b | /src/drivers/include/drivers/timer.h | 56e89b59074c66be5de000d0681de5a5ca0148ba | [] | no_license | delta/codecharacter-simulator-2020 | af4169dc79e709341ec61a0ad0263bdb0077ecbb | 1f1224aee3a15a8adaa7e68ee05dd35e053f2470 | refs/heads/master | 2023-03-25T22:17:03.967380 | 2021-03-19T15:30:08 | 2021-03-19T15:30:08 | 190,995,166 | 2 | 0 | null | 2021-03-22T10:58:31 | 2019-06-09T10:54:15 | C++ | UTF-8 | C++ | false | false | 1,829 | h | /**
* @file timer.h
* Declarations for a timer utility
*/
#pragma once
#include "drivers/drivers_export.h"
#include <atomic>
#include <chrono>
#include <cstdint>
#include <functional>
#include <thread>
namespace drivers {
/**
* An asynchronous timer class
*/
class DRIVERS_EXPORT Timer {
public:
/**
... | [
"noreply@github.com"
] | delta.noreply@github.com |
70be104bf34f0595e6901d57a220cad9175c55e0 | fa5924957c3261a28c05d64d4c589d09331a0a67 | /bullet_testbed/simulator.h | a3b61e9031611f5dd652fc181119a1053579350f | [] | no_license | emezeske/museum-of-ancient-artifacts | 8388be7ef5868fb53985a1352b88ddab93f9a22b | 2c5d02dcbd96f2d98d13888de163fddb349e0c1a | refs/heads/master | 2022-11-16T16:08:35.224440 | 2020-07-12T22:24:09 | 2020-07-12T22:24:09 | 279,150,235 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 612 | h | #ifndef SIMULATOR_H
#define SIMULATOR_H
#include <btBulletDynamicsCommon.h>
class Simulator
{
public:
Simulator();
virtual ~Simulator();
virtual void addRigidBody( btRigidBody *body );
virtual void removeRigidBody( btRigidBody *body );
virtual void resetCollisionObjects();
virtual void doOneStep( doubl... | [
"evan@meebo-inc.com"
] | evan@meebo-inc.com |
18d3031718c511d9155a163ec04b50ea5defaa3d | eb95f49fc2a0d6f83172894588fc5e520fbfddc2 | /test/test.cpp | d57b536db6ef19f0e3d907354802fa88ad731e49 | [
"MIT"
] | permissive | hitrich/Autonomous_Car_Lane_Det | 72373437fd551ec4811240a7f56ffec35feca993 | c4546663e2ac4a922f79aa17ade0994b57d13b58 | refs/heads/master | 2023-05-28T05:16:37.958425 | 2021-06-01T05:28:09 | 2021-06-01T05:28:09 | 372,710,598 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,767 | cpp | #include <opencv2/highgui/highgui.hpp>
#include <gtest/gtest.h>
#include<iostream>
#include <string>
#include <vector>
#include "opencv2/opencv.hpp"
#include "../include/LaneDetector.hpp"
/**
*@brief Function very similar to demo.cpp. It tests only one iteration of the algorithm for a single image.
*@param video is ... | [
"a17maestre2009@gmail.com"
] | a17maestre2009@gmail.com |
36806e7d6d489ec2a9b839601d86a861dddae829 | 242e828547e81581606d68ea05327880ff80076d | /src/Worker.cpp | bed428c09e0b8bc0ce2a7a5fc19f049e96cedc03 | [
"MIT"
] | permissive | entanmo/node-pow-addon | af7da117b93fd7e4e79130727eaeb33eaa2a028e | 88260e0b36006e182b05fe0f8d85a2b43e635adc | refs/heads/master | 2020-03-23T19:19:59.140387 | 2018-07-23T06:16:32 | 2018-07-23T06:16:32 | 141,969,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,596 | cpp | #include "Worker.h"
#include <iostream>
using namespace std;
namespace entanmo {
void Worker::startWorking() {
lock_guard<mutex> l(mMutex);
if (mWork) {
WorkerState ex = WorkerState::kStopped;
mState.compare_exchange_strong(ex, WorkerState::kStarting);
} else {
mState = WorkerState::kSta... | [
"5329422@qq.com"
] | 5329422@qq.com |
e7a092d14467eb0c7c9014d399a48a83bb073ae0 | 2a5d4544cf877439f4d274738750e0bb607d1c72 | /spoj/anarc09c.cpp | 34911c83c9084a2a30efeccc7acd79775f010067 | [] | no_license | shivam215/code | 65294836832a0eb76a2156a872b1803bb0b68075 | d70751ca0add4a42a0b91ee8805eda140028452a | refs/heads/master | 2021-01-11T08:32:55.557166 | 2017-09-13T16:00:41 | 2017-09-13T16:00:41 | 76,486,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,030 | cpp | #include <bits/stdc++.h>
using namespace std;
int fac1[1000006],fac2[1000006];
int main()
{
int a,b,i,coun,res;
cin>>a>>b;
int test=1;
while(a!=0 && b!=0)
{
memset(fac1,0,sizeof(fac1));
memset(fac2,0,sizeof(fac2));
while(a%2==0)
{
fac1[2]++;
a ... | [
"shivam.kumargarg0008@gmail.com"
] | shivam.kumargarg0008@gmail.com |
3979f756e218f08ad8649477be2052ab88f9d58e | 761edd39dd74aca01efa60eb6948c12b3edf560e | /Increasing Array.cpp | 5d34ab1a22550259b8b6390dafd774ae5407e59a | [] | no_license | nduchuyvp123/Hamic-Algo | 9cbabca41c4ded8efe2b52b14e92a81d06061203 | 08452f0fe5e26e798c1b4476312baeabcd33215d | refs/heads/master | 2023-05-07T17:17:12.170644 | 2021-05-31T17:26:25 | 2021-05-31T17:26:25 | 324,581,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 566 | cpp | #include <vector>
#include <iostream>
#include <string>
#include <algorithm>
#include <cmath>
using namespace std;
int main(int argc, char const *argv[])
{
unsigned long long int n;
cin >> n;
vector<unsigned long long int> a(n);
for (unsigned long long int i = 0; i < n; i++)
{
cin >> a[i];... | [
"nxhuy@zonemail.clpccd.edu"
] | nxhuy@zonemail.clpccd.edu |
c28fe0c4a57185b888286e190529b659819c1808 | 6848723448cc22474863f6506f30bdbac2b6293e | /tools/mosesdecoder-master/lm/builder/combine_counts.hh | 2eda5170492eb971a15d567448da4acc6c4b652b | [
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"LGPL-2.1-or-later",
"LicenseRef-scancode-other-copyleft",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | Pangeamt/nectm | 74b3052ba51f227cd508b89d3c565feccc0d2f4f | 6b84f048698f2530b9fdbb30695f2e2217c3fbfe | refs/heads/master | 2022-04-09T11:21:56.646469 | 2020-03-30T07:37:41 | 2020-03-30T07:37:41 | 250,306,101 | 1 | 0 | Apache-2.0 | 2020-03-26T16:05:11 | 2020-03-26T16:05:10 | null | UTF-8 | C++ | false | false | 904 | hh | #ifndef LM_BUILDER_COMBINE_COUNTS_H
#define LM_BUILDER_COMBINE_COUNTS_H
#include "lm/builder/payload.hh"
#include "lm/common/ngram.hh"
#include "lm/common/compare.hh"
#include "lm/word_index.hh"
#include "util/stream/sort.hh"
#include <functional>
#include <string>
namespace lm {
namespace builder {
// Sum counts f... | [
"alexander.raginsky@gmail.com"
] | alexander.raginsky@gmail.com |
192e35e28c7566cdaa1ee8d15aca9305fbc71863 | 112d4a263c3e9fc775fa82288a20a34b1efbe52d | /Material/RobertLafore_Book/Book_SourceCode/Progs/Ch07/sstrchar.cpp | b9e59beb2ad3187b190dfc109837edd6b4292542 | [
"MIT"
] | permissive | hpaucar/OOP-C-plus-plus-repo | 369e788eb451f7d5804aadc1eb5bd2afb0758100 | e1fedd376029996a53d70d452b7738d9c43173c0 | refs/heads/main | 2023-02-03T12:23:19.095175 | 2020-12-26T03:07:54 | 2020-12-26T03:07:54 | 324,466,086 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 661 | cpp | //sstrchar.cpp
//accessing characters in string objects
#include <iostream>
#include <string>
using namespace std;
int main()
{
char charray[80];
string word;
cout << "Enter a word: ";
cin >> word;
int wlen = word.length(); //length of string object
cout << "One character at a time: ";
... | [
"herminiopaucar@gmail.com"
] | herminiopaucar@gmail.com |
53f85f30bfb6eac3daf2c17e03252e24297c73c5 | 86df6f8f4f3c03cccc96459ad82bcdf3bf942492 | /misc/google/clone-graph.cc | cd57daf5d294160b9d441e1aa22b65a81b6e2f5c | [] | no_license | bdliyq/algorithm | 369d1fd2ae3925a559ebae3fa8f5deab233daab1 | e1c993a5d1531e1fb10cd3c8d686f533c9a5cbc8 | refs/heads/master | 2016-08-11T21:49:31.259393 | 2016-04-05T11:10:30 | 2016-04-05T11:10:30 | 44,576,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,411 | cc | // Question: 克隆有向图。
struct GraphNode {
int val;
vector<GraphNode*> neighbors;
GraphNode(int x) : val(x) {}
};
typedef unordered_set<GraphNode*> DirectedGraph;
// non recursion.
DirectedGraph clone(DirectedGraph& g) {
DirectedGraph ans;
unordered_map<GraphNode*, GraphNode*> m;
queue<GraphNode*... | [
"liyongqiang01@baidu.com"
] | liyongqiang01@baidu.com |
ff5509db4db934e912a44aabd6e9a7f4eb403854 | 39eae5cc024b6631a3a77853afed6983d8af31fe | /mix/workspace_vs/YY_WJX/TRANSACTION/Transaction.cpp | ae69cba79c3887188321e384edd555ca4f1714a0 | [] | no_license | SniperXiaoJun/mix-src | cd83fb5fedf99b0736dd3a5a7e24e86ab49c4c3b | 4d05804fd03894fa7859b4837c50b3891fc45619 | refs/heads/master | 2020-03-30T06:21:14.855395 | 2018-09-28T03:32:55 | 2018-09-28T03:32:55 | 150,854,539 | 1 | 0 | null | 2018-09-29T10:44:41 | 2018-09-29T10:44:41 | null | GB18030 | C++ | false | false | 1,212 | cpp | #include <iostream>
using namespace std;
#include "Transaction.h"
#include "../SIPProtocol/MsgFactory.h"
#ifdef MEMORY_TEST
#include "../Test/debug_new.h"
#endif
CTransaction::~CTransaction()
{
delete m_pLastReqMsg;
m_pLastReqMsg = NULL;
};
/////////////////////////////////////////////////////////... | [
"244540499@qq.com"
] | 244540499@qq.com |
73304ea7bf8ae0aa470e321b3ae1e1785e84a8bf | 54d9dc6b0ef41db57426dce1586d12ed571fded6 | /student.cpp | ce15f9da5bf977ae6c6eab206a53df176818c9ce | [] | no_license | rick-richardson/rosterProject | f8d748e48d21f4dcd7bfcca32f617342129be140 | 614950d343be1f758c62597cdc59768fec39fffa | refs/heads/main | 2023-08-15T00:44:07.219292 | 2021-10-01T04:23:19 | 2021-10-01T04:23:19 | 412,323,129 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,150 | cpp | #include <string>
#include <iostream>
#include "student.h"
using namespace std;
//D.2.a.
string Student::getID()
{
return studentID;
}
string Student::getFirstName()
{
return firstName;
}
string Student::getLastName()
{
return lastName;
}
string Student::getEmailAddress()
{
return... | [
"noreply@github.com"
] | rick-richardson.noreply@github.com |
7cc49edbcd5c2be8b65ede6b93676e5b6ddcc3f5 | 9f0c41bb41e9ec9d4c1e9e15d2d6d09f0a40fefc | /extern/partio/src/lib/io/NEW_BGEO.cpp | a5ee38c050411096859064e1a08ac5dbcd205560 | [
"MIT"
] | permissive | ttnghia/SPlisHSPlasH | 92a7eb7f39b3a4eaa41abf7962180198b0043e68 | ba9ee401844c43b554018b484decf897df544753 | refs/heads/master | 2021-01-17T17:00:57.121154 | 2017-04-24T16:35:22 | 2017-04-24T16:35:22 | 84,127,190 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 16,776 | cpp | /*
Copyright Disney Enterprises, Inc. All rights reserved.
This license governs use of the accompanying software. If you use the software, you
accept this license. If you do not accept the license, do not use the software.
1. Definitions
The terms "reproduce," "reproduction," "derivative works," and "distribution" ha... | [
"bender@cs.rwth-aachen.de"
] | bender@cs.rwth-aachen.de |
32d733e4bc9bf9529ec6d541827edc6f3abb0358 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13975/function13975_schedule_41/function13975_schedule_41_wrapper.cpp | c96749f478eafe17ba4a21efb35221507732de95 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,552 | cpp | #include "Halide.h"
#include "function13975_schedule_41_wrapper.h"
#include "tiramisu/utils.h"
#include <cstdlib>
#include <iostream>
#include <time.h>
#include <fstream>
#include <chrono>
#define MAX_RAND 200
int main(int, char **){
Halide::Buffer<int32_t> buf00(512, 512);
Halide::Buffer<int32_t> buf01... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
4bcf8d8a677edd21433d51d2ff879378e7f2daa9 | 9e4b45b1765473d099825613c272b7a5bde12504 | /include/tagslam/bag_sync.h | 3330de54acd73750ac7fb364322969da549f2bdf | [] | no_license | lnspection/tagslam | d3d2e306e12af3b3812cbf1a40bd3f5d044b502c | 3021a6d59fc997cd17563d69caba1ec7181cb0a7 | refs/heads/master | 2020-03-24T15:48:03.949042 | 2018-07-26T15:44:01 | 2018-07-26T15:44:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,955 | h | /* -*-c++-*--------------------------------------------------------------------
* 2018 Bernd Pfrommer bernd.pfrommer@gmail.com
*/
#ifndef TAGSLAM_BAG_SYNC_H
#define TAGSLAM_BAG_SYNC_H
#include <ros/ros.h>
#include <rosbag/bag.h>
#include <memory>
#include <string>
#include <vector>
#include <map>
#include <string>
... | [
"bernd.pfrommer@gmail.com"
] | bernd.pfrommer@gmail.com |
c07062a1349d168ccaa4adc10ea6330b445c9abf | d077e40e376f16c9420f32001decf946a34a6e71 | /FEBioFluid/FEIdealGasIsothermal.cpp | b32b290e3996d528973933caccacfc2dba40de2b | [
"MIT"
] | permissive | jnbrunet/febio2 | 43196e79f8c54a5c92f3f592aa7437fd3b3fe842 | fdbedae97c7d2ecad3dc89d25c8343cfbdeb195a | refs/heads/master | 2021-07-21T01:04:58.828864 | 2020-05-19T06:47:31 | 2020-05-19T06:47:31 | 203,228,954 | 0 | 0 | null | 2019-08-19T18:38:29 | 2019-08-19T18:38:28 | null | UTF-8 | C++ | false | false | 4,430 | cpp | /*This file is part of the FEBio source code and is licensed under the MIT license
listed below.
See Copyright-FEBio.txt for details.
Copyright (c) 2019 University of Utah, The Trustees of Columbia University in
the City of New York, and others.
Permission is hereby granted, free of charge, to any person obtaining ... | [
"mherron@omen.sci.utah.edu"
] | mherron@omen.sci.utah.edu |
08a0aa0ac108c19f992b2b38718ecf6cac65ec85 | 01a42b69633daf62a2eb3bb70c5b1b6e2639aa5f | /SCUM_UI_ActionProgress_parameters.hpp | c1110e897f41d327f8196ab12535211569d7f07c | [] | no_license | Kehczar/scum_sdk | 45db80e46dac736cc7370912ed671fa77fcb95cf | 8d1770b44321a9d0b277e4029551f39b11f15111 | refs/heads/master | 2022-07-25T10:06:20.892750 | 2020-05-21T11:45:36 | 2020-05-21T11:45:36 | 265,826,541 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,521 | hpp | #pragma once
// Scum 3.79.22573 (UE 4.24)
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace Classes
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------------------------------------------------
// Function UI... | [
"65712402+Kehczar@users.noreply.github.com"
] | 65712402+Kehczar@users.noreply.github.com |
33ea7d3c0892219cd41f47b4ad7c71e2b7c69187 | 712ef829d66a20748303fd187987c606e2f6c692 | /Source/PPP/AActors/ATileManager.cpp | b5252c3d636ed5cdb4fdf30f487e4456a9a8b213 | [] | no_license | kimFrost/PPP | fac52e7c8ca37b88ea1bbe56d2d42d8b1652f3ba | ccf4bcf96db17ae83224488823db2b3b8a7f0547 | refs/heads/master | 2021-05-11T20:49:15.451516 | 2018-05-02T19:20:49 | 2018-05-02T19:20:49 | 117,448,450 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,238 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "ATileManager.h"
#include "UObjects/UTile.h"
#include "UObjects/UGridManager.h"
#include "Components/HierarchicalInstancedStaticMeshComponent.h"
#include "Components/InstancedStaticMeshComponent.h"
#include "Runtime/CoreUObject/Pub... | [
"kim@thatworks.dk"
] | kim@thatworks.dk |
2a5136e3cc2272383f78de00de86b9e2ce4084e3 | 48985260e44088055144db308d79d48b2a5ec4f7 | /igstkNeedleObjectRepresentation.cpp | 5eb5fce0149d7d6d90733dd694c746d73fa92202 | [] | no_license | FubuFabian/SkinSegmentation | ab0a4656b3d311720ead9e5a6a50d05bc824fb60 | bea23c882b3453ea70e4ca62daf927946984a0b3 | refs/heads/master | 2016-09-06T01:24:17.429916 | 2014-06-30T17:02:48 | 2014-06-30T17:02:48 | 20,535,601 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,077 | cpp | /*=========================================================================
Program: Image Guided Surgery Software Toolkit
Module: igstkNeedleObjectRepresentation.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) ISC Insight Software Consortium. All rights reserved.
See IGS... | [
"fabian.trobles@gmail.com"
] | fabian.trobles@gmail.com |
4dc8d37a67518208f11ee703792e00f1c568ed19 | 7358678d3d80ca41e8eeabd289f1af9ce3e0e68d | /ttk/core/vtk/ttkContinuousScatterPlot/ttkContinuousScatterPlot.h | d5a27a8e79ca17c29ab5589cc7e831edfb28b66f | [
"BSD-3-Clause"
] | permissive | JonasLukasczyk/lts-sample-code | 1cda416f2db7a3aedbc8703de7b54290449991f5 | 257fbe51743a65652264751bb6471eca151132dd | refs/heads/master | 2022-12-08T13:20:59.925025 | 2020-09-02T08:11:11 | 2020-09-02T08:11:11 | 291,699,607 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,164 | h | /// \ingroup vtk
/// \class ttkContinuousScatterPlot
/// \author Guillaume Favelier <guillaume.favelier@lip6.fr>
/// \author Julien Tierny <julien.tierny@lip6.fr>
/// \date March 2016
///
/// \brief TTK VTK-filter that computes the continuous scatterplot of bivariate
/// volumetric data.
///
/// This filter produces a ... | [
"jl@jluk.de"
] | jl@jluk.de |
d55e8177b13badf7c33682be39a7af07c728c030 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /gpu/skia_bindings/grcontext_for_gles2_interface.cc | c6115fb8c5f36723d92a65c4108bf08ffa3bc3b6 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 2,726 | cc | // Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gpu/skia_bindings/grcontext_for_gles2_interface.h"
#include <stddef.h>
#include <string.h>
#include <utility>
#include "base/lazy_instance... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
b8e0ffa4b009b74ff3fd786f6756e8196d929531 | 0589cbbee2fb123d2c71cd30a5d3d743717f9154 | /TilSys/DlgThreshold.cpp | 5403542cf7b6fe37eee07f7d4c15ab8449fb3b64 | [] | no_license | bruce-leng/CrackInspection | fd5ec18264e1f76aad75677fbfb2430001a563a0 | f9caf6762bcd0deb5d176387345e880ef9ece8fd | refs/heads/master | 2021-01-13T12:18:41.022833 | 2016-09-29T07:59:14 | 2016-09-29T07:59:14 | 69,544,583 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,125 | cpp | // DlgThreshold.cpp : implementation file
//
#include "stdafx.h"
#include "TilSys.h"
#include "DlgThreshold.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// DlgThreshold dialog
DlgThr... | [
"bruce.bleng@gmail.com"
] | bruce.bleng@gmail.com |
5a06fab3511d1ccaf75cc544f57913d192d2d412 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /sae/include/alibabacloud/sae/model/RestartInstancesRequest.h | d41da1461c747b59f2df5670daa0126ea0e92ef0 | [
"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 | 1,475 | h | /*
* 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 |
b546f618e3f72a60b91cb51341e3f0ef0dca9135 | 10081dbec33e55b2cfe5910161366626a1f3ca81 | /monitor/ocn/base/facility/ErrorMsg.h | dd8fe219dd645e7aca79fd0d8c9e6161c5c8d485 | [] | no_license | duyouhua/hlsEncoder | 4e00e3068eb01112f82fe574c821dbd2ccfb6d59 | 6e0f45ad5bf5465486b7f134c76126e33cf782dc | refs/heads/master | 2021-01-20T13:10:27.380648 | 2016-03-11T09:46:28 | 2016-03-11T09:46:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 222 | h | #ifndef ERRORMSG_FACILITY_BASE_OCN_H
#define ERRORMSG_FACILITY_BASE_OCN_H
#include <string>
namespace ocn
{
namespace base
{
namespace facility
{
std::string getErrorMsg();
}
}
}
#endif // ERRORMSG_FACILITY_BASE_OCN_H
| [
"qiuzhiguanga@kugou.net"
] | qiuzhiguanga@kugou.net |
0607f8ff3472c289b6639d7c1e5e81e9253c2106 | af0ecafb5428bd556d49575da2a72f6f80d3d14b | /CodeJamCrawler/dataset/12_8135_60.cpp | 6fa677ad22355d39ebfcbbcf654d4764eb888968 | [] | no_license | gbrlas/AVSP | 0a2a08be5661c1b4a2238e875b6cdc88b4ee0997 | e259090bf282694676b2568023745f9ffb6d73fd | refs/heads/master | 2021-06-16T22:25:41.585830 | 2017-06-09T06:32:01 | 2017-06-09T06:32:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,419 | cpp | #include "cmath"
#include "cstdio"
#include "algorithm"
#include "map"
#include "numeric"
#include "queue"
#include "set"
#include "string"
#include "utility"
#include "vector"
using namespace std;
int T,t,A,B,a,b;
int sol;
set <int> R;
string flip_str(string x) {
string y = "";
for(int i = x.size()-1;i>=0;i--) {
... | [
"nikola.mrzljak@fer.hr"
] | nikola.mrzljak@fer.hr |
08260f1e14f81acf3efea9bd961c08523e792f0b | 73120b54a6a7a08e3a7140fb53a0b018c38b499d | /hphp/util/vixl/a64/simulator-a64.h | 9ad6f5e84a4f89c7175e36925710b7cd70b27652 | [
"Zend-2.0",
"LicenseRef-scancode-unknown-license-reference",
"PHP-3.01"
] | permissive | mrotec/hiphop-php | 58705a281ff6759cf1acd9735a312c486a18a594 | 132241f5e5b7c5f1873dbec54c5bc691c6e75f28 | refs/heads/master | 2021-01-18T10:10:43.051362 | 2013-07-31T19:11:55 | 2013-07-31T19:25:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,354 | h | /*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010-2013 Facebook, Inc. (http://www.facebook.com) |
+---------... | [
"sgolemon@fb.com"
] | sgolemon@fb.com |
16d30ce59836ad9bc43ebfbc49e2dba853b7c57a | 9acc8899b66713c475e0504807fa70dffde8a71b | /Algorithms/Greedy Algo/Seats.cpp | 6d320c55c6b5fddfa12345ae990a9d6f5d67d15d | [
"MIT"
] | permissive | pratikshakj/HacktoberFest2020-Contributions | 05b9d080bffb5921f8bb10d3ef52618021656a25 | a925218708c0739554d6f34ce9e4104541b27a3f | refs/heads/master | 2022-12-30T14:23:49.539114 | 2020-10-24T16:33:43 | 2020-10-24T16:33:43 | 306,925,378 | 3 | 0 | MIT | 2020-10-24T16:33:44 | 2020-10-24T16:31:36 | null | UTF-8 | C++ | false | false | 3,503 | cpp | /*
There is a row of seats. Assume that it contains N seats adjacent to each other.
There is a group of people who are already seated in that row randomly. i.e. some are sitting together & some are scattered.
An occupied seat is marked with a character 'x' and an unoccupied seat is marked with a dot ('.')
Now your t... | [
"53433312+bhaveshlohana@users.noreply.github.com"
] | 53433312+bhaveshlohana@users.noreply.github.com |
049b290a40774f60fa3f0765420d0ecdd3692863 | 8dbfa7dd87ff1531190202621494aa0342377368 | /gui/maintabwidget.cpp | 5ef744a4219be1e573380655b267ea7f534d2580 | [] | no_license | dazzle50/QPlanner | ea7d7b4668133c89c5dd326581723abec80068a4 | d6eab19e00e01cfc456ad2fa17d4abd1a227b747 | refs/heads/master | 2021-01-10T11:54:46.820915 | 2015-06-06T21:58:05 | 2015-06-06T21:58:05 | 36,996,654 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,718 | cpp | /***************************************************************************
* Copyright (C) 2014 by Richard Crook *
* http://code.google.com/p/projectplanner *
* *
* Thi... | [
"dazzle50@gmail.com"
] | dazzle50@gmail.com |
e819eacf75c090acc05f2bf0c8c75c97b4ceb1c4 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium/chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h | 119a0164a68cb8ec41383d726de0d327439f7966 | [
"MIT",
"BSD-3-Clause"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 16,086 | h | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_BAR_GTK_H_
#define CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_BAR_GTK_H_
#pragma once
#include <gtk/gt... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
37921940b08461278e5994385f6435a7a3c6947e | 35c9a440d2ab4bbdbce9eef077b266b90ca57e6a | /gulab/spoj/BYTESM2.cpp | 6d9910ddbacd0683faff89fd33eb80429868be1f | [] | no_license | kushkgp/CompetitiveCode | b6b934f49077d05658fdb8aa100d53b0e8ee62b2 | 2742d9d85374887fee2faddf4a10c51b3d3a2582 | refs/heads/master | 2021-03-30T16:12:49.161891 | 2018-12-26T07:58:15 | 2018-12-26T07:58:15 | 112,836,990 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 792 | cpp | #include <bits/stdc++.h>
#define tr(c,i) for(typeof((c).begin() i = (c).begin(); i != (c).end(); i++)
using namespace std;
typedef vector<int> vi;
typedef vector< vi > vvi;
int ans(const vvi v, int h, int w){
int dp[h][w];
for (int i = 0; i < h; ++i)
{
for (int j = 0; j < w; ++j)
{
dp[i][j] = 0;
if(i){
... | [
"kushagra.iitkgp@gmail.com"
] | kushagra.iitkgp@gmail.com |
e54f6922e6ed3612ca54fc361936ce6ea523f026 | efb87e4ac44f9cc98eab0dc162266fa1b99b7e5a | /Facebook Hacker Cup/FbHkrCup 20-R1-A1.cpp | d1251dfbbb5611bb843cd50a3e1e78b1e6249a35 | [] | no_license | farmerboy95/CompetitiveProgramming | fe4eef85540d3e91c42ff6ec265a3262e5b97d1f | 1998d5ae764d47293f2cd71020bec1dbf5b470aa | refs/heads/master | 2023-08-29T16:42:28.109183 | 2023-08-24T07:00:19 | 2023-08-24T07:00:19 | 206,353,615 | 12 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,188 | cpp | /*
Author: Nguyen Tan Bao
Statement: https://www.facebook.com/codingcompetitions/hacker-cup/2020/round-1/problems/A1
Status: AC
Idea:
- We notice that the width of rooms is the same and small (W <= 20). So we can maintain
an array "height" of W+1 (i from 0 to W) contains the height at x ... | [
"jerry.stone.manutd@gmail.com"
] | jerry.stone.manutd@gmail.com |
5a0f1150ba0d30baa841aaa0acf4a49a05c85125 | a091d500abbda0a3e36898b23075744c5a36433d | /ecs/src/component_test.cpp | f2c3d961a7eec6f55c34767c37e2691d65d2cdb4 | [
"MIT"
] | permissive | FabianHahn/shoveler | e996a50dd9d9e40442bd5e562fdbc45b1760b06c | 2f602fe2edc4bb99f74e570115fc733ecc80503c | refs/heads/master | 2023-08-31T00:52:54.630367 | 2023-08-28T12:45:01 | 2023-08-28T13:28:42 | 60,905,873 | 34 | 1 | MIT | 2022-12-14T16:43:36 | 2016-06-11T12:23:16 | C | UTF-8 | C++ | false | false | 28,208 | cpp | #include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <string>
extern "C" {
#include "shoveler/component.h"
#include "shoveler/component_type.h"
#include "shoveler/log.h"
#include "test_component_types.h"
}
#include "component_field_value_wrapper.h"
using ::testing::ElementsAre;
using ::testing::IsEmpty;
using... | [
"fabian@hahn.graphics"
] | fabian@hahn.graphics |
531788c33827bf687470a0209136923ff9891d88 | 7db9caf5123c9d4a559f5f555d856bb1eae1fb8e | /chap6/factorial.cpp | 4cd979c5fa301c3d2f6a47e186f969d7e4495911 | [] | no_license | PhillipSalazar/Programming-one | cde9d2b021c402a7e1de758a45b2258626cec6f0 | ef95def973791b02f6135e79c1caf24be761b2b6 | refs/heads/master | 2020-03-09T00:28:21.611114 | 2018-05-04T20:56:28 | 2018-05-04T20:56:28 | 128,489,003 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 337 | cpp | #include <iostream>
using namespace std;
long FACT(long n);
int main(){
int numIn = 0;
cout << "\nPlease enter an integer";
cin >> numIn;
cout << "factorial of " << numIn << " is " << FACT(numIn) << endl;
return 0;
}
long FACT(long num){
if (num == 0){
return 1;
} else {
return(num * FACT(... | [
"areabio52@gmail.com"
] | areabio52@gmail.com |
c7adf86d6c4b08162abfec5f74229f4e300329d7 | cd98b19a5066877a6de84ed3015a3d1bad7ab3cc | /reader_funnel_m0_feather/reader_funnel_m0_feather.ino | ffc8f266a9cc4bdf1988bc0d1651c5073a04b6c2 | [
"BSD-2-Clause"
] | permissive | tstellanova/senselog | 5cb22af3a72bb0fea735b2c3be7203f28d3407b8 | 72b8da8f567fe9a05e75f98fcb1a7929ff157a34 | refs/heads/master | 2021-01-17T13:00:09.304481 | 2016-07-29T21:02:55 | 2016-07-29T21:02:55 | 59,036,813 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,470 | ino | /**
*
*
*/
#include <OpenBMP280.h>
` #include <SD.h>
// base SPI pins
#define BMP_MOSI 13
#define BMP_MISO 12
#define BMP_SCK 11
// SPI chip select pins
#define BMP_CS0 20
#define BMP_CS1 21
#define BMP_CS2 5
#define BMP_CS3 6
#define BMP_CS4 9
#define BMP_CS5 10
const int kErrorLED = 13;
// SD card constants... | [
"tstellanova+github@gmail.com"
] | tstellanova+github@gmail.com |
07598283b5ff8b914b7769b4153ab2075333fd3a | 1d3a8bc0d855e61ba1975300fc14b991ccaba18b | /PyLoops/include/PyLoops/MapMatching/FastMapMatching.h | 95527a9af7c06e7ea0defc2c11afcd41566d3a6d | [] | no_license | tue-alga/RouteReconstruction | 0c448da15b33a5efa3b2e510fe5343f06e727fe5 | 9d71a9b14bb4e46e270e52c47983b4c2c9b691f9 | refs/heads/main | 2023-01-21T09:37:47.884107 | 2020-12-03T00:00:47 | 2020-12-03T00:00:47 | 318,003,592 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 592 | h | #ifndef PYLOOPS_MAPMATCHING_FASTMAPMATCHING
#define PYLOOPS_MAPMATCHING_FASTMAPMATCHING
#include <PyLoops/PyLoops.inc.h>
namespace LoopsAlgs::MapMatching
{
class FastMapMatching;
}
namespace PyLoops::MapMatching{
class FastMapMatching{
void multithreadedMapmatchSet(const LoopsLib::MovetkGeometryKernel... | [
"b.a.custers@tue.nl"
] | b.a.custers@tue.nl |
20804243152250ee952011717e8550611b1e4321 | 1f4ce808663ce88821e1ac0539ab5db07f64b545 | /include/tsar/Analysis/Memory/Passes.h | 3491a55423e6151224263741e478cf7c99e0521a | [
"Apache-2.0",
"NCSA"
] | permissive | v-makeev/tsar | 759f7af2ef98334bc35f02872606b334a9438b9c | a6f95cdaeb117ccd5fcb775b471b1aa17c45f4e8 | refs/heads/master | 2021-06-20T22:05:48.637920 | 2021-02-20T16:24:24 | 2021-02-20T16:24:24 | 215,977,391 | 0 | 0 | Apache-2.0 | 2019-10-18T08:28:26 | 2019-10-18T08:28:26 | null | UTF-8 | C++ | false | false | 8,389 | h | //===- Passes.h - Create and Initialize Memory Analysis Passes -*- C++ -*-===//
//
// Traits Static Analyzer (SAPFOR)
//
// Copyright 2018 DVM System Group
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// ... | [
"kaniandr@gmail.com"
] | kaniandr@gmail.com |
13ac7cec18d75b816c4ea69ce520fcbc3b2ba5a7 | 31ac07ecd9225639bee0d08d00f037bd511e9552 | /externals/OCCTLib/inc/TPrsStd_GeometryDriver.hxx | 32fc706d09d9dac1eb20a5c8a7b2b74a9f9f9f7a | [] | no_license | litao1009/SimpleRoom | 4520e0034e4f90b81b922657b27f201842e68e8e | 287de738c10b86ff8f61b15e3b8afdfedbcb2211 | refs/heads/master | 2021-01-20T19:56:39.507899 | 2016-07-29T08:01:57 | 2016-07-29T08:01:57 | 64,462,604 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,628 | 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 _TPrsStd_GeometryDriver_HeaderFile
#define ... | [
"litao1009@gmail.com"
] | litao1009@gmail.com |
f5f7e9a95d8a4ea92a37d065170cf9a15b9863fb | 14fdf908cbf7199479a02a941f84f9b63cc3a6f1 | /is_subtree/main.cpp | 015f8ac266d1f5437dfa582a1bb391798727baff | [] | no_license | gbertuol/codechef | 2305086c4b257aa8180fb69e23886c1ba68ddb6d | 3ae8dd0d753057df27e1986d6420b0193975631c | refs/heads/master | 2021-01-22T12:08:19.016276 | 2013-12-28T20:55:13 | 2013-12-28T20:55:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,165 | cpp | #include <Tree.h>
template <typename T>
bool matchTree(Node<T> *a, Node<T> *b)
{
if (!a && !b)
return true;
if (!a || !b)
return false;
if (a->data != b->data)
return false;
return matchTree(a->left, b->left) && matchTree(a->right, b->right);
}
template <t... | [
"bertuol@esss.com.br"
] | bertuol@esss.com.br |
47f5d3d74618625e33ab544c6af7d8bd94cbabe5 | dd2cc8a83c96b45eb5f7e1ad72ddeebd39b12ad9 | /include/boost/url/static_pool.hpp | 23cc94e859dc81932f64c7126a65487193b3da29 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | dendisuhubdy/url | 9a0307029198c5f37dacdb2cf5ea82e7b78140a7 | cb186dc5fa650a5dceb820915f975ef0c1a899cb | refs/heads/master | 2022-04-13T11:21:50.305706 | 2020-01-24T03:20:39 | 2020-01-24T03:55:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,634 | hpp | //
// Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// Official repository: https://github.com/vinniefalco/url
//
#ifndef BOOST_URL_STATIC_POOL_HPP
#... | [
"vinnie.falco@gmail.com"
] | vinnie.falco@gmail.com |
de5181291152c6c0a38ae7ec57dda5d023bd362b | a1d0ba29f9b0036a9d777d1137466d7f95be932e | /src/DuiLib/Control/UISlider.cpp | 94f3f8ded06d2df1d9302bf3ae787e791d496eb9 | [] | no_license | starsoverflow/videoplayer | 90d5a2a8724de25d145bc4739aa01cb1a9c62c5b | 75bf43ac3cf14e2c0aa7f35cd780ae074facf14f | refs/heads/master | 2021-06-28T03:02:24.033917 | 2020-11-15T14:45:42 | 2020-11-15T14:45:42 | 84,651,936 | 5 | 1 | null | null | null | null | GB18030 | C++ | false | false | 11,153 | cpp | #include "StdAfx.h"
#include "UISlider.h"
namespace DuiLib
{
CSliderUI::CSliderUI() : m_uButtonState(0), m_nStep(1),m_bSendMove(false)
{
m_uTextStyle = DT_SINGLELINE | DT_CENTER;
m_szThumb.cx = m_szThumb.cy = 10;
}
LPCTSTR CSliderUI::GetClass() const
{
return _T("SliderUI");
}
UINT CSliderUI::GetControl... | [
"star895769913@vip.qq.com"
] | star895769913@vip.qq.com |
7241f6eb1c9d2ff216e5f29b3d3cf6cf22fe55b4 | 3e5aac2f8338e65c51ea312c1190fe674ce8f9f7 | /Engine/Source/Runtime/Core/Public/HAL/Event.h | de0613695ae3ab0c92503f69a0b798a3acbb487a | [] | no_license | blueness9527/SolidAngle | b48fa9562776f24fc9f165b53048ff6982d9570b | c1c329cd8f0dcd97387ea962f4f00c0b67ccffdf | refs/heads/master | 2021-04-09T13:22:03.333409 | 2017-07-25T02:34:39 | 2017-07-25T02:34:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,974 | h | #pragma once
#include "CoreTypes.h"
#include "Math/NumericLimits.h"
#include "Misc/Timespan.h"
/**
* Interface for waitable events.
*
* This interface has platform-specific implementations that are used to wait for another
* thread to signal that it is ready for the waiting thread to do some work. It can also
* be us... | [
"yearlingWES@gmail.com"
] | yearlingWES@gmail.com |
543318a137d23b601cc9df2d62b1fce32bab2b96 | bea80db60ffab92429a371411256d5dd975a6ad0 | /stackusingqueues.cpp | e0783a87cc239ac1d41e8afa098f53fba971d8cb | [] | no_license | ananddeb23/cppsolutions | 7339efb4ccf9771cd00479dfaf04fa40583cfd3b | 93b61b4a1db2fd53d2c8e1f73c04293937e8e65e | refs/heads/master | 2021-01-01T16:27:45.165076 | 2017-07-20T13:33:04 | 2017-07-20T13:33:04 | 97,837,281 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,029 | cpp | #include<iostream>
#include<queue>
using namespace std;
queue<int> s1;
queue<int> s2;
void psh(int n){
s1.push(n);
}
void transfr1(){
if(!s1.empty()){
int t=s1.front();
s1.pop();
transfr1();
s2.push(t);
}
else{
return ;
}
}
void transfr2(){
if(!s2.empty()){
int t=s2.front();
s2.pop();
//s3.pus... | [
"ananddeb23@gmail.com"
] | ananddeb23@gmail.com |
d814f73792c62a010b0148ca224ef92cd729f7ad | d4d313a195839fdb360dea0d18f5432b355b8acd | /NetworkInterface.h | 6fd26523564e05a41ff7048c1748cdb58e4f04d6 | [] | no_license | nakkaya/makeWay | 6b8434e3b9804be0f5a0855ef4a714fe65cff6fd | 792fd28864f7234ebf43dc84ee2ef05ac3f6f6e9 | refs/heads/master | 2021-01-20T05:08:28.180139 | 2013-12-07T08:37:36 | 2013-12-07T08:37:36 | 210,124 | 3 | 1 | null | 2013-12-07T08:37:39 | 2009-05-26T01:01:48 | C++ | UTF-8 | C++ | false | false | 1,312 | h | // Copyright 2011 Nurullah Akkaya
// makeWay 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.
// makeWay is distributed in the hope... | [
"nurullah@nakkaya.com"
] | nurullah@nakkaya.com |
7012d75a66af16b444f0b6135cd86aaf862c9102 | f5c1518f067ba1baf4168ad8cd58264cba0f4037 | /AtomTraceCL/BVHTriMesh.cpp | 3b6711d74e980e8fc9b89db88ab35b418a0439f2 | [] | no_license | owuntu/AtomTraceCL | 09893d017dc469162ad5f8978ee6e38a112e9468 | 2623de466f3759b5dbf7510c0c175a64c07ee41c | refs/heads/master | 2022-03-02T19:41:37.069458 | 2022-02-25T12:49:22 | 2022-02-25T12:49:22 | 110,912,084 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,288 | cpp | #include "TriMesh.h"
#include "BVHTriMesh.h"
namespace AtomTraceCL
{
void BVHTriMesh::SetMesh(const TriMesh *m, unsigned int maxElementsPerNode /* = CY_BVH_MAX_ELEMENT_COUNT */)
{
mesh = m;
Clear();
Build(mesh->m_faces.size(), maxElementsPerNode);
}
void BVHTriMesh::GetElementB... | [
"cktao.g@gmail.com"
] | cktao.g@gmail.com |
a764da78cf39ff109e82de4be45786096608b548 | 400b5408cec60d4bf3c4885220285d671d3fa0ee | /pathplan.h | 51572b9bd0c875f5dfc3c33d174156cceb15c4a9 | [] | no_license | msnh2012/OCCT_KUKAwsts | 8386af9605373bd2f46354f5abf92d8a3b038e5f | 5e385fdc718835b064715e97c6862680ac858774 | refs/heads/master | 2023-03-19T02:39:56.812872 | 2021-01-28T00:05:36 | 2021-01-28T00:05:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,252 | h | #ifndef PATHPLAN_H
#define PATHPLAN_H
#include <QObject>
#include <QVector3D>
#include "globalvar.h"
#include <QTimer>
#include "kinematics.h"
enum MOVEMENT_MODE{
COMMON_MODE,
LINE_MODE,
ARC_MODE
};
typedef struct _FiveOrderPolyCoefficients
{
float data[6];
} FiveOrderPolyCoefficients;
typedef struc... | [
"zhuliang_flexi@163.com"
] | zhuliang_flexi@163.com |
aca6ea7b79b180d1526906aa3b9484a2ddd27d46 | e286931190b2fe2cd3b342a6359efb840d7ee025 | /11/part1.cpp | 118408246dd95238496b616410f95590a6182688 | [] | no_license | JohanSmet/aoc_2019 | 2a72ad1cec4e2888edeffb0d74df04ba55cce32e | 53d9f705f9d637e25d5a2807cbef0749dc6a2dd8 | refs/heads/master | 2021-07-10T23:13:51.585565 | 2020-12-05T14:35:22 | 2020-12-05T14:35:22 | 225,716,170 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,436 | cpp | #include <cassert>
#include <initializer_list>
#include <iostream>
#include <queue>
#include <vector>
#include <unordered_map>
using namespace std;
using base_t = int64_t;
using program_t = vector<base_t>;
class Computer {
public:
// functions
Computer(const program_t &prog) : program(prog) {
}
void add_input(i... | [
"johan.smet@justcode.be"
] | johan.smet@justcode.be |
71956e7a6f3253af51a4d63c0a9bac1835662e9d | 6232a242f9d08f5079bdd8b953a3406a43022908 | /mapnavi/src/mapdocument.cpp | 2a0bbad34f1fff2fc2b01f10dfd6cd5174607134 | [] | no_license | flaithbheartaigh/symbianmapnavi | f7ee81f810d1bfabd6f7d50d60e290bbb9f13816 | de3d4ec353d9bdca1833c47afef13eb5acc4e6c2 | refs/heads/master | 2021-01-10T11:29:49.395196 | 2009-02-21T18:45:33 | 2009-02-21T18:45:33 | 50,259,266 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,442 | cpp | // INCLUDE FILES
#include "MapAppUi.h"
#include "MapDocument.h"
// ============================ MEMBER FUNCTIONS ===============================
// -----------------------------------------------------------------------------
// CMapDocument::NewL()
// Two-phased constructor.
// -----------------------------... | [
"gzhangsymbian@4f307c46-000b-11de-88c7-29a3b14d5316"
] | gzhangsymbian@4f307c46-000b-11de-88c7-29a3b14d5316 |
b70c254f1a164504f164623cd5acf47a5924be8e | bb7645bab64acc5bc93429a6cdf43e1638237980 | /Official Windows Platform Sample/Windows 8 app samples/[C++]-Windows 8 app samples/C++/Windows 8 app samples/Hilo C++ sample (Windows 8)/C++/Hilo/IPhoto.h | ba761d2ba8086260a0ce3f6efb402786acdcb3d2 | [
"MIT"
] | permissive | Violet26/msdn-code-gallery-microsoft | 3b1d9cfb494dc06b0bd3d509b6b4762eae2e2312 | df0f5129fa839a6de8f0f7f7397a8b290c60ffbb | refs/heads/master | 2020-12-02T02:00:48.716941 | 2020-01-05T22:39:02 | 2020-01-05T22:39:02 | 230,851,047 | 1 | 0 | MIT | 2019-12-30T05:06:00 | 2019-12-30T05:05:59 | null | UTF-8 | C++ | false | false | 2,234 | h | // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved
#pragma once
namespace Hil... | [
"v-tiafe@microsoft.com"
] | v-tiafe@microsoft.com |
4d400da382a74ec92bcd26e052cfdb7cefedebf6 | bd18edfafeec1470d9776f5a696780cbd8c2e978 | /SlimDX/source/directinput/PeriodicForce.cpp | a94cd1f6b0e4c64b45f17ce2edaab94ca3a21f03 | [
"MIT"
] | permissive | MogreBindings/EngineDeps | 1e37db6cd2aad791dfbdfec452111c860f635349 | 7d1b8ecaa2cbd8e8e21ec47b3ce3a5ab979bdde7 | refs/heads/master | 2023-03-30T00:45:53.489795 | 2020-06-30T10:48:12 | 2020-06-30T10:48:12 | 276,069,149 | 0 | 1 | null | 2021-04-05T16:05:53 | 2020-06-30T10:33:46 | C++ | UTF-8 | C++ | false | false | 2,536 | cpp | /*
* Copyright (c) 2007-2010 SlimDX Group
*
* 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, copy, modify, merge, ... | [
"Michael@localhost"
] | Michael@localhost |
a4a7356facbcaf42485c7fb4e4a1b1032d81d9d2 | cead62b219e80196b8fadab134169b649fce5ca7 | /cpp/CompositeOperation.cpp | ef4cf3f4dafcae67e5f27c2764fb0ca63d78dd3f | [] | no_license | samoluka/Projekat-fotoedit | fc74e599db8155378ac53d549ac61be60a764b15 | cf55121585f5a947564706d6b8ec337918458721 | refs/heads/master | 2022-11-16T05:05:29.560668 | 2020-07-01T15:19:21 | 2020-07-01T15:19:21 | 260,755,582 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,100 | cpp | #include "CompositeOperation.h"
#include <regex>
#include <fstream>
#include <vector>
std::map<std::string, Operation*> CompositeOperation::getOperation = {
{"plus",new OperationPlus()},{"minus",new OperationMinus()},{"iminus",new OperationMinusInvers()}
,{"mul",new OperationMul()},{"div",new OperationDiv()},{"idiv... | [
"sl180053d@student.etf.bg.ac.rs"
] | sl180053d@student.etf.bg.ac.rs |
c1a39fbb173183500676c10f264831994be3f41f | 8a0546301a42c00850314965612c2dffaee8884f | /include/GameAudio.h | 0c20220132660203a6c47dd8efc14ef7660a78a4 | [] | no_license | bagidea/SampleGameEngine | 32b12616b47f2f55dfe81e4a7414938d3ec349bf | 384908408b712903a9c379bc8fb12ca9c794db9b | refs/heads/master | 2021-01-17T18:29:41.627378 | 2015-07-06T03:43:36 | 2015-07-06T03:43:36 | 37,573,367 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 498 | h | #ifndef GAMEAUDIO_INCLUDE_H
#define GAMEAUDIO_INCLUDE_H
#include <iostream>
#include <string>
#include <SDL.h>
#include <SDL_mixer.h>
using namespace std;
//AudioBackground
class AudioBackground
{
public:
AudioBackground();
~AudioBackground();
bool Load(string path);
void Play();
void Pause();
void Stop();
p... | [
"aodbboy@hotmail.com"
] | aodbboy@hotmail.com |
2305639a72fbbc29ab49e27b49de3ab2e7756eb6 | a83983e32ff37d22435e2d4d032b7941c7d801b0 | /suma de Digitos de un Numero.cpp | df9ee23dd2c1a80b4701e11fc16528284b6b7df4 | [] | no_license | Hidel57/Programacion-basica | 5b6ce21e4c10b5472e386e5f76c11fdd1d07bbb7 | c45b5523dbac0771f162194eec6e7344952583e3 | refs/heads/master | 2023-04-14T07:18:34.829415 | 2021-04-19T18:09:19 | 2021-04-19T18:09:19 | 135,869,618 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 474 | cpp | /*
Suma de digitos de un numero
*/
#include <iostream>
using namespace std;
int n,c,ct,sum;
int leer()
{
cout<<"introducir numero largo: ";
cin>>n;
return n;
}
int serie(int c,int n)
{
c=n%10;
n=n/10;
if(n==0)
{
cout<<c<<" = ";
return c;
}
else
{
cout<<c<<" + ";
return(c+serie(c,n));
}
}
void im... | [
"hidelberto.cayo57@gmail.com"
] | hidelberto.cayo57@gmail.com |
3209b7600e7aaf4246348337466edbfa69a53655 | f4b4cdaa458248f15278a2bc88f1b764a56b118b | /AssoRule.cpp | 90197457c1c65be2082aa0c1dd3512a7efd627b2 | [] | no_license | gsm1011/data-mining-algorithms | d8c94dd32694e12583e79e3e297ea2a6e0ad4bcb | 3bddfd8fec6061040b7824acb55f1c6d8735cfce | refs/heads/master | 2020-05-16T20:46:21.984802 | 2015-03-16T15:11:47 | 2015-03-16T15:11:47 | 32,333,238 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 746 | cpp | #include "AssoRule.h"
// Constructor.
AssoRule::AssoRule(Itemset an, Itemset co, float sptxy, float sptx)
:ante(an),cons(co),suptxy(sptxy),suptx(sptx) {}
bool AssoRule::operator<(const AssoRule& rule) const {
return getSupXY() * getConf() < rule.getSupXY() * rule.getConf();
}
bool operator>(const AssoRule& rule1,... | [
"gsmsteve@bd8dc0af-94fc-5d16-9929-21567a77942c"
] | gsmsteve@bd8dc0af-94fc-5d16-9929-21567a77942c |
137a3eddea70b2ddb3dfc0ff6774066148fc3a20 | d85b246096c9eb6177d8964efa4e9223b0d30d62 | /src/random.cc | fe0b1ff70aa19e9298da8b21d4335c9801594c7a | [] | no_license | alibenD/vslam_tutorial | a61c6e5c1a9a3fa7cf2edff14bec72522c67c271 | 5e497481446586fa14d3faa06ac0125955b35b37 | refs/heads/master | 2020-06-26T21:30:00.633830 | 2019-08-15T07:05:57 | 2019-08-15T07:05:57 | 199,762,779 | 1 | 0 | null | 2019-08-15T07:05:58 | 2019-07-31T02:28:33 | C | UTF-8 | C++ | false | false | 504 | cc | /**
* @Copyright (C) 2019 All rights reserved.
* @date: 2019
* @file: random.cc
* @version: v0.0.1
* @author: aliben.develop@gmail.com
* @create_date: 2019-02-03 10:38:36
* @last_modified_date: 2019-02-03 11:31:24
* @brief: TODO
* @details: TODO
*/
//INCLUDE
#include <visual_slam/utils/random.hh>
... | [
"aliben.develop@gmail.com"
] | aliben.develop@gmail.com |
2408f3ad17f164e630a1f5e3a589e45c46ed3632 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5634697451274240_1/C++/KevinLiu/pancake.cpp | a95057ad9aa302ffd0176a56bd49039c910d6d6b | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 761 | cpp | #include <stdio.h>
#include <string>
using namespace std;
int flipPlus(string S);
int flipMinus(string S);
int flipPlus(string S)
{
if (S.find_first_of('-')==string::npos) {
return 0;
}
if (S[S.length()-1]=='+')
return flipPlus(S.substr(0, S.length()-1));
else
return flipMinus(S.substr(0, ... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
cf42c08190f65830c682fae9933bc752d6007577 | 43a2fbc77f5cea2487c05c7679a30e15db9a3a50 | /Cpp/External (Offsets Only)/SDK/BP_hair_col_red_05_under_Desc_functions.cpp | 21e27a543099d38f251428ced1e3108024f5f3ee | [] | no_license | zH4x/SoT-Insider-SDK | 57e2e05ede34ca1fd90fc5904cf7a79f0259085c | 6bff738a1b701c34656546e333b7e59c98c63ad7 | refs/heads/main | 2023-06-09T23:10:32.929216 | 2021-07-07T01:34:27 | 2021-07-07T01:34:27 | 383,638,719 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 583 | cpp | // Name: SoT-Insider, Version: 1.102.2382.0
#include "../pch.h"
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Functions
//---------------------------------------... | [
"Massimo.linker@gmail.com"
] | Massimo.linker@gmail.com |
32055a886851651592083946cf7e8b62fa01489a | fc347406b479605236f5d49a13ab27a922e7f3e9 | /Easy/0415-add-strings.cpp | 95e26ef016ca60c80b0346eb012e47454e143310 | [
"MIT"
] | permissive | sandychn/LeetCode-Solutions | 0ebec09f977e15c10f3708796f63e6ef2495b50f | d0dd55d62b099c5b7db947822ab2111a4ecdc941 | refs/heads/main | 2023-08-10T22:30:21.399891 | 2021-10-07T16:31:49 | 2021-10-07T16:31:49 | 274,187,518 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | cpp | class Solution {
public:
string addStrings(string num1, string num2) {
string res;
int carry = 0;
for (int p = (int)num1.size() - 1, q = (int)num2.size() - 1; p >= 0 || q >= 0; --p, --q) {
int now = carry;
now += (p >= 0 ? num1[p] - '0' : 0) + (q >= 0 ? num2[q] - '0' ... | [
"sandychn@163.com"
] | sandychn@163.com |
5053a1f0ef253fbe12a868998c0536995aeb6197 | 93a89acb8dfc02de05837556132b27628abde83c | /vpu-hal2/dl/inference-engine/src/mkldnn_plugin/config.cpp | 35de626b44d59318388aa9bb821750f039c801b7 | [
"Intel",
"Apache-2.0"
] | permissive | leon1205/nn-hal | ef1b8c3fd5b2e0cbc96df44cb6206b7917c59d53 | f6c23e001c690cb32ce8392825e000ae631cf5fc | refs/heads/master | 2020-03-24T10:03:32.377936 | 2018-07-06T15:45:19 | 2018-07-06T15:45:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,737 | cpp | //
// INTEL CONFIDENTIAL
// Copyright 2016 Intel Corporation.
//
// The source code contained or described herein and all documents
// related to the source code ("Material") are owned by Intel Corporation
// or its suppliers or licensors. Title to the Material remains with
// Intel Corporation or its suppliers and lic... | [
"arun.kumar.singh@intel.com"
] | arun.kumar.singh@intel.com |
49501c74853d0e6d1dabd589e3dbcafbba91730f | ff15e11d8acd817a6bb69cdb5df55a22f3eb5d9e | /Source/BattleTank/Private/TankMovementComponent.cpp | 01be03e3279e5c5030bb2e56c59b8da4c47c3f5b | [] | no_license | teobaranga/BattleTank | 4ea15082290ed729c9b6562562c08a213d491b6f | 778bfe1c0a87df8097874cccb642420a186177f3 | refs/heads/master | 2021-03-16T07:37:36.091237 | 2019-02-23T03:14:16 | 2019-02-23T03:14:16 | 115,683,808 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,476 | cpp | // Copyright (c) 2018 Teo Baranga
#include "TankMovementComponent.h"
#include "Components/StaticMeshComponent.h"
#include "Engine/World.h"
#include "GameFramework/Actor.h"
const FName UTankMovementComponent::TrackForceSocketName = FName("Force");
void UTankMovementComponent::Initialize(UStaticMeshComponent* Tank,
... | [
"teodor08@live.com"
] | teodor08@live.com |
b3e5d1735c076eff5d88af6eb0c1d1e6bf8123c9 | 8f84b92a84c5a2f5a640ca0a7cbba3cfa957154d | /mediatek/frameworks-ext/av/media/libstagefright/LivePhotoSource.cpp | 13bc61e1592690e410e973c555a6c7a65fe506f9 | [] | no_license | Al3XKOoL/MT65x2_kernel_lk | c7a23c2d41fb4c593d1bb9054a15d3b51ffaa224 | 51fe3f27e90e42dbdebae928e6b787f82bee4ddc | refs/heads/master | 2021-01-18T10:25:35.483668 | 2015-03-25T07:17:37 | 2015-03-25T07:17:37 | 32,857,246 | 0 | 4 | null | 2015-03-25T10:16:26 | 2015-03-25T10:16:26 | null | UTF-8 | C++ | false | false | 10,827 | cpp |
#define LOG_TAG "LivePhotoSource"
#include <utils/Log.h>
#include <cutils/xlog.h>
#include <linux/rtpm_prio.h>
#include <sys/prctl.h>
#include <media/stagefright/foundation/ADebug.h>
#include <media/stagefright/MetaData.h>
#include <media/stagefright/OMXCodec.h>
#include <LivePhotoSource.h>
#define ALOGV(fmt, arg.... | [
"inspektor.po13@gmail.com"
] | inspektor.po13@gmail.com |
63badd51460eec0d351531e779551369e691cdfb | 287072b999b3221210071237b1d67d02855cdae5 | /Lab_2/src_A/pipeline.cpp | 43884afd044ce9ba82ffdd65e959e4faa80e0b8e | [] | no_license | bbruen3/ECE6100 | c66689bfb6f639079b45dca0b4848960150b7207 | 1dbd5308bf56615de238b303d87ccf1cf4f0a79a | refs/heads/master | 2023-08-13T18:17:37.505101 | 2021-10-07T03:59:00 | 2021-10-07T03:59:00 | 414,451,885 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,878 | cpp | // --------------------------------------------------------------------- //
// You will need to modify this file. //
// You may add any code you need, as long as you correctly implement the //
// required pipe_cycle_*() functions already listed in this file. //
// In part B, yo... | [
"bbruen@us.ibm.com"
] | bbruen@us.ibm.com |
36799e6189178fd9b287c109be648a62d3dcf91e | 5f66493c991b076453e422ffafe66dc6412407cb | /Binary Trees/sumOfNodes.cpp | f05f91ede67e8982fc322b301c0162df0177eefc | [] | no_license | kanishka012/Data_Structure | 4ae24978e954c434617704177c7dc92de2699340 | 4da294d01317f4c18afc33e5be06b0f31f90500f | refs/heads/master | 2020-12-19T01:21:34.367012 | 2020-01-22T13:17:31 | 2020-01-22T13:17:31 | 235,576,824 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,614 | cpp | #include <iostream>
#include <queue>
template <typename T>
class BinaryTreeNode {
public :
T data;
BinaryTreeNode<T> *left;
BinaryTreeNode<T> *right;
BinaryTreeNode(T data) {
this -> data = data;
left = NULL;
right = NULL;
}
};
using namespace std;
int sumOfAllNodes... | [
"kanishkabansal99@gmail.com"
] | kanishkabansal99@gmail.com |
9a341f7216c640c724ef8755ba4658c88a11001a | 492976adfdf031252c85de91a185bfd625738a0c | /src/Game/AI/AI/aiTargetHomePos.h | 8a27a7023d5285160c697866032e1449affcac6d | [] | 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 | 514 | h | #pragma once
#include "Game/AI/AI/aiTargetPosAI.h"
#include "KingSystem/ActorSystem/actAiAi.h"
namespace uking::ai {
class TargetHomePos : public TargetPosAI {
SEAD_RTTI_OVERRIDE(TargetHomePos, TargetPosAI)
public:
explicit TargetHomePos(const InitArg& arg);
~TargetHomePos() override;
bool init_(sea... | [
"leo@leolam.fr"
] | leo@leolam.fr |
f0421be3dd5043773cb66d8368d6dca1299d9936 | b92769dda6c8b7e9bf79c48df810a702bfdf872f | /6.BranchingStatements&LogicalOperators/6.3.ifelseif.cpp | d6b6502f398e2a114b15ea858a437c8f1f34aef6 | [
"MIT"
] | permissive | HuangStomach/Cpp-primer-plus | 4276e0a24887ef6d48f202107b7b4c448230cd20 | c8b2b90f10057e72da3ab570da7cc39220c88f70 | refs/heads/master | 2021-06-25T07:22:15.405581 | 2021-02-28T06:55:23 | 2021-02-28T06:55:23 | 209,192,905 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 418 | cpp | #include <iostream>
const int Fave = 27;
int main(int argc, char const *argv[]) {
using namespace std;
int n;
cout << "Enter a number in the range 1-100 to find ";
cout << "favourite number: ";
do {
cin >> n;
if (n < Fave) cout << "Too low: ";
else if (n > Fave) cout << "... | [
"nxmbest@qq.com"
] | nxmbest@qq.com |
8837b2540ed960c5163d7f2ad7dcffb495771ceb | a8f5ff4386c982e67dbe323a1b5057f21ed75339 | /Source/NeopleTestP_KJH/MyPlayerController.h | 1ffc1dc3718590979376b27fea4a62693a2f837d | [] | no_license | gabriloon/TestP_KJH | 573b197f6c8cb3318a7a5da96ace0e4e751aea25 | df352cab50c5ad94116570754ae695e209aede8c | refs/heads/master | 2023-06-18T18:35:14.869375 | 2021-07-09T06:17:41 | 2021-07-09T06:17:41 | 382,609,484 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 502 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/PlayerController.h"
#include "MyPlayerController.generated.h"
/**
*
*/
UCLASS()
class NEOPLETESTP_KJH_API AMyPlayerController : public APlayerController
{
GENERATED_BODY()
... | [
"33173322+gabriloon@users.noreply.github.com"
] | 33173322+gabriloon@users.noreply.github.com |
3c1064307afeed562d69c2d896742bbfac5ab819 | 58355df22f3932239db4eef2c3eb7d6602013919 | /Code Jam/Kickstart-2017/Practice-Round/C.cpp | 9c8327530a3c16bf9bd5ea9c1f148dad71abf01d | [] | no_license | ma5terdrag0n/Competitive-Programming | fafd7eb0b8960f7c24f7eabd58675dafd91d679c | 9b1b2ab74ce8464ff9b824e5f55763521bb2961c | refs/heads/master | 2021-06-24T17:14:52.940955 | 2020-10-04T07:19:25 | 2020-10-04T07:19:25 | 131,677,687 | 2 | 2 | null | 2018-05-25T06:53:19 | 2018-05-01T04:53:00 | C++ | UTF-8 | C++ | false | false | 608 | cpp | /*
* Author : __daemon
*/
#include<bits/stdc++.h>
#define pb push_back
#define mkp make_pair
#define inf 1000000009
#define rep(i,n) for(int i=0;i<n;i++)
using namespace std;
typedef long long ll;
typedef vector<ll> vi;
typedef pair<ll,ll> ii;
typedef vector<ii> vii;
void clr(ll *a,ll val){
memset(a,val,sizeof(... | [
"prince.thakkar01@gmail.com"
] | prince.thakkar01@gmail.com |
f21de1bb6fe98353ef555ddcfdf557e33769071a | d7e8806194d9afcd03ce6d91bfb628988393e9fb | /Lib/GelTime/GelTime.cpp | e46a642b712fce1c131e7b05d1866d6d70dd3cbc | [] | no_license | mikekasprzak/gel3-lib | 2eac2ed89944bdcad094b9be2850b108c2d4721d | 6ca4f58b6bea8707face8bcdd1949658a1b7521b | refs/heads/master | 2020-03-23T22:59:53.772671 | 2018-07-24T20:41:21 | 2018-07-24T20:41:21 | 142,210,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 396 | cpp | // - ------------------------------------------------------------------------------------------ - //
#include <Lib/Lib.h>
// - ------------------------------------------------------------------------------------------ - //
//namespace Gel {
// GelTime StartTime;
//}; // namespace Gel //
// - ---------------------... | [
"mike@sykhronics.com"
] | mike@sykhronics.com |
7b6c91038f156920ceff337c0494e5c8d0e07b59 | bcd06c8b088638714885c58def111cf2f744bd07 | /main_functions.h | f727b87e78300a580f00dbf6d6cc87118f4fa0b3 | [] | no_license | FabiowQuixada/NeuralNetworks | 97cbc601ce5dd0da72e82e7e2baf1b2cd0428f47 | a644da71a20835251d448951d99dd64179755048 | refs/heads/master | 2016-09-14T03:35:38.440768 | 2016-05-03T23:43:22 | 2016-05-03T23:43:22 | 58,008,378 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 755 | h | #ifndef MAIN_FUNCTIONS_H
#define MAIN_FUNCTIONS_H
#include "pattern.h"
#include "neuron.h"
#include "halfedge.h"
typedef std::vector<Pattern*> PatternList;
typedef std::vector<int> IntList;
typedef std::vector<Neuron*> NeuronList;
typedef std::vector<Neural_HalfEdge*> HalfEdgeList;
PatternList BIPOLAR_INPUT();
In... | [
"fquixada@yahoo.com.br"
] | fquixada@yahoo.com.br |
739ef4f603e1b2d90c81bfaf30d98b71e71dedf5 | d2928bcf96b425ee2964ac2fa8af124b491d57b1 | /dbase/devicedata.h | 29c8ba1e16fc90418eb9d339310cc8a5454f77b5 | [] | no_license | ruraomsk/rdu | aef69c77c4f8bfb2c86987fd8715519a0c4e824f | 3623d7419574a4434a11ca455c8fc675751d76d9 | refs/heads/main | 2023-03-21T09:26:50.956892 | 2021-03-19T04:06:06 | 2021-03-19T04:06:06 | 339,029,112 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 784 | h | #ifndef DEVICEDATA_H
#define DEVICEDATA_H
#include <QObject>
#include <QMap>
#include <QVariant>
#include "commanddata.h"
class DeviceData
{
public:
DeviceData();
DeviceData(QMap<QString,QVariant> map);
void AppendInfo(QMap<QString,QVariant> map);
static bool Compare (DeviceData &d1,DeviceData &d2);
... | [
"rusinovyury@gmail.com"
] | rusinovyury@gmail.com |
4c2a091dca2dd2a55764aec578970f67c2407a2f | 57338e7af891aaee72cab07b4329d80a3bc358f5 | /sonic-sairedis/lib/src/sai_redis_policer.cpp | 56e4197af3eaa881240433b59112a41120f628e2 | [
"Apache-2.0"
] | permissive | tiglabs/sonic | 18ecb2364be2bf70d239dc30a9d006911391d4b0 | e10c5b82c4b1cdb439f7212579aca880aa9d7cd3 | refs/heads/master | 2021-07-10T18:38:28.814144 | 2017-10-12T03:36:51 | 2017-10-12T03:36:51 | 106,631,679 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 753 | cpp | #include "sai_redis.h"
sai_status_t redis_get_policer_stats(
_In_ sai_object_id_t policer_id,
_In_ uint32_t number_of_counters,
_In_ const sai_policer_stat_t *counter_ids,
_Out_ uint64_t *counters)
{
MUTEX();
SWSS_LOG_ENTER();
return SAI_STATUS_NOT_IMPLEMENTED;
}
sai_stat... | [
"hanjianfei@jd.com"
] | hanjianfei@jd.com |
447e119585ea58750a96dc5ffd8dceb867927d5f | 33474998bd5b91e54981b95fb0c77a6961be932a | /cwmods/gfx/IndexBuffer.h | c99d15c556990fc05eb7dcfb9d53e6e17f5caee6 | [] | no_license | ParanormalVibe/Better-Progression | ac502b08ada13448090eaff04307c4921c85419e | 8c54574036ce618295a7a25affd646ea0a6295aa | refs/heads/master | 2020-08-28T05:25:27.330364 | 2019-11-10T09:02:39 | 2019-11-10T09:02:39 | 217,606,030 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 175 | h | #ifndef INDEXBUFFER_H
#define INDEXBUFFER_H
#include "../IDA/types.h"
namespace gfx {
class IndexBuffer {
public:
~IndexBuffer() {};
};
}
#endif // INDEXBUFFER_H
| [
"foo@fennel.io"
] | foo@fennel.io |
9d7969a9a96437e1195968823c33f860dba88e43 | a7688edeb9d50c63dd9e6d388bd9b9323438e800 | /raceTest/Setup/Deep/w2f/system/topoSetDict6 | e93151e1f6f7f6eb949cbae0dea4832ed94df7ee | [] | no_license | christianwindt/WaveMakerAssessment | 6691edf71cda9173b972335206ee1fbd71df9c28 | 8dcd3d301eec04837c27db3f922658d53e5d39bd | refs/heads/master | 2020-04-11T21:28:43.155770 | 2018-12-19T16:16:03 | 2018-12-19T16:16:03 | 162,106,905 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 902 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"jost-kemper@gmx.de"
] | jost-kemper@gmx.de | |
494860e350217fe8e2724d6f958ec0edc2752a30 | a2f49596b412213b40bd76a4a35acf9f6663a71e | /ParticleSystem.h | eacb93032e8db53a71f05c9238e508cc89557d20 | [
"Apache-2.0"
] | permissive | skylarbpayne/component-entity-system | c350b08a68cd38876f7211d6eed6708297405ec0 | afa8656d877ee829c702242185c91a0f67534bc7 | refs/heads/master | 2020-04-26T11:18:09.690805 | 2014-03-20T00:57:59 | 2014-03-20T00:57:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 383 | h | /**
* The ParticleSystem class handles all the updating
*
* Author: Skylar Payne
* Date: 03/16/2014
* File: ParticleSystem.h
**/
#pragma once
#include "ISystem.h"
class ParticleSystem : public ISystem
{
private:
public:
ParticleSystem() : ISystem("particle") { }
void Update(sf::Time dt) o... | [
"skylar.b.payne@gmail.com"
] | skylar.b.payne@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.