|
If you haven't looked at Izar in a while .... just a reminder that this is a beautiful double. I was looking at it last night with a 4" refractor at about 200x. Even with poor seeig it was absolutely beautiful, with a large and bright yellow star (Airy...
Started by ggalilei on
, 18 posts
by 12 people.
Answer Snippets (Read the full thread at cloudynights):
Just a little challenging for brightness difference as the secondary was almost... .
In my 80mm at 192x it was really beautiful and exactly as you have described her .
I have splitted Izar last week, after having ignored this beautiful couple for too much time .
|
|
If you haven't looked at Izar in a while .... just a reminder that this is a beautiful double. I was looking at it last night with a 4" refractor at about 200x. Even with poor seeig it was absolutely beautiful, with a large and bright yellow star (Airy...
Started by ggalilei on
, 23 posts
by 14 people.
Answer Snippets (Read the full thread at cloudynights):
Just a little challenging for brightness difference as the secondary was almost... .
In my 80mm at 192x it was really beautiful and exactly as you have described her .
I have splitted Izar last week, after having ignored this beautiful couple for too much time .
|
|
If you haven't looked at Izar in a while .... just a reminder that this is a beautiful double. I was looking at it last night with a 4" refractor at about 200x. Even with poor seeig it was absolutely beautiful, with a large and bright yellow star (Airy...
Started by ggalilei on
, 20 posts
by 13 people.
Answer Snippets (Read the full thread at cloudynights):
Just a little challenging for brightness difference as the secondary was almost... .
In my 80mm at 192x it was really beautiful and exactly as you have described her .
I have splitted Izar last week, after having ignored this beautiful couple for too much time .
|
Ask your Facebook Friends
|
How do I find a date which is 3 days earlier than a given date in Perl where the format is YYYY-MM-DD?
Started by biznez on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Month, day => $day ); $date->subtract( days => 3 ); # $date is now three days earlier.
|
|
How to check whether the given date is earlier than a month ago? What is the fastest algorithm? I have to take into account that different months have different numbers of days.
Started by mykhaylo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If (dt1.plusMonths(-1) > dt2) { //Date is earlier than a month ago }.
|
|
Is there a way in Git to rollback to a much earlier version of a file? I can roll back to the previous version with REVERT, but what if i want to go back to earlier versions? Whats the best workflow for managing waypoints in yout code? Branch each time...
Started by jdee on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Then:
$ git log
shows you a list of recent commits....
I think I've found it....from http://www-cs-students.stanford.edu/~blynn/gitmagic/ch02.html
Sometimes you just want to go back and forget about every change past a certain point because they're all wrong .
|
|
When I try to connect to an unavailable machine, I get an EndpointNotFoundException but it takes too long (about 20 seconds). Setting closeTimeout, openTimeout, receiveTimeout or sendTimeout has no effect. Can I get that exception earlier?
Started by Eduardo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
We're using the EnterpriseLibrary....
If your worker thread does not complete within your timeout, then you can assume that it won't respond .
You can always try to connect in a separate thread, and have a timer with your desired timeout on the main thread .
|
|
How Can I Revert to Earlier baseline? We have a UCM parallel development(multi-stream) project. Each developer have a snapshot view on Project's Integration stream. Developers want to see earlier version of the application in their snapshot views so They...
Started by mcaaltuntas on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Did....
But how you do write it depends on your project's approach to baselines .
Your config spec tells your view which versions of elements to look at .
Actually, the answer lies in setting up your config spec to point to the proper files .
Well, it depends.
|
|
I'm trying to find a solution for this...
I want to be able to record TV shows that are being shown 3 hours earlier on the east coast so I can start watching them 30 minutes before they are scheduled to start airing on the west coast.
What sort of solutions...
Answer Snippets (Read the full thread at superuser):
You would have to have access to someone's feed on the east coast, over the net to their box and get them to stream it from their box to yours (most likely this would actually illegal as it would be considered "rebroadcasting" of copyrighted material,... .
|
|
In earlier versions of VS (2003 for sure, maybe 2005) when you open a project file, the tab opens to the right. In current VS 2008 it always opens to the left, so I have to rearrange them manually. It's time consuming and stupid, since I feel I'm forced...
Started by User on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You could try deleting \Visual Studio 2008\Settings\CurrentSettings.vssettings (well, backing it up) and rearranging your windows and quitting again -- this is the file where your personal preferences are saved, and it could be possible that it has become... .
|