Forum: Python Mar 31st, 2008 |
| Replies: 70 Views: 7,170 That scares me a little, How does one implement a rotating counter in python ?
class Program
{
public static void Main(string[] args)
{
ulong a = 111111111; // Thats 9 1's... |
Forum: C# Jan 19th, 2008 |
| Replies: 11 Views: 2,118 If your second class has been defined as class2 and is accessible within your current form ( in the same project and within the same namespace ) it should work. That error suggests that it is unable... |
Forum: Java Jan 19th, 2008 |
| Replies: 23 Views: 7,131 Some services will send version information when requested. This should allow one to determine the OS running on different machines. For instance RFC 2616 for HTTP describes the server response... |