mattkenefick


Member since 05/19/2008

15 snippets

3188 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

mattkenefick's Recent Snippets



« Prev 1 Next »
I should've wrote this function a LONGGG time ago. foreach($myArray, function($k, $v){ console.log($k + " :: " + $v); });
3 697 posted 13 years ago by mattkenefick
Returns an array of files that match a search term in a certain directory.
1 526 posted 13 years ago by mattkenefick
Gets all meta data keys/values for a particular post
1 792 posted 13 years ago by mattkenefick
Removes trailing slashes from URLs, forces all urls to index.php
0 496 posted 13 years ago by mattkenefick
find . | xargs grep 'string' -sl The -s is for summary and won't display warning messages such as grep: ./directory-name: Is a directory The -l is for list, so we get just the filename and not all instances of the match displayed in the results...
2 833 posted 15 years ago by mattkenefick
Simple enough.
3 742 posted 15 years ago by mattkenefick
I deleted the old one by accident trying to edit it.
9 1102 posted 15 years ago by mattkenefick
Unzip files with PHP.
1 829 posted 15 years ago by mattkenefick
Expands a MySQL / Gzipped file and executes it's queries.
0 673 posted 15 years ago by mattkenefick
Usage:
1 587 posted 15 years ago by mattkenefick
Usage coming soon.
6 797 posted 15 years ago by mattkenefick
Paging class. Details on use to come later.
8 795 posted 15 years ago by mattkenefick
0 448 posted 15 years ago by mattkenefick
Recursively trace an array or object in Actionscript.
0 562 posted 15 years ago by mattkenefick
Just to include and implement the SWFObject to an HTML body from a generic "/js/" directory with some basic varibles. [applies to OLD version of SWF Object]
1 492 posted 15 years ago by mattkenefick
« Prev 1 Next »