Skip to content

Instantly share code, notes, and snippets.

View meysampg's full-sized avatar
🖖
bit bit 0 bit

Meysam P. Ganji meysampg

🖖
bit bit 0 bit
View GitHub Profile
@meysampg
meysampg / Delete-Tweets
Last active March 23, 2024 21:31 — forked from lindenb/README.md
Delete Tweets
I want to delete all my tweets without deleting my account.
This script deletes your tweets and repost from twitter without using the Twitter API, just by using the **firefox** javascript scratchpad.
Chage **YOURNAME** in the script below.
The script is quite slow but it works so far , I set some long timeout to let the DOM document to (re)load.
May be it could be much faster but I'm not a javascript guy.
@meysampg
meysampg / distributed_systems_readings.md
Created August 23, 2021 07:19 — forked from mrzasa/distributed_systems_readings.md
distributed systems readings

#Distributed System Course List

##Systems

  • Cornell CS 614 - Advanced Course in Computer Systems - Ken Birman teaches this course. The readings cover more distributed systems research than is typical (which I am in favour of!). In fact, there's barely anything on traditional internal OS topics like filesystems or memory management. There's some worthwhile commentary at the bottom of the page.

  • Princeton COS 518 - Advanced Operating Systems - short and snappy reading list of two papers per topic, covering some interesting stuff like buffering inside the operating system, and L4.