Submitted by peter on Fri, 06/08/2012 - 23:31
Injuries from ages 5-18:
The list below only features some of the injuries that I remember somewhat vividly. This is because of their painful nature. It does not include the dozens (hundreds?) of cuts and scraps. That being said in the grand scheme of things they are all very minor.
~5 Bicycle head over handle bars face first into pavement. Skin off all left side of face, from forehead to chin, off the ear and nose. A few years later bike helmets became available. Of course my hands and arms were also skinned.
Submitted by peter on Wed, 05/23/2012 - 23:00
Connecting to a servicestack (see servicestack.net) service from php is very easy. If you go to https://github.com/majorsilence/WebServiceDotNetTesting there is a c# project that has one service called Hello. This service will listen on http://localhost:9200.
In the php folder there is a script servicestack-php.php that will connect to the c# servicestack web service.
The main function that can be used is get_data_curl. This function can be used with both HTTP, HTTPS, and can connect to open services and services protected with basic authentication.
/**
Submitted by peter on Sat, 05/05/2012 - 12:26
My-FyiReporting 4.5.0 has been released.
Main new features:
* Gtk Viewer based on cairo
* Barcodes QR Codes, Code39, EAN8
* Menu Insert* Upgraded to visual studio 2010
* Helper to select SQLite database
* Helper to select SQL Server 2005/2008 server and database
* Enable drag and drop of reports into designer when designer had no other reports open
* Wpf report viewer control
BUG fixes:
Issue 12 - Aggregate Function First() returns data from wrong dataset
Issue 8 - Field place holders in Expression builder
Issue 7 - Setting Paper Size
Submitted by peter on Sun, 04/22/2012 - 18:10
Submitted by peter on Sun, 04/22/2012 - 17:46
Submitted by peter on Wed, 04/11/2012 - 21:36
Attempting to explain to users that software and data are different. Failed again. No one reads, no one listens. Talking to people is an exercise in futility. The average persons English comprehension skills are subpar.
Submitted by peter on Fri, 03/16/2012 - 23:49
I recently spent some time optimizing some 8 year old .NET code. The program would convert files, do some cleanup of data, and insert the data into a sql 2005 database. The problem was that it could take anywhere from 10 to 20 hours. It also would randomly crash and someone would need to babysit the process.
A lot of people would probably jump in at this point and start coding. I first decided to take a look at how the process was running. The program would load the data from a shared network drive as needed and then insert into a database that was also on another networked computer.
Submitted by peter on Thu, 02/09/2012 - 23:33
Nearly two years after starting I have finally succeeded at painting the basement. Next time I will use a darker color as the yellow I used needed way to many layers of paint.
Submitted by peter on Wed, 01/18/2012 - 00:12
I have been playing around some with xwt (https://github.com/mono/xwt). I am looking forward to it reaching a release status.
Xwt is a cross platform (Window, Linux, Mac) toolkit for c#. Write your application once and it is native on all platforms. Nice.
On windows it uses wpf, linux gtk, and mac cocoa.
Submitted by peter on Thu, 01/12/2012 - 12:16
Pages
Recent comments