anne frank diary
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 108
Secure Java Diary 0.3.0a
Secure Java Diary is a Java Diary with Strong Encryption. more>>
Secure Diary is a Java application that uses the Bouncy Castle JCE to provide strong encryption for your diary.
It stores the entries using blowfish and triple DES. It allows you to enter/view/export diary enteries in multiple diaries.
<<lessIt stores the entries using blowfish and triple DES. It allows you to enter/view/export diary enteries in multiple diaries.
Download (0.82MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1649 downloads
Web diary 0.3.5
Web Diary is a Web-based multi-user CGI diary applet. more>>
Web Diary is a Web-based multi-user CGI diary applet. It includes scripts for allowing users to make entries publicly viewable, easy administration, and user preference editing.
There are two changes to the database structure in this release and is very simple:
1. There is a new table (see diary.tbls), categories, and two pieces of information that needs to go in there. Nothing too complicated.
2. There needs to be one column added to, and one column removed from entries. You can accomplish this via something like:
alter table entries add entFCat int not null default 1
update entries set entFCat=2 where entFIsPublic=1
alter table entries drop entFIsPublic
Though, as usual, you might be wise to make a backup, though this is what I did, and didnt have a problem with it. What this does, in order, is 1) creates the new column, 2) preserves the public entries.
3) gets rid of the old column.
Other than that, I dont recall any signigicant changes that were made in
thi version that will affect the database.
<<lessThere are two changes to the database structure in this release and is very simple:
1. There is a new table (see diary.tbls), categories, and two pieces of information that needs to go in there. Nothing too complicated.
2. There needs to be one column added to, and one column removed from entries. You can accomplish this via something like:
alter table entries add entFCat int not null default 1
update entries set entFCat=2 where entFIsPublic=1
alter table entries drop entFIsPublic
Though, as usual, you might be wise to make a backup, though this is what I did, and didnt have a problem with it. What this does, in order, is 1) creates the new column, 2) preserves the public entries.
3) gets rid of the old column.
Other than that, I dont recall any signigicant changes that were made in
thi version that will affect the database.
Download (0.055MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1220 downloads
Amarok Music Diary 0.3.4
Amarok Music Diary creates a SQLite3 Database with every song played a day. more>>
Amarok Music Diary creates a SQLite3 Database with every song played a day. It is possible to add a custom lyric to every database entry html-File export is provided. An example: http://www.sbox.tugraz.at/home/s/stifi/stifi_blog/
Usage:
The database is stored in ~/.kde/share/apps/amarok/scripts-data/amarok-diary.db
To add lyrics, use to Context Menu Entry
For viewing it, use sqlitebrowser http://sqlitebrowser.sourceforge.net
(To due a change in the sqlite data format you may need the CVS Version of the sqlitebrowser)
To export the database use the context menu entry. Per default only songs with the public flag set are exported. This option can be changed in the configuration file.
<<lessUsage:
The database is stored in ~/.kde/share/apps/amarok/scripts-data/amarok-diary.db
To add lyrics, use to Context Menu Entry
For viewing it, use sqlitebrowser http://sqlitebrowser.sourceforge.net
(To due a change in the sqlite data format you may need the CVS Version of the sqlitebrowser)
To export the database use the context menu entry. Per default only songs with the public flag set are exported. This option can be changed in the configuration file.
Download (0.090MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
964 downloads
Ryans Electronic Diary Sheet 1.2.1
Ryans Electronic Diary Sheet allows members of an organization to inform each other of their proposed whereabouts. more>>
Ryans Electronic Diary Sheet (aka RyansEDS) is a web-based Perl application which allows members of an organization (typically staff) to inform each other of their proposed whereabouts. The project is designed to be a simple shared calendaring application which does require complex (and often proprietary) client/server software.
Like its sister application Ryans In/Out Board it was written to fulfil a need at my employer Contact a Family. Staff needed a simple centralised way to let each other know when they would be out of the office rather than get into the complexities of sharing calendars.
The diary sheet works on a week by week basis and stores its data accordingly. A shell script (bacth file) is supplied which (when run as a scheduled event/cron job) will clear out data older that your chosen limit. Thus data storage is kept to a minimum. The diary sheet itself also has a feature will prevent users from going too far forward or backward.
Main features:
- Simple to use and administer
- Week to a screen view
- Users can be grouped into (colour coded) departments - current users department shown at top
- User aliases permit users to have friendly names on the diary sheet whilst logging in with more secure names 1
- No database required - uses simple text files for storage
- Tidies up after itself - deletes old storage files 2.
- No client application required - save for a web browser
- Easily configurable styles - all through the config file no HTML/CSS skills required.
- Allows additional comments/notes to be linked from the main diary sheet view
- Cross platform - runs on any browser and a range of server OSs.
- W3C compliant and fully accessible HTML output
- Suitable for small-medium installations (< 100 users)
<<lessLike its sister application Ryans In/Out Board it was written to fulfil a need at my employer Contact a Family. Staff needed a simple centralised way to let each other know when they would be out of the office rather than get into the complexities of sharing calendars.
The diary sheet works on a week by week basis and stores its data accordingly. A shell script (bacth file) is supplied which (when run as a scheduled event/cron job) will clear out data older that your chosen limit. Thus data storage is kept to a minimum. The diary sheet itself also has a feature will prevent users from going too far forward or backward.
Main features:
- Simple to use and administer
- Week to a screen view
- Users can be grouped into (colour coded) departments - current users department shown at top
- User aliases permit users to have friendly names on the diary sheet whilst logging in with more secure names 1
- No database required - uses simple text files for storage
- Tidies up after itself - deletes old storage files 2.
- No client application required - save for a web browser
- Easily configurable styles - all through the config file no HTML/CSS skills required.
- Allows additional comments/notes to be linked from the main diary sheet view
- Cross platform - runs on any browser and a range of server OSs.
- W3C compliant and fully accessible HTML output
- Suitable for small-medium installations (< 100 users)
Download (0.025MB)
Added: 2007-05-16 License: GPL (GNU General Public License) Price:
895 downloads
Monodiary 0.1
Monodiary project is a simple an effective way to work with an user diary. more>>
Monodiary project is a simple an effective way to work with an user diary.
Monodiary use xml to store the information, organized by dates, In the future,
implementing the NoteManagers interface methods, the information can be stored over other format or database, like mysql, postgresql, sqlite, ...
The apps configuration is stored using gconf.
<<lessMonodiary use xml to store the information, organized by dates, In the future,
implementing the NoteManagers interface methods, the information can be stored over other format or database, like mysql, postgresql, sqlite, ...
The apps configuration is stored using gconf.
Download (0.23MB)
Added: 2006-01-18 License: GPL (GNU General Public License) Price:
1376 downloads
Peffisaur 1.0
Peffisaur is a multiuser MMS blogging system. more>>
Peffisaur is the successor to MMS Diary only that it now has support for more users, database support, email support and a more advanced web interface.
You can post messages either directly to the site (using the MMSC emulating feature of MMS Diary - this interface is sometimes referred to as MM1) or via your operators MMSC by sending the MMS to an email address (this interface is sometimes referred to as MM3).
The advantage of the direct posting method is that the operator cannot charge anything for it but the traffic costs.
The advantage of the email approach is that it is much easier for the users to set up in their phones (they dont have to change any settings - perhaps only add an email address to their phone book for easier sending).
Peffisaur users can comment on messages, search for messages and create message collections.
Enhancements:
- You can now let Peffisaur forward your MMS to a URL of your liking.
- Improved statistics
- Possible to track threads and know your unread messages
- Comment dates are now shown in watching users time
- Number of comments to a message is shown in brackets in the bar to the right
- Message text is now stored in database which allows faster searches
- and viewing
- Unread comments are shown with different colour
<<lessYou can post messages either directly to the site (using the MMSC emulating feature of MMS Diary - this interface is sometimes referred to as MM1) or via your operators MMSC by sending the MMS to an email address (this interface is sometimes referred to as MM3).
The advantage of the direct posting method is that the operator cannot charge anything for it but the traffic costs.
The advantage of the email approach is that it is much easier for the users to set up in their phones (they dont have to change any settings - perhaps only add an email address to their phone book for easier sending).
Peffisaur users can comment on messages, search for messages and create message collections.
Enhancements:
- You can now let Peffisaur forward your MMS to a URL of your liking.
- Improved statistics
- Possible to track threads and know your unread messages
- Comment dates are now shown in watching users time
- Number of comments to a message is shown in brackets in the bar to the right
- Message text is now stored in database which allows faster searches
- and viewing
- Unread comments are shown with different colour
Download (0.056MB)
Added: 2005-04-19 License: GPL (GNU General Public License) Price:
1649 downloads
Blue Smiley Organizer 5.24
Blue Smiley Organizer is Web-based script to manage your bookmarks, diary, reminders, to-do lists, contacts, knowledge. more>>
Blue Smiley Organizer is Web-based script to manage your bookmarks, diary, reminders, to-do lists, contacts, knowledge, and images in a multi-user environment.
Blue Smiley Organizer also includes its own live support help system, blogs, themes, and a discussion forum.
Main features:
- Prioritize your bookmarks: Tell BlueSmiley how important a website is to you and how often you want to visit the link (e.g. once a month) and a list of bookmarks will be generated with the most urgent bookmarks at the top of the list.
- You can also keep a diary, manage your To-Do List and save email addresses and telephone numbers with the Contact Management. Add important vocabulary, snippets of code, etc to the categorized knowledge list.
- BlueSmiley reminds you of birthdays, TV shows, appointments, etc.
- Want to offer Live Support for your website without forking out money every month? BlueSmiley offers it for free.
- Social Bookmarking: Share your bookmarks on your personal webpage.
- You can also show RSS Feeds within this Online Organize
<<lessBlue Smiley Organizer also includes its own live support help system, blogs, themes, and a discussion forum.
Main features:
- Prioritize your bookmarks: Tell BlueSmiley how important a website is to you and how often you want to visit the link (e.g. once a month) and a list of bookmarks will be generated with the most urgent bookmarks at the top of the list.
- You can also keep a diary, manage your To-Do List and save email addresses and telephone numbers with the Contact Management. Add important vocabulary, snippets of code, etc to the categorized knowledge list.
- BlueSmiley reminds you of birthdays, TV shows, appointments, etc.
- Want to offer Live Support for your website without forking out money every month? BlueSmiley offers it for free.
- Social Bookmarking: Share your bookmarks on your personal webpage.
- You can also show RSS Feeds within this Online Organize
Download (0.51MB)
Added: 2007-08-09 License: Free To Use But Restricted Price:
818 downloads
The Diary of Hercules 0.1.1
The Diary of Hercules is a personal workout diary program for body builders and fitness enthusiasts. more>>
The Diary of Hercules is a personal workout diary program for body builders and fitness enthusiasts. The Diary of Hercules can be helpful in creating training plans and storing data about gym progress.
Enhancements:
- Created brand new calendar control.
- Added methods for adding and deleting training plan.
- Added ability to show training days on a calendar control.
<<lessEnhancements:
- Created brand new calendar control.
- Added methods for adding and deleting training plan.
- Added ability to show training days on a calendar control.
Download (0.044MB)
Added: 2006-09-03 License: GPL (GNU General Public License) Price:
1154 downloads
foosic for amaroK 0.3
foosic is a script for amaroK Music Diary. more>>
foosic is a script for amaroK Music Diary. foosic project is an automated music database and a playback statistics tracking system. While you listen to your music, the foosic client submits information about which songs you play. Together with the submissions from other users, we can gather a complete database about currently existing albums, artists, compilations, etc..., as well as information about what is popular and what is not.
You can see your own statistics, and, if you allow it, let your friends see what you are listening to and what you like.
You can browse the database on this site and discover new artists or albums that you didnt know about before."
Based on the protocol description I created a ruby script for amaroK so I can update my statistics also from my Linux box.
The script was tested with ruby version 1.8.3 and amaroK 1.3.8. The script depends on Korundum for the config panel.
You can use the amaroK Script manager to install the script.
As Im no expert neither in ruby nor in Qt, if anyone feels corrections should be made to the script, please tell me so or correct the mistake yourself.
I probably wont add new features unless Im *really* bored. Or they are useful *and* easy to implement.
Oh, and Im not related in any way to the original foosic developers.
<<lessYou can see your own statistics, and, if you allow it, let your friends see what you are listening to and what you like.
You can browse the database on this site and discover new artists or albums that you didnt know about before."
Based on the protocol description I created a ruby script for amaroK so I can update my statistics also from my Linux box.
The script was tested with ruby version 1.8.3 and amaroK 1.3.8. The script depends on Korundum for the config panel.
You can use the amaroK Script manager to install the script.
As Im no expert neither in ruby nor in Qt, if anyone feels corrections should be made to the script, please tell me so or correct the mistake yourself.
I probably wont add new features unless Im *really* bored. Or they are useful *and* easy to implement.
Oh, and Im not related in any way to the original foosic developers.
Download (0.003MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1243 downloads
FractalEye 1.0.1
FractalEye is a height map generation by fractal formulas and perlin noise. more>>
FractalEye is a height map generation by fractal formulas and perlin noise. Heights are delivered by a fractal formula or DEM data and shown in different colors according to a gradient. In later versions an OpenGL 3D view would be nice.
More or less accidentally I took first two fractal formulas from the book "Symmetry in Chaos" to generate heights. Which provides some great test images to begin with.
<<lessMore or less accidentally I took first two fractal formulas from the book "Symmetry in Chaos" to generate heights. Which provides some great test images to begin with.
Download (0.041MB)
Added: 2005-06-06 License: QPL (QT Public License) Price:
1600 downloads
KRadio 1.0 beta3b
KRadio is a comfortable radio application for KDE 3.x. more>>
KRadio project is a comfortable KDE radio application. The initial release was written by Frank Schwanz. In Jan. 2002 I took over the project to add some new features.
Main features:
- support for V4L and V4L2 based radio card drivers
- NEW: Timeshift playing: press the pause button and later continue listening where you stopped!
- NEW: dynamically loadable plugins
- NEW: Ogg/Vorbis recording (libogg/libvorbis required)
- MP3 recording (libmp3lame required)
- attended and unattended recording
- database with station preset files, station search
- lirc support
- alarms (weekday specific if you wish), stations and volume may be assigned, types: start/stop play, start/stop recording
- sleep countdown functions
- docking menu, includes menu entries for preferred stations
- quickbar, toolbar with buttons for preferred stations
- icons for stations in quickbar, display, etc.
- error logging window instead of nerving messageboxes:)
- plugin library architecture, kradio is ready for new radio types (e.g. internet radio), your own radio display, etc.
<<lessMain features:
- support for V4L and V4L2 based radio card drivers
- NEW: Timeshift playing: press the pause button and later continue listening where you stopped!
- NEW: dynamically loadable plugins
- NEW: Ogg/Vorbis recording (libogg/libvorbis required)
- MP3 recording (libmp3lame required)
- attended and unattended recording
- database with station preset files, station search
- lirc support
- alarms (weekday specific if you wish), stations and volume may be assigned, types: start/stop play, start/stop recording
- sleep countdown functions
- docking menu, includes menu entries for preferred stations
- quickbar, toolbar with buttons for preferred stations
- icons for stations in quickbar, display, etc.
- error logging window instead of nerving messageboxes:)
- plugin library architecture, kradio is ready for new radio types (e.g. internet radio), your own radio display, etc.
Download (1.8MB)
Added: 2005-08-29 License: GPL (GNU General Public License) Price:
1519 downloads
Gantry 3.2.1
Gantry is a robust Perl-based Web application framework for Apache/mod_perl, CGI, and Fast-CGI. more>>
Gantry is a robust Perl-based Web application framework for Apache/mod_perl, CGI, and Fast-CGI.
Object-oriented design allows for a pragmatic, modular approach to URL dispatching. Gantry project supports MVC and initiates rapid development, offering an organized coding scheme for Web applications.
Main features:
- Plugin architecture
- Supports mod_perl 1.3 and 2.0
- Supports CGI and Fast-CGI
- Supports Template Toolkit and the ability to plugin other templating systems
- Inherited framework code for a standard CRUD application.
- Calendaring support
- Cookie management
- Form generation and validation
- User authentication: user, group and page-based
- Class::DBI integration
- Database and SQL utilities
- AJAX Support
- TinyMCE Support
- Code generation with BigTop
<<lessObject-oriented design allows for a pragmatic, modular approach to URL dispatching. Gantry project supports MVC and initiates rapid development, offering an organized coding scheme for Web applications.
Main features:
- Plugin architecture
- Supports mod_perl 1.3 and 2.0
- Supports CGI and Fast-CGI
- Supports Template Toolkit and the ability to plugin other templating systems
- Inherited framework code for a standard CRUD application.
- Calendaring support
- Cookie management
- Form generation and validation
- User authentication: user, group and page-based
- Class::DBI integration
- Database and SQL utilities
- AJAX Support
- TinyMCE Support
- Code generation with BigTop
Download (0.13MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1275 downloads
Open Geographic Datastore Interface 3.1.5
Open Geographic Datastore Interface is an API that uses a standardized access method to work in conjunction with GIS software. more>>
OGDI is the Open Geographic Datastore Interface. OGDI is an application programming interface (API) that uses a standardized access methods to work in conjunction with GIS software packages (the application) and various geospatial data products.
OGDI uses a client/server architecture to facilitate the dissemination of geospatial data products over any TCP/IP network, and a driver-oriented approach to facilitate access to several geospatial data products/formats.
Enhancements:
- This release fixes some significant bugs in the VRF (VPF) driver.
<<lessOGDI uses a client/server architecture to facilitate the dissemination of geospatial data products over any TCP/IP network, and a driver-oriented approach to facilitate access to several geospatial data products/formats.
Enhancements:
- This release fixes some significant bugs in the VRF (VPF) driver.
Download (0.89MB)
Added: 2005-06-29 License: Freely Distributable Price:
1579 downloads
Joyce and Anne 2.1.11
Joyce and Anne emulate the Amstrad PCW series of computers. more>>
Joyce and Anne projects emulate the Amstrad PCW series of computers. Joyce emulates the 8000, 9000, and 10 series; Anne emulates the PcW16.
When moving from a PCW to an emulator, the biggest change you have to accustom yourself to is the way that JOYCE handles discs. Real PCWs (except the few with add-on hard drives) use real floppy discs; you use a start-of-day disc to use LocoScript or MicroDesign, a data disc to save your work on, and so on.
It is possible for JOYCE to use real disc drives in the same way that a PCW does. However this is pretty slow and awkward; since the PCs got a hard drive, you might as well use it.
Enhancements:
- A bug in the Z80 emulation which caused Starglider to hang has been corrected.
<<lessWhen moving from a PCW to an emulator, the biggest change you have to accustom yourself to is the way that JOYCE handles discs. Real PCWs (except the few with add-on hard drives) use real floppy discs; you use a start-of-day disc to use LocoScript or MicroDesign, a data disc to save your work on, and so on.
It is possible for JOYCE to use real disc drives in the same way that a PCW does. However this is pretty slow and awkward; since the PCs got a hard drive, you might as well use it.
Enhancements:
- A bug in the Z80 emulation which caused Starglider to hang has been corrected.
Download (1.9MB)
Added: 2007-02-04 License: GPL (GNU General Public License) Price:
994 downloads
editApage.org Beta 9.1
editApage.org is a simple and flexible tool that helps Web designers and people who yearn for control over their websites. more>>
editApage.org is a simple and flexible tool that helps Web designers and people who yearn for control over their websites.
editApage.org project provides the ease of use of Blogging without forcing the end result to resemble a diary.
How does it work?
1. Point editApage.org to any URL on the web.
2. editApage.org loads a copy of the rendered source, and lets you choose which parts youd like to make editable.
3. Enter the FTP settings for the pages final destination, and make some choices on who should be able to edit this page.
4. Enter the pages URL into editApage.org, preview changes youre making, and publish to your live box. Its all the ease of blogging, with none of the forced architecture.
<<lesseditApage.org project provides the ease of use of Blogging without forcing the end result to resemble a diary.
How does it work?
1. Point editApage.org to any URL on the web.
2. editApage.org loads a copy of the rendered source, and lets you choose which parts youd like to make editable.
3. Enter the FTP settings for the pages final destination, and make some choices on who should be able to edit this page.
4. Enter the pages URL into editApage.org, preview changes youre making, and publish to your live box. Its all the ease of blogging, with none of the forced architecture.
Download (0.96MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1367 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 anne frank diary 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