Main > Free Download Search >

Free how to get a book published software for linux

how to get a book published

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4656
The Tab Completion Grade Book 1.0beta4.1

The Tab Completion Grade Book 1.0beta4.1


The Tab Completion Grade Book is a full-featured grade book for teachers. more>>
The Tab Completion Grade Book is a full-featured grade book for teachers.
The Tab Completion Grade Book is a free software Java Grade Book program.
It features multiple courses, multiple students, arbitrarily-nested assignments, weighted assignments and categories, XML data storage, and a configurable grading scale for each course.
It can also print a per-student summary.
Main features:
- arbitrarily nested and weighted assignments
- human readable XML file format
- multiple courses and students
- scores can be fractions
- configurable grading scale per course
- print per-student summaries
- statistics, scatterplots, colors
- single student view
<<less
Download (0.59MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1106 downloads
How-To-Get-Rich 1.0

How-To-Get-Rich 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-29 License: Freeware Price: Free
183 downloads
How-To-Get-Money 1.0

How-To-Get-Money 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-03-31 License: Freeware Price: Free
206 downloads
Contact Book 1.0

Contact Book 1.0


Contact Book is a simple contact book manager. more>>
Contact Book is a simple contact book manager.

Simple Contact that could be compared to Mac OS Xs simply address book application. I plan on making the initial release with very basic functionality but it will certainly grow from there.

Although it is in a deb it does net check dependancies so make sure you have mono, GTK# (2.4), and sqlite installed to use it.

Why you might be interested:

- Simple Address Book so you dont have to use evolution (this was my main reason for starting this project)
- Easy to use (not pop up dialog boxes)

<<less
Download (0.044MB)
Added: 2006-01-13 License: GPL (GNU General Public License) Price:
1380 downloads
Theyre Coming to Get You Barbara 0.4

Theyre Coming to Get You Barbara 0.4


Theyre Coming to Get You Barbara is a spooky screensaver that uses SDL. more>>
Theyre Coming to Get You Barbara is a screensaver inspired by the horror movie, "Night of the Living Dead".

<<less
Download (0.24MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1644 downloads
How-To-Get-Rich-Quick 1.0

How-To-Get-Rich-Quick 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-28 License: Freeware Price: Free
180 downloads
Address Book Continued 1.0

Address Book Continued 1.0


Address Book Continued provides a multi-user AJAX address book Web application. more>>
Address Book Continued provides a multi-user AJAX address book Web application.

It also makes use of AJAX, which means that page reloads only happen on login/logout; the rest of the operations is handled asynchronously in the background. Its well usable, even over slow connections.

You can even install ABC on your desktop PC and configure it so that it doesnt require login for connections coming from the local computer.

<<less
Download (0.021MB)
Added: 2007-02-06 License: GPL (GNU General Public License) Price:
990 downloads
AJAX Book Reader 1.00

AJAX Book Reader 1.00


AJAX Book Reader is a complete AJAX client-server application. more>>
AJAX Book Reader is a complete AJAX client-server application that may be used with a Web browser to display a sequence of text files one page at a time.

The display style is completely controlled by a configuration file. The first application of this is as a book viewer where each chapter resides in a seperate text file.

AJAX Book Reader application is also suitable for any case where it is not practical to show all of the text to be displayed at once in the browser window.

It is assumed there is a directory that contains text files named [book][chapter]#.[ext]
and directory has been assigned to the $shelf variable in .pt-config
and [book] is 1 to N characters to identify a collection of chapters
and [chapter] is the chapter seperator (default=c)
and # is the 0 based chapter number
and [ext] is the extension of the text files (default=.txt)
and each file contains one chapter of text
and there is optionally a chapter index file [book].lis
in the shelf directory where the first line is the title of the book
and the second line is the authors name
and subsequent lines are the chapter names

It is further assumed that read.php contains the div tags < div > with an id of title, where the books title will be placed author, where the authors name will be placed navbar, where the page/chapter navigation controls will be placed page, where the text of the page will be placed

.pt-config should be changed to suit your preferences but there is nothing else especially designed to be user configurable in the other files
<<less
Download (0.004MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
778 downloads
Weight Loss Recipe Book 3.1

Weight Loss Recipe Book 3.1


Weight Loss Recipe Book is a free, online, community-built recipe book. more>>
Weight Loss Recipe Book is a free, online, community-built recipe book. Weight Loss Recipe Book contains everything you need to allow your web site visitors to submit recipes and everything your administrator needs to administer the recipes.
When a visitor submits a recipe, the recipe is added to a database and awaits approval from the administrator before being added to the public site.
Main features:
- Community built, meaning you just have to approve entries and watch your web site expand!
- Captcha validation to prevent automated entries into the recipe book.
- Complete administrator system - add administrators, recipe categories, manage recipes and more!
- Best of all, Weight Loss Recipe Book is totally free!
<<less
Download (0.061MB)
Added: 2006-05-08 License: Freeware Price:
1267 downloads
Get YouTube Video 1.3c

Get YouTube Video 1.3c


Get YouTube Video is a service menu for KDE. more>>
Get YouTube Video is a service menu for KDE.

Usage:
Right-click onto a link to a YouTube video or at the background of the YouTube site showing the video and choose action -> Download YouTube Video -> ...

Install:
cd ~/.kde/share/apps/konqueror/servicemenus/
tar xvzf /path/to/youtube-servicemenu.tar.gz

I made some modifications to the YouTube Service Menu. It didnt work for me, so I looked at the source. I added a differnent method to guess the video_id and I added additional parameters to the query string to download the video.

The query-string trick is:
video_id is a part of the site-url, in which the video is embedded:

video_ids = set(re.findall(www.youtube.com/v/([-A-Za-z0-9_]+), data))

or

m = re.search(video_id=(?P [-A-Za-z0-9_]+), data)

or

m = re.search(v=(?P [-A-Za-z0-9_]+), data)

Then I do:

url = "http://www.youtube.com/watch?v=%s" % video_id

Now url points to a site in which the video will be embedded, so I can apply following regular expression to its contens:

m = re.search(watch_fullscreen?(?P .*?)&fs=1&title=" + "(?P
<<less
Download (0.003MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
3227 downloads
phpGradeBook 1.9a

phpGradeBook 1.9a


phpGradeBook project is a Web-based grade book. more>>
phpGradeBook project is a Web-based grade book.
phpGradeBook is a Web-based grade book that allows teachers to easily post students grades online.
Students can view their own grade by entering their ID or they can view entire class grades with a certain degree of anonymity.
It includes support for multiple languages.
Enhancements:
- fixed bug in SQL backup restore
<<less
Download (0.054MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1094 downloads
The Address Book Reloaded 3.0.5 stable SVN:433

The Address Book Reloaded 3.0.5 stable SVN:433


The Address Book Reloaded project is a Web application to store contact details of employees/customers in UTF-8 format . more>>
The Address Book Reloaded project is a Web application to store contact details of employees/customers in UTF-8 format on an intranet or Web site.
It features login/user accounts, email harvesting protection, Google Maps support, distributed management of contacts, PDF address book generation, plugins, styles, and SSL certificate authority management.
It stores portraits of contacts, addresses, emails, phone numbers, VoIP/SIP numbers, Web sites, MMS and media info, occupation, function, projects, and freestyle info as HTML notes. The project supports URIs for automatic VoIP dialing with Skype or SIP clients.
Main features:
- CSS Stylesheet based designs
- User records & Contacts linked
- PHP4 & 5 compatible
- PHP safe mode compatible
- Custom dates
- Custom fields
- Admin fields
- Password/Hidden information distribution to users
- Google Maps
- PDF booklet printing
- UTF-8 international charsets
- Administrative Requests (IT accounts/workflow) -- beta
- SSL Certificate Authority (control)
<<less
Download (0.80MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
910 downloads
Sticker Book 0.1.5

Sticker Book 0.1.5


Sticker Book is a project which allows you to place stickers on a background scene. more>>
Sticker Book is a project which allows you to place stickers on a background scene.

Sticker Book is a childrens program which lets you place stickers on a background scene.

You can resize, recolour and reorient the stickers that you use, and you never run out. You can even paint with them.

The program is intended for the 3-7 year olds, but its even fun for adults.

It is flexible enough to make sophisticated pictures without being as complex as drawing/painting program.

<<less
Download (1.2MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1584 downloads
Netscape Address Book Recovery 0.1.0

Netscape Address Book Recovery 0.1.0


A tool to take that corrupted Netscape Address Book and get your information out of it more>>
A tool to take that corrupted Netscape Address Book and get your information out of it. This is a tool to take that corrupted Netscape Address Book and get your information out of it. After the third time my book got corrupted, I gave up trying to fix it by hand and wrote this program. This program attempts to get as much information out of the address book as is possible. But as with all programs of this type, it will always need to change to keep track of the different ways in which the address book can be corrupted. It can output .csv (Comma Separated Values) or .ldi (LDAP Date Interchange Format) files.Dont output .csv files, you will lose all mailing list information.
Enhancements:
- Major bugfixes with handling indexes
- Major bugfixes with handling edits
- Added LDIF support
- Added support for mailling lists
<<less
Download (0.047MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1224 downloads
My Address Book 1.2

My Address Book 1.2


My Address Book is a Web-based contact list program. more>>
My Address Book is a Web-based contact list program. It stores information like addresses, phone numbers, email addresses, and Web sites, and has a notes section for custom information.
Add, delete, and edit functions can be password protected using htaccess. Complete style control using CSS.
Main features:
- Add an unlimited number of contacts.
- Easy to use and read.
- Specify your own colors.
- Use your own template.
<<less
Download (0.016MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1473 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5