Software Listing: You039re

Rnews RSS/Atom web aggregator, a server-side web-based AJAX-enabled RSS/Atom feed aggregator/news tracking tool. The project can host on Windows/Linux/BSD/MacOSX and browse on IE6/IE7/Firefox/Safari/Chrome/et al. A server-side RSS aggregator is: - Easy. You interact with the aggregator with your web browser, where you're going to be reading your news anyway. - Accessible. Read news from anywhere you have a net connection, whether work, the beach house, or a coffee shop. - Consistent. What you've seen and what you haven't is kept consistent, no matter where you are..

  • Platform: PHP, Scripts

Conglomerate should allow you to load and edit any well-formed XML document.It lets you "undo" and "redo" any changes you make to a document. Also, it can store an arbitrary amount of "undo" and "redo" history, up to the memory of the computer you're running it on..

  • Platform: C and C plus plus, Scripts

You and your team of archeologists have fallen into the "catacombs of the zombies." There's no time for research, though; the walls are closing in, and the zombies have sprung to life! Fortunately, you've discovered an ancient mystical potion which allows you to create and destroy walls. Bottles of this potion are strewn about the catacombs. Grab them, and you can break through walls when you get stuck, or create a wall behind you, if you're being chased. The longer you survive, the faster you have to move..

  • Platform: C and C plus plus, Scripts
  • Bygfoot
  • License: Freeware
  • Price: 0.00
  • Rating

Bygfoot is a football (soccer) management game for Linux and other UNIX look-alikes. Bygfoot allows you to manage a team by training the players, buying and selling them, contracting loans, maintaining the stadium, etc. You can be promoted or relegated, even become a champion if you're a skillful manager. The game is deliberately kept simple (though not easy): you only have to keep one eye at your players and another at your stadium. You can customise Bygfoot by writing your own country definition files or by creating your own team definition files..

  • Platform: C and C plus plus, Scripts

GAV stands for GPL Arcade Volleyball, and is a SDL remake of the old dos game Arcade Volleyball for several platform (currently Linux, Windows, BeOS and Mac OS X are supported). So far it is playable already, but we are planning on introducing several extra features with respect to the original game, while still preserving its sheer addictiveness! So far it provides: - themes support - networking game - more than 2 players games - several configuration options Why AV? It is fun. Play it for awhile: it is simple, fast, it just catches on. It's silly -- yes -- but try and play it with friends. It takes 5 seconds to figure out how to play, and the 'funky' physics somehow just appeals.

  • Platform: C and C plus plus, Scripts

This is a very simple script, but it serves a useful purpose. If you're generating pages repeatedly using the same format, or if you want to allow users to easily create data-entry and display screens, this will do it. You just specify a file on your local hard drive that follows the right format, upload it to the script, and the script generates a form for you to fill in. Submit the form and your values are inserted into the same document and you get finished HTML..

  • Publisher: Matt Kruse
  • Date: 26-04-2013
  • Size: 10 KB
  • Platform: CGI and Perl, Scripts

moo.fx is a super-lightweight javascript effects library, to be used with prototype.js or the mootools framework. It's very easy to use, blazing fast, cross-browser, standards compliant, provides controls to modify any CSS property of any HTML element, including colors, with builtin checks that won't let a user break the effect with multiple, crazy clicks. Optimized to make you write the lesser code possible, the new moo.fx is so modular you can create any kind of effect with it. moo.fx2 Introduces a lot of new features: beginning with Fx.Style, to modify any chosen CSS property, then Fx.Styles, to modify any number of CSS properties at once.

  • Platform: JavaScript, Scripts

This is a fairly straightforward technique, which works well in both IE and NS6 (degrades gracefully in older browsers). Just place the style script below in the head of your page, add the class= and the mouse event calls to the textarea tag, and you're done..

  • Platform: JavaScript, Scripts

A DICOMDIR file describes a collection of (usually cryptically-named) DICOM medical image files and contains rich metadata for these images. Given the path to a DICOMDIR file, this function parses the file and generates a tree of the metadata. Syntax: - patient = parseDicomdir(fname); Arguments: - fname (string): the filename for a DICOMDIR file. Returns: - patient (cell array of structs): the root of a metadata tree with the following levels of nodes: patient, study, series, image. Each node is a struct, with an "info" field containing all the metadata as stored in the DICOMDIR file and another field, named for the next deeper level of nodes, that is a cell array of node structs.

  • Platform: Matlab, Scripts

A white paper that describes a simple workflow, using VB code (provided in a sample Master.bas file), to call any MATLAB code or to run any MATLAB files from within PowerPoint. Simply edit the .bas file per the instructions, and load it into your PowerPoint. Then edit any object in the PowerPoint to modify its Action Settings, select Run Macro, steer to the proper macro, and you're up and running. Also includes a tip for managing demos, code, etc. from a single-source *.BAS document..

  • Platform: Matlab, Scripts

Object: Roll dice for scoring combinations and get the highest total score. This text-based command window Yahtzee game was inspired by a few of the other submissions on this site. This version has the following features: - High scores list - Multi-player versus option - Stable, pleasing and intuitive interface - Conforms to all official Yahtzee rules (including bonus Yahtzee joker scoring: http://www.hasbro.com/common/instruct/Yahtzee.pdf) - Short, modular, commented code (usefull for editing and following flow) - Consice and transparent score allocation logic - Text-only game mechanics makes it look like you're working >> ZYahtzee % runs game >> ZYahtzee(p) % runs game for p players Enjoy a brief game of Yahtzee!.

  • Platform: Matlab, Scripts

Suppose you're on a game show, and you're given the choice of three doors: Behind one door is a car; behind the others, goats. You pick a door, say No. 1, and the host, who knows what's behind the doors, opens another door, say No. 3, which has a goat. He then says to you, "Do you want to pick door No. 2?" Is it to your advantage to switch your choice? -Whitaker This program demonstrates that yes, your chances of winning are improved if you switch..

  • Publisher: Marcus
  • Date: 23-03-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

SNAILRACE Bet on racing snails. Bet on a snail that you fancy, then press a key to watch the race and see which snail that won the race.(There is no input for this game.) Next version will enable to input money to wager for a specific snail that you want to bet on. Also, it will feature the possibility of buying a snail and train it or just to study the trend of the physical improvement for a specific snail (others train it). This is a very simple game yet so far, and is an example on how to make a simple game in MATLAB.It's not very addictive though. But might come in handy when you're bored.

  • Platform: Matlab, Scripts

UITHUMB creates thumbnails from images listed in a specified directory. It's not nearly as fast as programs like photoshop, but for those who don't mind or don't have the means, this gets the job done. I wrote it specifically to create thumbnails for my MOSAIC software. As of now, the largest thumbnail it will allow you to produce is 133 x 100, and the output is only jpeg, but this could be modified in the code. The code is not well documented and I don't plan on making any changes to it, but feel free to modify it to your heart's content. As far as help goes with this, I didn't include any, so I'm sorry about that.

  • Platform: Matlab, Scripts

When you want to put a set of components in a particular tab, just place them all on a panel. Position the panel the way you want it and then write down the position that you want to place it in. When you want to work with another tab, just create an new panel. To make the panels you don't want to work with "invisible", just type an huge number for the x position(ie 2000) This is so that it won't clutter up your work on your current panel. Repeat this for as many panels as You like. When you want to target/retrieve a specific panel, just use the object browser. When you're done. Save it and on the opening function, position all the panels with the numbers you had written down.

  • Publisher: Chun Zheng
  • Date: 15-05-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Quick Health Calculator is a little calculator you can add to your web page to give your visitors a way to measure their BMI and size-related health risks. The script is PHP-based, with javascript and PHP validation. The Quick Helath Calculator is also very easy to adjust to the look and feel of your web site. Features: - Installation is easy, just upload the script, add some links (to get your visitors to the page) and you're done! - Full javascript and PHP validation, for ultimate usability - Stylesheet and javascript are already in external files, so the web page is search engine spider ready - The script is easy to adjust to match the look and feel of your web site.

  • Platform: PHP, Scripts

Due to a merge error, versions before 0.3 and 0.31 suffered from a fatal bug that broke it. Please try again with version 0.32 With this WordPress widget, you can enter a slug or id, select a template part, and the widget will render the content, in a local loop, according to your selected template. Very handy for things like: * Pinning content (pages and posts) to the homepage. * Rendering arbitrary content (pages and posts) in a sidebar or other widget area. * Define WordPress widget areas, write subtemplates with your own HTML, render content any way you want. * Many more uses. Very simple, but also very powerful and versatile.

  • Platform: PHP, Scripts
  • Invoice
  • License: Freeware
  • Price: 0.00
  • Rating

With this module you're able to create and administer invoices. The module creates an invoice node type. The module can be used in combination with the pathauto module to auto generate the title. PDF document It's possible to view the invoice as full node view on your site, as html print view and as pdf document. The nice dompdf library is used to generate pdf documents. The library is not included into this module. You'll have to download it yourself and paste the dompdf folder into the root of this module. so you'll get "sites/all/modules/invoice/dompdf". The library can be downloaded from the official site, but has not the nice Arial font included by default.

  • Platform: PHP, Scripts

Allows a user to export the search results from the current query to a CSV format. Works with all hook_search() searches (content, users, ...). The resulting CSV contains the following fields: * Title * Snippet * Link * Type * Author * Date * Comments * Attachments * Score If you're looking for a similar module which exports your search results into an OpenSearch/RSS format, check out the OpenSearch Feed module..

  • Publisher: Agileware
  • Date: 17-05-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

OG Collections has been deprecated in favor of OG Blueprints. The ONLY reason you should download packages from this page is if you're a former OG Collections user, and you need to migrate your data over to OG Blueprints. The scripts for migrating your data are the sole changes in the 5.x-1.0-terminal release..

  • Publisher: Sam Boyer
  • Date: 15-04-2013
  • Size: 20 KB
  • Platform: PHP, Scripts

Page: 1 | 2 | 3 | 4 | 5 | Freeware

New Reviews


Audacity

Audacity is one of the few free audio recording programs out there, which is great for people like me who need to record audio on a regular basis. Audacity is more than just  the simple “microphone to MP3” software that many will ...


Key Launch

Key Launch is the time saving utility by Konrad Papala, helping you open your applications quicker than using the Start Menu. Instead of clicking the Start Button and using the your mouse or other pointing device to navigate through potentially ...


Norton Internet Security Beta

Due to growing number of cyber-attacks, need of secure computers and networks has increased dramatically. Therefore, new protection technologies are being introduced every day and are incorporated into different products. This has led to evolution ...


Convert Image to PDF

Apex Images to PDF Converter is the simplistic and easy to use application that’ll turn raw image files, such as .jpegs, into PDF documents that will open in Adobe Reader.

It’s really easy to get started with this ...


FILExtinguisher

FILExtinguisher is a simplistic looking data removal tool, that will assist you in totally and completely removing sensitive data from your computer hard drive. This means that you can securely remove your online surfing history, banking details, ...


SD QuickExec

Im always scouting the internet looking for quality applications that’ll help me save time carrying out some of the basic things I do every time I switch on my computer. For example, launch my internet browser, email client, iTunes and so on. ...


Glary Utilities

Glary Utilities is another one of the thousands of different applications out there that helps you clear out and fine tune your system, for better and improved system speed and performance... and its a decent one too!

Glary Utilities ...


Simple Machines Forum (SMF)

SMF (Simple Machines Forums) is a piece of forum software that is very useful for any website owner (or anyone looking to own a website) who would like to add a community forum to their website, or indeed anyone with a forum already who would like ...


MemZilla

Even though it may not look it, MemZilla is in fact a very simple application, that purely and simply aims to increase your system performance by freeing up more memory that can be used for opening more programs. MemZilla also provides some basic ...



New Downloads

Bytescout Spreadsheet SDK

Read and write XLS, XLSX from
ASP.NET, .NET, VB, C#, PHP and
other programming languages
without Excel installed! ...

RoboTask

RoboTask allows you to
automate any combination of
tasks on your computer,
ranging from simply launching
applications, to ...

Eassos System Restore

User-friendly system backup
& restore software. It has
a step-by-step wizard which
makes it easy to perform
system ...

dbForge Data Pump for SQL
Server

SSMS add-in for filling SQL
databases with external source
data and migrating data
between systems. The tool
supports 10+ ...

OrgScheduler 1+1

OrgScheduler 1+1 gives you low
cost network solution for
sharing central planner
simultaneously with everyone
in your ...

OrgPassword

OrgPassword is a handy utility
for storing personal
information of any type. It
has a nice interface, provides
a variety ...

MITCalc Spur Gear
Calculation

Geometric design and strength
check of spur gear with
straight and helical toothing.
Application supports Imperial
and ...

Ulysses for Windows

The Ultimate Writing App for
Windows. A distraction-free
writing experience with
effective document management,
flexible ...

Igloo Security Pro

help you protect your computer
against worst viruses such as
Wanna Cry, worms and spywares.