Hi there!
Where can I find tunes of Amiga games as MOD files? On the A500 I have had a game called "Exodus 3010", whose title theme was fantastic...
http://www.experts-exchange.com/Gamers/Misc/Q_10189313.html
Hey this is properly pretty simple but could someone explain the "Mod" and "Xor" commands... i need to know what they do and how they work...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20570242.html
Zones:
Visual BasicDate Answered: 04/02/2003 Grade: A Views: 0
A couple of weeks ago i sent an email to blizzard tech support and am still awaiting a reply. Just in case some one has already the knowledge to answer my question to them i would like to ask it h...
http://www.experts-exchange.com/Gamers/Misc/Q_20576328.html
Zones:
GamesDate Answered: 04/28/2003 Grade: B Views: 12
hello
having recently bought the above card i couldnt help to stop thinking of overclocking it
as i eventually did and to my surprise the limits of this card were not as sky-high as i expected
a...
http://www.experts-exchange.com/Hardware/Misc/Q_21108050.html
I used to use the mod function in asp to figure out the following while looping through rows in a dataset to display a matrix style grid of products:
if n mod 3 = 0 then
//start a new row
...
http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_21212858.html
Zones:
C#Date Answered: 11/22/2004 Grade: A Views: 967
Hi,
I know Oracle uses a MOD function like Basic's to determine the remainder after a division. So 20 MOD 9 = 2 (9 goes into 20 twice for a total of 18, 20 - 18 = 2). I need to determine ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21378526.html
Zones:
MS SQL ServerDate Answered: 04/06/2005 Grade: A Views: 160
Friends,
I have my report working, but there has to be a better way. Right now, in my VB.net code, I perform a select statement to get the data I want, and then I insert that data into a table....
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21520741.html
I have this script that limits the width of an image to 600 pixels if the image is larger then 600 pixels wide. It resizes the picture in ratio.
<script>
function testIMG(img)
{
va...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21773832.html
Zones:
JavaScriptDate Answered: 05/06/2006 Grade: A Views: 0
I was trying to to do a mod operation wherein I get the remainder ...
In my code I wrote
3 MOD 2 or 3 % 2
it was giving me an error
with 3 MOD 2 it gave "MOD" undeclared identifier
wiwth 3 % 2 it...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10176891.html
Zones:
C++Date Answered: 06/29/1999 Grade: B Views: 0
I have a large(16 digit)number that I need to do modulus computations on and no matter what data type I use I get overflow error. ???? HELP
Dim acct As Variant
Dim answer As Variant
Dim ans As...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10221230.html
Zones:
MS AccessDate Answered: 03/04/2002 Grade: A Views: 0