Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

52
votes
9answers
3k views

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, ...
14
votes
7answers
2k views

How can I learn to create beautiful infographics (with connection to my R knowledge)?

I am a devoted R (r-project.org) user, and love infographics. I just came across this article: http://www.noupe.com/design/fantastic-information-architecture-resources.html Giving a long list of ...
7
votes
5answers
340 views

How does a debug build make reverse engineering easy?

Some answer here stated that debug info would make it easier to reverse engineer the software. When I use Visual C++ and distribute an executable with debugging information but without other files ...
7
votes
3answers
1k views

determine complex type from a primitive type using reflection

I am writing a tool where I need to reflect upon methods and if the parameters of the methods are complex type, then I need to certain type of actions such as instantiating them etc. Now I saw the ...
5
votes
3answers
9k views

Java SecurityException : signer information does not match

I recompiled my classes as usual, and suddenly got the following error message, why ? How to fix it ? "java.lang.SecurityException: class "Chinese_English_Dictionary"'s signer information does not ...
5
votes
4answers
2k views

Can someone give an example of cosine similarity, in very simple, graphical way?

http://en.wikipedia.org/wiki/Cosine%5Fsimilarity Can you show the vectors here (in a list or something) And then do the math, and let us see how it works? I'm a beginner.
4
votes
6answers
936 views

How can a personal-wiki be used for personal information management?

I am considering using MediaWiki for managing my personal information (code, and other "real life" data). And I would love any tips on how best to do so.
4
votes
11answers
521 views

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 ...
3
votes
3answers
254 views

In java how can I extract camera related information from an image?

I am looking to extract the camera related information from a jpg using Java. I have looked around but have not been able to find a solution to my problem. I am exporting my photos from Aperture on my ...
3
votes
3answers
1k views

Reversible hash function?

I need a reversible hash function (obviously the input will be much smaller in size than the output) that maps the input to the output in a random-looking way. Basically, I want a way to transform a ...
3
votes
3answers
89 views

Is There A Central Repository of Javascript Information?

For example, if you want information of PHP functions, you can go to http://www.php.net/ . If you want information of Perl functions you can to to http://www.cpan.org/ and/or use perldoc. If you want ...
3
votes
5answers
123 views

Is information a subset of data?

I apologize as I don't know whether this is more of a math question that belongs on mathoverflow or if it's a computer science question that belongs here. That said, I believe I understand the ...
3
votes
4answers
982 views

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 ...
2
votes
5answers
194 views

Learning R with real examples [closed]

I have got the book R Cookbook. It is cool, but it's like a reference book with all commands and basic things. I am interested to work on some real data by practicing R. How can I do it? Also, I ...
2
votes
2answers
478 views

Setting properties for window installer such as Author, Description

Hi I have problem with setting properties for window installer such as Author, Description... Project for which I want create installer package is WPF app. I set assembly properties in WPF project. ...
2
votes
2answers
187 views

Javascript change mouse up down to left right

I want to design a horizontal site, so when I scroll up and down I want the page to go from left to right. Is this possible?
2
votes
1answer
142 views

Displaying information on non-installed RPM package?

I googled for this, but couldn't find how to query a non-installed RPM file for its information: # rpm -qa blackfin-jtag-tools-09r1.1-2.i386.rpm # # rpm -qi blackfin-jtag-tools-09r1.1-2.i386.rpm ...
2
votes
5answers
87 views

Blogs / books with advise, tips and information from developers

Good Morning. I've been reading Joel Spolsky's (joelonsoftware) articles and they are full of good information and tips. He's a good writer and well worth reading. I am wondering what other good ...
2
votes
4answers
191 views

PowerShell: Links to interesting sites or blog posts

In this question Alan posted links to interesting pages about PowerShell. I found also some interesting pages: http://channel9.msdn.com/wiki/windowspowershellquickstart/ (cheatsheet) ...
2
votes
4answers
105 views

Using String methods instead of Regex

as i am not very familiar with regex, is it possible (whether its hard to do or not) to extract certain text inbetween symbols? for example: <meta name="description" content="THIS IS THE TEXT I ...
2
votes
1answer
1k views

how to get device user name other information in iphone?

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 ...
2
votes
2answers
945 views

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 ...
2
votes
3answers
1k views

Security Testing Types

What are the different types of Security Testing?
1
vote
0answers
39 views

Information System in Java Using Agent [closed]

I got task in my college to create smart information system using java as it language and using Agent. The problem is that I really don't know what Agent is. I tried too google it and I ended up ...
1
vote
2answers
53 views

How to update an user without changing his credentials

I use sorcery gem to manage authentification. You can see the code below. models/user.rb class User < ActiveRecord::Base authenticates_with_sorcery! attr_accessible :username, :email, ...
1
vote
6answers
110 views

PHP get user information

I made a website with a login script. Now there is some guy that makes false logins all the time. For example usernames like 'lfdjgh' and email addresses like jkgfhkjghf@dkhfkgh.com. I want to find ...
1
vote
0answers
231 views

Can't edit my app information

I'm not able to change information about my application. I'm opening application page (http://www.facebook.com/apps/application.php?id=appid) click Edit info, then Edit App Information. But I get to ...
1
vote
3answers
99 views

PHP GZIP more information

I use the plugin of google for firefox "speed test" and I have this error: Enable compression Compressing the following resources with gzip could reduce their transfer size by 65.8KiB (65% ...
1
vote
4answers
77 views

Provide global information in a php application (secure way)

How is it possible to provide global information (paths, DB passwords, Timezone, ...) in a PHP Application? I know, that global variables are unsafe, but how do common CMS handle this problem? I ...
1
vote
1answer
49 views

Accessing forms from one website to another, python/django

I'm trying to make a website that requires users to enter information about themselves. In order to check to see if this information is correct, it needs to enter the information on another website ...
1
vote
1answer
78 views

Lyrics following a song in the same time as It listened

I want to do something which is maybe special. I have a song, and I have It's lyrics, what I want to do is that a method to provide the opportunity to the lyrics to follow the song, for example I ...
1
vote
1answer
53 views

Retrieving laptop model on Windows

I wrote a program that reads system information from registry/CPU, like CPU speed, amount of RAM, GPU card name etc. On Mac OSX I can retrieve information about hardware model (for example ...
1
vote
2answers
95 views

How to get information about domain .NET C++

I am trying to create an application (Language C++ using .NET 2.0) which allows users to get information about a domain, for example if the domain is free or it is used, update date, creation date, ...
1
vote
3answers
84 views

Getting text information from the Internet into my app

I learning Objective C, and I am going to develop some apps. I have a general question: How to get text information from the Internet into your app. Say you want the current title of Yahoo News. Do I ...
1
vote
2answers
482 views

Global data in drupal 7

I'm building one village's official site in Drupal 7. I need to create and store some information about village that will be accessible everywhere on the website (e.g. village's name, mayor's name, ...
1
vote
1answer
49 views

Parse information of a PHP file using PHP?

Are there any way for me to use PHP to parse information of a PHP file, something likes : what functions/classes it has, which functions are built-in/user-defined or how many variables are there....?
1
vote
1answer
63 views

rendering true type fonts for non-latin scripts

I am working on this project for LED displays which have to support multiple Indian languages to support the poorest of people in India ti display their entitlements to free food rations and kerosene ...
1
vote
1answer
319 views

Motherboard Information

Well, hello. Sorry for my all questions. I don't get good ways to do the things other than WINAPI (Slow... and hard). So here i'll come with a request on how to get Motherboard Information, such as ...
1
vote
1answer
49 views

Does a .NET assembly embed any personally identifiable information?

I was wondering if a .NET assembly contains any traceble information? I refer to any information that might connect an assembly with the computer it was made on, the person who made it, or maybe the ...
1
vote
1answer
24 views

how do you inform yourself about changes and updates in software design

Well, the title says the most. I'm looking for a blog/website/magazine/whatever, where I can gather information about changes in, and oppinions about design/patterns/etc. I've already subscribed the ...
1
vote
2answers
102 views

state of the art lossy compression program

Does anyone know of a state of the art LOSSY compression program for data BESIDES music and images? I need actual executable or comilable source code. I am trying to compress ...
1
vote
1answer
84 views

Looking for an “example database”

I'm currently working on a semantic web project to enrich web services with semantic meta information. Therefore, I'm looking for another information source to gain more information (esp. examples, ...
1
vote
1answer
73 views

Tooltip information at DoDragDrop() in C# winforms

while writing DoDragDrop(), a tooltip message informing that (The documentation is still being constructed. Please try again in a few seconds.) Image What did it means?
1
vote
1answer
186 views

Android camera information

Is there a way to information on the camera buit into the phone? Things like... -if there is a camera! -resolution -if a flash is present
1
vote
1answer
1k views

Is it possible to get information about all apps installed on iPhone?

Is it possible to get the information (app icon, app name, app location) about all apps that have been installed on iPhone/iPod?
1
vote
2answers
53 views

Available web pages datasets for research

I am looking for large web pages datasets for information search and text processing research. The language of web pages must be English. It can be news websites backups, sites with any textual ...
1
vote
3answers
478 views

Drupal get module info?

Is there any function in Drupal like get_module_info('MODULE_NAME') or I should parse info file?
1
vote
0answers
140 views

What are the Database replication methods used in your projects? If you are using CDC, how is it useful and what are the challenges?

This is a question for most of the DBA's / Information experts at product level. I need the solution for as many different databases as possible. So please provide the details of the replication ...
1
vote
1answer
40 views

Where can I see the information about emerging technologies?

There are many Open source and commercial technologies are available today in the market. Which one best suits for our requirement is one of the main thing while choosing the technology. There are ...
1
vote
1answer
158 views

Information Extraction Toolkits

I'm looking for information extraction libraries where I can have semi structured information that may have either hidden or incomplete data. I want to train some classifiers to pull out content based ...

1 2 3