Pardon my ignorance (hope I'm not kicked out of HN), but how does this work? Is there a server? Is it pure Javascript? Clueless...
Windows 3.1 Online - With Minesweeper
41–50 of 60 posts
Re: Windows 3.1 Online - With Minesweeper
#42Re: Windows 3.1 Online - With Minesweeper
#43Pardon my ignorance (hope I'm not kicked out of HN), but how does this work? Is there a server? Is it pure Javascript? Clueless...
It's mostly Javascript and good ol' html/css. You can browse the source of the site with your web browser and check out all the JS goodness. There has to be a server to host the site, but I don't think it plays any other major role.
Re: Windows 3.1 Online - With Minesweeper
#44Re: Windows 3.1 Online - With Minesweeper
#45Re: Windows 3.1 Online - With Minesweeper
#46Earlier quoted context omitted.
Tried "ls", used to Cygwin.
I always try ls even when I'm on the real windows terminal, and I suffer each time it happens. Fortunately it's a rare event.
Re: Windows 3.1 Online - With Minesweeper
#47Earlier quoted context omitted.
I always try ls even when I'm on the real windows terminal, and I suffer each time it happens. Fortunately it's a rare event.
One of the first things I do on a new windows box is put a batch file called ls.bat in a directory in my path that just calls dir!
Re: Windows 3.1 Online - With Minesweeper
#48Earlier quoted context omitted.
One of the first things I do on a new windows box is put a batch file called ls.bat in a directory in my path that just calls dir!
First thing I do is install Cygwin.
Recently learned about AndLinux [1] and CoLinux [2] -- running a Linux kernel atop Windows. Didn't use it yet but looks promising.
Re: Windows 3.1 Online - With Minesweeper
#49Re: Windows 3.1 Online - With Minesweeper
#50Earlier quoted context omitted.
I always try ls even when I'm on the real windows terminal, and I suffer each time it happens. Fortunately it's a rare event.
One of the first things I do on a new windows box is put a batch file called ls.bat in a directory in my path that just calls dir!