khttrack 0.10
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 259
Khttrack 0.10
Khttrack is a easy-to-use offline browser utility with Kde Wizard Interface. more>> Khttrack is a easy-to-use offline browser utility with Kde Wizard Interface.
# It allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer.
# Khttrack arranges the original sites relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online. Khttrack can also update an existing mirrored site, and resume interrupted downloads.
# Khttrack is fully configurable, and has an integrated help system.<<less
Download (565KB)
Added: 2009-04-22 License: Freeware Price:
184 downloads
iStream 0.10
iStream is an applet to play internet radio streams. more>>
iStream is an applet to play internet radio streams.
The project is a simple GNOME panel applet that lets you play internet radio streams (local files work too).
It uses Gstreamer for playback. Written in C using Gtk+.
<<lessThe project is a simple GNOME panel applet that lets you play internet radio streams (local files work too).
It uses Gstreamer for playback. Written in C using Gtk+.
Download (0.10MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
1072 downloads
KwickDo 0.10
KwickDo software aims at easing the creation of new events/todo based on pre-recorded templates. more>>
KwickDo software aims at easing the creation of new events/todo based on pre-recorded templates. For example if you generally set your meetings to start at 10:00, last 1 hour and have a reminder 15 minutes before it starts, you can create this as a template and quickly create a new Event by typing #meeting# Meet with Bob as your Events name. The meeting will be created accordingly.
Note that it uses libkcals iCal implementation so it should be compatible with any iCal compatible organizer (such as Korganizer of course).
This is very Alpha version, with lots of things hard coded that should be configurable, and no internationalization (yet). It requires Qt4, KDE4 and libkdepim4 (+ headers).
I included the KDevelop files so itll be easy for you to have everything running if you use KDevelop.
<<lessNote that it uses libkcals iCal implementation so it should be compatible with any iCal compatible organizer (such as Korganizer of course).
This is very Alpha version, with lots of things hard coded that should be configurable, and no internationalization (yet). It requires Qt4, KDE4 and libkdepim4 (+ headers).
I included the KDevelop files so itll be easy for you to have everything running if you use KDevelop.
Download (0.51MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
796 downloads
Gtk# 1.0.10
Gtk# is a .Net language bindings for Gtk+ and selected Gnome libraries. more>>
Gtk# is a .Net language bindings for Gtk+ and selected Gnome libraries.
Gtk# provides tools to bind GObject based libraries for use by Mono/.Net applications in addition to a set of assemblies that binds the Gtk+ libraries and several Gnome libraries.
The effort essentially boils down to an exercise in PInvoke against the C
dynamic libraries. It may end up being slow as hell, but well see when we get
there and adjust accordingly.
<<lessGtk# provides tools to bind GObject based libraries for use by Mono/.Net applications in addition to a set of assemblies that binds the Gtk+ libraries and several Gnome libraries.
The effort essentially boils down to an exercise in PInvoke against the C
dynamic libraries. It may end up being slow as hell, but well see when we get
there and adjust accordingly.
Download (1.8MB)
Added: 2006-01-19 License: LGPL (GNU Lesser General Public License) Price:
1377 downloads
HTML::Tiny 0.10
HTML::Tiny is a lightweight, dependency free HTML/XML generator. more>>
HTML::Tiny is a lightweight, dependency free HTML/XML generator.
SYNOPSIS
use HTML::Tiny;
my $h = HTML::Tiny->new;
# Generate a simple page
print $h->html(
[
$h->head( $h->title( Sample page ) ),
$h->body(
[
$h->h1( { class => main }, Sample page ),
$h->p( Hello, World, { class => detail }, Second para )
]
)
]
);
# Outputs
< html>
< head>
< title>Sample page< /title>
< /head>
< body>
< h1 class="main">Sample page< /h1>
< p>Hello, World< /p>
< p class="detail">Second para< /p>
< /body>
< /html>
<<lessSYNOPSIS
use HTML::Tiny;
my $h = HTML::Tiny->new;
# Generate a simple page
print $h->html(
[
$h->head( $h->title( Sample page ) ),
$h->body(
[
$h->h1( { class => main }, Sample page ),
$h->p( Hello, World, { class => detail }, Second para )
]
)
]
);
# Outputs
< html>
< head>
< title>Sample page< /title>
< /head>
< body>
< h1 class="main">Sample page< /h1>
< p>Hello, World< /p>
< p class="detail">Second para< /p>
< /body>
< /html>
Download (0.011MB)
Added: 2007-07-04 License: Perl Artistic License Price:
842 downloads
moltiblock 0.10
moltiblock is a user-space plugin to netfilter for blocking lots of nets. more>>
moltiblock is a user-space plugin to netfilter for blocking lots of nets. No need to recompile kernel or patch other sources.
To install just type make. Then copy the binary to /usr/local/sbin or wherever.
Put one CIDR per line in /etc/moltiblock/cidr.deny, like so:
-- snip --
207.46.0.0/16
207.68.128.0/18
207.68.192.0/20
-- snip --
You can probably put comments in there, anything that doesnt look like CIDR till be ignored.
And then, run the daemon.
An deeeeeen, run something like
iptables -I FORWARD -p tcp --dport 6880:6999 -j QUEUE
Enhancements:
- First (hacky) version (0.10)
<<lessTo install just type make. Then copy the binary to /usr/local/sbin or wherever.
Put one CIDR per line in /etc/moltiblock/cidr.deny, like so:
-- snip --
207.46.0.0/16
207.68.128.0/18
207.68.192.0/20
-- snip --
You can probably put comments in there, anything that doesnt look like CIDR till be ignored.
And then, run the daemon.
An deeeeeen, run something like
iptables -I FORWARD -p tcp --dport 6880:6999 -j QUEUE
Enhancements:
- First (hacky) version (0.10)
Download (0.010MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1208 downloads
binfmtc 0.10
binfmtc implements handlers for C and other languages, which are usually compiled. more>>
binfmtc implements handlers for C and other languages, which are usually compiled.
The program utilizes the Linux binfmt-misc feature to dynamically compile and execute C programs as if they were scripts.
binfmtc project supports C, C++, Java, Pascal, Fortran, and assembler.
Enhancements:
- A sample script that runs as root was added along with realksh.c, a joke KSH implementation.
<<lessThe program utilizes the Linux binfmt-misc feature to dynamically compile and execute C programs as if they were scripts.
binfmtc project supports C, C++, Java, Pascal, Fortran, and assembler.
Enhancements:
- A sample script that runs as root was added along with realksh.c, a joke KSH implementation.
Download (0.088MB)
Added: 2006-01-09 License: GPL (GNU General Public License) Price:
1383 downloads
IRCTree 0.10
IRCTree is a project which shows a tree representing the structure of an IRC network in ASCII. more>>
IRCTree is a project which shows a tree representing the structure of an IRC network in ASCII.
Introduction
IRCTree shows a tree in ascii format representing the structure of an
IRC network.
You need netcat (nc) for it to work.
Example uses
$ irctree irc.swipnet.se
Compiling
No need to compile, but you can copy it into /usr/local/bin with make install.
<<lessIntroduction
IRCTree shows a tree in ascii format representing the structure of an
IRC network.
You need netcat (nc) for it to work.
Example uses
$ irctree irc.swipnet.se
Compiling
No need to compile, but you can copy it into /usr/local/bin with make install.
Download (0.008MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
919 downloads
T28 library 0.10
T28 library is a simple library that allows interraction with a Ericsson T28 phone. more>>
T28 library is a simple library that allows interaction with a Ericsson T28 phone (and probably works with other models as well). T28 library does not have SMS support.
Main features:
- load/save phonebook
- set language
- set audio mode selection
- get battery properties (level, temperature, etc)works only on T28
- get signal level
- send keys to mobile device
- set date/time
Enhancements:
- Lots of documentation was added.
- The code was cleaned up and tested with other SE models.
- Minor bugs were fixed.
<<lessMain features:
- load/save phonebook
- set language
- set audio mode selection
- get battery properties (level, temperature, etc)works only on T28
- get signal level
- send keys to mobile device
- set date/time
Enhancements:
- Lots of documentation was added.
- The code was cleaned up and tested with other SE models.
- Minor bugs were fixed.
Download (0.024MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1233 downloads
ngIRCd 0.10.3
ngIRCd is a free open source daemon for Internet Relay Chat (IRC). more>>
ngIRCd project is an Open Source server for the Internet Relay Chat (IRC). ngIRCd means "next generation IRC daemon", its written from scratch and not deduced from the "grandfather of IRC daemons", the daemon of the IRCNet.
Main features:
- no problems with servers which have dynamic IP addresses
- simple, easy understandable configuration file,
- freely published open-source C source code,
- ngIRCd will be developed on in the future.
- wide field of supported platforms, including AIX, A/UX, FreeBSD, HP-UX, IRIX, Linux, Mac OS X, NetBSD, OpenBSD, Solaris, and Windows with Cygwin.
Installation:
./configure
make
make install
Enhancements:
- This release fixes a severe bug in handling JOIN commands, which could cause the server to crash.
- All installations should be updated.
<<lessMain features:
- no problems with servers which have dynamic IP addresses
- simple, easy understandable configuration file,
- freely published open-source C source code,
- ngIRCd will be developed on in the future.
- wide field of supported platforms, including AIX, A/UX, FreeBSD, HP-UX, IRIX, Linux, Mac OS X, NetBSD, OpenBSD, Solaris, and Windows with Cygwin.
Installation:
./configure
make
make install
Enhancements:
- This release fixes a severe bug in handling JOIN commands, which could cause the server to crash.
- All installations should be updated.
Download (0.28MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
813 downloads
Pasdoc 0.10.0
PasDoc is a documentation tool for ObjectPascal source code. more>>
Pasdoc is a tool to generate documentation for Pascal unit files.
PasDoc is a documentation tool for ObjectPascal source code. Documentation is generated from comments found in source code.
See WhereToPlaceComments, WritingDocumentation and SupportedTags for information on how to document your source code.
Available output formats are HTML, HtmlHelp, LaTeX and latex2rtf. More output formats may be added in the future.
Check out the CommandLine to get a better feeling for how PasDoc works. There is also a GUI interface, see PasDocGui.
Main features:
- spell checking
- caching for faster generation of documentation (see CacheOption)
- support for arbitrary (even optional) CommentMarkers
Check out PasDocAutoDoc and ProjectsUsingPasDoc to see some real-world examples of how documentation generated by PasDoc looks like, and to see some programs that use PasDocs code.
Enhancements:
- Changes include new command-line options (--auto-link, --implicit-visibility, --no-macro), new tags (@bold, @italic, @seealso, @preformatted, many tags to layout lists and tables, and more), proper rules to get n/m-dashes in the output, FPC macro parsing, back-comments, and many improvements to pasdoc_gui.
<<lessPasDoc is a documentation tool for ObjectPascal source code. Documentation is generated from comments found in source code.
See WhereToPlaceComments, WritingDocumentation and SupportedTags for information on how to document your source code.
Available output formats are HTML, HtmlHelp, LaTeX and latex2rtf. More output formats may be added in the future.
Check out the CommandLine to get a better feeling for how PasDoc works. There is also a GUI interface, see PasDocGui.
Main features:
- spell checking
- caching for faster generation of documentation (see CacheOption)
- support for arbitrary (even optional) CommentMarkers
Check out PasDocAutoDoc and ProjectsUsingPasDoc to see some real-world examples of how documentation generated by PasDoc looks like, and to see some programs that use PasDocs code.
Enhancements:
- Changes include new command-line options (--auto-link, --implicit-visibility, --no-macro), new tags (@bold, @italic, @seealso, @preformatted, many tags to layout lists and tables, and more), proper rules to get n/m-dashes in the output, FPC macro parsing, back-comments, and many improvements to pasdoc_gui.
Download (1.3MB)
Added: 2005-12-01 License: GPL (GNU General Public License) Price:
1424 downloads
DC# 0.10.0
DC# is an easy to use file sharing client. more>>
DC# is an easy to use file sharing client.
DC# is a file sharing client for the Direct Connect protocol.
Main features:
- Hub and private messaging
- Searching
- File transfer
- Innovating user interface
<<lessDC# is a file sharing client for the Direct Connect protocol.
Main features:
- Hub and private messaging
- Searching
- File transfer
- Innovating user interface
Download (0.16MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
898 downloads
gURLChecker 0.10.1
gURLChecker is a graphical web links checker for GNU/Linux and other POSIX OS. more>>
gURLChecker is a graphical web links checker for GNU/Linux and other POSIX OS. gURLChecker can work on a whole site, a single local page or a browser bookmarks file.
<<less Download (0.80MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
912 downloads
SpiralCrypt 0.10.2
SpiralCrypt is a stream cipher cyclic key. more>>
SpiralCrypt is a stream cipher cyclic key. Tested with diverse raw bitmap images via visual, histogram, and statistical analyses.
Includes check sum and file stat calculations, standard IO processing, named pipe processing and keys, shredding, random keys.
<<lessIncludes check sum and file stat calculations, standard IO processing, named pipe processing and keys, shredding, random keys.
Download (0.16MB)
Added: 2006-11-14 License: LGPL (GNU Lesser General Public License) Price:
1076 downloads
LaTrine 0.10.0
LaTrine project is a language vocabulary drill. more>>
LaTrine project is a language vocabulary drill.
LaTrine is a curses-based LAnguage TRaINEr. It takes a dictionary and asks you for a word or a phrase, and you try to give the correct answer.
The direction is configurable. The selection of the words or phrases depends on how often you dont know the correct translation.
It can be used with the Free Dictionaries Project, which provides dictionaries for about 50 language combinations.
<<lessLaTrine is a curses-based LAnguage TRaINEr. It takes a dictionary and asks you for a word or a phrase, and you try to give the correct answer.
The direction is configurable. The selection of the words or phrases depends on how often you dont know the correct translation.
It can be used with the Free Dictionaries Project, which provides dictionaries for about 50 language combinations.
Download (0.10MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
872 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 khttrack 0.10 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