Jump to content
Couperwife

Christmas Presents-Secret Santa thread

Recommended Posts

do you really want to know how I worked it out?? :D

 

well, im not tellin :lol::lol::lol::lol::lol:

 

 

 

 

 

 

 

hmmmm,

 

 

 

 

 

 

 

 

 

well, maybe I might then

 

 

 

 

hmmmm

 

 

 

 

 

 

 

well, actually, its not really hard, I just listed everyone who had sent me addresses (in the order the addresses came), then linked them with the person below them

 

so, nothing really that amazing, sorry.

 

:D

 

 

cathy

x

Link to comment
Share on other sites

Well that's a relief - I couldn't see any connection anywhere, so my brain can go back into the misty, murky depths again!

Anyhooo, thanks very much Couperwiffy - it seems to have gone well - just a few left in the post, and I know my person got theirs very soon after I posted it, so I am pleased about that - just hope they like it.

 

:clap::clap::clap:

Link to comment
Share on other sites

Well that's a relief - I couldn't see any connection anywhere, so my brain can go back into the misty, murky depths again!

 

not many people try and understand how my mind works.

 

if they do, they usually end up away with the fairys somewhere :lol::lol::lol:

 

(kev gave up trying to understand me years ago :lol: )

 

cathy

x

Link to comment
Share on other sites

I just want you all to know that reading this thread is hilarious :lol: . You lot are giddier than all the kiddies i know.

 

And when you all thought you'd cracked the code :shameonu: , only to be foiled again :lol: .

 

Can't wait to see what you all get after all the efoort you've all been putting in.

Link to comment
Share on other sites

do you really want to know how I worked it out?? :D

 

well, actually, its not really hard, I just listed everyone who had sent me addresses (in the order the addresses came), then linked them with the person below them

 

cathy

x

 

You used a Visual Basic randomizer algorithm didn't you?

 

Public Sub RandomizeList(items() As Integer)

Dim min_item As Integer

Dim max_item As Integer

Dim i As Integer

Dim j As Integer

Dim tmp_value As Integer

 

min_item = LBound(items)

max_item = UBound(items)

 

For i = min_item To max_item - 1

' Randomly assign item number i.

j = Int((max_item - i + 1) * Rnd + i)

tmp_value = items(i)

items(i) = items(j)

items(j) = tmp_value

Next i

End Sub

 

 

:?:?:?:dance::dance::dance:

 

(sorry) :D

Link to comment
Share on other sites

do you really want to know how I worked it out?? :D

 

well, actually, its not really hard, I just listed everyone who had sent me addresses (in the order the addresses came), then linked them with the person below them

 

cathy

x

 

You used a Visual Basic randomizer algorithm didn't you?

 

Public Sub RandomizeList(items() As Integer)

Dim min_item As Integer

Dim max_item As Integer

Dim i As Integer

Dim j As Integer

Dim tmp_value As Integer

 

min_item = LBound(items)

max_item = UBound(items)

 

For i = min_item To max_item - 1

' Randomly assign item number i.

j = Int((max_item - i + 1) * Rnd + i)

tmp_value = items(i)

items(i) = items(j)

items(j) = tmp_value

Next i

End Sub

 

 

:?:?:?:dance::dance::dance:

 

(sorry) :D

 

Oh weeeell, it all makes sense now! :roll:

 

:lol::lol:

Link to comment
Share on other sites

do you really want to know how I worked it out?? :D

 

well, actually, its not really hard, I just listed everyone who had sent me addresses (in the order the addresses came), then linked them with the person below them

 

cathy

x

 

You used a Visual Basic randomizer algorithm didn't you?

 

Public Sub RandomizeList(items() As Integer)

Dim min_item As Integer

Dim max_item As Integer

Dim i As Integer

Dim j As Integer

Dim tmp_value As Integer

 

min_item = LBound(items)

max_item = UBound(items)

 

For i = min_item To max_item - 1

' Randomly assign item number i.

j = Int((max_item - i + 1) * Rnd + i)

tmp_value = items(i)

items(i) = items(j)

items(j) = tmp_value

Next i

End Sub

 

 

:?:?:?:dance::dance::dance:

 

(sorry) :D

 

Oh weeeell, it all makes sense now! :roll:

 

:lol::lol:

 

Huh? :eh: Does it ? :anxious::wink:

 

Sha x

Link to comment
Share on other sites

do you really want to know how I worked it out?? :D

 

well, actually, its not really hard, I just listed everyone who had sent me addresses (in the order the addresses came), then linked them with the person below them

 

cathy

x

 

You used a Visual Basic randomizer algorithm didn't you?

 

Public Sub RandomizeList(items() As Integer)

Dim min_item As Integer

Dim max_item As Integer

Dim i As Integer

Dim j As Integer

Dim tmp_value As Integer

 

min_item = LBound(items)

max_item = UBound(items)

 

For i = min_item To max_item - 1

' Randomly assign item number i.

j = Int((max_item - i + 1) * Rnd + i)

tmp_value = items(i)

items(i) = items(j)

items(j) = tmp_value

Next i

End Sub

 

 

:?:?:?:dance::dance::dance:

 

(sorry) :D

 

 

errrrr

 

 

 

 

No

 

 

:lol:

 

 

chief elf

x

Link to comment
Share on other sites

Collecting all my veg tomorrow from the farm - must sneak into the shops for my rummywummy. Not Christmas without the dark treacle with a buzz. Oh goody, I've dribbled just thinking about it. :oops: We have vodka and Tia Maria for Black or White Russians. We have advocaat for snowballs (yay, snowballs whoohoo), wine is coming from the inlaws (they seem to know the really lovely stuff, so won't complain about them for that). I also like Adnams Broadside - it just doesn't taste like beer - nice and fruity, a bit like Awd Rodger (which you can't get now). Lots of Pimms including the winter version. But no bally rum. Woods Navy is my favourite - can I get in anywhere? No. Pusser's is OK (but not as treacley) and part of the cost is transferred to a Navy charity. Oh lawks, want some NOW!!!! :evil:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
×
  • Create New...