Main > Free Download Search >

Free brain gray matter in 16th month software for linux

brain gray matter in 16th month

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 761
Grey Matter 1.7.3

Grey Matter 1.7.3


Grey Matter is a CGI-based logging application suitable for a variety of purposes, mainly blogging. more>>
Grey Matter is a CGI-based logging application suitable for a variety of purposes, mainly blogging. The project doesnt require a backend database and features a very flexible template system, as well as a karma and comment system.
Enhancements:
- Continuing code refactoring, with small admin UI enhancements such as paging on very long screens.
- Contains security enhancements and bugfixes as well.
<<less
Download (0.26MB)
Added: 2007-07-06 License: Free for non-commercial use Price:
840 downloads
gbrainy 0.1 Beta

gbrainy 0.1 Beta


gbrainy is a brain teaser game and trainer to have fun and to keep your brain trained. more>>
gbrainy is a brain teaser game and trainer to have fun and to keep your brain trained.

The application is written for GNOME using Mono, C# and Cairo.

gbrainy mission is to provide a platform for creating different kinds of brain-teasers and brain trainers games for GNOME.

Use cases:

Currently the following use cases are considered:

New user.A person that uses gbrainy to evaluate it and understand what can provide. Interested in see its different kinds of games in a short period of time.

Adult gamer.An adult that uses gbrainy just for fun.

Adult training.An adult that uses gbrainy to train her memory, arithmetical and logical capabilities.

Kid training.Her parents decided that she should use gbrainy to train her memory, arithmetical and logical capabilities.

The objective is to provide enough flexibility in terms of number of games and difficulty parametrization to make gbrainy use on these cases straight forward.

<<less
Download (0.26MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
794 downloads
String::Truncate 0.100

String::Truncate 0.100


String::Truncate is a Perl module for when strings are too long to be displayed in. more>>
String::Truncate is a Perl module for when strings are too long to be displayed in.

SYNOPSIS

This module handles the simple but common problem of long strings and finite terminal width. It can convert:

"this is your brain" -> "this is your ..."
or "...is your brain"
or "this is... brain"
or "... is your b..."
Its simple:
use String::Truncate qw(elide);

my $brain = "this is your brain";

elide($brain, 16); # first option
elide($brain, 16, { truncate => left }); # second option
elide($brain, 16, { truncate => middle }); # third option
elide($brain, 16, { truncate => ends }); # fourth option

String::Trunc::trunc($brain, 16); # => "this is your bra"

<<less
Download (0.006MB)
Added: 2006-10-23 License: Perl Artistic License Price:
1096 downloads
Simple Monitor 1.1

Simple Monitor 1.1


Simple Monitor is a SuperKaramba theme inspired by the simple but effective Very Simple Monitors theme. more>>
Simple Monitor is a SuperKaramba theme inspired by the simple but effective "Very Simple Monitors" theme by the user humanthing. Some values are not displayed properly though in Very Simple Monitors (network values and IP). This could be because of different setups. My computer is pretty standard so my theme should function properly on most pcs. http://www.kde-look.org/content/show.php?content=48973
I like a tight and clean desktop, so I simplified the idea even more. This theme is showing all basic information, and nothing more.
Main features:
- Processors type
- Processor speed
- Processor load (number and graph, for one proc)
- Processor Temperature
- Amount of ram used / amount of ram
- amount of swap used / amount of swap
- amound of HDD space used / amount of HDD space total (for "/root" and "/home")
- HDD temperatue (for "/hda", I could add another drive if requested)
- Computer name
- Computer ip
- Network load (up- and download, values and graph)
- Amount of transfered data thrue internet (up- and download) since last boot
Enhancements:
- Made the three blocks clickable.
- The CPU block opens Processor information
- The Memory block opens KsysGuard (youll need to have it installed to be able open it, obviously. Its in Kubuntu by default)
- the Network block opens your computers ip settings window
- Added a line for your computers uptime
- Changed font colors to very dark gray and very light gray, instead of black and white, to make it look softer.
<<less
Download (0.002MB)
Added: 2007-04-06 License: GPL (GNU General Public License) Price:
936 downloads
Overtime Meter 0.3

Overtime Meter 0.3


Overtime Meter is a small program which stays in your desktops system tray and counts the minutes you spend at work. more>>
Overtime Meter project is a small program which resides in your desktops system tray and tracks the minutes you spend at work.

Then by the end of the month you can tell your boss exactly how much extra money he should pay you.

<<less
Download (0.012MB)
Added: 2006-01-04 License: GPL (GNU General Public License) Price:
1396 downloads
IAM Calendar 1.1.0

IAM Calendar 1.1.0


IAM Calendar is a PHP class that can be used to display calendar of a given month in an HTML page. more>>
Holidays or other events can be configured to be highlighted in a special way (using CSS styles). The days of the month can rendered with a form checkbox or radio buttons so they can be selected by the user.

Rendering of the different calendar elements can be configured using CSS styles. The names of the months and days of the week can be configured, so that they’re displayed in a language other than English.

This class is licensed under the GNU Lesser General Public License (LGPL), so feel free to use it, modify it as you want, although a little credit is always welcome.
<<less
Download (0.066MB)
Added: 2007-07-04 License: LGPL (GNU Lesser General Public License) Price:
842 downloads
RaboGRAP 0.6

RaboGRAP 0.6


RaboGRAP is a tool for Dutch Rabobank users. more>>
RaboGRAP is a tool for Dutch Rabobank users. RaboGRAP project generates reports containing overviews, statistics, summaries and graphs from your banking transactions, which can be downloaded from the Rabobank Internet banking site.

Reports are generated for various time frames (per year and per month) as well as for all of the transactions. The reports provide a valuable insight into your income and expenses.

<<less
Download (0.032MB)
Added: 2006-03-14 License: GPL (GNU General Public License) Price:
1320 downloads
Boomerang alpha 0.3

Boomerang alpha 0.3


Boomerang is a decompiler for native executables. more>>
A decompiler takes as input an executable file, and attempts to create a high level, compilable, possibly even maintainable source file that does the same thing.
It is therefore the opposite of a compiler, which takes a source file and makes an executable. However, a general decompiler does not attempt to reverse every action of the decompiler, rather it transforms the input program repeatedly until the result is high level source code. It therefore wont recreate the original source file; probably nothing like it.
It does not matter if the executable file has symbols or not, or was compiled from any particular language. (However, declarative languages like ML are not considered.)
The intent is to create a retargetable decompiler (i.e. one that can decompile different types of machine code files with modest effort, e.g. X86-windows, sparc-solaris, etc). It was also intended to be highly modular, so that different parts of the decompiler can be replaced with experimental modules. It was intended to eventually become interactive, a la IDA Pro, because some things (not just variable names and comments, though these are obviously very important) require expert intervention. Whether the interactivity belongs in the decompiler or in a separate tool remains unclear.
By transforming the semantics of individual instructions, and using powerful techniques such as Static Single Assignment dataflow analysis, Boomerang should be (largely) independent of the exact behaviour of the compiler that happened to be used. Optimisation should not affect the results. Hence, the goal is a general decompiler.
Version restrictions:
- In case you want to try Boomerang as it is as a decompiler (as opposed to experimenting with it, or improving it), be aware of its severe limitations. As of early 2004, Boomerang will only decompile X86 (Linux/X86 or Windows PE), SPARC (Solaris, or presumably Linux/SPARC), or Power PC (Linux/PPC or Mac OS/X) programs. In particular, note that it will not decompile DOS or NE (Windows 3.1) programs. Adding another processor is a large (several month) undertaking.
- It will only generate C, not C++. It will decompile C++ programs of course, (and any sorts of programs, including assembler). You may be able to hand edit some C++ programs into usable C++ source code. For MSVC compiled programs, at present you have to spoonfeed the decompiler and tell it that there is one register parameter (thiscall calling convention). The switches to handle this are complex; see using the -sf switch.
<<less
Download (2.6MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
726 downloads
SGI RGB Image File Plug-In 1.1.1

SGI RGB Image File Plug-In 1.1.1


SGI plug-in provides SGI image file load & save modules for The GIMP. more>>
SGI plug-in provides SGI image file load & save modules for The GIMP. The plug-in supports GRAY, GRAYA, RGB, and RGBA color modes.

Using the SGI Plug-In:
The Parameter Settings buttons control how much compression is applied to the image:
No Compression stores the image raw or verbatim.

RLE Compression stores the image as a sequence of repeated or non-repeated pixels.
Advanced RLE checks for duplicate lines and channels in the image and sometimes produces dramatically smaller images but also takes longer to save.

<<less
Download (0.010MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1168 downloads
AudioMixer 1.2

AudioMixer 1.2


AudioMixer is a small Xforms based audiomixer, with a neat and clean interface. more>>
AudioMixer is a small Xforms based audiomixer, with a neat and clean interface. It supports OSS/Linux and OSS/Free, and features of most soundcards. A special feature is the ability to fade from one source to another which is useful for voice-overs during recording and such.
To install, type make, copy mix binary in path.
Or use the dynamic binary provided here... - move libforms.so.88 to
/lib or /usr/lib, and re-run ldconfig...
If you dont trust binaries, feel free to grab xforms lib from
http://bragg.phys.uwm.edu:80/xforms, and recompile yourself.
Enhancements:
- gray out non existent controls
- volume led bar, stupid but works
- cdplayer controls, DOESNT CONTROL CDPLAYER YET
- audiopci pcm2 fix - report if this doesnt work
- fader now has menus to choose input sources from
- more bloated code
<<less
Download (0.29MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1193 downloads
DateTime::Format::Roman 0.03

DateTime::Format::Roman 0.03


DateTime::Format::Roman is a Perl module with roman day numbering for DateTime objects. more>>
DateTime::Format::Roman is a Perl module with roman day numbering for DateTime objects.

SYNOPSIS

use DateTime::Format::Roman;

my $formatter = DateTime::Format::Roman->new(
pattern => %d %f %b %y );

my $dt = DateTime->new( year => 2003, month => 5, day => 28 );

$formatter->format_datetime($dt);
# 5 Kal Jun 2003

This module formats dates in the Roman style.

The Romans expressed their dates in relation to three fixed dates per month. For example: the Ides of March was the 15th of that month; 14 March was called "2 Ides", 13 March was called "3 Ides", etcetera. The days in the second half of the month were named after the first day of the next month, the "Kalends"; e.g. 16 March was called "17 Kalends of April".

METHODS

new( pattern => $string )

Creates a new formatter object. The optional formatting pattern defines the format of the output of format_datetime(). If no formatting pattern is given, a reasonable default is used.

format_datetime($datetime)

Retruns the formatted string. This method can be called on a formatter object (created by new()), or it can be called as a class method. In the latter case, the default pattern is used.

PATTERN SPECIFIERS

The following specifiers are allowed in the format strings given to the new() method:

%b

The abbreviated month name.

%B

The full month name.

%d

The day of the month as a decimal number (including 1 for the fixed days).

%D

The day of the month, written as a number plus the corresponding fixed day.

%f

The fixed day part of the date.

%m

The month as a decimal number (range 1 to 12).

%y

The year as a decimal number.

If a specifier is preceded by O or o, numbers will be written in uppercase and lowercase Roman numerals, respectively.

The %f specifier accepts an additional argument of 1 digit, specifying the length of the output:

%0f : abbreviated name (e.g. "Kal")
%1f : full name (e.g. "Kalends")
%2f : one-letter abbreviation (e.g. "K")

<<less
Download (0.011MB)
Added: 2007-08-14 License: Perl Artistic License Price:
801 downloads
tidyup-mail 0.12

tidyup-mail 0.12


tidyup-mail software is especially useful for russian/ukrainian/belarusian users but however can help those who reads mail... more>>
tidyup-mail software is especially useful for russian/ukrainian/belarusian users but however can help those who reads mail from people that uses such brain-damaged web-mailers as yahoo mail.

Fatigue with xterm when reading mail from mutt? Tired to press "Do Full reset" every time when terminal becames full of garbage? This program is for you! It removes unsafe characters for email & makes xterm happy!

Note that all documentation comes in russian language. Check for your local russian hacker.

<<less
Download (0.007MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
969 downloads
PlotCalendar::Month 1.1

PlotCalendar::Month 1.1


PlotCalendar::Month is a Plot an ASCII or HTML calendar. more>>
PlotCalendar::Month is a Plot an ASCII or HTML calendar.

SYNOPSIS

Creates a Month object for plotting as ASCII, HTML, or in a Perl/Tk Canvas. Calls Day.pm for the individual days within the calendar.

Measurements in pixels because - well, because. It seemed simpler when I made the decision. And it works for both Tk and HTML.

The month is laid out like this :

Month_name Year

---------------------------------------------------------------
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---------------------------------------------------------------
| | | | | | | |
| day | day | | | | | |
| | | | | | | |
|--------|--------|--------|-------|--------|--------|--------|
| | | | | | | |
| day | day | | | | | |
| | | | | | | |
|--------|--------|--------|-------|--------|--------|--------|
| | | | | | | |
| day | day | | | | | |
| | | | | | | |
|--------|--------|--------|-------|--------|--------|--------|
| | | | | | | |
| day | day | | | | | |
| | | | | | | |
|--------|--------|--------|-------|--------|--------|--------|
| | | | | | | |
| day | day | | | | | |
| | | | | | | |
|--------|--------|--------|-------|--------|--------|--------|
| | | | | | | |
| day | day | | | | | | optional
| | | | | | | | row
|--------|--------|--------|-------|--------|--------|--------|

Globals : height, width, fgcol,
bgcolmain,


References expect to be given the entire thing, that is
< A HREF="http://yaddayaddayadda/" >
or
< A HREF="mailto:george_tirebiter@noway.nohow" >

The software will terminate it with a < /A > at the right spot.

EXAMPLE

require PlotCalendar::Month;

my $month = PlotCalendar::Month->new(01,1999); # Jan 1999

# global values, to be applied to all cells

------------------------- size of whole calendar
$month -> size(700,700); # width, height in pixels
------------------------- font sizes for digit, name of day, and text
$month -> font(14,10,8);
------------------------- clip text if it wants to wrap?
$month -> cliptext(yes);
------------------------- This can be any day you want
$month -> firstday(Sun); # First column is Sunday
------------------------- If this is not set, regular text will be used.
------------------------- If it is set, then in that directory should be
------------------------- gif files named 0.gif, 1.gif ... January.gif, ...
$month -> artwork(/home/ajackson/public_html/cgi-bin/Calendar/Calendar_art3/);

# arrays of values, if not an array, apply to all cells, if an array
# apply to each cell, indexed by day-of-month

The colors are the standard values used in html
Textstyle encoding is b=bold, i=italic, u=underline, n=normal
Fontsize = 6-14, roughly point sizes

my @text;
my @daynames;
my @nameref;
my @bgcolor;
my @colors = (WHITE,#33cc00,#FF99FF,#FF7070,#FFB0B0,);
my (@textcol,@textsize,@textstyle,@textref);
my @style = (i,u,b,);
my @url;

----------- build some random color and text fields as a demo

for (my $i=1;$i fgcolor(BLACK,); # Global foreground color
$month -> bgcolor(@bgcolor); # Background color per day
$month -> styles(b,bi,ui,); # Global text styles

# Comments

my @prefs = (before,after,after);
my @comments = ([Comment one],["Comment two","and so on"],[Comment three]);
my @comcol = qw(b g b);
my @comstyle = qw(n b bi);
my @comsize = qw(8 10 14);

------------------------- Comments get stuck into an otherwise empty cell
$month->comments(@prefs,@comments,@comcol,@comstyle,@comsize);

------------------------- Wrap a hotlink around the whole day, for each day
$month -> htmlref(@url);

------------------------- set the names for every day
$month -> dayname(@daynames);
------------------------- wrap the name in a hotlink
$month -> nameref(@nameref);

------------------------- set the text and its properties for each day
$month -> text(@text);
$month -> textcolor(@textcol);
$month -> textsize(@textsize);
$month -> textstyle(@textstyle);
$month -> textref(@textref);

# global HTML only options

----------------- allow days to expand vertically to accomodate text

$month -> htmlexpand(yes);

# grab an ascii calendar and print it

my $text = $month -> getascii;

print $text;

------------------- get the html calendar

my $html = $month -> gethtml;

print "< HTML >< BODY >n";
print $html;

<<less
Download (0.020MB)
Added: 2007-07-30 License: Perl Artistic License Price:
816 downloads
BetterAWstats 0.12 Alpha

BetterAWstats 0.12 Alpha


BetterAWstats is made to provide better statistics out of the data AWstats provides. more>>
BetterAWstats is made to provide better statistics out of the data AWstats provides. The project is not a replacment of AWstats.
Main features:
- Multi-site data - If the path to the datafile has the files of several sites in it, all those sites can be viewed in BetterAWstats
- Rolling months - 12 months data chart & table now end in the selected month and show the previous 12 month instead of showing only the current year Jan-Dec.
- Rolling days - If the current month is not finished, the daily data shows the last days from the last month. The total amount of days shown is equal to the current months number of days.
- Pages & Hits have independent scale - In AWstats, the pages charts are scaled as a 1:1 to hits. So a website with 10 images on each page would show a one-pixel high pages-bar and a 10 pixel high hits-bar for one view of a page. If you have more images (in your layout etc), the pages ba becomes too small to show any information. BetterAWstats gives each bar its own scale, depending on the maximum value over the given timespan.
- Weekday data as average - In AWstats, data for each weekday (Mo, Tue...) would be summed up. So a month with 5 mondays would have more hits on Mondays than for its 4 Tuesdays. By building the average per weekday in BetterAWstats, you can see better how much more people come on Mondays to your site, independent how many Mondays that one month has. Also, beeing in the middle of the current month has less impact due to the fact that one Monday on the end of the month did not add any data to that month.
- Number of Visits per Weekday - Although this data is available, AWstats would not show it. BetterAWstats does!
<<less
Download (MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
854 downloads
Inf sys 1.1

Inf sys 1.1


Inf sys is a SuperKaramba lm-sensors hddtemp theme. more>>
Inf sys is a SuperKaramba lm-sensors hddtemp theme.
3 color systems black, white and grey.
It shows:
- System Info
- Memory Load
- Disk Usage
- Fans/Temp
<<less
Download (0.071MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5