Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~7K People Reached
Favorite Tags
Member Avatar for DarkDot

Hey, so on my website which can be found here [CODE]hxxp://leaguespirit.com/[/CODE] (change the x's to t's) my footer loads at the bottom but then you can scroll down and I'm not sure why. you can view the source code and hopefully let me know why thats happening its so frustration. …

Member Avatar for teedoff
0
100
Member Avatar for DarkDot

So I have one page that basically reads the entries I have from my table and out puts them with a link around the date so that when clicked your supposed to be able to delete it. Problem is when I click the link nothing happens. Heres the code for …

Member Avatar for pritaeas
0
119
Member Avatar for DarkDot

So I'm trying to have a relatively simple script. I want to just have one entry in the SQL table and when new information is entered just overwrite that same entry. For the table I have the primary key as the variable ID. I'm not sure how to just extract …

Member Avatar for nonshatter
0
79
Member Avatar for DarkDot

I am making an interest calculation program and can't figure out how to get the integer number input by the user into a decimal number. For example I don't know how to make 5, into .05 in MIPS assembly language. I've tried div but I can't get it to work …

0
60
Member Avatar for DarkDot

I have to make a program that takes a user entered deposit and interest rate and then calculates the balance for 5 years. I can't figure out what I'm doing wrong. I always use the deposit amount of 1000 and interest rate of 5 therefore for the five years the …

Member Avatar for DarkDot
0
146
Member Avatar for DarkDot

Okay I am trying to create a program that takes in 10 integers, then prints out the Max integer and the Min integer. The first loop reads in the 10 integers and the second one is supposed to print out the Max and Min integers. The problem I'm having is …

Member Avatar for DarkDot
0
161
Member Avatar for DarkDot

Hey I'm using MIPS and created a Fibonacci program and am not sure that its working correctly. When I enter 1 it returns 1 like it should and when I enter 0 it returns 0 like it should. However when I enter a number that takes it into the Fibonacci …

Member Avatar for deco05ie
0
668
Member Avatar for DarkDot

Basically for a class project/assignment we need to take another persons program in class and correct it for them, if they are good at assembly then your in luck if your person is bad like mine seems to be your screwed. Below is the exact code they posted, I've gone …

Member Avatar for DarkDot
0
5K
Member Avatar for DarkDot

Hi, I am trying to implement a switch statement in assembly using MIPS. I can get it to jump to the target, but I was wondering if [inlinecode] beq $s2, 1, C1[/inlinecode] is valid MIPS code and not pseducode, I know that code works just not sure if its "proper" …

Member Avatar for Duoas
0
53
Member Avatar for DarkDot

Hey I want to create a max function that does the same thing as the c++ max function counterpart does, but the only way I can see to do it is to compare each number with everyother number. Of course if its only two numbers then you can just compare …

Member Avatar for Duoas
0
75
Member Avatar for DarkDot

Hi this is what I need to do [LIST=1] [*]Declare a word array A with 2 elements with initialized values. [*]Declare a word variable B with initialized value as 0. [*]Calculate the cvalue of B with the following expression: B= A[0] + A[1] -6. [*]Make sure B's value is saved …

Member Avatar for Duoas
0
102