Skip to content

Instantly share code, notes, and snippets.

View aashishg's full-sized avatar
😃
Happy

Aashish Gangwani aashishg

😃
Happy
  • India
View GitHub Profile
@aashishg
aashishg / Sats4SDGs.ipynb
Created September 30, 2018 09:28 — forked from sravya8/Sats4SDGs.ipynb
How can Stats help the SDGs? Quick answer for #satsummit.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aashishg
aashishg / kill_port_process.sh
Created September 22, 2018 14:27 — forked from marcosvidolin/kill_port_process.sh
Linux: How to list and kill a process using a port
# to list all ports that are used
sudo netstat -ntlp | grep LISTEN
# you can obtain a specific port using the following command
sudo netstat -ntlp | grep :8080
# when you execute the command above you will see some thing like that
tcp 0 0 0.0.0.0:27370 0.0.0.0:* LISTEN 4394/skype
tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN 2216/dnsmasq
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 4912/cupsd
@aashishg
aashishg / htb-css3-leaderboard-full.html
Created March 11, 2017 13:12 — forked from djleeds/htb-css3-leaderboard-full.html
Hit the Bits! - CSS3 Leaderboard - Full
<style type="text/css">
#leaderboard li {
font-family: sans-serif;
font-size: 12px;
line-height: 12px;
}
#leaderboard #players li {
display:block;
clear: both;
position: absolute;