blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6fd2d1c18e6dfcd09510db72134aad84d4ced046 | 1a4aebcb67a731a7676fef6fa7ffc23e9a409b51 | /520/gradTz | c2941f2b30e5dbcddb9c82d16449ee39d9fc277c | [] | no_license | spaul1995/nanopore_voltage | 8bd6768c44e662293b25298d617c494921cd0543 | e5d32a5bf9021c1296c18335d1bd2f51d3a8dd74 | refs/heads/master | 2020-03-30T19:03:45.366817 | 2018-10-04T08:20:33 | 2018-10-04T08:20:33 | 151,525,959 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,108 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5.0 |
... | [
"soumya.paul.deep@gmail.com"
] | soumya.paul.deep@gmail.com | |
b0ac60ba787c73128879930bccd7b853984169a3 | b9d14b5265bd31942d7e84701cda8a3793cbdc31 | /bb8/WifiUDP/WifiUDP.ino | 7efa245ae555bb20f83d09e633b3ecaaec67d1b4 | [] | no_license | CuriosityGym/Arduino-Sketches | 0c433a549b3afc23043ecbb563b7828f434c55c7 | ef7319d3b231c61fa030e5505a45e9bbe2072942 | refs/heads/master | 2021-01-19T02:07:37.656220 | 2020-02-01T12:04:34 | 2020-02-01T12:04:34 | 56,579,058 | 1 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 3,942 | ino | #include <ESP8266WiFi.h>
#include <WiFiUDP.h>
#include <WiFiClient.h>
// wifi connection variables
const char *ssid = "ESPap";
const char *password = "thereisnospoon";
boolean wifiConnected = true;
byte forward=0, left=0, head =0;
// UDP variables
unsigned int localPort = 8888;
WiFiUDP UDP;
boolean udpConnected = ... | [
"rupin.chheda@gmail.com"
] | rupin.chheda@gmail.com |
65646550236ba3d7f101152f2c82c80d0afc14f4 | b47ed46edfcb12a79f05d8090f1ff76f8c884b9a | /common/inc/cspin_lock.h | 972ba840f85924b3bee4f7359eb512d73e1dce99 | [] | no_license | demon060/Network_Keyboard | 3a40002b8738046cbce74dfa166500abf889caed | 32169e211271b50ea436c44affda11c0e3a88817 | refs/heads/master | 2021-06-11T20:04:52.312469 | 2017-01-22T12:14:30 | 2017-01-22T12:14:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 358 | h | #ifndef __CSPIN_LOCK_H__
#define __CSPIN_LOCK_H__
#include "c_lock.h"
#include "types.h"
class CSpinLock : public C_Lock
{
public:
explicit CSpinLock()
{
m_plock = NULL;
//DBG_PRINT("\n");
}
~CSpinLock();
virtual int Create();
virtual int Lock();
virtual int Unlock();
private:
CSpinLock(const CSpinLock... | [
"106984500@qq.com"
] | 106984500@qq.com |
154b379b6f142e8577d9aa5d6fe9b8f9b8394b93 | 3b489debb4be72101cce7fe45432ec6a8e2c823d | /tests/UnitTests/ParseAmount.cpp | 1d07f230833cde42b21b04bf4cd7e6f5d07cab21 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | AmericanCoinAMC/Core | 72f75bac3b68c0dfbd9073db5684d22719b8fee6 | f8498c6c355e0035ff80f11fbb259ae7181ff4a6 | refs/heads/master | 2021-01-19T01:36:35.760046 | 2017-06-12T23:58:59 | 2017-06-12T23:58:59 | 87,250,520 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,020 | cpp | // Copyright (c) 2011-2016 The Cryptonote developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "gtest/gtest.h"
#include "CryptoNoteCore/CryptoNoteFormatUtils.h"
#include "CryptoNoteCore/Currency.h"
#i... | [
"jessmanny19@gmail.com"
] | jessmanny19@gmail.com |
f7b6e7ca9256919fcc704bac9a325a983e0d9cbf | 93bbfb0b9e3b2e9beabc8bc1faf3aefeffada3ad | /test/basic_tests/rdl_sec_if/golden/ordt_pio_drv.cpp | 686b5048bfb58317934e374a8be1c9b0d85a9aa8 | [
"Apache-2.0"
] | permissive | Juniper/open-register-design-tool | 4970783eb40d83d863c0a82904687c0f21259932 | bb9d0072dd07ceeccfd285f0fec04625cf99c1df | refs/heads/master | 2023-08-28T14:45:06.964154 | 2023-07-28T18:29:40 | 2023-07-28T18:29:40 | 61,146,698 | 182 | 60 | Apache-2.0 | 2023-07-28T18:10:43 | 2016-06-14T18:33:32 | Verilog | UTF-8 | C++ | false | false | 7,009 | cpp | // Ordt 190725.01 autogenerated file
// Input: ./rdl_sec_if/test.rdl
// Parms: ./rdl_sec_if/test.parms
// Date: Sun Nov 17 17:09:32 EST 2019
//
#include "ordt_pio_common.hpp"
#include "ordt_pio_drv.hpp"
// ------------------ ordt_drv_path_element methods ------------------
ordt_drv_path_element::ordt_drv_pa... | [
"snellenbach@gmail.com"
] | snellenbach@gmail.com |
5f883f864cc2517a1d585ea426cbd509f5582269 | 24b18606aaddb8eea6833ee7159b257f082692c4 | /src/gazebo_gst_camera_plugin.cpp | 815f12dd59818963ddb1467c7daca45edcb3bd48 | [
"BSD-3-Clause"
] | permissive | SERC-LEAPFROG/LEAPFROG-Simulation | 1d25e30b4beacce55d850e3e8f4c4147099ce54a | 04ba8e19f1a0f251e05605af30a0dac35dd7a489 | refs/heads/master | 2023-06-04T09:43:02.095793 | 2021-06-16T07:19:24 | 2021-06-16T07:28:48 | 357,660,754 | 1 | 1 | BSD-3-Clause | 2021-06-16T07:28:49 | 2021-04-13T19:03:17 | C++ | UTF-8 | C++ | false | false | 10,224 | cpp | /*
* Copyright (C) 2012-2016 Open Source Robotics Foundation
*
* 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... | [
"garrett.gibo@gmail.com"
] | garrett.gibo@gmail.com |
1e0420b40bec4e142638dfb89719c141f5733954 | 720f5213e7ea14275002518ae2ad705bff949ff8 | /leetcode/3-longest-substring/solution.cpp | 9fd522c17e2732c5a5d382b9c9bfdeaba902612e | [] | no_license | iloginov/programming-workout | 935892f3ace10d93dacc88b73c8f566f5c2fcd14 | faec4ac728a219b8bf266ec94213803a365282c4 | refs/heads/master | 2021-01-10T09:44:32.386720 | 2017-03-23T11:35:58 | 2017-03-23T11:35:58 | 43,776,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,156 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
#include <iterator>
#include "gmock/gmock.h"
using namespace std;
class Solution {
public:
int lengthOfLongestSubstring(string s) {
int res = 0;
std::vector<int> v(256, -1);
int cur = 0;
for (int i = 0; i < s.length(); ++i) ... | [
"isloginov@gmail.com"
] | isloginov@gmail.com |
b3a3433c7cdf3cc51d04b5ee6d82fee681093a3b | 68ec2df825123cbf6db683661155c28d81b85c3d | /puzzle_saver.hpp | 8ae4747af2162c6b6ee90bb7787e3040419c19b9 | [
"BSL-1.0"
] | permissive | hvdbrand/puzzle-solver | 5f8e022ba62424d68e292c3cb22d6cacf2bb5161 | 3ef09661c797edaeab632671903d4caa040873d5 | refs/heads/master | 2021-06-26T05:42:29.422035 | 2021-06-08T22:12:54 | 2021-06-08T22:12:54 | 230,599,968 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 213 | hpp | #pragma once
#include "sudokusolver.hpp"
#include <QFile>
namespace PuzzleSaver {
void save_to_file(const Settings::Sudoku::BoardSettings& board_settings, const SudokuBoard& example_board, QFile &file);
}
| [
"h.vd.brand@gmail.com"
] | h.vd.brand@gmail.com |
d919e7f3c1c44bc85fd1297367193d29f6a5bf6a | 9d9ee4c824c8399ddd3e650daa32c5767b31a792 | /BS_ConvertEngine/ce_login.h | 22157166ec702b1fce56cb468d1acdd1d10a92a4 | [] | no_license | ztw1992/BankSystem | 211477e064f211ecb8c528035133717b88cf0cb5 | 28d26263feb47e320bc83368a3141cf3c4fcf706 | refs/heads/master | 2021-04-05T23:32:44.957001 | 2018-03-13T14:50:41 | 2018-03-13T14:50:41 | 124,906,592 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 482 | h | #ifndef CE_LOGIN_H
#define CE_LOGIN_H
#include <QObject>
#include "bs_converengine_global.h"
class BS_CONVERTENGIENT_GLOBAL_EXPORT CE_Login : public QObject
{
Q_OBJECT
public:
explicit CE_Login(QObject *parent = nullptr);
/**
* 登录功能
* 界面qml按下登录按钮后,调用的函数
* in: id:用户名 password:密码
*/
... | [
"zhoutian0201@163.com"
] | zhoutian0201@163.com |
cf31736f14ca6837a0643a54e65b6029db40169f | fd181dec682dc4a9de629f943cc61054cae003ca | /cpp03/ex00/main.cpp | b73e0bd52a9ed674e069ec6b09926acdb3869177 | [] | no_license | guysharony/cpp | fa941e077ebad6a1d763b246f30775b482815e5d | a5a3f8a5ab72dbcad8b300cb01ee06b2f82c09a8 | refs/heads/master | 2023-02-03T09:30:13.719536 | 2020-12-18T08:15:10 | 2020-12-18T08:15:10 | 304,234,394 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,748 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.cpp :+: :+: :+: ... | [
"sharonyguy@gmail.com"
] | sharonyguy@gmail.com |
7ce05aebda022f0b8cb3c0bbede63f68070ff9c4 | 3e70eda6819fec5bf5ba2299573b333a3a610131 | /mole/dbsvr/ser/src/Cdwg_user_msg.h | f694dadbbe521352d59492937ec3f1059471ce5a | [] | no_license | dawnbreaks/taomee | cdd4f9cecaf659d134d207ae8c9dd2247bef97a1 | f21b3633680456b09a40036d919bf9f58c9cd6d7 | refs/heads/master | 2021-01-17T10:45:31.240038 | 2013-03-14T08:10:27 | 2013-03-14T08:10:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 885 | h | /*
* =====================================================================================
*
* Filename: Cdwg_user_msg.h
*
* Description:
*
* Version: 1.0
* Created: 2007年11月06日 13时47分01秒 CST
* Revision: none
* Compiler: gcc
*
* Author: xcwen (xcwen), x... | [
"smyang.ustc@gmail.com"
] | smyang.ustc@gmail.com |
39eed53dadd27f5e269f7739c2f0d7fcc143299d | 518325ba3803cdf578b0892826fba752f55e2250 | /distriServer/headers/Package.cpp | 6f60d4aa0f9d55c82c8ea230a95e5959bdfc501f | [] | no_license | vnkt/ProjectFinal | 855392bd29eba1f2fca9a0bd8ba305ad9482f662 | ed178e95017ada8729de78728a5dfd0d00ec1d7d | refs/heads/master | 2021-01-10T01:28:37.923345 | 2015-12-19T15:20:56 | 2015-12-19T15:20:56 | 48,284,924 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,382 | cpp | /*
* Package.cpp
*
* Created on: Jan 3, 2012
* Author: user
*/
#include "Package.h"
#include <stdio.h>
#include <string.h>
Package::Package()
{
status = -1;
}
unsigned char Package::Init(monitor_package_details_t pkg_in)
{
pkg = pkg_in;
//initialize all variables
minor_buf_ptr = ma... | [
"avn1990@gmail.com"
] | avn1990@gmail.com |
d924addbd6ad6116cfe8603e7861aabdb26bc596 | 55d560fe6678a3edc9232ef14de8fafd7b7ece12 | /libs/multiprecision/test/compile_fail/conv_fail_43.cpp | e7bf59912aa1951acd3bca58fe2bcc79fcf833b2 | [
"BSL-1.0"
] | permissive | stardog-union/boost | ec3abeeef1b45389228df031bf25b470d3d123c5 | caa4a540db892caa92e5346e0094c63dea51cbfb | refs/heads/stardog/develop | 2021-06-25T02:15:10.697006 | 2020-11-17T19:50:35 | 2020-11-17T19:50:35 | 148,681,713 | 0 | 0 | BSL-1.0 | 2020-11-17T19:50:36 | 2018-09-13T18:38:54 | C++ | UTF-8 | C++ | false | false | 419 | cpp | ///////////////////////////////////////////////////////////////////////////////
// Copyright 2012 John Maddock. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/multiprecision/cpp_int.hpp>
... | [
"james.pack@stardog.com"
] | james.pack@stardog.com |
c2ec9bb26b152ad8f385d2535ebb60707bb66ccf | 1fa683de7a7891e7307773487d99d3f701f41faa | /SipClient/SipUA/SipUA.h | e301851f79a81189e12db7b5c07adda528450156 | [] | no_license | zhoudd1/SipClient | 9a69bfb00918df05800497cce0fdc4f6b1bc82bc | 875ea3a791112352ba633415e79874825ba1fa57 | refs/heads/master | 2020-04-11T21:12:23.105007 | 2018-12-03T03:00:55 | 2018-12-03T03:00:55 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,675 | h | #ifndef __SIPUA_H__
#define __SIPUA_H__
/**
* 描述:
* 实现rfc3261中规定的sipUA
*
* description:
* implement sipUA, which is descripted in rfc3261.
* author: YangDong
* date: 2018-05-02
* email: heibao111728@126.com
*/
#include <Windows.h>
#include <process.h>
#include <assert.h>
#include "SipStack... | [
"1021818992@qq.com"
] | 1021818992@qq.com |
c25c1e75fc566a0f454ebb2c82b74947921ad031 | 4bc40d60c146300030512b11e375cb8abbf2f5b3 | /LiteX/software/Tagl/Lib/rect.h | 48d3be738cd4af4b4820eb7f020bb1cb74be5fb0 | [
"BSD-3-Clause"
] | permissive | BrunoLevy/learn-fpga | fd18ea8a67cfc46d29fac9ad417ae7990b135118 | fd954b06f6dc57ee042d0c82e9418e83c4b261b4 | refs/heads/master | 2023-08-23T06:15:43.195975 | 2023-08-04T06:41:22 | 2023-08-04T06:41:22 | 267,350,664 | 2,036 | 191 | BSD-3-Clause | 2023-06-23T13:41:44 | 2020-05-27T15:04:05 | C++ | UTF-8 | C++ | false | false | 1,445 | h | /*
* This software is copyrighted as noted below. It may be freely copied,
* modified, and redistributed, provided that the copyright notice is
* preserved on all copies.
*
* There is no warranty or other guarantee of fitness for this software,
* it is provided solely "as is". Bug reports or fixes may be sent
... | [
"Bruno.Levy@inria.fr"
] | Bruno.Levy@inria.fr |
32fcace71f48a887400a6964c25600d42085609b | 3f78a9da3eecc6d8e401f1cce37e054a252930bc | /[Client]MH/TitanPartsProgressBarDlg.cpp | 223a390a4df2116a11f13f4e43b1546d439283ad | [] | no_license | apik1997/Mosiang-Online-Titan-DarkStroy-Azuga-Source-Code | 9055aa319c5371afd1ebd504044160234ddbb418 | 74d6441754efb6da87855ee4916994adb7f838d5 | refs/heads/master | 2020-06-14T07:46:03.383719 | 2019-04-09T00:07:28 | 2019-04-09T00:07:28 | 194,951,315 | 0 | 0 | null | 2019-07-03T00:14:59 | 2019-07-03T00:14:59 | null | UTF-8 | C++ | false | false | 697 | cpp | #include "StdAfx.h"
#include "TitanPartsProgressBarDlg.h"
#include "WindowIDEnum.h"
#include "GameIn.h"
#include "TitanPartsMakeDlg.h"
CTitanPartsProgressBarDlg::CTitanPartsProgressBarDlg()
{
}
CTitanPartsProgressBarDlg::~CTitanPartsProgressBarDlg()
{
}
void CTitanPartsProgressBarDlg::Linking()
{
m_pProgressGuage... | [
"lixeon.lij@gmail.com"
] | lixeon.lij@gmail.com |
e5bd26b78e6652bb41f9eb78da68edc627804b46 | 42088a468341538c02343aaf0b8009172abe00c6 | /1Clase/programa1_1.cpp | f7651c2aea5671114a70f5afe7658d1bc251f02e | [] | no_license | jbillx/SisDist | c0ef9777fc2a871ebe22d0c7a92946422e6b4e13 | 045a4779280db147ce9c4c2d9d63663b67f83b8b | refs/heads/master | 2021-04-26T23:26:13.845911 | 2018-04-12T03:59:20 | 2018-04-12T03:59:20 | 123,995,419 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 448 | cpp | #include <iostream>
using namespace std;
int main( )
{
int numeroDeLenguajes;
cout << "!!!Hola!!!.\n" << "Bienvenido a C++.\n";
cout << "Cuantos lenguajes de programación dominas? ";
cin >> numeroDeLenguajes;
if (numeroDeLenguajes < 1)
cout << "Sería recomendable aprender antes un lenguaje más sencill... | [
"billymicrosip@gmail.com"
] | billymicrosip@gmail.com |
e226274704dc380b64a90739ab3d154340986a03 | 72f2824893b3628d86fc6f05b6d57bfaf6d62870 | /generator/10.cpp | 62fa23795928e3a7c42b11735d31f8deb12762f1 | [
"MIT"
] | permissive | RuoAndo/Usenix_LISA19 | 679b7113e65d9c13c92f8aed71549b71f7017818 | 4ce32061d7aeeaab9b3662d8b22eecc43ef8a700 | refs/heads/master | 2023-08-20T17:20:08.291729 | 2023-08-08T06:53:56 | 2023-08-08T06:53:56 | 193,852,147 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,695 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <vector>
#include <random>
#include <vector>
#include <bitset>
#include<fstream>
#include <functional> //for std::function
#include <algorithm> //for std::generate_n
typedef std::vector<char> char_array;
char_array charset()
{
//Change this to... | [
"ando.ruo@gmail.com"
] | ando.ruo@gmail.com |
c386eb2c65e7492f2ba212fe001d111ddddcf023 | b129567c3c9c4c694f00f8e6cabcfef488895a22 | /src/Library/Physics/Environment/Magnetic/Dipole.cpp | 0370efdd63f46d6fe4930e1a6bcfc5b674c6b7c2 | [
"Apache-2.0",
"BSL-1.0",
"MPL-2.0"
] | permissive | cowlicks/library-physics | 439655d36c0a156aa33ad66ca6176c97805f0886 | dd314011132430fcf074a9a1633b24471745cf92 | refs/heads/master | 2020-07-29T03:57:05.754644 | 2019-06-18T22:03:23 | 2019-06-18T22:03:23 | 209,660,790 | 0 | 0 | Apache-2.0 | 2019-09-19T22:44:23 | 2019-09-19T22:44:22 | null | UTF-8 | C++ | false | false | 3,003 | cpp | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// @project Library ▸ Physics
/// @file Library/Physics/Environment/Magnetic/Dipole.cpp
/// @author Lucas Brémond <lucas@loftorbital... | [
"lucas.bremond@gmail.com"
] | lucas.bremond@gmail.com |
643636503348a5dfcbb9d337e6cdd1199ac41c66 | ad6542c60836a91a6be111cd2d9b867415391dd6 | /OnlineShooterGame/src/Map.h | 53aab5af8aa89051ad6e71e18fd46f5737b3b84a | [] | no_license | VladSchuka/OnlineShooterGame | 24594007ec68eb4a98d32821d8837afad035d822 | 3b305764ae85f28ad4c58a89aebdb73c94df39d0 | refs/heads/master | 2020-09-02T19:42:57.153923 | 2019-05-30T10:03:55 | 2019-05-30T10:03:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,638 | h | #pragma once
#include "SourceFiles/Renderer.h"
#include "SourceFiles/VertexBufferLayout.h"
#include "SourceFiles/VertexBuffer.h"
#include "SourceFiles/Texture.h"
#include "glm/glm.hpp"
#include "glm/gtc/matrix_transform.hpp"
#include "Fire.h"
#include "ClientS.h"
class Map : public Fire
{
private:
float positionsRL[... | [
"justnommad@gmail.com"
] | justnommad@gmail.com |
dabaaaf33cc1dd9e9b0f26a3f764e1f9c691ed39 | 90046972a667d28221b6c3aadcfb0a0cac4ee297 | /BluetoothManager.cpp | ad7d205c3ce87b26673270b8547b7ced79f127bd | [
"CECILL-B",
"LicenseRef-scancode-cecill-b-en"
] | permissive | Azuxul/MeowBuggy | b48c0dc27d9d7f321f01a51d66166e41209bec67 | a0996bf125d9bdeb1cbc509e194ec4c0e3e3239a | refs/heads/master | 2020-05-30T12:27:06.137580 | 2016-04-25T14:28:54 | 2016-04-25T14:28:54 | 54,915,084 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,895 | cpp | #include "BluetoothManager.h"
#include <Arduino.h>
#include <SoftwareSerial.h>
#include "MotorManager.h"
#include "Direction.h"
BluetoothManager::BluetoothManager(MotorManager& motorManager) : serialConnexion(BLUETOOTH_SERIAL_RXD, BLUETOOTH_SERIAL_TXD), motorManager(motorManager) {
serialConnexion.begin(SPEED);
}
v... | [
"contact@azuxul.fr"
] | contact@azuxul.fr |
6521f02137bbd03f6640947f43450d242d773ed9 | 0e77d0bf118073a710d641d0d5240425da55d7bd | /src/xtd_forms/include/xtd/forms/checked_list_box.h | 4229965994f4d549f59db3107d8a00e019519f9a | [
"MIT"
] | permissive | gammasoft71/xtd_forms | 624e73787ac0fd390c45dcb77e90ddbaec12d641 | 3303bc59329f79e20c95597537ffaa368ecf1861 | refs/heads/master | 2021-06-24T04:10:03.580110 | 2021-01-07T21:58:53 | 2021-01-07T21:58:53 | 170,287,294 | 24 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 7,428 | h | #pragma once
#include "item_check_event_handler.h"
#include "list_box.h"
/// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
namespace xtd {
/// @brief The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the... | [
"gammasoft71@gmail.com"
] | gammasoft71@gmail.com |
e8a1d8769bd9ec57833fc68fce359b799784d2ce | d84a6ef90ca2cb148477c2221f67e0c290db8dfc | /GameAttempt1/Engine/IO/mouse.cpp | ae94ebb027bc99bfc551db4e2132e34a195c5c87 | [] | no_license | Ripley6811/GameCPP | 6c0319e0ffb403aa237c4994218b01b2a028ac77 | 6e3fc8e6ae0153018b5e033e83650c7b7e98ce04 | refs/heads/master | 2021-01-01T18:19:15.626130 | 2017-07-28T01:50:49 | 2017-07-28T01:50:49 | 98,301,698 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,177 | cpp | #include "mouse.h"
double Mouse::x = 0;
double Mouse::y = 0;
bool Mouse::buttons[GLFW_MOUSE_BUTTON_LAST] = { 0 };
bool Mouse::buttonsDown[GLFW_MOUSE_BUTTON_LAST] = { 0 };
bool Mouse::buttonsUp[GLFW_MOUSE_BUTTON_LAST] = { 0 };
void Mouse::MousePosCallback(GLFWwindow* window, double _x, double _y)
{
int width, height... | [
"jwj@boun.cr"
] | jwj@boun.cr |
b5045a53b91be47510e34aa5df91e082c5e85e68 | 41193e5aaaba45a2fd383f909ce79cc4b0f67557 | /Assignment3/A3_DONE/startercode/earth.hpp | 7fa03609eab369a9db0294ebfc6f20c3734d6fda | [] | no_license | zzdpk2/CSCI4611 | a64d7d95e3555026502590c56a16f2864cddc784 | d4fa946354a5c0bae49ff1b2b7159c884aa90cab | refs/heads/master | 2020-03-28T21:47:35.818781 | 2018-01-18T21:55:16 | 2018-01-18T21:55:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,303 | hpp | #ifndef EARTH_HPP
#define EARTH_HPP
#include "engine.hpp"
#include <vector>
#include <glm/glm.hpp>
#include <glm/ext.hpp>
#include "util.h"
using namespace std;
using glm::vec2;
using glm::vec3;
float getV3Magnitude(vec3 v);
class Earth {
public:
void initialize(Engine *engine, int slices, int stacks, float s... | [
"nikki-kyllonen@comcast.net"
] | nikki-kyllonen@comcast.net |
4eea7a3a92c6c8015af70967495383c6c6f98f45 | 3bebfe65f9f168e5496275bde07fafdfc77c7d28 | /head_analyzer/src/head_analyzer.cpp | b914b700658d9ef33e2787deb6826c010a07d903 | [] | no_license | boottp/e2 | c5a145cc2ad4ea8c38d8a17268fa005d924c7bd6 | 0e1d37006c88345c800dccb45fa0b6518fbaa58f | refs/heads/master | 2020-06-01T08:56:40.844064 | 2014-09-08T11:31:35 | 2014-09-08T11:31:35 | 15,870,936 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 33,918 | cpp | /*=================================================
Authors: cristianmandelli@gmail.com
deborahzamponi@gmail.com
Data: 15/10/2011
Description: Detect face features on a video captured from kinect
=================================================*/
#include "ros/ros.h"
#include "ros/package.h"
#include "ope... | [
"sr.jackal@gmail.com"
] | sr.jackal@gmail.com |
1bcf729d619b4fe380b8908ac2240cf34e9751e1 | 0e0dae718251c31cbe9181ccabf01d2b791bc2c2 | /SCT2/tags/M_SCT_19_RELEASE_2_3/test-plugins/org.yakindu.sct.generator.cpp.test/gtests/IntegerExpressionsTest/IntegerExpressionsTest.cc | 6a17e19e4a3fab09bf53cf4d91044b542e5eb450 | [] | no_license | huybuidac20593/yakindu | 377fb9100d7db6f4bb33a3caa78776c4a4b03773 | 304fb02b9c166f340f521f5e4c41d970268f28e9 | refs/heads/master | 2021-05-29T14:46:43.225721 | 2015-05-28T11:54:07 | 2015-05-28T11:54:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,971 | cc | /**
* Copyright (c) 2014 committers of YAKINDU and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
*... | [
"a.muelder@googlemail.com"
] | a.muelder@googlemail.com |
94a67d59738117941c52450f242f43ab6eb6a871 | d990692dd7afdbb2a235ad03ac5209b4f3bb0df9 | /toolkit/crashreporter/google-breakpad/src/processor/network_interface.h | 3871b4f55eb6010269a70e0e0b443a3ab1cf5981 | [
"BSD-3-Clause",
"FSFUL",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | walkero-gr/timberwolf | 5c33158a19dfeb3781c72c6732d45747d9a3c19e | 90ca7da29b6089d1b14f5ff1d08e586aa2ec041f | refs/heads/master | 2022-09-15T11:13:14.252767 | 2022-09-04T12:39:59 | 2022-09-04T12:39:59 | 291,531,351 | 0 | 0 | NOASSERTION | 2020-08-30T18:46:51 | 2020-08-30T18:46:51 | null | UTF-8 | C++ | false | false | 2,881 | h | // Copyright (c) 2010, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditi... | [
"ted.mielczarek@gmail.com"
] | ted.mielczarek@gmail.com |
632ee2e7fdf320a04c64392c4504c2c5600baa44 | 634ccc6a5a702ddc6df9db8048c848364b5ce60e | /CP/Codechef/MarchLong2K20/lazer.cpp | c6c976159847ab025da35cdc9c70a29e2f73cf84 | [] | no_license | Showtim3/Programming | 8bed4e345a9bfde65b8806e9746e1b1dce3751a8 | 3e77c99704391eaa09668d7f76e522f473f221b1 | refs/heads/master | 2020-08-22T10:41:43.055340 | 2020-05-29T16:25:57 | 2020-05-29T16:27:30 | 216,376,680 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,079 | cpp | #include <iostream>
#include <set>
#include <map>
#include <vector>
#include <algorithm>
#include <cmath>
#define li long int
#define ll long long
#define lli long long int
using namespace std;
int main(){
int t;
cin>>t;
while(t--){
int n,i,q;
cin>>n>>q;
vector<int> v;
v.reserve(... | [
"coolrishabhrawat@gmail.com"
] | coolrishabhrawat@gmail.com |
84fd70101a36bb9b91da2e176bab6429b0fda6a1 | e8d99ac2718af0cca563b336b957165a59272467 | /ssl/test/test_config.h | ff91cefd1b0b1615568f13c9e45baf9ec164fd8d | [
"BSD-3-Clause",
"OpenSSL",
"ISC",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows"
] | permissive | lontoken/boringssl_google | 355877c8111046eaf4600b56996bb12ee67dfe27 | 249d6474c92e7230426d01218bde86d683717641 | refs/heads/master | 2022-11-07T09:45:37.984729 | 2017-01-12T15:53:30 | 2017-01-12T15:53:30 | 78,761,167 | 0 | 1 | NOASSERTION | 2022-10-29T13:21:55 | 2017-01-12T15:51:42 | C | UTF-8 | C++ | false | false | 4,656 | h | /* Copyright (c) 2014, Google Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS... | [
"lontoken@gmail.com"
] | lontoken@gmail.com |
d42f5cd205e171b676a477fc3bd85df35fb13aec | 4ca0c84fb7af16b8470ab9ff408edd6d00c94f77 | /UVa/12945 - Farmer Jane/12945.cpp | 17d7b34f5b651474a377951bba7408b92896931c | [] | no_license | svanegas/programming_solutions | 87305a09dd2a2ea0c05b2e2fb703d5cd2b142fc0 | 32e5f6c566910e165effeb79ec34a8886edfccff | refs/heads/master | 2020-12-23T16:03:33.848189 | 2020-10-10T18:59:58 | 2020-10-10T18:59:58 | 12,229,967 | 8 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 1,066 | cpp | // Santiago Vanegas Gil
#include <bits/stdc++.h>
using namespace std;
struct point {
int x, y, w;
point () {}
point(int _x, int _y, int _w) : x(_x), y(_y), w(_w) {}
};
vector <point> poly;
double cx() {
double ans = 0.0;
for (int i = 0; i < poly.size(); ++i) ans += poly[i].x;
return ans;
}
double ... | [
"savanegasg@gmail.com"
] | savanegasg@gmail.com |
0b38f06dd84f71ba5c6f694c7754dd3b6f1b1160 | b9990d7c4fe282630d9abc6a39d62b6c6bba7ecd | /Problem/problem.h | 4deb6ee50f59fb044a7a28e5f1342a6412bce3da | [] | no_license | AurelVU/deformation3D | 7296c35ca3b28d8f13b926907ff29b9327aef2b1 | 125c915b18b1ca9d2f925534f75589b463e0b548 | refs/heads/master | 2020-07-29T11:33:56.292878 | 2019-09-20T12:23:44 | 2019-09-20T12:23:44 | 209,784,375 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,604 | h | #ifndef PROBLEM_H
#define PROBLEM_H
#include <Eigen/Core>
#include <Eigen/LU>
#include <QVector>
#include <QPair>
#include <QDebug>
#include <Problem/getterproblem.h>
#include <QQueue>
namespace Eigen {
template <typename Scalar>
using Vector2 = Eigen::Matrix<Scalar, 2, 1>;
template <typename Scalar, int N>
using Ve... | [
"aurel.vu@ya.ru"
] | aurel.vu@ya.ru |
cc5c7120be52887fed7e564e3263c7fe51e06e3d | cac4d8e092525af81232c3ae49dfe9a5b0f61510 | /Libs/Utils/WinFileAccessorObjectCreator.cpp | 0954296c59f224119b7a8cd849264d40c844c5af | [] | no_license | wincc0823/EasyGameLibs | e84145bfe9310a6d7de74d5e115f1a3256fe7918 | 17791e6197e0cbc4a530c66d46dfe90c6c6e340f | refs/heads/master | 2020-08-02T19:37:14.862698 | 2019-09-05T09:35:36 | 2019-09-05T09:35:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,317 | cpp | /****************************************************************************/
/* */
/* 文件名: WinFileAccessorObjectCreator.cpp */
/* 创建日期: 2009年07月06日 */
/* 作者: ... | [
"sagasarate@sina.com"
] | sagasarate@sina.com |
9a102eb54fe446fe0190f89e747fd1d6c52b7d54 | 6c924a8999df2191b58cfd910c358eb7f1dbd1ac | /mergeInterval.cpp | 2f5f75258dd6d4e9b22a378055c18cb280e57bee | [] | no_license | ShallHan/LeetCode | 809f38c83893f4e31c42b89a8daf09e5d9eb7cf2 | c298f9ea7855ec6ebedf0f4a2b3c5ca25ad444d0 | refs/heads/master | 2016-09-06T02:50:35.963340 | 2014-01-18T16:09:29 | 2014-01-18T16:09:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,285 | cpp | /**
* Definition for an interval.
* struct Interval {
* int start;
* int end;
* Interval() : start(0), end(0) {}
* Interval(int s, int e) : start(s), end(e) {}
* };
*/
int cmp(const Interval &v1, const Interval &v2)
{
if(v1.start < v2.start) return true;
else if(v1.start == v2.start &&... | [
"xiaohan@yahoo-inc.com"
] | xiaohan@yahoo-inc.com |
b8be226792241221525a55c8a96dca26b48daa03 | b72890d0e6503b4528bef2b09743f6df72cb01d2 | /applications/acsdkCBLAuthorizationDelegate/src/AuthorizationDelegateComponent.cpp | 1fb5e1b9eda32cc78f3f6ca0222619c30bd2eb5b | [
"Apache-2.0",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-pml-2020",
"LicenseRef-.amazon.com.-AmznSL-1.0"
] | permissive | shivasiddharth/avs-device-sdk | b1375db55f204f1baaa9a4825e31f944a6e6d13c | c7ca5a12f65ce95f99d56fc7a1ab79cc96147ed8 | refs/heads/master | 2021-12-01T17:21:42.067397 | 2021-11-28T09:34:42 | 2021-11-28T09:34:42 | 152,394,898 | 0 | 2 | Apache-2.0 | 2021-11-26T09:17:25 | 2018-10-10T09:09:11 | C++ | UTF-8 | C++ | false | false | 1,290 | cpp | /*
* Copyright 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" f... | [
"womw@amazon.com"
] | womw@amazon.com |
e2f6c2d25c5d5565930551f1b8e21e9e378fce73 | e59ef06ba15c46b827caa7b581dceeb7344fc67c | /extensions/stackdriver/edges/edge_reporter_test.cc | 121a6d7cbe10bac328cbdac4605f4796ddda3953 | [
"Apache-2.0"
] | permissive | LSChyi/proxy | e9f6f96906855a1dd4e8d70a00e02f88f30eb814 | 08cec447dfc349b314e226dc66132dbdb5d08fc9 | refs/heads/master | 2020-08-17T17:41:24.511372 | 2019-10-16T23:30:14 | 2019-10-16T23:30:14 | 215,692,923 | 0 | 0 | Apache-2.0 | 2019-10-17T03:11:07 | 2019-10-17T03:11:07 | null | UTF-8 | C++ | false | false | 7,677 | cc | /* Copyright 2019 Istio Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | [
"istio.testing@gmail.com"
] | istio.testing@gmail.com |
2b78bf51fec20b3d10c174634acc8b5e878fb8f4 | 1e5d943a871101b56d4b1a427833f76dd22cfd63 | /src/base/synchronization/cancellation_flag.h | aa32e3ade423042adf5bca9d5bc7e2b258bb95b8 | [] | no_license | shaoyuan1943/chromium-base | b1268841e24afb1b91d0900de05bec5cf6e2f89d | 79171d76bb27bd5160f9a35d881bd958be8eb7d1 | refs/heads/master | 2021-07-09T17:57:28.392514 | 2019-03-25T05:35:47 | 2019-03-25T05:35:47 | 163,585,189 | 116 | 63 | null | null | null | null | UTF-8 | C++ | false | false | 1,174 | h | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_SYNCHRONIZATION_CANCELLATION_FLAG_H_
#define BASE_SYNCHRONIZATION_CANCELLATION_FLAG_H_
#include <atomic>
#include "base/base_export.h"... | [
"84977043@qq.com"
] | 84977043@qq.com |
0057a101694f253304521f2282612140bb179bf3 | cd7ed68a78aaa3cbd2e2567912dd953a6a87912d | /cs280/proj1/p1-testfiles/scrap.cpp | 097c2d5cb9f114ca582012dfec2c881e764132b3 | [] | no_license | nishantpa/njit | c2b150bee3fc00998955e80e7b651e80b644c818 | 8135ee3e70306136dd25d20acc346a86d2b0166e | refs/heads/master | 2021-08-26T06:39:28.827258 | 2017-11-21T22:13:51 | 2017-11-21T22:13:51 | 104,246,840 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,851 | cpp | /* int outputLen = 12;
for (int i = 0; i < words.size(); i++)
{
// dashSupp is really just a char absorber that absorbs from diff strings
string dashSupp, tempUpdater;
int ifLess, updater;
// String size > outputLength
if (words[i].size() > outputLen)
{
//... | [
"nishantpatel@nwk-130-177.nwk.ruw.rutgers.edu"
] | nishantpatel@nwk-130-177.nwk.ruw.rutgers.edu |
ec2583cccd41c2bb24841dbf352c92d66c4696ff | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/squid/gumtree/squid_repos_function_7437_squid-3.5.27.cpp | 45e53c82f7a5ba771688ab8f8743d64105947559 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 602 | cpp | bool
TrieNode::add(char const *aString, size_t theLength, void *privatedata, TrieCharTransform *transform)
{
/* We trust that privatedata and existant keys have already been checked */
if (theLength) {
int index = transform ? (*transform)(*aString): *aString;
if (!internal[index])
... | [
"993273596@qq.com"
] | 993273596@qq.com |
6dfcfe4e9abb4ba0e60f9d6c606c41fe7dc2af3f | b6d498434535501e20ad1f3a89ccdcfbcf95db73 | /src/test/prevector_tests.cpp | ca3aa7c22eaf6e03d8fe76cb7913a36071032aab | [
"MIT"
] | permissive | CryptoRane/Rane | 7ee2a22a40f1bd3af148feafa683217ca2b4dc99 | 135c52098deda505dc240f468e2b6b2a35622610 | refs/heads/master | 2020-03-18T23:42:42.423281 | 2018-05-30T09:41:32 | 2018-05-30T09:41:32 | 135,421,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,292 | cpp | // Copyright (c) 2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <vector>
#include "prevector.h"
#include "random.h"
#include "serialize.h"
#include "streams.h"
#include "test/test_ran... | [
"ranecrypto@gmail.com"
] | ranecrypto@gmail.com |
23f66211489aa785f4dcaf2fccdcec613312bf87 | 43ef4bd64fd936deb9bf1d516bf1a6af6f8c9ecd | /Resource.cpp | 539db6ef6c6eb3963e29a9ee7ed45d0b36c24001 | [] | no_license | irigi/SpaceEconomy | c74e04b12143d389ebd540eb22121b04fbd9f5f9 | d4de005878149bd48cdae3dc4e070fc4c999b97f | refs/heads/master | 2016-09-14T07:19:49.658531 | 2016-05-08T09:53:18 | 2016-05-08T09:53:18 | 57,907,259 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,130 | cpp | #include "stdafx.h"
int cResource::uniqueID = 0;
cResource cResource::noResource("no resource");
std::map<std::string, cResource> cResource::possibleResources;
void cResource::InsertByString(const char *str)
{
cResource::possibleResources.insert(std::pair<std::string, cResource>(std::string(str), cResource(str)));... | [
"irigi@matfyz.cz"
] | irigi@matfyz.cz |
c440e18c9a95b575984dce417090012f19dc1251 | 12fa26efceeff290f4ff9994857646ffe9bb5c84 | /Ang_Raina-GDENG2/Ang_Raina-GDENG2/ComponentsScreen.h | cfd53f676d2faf5425717be07690ff76566c8e57 | [] | no_license | clawy10/GDENG2-DirectX | e2044a73047237e7e1e6b5dc3d8f7f1a348d18a2 | 0d4283ba5d6f1dcb7f20ee81197cf7a69ec13afd | refs/heads/main | 2023-08-07T23:30:38.850376 | 2021-09-22T07:46:01 | 2021-09-22T07:46:01 | 388,141,536 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 254 | h | #pragma once
#include "AUIScreen.h"
#include "AGameObject.h"
class ComponentsScreen : public AUIScreen
{
public:
ComponentsScreen(std::string name);
~ComponentsScreen();
void DrawUI() override;
friend class MenuScreen;
friend class UIManager;
};
| [
"raina_cally_ang@dlsu.edu.ph"
] | raina_cally_ang@dlsu.edu.ph |
ffa5bef3ad773e5ca16ad60a20f80b70a56a19cd | e6599aabfa70e6d1c956af872ae6176c3c548449 | /Problem Solving/Algorithms/Sorting/Correctness and the Loop Invariant/main.cpp | e836d529a2e82a6295eff8a28c2f072ab288dade | [] | no_license | zjsxzy/HackerRank | 3e19f5de955f8041bdbaf51b9859ebbbba6b60be | f433de22ecb36714488af11673e47603140be85c | refs/heads/master | 2022-12-22T12:11:07.278691 | 2022-12-19T07:35:45 | 2022-12-19T07:35:45 | 12,827,135 | 20 | 28 | null | null | null | null | UTF-8 | C++ | false | false | 556 | cpp | #include <bits/stdc++.h>
using namespace std;
#define PB push_back
#define SZ(v) ((int)(v).size())
#define abs(x) ((x) > 0 ? (x) : -(x))
typedef long long LL;
void solve() {
int n;
cin >> n;
vector<int> arr(n);
for (auto &x : arr) {
cin >> x;
}
for (int i = 1; i < n; i++) {
int val = arr[i];
... | [
"zjsxzy@gmail.com"
] | zjsxzy@gmail.com |
43dcaf4930f0c077df75acfeb4688f2d51f8a56a | 78f6bdfdf8ba76033d0d8c9503b92da75edc36a1 | /templ_ch9/templ_ch9.cpp | 7698f0cb1dd30cca4425605de86379c1a6bc3b12 | [] | no_license | phongth7/cppstd | 2a2cad323a47c7260fe65efe00c2b99712425e58 | b9365df34151e767c1ed3896bfc66c4e64bfdb75 | refs/heads/master | 2021-01-18T01:59:32.148579 | 2015-11-02T21:10:40 | 2015-11-02T21:10:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,127 | cpp | // ConsoleApplication2.cpp : Defines the entry point for the console application.
//
//#include <windows.h>
#include <iostream>
#include <typeinfo>
// 9.2.3 Injected class name
// Unqualified name of class refers to injected name which is actually 'class with its parameters as its arguments
// (or, for a partial spe... | [
"marcinje@gmail.com"
] | marcinje@gmail.com |
72e5c212a2cb465795fb21d17c6a1414f09c7a29 | b53795b88ab0201e48c5dc5737e97dfd27e07b22 | /source/server/libthecore/include/random.h | a3cca964624c8210ddd6f6d0c0a2e961cb48b5fa | [] | no_license | davidkm2/globalmetin | 9cc63395974eb74b5784a1bf5e733622c7303aa4 | d1a21b549c68e311416544e03ca6218351e12d2f | refs/heads/main | 2023-05-27T08:10:08.506239 | 2021-05-24T01:57:37 | 2021-05-24T01:57:37 | 370,181,109 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,215 | h | #pragma once
#include <cstdint>
#include <random>
#include <utility>
#include <type_traits>
std::mt19937& GetRand();
// Return value is between [lo, hi]
template <typename T>
T GetRandomInt(T lo, T hi)
{
// TODO(noff): wchar_t isn't supported by std::uniform_int_distribution
static_assert(std::is_integ... | [
"davidkm2012@gmail.com"
] | davidkm2012@gmail.com |
8d38de0d9ee20f7edff64989f41d9d2916f473bd | a4d4644f728c52333596531d970f2d6460a3b24b | /src/init.cpp | fb9ede1e88dd6bae2742c82f12b976b7cbe4e2c4 | [
"MIT"
] | permissive | jdogewow/gamercoin | a8780b74173c9c6be7d895b735eb9e2e995df98c | a80aeaebfb1e611bd1caa6a09762e13e31f1c5a6 | refs/heads/master | 2020-05-16T21:49:39.572037 | 2014-02-12T16:52:23 | 2014-02-12T16:52:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,191 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2011-2012 Litecoin Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "db.h"
#include "walletdb.h... | [
"jdogewow@gmail.com"
] | jdogewow@gmail.com |
8307fc825e6abbbb1b8ee328b34248427357caa2 | 8e3468657ef98ea3a8981d14ab7271eb34f21517 | /buzzer.h | 319f95c3a92c318387e8ace5f1b5b62bb95253f2 | [] | no_license | xu-star/A31_QT_APP | 674751825d3e532588f6ce0e294a0ac9eb264fe1 | d7e949c278b2fb34a5c48dd19ceadc44714a3948 | refs/heads/master | 2020-04-12T02:51:51.814082 | 2018-12-19T04:40:47 | 2018-12-19T04:40:47 | 162,256,068 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 513 | h | #ifndef BUZZER_H
#define BUZZER_H
#include <QObject>
#include <QObject>
#include <QThread>
#include <QDebug>
#include <QTimer>
//#include <QDir>
#include <QDate>
#include "printport.h"
class buzzer : public QObject
{
Q_OBJECT
public:
explicit buzzer(QObject *parent = 0);
signals:
public:
int fd_buzze... | [
"232392607@qq.com"
] | 232392607@qq.com |
b28cb41e910fb53597d80819329fd241b24faa46 | 76e4c77245cfb82038e80cdb8a677ef8301492f0 | /CodeForces/A. Polycarp's Pockets.cpp | 5224055ee2ff2b2e1c0e90459fa41970a6792b33 | [] | no_license | Nadim-Mahmud/Online-Judge-Solves | a970178cd899ffa73852c064729959a5e1868042 | 7d96b5a8f1aea0fdf551d367de6f5d4a16d282c7 | refs/heads/master | 2020-03-28T20:26:02.839806 | 2019-05-12T18:49:44 | 2019-05-12T18:49:44 | 149,069,951 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 239 | cpp | #include<bits/stdc++.h>
using namespace std;
int ara[105];
int main(){
int i,j,k,cnt=0,n;
cin>>n;
for(i=1;i<=n;i++){
cin>>k;
ara[k]++;
cnt = max(cnt,ara[k]);
}
cout<<cnt<<endl;
return 0;
}
| [
"mahmudnadim16@gmail.com"
] | mahmudnadim16@gmail.com |
de66d17699bcda6a71eb31eb0a584f0ef9c8112a | bf0d33ef824e711908286135ba9f0dc1c6e15b5d | /New folder1/functios/function.cpp | 16e48ef7c96095fc4404a23516cf950e51635fbb | [] | no_license | ashehata277/Projects-C- | 6cb204853369d6c6be883ea6f61fb9734dc2bece | 1794945027f87d341f2243a6fdf2621f40b15133 | refs/heads/master | 2023-03-08T13:27:23.589268 | 2021-02-25T15:00:04 | 2021-02-25T15:00:04 | 342,280,312 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 402 | cpp | #include<iostream>
#include<cmath>
using namespace std;
double area(double x);
double volume(double y);
int main()
{
double i;
cout<< "enter the radius ";
cin>> i;
cout<< "the area of sphere"<< area(i)<< endl;
cout<< "the volume of sphere"<< volume(i);
return 0;
}
double area(double x)
{double k;
k= 3.14*4*pow(x,2);
r... | [
"ashehata277@gmail.com"
] | ashehata277@gmail.com |
87570c4ab9a9b603c4b8e50c275fc2768c344327 | 13030c39ea87600144e3dde62352d23b71470d45 | /JAVA_study_note/Java3.cpp | ceac34f22ef2a990955a446056a7b43627ef6cb3 | [] | no_license | pandygui/DsbyStudyNote | 76650b663d1fb000506e4258e57d523022a5183f | 7a060bc7635f86d42256fd84f4cbc20f3743c0fc | refs/heads/master | 2020-03-28T17:24:57.082632 | 2014-05-29T07:29:32 | 2014-05-29T07:29:32 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,193 | cpp | //与C++过程和对象对比,C++面向对象表示
//三角形的周长与面积
#include <iostream>
#include <cmath>
using namespace std;
class Sjx
{
int a,b,c; //私有成员;C++中class类型默认的是私有的
public: //以下是公有成员
Sjx(int e,int d, int h)// 构造函数
{
a=e, b=d, c=h;
}
Sjx(){}//构造函数,重载
void chushihua(int e,int d, int h)//初始化成员变量函数
{
a=e, b=d,... | [
"dushibaiyu@dushibaiyu.com"
] | dushibaiyu@dushibaiyu.com |
1c24f844b61b8eb808ed12b375d835c3e020a785 | e78d2fc4bfe185f74ede33fd14eefa16e071a975 | /src/qt/bitcoingui.cpp | 836174fe1381f29d46c052def7308fef5f8c7705 | [
"MIT"
] | permissive | danrachita/charm | bb09e369c5d14633ae6fa636bbc73cb309d91989 | 9c70f930033d7cbbcf0e2d00efc4d24b651c4761 | refs/heads/master | 2020-03-23T03:52:32.633831 | 2018-04-23T14:58:53 | 2018-04-23T14:58:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 52,500 | cpp | // Copyright (c) 2011-2015 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2017-2018 The Charm Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "bitcoingui... | [
"elroman201@gmail.com"
] | elroman201@gmail.com |
bc1a7ef8d1582c47c2e0f1f38b70bceea71481c8 | 60cb1638f0c44b850d197b48e9ebe57ac14feb7a | /C++程序设计教程课后习题答案/ch19/19_2.cpp | a4e12307a1a3c6f7bda635ec5dbc0b1bf397a40f | [] | no_license | losangler/C_project | 44e0cf5426df1b83c3c69ad00a5038d8a595bf84 | ef36e9e2dbc606c7eb28afcd3691613c306be15f | refs/heads/master | 2022-05-10T01:21:45.101742 | 2020-04-28T10:09:30 | 2020-04-28T10:09:30 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 750 | cpp | //19_2.cpp
#include <iostream.h>
#include <iomanip.h>
class RMB{
public:
RMB(double v =0.0):yuan(v){ jf =(v-yuan)*100+0.5; }
operator double(){ return yuan+jf/100.0; }
void display(ostream& out)
{
int n=1; //为了用两字节的¥符号,得先求整数部分位数...
for(int x=yuan; x/10; x/=10) n++;
if(n>5){ out <<"*******.**"; r... | [
"172837855@qq.com"
] | 172837855@qq.com |
c7555d0811f82c6686dd6df2ac1703ae0a010af2 | d2edb8966319d7bd8fc809aa05c4d69b281fe9e2 | /LXEngine/LXController.h | 836a3d0f4b1ef58ce971e76aedfcea016d54d9a6 | [] | no_license | rodrigobmg/Seetron | 58239161016d8af3bae5ded5957ddced6e7a09bb | 8675f8793d707809657530c6b9388d797e106e0b | refs/heads/master | 2020-04-26T02:05:07.995826 | 2019-02-22T02:24:00 | 2019-02-22T02:24:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,686 | h | //------------------------------------------------------------------------------------------------------
//
// This is a part of Seetron Engine
//
// Copyright (c) 2018 Nicolas Arques. All rights reserved.
//
//------------------------------------------------------------------------------------------------------
#prag... | [
"nicolas.arques@gmail.com"
] | nicolas.arques@gmail.com |
d4d65fb5444b69a6601d253dd75e09701a4443ff | 5d06e16d3e21b5a341fda4beea143bd6a3371aef | /.svn/pristine/d4/d4d65fb5444b69a6601d253dd75e09701a4443ff.svn-base | abf8025a67d8d663eea3f908c8b371d70542d038 | [
"Zlib"
] | permissive | ErisBlastar/osfree | b5a080084d2d92f2ec43084291220ba84ffde977 | 9472591e4e8f9c8e3b78e6b8d6f0634c63387fd3 | refs/heads/master | 2020-12-25T17:34:18.394988 | 2016-07-29T03:46:31 | 2016-07-29T03:46:31 | 14,848,971 | 44 | 6 | null | 2018-02-07T16:46:26 | 2013-12-02T00:21:14 | C | UTF-8 | C++ | false | false | 3,136 | /*==============================================================================
* FILE: type.h
* OVERVIEW: Definition of the Type class: low level type information
*
* Copyright (C) 2000-2001, The University of Queensland, BT group
*=========================================================================... | [
"orionblastar@gmail.com"
] | orionblastar@gmail.com | |
7f8d911db1e6ed9b7ffa8a97b1213a392b1f0b87 | c53b0fa5059c4949b0a9efa93bfe313626063e7c | /Serial_Testing/serial.h | dde5f545d1dadc19c44f458111fa934a1d07c368 | [
"MIT"
] | permissive | RP-Hall/sirius | 643f33cc5c16ca163f266cf4fe80b043868b7880 | eb5d57002502672ab55d044587057c14683baa40 | refs/heads/master | 2021-01-22T05:33:03.790860 | 2021-01-04T21:06:09 | 2021-01-04T21:06:09 | 33,207,107 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,866 | h | /*========================================================================
Serial.h : Class wrapper for Serial I/O on Linux
------------------------------------------------------------------------
Copyright (C) 1999-2002 James R. Bruce
School of Computer Science, Carnegie Mellon University
------------------... | [
"soumyadeep9@gmail.com"
] | soumyadeep9@gmail.com |
dd5a4843c6066a4b8ad34461c9c8ee170bf880c1 | c4420fa6dcb8f972cbf16eeede6bf314bfad62a2 | /C/45_공주 구하기(조세퍼스)/mySol/성공/45(성공).cpp | e3ac7b503588398ea14dadf0c88847debbedd39c | [] | no_license | horingring/Algorithm | eb2815e1161527a62dcc4c8f680b798a81bcd6ab | 5fd195a140876ec3a0239036153f4315951fa9bb | refs/heads/master | 2023-06-12T02:27:56.963203 | 2021-06-30T06:14:37 | 2021-06-30T06:14:37 | 239,685,288 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 879 | cpp | #include <stdio.h>
#include <vector>
#include <algorithm>
using namespace std;
int main(){
int n, k, i, livingMan, cnt=0;
scanf("%d %d", &n, &k);
int a[n+1]={0,};
for(int j=1; j<=n; j++){
a[j] = j;
}
// livingMan == 남아있는 왕자
livingMan=n;
i=1;
while(true){
if(a[i] != -1){ //이미 빠진 왕자는 세지 않는다
//먼저 cn... | [
"dldldksl@naver.com"
] | dldldksl@naver.com |
1b9176887ba1df32241ccaa36daad60e77c94184 | 8233fd0f7800f7341987ec4072867412c64d133c | /client/client-multi/client-cpp/kaa/logging/DefaultLogger.hpp | c32a5806f247d173f3037bdc86ea716a5d46c387 | [
"Apache-2.0"
] | permissive | aiyi/kaa | 73e2ab0216f4d2406e82d8e3870c1ea02fcb9903 | 0ba0ee9d5513751e1cf25baa33f273fb4e863acd | refs/heads/master | 2020-12-24T13:52:57.960839 | 2014-08-04T14:55:22 | 2014-08-04T15:03:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,271 | hpp | /*
* Copyright 2014 CyberVision, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"ashvayka@cybervisiontech.com"
] | ashvayka@cybervisiontech.com |
84145befa7ec30f8041f185815a5b351505b8e3a | 39d8ece183f84c6dc0c3ee45df8c3c8fa356163f | /qt_files/test.h | 870d2714c2055d84943876640d6466063529fd2d | [] | no_license | cyysu/Study | 2f785943334e51f8b70e1fb057a880a408347374 | 489bbf11d03940007d37e3e77eeb0bf5da2f5cb9 | refs/heads/master | 2021-01-12T05:37:49.346902 | 2016-12-11T09:19:50 | 2016-12-11T09:19:50 | 77,150,994 | 4 | 0 | null | 2016-12-22T14:29:47 | 2016-12-22T14:29:46 | null | UTF-8 | C++ | false | false | 85 | h | #ifndef TEST_H
#define TEST_H
class test
{
public:
test();
};
#endif // TEST_H | [
"liancancai001@163.com"
] | liancancai001@163.com |
ce0c8666fbf84e950386f14fbe4198d2c643ce77 | 08d8a9ffeabacbe3fd0d770ab679ff9bd4e63ba0 | /Demo/SimpleServer/ThreadSimpleServerSocket.h | 2c3719cec3d217af4ff3d1694e41cece18d714bc | [] | no_license | 99nails/threader | 2bf8ac8dc51ccc2970f3b9586c12e55376239e3b | 45b1d084ddd1167ca6ba9462173b89659f08df78 | refs/heads/master | 2023-03-28T17:17:48.157932 | 2021-04-01T15:35:09 | 2021-04-01T15:35:09 | 353,737,215 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,257 | h | #pragma once
#include "../Common/PacketFactories/PacketFactorySimple.h"
#include "ThreadHandler.h"
#include <QObject>
using namespace Threader::Threads;
class ThreadSimpleServerSocket : public ThreadHandler
{
public:
explicit ThreadSimpleServerSocket(IMessageSubscriber *parent,
... | [
"maxx0@mail.ru"
] | maxx0@mail.ru |
db09abfb5d063d6aedc28708e68e6284ccf6ce6a | 7595013c66b37945a30895e6998b3a97f6b57b26 | /lib/Adafruit_MQTT_Library-master/Adafruit_MQTT.cpp | 42fcf95f1278be9978185d750728513df514be75 | [
"MIT"
] | permissive | va3wam/TWIPe | 30d1afa63c6c7804ab857f6a0491dd3a5d4b8401 | 8d01096f6af56dd59e127971735037163c53726e | refs/heads/master | 2021-05-27T02:39:45.346999 | 2021-03-02T15:58:16 | 2021-03-02T15:58:16 | 254,209,182 | 2 | 0 | MIT | 2021-02-17T18:09:57 | 2020-04-08T21:55:06 | C++ | UTF-8 | C++ | false | false | 23,885 | cpp | // The MIT License (MIT)
//
// Copyright (c) 2015 Adafruit Industries
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to ... | [
"andrewmitchell@Andrews-iMac.local"
] | andrewmitchell@Andrews-iMac.local |
817cf1d019a136a7da823124ba4f6fc0f88f23f8 | 87b9bde9394feaa92192c5726006140969b27aa4 | /TrueAxis/Physics/zpta009.inl | 9e45e564c9a6c8e9fb8939082988bbd5d370c8f3 | [] | no_license | moldfield1995/C-Engine | e68698c6e030f836e8253268f0e62c0916550447 | c19b9f3a9a27823a66404b62c5ffad4f76a5e203 | refs/heads/master | 2021-03-24T12:16:54.116241 | 2018-05-29T05:20:55 | 2018-05-29T05:20:55 | 114,689,685 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,294 | inl | //---------------------------------------------------------------------------------
// File Name: zpta009.inl
//
// Copyright (C) 2004 - 2006 True Axis Pty Ltd, Australia.
// All Rights Reserved.
//
//---------------------------------------------------------------------------------
namespa\
ce\
TA\
{
inline
bool
Ph\... | [
"moldfield1995@users.noreply.github.com"
] | moldfield1995@users.noreply.github.com |
f51361234d2e73211ab50b0492be10fa483b0955 | 0d993598cba07fdf58d1f54db38795724910ddce | /ir/Time/Time.cpp | b2a13790968cce2d65589353b7be9d2ec58eebf5 | [] | no_license | reda-i/smart-classroom | 78664dbe1302c6e252441939bf91ad20eb91cafb | 5f5d848173ad3130b217e81d0afc3b12cea79878 | refs/heads/master | 2023-03-21T18:18:36.172100 | 2018-12-08T16:52:18 | 2018-12-08T16:52:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,492 | cpp | /*
time.c - low level time and date functions
Copyright (c) Michael Margolis 2009
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your opt... | [
"maqarioswagdy@gmail.com"
] | maqarioswagdy@gmail.com |
231df9672fb4ec399e0b5f54f36d9f76c1717f95 | fe91ffa11707887e4cdddde8f386a8c8e724aa58 | /chrome/browser/notifications/scheduler/public/schedule_params.h | c4c967ac5ff893b0ac9f750a764bf81d3a7b326f | [
"BSD-3-Clause"
] | permissive | akshaymarch7/chromium | 78baac2b45526031846ccbaeca96c639d1d60ace | d273c844a313b1e527dec0d59ce70c95fd2bd458 | refs/heads/master | 2023-02-26T23:48:03.686055 | 2020-04-15T01:20:07 | 2020-04-15T01:20:07 | 255,778,651 | 2 | 1 | BSD-3-Clause | 2020-04-15T02:04:56 | 2020-04-15T02:04:55 | null | UTF-8 | C++ | false | false | 1,906 | h | // 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.
#ifndef CHROME_BROWSER_NOTIFICATIONS_SCHEDULER_PUBLIC_SCHEDULE_PARAMS_H_
#define CHROME_BROWSER_NOTIFICATIONS_SCHEDULER_PUBLIC_SCHEDULE_PARAMS_H_
#includ... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
d33040b318430145ec0da4f2619e4b8530e6b28a | 05ba53fdfea019c2ab3e02fcdc5d6ac4d908a922 | /PluginProcessor.cpp | 8a1a8590639c53109156619162b30f0d51b008c9 | [] | no_license | jcampbellcodes/DelayVST | f753e62dfa1da7b39dbb3f621e07fcf5a79500f5 | 625edf8a4ce33e14e2e0ee4738cc26eb538c6af2 | refs/heads/master | 2021-01-23T01:01:38.884030 | 2017-03-22T18:48:59 | 2017-03-22T18:48:59 | 85,863,979 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,290 | cpp | /*
==============================================================================
This file was auto-generated!
It contains the basic framework code for a JUCE plugin processor.
==============================================================================
*/
#include "PluginProcessor.h"
#include "Plugi... | [
"jackwcampbell@gmail.com"
] | jackwcampbell@gmail.com |
373b21742c698a96b4bd00a9f6c7e5fa038d8aa2 | 5c5875ffcf14886d5be4b6385b943c8930333944 | /single-number-ii.cpp | 43e43230dbadeb8db9f59dc1c4b8c65df0938f54 | [] | no_license | Rand3/leetcode | be4467f90463eb7c96e41bcad586621cdb1ffaf2 | 85a65ad467b2bd4381bfb476fe3f58597b89ff85 | refs/heads/master | 2016-09-06T17:09:03.167857 | 2014-10-07T21:20:21 | 2014-10-07T21:20:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,060 | cpp | class Solution {
public:
int singleNumber(int A[], int n) {
// https://oj.leetcode.com/problems/single-number-ii/
//
// Given an array of integers, every element appears three times except for one.
// Find that single one. Time O(n) and space O(1).
return singleNumber(A, n, 3);
}
int singleN... | [
"Rand3@users.noreply.github.com"
] | Rand3@users.noreply.github.com |
6af99c5933bf29031133489a421818186235a161 | 732f955bf3f60fc114e637c16665c13d4e519ce0 | /application/src/kernel/EventAnalyzer.cpp | cd9d2fb34314d68842ac79aa681f7b29dc48a136 | [] | no_license | VorkovN/MyNotes | 4f2ed34ebb88e4a397bd2b592f4e3d659c5a95d1 | 2f2aaa399a1f893d22f0b0671d4d1d7c2b65da71 | refs/heads/master | 2023-08-15T20:21:14.262302 | 2021-08-28T21:33:40 | 2021-08-28T21:33:40 | 400,890,804 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 77 | cpp | //
// Created by vorkov on 28.08.2021.
//
#include "kernel/EventAnalyzer.h"
| [
"vorkov711@gmail.com"
] | vorkov711@gmail.com |
001704193ca427d52aeea04d6bee8da79d0ddd74 | ff700010b916553909e7120fe9063667f364c105 | /test/20171018/source/std/test20171018/source/Lifel/path.cpp | 72c9b1002f52338fe66175aab81b8fccc27254b9 | [
"MIT"
] | permissive | DesZou/Project-Eros | c1f5992e14454330f9b9656428bba16f30116244 | f49c9ce1dfe193de8199163286afc28ff8c52eef | refs/heads/master | 2022-11-21T01:59:48.651692 | 2020-07-11T02:45:23 | 2020-07-11T02:45:23 | 106,544,614 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,386 | cpp | #include<bits/stdc++.h>
using namespace std;
const int N=5e2+10;
const int inf=1e9+10;
typedef long long ll;
ll n,m,len,last[N],P[N];
ll inq[N],ans[N][N];
struct Distance {ll Pmx,Emx,val;}dis[N];
struct Edge{int to,next;ll val;Edge(int to=0,int next=0,ll val=0):to(to),next(next),val(val){}}e[N*N];
void add_edge(int u,i... | [
"dzelwj@gmail.com"
] | dzelwj@gmail.com |
ee1a434ea0ff2a320f50318a5e520c89c94122ac | 882fdb21d311e96abd0ac33f8ad689e99423cb16 | /src/qt/sendcoinsdialog.cpp | 2b06e487784d061ddd5de6504df2f2c0dee71ee3 | [
"MIT"
] | permissive | finteklabs/Stipendium | 677921ecd675ae5f7ec47b17b1c967bf907d1696 | d5a8b9ed2a0e8457c0414f6fef5f9cb1d40a4dda | refs/heads/master | 2021-04-08T08:58:20.082590 | 2020-03-20T13:30:52 | 2020-03-20T13:30:52 | 248,760,564 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 39,929 | cpp | // Copyright (c) 2011-2015 The Bitcoin Core developers
// Copyright (c) 2014-2018 The Dash Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "sendcoinsdialog.h"
#include "ui_sendcoinsdialog.h"
#include "a... | [
"richard@finteklabs.co"
] | richard@finteklabs.co |
979b8dbd2d0eb979e50c86804ea75fcdab94f5cf | d718b916cca0e57249eac5a7eae74f934fe6672c | /part1/main.cpp | 810fca83e1278382cbffdfc09ab3579f95a50816 | [] | no_license | JazielXu/numerical-analysis | 363c5354b42621fb4856126061386a1ae82c2590 | b172ef769ff4a670c6ada38524879d890b31e0a1 | refs/heads/master | 2021-04-28T08:52:13.017619 | 2018-02-19T06:43:32 | 2018-02-19T06:43:32 | 122,026,830 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,185 | cpp | #include <iostream>
#include "MyGEM.h"
#include "MyChelosky.h"
using namespace std;
int main()
{
//generate the Hilbert matrix
int n; //n denote the dimension of the matrix
while(cin>>n){
if(n=='q')break;
type Hilbert[MAX][MAX];
type *baba = generator(n);
convertor(Hilbert,... | [
"1500011417@pku.edu.cn"
] | 1500011417@pku.edu.cn |
c15017cd6e54be36b1af0acb4a0b6c29ee92f2f7 | cd99ca9461435d1417cb146d966e54272fbcc7ad | /3rd party/maxsdk/include/iparamb2.h | 483e7abff9039142b0f57819a697a2a214959912 | [] | no_license | mortany/xray15 | eacce7965e785dd71d1877eae25c1f9eff680eec | 72a13fb24e9b388850bc769427c231da8f599228 | refs/heads/master | 2020-08-02T20:45:23.493981 | 2019-10-14T18:48:48 | 2019-10-14T18:48:48 | 211,499,718 | 0 | 0 | null | 2019-09-28T12:50:47 | 2019-09-28T12:50:46 | null | UTF-8 | C++ | false | false | 235,437 | h | /**********************************************************************
*<
FILE: iparamb2.h
DESCRIPTION: Interface to Parameter blocks, 2nd edition
CREATED BY: Rolf Berteig,
John Wainwright, 2nd Ed.
HISTORY: created 1/25/95
2nd Ed. 9/2/98
*> Copyright (c) 1994, All Rights Reserved.
*********************************... | [
"cheatmaster1@mail.ru"
] | cheatmaster1@mail.ru |
aa92a98f2556acf7fb5b69945ec513e3a05770f9 | f5d6fc9408117af2d4ec9ca6b10dba91f0e65405 | /dSPM.cpp | 7a506f894398c50b5f557488af0bcc809560ac58 | [] | no_license | bvrstich/v2.5DM-spin | 8a2628995e33dcafd2171bce10c80a4ef04bf3f4 | aa315f3872ff169aacbda4515b81288a9418e3fa | refs/heads/master | 2021-01-15T17:07:06.722112 | 2012-08-27T14:09:18 | 2012-08-27T14:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,800 | cpp | #include <iostream>
#include <cmath>
#include <fstream>
using std::ostream;
using std::ofstream;
using std::ifstream;
using std::cout;
using std::endl;
using std::ios;
#include "include.h"
int dSPM::M;
int dSPM::N;
/**
* initialize the static variables
* @param M_in dimension of sp space
* @param N_in nr of part... | [
"brecht.verstichel@ugent.be"
] | brecht.verstichel@ugent.be |
a03d2a9e532c834ff6672448ed1c762cbee3c2dc | 7dfb760fa3f8c0cb45116a6eca61110d66f766fe | /屏幕截图类/XscreenXor.h | 99a564ff9e79548336a1f6f1ef75162b898b4a78 | [] | no_license | andwang130/HACK | 2f3fcd5444b213e4d4584a6a9a1006350d402dec | cad8100084461bfe48d6e1f1672fa1e96736ca02 | refs/heads/master | 2020-03-21T20:50:01.085944 | 2019-02-01T15:23:13 | 2019-02-01T15:23:13 | 139,031,395 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 843 | h | #pragma once
#include<Windows.h>
class XscreenXor
{
private:
HWINSTA hscreenDC;
HDESK hdesk_current;
HWINSTA hwinsta;
HDESK hdesk;
char *m_pdata;
BYTE *m_pdataSave;
int m_BmpSize;
int m_infoSize;
int m_scrWidth;
int m_scrHeigth;
int m_ncolor;
public:
XscreenXor(); //构造函数,
~XscreenXor(); //析构函数
void S... | [
"627656470@qq.com"
] | 627656470@qq.com |
69862b9112084be10080be30366d842efa4f12fd | be04a7f45f2129b73430d3bed52cb49273475923 | /SRM 171/DIV 2/RPG.cpp | fa8b4704ada5e10ce6632ef5c0324a798a0304d2 | [] | no_license | luiseduardo1/Topcoder | 685767b1162945db8c457717cf8777efe4f7423f | 1c140fef3fda8153ee2fb180bf0964c085b54de8 | refs/heads/master | 2021-01-18T07:36:46.227151 | 2016-01-09T01:56:20 | 2016-01-09T01:56:20 | 43,695,966 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,246 | cpp | /*
* TopCoder
* Single Round Match: 171
* Division: 2
* Level:1
* Points: 250
* Description: https://community.topcoder.com/stat?c=problem_statement&pm=1944
*/
#include <cmath>
#include <iostream>
#include <algorithm>
#include <vector>
using namespace std;
class RPG {
public:
vector<int> dieRolls(vector<s... | [
"luiseduardo.obando@gmail.com"
] | luiseduardo.obando@gmail.com |
49f1e370e27d7035a53dd6d2633a6823b54ba879 | 45d300db6d241ecc7ee0bda2d73afd011e97cf28 | /OTCDerivativesCalculatorModule/Project_Cpp/lib_static/FpmlSerialized/GenClass/fpml-doc-5-4/InstrumentTradeQuantity.cpp | fdc0f317550dcecefddbb790d7bd06f80f877cdc | [] | no_license | fagan2888/OTCDerivativesCalculatorModule | 50076076f5634ffc3b88c52ef68329415725e22d | e698e12660c0c2c0d6899eae55204d618d315532 | refs/heads/master | 2021-05-30T03:52:28.667409 | 2015-11-27T06:57:45 | 2015-11-27T06:57:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,498 | cpp | // InstrumentTradeQuantity.cpp
#include "InstrumentTradeQuantity.hpp"
#ifdef ConsolePrint
#include <iostream>
#endif
namespace FpmlSerialized {
InstrumentTradeQuantity::InstrumentTradeQuantity(TiXmlNode* xmlNode)
: ISerialized(xmlNode)
{
#ifdef ConsolePrint
std::string initialtap_ = FileManager::ins... | [
"math.ansang@gmail.com"
] | math.ansang@gmail.com |
4c2bae9ad32e229a72411237a5bc14455309fcf4 | 3481f261778ec1c4a22c8cb9b62f7610e4f73464 | /outputs/Midi/MidiControlChange.cpp | 6d0e8f95ab339630ae6e6afcedaa7df677e0f2a7 | [] | no_license | ludoviclaffineur/MoOS | db4eba5b62d49c24a65b0d4003b4a5a75834f218 | b917ce6550ed62bcc526ebdb38ad345b48dacef5 | refs/heads/master | 2021-06-07T12:07:38.739091 | 2016-10-31T08:32:14 | 2016-10-31T08:32:14 | 24,750,661 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,626 | cpp | //
// MidiControlChange.cpp
// LibLoAndCap
//
// Created by Ludovic Laffineur on 21/01/15.
// Copyright (c) 2015 Ludovic Laffineur. All rights reserved.
//
#include "MidiControlChange.h"
MidiControlChange::MidiControlChange(MidiHandler* mh, std::string name): OutputsHandler(name.c_str()){
mOutputType = CONST... | [
"ludovic.laffineur@gmail.com"
] | ludovic.laffineur@gmail.com |
487d50b9700a1cff8d500a6f30f4f4857da21306 | 1f338ce284310804e28f556aef7f1206554f3260 | /selection_sort.cpp | 372500eaeccc3a8fef0b6ebc4c753a5512d56103 | [] | no_license | Joaquim-Ferrer/IntroductionToAlgorithmsExercises | a7f3c6717bf71419787f319d92c3305bb184b35c | 1550c9abe2faa2dfc75d8ed06023b1ff5a853d73 | refs/heads/master | 2021-01-10T16:33:21.110731 | 2016-03-07T16:00:23 | 2016-03-07T16:00:23 | 53,007,052 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,546 | cpp | using namespace std;
#include <iostream>
void input(int *array, int &size);
int linear_search(int *array, int size, int value);
void increasing_order(int *array, int size);
void decreasing_order(int *array, int size);
void output(int *array, int size);
int main() {
//Input
int size;
int *array;
array = new i... | [
"jvrbferrer@gmail.com"
] | jvrbferrer@gmail.com |
d0ff735be886834cd40346f3503327a893a4aeaa | aad9403da5511e47f3cac521c7856f596d11b926 | /第二周实验/MFCApplication2.1/MFCApplication2.1/MFCApplication2.1.cpp | 95ed2a26ceae31df0258e8a2074477873a35b357 | [] | no_license | ananda-kele/C- | 7ce81e474a6472ed1313a270931a1cba5083ce82 | b182a343876fe2aa06958bd60d9ae201ae18ab4a | refs/heads/master | 2022-11-11T10:37:19.565751 | 2020-06-28T15:38:50 | 2020-06-28T15:38:50 | 268,423,012 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,446 | cpp |
// MFCApplication2.1.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "afxwinappex.h"
#include "afxdialogex.h"
#include "MFCApplication2.1.h"
#include "MainFrm.h"
#include "MFCApplication2.1Doc.h"
#include "MFCApplication2.1View.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMFCApplication21App
BEGIN_MESSAGE... | [
"2926775640@qq.com"
] | 2926775640@qq.com |
0ffe03d84d432045ceb1868972683631250ceeda | f06394eb49f055ce3a51c93eb56249350d64ddbb | /tests/compilation-tests/CST/Tree.cpp | 09fefc693ea5a6e2e575b4dc05bf5b16f3f5792d | [] | no_license | happyj/e4c | a3c6eb523cf1d346a73b138c45a6cdfc83766710 | 59646a43d50749ddfc983e9a1f3a3c70fc5eb218 | refs/heads/master | 2020-03-26T05:15:09.814976 | 2014-02-22T11:20:12 | 2014-02-22T11:20:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | cpp |
#include "Tree.hpp"
#include <CST/CSTPackage.hpp>
using namespace CST;
/*PROTECTED REGION ID(CST::Tree include) START*/
/*PROTECTED REGION END*/
Tree::Tree()
{
/*PROTECTED REGION ID(Tree constructor) START*/
/*PROTECTED REGION END*/
}
Tree::~Tree()
{
/*PROTECTED REGION ID(Tree destructor) START*/
/... | [
"andres@senac.es"
] | andres@senac.es |
a7473ce5e1de64f29a1f1a14b8cfb1540eba20d8 | 687b2858d3ed5ea6e8e3beee60a412f249b1f30e | /chromecast/browser/cast_content_window_linux.h | a083a117d2bf9516d6e707d818fbbaeb9e66bb72 | [
"BSD-3-Clause"
] | permissive | JoKaWare/chromium | 058baa01702fa3462f166cbd5d15795a08e76fbb | 936c16d92cb3caf815cd31fa455576aac2bece75 | refs/heads/master | 2023-01-16T10:54:14.597984 | 2017-02-10T20:20:30 | 2017-02-10T20:20:30 | 39,988,275 | 1 | 0 | null | 2015-07-31T05:27:21 | 2015-07-31T05:27:19 | null | UTF-8 | C++ | false | false | 2,028 | 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 CHROMECAST_BROWSER_CAST_CONTENT_WINDOW_LINUX_H_
#define CHROMECAST_BROWSER_CAST_CONTENT_WINDOW_LINUX_H_
#include <memory>
#include "base/macros.... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
cc3404581e756a1688b55c14a092bd40c39f67d1 | b41b420ce29381a920ade42ed1510e36ab2522b2 | /src/rpc/server.cpp | 60c02715326dd5a5d8d776c0017b2f4ed27755c7 | [
"MIT"
] | permissive | smartinsider/cryptoyen-classic | 3127526e4b58524a125ddaa89d08aa93796ab4de | 7f06df108e7121b93e51b0ccc7211d5e3a258b71 | refs/heads/master | 2023-04-03T03:06:42.681640 | 2021-04-01T19:54:19 | 2021-04-01T19:54:19 | 182,289,707 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,214 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2018 The YEN developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.... | [
"smartyinsider@gmail.com"
] | smartyinsider@gmail.com |
e55bb9b01e8c8c77ba4220383608fb6468c8adda | bfee08fdac31fb95789827a3226e37d3cee4dddb | /uploaded/b07901032_hw3/src/cmd/cmdParser.h | 5a832c2967be3c3d53928ab8aa18b9ebdfc3ce1d | [] | no_license | ChexterWang/dsnp | 18334d9906315fd37cc58462e2600d8063a6965f | ae3bdacdec44b420623a075aa2b238ecb1f89a1c | refs/heads/master | 2020-07-26T06:18:02.445598 | 2019-12-04T15:38:55 | 2019-12-04T15:38:55 | 208,561,772 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,892 | h | /****************************************************************************
FileName [ cmdParser.h ]
PackageName [ cmd ]
Synopsis [ Define class CmdParser ]
Author [ Chung-Yang (Ric) Huang ]
Copyright [ Copyleft(c) 2007-present LaDs(III), GIEE, NTU, Taiwan ]
*************************... | [
"tos515541905@gmail.com"
] | tos515541905@gmail.com |
672a0b5c2f253d99c320727b63bce3089f7405fb | d05383f9f471b4e0691a7735aa1ca50654704c8b | /CPP2MIssues/SampleClass812.cpp | f4074645c690886e02a9810cee7cfe03a12fb6dd | [] | no_license | KetkiT/CPP2MIssues | d2186a78beeb36312cc1a756a005d08043e27246 | 82664377d0f0047d84e6c47e9380d1bafa840d19 | refs/heads/master | 2021-08-26T07:27:00.804769 | 2017-11-22T07:29:45 | 2017-11-22T07:29:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 50,048 | cpp | class SampleClass812{
public:
void m1() {
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
int *ptr = new int (10);
i... | [
"ketki.thosar@acellere.com"
] | ketki.thosar@acellere.com |
d59e7b2ead8839ed243e2b06ef087be2001d56bf | 11b9c2c8320dc2116f714835764c3c8d8586da93 | /src/Core/Framework/Math/Polygon.cpp | fe23db97b2845a9f950ff2a56c398ef39759068a | [
"Apache-2.0"
] | permissive | Ilikia/naali | 42e57a3ac01469ea66ace11e9020cfc9b824b8ea | 9a2d06fb6b00cc5b5645794e9a5d4beab61bf56f | refs/heads/master | 2021-01-15T16:11:08.557582 | 2011-08-22T07:37:01 | 2011-08-22T07:37:01 | 2,153,258 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,807 | cpp | /** @file
@author Jukka Jylänki
This work is copyrighted material and may NOT be used for any kind of commercial or
personal advantage and may NOT be copied or redistributed without prior consent
of the author(s).
*/
#include "StableHeaders.h"
#ifdef MATH_ENABLE_STL_SUPPORT
#include <cassert>
#includ... | [
"toni@playsign"
] | toni@playsign |
070219f46c4ca15b8347a4566839f5390b9dc695 | 9c7428850c60793bb2370c0aa305d957bb49f41b | /GSLife.Altis/dialog/wanted_list.hpp | 44406b4b9148bf70acc8febd0d958640a929396f | [] | no_license | jackpotee/Altis-Life | 9363016fa5e60fdba7d7eca49af7e885e19e5406 | fa73aa5b80424877bfb394384b23ff7b6fcc7244 | refs/heads/master | 2021-01-10T10:27:37.821693 | 2016-01-06T20:52:13 | 2016-01-06T20:52:13 | 45,975,287 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,858 | hpp | class life_wanted_menu {
idd = 2400;
name= "life_wanted_menu";
movingEnable = false;
enableSimulation = true;
class controlsBackground {
class Life_RscTitleBackground:Life_RscText {
colorBackground[] = {0,0.3294117647058824,0.5411764705882353,1};
idc = -1;
x = 0.1;
y = 0.2;
w = 0.6;
h = (1 / ... | [
"williambouliez16@msn.com"
] | williambouliez16@msn.com |
e1ee16b241a20eb84d6ab7175fd02faa59cf1622 | fb8951a40e10680c0cc244e55365bf0252800e4b | /Cpp/engine3d/scenegraph/scene.cpp | eeec63dbfe57566c379f982f3f9eb46f3d124975 | [] | no_license | nigulo/dev | 386732de673c8091dda3845044d0a6ef68c17462 | 2fcaa319fbaa95e5f8c9019b685322f756eb8646 | refs/heads/master | 2016-09-05T19:03:54.902425 | 2015-09-01T10:13:29 | 2015-09-01T10:13:29 | 29,144,798 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,819 | cpp | #include "camera.h"
#include "scene.h"
#include <cassert>
#include <GL/glew.h>
using namespace engine3d;
Scene::Scene() :
mpProgram(nullptr),
mpCamera(nullptr),
mpNode(nullptr),
mTime(-1),
mRenderCount(0)
{
//mPolygonMode[0] = GL_FRONT;
//mPolygonMode[1] = GL_FILL;
}
Scene::~Scen... | [
"nigulolspert@hotmail.com"
] | nigulolspert@hotmail.com |
4d0a72349cad54066d0b0bca0e5a9e9d27a8a787 | 24bc4990e9d0bef6a42a6f86dc783785b10dbd42 | /chrome/browser/ash/arc/input_overlay/constants.h | 54ea68174987004e25f8c339d36bb41ab5fac7f0 | [
"BSD-3-Clause"
] | permissive | nwjs/chromium.src | 7736ce86a9a0b810449a3b80a4af15de9ef9115d | 454f26d09b2f6204c096b47f778705eab1e3ba46 | refs/heads/nw75 | 2023-08-31T08:01:39.796085 | 2023-04-19T17:25:53 | 2023-04-19T17:25:53 | 50,512,158 | 161 | 201 | BSD-3-Clause | 2023-05-08T03:19:09 | 2016-01-27T14:17:03 | null | UTF-8 | C++ | false | false | 3,471 | h | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_ARC_INPUT_OVERLAY_CONSTANTS_H_
#define CHROME_BROWSER_ASH_ARC_INPUT_OVERLAY_CONSTANTS_H_
#include <stddef.h>
namespace arc::input_overlay {
// Sys... | [
"roger@nwjs.io"
] | roger@nwjs.io |
208f2887628e7e9ca76510d49d76188eed33f77d | 414f350c5438f28c0e4cccd4ada3094259534a43 | /mapper_app/dupsegmentview.h | 922484f3115528a4c3e9b381949605371a4be9da | [] | no_license | qqsskk/mapper | 241f9c47af1c41b4de5344660c25da7c10eec2e0 | 9528449bc6e4893161cb6ea46b3ac3c660252a49 | refs/heads/master | 2022-12-26T07:15:07.129475 | 2020-10-08T19:47:17 | 2020-10-08T19:47:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,394 | h | #ifndef DUPSEGMENTVIEW_H
#define DUPSEGMENTVIEW_H
#include <QObject>
#include "mainwindow.h"
#include <QMenu>
#include <QClipboard>
#include <QSortFilterProxyModel>
#include <QAbstractTableModel>
#include <QList>
#include "data.h"
class dupSegmentViewSortProxyModel : public QSortFilterProxyModel
{
public:
expl... | [
"allenck@windstream.net"
] | allenck@windstream.net |
cc9d8702c379b08833cb712c471af87e17835f9d | c67cbd22f9bc3c465fd763fdf87172f2c8ec77d4 | /Desktop/Please Work/build/Android/Preview/app/src/main/include/Fuse.UserEventArgs.h | 3fb111848f3e6ee87de67c231c054685b1d00990 | [] | no_license | AzazelMoreno/Soteria-project | 7c58896d6bf5a9ad919bde6ddc2a30f4a07fa0d4 | 04fdb71065941176867fb9007ecf38bbf851ad47 | refs/heads/master | 2020-03-11T16:33:22.153713 | 2018-04-19T19:47:55 | 2018-04-19T19:47:55 | 130,120,337 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,696 | h | // This file was generated based on C:/Users/rudy0/AppData/Local/Fusetools/Packages/Fuse.UserEvents/1.8.1/UserEvent.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Scripting.IScriptEvent.h>
#include <Uno.EventArgs.h>
namespace g{namespace Fuse{struct Node;}}
namespace... | [
"rudy0604594@gmail.com"
] | rudy0604594@gmail.com |
d54e1aaabf2614020f75a631bbe5b738c9b293cb | 5957adb2a1513f8afb6e3b2f1a266f9970894f72 | /Cpe_code/Done/Q10038.cpp | 74fc01295a5f37a522ff64279e89331d6a87f6b4 | [] | no_license | haha547/CPE | 67e52719f40e962601083e5221c9f4c7e52802e0 | d020d8b7812c3993b63b4d87e1ade5f458962f2c | refs/heads/master | 2020-04-01T12:47:03.607613 | 2019-08-09T19:49:27 | 2019-08-09T19:49:27 | 153,223,484 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 883 | cpp | #include <iostream>
#include <cmath>
#include <vector>
#include <algorithm>
using namespace std;
int main(){
bool isJolly;
int dataNum, *data;
vector<int> minus;
while(cin >> dataNum) { // 紀錄序列長度
// 初始化
data = new int [dataNum];
minus.clear();
isJolly = true;
// ... | [
"howard19970613.gmail.com"
] | howard19970613.gmail.com |
920eff5806bf34332bfaa330336dbb3cdd53a394 | 9eb5fb1b7e8ad886687240c0d51fca56e7b1581e | /job/testSingleTree.h | f7c02cd8808e33921262575ec6a7dbb6cd371742 | [] | no_license | ldengjie/IsotopesAna | a5d82cc8fd5fba98de9b2f67089c681636a6b8f3 | ad5dcd0839ac7c781b14c06807cf8d997b9f1df2 | refs/heads/master | 2020-06-06T12:53:53.739192 | 2014-04-27T21:35:10 | 2014-04-27T21:35:10 | 18,609,091 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,384 | h | //////////////////////////////////////////////////////////
// This class has been automatically generated on
// Tue Mar 25 15:06:45 2014 by ROOT version 5.26/00e
// from TTree SingleTree/SingleTree
// found on file: /afs/ihep.ac.cn/users/l/lidj/largedata/IsotopesAna/P14A/EH1/run40035_IsotopesAna.root
//////////////////... | [
"ldengjie@163.com"
] | ldengjie@163.com |
a000db3526eca059893f69b1ff1b698637d10c01 | 43a2fbc77f5cea2487c05c7679a30e15db9a3a50 | /Cpp/External (Offsets Only)/SDK/BP_HullDamage_functions.cpp | 9e2d36fd32b4e08cfeeb1a37cbc6c939661d8a61 | [] | 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 | 11,086 | cpp | // Name: SoT-Insider, Version: 1.102.2382.0
#include "../pch.h"
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Functions
//---------------------------------------... | [
"Massimo.linker@gmail.com"
] | Massimo.linker@gmail.com |
ad14c90d2634cd98e35816acb77a3ddc73322d84 | da28fe6d5a33468c4f3fbc2b335de56934790a10 | /arduino/Jointer1.1/Jointer1.1.ino | a0192e98392664f9a79cd7bb5907bc8be022c79f | [] | no_license | pTommyed/jointer | f8b1b0fcd4fbf48fc6155a1cefaef3bc821440fc | a10fc465b5c35dfec02c7ec00f7559cb7dbf902a | refs/heads/master | 2020-05-24T08:42:35.212315 | 2020-04-10T18:00:19 | 2020-04-10T18:00:19 | 187,188,913 | 0 | 0 | null | 2019-05-17T09:35:30 | 2019-05-17T09:35:30 | null | UTF-8 | C++ | false | false | 1,451 | ino | #include <mcp_can.h>
#include <DueTimer.h>
const int ledPin = A0;
const int Syrena = 8;
MCP_CAN CAN(2);
int Motorflag = 1; // kdyz je 1 tak motor jede
int CANmessageID;
unsigned char len = 0;
byte buf[8];
int CANvescID[2] = {1,2}; // ID jednotlivých motorů
byte currentON[4]={0,0,20,0}; //... | [
"xkadjan@gmail.com"
] | xkadjan@gmail.com |
18c73f3c68371bda5ae659952421516e48322183 | af49a3329a3ce3cb5e3bdbf80b1f03be2ebf1dc0 | /include/simdjson/generic/ondemand/logger.h | c140781d7bfd862a949cea7d89f6f3e80927ae8e | [
"Apache-2.0",
"MIT",
"BSL-1.0"
] | permissive | moneytech/simdjson | dab9ac5814720e39de1c24efd7e0caa5d754899c | 0134d45320c66c576cdee8064c059e5e091e475f | refs/heads/master | 2021-07-19T19:16:28.048997 | 2020-10-23T22:39:51 | 2020-10-23T22:39:51 | 224,064,609 | 0 | 0 | Apache-2.0 | 2020-10-23T22:39:53 | 2019-11-26T00:03:04 | null | UTF-8 | C++ | false | false | 1,368 | h | namespace simdjson {
namespace SIMDJSON_IMPLEMENTATION {
namespace ondemand {
class json_iterator;
namespace logger {
#if SIMDJSON_VERBOSE_LOGGING
static constexpr const bool LOG_ENABLED = true;
#else
static constexpr const bool LOG_ENABLED = false;
#endif
static simdjson_really_inline void log_headers() noexce... | [
"john@johnkeiser.com"
] | john@johnkeiser.com |
4ebba4508902e2631550a9ca99aeeeeb59800cd9 | 3c483e23854b74fb4debc6c2e72945c80c0ec591 | /Project/Source/FactoryGame/Buildables/FGBuildableConveyorBelt.cpp | f1d0ff8aed1cb4c1080984cdde23b9ddff150163 | [] | no_license | HaigenSAE/SatiSanctum | c535373b72ef970411f426310f29473ca64070c3 | 26075efc781eed2561958703955fde32e01e73b9 | refs/heads/master | 2020-06-25T09:22:33.716518 | 2019-08-06T22:07:15 | 2019-08-06T22:07:15 | 199,267,199 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,246 | cpp | // This file has been automatically generated by the Unreal Header Implementation tool
#include "FGBuildableConveyorBelt.h"
AFGBuildableConveyorBelt::AFGBuildableConveyorBelt(){ }
void AFGBuildableConveyorBelt::GetLifetimeReplicatedProps( TArray< FLifetimeProperty >& OutLifetimeProps) const{ }
void AFGBuildableConvey... | [
"h.pennycuick@sae.edu"
] | h.pennycuick@sae.edu |
80541dc05d663f1554060a89215630422376a82c | c6de67bc60be711c3a248eca03603fcda04f8008 | /Project_1/ecs/sMotionSystem.cpp | 887b393d564d32104a2b3ea621b9592ccf37c299 | [] | no_license | TheMicrofine/AI-Project_1 | 1f577808566943e73bb96539b617249e7618bc9f | 0a2471a96cb967d495f5145519a21f917d0cca1d | refs/heads/master | 2020-12-20T21:29:44.640311 | 2020-02-02T23:11:06 | 2020-02-02T23:11:06 | 236,213,956 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 988 | cpp | #include "sMotionSystem.h"
#include "cTransform.h"
#include "cVelocity.h"
/**
* Process
* Calculates all movement of the entities which contain a
* Position component and Velocity component.
* @param entities - the list of entities to process
*/
void MotionSystem::Process(const std::vector<Entity*> &entities, fl... | [
"ryanodonne@gmail.com"
] | ryanodonne@gmail.com |
90322d6c007a381ec64874bdef047b5264e0cedf | 0edbcda83b7a9542f15f706573a8e21da51f6020 | /private/shell/ext/thumbvw/storage.h | 11cf62db39e2de5f57f3d3b92b0a69fcc5b82950 | [] | no_license | yair-k/Win2000SRC | fe9f6f62e60e9bece135af15359bb80d3b65dc6a | fd809a81098565b33f52d0f65925159de8f4c337 | refs/heads/main | 2023-04-12T08:28:31.485426 | 2021-05-08T22:47:00 | 2021-05-08T22:47:00 | 365,623,923 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 5,499 | h | #ifndef _STORAGE_H
#define _STORAGE_H
#include "tngen\ctngen.h"
class CThumbStore : public IShellImageStore,
public IPersistFolder,
public IPersistFile,
public CComObjectRoot,
public CComCoClass< CThumbStore,&CLSID_ShellThumbnailDiskCache... | [
"ykorokhov@pace.ca"
] | ykorokhov@pace.ca |
e6a167b71cd78d696b329dd526afbcf814c98eae | 5fc03cffb8e7c0d83ec0feab7be675dc530b3396 | /src/engine/graphics/depth_buffer.h | b93eac968069e814653097c8a9e98662c03c4f01 | [] | no_license | simplejeff/liquidSim | 205f6fdce4db280dbe7dd0bbb7673efca7690828 | c0468d54374667b3b8e0733693d86e4246a28db6 | refs/heads/master | 2020-03-10T03:24:25.757580 | 2018-04-27T13:31:07 | 2018-04-27T13:31:07 | 129,163,891 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 319 | h | #ifndef DEPTHBUFFER_H
#define DEPTHBUFFER_H
#include "render_buffer.h"
class DepthBuffer : public RenderBuffer {
public:
DepthBuffer(int width, int height, bool hasStencil);
bool hasStencil() { return m_stencil; }
private:
int m_width;
int m_height;
bool m_stencil;
};
#endif // DEPTHBUFFER_H
| [
"jeffrey_hao@brown.edu"
] | jeffrey_hao@brown.edu |
a56a5e55b1a6a6fd50d3100968f3bf0dc38c9422 | c4534e47082696cbd5d8092acf6ee9629aea2211 | /Minigin/Minigin/Material.h | fc4b69b842e1ac839b5c9a39001251f05f25b0f5 | [] | no_license | Jarne1Rius/FinalGame | c077f47ca992153982a4d57903f308b44420b87c | ad6cdf2b1a2d3f7710438f543eb8874de3393bd3 | refs/heads/master | 2021-03-12T05:35:08.346799 | 2020-06-14T18:43:19 | 2020-06-14T18:43:19 | 246,593,876 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 616 | h | #pragma once
#include "ResourceManager.h"
#include <glm/glm.hpp>
namespace Rius
{
class Material
{
public:
Material(std::string vertexShader,std::string fragmentShader,const std::string nameShader, glm::mat4& projectionMatrix = ResourceManager::m_ProjectionMatrix) ;
virtual ~Material();
void SetProjectionMatri... | [
"58688469+Jarne1Rius@users.noreply.github.com"
] | 58688469+Jarne1Rius@users.noreply.github.com |
4d40c20c751bc3156d8ee61cc82a40d354b2cbc1 | 97d1bfba6adafc0fbdd68bdfbeb314d33aa364be | /uiworks/PointAnalyse/PA_v0.1.4/PA_v0.1.4/RawPoint.cpp | 5e162522dcf4e55daa69fd37cbe2346f2d7a3109 | [] | no_license | github188/MyCode-1 | 26069f08222b154c08308a72a61f8e9f879a447e | 2227b9dd9a13114a1b2b294c3e70253b16f88538 | refs/heads/master | 2020-12-24T11:24:54.215740 | 2014-04-21T04:15:54 | 2014-04-21T04:15:54 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 5,744 | cpp | #include "RawPoint.h"
RawPoint::RawPoint(void)
{
for (int i=0;i<10;i++) SegSet[i].clear();
time=0;
gp.clear();
}
bool xcmp0(g_Segment a,g_Segment b)
{
return a.X1<b.X1;
}
bool ycmp5(g_Segment a,g_Segment b)
{
return a.Y1<b.Y1;
}
bool typecmp(g_Segment a,g_Segment b)
{
return a.type<b.type;
}
RawPoint::~RawPo... | [
"wcwswswws@gmail.com"
] | wcwswswws@gmail.com |
ff95e948815df567a1450712da541bf6af7cf5ac | e20c69348dc96a3d8fa9090358074d1175af5aa8 | /LogisticRegression/fenbuceshi/seal/ciphertext.cpp | 0509daa63d61c5ed365dbc4ce46a869e39c06272 | [] | no_license | luyao2211/LR-THE | 3a00b3fdbd4c14748ef2090ed7a9af4a2429f48d | 0d71e3b539adf91e4ee0a183a0cdc50dd1f66f5f | refs/heads/master | 2022-12-10T11:13:52.090861 | 2020-09-12T10:58:18 | 2020-09-12T10:58:18 | 294,924,107 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,372 | cpp | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
#include "ciphertext.h"
#include "util/polycore.h"
using namespace std;
using namespace seal::util;
namespace seal
{
Ciphertext &Ciphertext::operator =(const Ciphertext &assign)
{
// Check for self-assignm... | [
"luyao2211@126.com"
] | luyao2211@126.com |
a30000a30a5993789f50ed3acfcaafc8d206f3a8 | 9391c991d487e73e1edb9def8915a1ea9bfc443c | /Code Exercises (Programs Lists)/Chapter 6/sumafile.cpp | 0873896b958fe84363890f0e7289e08e26e7c741 | [] | no_license | hanrc97/CppStudy | 9ce313e650c8250d42559ba82618a72f74373f05 | 72852f9f33dc99b0b19769d2f628a38f0ccc7f2d | refs/heads/master | 2023-02-10T13:57:38.942405 | 2020-12-29T06:34:03 | 2020-12-29T06:34:03 | 285,754,184 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,545 | cpp | // sumafile.cpp -- functions with an array argument
#include <iostream>
#include <fstream> // file I/O support
#include <cstdlib> // support for exit()
const int SIZE = 60;
int main()
{
using namespace std;
char filename[SIZE];
ifstream inFile; // object for handling file input
cout << "E... | [
"hanrc1997@gmail.com"
] | hanrc1997@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.