Python – Remove NewLines and Empty Lines (newlines with spaces)
Here is a copy paste of my answer on stackexchange forums LESSON ON REMOVING NEWLINES and EMPTY LINES WITH SPACES “t” is the variable with the text. You will see an “s”Read More…
Here is a copy paste of my answer on stackexchange forums LESSON ON REMOVING NEWLINES and EMPTY LINES WITH SPACES “t” is the variable with the text. You will see an “s”Read More…
##################################### # SQLITE3 INPUT COMMANDS CHEATSHEET # ##################################### ######### dot commands ############ # dump all of the database sqlite3 file1.db .dump # see tables sqlite3 file1.db .table ######### sql commands ############ #Read More…
PYTHON VIM ########### ########### Here are my recommendations to programming with vim for python Whats covered: * pyflakes – to catch errors (only when in normal mode, not while typing, so youRead More…
Windows Move or Copy Files and subfolder’s files into 1 path, destination will not have any directories #################################################### PRO: have all files in one folder, CON: hard to tell certain files apart HowRead More…
HOW TO INSTALL IPYTHON FROM SCRATCH ON DEBIAN 7 ################################################ Links that I used to get this information and install ipython with: Installation and uninstallation: http://www.installion.co.uk/debian/wheezy/main/i/ipython-notebook/install.html http://www.installion.co.uk/debian/wheezy/main/i/ipython-notebook/uninstall.html Configuration & General: http://askubuntu.com/questions/335883/how-to-use-the-newest-ipython-in-ubuntu12-04 http://ipython.org/ipython-doc/rel-1.1.0/interactive/public_server.htmlRead More…
NOTE: IN THE WORKS <- NOT!, NEEDS MORE WORK, THAT I HAVE NO TIME FOR, AND I LOST TRACK OF THE PROGRAMMING, WILL PICK BACK UP WHO KNOWS WHEN This is aRead More…
By: infotinks WINDOWS ONLY FOR NOW MyTracks by Google Inc. is a very interesting application that records your tracks via your mobile GPS and shows you some interesting stats like Top Speed, Average Speed, and shows a graphRead More…
By: infotinks Why: Look at your music folder or your picture folder. Its all treed off into layers several folders deep. Thousands of folders holding thousands of files. Lets say you wantedRead More…
IPsend Program By: infotinks NOTE: Linux version is just a simple script HERE NOTE BY NOW THIS APP PROBABLY NEEDS AN UPDATE <-4/9/2013 – dont have much time to make one yetRead More…
By: infotinks This program not only converts from binary to decimal but from decimal to any base. Future plans exist so that you can convert from any base to any base. ARead More…