bugmail 1.5
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1020
Bugmail 1.5
A Thunderbird add-on designed to be a bug mail companion. more>>
Bugmail 1.5 functions as a Thunderbird add-on designed to be a bug mail companion that adds the bug status to the header pane. Bugmail is currently supporting Bugzilla, Trac, Flyspray and Launchpad.
Enhancements:
- Better support for bug feeds.
- Correction in Trac support.
Download (33KB)
Added: 2009-06-05 License: Freeware Price: FREE
10 downloads
Mail2iCal 1.5
Mail2iCal - Export new Mail.app message to iCal calendars more>>
Mail2iCal is an AppleScript that allows users to export new email messages from all accounts in Mail to calendars in iCal.
Place the script inside the folder ~/Library/Scripts.
There are two methods to use this script:
1. Manually In MacOS 10.4.x (Tiger), you should use the AppleScript Utility to add the AppleScriptMenu to your menubar. Select the messages you wish to convert and call the script by selecting it in the menu
2. Automatically from a mail rule. In Mail.app, create a new rule and choose "Run AppleScript" as action Click "Choose" and navigate to the script location The script will automatically be called on all messages that your new rule applies to
With MacOS 10.4 (Tiger), Apple changed a lot of Mail.apps internal workings. This means, the script needed a major overhaul. Unfortunately, it also means that the script cant ask for a default calendar when run from a rule, since that crashes Mail. The solution for the time being is to check for a default calendar and when there is none, create one called "Email" You can still set a default calendar by running the script manually once, as rule execution will use this value. To change the default calendar, run the script manually with no messages selected in Mail. You will be prompted with the option to reset. If you click Reset, you may choose or create a new calendar to contain your messages.
Enhancements:
- Fixed several small bugs
- Bug reporting includes system information
- Uses standard plist file to save preferences
- Includes both event and todo item creation
- Includes installer
- Users of earlier OS versions should use the alternate download link for version 1.1.4 of this script.
<<lessPlace the script inside the folder ~/Library/Scripts.
There are two methods to use this script:
1. Manually In MacOS 10.4.x (Tiger), you should use the AppleScript Utility to add the AppleScriptMenu to your menubar. Select the messages you wish to convert and call the script by selecting it in the menu
2. Automatically from a mail rule. In Mail.app, create a new rule and choose "Run AppleScript" as action Click "Choose" and navigate to the script location The script will automatically be called on all messages that your new rule applies to
With MacOS 10.4 (Tiger), Apple changed a lot of Mail.apps internal workings. This means, the script needed a major overhaul. Unfortunately, it also means that the script cant ask for a default calendar when run from a rule, since that crashes Mail. The solution for the time being is to check for a default calendar and when there is none, create one called "Email" You can still set a default calendar by running the script manually once, as rule execution will use this value. To change the default calendar, run the script manually with no messages selected in Mail. You will be prompted with the option to reset. If you click Reset, you may choose or create a new calendar to contain your messages.
Enhancements:
- Fixed several small bugs
- Bug reporting includes system information
- Uses standard plist file to save preferences
- Includes both event and todo item creation
- Includes installer
- Users of earlier OS versions should use the alternate download link for version 1.1.4 of this script.
Download (35KB)
Added: 2006-07-21 License: Freeware Price:
1190 downloads
BumpRace 1.5.1
BumpRace - Get from start to finish in one piece. more>>
BumpRace is a simple arcade game. Youve to get from the start to the finish line without crashing into deadly blocks.
Be carefull though getting there is not as simple as it sems at first look.
This game has really simple rules.
Enhancements:
- updated autoconf files
- improved second level set and fixed a bug concerning alternate level sets (Thanks Mehdi Yousfi)
- removed more warnings
- fade in should behave identical on all systems now
- removed SDL_Image files from source and added SDL_Image as external dep
- slighly changed configure.in.
<<lessBe carefull though getting there is not as simple as it sems at first look.
This game has really simple rules.
Enhancements:
- updated autoconf files
- improved second level set and fixed a bug concerning alternate level sets (Thanks Mehdi Yousfi)
- removed more warnings
- fade in should behave identical on all systems now
- removed SDL_Image files from source and added SDL_Image as external dep
- slighly changed configure.in.
Download (1.6MB)
Added: 2005-11-10 License: GPL Price:
1445 downloads
Garnish 1.5
Garnish - Decorate your Dashboard with these beautifully crafted Apple logos and UI elements from the present and past more>>
Decorate your Dashboard with these beautifully crafted Apple logos and UI elements from the present and past.
Loads of skins are included, like a classic Apple striped logo, a modern Apple logo in dark grey, white, silver, blue, pink and orange, an original Apple menu Apple from system 1, an original trash can, the infamous Mac classic bomb, ok button, pointer and welcome smiling Mac, plus the iSlayer logo.
Enjoy the trip down memory lane (pun intended).
Main features:
- The ability to view all your favorite Classic Mac icons
- Random feature will auto select an image each time dashboard is activated.
<<lessLoads of skins are included, like a classic Apple striped logo, a modern Apple logo in dark grey, white, silver, blue, pink and orange, an original Apple menu Apple from system 1, an original trash can, the infamous Mac classic bomb, ok button, pointer and welcome smiling Mac, plus the iSlayer logo.
Enjoy the trip down memory lane (pun intended).
Main features:
- The ability to view all your favorite Classic Mac icons
- Random feature will auto select an image each time dashboard is activated.
Download (207KB)
Added: 2005-12-14 License: Freeware Price:
1409 downloads
tailDash 1.5
tailDash is a dashboard front end for the unix command tail more>>
tailDash Widget allows the user to select which log file they are viewing and the refresh rate of that log. The viewer window is also resizable to the users needs.
Upgrade information:
VERY important that you remove:
~/library/preferences/widget-com.protagonist.widget.tailDash.plist
~/library/widgets/tailDash
then ensure that the new tailDash is put in:
~/library/widgets/tailDash
if the widget freezes
(a result of not having removed references to the old version of tailDash)
launch "activity monitor" and select the tailDash process from there and kill it.
or for you command line junkies:
/usr/bin/ps -aux | grep "tailDash"
will get you the pid then kill that.
Enhancements:
new options:
- user definable everything!
- you can set:
- the font
- the colour of the font
- the size of the font
- the opacity of the background
- the refresh rate
- the number of lines in the tail command
- the size of the viewing window
- all of this is remembered so you dont have to reset it every time you launch tailDash
- new log files have also been added
new advanced options
- when you select advanced in the log file drop down menu you have a wide variety of options:
- 1. piping grep
- in the second field in the advanced options:
- /var/log/httpd/access_log | grep ".zip"
- will search the last lines of your httpd log file for mention of .zip
- 2. remote servers - if you have password-less access to a remote server
- (see this link for setting that up)
- set first field to:
- /usr/bin/ssh -l username hostname /usr/bin/tail
- and second field:
- /var/log/httpd/access_log
- if this gives you problems, make sure the command works for you in a regular shell:
- /usr/bin/ssh -l username hostname /usr/bin/tail -n10 /var/log/httpd/httpd_log.
<<lessUpgrade information:
VERY important that you remove:
~/library/preferences/widget-com.protagonist.widget.tailDash.plist
~/library/widgets/tailDash
then ensure that the new tailDash is put in:
~/library/widgets/tailDash
if the widget freezes
(a result of not having removed references to the old version of tailDash)
launch "activity monitor" and select the tailDash process from there and kill it.
or for you command line junkies:
/usr/bin/ps -aux | grep "tailDash"
will get you the pid then kill that.
Enhancements:
new options:
- user definable everything!
- you can set:
- the font
- the colour of the font
- the size of the font
- the opacity of the background
- the refresh rate
- the number of lines in the tail command
- the size of the viewing window
- all of this is remembered so you dont have to reset it every time you launch tailDash
- new log files have also been added
new advanced options
- when you select advanced in the log file drop down menu you have a wide variety of options:
- 1. piping grep
- in the second field in the advanced options:
- /var/log/httpd/access_log | grep ".zip"
- will search the last lines of your httpd log file for mention of .zip
- 2. remote servers - if you have password-less access to a remote server
- (see this link for setting that up)
- set first field to:
- /usr/bin/ssh -l username hostname /usr/bin/tail
- and second field:
- /var/log/httpd/access_log
- if this gives you problems, make sure the command works for you in a regular shell:
- /usr/bin/ssh -l username hostname /usr/bin/tail -n10 /var/log/httpd/httpd_log.
Download (250KB)
Added: 2006-03-17 License: Freeware Price:
1316 downloads
Qrbit 1.5
Qrbit - Realistic space flight game more>>
In Qrbit you must pilot a ship through a variety of missions around the solar system. This game is extremely accurate to the real world (and hence very difficult).
You maneuver a ship through a variety of random scientific missions, hopefully with the aid of some physics knowledge. This is very geeky game which requires visualization and plenty of patience. This wont appeal to everybody.
Gameplay is continuous. You are allowed to adjust how fast the simulation runs, and you can zoom all the way from a close-up of your ship to seeing the nearby planets. All distances, scales, and speeds are shown accurately.
The missions range from aligning orbits to traveling to other planets, all with very limited fuel or time.
You have to be thoughtful and patient. A feel for physics helps too.
Enhancements:
- Redesigned interface
- New and modified levels for a better learning curve
- Packaged spaceflight tutorial.
<<lessYou maneuver a ship through a variety of random scientific missions, hopefully with the aid of some physics knowledge. This is very geeky game which requires visualization and plenty of patience. This wont appeal to everybody.
Gameplay is continuous. You are allowed to adjust how fast the simulation runs, and you can zoom all the way from a close-up of your ship to seeing the nearby planets. All distances, scales, and speeds are shown accurately.
The missions range from aligning orbits to traveling to other planets, all with very limited fuel or time.
You have to be thoughtful and patient. A feel for physics helps too.
Enhancements:
- Redesigned interface
- New and modified levels for a better learning curve
- Packaged spaceflight tutorial.
Download (4.2MB)
Added: 2006-05-30 License: Freeware Price:
727 downloads
Camino 1.5
Camino (formerly known as Chimera) is a web browser for Mac OS X that has a Cocoa user interface, and embeds the Gecko engine more>> <<less
Download (14.8MB)
Added: 2007-06-06 License: Freeware Price:
907 downloads
Taxman 1.5
Taxman - Taxman game written in Applescript Studio more>>
Taxman is a simple number game written in Applescript Studio. Modeled on a game I saw many years ago on the first computer I ever saw. The game then was read in on paper tape!
First program Ive written in Applescript Studio and includes the source code so others can use it as a tutorial.
Enhancements:
- Updated to Tiger and Universal Binary.
<<lessFirst program Ive written in Applescript Studio and includes the source code so others can use it as a tutorial.
Enhancements:
- Updated to Tiger and Universal Binary.
Download (213KB)
Added: 2006-08-21 License: Freeware Price:
1162 downloads
MiNews 1.5
MiNews - Scan all the latest news, information and articles from thousands of web sites in one simple-to-read window more>>
With MiNews, you will have your favorite news at your fingertips, providing a tightly-integrated application with Safari that work hand in glove. Scan all the latest news, information and articles from thousands of web sites in one simple-to-read window. You will get the scoop in no time and go on to the next news item as if this was the way you always read the news.
Main features:
- RSS Ready
- Many major news organizations, community web sites and personal weblogs offer headlines and article summaries in the form of news feeds using a technology called RSS. MiNews lets you take these news feeds and view them together in a simple, ad-free list, so you can quickly find all the articles that interest you from across the web
- MiNews Subscribes to RSS Feeds so that you can get the latest news, but does all the work collecting the news for you. MiNews is compatible with the RSS feeds on the Internet with support for RSS 0.9, RSS 1 and RSS 2. Atom is planned to be supported shortly.
- Feed of the Internet.
- The Internet has a vast and almost infinite amount of information, one of these sources are the so called news feeds. MiNews comes ready with a never ending hunger for just these kind of feeds.
- Drag-and-drop ease.
- MiNews comes with a few .rss files in the install package, just drag and drop the ones you want to add into the address field and click on add. Its as simple as that.
- Import files with ease.
- MiNews offers an at-a-glance import interface of OPML standard files for those who already have a list of News Feeds built up. During the import you will be presented with a list of Feeds found in the OPML file and you can select the ones you want to import. After importing, MiNews will offer the possibility to complete the News Feed with the favicon that belongs to the source of the news.
- Sleek and friendly user interface.
- Unlike many RSS-Readers, MiNews features a streamlined and smooth interface with a large viewing area, that lets you focus on the news rather than big bulky buttons. It also sports an integrated web-view so you will never again have to sort through multiple browser- windows to get back to the news you started out with.
- Focus, or see the bigger picture .
- With the simple, yet powerful view switch of "Hide others" / "Show all", you can limit the news list to a signle news channel. Click again and you can see them all.
- Start spreading the news...
- You can easily send a news snippet to your friends and family with the click of a button. MiNews accesses the system Address Book and lets you send links in a flash without ever leaving the news window you are in. A free form e-mail address field is also provided for the people yet not in your address book.
- In a very easy fashion, you will be sharing news like never before.
- Get your view of the news.
- MiNews lets you change the way news is presented in a snap. Simply click on any of the sorting buttons and the list of news changes instantly. It has a a group of controls for customizing of each article summary and controls for sorting and filtering displayed articles by Date, Title and Source.
- Safari know-how.*
- MiNews also keeps track of Safaris bookmarks and adds a folder for your favorite news pages, so that you can access them inside MiNews and Safari. You can at any time have MiNews re-scan your Safari bookmarks or history to find unexpected treasures hiding there.
- Feed your news hungry monster.
- MiNews lets you organize your news-feeds neatly. You can also turn selected feeds on and off as you please.
- Intelligent Feeds*.
- With smart-feeds, you no longer have to scan through all your news channels for a particular item. Enter the criteria you are looking for and what channels to monitor, then sit back and let MiNews do all the work.
- Aqua-Look and Feel
- Written in pure Cocoa, it feels like any iLife application.**
- Feedback comes built in.
- To help us make MiNews even better, we have included a easy-to-use feedback button. If you would find a problem or simply want to send us your feedback, you can do so if a matter of seconds without breaking a sweat.
- Always be up-do-date.
- Know that you always have the latest version of MiNews, with the build-in software update feature.
Enhancements:
- Minor bug fixes, and some corrections to menu items.
<<lessMain features:
- RSS Ready
- Many major news organizations, community web sites and personal weblogs offer headlines and article summaries in the form of news feeds using a technology called RSS. MiNews lets you take these news feeds and view them together in a simple, ad-free list, so you can quickly find all the articles that interest you from across the web
- MiNews Subscribes to RSS Feeds so that you can get the latest news, but does all the work collecting the news for you. MiNews is compatible with the RSS feeds on the Internet with support for RSS 0.9, RSS 1 and RSS 2. Atom is planned to be supported shortly.
- Feed of the Internet.
- The Internet has a vast and almost infinite amount of information, one of these sources are the so called news feeds. MiNews comes ready with a never ending hunger for just these kind of feeds.
- Drag-and-drop ease.
- MiNews comes with a few .rss files in the install package, just drag and drop the ones you want to add into the address field and click on add. Its as simple as that.
- Import files with ease.
- MiNews offers an at-a-glance import interface of OPML standard files for those who already have a list of News Feeds built up. During the import you will be presented with a list of Feeds found in the OPML file and you can select the ones you want to import. After importing, MiNews will offer the possibility to complete the News Feed with the favicon that belongs to the source of the news.
- Sleek and friendly user interface.
- Unlike many RSS-Readers, MiNews features a streamlined and smooth interface with a large viewing area, that lets you focus on the news rather than big bulky buttons. It also sports an integrated web-view so you will never again have to sort through multiple browser- windows to get back to the news you started out with.
- Focus, or see the bigger picture .
- With the simple, yet powerful view switch of "Hide others" / "Show all", you can limit the news list to a signle news channel. Click again and you can see them all.
- Start spreading the news...
- You can easily send a news snippet to your friends and family with the click of a button. MiNews accesses the system Address Book and lets you send links in a flash without ever leaving the news window you are in. A free form e-mail address field is also provided for the people yet not in your address book.
- In a very easy fashion, you will be sharing news like never before.
- Get your view of the news.
- MiNews lets you change the way news is presented in a snap. Simply click on any of the sorting buttons and the list of news changes instantly. It has a a group of controls for customizing of each article summary and controls for sorting and filtering displayed articles by Date, Title and Source.
- Safari know-how.*
- MiNews also keeps track of Safaris bookmarks and adds a folder for your favorite news pages, so that you can access them inside MiNews and Safari. You can at any time have MiNews re-scan your Safari bookmarks or history to find unexpected treasures hiding there.
- Feed your news hungry monster.
- MiNews lets you organize your news-feeds neatly. You can also turn selected feeds on and off as you please.
- Intelligent Feeds*.
- With smart-feeds, you no longer have to scan through all your news channels for a particular item. Enter the criteria you are looking for and what channels to monitor, then sit back and let MiNews do all the work.
- Aqua-Look and Feel
- Written in pure Cocoa, it feels like any iLife application.**
- Feedback comes built in.
- To help us make MiNews even better, we have included a easy-to-use feedback button. If you would find a problem or simply want to send us your feedback, you can do so if a matter of seconds without breaking a sweat.
- Always be up-do-date.
- Know that you always have the latest version of MiNews, with the build-in software update feature.
Enhancements:
- Minor bug fixes, and some corrections to menu items.
Download (2.6MB)
Added: 2007-06-28 License: Freeware Price:
848 downloads
Mail2iCalToDo 1.5
Mail2iCalToDo - Export Mail.app message to iCal ToDo list more>>
Mail2iCalToDo is an AppleScript that can be used to export the Reply-To and Subject of Mail.app email messages into Apples iCal ToDo lists.
Place the script inside the folder ~/Library/Scripts.
There are two methods to use this script:
1. Manually In MacOS 10.4.x (Tiger), you should use the AppleScript Utility to add the AppleScriptMenu to your menubar. Select the messages you wish to convert and call the script by selecting it in the menu
2. Automatically from a mail rule. In Mail.app, create a new rule and choose "Run AppleScript" as action Click "Choose" and navigate to the script location The script will automatically be called on all messages that your new rule applies to
With MacOS 10.4 (Tiger), Apple changed a lot of Mail.apps internal workings. This means, the script needed a major overhaul. Unfortunately, it also means that the script cant ask for a default calendar when run from a rule, since that crashes Mail. The solution for the time being is to check for a default calendar and when there is none, create one called "Email" You can still set a default calendar by running the script manually once, as rule execution will use this value. To change calendar or due date, run the script manually with no messages selected in Mail. You will be prompted with the option to reset. If you click Reset, you may choose or create a new calendar and set a new due date.
Enhancements:
- Mail2iCalTodo is now part of Mail2iCal, available here
- Users of earlier OS versions should use the alternate download link for version 1.2 of this script.
<<lessPlace the script inside the folder ~/Library/Scripts.
There are two methods to use this script:
1. Manually In MacOS 10.4.x (Tiger), you should use the AppleScript Utility to add the AppleScriptMenu to your menubar. Select the messages you wish to convert and call the script by selecting it in the menu
2. Automatically from a mail rule. In Mail.app, create a new rule and choose "Run AppleScript" as action Click "Choose" and navigate to the script location The script will automatically be called on all messages that your new rule applies to
With MacOS 10.4 (Tiger), Apple changed a lot of Mail.apps internal workings. This means, the script needed a major overhaul. Unfortunately, it also means that the script cant ask for a default calendar when run from a rule, since that crashes Mail. The solution for the time being is to check for a default calendar and when there is none, create one called "Email" You can still set a default calendar by running the script manually once, as rule execution will use this value. To change calendar or due date, run the script manually with no messages selected in Mail. You will be prompted with the option to reset. If you click Reset, you may choose or create a new calendar and set a new due date.
Enhancements:
- Mail2iCalTodo is now part of Mail2iCal, available here
- Users of earlier OS versions should use the alternate download link for version 1.2 of this script.
Download (106KB)
Added: 2006-07-21 License: Freeware Price:
1191 downloads
Bugmail for SeaMonkey 1.6
Bugmail for SeaMonkey is a helpful extension which adds bug status to the header pane. more>> <<less
Download (33KB)
Added: 2009-08-03 License: GPL Price: FREE
downloads
MacZOT! 1.5
MacZOT! - Widget lists latest deals on MacZOT! more>>
Addicted to MacZOT! deal seeking? Youre not alone.
Since its launch recently, MacZOT! has quickly become the place to go for great Mac shareware applications at just as awesome, discounted prices.
Now, WidgetMachine and MacZOT! have teamed up to bring its users the quickest way yet to check on the latest and greatest deal.
Pop this widget in your Dashboard, and the latest Zot is now just one keystroke away.
<<lessSince its launch recently, MacZOT! has quickly become the place to go for great Mac shareware applications at just as awesome, discounted prices.
Now, WidgetMachine and MacZOT! have teamed up to bring its users the quickest way yet to check on the latest and greatest deal.
Pop this widget in your Dashboard, and the latest Zot is now just one keystroke away.
Download (25KB)
Added: 2006-04-28 License: Freeware Price:
1323 downloads
YamiPod 1.5
YamiPod is freeware application to manage your Apple iPod more>>
YamiPod is "yet another manager" for iPod. It allows you to easily transfer songs to and from ipod. It also has some extra features such as lyrics support (with web search) and full unicode text support (international characters).
This beta brings support for iTunes 4.9 and a greatly improved linux version. Apple introduced a new feature, Podcasts, which significantly changed music database.
Main features:
- stand alone program, no installation required
- iPod is automatically recognized
- mp3 and AAC files can be copied to/from iPod
- read/write access to mp3 id3 and AAC infos
- lyrics support (with internet auto search)
- playlist support (On-The-Go included)
- playlists import (PLS,M3U)
- playlists export (PLS,M3U)
- full unicode support
- auto-download new versions
- advanced song import/export settings
- 2 restore features
- built in music player
- iPod informations
- 2 search features
- remove duplicated tracks
- find lost music files
- easy ratings edit
- PC to iPod synchronization
- create and edit notes
- automatically update song playcounts
- News RSS and podcasts to iPod upload
- Growl support (Apple only)
- export song lists to HTML or plain text files
- multiple iPods support
- Audioscrobbler support.
<<lessThis beta brings support for iTunes 4.9 and a greatly improved linux version. Apple introduced a new feature, Podcasts, which significantly changed music database.
Main features:
- stand alone program, no installation required
- iPod is automatically recognized
- mp3 and AAC files can be copied to/from iPod
- read/write access to mp3 id3 and AAC infos
- lyrics support (with internet auto search)
- playlist support (On-The-Go included)
- playlists import (PLS,M3U)
- playlists export (PLS,M3U)
- full unicode support
- auto-download new versions
- advanced song import/export settings
- 2 restore features
- built in music player
- iPod informations
- 2 search features
- remove duplicated tracks
- find lost music files
- easy ratings edit
- PC to iPod synchronization
- create and edit notes
- automatically update song playcounts
- News RSS and podcasts to iPod upload
- Growl support (Apple only)
- export song lists to HTML or plain text files
- multiple iPods support
- Audioscrobbler support.
Download (9.7MB)
Added: 2007-07-16 License: Freeware Price:
856 downloads
DropBin 1.5
DropBin - Automatically binhex files more>>
DropBin is a drag and drop utility for automatically binhexing a file. Drop one or more files on this application, or open the files from the application itself, and a progress bar is displayed while the file(s) are processed, creating a binhexed .hqx conversion of each file.
<<less Download (15KB)
Added: 2006-06-19 License: Freeware Price:
2234 downloads
TuneCam 1.5
Upload iTunes info to FTP servers. more>>
TuneCam is a webcam-like application for use in combination with iTunes.
It gathers information about the current track in iTunes, then creates a fully customizable HTML or TEXT file containing this information and finally uploads it to an FTP server or saves it to your hard drive. Again and again in predefined intervals.
TuneCam is 100% freeware and comes with no warrantees. It has been well tested and has shown no major problems. Results may vary.
The source code is available upon request.
<<lessIt gathers information about the current track in iTunes, then creates a fully customizable HTML or TEXT file containing this information and finally uploads it to an FTP server or saves it to your hard drive. Again and again in predefined intervals.
TuneCam is 100% freeware and comes with no warrantees. It has been well tested and has shown no major problems. Results may vary.
The source code is available upon request.
Download (710KB)
Added: 2004-09-24 License: Freeware Price:
1856 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 bugmail 1.5 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