A Conversation for Ask h2g2

What's in your paste buffer?

Post 1

Is mise Duncan

If you just reply to this message and press paste, what will the resulting collage tell us about each other?

Mine is:
---8<-----------------------------------------------

'\\ Iterate through system printers
For Each prThis In vbLink.System.InstalledPrinters
'\\ Iterate through that printer's jobs
For Each prJobThis In prThis.PrintJobs
'\\ Log info about print jobs
Debug.Print prThis.DeviceName
With prJobThis
Debug.Print .DocumentName & " from " & .MachineName & " for " & .Username & " pages: " & .TotalPages
End With
Next prJobThis
Next prThis
--8<-------------------------------------------------

which marks me out a s a smiley - geek.


What's in your paste buffer?

Post 2

Mu Beta

IE tried to post a 2MB jpeg, which means I download too much porn.

Oops...

B


What's in your paste buffer?

Post 3

Marjin, After a long time of procrastination back lurking

RH2005


What's in your paste buffer?

Post 4

Researcher 177704

http://www.alexthekid.cjb.net


What's in your paste buffer?

Post 5

Gnomon - time to move on

Plan as revised by meeting 12-June-2002


What's in your paste buffer?

Post 6

Rocket Rod

http://cryptome.org/


What's in your paste buffer?

Post 7

Silverfish

When I'm in the Mood for Love (You're in the Mood for Herring)


What's in your paste buffer?

Post 8

Phil


What's in your paste buffer?

Post 9

Witty Moniker

http://www.epscilon.com/play/index.html


What's in your paste buffer?

Post 10

Bogie

This site will look and work better in a browser that supports web standards,
but it is accessible to most browsers and Internet devices.

B.


What's in your paste buffer?

Post 11

Ek* this space intentionally left blank *ki

A257302

I win!


What's in your paste buffer?

Post 12

GreyDesk

Spain v Ireland (June 15th, 7.30am)
Denmark v England (June 15th, 12.30 pm)
Sweden v Senegal (June 16th, 7.30)
Germany v Paraguay


What's in your paste buffer?

Post 13

Floh Fortuneswell

smiley - coffee


What's in your paste buffer?

Post 14

Lenny (Lynette)

H.-H. Yang and R.L. McCreery, J. Electrochem. Soc. 147 (2000) 3420.

part of my job, honest!


What's in your paste buffer?

Post 15

Mu Beta

D'you know, I'm sure I've read that one. Is it on electrode characteristics of Laves' phase alloys?

B


What's in your paste buffer?

Post 16

IctoanAWEWawi

the below, X 5 but i ain't posting that!


begin
update mpan_suppliers ms
set end_date = discon_rec.disconnection_date
WHERE ms.meter_system=discon_rec.meter_system
AND ms.start_date=(SELECT MAX(start_date)
FROM MPAN_SUPPLIERS ms2
WHERE ms2.meter_system=ms.meter_system
AND ms2.start_date < discon_rec.disconnection_date
AND (ms2.end_date IS NULL OR ms2.end_date > discon_rec.disconnection_date));
exception
when no_data_found then
dbms_output.put_line('No data in MPAN_SUPPLIERS for MPAN '||discon_rec.meter_system);
when others then
dbms_output.put_line('Error getting data on MPAN_SUPPLIERS for MPAN '||discon_rec.meter_system);
end;
v_ms_update:=v_ms_update+SQL%rowcount;


What's in your paste buffer?

Post 17

MaW

OK, here's what I've done: I'll only build the documentation if the USE
variable 'doc' is set (duh!). So you can just unset that (if you have it,
it's not on by default). However, I've also changed the dependency list to
require the 3.1 DTD specifically, so if you want the docs, try it!


(no, that's not a post in the wrong thread, that's what I got when I clicked the middle mouse button)


What's in your paste buffer?

Post 18

Abi

http://news.bbc.co.uk/hi/english/health/newsid_2041000/2041430.stm


What's in your paste buffer?

Post 19

Mu Beta

You know what, Abi? That almost implies that you might be doing some work.

B


What's in your paste buffer?

Post 20

Kadu Flyer

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another


Key: Complain about this post