Main > Free Download Search >

Free gossip girl software for linux

gossip girl

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 18
Gossip 0.26

Gossip 0.26


Gossip is an instant messaging client for GNOME. more>>
Gossip project is an instant messaging client for GNOME. Layered on top of the open protocol Jabber is a clean and easy-to-use interface, providing users of the GNOME Desktop a friendly way to keep in touch with their friends.
Main features:
- Presence of your contacts
- Send and receive messages
- Group chatting
- Keeping all of your conversations logged
- Sound notification
Enhancements:
Bugs Fixed
- Fixed #442134, crash in Gossip Instant Messenger: Nothing. Gossip was ico... (Mikael Hallendal)
- Fixed #442190, Galago support fails to compile (Aredridel)
- Fixed #442310, Email integration (Mikael Hallendal)
Translations
- Updated sv: Richard Hult
<<less
Download (1.5MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
876 downloads
Celebrity Gossip 1

Celebrity Gossip 1


Hot Momma Gossip dishes the dirt on all your celebrity favorites. Keeping you informed about what’s going on in Hollywood with tongue in cheek fun and... more>> <<less
Download (41KB)
Added: 2009-04-09 License: Freeware Price: Free
204 downloads
Goonies 1.0-1

Goonies 1.0-1


Goonies project is a fun jump n run game. more>>
Goonies project is a fun jump n run game. The action takes place in the sleepy seaside town of Cauldron Point, down in an area known as the Goon Docks.

The Goonies are a group of local kids: Mikey, Brand, Mouth, Chunk, and Data. One day they find an old treasure map in Mikeys attic.

Data figures that this must be the fabulous hidden treasure of the notorious local pirate, One-Eyed Willy. The girls, Andy and Stef, join the other Goonies and the adventure begins.
<<less
Download (11.2MB)
Added: 2006-09-05 License: Other/Proprietary License with Source Price:
1147 downloads
OwnLinkSite 2.1

OwnLinkSite 2.1


Database and administration system for adult pictures and text links sites more>> The OwnLinkSite link engine consists of a database and some php-based scripts. By registering (free!), the user gets access to hundreds of thousands of links to adult pick- and video- sites. Free scripts and templates make both design and daily updating a breeze. The system is particularly useful for attracting as many readers as possible. OwnLinkSite.com has a very extensive tutorial explaining how to set up use the system, and how to get a high rating by Google. A lot of tools for generating text link tables and pick tables is available to ease the design process, and it is also possible to copy complete site templates. The categories one may choose text links from are Amateurs, Asians, Ass, Babes, Bald, Big Girls, Big Tits, Blacks, Blowjob, Bondage, Cartoons, Celebrities, Exhibitionists, Fetishes, Fisting, Hairy, Hardcore, Interracial, Latinas, Lesbians, Lingerie, Male, Mature, Mixed, Pregnants, Teens, Toys, Upskirt, Vintage, Voyeur, Watersports. About one third of those categories are also available for video clips.<<less
Download (19KB)
Added: 2009-04-05 License: Freeware Price: Free
201 downloads
Decilo Gratis 0.1

Decilo Gratis 0.1


Decilo Gratis is a Firefox extension that allows you to say what you want on decilogratis.com for free more>>
Decilo Gratis is a Firefox extension that allows you to say what you want on decilogratis.com for free: just select in any web page the text you want to post on decilogratis, and then post it via right-click or Tools menu.

In decilogratis.com you can write all what you want, for example, what you think about something, what you are looking for buying or selling, a secret you want to share, or just tell to your girl/boyfriend how much you love her/him. You can have your own public blog here too, just write always under your own tag! Now, with this extension is easier to say something!

<<less
Download (0.007MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
934 downloads
ppsei 0.1

ppsei 0.1


ppsei is a simple command line program, which tries to extract images from Microsoft PowerPoint documents. more>>
ppsei short from PPS Extract Images is a simple command line program, which tries to extract images from Microsoft PowerPoint documents (PPS/PPT).

Because i get a lot of mails with attached PPS/PPT in, containing some nice images (about universe, about pretty girls, etc). The sender people are using this file format as an image-container, or image-encapsulator.

They could use tar/zip/..., but somehow PPS is the general. On *nix systems only resource-consume application can handle this file formats (openoffice, wine + win.exe), so i decided to write this tool.

Currently only JPEG and PNG files can be extracted. Because the PPS file format is not so well-documented as the gnumeric :-), there is no guarantee, that all images will be grabbed correctly. But the experience is, that it works!

As i said, this is a command line program: you can call it from SHELL (or from favorite email software). It takes only the PPS file(s) as argument, and will extract all detected images to the current directory:

$ ppsei universe.pps beauty-islands.ppt
...
$ gqview (start here some image viewer application, to see the result)
<<less
Download (0.016MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1367 downloads
iFunny Icons Vol.1 for Linux -

iFunny Icons Vol.1 for Linux -


4 freeware icons designed in cartoon style. more>> Description:
4 freeware icons designed in cartoon style.
Content:
Girl, Boy, Cat, Dog
<<less
Download (145KB)
Added: 2009-04-20 License: Freeware Price:
188 downloads
MP3FS 0.07

MP3FS 0.07


MP3FS is A read-only FUSE filesystem which transcodes audio formats (currently FLAC) to MP3 on the fly when opened and read. more>>
&MP3FS is A read-only FUSE filesystem which transcodes audio formats (currently FLAC) to MP3 on the fly when opened and read. This was written to enable me to use my FLAC collection with software and/or hardware which only understands MP3. e.g. gmediaserver to a netgear MP101 mp3 player.
MP3FS is also a novel alternative to traditional mp3 encoder applications. Just use your favorite file browser to select the files you want encoded and copy them somewhere!
How it Works:
When a file is opened, the decoder and encoder are initialised and the file metadata is read. At this time the final filesize can be determined as we only support constant bitrate mp3s.
ID3v2 tags are created from the vorbis comments in the flac file. They are located at the start of the file. As such, an application scanning a directory to read tags should not cause too much of a performance hit as the actual encoder does not need to be invoked (depending on how much data the read asks for).
A special exception to this is when an application tries to read the very last block first. Many applications do this to look for an id3v1 tag (stored in the last 128 bytes of the file). When this is detected, the filesystem simply return zeros (I dont support id3v1 tags). This dramatically speeds up applications, however it could potentially lead to corrupt mp3 files if the zeros are still in kernel cache when the application comes back to read the actual audio sequentially. In my experimentation this has not happened, I always get another read for the final block.
As the file is read, it is transcoded into an internal per-file buffer. This buffer continues to grow while the file is being read until the whole file is transcoded in memory. The memory is freed only when the file is closed. This simplifies the implementation.
Seeking within a file will cause the file to be transcoded up to the seek point (if not already done). This is not usually a problem since most programs will read a file from start to finish. Future enhancements may provide true random seeking.
For build instructions see INSTALL
Usage:
mount your filesystem like this: (you will probably have to be root)
mp3fs musicdir bitrate mountpoint [-o fuse_options]
e.g.:
mp3fs /mnt/music 256 /mnt/mp3 -o allow_other,ro
Here are the original files:
dave@bender:~/mp3fs$ ls -l /mnt/music/Smashing Pumpkins/Pisces Iscariot/
total 345732
-rw-r--r-- 1 mythtv mythtv 10267876 2005-06-19 18:36 01 - Soothe.flac
-rw-r--r-- 1 mythtv mythtv 23512276 2005-06-19 18:36 02 - Frail And Bedazzled.flac
-rw-r--r-- 1 mythtv mythtv 23332187 2005-06-19 18:36 03 - Plum.flac
-rw-r--r-- 1 mythtv mythtv 26402936 2005-06-19 18:36 04 - Whir.flac
-rw-r--r-- 1 mythtv mythtv 21591252 2005-06-19 18:36 05 - Blew Away.flac
-rw-r--r-- 1 mythtv mythtv 16719855 2005-06-19 18:36 06 - Pissant.flac
-rw-r--r-- 1 mythtv mythtv 33454889 2005-06-19 18:36 07 - Hello Kitty Kat.flac
-rw-r--r-- 1 mythtv mythtv 32073747 2005-06-19 18:36 08 - Obscured.flac
-rw-r--r-- 1 mythtv mythtv 17614217 2005-06-19 18:36 09 - Landslide.flac
-rw-r--r-- 1 mythtv mythtv 65406696 2005-06-19 18:36 10 - Starla.flac
-rw-r--r-- 1 mythtv mythtv 18651734 2005-06-19 18:36 11 - Blue.flac
-rw-r--r-- 1 mythtv mythtv 25055200 2005-06-19 18:36 12 - Girl Named Sandoz.flac
-rw-r--r-- 1 mythtv mythtv 28060023 2005-06-19 18:36 13 - La Dolly Vita.flac
-rw-r--r-- 1 mythtv mythtv 11432008 2005-06-19 18:36 14 - Spaced.flac
And now you can use the (virtual) mp3 files from the MP3FS mountpoint:
dave@bender:~/mp3fs$ ls -l /mnt/mp3/Smashing Pumpkins/Pisces Iscariot/
total 345732
-rw-r--r-- 1 mythtv mythtv 2446849 2005-06-19 18:36 01 - Soothe.mp3
-rw-r--r-- 1 mythtv mythtv 3197934 2005-06-19 18:36 02 - Frail And Bedazzled.mp3
-rw-r--r-- 1 mythtv mythtv 3467503 2005-06-19 18:36 03 - Plum.mp3
-rw-r--r-- 1 mythtv mythtv 4003745 2005-06-19 18:36 04 - Whir.mp3
-rw-r--r-- 1 mythtv mythtv 3414845 2005-06-19 18:36 05 - Blew Away.mp3
-rw-r--r-- 1 mythtv mythtv 2413413 2005-06-19 18:36 06 - Pissant.mp3
-rw-r--r-- 1 mythtv mythtv 4348572 2005-06-19 18:36 07 - Hello Kitty Kat.mp3
-rw-r--r-- 1 mythtv mythtv 5132656 2005-06-19 18:36 08 - Obscured.mp3
-rw-r--r-- 1 mythtv mythtv 3099704 2005-06-19 18:36 09 - Landslide.mp3
-rw-r--r-- 1 mythtv mythtv 10542719 2005-06-19 18:36 10 - Starla.mp3
-rw-r--r-- 1 mythtv mythtv 3210041 2005-06-19 18:36 11 - Blue.mp3
-rw-r--r-- 1 mythtv mythtv 3449127 2005-06-19 18:36 12 - Girl Named Sandoz.mp3
-rw-r--r-- 1 mythtv mythtv 4098213 2005-06-19 18:36 13 - La Dolly Vita.mp3
-rw-r--r-- 1 mythtv mythtv 2337344 2005-06-19 18:36 14 - Spaced.mp3
dave@bender:~/mp3fs$ id3info /mnt/mp3/Smashing Pumpkins/Pisces Iscariot/01 - Soothe.mp3
*** Tag information for /mnt/mp3/Smashing Pumpkins/Pisces Iscariot/01 - Soothe.mp3
=== TSSE (Software/Hardware and settings used for encoding): LAME v3.96.1
=== TIT2 (Title/songname/content description): Soothe
=== TPE1 (Lead performer(s)/Soloist(s)): Smashing Pumpkins
=== TALB (Album/Movie/Show title): Pisces Iscariot
=== TRCK (Track number/Position in set): 1
*** mp3 info
MPEG1/layer III
Bitrate: 128KBps
Frequency: 44KHz
dave@bender:~/mp3fs$ time cp /mnt/mp3/Smashing Pumpkins/Pisces Iscariot/01 - Soothe.mp3 /tmp/
real 0m12.917s
user 0m0.004s
sys 0m0.020s
dave@bender:~/mp3fs$ xmms /mnt/mp3/Smashing Pumpkins/Pisces Iscariot/*
Enhancements:
- A segfault and several memory leaks were fixed.
<<less
Download (0.32MB)
Added: 2007-04-09 License: GPL (GNU General Public License) Price:
932 downloads
Empathy 2.26.2 / 2.27.3

Empathy 2.26.2 / 2.27.3


Empathy project is a Gnome IM/voice/video client reusing Gossips UI and using Nokias MissionControl. more>>
Empathy 2.26.2 / 2.27.3 gives an application which functions as a Gnome IM/voice/video client reusing Gossips UI and using Nokias Mission Control. It has a rich set of reusable instant messaging widgets, and a GNOME client using those widgets. It uses Telepathy and Nokias Mission Control, and reuses Gossips UI.

Major Features:

  1. Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all supported by pidgin
  2. Auto away and extended away using gnome-screensaver
  3. Auto re-connect using Network Manager
  4. Private and group chat (with smileys, spellcheck)
  5. Powerful theme engine for chats (Adium themes supported)
  6. Log conversations, view/search in logs and prepend logs in new chats
  7. Voice and Video call using SIP and XMPP (including support for Google Talk voice calls)
  8. File transfer for XMPP
  9. Geolocalisation of contacts (Display contacts on a map)
  10. Python bindings for libempathy and libempathy-gtk
  11. Collaborative work using Tubes

Requirements: none

<<less
Added: 2009-06-16 License: GPL Price: FREE
93 downloads
 
Other version of Empathy
Empathy 0.11IM/voice/video client reusing Gossips UI and using Nokias MissionControl. Empathy consists ... It uses Telepathy and Nokias Mission Control, and reuses Gossips UI. The main goal is to permit
License:GPL (GNU General Public License)
Download (1.0MB)
881 downloads
Added: 2007-08-13
ScryMUD 2.1.13

ScryMUD 2.1.13


ScryMUD is a MUD with a Java client. more>>
ScryMUD project is a MUD with a Java client.
ScryMUD is a MUD written completely from scratch that has a full feature set including persistant belongings, a ree-based skill/spell system, game-navigated vehicles, complex scripting, player-owned stores and houses, and much more. The distribution also comes with Hegemon, a Java client that provides a nice UI for ScryMUDs Online Building.
Main features:
- Completely original world and code. We have 6000+ rooms, 400+ mobs and 400+ objects.
- Integrated Java Client (applet/application) which offers a nice interface to the game and to the Online Building tools.
- Player controlled shops (you get the goods, set the prices, and collect the dough.)
- Can Brew potions. This requires the brew skill, a cauldron, and the necessary ingredients.
- Can Scribe Scrolls. Requires a scroll, pen, and knowledge of the spell.
- Spells become less powerful when there are many scrolls/potions that can cast them in the game. This balances the above features.
- Skills and Spells are learned in a tree-like manner. You must learn the pre-requesites to at least 50% before you can move on to the skills/spells it enables. So, you can customize the character to your liking and are limited only by the number of practices you have.
- Game-navigated vehicles (though not widely used in the game yet.)
- Complex NPC scripting so that the builders can make quests and other interesting things.
- Mobs have some personality traits, which can influence their behavior in battle and afterwards. Some will track you down and kill you (and then return to their starting point. Others may heal you if you are badly hurt.
- Bulletin boards for in-game communication, as well as gossip, yell, and other channels.
- Banks to keep your cash safe for you.
- Configurable ANSI color.
- Some multi-lingual capability.
- Released under the GPL
Enhancements:
- This release includes the addition of weather, several new spells and socials, minor improvements to ranged combat, and assorted bugfixes.
- Daemonizing code in particular should be a bit safer now.
<<less
Download (0.76MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
826 downloads
pmpkg 2007-06-11

pmpkg 2007-06-11


pmpkg provides a script and definitions to build SysV style binary packages for Solaris. more>>
pmpkg provides a script and definitions to build SysV style binary packages for Solaris from source tarballs in an automated way, somewhat similar to ports or ebuilds.
pmpkg aims for reuse of system packages where possible and a minimalistic dependency set.
Enhancements:
- This release features more robust handling of the package tree in many places.
- It also includes the usual assortment of new packages (mkvtoolnix, xgcc-i386-elf, 0install, pyhashlib, ilmbase, libebml, libmatroska, smarteiffel) and updates (ddclient, openldap, dovecot, x264, erlang, php4, wine, pcre, wxwidgets, squeak, texmacs, bchunk, openexr, blender, ocaml, wavpack, gossip, ogle, git, star, boost, monotone, sbcl, scons).
<<less
Download (0.26MB)
Added: 2007-06-11 License: CDDL (Common Development and Distribution License) Price:
865 downloads
Hanihani Operation Sanctuary 1.0

Hanihani Operation Sanctuary 1.0


Hanihani Operation Sanctuary project is an English adaptation of a Japanese visual novel game. more>>
Hanihani Operation Sanctuary project is an English adaptation of a Japanese visual novel game.
The girl that fell out of the blue.
And the protagonists life, which began to take a turn little by little into the realm of the extraordinary starting from that very day.
- Nao-kun, if you dont get up soon, youre going to be late.
The new school term started today. The protagonists childhood friend, Honami, has kept telling him that hes not a child anymore, and yet continues to come to wake him up. They proceed as they always have to "Hasumidai Academy", which stands atop a hill ... but this time around, as second-year students.
- Naoki, Im going on ahead of you!
And the protagonists cousin, Matsuri, zips past the two of them. After having lost both parents in a terrible accident 5 years ago, the protagonist Naoki Kuzumi was taken in by Matsuris parents. And now, Matsuri herself -- who had been so opposed to Naokis moving in back then -- has become a freshman at Hasumidai Academy.
These ordinary, ordinary days, stretching on forever.
... but then, one day, up on the roof of school ...
Enhancements:
- RTM, all platforms.
- Initial page release. Currently in QC. Expect RTM for all platforms this weekend.
<<less
Download (MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1076 downloads
Relations::Display 0.92

Relations::Display 0.92


Relations::Display is a DBI/DBD::mysql Query Graphing Perl module. more>>
Relations::Display is a DBI/DBD::mysql Query Graphing Perl module.

SYNOPSIS

# DBI, Relations::Display Script that creates a
# matrix, table, and graph from a query.

use DBI;
use Relations;
use Relations::Query;
use Relations::Abstract;
use Relations::Display;

$dsn = "DBI:mysql:watcher";

$username = "root";
$password = ;

$dbh = DBI->connect($dsn,$username,$password,{PrintError => 1, RaiseError => 0});

$abstract = new Relations::Abstract($dbh);

$display = new Relations::Display(-abstract => $abstract,
-query => {-select => {total => "count(*)",
first => "Bird",
second => "Count",
third => "if(gender=Male,Boy,Girl)",
tao => "if(gender=Male,Yang,Yin)",
sex => "gender",
kind => "sp_name",
id => "species.sp_id",
fourth => "(species.sp_id+50)",
vert => "2",
horiz => "1.5"},
-from => [bird,species],
-where => [species.sp_id=bird.sp_id,
species.sp_id < 4],
-group_by => [sp_name,gender,first,second],
-order_by => [gender,sp_name]},
-x_axis => first,kind,id,fourth,
-legend => second,third,tao,sex,vert,horiz,
-y_axis => total,
-hide => fourth,third,vert,horiz,
-vertical => vert,
-horizontal => horiz);

$matrix = $display->get_matrix();

$table = $display->get_table();

$display->set(-chart => bars,
-width => 400,
-height => 400,
-settings => {y_min_value => 0,
y_max_value => 3,
y_tick_number => 3,
transparent => 0}
);

$gph = $display->get_graph();

$gd = $gph->gd();

open(IMG, >test.png) or die $!;
binmode IMG;
print IMG $gd->png;

$dbh->disconnect();

<<less
Download (0.024MB)
Added: 2007-06-12 License: Perl Artistic License Price:
865 downloads
fortune-mod-powerpuff 0.3

fortune-mod-powerpuff 0.3


fortune-mod-powerpuff project consists of fortune cookies from the Power Puff Girls. more>>
fortune-mod-powerpuff project consists of fortune cookies from the Power Puff Girls.

fortune-mod-powerpuff is a compilation of quotes from the Cartoon Network series "Power Puff Girls". The quotes have been compiled from various sources on the Web.

Examples:

Narrator: Sugar .. Spice .. and everything Nice
These are the ingredients to the perfect little girl.
But Professor Utonium accidentally added one ingredient to the
concoction: Chemical X
Thus, the Powerpuff Girls were born. Using their ultra superpowers,
Blossom, Bubbles, and Buttercup have dedicated their lives to
fighting crime and the forces of evil!

Blossom: Oh ... um ... excuse me, Mr. Zombie, sir.
Abracadaver: Wha.?
Blossom: Could you stop destroying Townsville with your evil zombie magic?
Bubbles, Buttercup: Please?

Slug: Fashionably late again, I see. So fashionable you missed the party.


<<less
Download (0.016MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1051 downloads
NeEM 0.6

NeEM 0.6


NeEM is a library that provides an implementation of epidemic multicast. more>>
NeEM is a library that provides an implementation of epidemic multicast (also called probabilistic or gossip-based) in wide-area networks by using multiple TCP/IP connections in a non-blocking fashion.
Epidemic multicast protocols achieve stable high throughput regardless of node and network faults and scale to very large numbers of participants. Implementation is based on Java 5 and takes advantage of NIO. The goal of this implementation is to be small, self-contained, and practical.
Enhancements:
- Introduces logging and the ability to bind to and advertise specific addresses.
- Some dead code removed in the network layer.
- UPnP based NAT traversal sample application added.
<<less
Download (0.085MB)
Added: 2007-08-14 License: BSD License Price:
801 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2