research

Find research collaborations for programming and publications

Hi, Let's say that I work on a public research organisation, as researcher with PhD, background in biophysical sciences and lots of PostDoc experience and that I need to get some number of scientific publications in high-impact journals each year in order to get extensions of our contract. Let's say that I am really competent in some ...

Tools and environments supporting Domain Driven Design (DDD)

Hi everyone, I'm doing a kind of research on the topic "Domain Driven Design". My question is what tools (or maybe environments) do you use, that support this paradigm? I know that I can google it, but I wonder which of them actually work and are useful, since I have no experience with neither of them. I'm interesting mainly in the .N...

What are some of the largest open source software projects with substantial revision and bug tracking history?

For my Honours project at University this year I'm considering doing some research into which code metrics are useful in predicting where defects are likely to exist in code and what metrics map to what kind of defects. What large open source projects exist that have a substantial revision history and also use a bug tracking system? ...

Research topic on distributed systems

Hello there. I have a research project on distributed systems, I asked the Prof. if i can work on MapReduce and he is giving me hard time that MapReduce is very broad and asked me to pick a specific problem about either distributed systems frameworks like MapReduce or something else that has networking and distributed computing in it. ...

Where do I get figures about web application development?

Hi there, I know this is not truly programming realted, but I think some of you might still have good hints for me: I'll do a research paper on web application development and for that I would like to have an overview of the dominant languages/frameworks in (Enterprise) Web-Application-Development. Of course I have gut feelings tellin...

Programming, publishing results, and getting help of your boss

Hi, let's say that you are working in a public scientific and computer programming research center as research associate and that you are not independent and have kind of a boss. Let's say that you create a new computer programming research line that has nothing to do with what your boss previously did or investigated. Let's say that yo...

cuda research papers

i am currently doing my BS in computer science and i am interested in graduate studies. i realize that most universities ask for student research experience and publications. i am very interested in cuda programming. so my question is: how can i write papers about cuda. i searched a lot on Google and did not find a lot of research papers...

Are there any studies showing what percentage of software developers are building internal applications as opposed to consumer applications?

I have always wondered what the industry-wide breakdown is between internal/IT applications (e.g. intranet apps, custom reporting, payroll, or related enterprise software) and consumer applications (e.g. Facebook, Yahoo, Google, e-commerce sites), or other types of software like embedded, mobile, systems software, etc. I do realize that ...

Options for Evolving Cellular Automata Rules

I recently started work on a research project that has to do with evolving cellular automata rules (for a given task, follow the link if you're curious). I am currently evaluating options for tools that could be used for the job, here's what I have so far: MASON + ECJ Swarm MATLAB MATHEMATICA Some ad-hoc Python CA implementation + Pye...

How does youtube encode videos?

I am interested in knowing how does youtube provide different quality video content. ie do they store different versions of the same video or do they have multi-layered video encoding or what is the deal here? is there a place i can get some resources on this? papers/whitepapers etc. Thanks! ...

Country specific search in google/yahoo

I want do get urls of the blogs that are written from a specific country user I am trying to make use of google blog/forum search to get links but i want to limit the results to specific country... tips or help plssss ...

Bored with CS. What can I study that will make an impact?

So I'm going to an average university, majoring in CS. I haven't learned a damn thing and am in my third year. I've come to be really bored with studying CS. Initially, I was kind of misinformed and thought majoring in CS would make me a good "product creator". I make my money combining programming and business/marketing. But I have a...

Augmented reality with human gestures

hi, We have to choose something related to AR with human gestures or markers as our Final year project.We have 6 months for that.So can anyone give me some links and guides and the tools required for that. As now for us AR is totally new field. So any good free ebooks with practical guide, which kits to use,which language or tool is bes...

Conference Information XML Schema

I'm starting up a project where we'll be coordinating schedule, speaker, location, and event information for conferences. It seems like a fairly well-defined space, and so I just assumed that there was a schema or standard out there we could reuse. I can't seem to find one, though. The benefits would be obvious - to get my app worki...

how does a research topic fit into a program?

My project is supposed to be about creating a program to help put a math test online. The program should generate questions that vary on each run of the test, and it should grade the test after someone takes it. (I found out recently that there's a system that can do some of the tasks already, but I don't think many people know how to us...

Scientific computations with PlayStation 3

I'm a Computer science academic find interesting computational problems to be solved on top of PlayStation3. What would be current computational problems that would be interesting to be solved using multicore cpu's like PS3? ...

The most expressive web app programming language/framework combination?

When concerned about creating web applications, I often ask myself how I can make the code easy to read and above all; how to make it easy to maintain. There has been alot of inventions in the last couple of years with probably millions of programmers sharing these thoughts. So, lets test if we can squeeze the distilled knowledge of mill...

What's the best C# recommendation engine or framework?

Is there anyway to use the examples for the "My Media" Microsoft research project? My Media is a "dynamic personalization and recommendation software framework toolkit" ( http://www.mymediaproject.org ), but out of the box it doesn't provide a sample database (only a LINQ-to-SQL .dbml schema), I don't believe it will be easy to re-create...

Cost effective online consumer surveys / panels?

I am building a Windows based software targeted at consumers, and while I think it's awesome, I'm not sure if my potential customers will. I would like to do some market research to make sure I'm on the right track with the feature set. Unfortunately, I don't have the budget for a large sample size. I understand that I won't be able to...

Create database triggers with sql-injection without stacked queries

Currently im working on a research paper about sql-injection with RFID tags and Im curious if it is possible to create a database trigger with an sql injections if stacked queries are disabled. If stacked queries are enabled, of course it is easy (assuming you know the table layout), but what if they're disabled for security reasons. ed...