spitfire05 - Overview

View spitfire05's full-sized avatar

Michał Borejszo spitfire05

  • Emerson Automation Solutions

  • Warsaw, Poland
  • 19:42 (UTC +01:00)

Block or report spitfire05

👋 Hello, my name is Michał, and I'm a...

  • 🙍‍♂️ Software Development Manager at Emerson Automation Solutions
  • 📚 Automatic Control Engineer by academic background
  • 💻 Hobby open-source programmer
  • 👨‍💻 Former indie game dev at Forgotten Hope

❤️‍🔥 I'm currently very passionate about:

  • 🦀 Rust
  • #️⃣ C#
  • 📈 Signal processing
  • 🧐 Vibration analysis

Anurag's GitHub stats

Pinned Loading

  1. Waveform generator library written in Rust

    Rust 39

  2. Simple port forwarding tool, built with tokio-rs 🦀

    Rust 6

  3. Rust Newline Converter - a "dos2unix lookalike"

    Rust

  4. PowerSnake, but with simple graphics!

    PowerShell 1 4

  5. A set of simple Powershell methods to work with MODBUS protocol over TCP transport

    PowerShell 3 3

  6. 1

    # Run this with admin priviliges:

    2

    $path = "HKCU:\Software\Policies\Microsoft\Office\16.0\Outlook\DisabledShortcutKeysCheckBoxes"; New-Item $path -Force; New-ItemProperty -Path $path -Name "Alt+S" -Value "83,16" -PropertyType String