convolution example
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1036
TextEdit Examples 1.0
TextEdit Examples - Perform various actions with AppleScript and TextEdit more>>
TextEdit Examples is a set of examples that shows how to perform various actions with AppleScript and TextEdit.
The package contains a functional script example and a nonfunctional script for syntax examples.
<<lessThe package contains a functional script example and a nonfunctional script for syntax examples.
Download (7KB)
Added: 2005-12-20 License: Freeware Price:
1412 downloads
Mail Examples 1.0
Mail Examples - Examples for the MacOS X Mail.app more>>
The Mail Examples AppleScript presents some examples for the MacOS X Mail app, showing how to create and send e-mail.
Completly freeware for non-commercial use.
<<lessCompletly freeware for non-commercial use.
Download (10KB)
Added: 2006-05-01 License: Freeware Price:
1284 downloads
Dock Image Example 1.0
Dock Image Example is considered as a convenient to use program which shows how to manipulate from your application (Objective-C/Cocoa) the image appearing in the Dock more>>
Dock Image Example 1.0 is considered as a convenient to use program which shows how to manipulate from your application (Objective-C/Cocoa) the image appearing in the Dock. With just a few lines of code, you can provide some feedback on your application state by changing the Dock's image. The example was made under OS 10.1 but should compile fine with OS 10.0
Requirements: Mac OS X Developer Tools
Download (33.2KB)
Added: 2001-09-25 License: Freeware Price:
downloads
Memention AB Speak 0.1
Memention AB Speak - Command line tool that speak the standard input more>>
Memention AB Speak is a command line tool that speak the standard input.
Example #1
% speak
Hello world
Example #2
% tail -f -1 /var/log/system.log | speak
NOTE! from 10.3 "say" does same and more, see "man say".
<<lessExample #1
% speak
Hello world
Example #2
% tail -f -1 /var/log/system.log | speak
NOTE! from 10.3 "say" does same and more, see "man say".
Download (30KB)
Added: 2006-06-18 License: Freeware Price:
1223 downloads
REALbasic 5: Socket Examples 1.0
REALbasic 5: Socket Examples - Collection of REALbasic examples more>>
REALbasic 5: Socket Examples is a collection of examples which each demonstrate a particular ability new or improved in REALbasic version 5.
Download Image to Canvas
Download File to Hard Drive
Download File to REALbasic
Submit POST Form
Send and receive email via POP3 and SMTP.
Completly feeware for non-commercial use.
<<less Download Image to Canvas
Download File to Hard Drive
Download File to REALbasic
Submit POST Form
Send and receive email via POP3 and SMTP.
Completly feeware for non-commercial use.
Download (329KB)
Added: 2006-05-19 License: Freeware Price:
1307 downloads
OS X Preferences Example 1.0
OS X Preferences Example - Demonstrates the enabling of the Application menus Preferences menu item more>>
OS X Preferences Example is a REALbasic example that demonstrates the enabling of the Application menus Preferences menu item ONLY when in an OS X application (not OS 9/8, or the IDE).
Completly freeware for non-commercial use.
<<lessCompletly freeware for non-commercial use.
Download (3KB)
Added: 2006-05-18 License: Freeware Price:
1276 downloads
Entourage Bulk Mailer Example 1.0
Entourage Bulk Mailer Example - How to send (HTML) email to list in Entourage 2004 more>>
I started a little business a couple weeks ago and needed to send out a customer service bulletin. To my surprise, I could not find any good AppleScripts for doing this on OS X.
First, I downloaded a shareware application called "Mailings", couldnt get it to authenticate with my SMTP server, and got no reply from the developer. So, I did not buy it. Then I wrote a script using Mail.app, and it would work for awhile but then tell me that the server rejected my password.
So, for my next bulletin I used Microsoft Entourage and, after some tinkering, got it to work. There are lots of comments in the code, and besides changing my example subject, recipient list and message to yours, you will probably need to do some other tinkering to meet your needs. I t works with Entourage from Office 2004; I do not know whether it will work with earlier verisons of Office. Have fun, and please send me an email if you learn more about it than I did.
<<lessFirst, I downloaded a shareware application called "Mailings", couldnt get it to authenticate with my SMTP server, and got no reply from the developer. So, I did not buy it. Then I wrote a script using Mail.app, and it would work for awhile but then tell me that the server rejected my password.
So, for my next bulletin I used Microsoft Entourage and, after some tinkering, got it to work. There are lots of comments in the code, and besides changing my example subject, recipient list and message to yours, you will probably need to do some other tinkering to meet your needs. I t works with Entourage from Office 2004; I do not know whether it will work with earlier verisons of Office. Have fun, and please send me an email if you learn more about it than I did.
Download (5KB)
Added: 2006-03-31 License: Freeware Price:
1318 downloads
CarbonEventTimer 0.1
CarbonEventTimer - CarbonEvent timers for REALbasic more>>
CarbonEventTimer is an open source module that allows you to easily implement Carbon Event based timers in your REALbasic application!
This can be more efficient than other timer solutions, especially if you need a lower delay time than the built-in timer class provides.
Example project and documentation included in the download.
<<lessThis can be more efficient than other timer solutions, especially if you need a lower delay time than the built-in timer class provides.
Example project and documentation included in the download.
Download (10KB)
Added: 2006-07-07 License: Freeware Price:
1246 downloads
REALbasic 5: Interface Examples 1.0
REALbasic 5: Interface Examples - Examples of REALbasic abilities more>>
REALbasic 5: Interface Examples is a collection of REALbasic examples which each demonstrate a particular ability new or improved in version 5.
ToolbarItem, StandardToolbarItem, Drawer Windows.
Completly freeware for non-commercial use.
<<less ToolbarItem, StandardToolbarItem, Drawer Windows.
Completly freeware for non-commercial use.
Download (95KB)
Added: 2006-05-16 License: Freeware Price:
1272 downloads
Blimpie 1.0
Blimpie - Number guessing game more>>
Launch the script and Blimpie will ask yu to choose a number from 1 to 10. You get four guesses, otherwise Blimpie wins! He also keeps score.
Entertaining but a good example of repeating dialogs with checks and a recursive routine (a sub-routine that calls itself).
Blimpie uses the numerics OSAX to generate the random number.
Completly freeware.
<<lessEntertaining but a good example of repeating dialogs with checks and a recursive routine (a sub-routine that calls itself).
Blimpie uses the numerics OSAX to generate the random number.
Completly freeware.
Download (17KB)
Added: 2006-01-09 License: Freeware Price:
1383 downloads
CommandTool 0.3.0
CommandTool offers you helpful tools to make command line interfaces involving sub-commands. more>>
CommandTool 0.3.0 offers you helpful tools to make command line interfaces involving sub-commands.
Enhancements:
- Updated the documentation to be accurate
- Moved the create_man example into the core as commandtool.help
- Removed old comments
- Updated the find example
Download (18KB)
Added: 2009-08-03 License: MIT Price: FREE
downloads
BBButton Class 1.1
BBButton Class - REALbasic class that allows creation of pushbuttons more>>
BBButton Class is a REALbasic class that allows creation of pushbuttons like those in Barebones Softwares BBEdit and Mailsmith.
BBButton Class also serves as a good example of creating custom pushbuttons using a Canvas subclass.
Completly freeware.
<<lessBBButton Class also serves as a good example of creating custom pushbuttons using a Canvas subclass.
Completly freeware.
Download (9KB)
Added: 2005-12-23 License: Freeware Price:
1403 downloads
Changior 1.4
Changior - Change the creator/type of a file more>>
Changior is an AppleScript which enables you to change creator/type of a file.
You can select from 3 different modes. Decide whether you want to type in the information yourself, select an example file or choose from a list of predefined formats.
Completly freeware.
<<lessYou can select from 3 different modes. Decide whether you want to type in the information yourself, select an example file or choose from a list of predefined formats.
Completly freeware.
Download (262KB)
Added: 2006-01-26 License: Freeware Price:
1367 downloads
LuxMapGenerator SDK
LuxMapGenerator SDK - Lux map generator plugins more>>
Lux also has support for map generator plugins. The LuxMapGenerator SDK contains the required API information as well as some example code.
The programming language used is Java. However one of the examples uses a java wrapper to get a perl script to do all the work.
<<lessThe programming language used is Java. However one of the examples uses a java wrapper to get a perl script to do all the work.
Download (14KB)
Added: 2005-11-24 License: Freeware Price:
1433 downloads
Utilities 1.2
Utilities is a pack of internet utilities, including Whois, DNS, Ping, Abyse. more>>
Utilities is a pack of internet utilities, including Whois, DNS, Ping, Abyse, Tracer and check if a email server is free (example @yahoo) and some web searches opening your browser to Google, AOL, or Yahoo!
Enhancements:
- Added URL manager
<<lessEnhancements:
- Added URL manager
Download (2.5MB)
Added: 2004-12-30 License: Freeware Price:
1760 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above convolution example search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed