Tag : single

Title User Language Tags Description Date
Javascript Static Singleton Pattern timsommer JavaScript

In conventional software engineering, the singleton pattern can be implemented by creating a class with a method that creates a new instance of the class if one doesn't In conventional software engineering, the singleton pattern can be implemented by creating a class with a method that creates a new instance of the class if one doesn't

July 30
Start SQL Server in Single-User Mode Frank Blau SQL This is usefull to repair a corrupt master-db. You must start a Database with the following Code from Query Analyzer and then do DBCC CHECKDB or DBCC CHECKTABLE with a valid REPAIT Option. March 21, 2011
Single row from database tonatiuh C# February 20, 2011
Singleton Skeleton andrewroycarter Objective C

Credit: http://iphone.galloway.me.uk/iphone-sdktutorials/singleton-classes/

January 20, 2011
mysql dump single table tribal SQL

Backup a single table from a database

November 9, 2010
Recursive function that returns single element Piotr Skirski C# Recursive function that returns a single element that fulfils the given criteria. October 13, 2010
SingleClickImageButton : ImageButton for Asp.net 1.1 Andy Yong ASP.NET Custom control single click button September 14, 2010
TryCast Single Query John bonsol C# TryCast Single Query July 26, 2010
PHP Singleton Nakor PHP How to implement a PHP Singleton Class July 15, 2010
Enforce Single Instance pipjt C# I have created a simple static class with a method that will check if a process with the same name is already running and if so close the most recent instance of the application: June 27, 2010
Singleton Template Class stayscrisp C++ A reusable singleton template class, makes the creation of singleton classes nice and easy. Its short but sweet. May 29, 2010
ReadOnlyPrivateSingletonImplicitThisMetaClass Chris Jones python

Are you a totally agile rock star developer? Turn your code into a rock concert with this handy metaclass that makes your classes suitable for production deployment!

May 7, 2010
Singleton(subclass) with once initialization Dmitry python

Yet one singleton realization on Python without metaclass. Singleton may has __init__ method which will call only when first object create.

April 23, 2010
Single post depending on the category gd6d PHP April 6, 2010
Try Cast Single Query John bonsol VB.NET Enclosed in a Try Cast a OLE DB Methods to Query a Single Row from the Database that catch the error in a MsgBox November 23, 2009