Code Snippets Timeline

Title User Language Tags Description Date
Make ActiveMQ Discoverable laurenceosx XML

see http://activemq.apache.org/discovery-transport-reference.html

yesterday
Function pow progeru Scala

Sample function for pow math

yesterday
Update_User_Record konfeldt PHP

PHP/MySQL script that update a user record

yesterday
Responsive Adsense Code yanseo JavaScript

If you're using Adsense on responsive design, this is the code that you can use and it's NOT against its TOS.

yesterday
Responsive background image with SASS khoanguyen26 SASS

I got tire of writing the same lines of code for responsive background images, so here is my solution that I came up with for a project that I'm currently working on. This is version 1.0, version 1.1 is coming soon.

Tuesday
Create files of cetain size to be used as MQ Test Messages jtjiver Bash

Creates different sized files for use with amqsputc or other sample apps. If the messages size exceeds the buffer of the amqsputc, then separate messages are sent. This is NOT segmentation - just the logic of amqsputc. the default buffer size is 64Kb. So when we sent a 128KB file, although it is formatted so amqsputc should use the whole file as one message, we actually see 2 messages on the queue

Tuesday
6 even spaced elements across the page using calc() for sizing COBOLdinosaur CSS

The CSS calc() function can be used anywhere a length, frequency, angle, time, number, or integer is required. It can be used to apply values for width/height; font-size; margins; padding; borders; shadows; border radius; text-indent;top/right/bottom/left(for position); and any place that a number is required.

Tuesday
git checkout remote branch tzvio Other

git checkout remote branch

Tuesday
Responsive fluid grid with LESS BuschFunker CSS

A simple to use responsive and fluid grid with less.

Let LESS generate your grid classes! Get the .loop mixin

Tuesday
git delete local branch tzvio Other

git delete local branch

Monday
Git create new branch tzvio Other

Git create new branch

Monday
Uploading binary files to Dropbox RobinD Java

Uploading a binary file(like .doc) to Dropbox. I tried with .ics and it worked.

Monday
Time Midpoint Calculator Raindrop11 C++

Calculates the midpoint between two times.

Sunday
Create the backup of your site using curl codehero11 PHP

You can use Curl to create a backup of your site easily. It is very effective method for those who complain that they lost site content.

Sunday
Cloning table header to the bottom of table with reverse NeXTs jQuery

Snippet may be usefull for cloning table header to the bottom of table.

Snippet will clone all children elements from thead, reverse and insert to tfoot. Example at jsFiddle: jsFiddle

June 15