Posts in : Linux
[Bits And Pieces] Ubuntu terminal notification
- February 4th, 2013
- Comments(0)»
- CodeToolsLinux
How many times you had to check your terminal to see if a current job is done? Or multiple terminals? This sometimes can be a time consuming or you can just forget you have been doing something and then you must start the process all over again. Well one solution can be using NotifyOSD to get a notification when a job in terminal has completed. I found this old blog post by
ContinuePosts in : Linux
[Bits and pieces] Custom python shell
- July 15th, 2012
- Comments(0)»
- CodeToolsLinuxPython
Today we will have some fun with python and try to create a "framework" using python shell. We will make a custom python shell with the ability of loading modules. You all probably know how python shell looks like, but here it is:
