blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
548166171dcdc97648833256cb20b09f9db15974 | 369f98c89bc5371d8457231b2c1e2caafc14c4e6 | /Project1/code/Others/random_generator.cpp | 6b15e63e6b93d1a18b5c98f6152331dd8e368457 | [] | no_license | Matteo294/FYS4411 | 48ea554a413e959aefd04d9d24329a76cee1d710 | fce60f69e7470462973909e26250501928e4dccf | refs/heads/main | 2023-05-05T23:58:38.651822 | 2021-06-01T18:50:25 | 2021-06-01T18:50:25 | 330,168,654 | 1 | 0 | null | 2021-04-30T08:23:16 | 2021-01-16T13:27:40 | TeX | UTF-8 | C++ | false | false | 238 | cpp | #include "random_generator.h"
RandomGenerator::RandomGenerator(){
uniform_real_distribution<double> uniform(0.0, 1.0);
normal_distribution<double> normal(0.0, 1.0);
this->uniform = uniform;
this->normal = normal;
} | [
"emistaff97@gmail.com"
] | emistaff97@gmail.com |
f395910f470dccbe59d4c5b57a01966a13517b12 | fe5bce6f5496c3ca66c1742fe53366cc3b2cd7fe | /compiler-rt/test/tsan/memcpy_race.cc | 9b0da927844732d31233bebc348bcf8683ad3d26 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"NCSA",
"MIT"
] | permissive | lgq2015/SiriusObfuscator-SymbolExtractorAndRenamer | f3ce7d235343df4ec84eae26f6cc7b641aca02b6 | bb45190d8dd92b795bfa0307da5e593eb4733d9a | refs/heads/master | 2022-01-09T02:41:08.991909 | 2018-08-08T13:52:49 | 2018-08-08T13:52:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,100 | cc | // RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
#include "test.h"
#include <string.h>
char *data = new char[10];
char *data1 = new char[10];
char *data2 = new char[10];
void *Thread1(void *x) {
static volatile int size = 1;
memcpy(data+5, data1, size);
barrier_wait(&barrier);
return NULL... | [
"krzysztof.siejkowski@polidea.com"
] | krzysztof.siejkowski@polidea.com |
e00377aaec83480a1cc69d75f7b323e419a6372f | 86c3943477a33fc97d9ed064673045c81600b8f0 | /CppLab/util/test/evaluation_TEST.cpp | 79d85543de8c929d671180af73cda121a95f3cca | [] | no_license | LHospitalLKY/Flow_Lab | c0a1ea52db83d74aafd2750e5c89f17b6ffc47e2 | 8e2e33fbafc7889067f3ebf7b062a0dd70c5bcbd | refs/heads/master | 2021-02-27T06:39:05.963359 | 2020-03-20T09:19:24 | 2020-03-20T09:19:24 | 245,588,727 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 895 | cpp | //
// Author: LHO LHospitalLKY@github.com
//
#include "../read_write.h"
#include "../evaluation.h"
#include "../show_flow.h"
int main(int argc, char *argv[]) {
cv::Mat estim_flow, gt_flow, estim_color, gt_color;
read(
"/home/lho/SLAM/FlowNet/Flow_lab/CppLab/DataSet/test_result/ambush_2_0001.flo",
... | [
"lkywxd@qq.com"
] | lkywxd@qq.com |
fd21d2800fffcf207f6bafd0265603c0264e8f93 | e128763166ea4341485fefe8c568523f4ddbbe1f | /src/network/SocketListener.h | c232e1315ee1a705ebfa6c7e9f360930fe1097a0 | [] | no_license | jprochazk/rpg-game-server | cfbe3239d05f7aba709c598f710c98d5da389e25 | bffa1e599c7b0c87861dc5470f64e2c1f12e060f | refs/heads/master | 2021-05-26T09:08:50.271937 | 2020-04-22T09:26:25 | 2020-04-22T09:26:25 | 254,070,782 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 847 | h |
#pragma once
#ifndef SERVER_NETWORK_SOCKET_LISTENER_H
#define SERVER_NETWORK_SOCKET_LISTENER_H
#include "pch.h"
#include "network/net.h"
#include "network/Websocket.h"
// Accepts incoming connections and launches the sessions
class SocketListener : public std::enable_shared_from_this<SocketListener>
{
... | [
"honza.spacir@gmail.com"
] | honza.spacir@gmail.com |
d347753e8feb26fb132cda451f7fa2cf28a4f6a5 | 231861f0982a1830f46e79f651723ad7dcd4c358 | /code/cf/contest/1324/d/d.cpp | 52e944a1065b4653c099fc8c9d33a442b8d7dfa3 | [] | no_license | coder-tq/acm | 722b754013af3e1a4dae9e88cd126f60c9cadf20 | 60bed68c7d69b68addcaac9debc7582d34ded964 | refs/heads/master | 2022-12-24T15:00:11.876161 | 2020-10-05T02:01:24 | 2020-10-05T02:01:24 | 281,282,471 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,039 | cpp | /*
* Author: coder_tq
* Time: 2020-03-12 21:05:02
*/
#include <bits/stdc++.h>
#define endl "\n"
using namespace std;
typedef long long ll;
const ll mod = 1e9+7;
ll q_pow(ll a, ll b)
{
ll ans = 1;
while(b) {
if(b&1)
ans = (ans*a)%mod;
a = (a*a)%mod;
b >>= 1;
}
retu... | [
"58659074+coder-tq@users.noreply.github.com"
] | 58659074+coder-tq@users.noreply.github.com |
386910a96eb50a3712732acadb34b8762dd0a6f2 | 2496a1ae2ac0d0ace6a70ce8d2ada38a63a33401 | /tensorflow/compiler/mlir/tfrt/benchmarks/cwise_op_unary_benchmark.h | fc743787d3f079c5166fcc41c18d5ded1f1afd58 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | plaidml/tensorflow | d78ba08f8fac6455b467e9001f17ad975d7580a2 | 607ae43f43426421642f26a6abaf350a20b5ffbe | refs/heads/master | 2022-09-20T22:33:39.225897 | 2022-08-11T13:31:22 | 2022-08-11T13:35:05 | 215,591,809 | 1 | 1 | Apache-2.0 | 2022-04-22T18:49:14 | 2019-10-16T16:15:50 | C++ | UTF-8 | C++ | false | false | 13,673 | h | /* Copyright 2021 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
187e70e82a8b0438dd74c6bf613325af61bc4d95 | 1e0e391b27703e93723ca43a69c882a2f15e385d | /TwoPhasePorousMedia/Use Cases/CasesDiss/UFPE2D/40150/phi_w | 4220abf6e190962b1a9af0a91286b1392b879751 | [] | no_license | curiousTauseef/openFOAM | b95411a1dbe323cb5fa258a3b67342f321524fa8 | 04801f91044670787df35a85b22a4fb815f7617f | refs/heads/master | 2022-11-25T10:43:03.128319 | 2020-08-01T02:08:10 | 2020-08-01T02:08:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 251,071 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.0 |
... | [
"rafael.xuxubelez@gmail.com"
] | rafael.xuxubelez@gmail.com | |
493039ce0c47fe2a6c91059d7165712c72d3f896 | 7fa176ce9ef29258ea3711612b0605ee82afd799 | /C++/template_class.cpp | 1104cb52e0be894ce727715bb94854bfebadf818 | [] | no_license | fooyou/Exercise | c5137945821ee7f9f21a86f95c06d8e71941c19f | 1a5438d961f1716953b90921aa1ee9d60a97b23e | refs/heads/master | 2022-07-08T13:15:52.481707 | 2018-07-08T03:21:17 | 2018-07-08T03:21:17 | 37,168,041 | 1 | 1 | null | 2022-07-06T20:05:34 | 2015-06-10T01:18:11 | C++ | UTF-8 | C++ | false | false | 967 | cpp | /**
* @File Name: template_class.cpp
* @Author: Joshua Liu
* @Email: liuchaozhenyu@gmail.com
* @Create Date: 2016-08-12 15:08:17
* @Last Modified: 2016-08-12 16:08:30
* @Description:
*/
#include <iostream>
using namespace std;
template <class T>
inline const T& max(const T& a, const T& b) {
return a > b ? ... | [
"liuchaozhenyu@gmail.com"
] | liuchaozhenyu@gmail.com |
dd4401d54cb03b277175e43082af33a3832bec95 | 2ee6ec4fd5a822e709f26558e71310e2af541b13 | /ship.cpp | 826df8f043751270a8469fbe5e66ce740b214038 | [] | no_license | guga212/Star-Wars-Very-Lite | 91d56d91286ac5ebbd37c57c07665032e0c03b0d | fb61e50e66fad7670564edd083d55bce65d443ea | refs/heads/master | 2020-04-17T02:11:13.068953 | 2019-01-16T22:59:15 | 2019-01-16T22:59:15 | 166,123,829 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,905 | cpp | #pragma once
#include "object.h"
int ship_sml::n_sml;
int ship_middle::n_middle;
int ship_big::n_big;
//#////////////////////////////#//
//////////#//ship_obj//#//////////
//#////////////////////////////#//
std::vector<inf_ship_obj*> ship::allshp_pos;
//*******************************//
//*****************... | [
"34397511+guga212@users.noreply.github.com"
] | 34397511+guga212@users.noreply.github.com |
d3e492de09242f25edd3aa5ec2e878bf691448b3 | 2e8dd937f3edc8fd8fbf9615a793f49605dd6a85 | /c_inter3/MathAux.cpp | 7f69d8ce36606a9a85eba4c212fb94a0507bc7e6 | [] | no_license | hasuminbanana/my_work | fb75571334cca87024cf18b31a368a095bf8e64b | 29f0affe3811d5dc4e10b55e955f4fb2c01a2167 | refs/heads/master | 2020-06-18T18:44:09.808040 | 2019-09-09T10:30:43 | 2019-09-09T10:30:43 | 196,406,068 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 985 | cpp | #include "MathAux.h"
#include <math.h>
#include <stdlib.h>
#include <vector> // ヘッダファイルインクルード
using namespace std;
/*######################################################################*/
/* 値の大きい方を返す */
double max(double arg0, double arg1)
{
if (arg0 < arg1) return arg1;
else return arg0;
}
/*#######... | [
"noreply@github.com"
] | hasuminbanana.noreply@github.com |
09ec71d1b5b2ee653019c1bb81a3693c69438286 | 1446a45de06399c141ad722b70f8a4e2f88f01c8 | /boost_1_34_1/boost_1_34_1/libs/spirit/test/ast_calc_tests.cpp | 664764b4c246a65906ac80271a8f26ab9880d99b | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | Thrinaria/Codebase | 270d2b837242e113d733a7e6405b5294faede534 | 85e541a9d1e57f7bf30b5114e5e0a2063275a75d | refs/heads/master | 2021-01-01T20:34:47.359877 | 2015-01-30T06:04:42 | 2015-01-30T06:04:42 | 29,504,087 | 3 | 4 | null | 2015-01-25T01:55:41 | 2015-01-20T00:41:11 | C++ | UTF-8 | C++ | false | false | 10,138 | cpp | /*=============================================================================
Copyright (c) 2001-2003 Daniel Nuffer
http://spirit.sourceforge.net/
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www... | [
"thrin_d@live.nl"
] | thrin_d@live.nl |
f29af86eaeb01d5039d2ee927903dab4ea63fda1 | 83e2437bccaa6c86c89a2eb138b737a9053f2023 | /src/test/base58_tests.cpp | d138190f27973c34f2b04c9a80aa96ad960b70b6 | [
"MIT"
] | permissive | timercoin001/BTCT-TimerCoin-PUB | 30798bfac5c62c834773f85ac2cebe1edc6ad10a | 52c65ce2ccfb0323af4111f8c798687f39cbcaa1 | refs/heads/master | 2020-06-09T10:12:52.528697 | 2020-02-25T05:58:17 | 2020-02-25T05:58:17 | 193,420,480 | 2 | 0 | MIT | 2020-01-27T13:54:09 | 2019-06-24T02:30:57 | C++ | UTF-8 | C++ | false | false | 10,747 | cpp | // Copyright (c) 2011-2014 The Btct Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "base58.h"
#include "data/base58_encode_decode.json.h"
#include "data/base58_keys_invalid.json.h"
#include "data/b... | [
"2184934807@qq.com"
] | 2184934807@qq.com |
b84ea822edaf18e99b8d4582c2ed573e69266d77 | 74ef11065048fcf08ee5b9ef1c11c0ce10079301 | /expansion_js/src/dependencies/tinf/tinf_wrapper.h | 9a4bdac4a5edc7fb130113d907baa325922fcd88 | [
"Zlib",
"MIT"
] | permissive | kliment-olechnovic/voronota | fa2548c9ccc3dd6f5a10a054300aca8b6d31ecf4 | 52c2b0d55f2979d0eef478ed0be20376cb3d561a | refs/heads/master | 2023-09-04T05:09:11.275304 | 2023-08-30T07:59:07 | 2023-08-30T07:59:07 | 203,789,299 | 19 | 6 | MIT | 2023-07-04T06:25:54 | 2019-08-22T12:20:48 | C++ | UTF-8 | C++ | false | false | 360 | h | #ifndef DEPENDENCIES_TINF_TINF_WRAPPER_H_
#define DEPENDENCIES_TINF_TINF_WRAPPER_H_
#include <string>
namespace TinfWrapper
{
bool check_if_string_gzipped(const std::string& potentially_gzipped_string);
bool uncompress_gzipped_string(const std::string& gzipped_string, std::string& uncompressed_string);
}
#endif /... | [
"kliment.olechnovic@gmail.com"
] | kliment.olechnovic@gmail.com |
cd3ba5c7f50f175ed56e5ef1d0b5bc78a8d09c5f | 1d07ddc184bf3cf6d0b073fc14903517c82a010a | /src/Filter.cpp | 3073fe6f97fdb0863ee40cf935764b426b20d26e | [] | no_license | generaviles/TDA | 502e9addf14be07f2cc7bbeaa23ad40d5513efbb | 4edc66cf9042048285f80a0b56b24c20bc69db09 | refs/heads/master | 2020-05-20T09:04:14.602436 | 2018-11-07T12:43:05 | 2018-11-07T12:43:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,569 | cpp | /*
* PH filter functions for various data types Nick Carrara
*/
#include "Filter.h"
using namespace std;
// Filter 2D
Filter2D::Filter2D(){}
Filter2D::~Filter2D(){}
void Filter2D::loadBinaryFromFile(const char* input_file){
std::ifstream inputFile(input_file);
int l = 0;
while (inputFile) {
l++;
... | [
"ncarrara@albany.edu"
] | ncarrara@albany.edu |
0687afc01a505ac44d863858b335c53ddcb2f715 | 4d20b6121c073e330217915e2abdf8c9880b6930 | /RDA5807_tft_fmradio_3buttons_ver6 (1).ino | d4c55a7962b41ac087c2c0701702685d9478a710 | [] | no_license | vlad-gheorghe/Radio-cu-RDA5807-TFT-1-44- | f00c8aab0193ec33d1aee3635632cf74796ec3da | 49ff167cdc7f7dbd8a926dfdc8c301fb84739fe3 | refs/heads/master | 2022-02-20T03:43:01.312250 | 2019-09-15T14:56:00 | 2019-09-15T14:56:00 | 103,133,511 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,147 | ino | // Nicu Florica (aka niq_ro) from http://www.tehnic.go.ro made a small change for nice tft for low frequence (bellow 100MHz)
// it use info from http://full-chip.net/arduino-proekty/97-cifrovoy-fm-priemnik-na-arduino-i-module-rda5807-s-graficheskim-displeem-i-funkciey-rds.html
// original look like is from http://seta4... | [
"noreply@github.com"
] | vlad-gheorghe.noreply@github.com |
c463699e6efac09f0b2d1584c79b0510c18ea133 | 66b4eb2c460cac5d9f40f99f725538c0a3e2feda | /Company Course/Course examples/14_Course_2020_06_04/02-ScratchPad/scratchpadwidget.cpp | 623df6261fa03bb53a2617bae08c4bccc69acbc8 | [] | no_license | Mavrikant/Qt-Course | 0fe4e766af4f9e91b7727273c37ab7b5fd499a1d | de702b0121fa85c33cc5ec02819d2fb84cc74191 | refs/heads/master | 2022-12-15T23:01:36.868043 | 2020-09-10T17:41:34 | 2020-09-10T17:41:34 | 255,144,522 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,095 | cpp | /* scratchpadwizard.cpp */
#include "scratchpadwidget.h"
ScratchpadWidget::ScratchpadWidget(QWidget *parent) : QWidget(parent)
{
m_drawFlag = false;
}
void ScratchpadWidget::paintEvent(QPaintEvent *event)
{
Q_UNUSED(event);
QPainter painter(this);
painter.setRenderHints(QPainter::Antialiasing | QPainte... | [
"serdar@karaman.dev"
] | serdar@karaman.dev |
6769cd466b7d09592f5e43b84c4b33f7f66b1800 | a9c92ab3843393a6b8125a5ba27704ee82f84bb7 | /Hooks/sdks/TASDK/SDK_HEADERS/PBItemShop_structs.h | f626f21771fdd60a9faffbc295f2306df5fd81b0 | [] | no_license | samehfido/ue3framework_ | 3b96bb298d102ef1ffe2e601749e8b9c4afff1b2 | fed1e8c1c30f68f35c0094e123e0d8f08e64af8e | refs/heads/master | 2022-11-06T13:36:28.293183 | 2013-09-06T01:32:24 | 2013-09-06T01:32:24 | 275,340,818 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 59,781 | h | /*
#############################################################################################
# Bullet Run (Unknown) SDK
# Generated with TheFeckless UE3 SDK Generator v1.4_Beta-Rev.51
# ========================================================================================= #
# File: PBItemShop_structs.h
# =... | [
"thedomo@ff9f0ef9-23b7-4a27-a536-8baec26cb66f"
] | thedomo@ff9f0ef9-23b7-4a27-a536-8baec26cb66f |
e1758fdceeb6aa516ed763673d3427fb34e49e66 | 9987fded6026ace187753eaa3e520d0bb72047a0 | /isis/src/qisis/objs/MosaicSceneWidget/MosaicSelectTool.cpp | 3c05190fe5aa1b12ff54f20f9640208ffdc270d8 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | kberryUSGS/ISIS3 | 1345e6727746e2ebc348058ff3ec47c252928604 | b6aba8c38db54d84b1eb5807a08d12190bf8634e | refs/heads/dev | 2021-07-17T16:53:37.490510 | 2021-03-13T00:09:53 | 2021-03-13T00:09:53 | 118,936,778 | 0 | 1 | Unlicense | 2020-03-31T19:44:30 | 2018-01-25T16:17:20 | C++ | UTF-8 | C++ | false | false | 1,512 | cpp | #include "MosaicSelectTool.h"
#include <iostream>
#include <QMenu>
#include "IString.h"
#include "MosaicGraphicsView.h"
#include "MosaicSceneWidget.h"
namespace Isis {
/**
* MosaicSelectTool constructor
*
*
* @param parent
*/
MosaicSelectTool::MosaicSelectTool(MosaicSceneWidget *scene) :
Mo... | [
"slambright@usgs.gov"
] | slambright@usgs.gov |
d5b320a2a985f711af8eb5e0061958ffbb635090 | 93b7d6b36f2388ae5594c651b45e1618da4bf2af | /test/VectorSerializerTest.cpp | de60de113693c44b98b853a854dbf10bdfc1c80b | [] | no_license | seccijr/es.upm.euitt.pfg.master | a38e20a5b8b0f1f0e2f7335ac64e71fd93f1565d | 316228aadac3f947acb14cd3c278fbbff24c1669 | refs/heads/master | 2021-01-10T04:10:14.417198 | 2016-01-04T10:40:19 | 2016-01-04T10:40:19 | 45,617,525 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,064 | cpp | #include "VectorSerializerTest.h"
#include "utility/VectorSerializer.h"
#include <Master.h>
void VectorSerializerTest::TestDeserialize() {
const byte buffer[MMT_VECTOR_LEN] = {
0x01, 0x02, 0x03, 0x04,
0x05, 0x06, 0x07,0x08,
0x09, 0x0A, MMT_GET, MMT_STR,
'H', 'O', 'L', 'A'
};
... | [
"secci.jr@gmail.com"
] | secci.jr@gmail.com |
eb0bf04df5f4af5c66677d015b1926f279ab5ac4 | 6db61ae02546a71abcebfcdec87da6647ad292d8 | /aws-cpp-sdk-pinpoint/include/aws/pinpoint/model/GetSegmentVersionsRequest.h | 961f5bdd19e4250c7f0b5048cf2661f44ee78ea9 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | TK-blost/aws-sdk-cpp | 3ecdb89de8356748608f4ea0d780865ccb38fca2 | 3b08f92eb5e36f10eba26febd153310dc6d23734 | refs/heads/master | 2021-01-02T08:16:40.338046 | 2017-08-03T08:15:55 | 2017-08-03T08:15:55 | 98,982,901 | 0 | 0 | null | 2017-08-01T09:16:15 | 2017-08-01T09:16:15 | null | UTF-8 | C++ | false | false | 4,607 | h | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
f2e7d95339d9c23c25338f199cf7dcefb87220ca | d297bd22bd24c1cc90df36d60fefbe69d9979ca5 | /codeforces/E_Permutation_by_Sum.cpp | 05bac6002f8373bf2a8bbcbcce0559088082ceb3 | [] | no_license | das-kushal/InterviewGeek | b248dd4ea66df6d8a0f0bb3948368c667619076c | dc096e620bfeba2b12f9a78432442681c90daa0b | refs/heads/master | 2023-08-26T14:22:17.908378 | 2021-10-26T07:19:14 | 2021-10-26T07:19:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,982 | cpp | #include <bits/stdc++.h>
#define ll long long
#define MAX 1000007
#define dbg(x) cout<<#x<<" = "<<x<<endl
#define vdbg(v) for(auto x : v) cout<<x<<endl
#define INF 2e18
#define all(x) x.begin(),x.end()
#define m... | [
"shubhamskm2000@gmail.com"
] | shubhamskm2000@gmail.com |
6ea502946affd57b3b38750db2828a8e95f5eab5 | 6fc57553a02b485ad20c6e9a65679cd71fa0a35d | /zircon/system/utest/fidl-compiler/test_library.h | 8322909cff75e0074933a7fcab5f1e412083e9b1 | [
"BSD-3-Clause",
"MIT"
] | permissive | OpenTrustGroup/fuchsia | 2c782ac264054de1a121005b4417d782591fb4d8 | 647e593ea661b8bf98dcad2096e20e8950b24a97 | refs/heads/master | 2023-01-23T08:12:32.214842 | 2019-08-03T20:27:06 | 2019-08-03T20:27:06 | 178,452,475 | 1 | 1 | BSD-3-Clause | 2023-01-05T00:43:10 | 2019-03-29T17:53:42 | C++ | UTF-8 | C++ | false | false | 8,470 | h | // Copyright 2018 The Fuchsia 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 ZIRCON_SYSTEM_UTEST_FIDL_COMPILER_TEST_LIBRARY_H_
#define ZIRCON_SYSTEM_UTEST_FIDL_COMPILER_TEST_LIBRARY_H_
#include <fidl/flat_ast.h>
#include <f... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
0b64cc1e05c807144449b4cbbd1183aa58b903ff | befaf0dfc5880d18f42e1fa7e39e27f8d2f8dde9 | /SDK/SCUM_Sausages_functions.cpp | f62e004f2be1ce0b2b95b3699d0e1fceaadae06d | [] | no_license | cpkt9762/SCUM-SDK | 0b59c99748a9e131eb37e5e3d3b95ebc893d7024 | c0dbd67e10a288086120cde4f44d60eb12e12273 | refs/heads/master | 2020-03-28T00:04:48.016948 | 2018-09-04T13:32:38 | 2018-09-04T13:32:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 344 | cpp | // SCUM (0.1.17.8320) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "SCUM_Sausages_classes.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
}
#ifdef _MSC_VER
#... | [
"igromanru@yahoo.de"
] | igromanru@yahoo.de |
e56620d51e2dd160dc8f546cafc1912e5a5e19be | 4b4ccfd55f4b23fccecf0c397cdd31461b5e8ddb | /SaucerShooter/GameStart.h | 0a702204ffa85b298418b5f874cbed680f78aad8 | [] | no_license | DualBrain/df_win | 46e2a7edf3e43c237c5726aa87f3e01c3e0d5463 | f5e71206eefa3172117993f0853f7a31d04c8d09 | refs/heads/main | 2023-03-25T03:54:40.223165 | 2021-03-26T10:21:15 | 2021-03-26T10:21:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 269 | h | #include "ViewObject.h"
#include "Object.h"
#include "Music.h"
class GameStart : public df::ViewObject {
private:
df::Music* p_music;
public:
GameStart();
int eventHandler(const df::Event* p_e);
int draw(void);
void playMusic();
void start();
};
| [
"noreply@github.com"
] | DualBrain.noreply@github.com |
547efc12f52a1e9284db50a86146f8e064ce73b0 | 093df6cf938afc1f0af9f7120e2b48112cde7e36 | /libstd_cpp/thread/impl/thread_extend.h | 9718b0e1b8d684a8f5d596c4626116daf4064d11 | [] | no_license | hexu1985/cpp_code | 6487e19563ed2a751f889cb81ad724c40b442097 | 1cdbe297dec47cdd11f9e5d28e6caa2971b469bb | refs/heads/master | 2020-06-25T22:19:55.409303 | 2019-02-19T03:29:49 | 2019-02-19T03:29:49 | 96,992,341 | 3 | 0 | null | 2017-07-12T09:54:11 | 2017-07-12T09:54:11 | null | UTF-8 | C++ | false | false | 5,436 | h |
/**
* Exit this thread.
* The rval_ptr is a typeless pointer, similar to the single argument passed
* to the start routine. This pointer is available to other threads in
* the process by calling the thread::join function.
*/
inline void exit(void *value_ptr = NULL) noexcept
{
return pthread_exit(value_ptr);
}
... | [
"hexu@a.com"
] | hexu@a.com |
92d2e11ce8f99c882a07d4847e955b537c5e8339 | 7070dcfb17fff5e364c10c8a4d3dc726ea8e9222 | /algo/shared_ptr/test2/wpdefcon.cpp | f1e138ce279db96428f259c6993b536e4c65bced | [] | no_license | hechenyu/lib_code | 81bab1199ee21cc757067b83134a7f51856c4f3a | 881d6a108c41afa82d9fd7a4203fe243dbb2449b | refs/heads/master | 2020-04-15T12:44:55.952257 | 2017-07-04T18:28:24 | 2017-07-04T18:28:24 | 65,212,227 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 135 | cpp | #include "shared_ptr.h"
#include "sputil.h"
int main()
{
weak_ptr<int> sp;
show("default constructor", sp);
return 0;
}
| [
"hexu_bupt@sina.com"
] | hexu_bupt@sina.com |
c396247a23dc389436cbaceb8dd822189104de49 | d5889c8ffa5f0d9369c5226205dccff7f5382379 | /leetcode/medium/764. Largest Plus Sign.cpp | bc8a9766c483c11e04a8daa1c827e4f7af8d9aa1 | [
"MIT"
] | permissive | fpdjsns/Algorithm | 334457a0e18a28b51a54514b91daff798ed833fe | 1414d9368f4047b28808952efa2b0c68792c154c | refs/heads/master | 2023-05-04T16:55:43.599727 | 2023-04-18T14:27:50 | 2023-04-18T14:27:50 | 126,031,686 | 14 | 8 | MIT | 2021-12-06T07:30:28 | 2018-03-20T14:36:02 | C++ | UTF-8 | C++ | false | false | 1,517 | cpp | /**
* problem : https://leetcode.com/problems/largest-plus-sign/
* time/space complexity : O(N^2)
*/
class Solution {
public:
int orderOfLargestPlusSign(int n, vector<vector<int>>& mines) {
set<pair<int,int>> zeros;
for(auto mine: mines){
zeros.insert({mine[0], mine[1]});
}
... | [
"noreply@github.com"
] | fpdjsns.noreply@github.com |
ca29e76238fdb264c693e712b59b2ede6ea75863 | dcc43f45f945011a74303ac9cbc5f800b0a8ee83 | /src/Mat4.h | 08301bce680e193d40d7ad017ff1f4718696752e | [] | no_license | Anastasija3793/DustyParticles | 69a2add0ff56d43f0290f524633de094f0f97b07 | 01c7d393e0b0db5eed0e8ad6faf16a2d4fa2ec66 | refs/heads/master | 2021-01-19T11:20:31.067732 | 2017-05-16T06:10:01 | 2017-05-16T06:10:01 | 87,954,047 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,578 | h | /// @file Mat4.h
/// @brief Matrix 4x4; Needed to rotate particles (in 3D mode)
/// @author Jon Macey
#ifndef MAT4_H
#define MAT4_H
#include <array>
#ifdef __APPLE__
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#include "GLUT/glut.h"
#include <SDL.h>
#include <SDL_image.h>
#else
#include <SDL2/SDL.h>
#inc... | [
"s4923023@bournemouth.ac.uk"
] | s4923023@bournemouth.ac.uk |
ec5e0a927968c3324378b13edb965c6a885791d2 | e5f4f37d941ceb8145d65f92028cc54658b1ac01 | /Code/EnginePlugins/BakingPlugin/Tracer/TracerEmbree.h | f1c76159453bb31c37aabdbaddcf84d1f849bf98 | [
"MIT"
] | permissive | ezEngine/ezEngine | 19983d2733a5409fb2665c6c3a0a575dadcefb50 | c46e3b4b2cd46798e4abb4938fbca281c054b039 | refs/heads/dev | 2023-09-06T02:17:28.152665 | 2023-09-05T18:25:43 | 2023-09-05T18:25:43 | 18,179,848 | 1,050 | 165 | MIT | 2023-09-14T21:44:39 | 2014-03-27T15:02:16 | C++ | UTF-8 | C++ | false | false | 436 | h | #pragma once
#include <BakingPlugin/Tracer/TracerInterface.h>
#include <Foundation/Types/UniquePtr.h>
class EZ_BAKINGPLUGIN_DLL ezTracerEmbree : public ezTracerInterface
{
public:
ezTracerEmbree();
~ezTracerEmbree();
virtual ezResult BuildScene(const ezBakingScene& scene) override;
virtual void TraceRays(ez... | [
"noreply@github.com"
] | ezEngine.noreply@github.com |
5bf78246fedc98a024afcee8833be596ffcc352e | 9e97e1ef6382ed2ea0ca682b0cddf4bcfbffa6ea | /GameEditor/SGOOnMapTableWidget.h | 67720c8ff92cc04c87c3b648ce1768a192884b1b | [] | no_license | rodrigobmg/GameEditor | 0942a1c2f805cb417384cf4d9ad516f7223ff12f | c75a593496a859f37ee89db8c51479e65367ea62 | refs/heads/master | 2020-03-28T18:08:09.681703 | 2018-03-21T06:01:42 | 2018-03-21T06:01:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,337 | h | #pragma once
#include <QWidget>
#include <qtableview.h>
#include <qboxlayout.h>
#include <memory>
#include "ui_SGOOnMapTableWidget.h"
#include "QtGEPaginator.h"
#include "SGOOnMapTM.h"
#include "SGOOnMapToolBox.h"
#include "MapEditorControl.h"
class SGOOnMapTableWidget : public QWidget, public Ui::SGOOnMapTableWidget... | [
"holodnukfedor@gmail.com"
] | holodnukfedor@gmail.com |
d56873eaa0bd9dd3888f4b8e6b686585615510df | 3af43b15609a71c109f695df9299672102250343 | /src/comm/options.cpp | 3a24b80919a644d18b3d7b0d2383d5ddfc037a25 | [
"BSD-3-Clause",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"LicenseRef-scancode-unknown-license-reference",
"OpenSSL",
"BSD-2-Clause"
] | permissive | mloves0824/phxpaxos | 7dddbd557f26c0dc90426c3ed4c32d1109d38fc4 | f77c7353e2c7ed75a6f52b9f15820f53c2005e47 | refs/heads/master | 2021-05-03T16:19:55.506772 | 2017-09-13T13:47:56 | 2017-09-13T13:47:56 | 69,201,538 | 0 | 0 | null | 2016-09-26T01:22:28 | 2016-09-26T01:22:28 | null | UTF-8 | C++ | false | false | 2,840 | cpp | /*
Tencent is pleased to support the open source community by making
PhxPaxos available.
Copyright (C) 2016 THL A29 Limited, a Tencent company.
All rights reserved.
Licensed under the BSD 3-Clause License (the "License"); you may
not use this file except in compliance with the License. You may
obtain a copy of the... | [
"lynncui00@gmail.com"
] | lynncui00@gmail.com |
529ab5678ed62ccef265d329e5a824bde6341574 | cf27989ba7d00342358b63e55558c075a35c9ac4 | /gt/simple.cpp | 7cc2236ebdb1bff205938d46bafd073a0af581d3 | [] | no_license | VishalKhurana/DSA | 1b9f2888cd332b6741a61e6426b0586615157143 | 6fc90621f97dee4c10e3911f8f2cc95e4a0a7903 | refs/heads/master | 2022-12-04T12:31:32.104914 | 2020-08-30T14:57:03 | 2020-08-30T14:57:03 | 285,479,440 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 449 | cpp | #include<bits/stdc++.h>
using namespace std;
void simplifiedFractions(int n) {
int num=1;
int deno=2;
for(int num=1;num<n;num++)
{
for(int deno=num+1;deno<num;deno++)
{
cout<<num<<" "<<deno<<endl;
}
}
v... | [
"vishalkhurana972@gmail.com"
] | vishalkhurana972@gmail.com |
6fc9d063f68536aaff1727791d4e0b058bdd88e5 | 0669271ade5ca1fd1139a3807a7d4ec4645af8c8 | /sstd_qt_qml_quick_library_application/sstd_qquickmaterialstyle.cpp | c2aa54a96c366b5a9585ab9ac19a9563837e75d5 | [] | no_license | ngzHappy/sstd_qt_qml_quick_library | 44c44d2536fe78c8e5cff9867d595cf960e8fe17 | d40b247759dc1ac603486884a522df16cfc773e0 | refs/heads/master | 2020-04-29T11:28:54.394654 | 2019-07-20T00:05:29 | 2019-07-20T00:05:29 | 176,099,837 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 39,275 | cpp |
#include "sstd_qquickmaterialstyle_p.h"
#include <QtCore/qdebug.h>
#include <QtCore/qsettings.h>
#include <QtQml/qqmlinfo.h>
#include <QtQuickControls2/private/qquickstyle_p.h>
namespace sstd {
static const QRgb colors[][14] = {
// Red
{
0xFFFFEBEE, // Shade50
0xFFFFCDD2, // Shade100
... | [
"zhaixueqiang@hotmail.com"
] | zhaixueqiang@hotmail.com |
1e8df4cfaf964b2859e9496d7dc5def024d2cb02 | a61a21484fa9d29152793b0010334bfe2fed71eb | /Skyrim/include/Skyrim/ExtraData/ExtraStartingPosition.h | 5ef9a4cddb82e7961209b441ab6a1adaba3924aa | [] | no_license | kassent/IndividualizedShoutCooldowns | 784e3c62895869c7826dcdbdeea6e8e177e8451c | f708063fbc8ae21ef7602e03b4804ae85518f551 | refs/heads/master | 2021-01-19T05:22:24.794134 | 2017-04-06T13:00:19 | 2017-04-06T13:00:19 | 87,429,558 | 3 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 345 | h | #pragma once
#include "BSExtraData.h"
class ExtraStartingPosition : public BSExtraData
{
public:
enum { kExtraTypeID = (UInt32)ExtraDataType::StartingPosition };
UInt32 unk08;
UInt32 unk0C;
UInt32 unk10;
UInt32 unk14;
UInt32 unk18;
UInt32 unk1C;
UInt32 unk20;
private:
DEFINE_MEMBER_FN(ctor, void, 0x0... | [
"wangzhengzewzz@gmail.com"
] | wangzhengzewzz@gmail.com |
eaad1fcc1756dce6dab6c7252d41a6edd3d81d37 | 8f1cbcc65e9ee64c39d3943e31e72dc660270651 | /Utilities/TestUtilities/TestUtilities.h | e65e29bc0402b72afbd6690d906a285c66e6e8f2 | [] | no_license | chetalimahore/Key-Value-NoSQL-Database | bd79b0aaf18e5fdc69b1f14a76827ca9bdf5738c | 80e5450bc969dc6d74037553f94ac614aedf00e3 | refs/heads/master | 2020-04-02T03:01:47.491538 | 2018-10-20T20:27:08 | 2018-10-20T20:27:08 | 153,941,956 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,343 | h | #pragma once
///////////////////////////////////////////////////////////////////////
// TestUtilities.h - provides single-user test harness //
// ver 1.0 //
// Language: C++, Visual Studio 2017 //
// Application: Mos... | [
"chetalimahore@gmail.com"
] | chetalimahore@gmail.com |
5553d7f235a39aaa70e2881f5932b1d08de0a866 | 7ce14764f52b954ba890bdd2b1696822ffc4f537 | /sensor_hal/libsensors/sensor-daemon.cpp | 64de8f332779455e928a6397cc0c520dc908b592 | [] | no_license | batoom/test | 55f7cafff368efbd16dbc9150fb8208461120339 | 5a17b4e9301e85ce4129d7aa5cfc49a499f942a4 | refs/heads/master | 2016-09-05T17:29:36.373753 | 2012-04-13T09:46:22 | 2012-04-13T09:46:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,719 | cpp | #include <stdio.h>
#define LOG_TAG "RzSensD"
#include <cutils/properties.h>
#include <utils/Log.h>
#include <utils/Timers.h>
#include <utils/threads.h>
#include <utils/Errors.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <memory.h>
#include <errno.h>
#include <assert.h>
#in... | [
"bcxu@hzwowpad.com"
] | bcxu@hzwowpad.com |
af9ddc6c94b73021b5027734167e6049ad73bf16 | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/webrtc-jumpingyang001_for_boss/modules/rtp_rtcp/source/dtmf_queue.h | dd80ba11135d96163c1870c37d2e4dbe23efdec4 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-google-patent-license-webm",
"LicenseRef-scancode-google-patent-license-webrtc",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | C++ | false | false | 1,074 | h | /*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | [
"slacealic@nate.com"
] | slacealic@nate.com |
c808d015d7402dc8e3b95556f272059ea2fcaa7b | 6ae1aa70d46788fcfce031f51733b3c18715b45d | /include/jet/scalar_grid3.h | efab80140319567320e507174a19535704d7aace | [
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | dokipen3d/fluid-engine-dev | 3d4f3e4bb907feb00734e0fc1d47d2e86a89e3f0 | 0e26fbc19195ce4a21fb529a3de2d15b46c93050 | refs/heads/master | 2021-01-11T06:50:38.790287 | 2016-10-08T04:55:39 | 2016-10-08T04:55:39 | 72,378,941 | 4 | 1 | null | 2016-10-30T22:16:28 | 2016-10-30T22:16:28 | null | UTF-8 | C++ | false | false | 6,408 | h | // Copyright (c) 2016 Doyub Kim
#ifndef INCLUDE_JET_SCALAR_GRID3_H_
#define INCLUDE_JET_SCALAR_GRID3_H_
#include <jet/array3.h>
#include <jet/array_accessor3.h>
#include <jet/array_samplers3.h>
#include <jet/grid3.h>
#include <jet/scalar_field3.h>
#include <memory>
namespace jet {
//! Abstract base class for 3-D sc... | [
"doyubkim@gmail.com"
] | doyubkim@gmail.com |
1b900986ffbd7c00dde2b2196747f2a69d7fb762 | d6f4500063f117beef36518fe27b9838d6072385 | /eventbuilders/include/.svn/text-base/translatorRunningXY.h.svn-base | a7f343484e021de51ee046da6210a7e3bcffd958 | [] | no_license | terzo/tbmon_mppfork | c4b3db12dbd8c065d1bc3b8c485353c1b3e15e51 | f63cbb96112f07ec82970fdd380b6d501743be6b | refs/heads/master | 2020-12-31T04:29:27.364394 | 2016-02-10T15:13:15 | 2016-02-10T15:13:15 | 51,448,395 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,996 | #ifndef TRANSLATORRUNNINGXY_H
#define TRANSLATORRUNNINGXY_H
// standard header files
#include <iostream>
#include <deque>
#include <map>
#include <set>
// tbmon header files
#include "event.h"
#include "eventbuilder.h"
#include "Track.h"
/*! \brief Reads in translation for groups of events per DUT from file (generat... | [
"terzo@mpp.mpg.de"
] | terzo@mpp.mpg.de | |
158f0f87a268262209f280824c50df951970968c | 9bdd6516a5bea3dd3bd9f3229f777d6ddbd1a84f | /ABC/187d.cpp | 171ce3a183eb1e3ee46f0622842dc71a781eca79 | [] | no_license | t0m0ya1997/atcoder | 968b990440b3d3ebc60b4b92ded0df32c44e51d6 | cf228d442aa51ddc59204779146229ce966768e7 | refs/heads/main | 2023-07-30T16:39:58.989703 | 2021-09-19T03:08:25 | 2021-09-19T03:08:25 | 408,014,778 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 543 | cpp | #include<bits/stdc++.h>
using namespace std;
#define rep(i, n) for(int i=0;i<n;++i)
#define rep1(i, n) for(int i=1;i<=n;++i)
#define ll long long
int main(){
int N;cin>>N;
ll sumA = 0LL;
vector<ll>A(N);
rep(i,N){
ll a,b;cin>>a>>b;
sumA+=a;
A[i] = 2*a + b;
}
sort(A.begin()... | [
"t_dopeness@RespectChinza.local"
] | t_dopeness@RespectChinza.local |
9b5a120b912848bc8099f0c8a77aa7dd743de2b3 | 2961e840e1083a844b3a0727285dbd49c77cb8aa | /dbMouse_FreeRTOS/TskIr/TskIr.cpp | 7021ddce2defeb72f9f5241b7cc6f925e886f424 | [] | no_license | dbHu/dbHuMouse_2017 | 93f3ceb9d06f8f35155b90ed4b28bef49007f159 | 33d99c749be7774dfb22b2f282b0dd2cdedcdee4 | refs/heads/master | 2021-08-08T22:39:37.183780 | 2017-11-11T13:56:11 | 2017-11-11T13:56:11 | 103,143,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,412 | cpp | /*
* TskIr.cc
*
* Created on: Aug 13, 2016
* Author: loywong
*/
#include <math.h>
#include <stdio.h>
#include <stdint.h>
#include <inc/hw_adc.h>
#include <inc/hw_sysctl.h>
#include <inc/hw_gpio.h>
#include <inc/hw_memmap.h>
#include <inc/hw_types.h>
#include <inc/hw_timer.h>
#include <inc/hw_ints.h>
#inclu... | [
"wwmhu@outlook.com"
] | wwmhu@outlook.com |
95b64fa1ea45a2cb023f40a0794867a2314e1fc5 | c85fd542bd7c23aed09e044b947c4a8e6074bc25 | /src/core/risa/common/opt_default/MathAlgorithms_Default.cpp | 71d44427ff1ce65840776dd5223800f5e636d362 | [] | no_license | w-dee/kirikiri3-legacy | 35742a56cb1e5b5f0252a48c41d1c594ee3a79a6 | 9a918425c41fc3f64468ded61cdce6c464d2247a | refs/heads/master | 2020-06-23T22:18:34.794911 | 2010-01-04T06:33:50 | 2010-01-04T06:33:50 | 198,763,501 | 19 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,579 | cpp | //---------------------------------------------------------------------------
/*
Risa [りさ] alias 吉里吉里3 [kirikiri-3]
stands for "Risa Is a Stagecraft Architecture"
Copyright (C) 2000 W.Dee <dee@kikyou.info> and contributors
See details of license at "license.txt"
*/
//-----------------------------------------... | [
"w.dee@9e463c26-7fdd-0310-8662-bb9cb7c2284e"
] | w.dee@9e463c26-7fdd-0310-8662-bb9cb7c2284e |
df7ba81bf437c6936dbb25963fb608afe4cf97b9 | 9fc5b7b8f9ae818ea7f31e7201e3055aff85fb5d | /Constants.h | 179fa8c0beafb1d8554f82ea443ebbf24a7a23e5 | [] | no_license | bend/Huffman-algorithm | 5d19379e96b82fa7005a0ec470968b8dd66a382b | d33f846390a1668988ace86d6860fbe9af577115 | refs/heads/master | 2020-12-24T13:35:32.649210 | 2010-11-19T22:47:40 | 2010-11-19T22:47:40 | 1,094,469 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 962 | h | /*
* Copyright © Benoit Daccache
* ben.daccache@gmail.com
*
* This file is part of Huffman.
*
* Huffman is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at y... | [
"ben.daccache@gmail.com"
] | ben.daccache@gmail.com |
4a7885b6a459fd20e4d2d4748c087ae389ce9932 | bce0ba120cba76ab70126ba34be319035de4aa3d | /IIT_Basics/GPA02.cpp | 2d1329419c2e61d36e06ae15983a68dfd1761f9b | [] | no_license | lshaw8317/Cpp_Courses | 088267292aa66027c566229a505ea6a710a27c7c | 4fcbed11b6a1793c3031872577cd00db013b938b | refs/heads/master | 2022-12-20T23:03:08.319218 | 2020-10-04T14:36:48 | 2020-10-04T14:36:48 | 284,066,454 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,725 | cpp | // GPA02.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include <iostream>
#include "GPA02.h"
#include <iomanip>
using namespace std;
int main()
{
int gq[54] = { 7,
10,
10,
7,
4,
8,
0,
5,
2,
0,
7,
9,
8,
9,
0,
3,
0,
0,
9,
10,
0,
0,
2,
9,
9,... | [
"noreply@github.com"
] | lshaw8317.noreply@github.com |
3e2a4c8a6e4071b758d4d9115fceda4f55ff8f3c | ca97c1575c05d3227a287340d5b85ced8ecea741 | /NetworkProject/TestTuple.h | 944a8b1c0c9faf3a5c522e4f5a4782bf653034db | [] | no_license | MechaKnightz/NetworkProject | e5f794af738c6e815169a77b9753eccf3c95a56a | 408d5d7dd487f4fb3db31fedfcb89ed8ecd84a04 | refs/heads/master | 2022-12-14T07:40:12.393017 | 2020-01-23T14:42:37 | 2020-01-23T14:42:37 | 232,685,152 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 362 | h | #pragma once
#include <tuple>
#include "TransformComponent.h"
#include "ModelComponent.h"
#include <memory>
class TestTuple : public std::tuple<std::shared_ptr<TransformComponent>, std::shared_ptr<TransformComponent>>
{
public:
std::shared_ptr<TransformComponent> GetTransformComponent()
{
return std::get<std::sha... | [
"mechaknightz@hotmail.com"
] | mechaknightz@hotmail.com |
9cb52ba34ae82b6c867be2c45cd8d60d23a01aee | 5e8d200078e64b97e3bbd1e61f83cb5bae99ab6e | /main/source/src/protocols/ligand_docking/TransformCreator.hh | c94793da0fde3917481364d127412efb99bac783 | [] | no_license | MedicaicloudLink/Rosetta | 3ee2d79d48b31bd8ca898036ad32fe910c9a7a28 | 01affdf77abb773ed375b83cdbbf58439edd8719 | refs/heads/master | 2020-12-07T17:52:01.350906 | 2020-01-10T08:24:09 | 2020-01-10T08:24:09 | 232,757,729 | 2 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 1,228 | hh | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"36790013+MedicaicloudLink@users.noreply.github.com"
] | 36790013+MedicaicloudLink@users.noreply.github.com |
93285d999500ec6a9a0b9ffd8117202c62b44d17 | 97708d413db822e6ef4e158ebacd62582a619f47 | /hackerrank/morgan_stanley/stock_values.cpp | f8bffbe20b76541aec145a1f11d6cc3261cc35b7 | [] | no_license | uchihaitachi08/daily_code | aa8d233056440fad87bbe27f5c9ee3bb2d60e513 | aa6eca512684511115e5a64526f596419e098a82 | refs/heads/master | 2021-01-19T18:00:02.398436 | 2015-10-10T17:06:31 | 2015-10-10T17:06:31 | 40,917,476 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 956 | cpp | #include<iostream>
#include<map>
#include<string>
#include<climits>
using namespace std;
int mod(int a){
if(a < 0)
return -1*a;
return a;
}
int sum(int* arr, int n){
int sum = 0;
for(int i=0;i<n/2;i++){
sum = sum+ mod(arr[i]-arr[n-1-i]);
}
return sum;
}
void change(int* arr, int n,int index,int* max){
int te... | [
"sameerrrana@gmail.com"
] | sameerrrana@gmail.com |
8d71181b4b8d4669601d5448eaaf28cd8284808f | 6f596ffcf04a30060647106537107be2f4f23643 | /number of days in a year finale.cpp | 78fad0307a4c2d59597158568880791b6e6acafd | [] | no_license | faith-cpu/days-in-a-year | a8bd3254d479d3cdd3dc862201383d3067e3f36f | 9de1b270754098f1aa3ee29947c5f3c7cd2fc1b5 | refs/heads/main | 2023-05-09T18:40:50.726047 | 2021-06-03T08:37:19 | 2021-06-03T08:37:19 | 373,437,511 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 280 | cpp | #include<stdio.h>
int check_leap_year(int year){
if(year%4==0 || year%100==0 || year%400==0){
return year=366;
}else
return year=365;
}
int main(){
int year;
printf("enter year:");
scanf("%D", &year);
printf("the year has %d days", check_leap_year(year));
} | [
"noreply@github.com"
] | faith-cpu.noreply@github.com |
2f52c333ef1dfcb4f74e1abecc56f258c470330d | ec9a97a59f4fd5a93a0c891c1bcb458540fa6972 | /Chapter.03/04/average_rainfall.cpp | ea88cb4f25ed8de468e35173bdfe7c5882aebf74 | [] | no_license | MelodyKhan/starting_out_with_Cplusplus | a07e028f726459ca734a9c6956e5c3ac4329d925 | 04ffcd62c484f74c17dcf582b5ce8add6f82805f | refs/heads/master | 2022-03-12T10:24:01.461173 | 2017-09-25T03:52:40 | 2017-09-25T03:52:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 952 | cpp | #include <iostream>
#include <string>
#include <iomanip>
using namespace std;
int main()
{
const int MONTHS = 3;
string month1;
string month2;
string month3;
double rainfall1;
double rainfall2;
double rainfall3;
double average;
cout << "Please enter a name of month: " << endl;
cin >> month1;
co... | [
"kiboh.usa@gmail.com"
] | kiboh.usa@gmail.com |
eec1d983b9fafe059eb42ebee9290fd1bae258bd | 6c97b68c7001ee666693690af709d0fc655ad9ab | /Student.h | 91aa29811c9b23beb06e543da634d502f5be184d | [] | no_license | JamesGreyThompson/hellogit | aa15d1b03a7d43af44a0860d8fc404fb7ff64513 | 6d713a825b99e2355c0b4341564fdbbab791985d | refs/heads/master | 2021-05-05T01:44:26.142193 | 2018-02-07T16:03:52 | 2018-02-07T16:03:52 | 119,702,432 | 0 | 0 | null | 2018-01-31T15:05:32 | 2018-01-31T15:05:31 | null | UTF-8 | C++ | false | false | 286 | h | //Student.h
#ifndef STUDENT_H
#define STUDENT_H
#include <string>
using namespace std;
class Student {
private:
double id;
string name;
public:
Student ();
Student (double i , string n);
void setA(double i);
double getA();
void setB(string n);
string getB();
};
#endif
| [
"JamesGreyThompson@users.noreply.github.com"
] | JamesGreyThompson@users.noreply.github.com |
96247b3e07bd08f974a0c6be5082ac08ade30e0c | 5d7ec3fb2e4c2a136794b60fc40ad260934f0353 | /timer.cpp | 8935e910bbeca977cb2d14b087992db071d441ad | [] | no_license | Alagris/C-Utils | b6205fb278944935502ee228fd61154eef03fc6a | 6bd7cbae2eb0f7cb13f94d28a01133cb63242ee3 | refs/heads/master | 2021-05-07T19:20:42.253627 | 2017-11-24T15:01:33 | 2017-11-24T15:01:33 | 56,316,564 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 657 | cpp | #include "timer.h"
#include <iostream>
#include <chrono>
namespace util_lib{
using namespace std::chrono;
high_resolution_clock::time_point startTime;
void start(){
startTime = high_resolution_clock::now();
}
double endTimeNano(){
return duration_cast<nanoseconds>(... | [
"alagris12358@gmail.com"
] | alagris12358@gmail.com |
315e44ac3f39c7382585ff4559a78f8ad23a06c4 | 61f56656a487e097062fc0fc3a1afc428ca7b954 | /Stanford-CS106B/SectionHandout4/SectionHandout4/Maze.cpp | 0f98309483dc466c7f1392b5aaeb8264398b69f8 | [] | no_license | jimchiang/ProfessionalDevelopment | 9e94d707482d86f1679cd7ca4229f1af9247c298 | a50a3f734022c8c7ca11af2c11f7c513035b6b19 | refs/heads/master | 2021-01-11T11:44:09.337367 | 2013-10-15T04:57:40 | 2013-10-15T04:57:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 814 | cpp | #include "Maze.h"
Maze::Maze(void)
{
}
int Maze::RecShortestPathLength(pointT pt, int steps, int & minSteps) {
if ( OutsideMaze(pt) ) {
if (steps-1 < minSteps) minSteps = steps-1;
return;
}
if ( IsMarked(pt) ) return;
MarkSquare(pt);
for (directionT dir = North; dir <= West; dir=directionT(dir + 1)) {
if (... | [
"dsbmach@gmail.com"
] | dsbmach@gmail.com |
a632354927948ff226805d66ca653e2dd209234d | 4d8615fc959088b05bdb7ebebf1511d2167af2af | /merge.cpp | 09b0a6fe43eff008510745e75551e1fb9f810145 | [] | no_license | cuiguangwu/project_dmoo | 3448d982dfbd7fc2df3046fc11179adbf36adc7a | 1ef13033e7c1f4c702bbbb7c248f0a3e79216dfd | refs/heads/master | 2020-04-27T01:29:37.065701 | 2019-03-05T15:09:57 | 2019-03-05T15:09:57 | 173,967,291 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,245 | cpp | /* Routine for mergeing two populations */
# include <stdio.h>
# include <stdlib.h>
# include <math.h>
# include "global.h"
# include "rand.h"
/* Routine to merge two populations into one */
/* 将p1和p2合并至p3 */
void merge(population *pop1, population *pop2, population *pop3)
{
int i, k;
for (i=0; i<popsize; i++)
{
... | [
"noreply@github.com"
] | cuiguangwu.noreply@github.com |
ad02672a6e035d781290498e5883e5770d8f2a98 | b3bff44ad5c3d6cbebde8500d09dec4642de56b5 | /third-party/thrift/src/thrift/lib/cpp2/test/MultiplexAsyncProcessorTest.cpp | 982b89606d621424b49163e09a5dd58f47fbbbec | [
"MIT",
"PHP-3.01",
"Zend-2.0",
"Apache-2.0"
] | permissive | sbuzonas/hhvm | 0180fe9e416f4b570e19c75e3d991a69354e5069 | 3f02bce658ef94002e30279264649ff44f2c936a | refs/heads/master | 2023-09-01T11:54:00.370084 | 2022-10-22T01:23:33 | 2022-10-22T01:23:33 | 16,925,766 | 0 | 0 | NOASSERTION | 2023-04-03T22:57:29 | 2014-02-17T20:34:17 | C++ | UTF-8 | C++ | false | false | 29,079 | cpp | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* 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 appl... | [
"atry@fb.com"
] | atry@fb.com |
ec8b482a4498617b8cca04391e75f12871662e61 | aaacdfd8eb1e5231ce0e1ade4b58101687bcffab | /src/c_crypto/src/common/Varint.h | f9d820fd1562a8c2ae85270a7807ae6191c2e79c | [
"MIT"
] | permissive | survirtual/ring-crypto | a859c7c8a8cf1db3b473a7b8b46fe502ad410f2e | 128f3d2e26c5489c7f947753ebbedc907128245d | refs/heads/master | 2023-01-28T23:54:47.024789 | 2022-10-12T11:49:43 | 2022-10-12T11:49:43 | 229,849,713 | 6 | 5 | MIT | 2023-01-05T03:35:13 | 2019-12-24T01:42:52 | C | UTF-8 | C++ | false | false | 2,006 | h | // Copyright (c) 2011-2016 The Cryptonote developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
#include <limits>
#include <sstream>
#include <string>
#include <type_traits>
#include <utility>
namespace t... | [
"sc@survirtual.com"
] | sc@survirtual.com |
f45ba07aa9ab343c83c2cbc92d1b2901349e1ebb | cb7ac15343e3b38303334f060cf658e87946c951 | /source/runtime/Slate/Private/Widgets/Text/SlateTextBlockLayout.cpp | 35e81dcee055b764c7537d4b1c16fc60ef1d29f4 | [] | no_license | 523793658/Air2.0 | ac07e33273454442936ce2174010ecd287888757 | 9e04d3729a9ce1ee214b58c2296188ec8bf69057 | refs/heads/master | 2021-11-10T16:08:51.077092 | 2021-11-04T13:11:59 | 2021-11-04T13:11:59 | 178,317,006 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,064 | cpp | // Copyright Epic Games, Inc. All Rights Reserved.
#include "Widgets/Text/SlateTextBlockLayout.h"
#include "Fonts/FontCache.h"
#include "Framework/Text/SlateTextHighlightRunRenderer.h"
FSlateTextBlockLayout::FSlateTextBlockLayout(SWidget* InOwner, FTextBlockStyle InDefaultTextStyle, const TOptional<ETextShapingMethod... | [
"523793658@qq.com"
] | 523793658@qq.com |
cce46d11e51b9c0dab684f251ea5cceb117db47d | 38804bb6bbe2ebf4953e4ee834edb41ce0f9a55c | /不会023_Merge_k_Sorted_Lists/23.cpp | d73113c5a6a89951c5729a7f785c483dbf1a9240 | [] | no_license | mumuxijili/MyLCode | d90da042477193e23a2a215c8e4d29d4911a2dd3 | 5998073e400f732b144f742d257b8f97631cbc00 | refs/heads/master | 2021-01-01T05:19:06.388875 | 2017-06-02T03:50:04 | 2017-06-02T03:50:04 | 59,084,603 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 255 | cpp | #include <iostream>
#include <string>
#include <vector>
using namespace std;
struct ListNode
{
int val;
ListNode *next;
ListNode(int x) : val(x), next(NULL) {}
};
class Solution
{
public:
ListNode* mergeKLists(vector<ListNode*>& lists)
{
}
};
| [
"mengjiepang@gmail.com"
] | mengjiepang@gmail.com |
9c119e7639d8165e861ac1266d1c1f295412b16c | 836c8f5168b4219c42cb4c39bcb94c7b351ccf7b | /src/loginfo.cpp | 6652ce34906e065868ef0b3595a492d36da4e193 | [] | no_license | vihist/logapi | 6d5b361590d69747537615f1d2aa598fe517621c | bbb27725ad937156eed8a3141cc05632eab53045 | refs/heads/master | 2021-01-19T08:05:29.620761 | 2017-04-16T14:47:47 | 2017-04-16T14:47:47 | 82,069,551 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,857 | cpp | #pragma warning ( disable : 4996)
#include <iostream>
#include <sstream>
#include <iomanip>
#include <stdarg.h>
#include <time.h>
#include <string.h>
#ifdef _LINUX_
#include <sys/time.h>
#else
#include <Windows.h>
#endif
#include "loginfo.h"
using std::string;
using std::ostringstream;
using std:... | [
"noreply@github.com"
] | vihist.noreply@github.com |
6719191f3d020bcfd1d028b26c02cc50935c59ed | 4486ab290ac7c1043fa7014a7a376c0b349ad9ef | /BT1000_140.cpp | e568d711b38b705e2b3bc2a853e29d1bcc362860 | [] | no_license | HoaAnh/BT1000_NTTMK_v2 | da1239deb0f00deedbba1634e8c5e0f45929ffeb | df2af4cb2bc3ac837804044152aabdb3a14a5279 | refs/heads/master | 2021-01-01T20:39:19.270188 | 2017-08-16T08:04:24 | 2017-08-16T08:04:24 | 98,907,420 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313 | cpp | #include<iostream>
using namespace std;
int main()
{
int n;
cin>>n;
int Arr[10000];
for(int i=0;i<n;i++)
{
cin>>Arr[i];
}
int Min=0;
for(int i=0;i<n;i++)
{
if(Arr[i]>0&&Arr[i]<Arr[Min])
{
Min=i;
}
else
{
cout<<"-1";
}
}
cout<<Min;
return 0;
}
| [
"noreply@github.com"
] | HoaAnh.noreply@github.com |
13f8a14c1b31102b4107b4a77ddfe1517c1e5296 | 9ceffc53f308758867323a18c81ca66238902cfd | /HackerRank/BFSShortReach_1.cpp | 956091d2c7b99eb83c3b15060de89be9ee13df2d | [] | no_license | ConanCode96/ONLINE_JUDGE | a0783ed15e6f1480a96bddaeafdb40b28744fbe8 | c8f971b05b833bea6c46db8d62c11a7293935ea1 | refs/heads/master | 2021-05-09T22:15:40.762999 | 2020-07-27T18:03:30 | 2020-07-27T18:03:30 | 118,746,877 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,554 | cpp | #include <bits/stdc++.h>
using namespace std;
#define X first
#define Y second
#define ll long long
#define inf (ll)1e18
#define all(x) x.begin(), x.end()
const int MX = 200020;
const int N = 1000060;
const int mod = ((int)1e9 + 7);
int main(){
/*
Hossam ^_^
___ ___
(^_^) (^_^)
... | [
"noreply@github.com"
] | ConanCode96.noreply@github.com |
61332f304630679af7fc2157f30781b62eb4b2d9 | b71126069f4137753f88d8010c25d0deff5345d6 | /qt_comPort_Monitor/main.cpp | 7e17ce68cac78f51553df2f24658232ce264725c | [] | no_license | plumber2020/Qt_ComPort_pic16F1718_mcp9803 | e2cef2bdfb03323e4d3833ef08ab0936c4749f7c | 152b1e6fe808b4aecf26cc43982a8c3e7329fe05 | refs/heads/main | 2023-06-12T04:40:10.566193 | 2021-07-08T10:18:51 | 2021-07-08T10:18:51 | 348,489,534 | 0 | 0 | null | 2021-04-03T20:43:12 | 2021-03-16T20:57:07 | C | UTF-8 | C++ | false | false | 276 | cpp | #include "mainwindow.h"
#include <QApplication>
//#include "./logging/Logger.h"
int main(int argc, char *argv[])
{
// Logger::init(0);
QApplication a(argc, argv);
MainWindow w;
w.show();
bool state = a.exec();
// Logger::clean();
return state;
}
| [
"42453852+sweet-little@users.noreply.github.com"
] | 42453852+sweet-little@users.noreply.github.com |
2c342a858a94651d1a26994c4e423bfbac93bd22 | 0b228497f46acb1ea5fb5a4863b8807256e1ed4c | /Algorithms/OptFlow/unittests/optflow_unittests.cpp | 1408b46b766a0176e9dc9d9879e54c21af15cab4 | [] | no_license | mazurekm/ObjectTracking | a08df16ad672b7616e5091ed47ff37b7102fe678 | 765b2721e76c6605801f22e6c92e88c7470de823 | refs/heads/master | 2021-01-18T05:55:12.326779 | 2015-06-06T14:05:12 | 2015-06-06T14:05:12 | 33,033,672 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,503 | cpp | #define BOOST_TEST_MODULE Algorithms
#include <boost/test/unit_test.hpp>
#include <Algorithms/OptFlow/OpticalFlow.h>
#include <FrameProcessing/TransformContainer.h>
#include <FrameProcessing/ImageTransform.h>
#include <string>
#include <sstream>
#include <boost/filesystem.hpp>
#include <Algorithms/Utils/State.h>
#inc... | [
"mazur@myown.test"
] | mazur@myown.test |
76f3e4d188d7e7d64dbb0b739d1b7469b4b30d7c | ef927955ec4904a79f11be34038af7f6f75bd31f | /grxsdk/inc/grx/gcstatusbar.h | 8a1d59c54241367afb7d354eb6b0f2fc48e8de20 | [] | no_license | 15831944/arxloader | 610842b913b1fea16133564ff532a4207daf076a | b9d2888953b04ab53743ddae6751d871d2a23dae | refs/heads/master | 2023-04-13T14:54:28.462797 | 2021-04-27T12:37:05 | 2021-04-27T12:37:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,839 | h |
#ifndef _GCSTATUSBAR_H
#define _GCSTATUSBAR_H 1
#pragma pack (push, 8)
#ifdef NEW_STATUS_BAR
#define SB_DEPRECATED __declspec(deprecated)
#else
#define SB_DEPRECATED
#endif
#include "gcdocman.h"
#include "rxvalue.h"
class GCAD_DLL_DECL GcStatusBarItem
{
public:
GcStatusBarItem();
GcStatusBarItem(const CString&... | [
"dengtao@gstarcad.com"
] | dengtao@gstarcad.com |
2726102df5872f395403c31b8892692e015bb632 | d1501c08e3cdde62409afcf5df5434e82cfd873a | /Determine_if_Two_Trees_are_Identical.cpp | b80bec93a1781a8c4276f9fb6e3116efa967d344 | [] | no_license | mugdhakapure/GeeksForGeeks-Practice-Solutions | c47eeb3017132da5372390b2d556d58cf1a067c5 | 4c2cd024bc7b825c61a8318bf30c22af5303deb9 | refs/heads/master | 2022-04-19T09:04:14.696217 | 2019-12-21T11:56:10 | 2019-12-21T11:56:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,720 | cpp | /*
Given two binary trees, the task is to find if both of them are identical or not.
Input:
The task is to complete the method isIdentical(), which takes 2 argument, the roots r1 and r2 of the Binary Trees. The struct Node has a data part which stores the data, pointer to left child and pointer to right child.
There ... | [
"shivratangupta18@gmail.com"
] | shivratangupta18@gmail.com |
331feee2793968fae66d7669b210b3f1419def8c | 5607d0ec264ade550bf12ee0d3b283c419c7ab52 | /p3.cpp | 5199ccc8c817faf3ccd73d76f2edc75843bc5cc2 | [] | no_license | Fabiozabe2003/poo2_sp8_concurrency | 4ba8520ef78bc832832f6c70a2552a03882f8d3a | 8e9012647622897600cee5a44ff1d105b384a786 | refs/heads/master | 2023-01-23T10:46:01.875431 | 2020-12-09T23:08:09 | 2020-12-09T23:08:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 134 | cpp | //
// Created by rudri on 10/11/2020.
//
#include <iostream>
#include "p3.h"
using namespace std;
mutex mtx;
void pregunta_3() {
} | [
"rrivas@utec.edu.pe"
] | rrivas@utec.edu.pe |
96b8338c339177361ed529691436fb17e11ac213 | e46a8a43fa8d73e9496a6f1f028f1db99b5d832c | /src/gpu/GrDefaultGeoProcFactory.cpp | 1258d59dc5415e276a333d285cd7a94666291194 | [
"BSD-3-Clause"
] | permissive | iHaD/skia | 0848b88c1c1fccf2c9a314ca9777c941aa4b42d7 | 8816e7bfbe38e0ae9bf2d9879298c1965c2ff171 | refs/heads/master | 2021-01-18T05:10:09.550864 | 2014-11-13T22:49:59 | 2014-11-13T22:49:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,975 | cpp | /*
* Copyright 2014 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "GrDefaultGeoProcFactory.h"
#include "gl/builders/GrGLProgramBuilder.h"
#include "gl/GrGLGeometryProcessor.h"
#include "GrDrawState.h"
#include "GrInvariantOutput.h"... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e8bf3a5e9f0e2d418a459eb0d06675704e93d44c | 68d1f2ac0ae583ea5141d409c9736a6516bcc0cb | /WS04/in-lab/Passenger.cpp | 58e5247ed180d11dceae7850d680295ba4cb7810 | [] | no_license | Plebastian/OOP-244 | 735978c6a258b728ac82503d780572a87233e927 | 7310d19aa873f4b56a9c2690fae708e1d498d830 | refs/heads/master | 2020-04-01T05:25:27.523566 | 2018-10-13T18:36:05 | 2018-10-13T18:36:05 | 152,902,257 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,170 | cpp | // TODO: add file header comments here
#define _CRT_SECURE_NO_WARNINGS
// TODO: add your headers here
#include "Passenger.h"
#include <iostream>
#include <cstring>
//jkjkjkjkjkjkjkj
// TODO: continue your namespace here
using namespace std;
namespace sict {
// TODO: implement the default constructor here
Passeng... | [
"sebastiandjurovic@live.ca"
] | sebastiandjurovic@live.ca |
f738bbb010aacae83e9af30de2289ef39e9f358f | 474ca3fbc2b3513d92ed9531a9a99a2248ec7f63 | /ThirdParty/boost_1_63_0/libs/hana/test/ext/boost/mpl/vector/comparable.cpp | 7f794fe95aea94e64392e6b96878cbc393680808 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LazyPlanet/MX-Architecture | 17b7b2e6c730409b22b7f38633e7b1f16359d250 | 732a867a5db3ba0c716752bffaeb675ebdc13a60 | refs/heads/master | 2020-12-30T15:41:18.664826 | 2018-03-02T00:59:12 | 2018-03-02T00:59:12 | 91,156,170 | 4 | 0 | null | 2018-02-04T03:29:46 | 2017-05-13T07:05:52 | C++ | UTF-8 | C++ | false | false | 757 | cpp | // Copyright Louis Dionne 2013-2016
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
#include <boost/hana/ext/boost/mpl/vector.hpp>
#include <boost/hana/tuple.hpp>
#include <laws/comparable.hpp>
#include <boost/... | [
"1211618464@qq.com"
] | 1211618464@qq.com |
0700a6fc1cbd2ef84f6dec3380cdb20a26bc5c2b | d4c6151c86413dfd0881706a08aff5953a4aa28b | /src/ui/lib/input_reader/hid_decoder.cc | 1d639ebb4309ce691ac6c4f0b7a0cd75d29c7071 | [
"BSD-3-Clause"
] | permissive | opensource-assist/fuschia | 64e0494fe0c299cf19a500925e115a75d6347a10 | 66646c55b3d0b36aae90a4b6706b87f1a6261935 | refs/heads/master | 2022-11-02T02:11:41.392221 | 2019-12-27T00:43:47 | 2019-12-27T00:43:47 | 230,425,920 | 0 | 1 | BSD-3-Clause | 2022-10-03T10:28:51 | 2019-12-27T10:43:28 | C++ | UTF-8 | C++ | false | false | 336 | cc | // Copyright 2018 The Fuchsia 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 "src/ui/lib/input_reader/hid_decoder.h"
namespace ui_input {
HidDecoder::HidDecoder() = default;
HidDecoder::~HidDecoder() = default;
} // nam... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
eb3982c4b2aafc32bceb39dfed42e42897d702bd | 774a02058409d95922c1d9c14bf025a50fd1c062 | /Gfnc/Parser/AdditiveExpressionSyntax.cpp | 2f14d1a5de91dea1d7d15537591057b4b854c026 | [] | no_license | leviathanbadger/gfn-compiler | 3cdd5f6f3c6091a9e5c5ae0c4c2921ac501807df | a24f4f3a88e5c2383f4b4892dfe6ad588a8eff27 | refs/heads/master | 2020-03-23T09:23:31.468951 | 2018-06-14T21:01:53 | 2018-06-14T21:01:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,956 | cpp | #include "stdafx.h"
#include "Parser/AdditiveExpressionSyntax.h"
#include "Parser/MultiplicativeExpressionSyntax.h"
#include "Tokenizer/Token.h"
namespace Gfn::Compiler::Parser
{
ExpressionSyntax *AdditiveExpressionSyntax::tryParse(Cursor<Tokenizer::Token*> &cursor)
{
ExpressionSyntax *expr = tryPars... | [
"brandonyoyoslade@gmail.com"
] | brandonyoyoslade@gmail.com |
bba91176d306695da03b3c49b16e0635cbdc7f7f | 03f037d0f6371856ede958f0c9d02771d5402baf | /graphics/VTK-7.0.0/Imaging/Sources/vtkImageGridSource.cxx | 8eaca08b8285c24c3aad99ad056babf41f48a0cd | [
"BSD-3-Clause"
] | permissive | hlzz/dotfiles | b22dc2dc5a9086353ed6dfeee884f7f0a9ddb1eb | 0591f71230c919c827ba569099eb3b75897e163e | refs/heads/master | 2021-01-10T10:06:31.018179 | 2016-09-27T08:13:18 | 2016-09-27T08:13:18 | 55,040,954 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,867 | cxx | /*=========================================================================
Program: Visualization Toolkit
Module: vtkImageGridSource.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
Th... | [
"shentianweipku@gmail.com"
] | shentianweipku@gmail.com |
4c891c2bc15d41129e94b06ccdf0163f1fa0110d | ec50fd782ee67ea02e86286620e371948d0cb16a | /Intervewbit/Hashing/fraction.cpp | c723af5f42f0cc94eb2dc78a542355b23b530795 | [] | no_license | Amit-Gohri/Cpp | 71979eb95a1b7d1a549c24234adcecf9fef08ffc | d1d04f082fcc67f800dfb1b7a291e5f09e818adb | refs/heads/master | 2023-07-27T06:47:42.973577 | 2021-09-10T11:42:03 | 2021-09-10T11:42:03 | 261,104,527 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,137 | cpp | // https://www.interviewbit.com/problems/fraction/
#include <bits/stdc++.h>
using namespace std;
string fraction(int A, int B)
{
string result;
int ans;
ans = A / B;
//calculate sign
int sign = (A < 0) ^ (B < 0) ? -1 : 1;
A = abs(A);
B = abs(B);
if (sign == -1)
result += "-";... | [
"amit13542.ag@gmail.com"
] | amit13542.ag@gmail.com |
834c66f63f0d00288d011ef1d65df4037fcfe20b | 264b4b18e7436a6d72e22ba76ff5b9efc83900d7 | /gd_mpi.cpp | 0c6fb41fb87e4533ef67bb7ab70ec2ee04fb4ce2 | [] | no_license | rhornbuckle3/PDC-FALL-2019 | de20f51c8b4801945b114c8af70945ae77f2b463 | d9dfd6b60e601d3103f9640bb670df291af542cb | refs/heads/master | 2020-07-27T04:55:06.390158 | 2019-12-09T19:09:45 | 2019-12-09T19:09:45 | 208,876,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,081 | cpp | //Russell Hornbuckle
//2019
//logistic regression with serial and parallel descent
#include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <iostream>
using namespace std;
//clang++ -Xpreprocessor -fopenmp stochastic_gradient_descent.cpp -o sgd -lomp
//^macOS
//scp ./stochastic_gradient_desc... | [
"russspringfield@gmail.com"
] | russspringfield@gmail.com |
8c4c2425b862a723106be7425e3c84ea17e0f812 | 457ba2059968be6ccdb2fd55ffad11c99400357b | /sysdeps/dripos/generic/thread.cpp | b19cf6af5397db6f01a703908d3584a66fbe2dd9 | [
"MIT"
] | permissive | lotusorg/mlibc | a6bb59a618c7c3cf72dd6c89356294fc93cd33aa | dadb311b02379853f601ba55179d4dba7eb1fe09 | refs/heads/master | 2022-11-24T15:03:58.969755 | 2020-07-23T07:38:19 | 2020-07-23T07:38:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,202 | cpp | #include <mlibc/thread-entry.hpp>
#include <mlibc/sysdeps.hpp>
#include <mlibc/tcb.hpp>
#include <bits/ensure.h>
#include <sys/mman.h>
#include <stdint.h>
#include <stddef.h>
extern "C" void __mlibc_enter_thread(void *entry, void *user_arg, Tcb *tcb) {
// Wait until our parent sets up the TID.
while(!__atomic_load_n... | [
"aaron.rex08@gmail.com"
] | aaron.rex08@gmail.com |
86b59711e704d94aad8657021806bf7091a98052 | 7d12271481f2fef4bae3a82ff066d4333722342e | /NetSim/uav-net-sim/myApps.h | 9b53b36843497d37cbe73f4f425cb5ccf27d1038 | [] | no_license | saburhb/FlyNetSim | 09468ee80d8c8195fba6307f88885a55b5c6e812 | b6a6344ec35a44f839197982b310e3ad02ec5beb | refs/heads/master | 2021-12-28T23:00:00.543849 | 2021-12-15T18:37:23 | 2021-12-15T18:37:23 | 183,836,554 | 31 | 21 | null | null | null | null | UTF-8 | C++ | false | false | 1,183 | h | #ifndef MYAPPS_H_
#define MYAPPS_H_
#include <stdio.h>
#include <stdlib.h>
#include "ns3/applications-module.h"
extern pthread_mutex_t tNext_mutex;
extern pthread_mutex_t mob_mutex;
extern long last_schedule_time;
extern int cong_new_rate;
using namespace ns3;
class MyApp : public Application
{
public:
MyApp ();
... | [
"sbaidya@uci.edu"
] | sbaidya@uci.edu |
26c4bcf5b5e830768b3dd041f544523a24c7f6b0 | 5666cd07b24c1e6363453a2175e9955e14a40397 | /libs/logger/logger.hpp | 92baee18464a4bc9bfe3a30340cc89c5d4704490 | [] | no_license | linux4kix/vasum | e050a8bc259ffc804d13fe571fac2a18d5910d64 | bc26ec840d8cb15335aa121b129b154681cef240 | refs/heads/master | 2021-01-12T21:06:58.437728 | 2015-10-29T11:52:58 | 2015-10-29T16:41:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,896 | hpp | /*
* Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
*
* Contact: Jan Olszak <j.olszak@samsung.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
*
* ... | [
"d.michaluk@samsung.com"
] | d.michaluk@samsung.com |
40457b5e9d65cb0a1923b15d046da561bcc2b1bb | 132e90d242d0d26c186ea7fca0cfc60973647373 | /algo-note Practice/ch2/571E.cpp | e90576e5691d3d76028e72ab9bf45b9fa2f384c2 | [] | no_license | cher112/PAT-algorithm-note | 996d7f3cb36a16a23ef34f707c3eb58139c15b72 | 9655a8bacd6e2763965c3f4d09ded7ab5d503eb6 | refs/heads/master | 2023-03-31T11:38:40.771394 | 2021-04-05T13:42:14 | 2021-04-05T13:42:14 | 354,551,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 576 | cpp | # include<stdio.h>
void swap(int* a,int* b){
int temp = *a;
*a=*b;
*b=temp;
}
void pp(int *a){
int px=0;
int pn=0;
int max = a[0];
int min =a[0];
for(int i=1;i<=9;i++){
if(a[i]>max){
max=a[i];
px=i;
}
if(a[i]<min){
min=a[i];
... | [
"961162300@qq.com"
] | 961162300@qq.com |
c73469367a7de6463db46cfbbf0bc42facf0862e | 0d99bcb8b8717008c1ec9b080c6c86c2b1710eee | /날씨/build/Android/Preview/app/src/main/include/Fuse.Controls.ScrollV-9171ed6c.h | bb8f53cab74c4dc8f4a9a2f72ec154da29a56a8f | [] | no_license | shj4849/Fuse | 526d92bc49a0a2d8087beece987b1701dc35cccc | 447f49f96f9dadf203f5f91e8a1d67f19d8ecc04 | refs/heads/master | 2021-05-15T23:08:09.523726 | 2017-12-21T05:28:53 | 2017-12-21T05:28:53 | 106,758,124 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 397 | h | // This file was generated based on C:/Users/t2/AppData/Local/Fusetools/Packages/Fuse.Controls.ScrollView/1.4.0/ScrollView.Layout.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Int.h>
namespace g{
namespace Fuse{
namespace Controls{
// public enum ScrollViewLayoutMo... | [
"shj4849@naver.com"
] | shj4849@naver.com |
eb40a96c76923a55d88d7e1c22fd31d1d4a940f6 | 0460ddde818f4533b1bbe86302ec4c314ed076a0 | /JuceLibraryCode/modules/juce_events/juce_events.cpp | 281338bb8c572f125ca08387c24f1986e75a40dc | [] | no_license | curiousChrisps/Simple-Synth | adf846056ea72913e1e3da1663ac1fe1a7083918 | 7733c88666eeb01fef70ae5785e9dcfdba63a2af | refs/heads/master | 2021-08-08T02:43:43.106413 | 2017-11-09T11:50:06 | 2017-11-09T11:50:06 | 110,109,099 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,679 | cpp | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2013 - Raw Material Software Ltd.
Permission is granted to use this software under the terms of either:
a) the GPL v2 (or any later version)
b) the Affero GPL v3
... | [
"curious.chrisps@gmail.com"
] | curious.chrisps@gmail.com |
a407777caa7961ba8571ca0933cf1f03059a592e | 82c4d422d9f8c8e14acaa12ab67060ac5ece6ff9 | /chasing.h | 8ff49836b3c578b13fa05b642428164b4abd5ca4 | [] | no_license | utec-ads-2020-1/train-count-pointers-luisejv | f6bdaede7d0771d2d3068a0d68f412f03938bb8f | 68a2bfb427531d72bb97c223172cc8946e2c4f2f | refs/heads/master | 2021-05-17T06:28:20.542889 | 2020-03-28T09:16:54 | 2020-03-28T09:16:54 | 250,673,303 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,541 | h | using namespace std;
void chasing(int **A[], int a, int *B[], int b, int C[], int c)
{
fstream *archivo = new fstream("prueba.txt", ios_base::in);
string linea;
if (!archivo->is_open())
{
cout << "Archivo fallo en leer" << endl;
}
else
{
int i = 0;
while (getline(*ar... | [
"ljauregui@pucp.pe"
] | ljauregui@pucp.pe |
ae6fb2e712efa744da1e64469d1ffe410453c2ce | 8981914af9f8905429397cfef97aacfed53b7d0a | /wapienum/askLoop.h | bc9d92b6256ad8a3054aec876adc659ae2d8bbb0 | [] | no_license | d4rckh/wapienum | bd96e7e5462e75549ae03e06f494d49095c2d101 | 5750bf0388daccf0eb70215505838ff3e2828acf | refs/heads/main | 2023-01-01T01:24:57.156992 | 2020-10-29T07:57:39 | 2020-10-29T07:57:39 | 308,098,266 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 414 | h | #pragma once
#include "parseInput.h"
#include <iostream>
int askLoop()
{
std::string line;
std::cout << "Type 'help' for a list of commands you can run.\n";
std::cout << "> ";
while (std::getline(std::cin, line))
{
#if defined _DEBUG
std::cout << "answer: " << s << "\... | [
"m4dd0x.xxx@gmail.com"
] | m4dd0x.xxx@gmail.com |
f47d3ee08925cf4e402eebd3638cbb82c0ee6a25 | 71ce57c3ac7d39ba12b8473849c00a23c1c338ac | /src/deferred-renderer/MotionBlurConfigurationPane.h | c3533b57d16d7d34f94aad5888c6e55b58f2d3c4 | [] | no_license | ReccaStudio/DeferredRenderer | f6a5e5ffbb36ffc79dedc295ad1ab0202251abd0 | d896de09052c5880b99737e51360641d05fe84b7 | refs/heads/master | 2020-04-07T16:35:13.954276 | 2013-12-11T23:44:42 | 2013-12-11T23:44:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 454 | h | #pragma once
#include "PCH.h"
#include "ConfigurationPane.h"
#include "MotionBlurPostProcess.h"
#include "SliderWithLabel.h"
class MotionBlurConfigurationPane : public ConfigurationPane<MotionBlurPostProcess>
{
private:
virtual void OnValueChanged(Gwen::Controls::Base *control);
public:
MotionBl... | [
"geoff@vonture.net"
] | geoff@vonture.net |
031dd230b92fa609641bc53259937b3a29957245 | 1efe0b1f99b674bdaa3fbc92c151cf930f939104 | /10.6.0/WKC/WebKit/WKC/helpers/privates/WKCAttributePrivate.h | e77ded98dd332d07f5e3228f0ab03362d70366ae | [] | no_license | flying-dutchmen/3DS_w3Browser | 5bbde7681a8bb64f262452dff643eddbd31c6707 | 355b3522da667edef2f54daa760cdd6674847d37 | refs/heads/master | 2021-01-10T11:39:36.519782 | 2016-03-18T01:00:05 | 2016-03-18T01:00:05 | 54,161,850 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,708 | h | /*
* Copyright (c) 2011-2013 ACCESS CO., LTD. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) a... | [
"undead.KennyD@gmail.com"
] | undead.KennyD@gmail.com |
a34f59788037b0cc852a1bbc48ff63939483a947 | dc2f458cdf8fecd409e96394f6dd50af970d0ab4 | /util/YR_Lock.h | 4ef29f2b6699b28e0319233f8a51772b810c7bd4 | [] | no_license | Typedefintbool/youren | be2a0d301c03f1134beb9440ee529df41f36c01b | e9cefb275ad45f4f02cc48729ae610087f70028d | refs/heads/master | 2022-02-24T17:51:11.546574 | 2019-10-15T11:28:30 | 2019-10-15T11:28:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,236 | h | #pragma once
#include <stdexcept>
#include <cerrno>
#include <string>
#include "YR_Exception.h"
using namespace std;
namespace youren {
/////////////////////////////////////////////////////////////////////////////////
//
/* 锁异常 */
struct YR_Lock_Exception : YR_Exception
{
YR_Lock_Exception(const string& buffer) :... | [
"wccccc7878@qq.com"
] | wccccc7878@qq.com |
3ca0bf031c3322f7f3ef67a4619394141f7137d9 | ef85c7bb57412c86d9ab28a95fd299e8411c316e | /inference-engine/ie_bridges/python/src/openvino/offline_transformations/offline_transformations_api_impl.hpp | 1d77775208f5dd13e0de5faae9d41c61fc3a2091 | [
"Apache-2.0"
] | permissive | SDxKeeper/dldt | 63bf19f01d8021c4d9d7b04bec334310b536a06a | a7dff0d0ec930c4c83690d41af6f6302b389f361 | refs/heads/master | 2023-01-08T19:47:29.937614 | 2021-10-22T15:56:53 | 2021-10-22T15:56:53 | 202,734,386 | 0 | 1 | Apache-2.0 | 2022-12-26T13:03:27 | 2019-08-16T13:41:06 | C++ | UTF-8 | C++ | false | false | 919 | hpp | // Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#include <map>
#include <string>
#include "Python.h"
#include "ie_api_impl.hpp"
namespace InferenceEnginePython {
void ApplyMOCTransformations(InferenceEnginePython::IENetwork network, bool cf);
void ApplyPOTTransf... | [
"noreply@github.com"
] | SDxKeeper.noreply@github.com |
af0a5a06bc5061c118c567f818e6be4382496597 | b8b6d7ff788c6950752aafd173994ce568e169de | /Source/Plugin/Glsl/Src/GlslParserKeywords.h | 451826c9d8477a59678c6bcd0857573acde2740e | [
"MIT"
] | permissive | DragonJoker/ShaderParser | 2d0dfdb61de6a233fe8b0efb994502b5fb2d709d | b5b6654625c103634b467ed5572e97ad2b151c31 | refs/heads/master | 2021-01-10T17:07:54.791036 | 2020-04-16T19:06:49 | 2020-04-16T19:06:49 | 46,735,640 | 3 | 0 | MIT | 2022-02-06T00:04:22 | 2015-11-23T17:09:22 | C++ | UTF-8 | C++ | false | false | 732 | h | /************************************************************************//**
* @file PluginGlslParser.h
* @author Sylvain Doremus
* @version 1.0
* @date 11/23/2015
*
*
* @brief Class defining a generic GLSL parser plugin.
*
* @details Class defining a generic GLSL parser plugin.
*
*************************************... | [
"dragonjoker59@hotmail.com"
] | dragonjoker59@hotmail.com |
57734f36e5cfb644fbd97b57ec9904d3173be3b9 | 17cffc1b0d0c15c7dc98a26830719d96770f7410 | /Source.cpp | 982a0845bb8117bf688f8e14b2d14b6e6b0cf5d3 | [] | no_license | TheAceKlepto/Tetris | ccf944626611c5a655e2725ef341d56d2dcdb3ba | f01cd7c8cbbfcfd67c121e755755a7a6d0d0280d | refs/heads/master | 2020-04-30T17:47:07.263573 | 2019-03-22T13:17:13 | 2019-03-22T13:17:13 | 176,990,324 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,142 | cpp | /*
Tetris made by TheAceKlepto
using the olcPixelGameEngine: https://github.com/OneLoneCoder/olcPixelGameEngine
olcPixelGameEngine VIDEO: https://www.youtube.com/watch?v=kRH6oJLFYxY
adapted from the tetris video OneLoneCoder did using the command prompt
Tetris VIDEO: https://www.youtube.com/watch?v=8OK... | [
"noreply@github.com"
] | TheAceKlepto.noreply@github.com |
0ef11339de2cd6dd25f2464fcccd69e984259c36 | 65aca4e0c9d5a73e65f834ae48afe5ec635796a6 | /src/qt/guiutil.h | 45d250f98c8af58d233143d557c67f7312357ffb | [
"MIT"
] | permissive | megcoin/megcoin | b062d4737ef62d44920ef2d5ae9fa0b63b4836e4 | c030be7787362103f046a0be6346de7a51255942 | refs/heads/master | 2016-09-06T17:17:32.027048 | 2014-05-14T04:15:14 | 2014-05-14T04:15:14 | 19,299,772 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,008 | h | // Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef GUIUTIL_H
#define GUIUTIL_H
#include <QMessageBox>
#include <QObject>
#include <QString>
class QValidatedLineEdit;
c... | [
"earlz@lastyearswishes.com"
] | earlz@lastyearswishes.com |
85cc55c30c9563e9260be998d1d4ab4ede9446bb | a82638c8227c04559c7c05ad1061d662fb8a4011 | /Final Project/OpenGLTest/OpenGLTest/.svn/text-base/opengltest.h.svn-base | 7c34d315030f3c481a9c2eb8fa0c7143e2be0647 | [] | no_license | aliceyang/Mini-Maya | 405aa97cddadef5b04dc709758aaba3075d6598f | 333efbf6acd32a235df89c4985661094a934fcc9 | refs/heads/master | 2020-04-04T13:19:39.076240 | 2011-04-08T06:26:35 | 2011-04-08T06:26:35 | 1,586,077 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 318 | /* the main window. */
#ifndef OPENGLTEST_H
#define OPENGLTEST_H
#include <QtGui/QMainWindow>
#include "ui_opengltest.h"
class OpenGLTest : public QMainWindow
{
Q_OBJECT
public:
OpenGLTest(QWidget *parent = 0, Qt::WFlags flags = 0);
~OpenGLTest();
private:
Ui::OpenGLTestClass ui;
};
#endif // OPENGLTEST_H
| [
"yangalice2008@gmail.com"
] | yangalice2008@gmail.com | |
73ad315f3778a64410758c40b7bd86df50979478 | a06a9ae73af6690fabb1f7ec99298018dd549bb7 | /_Library/_Include/boost/units/systems/si/temperature.hpp | b5a117350ccd3890d63e9808b0260140bfbe3d7c | [] | no_license | longstl/mus12 | f76de65cca55e675392eac162dcc961531980f9f | 9e1be111f505ac23695f7675fb9cefbd6fa876e9 | refs/heads/master | 2021-05-18T08:20:40.821655 | 2020-03-29T17:38:13 | 2020-03-29T17:38:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,115 | hpp | ////////////////////////////////////////////////////////////////////////////////
// temperature.hpp
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2008 Steven Watanabe
//
//... | [
"adm.fael.hs@gmail.com"
] | adm.fael.hs@gmail.com |
726e2fbd7ab08ff59108e9aafaed7207c4b88f03 | 23c524e47a96829d3b8e0aa6792fd40a20f3dd41 | /.history/Map_20210528171849.hpp | 1e0ccecde9a5d688d1c25dcf582a57fc43c0f9d3 | [] | no_license | nqqw/ft_containers | 4c16d32fb209aea2ce39e7ec25d7f6648aed92e8 | f043cf52059c7accd0cef7bffcaef0f6cb2c126b | refs/heads/master | 2023-06-25T16:08:19.762870 | 2021-07-23T17:28:09 | 2021-07-23T17:28:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,535 | hpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Map.hpp :+: :+: :+: ... | [
"asleonova.1@gmail.com"
] | asleonova.1@gmail.com |
75de61818e524d87588a445bba6daaf68f8ee2b7 | f85cfed4ae3c54b5d31b43e10435bb4fc4875d7e | /sc-virt/src/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 5b2aa6186147029d733bbce0be0b3a34f5822524 | [
"MIT",
"NCSA"
] | permissive | archercreat/dta-vs-osc | 2f495f74e0a67d3672c1fc11ecb812d3bc116210 | b39f4d4eb6ffea501025fc3e07622251c2118fe0 | refs/heads/main | 2023-08-01T01:54:05.925289 | 2021-09-05T21:00:35 | 2021-09-05T21:00:35 | 438,047,267 | 1 | 1 | MIT | 2021-12-13T22:45:20 | 2021-12-13T22:45:19 | null | UTF-8 | C++ | false | false | 2,388 | h | //===- TypeTableBuilder.h ---------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"sebi@quantstamp.com"
] | sebi@quantstamp.com |
c1f6f89d84642dd04353e1e425ba764040572741 | c39b58c29877f18781c142103678f37d0ac6fd2a | /Mandala/Mandala/AudioMaster.h | 36192712285aff766281d106af97a95f4bb8ac37 | [] | no_license | LauraLaureus/M.A.N.D.A.L.Aproject | ba9469c7fd0f033a8ba5c5401e81108ca85d511e | 67c8d50ac7be0c4aecb058c391409f6b1e5995ff | refs/heads/master | 2021-01-19T08:23:15.974600 | 2017-06-12T16:56:52 | 2017-06-12T16:56:52 | 87,623,773 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 462 | h | #pragma once
#include "SystemHeader.h"
#include "ThreadingHeader.h"
#include "AudioHeader.h"
class AudioMaster
{
public:
static std::string getAbsoluteFileName(std::string fileName)
{
char* nameBuffer = new char[1024];
if (GetModuleFileName(NULL, nameBuffer, 1024)) {
}
std::string absolutePath(nameBuffer... | [
"lauradelpinodiaz94@gmail.com"
] | lauradelpinodiaz94@gmail.com |
acd0683c0f32b2eb8ad0b55ac6c593ca9c7cb26a | c6bddd88916e6c8697a9e02485bd22c58d76bcec | /GeneratedPlaceholders/Engine/AnimClassInterface.h | c550420121e21dc8c58a7b7ee5c1cbf9a6f1fed4 | [] | no_license | GIRU-GIRU/Mordhau-Unofficial-SDK | 18d13d62d746a838820e387907d13b0a37aed654 | f831d7355cf553b81fb6e82468b3abf68f7955aa | refs/heads/master | 2020-07-06T03:36:48.908227 | 2020-04-22T13:54:00 | 2020-04-22T13:54:00 | 202,872,898 | 7 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 169 | h | #pragma once
#include "CoreMinimal.h"
#include "AnimClassInterface.generated.h"
UCLASS()
class UAnimClassInterface : public UInterface
{
GENERATED_BODY()
public:
}; | [
"45307738+crypdos@users.noreply.github.com"
] | 45307738+crypdos@users.noreply.github.com |
dc42c62b5f82d6043c9ec87304d697e375e048de | f650957d79e6e7233c662c9239546bdd171989f8 | /test/std/utilities/function.objects/func.bind_front/bind_front.pass.cpp | e96357cb18f2127b7f6981e96ce660863b25909d | [
"NCSA",
"LLVM-exception",
"MIT",
"Apache-2.0"
] | permissive | darlinghq/darling-libcxx | 8c1c1fc8cd097194b46f47478e6e8fc291da75be | 5243669ceecd00fe20f8e9fb645d5c7d67956b99 | refs/heads/master | 2023-05-24T05:51:38.875213 | 2023-05-10T17:42:14 | 2023-05-10T17:42:14 | 43,841,599 | 2 | 1 | NOASSERTION | 2023-05-12T13:51:54 | 2015-10-07T20:01:18 | C++ | UTF-8 | C++ | false | false | 8,087 | cpp | //===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"curioustommy@protonmail.com"
] | curioustommy@protonmail.com |
87d726cd8cfeae5fd6c12824b628ba99e4c7ce40 | b6d3e89588fc404988f893d0dc256e5c141bf742 | /bj/p1000/9202_quadratic.cc | 0fb11b221461fa0fd6cecbbd3bfe99be2584d059 | [] | no_license | ingyeoking13/algorithm | 236a526929947fc0a118c795513962e75dd589e3 | 5bd7575468f4794b1c71baa6c59c45a25bfada2c | refs/heads/master | 2023-01-12T07:48:46.135702 | 2022-12-28T14:57:45 | 2022-12-28T14:57:45 | 105,534,031 | 2 | 5 | null | 2022-12-08T06:08:04 | 2017-10-02T12:54:39 | C++ | UTF-8 | C++ | false | false | 2,421 | cc | #include <iostream>
#include <string.h>
#define MAX_TABLE (int)3e6
using namespace std;
struct Hash
{
int idx;
Hash() { idx=-1; }
};
char words[(int)3e5][9];
Hash hashes[MAX_TABLE];
char boggle[4][5]; // input
bool v[4][4];
bool wordChk[(int)3e5*9];
int score_table[10] = {0, 0, 0, 1, 1, 2, 3, 5, 11};
int Score... | [
"ingyeoking13@gmail.com"
] | ingyeoking13@gmail.com |
2964471312f698f10bf8a86fa9d42baad776168f | 85ec0860a0a9f5c0c0f0d81ce3cc0baf4b2a812e | /sngcpp20/pp/PP.cpp | e7cff981eda2312bbd5a7f640dd47a18d9b59531 | [] | no_license | slaakko/soulng | 3218185dc808fba63e2574b3a158fa1a9f0b2661 | a128a1190ccf71794f1bcbd420357f2c85fd75f1 | refs/heads/master | 2022-07-27T07:30:20.813581 | 2022-04-30T14:22:44 | 2022-04-30T14:22:44 | 197,632,580 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 47,151 | cpp | // =================================
// Copyright (c) 2022 Seppo Laakko
// Distributed under the MIT license
// =================================
#include <sngcpp20/pp/PP.hpp>
#include <sngcpp20/pp/Macro.hpp>
#include <sngcpp20/pp/Lines.hpp>
#include <sngcpp20/pp/Scan.hpp>
#include <sngcpp20/pp/PPLexer.hpp>
#include <... | [
"slaakko@gmail.com"
] | slaakko@gmail.com |
d1e2b0a6c2527297c9864e032a67df084d1ad8dd | 45364deefe009a0df9e745a4dd4b680dcedea42b | /SDK/FSD_Bar_Glass_Physics_DarkMorkite_parameters.hpp | 2cd828ec82288c2926fa5b1b3132ac323ea72d38 | [] | no_license | RussellJerome/DeepRockGalacticSDK | 5ae9b59c7324f2a97035f28545f92773526ed99e | f13d9d8879a645c3de89ad7dc6756f4a7a94607e | refs/heads/master | 2022-11-26T17:55:08.185666 | 2020-07-26T21:39:30 | 2020-07-26T21:39:30 | 277,796,048 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377 | hpp | #pragma once
// DeepRockGalactic SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "FSD_Bar_Glass_Physics_DarkMorkite_classes.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Parameters
//-----------------------------------------------------------------... | [
"darkmanvoo@gmail.com"
] | darkmanvoo@gmail.com |
da894b8e7f014553cecb74e7a901403c9192f6de | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /ash/system/accessibility/accessibility_feature_disable_dialog.h | bb630f814aeb3b272987077222af76ebad06830b | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 1,681 | h | // Copyright (c) 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.
#ifndef ASH_SYSTEM_ACCESSIBILITY_ACCESSIBILITY_FEATURE_DISABLE_DIALOG_H_
#define ASH_SYSTEM_ACCESSIBILITY_ACCESSIBILITY_FEATURE_DISABLE_DIALOG_H_
#in... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
ce4b3a39f71dac11ced41cf78134efddb284be54 | 7dad87bd5b800708fc89ea1944150ceb0a12c2ad | /sources/utils/date-time/timer.hxx | 1f6dea642351a7a1bdb770d9aba36b675a3c5e30 | [] | no_license | 0x414c/cxx-snippets | 257ee9439f2194eeab07c47cff2e50f201d61241 | deb6f0d17bf442e7c1841fae8a3584b4fedb8f24 | refs/heads/master | 2021-12-15T19:58:21.536945 | 2019-05-18T21:15:00 | 2019-05-18T21:15:00 | 83,226,531 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,845 | hxx | #ifndef UTILS_DATETIME_TIMER_HXX
#define UTILS_DATETIME_TIMER_HXX
#include <chrono> // std::chrono::steady_clock
#include "../config/timer.hxx" // Config::Utils::Timer::Default_description
#include "../containers/c-string.hxx" // CString
#include "../misc/bool-flag.hxx" // BoolFlag
#include "../preproc/paste.hxx... | [
"0x414c@gmail.com"
] | 0x414c@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.