Skip to content
View spitfire05's full-sized avatar
🦀
🦀
  • Emerson Automation Solutions
  • Warsaw, Poland
  • 21:39 (UTC +02:00)

Block or report spitfire05

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
spitfire05/README.md

👋 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. wavegen-rs wavegen-rs Public

    Waveform generator library written in Rust

    Rust 38

  2. portproxy portproxy Public

    Simple port forwarding tool, built with tokio-rs 🦀

    Rust 6

  3. rnc rnc Public

    Rust Newline Converter - a "dos2unix lookalike"

    Rust

  4. PowerSnakeGFX PowerSnakeGFX Public

    PowerSnake, but with simple graphics!

    PowerShell 1 4

  5. PsModbusTcp PsModbusTcp Public

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

    PowerShell 2 2

  6. Script disabling annoying Alt+S shor... Script disabling annoying Alt+S shortcut in Outlook 365
    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