lekaha's blog Change the world     Wiki     Blog     Feed

Preference your bash prompt

What is PS1 PS1 denotes Prompt String 1. It is the one of the prompt available in Linux/UNIX shell. When you open your terminal, it will display the content defined in PS1 variable in your bash prompt Preference it It is a web site for customizing your bash prompt: http://bashrcgenerator.com/ ... Read more

Dagger2 note

Thanks Uncle Bob’s The Clean Architecture Fernando Cejas’s Architecting Android…Then clean way? Fernando Cejas’s Architecting Android…The evolution Fernando Cejas’s Tasting Dagger 2 on Android Dagger 2, A New Type of Dependency Injection Most important notion While understanding a ... Read more

Write Octave in IPython

Some of my code writen in Octave, also I would like to put it on the blog. One of easy ways is using ipython notebook with Octave then convert it to markdown content. I am not going to use oct2py that will be a extension to ipython. It’s not my object. I would like to use pure Octave code and se... Read more

About Swift resources

Swift tutorial Swift 2 Tutorial: A Quick Start Swift 2 Tutorial Part 2: A Simple iOS Swift 2 Tutorial Part 3: Tuples, Protocols, Delegates, and Table Views Apple official documents Apple’s Swift Programming book Swift reference guide Practice with Swift tutorial Firebase Tut... Read more

How to build your blog with Jekyll and IPython

What is Jekyll I used the introduction of Jekyll as the first post. If you’re interested you can talk look the post. What is IPython IPython provides a rich architecture for interactive computing with: A powerful interactive shell. A kernel for Jupyter. Support for interacti... Read more