search for: starry

Displaying 6 results from an estimated 6 matches for "starry".

Did you mean: starr
2003 Sep 25
1
mailbox sorting issue
...e is a snippet of the same mbox list, sorted by From address: 449 2003-09-25 01:43 sprightly at e... attachments==take a look 450 2003-09-10 16:06 staff at c... Tribute in Light Shines 451 2003-09-08 18:44 starpiekat at y... Re: Sorry! 452 2003-09-23 22:01 starry at p... but... 453 2003-09-25 12:05 cm2144 at c... Re: bridge at linda's 454 2003-09-17 17:07 wahrman at s... RE: bridge etc. 455 2003-09-19 13:11 wahrman at s... RE: bridge etc. 456 2003-09-15 23:39 waycross at u... waycross - the eag...
2005 Dec 01
3
Google Earth vs KERNEL32.dll.IsWow64Process
Brian Litzinger schrieb: > I'm trying to run Google Earth (tried current + two previous versions). Install it via the Winetools http://www.von-thadden.de/Joachim/WineTools/ and it should work. Sven
2010 Jul 28
2
minimap and Leaderheads not showing up in Civilization IV
Civilization IV Beyond the Sword expansion. I'm using Wine 1.1.44 with the latest intel drivers (2.12.0) and mesa at 7.8.2. OS is GNU/Linux, Gentoo distribution Both the minimap at the lower left corner and leaderheads don't show up, showing just a black section on the screen instead. Also, some artifacts are showing up in forests and jungles. This is very different from the results
2006 Jun 08
21
"Rails recipes" vs "Rails cookbook"
Reviews Wanted. I''ve read the tables of contents and haven''t yet made up my mind. Is one book clearly better than the other? Is one clearly full of bugs? Is one so much further ahead that there is no choice? Are they both so incomplete that I should just wait and only cook real food? Do trains still have dining cars? Warren Fred -------------- next part -------------- An
2007 Jun 13
3
DO NOT REPLY [Bug 4693] New: Amazon S3 storage interface for rsync
...ystem there will need to be conventions created for how filesystem metadata (permissions, etc.) is stored on S3. Whole file checksums using the MD5 algorithm are supported by S3. This is a project that I'd like to see completed for personal use... not a corporate funded effort so don't get starry eyes. I think it would be a wildly popular feature based upon the uptake S3 is getting. Something like ~5 Billion objects are stored on S3 so there is plenty of use going on out there. Usage: rsync s3.amazonaws.com:: List buckets on S3 rsync s3.amazonaws.com::testrsync List contents of the tes...
2010 Jun 09
2
Help with simple dll wrapper around linux so
Ive recently got metatrader to work on linux uner wine and would now like to see if i can import a dll wrapper so i can use some code i wrote in linux. Im trying something like this (based on http://www.winehq.org/docs/winelib-guide/bindlls) : add.c: Code: int add(int a,int b) { return a+b; } add.h: > int add(int,int); WinAdd.c: WinAdd.c: Code: #include <windef.h> #include