Skip to content
View lgg's full-sized avatar
👑
Trying to make the world a better place
👑
Trying to make the world a better place

Organizations

@material-design-colors @mireadev @lgg-awesome @littleguga @tyzzo @sytools @ulauncher-extensions

Block or report lgg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
lgg/README.md

Hi there 👋

Pinned Loading

  1. start-tab-chromium start-tab-chromium Public

    TypeScript

  2. v2rayn-widget v2rayn-widget Public

    Portable Windows mini-dashboard for v2rayN TUN mode: real-time status, instant TUN toggle, external IP + health checks, and tray-first controls so you never need the full v2rayN window open.

    Rust

  3. awesome-keepass awesome-keepass Public

    Curated list of KeePass-related projects

    555 28

  4. awesome-airplay awesome-airplay Public

    One page to get information about AirPlay

    7 1

  5. Keepass file format explained Keepass file format explained
    1
    * [Original article](http://blog.sharedmemory.fr/en/2014/04/30/keepass-file-format-explained/)
    2
    * [Wayback machine](http://web.archive.org/web/20160229111603/http://blog.sharedmemory.fr/en/2014/04/30/keepass-file-format-explained/)
    3
    
                  
    4
    ---
    5
    
                  
  6. Telegram save all media from chat/us... Telegram save all media from chat/user/channel
    1
    Quick tip. It is possible to download media with small python script.
    2
    
                  
    3
    Goto https://my.telegram.org and generate api id and api hash
    4
    Install Telethon library with `pip3 install telethon`
    5
    Run saveAllMedia.py (replace api_id, api_hash and username with your values).