Skip to content

Instantly share code, notes, and snippets.

View freephile's full-sized avatar

Greg Rundlett freephile

View GitHub Profile
@ilhooq
ilhooq / importWikispaces.php
Last active September 26, 2018 15:28
Import wiki from WikiSpaces to MediaWiki
<?php
/**
* Import pages from Wikispaces
*
* ======================================================================
*
* To use this script, put it in your MediaWiki 'maintenance' folder
* Then call the script on the command line.
*
* Examples of use :
@alecthegeek
alecthegeek / svn.sh
Last active February 5, 2016 01:06
SVN Wrapper Script -- support for standard commit message templates and svn info output
#!/usr/bin/env bash
# A wrapper for SVN. Designed for
# GIt users who need access to command line SVN. Tries to adopt as much information from Git config
# Command Line SVN users who are working with people using TortoiseSVN on Windows
# People who have use build scripts that depend on the outfrom from svn info when they in a Git checkout
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active June 13, 2024 05:29
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname