I hereby claim:
- I am AhmedKamal20 on github.
- I am akamal (https://keybase.io/akamal) on keybase.
- I have a public key whose fingerprint is A662 97D2 9006 CEEE D5B8 7FF9 6CBE 3A72 0432 0A23
To claim this, I am signing this object:
| . | |
| ├── [ 94G] Documentary | |
| │ ├── [1.2G] African.Cats.2011.720p.BRRip.X264 | |
| │ │ └── [1.2G] African.Cats.2011.720p.BRRip.X264-AhMaD.mp4 | |
| │ ├── [2.9G] An.Inconvenient.Truth.2006.720p.WEB-DL.H264-BS [PublicHD] | |
| │ │ └── [2.9G] An.Inconvenient.Truth.2006.720p.WEB-DL.DD5.1.H.264BS.mkv | |
| │ ├── [1.5G] BBC.Charles.Darwin.and.the.Tree.of.Life.2009.720p.HDTV.x264.AC3.MVGroup | |
| │ │ └── [1.5G] BBC.Charles.Darwin.and.the.Tree.of.Life.2009.720p.HDTV.x264.AC3.MVGroup.org.mkv | |
| │ ├── [2.4G] BBC - Frozen Planet | |
| │ │ ├── [351M] Frozen.Planet.S01E01.720p.HDTV.x264.YIFY.mp4 |
| # These are the suggested installation instructions for Ubuntu for class. There is | |
| # lengthy compilation step in the middle of these procedures, so please plan on | |
| # 30min break to complete the "rbenv install" command. | |
| # The instructions start with a visit to the official Rails site (http://rubyonrails.org). | |
| # The download page (http://rubyonrails.org/download/) | |
| # recommends that we install the rbenv installation manager to manage our ruby installation | |
| # and supplies a link to git://github.com/sstephenson/rbenv.git | |
| # There are more words about the rbenv, ruby, and rails installation on the Ubuntu page | |
| # https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-14-04 |
| // Open chrome://extensions/ | |
| // F12 >> The Console | |
| var titles = document.querySelectorAll("h2.extension-title"); | |
| var myExtensions = new Array() | |
| for (i = 0; i < titles.length; i++) { | |
| myExtensions.push(titles[i].innerHTML) | |
| } | |
| myExtensions |
| // Open You playlist | |
| // Load all the videos in view | |
| // Open The Console | |
| var times = $x('//*[@id="pl-load-more-destination"]/tr/td[7]/div/div[1]/span'); | |
| var alltimes = new Array() | |
| var timesec = new Array() | |
| for (i = 0; i < times.length; i++) { | |
| alltimes.push(times[i].innerHTML) | |
| timesec.push(parseInt(alltimes[i].split(':')[0]*60) + parseInt(alltimes[i].split(':')[1])) |
I hereby claim:
To claim this, I am signing this object:
| git diff-tree --no-commit-id --name-only -r HEAD | xargs subl |
| // Version: 0.2 | |
| // Author: Ahmed Kamal (AhmedKamal20) | |
| // About : To Mass Unfollow Friends, Pages & Groups | |
| // It'll Unfollow first ~250 (or more) from selected category | |
| // It's kinda slow, but to avoid getting blocked by Facebook | |
| // Usage : | |
| // Open (News Feed Preferences) from the right menu | |
| // Choose (Unfollow people to hide their posts) | |
| // Select between All, Friends Only, Pages Only, Groups Only | |
| // Then open the console and paste the following |
| # Install Docker on Ubuntu | |
| sudo apt remove docker docker-engine docker.io containerd runc | |
| sudo apt update | |
| sudo apt install ca-certificates curl gnupg | |
| sudo mkdir -m 0755 -p /etc/apt/keyrings | |
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg |
| #!/usr/bin/env ruby | |
| # Prerequisite : | |
| # - On local | |
| # Ruby | |
| # - On local | |
| # Docker (Optional) | |
| # iostat (Optional) | |