😃
Happy
Programming enjoyer
-
Slovak University of Technology in Bratislava
- Slovakia
Block or report Programator2
Pinned Loading
-
1
# Prerequisites2
3
This guide applies to UEFI systems with GPT drives.
4
It was tested on Windows 10 April 2018 edition, but it should also work on Windows 8 and newer releases (maybe even 7).
5
-
1
# How to debug Linux kernel on Windows2
3
This tutorial shows how to debug Linux kernel on a Windows operating system using another virtual machine with a Linux on it.
4
Virtual machines will be connected by a serial port provided by VirtualBox using a named pipe on a Windows host system.
5
-
This script is useful if you have fi... This script is useful if you have files that were somehow splitted (DVR recorders do this) and you want to join them back into one file. Simply fill out string OUTPUT_FILENAME and tuple of INPUT_FILES with files you want to join and run the script.
1
OUTPUT_FILENAME = ''
2
INPUT_FILES = (
3
'',4
)
5
-
My solutions to Advent of Code using Python.
Python 1