Skip to content

Instantly share code, notes, and snippets.

View hedcler's full-sized avatar

Hedcler Morais hedcler

View GitHub Profile
# 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
@hedcler
hedcler / [FEDORA] gitkraken
Last active June 25, 2017 20:03 — forked from aelkz/[FEDORA] gitkraken
How to install gitkraken on Fedora 25 + launcher icon
#!/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
@hedcler
hedcler / install-telegram.sh
Created October 31, 2016 11:25 — forked from makiftasova/install-telegram.sh
A simple (and silly) bash script to adding Telegram's desktop app to PATH which wirtten as a quick hack. Tested on Fedora 21
#!/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.
@hedcler
hedcler / UseCase-Template
Created April 15, 2016 23:00 — forked from fourcube/UseCase-Template
Markdown Template for describing Use Cases
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.

@hedcler
hedcler / gist:3343731
Created August 13, 2012 20:01
Adicionando aba no Facebook
https://www.facebook.com/dialog/pagetab?app_id=XXXXXXXXX&display=popup&next=HTTPURL
@hedcler
hedcler / gist:3144416
Created July 19, 2012 14:43 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt