漫画、作曲、ラップ、プログラミングをやっています。I am Keita Roimo: Manga Artist, Musician, Rapper, Software Engineer.
Wednesday, May 31, 2017
Sunday, May 28, 2017
Friday, May 26, 2017
git users need to make their lives easier
Git user often types as follows:
But wait.... since you frequently access to these command, typing multiple words wastes your time.
My genious hacker friend told me the great solution to this:
then the file content of $ add is ....
then
$ add file1 file2 file3
Is much shorter and easier.
Quite same in $ st, $ log etc....
Then the you can operate git with the following shortcut commands:
$ add
$ st
$ log
But wait.... since you frequently access to these command, typing multiple words wastes your time.
My genious hacker friend told me the great solution to this:
then the file content of $ add is ....
then
$ add file1 file2 file3
Is much shorter and easier.
Quite same in $ st, $ log etc....
Then the you can operate git with the following shortcut commands:
$ add
$ st
$ log
Wednesday, May 24, 2017
[Pdfuck] Pdf to Jpegs converter: It converts all pages into jpegs!
I have made a script for converting from PDF to Jpegs.
https://github.com/keitaroemotion/pdfuck
This script is begotten because MacOS's preview app does not support exportation of multiple pages, so user has to convert pages one by one: and I felt it really irritating since the phabricator wiki our dev team is using does not support any embedding pdf on each wiki page. So a single pdf files should be parsed into a bundle of jpeg files and uploaded individually. Do you want to take screenshots of 60 pages of document manually? It is nothing but a disastrous nightmare.
Browsing through webpages and github there were nothing I am looking for, some of them hard to grasp, some buggy crap. Therefore I decided to launch a brand new conversion script which is so easy to install and use.
If you want additional feature with this pdfuck, please contact me on tobasojyo@gmail.com. Also it is open source feel free to join in.
Thanks.
Kei
https://github.com/keitaroemotion/pdfuck
This script is begotten because MacOS's preview app does not support exportation of multiple pages, so user has to convert pages one by one: and I felt it really irritating since the phabricator wiki our dev team is using does not support any embedding pdf on each wiki page. So a single pdf files should be parsed into a bundle of jpeg files and uploaded individually. Do you want to take screenshots of 60 pages of document manually? It is nothing but a disastrous nightmare.
Browsing through webpages and github there were nothing I am looking for, some of them hard to grasp, some buggy crap. Therefore I decided to launch a brand new conversion script which is so easy to install and use.
If you want additional feature with this pdfuck, please contact me on tobasojyo@gmail.com. Also it is open source feel free to join in.
Thanks.
Kei
Monday, May 22, 2017
Sunday, May 21, 2017
Friday, May 19, 2017
Thursday, May 18, 2017
Wednesday, May 17, 2017
Tuesday, May 16, 2017
Subscribe to:
Posts (Atom)