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 Rating: 7.6 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 Rating: 6.8 Views: 0
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 Rating: 8.2 Views: 1469
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 Rating: 9.8 Views: 234
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 Rating: 9.4 Views: 0
i need to know a website that has guides forums and software for only tha razr v3xx and not anything else
http://www.experts-exchange.com/Programming/Processor_Platforms/Q_23694245.html
Zones:
Proce...Date Answered: 12/31/2008 Rating: 8.0 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 Rating: 7.2 Views: 0