Skip to content

Instantly share code, notes, and snippets.

View ArXen42's full-sized avatar

Georgii Pelageikin ArXen42

  • Russia, Saint Petersburg
View GitHub Profile
@mdipirro
mdipirro / bluez-agent-interface.xml
Created March 28, 2020 13:54
An XML document describing a BlueZ Agent
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.bluez.Agent1">
<method name="Release" />
<method name="RequestPinCode">
<arg direction="in" type="o" />
<arg direction="out" type="s" />
</method>
<method name="DisplayPinCode">
@tvagames
tvagames / lua.json
Last active December 12, 2024 23:48
Visual Studio Code user snippet for "From The Depths"
{
// snipet v3.0
// FtD v2.4.5.6
// 2018 (c) Torikame Autovehicle Industry. co., ltd.
// Logging/Debugging
"I:Log(message)": {
"prefix": "ftd:Log",
"body": [
"I:Log('${1:message}')",
@HactarCE
HactarCE / - Factorio - 4-lane RHD Modular Rail System.md
Last active November 19, 2024 01:22
Factorio - 4-lane RHD Modular Rail System

Factorio Modular Rail System

All blueprints are RHD (right-hand drive)

Modules are 42x42 (big electric poles overlap on neighboring modules)

Included blueprint books:

  • MRS - 2 Lane - RHD - 20 blueprints
  • MRS - 2 Lane Single - RHD - 34 blueprints
  • MRS - 4 Lane - RHD - 25 blueprints
@awidegreen
awidegreen / vim_cheatsheet.md
Last active February 5, 2026 10:12
Vim shortcuts

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close