This uses Twitter Bootstrap classes for CodeIgniter pagination.
Drop this file into application/config
.
# 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 |
#!/bin/bash | |
# Run using: curl -L http://bit.ly/2tb13o3 | sudo sh | |
# Make sure only root can run our script | |
if [[ $EUID -ne 0 ]]; then | |
echo "This script must be run as root" 1>&2 | |
exit 1 | |
fi |
#!/bin/bash | |
# Author: Mehmet Akif TAŞOVA <[email protected]> | |
# A simple (and silly) bash script to adding Telegram's | |
# desktop app to PATH which wirtten as a quick hack | |
# Just put this script alongsite Telegram and Updater | |
# executables from Telegram's desktop app package | |
# then run this script as root user | |
# To downlaod Telegram's Linux desktop app | |
# you can visit: https://desktop.telegram.org/ |
#!/bin/sh | |
# Sublime Text 3 install with Package Control (last update: 3 March 2016) | |
# | |
# No need to download this script, just run it on your terminal: | |
# | |
# $ curl -L git.io/vwdbg | sh | |
# | |
# When you need to update Sublime Text, run this script again. |
Use Case 1: (Target) Title (Type) | |
================================= | |
**Primary Actor**: User | |
**Scope**: Software system | |
**Level**: Summary / User Goal | |
Main success scenario: | |
---------------------- | |
1. ... | |
2. ... |
This uses Twitter Bootstrap classes for CodeIgniter pagination.
Drop this file into application/config
.
https://www.facebook.com/dialog/pagetab?app_id=XXXXXXXXX&display=popup&next=HTTPURL |