NSString* myString; myString = [[NSString alloc] initWithData:nsdata encoding:NSASCIIStringEncoding]; NSData* nsdata; nsdata = [myString dataUsingEncoding: NSASCIIStringEncoding];… more →
Cocoa, Makin' it Simple.John Stanish wrote 1 week ago: When I worked at an activity based pay company, I used this Perl script to give me an idea of how ma … more →
John Stanish wrote 1 week ago: I have been thinking about the Java source for the Amazon Stats scenario that I also wrote in Perl, … more →
Danilo wrote 4 weeks ago: Test driven development is mystical to anyone that hasn’t done it from the ground-up. It … more →
George wrote 3 months ago: So, you have a SharePoint document library. And you are loading content into it programmatically. Bu … more →
webdev_hb wrote 3 months ago: WebControls In MVC Series Part 1 Part 2 Part 3 (Working source code) Part 4 I mean’t to have t … more →
webdev_hb wrote 4 months ago: Have you ever created a WebControl in MVC and though “Gee, it sure would be nice if I could ad … more →
timopheyvlasov wrote 4 months ago: http://www.vbaexpress.com/kb/getarticle.php?kb_id=373 … more →
vatsalad wrote 5 months ago: what is cURL, or what is php? ok, PHP is a server side scripting language, which helps make webpages … more →
Shai Wininger wrote 5 months ago: 1. Make sure you have a proper UITableView in place and rigged to the data source and delegate. 2. I … more →
webdev_hb wrote 5 months ago: I’m not sure about everyone else, but I just love Enumerated types. Whats more, I love the Fla … more →
hrachyag wrote 6 months ago: The application uses the facade pattern and perform the following tasks: • Accepts customer details … more →
hrachyag wrote 6 months ago: Implementation of the Design Class Diagram is provided below. public class AcuteAngleFactory impleme … more →
hrachyag wrote 6 months ago: Below is a piece of code I used in my floor planning application to return the Manhattan and Deckart … more →
hrachyag wrote 6 months ago: The following piece of SQL code will get birth data and retirement date for employees with last name … more →
hrachyag wrote 6 months ago: A circuit that accepts a 4-bit input, and a reset, and outputs the corresponding hexadecimal value, … more →
hrachyag wrote 6 months ago: XML and XSLT implementations are enclosed. <?xml version=”1.0″ encoding=”UTF-8 … more →
hrachyag wrote 6 months ago: FSM Specification: Solar panel positioning system to be controlled using the following states: * in_ … more →
hrachyag wrote 6 months ago: Specification: Let E={e1, e2, … } be a set of combinational elements, each of which has a number of … more →
webdev_hb wrote 6 months ago: That’s right, you read it correctly – free bandwidth. With a very short function we … more →