UNetbootin is a good tool for creating live usb, you can install it via apt
TensorFlow on Ubuntu 16.10
A note for installing tensorflow under ubuntu 16.10 with nvidia GTX-750 Ti graphic card
Install the following packages
Install tensorflow GPU version
Download cudnn from NVIDIA website (you need to register a account before download it)
Extract the file and execute below commands
imagemagick - add date on image
do convert "$img" -gravity SouthEast -pointsize 64 -fill white -annotate +30+30 %[exif:DateTimeOriginal] "time_""$img";
done
Atom - source editor
Atom - excellent source editor under Linux, the most import thing is it's "FREE"
Install
sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install atom
Ignored names (useful for search)
.git, .hg, .svn, .DS_Store, ._*, Thumbs.db, *.txt, *.tags, tags, *.stack, _out, *.htm, *.lst, .tags1
Best Packages for developers
Atom-ctags
Atom Beautify
File-icons
Highlight-line
Highlight-selected
Project-Manager
Symbol-tree-view
Terminal-plus
Vertical-tabs
Merge-conflicts
Todo-show
git-blame
Atom Beautify
File-icons
Highlight-line
Highlight-selected
Project-Manager
Symbol-tree-view
Terminal-plus
Vertical-tabs
Merge-conflicts
Todo-show
git-blame
SSD Optimization under Ubuntu
Static code analysis - pylint
popular static code analysis for python language
Install (via pip)
pip install pylint
Run pylint
pylint [SOURCE]
Don't like command line tool? try pylint-gui
pylint-gui
Python package installer
For all python developer, you will need it
for python 2.x
sudo apt install python-pip
for python 3.x
sudo apt install python3-pip
Subscribe to:
Posts (Atom)
Orange - data analysis tool
Installation pip install orange3 Run orange python -m Orange.canvas
-
Qt 4.5 QGroupBox with QGTkStyle 經 jensbw 前輩指導之後得知以下的效果原來是因為Qt 4.5為了要保留原生的Gnome的特效採用了QGtkStyle而造成的,並不是程式上得錯誤。而QGtkStyle則是Qt 4.5所強調的新功能之一,看來我真...
-
Calling Gnuplot in C Download: callGnuPlot.c 懶惰是程式設計師的天性,所以才會創造出許多方便的程式,最近一直需要作圖分析,厭倦了Origin重複且繁複的設定,所以決定將要分析的資料使用c做分析後再由gnuplot畫出。 熟悉gnuplo...
-
Installation pip install orange3 Run orange python -m Orange.canvas



