Freeware Downloads for "Quot Daydreamer"

A free collection of 7 popular solitaire card games to play. It contains the following popular solitaire variations: Bisley, Carpet, Flower Garden, FreeCell, Klondike, Nestor, Yukon. 1st Free Solitaire features: "Show Next Move" command, one move undo, selectable backgrounds, automatic card moving, restart feature, shuffle selection, sound, and more. Interface is completely customizable. You can choose from lots of backgrounds and card backs, or you can use any .bmp or .jpg image files to create your own backgrounds and card backs.

100 different Kakuro puzzles in different sizes from 5x5 to 10x10. The puzzles may be freely distributed or used for publication. Kakuro - also called quot;Cross Sumsquot; - is a logic puzzle similar to traditional crossword games, using digits instead of letters. A Kakuro puzzle consists of a grid with filled and empty cells. The goal is to put numbers in the empty cells that add up to the sum associated with it. The Puzzles are in Adobe PDF file format and have not to be installed. You can easily print and then work them out with pencil and paper.

100 different Futoshiki puzzles in different degrees of difficulty and sizes from 4x4 to 9x9. The puzzles may be freely distributed or used for publication. Futoshiki is another Japanese logic puzzle which is normally played on a 5x5 grid. Translated, it means quot;not equalquot;. The objective is to place the numbers 1 to 5 in each row and each column. Some numbers are given at the start and in addition, there are constraints specified between some squares. The Puzzles are in Adobe PDF file format and have not to be installed.

Custom Big Rig Trucks! Big Rig Screensaver is brought to you from MassLogics trucking software. MassLogics.com trucking screensaver delivers 17 custom big rig truck photos that any trucker would be proud to own. Get these gorgeous custom trucks on your desktop. 17 amazing big rig trucks decked out with custom paint jobs. Free Custom Trucks on your desktop. MassLogics.com is introducing the most powerful logistics software available. Mass Logics trucking software is developed for small and midsize trucking companies.

CofMaker is a bridge between the quot;mikroC, mikroPascal and mikroBasicquot; integrated development environments and quot;Proteus/Isisquot; software. You can simulate in ISIS a program compiled in BASIC, C or Pascal. Cofmaker build a COF (Common Object File) file for automatize this. CofMaker accepts AVR and PIC12, PIC16, PIC18, PIC24 anddsPIC30,33micro controllers. The software can produce a tree of various subroutines calls. CofMaker is free until 2ko of COF incorporated code..

  • Platform: WinOther
  • Publisher: SoFt
  • Date: 18-10-2012
  • Size: 1997 KB

Inside Kalculator you can write complete math expression which is then evaluated. You can also see the history for expressions already entered. Variables are also supported, so you can type "a = 0x0fc12 23" and then "b = a pi" for example. pi and e are the only vars built in.Around 20 functions are supported..

  • Platform: C and C plus plus, Scripts
  • Publisher: Mirza Hadzic
  • Date: 25-02-2013
  • Size: 573 KB

libgaudio is a library to facilitate easy incorporation of sound and sound effects in games. Samples are loaded into memory and playback is thentriggered or stopped. The system mixes any number of concurrently playing samples together (up to a predefined maximum). Also possible is the inclusion of a background MP3 soundfile (external program "mpg123" required)..

  • Platform: C and C plus plus, Scripts
  • Publisher: Andreas Schiffler
  • Date: 18-03-2013
  • Size: 584 KB

The 3D Clock applet is a simulation of a digital LED-display clock being rotated and twisted in space. It was inspired by a VGA-demo written by AXiS. The colors in the COLOR and BGCOLOR parameters should be 24-bit RGB values. If the number is preceded by "0x" or "#", it will be interpreted as a hexadecimal value, if preceded by a "0", as an octal value. Otherwise the number will be regarded as decimal..

  • Platform: Java, Scripts
  • Publisher: dataway
  • Date: 25-06-2013
  • Size: 10 KB

SpaceFlight applet is another little text effect you can add to your homepage. It makes your web-visitors feel like they're flying through space, with stars and messages whizzing past them. The colors in the TEXTCOLOR parameter should be 24-bit RGB values. If the number is preceded by "0x" or "#", it will be interpreted as a hexadecimal value, if preceded by a "0", as an octal value. Otherwise the number will be regarded as decimal. You may omit one or more colors, in which case the last specified color will be used.

  • Platform: Java, Scripts
  • Publisher: dataway
  • Date: 21-05-2013
  • Size: 10 KB

HTMLBARH(DATA,FILENAME,LABELS,WIDTH) writes DATA out to FILENAME as an HTML fragment that creates a horizontal stacked bar graph labeled with the cell array LABELS. WIDTH scales the bar graph to be so many pixels wide. It returns the full pathname of the file. DATA defaults to "magic(5)". FILENAME defaults to barh.html. LABELS defaults to {'1','2', ... , 'n'}. WIDTH defaults to 400. Examples: web(htmlBarh) web(htmlBarh(rand(10,5))) web(htmlBarh(rand(10,5),'foo.html')) web(htmlBarh(rand(2,5),'foo.

  • Platform: JavaScript, Scripts
  • Publisher: Matthew Simoneau
  • Date: 19-05-2013
  • Size: 10 KB

Modeless windows, a feature introduced in IE5, presents a window that stays active/visible on the user's screen until explicitly dismissed. A good way to display "announcements" or other content that demand attention. All other browsers will show a regular popup window instead. //Modeless window script- By DynamicDrive.com//for full source code and terms of use//visit http://www.dynamicdrive.comfunction modelesswin(url,mwidth,mheight){if (document.all&&window.print) //if ie5eval('window.showModelessDialog(url,"","help:0;resizable:1;dialogWidth:' mwidth 'px;dialogHeight:' mheight 'px")')elseeval('window.

  • Platform: JavaScript, Scripts
  • Publisher: Dynamic Drive
  • Date: 25-06-2013
  • Size: 102 KB

Transmission Control Protocol (TCP/IP) communications are used to send data from one computer to another over a network or from one application to another within a single computer. The jtcp.m program uses Matlab's ability to call Java code to enable it to send and/or receive TCP packets. One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine or over the network).

  • Platform: Matlab, Scripts
  • Publisher: Kevin Bartlett
  • Date: 08-06-2013
  • Size: 10 KB

Orthogonal Variable Spreading Factor (OVSF) code tree generation. Only input value is spreading factor (must be power of 2), and only output is cell array for orthogonal codes that is SF x SF in size. Code Tree Reference: 3GPP TS 25.213 V10.0.0, "3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Spreading and modulation (FDD) (Release 10).

  • Platform: Matlab, Scripts
  • Publisher: MintMan
  • Date: 25-04-2013
  • Size: 10 KB

It contains answers to selected problems from Ingle & Proakis "Digital Signal Processing Using Matlab v4.0" Chapter 3. I hope they're useful for you..

[coef, RSquared]=plotfit(x,y,polyorder) A simple function that accepts x,y data pairs in in the vectors "x" and "y", fits it to a polynomial of order "polyorder", plots the data and the fit, and displays the fit coefficients and the goodness-of-fit measure R-squared in the upper left corner of the graph. Set "polyorder" = 1 for straight line, = 2 for quadratic (parabola), etc. Optionally returns the polynomial coefficients and the R-squared value. Uses Matlab's polyfit, polyval, and linspace functions.

  • Platform: Matlab, Scripts
  • Publisher: Tom O'Haver
  • Date: 24-05-2013
  • Size: 10 KB

It calculate the arithmetic code of a string of char, subject to an alphabet "A" and a probability distribution "P". http://en.wikipedia.org/wiki/Arithmetic_coding.

  • Platform: Matlab, Scripts
  • Publisher: Francesco Pizzo
  • Date: 17-05-2013
  • Size: 10 KB

the stationary signal f(t)=cos(2*pi*5*t)+ cos(2*pi*10*t)+ cos(2*pi*20*t)+ cos(2*pi*50*t) having frequencies of 5,10, 20and 50 Hz at any given time instant. MATLAB program can be implemented to plot the stationary signal mentioned above: Clear all; Clf; n=1:200; y=cos(2*pi*5*n/200)+cos(2*pi*10*n/200)+cos(2*pi*20*n/200)+cos(2*pi*50*n/200); plot(y); /*sampling frequency (fs)=200hz x[t]=x[n*Ts] Sampling period(Ts)=(1/fs)*/ /*The same signal if is non-stationary in nature,i.e its frequency changes with time, from 5,10,20 to 50 hz.

  • Platform: Matlab, Scripts
  • Publisher: payel mukherjee
  • Date: 19-06-2013
  • Size: 10 KB

Create a random matrix of a non-intercepting snake, like the game ("worm" or "snake"). Also described by filling a chessboard with dominos, except now the board can be rectangular, or any arbitrary shape (by changing the boarders). Uses an infinite loop to enumerate possibilities. There are a finite number of solutions for a given matrix size. Computation time grows based on size of matrix. Code is documented..

  • Platform: Matlab, Scripts
  • Publisher: ben payne
  • Date: 26-05-2013
  • Size: 10 KB

- picks reasonable limits and ticks - uses latex for pretty fractions if necessary - replaces old labels produced by previous calls - does NOT autocorrect on zoom/pan/resize algorithm: - choose limits as smallest n such that pi/n < x_data_range - optional: increase n to next smallest "round" number - "round" means "power of 2" right now; could be a*b^n with a<b, 2^a*3^b, etc - choose step size as smallest d that ensures at least L tick marks I'm sure there are plenty of bugs.

  • Platform: Matlab, Scripts
  • Publisher: Alan B
  • Date: 17-02-2013
  • Size: 10 KB

SATGLOBE4 - This file is a higher-resolution version of "SATGLOBE," provided at the request of several users. SATGLOBE4 renders a fully manipulatable satellite view of earth at a resolution of four pixels per degree, with added international political boundaries and gridlines. The imagery was obtained from NASA, and the globe was rendered using the MATLAB Mapping Toolbox. The Mapping Toolbox is not needed to use this file. In order to save storage space, this m-file loads image data from the file satglobe4.

  • Platform: Matlab, Scripts
  • Publisher: Michael Kleder
  • Date: 20-02-2013
  • Size: 1249 KB

Quot Daydreamer: Freeware | All

New Reviews


Print Inspector

Whether you are using a printer connected to your local desktop computer or a print server sometimes you need to see whats going on in your printer by having a close look at the print jobs sent by the users. Print Inspector is such type software ...


Disk Genius

Disk Genius was formerly known as Partition Guru which is an all-in-one solution for disk partition management, data recovery and disk repairing. It can recover lost files from partition, backup and restore partition table, clone partition or clone ...


Safe In Cloud

It is quite difficult to find any computer users nowadays who do not need to use the web, for any purpose. Whether it is for education or entertainment, the web is your best resource. You also need to use various online services for banking, ...


PictBear

Nowadays, a majority of PC users resort to digital image editing once in a while. It may be required for retouching image captured in smart phones or for creating an album in Facebook. For some people, tinkering with digital images is a pastime too. ...


Panda Cloud Cleaner

PC security has become a tricky and complicated subject both for home users and network supervisors, with complexity and risk factors multiplying over the years. Using a single antivirus app may not be enough anymore. That explains why many users ...


SnapCrab

Nearly every PC users need to take screenshots from time to time, whether it is for personal or professional needs. While using the basic Windows screenshot capture method is available, it is not adequate for everyone. When you want to capture ...


BitKiller

Dealing with various types of data efficiently holds the key to success in any computing task. Apart from generating new data and modifying existing files, it becomes necessary to delete existing files at times. While most users resort to using ...


SeaMonkey, Portable Edition

Using the Internet has become a necessity for a majority of people, including those who do not use a PC regularly. To browse web, stream video or download online content, people often resort to using various third party apps. For example, using ...


TuckAway Intelligent Email Organizer Pro

Using an email software allow you to do a number of things including managing your address lists, emails and even ending memos, documents and even virtual letters. You can also use it to manage your tasks easily. The email software comes in ...


WebAcappella

Web design sector has witnessed several trends and technological innovations affect website development in big ways. With time, designing websites has become easier. Nowadays, you can find web design software that nearly eliminates the need to ...


New Downloads

DosPrint

DosPrint allows you running
DOS programs on modern Windows
computers (64 bit too) and
printing to Windows printers
...

Disk Usage Analyzer Free

Disk Usage Analyzer Free - a
small utility that will help
you visualize how to allocate
space on your hard drive. Any
PC ...

FTP Manager Lite

Free fast FTP client supports
secure transfers and multiple
connections. The file manager
like interface is intuitive to
...

Express Animate Animation
Free

Express Animate is free
animation software that gives
you the ability to animate
shapes, text and imported
images.

Express Accounts Accounting
Free

Express Accounts Accounting
Software Free is professional
business accounting software.
This product is perfect small
...

HelpNDoc

Full-featured help authoring
tool, easy and powerful,
producing HTML help files,
CHM, PDF, Word, iPhone, ePub,
Kindle and ...

Debut Free Screen Capture
Software

Debut Screen Capture Software
Free for Windows allows you to
capture video from your PC.
Debut Free can record video
from ...

Active@ ISO Burner

Active@ ISO Burner burns
CD/DVD/Blu-ray ISO images
compatible with the ISO 9660
standard. Automated burning is
also ...

Dr.Web CureIt

Dr.Web CureIt is a
non-installation antivirufor
curing computers running MS
Windows 8/7/Vista/XP/Server
2003/2008/2012 ...

Active Disk Editor

Disk Editor is a free low
level hexadecimal editor
specifically aimed to explore
NTFS partitions internals.
Extended ...