Search Filters
Search Results
201 total results found
Cloning a Repository
This chapter discusses how to clone a repository. This is most likely the first thing one will do...
Comparison of two-side MI
As mentioned in Methods for building twitter-specific sentiment lexicon there are two general way...
Todo: Coding
Implement sentiment value creator with fit() and transform(). Integrate corenlpSentimentAnalyze...
Lock packages in zypper
To prevent updates to packages in zypper, you can use the al command to add a lock. sudo zypper ...
Results dump
Cross validation character n-grams tfidf F1-score Task A 0.6440953412784399 preci...
ClingDing Spring 2019
January 23rd Coffee @ Pourhouse January 30th NACLO grading party February 6th Co...
Supercomputer info
Carbonate node: 710.223 GFLOPS on intel mkl linpack If you need to get 32GB of VRAM on Carbonate...
Containers on IU supercomputers
Karst, Carbonate and Big Red II have the singularity package available which allows users to run ...
Run docker container inside of lxc container
Create an unprivleged container with nesting turned on Run docker containers as normal
NAS
Goals: I want to have a way to store my files for machines that are ephemeral For example, im...
Git hist
This is an excellent alias for git hist to add to your .gitconfig file git log --pretty=format:"...
1
The sun set on a dead end job. Just dark. I worked for that job. I gave for that paycheck. The mo...
lxc container setup
I prefer to purge openssh-server and then reinstall it as the default config requires preshared k...
How to control turbo boost inside the operating system
If you would like to control whether turbo boost is allowed from within linux instead of using th...
Methods for building twitter-specific sentiment lexicon
Using mutual information This page has quite a bit of information regarding how the mutual infor...
Make lxd container accessible outside of host machine
The default network connector type is a bridged connector and as such does not allow for outside ...
Redirect traffic using iptables
HOST_PORT=3230 PUBLIC_IP=192.168.1.150 CONT_PORT=22 CONT_IP=10.121.80.77 sudo iptables -t n...
Checkout
One of the most powerful functionalities provided by git is the checkout functionality. This com...
Introduction
The Guided Git Tutorial is an invaluable resource for learning how to effectively use git. This c...
Installing matrix-synapse on pypy
sudo apt install virtualenv virtualenv -p ./pypy3 ~/synapse/env source ~/synapse/env/bin/activa...