Skip to content

Instantly share code, notes, and snippets.

View VictorieeMan's full-sized avatar

VictorieeMan

View GitHub Profile
@VictorieeMan
VictorieeMan / sym.py
Created June 17, 2024 20:07
Latex symbols test code for python
# # import sympy as sp
# latex_symbols = ["\\alpha"] # list of LaTeX symbols
# # unicode_mapping = {latex: sp.preview(latex, viewer='file', output='unicode') for latex in latex_symbols}
# import sympy as sp
# def latex_to_unicode(latex_str):
# return sp.printing.latex2unicode(latex_str)
@VictorieeMan
VictorieeMan / @Times-App-Documents.md
Last active January 28, 2024 16:49
Times App Documents

Times App Documents

This is an minimal working example of using rust and axum to connect to a database.

@VictorieeMan
VictorieeMan / @xpost-sha-miner_2023.md
Last active September 12, 2023 09:07
xpost-sha-miner.rs

:)

Hi there!

You may hire me. I'm looking for good employers :)

I'm a fast learner, with a philosophy of daily learning that goeas along with it. If not technical, I also like learning languages, at the moment I'm fluent in two languanges and working on my third. (English, Swedish & German)

Coding in general is fun. I'll make sure to list some portfolio suitable repositories at a later dat, and or on request.

Special subjects at heart:

  • Mathematics

Sicne the trezor password manager is closing down as of summer 2023, you might have tried migrating your data to another service. If it all went well, congrats!

If it all went bad? Then you realized that following the trezor export & migration instructions wasn't enough in your case. This could be because your Trezor Password Manager (TPM) entreis had newline chars in the extra/notes field. If this is the case I'll describe here below how I solved my problem.

WARNING: THE SOFTWARE ATTACHED AND THE SOLUTION IN THIS GitHub Gist IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING F

@VictorieeMan
VictorieeMan / nostr-relays-2023.md
Last active July 24, 2023 10:15
Some saved nostr relays 2023

Feel free to add more recommendations

wss://brb.io
wss://filter.nostr.wine
wss://leden.nostr.land
wss://no.str.cr
wss://nos.lol
wss://nostr-pub.wellorder.net
wss://nostr.bitcoiner.social

wss://nostr.bongbong.com

@VictorieeMan
VictorieeMan / keyboard-navigation-linux_2023.md
Last active July 24, 2023 08:31
Keyboard navigation for linux

Below is an easy-to-read list of keyboard shortcuts and commands to navigate your Linux computer efficiently: (Note that some variations between systems may apply)

General Shortcuts:
    Open Terminal: Ctrl + Alt + T
    Close current application: Alt + F4
    Switch between open applications: Alt + Tab
    Logout from current session: Ctrl + Alt + Del

Navigating the File System:
    Open File Manager (Nautilus): Super (Windows key) + E
@VictorieeMan
VictorieeMan / detextify_how_draft.markdown
Created July 22, 2023 10:05
Notes about how detextify work, by Daniel Kirsch