blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b1af6e9a66885fbb858e1b92cc637b4fef58d38c | 9894d3a9056927f97be327942305882e25adf6fe | /Day 04/ex01/SuperMutant.hpp | b42bcb7c02e2108157229540d84278cdb88b0628 | [
"MIT"
] | permissive | akharrou/42-Piscine-CPP | 3c34585cbce5144cc3dd4452e72bd906fb6fbcc2 | 11c80e32f96718946134400435182629470f1439 | refs/heads/master | 2020-06-12T20:32:06.586570 | 2019-08-19T04:53:42 | 2019-08-19T04:53:42 | 194,416,333 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,691 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* SuperMutant.hpp :+: :+: :+: ... | [
"idev.aymen@gmail.com"
] | idev.aymen@gmail.com |
05e2ea7fc3d15d8f557efcd47d7327492c98a990 | d782a7a41b7421e0f8156199de5773a5a7778f06 | /vec3.hpp | f16d49a635495b7d74f21406edd74d33dc10713b | [] | no_license | TeDand/Ray-Tracing | f6601fc00b2b8a1745509237e7f334dc1bb9f9bf | ad2cb7b028b501c3cbfa4719bf8ac82b6c9ad759 | refs/heads/master | 2022-12-02T02:10:08.186525 | 2020-08-20T08:54:15 | 2020-08-20T08:54:15 | 288,688,155 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,318 | hpp | #ifndef VEC3_H
#define VEC3_H
#include <cmath>
#include <iostream>
using std::sqrt;
// class that stores a three dimensional point (or colour)
class vec3 {
public:
vec3() : e{0,0,0} {}
vec3(double e0, double e1, double e2) : e{e0, e1, e2} {}
double x() const { return e[0]; ... | [
"tejas-d@hotmail.com"
] | tejas-d@hotmail.com |
9e38a185a409af2938d8ce6a33bd902b01f36fb7 | a700ba820b53dd5ca2486e87df1c87376d77c6ee | /src/registry.h | 8da08963d3bd9f64c6fbb26fca0f2e23191494b7 | [] | no_license | Javier090/keylogger- | 6bf645816c015ee2a62cd4dac5ac5fc5d376b192 | 1257d789c47355a2a3a92b02c1f38fd76e81b831 | refs/heads/main | 2023-07-09T09:49:48.091357 | 2021-08-17T19:41:42 | 2021-08-17T19:41:42 | 394,162,743 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 73 | h | #pragma once
namespace registry
{
void add_to_startup() noexcept;
}
| [
"noreply@github.com"
] | noreply@github.com |
418f0269a6e76ad4be87b232e1850b2cb94f7d0d | 97dd176a3f2127dcb3d67412889aa673731b4a42 | /funcprac02.cpp | 624c5164e411e8bcdb57c37db649f4e8c1a09631 | [] | no_license | sunny722122/C-programming-practice | b3a7c2e7d03062cd883aa3ae15c297d720078719 | 8a760980ae129d23325b170bd5e662396393c250 | refs/heads/master | 2021-03-22T09:38:54.352727 | 2020-03-21T23:41:55 | 2020-03-21T23:41:55 | 247,353,459 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,908 | cpp | /******************************************************************************
Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, PHP, Ruby,
C#, VB, Perl, Swift, Prolog, Javascript, Pascal, HTML, CSS, JS
Code, Compile, Run and Debug online from anywhere in world.
*********... | [
"noreply@github.com"
] | noreply@github.com |
2be3b3b5e4f9468d23cf3cd83cf33c7bb919b252 | f1571d9d08e18b1bf1c60f8961e0a53107db6db4 | /121A/121A_8415353.cpp | 39ec946ae56ec02c256d53813914ea5907576ff2 | [] | no_license | ahmed-dinar/codeforces-solved-problems | a6d4cc40d210834210043e71a44c72bee927145c | d0fa0462e28cb05c4d26b5a8d5175e62aa2f44d9 | refs/heads/master | 2021-01-18T22:14:00.951801 | 2016-10-30T14:16:33 | 2016-10-30T14:16:33 | 72,353,531 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,537 | cpp | #include<bits/stdc++.h>
using namespace std;
#define all(x) (x.begin(),x.end())
#define Find(x,n) find(all(x),n)
#define pi acos(-1.0)
#define i64 long long
#define pb(x) push_back(x)
#define mset(x,v) memset(x,v,sizeof(x))
#define sc(n) scanf("%d",&n)
#define scl(n) scanf("%ld",&n)
#define scll(n) scanf("%lld",&n)
#... | [
"madinar.cse@gmail.com"
] | madinar.cse@gmail.com |
423a3bb9dc4db936f85167c409847a06445d6084 | ea6a9bcf02fe7d72df645302909b1de63cdf7fe0 | /src/test/allocator_tests.cpp | 6318d10f1535c646ac89f25b543f735bb1dcbc8b | [
"MIT"
] | permissive | durgeshkmr/minicoin | 69a834786413122eb2b85731b20f0fda931c7a72 | 4f082abe13cd34a759bf8ffb344a49244615960e | refs/heads/master | 2020-05-04T22:59:23.367524 | 2019-04-06T16:13:28 | 2019-04-06T16:13:28 | 179,529,407 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,371 | cpp | // Copyright (c) 2012-2018 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <util.h>
#include <support/allocators/secure.h>
#include <test/test_minicoin.h>
#include <memory>
#include <boost... | [
"durgeshkmr4u@gmail.com"
] | durgeshkmr4u@gmail.com |
c9bf4474a1cf1d7a9f3b22b30c070b525e4a7dc0 | 14ce01a6f9199d39e28d036e066d99cfb3e3f211 | /Cpp/SDK/GE_Evo_Shadow_Body_Lunge_ImpactVFX_T3_classes.h | beb51496e56bedd97ac097898cb274a397725bd8 | [] | no_license | zH4x-SDK/zManEater-SDK | 73f14dd8f758bb7eac649f0c66ce29f9974189b7 | d040c05a93c0935d8052dd3827c2ef91c128bce7 | refs/heads/main | 2023-07-19T04:54:51.672951 | 2021-08-27T13:47:27 | 2021-08-27T13:47:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 834 | h | #pragma once
// Name: ManEater, Version: 1.0.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
0c51d4681b49c11582b1281de6d6d7599420060d | b33a9177edaaf6bf185ef20bf87d36eada719d4f | /qtbase/examples/network/blockingfortuneclient/fortunethread.h | fcd876a76171ec8c3869d205c3144be15548326b | [
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-commercial-license",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"GFDL-1.3-only",
"LicenseRef-scancode-qt-commercial-1.1",
"LGPL-3.0-only",
"LicenseRef-scancode-qt-company-exception-lgpl-2.1",
... | permissive | wgnet/wds_qt | ab8c093b8c6eead9adf4057d843e00f04915d987 | 8db722fd367d2d0744decf99ac7bafaba8b8a3d3 | refs/heads/master | 2021-04-02T11:07:10.181067 | 2020-06-02T10:29:03 | 2020-06-02T10:34:19 | 248,267,925 | 1 | 0 | Apache-2.0 | 2020-04-30T12:16:53 | 2020-03-18T15:20:38 | null | UTF-8 | C++ | false | false | 2,539 | h | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follow... | [
"p_pavlov@wargaming.net"
] | p_pavlov@wargaming.net |
c1cfd9aabdb597e6c72f00fde5b447be4c12e3bc | 36385e4ae097d3b662512c32ebbd91fe168491c8 | /Project 1/project_1_milestone_2/radio.cpp | 52f2c4616d1884575d20f4229e4e45bd408119ba | [] | no_license | Gomer3261/CSC460 | 4b84691415fbca5616910b056d9539d0e907014f | 07e405b81b8c04bbf7663a09d4e2b0a8dc9d3df1 | refs/heads/master | 2021-01-25T12:14:42.720413 | 2015-04-07T04:44:05 | 2015-04-07T04:44:05 | 30,769,924 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 13,931 | cpp | /*
* radio.c
*
* Created on: 24-Jan-2009
* Author: Neil MacMillan
*/
#include "radio.h"
// debug
#define DEBUG_1_HIGH PORTH |= _BV(PH3)
#define DEBUG_1_LOW PORTH &= ~_BV(PH3)
#define DEBUG_2_HIGH PORTH |= _BV(PH4)
#define DEBUG_2_LOW PORTH &= ~_BV(PH4)
#define DEBUG_INIT DDRH |= _BV(PH3) | _BV(PH4)
//#de... | [
"Geoff@Geoffreys-MacBook-Pro.local"
] | Geoff@Geoffreys-MacBook-Pro.local |
c66ab4fc7bdf4f2ee403cacbe4e7a34782d87c01 | cc13c060d7d3ed555d68073c770fc0aca3c67f82 | /codeforces/679-codeforces-round-356/B.cpp | 95ca0e71733e30e2378eff7733b4891fa6293966 | [] | no_license | Devang-25/acm-icpc | 8bd29cc90119a6269ccd61729d8e67a8b642b131 | a036bdbba60f8b363ee2d6cb9814e82e5536e02e | refs/heads/master | 2022-04-01T02:52:51.367994 | 2020-01-24T11:46:01 | 2020-01-24T11:46:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,078 | cpp | #include <algorithm>
#include <iostream>
#include <map>
#include <utility>
#include <vector>
typedef long long Long;
std::vector<Long> volume;
std::vector<std::pair<int, Long>> memory;
std::pair<int, Long> solve(Long n)
{
std::pair<int, Long> tmp {-1, 0};
auto index = std::upper_bound(volume.begin(), volume.... | [
"ftiasch0@gmail.com"
] | ftiasch0@gmail.com |
2ad5184284ed44772e954360b71daf6594e993ad | 3117b8eeb7f787a0713fb9bd62fd30d98c01e014 | /TheLittleGameEngine/Events/KeyEvent.h | 09ca9e044f6aa14587f515612d463fadbcc83ec9 | [] | no_license | EmilioLapointe/ProjectNotSummer | 1ecbcc8e19f997432dc6bab4372bf5bcbf050840 | 4db725d3021463920041394a0c057b5ccb6122e5 | refs/heads/master | 2020-04-09T21:22:25.781723 | 2019-04-04T01:32:22 | 2019-04-04T01:32:22 | 160,600,185 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,150 | h | #ifndef __TLGE__KEY_EVENT_H__
#define __TLGE__KEY_EVENT_H__
namespace TLGE
{
enum KeyState
{
KeyState_JustPressed,
KeyState_Unpressed,
NumKeyStates,
KeyState_Invalid
};
/**************************************************************************
* KeyEvent is passed when a key of some sort is pressed or r... | [
"emirolap@hotmail.com"
] | emirolap@hotmail.com |
ef554eca6c8e29ff00b3fc9df9bdd3bc4b48945b | 98c7f1fa649e716d16658d367cdded9b5d98b7b3 | /cudaWraperL300/testCudaWrapperL300/kernel.cpp | bb77735d605f30cd9fa036add879a6befd1aabc1 | [] | no_license | laszlo-avotra-tips/cudaUnitTest | 394d64c365fdba5819d0b7c45f6a1f7a2a999dc9 | ba379d0ce839c3199d32a33c70a36bcd35a8f2b4 | refs/heads/master | 2020-12-10T17:03:07.102164 | 2020-01-24T15:10:19 | 2020-01-24T15:10:19 | 233,653,742 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 545 | cpp | #include "../cudaWraperL300/cudaWrapperL300.h"
#include <stdio.h>
#include <vector>
int main()
{
const size_t arraySize = 5;
const int a[arraySize] { 1, 2, 3, 4, 7 };
const int b[arraySize] { 10, 20, 30, 40, 50 };
int c[arraySize] {};
// Add vectors in parallel.
if(!addTwoVectors(c, a, b, ar... | [
"57722657+laszlo-avotra-tips@users.noreply.github.com"
] | 57722657+laszlo-avotra-tips@users.noreply.github.com |
1bb81f07ebcd57bcfaa80147fa08a6fd04d19c01 | 41d6b7e3b34b10cc02adb30c6dcf6078c82326a3 | /src/plugins/qrosp/scriptloaderinstance.h | dac2bf42491558b56611f5cf18e010031af8b740 | [
"BSL-1.0"
] | permissive | ForNeVeR/leechcraft | 1c84da3690303e539e70c1323e39d9f24268cb0b | 384d041d23b1cdb7cc3c758612ac8d68d3d3d88c | refs/heads/master | 2020-04-04T19:08:48.065750 | 2016-11-27T02:08:30 | 2016-11-27T02:08:30 | 2,294,915 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,362 | h | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Boost Software License - Version 1.0 - August 17th, 2003
*
* Permission is hereby granted, free of charge, to any person or organiz... | [
"0xd34df00d@gmail.com"
] | 0xd34df00d@gmail.com |
6815a0d7b820906b89e12538bb2079970e98f352 | 1cc4727469951710751e9c46d4e578cacc0ec141 | /jp2_pc/Source/Lib/Transform/GeomTest.cpp | 3cf7b17c50d6fa682f19a65d81b5d45e8a0204ee | [] | no_license | FabulaM24/JurassicParkTrespasserAIrip | 60036b6a0196f33b42bdc7f6e4c984ef39a813f4 | 081c826b723a5fef2b318009fdaf13a27af908a5 | refs/heads/master | 2023-07-15T20:49:47.505140 | 2020-05-13T12:57:52 | 2020-05-13T12:57:52 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 14,904 | cpp | /***********************************************************************************************
*
* Copyright © DreamWorks Interactive. 1996
*
* Geometry testing code. Not style-compliant. Leave me alone.
*
***********************************************************************************************
*
* $L... | [
"crackedcomputerstudios@gmail.com"
] | crackedcomputerstudios@gmail.com |
a6df96f4f8d3a0b1e0c917c6d38747161c4160b8 | 09ab08f51d8a0ef6ae86aa5d3c2e3b3f01a775bd | /C_C++/examples/Hubbard/Examples/Ex1401.cpp | 52396e861ce97553db1d37606855fac600dad467 | [] | no_license | oconnellamethyst/csci1113 | 7beb093b7a619362de460f6a296afabf47bddc8d | 7f099756753b9b3bbd467d9327179b71b02ae673 | refs/heads/master | 2020-03-18T12:58:58.246400 | 2018-06-29T20:59:16 | 2018-06-29T20:59:16 | 134,754,110 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 596 | cpp | // Programming with C++ by John R. Hubbard
// Copyright McGraw-Hill, 1999
// Example 14.1 on page
#include <iostream>
#include <string>
#include <vector>
using namespace std;
void load(vector<string>&);
void print(vector<string>);
const int SIZE=8;
int main()
{ vector<string> v(SIZE);
load(v);
print(v);
}
vo... | [
"oconnellamethyst@gmail.com"
] | oconnellamethyst@gmail.com |
19a607ae0c682d38aab13708c880006680bff2a5 | f14b33109e39b7cbec8f2e92ac788aa9ca04eea5 | /Benchmark/main.cpp | fe97e58ca9b9bce93cc8575c120c43ce8268468f | [] | no_license | xSeditx/Benchmark | 9db81d1abfd741f515c6021d4fa5f0c6fadafece | 8f59ba2a0cf6472914c3ee0819bcd92ec1ad73e8 | refs/heads/master | 2020-08-12T22:39:38.652752 | 2019-10-23T09:47:11 | 2019-10-23T09:47:11 | 214,856,718 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,126 | cpp | #include"Benchmark.h"
#include"Window.h"
#include<array>
#include<vector>
#include<list>
const int Samples = 1000;
#include<map>
#include<unordered_map>
using namespace std;
#define CAT(str, in) str##in
//http://index-of.co.uk/Game-Development/Programming/
int main()
{
Window Win(1400, 800, "Benchmark Test... | [
"none"
] | none |
356afb839fde7508d1adad3a8d0e4385a184bbdc | b9323b66afe9a52c456bf4e20b459eb641cd059b | /src/localizer.cc | 020f1570538b3adc152a92d1d4f1e32f5d35e21e | [] | no_license | stack-of-tasks/sot-motion-planner | 896a1bef9d79d851ff9598de3416cb5c2c5fa863 | a5f1e8dcfefd31a0d24e0fca7a7636a637283719 | refs/heads/master | 2020-05-25T11:18:22.174623 | 2015-01-15T16:10:49 | 2015-01-15T16:10:49 | 1,294,709 | 1 | 1 | null | 2015-01-15T16:12:03 | 2011-01-26T09:31:52 | C++ | UTF-8 | C++ | false | false | 12,061 | cc | // Copyright 2011, Thomas Moulard, CNRS.
//
// This file is part of sot-motion-planner.
// sot-motion-planner is free software: you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation, either version 3 of
// the License, or (at... | [
"thomas.moulard@gmail.com"
] | thomas.moulard@gmail.com |
4dcc0b29c7c7770c6803674c01d3de9b0b5c4850 | b2d41d85fa568d273fc0969d10b97549e27e47af | /src/AM_WiFiNINA.cpp | 5b78de55a899713e52c2785c943e8d692225f5b9 | [] | no_license | ArduinoManager/AM_WiFiNINA | e34749ef09a64ab241e507f8abb65e038c5cd0d0 | 7cfb4f01bee69839929616251f123e93e3fd33c0 | refs/heads/main | 2023-05-05T20:18:11.582476 | 2021-05-25T16:38:32 | 2021-05-25T16:38:32 | 365,158,752 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,538 | cpp | /*
*
* AMController libraries, example sketches (“The Software”) and the related documentation (“The Documentation”) are supplied to you
* by the Author in consideration of your agreement to the following terms, and your use or installation of The Software and the use of The Documentation
* constitutes acceptance... | [
"fabrizio.boco@gmail.com"
] | fabrizio.boco@gmail.com |
2ac44fa114c9934cf8e12427ab40390ce1a3c1d1 | 8149612d43061ef428685cd4453044fb2bb476e3 | /LCARS_Slider/lcars_slider.cpp | 5df41e643adaf59421e4e7b5108f9d4218bf2eaf | [] | no_license | sequency/qt-lcars_widgets | fe2cda8f1e82e6b1a1972fa2ce232aab948e5641 | cd85956749675b027de99495ed795a0d6d3734e3 | refs/heads/master | 2021-05-09T09:40:16.376028 | 2018-01-29T23:03:16 | 2018-01-29T23:03:16 | 119,453,004 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 55,593 | cpp | #include "lcars_slider.h"
#include <QSlider>
#include <QMouseEvent>
#include <QPainter>
#include <QEvent>
#include <QDebug>
LCARS_Slider::LCARS_Slider(QWidget *parent) :
QSlider(parent)
{
//pieHeight=this->property("customRoundingValue").toInt;
temp = QPoint(0,0);
}
void LCARS_Slider::showEvent(QShowEvent *even... | [
"noreply@github.com"
] | noreply@github.com |
2008727d1d83d1081e6aec63d743f4e0ef52c39f | fea665e9515cf1f7618da4d728bf4b9cdc7302dc | /5. Challanges --Bits Manuplation/2. Unique Numbers.cpp | f009e8f8e904ebf101401f942d7646e53cb0d8c7 | [] | no_license | Harshal0506/GYM-FOR-MY-CP-JOURNEY | c8d94997bc790e9997421e53f1807b2e8a7ecfc5 | 3a44b82fbb3b2cd457d4db1dbc9e42fcf6150507 | refs/heads/main | 2023-04-25T13:07:42.320659 | 2021-05-16T16:29:39 | 2021-05-16T16:29:39 | 359,478,919 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,374 | cpp | #include<bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
using namespace __gnu_pbds;
using namespace std;
#define ff first
#define ss second
#define int long long
#define pb push_back
#define mp make_pair
#define pii pair<int,int>
#de... | [
"Harshaljain0055@gmail.com"
] | Harshaljain0055@gmail.com |
f259749378ecb8d050c90421b5a907e21125e9a3 | 3d14bd13a8c113e754d149b2507dfe9ffbbb290e | /Source/ZNTestGame/UserInterface/ViewHumanFirstPerson.cpp | 4867fbac9f15c11d8dd3b4578c2d180addde327c | [] | no_license | tzemanovic/gp2cw | 34ed711a66a4bec521fcf084d5406b7a4b32488e | f92b9bf9ea86012d2e43100b96431bd9845af863 | refs/heads/master | 2021-05-26T19:54:50.818248 | 2012-12-06T15:53:13 | 2012-12-06T15:53:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,582 | cpp | ////////////////////////////////////////////////////
// human first person view
////////////////////////////////////////////////////
#include "ZNTestGameStd.h"
#include "ViewHumanFirstPerson.h"
namespace zn
{
ViewHumanFirstPerson::ViewHumanFirstPerson() : ViewHuman(), m_pHumanChar( NULL ),
m_is... | [
"tzemanovic@gmail.com"
] | tzemanovic@gmail.com |
8bb1a9a9dbd0fad82cbdc06513ceac04e54e0530 | 314e32208d36c2df9bb444b72c55d88226198f41 | /gauss.h | 1147043079f187d9db3543fa393e9e02640c678b | [] | no_license | IVarha/nefclass | 00080dfc2f97f322344822f3d009755ccba9827a | 6cef9003fa3850f6f8d95f00619086f8445893b1 | refs/heads/master | 2021-07-11T07:32:54.160273 | 2017-10-17T09:33:23 | 2017-10-17T09:33:23 | 107,248,863 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 455 | h | #ifndef GAUSS_H
#define GAUSS_H
class Gauss
// public FuzzyWeight
{
public:
Gauss(double a, double b);
Gauss();
~Gauss();
bool operator==(const Gauss & other);
Gauss operator=(const Gauss & other);
// Inherited via FuzzyWeight
double evaluate(double x);
void setRuleClass(int cl);
d... | [
"igorvarga@MacBook-Pro-Igor.local"
] | igorvarga@MacBook-Pro-Igor.local |
a51e040fb2a5e22a8b80fd9c964691ef102e957f | 386556e9b9083aa72d6c04e9fd1b29a11e3abaec | /30_Days_Challenge/Day18(Stacks_Queues).cpp | cb95be9f45bd0186b1503080b5a651b10e7922c7 | [] | no_license | Thayjes/HackerRank | 5704aece07968f41082347e72b7f9f05cea201a9 | 973a6fca83818174a589e0d1f3d64b7ae8f0d3b7 | refs/heads/master | 2021-07-17T19:59:09.216958 | 2017-10-26T03:12:11 | 2017-10-26T03:12:11 | 103,687,074 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,214 | cpp | /*Input Format
You do not need to read anything from stdin. The locked stub code in your editor reads a single line containing string . It then calls the methods specified above to pass each character to your instance variables.
Constraints
is composed of lowercase English letters.
Output Format
You are not respon... | [
"thayjes.srivas@gmail.com"
] | thayjes.srivas@gmail.com |
70c2b5768c65d0b0f92725b87c8524e78fcdc03c | 5fcacbc63db76625cc60ffc9d6ed58a91f134ea4 | /vxl/vxl-1.13.0/contrib/brl/bseg/boxm/opt/tests/test_driver.cxx | 739217a5cfc12f04ba7a15b2bc4d124522af808f | [] | no_license | EasonZhu/rcc | c809956eb13fb732d1b2c8035db177991e3530aa | d230b542fa97da22271b200e3be7441b56786091 | refs/heads/master | 2021-01-15T20:28:26.541784 | 2013-05-14T07:18:12 | 2013-05-14T07:18:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 156 | cxx | #include <testlib/testlib_register.h>
DECLARE( test_bayesian_optimizer );
void register_tests()
{
REGISTER( test_bayesian_optimizer );
}
DEFINE_MAIN;
| [
"hieuza@gmail.com"
] | hieuza@gmail.com |
c41a10938dfe5ff0e2c192ea82f023fdd3ed49fb | cdc4b28a1f04aa31b07373a9cad47574c2b986e2 | /t5_23.cpp | da6a2cd93010a27a2d44d132821885fda565b196 | [] | no_license | pw-ethan/CPP-Primer | fe2fbe900c1cf01f5dfd93550a0d581d062dfe7c | fde28b2de88372a94eead514b99131014fbccac2 | refs/heads/master | 2021-01-25T06:06:41.332946 | 2017-06-06T13:51:31 | 2017-06-06T13:51:31 | 93,523,811 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 553 | cpp | #include <iostream>
#include <stdexcept>
using namespace std;
int main()
{
int a, b;
while(cin >> a >> b){
try{
if(b == 0){
throw runtime_error("/ by 0");
}
cout << a << " / " << b << " = " << a / b << endl;
}catch(runtime_error err){
... | [
"pw-ethan@localhost.localdomain"
] | pw-ethan@localhost.localdomain |
7527a62351b066d2544bd03615e01b5d7238b87b | 83a15e04a196e51e4593791cc10f83687c55a884 | /handlers/Filter/FilterableValue.h | df185d40bdbb58488cca95b0a9c5b79d232621c1 | [] | no_license | solisqq/HawkRC | 8defb1a887df5bc28ffc6b38670ef42ce6e12d0e | 602ccc761f37befb8b8f0e77dc7358ef60e9553e | refs/heads/master | 2023-03-12T16:00:00.195535 | 2021-02-25T21:56:10 | 2021-02-25T21:56:10 | 172,204,306 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,351 | h | #pragma once
#ifndef FILTERABLEVALUE_H
#define FILTERABLEVALUE_H
#include "C:/Users/kamil/Documents/Programming/HawkRC/handlers/Filter/Filter.h"
#include "C:/Users/kamil/Documents/Programming/HawkRC/structures/List.h"
#include "C:/Users/kamil/Documents/Programming/HawkRC/handlers/Output/AllowPrint.h"
template <class ... | [
"solisqq"
] | solisqq |
a4048e52bc5c7850324ea2f8e01be7f73069235f | fff2127659e2432ef268f39cf152eb96e15c5b34 | /StdAfx.h | ea613eb340ebca41b31640633fd4da583eaf9922 | [
"MIT"
] | permissive | 1m30s/EasySRT | 92a21db9f77891f1c4e8e74e18ae03df447d69d3 | 2a4cb580d787f4446c42882c36c74c0c801bb88a | refs/heads/master | 2023-02-04T01:52:56.579224 | 2013-08-18T12:23:42 | 2013-08-18T12:23:42 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,340 | h | // stdafx.h : 標準のシステム インクルード ファイル、
// または参照回数が多く、かつあまり変更されない
// プロジェクト専用のインクルード ファイルを記述します。
//
#if !defined(AFX_STDAFX_H__CE1C2ED7_2E1A_417B_B7E6_AEE047B148C4__INCLUDED_)
#define AFX_STDAFX_H__CE1C2ED7_2E1A_417B_B7E6_AEE047B148C4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _M... | [
"rev_c1815@yahoo.co.jp"
] | rev_c1815@yahoo.co.jp |
cd34b9fbfd9c42a91516407be9ddfcba3a8cc144 | a2e04e4eac1cf93bb4c1d429e266197152536a87 | /Cpp/SDK/BP_tls_tankard_ice_01_a_ItemInfo_classes.h | 107ae8ba52f4ca51144a8705d7766cddfc022a7a | [] | no_license | zH4x-SDK/zSoT-SDK | 83a4b9fcdf628637613197cf644b7f4d101bb0cb | 61af221bee23701a5df5f60091f96f2cf929846e | refs/heads/main | 2023-07-16T18:23:41.914014 | 2021-08-27T15:44:23 | 2021-08-27T15:44:23 | 400,555,804 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,045 | h | #pragma once
// Name: SoT, Version: 2.2.1.1
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//------------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
266fddb54246a67665cf403e4735807ddcffcbfe | 4ef9ec047c984a1ce5668128ea11c711d80144f4 | /is_prime.cpp | aaa7298d1eb84913374833c5fab8245ead569621 | [] | no_license | abhaykagalkar/routine_codes | b6391299ff270661f0294ea5e9bc5c6c18bc5590 | 318813156f30404ea54b6aeb3d6ed125dc6a9f93 | refs/heads/master | 2020-05-07T22:30:46.885821 | 2019-04-02T08:50:20 | 2019-04-02T08:50:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 967 | cpp | #include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
#include <bits/stdc++.h>
using namespace std;
bool is_prime(int n) {
// Assumes that n is a positive natural number
// We know 1 is not a prime number
if (n == 1) {
return false;
}
int i = 2;
... | [
"noreply@github.com"
] | noreply@github.com |
b11efe2dee04d1841d66ff02fe4c21c861982b24 | 2ba94892764a44d9c07f0f549f79f9f9dc272151 | /Engine/Source/Editor/Sequencer/Private/SSequencerTrackOutliner.h | 2627998cfa7ee09e8084f40af0d8145f7269ff47 | [
"BSD-2-Clause",
"LicenseRef-scancode-proprietary-license"
] | permissive | PopCap/GameIdea | 934769eeb91f9637f5bf205d88b13ff1fc9ae8fd | 201e1df50b2bc99afc079ce326aa0a44b178a391 | refs/heads/master | 2021-01-25T00:11:38.709772 | 2018-09-11T03:38:56 | 2018-09-11T03:38:56 | 37,818,708 | 0 | 0 | BSD-2-Clause | 2018-09-11T03:39:05 | 2015-06-21T17:36:44 | null | UTF-8 | C++ | false | false | 253 | h | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
/**
* The area where outliner nodes for each track is stored
*/
class SSequencerTrackOutliner : public SVerticalBox
{
public:
void Construct( const FArguments& InArgs );
};
| [
"dkroell@acm.org"
] | dkroell@acm.org |
6aea1336c007be248f85375aa9fb0ce5dc3b5983 | 518bd84e3e659e514d44cc3a49bd1750447bffc0 | /srs/src/app/srs_app_caster_flv.hpp | 11a6ea493f9f9596d04381591f7a4a72d7390c2a | [] | no_license | lxq00/srs-win-linux | 1b225f107bc7349ab2da5c29f60bcd5246e43ab8 | 3562f05bfdec64f0f809090ad2c7a83cb4a27151 | refs/heads/master | 2020-03-26T16:45:00.640726 | 2018-08-19T08:45:07 | 2018-08-19T08:45:07 | 145,121,040 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,827 | hpp | /**
* The MIT License (MIT)
*
* Copyright (c) 2013-2018 Winlin
*
* 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,... | [
"lxq00@foxmail.com"
] | lxq00@foxmail.com |
c14c8f8544c4aa6df0c20981fada3776cadc7115 | 1e395205d1c315c269a44c2e465831f862b2a491 | /src/nimbro_robotcontrol/contrib/rbdl/source/include/rbdl/Model.h | 6631c82c7a293baecd3e6e1992bb6979ecff9054 | [
"Zlib"
] | permissive | anh0001/EROS | 01c46f88cc91ef0677b482124b2974790143e723 | a5fae8bf9612cd13fbbcfc0838685430a6fe8fa4 | refs/heads/master | 2021-08-28T00:07:13.261399 | 2021-08-20T08:56:12 | 2021-08-20T08:56:12 | 195,176,022 | 0 | 2 | MIT | 2021-08-20T08:52:12 | 2019-07-04T05:44:14 | null | UTF-8 | C++ | false | false | 14,691 | h | /*
* RBDL - Rigid Body Dynamics Library
* Copyright (c) 2011-2012 Martin Felis <martin.felis@iwr.uni-heidelberg.de>
*
* Licensed under the zlib license. See LICENSE for more details.
*/
#ifndef _MODEL_H
#define _MODEL_H
#include <rbdl/rbdl_math.h>
#include <map>
#include <list>
#include <assert.h>
#include <iost... | [
"anhrisn@gmail.com"
] | anhrisn@gmail.com |
cd430b4ef63d047ae17519bdaf2da350895227ea | 78d9dbbdd09559cfc5f011fbfeb098a603908612 | /functions.cpp | 7be2a71b8eedd162ffd58c3b18c869fe08319c29 | [] | no_license | martin-bn/MyProject | 917a71f1e021ae5361814297289a6f209f07a5a9 | 3d2e1583ef88003cd0d23be1036d275cbe8b2984 | refs/heads/master | 2022-11-29T09:38:51.629346 | 2020-07-29T12:25:45 | 2020-07-29T12:25:45 | 283,441,063 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 258 | cpp | #include <iostream>
using namespace std;
void sayHi(string name, int age){
cout << "Hello, " << name << " you are " << age;
}
int main()
{
cout << "Top \n";
sayHi("Mike", 64);
cout << "\n Bottom";
sayHi("Aria", 45);
return 0;
}
| [
"mbnesse@gmail.com"
] | mbnesse@gmail.com |
247b3324b7df65953b7f0d988dc65f3d52baa4a9 | a0dfadd795c65d6b944e36c11462a08ed53b78ae | /foo/tests/src/test_main.cpp | 90109911d413b510261d681cf801876d8d7d54ce | [
"MIT"
] | permissive | FerranGarcia/CMakeTemplate | cca9d6b621891cd63cc937b2e66966c8198275d4 | aa7ff44775b4d61b730933199df1f4d57b4d7679 | refs/heads/master | 2020-06-20T15:07:48.199083 | 2019-07-16T15:27:08 | 2019-07-16T15:27:08 | 196,224,675 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 119 | cpp | #define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include <foo/foo.h>
TEST_CASE( "run" ) {
REQUIRE( 2 == 2 );
} | [
"ferran.garcia@softbankrobotics.com"
] | ferran.garcia@softbankrobotics.com |
62b4690819e678b999a0b0f05021187c1f370628 | cffc460605febc80e8bb7c417266bde1bd1988eb | /before2020/ZeroJudge/ZJ b082.cpp | 5ee2c65e0de070bfa6914366e785324f01b2f757 | [] | no_license | m80126colin/Judge | f79b2077f2bf67a3b176d073fcdf68a8583d5a2c | 56258ea977733e992b11f9e0cb74d630799ba274 | refs/heads/master | 2021-06-11T04:25:27.786735 | 2020-05-21T08:55:03 | 2020-05-21T08:55:03 | 19,424,030 | 7 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 518 | cpp | #include <iostream>
#include <string>
using namespace std;
struct bone{
int a;
char ch;
int b;
};
int main() {
string s,ss;
int n,m,i,t;
bone x[302];
for (cin>>n;n;n--) {
for (cin>>m,i=1;i<=m;i++) cin>>x[i].a>>x[i].ch>>x[i].b;
s="";
for (t=i=1,s+=x[t].ch;i<=m;i++) {
if (x[t].b==x[i].... | [
"m80126colin@gmail.com"
] | m80126colin@gmail.com |
2086888d292070d2cc23f4a3a3fc3ec9e8ba2868 | ba0677235d7688a8594da68c1fb784e8862ebaf6 | /UVa/DP/UVa-108.cpp | 35aceabebdedf32f85bcc679ccb6c9e2bb08ecfc | [] | no_license | sauravchandra1/Competitive-Programming | 1a7a5de9b976f6abe3f162d7765d8882322efeb0 | 4f10ea68abff1280c64a7b77edf95b2b389c9f00 | refs/heads/master | 2021-04-26T23:03:28.436706 | 2020-03-25T20:05:07 | 2020-03-25T20:05:07 | 123,922,852 | 1 | 12 | null | 2019-10-26T11:19:42 | 2018-03-05T13:23:21 | C++ | UTF-8 | C++ | false | false | 1,028 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef unsigned long long ull;
const ll mod = int(1e9) + 7;
const int siz = 110;
#define eb emplace_back
#define mp make_pair
#define OPEN 0
int N, matrix[siz][siz], sum[siz][siz], max_sum, ans;
int main() {
if(int(OPEN))
freopen("inpu... | [
"sauravchandra125@gmail.com"
] | sauravchandra125@gmail.com |
24d4c54bcc943377f8f0d9e38282ef6a35cad347 | 61750b7a7bfc2c480764fad2ca419268d65c7e54 | /Engine/Game/GameObjectManager.h | 95140d4ba89f5e5df04429fbe4f0021f76c7d321 | [] | no_license | Dokest/LorwenEngine_Old | 0db818fd459cabdaf6d8d4c19f73a4940ed9fa40 | 113dddc895d8ddb3eeb3c6c82b772f7307046315 | refs/heads/master | 2021-09-27T16:04:23.410067 | 2018-11-09T11:36:45 | 2018-11-09T11:36:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,100 | h | #pragma once
#include <string>
#include <functional>
#include <vector>
#include <map>
#include <array>
#include <typeinfo>
#include "Object.h"
#include "GameObject.h"
#include "MemoryManager.h"
#include "BaseLevel.h"
#include "Graphics/LRenderableComponent.h"
#define MAX_GAME_OBJECTS 1000
template<typename T>
... | [
"35165785+SosoVG@users.noreply.github.com"
] | 35165785+SosoVG@users.noreply.github.com |
8159e8d06198ffa93718a58e6d6f2f05dc574b49 | 5b9a1720d88be1ba9b18a0adb2d0ac2bd76c5e42 | /Tugas Online/Tugas Online 5/Coba G.cpp | 787c9b38313006e67dea2138ba864f5af128f7f8 | [] | no_license | asianjack19/Cpp | 7affaa765c5e5b246e21e4b9df239334362ca470 | acc2cac32921fff56c8d76a43d18ba740a9ed26f | refs/heads/master | 2023-08-14T15:33:29.487550 | 2021-09-18T10:58:27 | 2021-09-18T10:58:27 | 378,959,808 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 311 | cpp | #include <stdio.h>
int main()
{
int T;
scanf("%d", &T);
int a;
scanf("%d", &a);
char x1[100];
char x2[100];
scanf("%s %s", &x1, &x2);
int t;
scanf("%d", &t);
char y1[100];
char y2[100];
scanf("%s %s", &y1, &y2);
printf("Case #1: YES\nCase #2: NO\n");
}
| [
"michaeladriel080801@gmail.com"
] | michaeladriel080801@gmail.com |
411e5ca93f091545dc06b954b4193d9bf7b41c2f | 2ead209b23a5b4d12779fd65013bd371dccbe95e | /aveditor/src/main/cpp/video/IEGL.h | b70cf3848b6cba7d55c5badcde8f411e7982398c | [] | no_license | songfang/AVEditor | c81262d0ba7a2b07cb04351b77d03f80a5eac220 | 74a7c85e25389ad20dfac9f53c7dfd13a645e314 | refs/heads/master | 2023-06-15T12:47:15.923244 | 2020-10-12T10:18:57 | 2020-10-12T10:18:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 269 | h | //
// Created by 阳坤 on 2020-05-23.
//
#ifndef IAVEDIT_IEGL_H
#define IAVEDIT_IEGL_H
class IEGL {
public:
virtual bool init(void *win) = 0;
virtual void close() = 0;
virtual void draw() = 0;
protected:
IEGL() {}
};
#endif //IAVEDIT_IEGL_H
| [
"yang1001yk@gmail.com"
] | yang1001yk@gmail.com |
5f015ef5cc5a99cdb636baf1ffa4e505f9dd6a33 | a394c2cf4dcdccf632cd35bd739712988cb406d6 | /src/TotobotFace.cpp | 63a2669cfdbc50d2fd7095aee7945a7073a6df51 | [] | no_license | vitkud/Totobot | 7afd5338296ebc04e3e9f5e7241f2769ec237563 | 282da3ba7fc420ca8a4f885c208e8c39015d819f | refs/heads/master | 2020-04-25T06:57:37.544995 | 2019-07-14T07:11:26 | 2019-07-14T07:11:26 | 172,598,734 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,498 | cpp | /*
Used effects from https://github.com/AlexGyver/GyverMatrixBT/
*/
#include "TotobotFace.h"
#include "Totobot.h"
#include "TotobotTinyFont.h"
#include "FastLED.h"
CRGB leds[EYE_TOTAL_LEDS];
volatile bool eyeLoadingFlag[2];
volatile short eyeEffects[2];
#define _WIDTH EYE_WIDTH
#define THIS_X x
#define THIS_Y (EY... | [
"vitkud@gmail.com"
] | vitkud@gmail.com |
d67febe6e110cb085ce87506054c6975ac800b38 | 5b7f5229df3e1f61eb264df8aa9c67fbcccb6ba0 | /cocos2d/cocos/3d/CCAnimation3D.cpp | c873aeb227c0afbdc0246ad314698ef47dc6e62e | [
"MIT"
] | permissive | IoriKobayashi/BluetoothChecker | cac73371b264522210b181b13e6a9ea555e9f4e8 | fb0127d756a2794be89e5a98b031109cdabfc977 | refs/heads/main | 2023-03-29T21:16:08.104908 | 2021-04-06T13:19:22 | 2021-04-06T13:19:22 | 354,246,675 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,647 | cpp | /****************************************************************************
Copyright (c) 2014-2016 Chukong Technologies Inc.
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and ... | [
"iori.kobayashi.mail@gmail.com"
] | iori.kobayashi.mail@gmail.com |
28987ad11ee66bb5bce1085e6513161398f13ddf | 38c10c01007624cd2056884f25e0d6ab85442194 | /chrome/browser/supervised_user/supervised_user_settings_service_unittest.cc | b67f7fa7c3efedc146e88e453006095377edee3f | [
"BSD-3-Clause"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 11,278 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/bind.h"
#include "base/callback.h"
#include "base/json/json_reader.h"
#include "base/prefs/testing_pref_store.h"
#include "base/strings/str... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
712205197f084e8d7ef2cd4d77163fff8ba5b26f | b922ee4ecd0a539bd1e04812c58b1547671d5eb5 | /ifc/include/ifc/gui/simulation_gui.h | 280fa07a162b5f266ce0eb1a67a32d29f8833022 | [] | no_license | Jakub-Ciecierski/InfinityCAM | 5723945ed56b8c2b34f353deb0f19c9f03335873 | 4c9240c0af37bc97cb59fa61dc8fd0a873c695e2 | refs/heads/master | 2021-01-12T17:42:59.611772 | 2017-01-07T17:38:04 | 2017-01-07T17:38:04 | 71,628,654 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,432 | h | #ifndef PROJECT_SIMULATION_GUI_H
#define PROJECT_SIMULATION_GUI_H
#include <ifc/material/material_box.h>
#include <ifc/cutter/cutter_simulation.h>
#include <memory>
class RenderObject;
namespace ifx{
class Scene;
}
namespace ifc {
class SimulationGUI {
public:
SimulationGUI(std::shared_ptr<ifx::Scene> scene,
... | [
"jakub.ciecier@gmail.com"
] | jakub.ciecier@gmail.com |
502da332c7f18c10863f22cea3ed58ddf67360ca | 413c00fbe8a3ca4857498ed2086d66bdebe7cce7 | /cpp/benchmarks/t/pipelines/registration/Registration.cpp | 461fda8da5e4f437293ad0b33bc46de2a6aa6e1d | [
"MIT"
] | permissive | sinead-li/Open3D | 299dc5bc245acad403ff66ee2441a6766c19167c | 76c2baf9debd460900f056a9b51e9a80de9c0e64 | refs/heads/master | 2023-07-03T04:30:30.918533 | 2021-08-01T09:40:23 | 2021-08-01T09:40:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,929 | cpp | // ----------------------------------------------------------------------------
// - Open3D: www.open3d.org -
// ----------------------------------------------------------------------------
// The MIT License (MIT)
//
// Copyright (c) 2018-2021 www.open3d.org
//
// Perm... | [
"noreply@github.com"
] | noreply@github.com |
c75a8c8a29085af37d491e5f01d08eccb3344294 | 6f5962b952bd9c5ca6bbe5fb0704b0ae28c812ee | /cmon/src/cmon_file.h | 1b710cab8d7cc40ec94ecd69a60c3f71d7fc5a41 | [] | no_license | emwhbr/caramon | 75573ff67aa16c1af0868ca6073180f0f84bd1d9 | a2eb782fafc0ada3c1f33ae374d3e3cfa300e57c | refs/heads/master | 2021-01-10T12:35:42.944635 | 2017-03-05T12:29:15 | 2017-03-05T12:29:15 | 49,129,255 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,974 | h | // ************************************************************************
// * *
// * Copyright (C) 2015 Bonden i Nol (hakanbrolin@hotmail.com) *
// * *
// * This progra... | [
"hakanbrolin@hotmail.com"
] | hakanbrolin@hotmail.com |
d086639543a92f9e44733582513859082a9a884a | d9a2d4dff101af160c0ef5384bab38f28f4ef612 | /projects/j_project_datastructure/list.cpp | c521a74eb009e6c7b07ad4f660f9ec2590202bd3 | [] | no_license | hhool/cmakelist_examples | 5d2536b17269c793d211c34c3ad20447c14faf42 | 86dcb08e3f3080515b87093582620df922a41aca | refs/heads/master | 2023-03-19T11:25:17.952681 | 2020-08-10T02:14:29 | 2020-08-10T02:14:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,732 | cpp | #include "list.h"
namespace linklist
{
void init(LinkList* plist)
{
plist->next = nullptr;
}
void finit(LinkList* plist)
{
LNode* pnext = plist->next;
while (pnext)
{
plist->next = plist->next->next;
delete pnext;
pnext = plist->next;
}
plist->next = nullptr;
}
void ins... | [
"zhangtianren@baijiayun.com"
] | zhangtianren@baijiayun.com |
420153b60d84c1cc4834d79b6c4834f9eeb82f41 | f1dd8ccaf980d38612723f8bb688c913b238be9b | /solid-principles/interface-segregation/src/main/cpp/Point.hpp | 79eb69101e3a77cb4db91153d643aa9e0a1c60e6 | [] | no_license | jcavejr/SoftwareDesignPatterns | 001aff6cb7ea2cf246f336e28ee2db8e8a4602b2 | 462254925bf96589139b648e956262b59f7d0d38 | refs/heads/master | 2020-04-29T09:45:42.411756 | 2019-04-03T21:14:54 | 2019-04-03T21:14:54 | 176,037,259 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 415 | hpp | #ifndef POINT_H
#define POINT_H
#include "Location.hpp"
#include "Printable.hpp"
class Point : public Location, public Printable {
protected:
double m_xLocation;
double m_yLocation;
public:
Point(double xLocation, double yLocation);
void printInfo();
double getYLocation();
double getXLocation(... | [
"jcavejr@gmail.com"
] | jcavejr@gmail.com |
81a057aa2339c60cb3f07c802a0df4101b5e462d | 346c17a1b3feba55e3c8a0513ae97a4282399c05 | /src/operator/inst_users_op.cpp | eaab9862669ab932e515b856c46458de92e72b34 | [
"LicenseRef-scancode-cecill-b-en"
] | permissive | micmacIGN/micmac | af4ab545c3e1d9c04b4c83ac7e926a3ff7707df6 | 6e5721ddc65cb9b480e53b5914e2e2391d5ae722 | refs/heads/master | 2023-09-01T15:06:30.805394 | 2023-07-25T09:18:43 | 2023-08-30T11:35:30 | 74,707,998 | 603 | 156 | NOASSERTION | 2023-06-19T12:53:13 | 2016-11-24T22:09:54 | C++ | UTF-8 | C++ | false | false | 7,299 | cpp | /*Header-MicMac-eLiSe-25/06/2007
MicMac : Multi Image Correspondances par Methodes Automatiques de Correlation
eLiSe : ELements of an Image Software Environnement
www.micmac.ign.fr
Copyright : Institut Geographique National
Author : Marc Pierrot Deseilligny
Contributors : Gregoire Maille... | [
"deseilligny@users.noreply.github.com"
] | deseilligny@users.noreply.github.com |
94c2d713bb56bda38a369cd832e0fe78b7ca9a10 | d1cee40adee73afdbce5b3582bbe4761b595c4e1 | /back/RtmpLivePushSDK/boost/boost/xpressive/sub_match.hpp | e83b26089b920843d143c3eab9f49c25e5cc45db | [
"BSL-1.0"
] | permissive | RickyJun/live_plugin | de6fb4fa8ef9f76fffd51e2e51262fb63cea44cb | e4472570eac0d9f388ccac6ee513935488d9577e | refs/heads/master | 2023-05-08T01:49:52.951207 | 2021-05-30T14:09:38 | 2021-05-30T14:09:38 | 345,919,594 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,246 | hpp | ///////////////////////////////////////////////////////////////////////////////
/// \file sub_match.hpp
/// Contains the definition of the class template sub_match\<\>
/// and associated helper functions
//
// Copyright 2008 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying... | [
"wenwenjun@weeget.cn"
] | wenwenjun@weeget.cn |
06774ae200051574cb409a2313e44db5a45a65bc | 5cad8d9664c8316cce7bc57128ca4b378a93998a | /CI/rule/pclint/pclint_include/include_linux/c++/4.8.2/javax/swing/text/html/NullView.h | 2947ee72769b20c635e0fade5ef3407867bfcaa3 | [
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"GPL-3.0-only",
"curl",
"Zlib",
"LicenseRef-scancode-warranty-disclaimer",
"OpenSSL",
"GPL-1.0-or-later",
"MIT",
"LicenseRef-scancode-other-copyleft",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"BSD-3-... | permissive | huaweicloud/huaweicloud-sdk-c-obs | 0c60d61e16de5c0d8d3c0abc9446b5269e7462d4 | fcd0bf67f209cc96cf73197e9c0df143b1d097c4 | refs/heads/master | 2023-09-05T11:42:28.709499 | 2023-08-05T08:52:56 | 2023-08-05T08:52:56 | 163,231,391 | 41 | 21 | Apache-2.0 | 2023-06-28T07:18:06 | 2018-12-27T01:15:05 | C | UTF-8 | C++ | false | false | 1,128 | h |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_text_html_NullView__
#define __javax_swing_text_html_NullView__
#pragma interface
#include <javax/swing/text/View.h>
#include <gcj/array.h>
extern "Java"
{
namespace java
{
namespace awt
{
class Graphics;
... | [
"xiangshijian1@huawei.com"
] | xiangshijian1@huawei.com |
0b4a80b2dcc6caba374215198f59d23444eded10 | bf9d7e67c2717653a0272abfa7dcf47691d504d4 | /server_group/server/ServerService.cpp | 4461bd4645859f50d0a4e733cb2d537395e62188 | [] | no_license | yuangu/easyserver | 592de68372a5a4175802ae24595aa27d561b0a06 | 3963e98f2b0c5595b37998f2999af33c7ce2c82a | refs/heads/master | 2020-05-23T10:21:10.578194 | 2014-07-30T13:21:21 | 2014-07-30T13:21:21 | 80,424,529 | 0 | 1 | null | 2017-01-30T13:38:39 | 2017-01-30T13:38:39 | null | GB18030 | C++ | false | false | 6,272 | cpp | #include "ServerHeader.h"
#include "ServerService.h"
#include "TimerForMain.h"
#include "ProtoSvrLogin.pb.h"
#include "protohandler/ProtobufDefine.h"
//const EventType EVT_TestEvent = "TestEvent";
//
//class TestComponent : public Component
//{
//public:
// static const string type;
//
// TestComponent()
// {
// Bind... | [
"crackgame@qq.com"
] | crackgame@qq.com |
5a5e72e025ee45165a8b4e2e251836fef0e5279f | 303e592c312459bf9eb3ce231b1357c4de91124b | /aoj/0084/0084.cpp | 57853f54c728d761be3fa9562a3a5419a97198c4 | [] | no_license | kohyatoh/contests | 866c60a1687f8a59d440da3356c6117f9596e8ce | b3dffeaf15564d57aec5c306f5f84bd448bc791f | refs/heads/master | 2021-01-17T15:06:23.216232 | 2016-07-18T14:06:05 | 2016-07-18T14:06:05 | 2,369,261 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 471 | cpp | #include <stdio.h>
#include <iostream>
#include <sstream>
#define rep(i, n) for (int i = 0; i < (int)(n); i++)
using namespace std;
int main() {
string s;
getline(cin, s);
rep (i, s.size()) if (s[i] == '.' || s[i] == ',') s[i] = ' ';
istringstream sin(s);
bool f = false;
string w;
while (si... | [
"kohyatoh@yahoo.co.jp"
] | kohyatoh@yahoo.co.jp |
fb16f4629b224ffd4712e91b45c7a077e7423ee8 | 82ff9941c7d16c2be77b91733f2777c1a8d5fdb7 | /head/visionModule/statimg/statimg.cpp | 732698ec7853e27253f644304d03f4f6947f7ce2 | [] | no_license | dimatoys/robopicksel | 97fce007addc08982e21900e5ad28ed9b52e9e1c | b34dbe2a24faa905d9425f551631feb465df9190 | refs/heads/master | 2021-07-07T01:11:24.794026 | 2019-10-24T01:35:51 | 2019-10-24T01:35:51 | 101,575,560 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,615 | cpp | #include "statimg.h"
#include <math.h>
class TStatImgSegmentsExtractor : public TSegmentsExtractor {
TStatImgExtractorFactory* Parameters;
TMutableImage<unsigned char>* Image;
TMutableImage<short> AnomalyMatrix;
double* A;
int ASize;
double GetPixelAnomaly(int x, int y);
void Mak... | [
"robopicksel@gmail.com"
] | robopicksel@gmail.com |
fa6acc4133f9daec80000f98ead2ce2b8dad31f4 | e557ce74c9fe34aa2b68441254b7def699067501 | /src/libtsduck/dtv/descriptors/tsTargetRegionDescriptor.cpp | 5ea1be9d86f65fc5d2990cd276041192fbd3bea9 | [
"BSD-2-Clause"
] | permissive | cedinu/tsduck-mod | 53d9b4061d0eab9864d40b1d47b34f5908f99d8a | 6c97507b63e7882a146eee3613d4184b7e535101 | refs/heads/master | 2023-05-10T12:56:33.185589 | 2023-05-02T09:00:57 | 2023-05-02T09:00:57 | 236,732,523 | 0 | 0 | BSD-2-Clause | 2021-09-23T08:36:08 | 2020-01-28T12:41:10 | C++ | UTF-8 | C++ | false | false | 8,755 | cpp | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2023, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | [
"thierry@lelegard.fr"
] | thierry@lelegard.fr |
8e3f165d3b9df0429feec39eb5fd0608b6131d75 | 38c10c01007624cd2056884f25e0d6ab85442194 | /components/autofill/core/browser/autofill_download_manager_unittest.cc | b5ba01c250c056914b243291e12d6cd7ccc07f3a | [
"BSD-3-Clause"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 19,988 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/autofill/core/browser/autofill_download_manager.h"
#include <list>
#include "base/prefs/pref_service.h"
#include "base/strings/stri... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
b1c4280791ace5c437e1e06af8b338fa36d5563f | dfb6c1f525908ae85e575babe292c6c54431a947 | /Classes/Const/TwitterConst.h | 362f8e2093a0bb7e5282cddc318efda0050dadc5 | [] | no_license | momons/hateru_cocos2dx | c3fe616ee28b25ae6c00e43dc42da9b67bceaee2 | 184ebb03f9a03774ee207b6a4efaaf562e31de3a | refs/heads/master | 2020-04-15T14:29:40.459659 | 2019-04-25T12:54:29 | 2019-04-25T12:54:29 | 60,107,035 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 595 | h | //
// TwitterConst.h
// hateru_cocos2dx
//
// Created by Kazunari Hara on 2019/04/10.
//
#ifndef TwitterConst_h
#define TwitterConst_h
#include <string>
using namespace std;
/// Twitter定数定義クラス
class TwitterConst final {
public:
/// コンシューマキー
static const string consumerKey;
/// コンシューマサークレット
s... | [
"kazu@nikuq.com"
] | kazu@nikuq.com |
24218f1cc86a8cd8fc413c5b08f782bd25581270 | efff48379a3059f0e60938ec879f37f7b594ccf3 | /chessSGS/Classes/GameOverLayer.h | 62093d2822b93e21fb9f39710b93877807907097 | [] | no_license | wxg456852/sanguosha | 7d31da291690a8c3d730a798f47f6e02f20133f6 | 9910c1728ee1055c78837afb5e144719b4ca24b1 | refs/heads/master | 2020-03-24T21:10:40.481123 | 2018-05-12T04:33:18 | 2018-05-12T04:33:18 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 331 | h | /*
游戏结束后显示在最上层的 操作layer
*/
#pragma once
#include "cocos2d.h"
class GameOverLayer :public cocos2d::LayerColor
{
public:
bool init();
void onEnter();
void onExit();
void update(float delta);
CREATE_FUNC(GameOverLayer);
void menuRepPlay(Ref*pSender);
void menuExit(Ref* pSender);
private:
}; | [
"274575817@qq.com"
] | 274575817@qq.com |
06ef8ce706bb195d03c9326574bc7c69733c3584 | 6c169c72f76cd0bfbf6f005bba681ba007a16346 | /Strings/Strings.cpp | 5a14c11d173a1301656e2252dbc1cf81692f7047 | [] | no_license | CompetitiveCode/hackerrank-cpp | 1274759152078764989676c6fd03c6a84a530fd9 | 6adb81352add0eeb9ced068cf6cdc015acff541a | refs/heads/master | 2022-01-11T16:35:51.299010 | 2019-06-20T12:37:38 | 2019-06-20T12:37:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 707 | cpp | //Answer to Strings
#include <iostream>
#include <string>
using namespace std;
int main() {
string a,b;
cin>>a;
cin>>b;
cout<<a.size()<<" "<<b.size()<<"\n";
cout<<a+b<<"\n";
char c=a[0],d=b[0];
a[0]=d;
b[0]=c;
cout<<a<<" "<<b;
return 0;
}
/*
Declaration:
... | [
"admin@remedcu.com"
] | admin@remedcu.com |
3f7342ac4f44bfab08682e61768973a48355f61f | 45925a8c5573084e2b9333f185134bd80549fe19 | /src/menuitem.cc | 710de28d35dd5306e60715befcde5cc017e8e818 | [] | no_license | thelazt/whooman | ede8ca90886af2f9f2ea7a6cfd2643de8f15853d | e468c2b7509e02d8a82e16fa9af2e2515179cc29 | refs/heads/master | 2023-02-27T15:25:07.014510 | 2021-02-04T16:14:58 | 2021-02-04T16:14:58 | 117,605,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,338 | cc | #include "menuitem.h"
// Quick & ugly hacked menu...
#include "player.h"
#include "utils.h"
#include "input.h"
#include "menu.h"
MenuItem * MenuItem::active = nullptr;
MenuItem * MenuItem::first = nullptr;
bool MenuItem::navBlocked = false;
bool MenuItem::pointBlocked = false;
MenuItem::MenuItem() : prev(nullptr), ... | [
"heinloth@cs.fau.de"
] | heinloth@cs.fau.de |
8f13e84d6517af30f27375c0acf1ec1f298f0e81 | 492f3f0bfa78c1d6cdf4a9ed4c85ba31fa1e58c7 | /include/bgkoctomap/bgkoctree_node.h | 5a180ab7159ff32afa63eff38ac3ebfd84943213 | [] | no_license | DrZhouKarl/MultilayerMapping | dbdbf30acdbd77861ae35e8360c326ae87fa4a5d | a9b6d6010470f8062bfd2feee2bd785e8a19957c | refs/heads/master | 2023-04-13T14:04:17.662217 | 2021-04-27T01:20:44 | 2021-04-27T01:20:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,272 | h | #ifndef LA3DM_BGK_OCCUPANCY_H
#define LA3DM_BGK_OCCUPANCY_H
#include <iostream>
#include <fstream>
namespace la3dm {
/// Occupancy state: before pruning: FREE, OCCUPIED, UNKNOWN; after pruning: PRUNED
enum class State : char {
FREE, OCCUPIED, UNKNOWN, PRUNED
};
/*
* @brief Inference oup... | [
"ganlu@umich.edu"
] | ganlu@umich.edu |
0c691712725e0e2a6c8138618b4cd0f5e32f995f | d9ba9d41a1225797872d596558bdffda25944f7f | /serie/serie.ino | 8b89716cf115ec689566b5221be5fce110046ad3 | [] | no_license | VictorMartinDzib/Arduino-Examples | 6dab0cb7a6e85fb9c5f35e8a9e9342aed6783d4d | 2e257336924ab46ae5fdbbaf337e5f1081f52a99 | refs/heads/master | 2020-12-27T06:31:57.353734 | 2020-04-06T18:42:44 | 2020-04-06T18:42:44 | 237,796,007 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 783 | ino | int pinArray[] = {13,11,12,10,9,8,7,6,5,4};
int controlLed = 13; // LED de control
int waitNextLed = 100;
int tailLength = 11; // Número de LED-s conectados (que es también el tamaño del array)
int lineSize = 11;
void setup(){
int i;
pinMode (controlLed, OUTPUT);
for(i = 0; i < lineSize; i++)
{
pinMode(pinAr... | [
"richtzq211@gmail.com"
] | richtzq211@gmail.com |
7987218cd832379f0477f08c5a9d4c957f1902c1 | 543baf3f63e6a6b47534b524e54fa90c37613959 | /codeforce/374/c.cpp | 63032c4e8c2bdf19cdab8ba89489a4257becbd8a | [] | no_license | funtion/algorithmProblems | ac9341f9fc5233cffe51d2140404983763b66265 | dd27afc25670ea3ad2a681dc382a3e500e530c1a | refs/heads/master | 2020-05-04T05:15:44.150235 | 2014-01-12T10:53:27 | 2014-01-12T10:53:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,727 | cpp | #include <iostream>
#include <map>
using namespace std;
map<char,int> fk;
char mp[2000][2000];
int mid[2000][2000];
bool loop;
int n,m;
int dx[]={-1,0,1,0};
int dy[]={0,1,0,-1};
int cnt[1000100];
inline bool ck(int x,int y){
return 0<=x&&x<n&&0<=y&&y<m;
}
void s(int x,int y,int id,int type){
cout<<"sss"<<x<<' ... | [
"acm@acm.com"
] | acm@acm.com |
0f8d4ff24e0ef7189a6a6626cc99aeae5ab7f6da | 41f59e08ba58512f34b35ec6691e8c6e50f4a046 | /network/threading.cpp | 58d7ff68b3b8c9fde40fee957951effb90dedab9 | [] | no_license | UNIDY2002/Doudizhu | 515f5aeaa50859ea39448a6f4516a9e91e0b6d53 | 8e1af9dcfe680f17b19124df3d20d5cc7fef28e1 | refs/heads/master | 2022-12-07T22:22:24.857706 | 2020-09-07T14:30:10 | 2020-09-07T14:30:10 | 292,559,041 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,035 | cpp | #include "threading.h"
WaitForConnectionThread::WaitForConnectionThread(QObject *parent, QTcpSocket *socket, DecentralizedClient *policy) :
QThread(nullptr), socket(socket), policy(policy) {}
WaitForConnectionThread::~WaitForConnectionThread() = default;
void WaitForConnectionThread::run() {
emit policy-... | [
"UNIDY2002@outlook.com"
] | UNIDY2002@outlook.com |
5adafe6073bb614f093efc82067383731d18e829 | d60ebb5f7a0577e81b730ca0a7ecee321b6a533e | /tests/cppcorba-empty-model/expected/cpp/JniCache.cpp | 40bb7ba4728a90420e358b2456851955b843f95c | [
"Apache-2.0"
] | permissive | matejhrazdira/corba-binding | 8dbcbff47a855be0c1277954f8a38c52768d873e | 1f4ceaaadf8b02c641325581f0c9968a146a5b8a | refs/heads/master | 2020-12-30T16:02:12.623437 | 2020-04-27T08:07:59 | 2020-04-27T08:07:59 | 91,199,024 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,195 | cpp | #include "JniCache.h"
namespace corbabinding {
JniCache::JniCache(JNIEnv * _env_) {
{
jclass _cls_ = _env_->FindClass("java/lang/Boolean");
java.lang.Boolean._cls_ = (jclass) _env_->NewGlobalRef(_cls_);
java.lang.Boolean._ctor_ = _env_->GetStaticMethodID(_cls_, "valueOf", "(Z)Ljava/lang/Boolean;");
java.la... | [
"matejhrazdira@gmail.com"
] | matejhrazdira@gmail.com |
efa2031bac5c46a303f287675d0cb07da371b0b8 | 4367b2933b974b6ccdd3a2f122419ca91001bf97 | /CS 172 Exam 1/CS 172 Exam 1/Movie.cpp | 59d020281fb23582d2414c3858eddcdd36dd7b5e | [] | no_license | lsmith17/Exam1 | c5b6076e60bbe9c2433e5e924a2a84c471f2fd1d | 9da85af26e212d43ca5b2498956497f78c4fe775 | refs/heads/master | 2021-01-01T15:19:11.056512 | 2014-05-31T05:56:05 | 2014-05-31T05:56:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 697 | cpp | //I affirm that all code given below was written solely by me, Logan Smith, and that any help I received adhered to the rules stated for this exam.
#include"Movie.h"
Movie::Movie(){ // default movie which is a comedy.
title = "Longest Yard";
genre = "Comedy";
showtime = 0;
}
Movie::Movie(string new_title, string ... | [
"lsmith17@my.whitworth.edu"
] | lsmith17@my.whitworth.edu |
53e2729450f33d957be999384ad982672b960781 | eae743ab965993d91686ecd6d6f4a1f9dd8adbfb | /Project3/Project3/car.h | 60b56328f6dbeb089caea9a57cde7de55e805c57 | [
"MIT"
] | permissive | DanielTongAwesome/System_Software_Projects | 19088b1a70130d091b05fff66f327982d46213c0 | 5ce29e35f8906965c4c6a98d6abc5b5f15cfef36 | refs/heads/master | 2021-09-27T14:35:54.367258 | 2018-11-09T04:13:41 | 2018-11-09T04:13:41 | 150,636,089 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,453 | h | #ifndef __CAR__
#define __CAR__
#include <stdio.h>
#include <iostream>
#include "../rt.h"
class CarClass: public ActiveClass {
private:
int car_number; // indicate the car number
int car_speed = 0;; // car current speed
int car_accelerate = 0; // car current acceleration
public:
CarClass(i... | [
"danieltongubc@gmail.com"
] | danieltongubc@gmail.com |
95040b6459b58d1254822dedd331424e8024796a | 40dfe5a6dc38f35b6dfd87aea20581372be0a9a6 | /03_cuda/floyd_dlazdice_sekvencni/funkceSpolecne.hpp | 81618d61bad67389b0c813c547d4b97de403b074 | [] | no_license | VojtechMyslivec/PAP-NCG | c9679a05cd156fea6d8ea030e3723821c4a1742a | d503537e8a53e7603a01a8f0b2714cbd0e7ab6ca | refs/heads/master | 2021-01-20T02:19:20.247431 | 2015-05-14T10:10:13 | 2015-05-14T10:10:13 | 31,473,256 | 2 | 0 | null | 2015-05-13T21:56:16 | 2015-02-28T19:14:04 | C++ | UTF-8 | C++ | false | false | 4,351 | hpp | /** funkceSpolecne.hpp
*
* Autori: Vojtech Myslivec <vojtech.myslivec@fit.cvut.cz>, FIT CVUT v Praze
* Zdenek Novy <zdenek.novy@fit.cvut.cz>, FIT CVUT v Praze
*
* Datum: unor-kveten 2015
*
* Popis: Semestralni prace z predmetu MI-PAP:
* Hledan... | [
"vojtech.myslivec@fit.cvut.cz"
] | vojtech.myslivec@fit.cvut.cz |
cdcb51f42a91b19ec0adc1098147476a7da0dc86 | 6cecdbbe6eb721a0e43c07ed2b31bdcc9e553c55 | /Sail2D/Runs/first_multiarc_300_2/case/constant/polyMesh/boundary | ff58d8d0c975e1d2e4adeb379c96b4fd05e9f78b | [] | no_license | kiranhegde/Gmsh | 799d8cbefb7dd3f3d35ded15b40292fd3ede6468 | fefa906dabfddd9b87cc1f0256df81b4735420e1 | refs/heads/master | 2021-01-19T23:21:57.414954 | 2015-01-21T02:02:37 | 2015-01-21T02:02:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,682 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
... | [
"rlee32@gatech.edu"
] | rlee32@gatech.edu | |
bc2a52b23eccfc068d7d2f6b561d88390f7324f5 | 1af49694004c6fbc31deada5618dae37255ce978 | /chrome/browser/media/router/mojo/media_router_desktop_unittest.cc | 0250c6f14d1258b71dab25f120524d327bbdc6a1 | [
"BSD-3-Clause"
] | permissive | sadrulhc/chromium | 59682b173a00269ed036eee5ebfa317ba3a770cc | a4b950c23db47a0fdd63549cccf9ac8acd8e2c41 | refs/heads/master | 2023-02-02T07:59:20.295144 | 2020-12-01T21:32:32 | 2020-12-01T21:32:32 | 317,678,056 | 3 | 0 | BSD-3-Clause | 2020-12-01T21:56:26 | 2020-12-01T21:56:25 | null | UTF-8 | C++ | false | false | 7,926 | cc | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/media/router/mojo/media_router_desktop.h"
#include <stddef.h>
#include <stdint.h>
#include <memory>
#include <string>
#include ... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
6af2784eedaa8a6fdcb23ee75643fb950ecd2c98 | 2bf2db289430b17ea4342ac8f76f8a808ac8bef6 | /teacher/Scene5ManyCubesIndividual.h | 56e087b70e93ec0a6669d330ff9b91687f6907f0 | [
"MIT"
] | permissive | chrischiao/modern-opengl | 2a97bb1ba1d990676334f6c919b3ed285db96e53 | 3d3af217f9b81c4e6a157dc3be489cf639996a15 | refs/heads/main | 2023-03-24T19:06:31.520739 | 2021-02-13T19:43:23 | 2021-02-13T19:43:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,111 | h | #pragma once
#include <GL/glew.h>
#include <AABB.h>
#include <BoxMesh.h>
#include <ShaderData.h>
#include <ShaderLoader.h>
#include <Random.h>
class Scene
{
public:
bool initialize()
{
// ------------------------------------------------------------------------
// 1- Load scene data
// -------------------------... | [
""
] | |
83ada56d8da19526ea47737687f6b2c831b86fcb | 03e1a82d1e83dd76aa10d926abf819640653411b | /__history/17.4/temp.cpp | 238b4c6c14b2126597a293cd935a261662f30d80 | [] | no_license | gbakkk5951/OI | 879d95c0b96df543d03d01b864bd47af2ba9c0c8 | a3fe8894e604e9aac08c2db6e36c1b77f3882c43 | refs/heads/master | 2018-09-20T10:09:23.170608 | 2018-07-09T11:52:21 | 2018-07-09T11:52:21 | 115,510,457 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 194 | cpp | #include<cstdio>
struct _main{
struct tp{
tp *l;tp*r;
int val;
}in1,in2;
_main(){
tp*now=&in1;
now->val=15;
printf("%d",now->val);
}
}instance;int main(){}
| [
"526406038@qq.com"
] | 526406038@qq.com |
87c27cf920883beefecb1491dd305e5de8856435 | 003e6e7b62d2e7b9c7d1b4d01081bc07ac322dc5 | /library/base/dainty_base_string_impl.cpp | 5d543fe8a657af634f4d406bb10857eb48e3009d | [
"MIT"
] | permissive | ChipHunter/dainty | 3fc0780708fce4e5bd6cfa0e63c8261c0fcf7812 | f885b4cb0eabf423d2c0093fa2f4b07f3ce52b8f | refs/heads/master | 2020-06-18T06:31:08.892006 | 2019-07-09T21:32:36 | 2019-07-09T21:32:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,535 | cpp | /******************************************************************************
MIT License
Copyright (c) 2018 kieme, frits.germs@gmx.net
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 wit... | [
"frits.germs@gmx.net"
] | frits.germs@gmx.net |
bd12c88010fd45e3643b7d9deef11c275f83bbbb | fbe68d84e97262d6d26dd65c704a7b50af2b3943 | /third_party/virtualbox/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.cpp | fb9faea0381911bed32f444e9881a2cc57c51759 | [
"GPL-2.0-only",
"LicenseRef-scancode-unknown-license-reference",
"CDDL-1.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"LGPL-2.1-or-later",
"GPL-2.0-or-later",
"MPL-1.0",
"LicenseRef-scancode-generic-exception",
"Apache-2.0",
"OpenSSL",
"MIT"
] | permissive | thalium/icebox | c4e6573f2b4f0973b6c7bb0bf068fe9e795fdcfb | 6f78952d58da52ea4f0e55b2ab297f28e80c1160 | refs/heads/master | 2022-08-14T00:19:36.984579 | 2022-02-22T13:10:31 | 2022-02-22T13:10:31 | 190,019,914 | 585 | 109 | MIT | 2022-01-13T20:58:15 | 2019-06-03T14:18:12 | C++ | UTF-8 | C++ | false | false | 40,681 | cpp | /* $Id: UIPortForwardingTable.cpp $ */
/** @file
* VBox Qt GUI - UIPortForwardingTable class implementation.
*/
/*
* Copyright (C) 2010-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redi... | [
"benoit.amiaux@gmail.com"
] | benoit.amiaux@gmail.com |
e0b2b578d7186d9cc467960c70ba031495473fc3 | c8aabef59c82ae90ab9c17f6128402206b00621d | /ProBendingx64/ProBendingx64/RadialProgressBar.h | 05cb0347e01971ffec2685ac314dd1d1dc95c41e | [] | no_license | VagabondOfHell/ProBending | adfff4171b6ea99be87c05870c043afe181f1fcb | 6add107a012b46879ed6da10af2fe4dff368ae51 | refs/heads/master | 2021-01-17T11:29:42.393695 | 2016-04-08T01:04:05 | 2016-04-08T01:04:05 | 24,268,458 | 1 | 0 | null | 2015-04-21T02:50:28 | 2014-09-20T16:51:18 | C++ | UTF-8 | C++ | false | false | 651 | h | #pragma once
#include <string>
namespace CEGUI
{
class Window;
};
class RadialProgressBar
{
private:
CEGUI::Window* window;
unsigned int progress;
std::string currImageName;
void UpdateWindow();
public:
RadialProgressBar(void);
RadialProgressBar(CEGUI::Window* _window);
~RadialProgressBar(void);
void ... | [
"arrow_m13@hotmail.com"
] | arrow_m13@hotmail.com |
1362b5a42a5a50288f3ecc75cc6f776328b73d90 | 44eb4b7c9cb8891cb3544936c7bbf8536eb2714c | /src/232.cpp | 1a5eba8e626a0ac4bc2c0141f13dd81e644499a3 | [] | no_license | xf97/myLeetCodeSolutions | 7a330089e14c6d44a0de0de8b034f2a759c17348 | 5de6aa3977117e59ef69307894e163351b1d88fa | refs/heads/master | 2023-08-18T09:27:09.900780 | 2021-10-18T04:44:36 | 2021-10-18T04:44:36 | 291,883,909 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,179 | cpp | class MyQueue {
/*
time defeat: 100%
space defeat: 74.23%
*/
private:
stack<int> mainStack; //用来实现先入先出操作的主栈
stack<int> cacheStack; //用来缓存元素的缓存栈
public:
/** Initialize your data structure here. */
MyQueue() {
//可以不做吧
}
/** Push element x to the back of queue. */
... | [
"noreply@github.com"
] | noreply@github.com |
3db0d8a5a5ff3cce431e707167e976a613a869dc | abc7a9f3cfcc401b5bcd18b2fd8987409fd4613b | /scene_drawings.h | e8547f0760b7470d4ed2f9b20dc06edaac4a19bd | [] | no_license | mvachovski/tower_destruction-lighting | d9f39b4632b40566668dae68885f0988d2bf36e6 | 614debe08c10fbf23e9edb0c7fa1a09a56147c03 | refs/heads/master | 2021-01-20T11:00:11.693253 | 2016-06-19T23:55:00 | 2016-06-19T23:55:00 | 61,505,743 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 542 | h | /*
* scene_drawings.h
*
* Created on: 11.10.2015 г.
* Author: martin
*/
#ifndef SCENE_DRAWINGS_H_
#define SCENE_DRAWINGS_H_
#include "PhysicalWorld.h"
extern PhysicalWorld world;
namespace opengl_scene {
void initGLScene();
void drawScene();
void resize (int w, int h);
void keyInput(unsigned char key, i... | [
"martin.vachovski@gmail.com"
] | martin.vachovski@gmail.com |
5b5ef98e3021a21525d3969ca08fd514d942141e | 8dfc324dcea5fb8bdb304c307935338122531f7f | /solution/Deque/10866.cpp | 716a041a4fdfb758b71b5dc6904d893cf012b717 | [] | no_license | inpyeong/baekjoon | 407444f8f5bdf1e9df94d71f84455ee37dd00dc1 | 55465c62c5eb64305cb106dd7d7767d452d72c31 | refs/heads/master | 2022-12-05T18:53:05.000807 | 2020-08-25T16:15:10 | 2020-08-25T16:15:10 | 263,879,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,173 | cpp | //#include <iostream>
//#include <deque>
//#include <string>
//
//using namespace std;
//
//int main10866() {
// int N, X;
// string cmd;
// deque <int> dq;
//
// cin >> N;
// while (N--) {
// cin >> cmd;
// if (cmd == "push_front") {
// cin >> X;
// dq.push_front(X);
// }
// else if (cmd == "push_back") {
// ... | [
"jinipyung@gmail.com"
] | jinipyung@gmail.com |
a88f41f17525ea91f46eab61838b6e6bc8fbfa6d | b2f8455b80b95d5a74728dbc42071431519c7c12 | /CommandPattern/Commands/StereoOnCommand.cpp | c3cf1cc3f124589bcbdcd103f4bc126675a1e8d2 | [] | no_license | rintujrajan/DesignPattern | 9e0fc438e334100f9ed22bff2c88a09cab707c99 | 3235c669fb629dec36bd8c732d28ef25d07d8de0 | refs/heads/master | 2021-07-04T04:46:54.882961 | 2021-04-26T15:31:30 | 2021-04-26T15:31:30 | 233,381,259 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 291 | cpp | #include "StereoOnCommand.h"
#include <iostream>
StereoOnCommand::StereoOnCommand(Stereo stereo)
{
this->stereo = stereo;
}
void StereoOnCommand::execute()
{
stereo.playCD();
std::cout<<stereo;
}
void StereoOnCommand::undoCommand()
{
stereo.off();
std::cout<<stereo;
} | [
"rintujrajan90@gmail.com"
] | rintujrajan90@gmail.com |
de4ae7287bdcbb3922ed4c099af86f251f9a57af | 724a021aa7449916a9b620000aa9daca0ab4fb7a | /src/RunData12.cxx | 63b2494e93e1093a1643f019937b3da59fd40953 | [] | no_license | c-dilks/spin12t | 73fa015b8629704023b36f5b7cc18f26e2421ce2 | 20bbfb3aa2470cb772dae1fb04dcf6085b23ee97 | refs/heads/master | 2020-06-09T00:21:49.234826 | 2014-08-11T21:36:54 | 2014-08-11T21:36:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,679 | cxx | #include "RunData12.h"
using namespace std;
ClassImp(RunData12)
RunData12::RunData12()
{
Construct("");
};
RunData12::RunData12(char * spindir0)
{
Construct(spindir0);
};
void RunData12::Construct(char * spindir0)
{
// define maxes
NRUNS = sizeof(runnum_map)/sizeof(*runnum_map);
NFILLS = sizeof(b_pol_map)... | [
"christopher.j.dilks@gmail.com"
] | christopher.j.dilks@gmail.com |
674e28be1967d4c939d324689fa914e997dfd3c3 | 0103ce0fa860abd9f76cfda4979d304d450aba25 | /Source/WebKit/UIProcess/wpe/WebPasteboardProxyWPE.cpp | 8d3d0eb46d42a6f2a4b11d1f8ee35009adfe8b52 | [] | no_license | 1C-Company-third-party/webkit | 2dedcae3b5424dd5de1fee6151cd33b35d08567f | f7eec5c68105bea4d4a1dca91734170bdfd537b6 | refs/heads/master | 2022-11-08T12:23:55.380720 | 2019-04-18T12:13:32 | 2019-04-18T12:13:32 | 182,072,953 | 5 | 2 | null | 2022-10-18T10:56:03 | 2019-04-18T11:10:56 | C++ | UTF-8 | C++ | false | false | 2,155 | cpp | /*
* Copyright (C) 2015 Igalia S.L.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following dis... | [
"ruka@1c.ru"
] | ruka@1c.ru |
b4d532636bfa847290ebb10ca182e5a023fba045 | 6bc978fc19c687fe00628e1f193d226de216bb72 | /sem3/OOPS/Roughwork/My programs/sdfvb.cpp | 547f9186b57d6977193fcbd680f5c272b72fa773 | [] | no_license | divsriv111/semester-programs | 2e3db0cd472676e934f158f54737b6745d6bd1ee | 9653bb52151092fb5461c79b6db9d0274553d631 | refs/heads/master | 2021-04-09T15:30:27.556371 | 2018-05-09T13:13:09 | 2018-05-09T13:13:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 512 | cpp | #include<iostream>
using namespace std;
class Num
{
int num;
public:
void getnum()
{
cout<<"Enter no.: ";
cin>>num;
}
int retnum()
{
return num;
}
};
class square:public Num
{
int num,sq;
public:
//getnum();
int getsq()
{
num=retnum();
sq=num*num;
return sq;
}
};
class cube:public Num
{
int num,cub;
public:
//getnum(... | [
"greatdrs@gmail.com"
] | greatdrs@gmail.com |
269704cb7c6b3a0bca5511eee5689c4de56345f5 | 7dd45eec6918a7c63e8ae87a5f22f8be7f313356 | /io.cpp | 4ffd0202d887c949f343485fcc080dc4ed3ba9ea | [] | no_license | yazevnul/yzw2v | f89188d62416bb24ac6833c6dab7b961767f7b48 | cc52fa5d0108d255c9b41bb1a282790dcdfeeb60 | refs/heads/master | 2021-01-21T12:59:09.972976 | 2016-04-19T15:53:08 | 2016-04-19T15:53:08 | 54,340,419 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,929 | cpp | #include "io.h"
#include "likely.h"
#include <algorithm>
#include <fstream>
#include <istream>
#include <ostream>
#include <cstring>
uint64_t yzw2v::io::FileSize(const std::string& path) {
std::ifstream in{path, std::ios::binary | std::ios::ate};
if (!in) {
throw std::runtime_error("failed to open fi... | [
"kostyabazhanov@mail.ru"
] | kostyabazhanov@mail.ru |
dd74a00d5ae8fa013afe5a126216e2b73432abae | 8c114792636e9336c70fcaf4abc83eb25679d894 | /src/core-master/cpp/ecp_C1174.h | 6abb74fdcb80afc6bb4fb3f29f40c906c63cc6a6 | [
"BSD-3-Clause",
"AGPL-3.0-only"
] | permissive | cri-lab-hbku/auth-ais | c7cfeb1dee74c6947a9cc8530a01fb59994c94c5 | 9283c65fbe961ba604aab0f3cb35ddea99277c34 | refs/heads/master | 2023-03-23T00:22:29.430698 | 2021-03-12T18:53:27 | 2021-03-12T18:53:27 | 250,838,562 | 0 | 0 | BSD-3-Clause | 2021-03-12T18:53:28 | 2020-03-28T16:10:17 | C++ | UTF-8 | C++ | false | false | 13,042 | h | /*
Copyright (C) 2019 MIRACL UK Ltd.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This progr... | [
"ahmedaziz.nust@hotmail.com"
] | ahmedaziz.nust@hotmail.com |
8d8223bc3405a185e6456c764c7ccd454739e07e | ce6506aa5ad0982a57b78d643cd00ce37f0143bf | /source/Rect.cpp | 9ea245c4a034c8f70709c9a81c36eb72daed4047 | [] | no_license | baruken/invcat2d | 2d301da8ec481e59433e70024145f7a39e792d79 | b642f7ebc27e1b57e5fdd08301567bd4418a0240 | refs/heads/master | 2020-08-10T16:20:17.818438 | 2011-01-10T11:44:41 | 2011-01-10T11:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 276 | cpp | #include "Rect.h"
Rect::Rect():
mp_rect(0)
{
}
Rect::Rect(uint row, uint col, uint width, uint height)
{
mp_rect = new SDL_Rect;
mp_rect->x = col;
mp_rect->y = row;
mp_rect->h = height;
mp_rect->w = width;
}
Rect::~Rect()
{
if(mp_rect) delete mp_rect;
}
| [
"baruken@oconsultorfinanceiro.com"
] | baruken@oconsultorfinanceiro.com |
c1e19f3123670f7e09c275c19023ff45cbf90916 | b15b496ad83d231368cc1e771a52cb4bac9086d5 | /testCase/constant/extendedFeatureEdgeMesh/testHull.extendedFeatureEdgeMesh | aff2786c6fc582a8baa369eb6ebcf55f472bc8cc | [] | no_license | Jayngaru/freeSurfacePimpleDyMFoam | 2e950d5c45bf15f438cf7f93474df9c1f15a9135 | f5cb3bb48a6434f57f00775576d1db8e965d139d | refs/heads/master | 2021-06-12T14:02:16.328026 | 2017-02-23T19:31:49 | 2017-02-23T19:31:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,102 | extendedfeatureedgemesh | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.4.x |
... | [
"mwoolli@gmail.com"
] | mwoolli@gmail.com |
b9b3e80b4a3ebf04aea73861ef708a3bb0a9ece8 | f2e30e181f61d74f8ead51130df2f5ad9e200973 | /components/crdt_rtps_dsr_tests/src/tests/CRDT_insert_remove_edge.cpp | e0705efbadafef71fd347790d5060bb9d6d8e7c1 | [] | no_license | DarkGeekMS/dsr-graph | a925758449979126965c85508fbdc760771f214d | f16e5340addeabbabcda1bcec518299b4ba6bcb8 | refs/heads/development | 2023-01-04T23:19:51.711041 | 2020-10-24T19:30:15 | 2020-10-24T19:30:15 | 284,805,527 | 0 | 0 | null | 2020-08-03T20:56:12 | 2020-08-03T20:56:11 | null | UTF-8 | C++ | false | false | 3,699 | cpp | //
// Created by juancarlos on 7/5/20.
//
#include <QtCore/qlogging.h>
#include <QtCore/qdebug.h>
#include "CRDT_insert_remove_edge.h"
#include <thread>
#include <fstream>
#include <type_traits>
REGISTER_TYPE(testattrib, std::reference_wrapper<const std::string>, false)
void CRDT_insert_remove_edge::create_or_remove... | [
"juancarlos97gg@gmail.com"
] | juancarlos97gg@gmail.com |
1e86a50cb56787027658a26182a47a9d8fdd6456 | bcf138c82fcba9acc7d7ce4d3a92618b06ebe7c7 | /rdr2/0x8899C244EBCF70DE.cpp | 979deb27715efbd15c33350ccad8ecaa3a2139f5 | [] | no_license | DeepWolf413/additional-native-data | aded47e042f0feb30057e753910e0884c44121a0 | e015b2500b52065252ffbe3c53865fe3cdd3e06c | refs/heads/main | 2023-07-10T00:19:54.416083 | 2021-08-12T16:00:12 | 2021-08-12T16:00:12 | 395,340,507 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 455 | cpp | // abigail2_1.ysc @ L44174
void func_1074()
{
float fVar0;
float fVar1;
fVar0 = Global_40.f_11095.f_44;
fVar1 = Global_40.f_11095.f_45;
PLAYER::SET_PLAYER_HEALTH_RECHARGE_MULTIPLIER(PLAYER::PLAYER_ID(), (1f - (fVar0 - Global_40.f_11095.f_69)));
PLAYER::_0x08E22898A6AF4905(PLAYER::PLAYER_ID(), (1f - fVar0))... | [
"jesper15fuji@live.dk"
] | jesper15fuji@live.dk |
8b049946ba4635b08ce0ce4b54e4180893b1dd02 | 27670a1f9abcd72a4d3e0e28573844b4d21a7854 | /Grid/GridCell.cpp | fd165d1a3d596088cb24813b942067b196f0b35b | [] | no_license | rafaelcalleja/Provision-ISRDeviceInfoTool | 284bba4091f7dcc82447cc938fc790e5dd107dc0 | eac74b6f8ac5c895047b31f3267f9ef761ee8ee1 | refs/heads/master | 2020-04-11T00:07:38.386017 | 2018-07-15T09:18:07 | 2018-07-15T09:18:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,719 | cpp | // GridCell.cpp : implementation file
//
// MFC Grid Control - Main grid cell class
//
// Provides the implementation for the "default" cell type of the
// grid control. Adds in cell editing.
//
// Written by Chris Maunder <chris@codeproject.com>
// Copyright (c) 1998-2005. All Rights Reserved.
//
// This cod... | [
"noreply@github.com"
] | noreply@github.com |
0608a08dc7756845db4f9a062f71aaab67b57a36 | e97522ff5d9c1f51da835f82984da5ae41b424d5 | /libraries/XMLWriter/examples/XMLWriterSDcard/XMLWriterSDcard.ino | fe2fad3c7160827c399e92f06fed032ed57f07f1 | [
"MIT"
] | permissive | Spitfaer/Arduino | 1f61d95601350d1825b5d26d9cb68f69d45ccb56 | ad3cf039916342524e7a7caffe168ffac65a1dcc | refs/heads/master | 2023-09-05T11:36:28.246871 | 2021-11-11T19:36:58 | 2021-11-11T19:36:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,154 | ino | //
// FILE: XMLWriterSDcard.ino.ino
// AUTHOR: Rob Tillaart
// VERSION: 0.1.1
// PURPOSE: XML writing to SD card
// DATE: 2020-04-24
// URL: https://github.com/RobTillaart/XMLWriter
//
// Note: this application will write to the SD card immediately
// and it will append to the data.xml file every time start... | [
"rob.tillaart@gmail.com"
] | rob.tillaart@gmail.com |
e462084f786be2056f24761af0557fa2c88fd9ad | be52651d9276e6c9079e99a2f04c74220bcb242a | /TT08/cherries_mesh_kruskal.cpp | 0ea4a1a3a4a33cc17675ba2236840991f9e10114 | [] | no_license | Baileyswu/NEXT | 9097f7e99d2c80faf285a20fb48a05d437aed49e | 3a4d885b2b4dbe04214fbb261d671377889e8e46 | refs/heads/master | 2023-03-22T10:54:22.645951 | 2021-03-21T12:16:57 | 2021-03-21T12:16:57 | 277,059,853 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 800 | cpp | #include<bits/stdc++.h>
using namespace std;
#define LL long long
const int N = 1e5+10;
int p[N];
int findParent(int x) {
if(x == p[x]) return x;
return p[x] = findParent(p[x]);
}
bool inSameSet(int x, int y) {
findParent(x);
findParent(y);
return p[x] == p[y];
}
int main() {
int T, o = 0;
c... | [
"wulidan0530@live.com"
] | wulidan0530@live.com |
efeb552063816259bd1d990ef9d607151f7b7523 | b7aef39b5f7b57f48a45e6fb7eb735dcb3dc837e | /SProject/StoreDask.cpp | b6c9d79aa07f33fe97ee62b574c7070f18967500 | [] | no_license | hellosuzie/SuzieStardewValley | 7d82c6553a3f0553c68ae16c70dc7390f236f869 | 226e092a387a521296b97412efe53799b5a7492f | refs/heads/master | 2020-06-01T08:47:57.214263 | 2019-06-07T09:36:28 | 2019-06-07T09:36:28 | 190,715,736 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 390 | cpp | #include "stdafx.h"
#include "StoreDask.h"
#include "SingleActorRender.h"
StoreDask::StoreDask()
{
Pos({ 384, 266 });
}
StoreDask::~StoreDask()
{
}
void StoreDask::Init()
{
m_Dask = MakeRender<SingleActorRender>(3);
m_Dask->Size({ 384, 256 });
m_Dask->SetSprite(L"StoreDask.bmp");
}
void StoreDask::PrevUpdate()... | [
"51091768+hellosuzie@users.noreply.github.com"
] | 51091768+hellosuzie@users.noreply.github.com |
845993875fb1a9aff0dd86c41e3aa9e0f19f55bf | 0418b7f613f5c323c764f0b17b49a988bcda8446 | /pcl_1-4-0/HIDE/include/common/src/time_trigger.cpp | 9b1878957aac30d933fdc732b7e7dda5d4da9cb5 | [] | no_license | jvcleave/example_PCL_1-4-0 | 5ee7f5aa7e53ea67dcd0678c2b2fa3d0cd9b9bdf | afc1b0379e7b92cac9ba7ab1daebb7501fb0c52e | refs/heads/master | 2016-09-06T04:56:22.730591 | 2012-01-12T17:20:10 | 2012-01-12T17:20:10 | 3,151,837 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,499 | cpp | /*
* 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... | [
"jvcleave@gmail.com"
] | jvcleave@gmail.com |
c82ffd045aee0cf51411cafb7124046a9b54618a | 04fec4cbb69789d44717aace6c8c5490f2cdfa47 | /BLL.framework/include/net/Ipv4Address.h | e273e36db83928feb59bfe245ed5d68182d51195 | [] | no_license | aaryanapps/whiteTiger | 04f39b00946376c273bcbd323414f0a0b675d49d | 65ed8ffd530f20198280b8a9ea79cb22a6a47acd | refs/heads/master | 2021-01-17T12:07:15.264788 | 2010-10-11T20:20:26 | 2010-10-11T20:20:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 387 | h | #ifndef _WT_IPV4ADDRESS_H__
#define _WT_IPV4ADDRESS_H__
#include "Poco/Net/IPAddress.h"
namespace wt {
namespace framework {
namespace types {
#define IPV4_ADDR_LENGTH 4
class CIpv4Address : public Poco::Net::IPAddress {
public:
CIpv4Address(){};
~CIpv4Address(){};
private:
uint8_t m_Addr[IPV4_ADDR_LENGTH];
};... | [
"smehta@aaryanapps.com"
] | smehta@aaryanapps.com |
ff7e01ed56e12525445aa793a1cdc3c24a940b58 | ea9f0ca126d575adca0833a0253e02bf52674cfe | /src/Array/NextPermutation.cpp | 128b066e1da3a438adf51e6c90511613c1c3b9ff | [
"MIT"
] | permissive | satyam289/Data-structure-and-Algorithm | f4e62696074677e3046c31abc53b2e08f049db18 | 2056eb5f7c82db50a910658f641f15547acf2313 | refs/heads/master | 2022-05-17T17:29:06.086036 | 2022-05-03T19:56:48 | 2022-05-03T19:56:48 | 143,539,978 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,778 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
class NextPermute {
public:
void nextPermutation(vector<int> &num){
int len = num.size();
int i, j;
for (i = len - 2; i >= 0; i--)
{
if (num[i] < num[1 + 1])
... | [
"bitsat28@gmail.com"
] | bitsat28@gmail.com |
60c0d3f5826dae131f904d4e3cd300ada9b8fd0b | 3ff1fe3888e34cd3576d91319bf0f08ca955940f | /live/src/v20180801/model/DescribeLiveXP2PDetailInfoListResponse.cpp | 104f6fdd91bb4919759e36bef86d3c0156b3b0e8 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-cpp | 9f5df8220eaaf72f7eaee07b2ede94f89313651f | 42a76b812b81d1b52ec6a217fafc8faa135e06ca | refs/heads/master | 2023-08-30T03:22:45.269556 | 2023-08-30T00:45:39 | 2023-08-30T00:45:39 | 188,991,963 | 55 | 37 | Apache-2.0 | 2023-08-17T03:13:20 | 2019-05-28T08:56:08 | C++ | UTF-8 | C++ | false | false | 4,726 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
ef36f9cbeb7a0f8697ee96e3a39291332c7c1045 | 5098a5bab107adb675b394b06093ed6913921ebc | /SDK/HUD_CoolDownManager_classes.h | e81dcc107fabb54699122cd75d6439110d0ea53d | [] | no_license | tetosama/DRG-SDK | 87af9452fa0d3aed2411a09a108f705ae427ba1e | acb72b0ee2aae332f236f99030d27f4da9113de1 | refs/heads/master | 2022-03-31T00:12:10.582553 | 2020-01-18T21:21:43 | 2020-01-18T21:21:43 | 234,783,902 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,398 | h | #pragma once
// Name: , Version: 1.0.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// WidgetBlueprintGeneratedClass HUD_CoolDownM... | [
"39564369+tetosama@users.noreply.github.com"
] | 39564369+tetosama@users.noreply.github.com |
9530298470cd70628dc8a8f1b77243bb963c733b | c2987eac8e63d012bc9c68abe92c6ea4b630edfe | /uri/23.cpp | 4adcda0d1f1c237716185606965dd38eca7f8702 | [] | no_license | HSabbir/1st-semister-code | 2cd9cc98bd0d502938ffd643c9f5ad9a99329d40 | afdb4ac5ad0a99684a1bc77fb3189bd286dcaa26 | refs/heads/main | 2023-01-03T10:11:10.990075 | 2020-11-02T14:58:05 | 2020-11-02T14:58:05 | 309,399,597 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 289 | cpp | #include <iostream>
using namespace std ;
int main (void)
{
int a,b,c,d ;
cin >> a >> b >> c >> d ;
if((b > c) && (d > a) && ((c+d) > (a+b)) && (c >=0 && d >=0) && a%2==0)
{
cout << "Valores aceitos" << endl ;
}
else
{
cout << "Valores nao aceitos" << endl ;
}
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
18e93e7b13cf92412a8a87073f3e2492fee63d1d | 9030ce2789a58888904d0c50c21591632eddffd7 | /SDK/ARKSurvivalEvolved_PrimalItemConsumable_DinoPoopSmall_functions.cpp | 0b3bb5114e53a5dd5035b0f2c13f6fe4b7693d06 | [
"MIT"
] | permissive | 2bite/ARK-SDK | 8ce93f504b2e3bd4f8e7ced184980b13f127b7bf | ce1f4906ccf82ed38518558c0163c4f92f5f7b14 | refs/heads/master | 2022-09-19T06:28:20.076298 | 2022-09-03T17:21:00 | 2022-09-03T17:21:00 | 232,411,353 | 14 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,203 | cpp | // ARKSurvivalEvolved (332.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_PrimalItemConsumable_DinoPoopSmall_parameters.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Functions
//-----------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
34f1be6151f66ea931d209803c7eefb49e6cf72a | 9030ce2789a58888904d0c50c21591632eddffd7 | /SDK/ARKSurvivalEvolved_SpiderWeb_TrailEmitterSmall_parameters.hpp | be39b4d5c380a5cd3888fe117cd51e703cfa2dc7 | [
"MIT"
] | permissive | 2bite/ARK-SDK | 8ce93f504b2e3bd4f8e7ced184980b13f127b7bf | ce1f4906ccf82ed38518558c0163c4f92f5f7b14 | refs/heads/master | 2022-09-19T06:28:20.076298 | 2022-09-03T17:21:00 | 2022-09-03T17:21:00 | 232,411,353 | 14 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 931 | hpp | #pragma once
// ARKSurvivalEvolved (332.8) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_SpiderWeb_TrailEmitterSmall_classes.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Parameters
//------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
6e7bf302a86c836ba14e3d96c5a27a13c99c67c0 | c10650383e9bb52ef8b0c49e21c10d9867cb033c | /c++/MFC_SendHttp/MFC_SendHttpDlg.h | d3a936c434fa7e3f84f701d58f83f48471221b56 | [] | no_license | tangyiyong/Practise-project | f1ac50e8c7502a24f226257995e0457f43c45032 | 4a1d874d8e3cf572b68d56518a2496513ce5cb27 | refs/heads/master | 2020-08-11T16:28:11.670852 | 2016-03-05T04:24:41 | 2016-03-05T04:24:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,386 | h | // MFC_SendHttpDlg.h : header file
//
#if !defined(AFX_MFC_SENDHTTPDLG_H__B34F9DEC_6D0D_4F06_954C_EB01BF097522__INCLUDED_)
#define AFX_MFC_SENDHTTPDLG_H__B34F9DEC_6D0D_4F06_954C_EB01BF097522__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
////////////////////////////////////////////////////////... | [
"76275381@qq.com"
] | 76275381@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.