Skip to content

Instantly share code, notes, and snippets.

View rhoit's full-sized avatar
🎪
An empty shell

rho rhoit

🎪
An empty shell
View GitHub Profile
acchakat; [att͡ʃaˈkat] vtr(to silence) {Vsup|acchak}
acchorkat; [att͡ʃoɾˈkat] vtr(to roll)
achra; [ˈat͡ʃɾa] adj(smelly)
achrakh; [at͡ʃˈɾax] ni(smell) ni(stink)
achralat; [at͡ʃɾaˈlat] v(to be smelly, to give off a smell) {Vsup|achra}
adakhat; [adaˈxat] v(to eat) {Vsup|adakh}
adakhilat; [adaxiˈlat] v(to feed <specifically to feed on, or to feast on>) {Vsup|adakhi}
addakhat; [addaˈxat] vtr(to feed)
addiwelat; [addiweˈlat] vtr(to moisten)
addo ajjalani; [ˈaddo ˈadd͡ʒalani] np(midnight)
@rhoit
rhoit / css.md
Created July 5, 2016 15:49 — forked from ptomato/css.md
GTK CSS properties
@rhoit
rhoit / install.sh
Created June 20, 2016 07:57 — forked from ssokolow/install.sh
Simple XDG Install Script for Linux Games
#!/bin/sh
#
# Simple XDG Install Script for Linux Games
#
# Features:
# - Communicates with the desktop via the xdg-utils vendor integration scripts.
# (No need to upgrade if the implementation details change.)
# - Icons are resolved via the desktop theming system, granting theme
# developers the ability to provide customized versions which preserve the
# overall system aesthetic.
#!/bin/bash
for i in 05/*mp4; do
srt="${i/.mp4/.en.srt}"
[ -e "$srt" ] || continue
mkvmerge -o "out/${i/.mp4/.mkv}" "--forced-track" "0:no" "-s" "0" "-D" "-A" "-T" "--no-global-tags" "--no-chapters" "(" "$srt" ")" "--forced-track" "0:no" "--forced-track" "1:no" "-a" "1" "-d" "0" "-S" "-T" "--no-global-tags" "--no-chapters" "(" "$i" ")" "--track-order" "0:0,1:0,1:1"
done

Title: English is Tough

Author: Unknown

Dearest creature in creation, Study English pronuciation. I will teach you in my verse Sounds like corpse, corps, horse, and worse. I will keep you, Suzy, buzy, Make your head with heat grow dizzy. Tear in eye, you dress will tear.

f564b60a612ee1be3c570f6eb44ff087 ./DSM/import/typedm_w_lw.txt.bz2
9081ed4cd22278533abf690c224feba5 ./DSM/import/typedm_w_w.txt.bz2
e3a0785c626ada596543e0e899fe696a ./DSM/rda/web_stem150k_30k_l4r4_svd1000.rda
4a08b4e2033bd361398cf2512a2ae7bf ./DSM/rda/Web1T5_Win2_Huge.rda
eaee53930e6965de8279050ff55aa7b5 ./DSM/rda/web_stem150k_30k_l4r4.rda
385bc8a3216ea249446416e47235b1d1 ./DSM/rda/BNC_DepFilter_Lemma_Big.rda
d9b9e505febe602e62b981e0be128e6a ./DSM/rda/web_150k_30k_l4r4_svd1000.rda
4a2e9664282430b8d8d7f3182834b711 ./DSM/rda/web_150k_30k_l4r4.rda
c5391e6a4e736ebf88fbc2d0bee867de ./DSM/rda/books2012_eng_250k_50k_dep_svd1000.rda
9078c711c7e9e7625a8003dc0b2a1fec ./DSM/rda/GoogleNews300_wf200k.rda
@rhoit
rhoit / part2.sh
Created September 23, 2014 14:54
#!/bin/bash
cd run
#tesseract npl.preeti.exp0.tif
# NOTE: for 3.0.4 version and above
export TESSDATA_PREFIX=/usr/share/tessdata
# NOTE: make sure the tessaract is in your run $PATH

Assignment 2

1. Run the train/test script

# With Training Set
* Per label statistics
 0       Pr=1.00  Rc=1.00  F1=1.00
rsync -av rsync://PROJECTNAME.cvs.sourceforge.net/cvsroot/PROJECTNAME/* .
#!/bin/bash
find -type f -name "*.[c]" -o -name "*.cpp" | etags -D --no-globals -;
sed -n '
/^[[:alpha:]].*\(c\|cpp\),[0-9]*/d; # removing files
/^typedef /d # removing typed
/^struct /d # removing struct
s/(\?.*$//; # clean up
/^[[:alpha:]]/p;
' TAGS