Main > Free Download Search >

Free to flash software for linux

to flash

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 310
dsflasher 0.9

dsflasher 0.9


dsflasher is a utility to flash Dallas (Maxim) DS89C450 microcontrollers using a ROM loader. more>>
dsflasher is a utility to flash Dallas (Maxim) DS89C450 microcontrollers using a ROM loader.

Usage:

dsflasher -f [input filename] -p [serial port]
<<less
Download (0.003MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
797 downloads
Multiplication Flash 1.1

Multiplication Flash 1.1


Multiplication Flash (mFlash) is just a way to save the mess, bother, and expense of paper flashcards. more>>
Multiplication Flash short from mFlash is just a way to save the mess, bother, and expense of paper flashcards. And I think the kids enjoy the feedback and noises. Anything ypu can do to encourage, you know.

As mentioned above, you can turn of the sound ("good job" or "shucks" sort of sounds -- a few dozen different ones. You can choose to work on a particular number; for instance, pick "Number 7" if you are having trouble with your sevens. Or just leave the dropdown box on "All Numbers" if you would rather have random problems.

As far as basic usage goes -- you enter the number you think is the correct answer in the "Type Answer" box, then either hit the keyboard "Enter" key, or click the "Enter" Button. (The "Next" button in the above screenshot is a green Enter button that changes to a yellow Next button after a correct answer is given.)

Hitting the keyboard "Enter" after the Next button is displayed will also move you to the next problem.

<<less
Download (0.82MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1079 downloads
Blackjack Flash 2

Blackjack Flash 2


Theres a reason why blackjack is the most popular casino game today, both in online and land-based casinos across the globe. The enticing combinatio... more>> <<less
Download (160KB)
Added: 2009-04-13 License: Freeware Price: Free
198 downloads
Flash-Slots 2

Flash-Slots 2


Experience the most popular casino games in the world on the web with Online-Casino.coms online slot games. From the classic slots to the progressiv... more>> <<less
Download (1110KB)
Added: 2009-04-14 License: Freeware Price: Free
225 downloads
Open Flash Chart 1.9.2

Open Flash Chart 1.9.2


Open Flash Chart software creates Flash-based charts for Web pages. more>>
Open Flash Chart software creates Flash-based charts for Web pages.
How does it work?
1. User browses to your web site.
2. The browser downloads the web page which contains the Open Flash Chart.
3. Open Flash Chart downloads the data file and displays the chart.
When you add Open Flash Chart to your web page, you tell it where to find the data file.
Why is that great?
When the user downloads the web page, Open Flash Chart requests the chart data from the server. The server knows who the user is so it can generate a chart for that particular user showing up to the minute data.
Is it complicated to set up?
You will need to include the Open Flash Chart in your HTML, and you also need to provide the data file on the server. The data file is either a text file, or a .php (or another flavour of dynamic) page.
For a simple chart you would just drop the data.txt file on your website and point the Open Flash Chart to this URL.
But what we really want is dynamic data that is pulled from a database or calculated or something. To do this you need to create the data file when it is requested. To do this we point the Open Flash Chart to a .php page and this PHP page does your calculations and/or database lookups, then outputs the data file.
To make this a bit easier I have written a PHP class to write the data file for you.
Enhancements:
- The PHP was updated to enable 3D charts and glass charts.
- Some more options were added to the other graph types.
<<less
Download (0.072MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
814 downloads
FlashUnity 0.8

FlashUnity 0.8


FlashUnity is a channel based approach to a XML Flash communications server and Chat room. more>>
FlashUnity project is a channel based approach to a XML Flash communications server and Chat room.
The CyberSS project this spawned from was originally nothing more then a simple PHP socket server example with a simple chat frontend as a proof of concept. FlashUnity however was built from the ground up to be a easy to extend Flash communications server.
By using the concept of channels each of which handles a diffrent task the FlashUnity server becomes extremely flexible and easy to extend. Also by using channels it is possible to run multiple modular functions within the same server.
Because this is a total rewrite of Cyberss from the ground up and the APIs and XML have multiple major changes there are currently no working Flash clients, anyone interested in helping out in this area feel free to send me a email.
Enhancements:
- Improvements to debug.
- The debug setting is now followed properly.
<<less
Download (0.017MB)
Added: 2005-12-27 License: GPL (GNU General Public License) Price:
1396 downloads
FLASH-PLAICE 0.1

FLASH-PLAICE 0.1


FLASH-PLAICE is a powerful in-circuit development tool. more>>
FLASH-PLAICE is a powerful in-circuit development tool that combines the features of a flash programmer, an emulator, and a high speed multi-channel logic analyzer into one device. The project runs uClinux.

The logic analyzer features up to 200MHz sampling rates and up to 32 input channels. The logic analyzer Java client features support for up to 200MHz sampling rates, user controlled filtering operations, time line in diagram, metadata (size, rate, and trigger position) stored in files, an ID command for device identification, configurable serial port transfer rate, user configurable drawing modes (logic level, hex value, and scope), and Java client access via almost any PC with a serial port.

The Java client uses the RXTX serial library with support for 34 platforms including Linux, Windows, and Solaris. Java client plugins include an SPI and I2C bus protocol analyzer, timing analysis to state analysis conversion, and post-processing functions.
<<less
Download (MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
911 downloads
Asymptopia Flashcard System 2.0

Asymptopia Flashcard System 2.0


Asymptopia Flashcard System project is a LaTeX flash card system for student and professional education. more>>
Asymptopia Flashcard System project is a LaTeX flash card system for student and professional education.

Asymptopia Flashcard System uses Motif and LaTeX to produce, manage, and use attractively formatted flashcards.

You load some or all of your "collections" and set the timer for pop-up frequency.

The GUI interface and "Collection Manager" make creating and modifying flashcards as simple as pushing a single button.

A knowledge of LaTeX is only required when entering special symbols.

<<less
Download (1.2MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1119 downloads
Wx::ActiveX::Flash 0.05

Wx::ActiveX::Flash 0.05


Wx::ActiveX::Flash is an ActiveX interface for Shockwave Flash. more>>
Wx::ActiveX::Flash is an ActiveX interface for Shockwave Flash.

SYNOPSIS

use Wx::ActiveX::Flash ;
my $flash = Wx::ActiveX::Flash->new( $parent , -1 , wxDefaultPosition , wxDefaultSize );

$flash->LoadMovie(0,"file:///F:/swf/test.swf") ;
$flash->Play ;

EVT_ACTIVEX($this, $flash ,"FSCommand", sub{
my ( $this , $evt ) = @_ ;
my $cmd = $evt->{command} ;
my $args = $evt->{args} ;
...
}) ;

ActiveX control for Shockwave Flash. The control comes from Wx::ActiveX, and all methods/events from there exit here too.

** You will need to already have the Flash player installed.

new ( PARENT , ID , POS , SIZE )

This will create and return the Flash object.

<<less
Download (0.053MB)
Added: 2007-01-05 License: Perl Artistic License Price:
1033 downloads
Flashblock 1.5.4.1

Flashblock 1.5.4.1


Flashblock is an Firefox extension that takes a pessimistic approach to dealing with Macromedia Flash content. more>>
Flashblock is an extension for the Mozilla, Firefox, and Netscape browsers that takes a pessimistic approach to dealing with Macromedia Flash content on a webpage and blocks ALL Flash content from loading. The project leaves placeholders on the webpage that allow you to click to download and then view the Flash content.
Flashblock currently blocks the following content types:
- Macromedia Flash
- Macromedia Shockwave
- Macromedia Authorware
<<less
Download (0.062MB)
Added: 2007-07-27 License: MPL (Mozilla Public License) Price:
826 downloads
pyFlashCards 0.2.1

pyFlashCards 0.2.1


pyFlashCards is a wxPython based software for creating and studying flash cards. more>>
pyFlashCards is a wxPython based software for creating and studying flash cards. Thanks to python and wxPython it is multiplatform; it runs on Windows and Linux (you could probably get it to run on a Mac without too much work).
I have developed it to study at medical school because none of the flash card programs I found on the internet would do what I want the way I want it. Even though it is not complete, I think that many people can already find it useful.
Main features:
- multiplatform: Windows, Linux (and in theory Mac)
- Sebastian Leitner box system for maximizing long term memory retention
- html tags allow to highlight important concepts
- image support for visual learners
- unicode support allows studying any language
<<less
Download (1.8MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1062 downloads
Simple Flash Menu 1.1.12

Simple Flash Menu 1.1.12


Simple Flash Menu is a tool for making nested menus for HTML pages. more>>
Simple Flash Menu allows fast constructing nested menus for html pages (like on left side of this page), simply by editing xml file. No, dont afraid, xml knowledge isnt required, look on example and make similar.
This done with macromedia flash, you must place on server flash script which will analyze xml file and draw menus depending on its contest (about 10KB) and xml file or multiple xml files describing your menus. Nothing more must be done.
Now available two versions: one - very small without any decorations, and a bit larger with simple menu decorations. You can choose depending on your needs.
Requirements: any browser with Macromedia Flash Player 5 or Macromdia Flash Player 6 (MX) plugin. Wouldnt work with Flash Player 4 and earliers.
Tested in Internet Explorer 6.0, 6.0 SP1; Mozilla 0.9.8 - 1.2b (aka Netscape 6-7); Netscape 4.78; Opera 6.0 - 6.0.4, 7.0b1 in Linux and Windows enviroments.
Options:
- menu_file xml file load menu from
- html_width horizontal space on html page conducted for menu
- html_height vertical space on html page conducted for menu
- window open all links in specified window
- jscript instead of opening window call specified javascript function with parameters: href,jattr,state. Only one window or jscript can be selected
- jattr optional javascript function argument
- state specifies current menu state (i.e. which submenus open and which closed)
- font_size labels font size for all menu items (default: 36)
- left_margin menu left margin (default: 5)
- up_margin menu upper margin (default: 5)
- submenu_indention indention of all submenu items in pixels (default: 20)
- menuitems_overlap specifies distance between menu items, positive numbers defines overlapping menu items (default: 0.2)
- decor enable decorations (only 1.1.x)
- decor_width decoration width
- decor_spacing white space between decoration and menu label
- send_state Boolean, specifies if state parameter (information which submenus open, which closed) by default must be sent to all pages, opened from menu, or not (default is to send).
- fg Specifies foreground color for inactive item (fg="#0000FF")
- afg Specifies foreground color for active item (afg="#FF0000")
- bg Specifies background color for inactive item (bg="255,128,0,100" - here 255 - red component, 128 - green component, 0 - blue component, 100 - alpha; "255,255,255,100" is visble white, "0,0,0,0" - invisible black)
- abg Specifies background color for active item (some as bg)
- dfg Specifies decoration color inactive item (some as bg)
- adfg Specifies decoration color for active item (some as bg)
<<less
Download (0.020MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1646 downloads
NAND Flash Utilities 0.0.1

NAND Flash Utilities 0.0.1


NAND Flash Utilities are utilities for accessing NAND Flashthrough an IDE interface. more>>
NAND Flash Utilities is a set of utilities for accessing NAND Flash through an IDE interface.

These utilities work with the Linux MTD subsystem to allow developing, testing, and experimenting of NAND Flash on a PC.
<<less
Download (0.17MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1686 downloads
Flash! Torrent 5.8.7

Flash! Torrent 5.8.7


Flash! Torrent is a BitTorrent client that includes a small web browser for navigate in the webs about BitTorrent. more>>
Flash! Torrent is a BitTorrent client that includes a small web browser for navigate in the webs about BitTorrent.

BitTorrent is a programl for distributing files. Its extremely easy to use - downloads are started by clicking on hyperlinks. Whenever more than one person is downloading at once
they send pieces of the file(s) to each other, thus relieving the central servers bandwidth burden. Even with many simultaneous downloads, the upload burden on the central server
remains quite small, since each new downloader introduces new upload capacity.

Windows web browser support is added by running an installer. A prebuilt one is available, but instructions for building it yourself are in BUILD.windows.txt
<<less
Download (0.14MB)
Added: 2006-06-19 License: MIT/X Consortium License Price:
714 downloads
OpenLaszlo 3.3

OpenLaszlo 3.3


OpenLaszlo is the premier open-source platform for rich internet applications. more>>
OpenLaszlo is the premier open-source platform for rich internet applications.

OpenLaszlo is an open source platform for creating zero-install web applications with the user interface capabilities of desktop client software.

OpenLaszlo programs are written in XML and JavaScript and transparently compiled to Flash and soon DHTML. The OpenLaszlo APIs provide animation, layout, data binding, server communication, and declarative UI. An OpenLaszlo application can be as short as a single source file, or factored into multiple files that define reusable classes and libraries.

OpenLaszlo is write once run everywhere. An OpenLaszlo application developed on one machine will run on all leading Web browsers on all leading desktop operating systems.

Cinematic user experience
Applications developed on OpenLaszlo provide a dramatically improved online user experience featuring advanced interfaces delivered on a single Web page. By bringing true application behavior to the Web, OpenLaszlo makes a new generation of online communications, commerce and content services viable for the first time.

imageRapid XML development approach
OpenLaszlo applications are written in LZX, a standards-driven XML and JavaScript description language that enables a declarative, text-based development process. LZX supports rapid prototyping, collaborative software development and long term code maintenance.

imageScalable deployment architecture
Depending on requirements, OpenLaszlo applications can be deployed either SOLO (Standalone OpenLaszlo Output) or from the OpenLaszlo Server. SOLO deployment supports most use cases and works from any HTTP Web server. OpenLaszlo Server deployment supports additional data integration options, persistent connections and run-time media transcoding. The OpenLaszlo server is Java-based and works with leading J2EE application servers and Java Servlet Containers. OpenLaszlos standards-based architecture delivers exceptional reliability and scalability, proven in deployments serving millions of users to date.

Benefits

Develop standards-based rich Internet Applications that support any web browser with a single code base in XML and JavaScript.

Deploy them from any HTTP Web server in SOLO mode, or from a J2EE application server or Java servlet container running the OpenLaszlo Server under Linux, UNIX, Windows or Mac OS X.

Display them in any Web browser enabled with the Flash 6 Player or above, reaching 96% of all Web-enabled desktops.
<<less
Download (55.1MB)
Added: 2006-05-25 License: Common Public License Price:
1262 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5