Tagged Questions

0
votes
0answers
0 views

Finding Common Sets within noisy data

Context: Consider each set within G to be a collection of the files (contents or MD5 hashes, not names) that are found on a particular computer. Suppose I have a giant list of giant sets G and an …
6
votes
7answers
116 views

devaluation of knowledge

I read somewhere the following statement: In Information Technology related jobs 60% of learned knowledge is not useful after 1.5 half year I'm not sure if I remember numbers correctly (but I …
0
votes
0answers
18 views

Explaining the AdaBoost Algorithms to non-technical people

I've been trying to understand the AdaBoost algorithm without much success. I'm struggling with understanding the Viola Jones paper on Face Detection as an example. Can you explain AdaBoost in …
0
votes
1answer
15 views

GData for my own API?

Hi StackOverflow! Im currently planning to build an API for my service. I want to use GData because it fits the application scheme and there are libraries for many programming languages available. …
4
votes
5answers
127 views

Data structure for storing thousands of vectors

I have upto 10,000 randomly positioned points in a space and i need to be able to tell which the cursor is closest to at any given time. To add some context, the points are in the form of a vector …
5
votes
4answers
65 views

Am I overdoing it with my Factory Method?

Hello. Part of our core product is a website CMS which makes use of various page widgets. These widgets are responsible for displaying content, listing products, handling event registration, etc. …
0
votes
8answers
121 views

How can I fairly choose an item from a list?

Let's say that I have a list of prizes: PrizeA PrizeB PrizeC And, for each of them, I want to draw a winner from a list of my attendees. Give that my attendee list is as follows: user1, user2, …
1
vote
2answers
59 views

CRC32 and MD5 algorithms for dummies

I'd like to implement the CRC32 and MD5 algorithms on my own but I'm still trying to wrap my head around the different sources I've found on the subject. Could someone helpful point me to a ressource …
0
votes
1answer
44 views

How can I use TOR as a proxy?

I'm trying to use TOR as a generic proxy but it fails Right now I'm trying with python but I'm pretty sure it would be the same with any other language. I can connect to other proxies with python so …
1
vote
4answers
111 views

Converting color value from float 0..1 to byte 0..255

What would be the correct way of converting color value from float to byte? At first I thought b=f*255.0 should do it, but now I'm thinking, that in this case only the exact 1.0 will be converted to …
1
vote
3answers
57 views

Number grouping using regexps

Is it possible to do number grouping (e.g., converting the number 1000 to the string "1 000") using one pass with only regular expressions? (I know the boundary between regexp and language facilities …
2
votes
8answers
78 views

Most intuitive, readable API / language reference documentation

I'm working on the dreaded last stage of a project: documenting the API for a semi-technical audience. I'm wondering: what API docs have you found to be particularly elegant? Note that this has …
0
votes
3answers
86 views

Use Dijkstra’s to find a Minimum Spanning Tree?

Dijkstra's is typically used to find the shortest distance between two nodes in a graph. Can it be used to find a minimum spanning tree? If so, how? Edit: This isn't homework, but I am trying to …
4
votes
5answers
131 views

Are there any inobvious ways of abusing GUIDs?

GUIDs are typically used for uniquely identifying all kinds of entities - requests from external systems, files, whatever. Work like magic - you call a "GiveMeGuid()" (UuidCreate() on Windows) …
0
votes
0answers
8 views

(OpenXML) Add data pages to xml package without framework

Hi all, lately I've been into combining multiple OpenXML speadsheets via PHPExcel which showed me that this framework has certain issues which makes it pretty much unusable for what I want to do (my …

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