Software Listing: Dad D D Dzd Dsd D Dadzdad Dadadc

I have always believed that out of an infinite number of possible, playable chess variants that could be invented, a single, best, perfect game existed in the imaginary-yet-real, theoretical realm of perfection, waiting to be discovered. Of course, it would never permit itself to be discovered via semi-random searching. At some point within the last 8 years, I ascertained that this 'holy grail' game should be definable with certainty, by indirect means, thru the categorical exclusion of all other imperfect design features, by correctly applying a sufficiently high number of important quality criteria.

  • Publisher: Derek Nalls
  • Date: 06-08-2012
  • Size: 1935 KB
  • Platform: WinOther

leds is a light source code editor for the D language.Build on D with DUI (a binding to GTK+) and Scintilla.leds is available for Linux (Windows version just days away).leds supports:syntax highlight,project management,code browser,and more.

  • Platform: Linux, Unix

Découvrez les buvettes, auberges d'alpage et restaurants d'altitude en Suisse romande grâce à cette première application du genre.

Entièrement gratuite, elle est idéale pour planifier vos sorties dans les buvettes et auberges d'alpage, métairies et restaurants d'altitude de toute la Suisse romande.
Description, photos, infos pratiques (horaires, contacts, localisation), menu et spécialités culinaires, tout y est pour passer un agréable moment dans ces endroits hors du temps.

.

  • Publisher: CreaGuide
  • Date: 03-03-2015
  • Size: 6656 KB
  • Platform: Android 2.x, Android 3.x, Android 4.4, Android 4.x

SIVeX is a new file manager that uses another approach to file management. The main features of SIVeX are a new user interface and a rational use of mouse buttons.
SIVeX has just started developing and of course it lacks some usual functions but SIVeX has some features you wond-de?t find in any other file manager.

.

  • Publisher: SIV
  • Date:
  • Size: 25477 KB
  • Platform: Win7 x64, Windows 7, WinOther, WinVista, WinVista x64
  • Jobee
  • License: Freeware
  • Price: 0.00
  • Rating

A convenient media player for comfortable using.

Jobee is an application which allows users to listen internet radio stations and watching internet television. So, for example, Jobee will remember the last radio station you ware listening. It will download automatically changes in RSS feeds and will let you know about this, showing notifications in right bottom corner of your screen.

The capabilities of our program, such as different bitrates for radio stations, filtering radio and tv stations by language, abilty to manage list of favorites and so on, will be quite usefull for wide amount of users.

  • Publisher: Jobee
  • Date:
  • Size: 5539 KB
  • Platform: WinOther

Free Removal Tool for W32.Kelvir.D virus W32.Kelvir.D Free Removal Tool from Symatec. The W32.Kelvir.D Removal Tool does the following:- Terminates the W32.Kelvir.D processes - Deletes the W32.Kelvir.D files - Deletes the registry values that the worm addedFollow these steps to run the tool: - Download the FxKelvir.exe file- Save the file to a convenient location, such as your Windows desktop. - Close all the running programs. - If you are on a network or if you have a full-time connection to the Internet, disconnect the computer from the network and the Internet. - If you are running Windows Me or XP, turn off System Restore.

  • Platform: WinOther

Asterisk Dialplan application, which allows you to use Lia_Phon and Mbrola as a French speech synthesizer. Application du plan de numérotation d'Asterisk, qui permet d'utiliser Lia_Phon et Mbrola comme synthétiseur vocal français sous Asterisk..

  • Publisher: tux89.com
  • Date: 09-05-2012
  • Size: 25 KB
  • Platform: Linux, Unix

Pour vous développeur, j'ai créer CodeLibrary. Le logiciel qui vous permet de gérer vos sources, astuces, fonctions. Le but du programme et d'archiver son code d'une maniáre ordrée (language, catégorie). Multi-OS, CodeLibrary est le compagnon idéal.

  • Platform: Linux, Mac OS X, WinOther

FVS is a cross-platform 2-D image and 3-D object analysis library. It is intented for use within content-based retrieval systems to facilitate retrieval of "similar" images or objects to a given query image or object..

  • Platform: WinOther

MMTL, the Multilayer Multiconductor Transmission Line 2-D and 2.5-D electromagnetic modeling tool suite, generates transmission parameters and SPICE models from descriptions of electronics interconnect dimensions and materials properties..

  • Platform: Linux, Unix, WinOther

pa2freebox is a shell script to stream the sound from pulseaudio to a freebox (set-top-box of the french ISP free) - pa2freebox est un script inspiré du freeplayer permettant d'envoyer le son d'un ordinateur vers une freebox via pulseaudio et vlc.

  • Platform: Linux

Scub Foundation est un socle technique Java Open Source qui rassemble un ensemble de frameworks, de conventions, d'outils et de procédures qui structurent les développeurs et leurs développements..

  • Platform: Linux, Mac OS X, WinOther
  • SmartPas
  • License: Freeware
  • Price: 0.00
  • Rating

SmartPas est un IDE/Compilateur libre d'un langage proche d'un sous ensemble du langage Pascal. Il n'est pas un outil de production pour les dveloppeurs mais c'est un compilateur de test et de suivi...Site officiel : http://smartpas.net.ms/.

  • Platform: Linux, Mac OS X, WinOther

This file provides implementations of the composite parameterization of the unitary group U(d) and special unitary group SU(d) of arbitrary dimension d. >> UC.m For an arbitrary dxd real matrix 'lambda' the function UC(lambda) returns a unitary matrix of dimension dxd. >> UCS.m For an arbitrary dxd real matrix 'lambda' the function UCS(lambda) returns a special unitary matrix of dimension dxd. (Note that for special unitaries the (d,d)-entry of lambda is ignored) For details on the meaning of the entries of the matrix lambda see the references http://arxiv.org/abs/1004.5252 and http://arxiv.

  • Platform: Matlab, Scripts

[U D] = UDFactor(P) returns matrices U and D such that U.'*D*U = P [U D] = UDFactor(P,uflag) returns matrices U and D such that U*D*U.' = P when uflag is set to TRUE. Setting uflag to FALSE is equivalent to running UDFactor with only one argument. The alogrithm of UDFactor is similar to the Cholesky decomposition except that the matrix is factored into a unitary upper triangular matrix (U) and diagonal matrix (D) such that P = U*D*U.' (or U.'*D*U). Note that while this is equivalent to P = (U*D^0.5)*(U*D^0.5).' = S*S.' where S is the upper triangular square root of P, no square roots are taken in the calculations of U and D.

  • Platform: Matlab, Scripts

variogram calculates the isotropic and anisotropic experimental variogram in various dimensions. Syntax: d = variogram(x,y) d = variogram(x,y,'pn','pv',...) The function uses parseargs (objectId=10670) by Malcolm wood as subfunction. Currently, the function calculates all variogram values at one step. While this is fast for small data sets (n<2000), it may fail on large data sets owing to memory constraints. So far, I do not have a good workaround. If you face memory issues, I'd suggest to sample your data using e.g. randperm.

  • Platform: Matlab, Scripts

VOL3D Volume (voxel) render a 3-D array using 2-D OpenGL texture maps. Useful for visualizing and exploring 3-D data such as MRI images. This function requires OpenGL hardware acceleration. See 'opengl' command for more information. Use vol3dtool for editing the colormap and alphamap. Adjusting these maps will allow you to explore your 3-D volume data at various intensity levels. Example: v = flow(50); h = vol3d('cdata',v,'texture','3D'); See vol3d.m m-help for more information. Enjoy! Joe Conti, The MathWorks jconti@mathworks.com.

  • Publisher: Joe Conti
  • Date: 25-05-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

The cameratoolbar.m file, shipped with matlab, intercepts quite a few key presses: o,l,p,d, z r, w, D and all arrows. This is a relatively minor modification of it, that enables usage of the (very convenient indeed) camera toolbar to control the camera, WITHOUT having to worry about clashes with your own @keypressfcn..

  • Platform: Matlab, Scripts

EU-Parser pour ambition d'tre ou outils d'aide la dcision sur le jeux E-Univers.org.
EU-Parser License - GNU General Public License (GPL).

  • Platform: WinOther

Enerconso est un logiciel web de suivi de consommation d'A©nergie et d'eau et de gestion de patrimoine qui s'adresse aux groupement de communes, chaine d'entreprises, associations.

Il propose :
- une vue d'ensemble des consommations de toute la structure, de chaque entitA©, de chaque compteur
- une base de donnA©es dA©taillA©e du patrimoine (BA?timents, Postes d'A©clairage, VA©hicules, Poste de productions, & Autres)
- un historique des travaux engagA©s sur chaque bA?timent
Et bien plus...
Suivi de consommation Anergie et d'eau, Gestion de patrimoine : bA?timents, Aclairage, vAhicules, autres, Affichage des bA?timents exemplaires, Archives des travaux effectuAs, Gestion des postes de production d'Anergie (photovoltaA?que, rAseau de chaleur),...

  • Platform: Linux, Mac OS X, WinOther

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

New Reviews


Typing Invaders - Free Typing Game

Typing invaders is a free ware typing game, which (in short) essentially takes the concept from the game space invaders, and applies it to a fun typing improving game. It does this by taking all the core gameplay elements of space invaders, and then ...


Ultrasurf

There are many cases where you need to access a website which is otherwise blocked by your ISP. You need to use a proxy but a using free proxy that is never easy and convincing. Also, whenever you want to hide your identity online, you need to use ...


Easy Tweaker

Easy Tweaker is one of the many thousands of applications out there aiming to assist frustrated Windows users with their slow, sluggish and bogged up systems. Easy Tweaker is more than just one application however. It contains a number of different ...


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 ...


Acebyte Utilities

Acebyte Utilities is a modern looking application, designed to help speed up your computer via system optimization and error correction. In the long run, this could help prevent freezes and slow downs, as well as the dreaded blue screen of death ...


WinWAP Smartphone Browser Emulator

Win Wap is a freeware smart phone emulator, with the intended purpose of being installed on a desktop, to emulate “smart phone” browsers on a desktop computer, and allow you to see what your website (or indeed, any website or web page) ...


Vehicles 2

Vehicles 2 is a great example of innovation in a game, from the very beginning cut scene (which explains the general back story to the game in a very light, humorous way) to the gameplay style, it has a lot of influence from other games in the ...


CloneCD

Despite huge growth in technology and tremendous increase in use of flash drives, use of CDs and DVDs hasn’t disappeared yet. Conventional 700MB CDs are still in use, largely due to the fact that they are extremely cheap. In addition of being ...


Skies of War

Skies of war is a top down plane shooter free ware game which really does reinvent the concept, and add a great deal to it. In skies of war you are a plane tasked with destroying a vast number of bases, enemy units and enemy planes. As you play ...



New Downloads

ScanTransfer

ScanTransfer is a free Windows
desktop software program which
enables you to transfer photos
and videos from your smart ...

Pigeonhole U3 Organizer

Ever wished you could just
type stuff and find it again
without having to save it and
then remember what you called
the ...

Excel Add-in for Dynamics
CRM

Devart Excel Add-in for
Dynamics CRM allows you to use
powerful Excel capabilities
for processing and analysis of
data ...

Time Tracking

TimeLive - Time Tracking for
time tracking, employee
timesheet and expense
tracking. On-premises and
online cloud (Online ...

Super Vectorizer 2 for Mac

Super Vectorizer 2 for Mac is
a professional vector trace
tool on Mac to instantly
convert raster bitmap image
like JPEG, ...

Altova FlowForce Server

Altova FlowForce Server 2018
is a highly scalable server
solution to automate
enterprise workflows, data
transformations, ...

SyvirServer

Checks a server for hardware
and component failures. A 3D
virtual system is built of the
server. Components are color
...

Window Power Tools

Window Power Tools is a
comprehensive PC care utility
that offers a one-click
approach to help clean,
optimize and secure ...

GuestBook

This software is a dynamic Web
site of guestbook messages and
evaluations. International
languages.



Related Searches

Movie D Convert
Rm To D Convert
Avi D Converter
Mdl D Converter
Converting To D
Computer D Cool
Edit Pro D Cool
Movie To D Copy
Working D Count
Mpg To D Covert
Graph D Crochet
Encrypted D Css