Recent content by mtanti
-
M
DNA Transcription: Where do genes begin and end?
My simulation is about the synthesis of mRNA from DNA. I need to work with random DNA sequences so I need to know if there are any "illegal" sequences. What would happen if you have multiple start codons before the next stop codon (overlapping)? You can assume the simplest form of transcription...- mtanti
- Post #5
- Forum: Biology and Medical
-
M
DNA Transcription: Where do genes begin and end?
Dear all, I'm studying DNA-Protein relationships for a computer simulation I have to make about it and I'm finding it difficult to understand how the RNA polymerase knows where to start and stop transcription on a strand of DNA. Could someone explain this for me? Let's assume that '['...- mtanti
- Thread
- Dna Genes
- Replies: 5
- Forum: Biology and Medical
-
M
Single or multiple random number generators?
I'm programming in Java and using the Random class and I'm not sure if it makes a difference whether I use a single accessible Random object for the whole program or if I should create multiple instances (one for each object needing it?). Are there disadvantages to using one instead of the...- mtanti
- Thread
- Generators Multiple Random Random number
- Replies: 1
- Forum: Programming and Computer Science
-
M
PHP Flash, PHP: Font sizes don't match
that's what I do but I need to see how much space will be required for text to show in flash using php. since flash uses pixels and php uses points, the dimensions will not match.- mtanti
- Post #9
- Forum: Programming and Computer Science
-
M
PHP Flash, PHP: Font sizes don't match
but that only works with monospaced fonts. I need a way to change size type.- mtanti
- Post #7
- Forum: Programming and Computer Science
-
M
PHP Flash, PHP: Font sizes don't match
php uses points (using gd2)... but I have no idea how to change the units in either php or flash...- mtanti
- Post #5
- Forum: Programming and Computer Science
-
M
PHP Flash, PHP: Font sizes don't match
Are you sure that Flash uses pixels rather than points? Well that would explain it... Although on some tutorials I found it uses points...- mtanti
- Post #3
- Forum: Programming and Computer Science
-
M
PHP Flash, PHP: Font sizes don't match
Has anyone noticed that the font size for Flash and the font size for GD images in PHP don't give the same text size?- mtanti
- Thread
- Flash Font Match Php
- Replies: 8
- Forum: Programming and Computer Science
-
M
Flash: Stop motion blocks gotoAndPlay
! It works! Now why would that happen if I'm not using simulate download? Thanks sooooo much! I've posted this on 4 foraa and this is the only one I got an answer from... PF rulez!- mtanti
- Post #3
- Forum: Programming and Computer Science
-
M
Flash: Stop motion blocks gotoAndPlay
I think I found a bug in Flash. It spans from CS3 to MX and perhaps earlier. I did a stop motion animation of me turning the pages of a scrap book (frames of a video recording). Then I put labels on each frame where a page is completely turned and did some actionscript (gotoAndPlay) so that I...- mtanti
- Thread
- Blocks Flash Motion
- Replies: 2
- Forum: Programming and Computer Science
-
M
Undergrad Orbits & Projectiles: Why the Difference?
Oh ok, it's clear now. Thanks! -
M
Undergrad Orbits & Projectiles: Why the Difference?
Is it even possible for something to spiral down into a planet, as in goes round and round and lower and lower until it crashes? -
M
Undergrad Orbits & Projectiles: Why the Difference?
Oh, so every trajectory is an elliptical path, and the faster a projectile goes, the larger the ellipse until it is larger than the earth. Correct? -
M
Undergrad Orbits & Projectiles: Why the Difference?
Not sure what the curvature of the Earth has to do with it because gravity will still pull the projectile towards the surface, but wouldn't that just result in a spiral towards the Earth then? Perhaps the answer would help me understand why comets don't just go straight into the sun as they...