Skip to main content

Linux Terminal

Linux Terminal -

Stream Our Mistakes EP 000


In our first episode we go over terminal command line in linux and specifically, how to install resilio sync on my Ubuntu VM.
We also go over an open machine learning project matt was playing with to generate random quotes all in a linux environment.


links:

resilio sync - https://www.resilio.com/
tmux - https://github.com/tmux/tmux/wiki
char-rnn - https://github.com/karpathy/char-rnn
sample quotes - http://octon.io/sample_quotes.txt

youtube live broadcast: https://www.youtube.com/user/eddyizm/live
Subscribe to our channel and follow my twitter feed to be notified of our next live broadcast and feel free to leave us comments and suggestions on what you want to see.
eddyizm
site: http://eddyizm.com
twitter: http://twitter.com/eddyizn
github: https://github.com/eddyizm
matt
site: http://octon.io/

Comments

Popular posts from this blog

Sending SMS via code (.Net, c#)

Stream Our Mistakes EP 001 --- In this episode, we will work on sending SMS messages via code using twilio. The example said it could be done in 30 seconds but it took us closer to an hour. Browse the code, fork the repo to get ready for our next steps. https://github.com/mmdempsey/SMS-Automation Subscribe to the podcast on itunes , google play ,   stitcher | eddyizm site: http://eddyizm.com twitter: http://twitter.com/eddyizm github: https://github.com/eddyizm matt site: http://octon.io/ github: https://github.com/mmdempsey --- **Tool of the week:** https://technet.microsoft.com/en-us/sysinternals/zoomit.aspx --- **youtube live broadcast:** https://youtube.com/user/eddyizm/live Subscribe to our channel and follow my twitter feed to be notified of our next live broadcast and feel free to leave us comments and suggestions on what you want to see. ---

Data Visualization with Python

Scatter plots with Matplotlib  I'm in the middle of taking a 6 week Data Visualization course at Code Academy  so I guess you might call this a midterm project. In this jupyter notebook project, we have use real world space data (celestial star location ) for the Orion constellation and output a 3D scatter plot. This was fun but because it is an intro course, the project didn't even get to labeling the actual star which I thought was bunk.  At the end of the project, they offer you a link  to some star data and challenge you to plot some local stars. So I decided to publish my results that I will end up turning in for the extra credit portion of the project. (code below) I picked a few stars, starting with some familiar ones, like Sirius, and started plotting it out. It took a while to get the labels on correctly, for some reason, I thought it was going to be easy but it definitely took some searching as the 3D portion of it made finding the examples far more challen

002 - 2D Flappy Bird game with Unity

Stream Our Mistakes EP 002 In this episode, we will be working on a 2d flappy bird game using the unity framework. tutorial https://noobtuts.com/unity/2d-flappy-bird-game Browse the code, fork the repo to get ready for our next steps. https://github.com/mmdempsey/FlappyBird Subscribe to the podcast on  apple podcasts ,  google play ,   stitcher eddyizm site:  http://eddyizm.com twitter:  http://twitter.com/eddyizm github:  https://github.com/eddyizm matt site:  http://octon.io/ github:  https://github.com/mmdempsey --- **youtube live broadcast:** https://youtube.com/user/eddyizm/live Subscribe to our channel and follow my twitter feed to be notified of our next live broadcast and feel free to leave us comments and suggestions on what you want to see.