AzizLight


Member since 11/09/2008

Name: Aziz Light

AzizLight

Website: http://twitter.com/aziz_light

24 snippets

4376 profile views

4 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

AzizLight's Recent Snippets



« Prev 1 Next »
0 614 posted 14 years ago by AzizLight
1 834 posted 14 years ago by AzizLight
Put this at the top of your CodeIgniter models, controllers, libraries and helpers to restrict direct access to them.
1 1368 posted 14 years ago by AzizLight
Set the default timezone for date/time functions to use if none is set on the server.
0 757 posted 14 years ago by AzizLight
0 743 posted 14 years ago by AzizLight
Simple script that returns to us a list with possible TimeZones
0 725 posted 14 years ago by AzizLight
(I am not the author of this script. I suppose the homepage of the author is the following: [http://iyoremo.com/](http://iyoremo.com/))
1 544 posted 14 years ago by AzizLight
I rewrote [this snippet](http://snipplr.com/view/15402/php-password-generator/). Usage: $password1 = new Password; $password2 = new Password; echo '<p>' . $password1->generate() . '</p>'; echo '<p>' . $password2->generate(array('leng...
1 873 posted 14 years ago by AzizLight
1 641 posted 14 years ago by AzizLight
This line can be used to refresh the current page. Submitted by philsturgeon on #codeigniter in the Freenode IRC server.
3 771 posted 14 years ago by AzizLight
1 932 posted 14 years ago by AzizLight
In Snow Leopard, bash treats colors differently. All the color codes that are escaped with \e won't be recognized. The new escape sequence is \033. The list below works perfectly in Snow Leopard
0 703 posted 14 years ago by AzizLight
/!\Notice: Change the ci_dir to wherever your ci folder is on line 3. /!\ Usage: ci [name of project] Gives the project a name based on the current date if the user didn't provide one. Option to move the app directory outside of the system dire...
2 750 posted 14 years ago by AzizLight
I did write this snippet, I found it somewhere on the internet (I think I found it in a .bash_profile file in [dotfiles.org](http://www.dotfiles.org/) Paste this code at the end of your .bash_profile file and the use it instead of man if you want...
0 551 posted 15 years ago by AzizLight
2 703 posted 15 years ago by AzizLight
« Prev 1 Next »