I hereby claim:
- I am drolevar on github.
- I am abyzov (https://keybase.io/abyzov) on keybase.
- I have a public key ASCDVsZzPA0ikOXWOro4dk3P8DcW9KAXvkqcjblDjNgSCAo
To claim this, I am signing this object:
| using System; | |
| using System.ComponentModel; | |
| using System.Diagnostics; | |
| using System.Reflection; | |
| using System.Text; | |
| public static class StringBuilderExtensions | |
| { | |
| /// <summary> | |
| /// GetChunks returns ChunkEnumerator that follows the IEnumerable pattern and |
| version: 1 | |
| debconf-selections: | | |
| grub-pc grub-efi/cloud_style_installation boolean false | |
| interactive-sections: ["*"] |
| #!/bin/sh | |
| # Check if hostname is provided | |
| if [ -z "$1" ]; then | |
| echo "Usage: $0 <hostname>" | |
| exit 1 | |
| fi | |
| # Extract the hostname to look for | |
| hostname=$1 |
| # Set Windows CE version | |
| set(CMAKE_VS_WINCE_VERSION "5.00") | |
| message(STATUS "Using toolchain file: ${CMAKE_TOOLCHAIN_FILE}") | |
| # Make SDK_NAME variable a parameter to the toolchain | |
| set(SDK_NAME "Undefined" CACHE STRING "Windows CE SDK name") | |
| if(SDK_NAME STREQUAL "Undefined") | |
| if (DEFINED ENV{SDK_NAME}) |
I hereby claim:
To claim this, I am signing this object:
| // | |
| // Created by Andrij Abyzov on 09.10.2019. | |
| // | |
| #ifndef MATRIX_H | |
| #define MATRIX_H | |
| #include <cstddef> | |
| #include <utility> | |
| #include <vector> |