Thanks for trying my game out! Currently working on v0.4 with a lot of improvements. Custom, way way faster physics engine. Easier, more user friendly way to write DNA code. Download Blob.io! And enjoy it on your iPhone, iPad, and iPod touch. ‎Color up the city with your blob and conquer it as your own in this brand new.io game! Squash other players that come in your way and make to the top of the score list. The 'classic' Mac OS is the original Macintosh operating system that was introduced in 1984 alongside the first Macintosh and remained in primary use on Macs until the introduction of Mac OS X in 2001. Apple released the original Macintosh on January 24, 1984; its early system software was partially based on the Lisa OS and the Xerox PARC Alto computer, which former Apple CEO Steve Jobs. Update GB Studio Engine Updates! It's been quite a while since the last update, I'm currently rewriting the game engine to make it easier to debug, extend and improve upon and as part of that there will be some great new features coming to GB Studio including parallax backgrounds and a new music engine. Open your shsh blob file with any kind of text editor. (On Windows) Press Ctrl + F, or (On macOS) Press Command + F, then search for the word 'generator'. Next to, or In the line below the word 'generator', you'll find your nonce generator value ( probably 0x111111 ).


10.3: Enable the floating Exposé blob 38 comments Create New Account
Click here to return to the '10.3: Enable the floating Exposé blob' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.

How bizarre!
There's some other mysterious preference keys, such as:
[code]wvous-tl-corner
wvous-tr-corner
wvous-bl-corner
wvous-br-corner[/code]
No idea what these are, but the Dock set wvous-br-corner equal to 5 by itself. I have no idea what it means.
There's also:
[code]wvous-showcorners
wvous-floater-style
wvous-maindisplay
wvous-olddesktop
wvous-spring-delay
wvous-spring[/code]
I've tried setting wvous-showcorners, wvous-floater-style, wvous-spring-delay, and wvous-spring with no obvious effects. Can anybody else figure out what these are?

D'OH!
Note to self: READ the preview before submitting!

top left corner
bottom left corner
top right corner
bottom right corner
Looks like those keys store hot corner settings.

I figured that's what the abbreviations meant, but hot corners for what? Also, the key that the Dock stored by itself was the bottom-right cornet set to 5? What does that mean?

I Ran the command in Terminal and also from terminal 'killall Dock' Since then I logged out last night and in the morning I saw something strange!!!
There was a finder window open floating under the Login List window. I noticed that the Home Folder was labeled Root, and I Could run apps as Root! When I logged in as a user I never recieved the desktop, and Still Had my Finder window. When I ran an app, it Ran as that User. When going to Logout (from the Apple) I would see either log out 'System Administrator' or log out '(the user's name)' depending on the Application I was currently Running. After Logging out then Back in as another User, I recieved it's desktop items, and Everything looks back to normal.
I grabbed a screen shot, but do not know how to post it.
Very Interesting!!!!!

Go to
http://www.imageshack.com/
and upload it there. Post the URL it gives you here.

(itch)

...Wow. I just looked at the pictures again and realized that you did something with iTunes I never knew was possible!
Apparently trying to shrink the minimized version will get rid of the status fields entirely!
Maybe there should be a hint about that...

haha! You and I both got two-for-one hint!

You should get a copy of Kelby's Jaguar Killer Tips, or just look through it in the bookstore. The teeny iTunes window tip is there. In 'mini window mode', just grab the resize handle (lower right corner) and resize.

Ahhh! That screenshot! It's Rover from 'The Prisoner'! Run away!

(I can't find a decent picture of Rover to link to, but this page does a decent job of explaining the reference and conveying the imagery almost as well as the original :-)

---
--
DO NOT LEAVE IT IS NOT REAL

Mac Os Catalina

Oh wow, you're right!

Ok, I did some playing around an this is what I found.
This will make little gray semi-circles appear in the corners
These refer to the exposé corners: tl=Top Left, tr=Top Right, bl=Bottom Left, br=Bottom Right Replace 'tl' with what corner you want, and 'x' with a number between 1 and 6. The number is the action that is performed by exposé 1=Nothing, the semicircle will disappear 2=All Windows 3=Application windows 4=Desktop 5=Start Screen Saver 6=Disable Screen Saver All these can be set from the Exposé preference pane.

This will change the Desktop effect. Instead of moving all the windows to the edges of the screen, it puts them all in a small box that can be dragged around the screen. Anyone had any luck with the others?

---
Do it today because tomorrow it may be illegal.

When I set wvous-olddesktop to 'no' to get the hyperzoomy effect, as soon as I zoomed to desktop then back, all metal windows stopped responding to mouse clicks - including Finder! So apparenly that effect was disabled because of some really weird interaction with the window server or something.
It's a shame, too, because that effect is much cooler than the windows all flying to the edge of the screen, and it could probably be argued that it's better for usability too (since it preserves spatial memory and so on).
Also, when I enabled the semicircles, the entire UI froze up as soon as I tried any Expose action (though iTunes kept on playing).
It might make a difference that I'm just running on a G4/450 with a Rage 128. (I'm getting a Radeon soon, honest!)

Wow, I love the olddesktop effect!
BTW, metal windows work perfectly fine for me after using it.
Erm, nevermind. The Preview button just stopped working until I scrolled the scrollbar manually (scroll wheel didn't work). But it's working now after trying the exposé effect again. Weird.

Actually, I know the problem now. It leaves an invisible window (I assume) in the area where the windows shrink to that sucks up all clicks in that area. So wherever you place the tiny window, you can't click. Turning olddesktop back on fixes it, though.

I figured out wvous-spring and wvous-spring-delay.
By default, if you drag a file (or probably any drag, but only tested with files from the Desktop) to an Exposé'd window (i.e. start drag, start Exposé, drag to window) and hover over a window for 1 second, it will flash and select itself. Just like spring-loaded folders (Space works for selecting the window as well).
If you do <tt>defaults write com.apple.Dock wvous-spring -bool false</tt> and restart the Dock, this behaviour disappears. To restore, do <tt>-bool true</tt> instead (or do a <tt>defaults delete com.apple.Dock wvous-spring</tt>).
To change the delay before the spring, set wvous-spring-delay. The value is an integer in milliseconds (i.e. 1000 1 second). For example, to set it to 2 seconds, type <tt>defaults write com.apple.Dock wvous-spring-delay -int 2000</tt>.

D'OH! I did it again. The relevant code snippets were:
I´ve had bad luck with the small box feature: resulting in mouse clicks were not recognized at the screen position of the small box - Whenever i was clicking in some app window around that area the small box would reside nothing happened.
This was driving me crazy for i had to shift the windows to get the mouse click working, and i was seeking some weeks to find the reason why...
So i got back to the old fashined way again.

Sure, it's the easy way - but fact is, The Blob, from crabby apple software, allows a set and forget blob. . . .of your own design! I'm always on a Powerbook, thus forever obsessing over screen real estate - but maybe you don't like overly-large glossy blue circles either.
Drop any graphic on The Blob's window. Now I have about a half-inch unobstrusive, pale blue green square in the corner below A-Dock's trash. That's plenty large as mouse/trackpad target.
Yeah, you have to enable the blob in Cocktail, Onyx, shell, whatever. Try the 'desktop square' option. . very cool.

Okay, I'm a little lost, so please bear with me. I used OnyX to turn on the blob and now the windows don't go to the sides when I hit F10.
If I go to Terminal and type
'defaults write com.apple.dock wvous-olddesktop -bool true'
minus the quotes, will that fix it?

D'oh!
F11. The one that's supposed to show the desktop.

I tried this in Panther and not only could I not get it to work, I lost my second monitor.
So far I have not been able to get it (the monitor) to come back. If I reboot into 10.8 which I have on another drive the monitor is still off but if I re-power it if comes back and works fine, until I start up in Panther again when it disappears.
I have a G4 mirrored drive door that is original except for two extra internal drives.

10.8? What are you, part of some super-secret developer program from the future? :D

When you said 10.8, did you mean 10.2.8? Expose is only a feature in 10.3 and higher.
If you added information to your com.apple.dock and you are using Jaguar, I'm guessing that you are going to have to remove it somehow. And I'm afraid I don't know how to go about doing that.
Does this affect all users, or just your current user?
I hope this helps, if only a little.

robg... Looks like you've got a secret (software engineer) admirer:
http://www.versiontracker.com/dyn/moreinfo/macosx/21323
-Jesse

Does changing the images change its size, or is there another way?
I would find this feature really nicely useful if I could make the blob a little smaller and toss it in a rather specific place on my screen (currently unoccupied) but it is too big right now.

Put the blob mostly offscreen in a corner and then you have a little blue semi-circle that when clicked triggers expose as noted in the hint. I put it off the bottom-left corner. Just a simple way to make the blob smaller. I like it. Of course you can set the corners to trigger expose just by moving to the corner, but I find that with such settings I frequently accidentally trigger expose. Gets annoying. The blob off the corner works much better for me. I wish I could set the default action to be show all windows instead of current apps windows. Any way to do that?
---
--- What?

I thought this would be pretty slick, but alas, when I enabled the Blob, and then tried to move it, I couldn't get the mouse pointer to drop the blob anywhere. The Blob stayed glued to the pointer. The keyboard could still talk to the computer, but the mouse was worthless (except as a Blob Bellboy).
Now, here's the setup for what it's worth: an AGP 400 with a kensington pocket mouse.
I'll just stick to slamming the mouse into the lower left corner...

I pulled the images out and shrunk them by 50% - works much better for me. Like others mentioned, the original was just too big.

I have panther, and I have enabled the blob, however I can't get rid of it. I've tried restarting after setting the bool value as me, and as root, and killall Dock. Nothin. If anyone has any advice let me know.

Ok, I fixed my problem by going to System/Library/CoreServices and then opening the dock package, then deleting the floater images. I archived them incase I want it back...but if anyone else had this problem that is a way to fix it.

I wish I had never seen this page. Right after typing that blue blob line into Terminal, my Kensington MouseWorks stopped working. I typed the 'false' line to get rid of the blob, but MouseWorks still isn't working. I uninstalled, reinstalled both the latest beta and the older final, to no avail. I think it did something to the dock, because as the system boots up, the MouseWorks drivers ARE working (the mouse moves very smoothly), and only cuts back to normal mouse movement when the Dock comes back up.
So my question is: what can you do to restore the Dock to the way it was before I typed anything into Terminal?

TransparentDock from
http://www.freerangemac.com
has a prefs selection to turn this puppy on and off

How come the Desktop effect on desktop is being ghost to the montior? When I click or drag anything on my desktop in same location as Desktop effect is at and it acted like the screen is locked into exact same form as Desktop effect...
---
www.artistz.tk

This is all great. I love the blob - my favorite way to activate Exposé. However, one question: how do I make the default action when I click on it the arrange-all-open-windows rather than the application windows of the current app? I would rather have all windows be the default and use the Option-Click combo for the other. (Too bad right-clicking with a two-button mouse doesn't do this!)
---
iMac 17, OS 10.3

This works well if you setup an AppleScript or Platypus app to turn it on and off. More info on Platypus here http://sveinbjorn.vefsyn.is/platypus .
to make a Platypus app I used TextEdit to make two one-line scripts. One to turn the blob on, and one to turn it off. Put the following line in TextEdit:
defaults write com.apple.dock wvous-floater -bool true; killall Dock
(change true to false for the script to turn it off.) From TextEdit's Format menu choose Make Plain Text. Save the script, then drag-and-drop it into Platypus and click 'Create'. Do the same for the script to turn it off, then put your Platypus apps in your Utilities folder, or where ever you may want to keep them.
Likewise, in AppleScript, this script will run the command in a terminal (if you don't want to mess with Platypus):
tell application 'Terminal'
activate
do script with command 'defaults write com.apple.dock wvous-floater -bool true; killall Dock'
end tell

It still works beautifully with Tiger

my blob disappeared... 10.3: Enable the floating Exposé blob

Running 10.4.10 on a new iMac; I got the blob to appear ONCE, when I tried to click and drag to another part of the desktop, it zipped way off to the upper left of the screen, so that only a slice of it was still showing; when I clicked on that, it disappeared entirely, never to return (despite multiple attempts using defaults write com.apple.dock wvous-floater -bool true and false) -- any suggestions??? I would love to have it back...

Connecting to every server. With an easy to use interface, connect to servers, enterprise file sharing and cloud storage. You can find connection profiles for popular hosting service providers.

Cryptomator. Client side encryption with ​Cryptomator interoperable vaults to secure your data on any server or cloud storage. Version 6

Filename Encryption
File and directory names are encrypted, directory structures are obfuscated.

File Content Encryption
Every file gets encrypted individually.

Secure and Trustworthy with Open Source
No backdoors. No registration or account required.

Edit any file with your preferred editor. To edit files, a seamless integration with any external editor application makes it easy to change content quickly. Edit any text or binary file on the server in your preferred application.

Share files.

Web URL
Quickly copy or open the corresponding HTTP URLs of a selected file in your web browser. Includes CDN and pre-signed URLs for S3.

Distribute your content in the cloud. Both Amazon CloudFront and Akamai content delivery networks (CDN) can be easily configured to distribute your files worldwide from edge locations. Connect to any server using FTP, SFTP or WebDAV and configure it as the origin of a new Amazon CloudFront CDN distribution.

Amazon CloudFront
Manage custom origin, basic and streaming CloudFront distributions. Toggle deployment, define CNAMEs, distribution access logging and set the default index file.

First class bookmarking. Organize your bookmarks with drag and drop and quickly search using the filter field.

Files
Drag and drop bookmarks to the Finder.app and drop files onto bookmarks to upload.

Spotlight
Spotlight Importer for bookmark files.

History
History of visited servers with timestamp of last access.

Import
Import Bookmarks from third-party applications.

Mac Os Mojave

Browse with ease. Browse and move your files quickly in the browser with caching enabled for the best performance. Works with any character encoding for the correct display of Umlaute, Japanese and Chinese.

Quick Look

Quickly preview files with Quick Look. Press the space key to preview files like in Finder.app without explicitly downloading.

Accessible

The outline view of the browser allows to browse large folder structures efficiently. Cut & paste or drag & drop files to organize.

Transfer anything. Limit the number of concurrent transfers and filter files using a regular expression. Resume both interrupted download and uploads. Recursively transfer directories.

Download and Upload

Drag and drop to and from the browser to download and upload.

Synchronization

Synchronize local with remote directories (and vice versa) and get a preview of affected files before any action is taken.

Integration with system technologies. A native citizen of Mac OS X and Windows. Notification center, Gatekeeper and Retina resolution.

Keychain

Blob (itch) Mac Os 11

All passwords are stored in the system Keychain as Internet passwords available also to third party applications. Certificates are validated using the trust settings in the Keychain.

Blob (itch) Mac Os 11

Bonjour

Auto discovery of FTP & WebDAV services on the local network.

Finder

Use Cyberduck as default system wide protocol handler for FTP and SFTP. Open .inetloc files and .duck bookmark files from the Finder.

Notifications

Notifications in system tray (Windows) and the Notification Center (Mac).

Windows

Reads your proxy configuration from network settings. Encrypts passwords limiting access to your account.

We are open. Licensed under the GPL.

Come in. You can follow the daily development activity, have a look at the roadmap and grab the source code on GitHub. We contribute to other open source projects including OpenStack Swift Client Java Bindings, Rococoa Objective-C Wrapper and SSHJ.

International. Speaks your language.

English, čeština, Nederlands, Suomi, Français, Deutsch, Italiano, 日本語, 한국어, Norsk, Slovenčina, Español, Português (do Brasil), Português (Europeu), 中文 (简体), 正體中文 (繁體), Русский, Svenska, Dansk, Język Polski, Magyar, Bahasa Indonesia, Català, Cymraeg, ภาษาไทย, Türkçe, Ivrit, Latviešu Valoda, Ελληνικά, Cрпски, ქართული ენა, Slovenščina, українська мова, Română, Hrvatski & Български език.