This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# No need to download this script, just run it on your terminal: | |
# | |
# $ curl -L git.io/v5qOi | sh | |
# | |
mkdir "${HOME}/.npm-packages" | |
echo "prefix=${HOME}/.npm-packages" >> ~/.npmrc | |
echo "# RUN NPM WITHOUT SUDO" >> ~/.bashrc | |
echo "NPM_PACKAGES=\"${HOME}/.npm-packages\"" >> ~/.bashrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://stackoverflow.com/questions/9548755/powerpoint-ppt-to-jpg-or-png-image-conversion-using-php#16045442 | |
## Dependencies | |
apt-get install unoconv | |
apt-get install imagemagick | |
## First converts your presentation to PDF | |
unoconv -f pdf presentation.ppt | |
## Then convert your PDF to jpg | |
convert presentation.pdf presentation_%03d.jpg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use Case 1: (Target) Title (Type) | |
================================= | |
**Primary Actor**: User | |
**Scope**: Software system | |
**Level**: Summary / User Goal | |
Main success scenario: | |
---------------------- | |
1. ... | |
2. ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Sublime Text 3 Install (last update: Monday 13 March 2017) | |
# | |
# No need to download this script, just run it on your terminal: | |
# | |
# curl -L git.io/sublimetext | sh | |
# Detect the architecture |