Skip to content

yeshivadan/hackingprogramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

hackingprogramming

Scripts that I find useful to make programming easier.

  1. convert xls to csv with libre office

http://askubuntu.com/questions/379416/saving-xls-as-csv-with-libreoffice-calc

libreoffice --headless --convert-to csv --outdir somedir *.xls appears to work.

--headless stops Libreoffice from opening a window, so it just converts your files and then exits.

:writer_csv_Export after csv appears to be unnecessary.

It might also be a problem that /Data/ means a directory called Data at the filesystem root, not in your home directory. Just omit --outdir DIR and you'll get the output in the current directory.

  1. making forms easy

https://formbuilder.online/

  1. buld android apps with html/css/javascript

http://cordova.apache.org/docs/en/latest/guide/cli/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors