Skip to content

Instantly share code, notes, and snippets.

@anonymous1184
anonymous1184 / VSCode.md
Last active March 19, 2024 18:42
AHK Debugging with Visual Studio Code

AHK Debugging with Visual Studio Code

Created on 2021/11/03 with VSCode version 1.53.
Last revision on 2022/06/30 with VSCode version 1.68.2.

I'm not a native English speaker, so please report inconsistencies to [u/anonymous1184][00] (or send a .patch of the [source][01]).

Table of Contents

@gianpaolof
gianpaolof / gist:bae3ec809c1bff32c7361a617c577710
Last active July 2, 2024 15:27
Turn on/off Fast boot on windows 10 via powershell
Turn on
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 1 /F
Turn off
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 0 /F
https://www.tenforums.com/tutorials/4189-turn-off-fast-startup-windows-10-a.html
@nothingholy
nothingholy / AYA.md
Last active June 19, 2019 20:09
Tasks for exam

Билет 1.Создать класс «целое число».Элементы класса:поле задает значение целого числа (статус доступа private),конструктор для инициализации поляметод для вычисления остатка от деления целого числа на 5.Создать 1 объект данного класса, вывести значение остатка от деления числа на 5.

#include "iostream"

using namespace std;

class Integer
{
	int a;
@NickTikhomirov
NickTikhomirov / AJA.md
Last active March 21, 2023 20:13
questions for answers
;====================================
; @copyright-Abdul Rehman
; @Licence Creative Common
; This code used to display simple character...
; on character lcd with 8051 microcontroller in assembly langauge
;====================================
LCD_DATA_PORT EQU P0
RS BIT P2.0
EN BIT P2.1
;====================================
@drewxa
drewxa / themes.md
Last active September 3, 2019 05:51

Примеры тем для курсовых

Ниже приведены темы курсовых проектов, на которые можно ориентироваться при составлении собственной темы

  • исследовательская работа с нейронными сетями (NER, Images, Sound ...);
  • моделирование систем;
  • навык для Алисы;
  • управление роботом;
  • моделирование космического пространства;
  • моделирование дорожного движения;
  • игровая платформа для написания ботов с искусственным интеллектом;
@extremecoders-re
extremecoders-re / qemu-networking.md
Last active July 6, 2024 06:29
Setting up Qemu with a tap interface

Setting up Qemu with a tap interface

There are two parts to networking within QEMU:

  • The virtual network device that is provided to the guest (e.g. a PCI network card).
  • The network backend that interacts with the emulated NIC (e.g. puts packets onto the host's network).

Example: User mode network

@larsch
larsch / install-arch-linux-rpi-zero-w.sh
Created July 6, 2017 06:05
Install Arch Linux ARM for Raspberry Pi Zero W on SD Card (with commands to configure WiFi before first boot).
#!/bin/sh -exu
dev=$1
cd $(mktemp -d)
function umountboot {
umount boot || true
umount root || true
}
# RPi1/Zero (armv6h):
@ggreer
ggreer / fonts.conf
Created June 11, 2017 05:29
How to disable anti-aliasing & subpixel hinting for a specific font.
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<test name="family" qual="any" compare="eq">
<string>ProggyTinyTTSZ</string>
</test>
<edit mode="assign" name="antialias">
<bool>false</bool>
</edit>
@spot62
spot62 / yd_uploader.sh
Created January 18, 2017 14:35
Yandex Disk file uploader
#!/bin/bash
#
# article: http://neblog.info/skript-bekapa-na-yandeks-disk
#
# REST API: https://tech.yandex.ru/disk/api/reference/upload-docpage/
TOKEN=""
# NB: slash ending