A Conversation for Ask h2g2

What's in your paste buffer?

Post 41

C Hawke

A Monitoring Manual for monitoring Regional Planning Guidance


What's in your paste buffer?

Post 42

DoctorGonzo

Possible future entries:
Takeshi Kitano - Director, Writer, Actor and Artist


What's in your paste buffer?

Post 43

Researcher 177704

have a productive day


What's in your paste buffer?

Post 44

GreyDesk

Summary of Bank Staff Reapportionment

Ward Change in Budget

RAH Nurse Management -13,289

Blanche 4,906
Nicholson 1,852
Cawthorne 1,762
Taaffe 3,083
Lydia 601
Ambulatory Care 493
Play Specialists 344
Theatres 248
TMBU 0

Out of Directorate 0


What's in your paste buffer?

Post 45

Me Myself & i!

P&L Effects POST TAX (in £K)
P&L Yr 1 P&L Yr 2 P&L Yr 3 P&L Yr 4 P&L Yr 5 P&L 5yr Cum
Birmingham 12.0 3.0 2.0 2.0 2.0 21.0
Bristol (184.0) 248.0 285.0 259.0 245.0 853.0
Nottingham Postcodes 211.0 211.0 211.0 211.0 211.0 1055.0
Total P&L impact 39.0 462.0 498.0 472.0 458.0 1929.0

GOD WHAT A SAD LIFE I LEAD!!!! smiley - sadface


What's in your paste buffer?

Post 46

alji's

The first six items on my clip board;
1...William Jefferson Blythe IV was born to William Jefferson Blythe III (died May 17, 1946) & Virginia Cassidy- Blythe at Chester Hospital (E10th between S. Walnut & 29), exact coordinates 93W35:19 33N39:37, on Monday August 19th 1946 about 8:55 AM in Hope Arkansas,

2...Thomas Sean Connery was born to Joseph & Euphamia Connery in Fountainbridge, Edinburgh, Scotland (~03W13 55N57), on August 25, 1930 at 6:05 PM GMD (summer, daylight savings):

3..Albert Einstein was born to Hermann & Pauline Koch-Einstein at their residence in a 4-story building which was built in 1871, Bahnhofstrasse B135 Ulm Baden-Wurttemberg (renumbered Bahnhofstrasse 20 in 1880), 89073 Deutschland, 11:30 AM LMT Friday, 14 March 1879 (exact coordinates 09E59:05 48N23:56). The building was destroyed in WWII (December 1944, during a bombing raid), and a large monument now stands in its place.

4...Philip Anthony Hopkins was born to Richard Arthur & Muriel Anthony-Hopkins in Port Talbot, West Glamorgan, Wales, Friday, December 31, 1937 near 10:30 AM GMT;

5...Nikola Tesla was born in a tiny house next to the Serbian Orthadox Church (of the Holy Apostles Peter and Paul), in Smiljan, a hamlet at the edge of a plateau in the Velebit mountains, in the province of Lika, Croatia (Licko Polje), east of the steep Velebit ridge running the length of the province along the coastline by the Adriatic Sea. Smiljan is 15 miles east of Karlobag and six miles west of Gospic. Time of birth is midnight--under a crackling thunderstorm!

6...Isaac Asimov was born to Judah & Anna Rachel Berman Asimov in Petrovichi, Smolenska Ja Vozvysennost, Rossija, (53N58 32E10) Friday morning, 2nd of January 1920 AD 6:15 AM LMT GMT +2:08:

Alji smiley - zensmiley - wizard


What's in your paste buffer?

Post 47

Kadu Flyer

a long 1 2 end the day with


<!--

var arrDynaList = new Array();
var arrDL1 = new Array();

arrDL1[1] = "selecttop"; // Name of parent list box
arrDL1[2] = "form1"; // Name of form containing parent list box
arrDL1[3] = "selectsecond"; // Name of child list box
arrDL1[4] = "form1"; // Name of form containing child list box
arrDL1[5] = arrDynaList;

<%
Dim txtDynaListRelation, txtDynaListLabel, txtDynaListValue, oDynaListRS

txtDynaListRelation = "category" ' Name of recordset field relating to parent
txtDynaListLabel = "subject" ' Name of recordset field for child Item Label
txtDynaListValue = "subject" ' Name of recordset field for child Value
Set oDynaListRS = secondlevel ' Name of child list box recordset

Dim varDynaList
varDynaList = -1

Dim varMaxWidth
varMaxWidth = "1"

Dim varCheckGroup
varCheckGroup = oDynaListRS.Fields.Item(txtDynaListRelation).Value

Dim varCheckLength
varCheckLength = 0

Dim varMaxLength
varMaxLength = 0

While (NOT oDynaListRS.EOF)

If (varCheckGroup <> oDynaListRS.Fields.Item(txtDynaListRelation).Value) Then
If (varCheckLength > varMaxLength) Then
varMaxLength = varCheckLength
End If
varCheckLength = 0
End If
%>
arrDynaList[<%=(varDynaList+1)%>] = "<%=(oDynaListRS.Fields.Item(txtDynaListRelation).Value)%>"
arrDynaList[<%=(varDynaList+2)%>] = "<%=(oDynaListRS.Fields.Item(txtDynaListLabel).Value)%>"
arrDynaList[<%=(varDynaList+3)%>] = "<%=(oDynaListRS.Fields.Item(txtDynaListValue).Value)%>"
<%
If (len(oDynaListRS.Fields.Item(txtDynaListLabel).Value) > len(varMaxWidth)) Then
varMaxWidth = oDynaListRS.Fields.Item(txtDynaListLabel).Value
End If
varCheckLength = varCheckLength + 1
varDynaList = varDynaList + 3
oDynaListRS.MoveNext()
Wend

If (varCheckLength > varMaxLength) Then
varMaxLength = varCheckLength
End If
%>

//-->

<!-- End of object/array definitions, beginning of generic functions -->

<!--

function setDynaList(arrDL){

var oList1 = document.forms[arrDL[2]].elements[arrDL[1]];
var oList2 = document.forms[arrDL[4]].elements[arrDL[3]];
var arrList = arrDL[5];

clearDynaList(oList2);

if (oList1.selectedIndex == -1){
oList1.selectedIndex = 0;
}

populateDynaList(oList2, oList1[oList1.selectedIndex].value, arrList);
return true;
}

function clearDynaList(oList){

for (var i = oList.options.length; i >= 0; i--){
oList.options[i] = null;
}

oList.selectedIndex = -1;
}

function populateDynaList(oList, nIndex, aArray){

for (var i = 0; i < aArray.length; i= i + 3){
if (aArray[i] == nIndex){
oList.options[oList.options.length] = new Option(aArray[i + 1], aArray[i + 2]);
}
}

if (oList.options.length == 0){
oList.options[oList.options.length] = new Option("[none available]",0);
}

oList.selectedIndex = 0;
}

//-->


What's in your paste buffer?

Post 48

PQ

=VLOOKUP(A3,'Total Apps'!A:G,6,FALSE)


What's in your paste buffer?

Post 49

Tonto BA (Hons)

<?>


What's in your paste buffer?

Post 50

C Hawke

Microsoft Outlook Express 5.00.2919.6600


What's in your paste buffer?

Post 51

Mistdancer-X-sporadically coherent

A265169


What's in your paste buffer?

Post 52

Clive the flying ostrich: Amateur Polymath | Chief Heretic.

Nothing.



::ponders the smiley - zen-like nature of that revelation:::


What's in your paste buffer?

Post 53

GreyDesk

Mexico v USA (June 17th, 7.30)
Brazil v Belgium (June 17th, 12.30)
Japan v Turkey (June 18th, 7.30)
South Korea v Italy (June 18th, 12.30)

----------

oh dear, smiley - football again.... smiley - blush


What's in your paste buffer?

Post 54

Researcher 177704

because they can't handle the fact that you've turned into a beetle

ah kafka can screw himself


What's in your paste buffer?

Post 55

Mister Matty

In paste buffer:

---------------

Don't pick it up and take it to the police or school to turn it

---------------

It's a mistake from two-bits peer review entry on gun safety. I was going to point out the mistake but I'll post it later.


What's in your paste buffer?

Post 56

DoctorGonzo


What's in your paste buffer?

Post 57

C Hawke

I *love* this thread - never know what I'll post until I hit ctrl-v and then...


Hi

Yep that exchange checks out fine....it has an average headroom of 20%....engage tones at the exchange should be a long way off, and Energis will normally upgrade before then.

Steve


What's in your paste buffer?

Post 58

il viaggiatore

lzidxasf


What's in your paste buffer?

Post 59

suet pudding

but will not go there again. Hoping for cesme in august but will have to see how finances are.


What's in your paste buffer?

Post 60

Researcher 177704

a man, a p an panama

Dammit, why can't i remember?


Key: Complain about this post