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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0d122c92f4b8fa3cba88003d8cc3efc18a13388b | 5a60d60fca2c2b8b44d602aca7016afb625bc628 | /aws-cpp-sdk-storagegateway/source/model/DescribeBandwidthRateLimitScheduleResult.cpp | 0eb0c511a9771a27e94e8af4d7681accfe4f6a6e | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | yuatpocketgems/aws-sdk-cpp | afaa0bb91b75082b63236cfc0126225c12771ed0 | a0dcbc69c6000577ff0e8171de998ccdc2159c88 | refs/heads/master | 2023-01-23T10:03:50.077672 | 2023-01-04T22:42:53 | 2023-01-04T22:42:53 | 134,497,260 | 0 | 1 | null | 2018-05-23T01:47:14 | 2018-05-23T01:47:14 | null | UTF-8 | C++ | false | false | 1,612 | cpp | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/storagegateway/model/DescribeBandwidthRateLimitScheduleResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/Str... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
940c1b69f9fa16b43df515dcd4807444f950eb96 | f4c4f51efee06102cff30d4d0f7d15c164aef583 | /gooseEscapeMain.cpp | 89843eeac0c11e913d44ea1da6ad3d74b252b926 | [] | no_license | SarimMuqeet/Escape-the-Goose | 6b19c5de7fb7bdba849d11a7e9127fc2f14817b8 | e8a00ba3ee9d12adbc9c50531c66c302cdbc5ed8 | refs/heads/master | 2023-04-17T20:45:58.796554 | 2021-05-01T21:37:51 | 2021-05-01T21:37:51 | 363,511,430 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,023 | cpp | //Escape Main Source File
#include <BearLibTerminal.h>
#include <cmath>
#include <iostream>
using namespace std;
#include "gooseEscapeUtil.hpp"
#include "gooseEscapeActors.hpp"
#include "gooseEscapeConsole.hpp"
#include "gooseEscapeGamePlay.hpp"
//set up the console. Don't modify this line!
Console out;
int main()... | [
"sarim.muqeet2012@gmail.com"
] | sarim.muqeet2012@gmail.com |
245df7bed9b56920baaa3fe549409fb823ea1e87 | f4f8e9b55f4ec4a6733bd71596c7206d1270094b | /tensorflow-yolo-ios/dependencies/eigen/doc/special_examples/Tutorial_sparse_example_details.cpp | 1c5d2d09af639b8b275c0a1e970826844b4512c4 | [
"MIT"
] | permissive | initialz/tensorflow-yolo-face-ios | 1e71a73c9814a24fc3ca36a61f2abc7a4b32ad63 | ba74cf39168d0128e91318e65a1b88ce4d65a167 | refs/heads/master | 2021-08-19T19:22:34.604864 | 2017-11-27T07:39:21 | 2017-11-27T07:39:21 | 112,151,522 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 129 | cpp | version https://git-lfs.github.com/spec/v1
oid sha256:338e6e57d5446ad622a48ab505a62e4ddf72367f1dd3bd9dee9773f0f43ab857
size 1576
| [
"kaiwen.yuan1992@gmail.com"
] | kaiwen.yuan1992@gmail.com |
6d99b7ead5d1e891a6327d3a03aca5c850b973be | 88c1d79a832094ddfffa0c3baadc6784ecb3d95d | /vetor.h | d0b9fffb8043dd4f53a2ce9b358aa19f21d53706 | [] | no_license | felipegimenezsilva/Computacao-Grafica | 84b855871890013f959da170861558badc369f6c | 3a884cb915acb61e4ddc7ddcf57855e84f6e93ab | refs/heads/master | 2020-05-01T04:24:03.463145 | 2019-03-23T10:16:29 | 2019-03-23T10:16:29 | 177,273,501 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,257 | h | /*
* UTFPR PG: 03 - 22 - 2019
* Felipe Gimenez
* Classe vetores para comp Grafica
* vetores de no máx 3 eixos (3D)
*/
#ifndef _CMATH
#define _CMATH
#include <cmath>
#endif
#ifndef _VETOR
#define _VETOR
/*
* Classe responsável por tratar vetores
* de um a 3 eixos.
*/
template <class tipo> class Vetor
{
pri... | [
"noreply@github.com"
] | felipegimenezsilva.noreply@github.com |
2872041df412e07f8cc21bce537c9081335fd90e | 9f65b341f176aead0aa6f3de881db793ced46a9d | /cpp/w33d.cpp | 8ca617fa7eb6af5318f6606a6e7fc74a69975752 | [] | no_license | itsjustwinds/study-path | 2e66c0d85a431983e60ffde126131cb3dd8e865b | 5bfd3cc1c4d3f0b20c2bbc852f43dfbf3d726507 | refs/heads/master | 2020-05-30T07:51:30.320218 | 2020-04-05T11:29:02 | 2020-04-05T11:29:02 | 189,585,900 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,093 | cpp | #include<bits/stdc++.h>
using namespace std;
struct data
{
int val[10];
};
vector< vector<data> > a,f;
vector<int> e[100005];
vector<data> vec;
int n,m,res,xi,yi,xj,yj;
data operator +(data a,data b)
{
data c;
for (int i=0;i<=9;i++)
c.val[i]=a.val[i]+b.val[i];
return c;
}
data o... | [
"hminhhuy2000@gmail.com"
] | hminhhuy2000@gmail.com |
bcb80cc05c39f2ec40e9f243fa719c5f5981d773 | 11b1f2998d86faf245eb4afc498588f4ed954425 | /class09/Sine_wrong_way/Source/Main.cpp | f2b652cf2f7c08eedd15cbf6a4f6b38d0e67fda7 | [] | no_license | maximoskp/BSc_Seminar_AudioProg | a9e3ccc2dac7de25d167537d2d06934e3575012a | 51e2b8a46cbffd983fcc22e1f5754f8459f8208a | refs/heads/main | 2023-09-03T09:15:15.254933 | 2021-10-10T08:08:11 | 2021-10-10T08:08:11 | 304,575,608 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,005 | cpp | /*
==============================================================================
This file contains the basic startup code for a JUCE application.
==============================================================================
*/
#include <JuceHeader.h>
#include "MainComponent.h"
//=========================... | [
"maximos@athenarc.gr"
] | maximos@athenarc.gr |
16d71deccebafc0c9d7fdc4127ed10920db40211 | 0e427e6c5ce752f8762f6c46a56b65aad64f9c5f | /LDJam45/Temp/StagingArea/Data/il2cppOutput/Bulk_UnityEngine.PhysicsModule_0.cpp | 7182eae0bd2706c210160eebfd3500c77596ee8e | [] | no_license | norriseldridge/TheVoid | 96c75a8027c8a893f6181d908b370dc8c5b2a82a | 58d47cf6dc7eac452ebeb36984d678dc5e992ac5 | refs/heads/master | 2020-08-07T01:39:54.223512 | 2019-10-06T21:07:40 | 2019-10-06T21:07:40 | 213,243,879 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,735 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il... | [
"norris.eldridge@gmail.com"
] | norris.eldridge@gmail.com |
b7248f16925befffd1fa0b5a2bb2a87ae4609168 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /chrome/browser/ssl/mitm_software_blocking_page.h | 268b0366ef9f4985c1c3ee80d33ff2d5298f040a | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 2,889 | h | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_SSL_MITM_SOFTWARE_BLOCKING_PAGE_H_
#define CHROME_BROWSER_SSL_MITM_SOFTWARE_BLOCKING_PAGE_H_
#include <memory>
#include <string>
... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
548f046a8bc28d47b2f12e43b5e91047a253e08a | a24f7250c217261723911b1b6ed378f76315ddb7 | /src/AlienThree.cpp | 8d8015624c52fc7ec09c18e595708a48114b3a3f | [
"BSD-2-Clause"
] | permissive | SatvikR/space-invaders | 1f3e0288d937e31d1f58bbfa975ccbee37cec88b | 43e8c3bffc61d31d7860279f25621129f8a31b2e | refs/heads/main | 2023-07-16T22:19:09.934888 | 2021-09-02T03:44:11 | 2021-09-02T03:44:11 | 367,509,845 | 0 | 0 | null | 2021-05-15T22:30:22 | 2021-05-15T00:41:35 | GLSL | UTF-8 | C++ | false | false | 629 | cpp | // Copyright (c) 2021, Satvik Reddy <reddy.satvik@gmail.com>
#include "Alien.h"
#include "AlienThree.h"
#include <LCGE/lcge.h>
LCGE_image *AlienThree::m_sprite = nullptr;
AlienThree::AlienThree(float x, float y)
: Alien(x, y)
{
if (m_sprite == nullptr)
{
m_sprite = lcge_image_load(
m_sprite_path,
0,
0,... | [
"reddy.satvik@gmail.com"
] | reddy.satvik@gmail.com |
189b2d95da8b732f4cd0bed0c11f734efd200c83 | a73a964700c6d88e4fd470f609430a995c475c7b | /src/miningConfig.h | 7610f776f2bf2c9e4cf22549a034c4cb12f0f055 | [] | no_license | aquachain/aquacppminerx | f72422adb6355af079a235f3e828b52d44195a1a | 08e4c32c522309d3ff6ef257dbfa82fc885ca93d | refs/heads/master | 2020-06-24T06:15:55.619374 | 2019-07-25T18:22:48 | 2019-07-25T18:34:49 | 198,876,130 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 441 | h | #pragma once
#include <string>
#include <stdint.h>
struct MiningConfig {
bool soloMine;
uint32_t nThreads;
uint32_t refreshRateMs;
std::string getWorkUrl;
std::string submitWorkUrl;
std::string submitWorkUrl2;
std::string fullNodeUrl;
std::string defaultSubmitWorkUrl;
};
void initMiningConfig();
const Mini... | [
"aerth@riseup.net"
] | aerth@riseup.net |
819fd63677d9a8379042efb93f2b0f6ea41f824f | 986c21d401983789d9b3e5255bcf9d76070f65ec | /src/plugins/kinotify/fswinwatcher_x11.cpp | c01f13c276e52c470e78bfa1967cd0dffbe9428b | [
"BSL-1.0"
] | permissive | 0xd34df00d/leechcraft | 613454669be3a0cecddd11504950372c8614c4c8 | 15c091d15262abb0a011db03a98322248b96b46f | refs/heads/master | 2023-07-21T05:08:21.348281 | 2023-06-04T16:50:17 | 2023-06-04T16:50:17 | 119,854 | 149 | 71 | null | 2017-09-03T14:16:15 | 2009-02-02T13:52:45 | C++ | UTF-8 | C++ | false | false | 1,492 | cpp | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE... | [
"0xd34df00d@gmail.com"
] | 0xd34df00d@gmail.com |
91862718b846c264baf8e2f6d187d63014fe3f4d | d098a053d0c129a3217b958f0d4d85e7d76471e9 | /Honeycomb/src/common/Honey/Core/Preprocessor.h | 1ea64265e7bee6018dd6be85400090bb717753e1 | [
"BSL-1.0"
] | permissive | fpelliccioni/Honeycomb | 5836caadcad5926d6afea4e237c71ca34f2a1e0a | 6676c62e1066d70e736b0a24966ce1832b1cfde8 | refs/heads/master | 2020-06-02T05:45:45.015875 | 2013-03-21T00:12:21 | 2013-03-22T02:54:31 | 8,973,599 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 27,961 | h | // Honeycomb, Copyright (C) 2013 Daniel Carter. Distributed under the Boost Software License v1.0.
#pragma once
#include "Honey/Core/Core.h"
namespace honey
{
/// \defgroup Preprocessor Global Preprocessor Macros
/// @{
/// Evaluate expression
#define EVAL(...) ... | [
"carterd@gmail.com"
] | carterd@gmail.com |
9146495d243cd01f3e3da1abdb7160800b5188dc | 34d9c27e1bd90e061c14395c4065b29ab0d817f6 | /kernel/phys/aircraft_phys_lite.cpp | a66ba0b6299ccaceb61e1c1f58961b74b59157d3 | [] | no_license | whztt07/test_osg | e03e7d3b200a522e67a6e66f02ef4b46fa1221fe | 2ed7c45420eaffc4585b8823e756bc71aafa75fb | refs/heads/master | 2021-01-15T09:25:06.161997 | 2016-07-12T20:02:04 | 2016-07-12T20:02:04 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 10,266 | cpp | #include "stdafx.h"
#include <btBulletDynamicsCommon.h>
#include <BulletSoftBody/btSoftRigidDynamicsWorld.h>
#include "bullet_helpers.h"
#include "aircraft_phys_lite.h"
namespace phys
{
namespace aircraft_physless
{
impl::impl(system_impl_ptr sys,compound_sensor_ptr s,/*compound_shape_proxy& s,*... | [
"yaroslav.tarasov@gmail.com"
] | yaroslav.tarasov@gmail.com |
c8abe0dbe12ef3a73cda461ed895163aac0a4788 | bba20d50bcbaa6133417230a80fea993064b69c1 | /localization/point_cloud_common/include/point_cloud_common/organized_neighbor2_impl.h | a38a233da90b9fedd0050f30f1e10a985341a8df | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-philippe-de-muyter",
"MIT",
"MPL-2.0",
"MPL-1.0",
"LGPL-2.1-or-later",
"Apache-2.0",
"LGPL-2.1-only",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-generic-cla",
"GPL-3.0-only",
"LGPL-3.0-only",
"LicenseRef-scancode-pro... | permissive | nasa/astrobee | ecd2d941b5fb3dc72af9eb6ff0cb3e50b5281874 | ea41de975fd3ed5320cc474c061ad6305ae6b646 | refs/heads/master | 2023-08-28T08:21:00.219849 | 2023-04-04T21:56:03 | 2023-04-04T21:56:03 | 101,815,284 | 914 | 320 | Apache-2.0 | 2023-08-09T17:01:14 | 2017-08-29T23:16:13 | C++ | UTF-8 | C++ | false | false | 12,003 | h | /*
* Software License Agreement (BSD License)
*
* Point Cloud Library (PCL) - www.pointclouds.org
* Copyright (c) 2010-2011, Willow Garage, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi... | [
"noreply@github.com"
] | nasa.noreply@github.com |
15746dbcf49e3bafb02d4fb281f8dedd1d49e58e | 6db6d3fac247b20bcebf047dfa974157dd024cde | /applications/ContactStructuralMechanicsApplication/symbolic_generation/ALM_frictionless_components_mortar_condition/ALM_frictionless_components_mortar_contact_condition_template.cpp | 689c472be582104d8d30414cc4afd5ca51caccfd | [
"BSD-3-Clause"
] | permissive | felwind14/Kratos | 34ded6ea7bd4b1381d3d4cc3121f2e03ae9d7d12 | f15ad6a44f9d2897ca920310041725bf79dfe90a | refs/heads/master | 2023-04-02T16:42:55.608146 | 2021-04-08T15:45:18 | 2021-04-08T15:45:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,779 | cpp | // KRATOS ___| | | |
// \___ \ __| __| | | __| __| | | __| _` | |
// | | | | | ( | | | | ( | |
// _____/ \__|_| \__,_|\___|\__|\__,_|_| \__,_|_| MECHANICS
//
// License: BSD License
// license: StructuralMechanicsApplication/license.txt
//
// Main aut... | [
"vmataix@cimne.upc.edu"
] | vmataix@cimne.upc.edu |
536d6e3791b1fe22e929c9042c52b06d2f813255 | 3d80d68564da1f1d650988a1fafe221d749cdc31 | /lib/Core/KleeMMU.cpp | 6ca1faf356b3037b76547c3d0d944afeea56e3d9 | [
"NCSA"
] | permissive | heyitsanthony/klee-mc | ede73456fa0e928e67529ae19ae4723d483acfd3 | 184a809930c4f7823526a11474b1446dd7d92afb | refs/heads/master | 2020-05-30T03:18:24.188711 | 2016-05-29T09:16:42 | 2016-05-29T09:16:42 | 189,500,579 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,229 | cpp | #include <llvm/Support/CommandLine.h>
#include "static/Sugar.h"
#include "StateSolver.h"
#include "Executor.h"
#include "KleeMMU.h"
#include "SymAddrSpace.h"
#include "klee/SolverStats.h"
#include "klee/ExecutionState.h"
#include "klee/Expr.h"
#include "klee/Internal/Module/KInstruction.h"
#include "klee/Internal/Modu... | [
"chz@bingularity.org"
] | chz@bingularity.org |
d516bc32e8de07fd3e44fff1b2ba2843ffca3b06 | 46f4d453bb7104a41f88e3a9b9b11a84b0480421 | /include/rua/net/ip.hpp | 9dc4fc5e2ad53618512ade1a1c288c3354060b2c | [
"MIT"
] | permissive | yulon/rua | 40f16d8c2bf3e5ea549e3bc56994cbcf3c1a7e0e | ab8a3d5532aa5f7cdc19ae3a517326a173d3ea28 | refs/heads/master | 2023-08-10T13:46:13.422627 | 2023-08-08T11:46:19 | 2023-08-08T11:46:19 | 108,065,006 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,548 | hpp | #ifndef _rua_net_ip_hpp
#define _rua_net_ip_hpp
#include "../binary/bytes.hpp"
#include <cassert>
namespace rua {
class ip {
public:
constexpr ip() : $v6(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) {}
constexpr ip(uchar v4_0, uchar v4_1, uchar v4_2, uchar v4_3) :
$v6(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xFF, 0xF... | [
"yulon@me.com"
] | yulon@me.com |
6a850d53806adbc1f19d85168f66924d6529e790 | ae2e04f2b88d961561a46d7f3617099bf8128a42 | /Snape and Ladder.cpp | b68ddb494082be1efe2832807ed126eb0d4c6f38 | [] | no_license | PerksofbeingVaibhav/Codechef | 45682f4029858b9973fe31dff505bd436e77187b | 310ed65d6ab0a29089a23fe45211ca7d07069350 | refs/heads/master | 2023-03-15T23:28:40.340167 | 2014-06-06T08:04:47 | 2014-06-06T08:04:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 318 | cpp | /*
Snape and Ladder
Problem code: SNAPE
link:http://www.codechef.com/problems/SNAPE
*/
#include<iostream>
#include<cmath>
using namespace std;
int main(){
int t,b,ls;
cin>>t;
while(t--)
{
cin>>b>>ls;
float max=sqrt(b*b+ls*ls);
float min=sqrt(ls*ls-b*b);
cout<<min<<" "<<max<<endl;
}
return 0;
}
| [
"dharmeshjogadia@gmail.com"
] | dharmeshjogadia@gmail.com |
31e2572d6b01362a5d493f00018bc8ef70e26fc8 | 41ede0a9b1f578bde10b52b427b6006d2075fa75 | /Source.cpp | 7d69c61c57e7ee0f929057edf5678056ee0f6ae7 | [] | no_license | kenjinote/SystemColor | b0373ed563d8cb4822a9cc2dc87301e55ebe960a | cf2d7b0dfd60be9cba1b46719c9098a3b5c0c572 | refs/heads/master | 2023-01-24T08:35:28.568249 | 2023-01-21T16:58:57 | 2023-01-21T16:58:57 | 71,740,669 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,113 | cpp | #pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
#include <windows.h>
TCHAR szClassName[] = TEXT("Window");
LPCTSTR szColorName[] =
{
TEXT("COLOR_SCROLLBAR"),
TEXT("COL... | [
"kenjinote@DESKTOP-MUMGVTF"
] | kenjinote@DESKTOP-MUMGVTF |
af1b79d106d9ffc551efceb744047a6a25fc9385 | 8a42f7246f6df21dd810d80aa52cc7dbd95f598c | /components/nui-resources/src/ResourceUICallbacks.cpp | a20c260d0479c3e59637584bc1d9d41542b4adb4 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | calibercheats/client | c7da5b3783efc730249e5b223cb234c7175e748f | f69c0fcb5612e42231c48c181122909c5c57f47a | refs/heads/portability-five | 2021-01-24T15:43:37.294191 | 2016-07-24T20:07:09 | 2016-07-24T20:07:20 | 64,492,887 | 10 | 6 | null | 2016-07-29T15:57:29 | 2016-07-29T15:57:29 | null | UTF-8 | C++ | false | false | 10,308 | cpp | /*
* This file is part of the CitizenFX project - http://citizen.re/
*
* See LICENSE and MENTIONS in the root of the source tree for information
* regarding licensing.
*/
#include <StdInc.h>
#include <ResourceUI.h>
#include <fxScripting.h>
#include <ScriptEngine.h>
#include <ResourceEventComponent.... | [
"bas@dotbas.net"
] | bas@dotbas.net |
32b1ed47e4a3575ed7068fe710d71bf6e81cd29e | 4ed7dd878a2b34bace1fd91a49106eebe570a360 | /Google Code Jam/GCJ2016/R1A/C_2.cpp | f5fbe685ab41c9feb8c96d97c7f069b2e8c0e7a3 | [] | no_license | mayukuner/AC | fb63be04a1fcf7f3af080aa50bf7c6e0e070b1b9 | c21b2970b7288d7b36cbed468101446c615e79ff | refs/heads/master | 2020-12-15T02:38:51.758676 | 2017-10-11T13:01:11 | 2017-10-11T13:01:11 | 46,971,415 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,432 | cpp | #include<stdio.h>
#include<algorithm>
#include<string.h>
#include<map>
#include<set>
#include<vector>
#include<string>
#define REP(i,n) for(int i=0; i<n; i++)
#define FOR(i,n) for(int i=1; i<=n; i++)
typedef long long LL;
using namespace std;
typedef pair<int,int> pii;
#define MP make_pair
#define N 1010
int f[N],n;... | [
"mayukuner@126.com"
] | mayukuner@126.com |
f82deb899d18d88e927d3f1e52275e666fecf8b0 | 88a28ab58306883dbf2e9ebc4b2532452c12f50e | /8304/Meshkov_Maxim/Lab2/Terrains/WaterTerrain.hpp | fe822b9cfdc41411ed2f558d546bedc5d9855d7c | [] | no_license | Heliconter/oop | 07e9847d93ffd7d316fc05ede27f0666e5b3a2d0 | e1a26932df6933df8b93a57ecd4d7b691d25b69b | refs/heads/master | 2021-02-09T05:45:25.408729 | 2020-03-15T21:01:58 | 2020-03-15T21:01:58 | 244,248,089 | 0 | 0 | null | 2020-03-02T00:41:59 | 2020-03-02T00:41:58 | null | UTF-8 | C++ | false | false | 539 | hpp | #pragma once
#include "Terrain.hpp"
#include "ConcreteTerrainFactory.hpp"
class WaterTerrain : public Terrain {
public:
std::shared_ptr<TerrainFactory> createTerrainFactory() const override {
return std::make_shared<ConcreteTerrainFactory<WaterTerrain>>();
}
std::shared_ptr<Terrain> createCopy() c... | [
"heliconter@gmail.com"
] | heliconter@gmail.com |
a8a9579a1f936a29a8a510bf479a7293c69bfa91 | 1960e1ee431d2cfd2f8ed5715a1112f665b258e3 | /inc/sc/bytebuffer.h | 732d32d69e4176faab76ce56e9c975876b069901 | [] | no_license | BackupTheBerlios/bvr20983 | c26a1379b0a62e1c09d1428525f3b4940d5bb1a7 | b32e92c866c294637785862e0ff9c491705c62a5 | refs/heads/master | 2021-01-01T16:12:42.021350 | 2009-11-01T22:38:40 | 2009-11-01T22:38:40 | 39,518,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,527 | h | /*
* $Id$
*
* Copyright (C) 2008 Dorothea Wachmann
*
* This program 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.
... | [
"dwachmann@01137330-e44e-0410-aa50-acf51430b3d2"
] | dwachmann@01137330-e44e-0410-aa50-acf51430b3d2 |
405f432c7f97cb07cbeca87f5e6308b6e3554699 | 691ef71d083ab1faa59487c683e6a7329f365a68 | /Eudora71/Importers/OLImport/OLImportClass.h | f4e7669d973a67ed1464493ea634497e4b1c1a11 | [] | no_license | radtek/eudora-win | 6313d935fe650b39c54c7934e767c28425b29b93 | 37c39ac8e27d2ab0f11ed867c998b3106e69c1d7 | refs/heads/master | 2023-03-16T18:36:37.976634 | 2018-09-07T08:55:38 | 2018-09-07T08:55:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,049 | h | #ifndef _OL_IMPORT_CLASS_H_
#define _OL_IMPORT_CLASS_H_
#include "stdafx.h"
#include "OLImport.h"
#include "mapi.h"
#include "mapiutil.h"
#include "mapix.h"
#include <string>
//using namespace std;
#define OL_98_VERSION 0
#define OL_00_VERSION 1
#define TEXT_PLAIN 0
#define TEXT_RICH 1
#define TEXT_HTML 2
#define M... | [
"peter@conglomo.co.nz"
] | peter@conglomo.co.nz |
8779395fd0263959e8a83d9f77c34c4320d6485f | 104f14a892dbdd0d3cae5428298c8a56fa7cb887 | /SmallMario.cpp | 0763ec883e41e015f56464e6b9747d3110a37f17 | [] | no_license | biyasto/Recreated-SuperMarioBros3 | 4ba5addf0cb21df1551fcb0f50dfa48194873f8b | 8368256b9727d5a55b593f727e3a33bfa7a345c7 | refs/heads/master | 2023-06-29T16:05:04.855612 | 2021-08-04T11:59:07 | 2021-08-04T11:59:07 | 391,110,044 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 190 | cpp | #include "SmallMario.h"
CSmallMario::CSmallMario(float x, float y) : CMario(x, y) {
type = MarioType::SMALL;
}
void CSmallMario::Render(Vector2 finalPos)
{
CMario::Render(finalPos);
}
| [
"biyasto@gmail.com"
] | biyasto@gmail.com |
bb92025366732ce0dc1c5ade5b35008923ddb7dc | 482891b0c9b2a023a447d88c5ae70a7ce198c7ac | /StRoot/StTriggerUtilities/StDSMUtilities/DSMAlgo_EE002_2009.cc | 13bfa1aa7a4f17d11396144f80b87be1d1889eaf | [
"MIT"
] | permissive | xiaohaijin/RHIC-STAR | 7aed3075035f4ceaba154718b0660c74c1355a82 | a305cb0a6ac15c8165bd8f0d074d7075d5e58752 | refs/heads/master | 2020-03-28T12:31:26.190991 | 2018-10-28T16:07:06 | 2018-10-28T16:07:06 | 148,306,863 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,280 | cc | //
// Pibero Djawotho <pibero@comp.tamu.edu>
// Texas A&M University Cyclotron Institute
// 7 Jan 2009
//
#include "DSM.hh"
#include "sumTriggerPatchChannels.hh"
#include "DSMAlgo_EE002_2009.hh"
void DSMAlgo_EE002_2009::operator()(DSM& dsm)
{
// INPUT:
// 10 x 12-bit EEMC channels
// (0-5) high tower
// (6-1... | [
"xiaohaijin@outlook.com"
] | xiaohaijin@outlook.com |
a4e30007c77d9de799e98011087a4506cbfab05f | a3f77b31c2c634cc76d40cd4a01fd3c8187a4f3b | /sources/core/jc/io/FileOutputStream.cpp | 11efb4ae8c3b58ceaed87f83a90820060b82af23 | [] | no_license | eaglesakura/jointcoding | bb1b802e7ae173ce3906eb98db1b80e33d58dda5 | 3857e8ea7491855592847a67644b509c21b24fb3 | refs/heads/master | 2020-04-04T13:35:57.973751 | 2013-02-22T03:18:35 | 2013-02-22T03:18:35 | 7,032,369 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,259 | cpp | /*
* FileOutputStream.cpp
*
* Created on: 2012/12/19
*/
#include "jointcoding.h"
#include "jc/io/FileOutputStream.h"
namespace jc {
FileOutputStream::FileOutputStream(const charactor *fileName, jcboolean *completed) {
fp = NULL;
initialize(fileName);
if (completed) {
(*completed) = (fp... | [
"eagle.sakura@gmail.com"
] | eagle.sakura@gmail.com |
ecf31af44d9cbd374719ccd4dbcb1c342c6a6d81 | b4443677af1ee671dcb8da42e3e0aba1d6bb3492 | /sketch_sample_00_intr/tgt_main.cpp | 0cbc97a0075086cca66c28f3aafcec619d976fcd | [] | no_license | hseiyama/arduino_src | bcd03922234fad2067298f01df880ee244fde5b6 | 298aa373ffc8498891fe3827e367130c37663850 | refs/heads/master | 2020-03-10T20:39:58.804008 | 2018-04-14T07:50:51 | 2018-04-14T07:50:51 | 129,575,238 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,591 | cpp | /*
TGTソースファイル
* File: tgt_main.cpp
* Author: H.Seiyama
*/
/* インクルード宣言 */
#include "sys_type.h"
#include "tgt_type.h"
/* 定数定義 */
#define TGT_PIN_LED1 ( 12 ) // LED1
#define TGT_PIN_LED2 ( 13 ) // LED2
#define TGT_PIN_TEST1 ( 7 ) // TEST1
#define TGT_PIN_TEST2 ( 8 ) ... | [
"hseiyama@gmail.com"
] | hseiyama@gmail.com |
645d1b4dbc12bff6ac3015562d0257d4bd04b3db | e47c761e15d412d90e35065ce06e97b6130af37f | /QM算法/QM算法.cpp | 88141499bf3e88f93b5b9377300995c772772c4e | [] | no_license | mfkiwl/Digital-curcuit-logits-process-Project | 9701343c426181907cab5aea8fffa81d86688400 | 76d7afcfc66917a170d5991232e7e40698f02743 | refs/heads/master | 2021-10-27T18:31:03.069403 | 2019-04-18T16:03:43 | 2019-04-18T16:03:43 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 7,627 | cpp | #include<fstream>
#include<iostream>
#include<stdio.h>
#include<algorithm>
using namespace std;
#define v_Max 10
struct M
{
int decimal;
char binary[10];
int amount;
int all_decimal[100];
bool stage;
int level;
};
void count_binary(M &m,int d,int var)
{
char trans[10];
itoa(d,trans,2);
... | [
"noreply@github.com"
] | mfkiwl.noreply@github.com |
b6a8632fa3cd7415bc93e47b0d7c961da25f4d36 | f9b45fd409384de3c69d68c62c0f21d9196e6927 | /Test_Felix/Test_Felix.cpp | 69f8f80c5f5d78de2a0e12189e512a636ef2fb97 | [
"MIT"
] | permissive | ultimatezen/felix | 04799eb666b54e2eeea961dc983cf3721f5182de | 5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4 | refs/heads/master | 2020-04-08T14:21:02.872525 | 2016-02-16T01:18:11 | 2016-02-16T01:18:11 | 159,433,144 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,642 | cpp | // Test_Felix.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "ErrorTranslator.h"
#include "Exceptions.h"
#define BOOST_TEST_MODULE FelixTests
#include <boost/test/unit_test.hpp>
// Our customized version of the server app module, to enable
// the resource DLL to... | [
"software@ginstrom.com"
] | software@ginstrom.com |
5ffe2d314f2065df6e6fb96497af704252c3c23a | ba1e499066060c5d6aced85c6bf59641382767b1 | /main_prototype/src/main.cpp | 605816c739c6f55da257f8672d3994f429757417 | [] | no_license | bimanjayaaji/stepper-motor-quadratic | 1c3af6eddeb6ebc17bfad03604e13fb4d6e988bf | 23b7b8a604325d26227d213fff226e8b2b68fb51 | refs/heads/main | 2023-09-02T22:43:45.414643 | 2021-11-12T07:58:40 | 2021-11-12T07:58:40 | 424,458,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,335 | cpp | #include <Arduino.h>
#define pul 3
#define dir 5
#define en 6
#define pulse_per_rot 1600
bool direction = LOW;
float angularSpeed = 60;
float degrees = 60;
long stepperLastT= 0;
bool en_state=0;
bool next_state=HIGH;
double dd;
float angres = (degrees/360)*pulse_per_rot;
float A = -1.8 ,B = 0 ,C = -1 ,D = 1.8;
flo... | [
"anjay4705@gmail.com"
] | anjay4705@gmail.com |
8429a604eb24cce3a7ef849a88ae53381ef8ffec | 0aceab344c20ed0af5113158a0de4a35f39c2ae1 | /src/amount.cpp | 012928536774d952c28d5a44da33f649c52435aa | [
"MIT"
] | permissive | piklock/qynocoin | 34304e12cc162d9ce268901124279992939002dd | 40fc81e8d52c58916e8be0ff7593a495dd481726 | refs/heads/master | 2020-04-02T01:46:50.747748 | 2018-10-20T16:23:06 | 2018-10-20T16:23:06 | 153,874,573 | 0 | 0 | MIT | 2018-10-20T05:58:57 | 2018-10-20T05:58:57 | null | UTF-8 | C++ | false | false | 762 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "amount.h"
#include "tinyformat.h"
CFeeRate::CFeeRate(const CAmount& nFeePa... | [
"contact@qyno.org"
] | contact@qyno.org |
fe85e802114a871415e7a311d855e2cd85610628 | f0953d2cbefe6a66b71b60eabfaba400a12af0f8 | /targets/android/jni/src/embedded_layer.cpp | ab7fd9797d6b8d9172af2e4a999410f9d33f6b11 | [
"Apache-2.0"
] | permissive | liumaos/as_mobileawareness | 227508be40aa34fd7ada4b9f283ab8def0ca364e | 8fbd3a4debc75639518045698f54416cd3ab047a | refs/heads/master | 2020-09-24T17:19:51.976036 | 2019-02-22T03:58:45 | 2019-02-22T03:58:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,882 | cpp | // Copyright 2019 J Forristal LLC
// Copyright 2016 Addition Security Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless... | [
"jeff@forristal.com"
] | jeff@forristal.com |
728f56eb6f597ea1a366cd1509949798c0af4822 | f53a79a1cee7e2ba44e06fe0a94d4032bb9ee43f | /codeforces/1100/287A.cpp | 18b8b0124ae535976565b7f7458fc5889c9a8962 | [] | no_license | SOFTK2765/PS | f576a416da21034d5ebea60538fcd263b6d042f3 | a9215bc9c41530ad6a1a7352716c64e6d73354a7 | refs/heads/master | 2021-06-21T00:39:34.065445 | 2021-01-01T12:45:51 | 2021-01-01T12:45:51 | 152,511,667 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 465 | cpp | #include <bits/stdc++.h>
using namespace std;
char a[5][5];
int main()
{
for(int i=0;i<4;i++)
scanf(" %s", a[i]);
bool flag = false;
for(int i=0;i<3;i++)
for(int j=0;j<3;j++)
{
int cnt1 = 0, cnt2 = 0;
for(int k=0;k<2;k++)
for(int l=0;l<2;l++)
{
if(a[i+k][j+l]=='#') cnt1++;
else cnt2+... | [
"sohot2765@gmail.com"
] | sohot2765@gmail.com |
aa18bfb5036330762514350828d081a34bd2df60 | 9d03a4fa70124c0847868a733d201ca3b97f5d48 | /Intro_to_Programming/CustomStringClass/CustomStringClass.cpp | a18c15f82e17cee61d43faada2d75eeb95bc0846 | [] | no_license | jeremybarzas/CPP-Intro_to_Programming | 10f7e4bae72b327aa5d2412f76de54b4133cd8c4 | 3df66f1ca4adb6ab9511394f21caf2c8cc9c3e2d | refs/heads/master | 2021-06-10T13:36:45.021664 | 2016-12-16T22:12:52 | 2016-12-16T22:12:58 | 66,008,914 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,252 | cpp | #include "CustomStringClass.h"
cString::cString()
{
m_size = 0;
charArray = nullptr;
theIndex = -1;
};
cString::cString(char c[])
{
m_size = 0;
charArray = nullptr;
theIndex = -1;
// counting the amount of characters passed into the constructor
for (int i = 0; c[i] != '\0'; i++)
{
// incrementing the size... | [
"jbarzas@gmail.com"
] | jbarzas@gmail.com |
61db2ad068f4dac87aebf80778cc6220be615b4d | 2ec9cb451cb00e2fa4e96d22c1ce1db4de10773c | /tensorflow/compiler/mlir/tools/kernel_gen/tf_framework_c_interface.cc | 56889382ab6322839813e8a7ff6b31e3e46188cc | [
"MIT",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | Rachelmorrell/tensorflow | 039ff0bdadaaba88e4e76899a0362e3029714019 | 035ce302db5ba917765d3fec658c195a2052c6a5 | refs/heads/master | 2023-08-31T00:39:54.988884 | 2021-10-26T18:28:49 | 2021-10-26T18:45:48 | 130,050,312 | 2 | 0 | Apache-2.0 | 2023-07-19T21:35:45 | 2018-04-18T11:12:45 | C++ | UTF-8 | C++ | false | false | 11,892 | cc | /* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
1b82250d7a562cae54a0d8b4e86cb7478f13d21f | a79514ff429665769e3ed79e9889f010d01917d1 | /jni/nghttpx/nghttp2-1.6.0/src/h2load_http1_session.h | a19ba65eb3489b7f697c9db59f70cf5c48ccb4c6 | [
"FSFAP",
"MIT"
] | permissive | MaaTeam/MAA_ANDROID_H2SDK | e6028e2463684e8ea0384ff16802f1e2ed775975 | 0a620f307bcaec505eb6bf066e54b294385f4ed4 | refs/heads/master | 2021-01-18T22:09:13.020147 | 2016-06-13T09:34:49 | 2016-06-13T09:34:49 | 39,500,929 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,899 | h | /*
* nghttp2 - HTTP/2 C Library
*
* Copyright (c) 2015 British Broadcasting Corporation
*
* 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 limi... | [
"yangsy@chinanetcenter.com"
] | yangsy@chinanetcenter.com |
ab91e20490122ecd41cd5b38042f61e08da9da7c | 56529966339c7d826550f743e1ecc9efe3fa69f5 | /Hello world/src/Cat.h | d6760917b180fec81cc7c6116bb2c2ee69735408 | [] | no_license | Galymzhan01/Object-oriented-c- | 5c81edf8b79e9ec2a523ab9798bc280010288138 | bb9e143ab711eb0fe139c441a154e24c3d871ac0 | refs/heads/master | 2020-12-09T10:57:05.260274 | 2020-01-11T19:18:14 | 2020-01-11T19:18:14 | 233,284,324 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 226 | h | /*
* Cat.h
*
* Created on: 23 дек. 2019 г.
* Author: Asus
*/
#ifndef CAT_H_
#define CAT_H_
class Cat {
private:
bool happy;
public:
void makeHappy();
void makeSad();
void speak();
};
#endif /* CAT_H_ */
| [
"Asus@DESKTOP-7PSVCIM"
] | Asus@DESKTOP-7PSVCIM |
216f35d437d4a1c92a02e887303f14068a22a6d1 | 1cc631c61d85076c192a6946acb35d804f0620e4 | /Source/xfx_core/utility/xfx_string.h | 17b44e87dd35bf2c641a020419c516246bfd0556 | [] | no_license | reven86/dreamfarmgdk | f9746e1c0e701f243c7dd2f14394970cc47346d9 | 4d5c26701bf05e89eef56ddd4553814aa6b0e770 | refs/heads/master | 2021-01-19T00:58:04.259208 | 2016-10-04T21:29:28 | 2016-10-04T21:33:10 | 906,953 | 2 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 7,003 | h | // File xfx_string.h |
// |
// Created by: Andrew "RevEn" Karpushin |
// ... | [
"reven86@gmail.com"
] | reven86@gmail.com |
a0737b2fac3ea2c04b816d578685a093f77263c8 | f1a2325795dcd90f940e45a3535ac3a0cb765616 | /development/TelecomServices/EPM/src/PM_TypeDsn.cpp | eaa971c5259861c34bc25b76b2808cb96c6279d4 | [] | no_license | MoonStart/Frame | 45c15d1e6febd7eb390b74b891bc5c40646db5de | e3a3574e5c243d9282778382509858514585ae03 | refs/heads/master | 2021-01-01T19:09:58.670794 | 2015-12-02T07:52:55 | 2015-12-02T07:52:55 | 31,520,344 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 344 | cpp |
/*--------------------------------------------------------------------------
Copyright(c) Tellabs Transport Group. All rights reserved
SUBSYSTEM: Performance Monitoring.
TARGET : ESIM.
AUTHOR :
DESCRIPTION: Base for PM parameters definition.
-----------------------------------------------------... | [
"lijin303x@163.com"
] | lijin303x@163.com |
d688fffad664dfddac84056d9bd53a4a0b7d8309 | f6c712ec747f2318db602fc9eecfcd025a2f90f4 | /src/theia/sfm/estimators/estimate_uncalibrated_absolute_pose_test.cc | 50d07f2c2d14edcff00455a859b44d0bcafb6690 | [] | no_license | CKehl/TheiaSfM | d9d7e5349dcf48ca20673045db5409b9b90b2dd8 | ceb4240afa5ea4dc954072c22bbfc48fdef5de70 | refs/heads/master | 2021-01-15T21:29:38.246317 | 2016-02-18T19:23:08 | 2016-02-18T19:23:08 | 52,734,689 | 1 | 0 | null | 2016-02-28T17:53:03 | 2016-02-28T17:53:03 | null | UTF-8 | C++ | false | false | 8,979 | cc | // Copyright (C) 2015 The Regents of the University of California (Regents).
// 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... | [
"sweeney.chris.m@gmail.com"
] | sweeney.chris.m@gmail.com |
9e02de283e86cbdb7d80b0b32ee27b17654f5eef | 89dc7fc3a7275d067c59f9c019fbea4024da5876 | /tasks/VelodyneInMLS.hpp | ff764c48937b2dbbbde884f0d747c1ce0612126c | [] | no_license | rock-slam/slam-orogen-localization | b4d362f672d6e0e9cd3ede5a9966dcc7a2a10072 | 3c0d5ad1737a52fece5020d064262922e6a2e0a6 | refs/heads/master | 2020-05-21T23:09:49.628676 | 2019-12-16T16:49:06 | 2019-12-16T16:49:06 | 32,145,177 | 1 | 4 | null | 2019-12-16T16:49:53 | 2015-03-13T08:52:19 | C++ | UTF-8 | C++ | false | false | 4,573 | hpp | /* Generated from orogen/lib/orogen/templates/tasks/Task.hpp */
#ifndef LOCALIZATION_VELODYNEINMLS_TASK_HPP
#define LOCALIZATION_VELODYNEINMLS_TASK_HPP
#include "localization/VelodyneInMLSBase.hpp"
#include <base/samples/DepthMap.hpp>
namespace localization {
/*! \class VelodyneInMLS
* \brief The task con... | [
"sascha.arnold@dfki.de"
] | sascha.arnold@dfki.de |
b8da04af7496ede98a54ad343cc3798369760588 | 3c0e92dc6bf91c6a6c1b8c73d5da0b038c58e436 | /proxies/LinkQuad/include/comm/application/ManagedServer.h | e79706ff752ea392a151cba51e53c767637013ec | [] | no_license | yebo92/mavwork | f9d47d84e952c9b9939216b09f50fa128131ab9e | a7bce5766874850528857f6fd96fce4152f5775a | refs/heads/master | 2022-06-10T18:27:52.428622 | 2013-06-06T16:25:14 | 2013-06-06T16:25:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,845 | h | /*
* ManagedServer.h
*
* Created on: 20/05/2012
* Author: Ignacio Mellado-Bataller
*/
#ifndef MANAGEDSERVER_H_
#define MANAGEDSERVER_H_
#include <list>
#include <map>
#include "../../base/EventListener.h"
#include "../transport/IConnectedSocket.h"
namespace Comm {
#define template_def template<class _Ser... | [
"nacho@nacho-Aspire-5750G.(none)"
] | nacho@nacho-Aspire-5750G.(none) |
aa3e53b3b780e8133cbc947ce728c64d8ab1d340 | d15d4c2932159033e7563fe0889a2874b4822ce2 | /ProjectEuler/224.cpp | a91a589a01b2133cabf3501cb312dff69ddcd645 | [
"MIT"
] | permissive | lxdlam/CP-Answers | fd0ee514d87856423cb31d28298c75647f163067 | cde519ef9732ff9e4e9e3f53c00fb30d07bdb306 | refs/heads/master | 2021-03-17T04:50:44.772167 | 2020-05-04T09:24:32 | 2020-05-04T09:24:32 | 86,518,969 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,598 | cpp | #include <bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/hash_policy.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace std;
using namespace __gnu_pbds;
#define TemplateVersion "3.4.0"
// Useful Marcos
//====================START=====================
// Compile use C++11 and above... | [
"lxdlam@gmail.com"
] | lxdlam@gmail.com |
b3d8921273427d60e2a6bf92296b6fcf40519fdb | fbef101a13ac4ecdb3e9e14ef5223c341f24b3fd | /doxygen/generated_src/scanner.cpp | f73df143576487ae880cb7bb8063aa4b373439b7 | [] | no_license | anoukross/cppcourse-brunel | fd03b3159210da89e8df25e3d8dc52e4f4390582 | 60abc81251f562b0124d6b5276d03a7d6361f31a | refs/heads/master | 2021-07-25T07:20:44.268520 | 2017-11-07T13:02:58 | 2017-11-07T13:02:58 | 107,979,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 935,396 | cpp | #line 2 "/Users/anoukrossier/Documents/EPFL/BA3/Prog/Neuronint/doxygen/generated_src/scanner.cpp"
#line 4 "/Users/anoukrossier/Documents/EPFL/BA3/Prog/Neuronint/doxygen/generated_src/scanner.cpp"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define yy_create_buffer scannerYY_create_bu... | [
"32436342+anoukross@users.noreply.github.com"
] | 32436342+anoukross@users.noreply.github.com |
2602d858aeb6b715acfd49a823c9d688562c4b9e | 77019a475030d70dacae3870d79790fc77959f67 | /hanoi_iterativo.cpp | d99e524011af526cc27000adf16813d8a6b03e05 | [] | no_license | guillermoar26/Trabajo-EDA | 6234139c154f080829acbcd4aabdf40fc6467e9e | 02b934d43245e44a917771d07360cc247f7a533e | refs/heads/main | 2023-04-30T13:15:38.923087 | 2021-05-20T10:00:10 | 2021-05-20T10:00:10 | 364,410,195 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,226 | cpp | #include "hanoi_iterativo.h"
int Hanoi_iterativo::moveDisk(std::stack<int> &principio, std::stack<int> &final) {
// Si el primer stack esta vacio, hacemos push del otro parámetro y borramos una unidad de este
if (principio.empty()) {
principio.push(final.top());
final.pop();
return 2;
... | [
"noreply@github.com"
] | guillermoar26.noreply@github.com |
8c60cb3b3db612f973671d57f222f68d1132ca75 | 3574c26d226729de032e627e4b3f7557f64a8f13 | /SpaceImpact/Code.cpp | e7e087bc49e501734d6eda85d1ce9d0bff64c395 | [] | no_license | tristan555/SpaceImpactC- | db0bbf001ee074bbf56a92fd882da692dc26922e | 568efe9a49502a6f061f22b2ad65b613b474c307 | refs/heads/master | 2021-08-24T07:31:12.249003 | 2017-12-08T17:00:56 | 2017-12-08T17:00:56 | 113,441,274 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,012 | cpp | /* Projekat - Space Impact
*
* PMF - Programiranje II
*
* Projekat je inspirisan igricom razvijenom za Nokia mobitele.
* Iskoristite vase oruzje da prezivite!
* Imate mogucnost da se krecete horizontalno te da unistavate neprijatelje.
* Pazite da neprijatelji ne prodju u vasu bazu!
*
* Studenti:
* Agic Naida... | [
"tristan.trki@hotmail.com"
] | tristan.trki@hotmail.com |
1f3e7118b54948250eedfd2991e725714cbbe78a | ada64839477e3c6e37fd4219529897e42a8c611c | /src/Component/Component.cpp | 7d13f92bd7df2c185e19ab8ade1321d3ffde2215 | [] | no_license | ParadoxZero/OFC | 5d4fc5a9876ffab28cc0c77ddae55b15fe528a5d | daded3b61a217862a1a66e118ee20c6df4cf0e2b | refs/heads/master | 2023-03-12T21:22:31.315236 | 2021-03-02T17:50:48 | 2021-03-02T17:50:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,898 | cpp | #include <OFC/Component/Component.hpp>
#include <OFC/Component/Text.hpp>
namespace ofc::ui {
Component::Component() noexcept
: m_isMounted(false)
, m_parent(nullptr) {
setActive(false);
}
Component::Component(Component&& c) noexcept
: ObserverOwner(std::move(static_cast... | [
"straubinger.tim@gmail.com"
] | straubinger.tim@gmail.com |
16a62783f148b70746608becd093c0ee64be4e9f | a437f17a9254164d4d291773bf13c8ee67161cf1 | /backup/new_PDDV2_board/PDD1_ver2_rev51_exp/mode_select.cpp | 15e1430a6ab38dac3a9342b70ed17af032c4a88e | [] | no_license | bmit-pune/PDDV2_GUI | ba789a8bf67eb052a0291e2108919c36dad68949 | 025d7eb7cc658265d8783e6c42ad580ce166b2c3 | refs/heads/master | 2021-01-12T11:06:17.971110 | 2017-01-27T05:25:45 | 2017-01-27T05:25:45 | 72,822,655 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,164 | cpp | #include<all_headers.h>
using namespace std;
void MainWindow::set_mode(MODE setmode)
{
mode=setmode;
if(mode==SCREENING) {
ui->customPlot_avg->hide();
ui->customPlot_max->hide();
OWTS_hide();
ui->customPlot->xAxis->setAutoTicks(true);
ui->customPlot->yAxis->setAutoTicks(true);
ui->custom... | [
"piyushashtikar@bitmapper.com"
] | piyushashtikar@bitmapper.com |
2b1b74d42f9cacc6139425b96908f361cbae6ad6 | e3a97b316fdf07b170341da206163a865f9e812c | /vital/util/text_codec.h | fefdccd4fe3f322c81eaf47ad4d6c29c21837742 | [
"BSD-3-Clause"
] | permissive | Kitware/kwiver | 09133ede9d05c33212839cc29d396aa8ca21baaf | a422409b83f78f31cda486e448e8009513e75427 | refs/heads/master | 2023-08-28T10:41:58.077148 | 2023-07-28T21:18:52 | 2023-07-28T21:18:52 | 23,229,909 | 191 | 92 | NOASSERTION | 2023-06-26T17:18:20 | 2014-08-22T15:22:20 | C++ | UTF-8 | C++ | false | false | 7,230 | h | // This file is part of KWIVER, and is distributed under the
// OSI-approved BSD 3-Clause License. See top-level LICENSE file or
// https://github.com/Kitware/kwiver/blob/master/LICENSE for details.
/// \file
/// Declaration of the text codec interface.
#ifndef KWIVER_VITAL_UTIL_TEXT_CODEC_H_
#define KWIVER_VITAL_UTI... | [
"daniel.riehm@kitware.com"
] | daniel.riehm@kitware.com |
032806156ed1418b8b0b60ec8f12786d36480535 | 2be8bc6cdf871d97dc4bc356212f6d0c43e0c5c0 | /laba2/Action.h | 5a9002765208efe908fa427d745a1111bf134530 | [] | no_license | Cpt0bvious/labs-for-OOP | 7e63dd2d072970ce1aa3b22bdd4a14e47651839e | 126fe91cd730fa7210ad43e0529618ab6e431115 | refs/heads/master | 2020-06-04T19:49:32.609069 | 2019-06-18T18:27:47 | 2019-06-18T18:27:47 | 192,168,265 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 275 | h | // Action.h
#ifndef ACTION_H
#define ACTION_H
#include "AString.h"
class Action {
public:
virtual ~Action() {}
virtual void Operate(AString*) = 0;
virtual const std::string& GetName() const = 0;
protected:
long GetDecimal(AString* pObj) const;
};
#endif
| [
"noreply@github.com"
] | Cpt0bvious.noreply@github.com |
8dba8d53f487e0223495a17cb771e2e64ec30c97 | 68105d7c259c4db0c7ccc926c40299b147874469 | /cpp/reverse-vowels-of-a-string.cpp | 651f18b70b0f118d704fc3598a5f723b348334dd | [] | no_license | freefcw/leetcode | 5994e3e219c6029856469950a3a3ccfd9619fdb5 | e975bbdf74d1420b46e74938edb86eb093c92fbf | refs/heads/master | 2020-06-25T00:32:49.868353 | 2019-09-05T17:34:12 | 2019-09-05T17:34:12 | 199,140,680 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 900 | cpp | #include <cstdio>
#include <vector>
#include <map>
#include <cmath>
#include <iostream>
using namespace std;
class Solution
{
public:
string reverseVowels(string s)
{
vector<char> vowels;
for (int i = 0; i < s.size(); i++)
{
if (this->isVowel(s[i]))
{
... | [
"freefcw@gmail.com"
] | freefcw@gmail.com |
d0ad3ff2d0de4c8ac4d07836f7d268de3f61afdd | 552044b0542ef2b0a95bab3a4d041acd0b4901f4 | /Source/SimpleShooter/BTTasks/BTTask_ClearBlackboardValues.cpp | 88609a6ce6c190ea8f0ade35dd757c1604e236fe | [] | no_license | PhullFury/Course05-Simple-Shooter | db8dd7f4d35247d7e90143e3e0a663f2f0d0bf53 | eeb89622637ff794c963d7f34a0e80a91578fd2c | refs/heads/master | 2022-12-16T04:25:08.218515 | 2020-08-31T18:17:47 | 2020-08-31T18:17:47 | 288,136,801 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 562 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "BehaviorTree/BlackboardComponent.h"
#include "BTTask_ClearBlackboardValues.h"
UBTTask_ClearBlackboardValues::UBTTask_ClearBlackboardValues()
{
NodeName = TEXT("Clear Blackboard Values");
}
EBTNodeResult::Type UBTTask_ClearBla... | [
"66832169+PhullFury@users.noreply.github.com"
] | 66832169+PhullFury@users.noreply.github.com |
2f873185d3d6ed4be1305488de5f080c766b7eef | bcd28d048ed459022878006cb6493a7978a2bb7a | /przegladZup/przegladZup/qt/main.cpp | a6894d1a1b6ad3e62ce8d80d0ac2fae8671d9571 | [] | no_license | arjamizo/pea-lab | 376e8ca5b61edbd513eaa68a4e1b81b450c32842 | 9db777333b4ee77b303223a5bd9be4fdd3c76efd | refs/heads/master | 2019-01-21T23:08:05.329004 | 2012-11-12T13:21:51 | 2012-11-12T13:21:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,051 | cpp | #include <QApplication>
#include <QMainWindow>
int main(int argc, char **argv)
{
QApplication app(argc, argv);
QMainWindow mainWindow;
mainWindow.show();
/*
//QTextEdit text;
//text.show();
//QMainWindow mainWindow;;
//QThreadPool *threadPool = QThreadPool::globalInstance();
... | [
"arjamizo@gmail.com"
] | arjamizo@gmail.com |
cd5570b87f45e11959702781c9f746c97ec5e756 | b2671809f47911c1226d71ab6c315cf58f72377a | /COMP90015 Distributed Systems/project1/submisson/BitBoxSkeleton/share/eleanors_shame/Projects/opengl/opengl/glwin.h | c9af6f829e0bd2b209e6b63ccbda73d9c1de8171 | [] | no_license | MooTong123/Unimelb-Subject | 426ebc616e44aef7d3e04c6ac965e0a268b12bb8 | a4185318efe251c9664af46027ba1332c1963906 | refs/heads/master | 2020-11-26T17:50:25.915775 | 2019-12-22T11:05:16 | 2019-12-22T11:05:16 | 229,163,363 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,022 | h | #include <windows.h>
#include <gl/GL.h>
#include <gl/GLU.h>
#pragma comment (lib, "opengl32.lib")
#pragma comment (lib, "glu32.lib")
class GLWindow
{
public:
GLWindow::GLWindow (bool fullscreen = true, bool setOwner = true);
~GLWindow ();
bool is_active () const { return win_active; }
bool checkKey (int key... | [
"1756389851@qq.com"
] | 1756389851@qq.com |
1c75922267111d64b1a5e1de6a6147d0d90d2c9b | 0b791f7cddb05d576bd566afc1db8bbda7714e42 | /SDK/include/OGRE/Physics/NxOgreFluid.h | caa2544278a98873dd3bfe8a89664823fb9478e1 | [] | no_license | widVE/FionaOgre | 2c046a170c494c567659f9a6930254b43aa565ca | 8b7ca341c21065b019288510fa965b3c3e2ab275 | refs/heads/master | 2020-06-28T00:22:25.639777 | 2020-06-24T12:01:00 | 2020-06-24T12:01:00 | 200,090,803 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,815 | h | /**
This file is part of NxOgre.
Copyright (c) 2009 Robin Southern, http://www.nxogre.org
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 restric... | [
"kalimi@wisc.edu"
] | kalimi@wisc.edu |
89ac58f62e95641981844464e389c93c3cd89a97 | b2e28523f65534ae1a1ee04de3f36a63ee761f9f | /277. Find the Celebrity.cpp | 7cb9af32e17a172803d910a99d53ddce83c79da7 | [] | no_license | daviscoder/2016_Leetcode_Pass2 | 4867878106bb44f24ee1e024a9ac91c657bc9af7 | 26cc66d52db5d01a7eb9a6df289ddfc23af33e90 | refs/heads/master | 2020-06-29T21:45:14.022863 | 2016-10-17T05:57:33 | 2016-10-17T05:57:33 | 66,133,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 461 | cpp | // Forward declaration of the knows API.
bool knows(int a, int b);
class Solution {
public:
int findCelebrity(int n) {
int candidate = 0;
for (int i = 1; i < n; i++) {
if (knows (candidate, i))
candidate = i;
}
for (int i = 0; i < n; i++) {
if... | [
"noreply@github.com"
] | daviscoder.noreply@github.com |
7c7c0601d7fa1694f1a97c52cda511420ca56ae8 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/PhysicsAnalysis/JetTagging/JetTagInfoTPCnv/JetTagInfoTPCnv/NavAssociationCommon_p1.h | 92c94a93671b399c8a0f1e60bb08a16c880f007f | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 550 | h | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
#ifndef JETTAGINFOTPCNV_NavAssocationCommon_p1_H
#define JETTAGINFOTPCNV_NavAssocationCommon_p1_H
///
/// Store the required info for b-tagging assocaiations that are
/// a Navigable dude.
///
#include "AthenaPoolUtilities/TPObjRef.h"
#i... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
04c0ddf27bea294aa9bbd50617be430de8ebe0e2 | de58f40755cca2d462ddd97ad29b7b1d61f67d93 | /GloveVMG30_Wrapper/GloveVMG30_Wrapper/AssemblyInfo.cpp | beb1c08910838bc0653b24f8162c00a407e2ae5c | [] | no_license | roboticsnrcn/TeleMap | 9ba2fa8a315b1c34b8e7e3291e11c7ad0f36e65a | 2e0bf9d37f4cac6fd11fc292382181a76a04c90e | refs/heads/master | 2021-01-17T21:59:33.481281 | 2017-03-07T10:23:41 | 2017-03-07T10:23:41 | 84,184,472 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,233 | cpp | #include "stdafx.h"
using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;
//
// General Information about an assembly is controlled through the following
// set of ... | [
"robotics.nrcn@gmail.com"
] | robotics.nrcn@gmail.com |
a8bc0f7603d38b793194f61b17a0c9c755f6a1e3 | c417bbcf776d32a2d8217aa69408e2d6f9fe308a | /src/properties.cpp | cef29ee13865575802f7073d9c2b20907af032c4 | [] | no_license | artiPhugat/RealEstateProblem | 26fcf848165b3ff0a61f5d55c113736c4982fc7d | 41f31f54cae4dd7e218fa911ba831ebcccf44ac7 | refs/heads/master | 2020-04-15T06:18:42.175765 | 2019-01-14T17:40:37 | 2019-01-14T17:40:37 | 164,456,152 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,305 | cpp | #include"../include/properties.h"
#include"../include/properties_repo.h"
/*
* For simplicity getting properties attributes from console
*/
Properties *get_property_attributes(string id)
{
cout<<"Enter New Property Attributes\n";
double Latitude;
double Longitude;
double Price;
int num_of_bedrooms... | [
"arti.p@greyorange.sg"
] | arti.p@greyorange.sg |
de4706792f02b1106f274cfc2fc02828797cfc5e | ad67b5baa3673a20c14dfb128fa9b4d62be13bd9 | /Leetcode/354.Russian Doll Envelopes.cpp | 6dc41de46aa1e5ba4ed2acc57f948ab1603c977c | [
"MIT"
] | permissive | prettyboyucas/Leetcode | 7c4809c1d1dfd7c2497aa5384bd939eae344eee0 | 03694eb70c33b93680ea3923fa9fc7d44385a53c | refs/heads/master | 2021-01-20T19:16:00.135735 | 2017-11-14T16:40:04 | 2017-11-14T16:40:04 | 62,521,628 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,336 | cpp | class Solution {
public:
int maxEnvelopes(vector<pair<int, int>>& envelopes) {
int num = envelopes.size();
if (num < 2)
return num;
sort(envelopes.begin(), envelopes.end(),
[](const pair<int, int>& a, const pair<int, int>& b) {
if (a.first == b.first) {
return a.second >b.second;
}
else {
... | [
"zuisixian2010@163.com"
] | zuisixian2010@163.com |
943c694478c8c646aa980fa0547866ef85bf176b | bfbe64426dd88ebf044f50f2a38b565ead2caabe | /ch6/6-1/main.cpp | 5f73bb1a075f2d6e4884480fba7103628aba4f92 | [] | no_license | younghyunjo/dp-practice | 7c9e8297d1932d59d461dcc2bbe03f3d2aef7213 | b39d3d6aa776464a1159437988bcea08fc63a7cb | refs/heads/master | 2020-03-21T21:33:33.356905 | 2018-07-23T00:54:57 | 2018-07-23T00:54:57 | 139,070,210 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 278 | cpp | #include <iostream>
#include "light.h"
#include "remotecontrol.h"
int main() {
Light light;
LightOnCommand lightOnCommand(light);
SimpleRemoteControl remoteControl;
remoteControl.setCommand(&lightOnCommand);
remoteControl.buttonPressed();
return 0;
} | [
"younghyunjo99@gmail.com"
] | younghyunjo99@gmail.com |
926edef5cfffc20585bbe1a6fc4dedec7b7ae456 | fbaf38fd760a402e113d213e45eb772b4c305dec | /src/checkpoints.cpp | c5dcfaad3df87534ee16f4dfa501410df60aebe9 | [
"MIT"
] | permissive | irnb/therealbitcoin | a890babeefa4485d7bdf7d21213e606aaa227b85 | b80b4374713252bee30667db47aa173487611bdd | refs/heads/main | 2023-02-18T20:38:05.682338 | 2021-01-17T17:17:11 | 2021-01-17T17:17:11 | 330,428,692 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,468 | cpp | // Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#include <boost/assign/list_of.hpp> // for 'map_list_of()'
#include <boost/foreach.hpp>
#include "headers.h"
#include "ch... | [
"newbateni@yahoo.com"
] | newbateni@yahoo.com |
949c66df2846658129056ecc4d95378c176b4931 | 5534988b8e8e5e204e529a092d96da92d404241f | /image.cpp | 25bd1f571f5fd21119927bb7913e0afcb03805fc | [] | no_license | tarkin96/2DGame | 831de3d9fac916995e0842bc80a9898c51aa8d66 | d90eb878a15a8cfb6631aedacf137c27608dbdea | refs/heads/master | 2020-03-16T05:09:16.579371 | 2018-05-07T23:21:59 | 2018-05-07T23:21:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,952 | cpp | #include "drawable.h"
#include "image.h"
#include "ioMod.h"
#include "viewport.h"
#include "renderContext.h"
//gives the angle the object faces
float dir(float x, float y) {
if (x != 0) {
return atan(y / x);
}
else {return 0.0;}
}
Image::Image( SDL_Surface* surf, SDL_Texture* tex ) :
renderer(RenderContext::g... | [
"jwk@clemson.edu"
] | jwk@clemson.edu |
e9fe2fa0f2991093fd1016607ca6c81fe08b0dcd | 38a50f0d06e306de799aae998462ff9dcde2ad50 | /com/tstlib/stdafx.h | 7a75f74ab0e603dbd384f8097abace0bc5c0a999 | [
"MIT"
] | permissive | nlehuen/pytst | 1ba6d2226dde4f2253d1d2473b425947df1fa1bf | 94a7a5fd816d14a5ce67a40f88a5faa1392f2e5c | refs/heads/master | 2021-01-10T19:54:26.099439 | 2017-11-25T20:44:17 | 2017-11-25T20:44:17 | 164,942 | 29 | 5 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,980 | h | // stdafx.h : Fichier Include pour les fichiers Include système standard,
// ou les fichiers Include spécifiques aux projets qui sont utilisés fréquemment,
// et sont rarement modifiés
#pragma once
#ifndef STRICT
#define STRICT
#endif
// Modifiez les définitions suivantes si vous devez cibler une plate-forme avant c... | [
"nicolas@lehuen.com"
] | nicolas@lehuen.com |
1ecffc99cdac3f8c9fad7e3182e27ec1f3fd7bab | b73eec3a26bdcffb6a19dec6b8b048079befe04c | /3rdparty/meshlab-master/src/meshlabplugins/filter_mutualinfoxml/alignset.cpp | b4af2df1cf435d53bacc25bfe1c6d9089a416697 | [
"GPL-1.0-or-later",
"GPL-3.0-only",
"MIT"
] | permissive | HoEmpire/slambook2 | c876494174e7f636bdf5b5743fab7d9918c52898 | 96d360f32aa5d8b5c5dcbbf9ee7ba865e84409f4 | refs/heads/master | 2020-07-24T02:35:39.488466 | 2019-11-25T03:08:17 | 2019-11-25T03:08:17 | 207,775,582 | 0 | 0 | MIT | 2019-09-11T09:35:56 | 2019-09-11T09:35:56 | null | UTF-8 | C++ | false | false | 10,318 | cpp | #include <iostream>
#include <GL/glew.h>
#include <QGLContext>
#include <QDomNode>
#include <QDir>
#include <QFileInfo>
#include <QFile>
#include <QTextStream>
#include <QGLFramebufferObject>
#include "alignset.h"
#include <wrap/gl/shot.h>
#include <wrap/gl/camera.h>
//#include <vcg/math/shot.h>
#include <vcg/comp... | [
"541218251@qq.com"
] | 541218251@qq.com |
6db2ece328b6b1aac37947bef79658c14de00654 | e41e78cc4b8d010ebdc38bc50328e7bba2d5a3fd | /SDK/Mordhau_BP_MatchmakingSearchWidget_classes.hpp | de964c5823c95e1d2508de5a490cfa5f9e3b61cf | [] | no_license | Mentos-/Mordhau_SDK | a5e4119d60988dca9063e75e2563d1169a2924b8 | aacf020e6d4823a76787177eac2f8f633f558ec2 | refs/heads/master | 2020-12-13T10:36:47.589320 | 2020-01-03T18:06:38 | 2020-01-03T18:06:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,128 | hpp | #pragma once
// Mordhau (Dumped by Hinnie) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// WidgetBlueprintGenerat... | [
"hsibma02@gmail.com"
] | hsibma02@gmail.com |
d8e167ba010b1688c7a7578115bc3317f0e637c0 | 4cc05ecb1f51e9138bc34da3e5c1ad4da71a53ab | /LinaEngine/include/Events/ActionDispatcher.hpp | d9a15690bca251049acec608863535a0ec415107 | [
"Apache-2.0"
] | permissive | Benjamindavid03/LinaEngine | b4315d6d7721c7d0e24adde384510e79eb1da125 | 437b0367b9dc7adfeb7c0a2483f6bf4289f5a8d4 | refs/heads/master | 2020-05-30T16:21:01.241574 | 2019-05-24T22:29:03 | 2019-05-24T22:29:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,009 | hpp | /*
Author: Inan Evin
www.inanevin.com
Copyright 2018 Inan Evin
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agre... | [
"inanevin@gmail.com"
] | inanevin@gmail.com |
8607900a624666ed5b99b81ab4e500c66d5c49c4 | 02563b41d292689a26faa73cb1ef6a12730993c7 | /source/sorts/bitonic_sort.hpp | 267ddcb014d5a1e5f0bd67b24a04a7334dd886d4 | [] | no_license | Le0-dot/sorts | 33d4a3bac9cf89009297db152f175ac2b53a7458 | 9cf6f7d3afccba2a2a45fc4d2e3fa4f90d2e736c | refs/heads/master | 2022-12-10T06:41:36.334603 | 2020-09-02T14:20:53 | 2020-09-02T14:20:53 | 275,590,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,699 | hpp | #pragma once
#include <functional>
#include <iterator>
#include <cstring>
#include <memory>
template<class Iterator, class Comporator>
void sort_bitonic_sequence(Iterator begin, Iterator end, Comporator comp, bool inv = false)
{
if(end - begin <= 1) return;
auto m = begin + (end - begin) / 2;
for(auto i = begin, ... | [
"lkoyadich@gmail.com"
] | lkoyadich@gmail.com |
a76dfd42ce5c795ea14f3e5bf9df506967e730f7 | 104955610e76c4ca4a256736fe77b089eb0f464b | /Project1/Menu.cpp | ec0ea34a908fb92f08211822edc52f1c50107d5b | [] | no_license | RazLightYear/InventoryManager | 1503fa007add6b8d813ad1a90a14ebfc2a37a361 | 4b2d7b695dc9dd2e1a0ff15f2faadebdbafadb14 | refs/heads/main | 2023-01-04T08:56:04.684059 | 2020-10-24T13:21:51 | 2020-10-24T13:21:51 | 306,884,172 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,794 | cpp | #include"Signatures.h"
/**
The Menu options implementation.
**/
// Default Constructor //
Menu::Menu()
{
Show_Welcome_Message();
Options();
}
// Actions Activator //
void Menu::Options()
{
while (choice)
{
// Show The Menu Options //
showMenu();
cout <<endl<< "Please Enter Yo... | [
"noreply@github.com"
] | RazLightYear.noreply@github.com |
8db99f6cb5d3ef9861c9b4e00eaa7616e52176b4 | d96fc3094de778672323995b52be1c3da5f43f05 | /src/ray/object_manager/plasma/store.h | 1948cd95d44cc5380a534ed52ac0b4b43eb7965d | [
"MIT",
"Apache-2.0"
] | permissive | hpsdy/ray | a359efcd553604339ca021db288e74db3506b582 | f8cf4a19856409b7d31007e384cc5cbdf81fe9ee | refs/heads/master | 2023-05-11T04:25:35.826074 | 2021-06-04T08:07:59 | 2021-06-04T08:07:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,451 | h | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | [
"noreply@github.com"
] | hpsdy.noreply@github.com |
027730d0185775818333631e8a7705c96e43c3ec | ca6ce707d5e7d285720cfe244d187e222de17b58 | /HMI/forPlugin/Plugin_HMI/CommToAuto.h | 5cbf4de4e6ef7a4289c0c6a7f95b14f002fe9c79 | [] | no_license | Harmoware/Harmoware-HMI | ad122d01c37378496631921d89b5dcd2e3491984 | e84f317f03f2eccdf93fb34ca56f2263240aca04 | refs/heads/master | 2020-03-20T23:04:44.034638 | 2019-07-25T12:43:08 | 2019-07-25T12:43:08 | 137,828,063 | 9 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 5,725 | h | #pragma once
#pragma execution_character_set("utf-8")
#include <winsock2.h>
#include <ws2tcpip.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include<string>
#include <vector>
#include <sstream>
#include<map>
#define DEFAULT_PORT "10080"
#define DEFAULT_PROTO SOCK_STREAM
#define DEFAU... | [
"noreply@github.com"
] | Harmoware.noreply@github.com |
0fcb2bb4df16c1d951a6857d5894ec3cada13c36 | 57ae980aaf6d29c232790425594d1a84c9063c8f | /WGFileConverter/common/WvAudio.cpp | 7dda10c3b4a45921c679c7b9f4fc50b16feb362e | [] | no_license | wolfganggo/FileTool-AIR- | 24714a08169212b4c44fa6cf2962edc8e506845b | c636314f70964cc18e1bf83db6ee9dab0e556d71 | refs/heads/master | 2021-01-10T01:54:59.869072 | 2016-10-11T10:21:18 | 2016-10-11T10:21:18 | 46,868,303 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,036 | cpp | //-----------------------------------------------------------------------------
/*!
** \file Pascal/_Imp/PascalIniFile.cpp
**
** \author (C) 2005 callas software gmbh
** \author Wolfgang Goldbach
*/
//-----------------------------------------------------------------------------
// own header
#include "WvAudio.h"
#in... | [
"wolfgang.goldbach@berlin.de"
] | wolfgang.goldbach@berlin.de |
1f07e858d61e68f3aa0238167bf12d000a6e328d | dcf639fcad7f880ecc14f1ad57bf7ea5492c84e4 | /Study/exDepositMemClone.cpp | 4afd2b7777053a015415115c4e474640c67c212c | [
"MIT"
] | permissive | soft9000/GnuCpp1000 | 3d9be960172f26fc281a43801af4370a649d46f4 | 17a6e9acc1d1f5c79d7b36db852aaf9fd66e55ff | refs/heads/master | 2019-07-07T15:09:00.866745 | 2018-12-21T09:19:03 | 2018-12-21T09:19:03 | 87,299,341 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,361 | cpp | #include <stdio.h>
#include <memory.h>
// Encapsulating memory allocation / release choices
#define BUFFER_SIZE 80
struct Deposit {
char first[BUFFER_SIZE];
char last[BUFFER_SIZE];
float balance = 0.0f;
static Deposit *Clone(Deposit *pdep) {
Deposit *result = Deposit::Create();
result->bal... | [
"noreply@github.com"
] | soft9000.noreply@github.com |
18f1d64461b0a3109748d32a8f764ce9b6721cb8 | bae51dc2fa612e2dea4866055bce476837a00a38 | /material/matel.h | d666c059a9ad0fe85c12c9cc9c174e1b4dff1e8b | [] | no_license | htYum/RayTracingInOneWeekend | 48468b24d014408ca5e1bd4576192d8b5d438032 | 450f6b9d84f4c57ffb32094210c89ceb9ecceef5 | refs/heads/master | 2022-12-17T07:43:01.653225 | 2020-09-23T12:39:09 | 2020-09-23T12:39:09 | 297,958,269 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 640 | h | #pragma once
#include "material.h"
class matel : public material{
public:
vec3 albedo;
float fuzz;
public:
matel(){}
matel(const vec3& a, float f) :
albedo(a),
fuzz(f){}
~matel(){}
virtual bool scatter(const ray& rayIn, const hitRecord& rec, vec3& attenuation, ray& scattered... | [
"1785905410@qq.com"
] | 1785905410@qq.com |
dc527c16f687389bdb400be30983a3b31c92521b | 9fa12e7cc42d47c9185d6e05d36aa1174ee55503 | /arduino_yeji/arduino_yeji.ino | 54866967d16700369098ab91961f128a0b33e398 | [] | no_license | Arduino-project-3CPB/Arduino-project | 54f27553b78007cc73f55c27dc548b5a039c104f | 9323263ea2f7753225ae4e79e3c0d31f60a40d99 | refs/heads/main | 2023-08-15T03:24:18.353257 | 2021-09-28T12:52:47 | 2021-09-28T12:52:47 | 404,165,575 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,386 | ino | #include <AFMotor.h>
AF_DCMotor leftMotor(1);
AF_DCMotor rightMotor(2);
int rightSpeed;
int leftSpeed;
void setup() {
//init
Serial.begin(9600);
Serial.println("Motor Start");
delay(500);
pinMode(A0, INPUT);
pinMode(A1, INPUT);
pinMode(A2, INPUT);
pinMode(A3, INPUT);
rightSpeed=250;
leftS... | [
"54319448+adszzz11@users.noreply.github.com"
] | 54319448+adszzz11@users.noreply.github.com |
f430730e8ebef4514d7d5ea9e2c04803629f6a49 | 83c6637053710cbd519d9f295dcde160c317bcc6 | /chat/Analyzer.cpp | 8e765ad1f9d3115585464185590c41fb8780829a | [
"MIT"
] | permissive | gsdu8g9/vkbot-1 | c55adb199b1cbf5960db5174ee47361dfbdbcaf4 | 31b4e10f84ca465cb61b6eb22ba03ab22b02d134 | refs/heads/master | 2021-01-23T03:54:29.663178 | 2017-03-11T17:34:47 | 2017-03-11T17:34:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,733 | cpp | #include <regex>
#include <map>
#include "ChatBot.h"
inline bool isLetter(wchar_t c)
{
if(L'a' <= c && c <= L'z')
return 1;
if(L'A' <= c && c <= L'Z')
return 1;
if(L'А' <= c && c <= L'я')
return 1;
if(c == L'і' || c == L'І')
return 1;
return 0;
}
inline bool isDigit... | [
"kalinochkind@gmail.com"
] | kalinochkind@gmail.com |
47aded3c78cdfbbb16f09fbc07039ff3ddee4a7a | ea6038e56c4743e728286f9264ba143bfb440055 | /marketdatasplitter.cpp | a3e0bb3925b30a244d842c5c3326072231897313 | [] | no_license | pppkitppp/StockKLine | ab0508e0e8853dabe6336fbd6ea3682e0d0e7429 | f10febf8eeced04e3863b5222a197a8726608290 | refs/heads/master | 2020-06-04T08:35:13.733141 | 2019-10-23T16:13:37 | 2019-10-23T16:13:37 | 191,945,712 | 1 | 0 | null | 2019-06-14T13:13:49 | 2019-06-14T13:13:48 | null | UTF-8 | C++ | false | false | 474 | cpp | #include "marketdatasplitter.h"
void MarketDataSplitter::childKeyPressEvent(QKeyEvent* event)
{
emit childKeyPressed(event);
}
void MarketDataSplitter::childMouseMoveEvent(QMouseEvent* event)
{
emit childMouseMoved(event);
}
void MarketDataSplitter::childMousePressEvent(QMouseEvent* event)
{
... | [
"bmchai@limbo.com"
] | bmchai@limbo.com |
0ad5f22e737f45b7d59ee3eb66085ed5df40817b | 325d4b04902761932875a568bd7110614dffda13 | /dev/mainpage.dox | bc2bece4ca6ce0215dda302f4d0befd277aad7d3 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | blockspacer/so5extra | 19350b116ae2f9e28dafd331baee4bc8bd89831a | 5bf200f495fd7774bd1e42ee563db8c69ad6fc75 | refs/heads/master | 2022-04-13T03:34:31.501567 | 2020-01-17T09:32:55 | 2020-01-17T09:32:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,706 | dox | /*!
* \mainpage
*
* \section so_5_extra_versions so_5_extra Version Info
*
* \subsection so_5_extra_v1_4_0 v.1.4.0
*
* License for so5extra library changed. Since v.1.4.0 so5extra is distributed
* under BSD-3-CLAUSE license.
*
* Switch to SObjectizer-5.7.0. Please note that so5extra-1.4.0 won't work
* with p... | [
"eao197@gmail.com"
] | eao197@gmail.com |
d0a671be383e06f0e292befdcf3def2c5bf9b607 | 393320d4dc9463ae7047390e4afe6f3e25fd70b9 | /tek2/C++/Pool/cpp_d17/ex01/MyAlgorithms.hpp | 5a3966ab65dfe09c0ef674e59d78d53d31e8cd5d | [] | no_license | Lime5005/epitech-1 | d1c4f3739716173c8083ea4e6a04260d6dc92775 | cb25df1fa5d540624b9e7fd58de6e458cd5cc250 | refs/heads/master | 2023-02-09T07:38:57.850357 | 2019-10-14T15:03:44 | 2019-10-14T15:03:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,167 | hpp | #ifndef _MY_ALGORITHMS_HPP__
# define _MY_ALGORITHMS_HPP__
#include <algorithm>
#include <iostream>
#include <iomanip>
template<typename T>
void vPrint(T const& contener, void (*showFuncPtr)(int))
{
std::cout << "Dump (" << std::setw(2) << contener.size() << ')' << ' ';
std::for_each(contener.begin(), contener.en... | [
"gauthier.cler@epitech.eu"
] | gauthier.cler@epitech.eu |
dd3bf2f086c6d1cc421068b1dd242a2528ce85a0 | edf35069f5b20115182bf92952361de00d8e4d5a | /src/signALib/SAValueManagerModel.cpp | bb0f3feb55dbbe9a2077078cde6b8108b1bbb8dd | [] | no_license | fengshaoxie/sa | d8c7792c7321e9b051287e7b36fc8227e1872e02 | ca83b196e27cfb4460dba1bade20b4e8d47aa361 | refs/heads/master | 2020-07-23T07:22:30.358178 | 2018-11-26T08:16:43 | 2018-11-26T08:16:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,174 | cpp | #include <QtGlobal>
#include "SAValueManagerModel.h"
#include "SAValueManager.h"
#include "SAData.h"
#include "SALibResourDefine.h"
#define COL_COUNT 3
#define COL_INDEX_NAME 0
#define COL_INDEX_TYPE 1
#define COL_INDEX_DES 2
SAValueManagerModel::SAValueManagerModel(QObject *parent):QAbstractItemModel(parent)
,m_f... | [
"czy.t@163.com"
] | czy.t@163.com |
5d18ad6b19fba7e0459f9c62a79c6b828fa079fb | 651cc29583be89904b9d7e1c3ab1b679fa7a9326 | /src/webots/nodes/WbCharger.cpp | ce0f1310ab62e39ffa30622907a16092790b43ac | [
"Apache-2.0"
] | permissive | gokulp01/webots | 95cbf582884f30251f15d127d3c7181751547fcd | eac6437bc609c90e51fbb8867e56bd6d99a5e7f3 | refs/heads/master | 2022-10-23T01:45:02.158325 | 2020-06-17T08:55:20 | 2020-06-17T08:55:20 | 272,137,490 | 1 | 0 | Apache-2.0 | 2020-06-14T05:12:12 | 2020-06-14T05:12:11 | null | UTF-8 | C++ | false | false | 9,701 | cpp | // Copyright 1996-2020 Cyberbotics Ltd.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | [
"David.Mansolino@cyberbotics.com"
] | David.Mansolino@cyberbotics.com |
fb04a6d5578af1bd657da5ab5abdf03ee6a212bb | 25180581aafc40eb66a79ebd6f7b5212ab188627 | /library/src/conversion/dense2csx_device.h | 23bcc16187c67b72764bac70895f96d2dcee7de0 | [
"MIT"
] | permissive | ntrost57/rocSPARSE | 0d62a9d98a62cf362789db30fdd1402c5095a7f1 | 3372f7abbe8eac082104c96a5f134c79c32e4eac | refs/heads/master | 2023-07-07T15:28:49.850685 | 2021-03-25T08:59:11 | 2021-03-25T08:59:11 | 150,391,643 | 0 | 1 | MIT | 2018-09-26T08:11:59 | 2018-09-26T08:11:58 | null | UTF-8 | C++ | false | false | 7,195 | h | /*! \file */
/* ************************************************************************
* Copyright (c) 2020-2021 Advanced Micro Devices, Inc.
*
* 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 S... | [
"noreply@github.com"
] | ntrost57.noreply@github.com |
7713045bb072aec990e301e130000c52bc6f44d2 | 91cfebb53c135967b5468f2bb970f75e2d991e8b | /LinearEquationSolveUsingOneVariable.cpp | fa273a9e0b1525c1e2c51ca246573978214efeed | [] | no_license | shakilaust/EquationCheck | 3c686469d15ddc514afe4746c519ffbb62005559 | db145d25b64537be96578cd3f7314877d4b58a36 | refs/heads/master | 2016-09-13T15:37:02.537974 | 2016-05-03T14:15:54 | 2016-05-03T14:15:54 | 57,876,277 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,740 | cpp |
//BISMILLAHIRRAHMANIRRAHIM
/*
manus tar shopner soman boro
all my suceesses are dedicated to my parents
The true test of a man's character is what he does when no one is watching.
Don't let your dreams be dreams.
Author :: Shakil Ahmed
.............AUST_CSE27.........
prob ::
Type ::
verdict::
*/
#inc... | [
"shakil.austcse27@gmail.com"
] | shakil.austcse27@gmail.com |
89273e8320a4d6852ea709b95216d39fc1e6beb5 | 0d54debc3b766db4fcef21e552850690c20be6fb | /Project-2 (Provided by Instructor)/literal.h | b61b2330265fd46e480cddd482c3bf1e066027dd | [] | no_license | Dactyr/CMSC-330-Project-2 | a25b5edecca7debb2e9943fb3ca6979c99fe4bc2 | 666f1980063e7bb779c00acca0e11b5bb84b8457 | refs/heads/master | 2021-10-11T13:06:13.583985 | 2019-01-26T05:01:32 | 2019-01-26T05:01:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 192 | h | class Literal: public Operand
{
public:
Literal(double value)
{
this->value = value;
}
double evaluate()
{
return value;
}
private:
double value;
}; | [
"william.r.crutchfield@gmail.com"
] | william.r.crutchfield@gmail.com |
dbad5c507374d34b42c01f7fad78279459eb4dbe | 1ab5bf3af79962796cc5acad73f4057a411a6c27 | /src/Standalone/gui/PreferencesDialogStandalone.h | 894ffc22e377481b7e2acc3d52a08c78e9bbaad3 | [] | no_license | Mikeye666/JamTaba | 06d8e89d9e77709321f7054b42ec38cd8358bee0 | f3ab05ee448b3eafa6aaf86cb8629e434cdbaa15 | refs/heads/master | 2021-05-03T21:07:18.346051 | 2018-02-01T18:38:02 | 2018-02-01T18:38:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,603 | h | #ifndef STANDALONE_PREFERENCES_DIALOG_H
#define STANDALONE_PREFERENCES_DIALOG_H
#include "PreferencesDialog.h"
#include "ui_PreferencesDialog.h"
namespace audio {
class AudioDriver;
}
namespace midi {
class MidiDriver;
}
class PreferencesDialogStandalone : public PreferencesDialog
{
Q_OBJECT
public:
Prefer... | [
"elieserdejesus@gmail.com"
] | elieserdejesus@gmail.com |
9625f9745aa21309fe7003794b6c16f56e17ea3b | f613e59183fa2db3700413685cc24ad6d106e829 | /CommonModule/qserializethread.cpp | 741d8d23275b590847f967749023481f8f9e1f71 | [] | no_license | isliulin/ParkSolution | d7e667ccebf7bd0758040952a1140c281bbd6154 | 7f99f57fa6832023b6e10a122dd9efbaf780c40b | refs/heads/master | 2021-05-28T01:50:41.292181 | 2014-08-13T09:14:04 | 2014-08-13T09:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,058 | cpp | #include "qserializethread.h"
QSerializeThread* QSerializeThread::pThreadInstance = NULL;
QSerializeThread::QSerializeThread(QObject *parent) :
QBaseThread( "QSerializeThread", parent)
{
}
QSerializeThread* QSerializeThread::CreateInstance( QObject* pParent )
{
if ( NULL == pThreadInstance ) {
pThread... | [
"Anne081031@hotmail.com"
] | Anne081031@hotmail.com |
419a8911e80ce4a68067e4cef8dd124d7848d1cd | 829a92c13a0803e0dc08f918dec7405f327546f5 | /laba2/9.cpp | 423ad609c11fc16a0b3abaa39406d6fc20234dd2 | [] | no_license | feechka-patrick/OOP_labs | 0b788844a73cfb80331886c7599d27eb39912723 | 735a0c7f3d1c1cdb61d90fb3426a6ed4202924b0 | refs/heads/master | 2022-09-22T14:46:41.856264 | 2020-06-06T23:02:39 | 2020-06-06T23:02:39 | 263,038,343 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 281 | cpp | #include <iostream>
using namespace std;
int main(){
cout << "Enter number of guests: ";
int guests; cin >> guests;
cout << "Enter number of chairs: ";
int chairs; cin >> chairs;
long long fact = 1;
for (int i=0; i<chairs; i++)
fact *= (guests - i);
cout << fact;
}
| [
"annetatimoshenko38@gmail.com"
] | annetatimoshenko38@gmail.com |
71bd9755a379771c7a68e056fb1b1d6646304993 | 2b554aa96a9846e13d9bd44ffd49f6afff1bef0b | /zerojudge/b218 3. 找關鍵人物/b218 3. 找關鍵人物.cpp | b276d44cd9c541cb4d1cefcffe026d4f0b10cc06 | [] | no_license | mmi366127/Online_Judge | 193d0377686ebc7178d73f3fa57f9810bf8427bf | b9bd97b17a792f8b871b181c672201c07488f778 | refs/heads/master | 2021-07-09T19:55:34.466588 | 2020-09-27T06:09:12 | 2020-09-27T06:09:12 | 191,015,108 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 964 | cpp | #include <stdio.h>
#include <string.h>
#define maxn 100000
typedef long long loli;
int to[maxn], pre[maxn], head[maxn], tot;
void add(int u, int v) {
to[tot] = v;
pre[tot] = head[u];
head[u] = tot++;
}
loli V[maxn];
int n;
loli dfs(int x, int p) {
loli tmp, cnt = 1; V[x] = 0;
f... | [
"noreply@github.com"
] | mmi366127.noreply@github.com |
033bb1d3f900d86083a69c6605896815ef33114d | 3efa1c65789aeb5fb62e88f83a61ca57dc72b83c | /ConsoleApplication9/ConsoleApplication9/ConsoleApplication9.cpp | f32a8e296d22cefedfd380d83c248a6be98cde39 | [] | no_license | tomislavjukic/RUAP-Projekt | 792c653df420997536b64d4c9e0abb1a642a97ad | efac3db96bb843d55d059c04f61f43027c1e0422 | refs/heads/master | 2021-01-01T05:25:05.220477 | 2016-04-14T14:50:10 | 2016-04-14T15:31:27 | 56,242,805 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 330 | cpp | // ConsoleApplication9.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int _tmain(int argc, _TCHAR* argv[])
{
<<<<<<< HEAD
printf("Nešto drugo");
printf("Pozdrav iz aplikacije od Tomislav Jukic");
printf("025421");
=======
printf("Nešto");
>>>>>>> 245e815... dodan pozdrav
retur... | [
"t1jukic@etfos.hr"
] | t1jukic@etfos.hr |
747acba1e9805dc144b783be106c7ba410a67fd3 | e84cb26705694ee4d990873453ec1e75ac015286 | /HLS_proj/proj_15_skiplist_prefetch_N_elements/skipprefetch_Nelem_test.cpp | e0c70b9313561c9173cec2568c3af428082bba85 | [] | no_license | HareshPrasannha/PYNQ-Z1_projects | cb5498858d5461de9e11c4492aae4228c62c9970 | 14807886c48e158d8f5ce23c068303ec66e5c75d | refs/heads/master | 2023-01-02T19:21:49.501255 | 2020-10-20T10:26:04 | 2020-10-20T10:26:04 | 256,242,511 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,166 | cpp | #include <stdio.h>
#include <stdlib.h>
typedef int dat_typ;
typedef short dat_typ1;
const int n = 10000;
#define level 2
#define skip_intr 50
struct node{
dat_typ val;
dat_typ1 offs[2];
//dat_typ1 skip_offs;
//dat_typ dummy;
};
void skipprefetch_Nelem(volatile struct node* a);
int main()
{
//printf("Into main... | [
"pphareshprasannha@gmail.com"
] | pphareshprasannha@gmail.com |
2239a0dcf2a9776039e963d5947a9f3a2ea33bdc | 225b9a9ce807b669f5da0224b374bbf496d0bc70 | /sp13106.cpp | e85d108b98049f15c96f85b07f4d7574975bd2ec | [] | no_license | Kewth/OJStudy | 2ed55f9802d430fc65647d8931c028b974935c03 | 153708467133338a19d5537408750b4732d6a976 | refs/heads/master | 2022-08-15T06:18:48.271942 | 2022-07-25T02:18:20 | 2022-07-25T02:18:20 | 172,679,963 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,547 | cpp | #if 0
2019.12.30
暴力的做法是对于每个箱子构造数组 A 只有 A[0] 和 A[S] 为 1 ,
其中 S 是其包含的玩具的集合表示。
那么对于所有 A 的按位或卷积得到的 B ,B[2^m-1] 就是答案。
注意到 A 很稀疏,稀疏数组 FWT 即可,同样出现在 uoj310 。
#endif
#include <cstdio>
#define debug(...) fprintf(stderr, __VA_ARGS__)
typedef long long ll;
struct {
inline operator int () { int x; return scanf("%d", &x), x; }
... | [
"Kewth.K.D@outlook.com"
] | Kewth.K.D@outlook.com |
c06dbe99baf67cb18469c1135913e57b46d767b8 | 98e8969f854ebc6827a3a1edec8652ec6722dc27 | /Two pointer/3 sum closest.cpp | f4c0c811e789c1790af24aa73a724046b44b737a | [] | no_license | tanwi1234/Interview-Bit-coding-problems | b4ba2260300e953c44eff6d63569829dc64b0c6e | eef64a0de284bfd83117839198058de265dd6314 | refs/heads/main | 2023-07-29T00:34:39.658782 | 2021-09-22T20:49:34 | 2021-09-22T20:49:34 | 388,722,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 844 | cpp | int Solution::threeSumClosest(vector<int> &A, int B) {
int i,j,k;
int n=A.size();
vector<int>s;
int max=INT_MAX;
int sum;
int t=-1;
sort(A.begin(),A.end());
for(i=0;i<n-2;i++)
{
j=i+1;
k=n-1;
while(j<k)
{
sum=(A[i... | [
"noreply@github.com"
] | tanwi1234.noreply@github.com |
101c020d50168d9f3bfef5d5302827133fe42d20 | b25fbaafbff1671bcc6801f03acabce588dc3d0b | /tool/AddLibraryTool-Multiple/main.cpp | 482799471567d5e343063466894a894c57eae59f | [] | no_license | AbelTian/multi-link | 748793e6fbc08a987d2a5b58a28bb647debf35da | 0097fe4a5bd586c53fe8cbe5e7cc8a4eeca93dfd | refs/heads/master | 2022-04-26T22:51:54.769639 | 2020-04-23T03:53:33 | 2020-04-23T03:53:33 | 259,793,982 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,044 | cpp | #include "mainwindow.h"
#include <QQtApplication>
#include <docopt.h>
#include <iostream>
static const char USAGE[] =
R"(AddLibraryTool-Multiple v1.0.
Usage:
AddLibraryTool-Multiple
AddLibraryTool-Multiple output <root>
AddLibraryTool-Multiple (-h | --help)
AddLibraryTool-Multiple --... | [
"tianduanrui@163.com"
] | tianduanrui@163.com |
7139a5ab0dfed1ac886310362ac2a802a0b847cf | 0c2cba675fc6c135c38ee8babf3413238755e1b9 | /1133.cpp | eca3f6a6bf81f6b48edbb3ea89e185ed645db45f | [] | no_license | zsxm1998/PAT-Advanced-Level | e85de8c6b16cdf6c2d9050b1ebf9a5616b1245c0 | df1ea5f1afdac0777b427db064c7043d76876f19 | refs/heads/master | 2022-04-21T11:09:55.821040 | 2020-04-12T13:54:02 | 2020-04-12T13:54:02 | 254,662,042 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,869 | cpp | #include <bits/stdc++.h>
using namespace std;
const int MAXN = 100004;
struct node{
int data=0, next=-1;
}memory[MAXN];
int main(){
ios::sync_with_stdio(false);
int start, n, k;
cin>>start>>n>>k;
for(int i=0; i<n; i++){
int u, v, w;
cin>>u>>v>>w;
memory[u].data = v;
memory[u].next = w;
}
int tail1 = 100... | [
"zsxm1998@qq.com"
] | zsxm1998@qq.com |
d424da4fbdb0873c3a25d68a5900a11b719a6412 | a8c3b3f836350543cfa5ed486b8c4b725928a427 | /HK.SKINS/src/Utilities/Virtuals.hpp | c3836bdeeb5cbac5a6c502816d06b6e33ab6ba10 | [] | no_license | mvasilkov/CaramelbyHattrickHKS | 4eed761eb82cfd64ae7900886e3d78716574c5c0 | 481efd460dc07b23504b32606fd0af4b315b2281 | refs/heads/master | 2021-09-05T12:17:41.183465 | 2018-01-27T13:29:03 | 2018-01-27T13:29:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 200 | hpp |
#pragma once
#include "SDK.hpp"
template < typename Fn = void * > FORCEINLINE Fn GetVirtualFunction(void * class_base, size_t index)
{
return (*reinterpret_cast < Fn ** > (class_base))[index];
};
| [
"noreply@github.com"
] | mvasilkov.noreply@github.com |
65b6969e3eb06fb40a006ec40d988f76c70d098f | 001bff3a9254779345f2fc22a02786decafe4678 | /11/debian-10/postgresql-repmgr-11.11.0-15-linux-amd64-debian-10/files/postgresql/include/gnm.h | 9e8f73c0adc0f66dcfa53da0351bb0a81ee699bf | [
"GPL-2.0-only",
"MIT",
"Zlib",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | radondb-pg/radondb-postgresql-kubernetes | 33fe153b2b2148486e9ae3020c6b9664bc603e39 | e7a308cb4fd4c31e76b80d4aaabc9463a912c8fd | refs/heads/main | 2023-07-11T16:10:30.562439 | 2021-08-19T11:42:11 | 2021-08-19T11:42:11 | 370,936,467 | 0 | 0 | Apache-2.0 | 2021-05-26T06:56:52 | 2021-05-26T06:56:51 | null | UTF-8 | C++ | false | false | 29,384 | h | /******************************************************************************
* $Id: gnm.h fa752ad6eabafaf630a704e1892a9d837d683cb3 2021-03-06 17:04:38 +0100 Even Rouault $
*
* Project: GDAL/OGR Geography Network support (Geographic Network Model)
* Purpose: GNM general public declarations.
* Authors: Mikhail... | [
"hualongzhong@yunify.com"
] | hualongzhong@yunify.com |
f8e87400f3fdaa08a458cd8cbd9824c98c7a698d | f22a67c4b0ee7fc5f609962428229e29b1adcc85 | /sift_batch.cpp | 75fde5d3bf9c540626a81b4858213ab90025874b | [] | no_license | gengxin1995/video_processing | 74448df2d9f04ec5e3f6c6876ac682362fb1fa9c | af908f3a486e6d92ed064081e91cdf237a609d35 | refs/heads/master | 2021-09-04T22:03:01.145320 | 2018-01-22T14:41:16 | 2018-01-22T14:41:16 | 118,094,763 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 72,529 | cpp | ///*
// * sift_batch.cpp
// *
// * Created on: 2017年8月13日
// * Author: bianca
// */
//
///*
//Functions for detecting SIFT image features.
//
//For more information, refer to:
//
//Lowe, D. Distinctive image features from scale-invariant keypoints.
//<EM>International Journal of Computer Vision, 60</EM>, 2 (2004... | [
"525038358@qq.com"
] | 525038358@qq.com |
47aa969d20994b3eeb915fd26d735dc54b66914e | 5dfa2f8acf81eb653df4a35a76d6be973b10a62c | /branches/test/CCV_Select_Camera/addons/ofxCameraBase/src/ofxGUIDHelper.h | b3696a6c24d0e1910865a013b5c68bdf9e7e747e | [] | no_license | guozanhua/ccv-multicam | d69534ff8592f7984a5eadc83ed8b20b9d3df949 | 31206f0de7f73b3d43f2a910fdcdffb7ed1bf2c2 | refs/heads/master | 2021-01-22T14:24:52.321877 | 2011-08-31T14:18:44 | 2011-08-31T14:18:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 806 | h | #ifndef _OFX_GUID_HELPER_
#define _OFX_GUID_HELPER_
#include <sstream>
#include <string>
#include <windows.h>
//Convert an hex string to a number
template<class T> T HexToInt(const std::string &str);
//Convert a number to an hex string
template<class T> std::string ToHex(const T &value);
int StringToInt(... | [
"baicaibang@da66ed7f-4d6a-8cb4-a557-1474cfe16edc"
] | baicaibang@da66ed7f-4d6a-8cb4-a557-1474cfe16edc |
dda9c80e1618046140c5f4612e53c532774efec5 | c42cf25bebcb17dced1f3188452267962428baf7 | /Source/TextureLoader.cpp | 03b84c6350df8e38f90a883c9831759f11497a10 | [
"MIT"
] | permissive | cstechfoodie/COMP371-Computer-Graphic-Scene-of-End-of-the-World | 4804049bd44c9debc212687412c4955735db6310 | 91e47546d663e079b756fd90dab14c8954903a5a | refs/heads/master | 2022-02-16T14:28:16.224000 | 2019-08-11T18:49:48 | 2019-08-11T18:49:48 | 197,845,122 | 2 | 2 | MIT | 2019-08-11T19:39:47 | 2019-07-19T21:35:02 | C++ | UTF-8 | C++ | false | false | 1,396 | cpp | //
// COMP 371 Assignment Framework
//
// Created by Nicolas Bergeron on 15/7/15.
//
// Copyright (c) 2014-2019 Concordia University. All rights reserved.
//
#include "TextureLoader.h"
#include "Renderer.h"
#include <cassert>
#include <FreeImageIO.h>
int TextureLoader::LoadTexture(const char * imagepath)
{
... | [
"sia1228lee@gmail.com"
] | sia1228lee@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.