Ctrl - V

Status
Not open for further replies.
Soldato
Joined
4 Aug 2004
Posts
5,622
Location
Wigan
ctrl+v said:
Diagnostic Schema:
I = Plasmacytoma on tissue biopsy
II = Bone marrow with greater than 30% plasma cells
III = Monoclonal globulin spike on serum protein electrophoresis, with an immunoglobulin G (IgG) peak of greater than 3.5 g/dL or an immunoglobulin A (IgA) peak of greater than 2 g/dL, or urine protein electrophoresis (in the presence of amyloidosis) result of greater than 1 g/24 h

a = Bone marrow with 10-30% plasma cells
b = Monoclonal globulin spike present but less than category III
c = Lytic bone lesions
d = Residual normal immunoglobulin M (IgM) level of less than 50 mg/dL, IgA level of less than 100 mg/dL, or IgG level of less than 600 mg/dL
Oh the fun :(
 
Soldato
Joined
28 Jan 2005
Posts
3,732
Location
Worcester
Code:
#content p{font:normal 0.8em Verdana, Arial, Helvetica, sans-serif; color:#CCCCCC; background-color:inherit; text-align:justify; line-height:1.5em; padding:5px;}
Just a bit of CSS, highly exciting.
 
Associate
Joined
1 Sep 2003
Posts
453
Location
Milton Keynes
Ooh the joys of matlab!

lam11=[];
lam22=[];
x11=[];
x22=[];

for i=[100:350]
q=3+i/(100/(11/3-3));
r1=-58.*(219.*(q-11/3)-(732381.*(q-11/3).^2+713168.*(q-11/3)).^(1./2))./(178292+171105.*(q-11/3))./cos(theta);
alp1 = 18.*(4.*(q-11/3)+5.*r1.^2.*cos(theta).^2+30.*(q-11/3).*r1.^2.*cos(theta).^2)./(116+45.*r1.*cos(theta)+690.*r1.^2.*cos(theta).^2);
x1= r1.*cos(theta)+(1-1./(alp1+3));
lam1=alp1+3;
r2=-58.*(219.*(q-11/3)+(732381.*(q-11/3).^2+713168.*(q-11/3)).^(1./2))./(178292+171105.*(q-11/3))./cos(theta);
alp2 = 18.*(4.*(q-11/3)+5.*r2.^2.*cos(theta).^2+30.*(q-11/3).*r2.^2.*cos(theta).^2)./(116+45.*r2.*cos(theta)+690.*r2.^2.*cos(theta).^2);
x2 = r2.*cos(theta)+(1-1./(alp2+3));
lam2=alp2+3;
x11=union(x11,x1);
lam11=union(lam11,lam1);
x22=union(x22,x2);
lam22=union(lam22,lam2);
end
x22=sort(x22,'descend');

plot(lam11,x11)
hold on
plot(lam22,x22)
 
Man of Honour
Joined
17 Oct 2002
Posts
17,933
Location
Liverpool, UK
Resources on Technology [2:441:5] at 05-11 10:34:22
Metal: 1241280 Crystal: 401695
Deuterium: 130504 Energy: 10935
Fleets
Small Cargo 40 Large Cargo 20
Light Fighter 4 Cruiser 300
Battleship 651 Recycler 40
Espionage Probe 17 Bomber 20
Solar Satellite 140 Destroyer 1
Defense
Rocket Launcher 8250 Light Laser 707
Heavy Laser 237 Gauss Cannon 175
Ion Cannon 281 Plasma Turret 452
Small Shield Dome 1 Large Shield Dome 1
Anti-Ballistic Missiles 50
Buildings
Metal Mine 28 Crystal Mine 25
Deuterium Synthesizer 23 Solar Plant 24
Fusion Reactor 10 Robotics Factory 12
Nanite Factory 2 Shipyard 12
Metal Storage 7 Crystal Storage 3
Research Lab 12 Missile Silo 5
Research
Espionage Technology 11 Computer Technology 10
Weapons Technology 14 Shielding Technology 12
Armour Technology 13 Energy Technology 10
Hyperspace Technology 7 Combustion Drive 12
Impulse Drive 8 Hyperspace Drive 6
Laser Technology 10 Ion Technology 6
Plasma Technology 7

Chance of counter-espionage:100%

A spy report from an online game I play - Ogame.
 
Soldato
Joined
18 Oct 2002
Posts
18,296
Location
Brighton
Please add the following valid values to the field OPRSLT in your
development environment:


Value Description

NE Not Eligible

HLR Hot Lead Call Back



I have already added them in clients 101, 131 and 134.

Random work jargon!
 
Status
Not open for further replies.
Back
Top Bottom