Skip to content

Instantly share code, notes, and snippets.

View smronju's full-sized avatar

Mohammad Shoriful Islam Ronju smronju

View GitHub Profile
@smronju
smronju / README.md
Last active August 29, 2015 14:08 — forked from agnoster/README.md

agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

For Mac users, I highly recommend iTerm 2 + Solarized Dark

./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/private/etc \
--with-apxs2=/usr/sbin/apxs \
--enable-cli \
--with-config-file-path=/etc \
--with-libxml-dir=/usr \
--with-openssl=/usr \
<?php
/**
* Simple excel writer class with no external dependencies, drop it in and have fun
* @author Matt Nowack
* @license Unlicensed
* @version 1.0
*/
class Excel {
private $col;
@smronju
smronju / .profile
Created April 30, 2012 06:26
My .profile
###############################################################################
############################# My Settings #####################################
###############################################################################
# MySQL native path
export PATH="/usr/local/mysql/bin:$PATH"
# Android sdk path adb command
export PATH=${PATH}:/Users/smronju/Library/Application\ Support/Titanium/mobilesdk/platform-tools