Below are the top ranked snippets.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2  ...  41 42 43 44 45 46 47 48 49  ...  55 56 Next »
5
Date Submitted Mon. Dec. 18th, 2006 8:30 AM
Revision 1
Beginner cfDavid
Tags CF_NoJunk
Comments 2 comments
A sipmle tag that masks email addresses from spambots or email harvesters.
5
Date Submitted Tue. Mar. 6th, 2007 8:26 PM
Revision 1
Beginner overPlumbum
Tags age | Date
Comments 1 comments
Optimized way to calculate age from timestamp,
the idea is not to use date() call at all if possible.
5
Date Submitted Fri. Jan. 26th, 2007 1:54 AM
Revision 1
Scripter i_kenneth
Tags "CSharp" | "impersonation" | "security"
Comments 0 comments
With this simple class you can run som code with others user accounts.
How to use:

// ...some code
using(Impersonator user = new Impersonator("domain", "user", "pswd"))
{
// This run with new credentials.
}
// ... more code
5
Date Submitted Thu. Feb. 8th, 2007 1:09 PM
Revision 1
Helper jeremec
Tags "ruby on rails" | fixtures | rails | Ruby
Comments 0 comments
I'm in the process of writing test fixtures for our rails site. A lot of my tests require authentication, so I've had to port our permissions system into a fixture. Rather than type out all of the information for the fixture, I decided to create a nested loop that will take care of this for me.

There's probably a rake task for this, but I wasn't able to find it, so I came up with my own solution. You'll have to do a little cleanup when it's done, however some slight mods to this loop could even eliminate that.
5
We Just released Shine Live Help. It has integration with SugarCRM. As part of the release we are having a Code Contest with $10,000 in cash prizes. We hope to attract coders to improve the usability, and interoperability with other open source applications.

You can download it here and register for the contest: http://www.iradeon.com/codeprix.html

I have posted the CRM integration piece.
5
Date Submitted Mon. Feb. 19th, 2007 1:56 PM
Revision 1
Beginner mentat_emre
Tags C | converter | Number | roman
Comments 1 comments
It is a simple converter which converts your number into roman number.
Due to roman numbers it can converts 4 digits.
5
Date Submitted Thu. Feb. 22nd, 2007 4:14 PM
Revision 1
Helper BerndSchiffer
Tags Category | Inlinetest | RegExp | SwingBuilder
Comments 0 comments
Ein Kilometerfresser mit Groovy Console, Inlinetests, Groovy Beans, der Meta-Objekt-Programmierung, Swing, GStrings, Regulären Ausdrücken und Closures gebaut. Läuft mit Groovy 1.0 in der Groovy Console.

A Mile-Eater build with Groovy Console, inline tests, Groovy Beans, Meta-Object-Programming, Swing, GStrings, regular expressions und closures. Runs with Groovy 1.0 in the Groovy Console.
5
Date Submitted Tue. Feb. 27th, 2007 5:45 AM
Revision 1
Helper lolfejs
Tags mysql
Comments 0 comments
How to connect to your mysql serve
5
Date Submitted Wed. Feb. 28th, 2007 1:16 AM
Revision 1
Beginner lalamen
Tags Files | search
Comments 0 comments
Function to search in files
5
Date Submitted Sat. Apr. 21st, 2007 7:04 PM
Revision 1
Helper TimboTheGreat
Tags speech | tts | VBSCRIPT | voice
Comments 0 comments
This script demonstrates the use of the Speech API via VBScript. Simply type in the word or phrase that you want to the computer to speak and click OK. Useful for vocalizing the results of a function or literally reading a text file to the user.

Note: To successfully run this code you MUST have the Speech API installed. The Speech API is installed during a complete Office install. If the required libraries are not present on your system, search Microsoft.com for the speech API SDK download. See this page for help on setting up Text To Speech: http://support.microsoft.com/kb/306902/
« Previous 1 2  ...  41 42 43 44 45 46 47 48 49  ...  55 56 Next »