Welcome To Snipplr


Everyone's Recent Snippets Tagged find



« Prev 1 2 3 4 5
rechercher une valeur dans une variable tableau (Array) en VBA Find some value into an array
0 4553 posted 6 years ago by martinbrait
Recursively find and list the last modified files in a directory
0 3951 posted 9 years ago by rm1984
Mysql find duplicate values in field
0 3842 posted 11 years ago by flatearthcomms
MySQL has a handy and simple string function REPLACE() that allows table data with the matching string to be replaced by new string. This is useful if there is need to search and replace a text string which affects many records or rows, such as chang...
0 3823 posted 11 years ago by apphp-snippets
Prints out a list of any field containing duplicates with count
0 3466 posted 12 years ago by flatearthcomms
Find a key from a list of values​​. parameters: sbValues​​: List of Values 'A;B;C;D' sbToken: Key 'B' sbSeparator: ',' or any defined sbValues Example: select FSBFINDTOKEN('A;B;C;D','B',';') from DUAL; ------------------- Y
0 3522 posted 12 years ago by ceduard0
Reads CBC news RSS with fancy-prints its in table, splitting news description by image & text.
0 3545 posted 12 years ago by alces
Find and replace
0 1607 posted 12 years ago by inreflection7
Find and List all the files with extension .file containing/not containing the given string "STRING" The snippet is set to "containing", to switch it to "not containg" just replace "grep -l" with "grep -L" containing : grep -l not containing:...
0 1570 posted 13 years ago by claudiodev
This function searches the current working directory (or any other directory path that you specify with parameter $p) for a file, named $f, and returns the full path and filename of the first occurrence, or false if it is either not found or the maxi...
0 1269 posted 13 years ago by VisionHive
sas wedit find next and prev
0 3272 posted 13 years ago by Pavonz
Joomla SEF to work properly it is based on Joomla menus. In your own components for SEF to work and menus to appear your need to pass the Itemid to links. To do this you need to get the Itemid based on on the URL link. Here is how you get the Itemid...
1 1674 posted 13 years ago by kevincam
trims spaces from the source code and left align the code column
0 1386 posted 13 years ago by ferro
Find a directory withing a compressed file and remove it.
0 1560 posted 13 years ago by bionic
A fast and easy way to go through all vim-pathogen bundles and perform a git pull on all of them.
0 1823 posted 13 years ago by luizlopes
Fast and easy way to find a keyword inside of files located inside of a directory tree. (eg: looking for a function foo, inside of your applications directory.) This command will display a list of files which contain function foo.
0 1573 posted 14 years ago by luizlopes
Useful jQuery for mutliple items on a page that are using the same jquery function and classes to perform an action. By traversing the dom like this the function will only be applied to the item you are clicking on and not all elements on the page th...
0 1417 posted 14 years ago by i-am-andy
found via google: http://www.unix.com/unix-dummies-questions-answers/133697-find-folders-do-not-contain-certain-file.html
1 1460 posted 14 years ago by pspierce
Output Example: d65bfef64a5fc9f7dbf9d35d80a2e1ed218c75d2 ./tmp1/12414.txt d65bfef64a5fc9f7dbf9d35d80a2e1ed218c75d2 ./tmp2/2012.txt d65bfef64a5fc9f7dbf9d35d80a2e1ed218c75d2 ./tmp1/3153.txt dd07cec149e7c5929d6e9a0618de7114d50b34b0 ./tmp...
0 1605 posted 14 years ago by ksaver
0 1256 posted 14 years ago by mkornatz
0 1610 posted 14 years ago by apro2000
0 1422 posted 14 years ago by troyaner
0 1532 posted 14 years ago by loungerdork
0 1218 posted 14 years ago by loungerdork
0 1626 posted 14 years ago by BFTrick
.closest and .find are very useful - surprised I haven't heard of them before.
0 1400 posted 14 years ago by inreflection7
« Prev 1 2 3 4 5