Tagged Questions

8
votes
7answers
225 views

Writing compilers … what’s right and what’s wrong?

Okay, in my quest to figure out the necessary stuff to write a compiler, I've reached a bit of a roadblock. It seems that every technology or tool that I find has some opposition …
544
votes
271answers
46k views

What is the single most influential book every programmer should read?

If you could go back in time and tell yourself to read a specific book at the beginning of your career as a developer, which book would it be? I expect this list to be varied and …
2
votes
5answers
111 views

C# - Get number of references to object.

I'm trying to write a simple Resource Manager for the little hobby game I'm writing. One of the tasks that this resource manager needs to do is unloading unused resources. I can th …
0
votes
6answers
50 views

resources on creating a windows service using c#

does anyone knows any good resources and articles that can explain how to create windows services using c#. thanks
2
votes
9answers
204 views

Delphi data structures

I maybe need to do a project in Delphi and are a beginner in that field. Currently, I am searching the net for ressources and get confused because there are so few resource sites. …
1
vote
2answers
15 views

Problem with displaying/updating drawable resources

Hi, I have created a method updateGUI() which include the following method calls: if (settings.isMute()) { muteIcon.setIconImage(R.drawable.ic_volume_off_small); } el …
2
votes
2answers
25 views

vb.net: Get to resources of a referenced project

I have a project which contains all custom controls and images; we'll call it projectBase. Now I have created a windows forms project (project1) that references projectBase. I ne …
1
vote
1answer
19 views

Casting .resx classes to obtain ResourceSet

Hello, I am trying to populate a dropdownlist with data pulled from a .resx file. Instead of having 5 different functions I'd like to be able to pass in the name of the .resx file …
2
votes
1answer
51 views
+250

define animations and triggers as reusable resource?

Is there a way to define an animation somewhere in xaml (eg. as a resource) once and then reuse it multiple times? I have a lot of independent brushes across differnt datatemplates …
2
votes
3answers
66 views

Algorithm for effective connection resource management

Hi, difficult to look this up if it has been asked previously since I don't know the name for it. So here goes: I'm making this server which connects to messaging gateways in ord …
0
votes
6answers
101 views

What is the standard format for localised resource files on different development platforms?

Hi, When developing in .Net, the framwork provides resx files as the standard way of storing localised resources (e.g. tranlsations of UI text). I would like to know if there is …
96
votes
68answers
6k views

What are the best programming articles?

Part of being a good software developer is keeping current with what people are saying in the community. There are many good articles out there on the internet about the wide subj …
148
votes
61answers
8k views

What are the best RSS feeds for programmers/developers?

I am looking for a breakdown of some really good RSS feeds. I have quite a few subscriptions with Google Reader, but lack many very good development/programming feeds. Would love …
0
votes
2answers
32 views

WPF Resource Management

I am writing a program that has to access images from a legacy data file format. (To be specific: The program is loading it's UI images directly from the data files of an old game) …
0
votes
3answers
32 views

Resources in a static lib file - MFC

MFC is failing to launch my dialog boxes, it seems, because it can't find the resource identifiers. The dialog boxes are in a separate .lib file (so it has a separate .rc file, whi …

1 2 3 4 5 36 next
15 30 50 per page