Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
18answers
2k views

The reading list for scientific programmer

I am working to become a scientific programmer. I have enough background in Math and Stat but rather lacking on programming background. I found it very hard to learn how to use a language for ...
19
votes
10answers
563 views

Where to find programming projects that help science?

I would like to work on a programming project in my spare time and would like to know if there is a project where I can help the science community in some way? Thanks!
15
votes
30answers
2k views

What programming languages are used in different scientific domains? [closed]

Does anyone know the distribution of programming language usage over scientific domains? Thanks!
12
votes
15answers
1k views

Should I keep reading the pragmatic programmer?

I have heard from many sources that this is one of the best books for programmers, I am currently about 50 pages into it, and so far I have only been understanding about 35% of what the authors are ...
11
votes
11answers
558 views

how would you like computer science classes to be taught?

I am a graduate student now, and hopefully someday I will teach. my interests are C++, Python, embedded languages, and scientific computing. Meanwhile I daydream about how I would teach. I was not ...
10
votes
1answer
168 views

How to find a fix number of (almost) fixed proportion rectangles with opencv?

I am writing a simple fly tracking software and I would love some input from opencv experts. The image I have looks pretty much like: I used to do tracking using kmeans and PIL/numpy but I ...
7
votes
6answers
691 views

The art of programming

I see programming as the meeting-place of creative arts and science. Most of us ... are interested in programming for the fulfillment achieved by creativeness tempered by the rigor of applied ...
6
votes
8answers
868 views

Is The Art of Computer Programming worth it? [closed]

Possible Duplicate: The Art of Computer Programming - What Can I Get From Reading the Lot? I'm an experienced developer that is trying to buy books that will help her become a better ...
6
votes
6answers
860 views

Tired of programming GUI/Business Applications, what to do next? [closed]

As the title suggests, I've been making little GUI widgets and business web applications recently and I'm getting pretty bored of creating them. I'm more interested in the theoretical stuff they ...
5
votes
3answers
246 views

How do you use Ruby on Rails for science (if applicable)?

We do research in systems biology. We prefer to use existing data sets, because collecting new biological data is expensive. Thus, a lot of the scripts we write are little more than transformations of ...
5
votes
7answers
608 views

How useful are math and science in programming? [closed]

Much of the material taught these days under the guise of computer science could be more accurately called software engineering, and a great deal of programming is more about gluing together widgets ...
4
votes
10answers
683 views

Software for drawing scientific data

I'm looking for a software for drawing scientific data, mostly vectors, coordinate systems and diagrams, for example:
4
votes
7answers
395 views

Performing BLAST/SmithWaterman searches directly from my application

I'm working on a small application and thinking about integrating BLAST or other local alignment searches into my application. My searching has only brought up programs, which need to be installed and ...
4
votes
3answers
369 views

Alternatives to the GNU Scientific Library

Are there any C libraries (preferably open source) which are comparable to the GNU Scientific Library (a large library of commonly science & math routines)?
4
votes
14answers
3k views

Computer simulation of the Evolution process

Does anybody know about the scientifically based computer simulation of the Evolution process on Earth? Have the attempts been made to come up with such simulation, and what is the result?
2
votes
3answers
186 views

Time-varying data: list of tuples vs 2D array?

My example code is in python but I'm asking about the general principle. If I have a set of data in time-value pairs, should I store these as a 2D array or as a list of tuples? for instance, if I ...
2
votes
0answers
98 views

What is a programming language with dynamic scope and static typing?

I know the language exists, but I can't put my finger on it. dynamic scope and static typing?
2
votes
10answers
814 views

A Good Final High School AP Computer Science Programming Project?

Hey guys this question might seem very specific but I am in need of some ideas for a project to do for my last month or so in my AP Computer Science class. I've been looking at some college final ...
2
votes
4answers
698 views

Probability of selecting an element from a set

The expected probability of randomly selecting an element from a set of n elements is P=1.0/n . Suppose I check P using an unbiased method sufficiently many times. What is the distribution type of P? ...
1
vote
3answers
42 views

Django model needs one each of two related fields: should I use oneToOneField?

I'm writing a scientific web app in Django dealing with the amino acid sequences of antibodies Fab fragments, each of which is comprised of exactly one Heavy Chain and one Light Chain. Each of these ...
1
vote
3answers
103 views

particle visualization in Linux

I have generated files of the scheme x \t y \t z \t charge \t type \t id and I want to display them the in a similar way to this picture: I also need to have the ability to browse though the ...
1
vote
3answers
148 views

CS High School science fair topics? [closed]

I'm an incoming 10th grade student and we are required to design and execute an experiment of our choice. We have to gather ideas for topics over the next few days. I know a lot of C# and PHP and a ...
1
vote
2answers
90 views

Getting 4 rather than 4.76 as answer to math / science problem (always integer not decimal)

So this is in a way connected to my problem with drawing the energy levels etc. link to the problem. Anywho, I was using discretization to get the energy levels and wave functions for various ...
1
vote
1answer
261 views

PetSc installation Failed with MacPort can anyone help?

I'm trying to install PetSc with MacPorts. My final goal is to install libMesh on my Mac. When I'm trying to install PetSc its failing during configuration. I need to get PetSc installed before any ...
1
vote
2answers
59 views

UV-vis detector [Hardware]

This is not hundred percent programming related question, but I was not able to find answer on the net. Is there some kind of detector to record frequency/intensity of light radiation source? ...
1
vote
1answer
237 views

Undefined Variable in Matlab

The Following is the basic skeleton for my MATLAB program. Each box is a class definition. Scroll down for the error. Note: 1. Each Class has a custom constructor The Error Undefined function ...
1
vote
2answers
85 views

Parsing periodic elements in PHP/html

This problem actually hit me recently. So I was tasked with putting people's bios up on the web (asked for opinions in a different question), which I went with XML and just created elements based on ...
0
votes
1answer
331 views

Help needed in choozing some final year project idea? [closed]

I am student of BS Information Technology ... I need some innovative idea to develop a project as my Final Year project.. I want to make some android application or desktop application.. The project ...
0
votes
5answers
202 views

Smartphone Grid Computing

Is there an iphone or android app that enables mobile users to donate their smartphone idle time for grid computing?
0
votes
0answers
73 views

Pylab, draw a probability distribution

im using pylab for scientific computing purposes. I ve made a histogram with the hist method. But im also interested in painting a probability distribution. Does someone know of that?
0
votes
5answers
283 views

Given a noun, what's the best way to determine the “gender”? [closed]

I'm given the task of determining whether an advertisement is suited for male or female. What's the best way of determining this? The words looks like this: Cheetos Coca Cola Nike Ferrari 24 ...
0
votes
2answers
31 views

Looking for a new book [closed]

I'm a beginning programmer, like science and technology, computers and other such related material. I'm on the hunt for anew book to read over the weekend - any thoughts?
0
votes
1answer
154 views

How closely is Engineering Math related to CompSci Math? [closed]

Trying to find the best textbook for self-studying the math prerequisites needed for Computer Science, I found the following two to be easily understandable: Engineering Mathematics: A Foundation for ...
0
votes
0answers
137 views

Simulation of the celestial mechanics

I implement simulation of the another solar system. Since I want to use real data, I need use exist library which takes into consideration many parameters of the celestial objects. Advice please .net ...
0
votes
1answer
31 views

CMS/framework for research / scientific analysis

I'm going to be starting a few projects and papers soon with 3 others, and I'd like some central web-based tool that we can collaborate (and publish, blog-like) on our research. I've thought about ...
0
votes
1answer
66 views

Find research collaborations for programming and publications

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

Can basic Geometry ever come useful to a Beginner to Intermediate skilled Java coder?

Just Curious. I'm currently foraying into the world of Java coding, and, was wondering weather Geometry can come useful in the kind of programming a Beginner to Intermediate Skill level Java coder ...
-1
votes
6answers
325 views

Calculate Pi in PHP [closed]

I'm in a boring international conference... Save me. :) My question : how to retrieve the (approximate) value of Pi ? I need a funny way.