This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"global": { | |
"ask_for_confirmation_before_quitting": true, | |
"check_for_updates_on_startup": true, | |
"show_in_menu_bar": true, | |
"show_profile_name_in_menu_bar": false, | |
"unsafe_ui": false | |
}, | |
"profiles": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl ipinfo.io | curl -d @- ntfy.sh/bfaas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
header, header+div, md-content, md-sidenav, #gvAppBannerContainer+div, gv-call-sidebar > div, | |
gv-dialpad-toggle > button, gv-thread-item, gv-thread-item > div, gv-thread-details, gmat-nav-list > a { | |
background-color: #111 !important; | |
} | |
#gvPageRoot > div:first-child { | |
border-bottom: 1px solid #333 !important; | |
} | |
.gb_af, md-menu-content, gmat-input-chip, .side-nav-title { | |
background-color: #333 !important; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:20.04 | |
MAINTAINER Arjun Vikram "[email protected]" | |
ARG ECLIPSE_DOWNLOAD_URL=http://mirror.math.princeton.edu/pub/eclipse/technology/epp/downloads/release/2020-06/R/eclipse-java-2020-06-R-linux-gtk-x86_64.tar.gz | |
RUN export DEBIAN_FRONTEND=noninteractive && \ | |
apt-get update && \ | |
apt-get upgrade -y && \ | |
apt-get install -y openjdk-14-jdk groovy wget gtk-3-examples \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
accuracy | |
activation function | |
active learning | |
artificial intelligence | |
AUC | |
augmentation | |
augmented reality | |
backpropagation | |
bag of words | |
batch normalization |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
x="" | |
while [[ "$x" != "password" ]]; do | |
in=`echo "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,<" | | |
rofi -sep ',' -l 1 -columns 27 -dmenu -p "$x" -only-match` | |
if [[ "$in" == "<" ]]; then | |
x="${x:0:-1}" | |
else |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"defaultCommand": "g", | |
"bgColor": "#2e3440", | |
"textColor": "#ebdbb2", | |
"showClock": true, | |
"alwaysNewTab": false, | |
"gistID": "3def6b7e62dec2d6b0a1f71f036b5c69", | |
"links": [ | |
{ | |
"command": "gs", |