AzizLight


Member since 2008

24 snippets

14349 profile views

4 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

AzizLight's Recent Snippets



« Prev 1 Next »
0 1625 posted 16 years ago by AzizLight
1 1941 posted 16 years ago by AzizLight
Put this at the top of your CodeIgniter models, controllers, libraries and helpers to restrict direct access to them.
1 2875 posted 16 years ago by AzizLight
Set the default timezone for date/time functions to use if none is set on the server.
0 1947 posted 16 years ago by AzizLight
0 1964 posted 16 years ago by AzizLight
Simple script that returns to us a list with possible TimeZones
0 2003 posted 16 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 1505 posted 16 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 2198 posted 16 years ago by AzizLight
1 1644 posted 16 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 1984 posted 16 years ago by AzizLight
1 2138 posted 16 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 1838 posted 17 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 2320 posted 17 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 1555 posted 17 years ago by AzizLight
2 1831 posted 17 years ago by AzizLight
« Prev 1 Next »