| View previous topic :: View next topic |
| Author |
Message |
BlueWolf Fox

Joined: 27 May 2007 Posts: 68 Location: the Netherlands - Beneath the sea-level :)
|
Posted: Tue Apr 14, 2009 3:35 pm Post subject: What's on your ctrl+v today? |
|
|
So this is an easy one. What do you have on your clipboard(ctrl+v) RIGHT NOW?
Post it withing the [quote]-tag. You may want to explain what it is.
Don't cheat!!
At the moment, I have:
| Quote: | | http://twitter.com/statuses/user_timeline/14115981.rss |
My rss-feed for my Only registered users can see links on this forum! Register or Login on forum! | . Needed it for my weblog _________________ Everything has its beauty, but not everyone sees it.
 |
|
| Back to top |
|
 |
TheWhiteFox Head Adminstrator

Joined: 13 May 2006 Posts: 3311 Location: Arizona
|
|
| Back to top |
|
 |
James McCloud Team Dog

Joined: 13 May 2006 Posts: 643 Location: Indiana, U.S.
|
Posted: Tue Apr 14, 2009 10:15 pm Post subject: |
|
|
| Code: | So this is an easy one. What do you have on your clipboard(ctrl+v) RIGHT NOW?
Post it withing the [quote]-tag. You may want to explain what it is. |
That is what it is now  _________________
Only registered users can see links on this forum! Register or Login on forum! |
|
|
| Back to top |
|
 |
BlueWolf Fox

Joined: 27 May 2007 Posts: 68 Location: the Netherlands - Beneath the sea-level :)
|
|
| Back to top |
|
 |
James McCloud Team Dog

Joined: 13 May 2006 Posts: 643 Location: Indiana, U.S.
|
|
| Back to top |
|
 |
UltraMetaloid Working Dog

Joined: 03 Apr 2007 Posts: 490 Location: Maple Ridge, BC "Canadia"
|
Posted: Fri Apr 24, 2009 3:40 am Post subject: |
|
|
it's not a game, its an Ubuntu desktop shot. Ubuntu is a free, open source, Linux-based operating system. _________________ Well the sun will rise in the east
But I'm barking at the moon
There is no home like the one you've got,
Cause that home belongs to you... |
|
| Back to top |
|
 |
James McCloud Team Dog

Joined: 13 May 2006 Posts: 643 Location: Indiana, U.S.
|
|
| Back to top |
|
 |
BlueWolf Fox

Joined: 27 May 2007 Posts: 68 Location: the Netherlands - Beneath the sea-level :)
|
|
| Back to top |
|
 |
James McCloud Team Dog

Joined: 13 May 2006 Posts: 643 Location: Indiana, U.S.
|
Posted: Fri May 01, 2009 10:11 pm Post subject: |
|
|
| Code: | | http://www.xfire.com/profile/firefox250/ |
link to my xfire profile, was showing someone. _________________
Only registered users can see links on this forum! Register or Login on forum! |
|
|
| Back to top |
|
 |
BlueWolf Fox

Joined: 27 May 2007 Posts: 68 Location: the Netherlands - Beneath the sea-level :)
|
Posted: Fri May 01, 2009 10:18 pm Post subject: |
|
|
| Quote: | | /home/jos/Mijn Map/Engeland/Engeland.dv |
Path to an raw video on my pc. Was in England for 1 one day. Flying was €5 from the Netherlands  _________________ Everything has its beauty, but not everyone sees it.
 |
|
| Back to top |
|
 |
TheWhiteFox Head Adminstrator

Joined: 13 May 2006 Posts: 3311 Location: Arizona
|
Posted: Sat May 02, 2009 1:31 am Post subject: |
|
|
| Code: | | http://www.divinecaroline.com/article/22323/73133-personality-written-handwriting |
I can't believe that's still on my clipboard. It's a link to an article describing how your handwriting describes your personality. _________________
 |
|
| Back to top |
|
 |
BlueWolf Fox

Joined: 27 May 2007 Posts: 68 Location: the Netherlands - Beneath the sea-level :)
|
Posted: Thu May 28, 2009 2:57 pm Post subject: |
|
|
| TheWhiteFox wrote: | | Code: | | http://www.divinecaroline.com/article/22323/73133-personality-written-handwriting |
I can't believe that's still on my clipboard. It's a link to an article describing how your handwriting describes your personality. |
heh, cool. I read the whole article
| Code: | buffer = ''
while 1:
try: data = self.__sock.recv(1024)
except:
if not self.isOnline: return
self.close(True)
return
if data == '':
self.close(False)
return
buffer += data
#Every dataset must end with a delimiter: chr(1)
if chr(1) in buffer:
#Get the data that already has a chr(1) in it
data = buffer.split(chr(1))
buffer = data[-1] #Put the last one back in the buffer
data = data[:-1]
for d in data:
self.__parse(self.__uid, d) |
Some python-code I'm busy with, right now... well, before I began procrastinating of course  _________________ Everything has its beauty, but not everyone sees it.
 |
|
| Back to top |
|
 |
|