Re: Word Association Game Community Center Geeks' Lounge by szukalski acid --> lysergic Re: Desiging a set of rules for a match Programming Software Development by 1o0oBhP acid burn you said about worrying if someone typed letters in the age string... try the IsDigit() function or the IsAlpha() function. I have posted this before so you could search for it as I have forgotten the library these functions are in... :( Re: Word Association Game Community Center Geeks' Lounge by ditz acid ---> rock database transaction rollbacks vs. ACID Programming Computer Science by drichird I am reading "Database Systems" by Kifer, Bernstein, and Lewis. In chapter 19 on transaction models, it discusses how a flat transaction can adhere perfectly to ACID, but other transaction models are needed that sacrifice some of the ACID properties (such as isolation) for gains in performance, flexibility, etc... The archetypal … how to compare the name and find amino acid from the diffirent sequence Programming Software Development by biojet Hi all, I am trying to make the script to find 3 amino acid at the position form the diffirent sequence into the same file data. in put 1: [CODE] Name posi 14067_contig01 18 14067_contig05 8 14067_contig03 26 ....................... [/CODE] in put 2: [CODE]>gi|354512101|gb|AGQQ01000001.1| Corynebacterium … Re: how to compare the name and find amino acid from the diffirent sequence Programming Software Development by d5e5 [CODE]#!/usr/bin/perl use strict; use warnings; my %aas; #Hash to store amino acids read_amino_acids('data2.txt'); read_positions('data1.txt'); sub read_amino_acids{ my ($filename) = @_; open my $fh, '<', $filename or die "Failed to open $filename: $!"; my ($name, $key); while (<$fh>){… Re: how to compare the name and find amino acid from the diffirent sequence Programming Software Development by biojet [QUOTE=d5e5;1764153][CODE]#!/usr/bin/perl use strict; use warnings; my %aas; #Hash to store amino acids read_amino_acids('data2.txt'); read_positions('data1.txt'); sub read_amino_acids{ my ($filename) = @_; open my $fh, '<', $filename or die "Failed to open $filename: $!"; my ($name, $key); while (&… Screenblast acid 4.0 and sound forge 7 won't recognize cd drive? Hardware and Software Microsoft Windows by ingeborgdot@yah In and audio broadcasting machine we have screenblaster acid and sound forge that have been working for the last couple of years. A couple of weeks ago when we went to record it says no devices. What is causing the conflict? The player will play cds and we also tried a new one but it still does the same thing. It is on an xp pro machine. Can … Function 'initgraph' should have a prototype Programming Software Development by Prashant45 #include<conio.h> #include<stdio.h> #include<fstream.h> #include<graphics.h> #include<dos.h> #include<time.h> #include<STDLIB.H> // FOR EXIT #define ESC 0x1b /* Define the escape key */ void Pause(void) { int c; c = … Compare two CSV files Python Programming Software Development by Amulya_1 Hi, I'm trying to compare two CSV files (and many more like these below). I tried many ways, using lists, dictreader and more but nothing gave me the output I require. I want to compare all those rows that have same !Sample_title and !Sample_geo_accession values (whose positions vary). I've been struggling with this for three days now and couldn't … C++ project -periodic table Programming Software Development by nishankyadav HI, i am Nishank and have got a project -to make periodic table by using the following a. Data Structure b. Object Oriented Programming in C++ c. Data File Handling through the program the user should be able to: a.view the periodic table b.edit the periodic table c.delete a record d.quit can anyone help me with it i have made a file and here is… Re: Lovely error Programming Web Development by Auzzie Done all of that when i set the server up a while ago nav33n thanks for the idea tho UPDATE: i re-wrote the code for the database engine, i am now getting this error [QUOTE=php] Fatal error: Cannot re-assign $this in C:\Inetpub\wwwroot\forums\system\engines\database.engine.php on line 261 [/QUOTE] here is the new code: [CODE=php] <?… Lovely error Programming Web Development by Auzzie Right well i thought that seeing as i am creating a complete application i thought i would write my own db class just done a little bit of it and i am getting a nice error of [QUOTE]Fatal error: Call to undefined function mysql_connect() in *:\****************\database.engine.php on line 61[/QUOTE] it is proberbly a nice and easy error to work … Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Programming Web Development by cdoggg94 This is what I have for a main page and form and upload code for an image. The image information is stored in a Blob field in phpMyAdmin. [CODE] <?php error_reporting(0); mysql_connect("sql5c1d.megasqlservers.com","vincastweb356440","fakepassword") or die(mysql_error()); mysql_select_db("… problem with perl script Programming Software Development by biojet Hi all, I am try to make the script to tranlate DNA to protein. I found the script in internet, and I tried to mix that script to make the result in the colums but I was not seccessful. Would you please show me solve this problems. For Ex: [CODE]I hope Out put : Ref_aa Mul_aa Ref_Pro Mul_pro infor AGA AAA R K… Re: problem with perl script Programming Software Development by d5e5 [CODE]#!/usr/bin/perl; use strict; use warnings; my %codon2proteins = build_hash(); my $dna_filename = 'dna.txt'; open my $dna_fh, '<', $dna_filename or die "Failed to open $dna_filename: $!"; while (my $rec = <$dna_fh>){ chomp($rec); my ($ref, $mul) = split /\s+/, $rec; my $ref_pro = … Re: Looking for some help Programming Software Development by IrishUpstart UPDATE: I have been tinkering around and this is what I have come up with: [ICODE]#include<stdio.h> #include<math.h> #define o 15.9994 #define c 12.011 #define n 14.00674 #define s 32.066 #define h 1.00794 int main(void) { int O, C, N, S, H ; double Weight ; printf("Enter number of atoms … Re: Stockroom Program Programming Software Development by sneekula Your code works vegaseat, but I have a problem with it. If you know anything about chemistry, there are several chlorobenzoic acids, ortho, meta and para, indicating the position of the chlorine in relation to the carboxylic acid. I would like the sort to keep the chlorobenzoic acids together, like the original table in the expanded data below: [… need help! Programming Software Development by drjekil I am totally new in biopython and its my first program.so may be i am asking stupid question. I am working with a text filelooks like this: #NAME AA TOPO ACCESS DSSP STRIDE Z-COORD 1lghB A i 79.8 H H -24.58 1lghB V i 79.6 H H -22.06 1lghB H i 71.9 H H -19.94 i need to compare those lines which has a value between 10 to 22 and presents in … Re: need help! Programming Software Development by drjekil I am working with a text filelooks like this: #NAME AA TOPO ACCESS DSSP STRIDE Z-COORD 1lghB A i 79.8 H H -24.58 1lghB V i 79.6 H H -22.06 1lghB H i 71.9 H H -19.94 i need to compare those lines which has a value between 10 to 22 and presents in the following way True/false A C D E F G H I K L M N P Q R S T V X Y W(here alfabets represents amino … Looking for some help Programming Software Development by IrishUpstart Hi Gang! I am new to the forums, and programming in general, so I apologize forthright if I am slow or just plain dense on anything/everything. With that disclaimer gotten outta the way, I have an assignment and I am not sure what exactly how to execute it. The problem is as follows: [B] Given Atomic Weights:[/B] [I]Oxygen = 15.9994 Carbon… Iterating through a fasta file dictionary made using Biopython Programming Software Development by zatanelov I have a problem iterating through a dictionary where the sequence should be ACTGDEDQ..., but it includes some other stuff Biopython adds when it parses a FASTA file. If I just print seq_record.seq it prints the sequence, and does not include extra stuff. However, if I print the dictionary it includes extra stuff not part of the polypeptide, and … Music from iPod to Computer Programming Software Development by hondros Okay, so I have about 6 GB of music on my iPod. I don't want to go through and copy everysingle file and rename it manually, so I am making a python script to do it for me. I would just like to have some feedback on my code, make sure that it will work before I run it. I really don't want it getting halfway through copying and freeze or something. … XSL to display first entry for XML Programming Software Development by chriselectrix Hi All I have an XML output that looks similar to the below ... [CODE]<ELEC01_SOWaitingParts3> <JobOper_JobNum><![CDATA[019564]]></JobOper_JobNum> <JobOper_OprSeq><![CDATA[60]]></JobOper_OprSeq> <JobOper_OpCode><![CDATA[A/W]]></JobOper_OpCode> <JobOper_OpDesc&… Re: XSL to display first entry for XML Programming Software Development by xml_looser think xsl so you can use predicate as if structur and param for extern xsl prozessor to controled which one is select or you can hardcode which is the right positon to make valid i use root tag [CODE] <root> <ELEC01_SOWaitingParts3> <JobOper_JobNum><![CDATA[019564]]></JobOper_JobNum> <… Re: XSL to display first entry for XML Programming Software Development by chriselectrix [QUOTE=chriselectrix;1490632]Hi All I have an XML output that looks similar to the below ... [CODE]<ELEC01_SOWaitingParts3> <JobOper_JobNum><![CDATA[019564]]></JobOper_JobNum> <JobOper_OprSeq><![CDATA[60]]></JobOper_OprSeq> <JobOper_OpCode><![CDATA[A/W]]></JobOper_OpCode&… MP3ID3 tags Programming Software Development by raaif Im trying to change the title of a mp3 file but it doesnt work ans also error An attempt was made to move the file pointer before the beginning of the file pops up at file seek ive comented it out (ie. '///###@@) in the WriteID3v11() sub heres my code code from codeproject by Angren Aldaron ([URL="http://www.codeproject.com/KB/audio-… Re: Stockroom Program Programming Software Development by Ene Uran Here is away to take care of chemical prefixes like 'o-', 'm-' and 'p-' when sorting. Just a little commonly used trick you can also use when sorting by your table columns: [php]# table of chemicals in stockroom as list of lists # order --> stock number, chemical name, quantity (grams) from operator import itemgetter def sort_table(… Re: need help! Programming Software Development by woooee It's late and I'm tired but this is the general idea if I understand correctly[CODE]data=["1lghB A i 79.8 H H -24.58", "1lghB V i 79.6 H H -22.06", "1lghB H i 71.9 H H -19.94"] for line in data: print "\nlooking at", line substrs=line.strip().split() print "amino acid =&… Re: need help! Programming Software Development by drjekil True/false A C D E F G H I K L M N P Q R S T V X Y W(here alfabets represents 20 amino acids) out put had to be in 21 coulum in the above order.If the z-coored between 10-22 that true/false will be 1,otherwise -1.every row will work only for one amino acid, 1lghB H i 71.9 H H -19.94 # for that line amino acid is H and it has value between 10-22.so …