Skip to content
View prirai's full-sized avatar
πŸ’­
Exploring
πŸ’­
Exploring

Block or report prirai

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
prirai/README.md

    ╭───────── Projects
    ╰── firefox-config/

    Firefox configs for security, privacy, usability and performance

    javascript

    ╰── awesome-search-engines/

    Aiming to list all the search engines on the World Wide Web

    Markdown

    ╰── network-analysis/

    Network scientific analysis of Indian Stock Market data based on various parameters

    python networkx
currently working on redacted β€’ writing about usual troubles and life (an allegory?) β€’ learning Laravel and security stuff.
  
β€’ https://prirai.github.io/ β€’

Pinned Loading

  1. Smarter ranking for pacman mirrors, ... Smarter ranking for pacman mirrors, based on delay and mirror score. (need to have curl and rankmirrors installed)
    1
    #!/bin/bash
    2
    
                  
    3
    default_delay=3600
    4
    default_score=10
    5
    
                  
  2. Newpipe to Youtube Newpipe to Youtube
    1
    Ever worried about being able to easily transfer subscriptions from yt to newpipe but not back? Deleted some and added some more subscriptions and then want to go back to the official youtube app for a bit? I made a bash script where you input the both files (yt CSV and newpipe json), and it tells you what changed, which subs deleted and which ones added. [source](https://prirai.github.io/blog/newpipe-to-youtube/)