information

Anyone have a link to a technical discussion of anything akin to the Facebook news feed system?

I'm looking for a presentation, PDF, blog post, or whitepaper discussing the technical details of how to filter down and display massive amounts of information for individual users in an intelligent (possibly machine learning) kind of way. I've had coworkers hear presentations on the Facebook news feed but I can't find anything published...

How do I extract the version and path from an SVN working copy into a nant variable?

I am creating a new build process for a DotNet project which is to be held in Subversion. For each dll/exe that I compile (via Nant) I would like to include 2 additional attibutes in the dlls that are built. I already understand the workings of the 'asminfo' nant task. But I need help retrieving the information which I hope to embed in...

How do I extract Word documents from data recovered from USB device?

I have been able to copy the raw data from an otherwise inaccessible USB drive into a monolithic file of about 250MB. Somewhere in that blob of bytes are about 40 Word documents. Where do I find documentation about the internal structure of Word documents such that I can parse the byte-stream, recognise where a Word doc starts and fin...

Security Testing Types

What are the different types of Security Testing? ...

How do I fetch all methods from a given namespace?

hello I want all the Method-ClassName from namespace like i have system.windows.Forms wehen in visual studio we rigt system.windows.Forms. it will suggest box of all the related method,class,enum extra i need to fetch the same ,how can i do that in C# Thanks ...

What is the best way you've found to keep track of all of the programming information out there?

Although this question and this question are close to what I'm asking, I believe there may be a more developer centric solution out there. So, SO - what do you use to keep track of all of the great information that you come across on a daily basis but can't afford to read at the time. I currently use del.icio.us but figured I'd poll t...

Overwhelmed by Machine Learning---is there an ML101 book?

It seems like there are so many subfields linked to Machine Learning. Is there a book or a blog that gives an overview of those different fields and what each of them do, maybe how to get started, and what background knowledge is required? ...

Using Delphi to modify the version information of another delphi program

I was wanting to create a small tool in Delphi which can update the Delphi version information in another exe file. I know several existing utilities are out there for this but I need full programmatic control and would prefer no shelling out to the command line, etc. After a web search I couldn't find any Delphi source code examples o...

Russian Document Corpus for Search Engine

Hi, I'm working on a cross language information retrieval that takes queries in english and searches documents in Russian. To evaluate this system it would be nice to have a collection of russian documents to search through. Does anyone out there know of a collection of documents I can search or websites from which I can easily scrape to...

Data from web-page to a text box in application?

Friends, I saw a program(RAPGET) which downloads a file from RapidShare for the given link? I like to design a program like this which gets the information about weather-forecast from a web-page and it should display in the textbox in vb6? Help me to do this? ...

M.S. in CS or Information Science with B.S. in IT

...

iPhone OS/SDK Programming Info

I'm considering developing for the iPhone and i wanted to know; what codebase does the SDK and any frameworks offer? how easy is it to make a touch enabled application? is there an easy way to tell if, say, someone is attempting to use a zoom out gesture or am i supposed to interpret that myself? ...

What information is important to include in an About dialog?

What information is important to include in an About dialog? Definitely: Name of the software Version Copyright notice Usually: Assemblies versions (for .NET applications) ...

When do you decide to represent something as a vector?

In information retrieval, the words in the documents were represented as a "Term Vector", they did it primarily to check the angle between two vectors. When have you represented something as a vector in your work and what is the common heuristic that you use to represent an entity as a vector? ...

Mobile Resources

Hello StackOverflow, I am interested in the mobile platform + mobile development, and would like to know about the sites you use to stay in the loop. aggregate news sites, blogs...etc ...

Resources on how web crawlers work?

Possible Duplicate: How to write a crawler? I am interested in learning about how web crawlers and other similar "robots" work, does anyone have any recommendations on reading material (preferably free and online)? Note: i am not interested in building a web crawler, I'm just interested in how they work. ...

how to get device user name other information in iphone?

Hi, In my iphone application i want user device all the settings information using code. i.e. User name,Device OS,Device Version etc.... IS it possible using code or not?And if possible please provide code or any other useful link,which would be appreciated. Thanks, Mishal Shah ...

How can I get the installation information about SAS?

When I batch run a SAS program, I want to know where are SAS installed and pass this information to a macro variable. Is there any system option or global macro variable available? ...

c# windows mobile device information

Hi! I have googled and searched after this topic, but could not find any good answer. How can i get the imei for the phone, or at least a unique id. I am also interested in finding the phonenumber through the simcard. Right now im using the systemstate to get the owner's phonenumber, but that is only set if the owner has set it himself ...

How should page and author information be displayed in the sourcecode of html pages?

I'm creating web pages (html) every day, but I would like the pages to have a comment in the source code. In php you can set something like this /** * this is the info on the page * @param x * @author me */ Is there a similar standard that is used to set comments in html pages? I would like to specify at least these options: inform...