blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e1e6ae86a9a4117f5eb716a524eb02f3abbb13c3 | 9f9660f318732124b8a5154e6670e1cfc372acc4 | /Case_save/Case10/Case/case4/1500/p_rgh | 81f0303d38b665f7679abb778caefa5adaa0fd9e | [] | no_license | mamitsu2/aircond5 | 9a6857f4190caec15823cb3f975cdddb7cfec80b | 20a6408fb10c3ba7081923b61e44454a8f09e2be | refs/heads/master | 2020-04-10T22:41:47.782141 | 2019-09-02T03:42:37 | 2019-09-02T03:42:37 | 161,329,638 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,912 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"mitsuaki.makino@tryeting.jp"
] | mitsuaki.makino@tryeting.jp | |
1f205e464562e674d6eb6e7bff70965552f14db5 | d88da10c9e9765137ab2268fba9ff9ba8e77fdeb | /MatrixSolver/Assert.hpp | 277abdc6804078067513b6c8c216e8b51c875a2d | [] | no_license | noaford/3DAsymptoticBiofilm | 411218f885de8d72d822928153cfeb36c9c5dfe3 | 30f0b072ec8049a097418b7d120391c6062808c6 | refs/heads/master | 2020-09-25T04:43:37.219167 | 2019-12-04T17:18:12 | 2019-12-04T17:18:12 | 225,918,363 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,266 | hpp | #ifndef _ASSERT_HPP_10262004_
#define _ASSERT_HPP_10262004_
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// \file
/// \brief Expanded assert function.
/// \ingroup debug
///////////////////////////////////////////////////////... | [
"nford57@yahoo.com"
] | nford57@yahoo.com |
569569f91125ed3e3d00af39e32bda1604d3288b | 7e96161a9c6a035e519e298527658838ae35b96d | /core/unit_test/tstLinkedCellList.hpp | 55bae93688bcf4d2bf00fc28eebd6c6523b2a544 | [
"BSD-3-Clause"
] | permissive | cwsmith/Cabana | 3f829b7427636adf0baf3c4f22118d627947a665 | 062ab61c163bedf69dc06b1ba76f5de37cb15650 | refs/heads/master | 2020-04-07T17:12:40.540383 | 2018-11-16T18:41:58 | 2018-11-16T18:41:58 | 158,560,677 | 0 | 0 | BSD-3-Clause | 2018-11-21T14:30:31 | 2018-11-21T14:30:31 | null | UTF-8 | C++ | false | false | 7,729 | hpp | /****************************************************************************
* Copyright (c) 2018 by the Cabana authors *
* All rights reserved. *
* *
* This ... | [
"slatterysr@ornl.gov"
] | slatterysr@ornl.gov |
75709be751c3c82a06f655f66fd22382179ea290 | 412a08f5d43fcd9dc5e06d2f587efa578ea40e8a | /BOJ/BFS-DFS/boj1707_이분_그래프.cpp | 351336f541a863af7ed1f4b26780b5ab8f3878aa | [] | no_license | onww1/Problem-Solving | 19b920f5f4caec50a3aded971e1f1e630e8b6c46 | 86cc8854ef0457f8f7741cbae401af5038f8ae05 | refs/heads/master | 2022-06-07T15:47:45.685775 | 2022-05-25T12:59:59 | 2022-05-25T12:59:59 | 130,528,244 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,201 | cpp | #include <cstdio>
#include <queue>
#include <vector>
char vertex[20001] = {0, };
std::vector<int> edge[200001];
char converting(char c){
if(c == 'a') return 'b';
return 'a';
}
void reset(int V){
for(int i=0; i<=V; i++){
vertex[i] = 0;
edge[i].clear();
}
}
int main(void){
int T, V, E, u, v, isBipartite;
ch... | [
"sewon.dev@gmail.com"
] | sewon.dev@gmail.com |
6009897cfc1e602113e5a0c615ca97c4ca4860d4 | 4a9d9625bcd033928343de5c93dc0df22d5fd55d | /silnik_genetyczny/GAzakres.h | 32f5ba6b57c7d42f569d1907c016f328d35c53fc | [] | no_license | stachu5242/Optymalizacja | a8109e3c7bd5ddd2657d7984198af1887f29ee32 | d1b7504906b298c9076ccc7759bbfe5154824000 | refs/heads/master | 2021-01-21T11:30:08.467913 | 2017-03-08T13:24:15 | 2017-03-08T13:24:15 | 83,567,548 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 517 | h | /***************************************************************/
/* Autorzy: Radosław Szwarc */
/* Krzysztof Ginter */
/***************************************************************/
/// Klasa zawiera dwie liczby które są krańcami przedz... | [
"andrzejstachowiak5242@gmail.com"
] | andrzejstachowiak5242@gmail.com |
5a4101be17aee5acdf888fc7886cd7d3a12e0bbd | 5639a0260d84882dc4c75844b6a6f38870fd0a12 | /09/AutoPtrSample2/AutoPtrSample2.cpp | ef5c29b64e75c09b9804dd054e6f73c6ded503a0 | [] | no_license | battlerhythm/cpp | ee01f657fa12150a309e5d9516c6ff91773455cf | 4d0bbaccfbf03f41d8e967383a98b987c5a8ec83 | refs/heads/master | 2020-04-19T00:35:59.605204 | 2019-04-21T19:59:45 | 2019-04-21T19:59:45 | 167,851,128 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 674 | cpp | #include <memory>
#include <iostream>
using namespace std;
class CMyData
{
public:
CMyData() { cout << " CMyData()" << endl; }
~CMyData() { cout << "~CMyData()" << endl; }
void TestFunc() { cout << "CMyData::TestFunc()" << endl; }
};
int main(int argc, char* argv[])
{
auto_ptr<CMyData> ptrTest(ne... | [
"3820361@mobis.co.kr"
] | 3820361@mobis.co.kr |
10a71e69b03c82e5afa36050a2eb13457e9d51e9 | 72a176005d398b9d92d4fe087386d0ea3384806c | /random.h | ec65206517041a54f5e819b121af937f1a3e56c9 | [
"MIT"
] | permissive | jayvalentine/evosim | 72833c8d71317584830463ce5514f62b791f1e45 | 05c01f38314fb8fb556cfc1736530fff5ec0eb1c | refs/heads/master | 2020-12-04T13:17:03.947952 | 2020-11-22T13:34:00 | 2020-11-22T13:34:00 | 231,778,261 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 527 | h | #ifndef RANDOM_H
#define RANDOM_H
#include <stdlib.h>
#include <vector>
namespace Random
{
void Init(unsigned int seed);
double Double(double min, double max);
unsigned int UInt(unsigned int min, unsigned int max);
int Int(int min, int max);
// Template function defined in header.
template<c... | [
"jayv136@gmail.com"
] | jayv136@gmail.com |
6e9656c71f28c086debd5a9015226adee0e0c7df | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/4a/036a535a532444/main.cpp | 301fa95ab96b117c892b98dd290fcaeddccc33d7 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 910 | cpp | #include <future>
#include <chrono>
#include <thread>
#include <iostream>
int
main()
{
auto s = [](int n) {
std::this_thread::sleep_for(std::chrono::seconds(n));
std::cout << "slept for " << n << " sec., thread id #" << std::this_thread::get_id() << std::endl;
return n;
};
std::pac... | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
363e4f034aa52037c7d143770bcfda4de84d3b54 | f42d648e4d284402ad465efa682c0e36197c4ec1 | /winrt/impl/Windows.Storage.Provider.1.h | 93d456a3e8b25768dc4b04a73abf4a2373554881 | [] | no_license | kennykerr/modules | 61bb39ae34cefcfec457d815b74db766cb6ea686 | 0faf4cd2fa757739c4a45e296bd24b8e652db490 | refs/heads/master | 2022-12-24T13:38:01.577626 | 2020-10-06T17:02:07 | 2020-10-06T17:02:07 | 301,795,870 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,622 | h | // WARNING: Please don't edit this file. It was generated by C++/WinRT v2.3.4.5
#ifndef WINRT_Windows_Storage_Provider_1_H
#define WINRT_Windows_Storage_Provider_1_H
#include "winrt/impl/Windows.Storage.Provider.0.h"
WINRT_EXPORT namespace winrt::Windows::Storage::Provider
{
struct __declspec(empty_bases) ICachedF... | [
"kenny.kerr@microsoft.com"
] | kenny.kerr@microsoft.com |
a8367142527f14336fb5c84d999d49257e514421 | 051464fb239e33649f9a4691171863a45102671a | /WACClient/Core/WACClient.cpp | 5f0d46af04828b55377dd46aa5c25a44d1a4a90d | [] | no_license | bosstonx/WaveAntiCheat | 73ed15917a1c8f680f330a71df25da9d19e89a13 | 4f625dc737b9f85dd0e6021337959baaf5543e74 | refs/heads/master | 2020-03-19T04:47:41.252809 | 2017-09-22T16:22:50 | 2017-09-22T16:22:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 243 | cpp | #include <Windows.h>
BOOL APIENTRY DllMain(HMODULE Module, DWORD Reason, LPVOID Reserved)
{
switch (Reason)
{
case DLL_PROCESS_ATTACH:
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
} | [
"andrewdepke@gmail.com"
] | andrewdepke@gmail.com |
960f0962e3872830492695b7702d37d44b77538b | 4dbda871cdfb6ae24ca7c45325de5013bed8a239 | /bithorded/lib/assetsessions.hpp | 8d0401797ae34e86dafa1d65aad145f4459723ff | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | testmana2/bithorde | 28c712148b3252b9ee3242110191c6144d906344 | 14b6e8edabe8f6460c5158a9c5144abfd801c4ec | refs/heads/master | 2021-05-16T17:26:13.678524 | 2017-01-24T00:25:20 | 2017-01-24T00:25:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,118 | hpp | /*
Copyright 2016 Ulrik Mikaelsson <ulrik.mikaelsson@gmail.com>
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 requir... | [
"ulrik.mikaelsson@gmail.com"
] | ulrik.mikaelsson@gmail.com |
129e46d9095cd276a245b4fde043dd796986895e | dc4dd066e24bf8a64fa28a625b63748c46243250 | /src/tools/DAT_functions.cpp | 303ed9cf979560001bbff03eacc6a3f7a2498db6 | [] | no_license | Okara/Minecraft | 7b5173be89628bacd56273708b4146af0313d8dd | 614f75df7236663d4c9dab3d6e2ccc7da4cb19f0 | refs/heads/master | 2021-01-13T01:59:00.577997 | 2012-06-26T13:48:05 | 2012-06-26T13:48:05 | 4,795,538 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,732 | cpp | #include "DAT_header.hpp"
C_DAT::C_DAT (void)
{
m_buffer = NULL;
}
C_DAT::~C_DAT (void)
{
if (m_buffer!=NULL)
delete (m_buffer);
}
bool C_DAT::Create (std::vector<std::string> files, std::string destination)
{
sFileEntry entry;
std::ifstream file;
std::ofstream datfile;
char buffer[1]... | [
"deblieck.guillaume@laposte.net"
] | deblieck.guillaume@laposte.net |
06e61beea5c8bcdceee64861e87e54b764a459a3 | c97d9b8a76f06361cbf7266a6952355dcdfb9e68 | /Source/CarCpp/VehiclePawn.cpp | a4740426d65a960bd3f1911b3369680cecb0838d | [] | no_license | 6amguy/RealisticVehTemplateCPP | 1c0ee04e29781fcc5e1013ec8a5284c3de92a66f | 5b1b4e912710b62b59d59d8db4b95963ee91d532 | refs/heads/master | 2023-04-01T10:46:32.146676 | 2021-04-10T10:26:45 | 2021-04-10T10:26:45 | 356,546,477 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,922 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "VehiclePawn.h"
#include "Components/SkeletalMeshComponent.h"
#include "GameFramework/SpringArmComponent.h"
#include "Camera/CameraComponent.h"
#include "Components/InputComponent.h"
#include "WheeledVehicleMovementComponent4W.h"
... | [
"69509447+6amguy@users.noreply.github.com"
] | 69509447+6amguy@users.noreply.github.com |
24ab0003f390ea3b180070d1fe0a8ff5c300d96e | fda54804ce2cae92f8906e365c694ed2f89ec02c | /Macromedia_File_Format_SWF_SDK_11_2_00/Source/HFObject.cpp | 24bb70226bd4de8358eb31c42aa7bb76077ed315 | [
"MIT"
] | permissive | barrowxu/adobe | b575e1cd0de2207e48fc15180ca3792fff7c77f1 | 72d59b75faf39ff50dfba0f0b8a82cfe39e8a69f | refs/heads/master | 2021-01-24T17:01:21.282684 | 2017-12-26T17:10:39 | 2017-12-26T17:10:39 | 123,221,204 | 2 | 0 | null | 2018-02-28T03:04:30 | 2018-02-28T03:04:30 | null | WINDOWS-1252 | C++ | false | false | 2,879 | cpp | // Copyright © 1999 Middlesoft, Inc. All rights reserved.
// First Created By Bate Yu.
// First Created On 10/15/1999.
// Last Modified On 11/09/1999.
/****************************************************************************************
File Summary: HFObject.cpp
*********************************************... | [
"jdm7dv@gmail.com"
] | jdm7dv@gmail.com |
464f8786b481544c6f1cdd9574050f0a1baa7cad | ffc42486797c0315559618da0380f441e1986843 | /SDK/slamware_sdk_linux-x86_64-gcc4.8/linux-x86_64-release/include/rpos/features/sweep_motion_planner/feature.h | f7e29da99410401d57c8a9bc3009c27cc4c7a305 | [] | no_license | henkeldi/slamwareAPP | a37f22d091157a0e0cde3b067b3bf4d14d7d7479 | 0d9a5fa60de581580a3db4dfe3b92a73ba6d3fef | refs/heads/master | 2020-04-05T12:17:03.437303 | 2017-07-26T13:01:14 | 2017-07-26T13:01:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,220 | h | /**
* feature.h
* The Sweep Motion Planner feature
*
* Created By Tony Huang @ 2015-4-3
* Copyright (c) 2015 Shanghai Slamtec Co., Ltd.
*/
#pragma once
#include <rpos/rpos_config.h>
#include <rpos/features/motion_planner/feature.h>
#include <rpos/features/sweep_motion_planner/sweep_move_action.h>
names... | [
"kint.zhao@slamtec.com"
] | kint.zhao@slamtec.com |
d5fcd8768ffd5b8f9d8a16bd180e89a341e7e786 | 3488d64088f475de18a83f21d225ccd2f1d42756 | /module04/ex00/Victim.cpp | ad3deebb8d8768e094d80247510ad9ff852a9279 | [
"MIT"
] | permissive | M-Philippe/cpp_piscine | 4092b9222e3c4228a60728404223b1fd0bb39708 | 9584ebcb030c54ca522dbcf795bdcb13a0325f77 | refs/heads/main | 2023-06-06T22:44:59.193948 | 2021-07-03T18:42:35 | 2021-07-03T18:42:35 | 300,955,988 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 772 | cpp | #include "Victim.hpp"
Victim::Victim() {}
Victim::Victim(const std::string& name){
_name = name;
std::cout << "A random victim called " << _name << " just appeared!" << std::endl;
}
Victim::Victim(const Victim &org){
*this = org;
}
void Victim::getPolymorphed() const {
std::cout << _name << " was just polymorp... | [
"m.philippe59@gmail.com"
] | m.philippe59@gmail.com |
aa378cc77efb4f1282f01b1eb4731b5b5b306c34 | 0754325e40716e1a50e4bbf7d33ba18231f70a4c | /src/main/http/verb.cpp | 4d7fc8c83354580ac94164567079fd016e74e3f9 | [] | no_license | sdt1030433217/poseidon | 8907b1a9b4ac61cbee44f1e0dc9c87fe1d4147dc | 165f8111ee1eb25e03b056a8ae7a4fbf471257fb | refs/heads/master | 2021-01-16T00:10:37.953115 | 2014-10-23T03:44:23 | 2014-10-23T03:44:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 666 | cpp | #include "../../precompiled.hpp"
#include "verb.hpp"
using namespace Poseidon;
namespace {
const char VERB_TABLE[][16] = {
"INVALID_VERB",
"GET",
"POST",
"HEAD",
"PUT",
"DELETE",
"TRACE",
"CONNECT",
"OPTIONS",
};
}
namespace Poseidon {
HttpVerb httpVerbFromString(const char *str){
for(unsigned i = 0; i <... | [
"lh_mouse@126.com"
] | lh_mouse@126.com |
e49ecace4d1f0f1ec7217c097c89fe9db13dd770 | 0f11bb938b31c083eb6354e4bd7305ea9239720b | /CFS64MAT/CFS64MAT/crc32.cpp | 973af4ffd89fc95bc1837fdb7b18b89943269060 | [
"MIT"
] | permissive | solocle/CFS64 | 73c5a7dee5cf42ea16ccebf288c71ed180099f18 | ee78637caf9bc39fb0955373a8588bc2bb0a6121 | refs/heads/master | 2020-12-25T21:44:42.473419 | 2016-05-05T13:11:57 | 2016-05-05T13:11:57 | 57,405,113 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,339 | cpp | /*-
* COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or
* code or tables extracted from it, as desired without restriction.
*
* First, the polynomial itself and its table of feedback terms. The
* polynomial is
* X^32+X^26+X^23+X^22+X^16+X^12+X^11+X^10+X^8+X^7+X^5+X^4+X^2+X^1+X^0
*
* Note that we ta... | [
"chaios.project@gmail.com"
] | chaios.project@gmail.com |
4ae9937d93715af3cb98d14f8ccc05cbbd294787 | d9388bd07a1e7335902b0e5863a07b9ccdb8497f | /jacobi/jacobi3.cpp | 4bbdbad94afbeb36c0ca1988da60f420d343d96b | [] | no_license | jhg023/brocard | 060d763fe27087cae8400797920853236965f95d | a16ea0125f44e3b6bff8b9aa6851e8ea3a9dc02a | refs/heads/master | 2022-10-03T14:18:53.484912 | 2022-09-28T15:43:40 | 2022-09-28T15:43:40 | 221,742,644 | 11 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 661 | cpp | static inline int jacobi_modified3( int64_t a, int64_t b, int64_t bit ) {
if ( __builtin_expect( a == b, 0 ) ) {
return 0;
}
b >>= 1;
unsigned int c = __builtin_ctzll( a );
bit &= c;
a >>= c;
a >>= 1;
do {
#pragma unroll( 1 )
for ( unsigned int i = 0; i < 1; ++i ) {
int64_t t = a -... | [
"a.epstein@elsevier.com"
] | a.epstein@elsevier.com |
03193b17abdfa011e9cdcd1c106c0b03c5685c3b | 6c121e0c3fec192b58572567f06f6bdca8c5132a | /EclipseStudio/Sources/UI/m_LoginGNA.h | 7dec4622c8ce57808912028d1f585a6ac1f95cdf | [] | no_license | gamedevforks/src | 35555c4a32ce15692cd6cd1343aef16dd3307576 | 6e7470992ea47990c60ebceeb665a4d8c037c6d2 | refs/heads/master | 2020-05-21T16:09:56.595652 | 2014-09-20T22:54:59 | 2014-09-20T22:54:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 961 | h | #pragma once
#include "UIMenu.h"
class CLoginGNAMenu : public UIMenu
{
public:
enum {
RET_Unknown = 0,
RET_Exit,
RET_Logged,
};
CLoginGNAMenu(const char* movieName);
virtual ~CLoginGNAMenu();
virtual bool Initialize();
virtual int Update();
const wchar_t* m_ShowMessageIfAny;
private:
static unsi... | [
"muvucasbars@outlook.com"
] | muvucasbars@outlook.com |
2e85775b335ec10c5d513671386d0f290091584f | 51bf3e7f1633e5691d5d1aef492461c5f15f0ac1 | /c10/util/ScopeExit.h | 7626bb53f130ed29445c30fccdd7bfff0f0967d7 | [] | no_license | quickwritereader/Pytorch_Vec256 | 6fd1267a4806dfb0afa8ef71f67e5bb63009194f | 6f9f4761f57b3fe3145be226ebf9ec55c1b62d37 | refs/heads/master | 2023-08-23T20:36:12.438768 | 2021-10-11T02:01:34 | 2021-10-11T02:01:34 | 258,939,407 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,398 | h | #pragma once
#include <type_traits>
#include <utility>
namespace c10 {
/**
* Mostly copied from https://llvm.org/doxygen/ScopeExit_8h_source.html
*/
template <typename Callable>
class scope_exit {
Callable ExitFunction;
bool Engaged = true; // False once moved-from or release()d.
public:
te... | [
"quickwritereader@gmail.com"
] | quickwritereader@gmail.com |
c7959e97a3b18dc65d780a9398896617ce5c1d6a | 4fee08e558e77d16ab915f629df74a0574709e8b | /cpsc585/Havok/Physics/Dynamics/Destruction/Utilities/hkpDestructionBreakOffUtil.inl | f910f3689400f2cfb495de1352070ed45388c291 | [] | no_license | NinjaMeTimbers/CPSC-585-Game-Project | c6fe97818ffa69b26e6e4dce622079068f5831cc | 27a0ce3ef6daabb79e7bdfbe7dcd5635bafce390 | refs/heads/master | 2021-01-21T00:55:51.915184 | 2012-04-16T20:06:05 | 2012-04-16T20:06:05 | 3,392,986 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,504 | inl | /*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Level 2 and Level 3 source code contains trade secrets of... | [
"cdebavel@ucalgary.ca"
] | cdebavel@ucalgary.ca |
9548206793274e3f873d285198e9dc3b98d1823a | feac469cac55c9779da867e3375c1bbf74ea069a | /triangulo.cpp | 5601c1baba4cc325e69aa4808c6e68a36fd67aae | [] | no_license | rrivas-utec/poo1_2020_1_lab209_clases_objetos | 53d5426681d7c86776ecdc46c2459a502889460a | 8bb7d1691bc54617afbf607502ab9014e52e1734 | refs/heads/master | 2022-09-27T19:42:34.897337 | 2020-06-05T15:00:08 | 2020-06-05T15:00:08 | 269,122,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,126 | cpp | //
// Created by utec on 6/3/20.
//
#include <cmath>
#include "triangulo.h"
triangulo_t::triangulo_t() {
lado_1 = 0;
lado_2 = 0;
lado_3 = 0;
}
triangulo_t::triangulo_t(double l1, double l2, double l3) {
lado_1 = l1;
lado_2 = l2;
lado_3 = l3;
}
double triangulo_t::calcular_area() {
auto s... | [
"rrivas@utec.edu.pe"
] | rrivas@utec.edu.pe |
280b866f45b4416d0187fbda2146aed47821f00f | 0c2f777ad73f994dab85eccf8bd39526f65c739b | /Lista/listaSimple/ListaS.cpp | 662612a90efdc1c5b5fb87310bfa378181d07645 | [] | no_license | HungerWolf-LS/Udemy-Java-Course | 6007e0f9c6f31acd8b22adcb335a5ef43b5d45f8 | b3138f8f19f98e9c11bc221b49a17aceef8b8d94 | refs/heads/master | 2021-01-23T06:43:58.884128 | 2017-07-15T14:47:04 | 2017-07-15T14:47:04 | 86,391,379 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,279 | cpp | #include "ListaS.h"
#include "NodoS.h"
#include <iostream>
ListaS::ListaS(){
first = NULL;
act = NULL;
}
void ListaS::Insertar(int e){
NodoS *nuevo = new NodoS(e,NULL);
if (listaVacia()){
first = nuevo;
} else{
act->sig = nuevo;
}
act = nuevo;
}
void ListaS::Mostrar(){
NodoS *temp = first;
while(temp){
... | [
"leonardo.solano.hw@gmail.com"
] | leonardo.solano.hw@gmail.com |
72e58154611c34f44bc9f2e5263bfba915ab2efd | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_5652388522229760_0/C++/krismaz/A.cpp | 9205a7a2832c9aa85b261f6bfed8afa69c04087a | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,616 | cpp |
#include <bits/stdc++.h>
#define FOR(i,b,e) for(int i=(b); i <= (e); ++i)
#define FORD(i,b,e) for(int i=(b); i >= (e); --i)
#define SIZE(c) (int) (c).size()
#define FORE(i,c) FOR(i,0,SIZE(c)-1)
#define FORDE(i,c) FORD(i,SIZE(c)-1,0)
#define PB push_back
#define MP make_pair
#define ST first
#define ND seco... | [
"alexandra1.back@gmail.com"
] | alexandra1.back@gmail.com |
cc4392e9b1254c84458fa77e37b51ddf51dd4e4d | 2d625f6da7b4145c4dce6634c9a2b72a27330ee0 | /week-04/day-03/zoo/mammals.cpp | 81a87a851d1b2280a082438e604e68047f76c666 | [] | no_license | green-fox-academy/annatakacs | b721d447631c99e6408eb433978422b7a9cc5c4e | 70f00a3aacd584af4193a226dbf5ecc267affb62 | refs/heads/master | 2020-04-16T18:52:13.600935 | 2019-06-06T11:07:59 | 2019-06-06T11:07:59 | 165,838,012 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 278 | cpp | //
// Created by Takacs Anna on 2019-04-24.
//
#include "mammals.h"
Mammals::Mammals(std::string name) : Animals(name)
{
_name = name;
};
std::string Mammals::getName()
{
return _name;
}
std::string Mammals::breed()
{
return " pushing miniature versions out.";
} | [
"annatakacs96@gmail.com"
] | annatakacs96@gmail.com |
9f1925bcdf8be797f333b5c8c056d71bd678ec19 | 898527d4796b1dcbe53a1c520ed60cf1a65b5370 | /src/Lights/Light.h | 8e91fe8051db0cdf7f47490d34226e2819a92644 | [] | no_license | ecattell/CattellRT | 22e9674ad3e02afefe5d9a8ad600673f8cca588f | 786639feaa3eac45bba68ef805d119618f8b42e6 | refs/heads/master | 2021-01-18T05:00:18.559392 | 2016-07-09T18:57:38 | 2016-07-09T18:57:38 | 19,599,709 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 537 | h | #ifndef __LIGHT_H__
#define __LIGHT_H__
#include "../MathUtil/RTMath.h"
#include "../MathUtil/Vec3f.h"
typedef Vec3f Pnt3f;
#include "../ImageUtil/Color3f.h"
/*
* Base class for lights. Inherited by other light classes (e.g. AmbientLight, AreaLight, DirectionalLight, and PointLight)
*/
class Light
{
... | [
"elliott@elliottcattell.com"
] | elliott@elliottcattell.com |
8d9099ddce3b055872d972b2b26300a1eca0f08c | 319c4e17b51b68e2eac9d365a70d53553318c097 | /cpp04/ex01/srcs/Brain.cpp | 722b8d023f0aefaf8e03e4956b8688fe77c2f89b | [] | no_license | PracticeofEno/CPP | 079ea33273d461da1bbba9514bd49bc9f8e59600 | 192c6febcf79d497702cd95fbe52fb0a3dcd97ba | refs/heads/main | 2023-08-22T04:38:38.914669 | 2021-10-10T03:43:43 | 2021-10-10T03:43:43 | 395,391,236 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 721 | cpp | #include "Brain.hpp"
Brain::Brain()
{
_ideasIndex = 0;
std::cout << "Brain create" << std::endl;
}
Brain::~Brain()
{
std::cout << "Brain deleted" << std::endl;
}
void Brain::addIdea(std::string idea)
{
if (_ideasIndex < 100)
{
_ideas[_ideasIndex] = idea;
_ideasIndex++;
}
}
Brain& Brain::operator=(Brain& t... | [
"k1990121@gmail.com"
] | k1990121@gmail.com |
54733d320821ae941403bbfc5bed7cfa99d29751 | 3711371c059f75a0847f3ec533a5e05736f330c6 | /Open_GL/Gizmos.h | 24ec31528cd9b534a9fd5c0b05080258ba47c4e3 | [] | no_license | bstelly/OpenGL | d69eb117eb4a8ff26588a6fb329360588e391f9e | 649fc36c13afe61596445a637f9d936ab6c362cf | refs/heads/master | 2020-03-26T14:40:48.789215 | 2018-10-19T22:55:55 | 2018-10-19T22:55:55 | 144,999,045 | 0 | 0 | null | 2018-08-31T22:11:05 | 2018-08-16T14:26:23 | C | UTF-8 | C++ | false | false | 6,402 | h | #pragma once
#include <glm>
class Gizmos {
public:
static void create(unsigned int a_maxLines = 0xffff, unsigned int a_maxTris = 0xffff,
unsigned int a_max2DLines = 0xff, unsigned int a_max2DTris = 0xff);
static void destroy();
// removes all Gizmos
static void clear();
// draws current Gizmo buff... | [
"bstelly1999@gmail.com"
] | bstelly1999@gmail.com |
4d369849d2286126f1986a72f0cee58407dcd0f4 | dc58925b917a6e791344e19a5c596962fdeb6be0 | /LCD/HD44780.cpp | 94be1a3a677f4032b288a5e6c48b573f13084333 | [] | no_license | kwakkel1000/fireplace | fab52bae47da14e9360b3300f3cdb51bcfe3bdf1 | 0bf9225dca59a56d1f0c106be0c70c94408ba7db | refs/heads/master | 2016-09-05T10:40:35.820643 | 2013-01-21T23:42:29 | 2013-01-21T23:42:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,693 | cpp | // HD44780 LCD 4-bit IO mode Driver
// (C) 2009 - 2012 Radu Motisan , radu.motisan@gmail.com , www.pocketmagic.net
// All rights reserved.
//
// To be used with AVR Studio 5 (avr-g++.exe)
//
// HD44780.cpp: Definitions for LCD command instructions
// The constants define the various LCD controller instructions whi... | [
"info@gijsweb.net"
] | info@gijsweb.net |
d5f8347e88395a24a61fe53864c2ad3a907eeb1d | c351a56ac66c3e46841f6e2935dcf5f1c90032f8 | /stack_2.cpp | 577eeee02c7f3a103c332bdd919647a823f52a99 | [] | no_license | yut-kt/jumbled-cpp | a59040e2f4260c8f83eef1375997b7778df7f7e0 | b960562db1aa88e5b2a453cf27349944cc685a77 | refs/heads/master | 2020-03-10T18:51:47.118497 | 2018-04-14T16:43:05 | 2018-04-14T16:43:05 | 129,535,709 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,737 | cpp | #include <iostream>
#include <string>
#include <vector>
using namespace std;
class DataList {
int idata;
DataList *next;
public:
DataList(int a = 0,DataList *np = 0) {
idata = a; next = np;
}
int getData() {
return idata;
}
void print() {
cout << idata <<" ";
}
... | [
"yut.kt59@gmail.com"
] | yut.kt59@gmail.com |
427a7760bb0c0f3adb7d1adbd18e280383ea9e0b | 834fa96221815393d6e60cb08b4d7c51ce945ec0 | /myrectangle.cpp | f667b1fb2fdc04d8faa2c55e000481366804a9b7 | [] | no_license | richardmg/subpixelissue | 7b152272533a8dfdefd9f712d459466e3c2bd76a | 511e6ac3971bee7f28bf09709dd03ec75f4a6e05 | refs/heads/master | 2023-01-22T20:09:06.653682 | 2020-11-23T12:15:50 | 2020-11-23T12:44:02 | 315,314,100 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,053 | cpp | #include "myrectangle.h"
#include <QtGui/qpainter.h>
#include <QtQuick/qsgimagenode.h>
#include <QtQuick/qquickwindow.h>
#include <QtQml/qqml.h>
QT_BEGIN_NAMESPACE
MyRectangle::MyRectangle(QQuickItem *parent)
: QQuickItem(parent)
{
setFlag(QQuickItem::ItemHasContents);
}
QSGNode *MyRectangl... | [
"richard.gustavsen@qt.io"
] | richard.gustavsen@qt.io |
50fee68a8f83061a94f61d73cfef118e9381cced | 55a3a2af7127a51c66a99e44bf33b539554d6273 | /45.cpp | 6254b6a91091093fe035689902e5890d8b58a768 | [] | no_license | levylv/nowcoder | d367bcbc7105f8738e2d7aab40f07e033d59b021 | 23be13af2cbe86ea86a6b5c5918e2b7ff0656765 | refs/heads/master | 2020-04-05T14:03:47.257087 | 2017-06-28T09:42:20 | 2017-06-28T09:42:20 | 94,753,969 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 820 | cpp | class Solution {
public:
bool IsContinuous( vector<int> numbers ) {
if (numbers.empty())
return false;
int len = numbers.size();
sort(numbers.begin(), numbers.end(), compare);
int number_zero = 0;
for (int i = 0; i < len && numbers[i] == 0; i++)
{
... | [
"levy_lv@hotmail.com"
] | levy_lv@hotmail.com |
50fb054acbb637b57e194f2f044e4d0ab1caf580 | 03b5b626962b6c62fc3215154b44bbc663a44cf6 | /src/instruction/VGETMANTSD.h | 534b7ceddf834e7f0c56b3fa60109a58885df588 | [] | no_license | haochenprophet/iwant | 8b1f9df8ee428148549253ce1c5d821ece0a4b4c | 1c9bd95280216ee8cd7892a10a7355f03d77d340 | refs/heads/master | 2023-06-09T11:10:27.232304 | 2023-05-31T02:41:18 | 2023-05-31T02:41:18 | 67,756,957 | 17 | 5 | null | 2018-08-11T16:37:37 | 2016-09-09T02:08:46 | C++ | UTF-8 | C++ | false | false | 250 | h | #ifndef VGETMANTSD_H
#define VGETMANTSD_H
#include "../object.h"
namespace n_VGETMANTSD {
class CVGETMANTSD :public Object
{
public:
CVGETMANTSD();
~CVGETMANTSD();
int my_init(void *p=nullptr);
};
}
using namespace n_VGETMANTSD;
#endif
| [
"hao__chen@sina.com"
] | hao__chen@sina.com |
7e3cabc3ffc2d5986c719a14fb11361eb2c28283 | 688a65767f7cab7bb30cf6ab60716849fe703970 | /perfsquare.cpp | 04efdbea5089ed5352df9aa34b931ed94e737313 | [] | no_license | ankyyy/naive | 5974ca0f160b48172dcd23da2b3af5770bd47047 | 68fa4fc306c5e95569ddb14aa35c3642f143fe26 | refs/heads/master | 2020-04-01T07:59:33.826682 | 2015-01-23T18:34:40 | 2015-01-23T18:34:40 | 21,989,055 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 265 | cpp | #include <iostream>
using namespace std;
int main()
{
int count,t=1,temp=0;
cin>>count;
for (int i = 0; i < count; ++i)
{
temp=temp+t;
cout<<temp<<" ";
t=t+2;
}
}
/*perfect squares are succesive sum of odd nos
1,1+3,1+3+5,1+3+5+7
1, 4, 9, 16
*/ | [
"ankitm3114@gmail.com"
] | ankitm3114@gmail.com |
0e0631f50e1cc0f275df69aeb05e013ade79e712 | c093a46434c96b9071f4bbfa8a7c4bf1befa237f | /include/Siv3D/HalfFloat.hpp | 0da677d84c6e744c2d9009347b094027a362891e | [] | no_license | mak1a/GoneElect | 82415b35e6b39885972a2f9a280cdcfb4a1036af | a8a90cf03302e2335dfa03c10d2e4bcfcbc5aae0 | refs/heads/master | 2020-05-29T09:35:16.744493 | 2019-05-29T18:12:42 | 2019-05-29T18:12:42 | 189,069,078 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,417 | hpp | //-----------------------------------------------
//
// This file is part of the Siv3D Engine.
//
// Copyright (c) 2008-2018 Ryo Suzuki
// Copyright (c) 2016-2018 OpenSiv3D Project
//
// Licensed under the MIT License.
//
//-----------------------------------------------
# pragma once
# include "Fwd.hpp"
# include "S... | [
"g1821120@gmail.com"
] | g1821120@gmail.com |
e4204110029988c079f0eed484f02bd0d5c30b6f | 2ccb2893e895cae01e508f5a669c39a3a4aeaf71 | /Transform/rotatetransform.cpp | 9506596d47833840f4454f13bfdb2deaa2ba4ea0 | [
"Apache-2.0"
] | permissive | xubenhao/VisualAlgorithm | 513942013716fc2caddae8e1cd32318fc50a8bdc | 5fc45d9a4fc58569953fe3d880517adcd2fb0881 | refs/heads/main | 2023-02-28T19:31:51.437208 | 2021-02-08T02:29:50 | 2021-02-08T02:29:50 | 333,267,125 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,848 | cpp | // Author : XuBenHao
// Version : 1.0.0
// Mail : xbh370970843@163.com
// Copyright : XuBenHao 2020 - 2030
#include "rotatetransform.h"
namespace NTransform
{
RotateTransform::RotateTransform(QObject* parent)
: Transform(parent)
{
m_nAngle = 0.0;
}
RotateTransfo... | [
"xbh370970843@163.com"
] | xbh370970843@163.com |
c9a6cee87b41904d603445388b2cca7f80bb0924 | bba8bb04425c9b166323cb5a831c94643cf62b97 | /Source/VoxelGraph/Private/Examples/VoxelExample_HollowPlanet.cpp | 6e9d5de8515eeafaf83224b48540d33ff4556795 | [
"MIT"
] | permissive | jacobcoughenour/VoxelPlugin | 2cf2e2195209285fbd8a589d8f994f7caaa651c2 | fc2ddcc0d3bd4424a9be73c3ada70c4c5c158184 | refs/heads/master | 2022-11-11T04:16:35.908916 | 2020-07-04T11:12:38 | 2020-07-04T11:12:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 42,258 | cpp | // Copyright 2020 Phyronnaz
#include "VoxelExample_HollowPlanet.h"
PRAGMA_GENERATED_VOXEL_GRAPH_START
using FVoxelGraphSeed = int32;
#if VOXEL_GRAPH_GENERATED_VERSION == 1
class FVoxelExample_HollowPlanetInstance : public TVoxelGraphGeneratorInstanceHelper<FVoxelExample_HollowPlanetInstance, UVoxelExample_HollowPla... | [
"phyronnaz@gmail.com"
] | phyronnaz@gmail.com |
fa1f3ae25f9a154a9b1d524610f48018b77415c6 | 21c85709179988d89ee2f45676061d49737eabc4 | /include/grasp_detect/util/plot.h | 73fcad827249af6197a53badf7a7fac76932d5fe | [] | no_license | GitWaHa/grasp_data_generator | 775a8fa80745092b12501d8620f3213f1770fc3d | 1eebc55b937ef7bf3e86e0d0cc0bd900bef78aef | refs/heads/master | 2023-08-30T06:38:26.807487 | 2021-11-08T11:34:43 | 2021-11-08T11:34:43 | 425,146,582 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,485 | h | #pragma once
#include <pcl/visualization/pcl_visualizer.h>
#include "grasp_detect/candidate/hand.h"
#include "grasp_detect/candidate/hand_set.h"
#include "grasp_detect/candidate/local_frame.h"
// #include "grasp_detect/descriptor/image_geometry.h"
#include "grasp_detect/util/cloud.h"
namespace grasp_detect
{
nam... | [
"wa.haoo@foxmail.com"
] | wa.haoo@foxmail.com |
aa91750ffaf06fdbf2ceddfcdbd5109c5aa5d406 | 0350b44559e87949323b79a7f7c19afd6b1c3385 | /src/Includes/Training.h | 4b0134a39905a7b05827b5f81c28a2020a604071 | [] | no_license | ProjPossibility/pp-usc-ss12-sign-language-reader | ed3f1020e18a1dba7f5bd71b0860fa6631ae810f | 53678c2fb94b499c54fb322193f4908247fb1c6c | refs/heads/master | 2020-05-18T08:53:29.193173 | 2015-04-29T01:47:44 | 2015-04-29T01:47:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | h | /*
* Training.h
*
* Created on: 05-Mar-2010
* Author: parth
*/
#ifndef TRAINING_H_
#define TRAINING_H_
#include "Prerequs.h"
#include "KNN.h"
#include "FolderReader.h"
class Training{
CvMat* Matrix;
int Counter;
CvMat* Labels;
ML* StoredML;
public:
/**
* Read t... | [
"parthpatel.100@f7345894-23d3-11df-bcc3-9d5e0fc24faa"
] | parthpatel.100@f7345894-23d3-11df-bcc3-9d5e0fc24faa |
1516b00fc6515367b04ff26528a0939f65795f89 | df7f961cdb6f74382f2f2eedc0564b922970424b | /v0.1-source-proof-of-concept/3_testing.hpp | e4d62f0ac10db1405dfd5e5da87eb8d388d641b3 | [] | no_license | tobias-loew/cpp-compile-time-register-machine | 540276acd5a0c4bbf92dccc969b6aae412c99dd3 | d891790b87d100fd541fbb5b6ab9ba1af9e0c2c3 | refs/heads/main | 2023-04-23T17:30:53.501957 | 2021-05-03T02:52:32 | 2021-05-03T02:52:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,010 | hpp | /************************************************************************************************************************
**
** Copyright 2021 Daniel Nikpayuk, Inuit Nunangat, The Inuit Nation
**
** This file is part of cpp_compile_time_register_machine.
**
** cpp_compile_time_register_machine is free software: you can... | [
"djharris@ualberta.ca"
] | djharris@ualberta.ca |
bc78754646eaa6a5af4343552763278c79ab024f | 16f2dfe568c296a9356dbcdd5e8b6043967d025e | /ext/v8/upstream/2.1.10/src/heap-profiler.h | d6f26505cd96cfbcdcbcca0ce5d0f7648646bc0e | [
"MIT",
"BSD-3-Clause"
] | permissive | skarayan/therubyracer | ddcdf5e3138cc292605ea77f2330b57b961dbb05 | cd512d31359efa458d550aecd54686062d4b511c | refs/heads/master | 2021-01-17T23:21:45.963707 | 2010-07-08T15:10:19 | 2010-07-08T15:10:19 | 795,376 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,679 | h | // Copyright 2009 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of ... | [
"cowboyd@thefrontside.net"
] | cowboyd@thefrontside.net |
4f8fa59abdf542089f784ed1f1249b3575710856 | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /jingle/notifier/listener/xml_element_util.cc | 280485eb71c872c816f727d9e455fd973daa2f69 | [
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 1,896 | cc | // Copyright (c) 2010 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 "jingle/notifier/listener/xml_element_util.h"
#include <sstream>
#include <string>
#include "base/strings/string_number_conversions.h"
#inc... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
d9cc7fd484218e5fcd78000a3ebfc5408130f1bc | 00285893995139293cae205c5a3bf4a9b26c2042 | /nhd2-exp/src/gui/service_setup.h | 9b09cbc371abe1dac567bc28ecac9a47f0d37671 | [] | no_license | lilo74/neutrinohd2-1 | 9e8c5148d1c7d39ba00bbc928cc67699cc4451e0 | a2dd1c14e725251accda5ef97eb5cf24dc73bea6 | refs/heads/master | 2020-06-17T12:07:54.034300 | 2017-03-26T16:34:35 | 2017-03-26T16:34:35 | 195,919,111 | 1 | 0 | null | 2019-07-09T02:38:25 | 2019-07-09T02:38:24 | null | UTF-8 | C++ | false | false | 1,257 | h | /*
Neutrino-GUI - DBoxII-Project
$id: service_setup.h 2015.12.22 17:04:28 mohousch $
Copyright (C) 2001 Steffen Hehn 'McClean'
and some other guys
Homepage: http://dbox.cyberphoria.org/
License: GPL
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Genera... | [
"mohousch@gmail.com"
] | mohousch@gmail.com |
2ebc9cb6b1b4b68a8a8564a088a8489df653f05f | 5b9c956561ddc888a742ee1f17291b74d9cfb864 | /felicia/drivers/camera/depth_camera_frame.cc | 4114a16537dbe886ede97119a681956be566feb5 | [] | no_license | lineCode/felicia | 14249f540e453f3e6bdd530dcbb1169c370c9125 | ab856fe0d5c85c13d250ecbe148775eda720c987 | refs/heads/master | 2020-08-31T13:39:20.671100 | 2019-10-22T23:23:47 | 2019-10-28T16:17:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,967 | cc | #include "felicia/drivers/camera/depth_camera_frame.h"
namespace felicia {
namespace drivers {
DepthCameraFrame::DepthCameraFrame() = default;
DepthCameraFrame::DepthCameraFrame(const CameraFrame& other, float min,
float max)
: CameraFrame(other), min_(min), max_(max) {}
Depth... | [
"chokobole33@gmail.com"
] | chokobole33@gmail.com |
2cd21e8fc54ccd796516a38556babbfcaf00067f | fe7113121c8e628fdbb166a3daf7958a187f0eb9 | /testing/fuzzers/pdf_fuzzer_init_public.cc | a799c756a8cb06c4b8af15bafb33bb5f4cbde363 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | tszirr/pdfium | f80704b6293e3d07fcc73f8368dc1710c6b19617 | 6ab909c1a31743b218455ce90d698463069bae79 | refs/heads/master | 2022-12-31T02:41:35.858154 | 2020-10-21T10:57:12 | 2020-10-21T10:57:12 | 272,494,987 | 0 | 0 | NOASSERTION | 2020-06-15T16:53:13 | 2020-06-15T16:53:12 | null | UTF-8 | C++ | false | false | 3,383 | cc | // Copyright 2019 The PDFium 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 "testing/fuzzers/pdf_fuzzer_init_public.h"
#include <string.h>
#include "testing/fuzzers/pdfium_fuzzer_util.h"
#ifdef PDF_ENABLE_V8
#include "te... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
5796800da65aa966ee66892152e0ce9021c36f21 | f1b43dddc88b6f04aa44119a902bbc2b6610a68b | /Year3/FYP/BallisticsFYP/BallisticsFYP/Systems/CameraSystem.cpp | f16f21738335d79a5ef5764bc0bed17a1ff244ad | [] | no_license | GRMaverick/University | fbf453348e50f111c68f68230768ccda5e1725fc | 7f213df8f5a1c81b5b20f30587d347dac3ac1a41 | refs/heads/master | 2023-03-28T13:50:56.705583 | 2021-03-31T20:47:11 | 2021-03-31T20:47:11 | 353,469,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,396 | cpp |
#include "pch.h"
#include <iostream>
#include <DirectXMath.h>
#include "IEntity.h"
#include "IMediator.h"
#include "CameraSystem.h"
#include "SetActiveCamera.h"
#include "RequestActiveCamera.h"
#include "ActiveCameraMessage.h"
#include "UpdateFollowMessage.h"
#include "GetFollowTargetMessage.h"
#include "EntityMana... | [
"grmaverick@outlook.com"
] | grmaverick@outlook.com |
0b1f9fd04c2231934752c932dc4f4b8ddcbb46b2 | 1901bdbaf57584e7c5ec21643db340f9d98d6807 | /compute/tensor/src/cpu/x86/int32/clip.cpp | 391bddf31a0f5d8fbf2ebaa5858a544a025a42b7 | [
"MIT"
] | permissive | huawei-noah/bolt | 2a4febe5f5cce64e3589c2782c489d59975eb6a3 | cf4ca8f8646a8e30ddf91c29a18743d75ac1c172 | refs/heads/master | 2023-08-28T13:36:34.815244 | 2023-06-12T01:24:41 | 2023-06-12T01:24:41 | 225,365,905 | 889 | 168 | MIT | 2023-06-12T01:24:42 | 2019-12-02T12:06:12 | C++ | UTF-8 | C++ | false | false | 1,933 | cpp | // Copyright (C) 2019. Huawei Technologies Co., Ltd. All rights reserved.
// 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,... | [
"jianfeifeng@outlook.com"
] | jianfeifeng@outlook.com |
d068627111c756a476bee3d69b60db6423f7602f | 9835bee44f1edd6982303ba09b7aeff102f8ec6d | /include/bss-util/LinkedArray.h | 3d8865b1f0dc8c6b39208890ed5c814e2f26d72a | [
"MIT",
"Apache-2.0"
] | permissive | arves100/bss-util | 4f16f1668ab22b5383f494525da9aa657263cf3f | 25f5532580ec91d5a689691f4055aada8c730fb1 | refs/heads/master | 2020-06-19T19:04:59.598206 | 2019-07-14T15:04:31 | 2019-07-14T15:04:31 | 196,836,388 | 0 | 0 | NOASSERTION | 2019-07-14T12:54:23 | 2019-07-14T12:54:22 | null | WINDOWS-1252 | C++ | false | false | 8,372 | h | // Copyright ©2018 Black Sphere Studios
// For conditions of distribution and use, see copyright notice in "bss_util.h"
#ifndef __LINKED_ARRAY_H__BSS__
#define __LINKED_ARRAY_H__BSS__
#include "bss_util.h"
#include "Array.h"
namespace bss {
namespace internal {
template<class T, typename CType>
struct BSS_... | [
"erikm@blackspherestudios.com"
] | erikm@blackspherestudios.com |
1244fa0f6cf3f1ffe9daeed92c29a1ccda89fef7 | 2038992ee0781618685d06a137893138b3ed24f5 | /include/ipv4.h | 434ec41968e5ff8a75ac0f417c672ae5ee70cb27 | [] | no_license | eatonphil/unet | 0fc19c820a466fce3d974237b1d5b2a3521933b7 | bf0a8f56810ea0a60f830c7f87c1678e0a162f60 | refs/heads/master | 2020-05-01T05:32:30.706587 | 2019-06-03T01:02:29 | 2019-06-03T01:02:29 | 177,304,773 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 442 | h | #ifndef IPV4_H
#define IPV4_H
#include "common.h"
#include "layers.h"
#include "tcp.h"
namespace IPv4 {
const int OPCODE_IPV4_REQUEST = 1;
const int OPCODE_IPV4_RESPONSE = 2;
const int HRD_ETHERNET = 1;
const int HRD_IEEE802 = 6;
class Handler {
private:
uint8_t address[4];
TCP::Handler &handler;
public:
st... | [
"philneaton95@gmail.com"
] | philneaton95@gmail.com |
9a225bf0ddbe0f85999e3950f554f605d653ab94 | 52146e6a28701dbe41f70035832e23a787598684 | /thirdparty/Kinetis-SDK/middleware/multicore/erpc/erpcgen/src/types/SymbolScope.h | 75db4e5c365f5359804aea4686ee40b69ecbd409 | [
"BSD-3-Clause",
"BSD-3-Clause-Clear"
] | permissive | hiteshrai/redurchin | 0a47a589957f95385e1657960b5475f7b78494bd | 4cfd6f93d4c9ee0b0166b6ea25b7f266695cb32d | refs/heads/master | 2021-06-09T15:43:56.299547 | 2019-10-23T02:21:45 | 2019-10-23T02:21:45 | 146,197,681 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,645 | h | /*
* The Clear BSD License
* Copyright (c) 2014, Freescale Semiconductor, Inc.
* Copyright 2016 NXP
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted (subject to the limitations in the disclaimer below) provided
* that the fol... | [
"hiteshrai1013@gmail.com"
] | hiteshrai1013@gmail.com |
a26c421916165148b98e409d8a6fabd88d714122 | a1a57977131ea917a3f3094dae4a3d18846103c0 | /unittests/libtests/friction/test_friction.cc | 686c4d4fcbd804a4e4c02fb821953ee6f9a90e8d | [
"MIT"
] | permissive | rwalkerlewis/pylith | cef02d5543e99a3e778a1c530967e6b5f1d5dcba | 8d0170324d3fcdc5e6c4281759c680faa5dd8d38 | refs/heads/master | 2023-08-24T18:27:30.877550 | 2020-08-05T16:37:28 | 2020-08-05T16:37:28 | 154,047,591 | 0 | 0 | MIT | 2018-10-21T20:05:59 | 2018-10-21T20:05:59 | null | UTF-8 | C++ | false | false | 2,244 | cc | // -*- C++ -*-
//
// ----------------------------------------------------------------------
//
// Brad T. Aagaard, U.S. Geological Survey
// Charles A. Williams, GNS Science
// Matthew G. Knepley, University of Chicago
//
// This code was developed as part of the Computational Infrastructure
// for Geodynamics (http://... | [
"baagaard@usgs.gov"
] | baagaard@usgs.gov |
d7da3a858aee6214d41f7acc0fb11fbfcd0b0c98 | 25cec3f4f349c4412d708effd916e9706c01c180 | /Heur/EntropyCalculator.h | 58579dbd6709646ed304885219b535ddbe52b905 | [] | no_license | Confocus/DTHeur | 72f8d58b72adff64d95a73e9b0904a681974ba00 | e59e7966f7c0b7b65e1a939c48866d031dfe5ec1 | refs/heads/master | 2020-07-07T23:04:28.541158 | 2019-08-21T04:14:58 | 2019-08-21T04:14:58 | 203,500,063 | 2 | 1 | null | null | null | null | GB18030 | C++ | false | false | 2,647 | h | #pragma once
#include "stdafx.h"
#include <stdint.h>
#include <algorithm>
#include <cmath>
#define MAX_SIZE 0x500
class CEntropyCalculator
{
public:
CEntropyCalculator(void);
~CEntropyCalculator(void);
public:
void Clean();
BOOL Check(PUCHAR, BOOL, LONGLONG);
void Check2(PUCHAR, BOOL, LONGLONG, double*);//计算熵值但... | [
"wangteng@qianxin.com"
] | wangteng@qianxin.com |
76671118659899db975679143cf691ea9df5d169 | 0982a13a1b525931042b7ad1a3271f12673204c6 | /Artefact Engine/madlibs/Include/PhysX/cooking/PxCooking.h | 5a3d1c651aefb0137f3b3272780e9440aa808079 | [] | no_license | Syzygy2048/InLimbo | a0a87e5a8296f2bec336165d58ef6a49f78cc830 | cb7669d678b4e5a13176fe70288c0146e775b050 | refs/heads/master | 2021-01-19T10:34:58.934382 | 2014-04-28T17:33:48 | 2014-04-28T17:33:48 | 16,291,635 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,275 | h | // This code contains NVIDIA Confidential Information and is disclosed to you
// under a form of NVIDIA software license agreement provided separately to you.
//
// Notice
// NVIDIA Corporation and its licensors retain all intellectual property and
// proprietary rights in and to this software and related documentation... | [
"pollak.peter89@gmail.com"
] | pollak.peter89@gmail.com |
e387b2c6fddf7f3974284409553fb01df9be4503 | 59bfc0d2a33eb31f49c9875ebbcedae503b81c84 | /src/models/links/links.cpp | 84d1af8cc40b3c4f5e187170bb96f12b0dd5f6a6 | [] | no_license | lnxslck/buho | 1e6475793904e5d6f9e5cb6f26657ed3b6150327 | 075e468e175490fe39066bab0191dc264d2bafc8 | refs/heads/master | 2020-04-09T02:45:37.479345 | 2018-12-01T20:08:55 | 2018-12-01T20:08:55 | 150,332,509 | 0 | 0 | null | 2018-09-25T21:40:43 | 2018-09-25T21:40:43 | null | UTF-8 | C++ | false | false | 5,774 | cpp | #include "links.h"
#include <QUuid>
#include "db/db.h"
#include "linker.h"
#ifdef STATIC_MAUIKIT
#include "tagging.h"
#else
#include <MauiKit/tagging.h>
#endif
Links::Links(QObject *parent) : BaseList(parent)
{
this->db = DB::getInstance();
this->tag = Tagging::getInstance();
this->sortList();
conn... | [
"milo.h@aol.com"
] | milo.h@aol.com |
18c7257b2f14a5eec62805a86090f993ab471481 | 51dd54d61a04a7ba6c0d8c9bb35e2267cf68ac30 | /Fish/Classes/CannonEffect.cpp | 9647f0eebc48b4e7213a992ebb1d935bbe682220 | [
"MIT"
] | permissive | xuerendeqing/ProjectWork | 5a811b90e64389cb04aca6d2005351fddb8ff3ae | 3f9bc7903f77570990531cff152ad5b65ac43b73 | refs/heads/master | 2020-12-30T13:28:43.924604 | 2017-05-14T09:54:17 | 2017-05-14T09:54:17 | 91,215,661 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 1,419 | cpp | #include "CannonEffect.h"
CannonEffect::CannonEffect() :e_delay(0.08f)
{
}
CannonEffect::~CannonEffect()
{
AnimationCache::getInstance()->removeAnimation("RunCannonEffect");
}
bool CannonEffect::init()
{
if (!Sprite::init())
{
return false;
}
this->setAnchorPoint(Vec2::ANCHOR_MIDDLE);
e_ActiveFrames =7;//特... | [
"569378175@qq.com"
] | 569378175@qq.com |
29426de301168873a667a7c4158fbd8e4372184a | 9aa01c48c8c194e6a7dd560e7b38275c0445f46a | /src/keyprocessor.h | 1ea42ca05426e8f12e2daf7ae491c9508643a4e0 | [
"MIT"
] | permissive | penta7c9/vnip | d3d7dde67cae036399c61731f7575294861b7311 | 1170d1286966c5d254abdf1f4c7d781218b1e27f | refs/heads/master | 2023-04-27T09:34:11.235798 | 2016-05-27T07:48:52 | 2016-05-27T07:48:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 399 | h | #ifndef KEYPROCESSOR_H
#define KEYPROCESSOR_H
#include <QString>
#include <QList>
#include "keydata.h"
class KeyProcessor
{
public:
KeyProcessor();
QString process(QString str);
private:
QString lastString;
QList<QChar> numList;
QChar getNewPressedKey(QString str, int &index);
QList<int> findAllInStr(QSt... | [
"dmtmd2010@yahoo.com.vn"
] | dmtmd2010@yahoo.com.vn |
1feadadc22e773e143ebef17a899810fccffc620 | ea547b51871a2b1f760a0e474963a079d4316202 | /Classes/GameEnemyA.cpp | 061cf2087fe07aa2f41f1f176b354979c6173a5b | [
"MIT"
] | permissive | huaidan123456/GameTest | 0c05e250924ec1594f63f5dc67acdd659c7c6b22 | ad9f1f61f901e3f0c0812e4dca0989515f2f15b5 | refs/heads/master | 2020-03-22T17:30:24.495271 | 2019-12-02T08:33:49 | 2019-12-02T08:33:49 | 140,399,173 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 274 | cpp | //
// GameEnemyA.cpp
// GameTest-mobile
//
// Created by Allen on 2018/7/11.
//
#include "GameEnemyA.h"
#include "FightTestManager.h"
void GameEnemyA::doAttackEnemyAs(int multiple)
{
FightTestManager::getInstance()->attackRoleAs(getRoleAttackRect(), multiple);
}
| [
"wei125423412@163.com"
] | wei125423412@163.com |
d24773210d353e3b292d9571c417a2e98b5cbc69 | b69f0664d69dab5dc80b7e2e80b43b5eddcc0dab | /openpeer/core/cpp/core_Account.cpp | fb0dcfd2d966674d869a2edefb0651fee791ef8c | [] | no_license | kruegerconsulting/op-core-cpp | 35c902fd56d2849e3cc7133b4cce85538807ff98 | b68f655a0eb79cf14a25c400855bd52ea040eed4 | refs/heads/master | 2021-01-14T13:06:21.749561 | 2014-08-10T16:38:12 | 2014-08-10T16:38:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 73,128 | cpp | /*
Copyright (c) 2013, SMB Phone Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the fol... | [
"robin@hookflash.com"
] | robin@hookflash.com |
16c1049a95a428b28463cf4d40078ef61fc6e469 | b257bd5ea374c8fb296dbc14590db56cb7e741d8 | /Extras/DevExpress VCL/Library/RS17/cxTLStyleSheetPreview.hpp | 93eecc33b32a314a2e8ee1e925ec6f65a943ba12 | [] | no_license | kitesoft/Roomer-PMS-1 | 3d362069e3093f2a49570fc1677fe5682de3eabd | c2f4ac76b4974e4a174a08bebdb02536a00791fd | refs/heads/master | 2021-09-14T07:13:32.387737 | 2018-05-04T12:56:58 | 2018-05-04T12:56:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,862 | hpp | // CodeGear C++Builder
// Copyright (c) 1995, 2012 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'cxTLStyleSheetPreview.pas' rev: 24.00 (Win32)
#ifndef CxtlstylesheetpreviewHPP
#define CxtlstylesheetpreviewHPP
#pragma delphiheader begin
#pragma option push
#pragm... | [
"bas@roomerpms.com"
] | bas@roomerpms.com |
6168466c4c576cc825dc223e34b4517232899f2b | 2f6f5729a36d484025d8e521d90349978a49f06f | /职工管理系统/Employee.h | 903c9fb1fefd1b3a47e0ae1dc2d35b4d6042bf14 | [] | no_license | Brendon3Tang/Employee-info-System | 451081e30b1ba09fc18ca1539d1824fc9e3ac9c6 | 32b6bb0d4cba40fafb00beb3afe0338d9decc908 | refs/heads/master | 2023-08-25T04:04:55.984372 | 2021-10-25T03:57:35 | 2021-10-25T03:57:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 199 | h | #pragma once
#include <iostream>
using namespace std;
#include "Worker.h"
class Employee:public Worker
{
public:
Employee(int id, string name, int deptID);
void showInfo();
string getDept();
}; | [
"kyle3tang@gmail.com"
] | kyle3tang@gmail.com |
5a192a7f140bcf1ae2cc9666d4e723121e273239 | 41ee3310acf30a8376f629c0cbd545c3ff18ed2e | /test/Challenges/ProjectEuler/LargestPrimeFactorTest.cpp | 2f26f53f97082eee0922043f9b2e3c596701b620 | [] | no_license | nponcian/LibroDeConocimiento | 6f5c7ed3d487bdfcb9efdd70ecf3c66a92458613 | 59933de82547afa2437042e2c0a459d52c1a2425 | refs/heads/master | 2020-05-30T16:41:51.469600 | 2020-05-30T07:09:02 | 2020-05-30T07:09:02 | 189,851,906 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,842 | cpp | #include <iostream>
#include <gtest/gtest.h>
#include <Challenges/ProjectEuler/LargestPrimeFactor.hpp>
using namespace src::challenges::euler;
struct LargestPrimeFactorTest : public ::testing::Test
{
LargestPrimeFactorTest(){}
virtual ~LargestPrimeFactorTest(){}
virtual void SetUp(){}
virtual void ... | [
"nielgp93@gmail.com"
] | nielgp93@gmail.com |
d6ea6b288236e068a2ee2b2f0e71af8a14d73a95 | 68cf8fe6fdba5b0b2bbc17f0d920a20931871051 | /src/module.h | 5b720b035e814bf344f32fc60540c1e09289fa32 | [] | no_license | boblancer/Godot-Networking | 6e4fddb7eff39e78c0260f1ae9866e22a314e6b9 | 51cde68078741fb3493b1caf1190dc5bb9324013 | refs/heads/master | 2020-05-21T05:00:52.607680 | 2019-05-10T03:19:49 | 2019-05-10T03:19:49 | 185,910,573 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 505 | h | #ifndef GDEXAMPLE_H
#define GDEXAMPLE_H
#include <Godot.hpp>
#include <Sprite.hpp>
namespace godot {
class GDExample : public Sprite {
GODOT_CLASS(GDExample, Sprite)
private:
float time_passed;
float time_emit;
float amplitude;
float speed;
public:
static void _register_methods();
GDEx... | [
"janekarnkit2013@hotmail.com"
] | janekarnkit2013@hotmail.com |
0494a674156b6c58febb8f8536180013d6aa125c | 18a3f93e4b94f4f24ff17280c2820497e019b3db | /BOSS/facilities/Util.h | 81e24c25504298b29123d825e0c5a487d8c6f9bc | [] | no_license | jjzhang166/BOSS_ExternalLibs | 0e381d8420cea17e549d5cae5b04a216fc8a01d7 | 9b3b30f7874ed00a582aa9526c23ca89678bf796 | refs/heads/master | 2023-03-15T22:24:21.249109 | 2020-11-22T15:11:45 | 2020-11-22T15:11:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,479 | h | // $ Header:$
#ifndef FACILITIES_UTIL_H
#define FACILITIES_UTIL_H
#include <string>
#include <vector>
#include <map>
/** @file Util.h
@author J. Bogart
This file declares the class Util for basic static utilities
and an associated exception class.
*/
namespace facilities {
/// This class provides... | [
"r.e.deboer@students.uu.nl"
] | r.e.deboer@students.uu.nl |
486a1d914d9b9229c896c9885a6b6741153eaee3 | a7ee03b5a67b2a449352de4bb82573d556f56768 | /CPP/PVT/lab2.cpp | 5cc5e64d25ec9396f9d24e53a613789a8995b932 | [] | no_license | TomatoFish/IV222 | c0a54a6114008ba7f20985d7f4e5e4faa814a69d | 19afe56ce96e857d3d83ad73eca08109eaeaf43c | refs/heads/master | 2020-04-06T03:47:02.529630 | 2014-11-27T14:23:19 | 2014-11-27T14:23:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,916 | cpp | #include <sys/types.h>
#include <pthread.h>
#include <sys/stat.h>
#include <dirent.h>
#include "errors.h"
#include <signal.h>
#include <chrono>
#include <iostream>
#define CREW_SIZE 8
using namespace std;
typedef struct work_tag {
struct work_tag *next;
char *path;
} work_t, *work_p;
typedef struct worker_tag... | [
"madjarvan@gmail.com"
] | madjarvan@gmail.com |
dfde4433ca3c49beb595b952881acf8d2c859f9a | fae2bf3d80f95450276685700d13c9f203fd2475 | /Complex/Test Project/VP/VPTestCode/VMTestCode/lib.cpp | d858952f292dff32c6446c50b3215e12a2d8bab4 | [] | no_license | TatianaLiakh/Verifying-Pack | 0a188ff18540a00ff32785e5e62c9842bed01116 | ac2b3342505a8565704a28a5067107922794bee1 | refs/heads/master | 2021-01-24T08:30:13.666017 | 2018-05-14T14:48:58 | 2018-05-14T14:48:58 | 93,384,208 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,457 | cpp | #include "lib.h"
MgErr _states_array_resize(ArrayOfStatesHdl states_hdl)
{
MgErr error;
if (mgNoErr == (error = DSSetHSzClr(states_hdl, Offset(ArrayOfStates, state) + sizeof(ProcessState) * (PROCESS_Nn + 1))))
{
for (size_t i = 0; i <= PROCESS_Nn; i++)
{
(*states_hdl)->state[i].cur_state = (int8)STATE_OF_STOP... | [
"antsys_nsu@mail.ru"
] | antsys_nsu@mail.ru |
da38604248e0061cb2aa9a041a56f1d976fa780a | 6cfdfea1780b3b57bea95277d09c369399a49d34 | /include/BackTracking.h | f5ffefb95ad02d30db09b458e2401d390601894d | [] | no_license | Boscuit/UAV_BackTrack | 51125e67d8aaa6d667737f89d19236ecd135408d | 2cdd711c70f98a6baa71adb41bb367665f8ecf38 | refs/heads/master | 2022-12-03T20:47:18.514056 | 2020-08-27T16:30:00 | 2020-08-27T16:30:00 | 272,179,425 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,285 | h | #ifndef BACKTRACKING_H
#define BACKTRACKING_H
#include<opencv2/core/core.hpp>
#include<opencv2/features2d/features2d.hpp>
#include<unistd.h>
#include<iostream>
#include "Initializer.h"
#include "Frame.h"
#include "ORBVocabulary.h"
#include "ORBextractor.h"
namespace UAV_BackTrack
{
class BackTracking
{
public:
... | [
"115010184@link.cuhk.edu.cn"
] | 115010184@link.cuhk.edu.cn |
47b71aa6083eb4c99895bd3a559c2d9bed892964 | fa7f1f695900a8148f3db48d6ea3cb17768b610b | /include/FunctionInfo.h | 2546b890bdd3777a545e2c96bbd0cde12831231e | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | mipek/detourdecon | 6cc703668b1cd29cc3a13c39c5dc19f2256b3c9a | 4c945ffe31fdaa2376a5bfbfc261d16f44d31c92 | refs/heads/master | 2020-12-31T02:01:35.810735 | 2015-02-28T16:46:42 | 2015-02-28T16:46:42 | 24,411,381 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,878 | h | /**
* Copyright (c) 2014, Michael Pekar
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* * Redistributions of source code must retain the above copyright
* notice, this list of c... | [
"donrevan@dscorp.de"
] | donrevan@dscorp.de |
52bec585228fab768322987f9557a78e1cb8c034 | 999efeab3cfb421235596031dbd2a78cdb1e1050 | /camera.hpp | f7e93f839c586cb5149bade8724e944e3b6a61c5 | [] | no_license | BulatAbdullin/3D | cf00263b01093ee182556d3d919fe65f738bd0a3 | 5288af9d1e7bb2aa8f3c71532a419b40c7a8568a | refs/heads/main | 2023-03-05T01:53:47.856559 | 2021-02-18T10:30:33 | 2021-02-18T10:30:33 | 313,311,891 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,523 | hpp | #ifndef CAMERA_HPP
#define CAMERA_HPP
#define GLFW_INCLUDE_ES3
#include <GLFW/glfw3.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
class Camera
{
private:
GLfloat width;
GLfloat height;
glm::vec3 position;
GLfloat near;
GLfloat far;
GLfloat fov; /* field of view */
GLf... | [
"bulat.abdullin@stud.cs.msu.ru"
] | bulat.abdullin@stud.cs.msu.ru |
87c6785adc985c83993d0ba2e7de32ce25e3eb68 | 777d5f51e7931059cf2d10e758b17f6daf01bc4d | /include/WrappedRange.h | 64944b5a09c44b6f61f6fddab1cffa1b642027e2 | [
"MIT"
] | permissive | chubbymaggie/sasi | d9a728706000553714fc6958053e41a22625531e | a406bd69728f5502bc618fc01782a48db6c3d3ea | refs/heads/master | 2020-06-30T06:45:49.319816 | 2019-06-21T18:47:27 | 2019-06-21T18:47:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,604 | h | // Authors: Jorge. A Navas, Peter Schachte, Harald Sondergaard, and
// Peter J. Stuckey.
// The University of Melbourne 2012.
#ifndef __WRAPPED_RANGE__H__
#define __WRAPPED_RANGE__H__
////////////////////////////////////////////////////////////////////////
/// \file WrappedRange.h
/// Wrapped Interval ... | [
"n.redini@gmail.com"
] | n.redini@gmail.com |
1fd5e3829076c3e1828e817eede4e442b449e608 | d4620eb43e7d3145b9a7a9968cd7774fc7eb432e | /src/Callback/CallbackAddPointsInCurvesGraphs.cpp | 5b9b6fbe8f6d1009296139e4a62efb9511093086 | [] | no_license | TommyTeaVee/engauge6 | ae7487f28c8da40c4c9ab8f83c9dc898097686d9 | 68876a80e2e2675ea66cd88b318ab5440d79387b | refs/heads/master | 2021-11-12T08:05:23.786581 | 2015-01-27T10:37:14 | 2015-01-27T10:37:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 821 | cpp | #include "CallbackAddPointsInCurvesGraphs.h"
#include "Document.h"
extern const QString AXIS_CURVE_NAME;
CallbackAddPointsInCurvesGraphs::CallbackAddPointsInCurvesGraphs(Document &document) :
m_document (document)
{
}
CallbackSearchReturn CallbackAddPointsInCurvesGraphs::callback (const QString &curveName,
... | [
"markummitchell@gmail.com"
] | markummitchell@gmail.com |
77c236690e26f100d072b73d178685dc0067f0ee | ea4baa032d017598a1c85e3241a4399a09c0c805 | /src/Edge.h | 0ed8a06529e53ae05bf5f8803f57bad2906e8c24 | [
"Apache-2.0"
] | permissive | PaceyIV/sskeleton | 7370d05e88262a71c2ccc1af158527e2c3542985 | ec5833c9f3b7eddf1d0249367345c1d762d411e4 | refs/heads/master | 2021-12-06T06:10:13.711923 | 2012-11-13T01:41:10 | 2012-11-13T01:41:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,554 | h | #ifndef EDGE_H
#define EDGE_H
#include <boost/math/special_functions/fpclassify.hpp>
#include <cmath>
#include <iostream>
#include <stdexcept>
#include "Corner.h"
#include "GC.h"
#include "LinearForm3D.h"
#include "LinkedHashContainer.h"
#include "Point3D.h"
#include "Vector3D.h"
class Corner;
class Machine;
class E... | [
"tom@cornall.co"
] | tom@cornall.co |
2fb96b6766aeff61ed57f4b3b09c3fe14f41df46 | 1831c3b7b80e2b0474c75b85a005e60df627b69c | /CodeChef/DSA Learning Series/Contest 1/CARVANS.cpp | c303c14463ac382a396f28f32a05126185d51fc0 | [] | no_license | technodumb/Mission-Impossible | 852a674bfe04c420938f3dc85f47fe914a7e5a55 | 1acfeb29b88c8c4633ba7ddc176780e058b28af3 | refs/heads/main | 2023-06-24T21:09:38.077833 | 2021-07-30T18:47:53 | 2021-07-30T18:47:53 | 369,279,946 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 510 | cpp | #include<iostream>
using namespace std;
int main(){
ios_base::sync_with_stdio(false);
cout.tie(NULL);
cin.tie(NULL);
int t;
cin>>t;
while(t--){
long long int n, min, speed, nomax = 1;
cin>>n;
cin>>speed;
min = speed;
for(int i=0;i<n-1;i++){
... | [
"alnaskabeer@gmail.com"
] | alnaskabeer@gmail.com |
96363db02acfe62c3b375a577d0829a192c3e923 | 6d7f2381b8f1c5c0e0d96156ae36cac12be3017b | /atcoder/abc145/A/main.cpp | 02a3930c695f2617d241d73140a8c10ff7098c50 | [
"Unlicense"
] | permissive | Johniel/contests | 708ccf944d6aeb0ef0404eec47e8ff7819ea00f0 | 15d465b08cac56e394509bcf8f24764e3dc6ca7d | refs/heads/master | 2023-09-04T07:32:49.822786 | 2023-09-02T13:44:28 | 2023-09-02T13:44:50 | 48,701,889 | 0 | 0 | null | 2019-10-25T09:21:20 | 2015-12-28T16:38:38 | C++ | UTF-8 | C++ | false | false | 1,131 | cpp | // atcoder/abc145/A/main.cpp
// author: @___Johniel
// github: https://github.com/johniel/
#include <bits/stdc++.h>
#define each(i, c) for (auto& i : c)
#define unless(cond) if (!(cond))
using namespace std;
typedef long long int lli;
typedef unsigned long long ull;
typedef complex<double> point;
template<typename... | [
"johniel.s.m@gmail.com"
] | johniel.s.m@gmail.com |
88656882aff67e60d4c4a055f7219d12e0f393c1 | 637f2006e0bbc8fe363f9780447dc3a7fb72d0b0 | /Sandbox/src/Game/Commands/AttackCommand.h | a76bb82307dfabe674b038cf6e9a73b9dd9ad157 | [
"Apache-2.0"
] | permissive | Benner727/SquareRPG | 7bf2deb9fb97ccaac6b3e5391f3990e48f45c513 | 9333ff8417cf1bb74e215ab671554b9708551b64 | refs/heads/master | 2020-12-21T07:52:52.326340 | 2020-06-01T05:03:39 | 2020-06-01T05:03:39 | 236,363,059 | 0 | 0 | Apache-2.0 | 2020-05-24T18:16:14 | 2020-01-26T19:19:36 | C++ | UTF-8 | C++ | false | false | 583 | h | #pragma once
#include "ICommand.h"
#include "Game/Actions/CombatAction.h"
class AttackCommand : public ICommand
{
private:
std::shared_ptr<Player> mPlayer;
std::shared_ptr<Map> mMap;
std::shared_ptr<MessageLog> mMessageLog;
public:
AttackCommand(std::shared_ptr<Player> player, std::shared_ptr<Map> map, std::shar... | [
"Benners727@gmail.com"
] | Benners727@gmail.com |
dc20c9fee514019fef10e5ca434a4c4046dbefba | 12aa23f58b840195f033f04cda660e403a903db6 | /Joe_Task1/kinematics.h | 5e10cd928688014ce7071743ab6854e9ce1b5b0f | [] | no_license | ashwindersk/Robotics_Systems | 907177fa742b87845be7da4afefd032f0d399fb0 | b92d8eef50b3994fc472c49cdb0aba8a1e9f469f | refs/heads/master | 2022-06-26T05:20:04.192483 | 2019-12-18T14:48:58 | 2019-12-18T14:48:58 | 234,439,872 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,514 | h | #ifndef _Kinematics
#define _Kinematics_h
//You may want to use some/all of these variables
const float WHEEL_DIAMETER = 70;
const float WHEEL_RADIUS = 35;
const float WHEEL_SEPERATION = 145;
const float GEAR_RATIO = 120;
const float COUNTS_PER_SHAFT_REVOLUTION = 12;
const float COUNTS_PER_WHEEL_REVOLU... | [
"Joseph.Mills22@gmail.com"
] | Joseph.Mills22@gmail.com |
8bb2c751f2143dbaa1b9f65c0171a27b2c971e39 | c497cbaab5c9c20012c04afad174c3c3cb3160e0 | /Astar.cpp | 63094e5b4565a51863a596695b97fdea6ef6b389 | [] | no_license | ChristianLloydSalon/Autonomous-Carrier-Robot | 292ac8050a0e9346ce49a2f9ea68a51bb9135b90 | 503e052b4b1431b9636ace1bdec98eb0a978a536 | refs/heads/master | 2023-04-01T22:21:33.817957 | 2021-04-19T14:58:54 | 2021-04-19T14:58:54 | 359,487,227 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,649 | cpp | #include "Astar.h"
Astar::Astar(int row, int col)
{
this->row = row;
this->col = col;
nodes = new Node*[col];
for (int i = 0; i < row; i++)
{
nodes[i] = new Node[row];
}
ResetMap();
}
bool Astar::FindPath(Vector vStart, Vector vEnd)
{
path.Clear();
start = &nodes[vStart.Y][vStart.X];
end = &nodes[v... | [
"christianlloydsalon396@gmail.com"
] | christianlloydsalon396@gmail.com |
cdb33f197ca515ad277f71aedea008cf2d087d95 | 4be6611431e4ff6d53ad00df164646c7bce1c6b2 | /codeforces/Educational Codeforces Round 110/C. Unstable String/main.cpp | 2844eba20c61633562a523ed5f356df24361d047 | [] | no_license | cheerconi/online-judge | 98d0a8353cf80ade292cf8edfba3d02474a80b67 | 46cc0f35f2f66aac520557c511484393cf16888b | refs/heads/master | 2022-09-22T13:24:38.477277 | 2022-09-18T12:26:53 | 2022-09-18T12:26:53 | 97,737,698 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,080 | cpp | #include <algorithm>
#include <bitset>
#include <cassert>
#include <climits>
#include <cmath>
#include <ctime>
#include <deque>
#include <iostream>
#include <list>
#include <map>
#include <memory.h>
#include <queue>
#include <random>
#include <set>
#include <stack>
#include <string>
#include <vector>
#include <unordere... | [
"carltianxing@didiglobal.com"
] | carltianxing@didiglobal.com |
12e96a8b08d490fc4cad27ac5da12476c5491530 | 1af49694004c6fbc31deada5618dae37255ce978 | /mojo/core/platform_handle_in_transit.h | ecf571bc7a1c017ec4595c23f902bd6628c9f581 | [
"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 | 4,160 | h | // Copyright 2018 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 MOJO_CORE_PLATFORM_HANDLE_IN_TRANSIT_H_
#define MOJO_CORE_PLATFORM_HANDLE_IN_TRANSIT_H_
#include "base/macros.h"
#include "base/process/process.h... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
9d1e7c424264161b64c2c3016acf3966ee1dfa00 | 310ad9c9e34d258fe6192f6c954a0cff60e577ef | /チーム制作シューティング/チーム制作シューティング/Source.cpp | 8855884ee4ddd16f13b3cc3a4870f3b2f15fa6ef | [] | no_license | HumanAcademy/2018-07-Murata | 5d472c7e5ab8f8be1d73a95048e50a551cd68627 | 3dfeec20e1e5b16b870a65d902c93d60f59db4cd | refs/heads/master | 2020-04-01T06:30:32.994182 | 2018-09-10T13:58:49 | 2018-09-10T14:01:02 | 152,951,064 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 21,567 | cpp | #include <string>
#include "XLibrary11.hpp"
using namespace XLibrary;
enum Mode
{
Title,
Game,
Gameover,
Gameclear,
};
//ランダムな座標を取得する
Float3 GetRandomPosition()
{
float range = rand() / (float)RAND_MAX *
Window::GetSize().x + 500.0f;
float radian = rand() / (float)RAND_MAX*
XM_PI * 2.0f;
return Float3(
c... | [
"xxvraqwa@gmail.com"
] | xxvraqwa@gmail.com |
4c206674bc4a48d521fd2a1333390f7987eb4855 | caf0494d1837a190244729ac322f0104779e0750 | /microcontroller/lpc4088/xbee/src/main.cpp | f46c9b45768f258b322bf7e08bbd7af50fce9896 | [
"MIT"
] | permissive | DavidKendall/iot | d0e42d41e8dc4a31c78a2a2fc43bb687289f86ec | 444210da7796b8230422de778d288452a52f9794 | refs/heads/master | 2021-01-10T18:04:31.843303 | 2017-02-28T19:24:26 | 2017-02-28T19:24:26 | 52,284,478 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,529 | cpp | /*
* Simple program to turn the LPC4088QSB into
* a node that can be monitored and controlled
* remotely
*
* DK - 12-03-2016
*/
#include <mbed.h>
#include <MMA7455.h>
#include <LM75B.h>
#include <display.h>
#include <ucos_ii.h>
#include <string.h>
#include "xb.h"
/*
****************************... | [
"david.kendall@northumbria.ac.uk"
] | david.kendall@northumbria.ac.uk |
625023ca1b1207f64b199bae06efa157c57cf1cc | 85bfb9f0b2303c57b4f7806af7ecb8af8399c72e | /KnapsackTester.h | 44088561ee8cb39b85dcc37c769ba4c8e82e4a0f | [] | no_license | omc8db/CS2500_Knapsack_Project | 87f6083ab1632205b3933c329f91883ade58ff93 | c81c09ac59cab1265452f310fd4a5448db166dd0 | refs/heads/master | 2021-01-23T13:18:26.842348 | 2015-04-16T10:51:09 | 2015-04-16T10:51:09 | 33,678,231 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,761 | h | #ifndef KNAPSACK_TESTER_H
#define KNAPSACK_TESTER_H
#include <iostream>
#include <fstream>
#include <vector>
//Used for performance benchmarking
// And seeding RNG
#include <time.h>
//used for Random Number Generator
#include <stdlib.h>
#include "knapsack.h"
using namespace std;
const int MAX_CAPACITY = 8192; // ... | [
"omc8db@mst.edu"
] | omc8db@mst.edu |
ab209f5502c22935f2922d6abbc783d16d75ae6e | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/git/hunk_4893.cpp | 7d2f05b3c12cec04f8fe4a77effdcbe8baa784fa | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 461 | cpp |
strbuf_release(&sb);
- determine_author_info();
+ /* This checks and barfs if author is badly specified */
+ determine_author_info(author_ident);
/* This checks if committer ident is explicitly given */
- git_committer_info(0);
+ strbuf_addstr(&committer_ident, git_committer_info(0));
if (use_editor && incl... | [
"993273596@qq.com"
] | 993273596@qq.com |
b5d085286c7c54e35891dc7f80d49100a03194f6 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/shell/ext/taskui/nusrmgr/mainpage.h | f0baa8df2caf55b8c0a6a3b2af6d15bc656708a3 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,719 | h | // MainPage.h : Declaration of the CMainPage
#ifndef __MAINPAGE_H_
#define __MAINPAGE_H_
#include "Nusrmgr.h"
#include "HTMLImpl.h"
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CMainPage
class ATL_NO_VTABLE DECLSPEC_UUID("C933... | [
"112426112@qq.com"
] | 112426112@qq.com |
a41275ae54ae557ec1144c606ac3ce6bfd9a8622 | 1c7d2d5069b70b723fb6b663c1569a17980a54aa | /main.cpp | 95a06308c998f0ff85724c6c82cafa81c323887c | [] | no_license | spippolatore/ShaderTest | 2f4a2d104b04bd90d9842856fcfa89f03942c3c2 | 692047861cc9404c327672b91344dba8291790f5 | refs/heads/master | 2021-01-18T07:21:14.100925 | 2013-07-03T17:46:29 | 2013-07-03T17:46:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,781 | cpp | #define GL_GLEXT_PROTOTYPES 1
#include <SFML/System.hpp>
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
#include <SFML/Audio.hpp>
#include <GL/gl.h>
#include <GL/glu.h>
#include "GL/glext.h"
#include <iostream>
#include <cmath>
#include <pulse/simple.h>
#include <pulse/error.h>
#include "record.h"
#include "... | [
"dirbaio@dirbaio.net"
] | dirbaio@dirbaio.net |
bd4b02a23aea5520ac9dd4609f152b0c02519348 | e484ebc3705f140727aa70da4b1f7e7e412d0a7c | /hw8/Unit.h | c44cf001cc210a686aeaac1dce885f22361cef36 | [] | no_license | aprox13/itmo_cpp | 1a6d817e80fd8c891986c0fc3b6577357395ad32 | f685fd7492b317a7e371d95a20bccc552600276f | refs/heads/master | 2020-04-23T03:19:20.047090 | 2019-02-15T14:13:40 | 2019-02-15T14:13:40 | 170,874,609 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 305 | h | #pragma once
#include <iostream>
#include <string>
#include <utility>
class Unit {
public:
std::string name;
int hp;
int mood;
explicit Unit(const std::string& name);
void heal(int);
void receiveDamage(int);
void giveDamage(Unit&, int);
virtual ~Unit() = default;
};
| [
"ifkbhit@gmail.com"
] | ifkbhit@gmail.com |
c6b7f4137fc15fe7d5e2e488e06cd434b7a096d8 | 6c1221d962a6776f214ef18e1e509ff13c99702f | /input_for_FGR/filter_normals.inl | 21926698591bef030dbc26455192cdbbf790c494 | [] | no_license | juliasanchez/toolbox_pcl | fe5de04290e555f36687e73c4a02d38cf54b3955 | 617ff2404db1f9a5bc28a2d55a757e822dd5984d | refs/heads/master | 2020-12-30T10:23:06.200771 | 2018-01-04T09:08:47 | 2018-01-04T09:08:47 | 78,561,247 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 477 | inl | void filter_normals(pcl::PointCloud<pcl_point>::Ptr normals, float radius, float perc, pcl::PointIndices::Ptr removed_indices)
{
pcl::RadiusOutlierRemoval<pcl_point> rorfilter(true);
rorfilter.setInputCloud (normals);
rorfilter.setRadiusSearch (radius);
rorfilter.setMinNeighborsInRadius (floor(normals->... | [
"julia.sanchez.moulle@gmail.com"
] | julia.sanchez.moulle@gmail.com |
c2cd1ce089c69f5a44b87b1147113a9199457926 | 9b7964822100a804450fadfe3cd7ea72180eadcb | /src/blocksignature.cpp | 1c977e90feebc59cc3d0f275997abeaf41456bb7 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | thnass/adeptio | 7415d6300e0aec964e2223c4c7b19ea51b173816 | 65aad9209588e62a3e58d6187a88253d3d5f04b1 | refs/heads/master | 2020-08-04T03:40:56.444722 | 2019-10-01T01:28:09 | 2019-10-01T01:28:09 | 211,990,234 | 0 | 0 | MIT | 2019-10-01T01:25:17 | 2019-10-01T01:25:16 | null | UTF-8 | C++ | false | false | 3,093 | cpp | // Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2017-2019 The Adeptio developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "blocksignature.h"
#include "main.h"
#include "zADEchain.h"
bool ... | [
"38818888+adeptio-project@users.noreply.github.com"
] | 38818888+adeptio-project@users.noreply.github.com |
145ba5587e5bbd2333e25be98e6ca76f98aca7bb | ba55f3c1d7bb36fbf26291eae92f70d039455ac7 | /rclcpp/test/test_find_weak_nodes.cpp | e0850761ef71f81b6525ed87b4c56a4bf24d98c4 | [
"Apache-2.0"
] | permissive | geoffviola/rclcpp | f71c1593b70400e9e32e129871d1531a07e14e09 | 15ea4bb8f40d4b5b72672c6c6a839fdcd69980a8 | refs/heads/master | 2020-04-05T22:43:10.193034 | 2016-11-19T03:54:29 | 2016-11-19T03:54:29 | 67,166,907 | 0 | 0 | null | 2016-09-01T21:15:34 | 2016-09-01T21:15:34 | null | UTF-8 | C++ | false | false | 2,706 | cpp | // Copyright 2016 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appli... | [
"dhood@users.noreply.github.com"
] | dhood@users.noreply.github.com |
c2c7c75b361bcde452b60733161d8973c47a7d9e | 55de3b3bc0e3a33a3f5ba090431e528482a80150 | /vivado_projekty/tor_wizyjny - Copy/tor_wizyjny.sdk/hellocpp2/src/main.cc | 0223d27aacca3eb70e8b0cdcbe42368855b91368 | [] | no_license | ghsecuritylab/konkurs | ade8d66bbd054ca4cc2530df32f5909442842a5f | bcd698b7b533bc9b953488655dc4c1aee669afbc | refs/heads/master | 2021-02-28T17:48:41.765932 | 2019-05-08T12:44:48 | 2019-05-08T12:44:48 | 245,717,183 | 0 | 0 | null | 2020-03-07T22:49:35 | 2020-03-07T22:49:35 | null | UTF-8 | C++ | false | false | 177 | cc | #include <stdio.h>
#include "platform.h"
#include "xparameters.h"
int main()
{
init_platform();
print("Hello Worldcpp\n\r");
cleanup_platform();
return 0;
}
| [
"michal.danilowicz@nokia.com"
] | michal.danilowicz@nokia.com |
511ed5c730821a4c2fadeb28d19d76ae07e3af6c | 0fba517f10d2179a8aa838b9da9b789d4e203598 | /HackerRank/cyclicquadruples.cpp | f7b7eae5a2cb1e822afff15d2651afc21b61dd24 | [] | no_license | hdi-superuser/Codes | e7923975b4656a09b211710d659cd2ea7859bcbb | 2ca9d777d6ecce59c0ed26e8db83b475b73b192a | refs/heads/master | 2021-01-21T00:36:34.855984 | 2016-06-15T20:27:28 | 2016-06-15T20:27:28 | 61,238,394 | 0 | 0 | null | 2016-06-15T20:22:04 | 2016-06-15T20:22:04 | null | UTF-8 | C++ | false | false | 1,062 | cpp | #include <bits/stdc++.h>
#define pb push_back
#define sqr(x) (x)*(x)
#define sz(a) int(a.size())
#define reset(a,b) memset(a,b,sizeof(a))
#define oo 1000000007
using namespace std;
typedef pair<int,int> pii;
typedef long long ll;
ll l[4],r[4];
int T;
ll calc(int mask){
ll minv=-oo, maxv=oo;
ll res = 1;
... | [
"yenthanh.t7@gmail.com"
] | yenthanh.t7@gmail.com |
61067952abe6560eeb99d3d618aa9d8f55bb698e | 1f9103df0f41200d680431fea4bba6f1d449e6ec | /Drive.ino | 308cb51806082e08f8311df4ed627e33fa797d9c | [] | no_license | kreidler-f65/HS-Projekt | 015ea27bbd8e1d62fa832ae56322ac506432797e | 88bdc20f73d1b7c775eaad284f8de193477dc544 | refs/heads/master | 2021-01-01T16:06:27.422652 | 2015-02-24T22:55:51 | 2015-02-24T22:55:51 | 30,314,985 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,768 | ino | //********************************************************************************************************************************************************************************
//Fahren Werte von -255 bis 255 werden verarbeitet
// 0 = Fahrzeug steht -> Bremsen
// Wert > 0 = Fahrzeug fährt mit Wert vorwärts
// Wert < ... | [
"manuelrude@gmx.de"
] | manuelrude@gmx.de |
1a8c6c1de2cb51075f769bcab603c6c71207f0bc | 82bd10199e849772d64724547b8e41ea8f700451 | /dataeditwindow.h | 95d2e8c563f6562ec264255e17861ad49a5ae7b1 | [] | no_license | FreeLike76/PostServiceSQL | 1f04517b62cea8ff5eb5e841038e51c5e6b3b7a8 | 014b92701d83a833ab6576c8b5586903e5b3b630 | refs/heads/master | 2023-01-30T19:20:39.032470 | 2020-12-13T09:58:48 | 2020-12-13T09:58:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 388 | h | #ifndef DATAEDITWINDOW_H
#define DATAEDITWINDOW_H
#include <QWidget>
#include <QSqlTableModel>
namespace Ui {
class DataEditWindow;
}
class DataEditWindow : public QWidget
{
Q_OBJECT
public:
explicit DataEditWindow(QString id, QWidget *parent = nullptr);
~DataEditWindow();
QSqlTableModel* rowModel;
... | [
"dmytro.geleshko01@gmail.com"
] | dmytro.geleshko01@gmail.com |
4fb3bc673b23d6b97ad05b3a7129a3b1359423c6 | e4d6a2b9da474c1bff7efc73536987e033b96135 | /chapter8Quiz/HelloWorld.h | 89eca31c9e6ee822dac0bc806c2f10045ed385db | [] | no_license | luyangtang/cppQuiz | 578f4661121d4ad71b96bc6558a0e7f135443f26 | 7f6845e2e611e026625d8b5568ee5f4dfb697d2d | refs/heads/master | 2020-04-11T09:45:57.256771 | 2019-04-26T22:27:19 | 2019-04-26T22:27:19 | 161,690,947 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 346 | h | #ifndef HELLOWORLD_H
#define HELLOWORLD_H
class HelloWorld
{
private:
char *m_data;
public:
HelloWorld()
{
m_data = new char[14];
const char *init = "Hello, World!";
for (int i = 0; i < 14; ++i)
m_data[i] = init[i];
}
~HelloWorld()
{
delete[] m_data;
}
void print() const
{
std::cout <... | [
"kojika.tang@gmail.com"
] | kojika.tang@gmail.com |
13005972b843a214edffe68978d09efadfa48f33 | ccdbce6daae04ccb8818f49e64490c4de1366811 | /ChatBox3/ChatBox3Server/ChatBox3Server/Source.cpp | e3862c24efbd6f02b46b7554ccf476e400245410 | [] | no_license | Rohith24/ChatBox | 8569940bd1f671804a85f84e4a741978ee059c9e | 1ba93cc3b277cef0b50d92a01cb4cfe5fb4d9441 | refs/heads/master | 2020-03-27T22:53:44.054313 | 2016-07-13T15:32:12 | 2016-07-13T15:32:12 | 62,443,306 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,436 | cpp | #include <windows.h>
#include <stdio.h>
#include <conio.h>
DWORD WINAPI ReadThread(LPVOID par){
int prev = -1;
while (1)
{
FILE *f = fopen("F:\\GIT\\ChatBox\\ChatBox3\\source.bin", "rb+");
char str[256];
int cno,sno;
memset(str, '\0', 256);
fseek(f, 0, 0);
fread(&sno, sizeof(int), 1, f);
fread(&cno, s... | [
"rohithreddy24@hotmail.com"
] | rohithreddy24@hotmail.com |
67846c2ff2427e0c12f67c54fcf47a9f6976a31a | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium/net/base/backoff_entry.cc | e7b7b558b70fc0e839044675f5af2412d5f86fed | [
"BSD-3-Clause",
"MIT"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 4,393 | cc | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/base/backoff_entry.h"
#include <algorithm>
#include <cmath>
#include "base/logging.h"
#include "base/rand_util.h"
namespace net {
Ba... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
171343967ef102b03de030453eadf80585a2488c | 084684d625db6c51c2c1d6a7f9c163d621dc9f11 | /test/testngpp-1.1/3rdparty/boost/utility/addressof.hpp | 8e0a586880ec53de60565f422ef6d4677aa4db2d | [
"MIT",
"GPL-3.0-or-later",
"LGPL-3.0-only"
] | permissive | mswdwk/code_test_records | a9938f356d140aa921402d4f049d408bc9c6d2a5 | aec5c92d48b07c834b66d4f8b17a789e9bac7531 | refs/heads/master | 2023-08-23T09:39:01.706418 | 2023-08-17T06:10:01 | 2023-08-17T06:10:01 | 122,560,853 | 1 | 0 | MIT | 2023-02-25T00:13:07 | 2018-02-23T02:04:29 | C++ | UTF-8 | C++ | false | false | 1,441 | hpp | // Copyright (C) 2002 Brad King (brad.king@kitware.com)
// Douglas Gregor (gregod@cs.rpi.edu)
//
// Copyright (C) 2002, 2008 Peter Dimov
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// ... | [
"mswdwk@outlook.com"
] | mswdwk@outlook.com |
5ccb73ef5b15def65b7587761d1ee6916104e3d9 | 2c721e4b4f9b4e893578f6ea728a7bf70bd1be87 | /20191017 杨辉三角的变形 字符串 动态规划.cpp | 9f31038b362aefed7ffb895c3b4035e0ebdfdb6c | [] | no_license | Y-puyu/Everyday_Coding | 74060ae37de7c64d48bdb16cc02fd06bbab20eb1 | b6204c986116c0a158b6e087045c32818febe162 | refs/heads/master | 2020-07-19T01:50:00.412119 | 2020-04-20T15:13:12 | 2020-04-20T15:13:12 | 206,354,309 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 785 | cpp | #include <bits/stdc++.h>
using namespace std;
int main() {
int n, m;
while (cin >> n) {
m = 2 * n - 1;
vector<vector<int>> dp(n, vector<int>(m, 0));
dp[0][0] = 1;
for (int i = 1; i < n; ++i) {
// 第一列和最后一列都为1
dp[i][0] = dp[i][2 * i] = 1;
for (int j = 1; j < 2 * i; ++j) {
if (j == 1)
// 如果是... | [
"345462072@qq.com"
] | 345462072@qq.com |
9231a483bad60292a7d96e596c64f4d664454566 | 94d8b66f6512f2f17f77000729fd8ac999484ed3 | /workspace/Samples/SiviaIbex/ibex-2.0/include/ibex/ibex_DefaultOptimizer.h | cb6ea10a6832c11c79ec39325e58e121061b0d0a | [] | no_license | utctao/reliable-slam | 7885c098574afb5284675a6f022d368f7f303ba6 | 1f00c584d9dacfc17e31e0aa91b0d717998b0310 | refs/heads/master | 2021-01-20T19:49:49.038094 | 2013-07-22T21:50:55 | 2013-07-22T21:50:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,626 | h | //============================================================================
// I B E X
// File : ibex_DefaultOptimizer.h
// Author : Gilles Chabert, Bertrand Neveu
// Copyright : Ecole des Mines de Nantes (France)
// License : See ... | [
"jeremy@ubuntu.(none)"
] | jeremy@ubuntu.(none) |
d28c34a67fa9128a13e1da7359e8d1622b752b95 | 1bf8b46afad5402fe6fa74293b464e1ca5ee5fd7 | /Demo/Shenmue3SDK/SDK/BP_NewST_Input_classes.h | c0c217acafc7673db4919c97c3e5d7d667e1c471 | [] | no_license | LemonHaze420/ShenmueIIISDK | a4857eebefc7e66dba9f667efa43301c5efcdb62 | 47a433b5e94f171bbf5256e3ff4471dcec2c7d7e | refs/heads/master | 2021-06-30T17:33:06.034662 | 2021-01-19T20:33:33 | 2021-01-19T20:33:33 | 214,824,713 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,047 | h | #pragma once
// Name: S3Demo, Version: 0.90.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass BP_NewST_Inp... | [
"35783139+LemonHaze420@users.noreply.github.com"
] | 35783139+LemonHaze420@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.