Skip to content

Instantly share code, notes, and snippets.

View igor-egorov's full-sized avatar
💮

Igor Egorov igor-egorov

💮
View GitHub Profile
@igor-egorov
igor-egorov / index.md
Created September 22, 2023 13:54
Trial Reset - StartAllBack

Note

I do not condone piracy, if you find StartAllBack to be truly useful and have some money to spare, consider buying a license key: https://www.startisback.com/#buy-tab


Reset Trial

@igor-egorov
igor-egorov / Activate Office 2019 for macOS VoL.md
Created August 24, 2022 06:38 — forked from zthxxx/Activate Office 2019 for macOS VoL.md
crack activate office on mac with license file

Activate MS Office 2019/2016 for macOS - Microsoft_Office_2019_VL_Serializer

Office 2019 above

2019-06-03

Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.

Ref

Effective Modern CMake

Getting Started

For a brief user-level introduction to CMake, watch C++ Weekly, Episode 78, Intro to CMake by Jason Turner. LLVM’s CMake Primer provides a good high-level introduction to the CMake syntax. Go read it now.

After that, watch Mathieu Ropert’s CppCon 2017 talk Using Modern CMake Patterns to Enforce a Good Modular Design (slides). It provides a thorough explanation of what modern CMake is and why it is so much better than “old school” CMake. The modular design ideas in this talk are based on the book [Large-Scale C++ Software Design](https://www.amazon.de/Large-Scale-Soft

@igor-egorov
igor-egorov / Iroha_Core_Concepts.md
Created August 8, 2018 09:38
Iroha Core Concepts (review)

Iroha Core Concepts - Draft (Grammar and understandability)

Why does Iroha run in a network? How can one gain a better understanding of the objects, both inside and outside the system? How do peers in the network collaborate and decide on which data to put into the blockchain? We will look at the Core Concepts and terminology used by Iroha in this section.

Account : An Iroha entity that is able to perform a specified set of actions or permissions. Each account belongs to one of multiple existing domains. An account is associated with zero or more roles.

There are two categories of permissions in Iroha, Permissions and Grantable Permissions. Only Grantable Permissions can be assigned to an account directly. Grantable Permissions allow an account to perform some action on behalf of another account.

Ametsuchi