|
Lottery for collectors of stamps. Stamps of Russia and Ukraine.
Answer Snippets (Read the full thread at postcrossing):
Hobbies, so I'll nema only my favourites: reading, Postcossing, stamp collecting, listening to the music.
|
|
Hi,
I found few stamps based on old stamps. I am starting with stamp based on penny black.
Actually i don't own a penny black. So please correct if i am wrong.
Started by raviksingh on
, 40 posts
by 13 people.
Answer Snippets (Read the full thread at stampboards):
But it is the first stamp....
Actually, the penny black is relatively).
Instead it shows the famous 2p Postoffice stamp from Mauritius!
Even rarer than the Penny black.
|
|
Hi,
I currently have a large amount of New Zealand stamps that i am willing to trade. I would be interested in animal stamps or kiloware in return. Let me know if you can swap with me.
Lneat2
Started by lneat2 on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at stampboards):
How many New Zealand stamps would you like in exchange....
Cheers
Chris Hi,
I would be intersted in the German Kiloware if possible please .
Let me know if you have a preference.
Hi Ineat2,
I can offer you modern German Kiloware or Animal Stamps.
|
Ask your Facebook Friends
|
I am currently Stamp 4. My wife has acquired Irish Citizenship by Naturalisation. My kids have Irish Citizenship too. I am planning to go back to my country (Non-EU) for a while for around 4-5 years.
Which is the best in my case - Stamp 4 or Stamp 4 EUFAM...
Started by ITGuru on
, 13 posts
by 5 people.
Answer Snippets (Read the full thread at immigrationboards):
Stamp 4EUFAM is for spouses of EU nationals who are OTHER THAN IRISH....
I certainly qualify since my spouse is Irish Citizen.
From what you have said, you don't appear to qualify for this .
Stamp 4 EUFam is for family members of EEA nationals.
|
|
"cards decorated with stamps" TAG (Stamp collectors maybe you will get new stamps for your collection!)
Hello
I just realized that my tag thread of "cards decorated with stamps" was gone then i would like to start it again as i received many beautiful...
Answer Snippets (Read the full thread at postcrossing):
Only » "cards decorated with stamps" TAG (Stamp collectors maybe you will get new stamps for your.
|
|
We have two 4cm X 2.5cm perforated and gummed stamps with a green design (possibly for ink testing?). There are no images or writing on the gummed backs, although on the front of one of the stamps it looks like there is some sort of signature/ number/...
Started by babe_bamboo on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at stampboards):
Does anyone recognise the pattern as a background of a stamp that was in production to prevent stamp forgers from using....
Be a sad outcome!
These patterns, called 'guillochis' were printed to prevent stamp forgers from using of origin.
|
|
Would anyone have any idea as to where this stamp originates from, what country and when was it issued? The date may suggest 1886?
Started by archeodive on
, 11 posts
by 6 people.
Answer Snippets (Read the full thread at stampboards):
Thanks again.
John A It is indeed an Ottoman (Turkey) stamp not have called it an "Arab" stamp, but I guess that after working as an archaeologist in Saudi Arabia.
Figure will help you determine which issue it is.
|
|
Hi to all and Glen.
Noticed some entries regarding the new Aussie stamp magazine I launched on 1 June and just wanted to let participants in this chat group know that yes, the magazine, 'Australian STAMPS Professional' (ASP), is now being distributed ...
Started by journo-bunker on
, 47 posts
by 21 people.
Answer Snippets (Read the full thread at stampboards):
So I guess it's no surprise he thinks the magazine as 'Stamp News' Editor most ....
Jude Koch, is one of the star contributors to the new stamp magazine, "Australian STAMPS Professional" (ASP - the stamp magazine with bite!).
|
|
Is there any function in vb dot net to convert datetime to unix time stamp If I google I get only the vice versa but not vb.net to unix time stamp
Any help is appreciated
Started by Ramji on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Not to plagiarize, but this looks like it will do the trick fairly easily , if you are talking about:
seconds since Jan 1, 1970 = unix time
Looking at http://www.codeproject.com/KB/cs/timestamp.aspx it shows unix->.net so you can go backwards most... .
|
|
How do I stamp two times t1 and t2 and get the difference in milliseconds in C?
Started by Chris_45 on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
This will give you the time in seconds + microseconds
#include <sys/time.h> struct timeval tv; gettimeofday(&tv,NULL); tv.tv_sec // seconds tv.tv_usec // microseconds
Use gettimeofday() or better clock_gettime()
Here is a good link on timestamps... .
|