Entitled “Lazy Linux: 10 essential tricks for admins“, this is a pretty good set of essential commands for *nix administrators. If I have to suggest anything for in-depth study, it’s… more →
*nix Shelln00bsys0p wrote 1 week ago: Hi, folks! Just a couple of hours ago I was trying to download all the files in a folder on the OSUO … more →
Neil Obremski wrote 1 month ago: Having a bit of inspiration after a productive day at the office, I decided to implement this small … more →
Viswanathan wrote 2 months ago: http://www.rubular.com … more →
drewtown12 wrote 3 months ago: This is my first post about my code so I thought I start with a fairly simple topic, pagination. Pa … more →
oscarvalles wrote 3 months ago: Below is a really simple example on how to search for e-mail addresses within records of your databa … more →
sterndorff wrote 3 months ago: CodeCopy: using System; using System.Collections.Generic; using System.Linq; using System.Text; usin … more →
mattreyuk wrote 3 months ago: Flex has formatter classes that can be used to format raw data into customized strings. You can comb … more →
max.rozdobudko wrote 3 months ago: For getting information about the caller issuing the logging request uses converters which based on … more →
maheshvnit wrote 4 months ago: Regular expressions (”regex’s” for short) are sets of symbols and syntactic elements used to match p … more →
daill wrote 4 months ago: In case of a project of two friends of mine, i have been asked to write a regular expression pattern … more →
alikates wrote 6 months ago: I have found this regular expression to be usefull // Regex for parsing URIs. var HTTP_URI_RE = /^(h … more →
r4ccoon wrote 6 months ago: preg_match_all("#(\w+)=\[(.*?)\]#s", $param_line, $matches); sample string = {gallery width=[129] ur … more →
firmit wrote 6 months ago: Oh – the possibilities! sed, grep and a lot of editors support the use of regexp. It’s a … more →
FreePunch wrote 6 months ago: Function rgxEmail(email) Dim regEx, Match, Matches If email <> “” Then Set regEx = … more →
Eyal Schneider wrote 7 months ago: Java introduced the java.util.regex package in version 1.4. It is a powerful addition, and yet, one … more →
vx wrote 7 months ago: to see large version, right click save as image … more →
r4ccoon wrote 7 months ago: Regular expressions (or regex) are a powerful way to traverse large strings in order to find informa … more →
ywarnier wrote 7 months ago: I have a list of e-mails that I extracted from MySQL as something like this: name@example.com firstn … more →
ywarnier wrote 7 months ago: I have a list of e-mails that I extracted from MySQL as something like this: name@example.com firstn … more →