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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2623eb63d63a3e17483d949bbfce6c35869f37e3 | c425cf8f7324ea1de1b63d0ea02d4367c5d958be | /Login/login.cpp | 0e5e3fa7ec66494e07424c5f0a0e990764e55db3 | [] | no_license | pandaandbun/QA-Phase-3 | e90d273284c967dd4107971fba5736a886ffa8ef | e18972b87c0651b20d2b47cb1a6ef55c2ebc9e7f | refs/heads/main | 2023-03-31T18:34:12.014747 | 2021-04-07T01:05:20 | 2021-04-07T01:05:20 | 343,461,253 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,417 | cpp | #include "login.h"
//Comparison function checking if the name string matches a predefined regex for account names
int User::isValidName(string name)
{
// Check if name is not null or empty string
if (name.empty() || name.compare("") == 0)
{
return 0;
}
// Check if name is at most 20 charac... | [
"trantienanh.ta@protonmail.com"
] | trantienanh.ta@protonmail.com |
aada3f7f56da7ae0ccbb0e54cf8388f36e0a4429 | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/cpp-tizen/generated/src/ComAdobeCqSocialCommonsMaintainanceImplDeleteTempUGCImageUploadInfo.h | 6c3fa53ddc7e681d44a90ac0d1158e5480b19cc3 | [
"Apache-2.0"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | C++ | false | false | 2,069 | h | /*
* ComAdobeCqSocialCommonsMaintainanceImplDeleteTempUGCImageUploadInfo.h
*
*
*/
#ifndef _ComAdobeCqSocialCommonsMaintainanceImplDeleteTempUGCImageUploadInfo_H_
#define _ComAdobeCqSocialCommonsMaintainanceImplDeleteTempUGCImageUploadInfo_H_
#include <string>
#include "ComAdobeCqSocialCommonsMaintainanceImplDel... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
dfee821f966e64afb7cd30d3472f9282389ecc17 | 119b39b4df1c861d01bc5df95e9abda3e38fb6a5 | /src/geneticalgorithm.cpp | 719e2519f795c7aba3acda7225ffd2a50458aaec | [] | no_license | rainwaffles/neurons | 971b5d369eff87d0e0496d2554570b8f6ab61728 | ff48e54fea392511838223e49a255a9ce3ecc013 | refs/heads/master | 2021-01-10T05:39:26.173970 | 2016-04-08T16:55:59 | 2016-04-08T16:55:59 | 49,180,263 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,521 | cpp | #include "geneticalgorithm.hpp"
void Genome::fillrand(int numweights)
{
for(int i = 0; i < numweights; i++)
{
weights.push_back((rand()/(RAND_MAX + 1.0))*2 - 1);
}
}
GenAlg::GenAlg(int popsize_, double mutationrate_, double crossrate_, int chromolen_)
: popsize(popsize_), mutationrate(mutationrate_), crossrate(... | [
"evanmcneil1999@gmail.com"
] | evanmcneil1999@gmail.com |
88f115600c747fb13061a37836eaf802faa1f10b | fd1f9d46644adef7a96b462220d676fa71119383 | /util.cpp | 28673cffc71b86b125807e616335e93c77baad9c | [] | no_license | beston91/RayTracer | 6467c756c401e99de3ff325bb3fdbbf8360630dc | 12164a3aba61493adedb2fee3233cfb2f4623090 | refs/heads/master | 2021-07-13T08:02:08.695400 | 2020-06-12T01:02:51 | 2020-06-12T01:02:51 | 157,776,552 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,928 | cpp | /***********************************************************
Starter code for Assignment 3
Implementations of util.h
***********************************************************/
#include "util.h"
Point3D::Point3D() {
m_data[0] = 0.0;
m_data[1] = 0.0;
m_data[2] = 0.0;
}
Point3D::Point3D(double x, double y, ... | [
"beston@modiface.com"
] | beston@modiface.com |
bba89a2e024143352bfa157c835c1ec6cc71f1f9 | fb913f54c5082cf25c15c905b339188f22b5750c | /pawndialog.cpp | 3ca037f82fa3ff3fd4ba95b01f36da9b389dd18b | [] | no_license | THUzxj/Qt-Homework-Tcp-Chess-Game | 67f53f4b854e4f48ab26c2cda80d1116ac2fa760 | 95cea01c97458a2a91e205898f85b5c15523ce6e | refs/heads/master | 2020-07-22T03:08:56.403106 | 2020-06-12T10:01:32 | 2020-06-12T10:01:32 | 207,056,760 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,714 | cpp | #include "pawndialog.h"
#include "ui_pawndialog.h"
PawnDialog::PawnDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::PawnDialog)
{
ui->setupUi(this);
/* connect(ui->pushButton,&QPushButton::clicked,[&](){_value = 1;});
connect(ui->pushButton_2,&QPushButton::clicked,[&](){_value = 2;});
conne... | [
"1312144019@qq.com"
] | 1312144019@qq.com |
8f021fbb0de8c7cff4938812eacd496500407569 | 52489fb9b1217a06f5e9b9946e888c85fae7fab7 | /Arduino/velo/Lights.h | 6d0e404e6e82b96de4be005359fadf149ba96b5b | [] | no_license | basilstotz/arduino-plunder | 046a01241ba1a149d69ebd5ed7b5fa3ced4e9e81 | f10a32c57893f715fd404186942ad49cd6a45f08 | refs/heads/main | 2023-04-06T21:26:34.809326 | 2021-04-13T08:04:24 | 2021-04-13T08:04:24 | 357,471,297 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,132 | h |
#ifndef Lights_h
#define Lights_h
#include <Adafruit_NeoPixel.h>
#define LIGHT_PIN 0
#define LED_PIN 13
#define LED_BLOCK (ledCount/6)
#define LED0 (0*LED_BLOCK)
#define LED1 (1*LED_BLOCK)
#define LED2 (2*LED_BLOCK)
#define LED3 (3*LED_BLOCK)
#define LED4 (4*LED_BLOCK)
#define LED5 (5*LED_BLOCK)
#define LED6 (6*L... | [
"basil.stotz@gmail.com"
] | basil.stotz@gmail.com |
f1e7f8a3c1930a2853c7a59b2752acdaba8eb71e | 508510d10ddcb009fc4fb53a26d897bc462039c0 | /PUBG/SDK/PUBG_ListBaseGroupWidget_functions.cpp | 002d6881e4074a652ff566749cab6c6e602bf38a | [] | no_license | Avatarchik/PUBG-SDK | ed6e0aa27eac646e557272bbf1607b7351905c8c | 07639ddf96bc0f57fb4b1be0a9b29d5446fcc5da | refs/heads/master | 2021-06-21T07:51:37.309095 | 2017-08-10T08:15:56 | 2017-08-10T08:15:56 | 100,607,141 | 1 | 1 | null | 2017-08-17T13:36:40 | 2017-08-17T13:36:40 | null | UTF-8 | C++ | false | false | 3,533 | cpp | // PLAYERUNKNOWN BattleGrounds () SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace Classes
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Function ListBase... | [
"jl2378@cornell.edu"
] | jl2378@cornell.edu |
8495af0594640a5a082b54980fc7ba8fc23b54b1 | 0ea462269dffaa39c3f15948290e198e3f142d6a | /KLObject.cpp | 6bde434aa4d4106392b053f7b8d4194d0c871916 | [] | no_license | MichaelIbrahim-GaTech/AGV-Liveness | 5f49e8cd4ff46487d47e71091971ded6016a8d7b | 3ef53692265ec4ec0225ce5f7e8b624923d7cb54 | refs/heads/master | 2023-03-12T06:15:11.751271 | 2021-02-16T15:42:19 | 2021-02-16T15:42:19 | 274,229,630 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 529 | cpp | #include "KLObject.h"
KLObject::KLObject()
{
K = -1;
L = -1;
AssociatedEdge = -1;
Considered = false;
prev = NULL;
}
KLObject::KLObject(const KLObject& _kl)
{
K = _kl.K;
L = _kl.L;
AssociatedEdge = _kl.AssociatedEdge;
Considered = _kl.Considered;
prev = _kl.prev;
}
bool operator < (cons... | [
"noreply@github.com"
] | MichaelIbrahim-GaTech.noreply@github.com |
bf10b71ef6fef3e18267dfa3e4299b01d0f46272 | 12c1a1aea54ad751db5c9c698be147a5a7a0999a | /fun.cpp | 183eb22219fa8a31b8dcd71b2a51fc5ca7d4d623 | [] | no_license | Jou1703/OPENGL | 0b11c5ad1c81d1fefe7a0b472b0a9104401c21ec | bc5d97885ecd55080e45a55321e5c4765bdc9b00 | refs/heads/master | 2021-01-12T17:42:28.503799 | 2017-09-20T09:35:34 | 2017-09-20T09:35:34 | 71,625,868 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,700 | cpp | #include "includes.h"
#include <pthread.h>
#include "fun.h"
#include <ctype.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <dirent.h>
#include <stdarg.h>
#include "all_path.h"
#include "option.h"
#include "conf.h"
extern TSysData gSysData;
#define JOY_RUN 1
#define JOY_STOP 0
pthread_mutex_t mut = PTHRE... | [
"noreply@github.com"
] | Jou1703.noreply@github.com |
631cd6165f84d2c99f110720b9209d7835551828 | 917f134cbfff5f7dcb8bf1c7c332f647a11f6b4d | /include/ParticleSystem.h | ee8c9c483e339a179a3f527378fa1557e5e5aed3 | [] | no_license | izayacity/ParticleSystems | cc9fad29e8e6c26bc0667692cfeb5bfbafde10ff | c643ddc6447232af8bd3f79daaaa6cdb54818cac | refs/heads/master | 2021-06-20T08:28:13.087822 | 2017-07-14T13:54:01 | 2017-07-14T13:54:01 | 87,395,953 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,686 | h | #pragma once
#include <SFML/Graphics.hpp>
#include <cassert>
#include <vector>
#include <memory>
#include <iostream>
#include "Particle.h"
#include "Repeller.h"
class ParticleSystem : public sf::Drawable, public sf::Transformable {
private:
std::vector<ParticlePtr> m_particles;
std::map<int, sf::Texture> tex_map;
... | [
"xyang42@ucsc.edu"
] | xyang42@ucsc.edu |
41b3b8ec7eee28ecd63bc8889e7224004d490851 | 9ad1a00cec16ad7f51b2eaf854662a1a69835d57 | /xmt_zlib.c++ | d6a2b06fbaebd763cf7f422794fea0153b15cfad | [] | no_license | sterink/e-mag-reader | 182a3024257cfbbd2ca29f975a159ad034923016 | 3ab8717639a608fccec027c0a31cb50c19b8a295 | refs/heads/master | 2020-12-24T13:28:05.813645 | 2011-03-23T08:14:13 | 2011-03-23T08:14:13 | 1,420,162 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,132 | /*
Version 1.1, February 14h, 2010
sample part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
Modifications of Unzip for Zip64
Copyright (C) 2007-2008 Even Rouault
Modificati... | [
"yaothinker@hotmail.com"
] | yaothinker@hotmail.com | |
1229b39a5830f3fc3531beec5b591e2495897c2a | 68e8f6bf9ea4f5c2b1e5c99b61911b69c546db60 | /include/RE/BSTCaseInsensitiveStringMap.h | 6871cfdcd004a40d3d123d3d4aec2f3f09301562 | [
"MIT"
] | permissive | FruitsBerriesMelons123/CommonLibSSE | aaa2d4cd66d39f7cb4d25f076735ef4b0187353e | 7ae21d11b9e9c86b0596fc1cfa58b6993a568125 | refs/heads/master | 2021-01-16T12:36:20.612433 | 2020-02-25T09:58:05 | 2020-02-25T09:58:05 | 243,124,317 | 0 | 0 | MIT | 2020-02-25T23:24:47 | 2020-02-25T23:24:47 | null | UTF-8 | C++ | false | false | 481 | h | #pragma once
#include "RE/NiTStringMap.h"
namespace RE
{
// 28
template <class T>
class BSTCaseInsensitiveStringMap : public NiTStringMap<T>
{
private:
using base = NiTStringMap<T>;
public:
using key_type = base::key_type;
virtual ~BSTCaseInsensitiveStringMap(); // 00
// override (NiTString... | [
"ryan__mckenzie@hotmail.com"
] | ryan__mckenzie@hotmail.com |
599971918609dac19f5b56d6a7acc9b5ccda89a7 | 09711d09c5945acd3d0ff8282f56217d0d5c4758 | /samples/Matrix.h | 21366cb81a965cbdce35a88de5904612928ae2e6 | [] | no_license | tiger1013/Translator | eff464e47bb2c0b4721727ae6d0be0e928cc8155 | 44da460df90a4dc1a24d451df4e08bcdc6347097 | refs/heads/master | 2020-12-24T05:50:03.422646 | 2016-11-11T05:21:41 | 2016-11-11T05:21:41 | 73,447,082 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 783 | h | #ifndef MATRIX_H
#define MATRIX_H
#include <stdlib.h>
#include <iostream>
#include <fstream>
class matrix {
public:
matrix(int _rows, int _cols) ;
matrix (const matrix& m) ;
int numRows ( ) ;
int numCols ( ) ;
float *access(const int i, const int j) const ;
friend std::ostream& operator<<(st... | [
"tiger12055@gmail.com"
] | tiger12055@gmail.com |
6fbac2b563c5c52f08f64431c6261fd9e6e044f2 | 51c53c52531821168af4bc3e2ce0db03f6796754 | /Algorithm-CPP/Q43-BinarySearchTreeFromSortedArray.h | 979d9378edd40f4c9372e4e5027b9b83fb320d22 | [] | no_license | arvi0312/Algorithm-Linux | 46b3571e047f55b27ac8eadcc48bf4f6380c39bb | 3c04148389fc0c7e39a9165fbd8d0304957aecf4 | refs/heads/master | 2021-01-01T08:13:15.940864 | 2017-01-12T22:44:13 | 2017-01-12T22:44:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 592 | h | //
// Q43-BinarySearchTreeFromSortedArray.h
// Algorithm-Linux
//
// Created by Sanqiang Zhao on 12/11/12.
// Copyright (c) 2012 Sanqiang Zhao. All rights reserved.
//
#ifndef __Algorithm_Linux__Q43_BinarySearchTreeFromSortedArray__
#define __Algorithm_Linux__Q43_BinarySearchTreeFromSortedArray__
#include <iostre... | [
"zhaosanqiang916@gmail.com"
] | zhaosanqiang916@gmail.com |
3c5d2ed775d93e516b5eb9d7bb94c513382316a4 | 1ff1943949855c2b878fad442acb189ce84c1b95 | /llvm-3.7.0.src/lib/Target/LEG/LEGISelDAGToDAG.cpp | deeea06155d52164262eb6d96487048d63045fbc | [
"NCSA"
] | permissive | kumailxp/tricore_llvm | 2291de9b13ba8cce7ac7c85950b2b268c39c2998 | e3c3cd5785538190c1d9a61f7c692c7008822628 | refs/heads/master | 2021-01-21T13:49:36.782121 | 2016-05-17T06:43:44 | 2016-05-17T06:43:44 | 43,948,618 | 11 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,716 | cpp | //===-- LEGISelDAGToDAG.cpp - A dag to dag inst selector for LEG ------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-----------------------------------------------------------... | [
"kumail89@gmail.com"
] | kumail89@gmail.com |
c2b2a4c26d7c29e9d8a255fa31afdfa96e38020e | 967e44c33fc3765197b602a5492c39d399830868 | /lib/tagged_burst_to_pdu_impl.cc | bfae3f293aa66895ccea756666d050f91a786b61 | [] | no_license | learning-lte/gr-iridium | 90f873b75f9e5e8c901ad1d4a9bca58623b26e8c | eeaf8157dd78d5394bd7feefa3a1a5dd67af8037 | refs/heads/master | 2020-12-09T07:26:09.663430 | 2019-07-22T09:03:31 | 2019-07-22T09:03:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,685 | cc | /* -*- c++ -*- */
/*
* Copyright 2016 Free Software Foundation, Inc
*
* This 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, or (at your option)
* any later version.
*
* This softw... | [
"schneider@blinkenlichts.net"
] | schneider@blinkenlichts.net |
d8d0704c9db46500fe58c09ab66725d8277c4878 | 1f9af884b520fabc92807cb8aecd1d422be05b8d | /libraries/LowPower/LowPower.cpp | 694b23991b0bff94fcafe437fbf394b4f06d49d6 | [
"MIT"
] | permissive | 0hotpotman0/1.0.0 | c29a9bf12c62ea7a90caad401b5fab8669554cfc | 398a2864708fa42aa4bfb8d4ffab72960ed78b73 | refs/heads/main | 2023-04-02T11:20:26.980883 | 2021-04-15T11:12:12 | 2021-04-15T11:12:12 | 352,008,978 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,766 | cpp |
#include "LowPower.h"
void LowPower::begin(unsigned int inter_pin, voidFuncPtr callback, unsigned int pin_mode)
{
GPIO_InitTypeDef GPIO_InitStructure;
RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA | RCC_AHBPeriph_GPIOB | RCC_AHBPeriph_GPIOC |
RCC_AHBPeriph_GPIOD , ENABLE);
GPIO_InitStructure.GPIO_Mode = GPI... | [
"fenyishi0@gmail.com"
] | fenyishi0@gmail.com |
d9e3b36f51b00f736b8d9a677bea483ed91779a9 | e79481238227ea51b26cd0c5003d7e6cc14aa201 | /src/m2cr_sqp.cc | 48a34027243cb2a68af6488d4a7fa244571fcba6 | [] | no_license | cbpark/YAM2-analysis | 9d3733a8e0b9461954f0e923c3401a4809211846 | 5b7c27e08738cf6e8dfe18359533979ae0a226cc | refs/heads/master | 2022-12-10T13:06:39.931584 | 2020-07-31T02:28:58 | 2020-07-31T02:28:58 | 277,790,272 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,817 | cc | #include "blsystem.h"
#include "yam2.h"
#include <lhef/lhef.h>
#include <fstream>
#include <iomanip>
#include <iostream>
using std::cout;
const double MNU = 0.0;
const double MW = 80.379;
const double TOL = 1.0e-3;
void writeNullOutput(std::ofstream &outfile) {
outfile << std::setw(12) << std::setprecision(7)... | [
"cbpark@gmail.com"
] | cbpark@gmail.com |
3832ef5c23aedd5c0c86ff684dcd817255e3f13c | 5d948c0126c0c4a24073d7f34c6aefd63adff8dc | /src/tlib/tapi32u8.cpp | d0d5a9d3a48c386841ea8a2e2023f0f6829155d3 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | j-dc/fastcopy | 3a520cf72a467b2109954fddef8f38ce61f49e0d | 7c2763b26ba69c4afc49fc721d1729f1e970f256 | refs/heads/master | 2020-05-05T02:28:30.695136 | 2019-04-05T10:36:02 | 2019-04-05T10:36:02 | 179,639,094 | 0 | 0 | null | 2019-04-05T07:43:58 | 2019-04-05T07:43:58 | null | SHIFT_JIS | C++ | false | false | 13,648 | cpp | static char *tap32u8_id =
"@(#)Copyright (C) 1996-2010 H.Shirouzu tap32u8.cpp Ver0.99";
/* ========================================================================
Project Name : Win32 Lightweight Class Library Test
Module Name : Application Frame Class
Create : 1996-06-01(Sat)
Update : 2010... | [
"laurent@cozic.net"
] | laurent@cozic.net |
440bdf3574f71e0cfa0d0293a61f8e8d08a7f431 | a8f050eaf5019ac7f6b5399563d276c637e32984 | /src/qt/bitcoinunits.cpp | 8c31f73d74d80696343389995aaf79c46417ff0c | [
"MIT"
] | permissive | CryptoDev-Project/Betty-Coin | f51076d351f6182a03e21d50578e36e0572c0ecb | 7cb745da7f1c70165b7a84b3abe9124464e489b0 | refs/heads/master | 2020-05-29T17:24:54.357319 | 2019-05-14T11:30:14 | 2019-05-14T11:30:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,151 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The BETTY developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "bitcoinunits.h"
#incl... | [
"50576811+BETTYCOIN@users.noreply.github.com"
] | 50576811+BETTYCOIN@users.noreply.github.com |
3f9aa2ffb88d3758bddb87d5b175c66deabfce19 | bca341cb6a19b0eb2c5ed127097572418fca3cec | /src/protocol.h | 24416a7d7885bd1e004d5a99063ae771fdfb0e9b | [
"MIT"
] | permissive | neutcoin-project/neutcoin | bbc22f7d7191154a33ca22734b88beb677d009cb | eefc6e25640a639f45f97a86fc8ffcd77027cb05 | refs/heads/master | 2021-09-10T07:05:35.369839 | 2018-01-15T14:57:13 | 2018-01-15T14:57:13 | 115,464,625 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,719 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 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 __cplusplus
# error This header can only be compiled as C++.
#endif
#ifnd... | [
"noreply@github.com"
] | neutcoin-project.noreply@github.com |
c59de285328359d756b867f0ccc38546f2d45f35 | c1b03b59b3974058e3dc4e3aa7a46a7ab9cc3b29 | /src/module-wx.new/generated/Class_wx_RichTextPlainTextHandler.h | dd22984b6176abd5906078e4a675914ce6ee7470 | [] | no_license | gura-lang/gura | 972725895c93c22e0ec87c17166df4d15bdbe338 | 03aff5e2b7fe4f761a16400ae7cc6fa7fec73a47 | refs/heads/master | 2021-01-25T08:04:38.269289 | 2020-05-09T12:42:23 | 2020-05-09T12:42:23 | 7,141,465 | 25 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,036 | h | //----------------------------------------------------------------------------
// wxRichTextPlainTextHandler
//----------------------------------------------------------------------------
#ifndef __CLASS_WX_RICHTEXTPLAINTEXTHANDLER_H__
#define __CLASS_WX_RICHTEXTPLAINTEXTHANDLER_H__
#include <wx/richtext/richtextbuffer... | [
"ypsitau@nifty.com"
] | ypsitau@nifty.com |
25a7cac6f1dd06f313f9c559d3140dd767ca4b71 | cebc7a8d159835cb027c413cb5016202e662fa82 | /clams/frame_projector.h | 981c4710beb50e607d71d191d412c82ea1748c6e | [] | no_license | caomw/clams | 75fc8bac61d67b8874419189233172633cdd0059 | d583e675bff2627cce0d58a44ac6ddc23eed559b | refs/heads/master | 2021-01-17T21:58:54.080608 | 2015-07-09T11:59:40 | 2015-07-09T11:59:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,477 | h | #pragma once
#include <pcl/common/transforms.h>
#include <pcl/common/distances.h>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include "slick/datatypes.h"
#include "slick/scene/poli_camera.h"
#include "clams/common/typedefs.h"
#include "clams/cam_calib... | [
"william.mccohen@gmail.com"
] | william.mccohen@gmail.com |
a06d97139ec3a0e4226231d306960c87a00255ff | 4ad462e2b7d198a380993fa88a4c7f047b1cb2ee | /DirectXBasicGame/Main.cpp | 9012720a880d40c64f1cba1d37cf9a35176e3f70 | [] | no_license | nitvic793/basic-dx-game | aefc6452f141c341d37a258307f846ee16f4cceb | 30ee7698a0f4d39c90a7002c683298f7a669e2ab | refs/heads/master | 2020-03-29T19:05:01.989579 | 2015-05-05T06:52:29 | 2015-05-05T06:52:29 | 34,738,875 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,748 | cpp | //
// Main.cpp -
//
#include "pch.h"
#include "Game.h"
using namespace DirectX;
namespace
{
std::unique_ptr<Game> g_game;
};
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
// Entry point
int WINAPI wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ LPWSTR lpCmdLine, _In_ int nCmdS... | [
"nithishvictor@gmail.com"
] | nithishvictor@gmail.com |
5765b821aaba1bb076d9c8ff21b4c4d60c63ed70 | 8cf32b4cbca07bd39341e1d0a29428e420b492a6 | /libraries/fc/include/fc/crypto/sha512.hpp | 008d5e16f8c08707f8637d45355b9187d39908c6 | [
"MIT"
] | permissive | cubetrain/CubeTrain | e1cd516d5dbca77082258948d3c7fc70ebd50fdc | b930a3e88e941225c2c54219267f743c790e388f | refs/heads/master | 2020-04-11T23:00:50.245442 | 2018-12-17T16:07:16 | 2018-12-17T16:07:16 | 156,970,178 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,991 | hpp | #pragma once
#include <fc/fwd.hpp>
#include <fc/string.hpp>
namespace fc
{
class sha512
{
public:
sha512();
explicit sha512( const string& hex_str );
string str()const;
operator string()const;
char* data()const;
size_t data_size()const { return 512 / 8; }
static... | [
"1848@shanchain.com"
] | 1848@shanchain.com |
8c5de5f18e11ff9db12c299cc9f795227f44f274 | 4cab1104c22312ebee91fa041031cc3d251635d3 | /Source/Level.cpp | f53eeefff78e0c62374b36ce7213964aacffc081 | [] | no_license | thearusable/Tanks | 7956887595611280dac7af7f0fbd43fd4e29ee69 | 0204f7061adb75baf48c7fd47867bfeb404fdca7 | refs/heads/master | 2021-08-28T11:32:41.161561 | 2021-08-10T21:20:01 | 2021-08-10T21:20:01 | 28,541,939 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,935 | cpp | #include "Level.h"
extern DataBase DATABASE;
Level::Level(void) :elementy(), mEdge(), background() {
//pozycja mapy
mapPosition.x = 30;
mapPosition.y = 25;
//
background.setFillColor(sf::Color::Black);
background.setSize(sf::Vector2f(13 * 54.f, 13 * 48.f));
background.setPosition(mapPosition);
for (int i = ... | [
"arek.szczepkowicz@gmail.com"
] | arek.szczepkowicz@gmail.com |
74a63b2fd0b77261834daa25b3741d7a80b71f3e | 52d0d17a92d90a1c05f3a58637ca2b1178fa5e9c | /doodlejump6.cpp | 32c736d51f50bec7e0ea7f6364341f606dfb380c | [] | no_license | MinaTahaei/ProjectDOODLEJUMP | 38b5e4b9a5778e9da6f7d5c3ece325e8f13f98c3 | c4eaa2bee309c09cba52366fd5815163938b2416 | refs/heads/master | 2021-09-06T21:31:41.947042 | 2018-02-11T16:27:12 | 2018-02-11T16:27:12 | 116,121,451 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,015 | cpp | #include<iostream>
#include"SDL/SDL.h"
#include"SDL/SDL_image.h"
#include<SDL/SDL_gfxPrimitives.h>
#include"SDL/SDL_ttf.h"
#include<cstdlib>
#include<ctime>
#include<math.h>
#include<sstream>
#include <string>
using namespace std;
struct boards
{
float x;
float y;
int type;
int len;
float vy;
f... | [
"noreply@github.com"
] | MinaTahaei.noreply@github.com |
bf36a40120a0e741309355f3598aa9e49335f95b | 440f814f122cfec91152f7889f1f72e2865686ce | /src/game_server/server/extension/welfare/condition.h | ea3a28c4b3fbdd69f66d79bbe6a4c65488ba4392 | [] | no_license | hackerlank/buzz-server | af329efc839634d19686be2fbeb700b6562493b9 | f76de1d9718b31c95c0627fd728aba89c641eb1c | refs/heads/master | 2020-06-12T11:56:06.469620 | 2015-12-05T08:03:25 | 2015-12-05T08:03:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,478 | h | #ifndef __GAME__SERVER__WELFARE__CONDITION__H
#define __GAME__SERVER__WELFARE__CONDITION__H
#include "core/base/noncopyable.h"
#include "core/base/types.h"
#include "entity/achieve_types.h"
#include "game_server/server/event/game_event_types.h"
#include "game_server/server/extension/welfare/achieve_imp_event.h"
names... | [
"251729465@qq.com"
] | 251729465@qq.com |
cf61cb09203d4e590f6052c6b424a5388caff6e4 | 1e04bb4c9a4e76d91f068945a2247773d509c472 | /pre/local/include/Inventor/engines/SoElapsedTime.h | 4eb687d551d46132e55b533c2ab76a5cfe5c19f7 | [] | no_license | fuyunfei/deltaba | 9e106a5462782df4fa96776db9aa0a43a6d4490b | 06c65c1ac1a0cf3e532607d9ef9a39a4188ac2bc | refs/heads/master | 2021-01-17T16:19:17.018573 | 2016-09-29T09:03:28 | 2016-09-29T09:03:28 | 68,900,885 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,976 | h | /**************************************************************************\
*
* This file is part of the Coin 3D visualization library.
* Copyright (C) 1998-2006 by Systems in Motion. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GN... | [
"fuyunfei1991@gmail.com"
] | fuyunfei1991@gmail.com |
b81c2cd62cfcc9db72a5874138895f68d77fcb0c | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/31/161d3cf8c6a9d4/main.cpp | c7eb82004fc0a88913e7822695854bfce125f2d0 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | cpp | #include <utility>
#include <iostream>
#include <vector>
template<class T> using MyTemplateType = std::vector<T>;
template<class MC>
class MyOtherClass {
public:
template<class T> using MyTType = MyTemplateType<T>;
auto print() {
MyTType<int> myVec = {42};
std::cou... | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
c1944e7652f09d52a2eae0e26b27e6eb72a191ca | 30e2714f4e87e35d2b7ee3d0d0b903da1d4fc6b3 | /src/bitcoinrpc.cpp | 9cc86873033c8a3db70959c251fcca86a0a89c58 | [
"MIT"
] | permissive | CryptorClub/GreenCoin | c715ec6b3ab8c5c81e0631045f0bbb7854ce6554 | 61c2040a4e96a9fdc79191ea22e17f9d0645071d | refs/heads/master | 2021-01-24T13:14:46.267432 | 2018-10-01T19:13:25 | 2018-10-01T19:13:25 | 123,166,654 | 9 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 47,891 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The GreenCoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "chainparams.h"
#include "init.h"
#include "util.h"
#include "sync.h"
#inclu... | [
"belvederskij@gmail.com"
] | belvederskij@gmail.com |
b1b62389489267aea722c819829efc3e55540105 | d229621f907e1bbe255ac32d42eeeabfef70801f | /SPOJ/CHOCOLATE/main.cpp | c2d1e76420b7ee0ddd7b1f04d79e7be7497adb00 | [] | no_license | geekswaroop/Competitive-Coding-Solutions | df8f8dafedab0aac1d081a6fcb6c099395b47765 | 25124a3ce58b081c6f54c1442855489038315e78 | refs/heads/master | 2020-05-14T15:08:29.659499 | 2019-11-04T11:55:49 | 2019-11-04T11:55:49 | 181,846,111 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 477 | cpp | #include <iostream>
using namespace std;
int main()
{
int t,m,n,sum_x,sum_y,i,temp;
cin>>t;
while(t--)
{ sum_x=0;sum_y=0;
cin>>m>>n;
for(i=0;i<m-1;i++)
{
cin>>temp;
sum_x+=temp;
}
for(i=0;i<n-1;i++)
{
cin>>temp;
... | [
"kkrishnaswaroop99@gmail.com"
] | kkrishnaswaroop99@gmail.com |
da51487de2ee18c7712a496f648eff8eb0e3caf7 | 8681c91756b2941035db515b621e32480d35ec11 | /xr_3da/xrGame/script_game_object2.cpp | d63126bd81867f5c0146ce245b0cee912206aac3 | [] | no_license | MaoZeDongXiJinping/xray-2212 | 1f3206c803c5fbc506114606424e2e834ffc51c0 | e143f01368c67b997f4be0dcdafb22f792bf485c | refs/heads/main | 2023-07-17T09:53:01.301852 | 2021-09-06T17:00:23 | 2021-09-06T17:00:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,632 | cpp | ////////////////////////////////////////////////////////////////////////////
// Module : script_game_object_script2.cpp
// Created : 17.11.2004
// Modified : 17.11.2004
// Author : Dmitriy Iassenev
// Description : Script game object class script export
////////////////////////////////////////////////////////////... | [
"47507219+ugozapad@users.noreply.github.com"
] | 47507219+ugozapad@users.noreply.github.com |
d8ddaf5004982e7a5a371966b4c6ce1cf6fd8002 | bef7d0477a5cac485b4b3921a718394d5c2cf700 | /nanobots/src/demo/entity/EntityManager.h | 2165091a42211829d0ed9e50d837149aebea3165 | [
"MIT"
] | permissive | TomLeeLive/aras-p-dingus | ed91127790a604e0813cd4704acba742d3485400 | 22ef90c2bf01afd53c0b5b045f4dd0b59fe83009 | refs/heads/master | 2023-04-19T20:45:14.410448 | 2011-10-04T10:51:13 | 2011-10-04T10:51:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,705 | h | #ifndef __ENTITY_MANAGER_H
#define __ENTITY_MANAGER_H
#include "ActorEntity.h"
#include "PointEntity.h"
#include "StreamEntity.h"
#include "../game/GameState.h"
#include <dingus/math/Line3.h>
class CAttackEntityManager;
namespace dingus {
class CUIDialog;
};
class CEntityManager {
public:
typ... | [
"aras@unity3d.com"
] | aras@unity3d.com |
f07fd9f2e449037de36699c85b9dbc0efee589a1 | 77170cbcd2c87952763f770d50abd2d8b671f9d2 | /aws-cpp-sdk-rds/source/model/DescribeOptionGroupOptionsRequest.cpp | 36937c8e3138ccdcaca43a2db102a3732408d820 | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | bittorrent/aws-sdk-cpp | 795f1cdffb92f6fccb4396d8f885f7bf99829ce7 | 3f84fee22a0f4d5926aadf8d3303ea15a76421fd | refs/heads/master | 2020-12-03T00:41:12.194688 | 2016-03-04T01:41:51 | 2016-03-04T01:41:51 | 53,150,048 | 1 | 1 | null | 2016-03-04T16:43:12 | 2016-03-04T16:43:12 | null | UTF-8 | C++ | false | false | 1,909 | cpp | /*
* Copyright 2010-2016 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" file... | [
"henso@amazon.com"
] | henso@amazon.com |
a5fad3eeecc30c3ba0a0eb813d9955af7b57a3e5 | fd07d0fe9801f30642e034f31f67674fd6c13efa | /DragHandler.cpp | 09594afb5bdeb8f5c3e9fefb679121048df0869d | [] | no_license | kmichalk/LSystemGenerator | 2d28818d4fa1805ee54289d744bbaa2c3cee853d | 6627e86636544c1d197ffb4924e8c60bbb790db1 | refs/heads/master | 2021-04-15T16:34:18.666339 | 2018-03-25T20:59:03 | 2018-03-25T20:59:03 | 126,738,279 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 699 | cpp | #include "DragHandler.h"
#include "Plot.h"
DragHandler::DragHandler(Plot* parent):
parent(parent),
grabOffset(0,0),
grabMousePos(0,0),
prevShape(),
dragging(false)
{
}
///////////////////////////////////////////////////////////////////////////////////////////////
DragHandler::~DragHandler() {
... | [
"noreply@github.com"
] | kmichalk.noreply@github.com |
b62d3b56cc2ff39a4fa3c3f3bb417631d3b600ea | b6a7de66ab585eca660a032f23b05abf299a5628 | /include/helpers/file.hpp | 7191ba49475143ca3cb1f35a145719b2ef286588 | [
"MIT"
] | permissive | ladevieq/dadengine | 6ca641eaa6cff6eb7dd9ad93eeb9e1ec22af2621 | 1e97e86996571c8ba1efec72b0f0e914d86533d3 | refs/heads/master | 2023-01-15T01:12:37.219547 | 2020-11-17T16:49:17 | 2020-11-17T16:49:17 | 102,177,636 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 167 | hpp | #pragma once
#include <cstdint>
#include <filesystem>
#include <vector>
namespace DadEngine
{
std::vector<uint8_t> ReadFile(std::filesystem::path _fullpath);
}
| [
"ladevie.quentin@gmail.com"
] | ladevie.quentin@gmail.com |
cbce16f3041e49dcc1ed5f5e8e55ed8c4e233313 | 510749e749d86c5586d44a890df595228b573454 | /Attendance management system/Attendance management system/Attendance management system.cpp | fe4c53d8d73c7380b581b849ca20061f34947f29 | [] | no_license | hieuhdh/Attendance-management-system | 26d8d4cc44732e938d88e2c22935eaa15e1b847b | 1d6e6abba5f97692784cde6891cd1a00fa91e229 | refs/heads/master | 2023-06-23T06:14:36.866430 | 2021-07-20T17:03:37 | 2021-07-20T17:03:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59 | cpp | #include"manage.h"
int main() {
manage MN;
MN.run();
} | [
"hoangdinhhieupk@gmail.com"
] | hoangdinhhieupk@gmail.com |
d545194dd906eee3273469fbf0b273144bbe5110 | a869b9816760f1426513f3a5c27c103ab0772eea | /3/Vowel3.cpp | 31ec976a2ceca9ecd0fddb9289814c3c2801ec26 | [] | no_license | notrangerjoe/cppclass | 0b9968573b23cfdaca5b6a5b23538593dafd4fbe | ad8766ed3cdbdcaafa83c1dd19194c64d3c2f16e | refs/heads/master | 2021-01-02T09:38:11.788022 | 2015-02-10T20:00:41 | 2015-02-10T20:00:41 | 30,611,567 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,838 | cpp | /************************************************************************
* Name: Mark Neves CSC 155
* Date: 1/30/2015 Lab 3
*************************************************************************
* Statement: Determine ... | [
"notrangerjoe@gmail.com"
] | notrangerjoe@gmail.com |
b542b861efccae223844e2d7e4863f1e40dbf9a8 | 4aa72e41c9a968ba61fa040fc0bfbdcff274d3b9 | /NavigationAndReporting_9/src/urn_jaus_jss_mobility_LocalPoseSensor_1_0/LocalPoseSensorService.cpp | 4c1ae1aae49e6b26cbb7ef3fc9dada05079f4e62 | [] | no_license | unmanned-ground-vehicle/IOP | 6619d40ccab3efe5c97ec5e8d88fdec35d7018c6 | 6fb2dc43e5b7d87709538372607f8e29e0437384 | refs/heads/master | 2020-04-13T16:11:30.993729 | 2019-04-15T16:23:18 | 2019-04-15T16:23:18 | 163,314,978 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,127 | cpp |
#include "urn_jaus_jss_mobility_LocalPoseSensor_1_0/LocalPoseSensorService.h"
using namespace JTS;
namespace urn_jaus_jss_mobility_LocalPoseSensor_1_0
{
LocalPoseSensorService::LocalPoseSensorService(JTS::JausRouter* jausRouter ) : Service()
{
jausRouter->setTransportType(JausRouter::Version_1_0);
pLocalPoseS... | [
"sudshek01@gmail.com"
] | sudshek01@gmail.com |
13be4fe15b6d7741b0462367e1d2a1e13a89fe4d | 9b7964822100a804450fadfe3cd7ea72180eadcb | /src/validationinterface.h | 65acad4999c6cebbdffcdf7f824843694cead614 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | thnass/adeptio | 7415d6300e0aec964e2223c4c7b19ea51b173816 | 65aad9209588e62a3e58d6187a88253d3d5f04b1 | refs/heads/master | 2020-08-04T03:40:56.444722 | 2019-10-01T01:28:09 | 2019-10-01T01:28:09 | 211,990,234 | 0 | 0 | MIT | 2019-10-01T01:25:17 | 2019-10-01T01:25:16 | null | UTF-8 | C++ | false | false | 4,039 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2017-2019 The Adeptio developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/license... | [
"38818888+adeptio-project@users.noreply.github.com"
] | 38818888+adeptio-project@users.noreply.github.com |
de4c7b92f86563b7066b50f1a56d33f532d94b43 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13872/function13872_schedule_31/function13872_schedule_31.cpp | 53a3a55f5b207bcc711b07e78793d7dacf95b562 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 763 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function13872_schedule_31");
constant c0("c0", 64), c1("c1", 64), c2("c2", 64), c3("c3", 128);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i3("i3", 0, c3), i01("i01"), i02("i02"), i03("i0... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
b4eca89a81487aed30a9c2f18e45178a955a72c9 | 46f596af05f000408fd6932e5b96dbf124af49f8 | /homework/Kulagin/02/main.cpp | 97712ce64968aba4ddb2d89a71045d2434ffe9e1 | [
"MIT"
] | permissive | fsatka/msu_cpp_spring_2018 | 157d5e56587e53b441126fd5e793f93db6bc211b | b5d84447f9b8c7f3615b421c51cf4192f1b90342 | refs/heads/master | 2020-03-29T12:47:11.411708 | 2018-06-25T22:06:53 | 2018-06-25T22:06:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 828 | cpp | #include <iostream>
#include <vector>
#include <cmath>
#include "numbers.dat"
using namespace std;
int main(int argc, char** argv) {
if (argc < 3 || argc % 2 == 0) {
return -1;
}
int k1, k2;
int n = 0;
for (int a = 1; a < argc; a += 2) {
k1 = atoi(argv[a]);
k2 = atoi(argv[a + 1]);
if (k1 > k2) {
... | [
"alexfmsu@mail.ru"
] | alexfmsu@mail.ru |
dcd87954365fe032ae0402424ba1835fcf3dd39b | 177f3b84e69cd7496ead2e7d15a33f1f5fadd988 | /EventTree_ggNtuplizer_V07_04_09_01.cc | cdefd08062461e89f1fb32464131ff79d6f7c4da | [] | no_license | vuko-brigljevic/WZRun2Analysis | 75ba0063b0888b1562827d505ddfd1a8716b3391 | 064d371bc77e1d869225e9f5ad6348c72d0dd91b | refs/heads/master | 2021-01-10T01:33:04.189482 | 2015-09-25T11:38:18 | 2015-09-25T11:38:18 | 36,926,080 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,578 | cc | #define EventTree_ggNtuplizer_V07_04_09_01_cxx
#include "EventTree_ggNtuplizer_V07_04_09_01.h"
#include <TH2.h>
#include <TStyle.h>
#include <TCanvas.h>
void EventTree_ggNtuplizer_V07_04_09_01::Loop()
{
// In a ROOT session, you can do:
// root> .L EventTree_ggNtuplizer_V07_04_09_01.C
// root> EventTree_gg... | [
"smicanov@cern.ch"
] | smicanov@cern.ch |
bb238bb5dd5e9d1f5046bf54fc839147ae1f93dd | 1799cfc0de84499fafb5c083d6944d14246c72a4 | /src/google/protobuf/compiler/cpp/cpp_field.h | df8fff0cc3faa2055b26d0e01091edc736ef9d16 | [
"LicenseRef-scancode-protobuf"
] | permissive | saadware/protobuf-cppbuilder | 01698d2cca879b43cf49ac53834221269c7d4903 | 576073e8e2666c9d704239348b21fa0571bb7bb1 | refs/heads/master | 2021-01-22T05:06:34.225773 | 2015-05-02T01:00:47 | 2015-05-02T01:00:47 | 2,490,021 | 1 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 7,017 | h | // Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://code.google.com/p/protobuf/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistri... | [
"saadsj@gmail.com"
] | saadsj@gmail.com |
71818ba0f92a1615c7ed9ec193ab1525de24ec40 | a1a82c79a8ffb4f5e3badaf81dc8347c53e10669 | /Tree Data Structure/order_of_people_heights.cpp | 516494a601d13800552b3d7eba97aeeed5b63e57 | [] | no_license | adityarg/InterviewBit | 67a7275ae6af0d34eda0420ec3c51cbfe9520966 | f8d2cf69e4fe92220d73c52a8547fda34c21406f | refs/heads/master | 2022-12-27T17:00:25.873465 | 2020-10-08T04:50:20 | 2020-10-08T04:50:20 | 281,244,836 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,475 | cpp | TreeNode *build_st(int ss,int se,int value){
if(ss==se){
return new TreeNode(value);
}
TreeNode *node=new TreeNode(value);
int mid=(ss+se)/2;
TreeNode *le,*ri;
le=build_st(ss,mid,value);
ri=build_st(mid+1,se,value);
node->val=le->val+ri->val;
node->left=le;
node->rig... | [
"adiraghuwanshi23@gmail.com"
] | adiraghuwanshi23@gmail.com |
cc85f78545e3f493cf96697756157e828ee85f5a | 35060c0a15ae390e25ca9b463b2639ca842eb186 | /filter/AnisotropyMeasure/vtkTensorNorm.cxx | 66cc7076183b896529cf6d4a2e4ed75050b7a05c | [] | no_license | mbussler/paraview | 1be7840961b2e846c2356b0ea5efc18078cf97f6 | 00a113a5a41bbd7c6902f55fc0ff233328350bd2 | refs/heads/master | 2020-03-29T07:14:41.837894 | 2018-09-20T19:51:54 | 2018-09-20T19:51:54 | 149,658,349 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,808 | cxx | /*=========================================================================
Program: Visualization Toolkit
Module: vtkTensorNorm.h
Copyright (c) Michael Bußler
=========================================================================*/
#include "vtkTensorNorm.h"
#include "vtkStreamingDemandDriv... | [
"michael.bussler@gmail.com"
] | michael.bussler@gmail.com |
8d7f1a648153620a59185fc55ede79c6974c8e74 | 5e8313d4a988226f4a184aa381acc900d92d51c4 | /3DSoftRender/LibGraphics/SceneGraph/VisualEffect.cpp | 94db41825a1a81d2676ca2699e5451e0490ecff4 | [] | no_license | GGBone/3DSoftRender | f0aaec57ddfe7f9c224422dc1056b76a970f41ca | c24f16867486e5c26d7d8b613f139a16d221574f | refs/heads/master | 2021-01-11T23:07:16.207565 | 2019-03-17T14:28:22 | 2019-03-17T14:28:22 | 78,545,735 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 815 | cpp | #include <GraphicsPCH.h>
#include <Graphics.h>
#include "VisualEffect.h"
using namespace Hikari;
VisualEffect::VisualEffect()
: m_EffectName("Default")
{
}
VisualEffect::~VisualEffect()
{
ClearTechiniques();
}
void VisualEffect::ClearTechiniques()
{
auto iter = mTechniques.begin();
for (; iter != mTechniques.en... | [
"z652137200@gmail.com"
] | z652137200@gmail.com |
de50464adc84c414e2cc4bf403c01f4eee84072c | d2f5e0b43885cd080a4c5026ce133e288482f8d0 | /Juez EDA/EDA_Juez2_7.2/EDA_Juez2_7.2/Source.cpp | d4f22fb8cfdc1721d3db01df85592939ddf549b3 | [] | no_license | tito-kimbo/Online-Judge-Solutions | fb0ea2f2b9d8724a4b1f914a8be02294f1664135 | 1207e95365fb6f2691de077beaf2cbe7f0724c11 | refs/heads/master | 2020-06-03T04:18:32.970773 | 2019-06-11T19:12:52 | 2019-06-11T19:12:52 | 191,435,206 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 301 | cpp | #include "Hora.h"
#include "operable_queue.h"
void solve(int n) {
Hora h;
operable_queue<Hora> q;
for (int i = 0; i < n; i++) {
std::cin >> h;
q.push(h);
}
q.removeLower();
std::cout << q << '\n';
}
int main() {
int n;
std::cin >> n;
while (n > 0) {
solve(n);
std::cin >> n;
}
} | [
"eduriver@ucm.es"
] | eduriver@ucm.es |
058a6669142acfaa01398a0147c8bb99c8942bda | 966dc17abfc38c3a11e4d4798813350448f25dd5 | /0101-0200/0102.cpp | a9b9d54c08c19bc2c37a0f24f8c75a5126f1a353 | [] | no_license | superlb/MyLeetcode | fa8b041339c1f803b4f0432fe6bd593a2f4e8949 | ae617c7e858636b026ba3c323f37972dda64b87e | refs/heads/master | 2021-08-04T02:43:16.049436 | 2021-07-24T14:03:05 | 2021-07-24T14:03:05 | 205,500,460 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,078 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
vector<vector<int>> levelOrder(TreeNode* root) {
queue< pair<TreeNode*,int> > q;
... | [
"liaowuyao@gmail.com"
] | liaowuyao@gmail.com |
86c15c41856c078d28b7ffda7ec4254f22e2ccdf | fce783289eb4359c43cfa411336c43fca7d449a5 | /toi12_weakpoint.cpp | 2c0d3d2c14e3de1b98b0a93799ba2f65e7f94151 | [] | no_license | Autoratch/Thailand-Olympiad-in-Informatics | deceffc7707630b865e9e2a8b2e37486b6698d62 | 00efcb5fe3e6397a582713c50e8521d6f3e36626 | refs/heads/master | 2022-06-21T21:34:13.671761 | 2022-06-19T03:51:40 | 2022-06-19T03:51:40 | 123,771,446 | 21 | 12 | null | 2022-06-19T03:51:41 | 2018-03-04T08:45:09 | C++ | UTF-8 | C++ | false | false | 3,190 | cpp | #include <vector>
#include <queue>
#include <iostream>
#include <limits.h>
#include <algorithm>
using namespace std;
#define endl '\n'
#define MOD 1e9 + 7
int n,k,st;
vector<vector<int> > adj;
vector<int> cycle;
vector<bool> incy;
vector<bool> visited,visit;
bool fic,cy,fin;
bool findcycle(int p,int pr)
{
visit[... | [
"noreply@github.com"
] | Autoratch.noreply@github.com |
1a99ee7da6af9f8058a591d6bc795ad84fecb0df | b6967a88a776ff1217471c73cf63ab67658c24fa | /CoppeliaSim_Edu_V4_1_0_Ubuntu18_04/programming/bluezero/include/spotify-json/test/src/test_encoded_value.cpp | a3ab438048b1ff049d0502884727b1e2bb5eaa04 | [
"JSON",
"BSD-3-Clause",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | YueErro/ModernRobotics | 35048b04571799a4c5237f48750a4c5f7041d4a7 | 82345c04157c1322b24553bf00abd1f2b03281a5 | refs/heads/master | 2020-08-12T20:02:30.933484 | 2020-07-29T19:55:39 | 2020-07-29T19:55:39 | 214,834,024 | 0 | 0 | MIT | 2019-10-13T14:24:01 | 2019-10-13T14:24:01 | null | UTF-8 | C++ | false | false | 7,660 | cpp | /*
* Copyright (c) 2016 Spotify AB
*
* 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 agreed to i... | [
"yue.trbj@gmail.com"
] | yue.trbj@gmail.com |
f575277fb015e87179e3e3e03b1e3a6552b74802 | 38ae1a64ba59b2d4cd8ba7a7fc4cff97dbb75a3f | /src/GameObjects/World.h | 3aeee153e94bbbcefdd2369686a78026c7d139fc | [] | no_license | kubaceg/dragonGame | 0b38f38448214011b3c9d1ac93cb1a45f652fbf9 | cc8ecd4f74be64f60b48072b9bb8b2c795cb8f60 | refs/heads/master | 2020-05-17T15:39:32.298349 | 2015-10-19T20:22:59 | 2015-10-19T20:22:59 | 25,095,597 | 0 | 0 | null | 2015-10-19T20:22:59 | 2014-10-11T21:15:43 | C++ | UTF-8 | C++ | false | false | 266 | h | #ifndef __WORLD_H__
#define __WORLD_H__
#include "SDL.h"
#include "Clouds.h"
class World {
private:
SDL_Surface *screen;
SDL_Surface *background;
SDL_Rect bgPosition;
int frameCount;
public:
void draw();
World(SDL_Surface *sc);
};
#endif | [
"kuba.ceg@gmail.com"
] | kuba.ceg@gmail.com |
10d1f7e4d9dde6071b63f356dd82c46aca8ec6c4 | 60ea3637fe65bd27a14d36d9626e1033b0144dd4 | /syntheticSample/cryptopp/src/pp_twofish.cpp | 5c3f01dd27b07ba6dd436291edfe381da24f7405 | [] | no_license | plestrin/bacs | e30938d9b0a016dff841b48fe68aca8d36f1e272 | 73b32d09fe0b488e7eec67ae25898449c33b7dbf | refs/heads/master | 2020-12-30T16:39:59.281360 | 2018-04-04T17:20:17 | 2018-04-04T17:20:17 | 90,999,093 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,114 | cpp | #include <iostream>
#include <iomanip>
#include <cryptopp/modes.h>
#include <cryptopp/twofish.h>
static void print_raw_buffer(byte* buffer, size_t buffer_length){
size_t i;
for (i = 0; i < buffer_length; i++){
if (buffer[i] & 0xf0){
std::cout << std::hex << (buffer[i] & 0xff);
}
else{
std::cout << "0" ... | [
"pierre.lestringant@gmail.com"
] | pierre.lestringant@gmail.com |
41cf447a2938f60730d24422263e92d9dee7b6ad | 2b5fbd62812f10cfd41c37bb223bbaca8ce1dfe2 | /doc_guide/usage/chrono/datetime.hpp | ead4074a27d42dc8ec90b154c4fabbf19993afc2 | [
"Apache-2.0"
] | permissive | Better-Idea/Mix-C | 5e6adaa2399cc94437a18d2962ebbca016bc6e71 | 71f34a5fc8c17a516cf99bc397289d046364a82e | refs/heads/master | 2021-12-10T04:59:17.280741 | 2021-09-30T13:36:05 | 2021-09-30T13:36:05 | 208,288,799 | 45 | 9 | Apache-2.0 | 2021-01-05T07:08:29 | 2019-09-13T15:06:16 | C++ | UTF-8 | C++ | false | false | 10,150 | hpp | #define xuser mixc::powerful_cat
#include"chrono/day.hpp"
#include"chrono/datetime.hpp"
#include"chrono/time.hpp"
#include"chrono/now.hpp"
#include"mixc.hpp"
#include"utils/counter.hpp"
xinit(xuser::the_main){
using namespace xuser;
counter demo = 0;
auto show = [](auto d){
xhint(
d.ye... | [
"x4495@outlook.com"
] | x4495@outlook.com |
c246b0367b9a1214a02c4ce04bf3441794edd343 | 395d1860e82bc75ccc04b91c4b9a8fa46276d9bb | /Source/Physics2012/Vehicle/Manager/hkpVehicleManager.h | 81c0e56b653a7331334ed2c98a96f4c9a257ac07 | [] | no_license | Hakhyun-Kim/projectanarchy | 28ba7370050000a12e4305faa11d5deb77c330a1 | ccea719afcb03967a68a169730b59e8a8a6c45f8 | refs/heads/master | 2021-06-03T04:41:22.814866 | 2013-11-07T07:21:03 | 2013-11-07T07:21:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,003 | h | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Product and Trade Secret source code contains trade secrets ... | [
"joel.van.eenwyk@havok.com"
] | joel.van.eenwyk@havok.com |
9663f1a8a47465756d8669bc3b26814c6b61d755 | 09f7c34a1f770e816daca2c49fe76bf1b79ff6fe | /problema_5/q2(2).cpp | 592e27135484c25ce87fe37e3ed9ed7340d5fb8d | [] | no_license | binaks/LP1 | 9b43aef481f7ee8b0d6a1c83e21ea4860db188b8 | 4f6c36f1f45ebfb9ff3f42def6d1cf65abe657f7 | refs/heads/master | 2021-01-01T19:27:10.711113 | 2017-09-28T23:12:40 | 2017-09-28T23:12:40 | 84,261,367 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,452 | cpp | #include <iostream>
using namespace std;
template<class T>
class conjunto
{
public:
conjunto(int n){
n_ = n;
v_ = new T[n];
}
conjunto() = default;
void n(int n);
void ler_conjunto();
void escrever_conjunto();
conjunto<T> diferenca_conjunto(conjunto<T> const& cB);
private:
int n_;
int na_=0;
T* v_;
};
... | [
"noreply@github.com"
] | binaks.noreply@github.com |
99e81d9e6ed3670d1f8ad45d6d30c1f03c8e9344 | b783b4d558ad4669428a478c98911450c6fcf20a | /ooid/gui/gooid.cpp | 7606dc11d59eafd7d14f2167ce85538bca4c01e8 | [
"Apache-2.0",
"BSL-1.0"
] | permissive | HalcyonGrid/whip-server | 5b12025888470be7128834ca04c38b32cee51a02 | 2b80d01b0029d93a4bfcc2fc2c0900002bedbfb3 | refs/heads/master | 2020-03-26T12:30:27.704163 | 2018-11-15T02:28:04 | 2018-11-15T02:28:04 | 144,896,262 | 2 | 5 | Apache-2.0 | 2018-08-19T07:32:37 | 2018-08-15T19:43:43 | C | UTF-8 | C++ | false | false | 795 | cpp | /********************************************************************\
* gooid.cpp -- UUID GUI *
* *
* Copyright (C) 2009 Kenneth Laskoski *
* ... | [
"david.daeschler@gmail.com"
] | david.daeschler@gmail.com |
a6dbd90a0890d76d8fe212eef572e2912287a5eb | 5ed707de9f3de6044543886ea91bde39879bfae6 | /ASFantasy/Shared/Source/ASFantasyObjectBuilder.cpp | ec4a158222a1c1f13cc12b29904084f2addad40a | [] | no_license | grtvd/asifantasysports | 9e472632bedeec0f2d734aa798b7ff00148e7f19 | 76df32c77c76a76078152c77e582faa097f127a8 | refs/heads/master | 2020-03-19T02:25:23.901618 | 1999-12-31T16:00:00 | 2018-05-31T19:48:19 | 135,627,290 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,393 | cpp | /* ASFantasyObjectBuilder.cpp */
/******************************************************************************/
/******************************************************************************/
#include "CBldVCL.h"
#pragma hdrstop
#include "ASFantasyObjectBuilder.h"
#include "ASFantasyType.h"
using name... | [
"grtvd@users.noreply.github.com"
] | grtvd@users.noreply.github.com |
022ffcf82fe43173dba634851e5c4d6fbfe1f689 | be3167504c0e32d7708e7d13725c2dbc9232f2cb | /mameppk/src/mame/includes/spiders.h | bda39fea52d2bcffb782f550d5dea74d411b70fc | [] | no_license | sysfce2/MAME-Plus-Plus-Kaillera | 83b52085dda65045d9f5e8a0b6f3977d75179e78 | 9692743849af5a808e217470abc46e813c9068a5 | refs/heads/master | 2023-08-10T06:12:47.451039 | 2016-08-01T09:44:21 | 2016-08-01T09:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,752 | h | // license:BSD-3-Clause
// copyright-holders:Zsolt Vasvari
/***************************************************************************
Sigma Spiders hardware
***************************************************************************/
#include "sound/discrete.h"
#include "video/mc6845.h"
class spiders... | [
"mameppk@199a702f-54f1-4ac0-8451-560dfe28270b"
] | mameppk@199a702f-54f1-4ac0-8451-560dfe28270b |
6852484504fc94bcb57b2ca97086a904b89f11cb | d766203f49613ed78e4a607c124d21073507a0f8 | /src/settingsadhoccommand.cpp | 00aacece68095a389c86cd22b7317e1b9131e47a | [
"BSL-1.0"
] | permissive | mdonoughe/libtransport | 22fac71199d0ae10ad717d73457228d0b1192d76 | c7e2635dde99a7b461c370ac87994059fcc12dd4 | refs/heads/master | 2021-01-15T19:39:37.438367 | 2012-08-10T12:29:13 | 2012-08-10T12:29:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,346 | cpp | /**
* XMPP - libpurple transport
*
* Copyright (C) 2012, Jan Kaluza <hanzz@soc.pidgin.im>
*
* 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 the License, or
* (at your... | [
"hanzz.k@gmail.com"
] | hanzz.k@gmail.com |
55e0eab4bf393999c62b59aa84bef56e216ed078 | 4c05eb220a3ae5b1cd0197f2f4d33759f26d9451 | /samod2/samod2/MTA10/game_sa/CWaterManagerSA.cpp | f60a998f8e629542dbf8fd1f5b3a2dfb488e6dc5 | [] | no_license | grasmanek94/PAWN-4-SinglePlayer-GTA-SA | 6276633ca3ad95d98d2d0302b160c3e68537c067 | 279569a3a5a257a36bcdc6ccb88a41ba76f62ae9 | refs/heads/master | 2020-12-24T20:52:25.112355 | 2016-04-25T23:48:14 | 2016-04-25T23:48:14 | 57,083,608 | 8 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,289 | cpp | /*****************************************************************************
*
* PROJECT: Multi Theft Auto v1.0
* LICENSE: See LICENSE in the top level directory
* FILE: game_sa/CWaterManagerSA.cpp
* PURPOSE: Control the lakes and seas
* DEVELOPERS: arc_
*
* Multi Theft Auto is available fro... | [
"grasmanek94@gmail.com"
] | grasmanek94@gmail.com |
d8d2ff72c2f71e41e77636909607e9f81e999bc8 | a0b64e46333663e7ce84af2f5a05482a96d64792 | /main.cpp | 90cfa2a9579465bba745915d0f679ff1085b8831 | [] | no_license | f26401004/The-Art-Of-War | 7fc7c05874603be6361c3dde715c5fb4015af2d1 | e6a6ed909c21479f142f686a828b725cd5e5f802 | refs/heads/master | 2020-05-01T07:51:47.411685 | 2019-03-24T02:29:36 | 2019-03-24T02:29:36 | 177,362,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 232 | cpp | #include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
// create the window.
MainWindow win;
// show the window.
win.show();
return app.exec();
}
| [
"f26401004@gmail.com"
] | f26401004@gmail.com |
44600c91d06e88158e90f042cf6ceae853710c8d | 5795150f1d7fd799a94245b28e852ff472fcd4db | /cubegui-4.4-TP3/src/GUI-qt/plugins/AdvancedColorMaps/maps/CubehelixColorMap.h | f02d17d9d4773ff5e996e210c1112491e8fe3961 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | simbadSid/julich_testAssignment_cubePlugin | 59a5d328b8dedc2d6f2c2aa59246df5b93c43d29 | 0b126b80295ade4f4f22f7c55c67efe8e5386ff2 | refs/heads/master | 2020-06-21T14:37:36.769644 | 2016-12-08T19:11:02 | 2016-12-08T19:11:02 | 74,790,070 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,445 | h | /****************************************************************************
** CUBE http://www.scalasca.org/ **
*****************************************************************************
** Copyright (c) 1998-2016 **
** Fors... | [
"kassuskley@localhost.localdomain"
] | kassuskley@localhost.localdomain |
fcbc1aa0a98618e6d3b84bf4605eabc08774611b | ecb19b88596264b96a7aafd85825291ce49d968b | /src/protos/cnn_params.pb.h | 6ed883744c704f4dfe03bd927a0ba226645a8ca1 | [] | no_license | wakanapo/cnn_library | f74f464681bd462f2db4677e98abf45de1916303 | 2cc080e29d1ff51f11f8e793ed9b8dca0d7ce35e | refs/heads/master | 2021-03-27T20:00:14.181146 | 2018-04-12T02:10:40 | 2018-04-12T02:10:40 | 114,589,081 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 17,305 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cnn_params.proto
#ifndef PROTOBUF_cnn_5fparams_2eproto__INCLUDED
#define PROTOBUF_cnn_5fparams_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#if GOOGLE_PROTOBUF_VERSION < 3004000
#error This file was generated by ... | [
"noreply@github.com"
] | wakanapo.noreply@github.com |
f8efa3c003c0587b9a31cf2599d68802b01b9dc4 | 9ca0b052645100eaf2be8fd7f1a2a49c65c639e7 | /2D Array/New Year Chaos.cpp | 91b146c9fd0b1b83bf6530c74812a7954dcf9af8 | [] | no_license | PSDent/PS_HackerRank | a07e6c30d9c4c7f6649c058f7ad49a8bd4b635b7 | 26ad696cb4934340a33a5ae6348e0abe57be3eba | refs/heads/master | 2020-04-29T11:15:33.745663 | 2019-04-08T23:10:07 | 2019-04-08T23:10:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,206 | cpp | #include <bits/stdc++.h>
using namespace std;
vector<string> split_string(string);
int cnt[100001];
// Complete the minimumBribes function below.
void minimumBribes(vector<int> q) {
memset(cnt, 0, sizeof(cnt));
int bribedCnt = 0;
for(int i = 0; i < q.size();)
{
bool a = false;
... | [
"mnsan1004@gmail.com"
] | mnsan1004@gmail.com |
1559478ba1e7df4fbea8f650b5e649aacd361d10 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/abc018/B/4291886.cpp | 079529cf08c5a3a80fe3c7c8604918d74f4b78f6 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 652 | cpp | #include <algorithm>
#include <cmath>
#include <cstdio>
#include <iostream>
#include <iterator>
#include <map>
#include <set>
#include <stack>
#include <string>
#include <tuple>
#include <vector>
using namespace std;
using ull = unsigned long long;
using P = pair<int, int>;
ull E = 1000000007;
cons... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
0738d98385a9f502eaef4eeb1fe401ec00072871 | 33ce14af28db7b11914a388e0d5bda7ceeb6e518 | /logdevice/common/protocol/STORE_Message.h | 2f8d54d20bebecb8c799540085bd6ed87bb2937b | [
"BSD-3-Clause"
] | permissive | WolfgangBai/LogDevice | e1c025617c3efe06e67738f3c8143db290990b93 | c51c4fadbbf03bf6291628f240a009bf66943200 | refs/heads/master | 2020-03-28T23:05:49.187012 | 2018-09-18T09:57:48 | 2018-09-18T10:13:20 | 149,276,107 | 1 | 0 | null | 2018-09-18T11:18:40 | 2018-09-18T11:18:40 | null | UTF-8 | C++ | false | false | 17,948 | h | /**
* Copyright (c) 2017-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <array>
#include <cstdlib>
#include <memory>
#include <string>
#include <tuple>
#inc... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
dda0c198d453a1703c4be649c3c59ddf0c6071a6 | 2a1365c24292ee4ea235301a1ead0403062f4645 | /他人代码_港/lab13-Greedy/main.cpp | 9e30580919c556d4d0360789b0d55788d0f2deab | [] | no_license | trialley/DataStructuresLabs | 0a10f5bb8afe63585b111a820cf8d3b552018bd1 | 0d2cf9931175b96190a317d1ea14dd18793faf76 | refs/heads/master | 2020-09-27T10:16:31.437406 | 2019-12-31T07:32:11 | 2019-12-31T07:32:11 | 226,492,210 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 228 | cpp | #include<iostream>
#include"baseGraph.h"
using namespace std;
int main() {
uniGraph<arrGraph<int>,int> g(10);
g.SetNodeDate(0, 0);
g.SetLinkValue(0, 0, 0);
cout << g.GetNodeDate(0)<<" "<<g.GetLinkValue(0,0);
return 0;
} | [
"1203732857@qq.com"
] | 1203732857@qq.com |
bcf13906c0d3daf2643abd25cfe741a6a152256b | a41e29c8724677261433907c470adab81e35d9a3 | /opengl.cpp | 9229a5991bf7b2db19d3ba205e433f04abed229d | [] | no_license | bqqbarbhg/test-3d | bdf77b7c9d39443afedb76227904ee82780fd9f1 | c1ecd814c01aa2ad9d7ad3d16f333b41561507bb | refs/heads/master | 2021-01-10T14:21:00.496004 | 2016-03-19T17:02:53 | 2016-03-19T17:02:53 | 53,335,837 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,729 | cpp |
struct Shader_Define
{
const char *name;
int value;
};
void shader_source_defines(GLint shader, const char *source, int size, const Shader_Define *defines, size_t define_count)
{
char prefix[2048], *prefix_ptr = prefix;
for (size_t i = 0; i < define_count; i++) {
const Shader_Define *d = &defines[i];
prefix_... | [
"samuli.1995@hotmail.com"
] | samuli.1995@hotmail.com |
c9ed5f7d04685e6cea2854d27eef5e33172f9dd0 | cd421faf75252d0595e9e0c64a2d38e5a1d0f66f | /cpp/src/Stack.tpp | 7676e47da2f3d6e2659b1002360626fa6bc01c14 | [
"MIT"
] | permissive | MinecraftXwinP/HW-Calculator | 01bc93de1767e5f6c4944412242ac6563bc8081c | 04445b76cafb95461938b4b023fb85715ac29d25 | refs/heads/master | 2020-06-08T19:06:41.360136 | 2014-10-22T17:22:00 | 2014-10-22T17:22:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,597 | tpp | #include <iostream>
using namespace std;
template<class T>
Stack<T>::Stack()
{
init(_DEFAULT_INIT_SIZE_,_DEFAULT_INTERVAL_);
}
template<class T>
Stack<T>::Stack(int initSize,int interval)
{
init(initSize,interval);
}
template<class T>
Stack<T>::~Stack()
{
delete [] data;
}
template<class T>
void Stack<T>::i... | [
"tony84727@gmail.com"
] | tony84727@gmail.com |
479b789da06533212c6de439b3641c27f03953cc | cc573bec6fb691176e8409038fc60edf73940921 | /GLTexture.h | 46f4a6d79d9f9db05b4e72b169780bce0e288010 | [] | no_license | tekken98/glStudio | 08e89abbec206cbd73d05c84f5be20b4bf916d09 | 8a464d7aebcb8d3ce3a6700a2116a72d9b1d6769 | refs/heads/master | 2020-05-16T05:01:42.142525 | 2019-04-30T16:33:13 | 2019-04-30T16:33:13 | 182,799,738 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 534 | h | #ifndef GLTEXTURE_H
#define GLTEXTURE_H
#include <map>
#include "common.h"
class GLTexture
{
private:
map<const char * , GLuint> d_texture;
public:
//constructor
GLTexture();
GLTexture(const GLTexture& s);
GLTexture& operator=(const GLTexture& s);
~GLTexture();
... | [
"bao19411@eyou.com"
] | bao19411@eyou.com |
748aea68675d44f4e4186a8bcc18871b5ba29201 | d0ceb8e9a5e132e0a31d1e1639d45a0b6a8d049f | /src/main/cpp/exbisim/gen/gen.hpp | 2304f17f68973641a7dc84ad06d415dc55a915c7 | [
"BSD-2-Clause"
] | permissive | sshyran/graphene | 100e6117271052785eeb4026daede877d5f5a857 | 0f9a881ac5363ffe26d4b4bc63c70f484d1d1aa6 | refs/heads/master | 2023-04-16T00:45:55.236730 | 2014-11-13T21:50:00 | 2014-11-13T21:50:00 | 272,573,216 | 0 | 0 | null | 2023-04-04T01:40:04 | 2020-06-16T00:35:03 | null | UTF-8 | C++ | false | false | 2,332 | hpp | /**
* gen.hpp - Generate random trees and DAGs.
*
* Copyright (c) 2011 Jelle Hellings <exbisim@jhellings.nl>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributi... | [
"lgreg.meredith@biosimilarity.com"
] | lgreg.meredith@biosimilarity.com |
385d4f7e2ea133668ed0599b29c9eec584db89df | 2d381bb9e80ba5b4ca4b0556eacca705d90fde01 | /c++/switch.cpp | 7e1d96ae64aa397c17ae76e0cac4446d9a436869 | [] | no_license | apurvarawal/Cpp-notes-with-examples | 298a388651d29a5fa340aa888af8651cbe402698 | 7abbf6e9492d09191fce9806cd4fedfb510b4a4a | refs/heads/master | 2023-08-20T08:55:50.552052 | 2021-09-19T05:44:57 | 2021-09-19T05:44:57 | 408,043,928 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 295 | cpp | #include<iostream>
using namespace std;
int main(){
int age;
cout<<"Enter your age."<<endl;
cin>>age;
switch (age)
{
case 18:
cout<<"You are 18."<<endl;
break;
default:
cout<<"You are not 18."<<endl;
break;
}
return 0;
} | [
"apurva2928@gmail.com"
] | apurva2928@gmail.com |
7699b6df6cf61a22136045a0b67ee0dd4fbcef71 | 641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2 | /components/offline_pages/background/request_queue_store_sql.h | 0be2eb5700e73b3a2ab7100ed6480ff13da13ec5 | [
"BSD-3-Clause"
] | permissive | massnetwork/mass-browser | 7de0dfc541cbac00ffa7308541394bac1e945b76 | 67526da9358734698c067b7775be491423884339 | refs/heads/master | 2022-12-07T09:01:31.027715 | 2017-01-19T14:29:18 | 2017-01-19T14:29:18 | 73,799,690 | 4 | 4 | BSD-3-Clause | 2022-11-26T11:53:23 | 2016-11-15T09:49:29 | null | UTF-8 | C++ | false | false | 2,709 | h | // Copyright 2016 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 COMPONENTS_OFFLINE_PAGES_BACKGROUND_REQUEST_QUEUE_STORE_SQL_H_
#define COMPONENTS_OFFLINE_PAGES_BACKGROUND_REQUEST_QUEUE_STORE_SQL_H_
#include <s... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
5e21b106d59f46705a1fb235efe77cba92a8eaff | 607fbf14d39d972b293bce2fa9924076a50c99c2 | /src/ofxShutdown.h | 8f5ac7cc2eaaacbe2f81395381c4ac30df94bee6 | [
"MIT"
] | permissive | wasawi/ofxShutdown | eab69cdacdf5fdfeaaa39ed5216221d6765a2262 | 2c13e62ba5d8c78bcb5657cd7bcf6c772fd20b2c | refs/heads/master | 2021-06-05T15:41:18.373017 | 2017-06-23T05:15:20 | 2017-06-23T05:15:20 | 22,604,331 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,357 | h | /***********************************************************************
Copyright (c) 2009, Jordi Puig, www.wasawi.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the ... | [
"criccrec@gmailc.com"
] | criccrec@gmailc.com |
cc0381936ca5512e19d74c8911cf2bf779c0befe | 816992a0dcc35fb9e19bf5e4dd974ab8a2a353e2 | /kpu/algorithm_final/3_joy_stick.cpp | a4e0f748952a61bb87747ab23d2446a3ce5429e1 | [] | no_license | gowoonsori/algorithm-problem-solve | e066f8f13124ba339c72ea9bec48a0673a3351e2 | 68a077728be929cd04a56c2954f8082087c929e5 | refs/heads/master | 2023-05-31T13:30:41.087070 | 2021-06-19T12:46:01 | 2021-06-19T12:46:01 | 275,135,901 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 981 | cpp | #include <string>
#include <vector>
#include <iostream>
using namespace std;
int solution(string name) {
int answer = 0;
int i=0;
string tmp(name.length(),'A');
while(1){
tmp[i] = name[i];
answer += (name[i] <= 'M') ? (name[i] - 'A') : ('Z' - name[i] + 1) ;
if(!tmp.compare... | [
"gowoonsori97@naver.com"
] | gowoonsori97@naver.com |
4415a13279e75884a5680fce8df8dbac1cc7e4e3 | 5089966150f3716e1acb3516fb1cecfe8cb4675c | /src/renderer/resource_managers/texture.h | 95584d8a64ddcb4969eac8aa1370771be27ee1ad | [
"MIT"
] | permissive | JakubLukas/NewEngine | 84356d3251c15fd2d87bd252b25243176229c630 | 38ea585a37347ec0630673b9d4a7f948e4dc1477 | refs/heads/master | 2021-06-04T18:01:57.325798 | 2020-10-24T21:06:47 | 2020-10-24T21:06:47 | 104,794,610 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 468 | h | #pragma once
#include "core/resource/resource.h"
namespace Veng
{
enum class textureRenderHandle : u32 {};
const textureRenderHandle INVALID_TEXTURE_RENDER_HANDLE = (textureRenderHandle)0;
struct Texture : public Resource
{
static ResourceType RESOURCE_TYPE;
Texture() : Resource(ResourceType("texture")) {}
u... | [
"lukasik.lukasik@gmail.com"
] | lukasik.lukasik@gmail.com |
71aef43597bcc3cad61ddf1d76de5a332fa32402 | 560090526e32e009e2e9331e8a2b4f1e7861a5e8 | /Compiled/blaze-3.2/blazetest/blazetest/mathtest/creator/DynamicHermitian.h | 88d06168a3ca5011c797d950c1ac0c1d246b282a | [
"BSD-3-Clause"
] | permissive | jcd1994/MatlabTools | 9a4c1f8190b5ceda102201799cc6c483c0a7b6f7 | 2cc7eac920b8c066338b1a0ac495f0dbdb4c75c1 | refs/heads/master | 2021-01-18T03:05:19.351404 | 2018-02-14T02:17:07 | 2018-02-14T02:17:07 | 84,264,330 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,632 | h | //=================================================================================================
/*!
// \file blazetest/mathtest/creator/DynamicHermitian.h
// \brief Specialization of the Creator class template for HermitianMatrix<DynamicMatrix>
//
// Copyright (C) 2012-2017 Klaus Iglberger - All Rights Reserved
... | [
"jonathan.doucette@alumni.ubc.ca"
] | jonathan.doucette@alumni.ubc.ca |
6357aa99caa6e07a94d0df675378b919c10acb11 | c78d8bfd9148524976d8366d9b0c6e81afec13d9 | /src/worker_thread.cpp | 1c5eda47a0e529b3a9a23c128c48f41c4a7ea3ab | [] | no_license | caetanosauer/finelog | 9e76d7f3bc85cde8c7ea8a524989e289cb908869 | ca7b3e273c3367ad6e5c06968fde426b6c848b31 | refs/heads/master | 2020-03-14T23:34:15.023397 | 2018-05-23T20:07:50 | 2018-05-23T20:07:50 | 131,848,174 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,993 | cpp | #include "worker_thread.h"
worker_thread_t::worker_thread_t(int interval_ms)
:
interval_msec(interval_ms),
stop_requested(false),
wakeup_requested(false),
worker_busy(false),
rounds_completed(0)
{
}
worker_thread_t::~worker_thread_t()
{
}
void worker_thread_t::wakeup(bool wait, int rounds_to_... | [
"csauer@cs.uni-kl.de"
] | csauer@cs.uni-kl.de |
9cc53e1eba3ffb9aa4835cb0371e2b45aa07c673 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/CodeJamData/15/12/17.cpp | 8efef072e3e2b93cf2b59a4a97c3457a9a165f78 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | UTF-8 | C++ | false | false | 891 | cpp | #include <iostream>
#include <cstdio>
#include <cstdlib>
using namespace std;
typedef long long ll;
const ll INF = (ll)1e18;
const int N = 1010;
int n;
ll m;
ll a[N];
ll check(ll x)
{
ll res = 0;
for (int i = 0; i < n; i++)
res = min(INF, res + (x + a[i] - 1) / a[i]);
return res;
}
void solve()
{
scanf("%d%lld... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
5f590ed197e411f11edb731e219817e03de97825 | 65b335db03ef3d2977bc0cbdce8bae42e5ebfa2f | /main.cpp | 997f569121bd19d2e02ac8279d2a8777ca8130c6 | [
"ISC"
] | permissive | berezovskyi/cpptran-play | 50c3210977a6662589398b9384231d4629441aac | 6154d9d73a68c0d97da1433262a8bb44b2923ef9 | refs/heads/master | 2020-12-24T06:01:17.023217 | 2018-11-25T12:59:54 | 2018-11-25T12:59:54 | 73,240,363 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 425 | cpp | // This illustrates how a Fortran routine may be
// called from a main program in C++, and a char[] string passed
#include <iostream>
#include <string.h>
extern "C" {
void fr1_(int *, int *, char *);// __attribute__ ((stdcall));
}
int main()
{
int n = 10, nSq;
char szCtest[20];
strcpy(szCtest, "teststri... | [
"andriib@kth.se"
] | andriib@kth.se |
84abfe2505457d36d45ff7813ad8235e9ec7f917 | 3575bcb346aafc7d3309afa47268cd9930261399 | /src/expressions/new_array.h | 5ffbc781c6d59c7164fc32bf45bdb704e93845ac | [] | no_license | alexa0o/MiniJavaCompiler | 5818f4d8181b74f7e08432b9d76d4d8ee266fe10 | 1ac525eceee056234c27b8651af9ba234dc1804f | refs/heads/main | 2023-04-11T06:00:48.802934 | 2021-02-28T20:03:18 | 2021-02-28T20:03:18 | 342,803,929 | 0 | 0 | null | 2021-04-13T19:03:15 | 2021-02-27T08:07:57 | C++ | UTF-8 | C++ | false | false | 278 | h | #pragma once
#include <string>
#include "type.h"
#include "expression.h"
class NewArrayExpression: public Expression {
public:
NewArrayExpression(Type type, Expression* size);
void accept(Visitor* visitor) override;
private:
Type type_;
Expression* size_;
}; | [
"haaa@1c.ru"
] | haaa@1c.ru |
421791bf38bce33d111df7db9adcde73bdeb2afb | 7e1844a174e8dfd087dfca47863f0b0e29f3b72b | /codes/intervalproduct.cpp | f91ed2b0793672cf58f1e405c598fbce87f4447f | [] | no_license | matheusmso/mac0499 | e266c5abebdc3a0cd124c02d728c61fd2d0d640c | 72fbb97a83c07a01e419f5078fcbcb202ea509bf | refs/heads/master | 2021-09-30T23:42:06.121107 | 2018-11-26T02:21:59 | 2018-11-26T02:21:59 | 113,798,725 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,362 | cpp | #include <bits/stdc++.h>
using namespace std;
#define debug(args...) fprintf(stderr,args)
typedef long long lint;
const int INF = 0x3f3f3f3f;
const lint LINF = 0x3f3f3f3f3f3f3f3f;
const int NEUTRAL = 0;
const int N = (int)1e5+7;
int n, k, v[N], segz[4*N], segn[4*N];
int join(int a, int b) {
return a + b;
}
voi... | [
"matheusmso@fb.com"
] | matheusmso@fb.com |
2f038e27b649a1a7f5164b63e6a7b65cb6274108 | 4a41e5b7e93d39386055ce8648e6c3354f97c61e | /dbDemo/hello/main.cpp | 2a18124f3f328302ed89ae7e00ace65ad0357aa9 | [] | no_license | lianaipeng/demos | 52c78eed35f7921b2c425dc6c8443478d80a3061 | 6692aa6537ab56f56e5b6e374d16654dc17091c1 | refs/heads/master | 2021-01-17T12:00:12.192250 | 2017-07-19T09:12:37 | 2017-07-19T09:12:37 | 47,742,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,536 | cpp |
#include <stdio.h>
#include "acl_cpp/lib_acl.hpp"
#include "mysql/mysql.h"
////////////////////////////////////////////////////////////////////////////////
/**
* 从数据库中查询表数据
* @param db {acl::db_handle&} acl 中的数据库连接句柄引用
*/
static void tbl_select(acl::db_handle& db)
{
// 创建 sql 查询语句
const char*... | [
"lianaipeng@hichao.com"
] | lianaipeng@hichao.com |
9b557f159fd8ba4ba2c59cbed2bc0d0d553c1e76 | f2ed4254f0f9631ae6beff247604d5a8a43dca7c | /System/Src/Include/action_stopProgramScan.h | c9f733f98cd9f8a4e556eec7a7a6a42f794cb3c7 | [] | no_license | imptz/ABMI.00058-01 | 77e769f90b126e5e6dd79c100b40ec97b3b46a44 | 5789c6cc7668502120576585993aabae898a52d9 | refs/heads/master | 2021-01-17T11:54:53.810372 | 2013-11-29T10:06:48 | 2013-11-29T10:06:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 484 | h | #ifndef ACTION_STOP_PROGRAM_SCAN_H
#define ACTION_STOP_PROGRAM_SCAN_H
#include "action.h"
class ActionStopProgramScan : public Action{
private:
virtual void timerHandler();
ActionStopProgramScan();
public:
ActionStopProgramScan(unsigned char _deviceAddress);
virtual ~ActionStopProgramScan();
virtua... | [
"ilja@ptz.com"
] | ilja@ptz.com |
641564f2224f90cc4fddc7459c3ec52be57bea0d | 2a40e7ded842e2000be6f824e5951561b6bdadc8 | /MainClass.cpp | f2375ef937c267f8298e806fe47abfc417944cce | [] | no_license | javeme/stc | 60484e3635f90fb9d8866cb268a81da1ff3048a7 | c8a364c1b18f8e57921888ded3627380c472c2e8 | refs/heads/master | 2020-12-25T02:02:21.373570 | 2016-07-12T18:10:05 | 2016-07-12T18:10:05 | 63,180,878 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,459 | cpp | #include "SuffixTree.h"
#include "time.h"
#include "File.h"
using namespace bluemeiIO;
#include <iostream>
using namespace std;
class MainClass
{
public:
void start();
};
void MainClass::start()
{
cout<<"bluemei提示您:请把测试文本放入test.txt中."<<endl;
File file("test.txt");
//file.readAll();
SuffixTree st("");
String li... | [
"javaloveme@gmail.com"
] | javaloveme@gmail.com |
db12ccdfca952bad0672f35d707a837ccf6e47a5 | ee110fc0433ff57e05582dea6b38f5d15ab90fb5 | /SimpleExample/src/ofApp.h | 270f478cf6b07440b2fe0a01a4be610ecc5d4704 | [] | no_license | NickHardeman/ofxBullet | bd3e221c2b318f641c398c7122f4f6b7c19e6cff | 8b75a2dcf807c7bf0df677858371bc7e0a8c2340 | refs/heads/master | 2023-06-25T08:22:58.775212 | 2023-06-16T14:29:33 | 2023-06-16T14:29:33 | 2,019,013 | 107 | 36 | null | 2023-06-16T14:29:34 | 2011-07-08T17:25:15 | C++ | UTF-8 | C++ | false | false | 707 | h | #pragma once
#include "ofMain.h"
#include "ofxBullet.h"
class ofApp : public ofBaseApp{
public:
void setup();
void update();
void draw();
void keyPressed (int key);
void keyReleased(int key);
void mouseMoved(int x, int y );
void mouseDragged(int x, int y, int button);
void mousePressed(int x, int y, int bu... | [
"nickhardeman@gmail.com"
] | nickhardeman@gmail.com |
3b497be3438195f79261619d215161b4087a5cd6 | 0a4653fe762283a08daba1aca84c03abf81655ad | /Leetcode Daily Challenge/January-2021/17. Count Sorted Vowel Strings.cpp | 27cbc0d32c192c6f09afdfd45127afbdb45fc6fe | [
"MIT"
] | permissive | VanshikaSingh10/DataStructures-Algorithms | d532d4ffaa1599b5af8c9971c366352de1a379ff | ded6796e7fb8520e8e8eb4342e534f370d9c9e9e | refs/heads/master | 2023-08-02T18:28:02.099995 | 2021-10-05T10:49:20 | 2021-10-05T10:49:20 | 413,772,801 | 0 | 0 | MIT | 2021-10-05T10:35:45 | 2021-10-05T10:35:45 | null | UTF-8 | C++ | false | false | 1,634 | cpp | /*
Count Sorted Vowel Strings
==========================
Given an integer n, return the number of strings of length n that consist only of vowels (a, e, i, o, u) and are lexicographically sorted.
A string s is lexicographically sorted if for all valid i, s[i] is the same as or comes before s[i+1] in the alphabet.
Ex... | [
"sachinverma53121@gmail.com"
] | sachinverma53121@gmail.com |
252da5850e71bcccafd07e7d3078fbc51b9195ac | 48ef819fa3526351615fdcaef9267bb842eb7c42 | /SDK/build/arduino/watch5_mini/cubos/cubos.ino | e906974cf40230ceade0a6d4a49c911f36bb7f60 | [] | no_license | yacubovvs/CubOS_01b | fa2cb67e669d26598e0c240168ea4bd86f59cbd2 | 15add5d1c47fff1c23fc4d12fdece40964f52499 | refs/heads/master | 2023-06-26T06:06:12.765510 | 2021-07-28T17:40:48 | 2021-07-28T17:40:48 | 197,984,057 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,082 | ino | /*
############################################################################################
# #
# WATCH4 SETTINGS #
# ... | [
"mac@MacBook-Air-mac-230.local"
] | mac@MacBook-Air-mac-230.local |
779666200b8b10fb185e14bb1204a3d42f33fa74 | e1916d879a7a7d560b5dbb39cb81dc1ae0f4078f | /gigapixel-app/include/ApiController.h | 7d4ec26fbf87d9d481ded3369a598f088aa7554e | [] | no_license | Gigapixel-Mines/gigapixel-app | 6ad181ae5d44841e2345bf1fb0e75eec38e727d1 | 602b905a3dcd5f4c0d5107311eced2f781d28697 | refs/heads/master | 2021-01-23T16:26:13.196381 | 2017-09-22T16:13:29 | 2017-09-22T16:13:29 | 102,738,593 | 0 | 0 | null | 2017-09-11T21:11:30 | 2017-09-07T13:12:47 | C++ | UTF-8 | C++ | false | false | 5,463 | h | /*=============================================================================
Copyright (C) 2012 - 2016 Allied Vision Technologies. All Rights Reserved.
Redistribution of this file, in original or modified form, without
prior written consent of Allied Vision Technologies is prohibited.
----------------------------... | [
"31733890+Gigapixel-Mines@users.noreply.github.com"
] | 31733890+Gigapixel-Mines@users.noreply.github.com |
e0803bf5bc0b73e0af6371572feb79e03b3e3525 | 5181e2dd87941613b74be655fd621c13c1032d31 | /1. Nhap mon lap trinh _ chuong01/bai051.cpp | 0a1fcf4cf01ebe5529e43a1f6f033ef4069c663c | [] | no_license | my-hoang-huu/My-hh | 36c57bcc0ff2a6f09d1404af502a63c94dfd7b92 | 176a0ec629438260ef1a44db82fe1a99a59c809f | refs/heads/main | 2023-06-05T03:03:18.421699 | 2021-05-07T00:36:26 | 2021-05-07T00:36:26 | 342,750,649 | 0 | 0 | null | 2021-05-07T00:36:27 | 2021-02-27T02:18:47 | C++ | UTF-8 | C++ | false | false | 279 | cpp | #include<iostream>
using namespace std;
int main()
{
int n;
cout << "nhap n: ";
cin >> n;
int t = 1;
int i = 1;
while (i <= n)
{
if (n % i == 0)
t = t * i;
i = i + 1;
}
cout << "tich cac uoc so cua " << n << " la: " << t << endl;
system("pause");
return 1;
} | [
"hhmy1995@gmail.com"
] | hhmy1995@gmail.com |
422d520fd03d10bc8bb4e81bcceb62fe8d6b7a2b | e09dfcc817c731587fd756f7611aacb19b17018a | /FilterLog/src/FilterLogDoc.cpp | f23bc6d11db580520cbb6efdec3bad0321bc62a5 | [] | no_license | jweitzen/analogqct | cb77f50f2682ee46325cafd738fcf1299d2710aa | 535bcf32fd615815d640b06c860cfec9acb7f983 | refs/heads/master | 2021-01-10T09:31:14.808743 | 2009-06-12T16:46:03 | 2009-06-12T16:46:03 | 50,674,838 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,602 | cpp | // FilterLogDoc.cpp : implementation of the CFilterLogDoc class
//
#include "stdafx.h"
#include "FilterLog.h"
#include "FilterLogDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////////////////////////////////////////////////////////////////////... | [
"giulio.inbox@6d061dfa-575b-11de-9a1b-6103e4980ab8"
] | giulio.inbox@6d061dfa-575b-11de-9a1b-6103e4980ab8 |
cac4647ab7da5c957ac79e98dd2e36b8a2e20b3d | a3919540792560dbb9fb01ef3bf4f9298fa8dd42 | /header/Object.h | dbe482a6a1b4f6c50c14a6fb16e53dc4fa53f2ea | [
"MIT"
] | permissive | nicovanbentum/Scatter | f6cc305e3637488219e82a5c8aa198fbd5e28bab | 72fc7386767d8c058c55fbe15055ea9397d018e1 | refs/heads/master | 2023-06-15T14:20:01.337914 | 2021-07-15T15:25:43 | 2021-07-15T15:25:43 | 291,949,802 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 293 | h | #pragma once
#include "Vertex.h"
namespace scatter {
struct Object {
std::vector<Vertex> vertices;
std::vector<uint16_t> indices;
uint32_t indexOffset = 0;
uint32_t vertexOffset = 0;
glm::mat4 model = glm::mat4(1.0f);
void createSphere(const float radius);
};
}
| [
"niico0708@gmail.com"
] | niico0708@gmail.com |
f77e7b74bb5122b4869fb351e13aa8546075c738 | 6af17fd2cdd4958d01692abd217328468d0b3a9b | /BMLauncher/BMLauncher/BMLauncher.cpp | fb6bd6b11693c7f020865ccac0559e160f1e1b82 | [] | no_license | scriptkitz/bmloginsvr | c3ad5e44ca34c11f4bb46c21fd45dbb49bc4b668 | cbcc4a97d3adac621eda232ad57340591f78be0e | refs/heads/master | 2021-06-03T10:16:14.947463 | 2016-09-03T06:14:53 | 2016-09-03T06:14:53 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,350 | cpp | // BMLauncher.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "BMLauncher.h"
#include "BMLauncherDlg.h"
#include "CDuiDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////////
using namespace DuiLib;
// CBMLauncherApp
BEGIN_ME... | [
"sryan@qq.com"
] | sryan@qq.com |
12d66cc520666265d397ffd163ecbd02cfbbee67 | ad5b72656f0da99443003984c1e646cb6b3e67ea | /src/tests/functional/plugin/gpu/shared_tests_instances/low_precision_transformations/prelu_transformation.cpp | 515c9f90584a9ab36205d86d8881c371168d58c7 | [
"Apache-2.0"
] | permissive | novakale/openvino | 9dfc89f2bc7ee0c9b4d899b4086d262f9205c4ae | 544c1acd2be086c35e9f84a7b4359439515a0892 | refs/heads/master | 2022-12-31T08:04:48.124183 | 2022-12-16T09:05:34 | 2022-12-16T09:05:34 | 569,671,261 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,226 | cpp | // Copyright (C) 2018-2022 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include <vector>
#include "low_precision_transformations/prelu_transformation.hpp"
#include "common_test_utils/test_constants.hpp"
using namespace LayerTestsDefinitions;
using namespace InferenceEngine::details;
namespace {
cons... | [
"noreply@github.com"
] | novakale.noreply@github.com |
ede64c1698ddeb392daabf9fc954d639e77af122 | 645379b56fc1468d52cd27ce4ded3895fd0f1fa1 | /Cadriciel/Commun/Utilitaire/CompteurAffichage.cpp | 4d66d7fad3dffee2e2ce0c71cefc59e73ee148b4 | [] | no_license | kiwistaki/AsteroidShooter | 7faba3dff36d124b42b8ac51bc361d236fdcc574 | 32f5ab9a73a5ef0c9b5a312cb0a3f0ddcb0ac7cd | refs/heads/master | 2021-01-20T02:53:44.476126 | 2017-05-05T23:39:51 | 2017-05-05T23:39:51 | 83,821,917 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,230 | cpp | //////////////////////////////////////////////////////////////////////////////
/// @file CompteurAffichage.cpp
/// @author Martin Bisson
/// @date 2007-03-09
/// @version 1.0
///
/// @addtogroup utilitaire Utilitaire
/// @{
//////////////////////////////////////////////////////////////////////////////
#include "Compt... | [
"paquet.alex@gmail.com"
] | paquet.alex@gmail.com |
daceec07068cc19817f18c100a83a1a38c9e1abb | b17a2b520a0ca029598e78df7d3edec37a7a6dcf | /fraction.h | b6aeaf125e37f46cbb0316dfedefb9082fdc49e0 | [] | no_license | hoc081098/102160045_16T1_BT02 | ead6e95709f20a8a17fcfae14d8063c5b4787ccf | c3b4cf7219bbd332960e2a73cee9d635094d06b7 | refs/heads/master | 2020-04-08T01:33:41.216383 | 2018-11-24T03:45:14 | 2018-11-24T03:45:14 | 154,682,803 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,708 | h | //
// Created by Peter Hoc on 10/18/2018.
//
#ifndef BAITAPOOP02_FRACTION_H
#define BAITAPOOP02_FRACTION_H
#include <iostream>
#include <sstream>
#include <cstdlib>
#include <cmath>
using namespace std;
class Fraction {
private:
int numerator; // tu so
int denominator; // mau so
void initialize(int nume... | [
"hoc081098@gmail.com"
] | hoc081098@gmail.com |
dba5e30ef929668fe18d39d55e3b98ee959c76c5 | 3448a43cf0635866b25e5d513dd60fb003f47e29 | /src/xrEngine/editor_environment_levels_manager.cpp | 1580e442264c863e2356729e9445664102856569 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | xrLil-Batya/cordisproject | 49632acc5e68bea9847d001d82fb049703d223c2 | 24275a382fec62a4e58d11579bf497b894f220ba | refs/heads/master | 2023-03-19T01:17:25.170059 | 2020-11-17T14:22:06 | 2020-11-17T14:22:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,721 | cpp | ////////////////////////////////////////////////////////////////////////////
// Module : editor_environment_levels_manager.cpp
// Created : 28.12.2007
// Modified : 28.12.2007
// Author : Dmitriy Iassenev
// Description : editor environment levels manager class
//////////////////////////////////////////////////////////... | [
"phantom1020@yandex.ru"
] | phantom1020@yandex.ru |
d4921cbf1e19a5b205a9d34602a80b5262cb1c76 | 61e4bb86d6877890010cb3aa916fb60a51e38e0f | /ixbots/ixbots/IXStatsdClient.h | 7a75ca62e736b26b5c9694f4da902a116db8a6f4 | [
"BSD-3-Clause"
] | permissive | mattparks/IXWebSocket | 9914b6372576e89e77ac927eac1ecee0d8bada36 | dffa759f71f647f449d965a71dbe733c2deb0e3e | refs/heads/master | 2023-08-31T02:04:58.768138 | 2020-03-25T03:53:25 | 2020-03-25T03:53:25 | 232,356,048 | 0 | 0 | BSD-3-Clause | 2020-01-07T15:36:32 | 2020-01-07T15:36:31 | null | UTF-8 | C++ | false | false | 1,513 | h | /*
* IXStatsdClient.h
* Author: Benjamin Sergeant
* Copyright (c) 2020 Machine Zone, Inc. All rights reserved.
*/
#pragma once
#include <ixwebsocket/IXUdpSocket.h>
#include <string>
#include <thread>
#include <deque>
#include <mutex>
#include <atomic>
namespace ix
{
class StatsdClient
{
public:
... | [
"bsergean@gmail.com"
] | bsergean@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.