- Go to the pat h
/home/paradox/.local/share/applications/
- When you open each file, you will see the texts in following format:
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=ScreenMeter Time Tracker
#wget --load-cookies /tmp/cookies.txt "https://drive.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://drive.google.com/uc?export=download&id=<FILEID>' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=<FILEID>" -O <FILENAME> && rm -rf /tmp/cookies.txt | |
#/usr/bin/env bash | |
echo "i am paradox" | |
FILEID="1hJKCb4eF1AJih_dhZOJSF5VR-ZtRNaap" | |
FILENAME="model.zip" | |
link="https://drive.google.com/uc?export=download&id=$FILEID" |
Section "InputClass" | |
Identifier "system-keyboard" | |
MatchIsKeyboard "on" | |
Option "XkbLayout" "us,np" | |
Option "XkbModel" "pc104" | |
Option "XkbVariant" ",dvorak" | |
Option "XkbOptions" "grp:lwin_toggle" | |
EndSection | |
# put this file in /etc/X11/xorg.conf.d/ |
from ctypes import * | |
import math | |
import random | |
def sample(probs): | |
s = sum(probs) | |
probs = [a/s for a in probs] | |
r = random.uniform(0, 1) | |
for i in range(len(probs)): | |
r = r - probs[i] |
./darknet classify ../../tiny-yolo/tiny.cfg ../../tiny-yolo/tiny.weights data/dog.jpg | |
./darknet detect ../../tiny-yolo/tiny.cfg ../../tiny-yolo/tiny.weights data/dog.jpg |
Table of Contents | |
Praise | |
Title Page | |
Dedication | |
A note from the Publisher | |
WORDS OF THANKS | |
PREFACE | |
PROLOGUE | |
CHAPTER 1 - On Souls and Their Sizes | |
Soul-Shards |
[ | |
{ | |
"name" : "paradox", | |
"age" : 0, | |
"location" : "nowhere" | |
}, | |
{ | |
"name" : "nishan", | |
"age" : 0, |
A very, very, very slow-moving, aimless movie about a distressed, drifting young man. 0 | |
Not sure who was more lost - the flat characters or the audience, nearly half of whom walked out. 0 | |
Attempting artiness with black & white and clever camera angles, the movie disappointed - became even more ridiculous - as the acting was poor and the plot and lines almost non-existent. 0 | |
Very little music or anything to speak of. 0 | |
The best scene in the movie was when Gerardo is trying to find a song that keeps running through his head. 1 | |
The rest of the movie lacks art, charm, meaning... If it's about emptiness, it works I guess because it's empty. 0 | |
Wasted two hours. 0 | |
Saw the movie today and thought it was a good effort, good messages for kids. 1 | |
A bit predictable. 0 | |
Loved the casting of Jimmy Buffet as the science teacher. 1 |