Galaxy and shining stars 100 000
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Diagnostics; | |
using System.Globalization; | |
using System.IO; | |
using System.Text; | |
using System.Threading; | |
namespace HighResolutionTimer | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake_minimum_required(VERSION 3.1) | |
project(EveStandAlone) | |
# You need to tell CMake where to find the ROOT installation. This can be done in a number of ways: | |
# - ROOT built with classic configure/make use the provided $ROOTSYS/etc/cmake/FindROOT.cmake | |
# - ROOT built with CMake. Add in CMAKE_PREFIX_PATH the installation prefix for ROOT | |
list(APPEND CMAKE_PREFIX_PATH $ENV{ROOTSYS}) | |
#---Locate the ROOT package and defines a number of variables (e.g. ROOT_INCLUDE_DIRS) | |
find_package(ROOT REQUIRED COMPONENTS MathCore RIO RGL Hist Tree Net Core Geom Eve) |
Taken from zerotier forum here
-
You have to access your Synology NAS with ssh. To enable SSH go to:
Control Panel -> Terminal & SNTP
. -
First you have to install Entware-ng. It is a packet manager for devices like Synology NAS and many others.
Here is the instruction for Synology NAS. So just follow it. https://github.com/Entware-ng/Entware-ng/wiki/Install-on-Synology-NAS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Diagnostics.CodeAnalysis; | |
using System.Text; | |
using JetBrains.Annotations; | |
namespace Gyro.Daq | |
{ | |
/// <summary> | |
/// The class helps to form and parse LGC protocol messages | |
/// If full message is ':CMS M0 O0 L0 D167;' |
(Serial port or com port? - Serial ports are often refered as COM ports. It is the same to be short. You can read abut it in the Wiki article )
NewerOlder