Re: Converting bases Programming Software Development by VernonDozier …*digs){ if (base>36){ //Because for bases greater than 36,the capital alphabets are not enough for…*digs){ if (base>36){ //Because for bases greater than 36,the capital alphabets are not enough for…*digs){ if (base>36){ //Because for bases greater than 36,the capital alphabets are not enough … Re: Converting bases Programming Software Development by massivefermion … know how. Stu,with my algorithm,for some numbers and bases,I got a wrong answer for the first time but… I give one or more numbers with bases smaller than 20 and then try bases bigger,It works. What's wrong? this… U.S. Military Bans Medal of Honor's Sale From Its Bases--Has Censorship Gone Too Far? Community Center Geeks' Lounge by Glass_Joe …. Military threw the red flag and outlawed its sale at bases across the country. "We regret any inconvenience this may… also looms over the 49 GameStops located nationally on military bases. "At the hands of the Taliban, children have lost… Converting bases Programming Software Development by massivefermion … [ATTACH]21531[/ATTACH] [ATTACH]21532[/ATTACH] This program converts number bases.Because of the lack of alphabets,You may encounter nonsense… characters if you use bases greater than 62. In this program I use both capital… Python Convert To/From Number Bases Between 2 and 62 Programming Software Development by BustACode Needed a func to convert base 2 into 10, and back. Found the referenced code in this func for moving between three bases, and generalized it to between bases 2 and 62, and all in between. Upconvert a number, then down convert, then upconvert again. Go wild, have fun. Re: U.S. Military Bans Medal of Honor's Sale From Its Bases--Has Censorship Gone Too Far? Community Center Geeks' Lounge by Agilemind … nothing wrong with the military banning this game from their bases/service people to keep troop moral etc.. you need propaganda… Re: U.S. Military Bans Medal of Honor's Sale From Its Bases--Has Censorship Gone Too Far? Community Center Geeks' Lounge by diafol I thought the armed forces run their bases as they see fit. To hell with so-called [B]… Re: U.S. Military Bans Medal of Honor's Sale From Its Bases--Has Censorship Gone Too Far? Community Center Geeks' Lounge by kes166 … way to try and keep a game out of it bases and not do anything about a web site that leaks… Cover all bases... Programming Software Development by mikki2 … to this forum...but i just need to cover all bases b4 my exam in a month...thanks for understanding. my… Student data bases management using files in C Programming Software Development by begueradj Hi from Begueradj, This program written in Turbo C simulates a student data bases using files. Basic operations such as seeking for a given student, deleting, adding and sorting are implemented here. Feel free to give me your points of view. Thanks, Begueradj. Merge Data Bases or Syncronize ? Programming Databases by mircea2nd … seller of the second script was to syncronize the data bases. That's about it .. Thanks so much in advance for… Convertign between bases Programming Software Development by ITHope … it except I cant figure out how to convert between bases example: number=2239 base=3 newbase=4 first i need… Re: Convertign between bases Programming Software Development by JeffGrigg … it except I cant figure out how to convert between bases example: number=2239 base=3 newbase=4 first i need… Need Algorithms for convert to bases Programming Software Development by Transcendent Does anyone know some algorithms for converting to bases such as octal, hexadecimal,and binary? TypeError: Error when calling the metaclass bases function() argument 1 Programming Software Development by james.lu.75491856 Traceback (most recent call last): File "C:/Users/James/Desktop/hugevar.py", line 2, in <module> class var(tempfile.TemporaryFile): TypeError: Error when calling the metaclass bases function() argument 1 must be code, not str Why does this happen and how can I fix it? Getting started with data bases. Programming Databases by Bsc148 How would I go about learning about data bases and how to create them? What is the best programming language to create them with? My first Python Program, it's too messy Programming Software Development by AJG …temp_bases = temp_bases-1 print "" temp_bases2 = bases import pickle file = open('shipyardlevels.txt', 'w') pickle…base_production[temp_bases4-1] temp_bases4 = temp_bases4-1 temp_bases5 = bases while temp_bases5 >0: if base_shipyards[temp_bases5-1… Re: My first Python Program, it's too messy Programming Software Development by AJG ….txt') bases = load_saved('bases.txt') else: bases = 0 base_production = [] base_shipyards = [] if saved == 2: bases = input("Type your number of bases:") save_data('bases.txt',bases) # PROGRAM… Critique my learning project Programming Software Development by coolbeanbob … = new Base("Home Base"); bases = new Base[4]; bases[0] = firstBase; bases[1] = secondBase; bases[2] = thirdBase; bases[3] = homeBase; visitingTeam = new Roster… Re: My first Python Program, it's too messy Programming Software Development by woooee [QUOTE]def save_data(file_name,data): if saved == 2: bases = input("Type your number of bases:") save_data('bases.txt',bases) ## bases is just a number and not data isn't it? # PROGRAM CRASHES HERE[/QUOTE] What happens when someone keys in an "a" instead of a number, or 155 instead of 15? Re: My first Python Program, it's too messy Programming Software Development by finite4dw … == 1: base_shipyards = load_saved('baseshipyardlevels.txt') base_production = load_saved('baseproduction.txt') bases = load_saved('bases.txt') [/code] Now, let us look at the function. Your… the variables because we are no longer dealing with just bases or shipyards, but anything that is to be persisted to… Re: My first Python Program, it's too messy Programming Software Development by AJG If they type "a" it crashes. If they type anything it crashes. When it worked, 155 would be fine, it is possible (though unlikely) to have 155 bases. Re: My first Python Program, it's too messy Programming Software Development by woooee Here is an article about users input that covers all of the bases [url]http://linuxgazette.net/issue83/evans.html[/url] No result from a PHP page Programming Web Development by CoolGamer48 …. Current money: $current_money."; } } $sql = "SELECT name FROM bases WHERE usr_name = \"".$_COOKIE["user"]."\"…= mysql_query($sql,$con); if(mysql_num_rows($result) == 0) { echo "No bases currently established."; } else { echo "<div style=\"… Re: Critique my learning project Programming Software Development by coolbeanbob … triples; private int hr; //Home Runs private int sb; //Stolen Bases private int cs; //Caught Stealing private int bb; //Walk private… GUI Problem Programming Software Development by shyla …display each player’s number and the number of 0-bases, 1-base, 2-base, and 3-base, and …a player number greater than 11 or a number of bases greater than 4). [CODE]using System; using System.…EventArgs e) { label4.Text = "Player 0 Bases 1 Base 2 Bases 3 Bases Home Runs"; for (int x = 1; x… Two Dimensional array Programming Software Development by shyla …display each player’s number and the number of 0-bases, 1-base, 2-base, and 3-base, and …a player number greater than 11 or a number of bases greater than 4). [CODE]using System; using System.…EventArgs e) { label4.Text = "Player 0 Bases 1 Base 2 Bases 3 Bases Home Runs"; for (int x = 1; … Arrays in Gui C# problem Programming Software Development by shyla …display each player’s number and the number of 0-bases, 1-base, 2-base, and 3-base, and …a player number greater than 11 or a number of bases greater than 4). [CODE]using System; using System.…EventArgs e) { label4.Text = "Player 0 Bases 1 Base 2 Bases 3 Bases Home Runs"; for (int x = 1; … Re: Could you help with this code? Programming Software Development by ibr123 …(playerNo != 999) { Console.Write("Enter the bases", x + 1); bbase = Convert.ToInt32(Console…(playerNo != 999) { Console.Write("Enter the bases", x + 1); bbase = Convert.ToInt32(Console… Function 'initgraph' should have a prototype Programming Software Development by Prashant45 …of dyes used to indicate the presence of acids and bases."; ob7<<"Acidic nature of a…."; ob7<<"Mixing concentrated acids or bases with water results in a highly exothermic reaction."; … cout<<"\n9.Mixing concentrated acids or bases with water results in a highly\n exothermic reaction.\n…