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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
55b3aca21b6417e9747a06daf1a219a7898d276f | fc0664a076eeb69a3a8a89e7af25329c3998dd07 | /Engine/PipelineCompiler/Pipelines/ComputePipeline.cpp | cba3e561c85271913d1a578a162c25361d1009ad | [
"BSD-2-Clause"
] | permissive | azhirnov/ModularGraphicsFramework | fabece2887da16c8438748c9dd5f3091a180058d | 348be601f1991f102defa0c99250529f5e44c4d3 | refs/heads/master | 2021-07-14T06:31:31.127788 | 2018-11-19T14:28:16 | 2018-11-19T14:28:16 | 88,896,906 | 14 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,262 | cpp | // Copyright (c) Zhirnov Andrey. For more information see 'LICENSE.txt'
#include "Engine/PipelineCompiler/Pipelines/ComputePipeline.h"
#include "Core/STL/Algorithms/StringParser.h"
namespace PipelineCompiler
{
/*
=================================================
constructor
=======================================... | [
"zh1dron@gmail.com"
] | zh1dron@gmail.com |
c486a0bc05aafd746fed8d46e20bcd96c2b4fb8e | 238e46a903cf7fac4f83fa8681094bf3c417d22d | /OCC/opencascade-7.2.0/x64/debug/inc/BVH_Types.hxx | 70dc9bfafdda3662f52623200d4543cab5ec85c3 | [
"BSD-3-Clause"
] | permissive | baojunli/FastCAE | da1277f90e584084d461590a3699b941d8c4030b | a3f99f6402da564df87fcef30674ce5f44379962 | refs/heads/master | 2023-02-25T20:25:31.815729 | 2021-02-01T03:17:33 | 2021-02-01T03:17:33 | 268,390,180 | 1 | 0 | BSD-3-Clause | 2020-06-01T00:39:31 | 2020-06-01T00:39:31 | null | UTF-8 | C++ | false | false | 8,249 | hxx | // Created on: 2013-12-20
// Created by: Denis BOGOLEPOV
// Copyright (c) 2013-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 ... | [
"l”ibaojunqd@foxmail.com“"
] | l”ibaojunqd@foxmail.com“ |
7fc77e08abeb6357ab81aaeede036c11a7352e94 | 81a38d6e70bcd2daca4f7a29507da67b4053fe34 | /jersh/PresqueMobiusEngine/PresqueMobiusEngine/Tetrimino.cpp | a4763d520b44000fd579d8211763242ba07278a1 | [] | no_license | THEGRANDEMPEROR/giant-rom-2-game-jam | d9d50390d70a407a1a2dd537ee8fdc46aeb11fc5 | 252e3da12cfa7dd37289269be13e79def437460d | refs/heads/master | 2021-01-10T15:04:32.370590 | 2015-12-07T06:17:54 | 2015-12-07T06:17:54 | 47,146,222 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,533 | cpp | #pragma once
#include "Tetrimino.h"
#include "Engine.h"
Block::Block() {
magic = false;
position.x = 0;
position.y = 0.0f;
}
Block::~Block() {
}
void Block::Init(fallingpos a_pos, bool a_magic) {
position.x = a_pos.x;
position.y = a_pos.y;
magic = a_magic;
}
fallingpos Block::getPos() {
return position;... | [
"thatjoshfoleydude@gmail.com"
] | thatjoshfoleydude@gmail.com |
dbf19455ca02e07e3a134fde8704165b768675eb | ae257eda1dba7c93d0ee350ea41232e9bb8d109c | /Problem325/Source.cpp | f0d278bc449decac52afdf23214978585f6802be | [] | no_license | rutkowskit/DCP | e3073b3bb9aa39758a462fa0be43c6ce0b964aaf | 0abe815b9a73b25a3c68d3a8a1bf87337f610da9 | refs/heads/master | 2021-06-20T19:13:12.699135 | 2021-01-23T11:27:49 | 2021-01-23T11:27:49 | 172,335,093 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,329 | cpp | // This problem was asked by Jane Street.
//
// The United States uses the imperial system of weightsand measures, which means that there are many different, seemingly arbitrary units to measure distance.
// There are 12 inches in a foot, 3 feet in a yard, 22 yards in a chain, and so on.
//
// Create a data structure t... | [
"rutkowskit@gmail.com"
] | rutkowskit@gmail.com |
6ee18c06ab47fea664fa235bf905de0bdd5e619e | 301ba7367a93275b8c11d0fe77fd6e1aa00870ac | /src/utils/WindowDefinition.h | b28088166285d69d8c4026b39570e4ae716f2e14 | [
"Apache-2.0"
] | permissive | LiamPilot/LightSaber | 6900489b2d2c6d555f33ecbf523d580bee90954e | 1215097428d9e2122c0b263cd2a9a7224dac5f13 | refs/heads/master | 2022-10-01T02:21:27.149957 | 2020-06-02T21:12:56 | 2020-06-02T21:12:56 | 268,609,589 | 0 | 0 | Apache-2.0 | 2020-06-01T19:10:44 | 2020-06-01T19:10:43 | null | UTF-8 | C++ | false | false | 2,088 | h | #pragma once
#include <string>
#include <stdexcept>
/*
* \brief The class used to defined different window types.
*
* At the moment only tumbling and sliding windows are supported.
*
* */
enum WindowMeasure { ROW_BASED, RANGE_BASED };
enum WindowType { TUMBLING, SLIDING, SESSION };
#pragma clang diagnostic push... | [
"giwrgosrtheod@gmail.com"
] | giwrgosrtheod@gmail.com |
1903dc504c32e481384ffa90ea88e44b015740ff | 5fc9a3f32816fc18eb87ff14fffc2df1d0f40f78 | /libs/fbjni/src/main/cpp/include/fb/lyra.h | 6b8bdf346fa18906b8e59ec4cc4d353d7d940730 | [
"MIT"
] | permissive | elboman/Sonar | dfdd07cd1976503a6e959a813713ffc6e60d97ac | 992c032fe77ee6a7bad16fd273c7b52e5472ac7d | refs/heads/master | 2020-03-21T11:08:02.023560 | 2018-06-21T20:08:47 | 2018-06-21T20:18:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,611 | h | /*
* Copyright (c) 2004-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*
*/
#pragma once
#include <iomanip>
#include <iostream>
#include <string>
#include <vector>
#include <fb/visibility.h>
namespace face... | [
"danielbuechele@devvm391.lla2.facebook.com"
] | danielbuechele@devvm391.lla2.facebook.com |
d42820e0a6da93d95798c51a3c336f0c48571a2b | cd50eac7166505a8d2a9ef35a1e2992072abac92 | /templates/data-structures/fenwick-2d.h | ad91b7a06a8b9fbd4d4095d259f7f33478dc7c0a | [] | no_license | AvaLovelace1/competitive-programming | 8cc8e6c8de13cfdfca9a63e125e648ec60d1e0f7 | a0e37442fb7e9bf1dba4b87210f02ef8a134e463 | refs/heads/master | 2022-06-17T04:01:08.461081 | 2022-04-28T00:08:16 | 2022-04-28T00:08:16 | 123,814,632 | 8 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,041 | h | template<typename T, int MAX_N, int MAX_M> struct Fenwick2D {
int N, M;
T arr[MAX_N + 2][MAX_M + 2], tree[MAX_N + 2][MAX_M + 2];
Fenwick2D(int N, int M): N{N}, M{M}, arr{}, tree{} {}
Fenwick2D(int N, int M, T a[][MAX_M]): N{N}, M{M}, arr{}, tree{} {
for (int i = 1; i <= N; ++i) {
f... | [
"flatthefish@gmail.com"
] | flatthefish@gmail.com |
a02c2e4aeccaf70132b8a06cc2965960d7e7a6e9 | f4dc7e02e4ff861aaeee64918c52ca2f2a34545e | /dynamic_domain/system/decomposeParDict | d2a7fe7ff51f59e2dceee6ac615f113bcce65f4e | [] | no_license | efirvida/OpenFoam-Wind-Simulation | c60f4b1b5a1de4759144748b25eb4624baef67ac | ab50da3e19175a7fa109ae275fd803df0fb5edd7 | refs/heads/master | 2020-07-21T07:54:26.283582 | 2016-11-17T18:25:57 | 2016-11-17T18:25:57 | 73,850,890 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,001 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
... | [
"Eduardo M. Firvida"
] | Eduardo M. Firvida | |
066d6b0d521a7200ef65093c38adf123b2ae4e7e | fe47c3f677707543adf49ff6356949071c7be930 | /ircd/m/v1.cc | be970b16b642e136478d946a4e41391765b2844b | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | MortenPW/charybdis | 5aa292cabe757e1f064914ff4b192f6312b381cd | e517839d48a33274b1cf2cd704e216af8fa89022 | refs/heads/master | 2020-03-18T01:26:12.103078 | 2018-05-20T07:42:38 | 2018-05-20T07:42:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,214 | cc | // Matrix Construct
//
// Copyright (C) Matrix Construct Developers, Authors & Contributors
// Copyright (C) 2016-2018 Jason Volk <jason@zemos.net>
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// copyright notice... | [
"jason@zemos.net"
] | jason@zemos.net |
e2d2d0833be3ac51ebcf6718947e05410b54824f | 1d0cc97e2b516249f9852e3f3d8a915a6d4890f4 | /_Team 11 - Documents and Builds/Game Builds/Windows/ClueGame_Ver1.1/Clue!_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/UnityEngine.InputLegacyModule.cpp | a4a07774a2147cddf0485c86a64d01f2098b9cb7 | [] | no_license | PsychoNudalz/ClueGame | 2e0c4286122b34223541305f197b2d768b544cae | c859edd1097dd87f1f09f4ce5a71f7270d6996c2 | refs/heads/master | 2023-05-09T01:34:50.690590 | 2021-04-28T20:58:09 | 2021-04-28T20:58:09 | 333,177,592 | 0 | 0 | null | 2021-04-20T11:33:50 | 2021-01-26T18:26:04 | C# | UTF-8 | C++ | false | false | 148,739 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
// Syste... | [
"danielgnewsom@gmail.com"
] | danielgnewsom@gmail.com |
fa8972ea58ac4218f1b05e194da81bf003159f47 | d42abb97ac439e579add5f01623b67c5b6126382 | /application.cpp | 3ce3e62e085e1d2918011414716a0b3214c1c843 | [] | no_license | TP1997/Sort-visualiser | e756c86336c6e11130718a5c7050845d8bda3283 | fe649d2ddeb90a525953416a5540b2dd22018cb2 | refs/heads/master | 2020-04-21T23:03:22.303340 | 2019-03-11T02:00:09 | 2019-03-11T02:00:09 | 169,931,697 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,325 | cpp | #include "application.h"
#include "algorithms.h"
#include <iostream>
Application::Application(sf::RenderWindow &window, int w, int h):
m_window(window),
scrW(w), scrH(h),
m_Array(window){
}
Application::~Application(){
}
void Application::mainlo... | [
"47488769+TP1997@users.noreply.github.com"
] | 47488769+TP1997@users.noreply.github.com |
7b06c6110e4ca807040157e9cb5a60bc28aada5e | eb5d15764ed4d88512d849461abbd1515b47c24c | /cryptonote/src/PaymentGate/PaymentServiceJsonRpcMessages.h | 92bc9a9d09f9cece85cecae64e8e97ff7883f81b | [
"LGPL-3.0-only",
"GPL-3.0-only"
] | permissive | theboldtoken/bold | 4e74e2ef43f103ad8795892450918399030b32db | 3015bc90fedebec106ff28f0d49ea72d147a98fe | refs/heads/master | 2020-03-22T00:01:22.499231 | 2019-09-29T05:48:10 | 2019-09-29T05:48:10 | 117,006,837 | 0 | 1 | MIT | 2018-01-10T22:47:39 | 2018-01-10T20:24:35 | null | UTF-8 | C++ | false | false | 8,941 | h | // Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers
//
// This file is part of Bytecoin.
//
// Bytecoin 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 t... | [
"dev1@boldtoken.io"
] | dev1@boldtoken.io |
2f47d9ee4274c84673f125c05a7ad273fe65bc5c | 565f9938fcef5d8e277bbc448d22f60e05ef69a9 | /Object-Oriented-Programming with C++ 2(OOP345)/Labs/WS02/at_home/Timekeeper.cpp | f1d6aa8c4e75aaee0aa99ef78733fedee40c42c1 | [] | no_license | Sandro927/School-Work | 9165a68e11f99960c99864d48e3640cfb611e8b7 | 7c50585fec1691f7ac0d18ea21087514216d590f | refs/heads/main | 2023-02-16T07:38:11.295116 | 2021-01-13T21:20:43 | 2021-01-13T21:20:43 | 329,430,279 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 914 | cpp | /*Alejandro Mandala 036870111
amandala@myseneca.ca
Workshop 2 in lab
*/
#include <iostream>
#include <iomanip>
#include <chrono>
#include "Timekeeper.h"
namespace sict {
Timekeeper::Timekeeper() : tstart{}, tend{}, counter{ 0 } { }
void Timekeeper::start() { tstart = std::chrono::steady_clock::now(); }
void ... | [
"47231162+Sandro927@users.noreply.github.com"
] | 47231162+Sandro927@users.noreply.github.com |
a8b8f372c7d8888401eae4b67c991d24b3d10213 | db05cb6d4b51c02db267a0ab54c23014b4afb915 | /Part3/Proj3/recommendation.cc | 02ff4c99fd534be038fcfdba1c7469f616ced6b6 | [] | no_license | apof/Recommendation-System-based-on-Lsh-and-Clustering-Projects | 465b1526188e32afccd040050bfd35f9635e9c98 | ebbce052671de6087a7414ad93ecf1b57bb98afe | refs/heads/master | 2020-04-14T02:05:00.356864 | 2019-11-12T15:02:01 | 2019-11-12T15:02:01 | 163,575,900 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,975 | cc | #include "tweets_preproc.h"
#include "recomm_methods.h"
int K;
int main(int argc, char** argv){
srand(time(NULL));
// default k,l values
K=4;
int l=5;
int cluster_num;
int Recommendation;
string config_file = argv[8];
ifstream configfile(config_file);
char buffer[12000];
while (configfile.ge... | [
"noreply@github.com"
] | noreply@github.com |
1a360d9610f428b789203f0bdff48739871bfa9e | dabe8f32d71a9a3b61ebcb1f2eb021b5d5dc9885 | /io/file/Path.h | 2fa1fef0615a4affea204bb79ce47692d05eaae8 | [
"LicenseRef-scancode-public-domain"
] | permissive | jasonrohrer/minorGems | f14f4f5788dd7334db23966558869106ce6de1b2 | 021dc2e55664fff800299de7b80f5df5bafd6635 | refs/heads/master | 2023-09-01T04:34:40.693806 | 2023-08-10T15:52:16 | 2023-08-10T15:52:16 | 106,723,252 | 30 | 63 | NOASSERTION | 2023-09-02T11:21:22 | 2017-10-12T17:17:54 | C++ | UTF-8 | C++ | false | false | 15,207 | h | /*
* Modification History
*
* 2001-February-12 Jason Rohrer
* Created.
*
* 2001-May-11 Jason Rohrer
* Added a version of getPathString that
* returns a '\0' terminated string.
*
* 2001-September-21 Jason Rohrer
* Added a missing include.
*
* 2001-September-23 Jason Rohrer
* Added a copy function... | [
"jasonrohrer@fastmail.fm"
] | jasonrohrer@fastmail.fm |
2e6788ed7d67d371b01c25dff429d66f0aed8d46 | 6b832f63490877edbe372565d3474b3b34a48610 | /external/src/imgui/imgui_impl_sdl_gl3.cpp | 90a643ba74d02d0c62c4b1bc29178531756165c6 | [
"MIT"
] | permissive | kretash/Shadershop | 8e75c52dc8bcaa9ca2f3d1f58bce410eca245f51 | b8c57533d1e3ce1363c24fa137ee41ee15d92508 | refs/heads/master | 2021-07-03T06:41:07.691014 | 2017-09-24T15:56:28 | 2017-09-24T15:56:28 | 104,656,805 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,648 | cpp | // ImGui SDL2 binding with OpenGL3
// In this binding, ImTextureID is used to store an OpenGL 'GLuint' texture identifier. Read the FAQ about ImTextureID in imgui.cpp.
// You can copy and use unmodified imgui_impl_* files in your project. See main.cpp for an example of using this.
// If you use this binding you'll nee... | [
"kretash@gmail.com"
] | kretash@gmail.com |
bcaf15d333e36ee74ab90206f5f051ca8818e0eb | 98b1e51f55fe389379b0db00365402359309186a | /homework_3/case_1/25/phi | 5ec4870bb7681cae4a0b660a7527654ce186ab80 | [] | no_license | taddyb/597-009 | f14c0e75a03ae2fd741905c4c0bc92440d10adda | 5f67e7d3910e3ec115fb3f3dc89a21dcc9a1b927 | refs/heads/main | 2023-01-23T08:14:47.028429 | 2020-12-03T13:24:27 | 2020-12-03T13:24:27 | 311,713,551 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,672 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 8
\\/ M anipulation |
\*-------... | [
"tbindas@pop-os.localdomain"
] | tbindas@pop-os.localdomain | |
274c10d3f12476b228ea923c1ce85a2ab0c69ed0 | b086f85f98fc399b210245f5c0f8f0ffeb22dbfa | /NFServer/NFGameLogicPlugin/NFCItemConsumeManagerModule.cpp | 05e5a2178bf9ad38bff425d2eadc6f07118950a6 | [
"Apache-2.0"
] | permissive | meoneko/NoahGameFrame | 93b2e775e29c7c4476de898c4f2007f6530461df | 645255c2859cc4b828bae28e16db9f8980729b82 | refs/heads/develop | 2021-01-17T23:37:29.844348 | 2015-11-14T16:08:51 | 2015-11-14T16:08:51 | 46,468,588 | 1 | 0 | null | 2015-11-19T04:56:53 | 2015-11-19T04:56:53 | null | GB18030 | C++ | false | false | 1,177 | cpp | // -------------------------------------------------------------------------
// @FileName : NFCItemConsumeManagerModule.cpp
// @Author : LvSheng.Huang
// @Date : 2013-09-28
// @Module : NFCItemConsumeManagerModule
// @Desc : 道具消费机制管理类,所有类型的道... | [
"340006@qq.com"
] | 340006@qq.com |
65aef935111083e02409f12ef30d6129b89b5018 | a585a35f5a6c6468324ec60e0b14aa55d06a12ae | /src/collision_handler.cpp | c33f2d08d9ab07c81d270977cab85a07bd1b11dc | [] | no_license | vrndr/gamedev | dacc00617e4f5329dfa69ea29276ddea80b5604c | 7c30677b9738fd049fee227039ec5b4060d78d1d | refs/heads/master | 2021-01-23T19:38:25.884842 | 2014-03-08T06:55:31 | 2014-03-08T06:55:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,142 | cpp |
#include <algorithm>
#include "actor.h"
#include "collision_handler.h"
#include "stage.h"
void CollisionHandler::init() {
}
bool isActiveMovingActor(Actor *actor) {
return actor->isActorActive() && actor->isActorMoving();
}
Rectangle *getOverlaps(Actor *mainActor, Actor *otherActor) {
if (mainActor == other... | [
"suphya4u@gmail.com"
] | suphya4u@gmail.com |
d2d22d1de0ce596995d803123d00f3a35e406984 | e7f92baffbf63d51adbec467fa8857d0ea34c413 | /src/tree/hist/evaluate_splits.h | 24b99ed4a8c73ea1a833810eecd5e1257801d9cf | [
"Apache-2.0"
] | permissive | Neilo99/xgboost | 66d2b27f62c3ab9197cb02c7a5103847719b70cc | 239dbb3c0a793c31ff16bb2f994f163f4698432a | refs/heads/master | 2021-11-23T08:03:12.097068 | 2021-10-30T06:40:32 | 2021-10-30T06:40:32 | 216,070,388 | 0 | 0 | Apache-2.0 | 2019-10-18T16:59:37 | 2019-10-18T16:59:37 | null | UTF-8 | C++ | false | false | 10,723 | h | /*!
* Copyright 2021 by XGBoost Contributors
*/
#ifndef XGBOOST_TREE_HIST_EVALUATE_SPLITS_H_
#define XGBOOST_TREE_HIST_EVALUATE_SPLITS_H_
#include <algorithm>
#include <memory>
#include <limits>
#include <utility>
#include <vector>
#include "../param.h"
#include "../constraints.h"
#include "../split_evaluator.h"
#i... | [
"noreply@github.com"
] | noreply@github.com |
be39e998229c07a71a3f5ee65ab162eed0125dff | c75f5eb710feede3a3677bafbe06f76711487db3 | /Engine/Engine/Accessory.cpp | 50b2c5db2fc9ce410d2e41424978402937fbe3c0 | [
"MIT"
] | permissive | s-chang/Final | c4e3e64fd36f4ff01e3c525ebd3456899b315daa | 4f02e3970afa830096a187e5148114c03761fbd4 | refs/heads/master | 2021-01-16T19:20:12.641886 | 2014-10-21T02:10:24 | 2014-10-21T02:10:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 164 | cpp | #include "Accessory.h"
Accessory::Accessory()
{}
Accessory::Accessory(ItemStats stats)
{
setStats(stats);
}
Accessory::~Accessory()
{}
void Accessory::use()
{} | [
"smythchang@gmail.com"
] | smythchang@gmail.com |
4115fc9a559ed2142e01e077e653b08e0a8a3078 | 6e0b25bf4106b09a103ad7bfeb2fe174e46c9176 | /pr9/re10/3.9/uniform/time | a64a2748406c37895bdbccc5dc49cf81acd44678 | [] | no_license | franterminator/OpenFoamCaminos | 3bc1d207bed77408f31ef1846a35794fab8cd3d5 | 5556bc3ddf9cf8aa5a661cd3af74a2b2d76d3471 | refs/heads/master | 2020-04-16T04:28:19.657010 | 2019-01-11T15:58:00 | 2019-01-11T15:58:00 | 165,268,264 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 992 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5.x |
... | [
"franterminator@hotmail.com"
] | franterminator@hotmail.com | |
2c038b2de5246fae626f757f72954c5cabb02e74 | c2c9e9bd2644d89e573e50e00993a2c07076d2e2 | /Examples/CXX/Miscellanous/TrajFromDB/SQLTable.cpp | 07dee242d1b2a489c9a97a67c36af015820197d6 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"BSL-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | TotteKarlsson/dsl | eeab84f4b6d0c951d73ff275b734b503ddb081c0 | 3807cbe5f90a3cd495979eafa8cf5485367b634c | refs/heads/master | 2021-06-17T11:38:02.395605 | 2019-12-11T17:51:41 | 2019-12-11T17:51:41 | 166,859,372 | 0 | 0 | NOASSERTION | 2019-06-11T18:45:24 | 2019-01-21T18:17:04 | Pascal | UTF-8 | C++ | false | false | 176 | cpp | #ifdef WINDOWS
#ifdef USEPCH
#include "pch.h"
#endif
#pragma hdrstop
#endif
//==============================
#include <iostream>
#include "SQLTable.h"
using namespace std;
| [
"tottek@gmail.com"
] | tottek@gmail.com |
3c37bbbee744deaa8d7980e68262a28a8c34f497 | 8b85c346f07bb38ca7731d0625b79a97d7ed7166 | /InfoLogger/src/InfoLoggerClient.h | a50e19873902be2929117e10f25ae3719a940246 | [] | no_license | dberzano/FlpPrototype | a9f12bfd66319b59e927c2a24ffd8714135e2ea2 | 8728578dac4b099ea7a049816f9925c359734a69 | refs/heads/master | 2021-01-01T11:58:12.501754 | 2017-07-18T06:58:39 | 2017-07-18T06:58:39 | 97,578,160 | 0 | 0 | null | 2017-07-18T09:10:51 | 2017-07-18T09:10:51 | null | UTF-8 | C++ | false | false | 1,004 | h | #include <Common/SimpleLog.h>
// class to communicate with local infoLoggerD process
class ConfigInfoLoggerClient {
public:
ConfigInfoLoggerClient(const char*configPath=nullptr);
~ConfigInfoLoggerClient();
void resetConfig(); // set default configuration parameters
std::string *txSocketPath; // na... | [
"o2.syc@cern.ch"
] | o2.syc@cern.ch |
5f4dc22aeeea4105c5448bda1c16000fc9d7addd | 21df29f0aca4ea68bf922fadaae52772bea993ad | /src/qt/recentrequeststablemodel.h | 30b20b8847e3c93e43b36ac0361632f92594ef40 | [
"MIT"
] | permissive | RegulusBit/utabit13 | 48767b2bdfb9e0872d66d1f530c64c09aaba679b | eb8b301e77fe116a43df87fabe1cb45da358213a | refs/heads/master | 2019-07-13T05:22:36.037577 | 2017-07-26T16:44:41 | 2017-07-26T16:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,309 | h | // Copyright (c) 2011-2015 The Utabit Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef UTABIT_QT_RECENTREQUESTSTABLEMODEL_H
#define UTABIT_QT_RECENTREQUESTSTABLEMODEL_H
#include "walletmodel.h"
#include ... | [
"utabitinfo@gmail.com"
] | utabitinfo@gmail.com |
b6cd2275888300a3c017b091bac42b23117c3ccd | 5cd256ced3268556a55098a8c1399a741d410c5e | /source/modules/distrho/src/DistrhoUI.cpp | 25e4965b4f46376197a61b803cdecf69a3e9c4b0 | [] | no_license | AndreeeCZ/Carla | fdac25f7b89a2e43db8ba3a52d1e08e48fe3b3e5 | 8c4ebc7841270a8a4af894ba3761da308b64241e | refs/heads/master | 2021-01-18T01:41:41.425748 | 2014-02-06T12:53:23 | 2014-02-06T12:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,411 | cpp | /*
* DISTRHO Plugin Toolkit (DPT)
* Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com>
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with
* or without fee is hereby granted, provided that the above copyright notice and this
* permission notice appear in all copies.
*... | [
"falktx@gmail.com"
] | falktx@gmail.com |
c88fb224167c97848b5ebdcdb1def74bd8ece0d1 | 237ded6ac2cda3bdf259dd366cc3093068046010 | /src/mirrormaterial.cpp | a6ff170e9f25bdd248bf2cfbdeab7cf09104011a | [] | no_license | gidoca/renderer | 833a5d3c196eaa2b5791767877daa87741c060cd | f62a7b76c1e110aa9b016683989821592080f46b | refs/heads/master | 2021-01-10T10:46:51.020409 | 2016-03-19T23:40:51 | 2016-03-19T23:40:51 | 54,466,631 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,574 | cpp | /**
* Copyright (C) 2012 Gian Calgeer
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in the
* Software without restriction, including without limitation the rights to use, copy,
* modify, merge, publ... | [
"gidoca@gmail.com"
] | gidoca@gmail.com |
c9754641ca17f9af215d67efd9b3e9b48ae09c0c | 6627d27fc69922f179b14b612b366bbf0bc4eff9 | /old/robots/common/xerolib/Rotation.cpp | 3694ac9430721b0f6a03f48fa38958eccf34fd17 | [] | no_license | errorcodexero/newarch | 1a4773377197174ae58b6e4ef6d670bf197c643b | e69a864012e09548014ad208affeb8901835a654 | refs/heads/master | 2021-06-03T16:28:41.840622 | 2020-03-15T18:15:08 | 2020-03-15T18:15:08 | 139,747,384 | 9 | 6 | null | 2020-01-31T05:35:34 | 2018-07-04T16:54:36 | C++ | UTF-8 | C++ | false | false | 198 | cpp | #include "Rotation.h"
#include "Position.h"
namespace xero
{
namespace base
{
Rotation::Rotation(const Position &pos)
{
m_cos = pos.getX();
m_sin = pos.getY();
normalize();
}
}
}
| [
"butchg@comcast.net"
] | butchg@comcast.net |
aaf2b28cbcab605ded1011d32dd526847ace288d | 32ddd9b23c88f9c078656cf09529567ba53f3262 | /unpv1/udpcliserv/udpcli01.cpp | d18b58b00555b1a09628b829701dd80d8cb27f4c | [] | no_license | lw1a2/test | 06769e141c0877ce37c02ca307f2934062c36342 | 0f647aa74c65c85f120b9f0a12981801af9df9ea | refs/heads/master | 2020-12-18T15:15:50.496440 | 2018-04-15T19:22:52 | 2018-04-15T19:22:52 | 4,145,806 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,307 | cpp | #include <sys/types.h>
#include <sys/socket.h>
#include <cstring>
#include <netinet/in.h>
#include <errno.h>
#include <cstdio>
#include <arpa/inet.h>
#include <iostream>
using namespace std;
typedef struct sockaddr SA;
#define MAXLINE 4096
void dg_cli(FILE *fp, int sockfd, SA* pservaddr, socklen_t servlen)
{
... | [
"lw1a2@yahoo.com"
] | lw1a2@yahoo.com |
4daa2e887b7b7bb63a3b1b3d9fd8f2c91799948a | 1d8db68ab76f854c6485e3f845eae3721699a390 | /src/pmd_camboard_nano_cloud_mesh_generator_fast_triangulation.cpp | ec7bc414422c37f86cedc64654fca90b2a48db3c | [
"MIT"
] | permissive | aleksandaratanasov/pmd_camboard_nano | cab628678e3bbcdbc2fe51d5a68895d0a8ca0b86 | 4f56655dc94782f9d7b18a0ef6291f604eec815c | refs/heads/master | 2021-01-10T14:27:15.903758 | 2017-02-01T12:12:51 | 2017-02-01T12:12:51 | 40,981,530 | 0 | 0 | null | 2015-08-18T15:57:43 | 2015-08-18T15:57:43 | null | UTF-8 | C++ | false | false | 7,424 | cpp | /******************************************************************************
* Copyright (c) 2015 Aleksandar Vladimirov Atanasov
*
* 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 with... | [
"redbaronqueen@gmail.com"
] | redbaronqueen@gmail.com |
7fa6e0a256b96f516f45e951de1326ef14af538a | 32e41ef5d879e73c05888e05fe28403480cb4e20 | /lab1/b/Sublist.cpp | 9d44f6271e8775de315140fa71c063bf41c6d5c2 | [] | no_license | chrispaterson/cs2c | 1e67da3ef2bbb80efac747e13ffbaf98ecc39f37 | 57ed412ab175070e26ab7237af0b4a7e08e7936d | refs/heads/master | 2020-03-09T20:12:10.868866 | 2018-04-13T02:35:15 | 2018-04-13T02:35:15 | 128,978,201 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,019 | cpp | #include <iostream>
#include <string>
#include "Sublist.h"
const std::string TAB = " ";
Sublist::Sublist( std::vector<int> *orig) : sum(0), originalObjects(orig)
{};
bool Sublist::addItem( int indexOfItemToAdd )
{
indices.push_back( indexOfItemToAdd );
sum += originalObjects->at( indexOfItemToAdd );
retur... | [
"cpaterson@conversantmedia.com"
] | cpaterson@conversantmedia.com |
87b5891aa1e43c00eafc9c5c5c2174d65ea5a08a | 3c364f1e3d0af0b650b96b1ac80aedd74940d3fb | /branches/unlabeled-1.1.2/plugins/_core/container.cpp | 4d09d1a87af7fbf828376770bdd4f2d661acd794 | [] | no_license | dhyannataraj/sim-im | aa8e938766f6304d9f71be883f0ef4e10a7c8c65 | 6b0d058cd5ab06ba72a34f09d44b3f0598960572 | refs/heads/master | 2021-04-03T04:26:23.903185 | 2011-10-10T15:58:45 | 2011-10-10T15:58:45 | 124,702,761 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,499 | cpp | /***************************************************************************
container.cpp - description
-------------------
begin : Sun Mar 10 2002
copyright : (C) 2002 by Vladimir Shutoff
email : vovan@shutof... | [
"shutoff@f7a67266-ba00-4dfb-90a2-3eec4ba07b7d"
] | shutoff@f7a67266-ba00-4dfb-90a2-3eec4ba07b7d |
604922130238684e1754543606148f78460d08db | 48e0f240d58ea8d84a86d86ba5be172e4b6a4523 | /src/main/Executor.hpp | 7abdd1265d176d229528d75f37841f79805d7981 | [] | no_license | kai-rothauge/alchemist | 6cdd5a681e925be3a3f1d03ed11f42569a9e5ae7 | 632e77a7fc6e345c054a4af8e667b2f471c5818f | refs/heads/master | 2020-03-10T02:49:01.246499 | 2018-07-04T00:19:19 | 2018-07-04T00:19:19 | 129,146,840 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,457 | hpp | #ifndef ALCHEMIST__EXECUTOR_HPP
#define ALCHEMIST__EXECUTOR_HPP
#include <omp.h>
#include <dlfcn.h>
#include <ctime>
#include <iostream>
#include <string>
#include <unistd.h>
#include "Alchemist.hpp"
#include "utility/logging.hpp"
namespace alchemist {
using std::string;
typedef std::shared_ptr<Library> Library_ptr... | [
"kai.rothauge@yahoo.com"
] | kai.rothauge@yahoo.com |
7bf82fa0271257dee178803b556be4bb7f823912 | 938e4888840de783c74cd6bcf0a44443472054dd | /gammacombo/src/PDF_GLWADS_DKpipi_hh_Dmix.cpp | 48e2309e944ace49c5bce3f5501474d660d83dbd | [] | no_license | ppodolsky/pygammacombo | 1922fb541a8d48f3b08558c1552053e2cf6017cd | fa52d2cda49694de36deb13e235f4e0801fd0fe5 | refs/heads/master | 2021-01-14T08:57:06.796747 | 2016-02-14T05:39:59 | 2016-02-14T05:39:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,052 | cpp | /**
* Gamma Combination
* Author: Till Moritz Karbach, moritz.karbach@cern.ch
* Date: Jul 2014
*
* The B->DKpipi, D->hh, GLW/ADS measurement: B->DKpipi, with D->Kpi, piK, pipi, KK,
* 6 observables, including D mixing.
**/
#include "PDF_GLWADS_DKpipi_hh_Dmix.h"
PDF_GLWADS_DKpipi_hh_Dmix::PDF_GLWADS_DKpipi_hh_Dm... | [
"ppodolsky@me.com"
] | ppodolsky@me.com |
b52f9b6b00341eec2aef65ed1ec95626585e98d0 | f9b3e83fcdee3080ee9cf5f24bf0e76e6a33e748 | /src/25_1_blinn_phong.cpp | 8e6a84d20fdfc00c6629e6cc7a969f931bea67d2 | [] | no_license | SahilMadan/learngl | 1caf27196083e2467083c8ad1fd052e8269589ba | d3af961396d1ca2f289e20430101c6e047bad6c3 | refs/heads/master | 2023-08-27T17:51:27.526079 | 2021-11-10T03:23:19 | 2021-11-10T03:23:19 | 400,278,368 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,234 | cpp | #include <glad/glad.h>
// Do not sort above glad
#include <GLFW/glfw3.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <iostream>
#include "camera.hpp"
#include "model.hpp"
#include "shader_m.hpp"
#include "stb_include.hpp"
// Default settings
constexpr unsig... | [
"Hillatio@gmail.com"
] | Hillatio@gmail.com |
7faf6c89325ffdc4d38837ec9b6bf54659271318 | f11b6b83b868d6a06cd2c5510d34bc96519bb1e8 | /(훈련반1) Level19 - 문제4번.cpp | c0cc8dd1f9d09627e76d2b300f4a6c7938a1daa8 | [] | no_license | JuicyJerry/mincoding | c2ea35d5ce29ded5c3f4378bdb2267225643cfb6 | 238882ff59ead0f515613e6fe4879584b98da038 | refs/heads/master | 2022-12-23T15:18:20.239179 | 2020-09-22T14:34:05 | 2020-09-22T14:34:05 | 260,839,290 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 177 | cpp | #include <iostream>
using namespace std;
int main() {
int G;
cin >> G;
int* k = &G;
int* p = &G;
int** t = &p;
int** Q = &k;
cout << **t << " " << *k;
return 0;
}
| [
"ju2cyjerry@gmail.com"
] | ju2cyjerry@gmail.com |
cc3219b5da2053f2f6e1ec1bf89097396e2fb99c | a14badc58bc6b5871cbd85e91cd8bf636824acec | /Maths/ReverseInteger.cpp | 14853a4025658bfea9b42036b759c642581e2ad5 | [] | no_license | prashant97sikarwar/Interview-Bit | 693b37c15e70de346c58debfd18e22541aaf7452 | 4b3bf032e30e16b8033e1a47c840fcaa434be429 | refs/heads/master | 2023-07-16T17:02:58.297411 | 2021-08-31T11:35:39 | 2021-08-31T11:35:39 | 353,809,557 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 529 | cpp | //Problem Link:- https://www.interviewbit.com/problems/reverse-integer/
#include<bits/stdc++.h>
using namespace std;
int reverse(int num) {
int sign;
sign = (num >= 0) ? 1 : -1;
long long int rev = 0;
num = abs(num);
while (num > 0){
int rem = num % 10;
rev = 10 * rev + rem;
... | [
"prashant97sikarwar@gmail.com"
] | prashant97sikarwar@gmail.com |
f5eabca4e396fbf865adc15e049e9aa43da8963e | e5a9b2730f681ee4218f76c3519203c80318b4cf | /AnalyzerForTests/Analyzer/plugins/Analyzer.h | 15271650f5fade3ce4df82b7ac6634d3a257d2dd | [] | no_license | luciegzzz/UserCode | 43f30512526cde6282e34b67077b2b94274b9fe4 | 1aa5d3528c43ef5693221a5adc88e5f5d533d52b | refs/heads/master | 2021-01-02T08:09:53.986282 | 2012-12-06T16:16:37 | 2012-12-06T16:16:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,199 | h | // -*- C++ -*-
//
// Package: Analyzer
// Class: Analyzer
//
/**\class Analyzer Analyzer.cc /Analyzer/plugins/Analyzer.cc
Description: [one line class summary]
Implementation:
[Notes on implementation]
*/
//
// Original Author: "Lucie Gauthier"
//
// $Id: Analyzer.h,v 1.8 2011/04/21 12:15:14 ... | [
""
] | |
d47abdf9dae082ddab38031d94331ec09cdc7c33 | 9bc92c4616d4dc30918b54e99bd0ece08c77ce11 | /project/Project77/days.cpp | 418969492d1c4bf33e776180ac25396fc9931160 | [] | no_license | StasBeep/programs-CPP-Lafore | 90977d7de9291992c2454c1b93a0f38c445b2ccb | 3771c5c86f0786d77e07c5c46e2909b7c366a03b | refs/heads/main | 2023-03-19T06:52:36.182806 | 2021-03-06T00:14:09 | 2021-03-06T00:14:09 | 344,962,693 | 0 | 0 | null | null | null | null | MacCyrillic | C++ | false | false | 708 | cpp | // days.cpp
// показ количества дней с начала года и до введЄнной даты
#include <iostream>
using namespace std;
///// int main() //////////////////////////////////////////////////////
int main()
{
setlocale(LC_ALL, "Russian");
int month, day, total_days;
int days_per_month[12] = { 31,28,31,30,31,30,31,31,30,31,30,... | [
"stas-stas.stanislav@mail.ru"
] | stas-stas.stanislav@mail.ru |
b97c56da0a125afbee0c6168b6e05e7a14cbbd91 | f6582741d4999660850606c11d7299476bff74cc | /example/engines/interface.cpp | 63f4a0ac190ebbc7c768a18f7fac494a186fd6be | [] | no_license | mezdej/cpp | 6f72faf02a7e8a4c35607003ebd170281829f8cb | 89856d3872864d1cbc78b69624da95cc24daf378 | refs/heads/master | 2021-06-10T20:03:55.789827 | 2021-04-06T19:39:46 | 2021-04-06T19:39:46 | 172,216,990 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 593 | cpp | #include "interface.h"
#include "../network/url.h"
#include "mock.h"
#include "rest.h"
#include <boost/beast/http/parser.hpp>
namespace example
{
namespace engine
{
Interface::Pointer Interface::Get( const string & endpoint, const string & login, const string & password )
{
network::Url url( endpoint );
... | [
"mezdej@wp.pl"
] | mezdej@wp.pl |
b8c63f711b48d1f86b71e816287299396a10c88d | 11b5e6d606ff54af708214e161756e35c8439f65 | /Week5/IslandPerimeter.cpp | 6034362c57f99d04cd20ff997a4e3e5922468a01 | [] | no_license | hannesphillips/Wallbreakers | 9c7d0c39aa66b3c706d5cdbd04ca5c0664bed233 | e02d863799eed93b9fc99d3bb6440942c5bb35f0 | refs/heads/master | 2020-06-10T13:42:18.698560 | 2019-07-30T02:13:03 | 2019-07-30T02:13:03 | 193,642,584 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 969 | cpp | class Solution {
public:
int islandPerimeter(vector<vector<int>>& grid) {
if(grid.empty()) return 0;
if(grid[0].empty()) return 0;
int perim = 0;
int r = grid.size();
int c = grid[0].size();
// Pad edges with 0s (water)
vector<int> fill (c+2,... | [
"ec2-user@ip-172-31-26-155.us-east-2.compute.internal"
] | ec2-user@ip-172-31-26-155.us-east-2.compute.internal |
8115f11dbca14bb1b560b6fdbc65ba407a9d8685 | c5b85b82eb35fb1daeb08979617c9ac905bffbd6 | /engine/headers/hitbox.h | f0a18373fefc7066219d6b15bccfb345d21f71b6 | [] | no_license | whcampbell/Wizart-Gaem | 19a758758e53a763248a3f2ca67371a62b4e6380 | eea8b84710810e5406b80243f99a27570f44f804 | refs/heads/master | 2023-02-21T05:59:17.737789 | 2021-01-14T20:35:29 | 2021-01-14T20:35:29 | 296,431,319 | 0 | 0 | null | 2021-01-07T21:15:32 | 2020-09-17T20:08:45 | C++ | UTF-8 | C++ | false | false | 802 | h | #pragma once
#include "alignment.h"
/**
* struct representing a rectanglar region which can detect overlap with other regions
*/
struct Hitbox
{
int xoff = 0, yoff = 0;
int w, h;
Alignment* align;
};
namespace hitbox {
/**
* checks if the input hitboxes overlap
*
* Hitbox* a1 - ... | [
"pmkgbwis@gmail.com"
] | pmkgbwis@gmail.com |
251ee25fcc2cac1da51db5a591b9a091898a0878 | 24f26275ffcd9324998d7570ea9fda82578eeb9e | /media/gpu/video_frame_converter.cc | 30df4fa769f7e028774c042a05a09072b254818f | [
"BSD-3-Clause"
] | permissive | Vizionnation/chromenohistory | 70a51193c8538d7b995000a1b2a654e70603040f | 146feeb85985a6835f4b8826ad67be9195455402 | refs/heads/master | 2022-12-15T07:02:54.461083 | 2019-10-25T15:07:06 | 2019-10-25T15:07:06 | 217,557,501 | 2 | 1 | BSD-3-Clause | 2022-11-19T06:53:07 | 2019-10-25T14:58:54 | null | UTF-8 | C++ | false | false | 1,129 | cc | // Copyright 2019 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 "media/gpu/video_frame_converter.h"
namespace media {
VideoFrameConverter::VideoFrameConverter() = default;
VideoFrameConverter::~VideoFrameCo... | [
"rjkroege@chromium.org"
] | rjkroege@chromium.org |
cec666cb523f60a89d7582ce809128d2d7359ab7 | 1f41b828fb652795482cdeaac1a877e2f19c252a | /maya_plugins/inLocus/chRig/sgPsdJointBase/sgPsdJointBase/deleteIndex.h | 05537b096e0405432ca11136cff5f2ef9cf56aba | [] | no_license | jonntd/mayadev-1 | e315efe582ea433dcf18d7f1e900920f5590b293 | f76aeecb592df766d05a4e10fa2c2496f0310ca4 | refs/heads/master | 2021-05-02T07:16:17.941007 | 2018-02-05T03:55:12 | 2018-02-05T03:55:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,143 | h | #ifndef _deleteIndex_h
#define _deleteIndex_h
#include <maya/MPxCommand.h>
#include <maya/MSyntax.h>
#include <maya/MArgList.h>
#include <maya/MArgDatabase.h>
#include <maya/MSelectionList.h>
#include <maya/MObject.h>
#include <maya/MObjectArray.h>
#include <maya/MFnDagNode.h>
#include <maya/MPlug.h>
#include <may... | [
"kimsung9k@naver.com"
] | kimsung9k@naver.com |
45a2631031d434dd8c390a83dc3e04ffb2183a86 | ecba1c965423e5783c12a0eae359803a8cfbc042 | /RPG_V1/Source/RPG_V1/Private/Characters/Abilities/RPGAsyncTaskCooldownChanged.cpp | 6ab569e8ecdbf16ecd7b920572183921a8e4840c | [] | no_license | Globins/UE4GASRPG | ae6b199f3dbabb8a1a7818484030d8c282845867 | 2dc0bedbcd2446fcff1abd43331548ab2c7bc8ba | refs/heads/master | 2023-01-01T02:36:20.415676 | 2020-10-20T18:37:20 | 2020-10-20T18:37:20 | 305,798,876 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,700 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "Characters\Abilities\RPGAsyncTaskCooldownChanged.h"
URPGAsyncTaskCooldownChanged* URPGAsyncTaskCooldownChanged::ListenForCooldownChange(UAbilitySystemComponent* AbilitySystemComponent, FGameplayTagContainer InCooldownTags, bool ... | [
"gordon.lobins@gmail.com"
] | gordon.lobins@gmail.com |
a313a0740d7719a3da9d525cf80062527907d067 | 539a0279d13915a13d2349976b4e4c101003deff | /src/Engine/PieceTypes/TenjikuShogi/BishopGeneral.cpp | f857fecb463628f7f5a89e7600670600a79443fb | [
"BSD-3-Clause"
] | permissive | jweathers777/mShogi | 5b74171eef748cfe3b4e2c651bbfe8f53fb9270d | 941cd4dc37e6e6210d4f993c96a553753e228b19 | refs/heads/master | 2021-01-01T20:35:02.538698 | 2018-03-03T22:35:29 | 2018-03-03T22:35:29 | 2,715,818 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,895 | cpp | ////////////////////////////////////////////////////////////////////////////
// Name: BishopGeneral.cpp
// Description: Interface for class that represents a bishop general
// Created: 08/31/2004 06:15:28 Eastern Standard Time
// Last Updated: $Date: 2004/09/18 22:23:06 $
// Revision: $Revision: 1.1 $... | [
"johnweathers@gmail.com"
] | johnweathers@gmail.com |
52b3934949f6623f3866c2ccb4eb5c0d78dcc73d | 3caeef3d57a08cccbda4a396a16c66b493e45c8e | /aieBootstrap-master/LuaSoccerTutorial/BaseLuaObject.h | d7dcbce5e3acea0bfcfae8fd90c95c955a28c680 | [
"MIT"
] | permissive | HoHoHoson/AIE_2019_Yr2Programming | 9e73aad516c1d4cd54ad79b3e03a5b0a35465f7c | 8e216b7b3fa2217faca0f52215da67514f162dcf | refs/heads/master | 2020-04-18T21:49:33.350474 | 2019-12-02T10:46:17 | 2019-12-02T10:46:17 | 167,776,355 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,034 | h | #pragma once
#include <lua.hpp>
class BaseLuaObject
{
public:
/*
Constructor creates the Lua state and loads the default Lua libraries.
Each BaseLuaObject will have its own Lua environment.
*/
BaseLuaObject();
~BaseLuaObject();
/*
@brief Loads in a Lua script from a provided file path and calls its sta... | [
"hoson_zhong@hotmail.com"
] | hoson_zhong@hotmail.com |
deeb24c8473c54388cab341e6e0c287ae8621c9c | d5120112a7ec8244d1ed5c1a1c9dcf3762fc7acb | /util/fraction.h | 6a61a9a3738feaf94253675a799d926b9413e291 | [] | no_license | Mr-Smithy-x/Fraction | 9816a467ead8f3cb50bf47e402d8f7acc6316d78 | d5bd32bfffaca32fdc4ffbbcb6246ba6835186c8 | refs/heads/master | 2021-06-25T01:26:56.442109 | 2017-04-26T04:35:05 | 2017-04-26T04:35:05 | 59,630,639 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,231 | h | //
// Created by Charlton on 5/19/16.
//
#ifndef FRACTION_H
#define FRACTION_H
#include <iostream>
class fraction {
int denom;
int num;
public:
fraction(int num, int denom);
fraction(int num);
fraction();
int getNumerator() const;
int getDenominator() const;
double convert() const;
... | [
"CharltonSmith@outlook.com"
] | CharltonSmith@outlook.com |
6c212860c9f453e8620fd7f0d560558da21a7e57 | 7bae26d82184942b05f884ac23af9deae004a98d | /core/src/main.cpp | fe45ea64ec6a771806999b7814aec8928a554e24 | [] | no_license | JohannesTimmreck/tek2_arcade | 9d56e89c13068c463f1da3199cfdc4bbe3a356a0 | ffc61cf89d2563b2ab2e4aeeb0ec4c5d05cccd36 | refs/heads/main | 2023-02-27T08:56:18.743515 | 2021-02-08T10:35:53 | 2021-02-08T10:35:53 | 337,014,291 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 407 | cpp | /*
** EPITECH PROJECT, 2019
** OOP_arcade_2019
** File description:
** description
*/
#include <iostream>
#include "../include/Core.hpp"
int main(int ac, char **av)
{
if (ac != 2) {
std::cerr << "Usage: ./arcade ./[path to graphical shared library module]" << std::endl;
return 84;
}
core::... | [
"johannes.timmrec@epitech.eu"
] | johannes.timmrec@epitech.eu |
22b650160bad5887a3a43163e22fc13df6e7ab0f | 31f5cddb9885fc03b5c05fba5f9727b2f775cf47 | /thirdparty/mlpack/methods/emst/dtb_stat.hpp | 020a953a80ed48e0e8b3d238ad7fbda917a989eb | [
"MIT"
] | permissive | timi-liuliang/echo | 2935a34b80b598eeb2c2039d686a15d42907d6f7 | d6e40d83c86431a819c6ef4ebb0f930c1b4d0f24 | refs/heads/master | 2023-08-17T05:35:08.104918 | 2023-08-11T18:10:35 | 2023-08-11T18:10:35 | 124,620,874 | 822 | 102 | MIT | 2021-06-11T14:29:03 | 2018-03-10T04:07:35 | C++ | UTF-8 | C++ | false | false | 3,143 | hpp | /**
* @file dtb.hpp
* @author Bill March (march@gatech.edu)
*
* DTBStat is the StatisticType used by trees when performing EMST.
*
* mlpack is free software; you may redistribute it and/or modify it under the
* terms of the 3-clause BSD license. You should have received a copy of the
* 3-clause BSD license alo... | [
"qq79402005@gmail.com"
] | qq79402005@gmail.com |
52c2c8ac38fc09075bb2b2b3fd13edf0603095b7 | c95f3bc5467817331c43e140e8f93d4a8cc53cdb | /akbar.cpp | d51440da6143b7ab0a9f9b9223f0ae85510a720f | [] | no_license | ashutosh61973/graph-algos | 354b89bbf7d270f039044a781599a337369e77bc | 35c0207b243bf1f8a27bdb1d56b6d262189b3b85 | refs/heads/main | 2023-03-27T05:59:00.857219 | 2021-03-19T19:31:01 | 2021-03-19T19:31:01 | 329,944,023 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,403 | cpp | #include "bits/stdc++.h"
using namespace std;
#define inti long long
#define ll long long
const long long INF = 1e18;
const int32_t M = 1e9 + 7;
const int32_t mod = 1e9 + 7;
const int32_t MM = 998244353;
void multisourcesbfs(vector<vector<int>> &graph, vector<int> &visited, vector<int> &protect, vector<pair... | [
"noreply@github.com"
] | noreply@github.com |
8e701073e66407c8fb4aa2e1fa391f94d82b589c | 1ce44fbfada941ace76074d459dc3a367b201dd5 | /alignment.hpp | 015fc26a89c5184b67b61657cfddb8691583e9ba | [] | no_license | cwpearson/unified-memory-microbench | 6b6eec63b8ff13f36927e8b4890265c3bf8f9f08 | 671bae4fa645239b9774c51676ac3e729d67d2b5 | refs/heads/master | 2020-05-30T22:29:25.205390 | 2019-06-11T22:43:10 | 2019-06-11T22:43:10 | 189,994,416 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 337 | hpp | #pragma once
#include <cstdint>
inline size_t alignment_of(void *ptr) {
for (size_t i = 2; i <= 512; i *= 2) {
if ((uintptr_t(ptr) % i) != 0) {
return i/2;
}
}
return 512;
}
template <typename T>
T* align(T *ptr, size_t align) {
uintptr_t u = uintptr_t(ptr);
while (u % align != 0) {u++;}
... | [
"pearson@illinois.edu"
] | pearson@illinois.edu |
14cb0e80cb285ef3f3e56aa7cb28b1263e93cfb8 | dc262d6d73e9415db2ba7bedc1c066de75af3e69 | /wcIncludes/NotConverted/wcProGraphic.h | 3a2cc6a123fcfb0b41c02fac1e9c82e2eeea932a | [] | no_license | talmaoz28/wcInclude | 0724387b0f1061e000ca23048f5dbc6c10fdc10f | 0f150e939e798e573ea9f4846d130f5c56f52e06 | refs/heads/master | 2020-05-18T19:49:56.220961 | 2019-05-02T16:50:45 | 2019-05-02T16:50:45 | 184,617,644 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,813 | h | /*-------------- C L A S S wcProGraphic --------
A Wrapper Class for ProE object: ProGraphic
Created By: Michael Lucatz
Date: 31/07/2007 15:58:51
Version: 2.0
---------------------------------------------------*/
#pragma once
#include "wcproobject.h"
#include <ProGraphic.h>
class ... | [
"noreply@github.com"
] | noreply@github.com |
39c41fef8348f8ac9921099e9ad92ae080205f74 | b118951228f0a12e93ac7faa638be454ec72f868 | /codeforces/B/793B-Igor and his way to work.cpp | 220a8cc73a2110a7225584a2d88bafcdb1c05675 | [] | no_license | hpotter97762/CP | 372ef86ae34a1bb79d87df3192764eb716aae281 | ccc97a6eb13fba067012edc02aebf7e0fffb0005 | refs/heads/master | 2020-03-27T03:54:28.637113 | 2019-09-23T11:53:11 | 2019-09-23T11:53:11 | 145,897,937 | 0 | 0 | null | 2019-09-23T11:53:55 | 2018-08-23T19:26:10 | C++ | UTF-8 | C++ | false | false | 3,253 | cpp | #include<bits/stdc++.h>
#define fs first
#define sc second
#define pi 3.141592653589793238462643383279502884197
//#define e 2.7182818284590452353602874713526624977572
typedef long long int ll;
typedef long double ld;
typedef std::vector<ll> vi;
typedef std::vector<bool> vb;
typedef std::vector<char> vc;
typ... | [
"hpotter97762@gmail.com"
] | hpotter97762@gmail.com |
23e27aa13166709385a09a7c5893d81ac86c2e3e | d80556050142e45aa26e353544422f2dfbc0dffb | /leetcode-com/283_Move_Zeroes.cpp | 2113a77bd21d38ab3b4a25530735c32f26b6e8b2 | [] | no_license | Alexzsh/oj | c68822fcb9e70c6a791a87c74f4034bb50148354 | 48625a3ee463ae9de253b6a19bcc2b1f249c1f2e | refs/heads/master | 2021-07-06T06:39:04.956354 | 2019-04-27T10:51:39 | 2019-04-27T10:51:39 | 141,728,785 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 654 | cpp | #include<iostream>
#include<vector>
using namespace std;
void moveZeroes(vector<int>& nums) {
vector<int> tmp;
for(vector<int>::iterator it = nums.begin();it!=nums.end();it++){
if(*it==0){
tmp.push_back(*it);
it=nums.erase(it);
}
}
for(vector<int>::iterator it =... | [
"zjutzsh@gmail.com"
] | zjutzsh@gmail.com |
8cd259919da672a1bb621c9bfc5d0d984b35ff17 | 29b4191ca3796933b16b42c5a5c64905cb24bd43 | /FTP_CLIENT/download.cpp | 8b635c97342faed1a37a1984f19b5a7677d21787 | [] | no_license | iamcarp/QT-FTP-CLIENT | e72c74f4c2c54849157d7f77aa19bb891b01bce7 | a2844798321af6ef3fafd143e7500b84b8cbf27f | refs/heads/master | 2020-12-13T14:17:57.798053 | 2020-01-19T22:26:17 | 2020-01-19T22:26:17 | 234,442,611 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,279 | cpp | #include "mainwindow.h"
void MainWindow::readContent()
{
file->write(reply->readAll());
}
/****************************************************************************************/
/****************************************************************************************/
/*****************************************... | [
"lukakaran5@gmail.com"
] | lukakaran5@gmail.com |
487525da8d2852c545f997ec66e1c055d6c58b91 | dacba2d3675b21d16d97bd6c4b438498ec1810bd | /Source/TestingGroundsFPS/TestingGroundsFPSHUD.cpp | bea5e98de64a28bf60e492c667c1a8fd2fd0e37b | [] | no_license | JordanKaspers/UE4_05 | 170d7ce15f698f8cc8198508ad4df74785b55fe0 | 86206d9761191143d3eb6e392eb00823fe12f87e | refs/heads/master | 2020-03-09T01:35:55.761573 | 2018-04-26T12:35:39 | 2018-04-26T12:35:39 | 128,519,019 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,090 | cpp | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "TestingGroundsFPSHUD.h"
#include "Engine/Canvas.h"
#include "Engine/Texture2D.h"
#include "TextureResource.h"
#include "CanvasItem.h"
#include "UObject/ConstructorHelpers.h"
ATestingGroundsFPSHUD::ATestingGroundsFPSHUD()
{
// Set the crosshair te... | [
"kaspers@esat-alumni.com"
] | kaspers@esat-alumni.com |
c7ec696baf796ea473da2369a114ca186b16cb63 | 3ad968797a01a4e4b9a87e2200eeb3fb47bf269a | /MFC CodeGuru/misc/realtime_plot/Project/clPlot/demo/demoDoc.h | 92e3dd536abf9a2aba60e3e586946ada04777001 | [] | no_license | LittleDrogon/MFC-Examples | 403641a1ae9b90e67fe242da3af6d9285698f10b | 1d8b5d19033409cd89da3aba3ec1695802c89a7a | refs/heads/main | 2023-03-20T22:53:02.590825 | 2020-12-31T09:56:37 | 2020-12-31T09:56:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,404 | h | // demoDoc.h : interface of the CDemoDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DEMODOC_H__BB27870D_A140_11D1_BEB4_006008918F1C__INCLUDED_)
#define AFX_DEMODOC_H__BB27870D_A140_11D1_BEB4_006008918F1C__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif /... | [
"pkedpekr@gmail.com"
] | pkedpekr@gmail.com |
31669c7bcdc69a0cc424f569d3e4e04baa8d6579 | 6a7321f37b00f22aa554273228fb0f09d48248d8 | /quincySystemLibrary/dev/src/thread/Mutex.hpp | ac8d7aa36204acef7175c7a6ee8925541e5d2605 | [
"MIT"
] | permissive | quincycs/CollegeProjects | 9bd16184a23dbcb73243b15685db47d568eac263 | ff1634af0399e3cefaa0f6dcbc60acff4522f016 | refs/heads/master | 2021-08-31T00:34:15.223453 | 2017-12-20T01:08:05 | 2017-12-20T01:08:05 | 114,825,560 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,964 | hpp | /*
* Mutex.hpp
*
* Created on: Jul 8, 2010
* Author: quincy
*/
#ifndef MUTEX_HPP_
#define MUTEX_HPP_
#include "posix/MutexImp.hpp" // USE_POSIX_THREADS
namespace quincySystemLibrary {
/// classic mutex which only locks/unlocks a thread from context switching with other threads executing the same executio... | [
"qmitchell@claritycon.com"
] | qmitchell@claritycon.com |
0a9fdaebfbbdae0092a3af0caa74f799c0d45be9 | c45ed46065d8b78dac0dd7df1c95b944f34d1033 | /TC-SRM-592-div1-300/ywq.cpp | 3c6bcaaed6254e42b0aa6e99b31db9002db4ec3f | [] | no_license | yzq986/cntt2016-hw1 | ed65a6b7ad3dfe86a4ff01df05b8fc4b7329685e | 12e799467888a0b3c99ae117cce84e8842d92337 | refs/heads/master | 2021-01-17T11:27:32.270012 | 2017-01-26T03:23:22 | 2017-01-26T03:23:22 | 84,036,200 | 0 | 0 | null | 2017-03-06T06:04:12 | 2017-03-06T06:04:12 | null | UTF-8 | C++ | false | false | 654 | cpp | #include <map>
#include <cmath>
#include <cstdio>
#include <string>
#include <vector>
#include <cstring>
#include <iostream>
#include <algorithm>
using namespace std;
#define pb push_back
#define mp make_pair
#define x first
#define y second
typedef long long ll;
typedef pair<int,int> pii;
typedef vector<int> vi;
ty... | [
"noreply@github.com"
] | noreply@github.com |
918f6d305b8b69bf74e88458dcd8f7e9bab6d860 | 9b1e0c88bc35c56969e191c4683151a3560c2cfd | /projects/IAssaultCube/src/Layer/Menu.h | 8207cbf0469aaa0d7893e6e66593c83f0b65e3b5 | [] | no_license | zanzo420/gamehacks | f88148696e1a50630b54427cee648f85795ba545 | 741d2e337537d5b1b1cf389e927dd5a7b890145f | refs/heads/master | 2022-03-27T13:20:34.658262 | 2020-01-03T17:45:26 | 2020-01-03T17:45:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 968 | h | #pragma once
#include "pch.h"
#include "Icetrix/Application.h"
#include "Icetrix/Layer.h"
#include "Icetrix/Platform/OpenGL/OpenGL.h"
#include "BlackBone/LocalHook/LocalHook.hpp"
#include "Game/Game.h"
#include "SDL.h"
namespace App
{
class Menu
{
private:
Icetrix::Application& app;
public:
Menu() : app(Icetr... | [
"stevenklar0@gmail.com"
] | stevenklar0@gmail.com |
c3972b51c81f128a3c5110751ec95da7a4a5f488 | 0913de19b69ed7cc90e54b827af2204e2eb705fe | /algo_plugin/algo_plugin/algo_plugin.cpp | c3a494cac1250b3d2c64689591656b6b926b99b9 | [] | no_license | BlueyeInformation/algo-plug | bde5dd0abd6c6ebc7b7b71abad1d1e5e6e4e8825 | 2842688e1f42dd50a228185c48f48c58d2c94418 | refs/heads/master | 2023-01-25T02:16:35.076502 | 2020-12-09T12:24:29 | 2020-12-09T12:24:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,047 | cpp | // algo_plugin.cpp :
//
#include "stdafx.h"
#include "algo_plugin.h"
#include "Algorithms.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
using namespace std;
// Calgo_pluginApp
BEGIN_MESSAGE_MAP(Calgo_pluginApp, CWinApp)
END_MESSAGE_MAP()
Calgo_pluginApp::Calgo_pluginApp()
{
// TODO:
}
Calgo_pluginApp the... | [
"150244609@qq.com"
] | 150244609@qq.com |
8780d958e63d0b0ebd5a837574dfd0936253c9d2 | eb667f1737a67feb07bf2d1298ff6757526ee8fb | /587 Erect the Fence/Erect the Fence.cpp | bc91c42f7ab56fb84d5f939b30ca44e69d49d2e8 | [] | no_license | yukeyi/LeetCode | bb3313a868e9aedada3fe157c6307b00d32a09c9 | 79d37be2aefd674e885a5bdc6dac0a5adf02f91c | refs/heads/master | 2021-04-18T22:18:26.085485 | 2019-06-09T06:25:29 | 2019-06-09T06:25:29 | 126,930,413 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 918 | cpp | class Solution {
public:
vector<vector<int>> outerTrees(vector<vector<int>>& points) {
sort(points.begin(),points.end());
vector<vector<int>> res;
for(int i = 0;i<points.size();i++) {
while(res.size() > 1 && orientation(res[res.size()-2],res[res.size()-1],points[i]) < 0)
... | [
"yukeyi14@163.com"
] | yukeyi14@163.com |
4a610b3ade0584ad83f7c8ce2a3c5a2db448765e | 3354cbb1c02fa2955ced733ae35fa52f366ef08b | /src/voxel_trajectory/voxelgraph.cpp | bc739ef66614aa1e205a27d037d0bb97fc292157 | [] | no_license | oridong/voxel_trajectory | 865abee413aa1afb7cc4d0bbb3e3d9db9fc8fa03 | 9f0174c3d3ef3d771faf7f2a3dfb4c97ee21c973 | refs/heads/master | 2023-03-18T02:06:07.415193 | 2019-02-20T09:49:13 | 2019-02-20T09:49:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,718 | cpp |
#include "voxel_trajectory/voxelmacro.h"
#include "voxel_trajectory/voxelgraph.h"
#include "voxel_trajectory/octomap.h"
#include <cmath>
#include <string.h>
#include <algorithm>
#include <map>
#include <iostream>
const static int _EDGE_NULL = -1;
const static int _NODE_NULL = -1;
static int _NODE_S = 0;
stati... | [
"jchenbr@ust.hk"
] | jchenbr@ust.hk |
a503d8d1983f69b8678e07f75ccb3f41f482decb | d0f43b61797fc8f17cbbb7635415cf6708fb8f94 | /digitdetector.h | 1cf912fe0a522cd78315c4f6b61901a1cfafd11b | [] | no_license | khaemn/digit_detector_adr_cpp | 6ecc4e2adb8b8d25065cf71917b7c28bea311255 | d1fd6453e523029b685b469ded0a2fdcdcb4a622 | refs/heads/master | 2020-04-27T12:32:47.840131 | 2019-03-07T16:44:17 | 2019-03-07T16:44:17 | 174,335,174 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 965 | h | #ifndef DIGITDETECTOR_H
#define DIGITDETECTOR_H
#include <memory>
#include <QObject>
#include <fdeep/fdeep.hpp>
#include <opencv2/imgproc.hpp>
class DigitDetector : public QObject
{
Q_OBJECT
Q_PROPERTY(QString digit READ digit NOTIFY digitChanged)
public:
explicit DigitDetector(QObject *parent = nul... | [
"voh@ciklum.com"
] | voh@ciklum.com |
e52773fbe024ec26a393738d84f79e9aa275aac6 | bf3714517131f51da494768270a2a5eeb8a221a8 | /src/utils/TimeMeasurer.h | 4f8d88dba25ce8bcfbab51534c2e239c1b42967f | [
"MIT"
] | permissive | AAAAgito/SubgraphMatchGPU_sigmod2020 | a0edbfcc9e98d02cd15b6bba955c1cd80d11ac0e | 984be6b7920fe2c5e228488ac08c1d166885e468 | refs/heads/master | 2023-04-27T03:55:28.870190 | 2020-10-28T00:07:42 | 2020-10-28T00:07:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 634 | h | #ifndef __TIME_MEASURER_H__
#define __TIME_MEASURER_H__
#include <stdlib.h>
#include <sys/time.h>
class TimeMeasurer {
public:
TimeMeasurer() {}
~TimeMeasurer() {}
void StartTimer() { start_timestamp = wtime(); }
void EndTimer() { end_timestamp = wtime(); }
double GetElapsedMicroSeconds() const {
ret... | [
"guowentian1992@gmail.com"
] | guowentian1992@gmail.com |
c852dcf4019211e731f5ea6cf6757cfa672f7bab | 69c14de94687d0bfaafcc24083ab8113dc11c177 | /CharRecoHelper.cpp | b5760a89a89a9c5556497f70de56c413d7bb09dc | [] | no_license | songshine/DigitReco | 080da69cef6781339029c091a53139595412d64d | fb2479509d30afda93c160019323c6bc608260d0 | refs/heads/master | 2020-04-29T18:48:48.453176 | 2015-09-13T03:02:42 | 2015-09-13T03:02:42 | 23,995,204 | 3 | 2 | null | null | null | null | GB18030 | C++ | false | false | 1,252 | cpp | #include "StdAfx.h"
#include "CharRecoHelper.h"
#include <cv.h>
#include <highgui.h>
#include <cvaux.h>
#define TEMPLATE_PATH "DigitTemplatesTrain" //模版位置
#define DEFAULT_SAMPLE_WIDTH 24
#define DEFAULT_SAMPLE_HEIGHT 48
#define DEFAULT_POINT_NUM 66 //默认从字上面取的点数
CharRecoHelper::CharRecoHelper()
{
templatePath ... | [
"zxysong110@gmail.com"
] | zxysong110@gmail.com |
e6d402e75b9a3681fa89c2c071ece09c10ff6182 | fb6836c3cf078c1e78962f9d4e54fac0d3ba31c1 | /LintCode-Cpp/DFS-Graph/LetterCombinationPhonePad.cpp | deab7c1221873b5179ad283f0b8493551c3dc9c4 | [] | no_license | squidieee/AlgorithmPractice | dba27f0a52a7d0f6057e186ee491c5e6c81dd485 | 99b5d1c92405e3c3e9f123ac80645aeb8993f13b | refs/heads/master | 2022-04-09T00:18:04.983834 | 2020-03-25T08:17:52 | 2020-03-25T08:17:52 | 112,406,812 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,546 | cpp | /*
425. Letter Combinations of a Phone Number
Given a digit string excluded 01, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on the telephone buttons) is given below.
*/
class Solution {
public:
/**
* @param digits: A digital string
... | [
"qzhou@ece.ubc.ca"
] | qzhou@ece.ubc.ca |
ddc2d5b15da7040bbd8289826996f97e61f34c63 | 46ed06031ec9578846e728a0522daf81ee2133f7 | /PIRockCV/ends.cpp | a5be9a37acffb2e6acc16c599a63e39ec40ca580 | [] | no_license | daveansell/picam-gpu | 1fe2232501983c63329a4c62ae35a4dcbf6fea2c | cc8e038418730ff1889725a5a3b345a832d096e8 | refs/heads/master | 2021-05-13T16:53:35.130377 | 2016-07-12T23:44:54 | 2016-07-12T23:44:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,621 | cpp | #include "ends.hpp"
#include <fstream>
#include <iomanip>
#include <cmath>
using namespace std;
vector< tuple<size_t, size_t, double> > kalmanPairings(vector<KalmanRock> kalmans, vector<Rock> rocks, double time_step, vector<size_t> &rock_indices);
void KalmanFrame :: timeUpdate(double time_step)
{
for (KalmanR... | [
"carmodiedre@outlook.com"
] | carmodiedre@outlook.com |
a471a90137a9e95f4f6fa2720475d35a00587e9d | 89993da44987030ed40ea14d3c60ebc95cd1addd | /oop4/BackUp.h | 8ad7f94e42c4f1d4fb939b07b468ab72dd85a5dd | [] | no_license | cats-will/oop | 8b12e3cd2bb3cc46a639bed948b3c154933914eb | 946e850fdb35203fdf2c036e69b85026393b3bf7 | refs/heads/master | 2023-02-08T05:57:52.181234 | 2020-12-25T14:23:41 | 2020-12-25T14:23:41 | 300,069,065 | 0 | 1 | null | 2020-11-27T16:59:15 | 2020-09-30T21:36:00 | C++ | UTF-8 | C++ | false | false | 494 | h | #pragma once
#include <utility>
#include "Storage.h"
#include "IRestorePoint.h"
class BackUp {
boost::uuids::uuid UUID;
boost::posix_time::ptime CreationTime = boost::posix_time::second_clock::local_time();
std::list<IRestorePoint *> rp;
int size;
public:
BackUp() = default;
BackUp(std::list... | [
"leika181@rambler.ru"
] | leika181@rambler.ru |
f02c23ee62ce91da9cdde0773f1d3206a9f018fc | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/3/1539.c | 716d3d91282e08a3a2fe1e65aedf730f0635fdac | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 260 | c | int main()
{
int n,i,j,k;
scanf("%d %d",&n,&k);
int a[n];
int b[n];
for(i=0;i<n;i++)
{
scanf("%d ",&a[i]);
b[i]=k-a[i];
}
int m=0;
for(i=0;i<n;i++)
{
for(j=0;j<n;j++)
{
if(b[j]==a[i])m++;
}
}
if(m>0) printf("yes");
else printf("no");
}
| [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
5c12e6d2eaf466637310038dfb2cd90f73968c0a | 5828584abf43a752a16d3b212a97b1e8ad0aeda8 | /muduo/net/Endian.h | 1a13fc43c44c76c107b54a1edbdbb9db8c745e0c | [] | no_license | sofartogo/muduo-re | 50557a19fbb3fbfd00c4b9c265a390cbf0dfc23e | 97de917c15dcfb67e3b19397b365fd17a799618d | refs/heads/master | 2021-01-23T13:31:24.864271 | 2013-03-09T14:48:36 | 2013-03-09T14:48:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,427 | h | /*
* =============================================================================
*
* Filename: Endian.h
*
* Description:
*
* Version: 1.0
* Created: 10/17/2012 04:25:21 PM
* Revision: r1
* Compiler: gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
*
* Author: Wa... | [
"wangwei881116@gmail.com"
] | wangwei881116@gmail.com |
aa99aa0f68436cff5c239ef80cf2a0fb37992f2c | ac6c9141d78b18f9730e474d391e53995b04e5da | /src/Ragnar/UtpStatus.h | 1de6579ab6a96cb36ea50c00450eb9e172a2a54d | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Tlaster/ragnar | 25fd9c787345ae669facc641484bbe35a4b9c9d1 | 6f56c6fae6e788206d98d065558ed78bdfc72949 | refs/heads/develop | 2021-01-21T08:46:15.844724 | 2015-11-16T12:15:52 | 2015-11-16T12:15:52 | 46,044,756 | 3 | 2 | null | 2015-11-12T10:12:16 | 2015-11-12T10:07:54 | C++ | UTF-8 | C++ | false | false | 462 | h | #pragma once
namespace libtorrent
{
struct utp_status;
}
namespace Ragnar
{
public ref class UtpStatus
{
private:
libtorrent::utp_status* _utp_status;
internal:
UtpStatus(const libtorrent::utp_status &utp_status);
public:
~UtpStatus();
property int NumIdle { int get(); }
property int NumSynSent { int... | [
"omar.zanhour@outlook.com"
] | omar.zanhour@outlook.com |
d9dabbd78004d24fb004b87280a01a5f8c05218f | 47ebaa434e78c396c4e6baa14f0b78073f08a549 | /branches/latestClient/server/src/network/network.cpp | 042ce22dd53b33eda6c8cd06fe428a8e91f516f9 | [] | no_license | BackupTheBerlios/wolfpack-svn | d0730dc59b6c78c6b517702e3825dd98410c2afd | 4f738947dd076479af3db0251fb040cd665544d0 | refs/heads/master | 2021-10-13T13:52:36.548015 | 2013-11-01T01:16:57 | 2013-11-01T01:16:57 | 40,748,157 | 1 | 2 | null | 2021-09-30T04:28:19 | 2015-08-15T05:35:25 | C++ | UTF-8 | C++ | false | false | 6,463 | cpp | /*
* Wolfpack Emu (WP)
* UO Server Emulation Program
*
* Copyright 2001-2007 by holders identified in AUTHORS.txt
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of t... | [
"naddel@db57ef4e-4fe8-0310-84ee-c23f6f2f8b61"
] | naddel@db57ef4e-4fe8-0310-84ee-c23f6f2f8b61 |
e7e1f2dccf013e7b1d65bdf0f3c45309ff083e55 | 036b638da689f7a86a761f6731a9215e5e57a265 | /mainwindow.h | 70904eda0036e6c856d7ddd3c5edf46eede4ecab | [] | no_license | TomaszGlowacki/QTHashChecker | 51f6dbf25f80f93c9eb9acb53172617f04ffed63 | 22e5fb68591c4220307719ecc4aae1a52daf3519 | refs/heads/master | 2020-04-04T21:52:13.509466 | 2018-11-06T00:16:00 | 2018-11-06T00:16:00 | 156,301,159 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,527 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <QWidget>
#include <QPushButton>
#include <QProgressBar>
#include <QTabBar>
#include <QMessageBox>
#include <QTextEdit>
#include <QLabel>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
private:
... | [
"tomasz.k.glowacki@gmail.com"
] | tomasz.k.glowacki@gmail.com |
86b862cf7ca83ba12c96e60acd9f6dd6617ff746 | 0f2b08b31fab269c77d4b14240b8746a3ba17d5e | /onnxruntime/core/framework/onnxruntime_sequence_type_info.h | 981a7c7485cca28fdc29ef310048cc87aecbab93 | [
"MIT"
] | permissive | microsoft/onnxruntime | f75aa499496f4d0a07ab68ffa589d06f83b7db1d | 5e747071be882efd6b54d7a7421042e68dcd6aff | refs/heads/main | 2023-09-04T03:14:50.888927 | 2023-09-02T07:16:28 | 2023-09-02T07:16:28 | 156,939,672 | 9,912 | 2,451 | MIT | 2023-09-14T21:22:46 | 2018-11-10T02:22:53 | C++ | UTF-8 | C++ | false | false | 729 | h | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include <memory>
#include "core/framework/onnxruntime_typeinfo.h"
namespace ONNX_NAMESPACE {
class TypeProto;
}
struct OrtSequenceTypeInfo {
public:
explicit OrtSequenceTypeInfo(std::unique_ptr<OrtTypeIn... | [
"noreply@github.com"
] | noreply@github.com |
b69958d70a94124dee63a83d69580228f3c5841b | 715cfa11de952cc8baf42d52c63823bbd3d2f878 | /PCF-CuboidMatrixWall-Cuboid/CWbMTE-Alpha-0.1l/src/css/Map.h | 45370fcefab68d51d619e70da68a5e17802a5282 | [] | no_license | Drwalin/PCF_Engine | f513fa9daf3c0bb96e6931b6460deb15abf4f195 | 43814c983e40bb2f5a6544875c1f75dbff701eae | refs/heads/master | 2021-09-04T11:47:09.441634 | 2018-01-18T11:36:28 | 2018-01-18T11:36:28 | 117,959,850 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,294 | h |
class Map
{
public:
vector < Texture > texture;
vector < GraphicModel > model;
vector < TrianglePX > triPHYS;
vector < TriangleGX > triTEXT;
vector < TriangleSTGX > triSTRIP;
vector < VBOtextured > vbotex;
vector < VBOcollored > vbocol;
PointParticle particles;
vector < PhysicModelStatic > statico... | [
"garekmarek@wp.pl"
] | garekmarek@wp.pl |
d3491a8d38efd4d1d8bf2941d7a1591041459dc7 | 8e33f5d04babcb7faf03bf3dc4ba8c3c6931fb3d | /pwm_example/src/pwm_publisher.cpp | 6a0993a81920d960b5e45ca89ba7409bad096455 | [] | no_license | jeffrey870517/neuron_library_example | db1ea843e544dab1ace8e558fff3e4558a6c25f7 | 81e43beb39d4d336b6ba527d4925fc987cd7dc0d | refs/heads/master | 2023-03-01T19:07:36.341127 | 2020-12-03T08:27:48 | 2020-12-03T08:27:48 | 281,559,808 | 0 | 0 | null | 2020-07-22T03:00:16 | 2020-07-22T03:00:15 | null | UTF-8 | C++ | false | false | 1,400 | cpp | #include <chrono>
#include <memory>
#include<ctype.h>
#include "rclcpp/rclcpp.hpp"
#include "std_msgs/msg/float64_multi_array.hpp"
using namespace std::chrono_literals;
double period_msg;
double duty_cycle_msg;
class PWMPublisher : public rclcpp::Node
{
public:
PWMPublisher()
: Node("pwm_publisher")
{
publis... | [
"noreply@github.com"
] | noreply@github.com |
651bcea73d6775fdf015cab6028315d62075e9b1 | 120b126bf03cbf575731907017217101cf89220f | /d04/ex01/Enemy.hpp | 7cec609a53b404822964db1b8eb96a20b0f13bd6 | [] | no_license | YahyaOukharta/Piscine-Cpp | 77cea1d1473b1ab86ed5668a7d022af08a6ef30d | 071cc275197ae253d539ec1a4c406af75fd1246e | refs/heads/master | 2023-07-26T20:35:12.925099 | 2021-09-11T17:25:20 | 2021-09-11T17:25:20 | 316,840,694 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 368 | hpp | #ifndef __ENEMY_HPP__
# define __ENEMY_HPP__
# include <string>
class Enemy
{
protected :
int hit_points;
std::string const &type;
public :
Enemy(int hp, std::string const &type);
virtual ~Enemy();
std::string const &getType() const;
int getHP() const;
... | [
"youkhart@e0r2p2.1337.ma"
] | youkhart@e0r2p2.1337.ma |
d9df103134fd7c9ce660933a70cd2acea6a61d65 | f50da5dfb1d27cf737825705ce5e286bde578820 | /Temp/il2cppOutput/il2cppOutput/System_Xml_Mono_Xml2_XmlTextReader_XmlTokenInfo2571680784.h | 13a7676188e46a5c56126e07b68952de43cc48e7 | [] | no_license | magonicolas/OXpecker | 03f0ea81d0dedd030d892bfa2afa4e787e855f70 | f08475118dc8f29fc9c89aafea5628ab20c173f7 | refs/heads/master | 2020-07-05T11:07:21.694986 | 2016-09-12T16:20:33 | 2016-09-12T16:20:33 | 67,150,904 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,050 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.String
struct String_t;
// Mono.Xml2.XmlTextReader
struct XmlTextReader_t3066586409;
#include "mscorlib_System_Object837106420.h"
#include "System_Xml_System_Xml_XmlNodeTyp... | [
"magonicolas@gmail.com"
] | magonicolas@gmail.com |
7ede940204a792b2b454e7a7839958ba696dfa65 | 758047399f04919b3ac44f08d9f1e4a89dc9a3e7 | /22/main.cpp | e3fcb48d017b88ca33bf51952cb2e2675006942e | [
"MIT"
] | permissive | svenzhang2016/myeular | e949bc5e11bba9257254ae7732508fc6b14561fb | 0573214965d98a864d794b756f09fa75d08c7640 | refs/heads/master | 2021-10-09T13:36:06.094115 | 2021-10-07T05:22:28 | 2021-10-07T05:22:28 | 151,822,301 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,055 | cpp | /*
Using names.txt (right click and 'Save Link/Target As...'), a 46K text file
containing over five-thousand first names, begin by sorting it into alphabetical
order. Then working out the alphabetical value for each name, multiply this
value by its alphabetical position in the list to obtain a name score.
For example,... | [
"qqwowo2011@outlook.com"
] | qqwowo2011@outlook.com |
637c0e208343f93e6e98b39f415eeaf1fb4fa10c | 48e255bc927dc4a67ce7a4a7efa95b21414a7e9d | /cases/impingingJets/constant/transportProperties | dfe29f49c2fd143490200370605552240f0e55da | [] | no_license | TsukasaHori/dropletFoam | 472427a78feb82617364ff6baec6e4d1ccb47431 | 3d8a85037c94ab2a56b7f8329d7395833f261928 | refs/heads/master | 2020-07-16T14:33:22.213795 | 2019-09-03T07:33:30 | 2019-09-03T07:33:30 | 205,806,155 | 0 | 0 | null | 2019-09-02T08:00:11 | 2019-09-02T08:00:11 | null | UTF-8 | C++ | false | false | 873 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
... | [
"tyler.voskuilen@gmail.com"
] | tyler.voskuilen@gmail.com | |
07697387f9e9e98faec51096903763a1db8dde58 | 90e448cac3c2cea5d03706152c08a7b14598c6ad | /lib/child.cpp | b862c52b1f6d1c98ddb21174d8579301f2130809 | [] | no_license | xingangshi/swig_for_py3 | 1471565bcf6d18f2dca28402d060cc4ad063b68b | 7227a5aba5cae5c1aeaa41cbc71436a0e04801b2 | refs/heads/master | 2022-06-22T13:36:39.359699 | 2020-05-09T02:06:45 | 2020-05-09T02:06:45 | 261,986,097 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 307 | cpp | #include "child.hpp"
child::child(double size_of_head):
m_size_of_head(size_of_head)
{}
uint8_t child::get_number_of_legs() const
{
return 2;
}
double child::get_size_of_head() const
{
return m_size_of_head;
}
void child::set_size_of_head(double size_of_head)
{
m_size_of_head = size_of_head;
}
| [
"shix_112@163.com"
] | shix_112@163.com |
5288be2c6c8cb85040e64ed92732e30e37c7680c | 1ee1076ac970d18409faac4aca10bff1e3128b59 | /source/components/postfx/comp_render_outlines.cpp | 0d4b18603456094edeb7f5bafc63fc1925e4e2cd | [] | no_license | albertoamo/Atlas-Fate-Between-Light-and-Darkness | ae225663138312ceff90e51a41dc5008e66a07d2 | 54a87218ff271ed276cbae5f55c215ebb0eec376 | refs/heads/master | 2021-09-27T01:54:25.196035 | 2018-11-05T01:13:53 | 2018-11-05T01:13:53 | 156,142,666 | 4 | 0 | null | 2018-11-05T01:18:50 | 2018-11-05T01:18:49 | null | UTF-8 | C++ | false | false | 2,353 | cpp | #include "mcv_platform.h"
#include "comp_render_outlines.h"
#include "render/texture/render_to_texture.h"
#include "resources/resources_manager.h"
#include "render/render_objects.h"
extern ID3D11ShaderResourceView* depth_shader_resource_view;
DECL_OBJ_MANAGER("render_outlines", TCompRenderOutlines);
CRenderToTexture... | [
"alberto93.dev@gmail.com"
] | alberto93.dev@gmail.com |
a941a33a18ff51afe4f94e9150e2d123c990aac5 | 0173b8aecfbdc53fc1a63db591e5d70027960d65 | /arithmetics/MultiplicationAlg.h | 2551df412c188f0338e5598532712ba865a7f087 | [] | no_license | pbilinskyi/university-algorithms-on-c- | 702a0a54310af7fa418055289ebad4441489fbdd | 11f49c84c9d0fb994ab9885e255e5e7d2eda3970 | refs/heads/master | 2023-04-12T22:12:56.804414 | 2020-11-10T13:34:19 | 2020-11-10T13:34:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 160 | h | #pragma once
#include "BigInteger.h"
class MultiplicationAlg {
public:
virtual BigInteger multiply(BigInteger const& i1, BigInteger const& i2) = 0;
};
| [
"ibilinskij@gmail.com"
] | ibilinskij@gmail.com |
5241dc80feeb5d3701b5c24d2500772141ae9764 | b571a0ae02b7275b52499c66a756d10815136326 | /0987.Vertical.Order.Traversal.of.a.Binary.Tree/sol.cpp | 117dd08d3a6009c1e8559eaa047116eb2342dc76 | [] | no_license | xjs-js/leetcode | 386f9acf89f7e69b5370fdeffa9e5120cf57f868 | ef7601cbac1a64339e519d263604f046c747eda8 | refs/heads/master | 2022-02-02T00:51:23.798702 | 2022-01-19T14:48:13 | 2022-01-19T14:48:13 | 89,140,244 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,839 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
* TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l... | [
"xjs.js@outlook.com"
] | xjs.js@outlook.com |
071632e49e08b7ed2118c140259547ab12bd3b94 | 8367c719a14af007dfd974191a0fb3814c5523e0 | /smtk/extension/vtk/io/ReadVTKData.cxx | 463d7953cc5c3ca334e2f6a96191c1b1af90e314 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | praveenmunagapati/SMTK | 3b0fafe3e451dcd16d4ac11d5476d3a4c15f5e4b | 8059c8023f1c4281c2437fc07e9278e3c2c9cbdf | refs/heads/master | 2021-07-22T14:49:36.214465 | 2017-11-05T19:24:59 | 2017-11-05T19:25:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,011 | cxx | //=============================================================================
//
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
//
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// ... | [
"tj.corona@kitware.com"
] | tj.corona@kitware.com |
6acc9fb689a0546f68fbbac24e581ec776ddc5bc | 361f078d17dad7648c09cdd8c6e4f0012933da1c | /endgame.cpp | 8aefbc9a5750d9f8e7032461f49ef28c2f28e789 | [] | no_license | abprice96/PlatformerFun | 5c91374ef5dd922ef21850ef7fdd98ce35466cc1 | 7fbbdff789c036cebb90da68b271944a0ce3ea7f | refs/heads/master | 2020-01-24T20:49:26.977673 | 2016-11-15T22:09:09 | 2016-11-15T22:09:09 | 73,858,783 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,475 | cpp | #include "endgame.h"
#include "ui_endgame.h"
#include "titlescreen.h"
#include "highscore.h"
#include "highscorepage.h"
#include "world.h"
#include <QRect>
EndGame::EndGame(QWidget *parent, bool gameOver_) :
QWidget(parent),
gameOver(gameOver_),
ui(new Ui::EndGame)
{
widgetParent = parent;
ui->setupUi... | [
"abprice96@yahoo.com"
] | abprice96@yahoo.com |
ffd354da588ce90264ec21f906b6056fcd8f785b | da32fbba218a59f69368221effded57e62e7d5ed | /boardelement.cpp | a35dfd72ff251c2077aaf270b71735d88453ce40 | [] | no_license | xabialonso14/gameoflife | 62bd50cbf913deb288c2f23d1ae7b694f2353c45 | 96914234baef839d97746bd79175322020681708 | refs/heads/master | 2020-03-25T09:04:03.783379 | 2018-10-27T12:32:55 | 2018-10-27T12:32:55 | 143,645,460 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313 | cpp | #include "boardelement.h"
BoardElement::BoardElement()
{
}
void BoardElement::setAlive(bool alive)
{
this->alive = alive;
}
void BoardElement::setSign(char sign)
{
this->sign = sign;
}
bool BoardElement::getAlive() const
{
return alive;
}
char BoardElement::getSign() const
{
return sign;
}
| [
"pawel.jardzioch@globallogic.com"
] | pawel.jardzioch@globallogic.com |
6b9716466bba8429affabe5e5278cba700f09a73 | 59d26f54e985df3a0df505827b25da0c5ff586e8 | /OJ_UVA/completed/10235 - Simply Emirp_completed_2.cpp | 12832949242d549e745a68eb87ff4d95ddf45b34 | [] | no_license | minhaz1217/My-C-Journey | 820f7b284e221eff2595611b2e86dc9e32f90278 | 3c8d998ede172e9855dc6bd02cb468d744a9cad6 | refs/heads/master | 2022-12-06T06:12:30.823678 | 2022-11-27T12:09:03 | 2022-11-27T12:09:03 | 160,788,252 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,361 | cpp | #include<iostream>
using namespace std;
#define check(a) cout<<a<< endl;
int main(){
int n,rev=0,temp,i,j,flag = 0;
for(;;){
cin >>n;
if(cin.eof()){
break;
}
flag = 0;
if(n!=2 && n%2 == 0){
flag = 1;
}else{
for(i=3;i<=n/2;i+=2){... | [
"minhaz1217@gmail.com"
] | minhaz1217@gmail.com |
181ee8e99e85557b28934b4891fbaac0850ff37c | 50c68e1bd6e421af0b79ff50080995a87bd78b0c | /firmware/polymer/webclient/webclient.cc | 89bc2f70ea5bfb9408cae4534a61574a81230123 | [] | no_license | spacekate/imok | a0e3ab4dab693fc736e40fa953cc6c5f6fb0c4bc | 73d071b7378f9a80a3b26d8052703ec84a854670 | refs/heads/master | 2021-01-23T11:34:00.080644 | 2010-01-05T03:06:22 | 2010-01-05T03:06:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 886 | cc | #include "WProgram.h"
#include <enc28j60.h>
#include "Polymer.h"
//Config params- to be revisited
static uint8_t mac[6] = {0x54,0x55,0x58,0x10,0x00,0x24};
Polymer polymer = Polymer();
//http://zedcode.blogspot.com/2007/02/gcc-c-link-problems-on-small-embedded.html
//to keep from needing to link to c++ std lib, ma... | [
"hamish@currie.to"
] | hamish@currie.to |
e2097c67c518d644fa603e535f78e416e580c9fd | 2ea8f750cfd89ed7aac11e9414e3f803124c0bc3 | /001.cpp | 50ac329e03584fb263b4752720269c5e6071e399 | [] | no_license | dvdfu/project-euler | 328d1d3d40b806733e58f5b88bbae0a8ecfdf736 | aadfb73eb5d33e65ff29faa305304282eb9b05ab | refs/heads/master | 2016-09-06T19:18:24.339088 | 2014-06-25T18:23:27 | 2014-06-25T18:23:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 188 | cpp | #include <iostream>
using namespace std;
int main() {
int sum = 0;
for (int i = 0; i < 1000; i++) {
if (i%3 == 0 || i%5 == 0) {
sum += i;
}
}
cout << sum << endl;
return 0;
} | [
"davidf1212@gmail.com"
] | davidf1212@gmail.com |
e51baa54b554966d3e0c057fd895596c2ddc8877 | 705db8af8c18c0157e9f35278213ab4a02688150 | /keyboardDLLTest/keyboard/widgets/formdigital.h | 3328597ccf5d47ca0c61c7ccc41b3cc6c81cd6c1 | [] | no_license | ImIves/keyboardDllTest | e3ec68ccba3b748f387dffb92968abb6dc37bb7e | c82f8e069fdeaafe572be682e62f74ac389647cd | refs/heads/master | 2020-04-02T21:08:19.287655 | 2018-10-26T11:13:52 | 2018-10-26T11:13:52 | 154,788,894 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 724 | h | #ifndef FORMDIGITAL_H
#define FORMDIGITAL_H
#include <QWidget>
#include <QLineEdit>
namespace Ui {
class FormDigital;
}
class FormDigital : public QWidget
{
Q_OBJECT
public:
explicit FormDigital(QWidget *parent = 0);
~FormDigital();
void setInputEdit(QWidget *inputEdit);
public s... | [
"somepure@foxmail.com"
] | somepure@foxmail.com |
5b8f35fa595e0fb80df4c9508677fea3c6295727 | 587eae764fc4104e24b5c83f763b06dbf085158c | /CloakCompiler/CloakCompiler.cpp | 50aca01b9b961de272d7e42f90773e2622e90dc3 | [
"BSD-2-Clause"
] | permissive | Bizzarrus/CloakEngine | 6cc96c297370e5c9d9b536412c3843d7e85f8565 | 0890eaada76b91be89702d2a6ec2dcf9b2901fb9 | refs/heads/master | 2020-06-26T02:14:02.715291 | 2019-10-09T17:30:46 | 2019-10-09T17:30:46 | 199,494,307 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 153 | cpp | // CloakCompiler.cpp : Definiert die exportierten Funktionen für die DLL-Anwendung.
//
#include "stdafx.h"
#include "CloakEngine/CloakEngine.h"
| [
"noreply@github.com"
] | noreply@github.com |
43959cf621384bd39342aeee06c5a1f1a683e2c0 | b765e310279d2ed78c5fb8e9648c7610b3dbb3e3 | /cs_state_mgr.h | 2cf481082208aa07d419c45e789dac428f2fbfd7 | [
"Apache-2.0"
] | permissive | BigJoe01/cornerstone_raknet | 10045980068998ce0c8a6762df6401ac2c443b8f | 074002207e69a55bee22e4749f879b40ae6024b7 | refs/heads/master | 2021-01-11T19:53:48.564519 | 2017-01-20T06:07:09 | 2017-01-20T06:07:09 | 79,420,411 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,253 | h | /**
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. The ASF licenses
* this file to you 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
*
* h... | [
"noreply@github.com"
] | noreply@github.com |
473406e53a57b6d6150ab13b8ac3ffecb85e2425 | 3e7ba6ed1dfa3ae726c6931a7614019aa3e6e19c | /src/tritonsort/mapreduce/workers/boundarydecider/BoundaryDecider.h | e428c462173f3de05950844b9d079c08d9d3000b | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | huafengw/themis_tritonsort | c1c869eed6a433724928561d2ed8c0defe4401c2 | 93cc9eff49c8ec9b00a0fe12076652970c729b8e | refs/heads/master | 2020-12-24T16:43:04.558776 | 2016-07-15T05:37:55 | 2016-07-15T05:37:55 | 61,021,212 | 0 | 0 | null | 2016-06-13T08:40:24 | 2016-06-13T08:40:21 | null | UTF-8 | C++ | false | false | 2,387 | h | #ifndef MAPRED_BOUNDARY_DECIDER_H
#define MAPRED_BOUNDARY_DECIDER_H
#include <vector>
#include "core/MultiQueueRunnable.h"
#include "core/constants.h"
#include "mapreduce/common/KVPairBufferFactory.h"
#include "mapreduce/common/KeyValuePair.h"
#include "mapreduce/common/SimpleKVPairWriter.h"
#include "mapreduce/commo... | [
"mconley@cs.ucsd.edu"
] | mconley@cs.ucsd.edu |
840dd56130c63973fda04bb2e91a9c2ecd7b1612 | ce2beb0878797a8ae88e07e56fcf8c2d0402ac5f | /e087/primes.h | f1be9cb99ad0b80180cdef1becaca94764fc8607 | [] | no_license | cslarsen/project-euler | 2de49ad9be9b0bfe7c5b22c0e2272992e8f07151 | fd1c7664891a5503aedaccb936b66eeb87d6085b | refs/heads/master | 2020-07-08T00:17:29.605171 | 2015-09-14T17:45:23 | 2015-09-14T17:45:23 | 6,430,645 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,335 | h | /*
* A fast SIEVE OF ERATOSTHENES using BIT SETS and VECTOR to remember them.
*
* Copyright (c) 2012 Christian Stigen Larsen
* http://csl.sublevel3.org
*
* Distributed under the BSD 3-clause license; see the file LICENSE.
*
*/
#include <vector>
#include <algorithm>
#include <bitset>
#include <inttypes.h>
temp... | [
"csl@sublevel3.org"
] | csl@sublevel3.org |
786695ed94fd2b0c8202b2228eb12e1d55d96924 | a0ba28466bd1b26a02ed36e03339567f00ce1617 | /projects/optim/default/default.h | 71d6cddfcc2908a92a38a563071e7f5752c63c81 | [] | no_license | AxelFinke/monte-carlo-rcpp | 64e80efd70c24102db0e6bcd797d7b1d6a0a8981 | 2505ba9932de1956f9b716566c6c53d29eed2ed8 | refs/heads/master | 2020-04-01T00:44:03.937547 | 2018-11-27T11:29:15 | 2018-11-27T11:29:15 | 152,710,796 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,763 | h | /// \file
/// \brief Functions for implementing the optim class in the absence of reparametrisation.
///
/// This file contains the functions for the optim class
/// if no non-centred parametrisation is used.
#ifndef __DEFAULT_H
#define __DEFAULT_H
#include "projects/optim/Optim.h"
// [[Rcpp::depends("RcppArmadillo"... | [
"axelfinke42@gmail.com"
] | axelfinke42@gmail.com |
bb277a9a000c4211e2c008163952f21da70895e5 | 1f85142263a08d2e20080f18756059f581d524df | /lib/tags/lib-1.11.2.0/src/pagespeed/rules/minify_rule_test.cc | bc739b756bcf343d7ec25bb66ef69839e50a7ad1 | [
"Apache-2.0"
] | permissive | songlibo/page-speed | 60edce572136a4b35f4d939fd11cc4d3cfd04567 | 8776e0441abd3f061da969644a9db6655fe01855 | refs/heads/master | 2021-01-22T08:27:40.145133 | 2016-02-03T15:34:40 | 2016-02-03T15:34:40 | 43,261,473 | 0 | 0 | null | 2015-09-27T19:32:17 | 2015-09-27T19:32:17 | null | UTF-8 | C++ | false | false | 4,026 | cc | // Copyright 2009 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... | [
"bmcquade@google.com"
] | bmcquade@google.com |
154e4aa7715e9025e388f7ec1577835d4a385a15 | 6a8c753e0a8a875081de164e00ca792496ec4478 | /Pegasus/inc/DomainListMachines.cpp | ee3d38a40abddb8a76c0305368ff798b3e6dbc69 | [] | no_license | xchwarze/Pegasus | 5f7ba8adb142adebda16006ca324c1d3d275643e | f83159ebcc2b2ba429b23805fdc66ab3eb2959f5 | refs/heads/master | 2021-03-12T06:09:21.916475 | 2018-07-12T08:49:16 | 2018-07-12T08:49:16 | 246,596,446 | 1 | 1 | null | 2020-03-11T14:40:30 | 2020-03-11T14:40:30 | null | UTF-8 | C++ | false | false | 7,448 | cpp | /*
DomainListMachines.cpp
Enums visible machines in current or any specified domain
NB: keep in mind need of local disks scan for *.rdp to get addresses and credentials from there
*/
#include <windows.h>
#include "..\inc\dbg.h"
#include "DomainListMachines.h"
#ifdef ROUTINES_BY_PTR
DomainListMachine... | [
"you@example.com"
] | you@example.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.