Just mark the folders in "iPod_Control/Music/F??" as visible (using Resedit or SetFile from the Developer Tools), open iPod_Control/Music in the Finder (using Go To Folder) and drag it to your Library in iTunes. Done.
I've got a 5GB iPod since last December. It contains 723 songs, and only 439 megs are free. Currently I have to stop copying music to it, because it's just full (I've already deleted some older songs).
So it's definitely possible to fill up 5 gigs with a music collection. Not from one day to the other, but in a few months.
Additionally, I used to use it to transfer CD images from one place to the other, which isn't possible any more.
For those who are worried about/Library being externally mounted -- I haven't figured out what difference Apple intends there to be between/System/Library and/Library since both seem to be used identically
/System is reserved for Apple and may be completely replaced after a system update (wiping all your changes away).
Granted you still have a funciton that doesa a whoile load of things.
Right, and that's exactly the problem. Removing the while-loop removes only a small percentage of the whole function. The real problem are those 20 settings, with about three lines per key.
Oh, and it uses Apple's CoreFoundation, so there's no need for "real" OOP.
Some time (up to a year) ago there was something like this attached to a poll question, but I can't link to it since I don't know what to enter into that search field.
Crystal Space is an Open Source 3D Engine that runs fine on GNU/Linux, Windows, OS/2, BeOS, AND MacOS/X. The MacOS/X port is very alive and kicking.
Last time I tried (Dec 02 2001) CS didn't compile properly on Mac OS X, even though the site said pretty much the same thing you wrote here. As always, I believe it when I can compile it.
If one collaborates with someone completely unrelated to the class, it can't catch that, but then again, there aren't that many people inclined to work their butt off at no benefit to them just to help some other person get a good grade....
What about getting paid for that? I know a person that did it once (and it was pretty expensive for the cheater).
And they don't want to program. You and I may have a grand time exploring code and writing software; most people just want to sit down, write a note to Aunt Emma, read the joke their kid sent them from college, or check the latest football score. They want to play Quake, not write it.
Hell, I am a C-programmer and I don't care about the Word source code. I've never looked into the Linux kernel nor did I try to understand OpenOffice. All I want is to write fancy apps.
My sister is like this. Every six months I get another chain letter from her. I do not like chain letters. They are spam; I filter them as such. Each time she sends me a chain letter, I send a very polite "don't do this again; chain letters go to my trashcan"-style response.
A friend of mine did the same. I just told her that I had configured a filter that automatically moved all her messages to the trash (I didn't tell her that the filter was disabled:). I've never received any chain letter from her since then.
To my knowledge, no other widely-available word processing solution supports these features, at least not the extent the.doc format does.
LaTeX in combination with CVS (local or pserver). It's even possible that multiple users write different parts of the book at the same time.
Tangent: why does Word include a "title" field in the document properties which it never displays to the user? Word's titlebar just shows the filename without path
It's displayed in the Explorer's preview and status bar when the file is selected.
To gain the equivalent functionality that a mac user is accustomed to having at their left hand while their right hand manages the mouse you would need a 5-button mouse which seems like it would be unweildy and awkward (how would you move the thing with all five fingers up on the surface of it pushing buttons?).
I'm actually using a five-button mouse on Mac OS X (Kensington MouseWorks), and guess what - all buttons are tied to some modifier-click-combination! It's really great, I feel much more productive now. Of course, it takes some time to get used to it.
And I'm even taking my mouse with me everywhere I've got to work on another computer:-).
The problem is that the most important information (including this one) is hidden in the release notes, which most developers don't seem to read.
IMO filling my entire 1600x1200+1024x768 screens with a single web browser window would be a great waste.
Just mark the folders in "iPod_Control/Music/F??" as visible (using Resedit or SetFile from the Developer Tools), open iPod_Control/Music in the Finder (using Go To Folder) and drag it to your Library in iTunes. Done.
- Your password is: aBc (hash 92c6ae0893f96f13a1747b1b291b4c42)
- When you're logging in, the hash is compared, everything's ok
- Now they decide to change all passwords to lowercase. New code is added, but no database change happens.
- The next time you log in with "aBc", they verify the hash, when it's ok they convert that password to "abc" and change the entry in the database.
- From now on, all entered passwords are converted to lowercase before md5ing them.
Easy!So it's definitely possible to fill up 5 gigs with a music collection. Not from one day to the other, but in a few months.
Additionally, I used to use it to transfer CD images from one place to the other, which isn't possible any more.
Right, and that's exactly the problem. Removing the while-loop removes only a small percentage of the whole function. The real problem are those 20 settings, with about three lines per key.
Oh, and it uses Apple's CoreFoundation, so there's no need for "real" OOP.
I got one, which became pretty long over time. It creates new PPP configurations and looks like this (pseudo-code):
function() {
array allconfigs=getAllConfigs();
while(gotMoreConfigs) {
hash newconfiguration;
bytes password;
newconfiguration.set(
username=thisConfig.username);
password=scramble(thisConfig.password);
newconfiguration.set(password=password);
newconfiguration.set(telephone=thisConfig.telepho
allconfigs.add(newconfiguration);
}
storeConfigurations(allconfigs);
}
It's all linear and around 2 or 3 pages long.
Erm, same thing happend in Speed, and that wasn't even a comic. Maybe someone should test it, any volunteers?
Erm, I actually got pretty bad eyes and can tell you if a screen got 85 or 100 Hz. I can barely work with a screen at 75 Hz.
There is currently not a single one known for Mac OS X.
Take a look at SMB Browse.
Maybe somebody else remembers it?
Last time I tried (Dec 02 2001) CS didn't compile properly on Mac OS X, even though the site said pretty much the same thing you wrote here. As always, I believe it when I can compile it.
Erm... where would that be? I'm paying $50/month for 512kbit/s down and 64kbit/s up here.
What about getting paid for that? I know a person that did it once (and it was pretty expensive for the cheater).
Ctrl+F1 to turn on/off
Ctrl+F2 - menu bar
Ctrl+F3 - dock
etc.
Hell, I am a C-programmer and I don't care about the Word source code. I've never looked into the Linux kernel nor did I try to understand OpenOffice. All I want is to write fancy apps.
A friend of mine did the same. I just told her that I had configured a filter that automatically moved all her messages to the trash (I didn't tell her that the filter was disabled :). I've never received any chain letter from her since then.
LaTeX in combination with CVS (local or pserver). It's even possible that multiple users write different parts of the book at the same time.
Tangent: why does Word include a "title" field in the document properties which it never displays to the user? Word's titlebar just shows the filename without path
It's displayed in the Explorer's preview and status bar when the file is selected.
I'm actually using a five-button mouse on Mac OS X (Kensington MouseWorks), and guess what - all buttons are tied to some modifier-click-combination! It's really great, I feel much more productive now. Of course, it takes some time to get used to it.
And I'm even taking my mouse with me everywhere I've got to work on another computer :-).
Well, maybe not a pirate, but it's illegal anyways. Here's a part of the Mac OS X License agreement:
This License allows you to install and use one copy of the Apple Software on a single Apple-labeled computer at a time.