¡@

Home 

c# Programming Glossary: hobby

C# - Get number of references to object

http://stackoverflow.com/questions/1686416/c-sharp-get-number-of-references-to-object

trying to write a simple Resource Manager for the little hobby game I'm writing. One of the tasks that this resource manager..

Get all links on html page?

http://stackoverflow.com/questions/2248411/get-all-links-on-html-page

all links on html page Im working on a little hobby project. I already have written the code to get a url download..

Webcam usage in C#

http://stackoverflow.com/questions/233455/webcam-usage-in-c-sharp

improve this question I've recently started doing some hobby work in this area. We settled on using the OpenCV library with..

File IO with Streams - Best Memory Buffer Size

http://stackoverflow.com/questions/3033771/file-io-with-streams-best-memory-buffer-size

I am writing a small IO library to assist with a larger hobby project. A part of this library performs various functions on..

Flood Fill Algorithms

http://stackoverflow.com/questions/367226/flood-fill-algorithms

Its the weekend again and that means I get to play with my hobby project . I've gotten tired of creating test levels by hand..

Saving a Class to disk on dispose: Does my code have bugs?

http://stackoverflow.com/questions/3832911/saving-a-class-to-disk-on-dispose-does-my-code-have-bugs

you're really sure you have to. If it's just for a fun hobby project then there's no real harm and it will probably work..

When are structs the answer?

http://stackoverflow.com/questions/597259/when-are-structs-the-answer

are structs the answer I'm doing a raytracer hobby project and originally I was using structs for my Vector and..