blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fff68d2396e4a22c7005bf1f4c94a12972fdea9f | f274fd1e841945fa25751def67ade56889319534 | /allegro5bitmap.cpp | 101e682cf6bc3ea9a53ff5a87a3420615389be1a | [] | no_license | igorternyuk/TeAllegro5Pacman | fe42d5fcdf952658455b48dbf314b22d749764a2 | 8ce662f14edf7bd1fcfe075fe645f38e023e09c8 | refs/heads/master | 2021-09-14T04:09:35.776384 | 2018-05-08T07:32:46 | 2018-05-08T07:32:46 | 103,730,703 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 618 | cpp | #include "allegro5bitmap.hpp"
Allegro5Bitmap::Allegro5Bitmap()
{}
bool Allegro5Bitmap::loadFromFile(const std::__cxx11::string &fileName)
{
mBitmap.reset(nullptr);
auto bitmap = al_load_bitmap(fileName.c_str());
if(!bitmap)
return false;
my_unique_ptr<ALLEGRO_BITMAP> ptr {bitmap, al_destroy_bi... | [
"mr.ternyuk@mail.ru"
] | mr.ternyuk@mail.ru |
cba5202fcbb3677d3994a73ff56c71822a8bc16e | 012f0800c635f23d069f0c400768bc58cc1a0574 | /hhvm/hhvm-3.17/hphp/zend/zend-html.h | 56adb1de92be23205d034eafce689ba9e71a1b4f | [
"Zend-2.0",
"BSD-3-Clause",
"PHP-3.01"
] | permissive | chrispcx/es-hhvm | c127840387ee17789840ea788e308b711d3986a1 | 220fd9627b1b168271112d33747a233a91e8a268 | refs/heads/master | 2021-01-11T18:13:42.713724 | 2017-02-07T02:02:10 | 2017-02-07T02:02:10 | 79,519,670 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,047 | h | /*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010-2016 Facebook, Inc. (http://www.facebook.com) |
| Copyrigh... | [
"peiqiang@huawei.com"
] | peiqiang@huawei.com |
0de50c2d37e11177e023b36599caf8a3ac4cc351 | d20525bbd2603ab406bd607db90e54b7d8204bd4 | /shore-mt/trunk/src/sm/sm_s.cpp | f3e2e1e7c77f2a6a2de975d68db57ed2a6624485 | [
"LicenseRef-scancode-mit-old-style",
"Spencer-94"
] | permissive | sunyangkobe/db_research | a2340bec6f26c701612b5e1a0c9e6020765ab837 | 67fce7500e6733a57f17fd2388cf29b9f9eafead | refs/heads/master | 2020-03-27T05:41:17.409135 | 2013-12-01T18:16:27 | 2013-12-01T18:16:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,332 | cpp | /* -*- mode:C++; c-basic-offset:4 -*-
Shore-MT -- Multi-threaded port of the SHORE storage manager
Copyright (c) 2007-2009
Data Intensive Applications and Systems Labaratory (DIAS)
Ecole Polytechnique Federale de Lausanne
All Rights Reser... | [
"yksun@cs.cmu.edu"
] | yksun@cs.cmu.edu |
846344dc36769ce59593e8504fbc04069490edc0 | 23c7378bcb47d429f4519f9b2317d6ebe29b7297 | /Arduino/Serial_Test/Serial_Test.ino | f16db50844934b0d5945892a4714357c18e78c53 | [
"Apache-2.0"
] | permissive | stlcours/GhostPassword | 0aaf0f4ab59dd76bfea7cee060c6be25bc2fcd72 | a7fc49d1e6840b461b54a62386de3713215e4ace | refs/heads/master | 2023-07-06T01:46:12.048280 | 2015-11-24T02:49:36 | 2015-11-24T02:49:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 746 | ino | #include <SoftwareSerial.h>
//#define HWSERIAL Serial1
SoftwareSerial test(0,1);
void setup() {
Serial.begin(115200);
test.begin(115200);
test.print("$");
test.print("$");
test.print("$");
}
void loop() {
int incomingByte;
if (Serial.available() > 0) {
incomingByte = (char)Se... | [
"development@pureinsomnia.com"
] | development@pureinsomnia.com |
8bad104c9c5801f09e4e9ac8a258b8b8ede890c4 | 3e96aaeb2130482e7d75f872144a745e1af472ef | /2015 Nov/Long Challenge/KFUNC/main.cpp | 8b6f51cd5509f61bf9771c72e63e1e301a369a11 | [] | no_license | Shadek07/codechef | 08f499a1c73a4e9f93d878eb3a82e48b207cd8e5 | 673a829a52fee9995afe07fffbd565cca15288ff | refs/heads/master | 2022-08-02T11:02:44.132500 | 2016-12-15T05:56:21 | 2016-12-15T05:56:21 | 265,459,241 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,522 | cpp |
#pragma comment(linker,"/STACK:16777216")
#pragma warning ( disable: 4786)
#include<iostream>
#include<cstring>
#include<cstdio>
#include<vector>
#include<map>
#include<set>
#include<string>
#include<cmath>
#include<cstdlib>
#include<cctype>
#include<algorithm>
#include<queue>
#include<sstream>
#include<stack>
#inclu... | [
"shadekcse07@gmail.com"
] | shadekcse07@gmail.com |
839235c60af59df1a816137a82fdde1cfe604249 | 37c63be12437ffa82ee7a193be719235e041257e | /Client/include/Input/EventDetails.hpp | 3ab7e9c87f700a8bd403c791bdc484cb1eae8708 | [] | no_license | Sadzka/Arikazike-Project | b9441ba7f77095659378fb2ea4911fc92dd71db1 | 13583bc00700c73295c7e3618eca5b10e675a61a | refs/heads/master | 2020-06-03T03:33:01.215192 | 2019-12-16T18:28:38 | 2019-12-16T18:28:38 | 191,419,448 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 521 | hpp | #pragma once
#include <string>
#include <SFML/Graphics.hpp>
struct EventDetails
{
EventDetails(const std::string& bindName) : m_name(bindName) { clear(); }
std::string m_name;
sf::Vector2i m_size;
sf::Uint32 m_textEntered;
sf::Vector2i m_mouse;
int m_mouseWheelDelta;
int m_keyCode; // Singl... | [
"sirsadzka@gmail.com"
] | sirsadzka@gmail.com |
ec2596bb9ec0e42d94bdf2208cea46170af55daa | 5d9f13a8ef3f8e078dcf39e00b473c4d92574475 | /config.hpp | 75fb987b088f5363a900c062b207edd0766b3cbc | [] | no_license | nlegoff/my-rest-sql | 10012454ba49b111c96e5242da2abb80e88f5682 | a45d2abad931f351b76ae65bf832102aad2413fd | refs/heads/master | 2021-01-19T18:30:19.825367 | 2012-07-29T03:39:39 | 2012-07-29T03:39:39 | 5,219,395 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 531 | hpp | #ifndef CONFIG_HPP_INCLUDED
#define CONFIG_HPP_INCLUDED
///Define backend stockage system
//#define STOCKAGE "mysql"
#define STOCKAGE "filesystem"
///Define http server properties
#define HTTP_SERVER_ADRESS "127.0.0.1"
#define HTTP_SERVER_PORT "8787"
#define HTTP_SERVER_DOCUMENT_ROOT "/home/nicolas/workspace/my-rest... | [
"legoff.n@gmail.com"
] | legoff.n@gmail.com |
014d2c2b9e8cf61a12d1b20e27ca30faddb169cc | 86aa59218c6298e8f1c28b60c3274452be3bdea8 | /alpaca/asset.h | 99f6d94bd8208a96dc5dfcbe64881d945e4c80c5 | [
"MIT"
] | permissive | kzhdev/alpaca-trade-api-cpp | 92a8d92ae62f5fb1d0a685c03d8d0690d4e2b4fa | ab2190e318a740e6a6a00b548ac65849beb2e29b | refs/heads/master | 2023-08-29T11:55:28.026042 | 2023-08-13T01:33:14 | 2023-08-13T01:33:14 | 298,900,266 | 1 | 0 | MIT | 2020-09-26T21:11:55 | 2020-09-26T21:11:55 | null | UTF-8 | C++ | false | false | 833 | h | #pragma once
#include <string>
#include "alpaca/status.h"
namespace alpaca {
/**
* @brief The class of an asset.
*/
enum AssetClass {
USEquity,
};
/**
* @brief A helper to convert an AssetClass to a string
*/
std::string assetClassToString(const AssetClass asset_class);
/**
* @brief A type representing an ... | [
"mike@arpaia.co"
] | mike@arpaia.co |
4bc5d9533f8bfc7fbf811ebd5cdb54e4fee07a7b | 846a7668ac964632bdb6db639ab381be11c13b77 | /android/hardware/aw/gpu/mali-midgard/gralloc/src/gralloc_vsync_s3cfb.cpp | 434e685b37c3bcabedfd879be85de539a0781398 | [] | no_license | BPI-SINOVOIP/BPI-A64-Android8 | f2900965e96fd6f2a28ced68af668a858b15ebe1 | 744c72c133b9bf5d2e9efe0ab33e01e6e51d5743 | refs/heads/master | 2023-05-21T08:02:23.364495 | 2020-07-15T11:27:51 | 2020-07-15T11:27:51 | 143,945,191 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,902 | cpp | /*
* Copyright (C) 2014 ARM Limited. All rights reserved.
*
* Copyright (C) 2008 The Android Open Source Project
*
* 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.a... | [
"mingxin.android@gmail.com"
] | mingxin.android@gmail.com |
b66acf0bfcb1824243df3cc97f18bc6949fda951 | 075902fe1092367d8723bd3d0f93fd5e8303f69a | /src/SDK/core/include/common/FCMMacros.h | 3c914674905e907842afa2f745adbd4d0131a2ca | [] | no_license | pbalmasov/pixi-animate-extension | 39ec2a87adc4ed9e4a4075302577862666bd1556 | 80c05251456a225db276d3e98092c62f74459424 | refs/heads/master | 2021-01-19T09:56:46.278126 | 2020-03-16T12:39:30 | 2020-03-16T12:39:30 | 82,153,175 | 1 | 0 | null | 2017-02-16T07:37:35 | 2017-02-16T07:37:35 | null | UTF-8 | C++ | false | false | 10,090 | h | /******************************************************************************
* ADOBE CONFIDENTIAL
* ___________________
*
* Copyright [2013] Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers... | [
"mbittarelli@Matts-MacBook-Pro.local"
] | mbittarelli@Matts-MacBook-Pro.local |
b88fe942ba993dc2d6bc0158f8f8169cefc2bb65 | 776be28110aeb3c9cb53c58383c964c11e11a8eb | /src/base58.h | 49153f744b9efee0372ff1a38d3d18d19f31f1dc | [
"MIT"
] | permissive | mybittask/testylgc | 8aac183016759de6d1c9c7cf0f7ef1786e96c18e | 73cf70ae4e8fb2b36277c2d877aa0204e3f6450d | refs/heads/master | 2021-09-10T20:31:41.089348 | 2018-04-01T20:22:58 | 2018-04-01T20:22:58 | 114,807,053 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,014 | 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.
//
// Why base-58 instead of standard base-64 encoding?
// - Don't want 0OIl char... | [
"sojourncoinofficial@gmail.com"
] | sojourncoinofficial@gmail.com |
b7fae3f0aeb5e97990840d3ee68b2d3606620937 | bb2cca81ee55f761031acb64109a7cafad859c5c | /include/OGRE/OgreVector4.h | ac283da570a3681bbc88cec2cd91e9f5a5c2bbfb | [] | no_license | iaco79/baseogre | 4ecc3f98dbda329c75bb4acd0bcaacdb9ccbeded | cba63af47a9a1c83b0af44332218e2dae088fa91 | refs/heads/master | 2021-08-30T17:39:21.064785 | 2015-12-02T19:44:43 | 2015-12-02T19:44:43 | 114,685,645 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 11,224 | h | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2014 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any... | [
"othonic@gmail.com"
] | othonic@gmail.com |
fa50fd8987f476af640f1fef29d71da851cee472 | b216ecc99c64d1a8db94440d4fbfb8019b2ddd0b | /GMatrix.h | 1be90b03cc1e803bdf83815fa4855c075e0b77fc | [] | no_license | kms0845/msKim_first | 1bd58bfee73d6201cb3251d3b7b8a7e891874991 | 08fda6f85d446c7778e200a23f27975c1faac0bc | refs/heads/master | 2021-01-01T06:33:37.738218 | 2015-08-04T06:06:42 | 2015-08-04T06:06:42 | 40,166,169 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 781 | h | /*
* File: GMatrix.h
* Author: MinSung
*
* Created on July 29, 2015, 3:48 PM
*/
#ifndef GMATRIX_H
#define GMATRIX_H
#include "IMatrix.h"
#include <vector>
#include <set>
class GMatrix : public IMatrix {
private:
std::vector<std::vector<double> > itsValue;
std::set<double> theSet;
public:
in... | [
"MinSung@MinSung-PC"
] | MinSung@MinSung-PC |
5a6f57310831696bb925138d439e527e2af611aa | c9764a063074b067a22821daefd85f6ab2ccd518 | /source/gui/apropos.cpp | e01503925db56d8ca74b9b43449cdefb3c94d103 | [] | no_license | hugodes/editeur-web | c8d3e6b1034f804a1c28f1ffe19836515af370d2 | 75dac924099d0e455b84749bcf6a7e902011572d | refs/heads/master | 2020-05-17T18:41:08.679716 | 2013-05-28T20:55:55 | 2013-05-28T20:55:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 334 | cpp | #include "headers/gui/apropos.h"
#include "ui_apropos.h"
aPropos::aPropos(QWidget *parent) :
QDialog(parent),
ui(new Ui::aPropos)
{
ui->setupUi(this);
QPixmap *pixmap_img = new QPixmap("../editeur-web/image/leedit.png");
ui->logo->setPixmap(*pixmap_img);
}
aPropos::~aPropos()
{
d... | [
"hugo.deslongchamps@gmail.com"
] | hugo.deslongchamps@gmail.com |
12f715c6ce74225efadc1e93ddcee5b894dac816 | 92328b9ffe1d1510e373561eb95469d306ba68e8 | /xapian-core-file/api/omenquire.cc | 4b0242140a554e81042d8ca5b34d4cc1fe101e4a | [] | no_license | EQ94/XapianInJD | 82f592bbd3efd461e7bf14c9a9079c2e01d580fd | 6c6e12d4f89f8e0226eecce340d306cefc6e285a | refs/heads/master | 2020-03-28T20:32:24.924116 | 2018-09-17T06:56:38 | 2018-09-17T06:56:38 | 149,080,243 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 26,666 | cc | /* omenquire.cc: External interface for running queries
*
* Copyright 1999,2000,2001 BrightStation PLC
* Copyright 2001,2002 Ananova Ltd
* Copyright 2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017 Olly Betts
* Copyright 2007,2009 Lemur Consulting Ltd
* Copyright 2011, Action Without Bor... | [
"zhangliang36@jd.com"
] | zhangliang36@jd.com |
c5feb99c64ff3dbfbecde62bd255533008a56b1a | 74f1fe67086a91650c8c34d71829c22c5bfa8e46 | /Informatica-Grafica/Practica4/srcs-prac/MallaRevol.cpp | b8f3df9a2b97327edc6cb735bf288c5de67410fc | [] | no_license | SergioPadilla/Cuarto-Curso | e06818cec1479bec8338f0ed24ebd1cb7a25b9d8 | 0dc95afd4e7d39f8ec26feb61ad41412b7b1ef85 | refs/heads/master | 2021-01-15T15:22:48.728467 | 2016-07-17T16:35:13 | 2016-07-17T16:35:13 | 43,641,087 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,289 | cpp | #include "file_ply_stl.hpp"
#include "MallaRevol.hpp"
MallaRevol::MallaRevol(const char * archivo, unsigned nperfiles, bool textura){
vector <float> vertices_ply;
ply::read_vertices(archivo, vertices_ply);
int puntosPerfil = vertices_ply.size()/3;
for (int j = 0;j < nperfiles; j++){
for (int i = 0;i < v... | [
"splsergiopadilla@gmail.com"
] | splsergiopadilla@gmail.com |
c3fd0e5be8130d294b29d17d9dae6ac2ab086a07 | 194840d144b77f3b662db6e3663c820db0807a46 | /ProductLuaIdeCAPI/need_trans/core/ClipBase.h | 5921e175c4fd115925a2ff48a6d7380bbccb14f4 | [] | no_license | ToTPeople/my_own_tools | 7cac7d84854b58d92f2ef4a538aea4ec06f5992c | d2509e7b399e076234162b8d757910627beec4b6 | refs/heads/master | 2020-03-24T03:46:05.723395 | 2018-07-26T12:15:49 | 2018-07-26T12:15:49 | 142,432,314 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,657 | h | #ifndef MTMVCORE_CLIPBASE_H
#define MTMVCORE_CLIPBASE_H
#include <memory>
#include <sstream>
#include "base/MTMacros.h"
#include "Exceptions.h"
#include "Point.h"
#include "KeyFrame.h"
#include "Json.h"
NS_MEDIA_BEGIN
class ClipBase {
protected:
string id; ///< ID Property for all derived Clip and Effect classes.... | [
"lfs1@meitu.com"
] | lfs1@meitu.com |
32dad9d520e3c038e7442cd628aefd137b07ff2c | eaebd6929b0d0bcf86625a099ce3526d3aa54032 | /src/qt/paymentserver.cpp | d45e8f4d8dbe0cf4d2b1d5ea400980dcb2c18c52 | [
"MIT"
] | permissive | linuxmahara/volume | e036ac4f8208b27299201600c1737e8e60dc5cfc | 85a90990ad77169b33a69b873e8d7dd68f0c76cc | refs/heads/master | 2021-04-26T15:14:14.222383 | 2015-08-11T23:07:44 | 2015-08-11T23:07:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,501 | cpp | // 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.
#include <QApplication>
#include "paymentserver.h"
#include "guiconstants.h"
#include "ui_interface.h"
#include "util.h"
#i... | [
"Volumecoin@mail.com"
] | Volumecoin@mail.com |
60759e181a6cb1c9b42cf4d908f2d69f06104de0 | fb3c1e036f18193d6ffe59f443dad8323cb6e371 | /src/flash/AVMSWF/api/flash/filters/AS3GradientBevelFilter.h | ef17264bc9561db83be1c979570a377c8ba828c3 | [] | no_license | playbar/nstest | a61aed443af816fdc6e7beab65e935824dcd07b2 | d56141912bc2b0e22d1652aa7aff182e05142005 | refs/heads/master | 2021-06-03T21:56:17.779018 | 2016-08-01T03:17:39 | 2016-08-01T03:17:39 | 64,627,195 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,249 | h | #ifndef _AS3GradientBevelFilter_
#define _AS3GradientBevelFilter_
#include "AS3BitmapFilter.h"
#define AS3GRADIENTBEVELDATA avmplus::NativeID::GradientBevelFilterObjectSlots
namespace avmplus{namespace NativeID{
class GradientBevelFilterClassSlots{
friend class SlotOffsetsAndAsserts;
public://Declare your STAT... | [
"hgl868@126.com"
] | hgl868@126.com |
8ec24c6e55bc5f599861c66bbe03d71ce8d03708 | 65de6557a49a77664a3c2aef902429f7204640c0 | /Type1.cpp | 6681ba5bf7059a5884b6dc8c325aaa90224248ff | [] | no_license | BenBalidemaj/Mini-Game | 33ed5f3fd7d2595826f85524e557ad82d1863921 | 08cd3b8a9f5c599c0e1a3fe2d105ecf9343352b3 | refs/heads/master | 2020-03-21T18:45:04.731503 | 2018-06-27T17:07:57 | 2018-06-27T17:07:57 | 138,909,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,085 | cpp | #include <iostream>
#include "Enemy.h"
#include "Type1.h"
#include <string>
using namespace std;
Type1::Type1(string name) : Enemy(name) {
setStatus(rand() % 2 + 1);
setSpeed(6);
setPositionY(500);
}
void Type1::move_position(int x, int y) {
if (!isDead()) {
setPositionX(x);
setPositionY(y);
cout << getN... | [
"benbalidemaj@gmail.com"
] | benbalidemaj@gmail.com |
e249b3c62f48566032dbcadf7ac80664153e33e4 | 1a26bee9356546ef7402a48fc2ee876d08cee029 | /keepalivedaemoncore/src/main/cpp/keep_alive.cpp | 80ce4d1a92b432909fcdd223f9ab22e8857b86d1 | [] | no_license | lyjnew/KeepAlive2 | ded10330c9df552f444e07a2050a669024472791 | 92cf978d2e06f7a57b319def841b5562dd03a3dd | refs/heads/master | 2023-02-17T11:29:17.451314 | 2020-11-03T07:38:42 | 2020-11-03T07:38:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,589 | cpp |
#include <jni.h>
#include <sys/wait.h>
#include <android/log.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/file.h>
#include <linux/android/binder.h>
#include <sys/mman.h>
#include "data_transact.h"
#include "cParcel.h"
#define DAEMON_CALLBACK_NAME "onDaemonDead"
using namespac... | [
"zhaozhangyun@gmail.com"
] | zhaozhangyun@gmail.com |
60321b1b37167b8b6a42aaaf4f2d522eaf120470 | a2111a80faf35749d74a533e123d9da9da108214 | /raw/pmsb13/pmsb13-data-20130530/sources/b26wz51ypvk5m3bf/2013-04-09T15-40-11.953+0200/sandbox/my_sandbox/apps/first_app/first_app.cpp | d5ad30f75bcad81bcbf7be6b8807df28bd7e4e64 | [
"MIT"
] | permissive | bkahlert/seqan-research | f2c550d539f511825842a60f6b994c1f0a3934c2 | 21945be863855077eec7cbdb51c3450afcf560a3 | refs/heads/master | 2022-12-24T13:05:48.828734 | 2015-07-01T01:56:22 | 2015-07-01T01:56:22 | 21,610,669 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,320 | cpp | #include <iostream>
#include <seqan/sequence.h>
#include <seqan/file.h>
using namespace seqan;
// Function to print simple alignment between two sequences with the same length
// .. for two sequences of the same type
template <typename TText>
void printAlign(TText const & genomeFragment, TText const & read)
{
... | [
"mail@bkahlert.com"
] | mail@bkahlert.com |
de65076061d28d291aea54d3104fff299d6718f8 | 0a851027d8b18c3440a824b76ab32d6fa9828445 | /Lib-DeepLearning/DeepLearningNetwork.h | e74ed5c26fdc4c2cd6049d9af40ad6311ad512be | [] | no_license | Math-ss/Deep-Learning-Class | 11de7e162f65d654902deef1f40dc71e2d93be24 | d525b7f6a506546aaa454dc5e1ee63274b021dc6 | refs/heads/master | 2022-10-12T19:47:00.840281 | 2020-06-07T13:31:08 | 2020-06-07T13:31:08 | 212,854,647 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,231 | h | /*
"DeepLearningNetwork.h"
Created by Math's
*/
#pragma once
#include <string>
#include <ctype.h>
#include "AI_Interface.h"
/*
Basic interface for a perceptron's network.
-For back propagation see :
class BackPropagationLearning
-For genetical algorithm see:
class GeneticalLearning
*/
class DeepLearningNetwork ... | [
"math_s@outlook.fr"
] | math_s@outlook.fr |
b26ea2a9358111783a1fe10af6798409c29a374f | b93b75982b770dae63262bb5db05b78f835b8c67 | /pc2vecvec.inl | 984c071f7dcfe25430e9da80198d977656d2bbe8 | [] | no_license | juliasanchez/registration_meanshift | 812c97abe927fb095c75908f43473e955e297bdf | c5c0a505018f570ed2164d39a6d12b932035a543 | refs/heads/master | 2021-01-22T18:42:45.405532 | 2019-07-12T13:47:01 | 2019-07-12T13:47:01 | 85,105,681 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 348 | inl | void pc2vecvec(pcl::PointCloud<pcl::PointXYZ>::Ptr cloudin, std::vector< vector<double> >& vec)
{
vec.resize(cloudin->points.size());
for (int i=0; i<cloudin->points.size(); i++)
{
vec[i].resize(3);
vec[i][0]=cloudin->points[i].x;
vec[i][1]=cloudin->points[i].y;
vec[i][2]=clo... | [
"julia.sanchez@univ-lyon1.fr"
] | julia.sanchez@univ-lyon1.fr |
6b263efdcf0492f45af76b34fbdb4691d19e2189 | 4cbf15c4a5ab006c081ade42abdabcebc7df8708 | /youtube/Tetris/Matrix.h | fc10775a68bef2372c66ff0ab6bc8a71ed7ea05d | [] | no_license | MiichaelD/c_cpp | 85e2829ad1f0d56edcf43db34305503f2528d2d4 | e26876b9c5a394cabc324b28dcad54016dc2e36f | refs/heads/master | 2022-02-08T12:30:15.339033 | 2022-01-20T00:14:38 | 2022-01-20T00:14:38 | 53,229,953 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,856 | h | /*
Description: Design the game of Tetris.
Programmer: Michael Duarte
Date: Sep 12, 2016.
*/
#include <iostream>
#include <vector>
template<class T>
using Matrix = std::vector<std::vector<T>>;
template<class T>
Matrix<T> createMatrix(uint32_t size){
return Matrix<T>(size, std::vector<T>(size));
}
template<cl... | [
"michael.duarte@hotmail.com"
] | michael.duarte@hotmail.com |
143e7bdf7b48f69cacffd7084d62f460e59b5143 | 4960b53fd44b6f6e58c4ca150d90d10492de46aa | /student.h | a97210d1ad614c3f5422a30e169fff0dbd3d35c8 | [] | no_license | paulthomasjerome/CPP-student-roster-system | 0c5c0298f9ee51f3aade30c714bc7dfda6f5a4e7 | 8d2543c8e0f54c80274e3ff0f6ccd577b708cf13 | refs/heads/master | 2022-11-17T14:53:45.771105 | 2020-07-15T21:33:54 | 2020-07-15T21:33:54 | 279,983,919 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,149 | h | #pragma once
#include "degree.h"
#include <string>
using std::string;
class Student {
protected:
string studentId;
string firstName;
string lastName;
string emailAddress;
int age;
int* daysToCompleteCourse;
Degree degreeProgram;
public:
... | [
"noreply@github.com"
] | noreply@github.com |
b42197d4a974a625659a95daed999ab9f9aa25c2 | cdab2ef737a481a92fee3e08bbdb7227adbb4259 | /diagnostics/cros_healthd/fetchers/storage/device_info.cc | e579c5f9cd712d490db492c5d980a18e40f785ee | [
"BSD-3-Clause"
] | permissive | manduSry/platform2 | a2c1c829e45356b920e6c7ba546324e6d6decfdf | 58ede23d2f4cd5651b7afaae5c78893cc836f01d | refs/heads/main | 2023-04-06T19:06:50.384147 | 2020-12-30T04:41:55 | 2021-01-20T04:53:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,568 | cc | // Copyright 2020 The Chromium OS 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 "diagnostics/cros_healthd/fetchers/storage/device_info.h"
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
2661da5fd3631cfaf83bdaf7dc39f90ce73c15c6 | 970f82502796e30c59ae96eb65ca1f9433ab6a1c | /HackerEarth/tree/1.cpp | 089810cb694342cd8d9dee1630115cab44cf8903 | [] | no_license | sivsnkr/CommonCoding | 80201389974796f342ba4c1943785e331b2880b9 | adbeaee290735158b5a705c37c68680517930c7c | refs/heads/master | 2021-01-04T13:18:07.542084 | 2020-04-05T13:34:02 | 2020-04-05T13:34:02 | 240,567,824 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,207 | cpp | #include <bits/stdc++.h>
using namespace std;
int get_result(vector<int> v[], unordered_set<int> &dir_to_d, int size)
{
int counter = 0;
int i;
for (i = 0; i < size; i++)
{
if (v[i].size() > 0 && dir_to_d.find(v[i].front()) != dir_to_d.end())
{
counter++;
dir_to_... | [
"shankar7shiv@gmail.com"
] | shankar7shiv@gmail.com |
55422a3b041224c658cf9fc470ce16f63a851afd | 66263a415339473ad1f4f9e32cc102b9d23fdc37 | /CodeChef/March Long 2021/Interesting_XOR_.cpp | 4f84fe7f4a96811a1bdd39ab584972b0a656a920 | [] | no_license | leetcode-notes/Competitive-Programming-2 | b08b3e4dd437e2d146cb90522713821a4852a5fe | c0efb523340d09a901c53b33b40875d102108768 | refs/heads/master | 2023-04-03T22:31:13.628879 | 2021-04-19T13:34:11 | 2021-04-19T13:34:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,010 | cpp |
//------------------------------------------------------------------------------
#include <iostream>
#include <vector>
// #include <bits/stdc++.h>
// #include <cmath>
// #include <algorithm>
// #include <unordered_map>
// #include <map>
// #include <set>
// #include <unordered_set>
//----------------------------------... | [
"78498002+DhruvPasricha@users.noreply.github.com"
] | 78498002+DhruvPasricha@users.noreply.github.com |
29313d24b71ce07f3413ec029b91b63dc0321a41 | 7f45fa54386a7e2bb86b4bcfb04ff0a31d63703c | /algorithms/0375/getMoneyAmount.cpp | 7d6824c9c2ad1ab2329ddd2022193620aca40f0e | [] | no_license | ejunjsh/leetcode | e3ca7e30eea89dd345b286264bd64695e5faaf73 | 5aa8d70939acd9180c1e8d351a72b2cfcd4ff04f | refs/heads/master | 2021-08-31T22:19:20.522206 | 2021-08-25T07:47:47 | 2021-08-25T07:47:47 | 160,124,292 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 563 | cpp | class Solution {
public:
int getMoneyAmount(int n) {
vector<vector<int>> dp(n + 1, vector<int>(n + 1, 0));
for (int i = 2; i <= n; ++i) {
for (int j = i - 1; j > 0; --j) {
int global_min = INT_MAX;
for (int k = j + 1; k < i; ++k) {
int ... | [
"sjj050121014@163.com"
] | sjj050121014@163.com |
369699f7a6772925e507423bcbc84f11b18cab49 | 62fce069bf1f730a95ee88ebe86e8538a7363283 | /rjesenje/SpaDz2/zadatak2/Tocka.h | 2868e9a9039fac010c3787b356f1e2619d018068 | [] | no_license | LeaRezic/spa2017dz2 | 5c2463d75d117d4bcedaecdf687fb20e2eff8b74 | 5597c2a3ecca943eeea0ab67b2342351f446eb34 | refs/heads/master | 2021-01-25T11:54:57.915620 | 2017-06-11T14:15:38 | 2017-06-11T14:15:38 | 93,950,427 | 0 | 0 | null | 2017-06-10T16:06:29 | 2017-06-10T16:06:29 | null | UTF-8 | C++ | false | false | 145 | h | #ifndef TOCKA_H_
#define TOCKA_H_
#include <iostream>
using namespace std;
struct Tocka
{
int x;
int y;
};
#endif // !TOCKA_H_
| [
"noreply@github.com"
] | noreply@github.com |
979bf57df6766d6529eb9a5e894172c187b3897d | 406ce23771eda2a64efcf41cce28a31e6c7ecd87 | /BOJ/1316.CPP | f57c5555c845fc705dbb2923a090872d369db7a0 | [] | no_license | ypd01018/Algorithm | 53d22c9f30e9025af25401718066c73200a6bcb2 | 8382f3adb6f84620d929fcac128cc49fba2f7b6e | refs/heads/master | 2023-06-08T14:25:19.104589 | 2021-06-30T23:19:58 | 2021-06-30T23:19:58 | 324,764,846 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 548 | cpp | #include<bits/stdc++.h>
#define endl "\n"
using namespace std;
string a;
int N,idx[102],cnt;
void sol()
{
cin >> a;
for(int i=0;i<a.size();i++)
{
int alp = a[i]-'a';
if(idx[alp]==-1)
{
idx[alp]=i;
continue;
}
if(idx[alp]== i-1) idx[alp]=i;
... | [
"ypd01018@naver.com"
] | ypd01018@naver.com |
3e694f4822c89688f5577fc69fbaee786c51442e | 13a597702f0ead2af27152c16cc9bb4892c99dc5 | /src/imp/gstreamer/CGstElement.hpp | 7b3618ab08bff092b6b8c007792b6c5e0bd3a497 | [
"MIT"
] | permissive | Glebka/jenkins-vr | 56d9b2a33e7bee70b8785bbe7a941b04254b1e26 | 06583872142a90a6bbf30e2322bb2cd3b15b5fca | refs/heads/master | 2021-01-21T04:33:24.775187 | 2016-07-25T20:35:06 | 2016-07-25T20:35:06 | 54,278,259 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,784 | hpp | /*************************************************************************
* jenkins-vr
*************************************************************************
* @file CGstElement.hpp
* @date 16.07.16
* @author Hlieb Romanov
* @brief Base class for all gstreamer element wrappers
**********************... | [
"rgebox@gmail.com"
] | rgebox@gmail.com |
fb7f50276e7a1238cc75915c17ca0f67ed69e5fa | b069829f0c181e40ecafb7dd333cdf50105e9de5 | /tetris_ai/tetrisgame.h | 9680d9e0519f7b5565edf5e8871b80d52f095114 | [] | no_license | jezevec10/MisaMinoBot | bb045578d8d1a4412c04d07333ff2197acbcd440 | 254d55534d87c22d878acb8898f5c7c7b87ac378 | refs/heads/master | 2021-01-01T04:54:15.279553 | 2019-08-26T21:43:29 | 2019-08-26T21:43:29 | 97,270,642 | 10 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 8,464 | h | #pragma once
#include <time.h>
#include <vector>
#include <string>
#include <algorithm>
#include "tetris.h"
#include "tetris_ai.h"
#include "tetris_setting.h"
class TetrisGame : public AI::Tetris {
public:
TetrisGame() {
m_base = AI::point(0, 30);
m_size = AI::point(20, 20);
hold = true;... | [
"jezevec10@gmail.com"
] | jezevec10@gmail.com |
0ab45e4fc307e99fd1a5a1c2c030913227a1469e | 3fc1ee94ebece7022c99d69cad39c3710487a74a | /chrome/common/chrome_features.cc | fa4bff8510a89e1efac1ce5220eb33e5bae7b90f | [
"BSD-3-Clause"
] | permissive | vseal001/chromium | b78653699caa6d54f45401ad0d9e3e90c160b8fb | 474eca05898d2524072c2e3d962a866ddcfe37fc | refs/heads/master | 2023-01-15T05:05:41.728378 | 2018-08-07T12:38:42 | 2018-08-07T12:38:42 | 143,872,860 | 0 | 1 | null | 2018-08-07T12:52:25 | 2018-08-07T12:52:25 | null | UTF-8 | C++ | false | false | 29,409 | cc | // 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.
#include "chrome/common/chrome_features.h"
#include "base/command_line.h"
#include "build/build_config.h"
#include "chrome/common/chrome_switches.h"
#inc... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
163db4c6fd8ea22daa620bccd7456bc99d720f2e | aff66eb0b9bbd7765ffbd0343a1b5680f4549f3b | /cpp/factory_demo/product_impl.h | 7fe5979d736cd7507fa34e2052176f562cef7894 | [] | no_license | ygao12/experiments | d67dd0b48ce9e36a9d24ff39ae81d777e18baec3 | 89aea25388aa9d98a8208f22675e8145c80585e2 | refs/heads/master | 2021-06-27T08:55:42.657548 | 2021-03-23T12:34:57 | 2021-03-23T12:34:57 | 205,673,462 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 610 | h | #pragma once
#include "product.h"
#include "factory.h"
class ProductA : public Product {
public:
void Say() {
std::cout << "This is ProductA speaking" << std::endl;
}
};
class ProductB : public Product {
public:
void Say() {
std::cout << "This is ProductB speaking" << std::endl;
}
};
class ProductC... | [
"ygao12@qq.com"
] | ygao12@qq.com |
968ee271c1eb706a2e8400b4e53428ec3c3416e8 | 898c761766be7b0db4ea51e50f11953a04da0f50 | /2020-11-22/ABC184/E.cpp | 69d947c0b6b1df432b00edff60387d9fd7316d4d | [] | no_license | zhoufangyuanTV/zzzz | 342f87de6fdbdc7f8c6dce12649fe96c2c1bcf9c | 1d686ff1bc6adb883fa18d0e110df7f82ebe568d | refs/heads/master | 2023-08-25T03:22:41.184640 | 2021-09-30T12:42:01 | 2021-09-30T12:42:01 | 286,425,935 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,384 | cpp | #include<cstdio>
#include<cstring>
#include<vector>
using namespace std;
const int dx[4]={1,0,-1,0};
const int dy[4]={0,1,0,-1};
struct pt{int x,y;};
vector<pt> a[31];
bool b[2100][2100];
struct node
{
int x,y,d;
}list[4010000];
char s[2100][2100];
int main()
{
int n,m;scanf("%d%d",&n,&m);
int stx,sty,edx,edy;
for(... | [
"zhoufangyuanPT@126.com"
] | zhoufangyuanPT@126.com |
313e4140263230626a666d70377b27d47aee10f0 | f9f575633fbf70e6989f3e3316c397dea69c0c3b | /Cpp/LeetCode/RemoveDuplicatesInVector.cpp | 23ea911b25dc93b812b148ac335793cf7372a679 | [] | no_license | mkberger/Library | 031361d71d011b612d7eb446c212765a3cf59060 | d6cba7695bc5711e51a368f6e61c079f099929db | refs/heads/master | 2023-05-11T04:14:27.168878 | 2023-05-03T18:35:51 | 2023-05-03T18:35:51 | 29,210,732 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 503 | cpp | // https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/
class Solution {
public:
int removeDuplicates(vector<int>& nums) {
int val = nums[0];
int uniques = 1;
for (int i = 1; i < nums.size(); i++) {
if (nums[i] == val) {
nums.erase(nums.... | [
"noreply@github.com"
] | noreply@github.com |
3b94debf71fdccbbda2a5114e543fcecf116bdfd | 813058a2df5f8c8e8fe6f75302de08f01fd00ce6 | /src/machine_state.cpp | afbdbedcf995ba64c722e657a1a9e9ba8ba92a56 | [] | no_license | stoffer3/CatBot | b525082e03ff9f4b2665599f0eb7ef86024917ed | 03f11eb56daa4931d1c88babdd3efcf618af1695 | refs/heads/master | 2020-03-28T09:05:43.242191 | 2019-02-18T09:30:38 | 2019-02-18T09:30:38 | 148,013,441 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,002 | cpp | /*
* MachineState.cpp
*
* Created on: Dec 17, 2017
* Author: stoffer
*/
#include "machine.hpp"
#include "exceptions/notImplementedException.hpp"
namespace FiniteStateMachine
{
Machine::MachineState::MachineState(Machine *innerMachine)
{
this->innerMachine = innerMachine;
}
Machine::MachineStat... | [
"krisravn@gmail.com"
] | krisravn@gmail.com |
200a61ff67931d7a4549218848180f51d7b47b03 | e5cd80fd89480cbc27a177b9608ec93359cca5f8 | /1115.cpp | 35c063d5c98622a60de9ed3fe8849806b65220ef | [] | no_license | higsyuhing/leetcode_middle | c5db8dd2e64f1b0a879b54dbd140117a8616c973 | 405c4fabd82ed1188d89851b4df35b28c5cb0fa6 | refs/heads/master | 2023-01-28T20:40:52.865658 | 2023-01-12T06:15:28 | 2023-01-12T06:15:28 | 139,873,993 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 804 | cpp | #include <semaphore.h>
class FooBar {
private:
int n;
sem_t semfoo;
sem_t sembar;
public:
FooBar(int n) {
this->n = n;
sem_init(&semfoo, 0, 1);
sem_init(&sembar, 0, 0);
}
void foo(function<void()> printFoo) {
for (int i = 0; i < n; i++) {
... | [
"noreply@github.com"
] | noreply@github.com |
de24c2c8b25f0b065f9d2ce9ddc83f6e9c985699 | 58e27e72cb912a4406ea82f52836771b4b28ef26 | /H2O/RiemannStuff/localProblem.cpp | 9ffd2dec9680250e22fffa970b2875f34be728e9 | [] | no_license | RoteKekse/quantumchemistry | 825ea17107b918a436fd5173285d42f318d5c5a8 | 289676f24461ac344d4f14cd4e486f41af904bb5 | refs/heads/master | 2023-04-18T07:00:52.931854 | 2021-05-03T12:35:29 | 2021-05-03T12:35:29 | 256,152,362 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,913 | cpp | #include <xerus.h>
using namespace xerus;
class localProblem{
const size_t d;
std::vector<TTTensor> xbasis;
std::vector<Tensor> leftAStack;
std::vector<Tensor> rightAStack;
std::vector<Tensor> middleAStack;
std::vector<Tensor> leftYStack;
std::vector<Tensor> rightYStack;
... | [
"anonymous@mail"
] | anonymous@mail |
2b93df80d16064a1963528887a6e3b7ea1ae724a | 603ad7bb3df5a02d222acefec08ce4f94d75409b | /EulerProject/ithprime.cpp | 2131ef2a274dc03436359874b20f6f8a459d6a5b | [] | no_license | MijaelTola/icpc | 6fc43aa49f97cf951a2b2fcbd0becd8c895abf36 | ee2629ba087fbe7303743c84b509959f8d3fc9a0 | refs/heads/master | 2023-07-09T00:47:42.812242 | 2021-08-08T00:44:10 | 2021-08-08T00:44:10 | 291,160,127 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 713 | cpp | #include <iostream>
#include <algorithm>
#include <queue>
#include <stack>
#include <vector>
#include <climits>
#include <map>
#include <set>
#include <cassert>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <deque>
#include <string>
#include <sstream>
#include <cstdlib>
using namespace std;
typedef ... | [
"mija.tola.ap@gmail.com"
] | mija.tola.ap@gmail.com |
04f1fd9b1b300692efac7c4466453440d4e8abf8 | 8576f06c5c2efebd5fd751b8f6ecaba59ee1d0ea | /modules/imgproc/smooth.simd_declarations.hpp | b6dcfd35e4f90818bc97225a90f911724409256c | [] | no_license | EugChesn/QtOpenCV4- | 8fe2fa5403baceb53a58f2e5a70e50e76d155541 | 2a400193514e344a4a0c8b7dd22976add6a1f624 | refs/heads/master | 2022-02-26T14:10:31.576062 | 2019-08-12T12:26:30 | 2019-08-12T12:33:54 | 201,924,521 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 498 | hpp | #define CV_CPU_SIMD_FILENAME "C:/OpenCv/opencv/sources/modules/imgproc/src/smooth.simd.hpp"
#define CV_CPU_DISPATCH_MODE SSE2
#include "opencv2/core/private/cv_cpu_include_simd_declarations.hpp"
#define CV_CPU_DISPATCH_MODE SSE4_1
#include "opencv2/core/private/cv_cpu_include_simd_declarations.hpp"
#define CV_CPU_DIS... | [
"chesnok297@gmail.com"
] | chesnok297@gmail.com |
a03d7e58300255d6858043112330608e67cd2e9b | 111224264d401a17b483601273a326872079d621 | /v2/tablero.cpp | dee32de521b48c82d7ac49c4c103261c2890e7d3 | [] | no_license | mayragarciaac/Inteligencia-Artificial | 2b46337217c1e6aa360e4f80f9e31052a0c0e65d | 06c8c33af6ca3a7bbca9ac6800623d3ea5553069 | refs/heads/master | 2020-04-13T20:02:03.958584 | 2018-12-28T14:30:34 | 2018-12-28T14:30:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,168 | cpp | #include "tablero.hpp"
#include <stdlib.h>
tablero::tablero(int a,int b,int c_,int d_, int f_, int g_)
{
x=a; //FILAS!!
y=b; //COLUMNAS!!
c=c_;//punto partida
d=d_;
f=f_;//punto final
g=g_;
int d_p=x*y;
T_= new char [d_p];
... | [
"alu0100831818@ull.edu.es"
] | alu0100831818@ull.edu.es |
569fea8b5ddc890fe9a2eed4ed51c6c3e494e1d7 | 538864396aefed639352fdedac4388a9f6747369 | /src/qt/transactionrecord.cpp | da209f920116aa6cc04a0921efb10a457c5bce7c | [] | no_license | SaltineChips/CC | 874dc50e5a59c8645c9442f83ab88e5e532a081c | c3185b3bb843ed4fa63b79170bd27f2e0177ce7c | refs/heads/master | 2021-10-21T02:51:18.292658 | 2019-03-02T14:43:34 | 2019-03-02T14:43:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,100 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Htk developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2015-2017 The CC developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-l... | [
"webframes@gmail.com"
] | webframes@gmail.com |
5f73e85a0429b295f71361481b7183b8037255dc | 4770198915790b7afb89a96e4e89e61c24768c56 | /Hermes_project_ex_V76/Hermes_project_ex_V76/hermes.h | be379eb26808c1f3a31e07a6d8d74b754c913124 | [] | no_license | Wang-shuange/gitdemo | f733c2cde2b8016832a281617a70b14ea608cfc2 | 68804d084c2c9f5393254cbd2184d52f56674baf | refs/heads/master | 2020-03-29T16:32:37.231382 | 2018-10-18T01:42:22 | 2018-10-18T01:42:22 | 150,117,688 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,239 | h | #ifndef _HERMES_H
#define _HERMES_H
#include <Wire.h>
#include "Arduino.h"
#include "co2.h"
#include "esp8266.h"
#include "Si7020.h"
#include "Enerlib.h"
#include "Queue.h"
#include "Digital_Light_TSL2561.h" ///Light Sensor IIC
#define EEPROM_START_ADDRESS 100 // Start Address in EEPROM EEPROM_stora... | [
"13213041229@163.com"
] | 13213041229@163.com |
8ae68b1653c71f677646a30da645874166d7bfb9 | ac24493aad6db8f720ea46eba8aa79f5981252f5 | /SendMail_Ver00.01_00_forGit/sstd_socket/sendMail.cpp | 4e3e29a84cc20a92b3ad5b1e9d97950c15b2af80 | [
"MIT"
] | permissive | admiswalker/For-pasting-on-a-blog | d8eb8548e7b842827b84ce5acccf2bdbbc6cb1b7 | 21350d1bdfe4b29ab364074e1c886a3e0eba97ba | refs/heads/master | 2020-03-28T22:25:29.892549 | 2019-05-29T13:54:04 | 2019-05-29T13:54:04 | 94,627,413 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,824 | cpp | #include <sstd/sstd.hpp>
#include "socket.hpp"
#include "sendMail.hpp"
bool sendMail(struct sMail& mail){
sstd::sockSSL sock(sstd::ssprintf("smtp.%s", mail.domain.c_str()).c_str(), "465");
bool ret;
if(!sock.open()){return false;} sock.recv(ret); if(!ret){return f... | [
"noreply@github.com"
] | noreply@github.com |
d64292b6f5d6db8e8a0e4221b2f1812bc09e02f7 | 78c9fff3b11e19a3b11f0ecda4d5681f260e6305 | /src/BabylonCpp/include/babylon/shaders/default_vertex_fx.h | 42af109f0a0d4c1ec9b6b2da6a8891442b5e0e9f | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | sacceus/BabylonCpp | fe43406f9c6472f1b303fbdabde62f0f4c31d26a | 94669cf7cbe3214ec6e905cbf249fa0c9daf6222 | refs/heads/master | 2022-11-08T20:55:14.723048 | 2020-06-25T21:35:14 | 2020-06-25T21:35:14 | 274,984,203 | 0 | 0 | Apache-2.0 | 2020-06-25T18:10:16 | 2020-06-25T18:10:15 | null | UTF-8 | C++ | false | false | 5,582 | h | #ifndef BABYLON_SHADERS_DEFAULT_VERTEX_FX_H
#define BABYLON_SHADERS_DEFAULT_VERTEX_FX_H
namespace BABYLON {
extern const char* defaultVertexShader;
const char* defaultVertexShader
= R"ShaderCode(
#include<__decl__defaultVertex>
// Attributes
#define CUSTOM_VERTEX_BEGIN
attribute vec3 position;
#ifdef NORMAL
at... | [
"sam.dauwe@gmail.com"
] | sam.dauwe@gmail.com |
18285120651dcfae450dfa271bd74983cf51454b | 377d69a058a0b5a1c66352fe7d5f27c9ef99a987 | /core/dynamicarray.h | 78e29a33469337626207640d905dd58ee50fbed6 | [
"Apache-2.0"
] | permissive | frozenca/CLRS | 45782d67343eb285f2d95d8c25184b9973079e65 | 408a86c4c0ec7d106bdaa6f5526b186df9f65c2e | refs/heads/main | 2022-09-24T14:55:38.542993 | 2022-09-12T02:59:10 | 2022-09-12T02:59:10 | 337,278,655 | 55 | 15 | null | null | null | null | UTF-8 | C++ | false | false | 5,561 | h | #ifndef __CLRS4_DYNAMIC_ARRAY_H__
#define __CLRS4_DYNAMIC_ARRAY_H__
#include <algorithm>
#include <bit>
#include <common.h>
#include <memory>
#include <ranges>
#include <stdexcept>
#include <vector>
namespace frozenca {
using namespace std;
template <Containable T> class DynamicArray {
ptrdiff_t s... | [
"frozenca91@gmail.com"
] | frozenca91@gmail.com |
ab1f7f9ca9ccc9c29e3f60f740ab7d7427283bff | 0e18f02e56473117036ebec04c42c18878a538d8 | /EX9/EX9/EX9View.cpp | 30a410a5510bcc5b022dc8b8c968e2fd065bcfc2 | [] | no_license | QinQian7/QXQ | 140a2cc43b7382506dda55b636815d5b799a1c5f | e9cf240f7376f174610435ad125038a89b27b287 | refs/heads/master | 2021-04-01T09:10:41.066461 | 2020-07-05T15:34:20 | 2020-07-05T15:34:20 | 248,176,040 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,776 | cpp |
// EX9View.cpp : CEX9View 类的实现
//
#include "stdafx.h"
// SHARED_HANDLERS 可以在实现预览、缩略图和搜索筛选器句柄的
// ATL 项目中进行定义,并允许与该项目共享文档代码。
#ifndef SHARED_HANDLERS
#include "EX9.h"
#endif
#include "EX9Doc.h"
#include "EX9View.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CEX9View
IMPLEMENT_DYNCREATE(CEX9View, CView)
BEGIN_M... | [
"1056479094@qq.com"
] | 1056479094@qq.com |
ba313450bff0005afc32ac5ae9d9144a6ffbba3b | 4179fd3d728cb0cb64f1b2106afdeac565c9efb1 | /프로그래머스_kakao2019blind_후보키.cpp | b37c1337dae90cd87a103ff2cfb177508b79876b | [] | no_license | tnqkr98/Programmers_Solutions | 5eb0e5c0734235cfcc59f0a50d28b7ee58adcc62 | 368bec54b862e55a9ab004c7a51b5a86a09b68e3 | refs/heads/master | 2023-08-15T00:35:58.314486 | 2021-10-08T17:56:42 | 2021-10-08T17:56:42 | 272,715,216 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,259 | cpp | #include <string>
#include <vector>
#include <set>
using namespace std;
vector<vector<string>> r;
bool sel[8];
int answer = 0, colsiz, rowsiz;
bool isUniqu(vector<bool> se) {
set<string> s; // 유일성 검증용 집합
vector<string> record(20, "");
for (int i = 0; i < colsiz; i++)
if (se[i])
for (int j = 0; j < rowsiz; j++)... | [
"tnqkr98@naver.com"
] | tnqkr98@naver.com |
81f6f2f67196cf2f788ce62f4c2fcfe961d00b85 | a75f391cc6c5e0e1a503c332265b751d4404301b | /zadanie1/Node.cpp | 1bbabbae9fbba1f2eb2f2f7647e6e93dccb38d57 | [] | no_license | rafalrab/prefixes | a35fe12768848ccfa90f1163e37c28c84667e711 | 8af267f5d638b21eefe89306ce78ecc4ad971131 | refs/heads/master | 2022-05-30T06:26:12.770906 | 2020-05-04T19:25:39 | 2020-05-04T19:25:39 | 261,276,236 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 190 | cpp | #include "pch.h"
#include "Node.h"
#include <string>
using namespace std;
Node::Node()
{
isEndOfWord = false;
for (int i = 0;i < 26;i++) {
children[i] = NULL;
}
}
Node::~Node()
{
}
| [
"rafalrabsztyn@gmail.com"
] | rafalrabsztyn@gmail.com |
5bc46ccca5d2714ffbf31a907dcb444b517d88f8 | d939ea588d1b215261b92013e050993b21651f9a | /monitor/src/v20180724/model/DeleteServiceDiscoveryResponse.cpp | 25749aba30de0846a28d0ab93ee322c2cdef7e66 | [
"Apache-2.0"
] | permissive | chenxx98/tencentcloud-sdk-cpp | 374e6d1349f8992893ded7aa08f911dd281f1bda | a9e75d321d96504bc3437300d26e371f5f4580a0 | refs/heads/master | 2023-03-27T05:35:50.158432 | 2021-03-26T05:18:10 | 2021-03-26T05:18:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,479 | cpp | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tenent.com"
] | tencentcloudapi@tenent.com |
37a4ba3a04b58266bfb85ff62cd5c55dda78ac9f | 1cd3b20b42c959853f9439bf3c282393a6b83672 | /track_moves_on_keyboard.cpp | 25257a63546246f56276c7824f029fe282fbba3d | [] | no_license | prathy16/LeetCode | 4f8556ad887198a22dc312fd49b597b6e98472e0 | 0297c0d8d06f0282f866d2e90b65a2cf65b87395 | refs/heads/master | 2020-03-23T02:39:24.851836 | 2019-01-15T07:25:05 | 2019-01-15T07:25:05 | 140,984,745 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 880 | cpp | // KEYBOARD
// a b c d e f g
// h i j k l m n
// o p q r s t u
// v w x y z
#include<iostream>
#include<vector>
using namespace std;
string moves(string word)
{
pair<int, int> curPos(0,0);
string output;
int x, y, temp;
for(char c: word)
{
x = (c - 'a')/7;
y = (c - 'a')%7;
... | [
"noreply@github.com"
] | noreply@github.com |
4e9064a1371210ab5b86c9d4cbfe83f7c55c3755 | f621b77a182cde71445de3034221fe4881d3fb99 | /libcef/common/main_delegate.cc | 3b02881d9e3fd159360495037b25818a216c99dc | [
"BSD-3-Clause"
] | permissive | qnxdev/cef | 9795eaa87ab30b9d22b9e5d7094d9cf2cb9ac039 | 30d83cb94a79e6548ecb4db4f8d6ad587f3b3177 | refs/heads/master | 2022-04-12T19:16:12.681550 | 2020-04-08T15:43:39 | 2020-04-08T15:43:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,148 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "libcef/common/main_delegate.h"
#if defined(OS_LINUX)
#include <dlfcn.h>
#endif
#include "libcef/browser/browser_message_loop.h"
#include "... | [
"magreenblatt@gmail.com"
] | magreenblatt@gmail.com |
5e269eb18198ed36074784ca7dc0f6fc1d75f710 | c800b353f17af40ff59917e7d791f2bc66b94a90 | /ref/org.cpp | 42b0959aa2b9f7a2b3feb4f48ad00360b47175e0 | [
"MIT"
] | permissive | djsharman/TVEmulator | d33d0917f82f97b6c0b26536fc64de21982dd048 | 59938cc32bda5e097f5e25064e72cb8a4e4f755d | refs/heads/master | 2020-07-04T05:11:15.968219 | 2019-08-23T00:55:43 | 2019-08-23T00:55:43 | 202,167,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 961 | cpp | startTime = millis();
for(;;) {
elapsed = millis() - startTime;
if(elapsed >= fadeTime) elapsed = fadeTime;
if(fadeTime) {
r = map(elapsed, 0, fadeTime, pr, nr); // 16-bit interp
g = map(elapsed, 0, fadeTime, pg, ng);
b = map(elapsed, 0, fadeTime, pb, nb);
} else { // Avoid divi... | [
"darren.sharman@nemtek.co.uk"
] | darren.sharman@nemtek.co.uk |
2c88ef95f65eecac4391f5cfa25ead59f8a14560 | 13bb4f73b8a4b438e1ef484991076e3072bcf117 | /kattis/judging/judging.cc | 9040193a8684332682cd0c7f3765372508eb28fa | [] | no_license | viktorsieger/competitive-programming-solutions | 0e921dc6671c0b61fe45fd3a63df5b5fd834fb90 | 5cbc54151253e6d30af1f8566a14ad0205c5ebff | refs/heads/master | 2023-05-13T05:04:46.360932 | 2021-06-05T06:39:09 | 2021-06-05T06:39:09 | 264,195,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 981 | cc | #include <iostream>
#include <string>
#include <unordered_map>
using namespace std;
int main() {
ios_base::sync_with_stdio(false);
cin.tie(0);
int n, i, maxSameResults = 0;
string result;
unordered_map<string, pair<int, int>> results;
unordered_map<string, pair<int, int>>::iterator search;
... | [
"23069803+viktorsieger@users.noreply.github.com"
] | 23069803+viktorsieger@users.noreply.github.com |
796de053a8f3109d7bc3b516a9723f480fb1f034 | 5b11e17630f1ef1672d4f6c2297f89dbc4d32318 | /QtHiRedis_Test/mainwidget.cpp | 67741d3ad271430cea0924fab293ac5553cd51e4 | [
"Apache-2.0"
] | permissive | xuchuanxin/QtHiRedis | 3f1faf378916c82c8a24e51293a8e96002b0f578 | e057fb768158c9e43ffad7c4a6169d60246f35cf | refs/heads/main | 2023-05-28T10:42:16.388842 | 2021-04-24T14:52:37 | 2021-04-24T14:52:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,019 | cpp | #include "mainwidget.h"
#include "ui_mainwidget.h"
//回调函数
void getCallback(redisAsyncContext *ctx, void *r, void *privdata)
{
qDebug() << "getCallback called";
redisReply *reply = static_cast<redisReply*>(r);
MainWidget* mw = static_cast<MainWidget *>(privdata);
//与界面进行数据交互
mw->append... | [
"noreply@github.com"
] | noreply@github.com |
2d27fb946257a269fc1dbc604fd6e43c8403d144 | 434f95ee3d2131174d595761dd104e7832256878 | /temClock/Program.cpp | cf355d32e201a4b7965d21158ec2ffb44dca52b7 | [] | no_license | ohio813/win32playground | 6c1fe12aae176424f868d99b3ad99a6865b17278 | aff30689c7f88e54caf55b72e644630df021cfc9 | refs/heads/master | 2021-01-18T22:18:01.494113 | 2017-02-10T03:18:28 | 2017-02-10T03:18:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,420 | cpp | #include <stdio.h>
#include <limits.h>
#include <Windows.h>
#include <tchar.h>
#include <WindowsX.h>
#include "MaiTimer.h"
#include "DwmFrame.h"
#include "MyWinAPI/Uxtheme.h"
#include "MyWinAPI/Create32bitBmp.h"
#include "resource.h"
typedef int i32_t;
#define I32_MAX INT_MAX
#define I32_MIN INT_MIN
... | [
"cheeboonray@gmail.com"
] | cheeboonray@gmail.com |
11725bed29664104c43f19dfa24b9ffc51120a4e | 6a4a2eb5cb08ea805733bd677ec44c62fb32ee91 | /interface/iBlockDevice.h | 1f5efeb0475f037b53b79ed05e42c59834d9d29a | [] | no_license | agrigomi/pre-te-o | 7b737dc715b6432880aeaa030421d35c0620d0c3 | ed469c549b1571e1dadf186330ee4c44d001925e | refs/heads/master | 2020-05-15T13:41:51.793581 | 2019-04-19T18:44:28 | 2019-04-19T18:44:28 | 182,310,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,045 | h | #ifndef __I_BLOCK_DEVICE__
#define __I_BLOCK_DEVICE__
#include "iDriver.h"
#include "iMemory.h"
#include "iSyncObject.h"
#define I_BDCTRL_HOST "iBDCtrlHost"
#define I_VOLUME "iVolume" // volume driver
#define I_CACHE "iCache"
#define I_IDE_CONTROLLER "iIDEController"
#define I_IDE_CHANNEL "iIDEChannel"
#define ... | [
"agrigomi@abv.bg"
] | agrigomi@abv.bg |
3883142d7e07ef4b270b2a81fcce1e28616a31fb | 462386473c2da64f3215150627e1c058ba811755 | /BattleTank/Source/BattleTank/Private/Tank.cpp | 1bf40a0519c8c7a74a61d16e7c6284803b0f2bdb | [] | no_license | bomcon123456/BattleTank | bf941e954a6e3784982e8dc6a83a51e58ffbcc0a | b2c25eff24f3bf35a46b0f4cf348fa9cee54ba0c | refs/heads/master | 2021-09-02T16:04:00.204082 | 2018-01-03T14:30:08 | 2018-01-03T14:30:08 | 113,677,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 993 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "Tank.h"
// Sets default values
ATank::ATank()
{
// Set this pawn to call Tick() every frame. You can turn this off to improve performance if you don't need it.
PrimaryActorTick.bCanEverTick = false;
}
// Called when the game... | [
"bomcon123456@gmail.com"
] | bomcon123456@gmail.com |
5329469d1a072efba2399f6d82d6a46f8939b7da | 4dd69f3df7d32a35b3318c226f6765d3e9a63b0a | /2019/2019down/Uva/Uva11286.cpp | 16613ae1a628ea95822b99c82a696a8b149fedbb | [] | no_license | dereksodo/allcode | f921294fbb824ab59e64528cd78ccc1f3fcf218d | 7d4fc735770ea5e09661824b0b0adadc7e74c762 | refs/heads/master | 2022-04-13T17:45:29.132307 | 2020-04-08T04:27:44 | 2020-04-08T04:27:44 | 197,805,259 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,111 | cpp | #include <iostream>
#include <cstring>
#include <cstdlib>
#include <unordered_set>
#include <vector>
#include <map>
#include <cstdio>
#include <utility>
#include <algorithm>
#include <cmath>
#include <queue>
#include <stack>
#include <cassert>
#include <climits>
using namespace std;
typedef long long ll;
#define DEBUG
... | [
"pi*7=7.17"
] | pi*7=7.17 |
61094ea6e9ee065faa1b57eacde1cd21af7c4671 | 786de89be635eb21295070a6a3452f3a7fe6712c | /psana/tags/V00-06-03/pyext/Scan.cpp | b26194787e8195ffcb797f543f2364416d6c8883 | [] | no_license | connectthefuture/psdmrepo | 85267cfe8d54564f99e17035efe931077c8f7a37 | f32870a987a7493e7bf0f0a5c1712a5a030ef199 | refs/heads/master | 2021-01-13T03:26:35.494026 | 2015-09-03T22:22:11 | 2015-09-03T22:22:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,377 | cpp | //--------------------------------------------------------------------------
// File and Version Information:
// $Id$
//
// Description:
// Class Scan...
//
// Author List:
// Andrei Salnikov
//
//------------------------------------------------------------------------
//-----------------------
// This Class's ... | [
"salnikov@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7"
] | salnikov@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7 |
7a9bb803a8eff27330c24b12e83c6e9ab7dee176 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/00/750bf7564ab6d4/main.cpp | b7eb2cf40f345d23facbb9e03f714b58e130981a | [] | 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 | 3,151 | cpp | #include <tuple>
#include <iostream>
namespace detail
{
template<bool c, bool v, bool lref, bool rref, class C, class Ret, class... Args>
struct decompose_mem_fun_ptr_members
{
constexpr static bool is_const() { return c; }
constexpr static bool is_volatile() { return v; }
constexpr... | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
071309bfe79589950cbcdc3ea79e514688263ed9 | 1cfeed65b135d0ab987160903a11023a9875a630 | /wpilibc/src/test/native/cpp/LinearFilterNoiseTest.cpp | 0bb10021c78e8171a3c194cf08d83887a61619e4 | [
"BSD-3-Clause"
] | permissive | epicmonky/allwpilib | b82006e3ce67932c02ed710528cdc248cae8ac7a | 65eab93527bcd87964fc229c6f9c2b29c983c744 | refs/heads/master | 2021-01-06T19:12:19.771548 | 2020-02-15T20:36:16 | 2020-02-15T20:36:16 | 241,454,073 | 1 | 0 | NOASSERTION | 2020-02-18T19:55:02 | 2020-02-18T19:55:02 | null | UTF-8 | C++ | false | false | 2,968 | cpp | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2015-2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"johnson.peter@gmail.com"
] | johnson.peter@gmail.com |
e397fe56c25be752a5ee12c3c0265377fe495a32 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /ash/wm/desks/desk_mini_view.cc | 0d8372b8e5c68ca87f24de2ff4348169109ec1e8 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 7,036 | cc | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/wm/desks/desk_mini_view.h"
#include <algorithm>
#include "ash/wm/desks/close_desk_button.h"
#include "ash/wm/desks/desk.h"
#include "ash/w... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
f9c263578803fb04b1ac1b8994553abd7211c824 | 825e64b1cb17aac2a4d5c396d7bbeaca91aaaa10 | /src/hxhim/ops/DELETE.cpp | e11d500688e2e7b1451ebb91c08e73fb53f31268 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | cpshereda/hxhim | 7cf7643228f44a7ce336bedf05762ad95d5b72bd | 1ef69e33d320e629779df27fb36de102f587c829 | refs/heads/master | 2023-01-29T12:53:21.008388 | 2020-12-08T19:50:24 | 2020-12-08T19:50:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,995 | cpp | #include "hxhim/Blob.hpp"
#include "hxhim/hxhim.hpp"
#include "hxhim/private/hxhim.hpp"
/**
* Delete
* Add a DELETE into the work queue
*
* @param hx the HXHIM session
* @param subject the subject to delete
* @param subject_len the length of the subject to delete
* @param prediate the predia... | [
"jasonlee@lanl.gov"
] | jasonlee@lanl.gov |
dfe0739cc25dde870094b447c4a6dc59adc67a77 | 2ca9965ed3c584899011ca0527e3c0425b9c70ba | /LRDuinoTD5.ino | 567db5dbda8df6a7b33f9a236f7243ab4c29429a | [
"Beerware"
] | permissive | Salmon-Built-Designs/LRDuinoTD5 | fd5e113f015308c8df0b91dcf6da296e7c44098f | 042df73b852e3d53c4cb9856024bc036adcdb761 | refs/heads/master | 2021-10-16T10:46:03.646634 | 2019-02-10T17:54:34 | 2019-02-10T17:54:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,364 | ino | // LRDuino by Ben Anderson
// Version 0.014
// Please select your display type below by uncommenting ONLY your display type (lines 57-59)
#include <SPI.h>
#if defined ARDUINO_BLACK_F407VE || defined ARDUINO_BLACK_F407ZE || defined ARDUINO_BLACK_F407ZG || defined ARDUINO_FK407M1// STM Core & SDIO
#include "LRDuinoDefs... | [
"bennyboy@benneh.net"
] | bennyboy@benneh.net |
9e30db62228f91f3b2b3837f03ec06dbd839f0a8 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /third_party/android_ndk/sources/android/support/src/swprintf.cpp | 01cfe5da2d575498bfc14baa8c3af9ca1c1cc1c1 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"SunPro",
"BSD-3-Clause",
"LicenseRef-scancode-red-hat-attribution",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C++ | false | false | 3,164 | cpp | /*
* Copyright (C) 2017 The Android Open Source Project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* * Redistributions of source code must retain the above copyright
* notice, t... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
88a2a38dd72f9196c1eff97d1638f2e49d71135d | 8fba05887ee1271be5f605b1a0e693726c9c3a95 | /Documents/别人的代码/CodeCraft2019-master/include/element.h | 9c0f235f5ddc0922f8e0c4a87b696bd53718949a | [] | no_license | YangzeXie/CodeCraft | f71daec9f8812569d14316a1f8bcf7c63d5db17d | 546a715ae8f445559cb569ae7b10193f5ce39d5f | refs/heads/master | 2020-04-27T20:29:34.584794 | 2019-03-26T14:27:47 | 2019-03-26T14:27:47 | 174,660,056 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,081 | h | //
// Created by Zhibo Zhou on 2019-03-17.
//
#ifndef CODECRAFT_2019_ELEMENT_H
#define CODECRAFT_2019_ELEMENT_H
#include <vector>
#include <iostream>
#define STRAIGHT 0
#define LEFT 1
#define RIGHT 2
class DynamicArray {
private:
int row;
int col;
int **array2D;
public:
DynamicArray(int a = 0, int ... | [
"xieyangze@hotmail.com"
] | xieyangze@hotmail.com |
b96ba54f8da5107ede422ecec8aa567cc25eb392 | 4eae27607916b0ffffd9ed7b8208fabe1b6ad64f | /Program 5/Main.cpp | a2bbee8dcca6e4a11ad6599f9aa00091776f0e88 | [] | no_license | Drew-Childs/CS-201-Program-5 | 5fdb2ebaeb5a4c9084af785d5da6dc122e35f29d | 5debe1c0e14cbdf7c82e91542d6b28b35181e3e6 | refs/heads/master | 2023-08-22T11:36:07.474099 | 2021-10-25T03:40:32 | 2021-10-25T03:40:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 71 | cpp | //Drew Childs
#include <iostream>
using namespace std;
int main() {
} | [
"60235260+Drew-Childs@users.noreply.github.com"
] | 60235260+Drew-Childs@users.noreply.github.com |
8e1cd932bd2e73400432bab6110e61bf063cc60a | 1d16fdcbd5fbd91d8325170cb74115a045cf24bb | /RealSpace2/Source/RSphere.cpp | eb48be06cafbcfeb74fddad5531f8bae8fecc81c | [] | no_license | kooksGame/life-marvelous | fc06a3c4e987dc5fbdb5275664e06f2934409b90 | 82b6dcb107346e980d5df31daf4bb14452e3450d | refs/heads/master | 2021-01-10T08:32:53.353758 | 2013-07-28T18:15:09 | 2013-07-28T18:15:09 | 35,994,219 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,378 | cpp | #include "stdafx.h"
#include "RSphere.h"
#include "RealSpace2.h"
using namespace RealSpace2;
RSphere::RSphere(void)
//:mCentre(0,0,0), mRadius(10), mSphere(0)
{
mCentre = rvector(0,0,0);
mRadius = 10.f;
mSphere = 0;
}
RSphere::~RSphere(void)
{
#ifdef _DEBUG
SAFE_RELEASE( mSphere );
#endif
}
... | [
"alexis.ddr@gmail.com@86145bcc-2932-641b-40bf-8db704073500"
] | alexis.ddr@gmail.com@86145bcc-2932-641b-40bf-8db704073500 |
cd71c841d2c2deff0d5432c46c7ca9956cda7913 | 6ff85b80c6fe1b3ad5416a304b93551a5e80de10 | /Lua/ReadTableInC.cpp | a674bb0d991772659cb4305804aa4f31377e1a17 | [
"MIT"
] | permissive | maniero/SOpt | c600cc2333e0a47ce013be3516bbb8080502ff2a | 5d17e1a9cbf115eaea6d30af2079d0c92ffff7a3 | refs/heads/master | 2023-08-10T16:48:46.058739 | 2023-08-10T13:42:17 | 2023-08-10T13:42:17 | 78,631,930 | 1,002 | 136 | MIT | 2023-01-28T12:10:01 | 2017-01-11T11:19:24 | C# | UTF-8 | C++ | false | false | 1,123 | cpp | #include <stdio.h>
extern "C" {
#include "lua/lua.h"
#include "lua/lualib.h"
#include "lua/lauxlib.h"
}
// In Lua 5.0 reference manual is a table traversal example at page 29.
void PrintTable(lua_State *L) {
lua_pushnil(L);
while(lua_next(L, -2) != 0) {
if(lua_isstring(L, -1))
prin... | [
"noreply@github.com"
] | noreply@github.com |
adecdca79956368cb39e3e4e59f6bde361b7c44d | 43a2fbc77f5cea2487c05c7679a30e15db9a3a50 | /Cpp/Internal (Offsets Only)/SDK/BP_tattoo_01_Desc_classes.h | 561ba5351380baa100c13dda45d32156ff850aa3 | [] | no_license | zH4x/SoT-Insider-SDK | 57e2e05ede34ca1fd90fc5904cf7a79f0259085c | 6bff738a1b701c34656546e333b7e59c98c63ad7 | refs/heads/main | 2023-06-09T23:10:32.929216 | 2021-07-07T01:34:27 | 2021-07-07T01:34:27 | 383,638,719 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 739 | h | #pragma once
// Name: SoT-Insider, Version: 1.102.2382.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//-----------------------------------------------... | [
"Massimo.linker@gmail.com"
] | Massimo.linker@gmail.com |
e8868374412a425e907af9fcf80f485f73a3dd7e | 86e4b39ab4314bb6a2b2d0a5849717cb68f5cc54 | /Tree/Validate Binary Search Tree.cpp | 61355be2c488f90b608232f176c817ae67d95665 | [] | no_license | iamarjun45/leetcode | 80360d5f3c9ae6dee8fe4dd2b6b3c27fb50aec5e | 23fbefd337128201dc237c91634bd233ac92d86a | refs/heads/master | 2023-01-07T09:00:37.012354 | 2020-11-08T18:29:23 | 2020-11-08T18:29:23 | 279,488,934 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 453 | cpp | class Solution {
bool isValidBST(TreeNode* root,long long left,long long right){
if(root==NULL)
return true;
if(root->val<left || root->val>right)
return false;
return isValidBST(root->left,left,(long long)root->val-1) && isValidBST(root->right,(long long)root->... | [
"noreply@github.com"
] | noreply@github.com |
30d30bc75299cac6a4d950222a9d4e1dc68ffae9 | ec68c973b7cd3821dd70ed6787497a0f808e18e1 | /Cpp/SDK/Resource_Snow_GlacialScepter_classes.h | a5f69c97f801d8de85d1470943ea3fd4e1df582f | [] | no_license | Hengle/zRemnant-SDK | 05be5801567a8cf67e8b03c50010f590d4e2599d | be2d99fb54f44a09ca52abc5f898e665964a24cb | refs/heads/main | 2023-07-16T04:44:43.113226 | 2021-08-27T14:26:40 | 2021-08-27T14:26:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 746 | h | #pragma once
// Name: Remnant, Version: 1.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//------------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
ef015f93c31d9a84d8fc9fbaaa284bb80bb05268 | 51bab3f46f32652fb75926fb0eacfbb39793d8a8 | /models/iris/interfaces/topology.h | ab8b4589c6133a0e604e34e83fa22e3cc6de160e | [] | no_license | iris-casl/iris_v2 | 4b95a8c66a23a89ac23037c1468d628dd3e5021d | d83056afe2862b3ccfcbd758c8a8714c7665506c | refs/heads/master | 2020-05-16T22:30:59.891630 | 2011-03-22T17:43:21 | 2011-03-22T17:43:21 | 1,512,105 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,563 | h | /*
* =====================================================================================
*
*! \brief Filename: topology.h
*
* Description: This class describes the abstract base class for a generic topology
*
* Version: 1.0
* Created: 07/19/2010 10:01:20 AM
* Revision: none
* ... | [
"lotdinity.casl@gatech.edu"
] | lotdinity.casl@gatech.edu |
d0e3d74c83583b0d4e8d7fe1a04d904617c3df03 | e783a3a15556eff92dd48302658a860d554c951c | /CPE Clock hands/CPE作業Clock hands/1031430.cpp | 345848eebd325c5f2a1e3522616c6323bca5b3b3 | [] | no_license | w5151381guy/CPE-code | e2f10d7258e344cea4019d21961cf52061b69516 | 4852ab5680ac8fad22472ac6fb0326e02ad8175f | refs/heads/master | 2020-04-13T22:36:57.531326 | 2015-10-05T11:47:10 | 2015-10-05T11:47:10 | null | 0 | 0 | null | null | null | null | BIG5 | C++ | false | false | 624 | cpp | #include<iostream>
#include<iomanip>
#include<cmath>
using namespace std;
int main()
{
int H,M; //H代表時針,M代表分針
char semicolon; //semicolon為分號
cout<<"Please enter the clockhands:";
while(cin>>H>>semicolon>>M)
{
if(H==0 && M==0)
{
break;
}
double H_angle=static_cast<double>(H)*30 + static_cast<doubl... | [
"w5151381guy@gmail.com"
] | w5151381guy@gmail.com |
7e800a2017d3805c28fa038d04e4c0a150c5c3f8 | 88ada0a7ffe8849c7a7222f8524cc3dfa9eacee7 | /insertionsort1.cpp | 1ce575d4e8899b78b38be19e40b7683195e2c9a8 | [] | no_license | shklqm/Hackerrank | 89aefc57ae44efcd4b0606bbb96820700f18c1e0 | 36d316644e44bd892ec63c79d6247e8d6911049f | refs/heads/master | 2021-05-31T02:19:43.261003 | 2016-03-10T18:25:01 | 2016-03-10T18:25:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 937 | cpp | #include <map>
#include <set>
#include <list>
#include <cmath>
#include <ctime>
#include <deque>
#include <queue>
#include <stack>
#include <bitset>
#include <cstdio>
#include <vector>
#include <cstdlib>
#include <numeric>
#include <sstream>
#include <iostream>
#include <algorithm>
using namespace std;
void insertionSo... | [
"blediboss2010@hotmail.com"
] | blediboss2010@hotmail.com |
611181ba3a62dc8d815556648c5064c3138cd2a3 | 157c4426121dcd81c5e1e67a0f51aa5cfe4f76a4 | /CS162/Final/Creature.cpp | c8a5b6d5998d7675963432ddf382a41ffdcb8e38 | [] | no_license | bkooma/OSU_BSCS | ea99040ce325a52a9ffd71a05d8a1169d04b370d | b29734abc0d4ee438c83018ded3f324ba54f3bca | refs/heads/master | 2021-01-01T18:58:54.061691 | 2017-08-24T22:46:19 | 2017-08-24T22:46:19 | 97,426,950 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,750 | cpp | /*************************************************************************************
** Creature.cpp is the Creature base class function implementation file.
** Author: Byron Kooima
** Date: 2017/08/06
** Description: CS162 Week6 Project3
** The Creature class represents a Creature Base Class for the combatGame. Thi... | [
"bpkooima@gmail.com"
] | bpkooima@gmail.com |
3d312588892dcaec4d8af9ab203b2ce82472079a | 667a45fdd3be14b2048dcdb47ad46d6fa07a4a90 | /include/fst.hpp | 3798b1f97b9845139ae1fd43249e3932993e2cc7 | [] | no_license | charlesmcclendon/stann-for-python | 395fa7e4777de765b6fb921d6341cfb4b9129820 | bec41d66ce75a12cf696d018f640905fc50ad00d | refs/heads/master | 2021-01-11T04:15:56.088179 | 2016-12-08T03:37:28 | 2016-12-08T03:37:28 | 71,195,380 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,955 | hpp | /*****************************************************************************/
/* */
/* Header: fst.hpp */
/* */
... | [
"charles.mcclendon@gmail.com"
] | charles.mcclendon@gmail.com |
b23967fb15e29ee0dc65097828645f609e511c4a | b2f4b72771122c015d76b9b81bce5d16d99cf78d | /main.h | c55af0f7cd925f39351181a4199cbf14b47b40c3 | [] | no_license | watanany/20200716--LaserRecognizer | 4eaa6e7b5fbcca1bb8e5dcac53aba15b62972e2b | 1722352a8e4be45897a8289363d1640e49a9c3b7 | refs/heads/master | 2021-05-30T17:06:32.498454 | 2016-02-20T15:36:00 | 2016-02-20T15:36:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 721 | h | #pragma once
#include <iostream>
#include <cstring>
#include <opencv/cv.h>
#include <opencv/highgui.h>
#include <string>
#include <vector>
#include <map>
#include "preprocess/preprocess.h"
#include "recognition/recognition.h"
#define REFDIR0 "Graffiti/number"
#define REFDIR1 "Graffiti/alphabet"
#define REFDIR2 "G... | [
"s1170087@gmail.com"
] | s1170087@gmail.com |
4c21691bb66e76ee2026a469c86d0e9c6ad3d971 | 714d4d2796e9b5771a1850a62c9ef818239f5e77 | /content/browser/compositor/reflector_impl_unittest.cc | 228a596151fd2f620cb354ab04e9c347717ffbc4 | [
"BSD-3-Clause"
] | permissive | CapOM/ChromiumGStreamerBackend | 6c772341f815d62d4b3c4802df3920ffa815d52a | 1dde005bd5d807839b5d45271e9f2699df5c54c9 | refs/heads/master | 2020-12-28T19:34:06.165451 | 2015-10-21T15:42:34 | 2015-10-23T11:00:45 | 45,056,006 | 2 | 0 | null | 2015-10-27T16:58:16 | 2015-10-27T16:58:16 | null | UTF-8 | C++ | false | false | 7,973 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/run_loop.h"
#include "base/single_thread_task_runner.h"
#include "cc/test/fake_output_surface_client.h"
#include "cc/test/test_context_prov... | [
"j.isorce@samsung.com"
] | j.isorce@samsung.com |
dc9abfd4bdce0e317c5754007e1b65e0dd59d228 | 629cc70db98140102a1662126a9b1c608ed86c3e | /7785.cpp | 4a4dca110068822afe604337cee8d44d9eaef5b0 | [] | no_license | woojoung/Algorithm | 0b1e52d519febaad04239c4410c2a47bd8eee7f8 | 97444894dd4a5bef6b3de3c34c0bf536ef2c0191 | refs/heads/master | 2020-04-02T16:40:05.581945 | 2018-06-29T04:47:32 | 2018-06-29T04:47:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,158 | cpp | #include <iostream>
#include <string>
#include <map>
using namespace std;
/*
백준 알고리즘 7785번 문제 풀이
작성자 ESENS
작성일 170129
1. 첫째 줄에 로그에 기록된 출입 기록의 수 n이 주어진다(양의 정수)
2. 다음 n개의 줄에는 출입기록이 순서대로 주어진다.
3. 출력은 이름을 사전 순의 역순으로 한줄에 한명씩.
4. 입력 조건에서 '순서대로' 라는 조건에 입장 순서인지 사전 순서인지에 대한 명시가 없으므로
사전 순서로 임의하여 간단하게 입력을 사전순으로 하여서 출력시 사전의 역순으로... | [
"ghdldid12@gmail.com"
] | ghdldid12@gmail.com |
2c27917dcfbf74c72d31ee85d5aa059dec0c6f55 | 6eaab6b260d2b750c074d7b569ff19c930a3059f | /c++learning/user.cpp | 0bbc5e851bb049569ae398c39669fde1d9ac8047 | [] | no_license | kapuni/box | 9b95505b2f00d7ad00e20cfe540d883dcbbb27b1 | 6187368e2bbcba2148c48b82a4979dae3cc9756a | refs/heads/master | 2023-05-05T01:21:08.092428 | 2021-05-10T14:36:39 | 2021-05-10T14:36:39 | 164,998,826 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 277 | cpp | #include <iostream>
#include <cmath>
using namespace std;
int main()
{
//int age;
string name;
cout << "Enter your name: ";
//cin >> age;
getline(cin, name);
//cout << "You are " << age << " years old";
cout << "Hello " << name;
return 0;
}
| [
"910048757@qq.com"
] | 910048757@qq.com |
2712618daf761f449450ea478e9433c821e32a8f | 02be0e2d1592613c6546179c4915c3d5abc149c1 | /Boost_Echo_Client/include/user.h | 7731c171e14e9a4a68a72cc6cb1bd161b957e3d2 | [] | no_license | MahajnaM/library---server-client | 5926813e0083cf9b99aebbc298b0d704202c9455 | c60a394f341dfb3f559c4603e69a0704466397dd | refs/heads/main | 2023-08-31T04:33:16.448033 | 2021-10-28T18:17:08 | 2021-10-28T18:17:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 543 | h | //
// Created by shahafbe@wincs.cs.bgu.ac.il on 15/01/2020.
//
#ifndef UNTITLED2_USER_H
#define UNTITLED2_USER_H
#include <string>
#include <vector>
#include <map>
#include "../include/Book.h"
using namespace std;
class user {
private:
map<string, vector<Book>> _allmyBooks;
const string _userName;
size_... | [
"noreply@github.com"
] | noreply@github.com |
191c7c9d1cfedcd5f67dcdac3a30e64086be505e | ad79dc448d048912a3d39bb77293600d80727001 | /esp-idf/components/nvs_flash/src/nvs_api.cpp | e2256e4badbd2dd5bbb1bbfc84ecfd0e9a321c1c | [
"Apache-2.0"
] | permissive | ghsecuritylab/micropython_esp32_local | d94e1c12b37d0523f7d3158f7f77af275c581502 | 54234d75b0737ceb28c1ad9a421576a974571740 | refs/heads/master | 2021-02-26T13:17:55.948635 | 2018-01-24T06:36:41 | 2018-01-24T06:36:41 | 245,527,954 | 0 | 0 | null | 2020-03-06T22:27:58 | 2020-03-06T22:27:57 | null | UTF-8 | C++ | false | false | 9,946 | cpp | // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// 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 require... | [
"1143943623@qq.com"
] | 1143943623@qq.com |
8011807bf40c98b9d96b8bb0c25dd9351457ae20 | d3cc576a8b58336203022429919b8c4fd96b555e | /medium/conwaysequence.cpp | 555099df7f1ffb0852b0a5aa71f90ff0aa848f46 | [] | no_license | comp0zr/Codingame-Solutions | 1aafb202b6bca48d1c3626b4d1e38ffce2afe373 | 24e104586bb1302ea4ab5d2bebfcb412bced5f33 | refs/heads/master | 2021-01-20T06:51:59.780753 | 2018-08-18T09:02:30 | 2018-08-18T09:02:33 | 89,937,228 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,226 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <sstream>
using namespace std;
stringstream ss;
vector<int> Conway(vector<int> vec)
{
vector<int> newVec;
for(int i=0; i<vec.size(); )
{
int count=0, num=vec[i];
if(i!=vec.size()-1 && vec[i]... | [
"noreply@github.com"
] | noreply@github.com |
d6022f66ddefb954092773c1caa7c22978291148 | db690169352e5c1ee0273b2489fd244a6897be0a | /TeamProject/Classes/Character/Character.cpp | 3d8d9cfde434cb249790ca57c9b161c65520b662 | [] | no_license | bacph178/RacerMouse | a08aabfdcd2fe25a95e1382964cc0a3ca7ca76cd | d308a436a872bd2a59d6488e2b1713d37a011af2 | refs/heads/master | 2020-12-30T23:34:15.655072 | 2014-03-14T08:53:14 | 2014-03-14T08:53:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,968 | cpp | //
// Character.cpp
// TeamProject
//
// Created by macbook_006 on 1/6/14.
//
//
#include "Character.h"
Character::Character(){
}
Character::~Character(){
this->spr->release();
}
void Character::autoRun(RMTiledMap* tileMap){
}
void Character::create(){
}
void Character::addToMap(CCPoint location, CCLayer* l... | [
"le.duy.vu@framgia.com"
] | le.duy.vu@framgia.com |
8b78ff4a72886cec483fb1b1cdd9698ccb72eb20 | 2944629bfdfc55c628289355b10df1556078ea2d | /version3/Source/256/f32v3_FMA_FMA4_c12x4.h | 249b1e9b3a4e4b22e63ff01ae63739c03013a5a6 | [
"BSD-3-Clause"
] | permissive | travisdowns/Flops | 5eea7173434a0623d68ecb136982fd2ecc7cb6be | 03727e4c679f96b4cddcc7c39c0302ccd6ccdefe | refs/heads/master | 2020-04-19T20:45:13.850835 | 2019-01-30T22:38:33 | 2019-01-30T22:38:33 | 168,423,528 | 1 | 0 | BSD-3-Clause | 2019-01-30T22:11:52 | 2019-01-30T22:11:52 | null | UTF-8 | C++ | false | false | 5,304 | h | /* f32v3_FMA_FMA4_c12x4.h
*
* Author : Alexander J. Yee
* Date Created : 03/29/2017
* Last Modified : 03/29/2017
*
*/
#ifndef _flops_f32v3_FMA_FMA4_c12x4_H
#define _flops_f32v3_FMA_FMA4_c12x4_H
////////////////////////////////////////////////////////////////////////////////
///////////////////... | [
"a-yee@u.northwestern.edu"
] | a-yee@u.northwestern.edu |
ce2d789e2117e8eb55636331ef739537175fdafc | 7ffecaaf37bc71fd27b2341ed67e003254fa77ed | /ipc_ros_bridge_examples/src/ipc_send_geometry.cpp | ba61fbeeaca7f41f42ead3683a8b186400ff0de6 | [
"MIT"
] | permissive | CMU-TBD/ipc_ros_bridge_pkgs | 58f45faed7797086ebf65cfae713ebbf773cbe33 | a663262ee348c32bd06c1aa941accf77c6531b35 | refs/heads/master | 2023-03-25T04:12:04.936180 | 2021-03-18T23:36:26 | 2021-03-18T23:36:26 | 256,625,214 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 808 | cpp | #include <iostream>
#include <chrono>
#include <thread>
#include "ipc.h"
#include "ipc_ros_bridge/structure/geometry_msgs_pose.h"
#define TASKNAME "ROS_IPC_Demo"
#define MSGNAME "pose"
int main()
{
// connect to IPC Central
// will fail if doesn't find it
IPC_connect(TASKNAME);
// define message
... | [
"noreply@github.com"
] | noreply@github.com |
e117a799aac87ac801fcbed7b4f6a4503bf6e4a9 | 2576195ce1e0fffde521bb80b3e0de689dd86fa0 | /newtutorial/QVariant/main.cpp | 42b5686bb76d3eaf76672390fa60c1bb689989e7 | [] | no_license | woaitubage/QT | 48e62937c4cba349aaf84d1bafaef61b26862a07 | 90d711dda23dff79c16fd76767cb7039200d5257 | refs/heads/master | 2021-01-01T03:32:21.507798 | 2016-05-04T07:42:51 | 2016-05-04T07:42:51 | 56,436,428 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 906 | cpp | #include <QCoreApplication>
#include <QFile>
#include <QDataStream>
#include <QDebug>
#include <QStringList>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
/*
qDebug()<<"Qwriting...";
QFile file("D:/QT/file.txt");
file.open(QIODevice::WriteOnly);
QDataStream out(&file);
... | [
"woaitubage@yahoo.com"
] | woaitubage@yahoo.com |
583cbfeae615547406019fa98bdbdb6d8c11acf3 | 5ee869c24397c2976dba81948aca9b8c3b6e58eb | /filtroMedia.cpp | e16b3ffce19eeda5df4bb168d8f099f7950a18f0 | [] | no_license | marcelobiao/OpenCV-FiltroMediaeMediana | f4e085463ca5af913b43057d46e2a21cdca8e50a | 3e8812e5be520ca63cf13b3129284bbcd27f2336 | refs/heads/master | 2021-01-20T06:26:01.511448 | 2017-05-03T21:27:46 | 2017-05-03T21:27:46 | 89,876,437 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,335 | cpp | //Número de imagens.
int tam = 50;
//Vetor para armazenar os pixels de todas as imagens de uma mesma coordenada.
int vetor [tam];
//Vetor para armazenar todas as imagens.
Mat seqImagem [tam];
//Caminho da localização das imagens.
string strArquivos="satelite_ruido/%02i.png";
//Armazena todas as imagens que satisfazem o... | [
"marcelobiao2@gmail.com"
] | marcelobiao2@gmail.com |
b8c23e890aca162198f428fb8a76368af47a0dd2 | 5f8d31c311e37e1b0af45f1b9705883ade20d077 | /ns/src/Navigator/prefs/CSizePopup.cp | f1f9b711f0c9e6b5117aeca0c03f42f451d33e76 | [] | no_license | acolchagoff/mozz | e64325b16ed135bbad4abb99dade0437e8ae5a7c | ff6798c307e3bbdae6dfe0da23cfe3c594908255 | refs/heads/master | 2023-06-23T14:44:03.842724 | 2018-03-06T13:10:33 | 2018-03-06T13:10:33 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 12,357 | cp | /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
*
* The contents of this file are subject to the Netscape Public License
* Version 1.0 (the "NPL"); you may not use this file except in
* compliance with the NPL. You may obtain a copy of the NPL at
* http://www.mozilla.org/NPL/
*
* So... | [
"andrew@colchagoff.com"
] | andrew@colchagoff.com |
62c198b3e0c04fe516059fc240e13eecfdad4dc7 | bbf47e162e03ec3469a57ae37064b2546961f525 | /Decoder.h | 31e4502c21b36d896c0a3cb620f7e7365b12e170 | [
"BSD-2-Clause-Views",
"BSD-2-Clause"
] | permissive | harlowja/bencode | 82004f9fba7c0afa1697f4b47efcaf65045b76e6 | 32179f1fcf2ca8ce020fc5a3a3aef0eb1c90ea80 | refs/heads/master | 2023-08-09T01:16:33.911072 | 2012-04-11T21:03:27 | 2012-04-11T21:03:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 569 | h | #ifndef DECODER_H
#define DECODER_H
#include "ValueTypes.h"
#include <string>
#include <deque>
namespace bencode {
class Decoder
{
public:
static Value decode(const std::string& encoded);
private:
static Value decode(std::deque<std::string>& tokens);
static Value decodeInteger(std::deque<std::... | [
"kristian.bendiksen@gmail.com"
] | kristian.bendiksen@gmail.com |
a83000477f8b21d48cfa7aca6e66f41ffbd48d19 | 5009d73e25ddb307db18dc79567e586df415cafe | /mirror.ino | 725e4ce92a327de81187eecc49094950a4958304 | [] | no_license | stedaigle/mirror | f65b5c04c2d0ad9298ad5f27792592983d201f50 | 11914924df8d80252a1d2dd358fd6a4484e8109a | refs/heads/master | 2021-01-07T17:38:07.307432 | 2020-02-20T02:45:52 | 2020-02-20T02:45:52 | 241,770,680 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,300 | ino | #include <Wire.h>
#include <SFE_MicroOLED.h>
#include <SparkFunBME280.h>
// Global sensor objects
BME280 myBME280;
// Variables to hold the parsed data
boolean newData = false;
const byte numChars = 128;
char receivedChars[numChars];
char tempChars[numChars]; // Temporary array for use when parsing
char temp[16] = {0... | [
"noreply@github.com"
] | noreply@github.com |
1f7432689970736b9e3b6dd941569a9001535d0e | f88c1945cb7770141fd26f69bbf1c2814f14bdc4 | /Source/Scene/TankEntity.h | 1aa1911a1702b26f505b75197a7877d518f92b6f | [] | no_license | aidenjones29/Tank-GD2Assignment | 56709d3be90d603bae5d2a00a9304341f66dc27d | 28550095a7e02a03e5e96050fd1fdeee50a91e66 | refs/heads/master | 2022-04-04T19:30:00.806356 | 2020-01-17T15:11:11 | 2020-01-17T15:11:11 | 231,422,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,721 | h | /*******************************************
TankEntity.h
Tank entity template and entity classes
********************************************/
#pragma once
#include <string>
using namespace std;
#include "Defines.h"
#include "CVector3.h"
#include "Entity.h"
namespace gen
{
/*-----------------------------------... | [
"36414445+aidenjones29@users.noreply.github.com"
] | 36414445+aidenjones29@users.noreply.github.com |
7146ddb5cfd91162d86b24e07e284e03a89a4765 | 747ffe00fd06d35d57d339c3737cb0f0aab4119d | /ArmRL-master/plugins/ball_plugin.h | 4d006ab0f2954a10376da21bb8aca22342d753b9 | [
"MIT"
] | permissive | rbcommits/RobotLearning | cc55b5737cb1d3229dd047ec878a447d332bc5fb | 86ce6fe1962252853a8db11c30f25784720fb01c | refs/heads/master | 2021-08-30T13:38:19.276008 | 2017-12-18T05:45:15 | 2017-12-18T05:45:15 | 112,964,558 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 178 | h | #pragma once
#include <vector>
extern "C" {
void ball_plugin_init(void);
void ball_plugin_destroy(void);
void ball_plugin_setPositions(double x, double y, double z);
}
| [
"raaghavbhardwaj@gmail.com"
] | raaghavbhardwaj@gmail.com |
dd67bf38243cad54c0f42e2bcd461656d20211f6 | 66862c422fda8b0de8c4a6f9d24eced028805283 | /slambook2/3rdparty/Pangolin/src/python/pypangolin/datalog.cpp | 45ccb47dd39993fac6c0f4d61f450a026591f693 | [
"MIT"
] | permissive | zhh2005757/slambook2_in_Docker | 57ed4af958b730e6f767cd202717e28144107cdb | f0e71327d196cdad3b3c10d96eacdf95240d528b | refs/heads/main | 2023-09-01T03:26:37.542232 | 2021-10-27T11:45:47 | 2021-10-27T11:45:47 | 416,666,234 | 17 | 6 | MIT | 2021-10-13T09:51:00 | 2021-10-13T09:12:15 | null | UTF-8 | C++ | false | false | 4,833 | cpp | /* This file is part of the Pangolin Project.
* http://github.com/stevenlovegrove/Pangolin
*
* Copyright (c) Andrey Mnatsakanov
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software... | [
"594353397@qq.com"
] | 594353397@qq.com |
decd337d3f48655e1d740bde3e7b84204ffe2334 | 25dcf2bda9558e9621502d2575420cccf1b71b72 | /mosaic.cpp | 63f0f0d06f66244d204ef7df8caeb94cd957527d | [] | no_license | singhsterabhi/globous | b07c6533b37caf171b11b2700a8830da34150042 | c1f3341151125cb4c1ff68ea5a5b16702a4fab74 | refs/heads/master | 2021-03-24T13:46:03.390193 | 2017-07-29T11:52:10 | 2017-07-29T11:52:10 | 95,944,731 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 23,080 | cpp |
#include <stdio.h>
#include <string.h>
#include <iostream>
#include<vector>
#include "opencv2/xfeatures2d.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/xfeatures2d/nonfree.hpp"
using namespace cv;
using namespace std;
//using std::vect... | [
"singhsterabhi@gmail.com"
] | singhsterabhi@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.