comix-land.blogspot.com
Alicia in comix land: julio 2008
http://comix-land.blogspot.com/2008_07_01_archive.html
Alicia in comix land. A guide of erotic graphic art - Guía de arte gráfica erótica - WARNING: Adult content - ADVERTENCIA: Contenido exclusivo para adultos (Header illustration by Dorian Cleavenger). Follow by Email - Sígueme por correo-e. Viernes, 18 de julio de 2008. ADVERTENCIA: Contenido exclusivo para adultos. Giselle mine at last. You can find the art of Gary Roberts in the following official links. Puede conocer el arte de Gary Roberts en los siguientes links oficiales. 7/18/2008 09:03:00 a. m.
dragthor.wordpress.com
MySql Connector .NET MySqlBulkLoader Example | Dragthor's Blog
https://dragthor.wordpress.com/2009/04/08/mysql-connector-net-mysqlbulkloader-example
Just another WordPress.com site. Unit Testing ASP.NET App Code. Example mySql IsDate Function →. MySql Connector .NET MySqlBulkLoader Example. April 8, 2009. Here is a MySqlBulkLoader example I quickly wrote to import 65,000 records into a mySql 5.1 database using the mySql Connector 5.2.5. And yes, its fast as snot (the lead programmer at my first programming job out of college invented the term). Helped me figure out the follow details:. 8211; the default FieldTerminator is “ t”. The 'Object refer...
dragthor.wordpress.com
.NET mySql PerformanceMonitor Class | Dragthor's Blog
https://dragthor.wordpress.com/2009/08/06/net-mysql-performancemonitor-class
Just another WordPress.com site. Concrete Example – Mocking .NET Objects w/NUnit. NET mySql PerformanceMonitor Class. August 6, 2009. Also, you have set the following parameter in your connection string:. Use Performance Monitor=true;. HardProcedureQueries – The number of times a procedures metadata had to be queried from the server. SoftProcedureQueries – The number of times a procedures metadata was retrieved from the client-side cache. This entry was posted in .net. Leave a Reply Cancel reply. MySql C...
dragthor.wordpress.com
Uninstall Mono on Mac OS X | Dragthor's Blog
https://dragthor.wordpress.com/2007/07/24/uninstall-mono-on-mac-os-x
Just another WordPress.com site. Default ASP.NET Submit Button. Visual Studio 2005 on Mac OS X →. Uninstall Mono on Mac OS X. July 24, 2007. To uninstall Mono on OS X utilize the uninstallMono.sh script. Where is it? How do you get it? Utilize Finder to browse to /Library/Receipts. View the package contents of Contents/Resources/MonoFramework.pkg. Mono on Mac OS X is then uninstalled (bin, Frameworks, etc.). This entry was posted in mac. Default ASP.NET Submit Button. Visual Studio 2005 on Mac OS X →.
dragthor.wordpress.com
Disable the Shutdown Event Manager in Windows Server | Dragthor's Blog
https://dragthor.wordpress.com/2009/02/17/disable-the-shutdown-event-manager-in-windows-server
Just another WordPress.com site. Using Microsoft ADO.NET Entity Framework with MySQL. Unit Testing ASP.NET App Code →. Disable the Shutdown Event Manager in Windows Server. February 17, 2009. Want to get rid of this screen (Shutdown Event Manager) in Windows Server 2003 and Windows Server 2008? Start - Run - gpedit.msc. Computer Configuration - Administrative Templates - System. Disable “Display Shutdown Event Tracker”. This entry was posted in windows server. Unit Testing ASP.NET App Code →. Build a web...
dragthor.wordpress.com
Example mySql IsDate Function | Dragthor's Blog
https://dragthor.wordpress.com/2009/06/22/example-mysql-isdate-function
Just another WordPress.com site. MySql Connector .NET MySqlBulkLoader Example. Side by Side – IE8, IE6, IE5.5, IE5, IE4.01, & IE3 →. Example mySql IsDate Function. June 22, 2009. Here is an example mySql IsDate function using a regular expression:. CREATE DEFINER=`root`@`localhost` FUNCTION `IsDate`(var varchar(25) RETURNS tinyint(4). 05/17/2009, 5/01/2009, 5/1/2009 */. Declare result tinyint;. REGEXP ' ([1-9] 0[1-9] 1[012])/([1-9] 0[1-9] [12][0-9] 3[01])/(19 20)[0-9][0-9]'. This entry was posted in mysql.
dragthor.wordpress.com
dragthor | Dragthor's Blog
https://dragthor.wordpress.com/author/dragthor
Just another WordPress.com site. NET mySql PerformanceMonitor Class. August 6, 2009. The 6x mySql Connector for .NET comes with two performance counters that seem to be working rather well. If I call the same stored procedure 1,000 times… the metadata is only retrieved from the server the first time. All subsequent … Continue reading →. Concrete Example – Mocking .NET Objects w/NUnit. June 29, 2009. Side by Side – IE8, IE6, IE5.5, IE5, IE4.01, & IE3. June 24, 2009. Running IE8 on your computer? Here is a...
dragthor.wordpress.com
August | 2009 | Dragthor's Blog
https://dragthor.wordpress.com/2009/08
Just another WordPress.com site. Monthly Archives: August 2009. NET mySql PerformanceMonitor Class. August 6, 2009. The 6x mySql Connector for .NET comes with two performance counters that seem to be working rather well. If I call the same stored procedure 1,000 times… the metadata is only retrieved from the server the first time. All subsequent … Continue reading →. NET mySql PerformanceMonitor Class. Concrete Example – Mocking .NET Objects w/NUnit. Example mySql IsDate Function.
dragthor.wordpress.com
Side by Side – IE8, IE6, IE5.5, IE5, IE4.01, & IE3 | Dragthor's Blog
https://dragthor.wordpress.com/2009/06/24/side-by-side-ie8-ie6-ie5-5-ie5-ie4-01-ie3
Just another WordPress.com site. Example mySql IsDate Function. Concrete Example – Mocking .NET Objects w/NUnit →. Side by Side – IE8, IE6, IE5.5, IE5, IE4.01, & IE3. June 24, 2009. Running IE8 on your computer? The included developer tools are great. Need to switch to IE7 mode? No problem using IE8. But what about IE6, IE5.5, IE5, IE4.01, and IE3? Here is a free multiple installer you can use. And it works! And I performed a virus scan (before and after the install)… no problems detected. Pankaj Nikam o...
dragthor.wordpress.com
Unit Testing ASP.NET App_Code | Dragthor's Blog
https://dragthor.wordpress.com/2009/02/25/unit-testing-asp-net-app_code
Just another WordPress.com site. Disable the Shutdown Event Manager in Windows Server. MySql Connector .NET MySqlBulkLoader Example →. Unit Testing ASP.NET App Code. February 25, 2009. I learn something new every day. Today, its the ability to Unit Test code in the App Code folder. Using Visual Studio 2008 Professional. Tip: Just make sure you watch your dynamic port assignments. This entry was posted in .net. Disable the Shutdown Event Manager in Windows Server. Leave a Reply Cancel reply. Kim Olsen on ...