i4k20c
Mar 1, 05:46 PM
Im curious, how much did you sell these for?
same. :confused:
same. :confused:
hookem12387
Feb 29, 04:54 PM
Ok I sent money for the dented one. Thanks please contact me
tYNS
Nov 9, 07:53 PM
Did you ever use Med to make mods on the Amiga? Ahhhh, good times.... :rolleyes:
oh course.. that was the program that got me involved.. Med 1 actually.
I followed it all the way up to OctaMED Pro. ;)
Teijo Kinneunun (sp).. or something was the authors name..
mac.scene.org is around if you still intereted in the "DEMO" Scene. fun fun.
good old days.
oh course.. that was the program that got me involved.. Med 1 actually.
I followed it all the way up to OctaMED Pro. ;)
Teijo Kinneunun (sp).. or something was the authors name..
mac.scene.org is around if you still intereted in the "DEMO" Scene. fun fun.
good old days.
overcast
Sep 21, 07:49 AM
But if I was on the same network as you, you very well might show up in the finder side bar account name and all. For people who file sharing is enabled this is a huge flaw.
Except you forgot the part where you need to have knowledge of how the hack actually works. The majority of bugs are just not common knowledge or as easy as browsing someone on the same network.
Except you forgot the part where you need to have knowledge of how the hack actually works. The majority of bugs are just not common knowledge or as easy as browsing someone on the same network.
more...
lee1210
Apr 24, 01:36 PM
It's wrong because you want room for doubles, but get space for double *s. These are different types with different sizes. On platforms where sizeof(double) == sizeof(double *) your code will work. On platforms where this is not true you will not have the right amount of space. In most cases you will have too little space, not too much.
-Lee
-Lee
ezkimo
Jul 1, 10:58 PM
If think if you hold down a button (either esc, shift, control, option or command:D) when you select shut down it wont come up. I dont remember which button it is and dont really want to experiment;)
-Zach
-Zach
more...
MacHamster68
May 24, 10:34 AM
WOW! that is a hell of a price. I thought �700 for mine with an upgrade was tasty!
tasty yes ,but for me it was worth every pence to get one in pristine condition with not a single sign of wear
tasty yes ,but for me it was worth every pence to get one in pristine condition with not a single sign of wear
AppledUp
Apr 29, 10:36 PM
Thanks for more suggestions the mStand looks the best and ive heard nothing but good things
more...
MacSA
Sep 23, 12:59 PM
Mybae Apple are updating EVERYTHING !!!! :D :D
twisted-pixel
Apr 25, 12:31 PM
Ok. Apolgies again but I guess I didn't make myself clear. Yes the pages are written in ASP, I wrote them myself but like any other web page it's still just text at the end of the day. Unlike HTML you can't just view the page source and edit it though since the HTML you are seeing could just be something that is rendered by the server. What I'm after is something that can FTP to my site, download a file and then edit it using a text editor before reuploading
more...
maflynn
Mar 28, 06:00 AM
You realize that putting all your money in one stock increases the risk of losing some of your investment.
With apple stock at an all time high, its hard to fathom that you could make a decent return on that. There are other investment instruments that may provide a better return on your money.
With apple stock at an all time high, its hard to fathom that you could make a decent return on that. There are other investment instruments that may provide a better return on your money.
dmr727
Oct 2, 09:40 AM
You'll have to replace the motherboard, unfortunately.
more...
harpster
Apr 7, 02:30 PM
There's no difference between these two bits of code in "calling it directly". Both syntaxes are directly calling the function. Do you understand how return values work?
All l'm saying is it didn't work.
All l'm saying is it didn't work.
plinden
Mar 29, 01:27 PM
If you have parameters in a URL to curl, the URL needs to be quoted.
curl 'http://simbad.u-strasbg.fr/simbad/sim-id?Ident=XXX&NbIdent=1&Radius=2&Radius.unit=arcmin&submit=submit+id' > simbadout.txt
curl 'http://simbad.u-strasbg.fr/simbad/sim-id?Ident=XXX&NbIdent=1&Radius=2&Radius.unit=arcmin&submit=submit+id' > simbadout.txt
more...
NZed
Apr 16, 08:13 AM
the problem is that I do not have even one, not to say two. Can you please give me some suggestion on which brand to buy?
You're on a Mac Rumors forum here. MBA 11" for extreme portability
You're on a Mac Rumors forum here. MBA 11" for extreme portability
citizenzen
Jan 11, 08:48 PM
I'm not being snotty...
I'll be snotty for a moment...
Designers can get overly focused in on fonts. I know, because I was once. I have spent waaay too many hours searching through font libraries, trying to find the perfect typeface for this project or that. All the while creating crappy design because I wasn't paying enough attention to the hierarchy of information, letter spacing, kerning, leading, composition, scale, contrast, rhythm, color scheme, negative space, photo selection, or photo color correction. There are so many more important aspects of design than font choice. I could design with nothing more than Helvetica and still create compelling design.
My suggestion... get yourself a handful of workhorse typefaces, and work on those other aspects of design. It will do far more for your work than the latest font ever could.
I'll be snotty for a moment...
Designers can get overly focused in on fonts. I know, because I was once. I have spent waaay too many hours searching through font libraries, trying to find the perfect typeface for this project or that. All the while creating crappy design because I wasn't paying enough attention to the hierarchy of information, letter spacing, kerning, leading, composition, scale, contrast, rhythm, color scheme, negative space, photo selection, or photo color correction. There are so many more important aspects of design than font choice. I could design with nothing more than Helvetica and still create compelling design.
My suggestion... get yourself a handful of workhorse typefaces, and work on those other aspects of design. It will do far more for your work than the latest font ever could.
more...
yenko
Sep 24, 11:09 PM
You could try putting the drugs down and doing a serious reality check. :D
Shooot! That may be no fun at all. :(
Shooot! That may be no fun at all. :(
Nereus
Dec 17, 12:31 PM
Please let us know how it work out.
Good luck!
Sushi
Thanks Sushi! :)
Good luck!
Sushi
Thanks Sushi! :)
webznz
Apr 18, 05:12 PM
Hi im getting this error,UIApplication may not respond to '+mainWindow' with my action sheet , but im not really sure why. any help would be greatly appreciated.
#import "cookieTestAppDelegate.h"
@implementation cookieTestAppDelegate
@synthesize window;
#pragma mark -
#pragma mark Application lifecycle
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
#import "cookieTestAppDelegate.h"
@implementation cookieTestAppDelegate
@synthesize window;
#pragma mark -
#pragma mark Application lifecycle
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
Stealthipad
May 5, 01:43 PM
BB seldom has the latest and greatest in their stores until weeks after the introduction.
ghall
Jun 17, 07:10 PM
I received a $20 PlatStation Network card the other day and I spent $5 of it on LittleBigPlanet DLC. I'm trying to find a game I would like on the PlayStation store for under $15. What would you guys recommend?
mkrishnan
Nov 13, 10:39 PM
I ran across this program the other day and have been using it. The speed of this version of firefox is much faster than safari or ff1.0. Here is a link to the site.
http://www.beatnikpad.com/archives/2004/11/06/firefoxG5
Thread consolidation: http://forums.macrumors.com/showthread.php?t=97289&highlight=firefox
:D
http://www.beatnikpad.com/archives/2004/11/06/firefoxG5
Thread consolidation: http://forums.macrumors.com/showthread.php?t=97289&highlight=firefox
:D
RBMaraman
Apr 26, 09:06 PM
Great story, and congratulations on your purchases!
Glad to see another person has finally "seen the light!"
It sounds like your building an excellent Mac family.
Glad to see another person has finally "seen the light!"
It sounds like your building an excellent Mac family.
Sdashiki
Sep 23, 10:33 AM
Well duh, house of straw and sticks blew away, brick stands strong.
Why people in Homestead, Florida had built their houses out of either ALL WOOD or only first floor cement walls is beyond me.
Living in florida, near the coast, your house SHOULD NOT be made of "weak" building materials. Thats just common sense.
Why people in Homestead, Florida had built their houses out of either ALL WOOD or only first floor cement walls is beyond me.
Living in florida, near the coast, your house SHOULD NOT be made of "weak" building materials. Thats just common sense.