Skip to content Skip to sidebar Skip to footer
Showing posts with the label Perl

Markdown -> Showdown Bug In Detab Regex?

I'm looking at Gruber's original Markdown implementation here and the Showdown implementati… Read more Markdown -> Showdown Bug In Detab Regex?

How Do I Enable Automatic Folds In Vim?

How do I enable automatic folding in Vim? set foldmethod=syntax doesn't seem to do much of any… Read more How Do I Enable Automatic Folds In Vim?

Can't Save Uploaded Video's Blob Url At The Backend Server Using Ajax Call

I have a web page where user uploads a video file using html's 'input type = file' tag,… Read more Can't Save Uploaded Video's Blob Url At The Backend Server Using Ajax Call

Simplifying Regex OR Patterns

I was asked today if there was a library to take a list of strings and to compute the most efficien… Read more Simplifying Regex OR Patterns

Extracting Visual Event 2 Output Into Script

In the Visual Event description, it says that it extracts 'which elements have events attached … Read more Extracting Visual Event 2 Output Into Script