mono
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 161
Mono 0.1.0
Mono is an excercise in subtractive synthesis. more>>
Mono is an excercise in subtractive synthesis. My intent is to write a bandlimited oscillator, a 4-pole low-pass filter and an envelope generator that run in real-time, and to have a TB-303-
inspired graphical user interface on top of that. As of now, the audio configuration process is not so nice and you have to be a nerd in order to succeed.
Main features:
- oscillator (though not yet properly bandlimited)
- 4-pole all-pole low-pass filter
- ADR envelope generator
- single pattern sequencer
- butt-ugly GUI
- real-time audio output on Linux, IRIX and Solaris
<<lessinspired graphical user interface on top of that. As of now, the audio configuration process is not so nice and you have to be a nerd in order to succeed.
Main features:
- oscillator (though not yet properly bandlimited)
- 4-pole all-pole low-pass filter
- ADR envelope generator
- single pattern sequencer
- butt-ugly GUI
- real-time audio output on Linux, IRIX and Solaris
Download (0.062MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
4920 downloads
Mono Live 1.0
The Mono Live CD is a way for you to try out Linux, the Mono Framework 1.1.7, and the newest desktop applications. more>>
The Mono Live CD is a way for you to try out Linux, the Mono Framework 1.1.7, and the newest desktop applications without modifying your current computing environment.
Main features:
- Develop, compile and run software with MonoDevelop.
- Listen to your music collection in style with Muine.
- Take notes with Tomboy.
- Manage your photos with F-Spot.
- Search music, photos, chats, and documents with Beagle.
- Explore web applications such as ASP.NET Forums, IBuySpy, and mojoPortal.
This CD also contains the files necessary to install Mono on Windows computers. This allows you to expore the framework without installing a Linux desktop, and begin developing cross-platform applications with Mono and Gtk# today.
<<lessMain features:
- Develop, compile and run software with MonoDevelop.
- Listen to your music collection in style with Muine.
- Take notes with Tomboy.
- Manage your photos with F-Spot.
- Search music, photos, chats, and documents with Beagle.
- Explore web applications such as ASP.NET Forums, IBuySpy, and mojoPortal.
This CD also contains the files necessary to install Mono on Windows computers. This allows you to expore the framework without installing a Linux desktop, and begin developing cross-platform applications with Mono and Gtk# today.
Download (699MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
846 downloads
monosim 1.3.0
monosim application helps you read, write, update and delete the phone numbers on your sim card. more>>
monosim application helps you read, write, update and delete the phone numbers on your sim card, simply using a standard PCSC smartcard reader (like towitoko, acs, etc.).
It work fine on all OS where is present MONO framework (http://www.mono-project.com).
It use GTK# for GUI (graphic user interface).
<<lessIt work fine on all OS where is present MONO framework (http://www.mono-project.com).
It use GTK# for GUI (graphic user interface).
Download (0.033MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
843 downloads
Monoppix 1.1.8
Monoppix is a live CD Linux distribution based on Knoppix. more>>
Monoppix is a Live CD Linux distribution (based on Knoppix), which means you pop it in your CD drive, reboot, and youre running Linux.
It works without installing a thing on your hard drive - it runs completely off the CD and RAM.
Showcasing and spreading Mono technology which is a free .NET framework implementation to linux/unix operating systems.
Main features:
- Mono runtime environment, complier and class libraries,
- Monodevelop - Mono enabled IDE,
- XSP - ASP.NET web server,
- GTK# - for desktop applications (sample included),
- MySQL database server,
- Quickstarts and Mono walkthroughs and tutorials.
<<lessIt works without installing a thing on your hard drive - it runs completely off the CD and RAM.
Showcasing and spreading Mono technology which is a free .NET framework implementation to linux/unix operating systems.
Main features:
- Mono runtime environment, complier and class libraries,
- Monodevelop - Mono enabled IDE,
- XSP - ASP.NET web server,
- GTK# - for desktop applications (sample included),
- MySQL database server,
- Quickstarts and Mono walkthroughs and tutorials.
Download (486MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
850 downloads
Mono Project 1.2.4
Mono Project is an implementation of .NET for Unix, MacOS X, and Windows. more>>
Mono is a comprehensive open source development platform based on the .NET framework that allows developers to build Linux and cross-platform applications with unprecedented productivity. Monos .NET implementation is based on the ECMA standards for C# and the Common Language Infrastructure.
Sponsored by Novell the Mono project has an active and enthusiastic contributing community. Mono includes both developer tools and the infrastructure needed to run .NET client and server applications.
Mono includes a compiler for the C# language, an ECMA-compatible runtime engine (the Common Language Runtime, or CLR),and class libraries. The libraries include Microsoft .NET compatibility libraries (including ADO.NET, System.Windows.Forms and ASP.NET), Monos own and third party class libraries.Gtk#, a set of .NET bindings for the gtk+ toolkit and assorted GNOME libraries can be found in the later.
This library allows you to build fully native Gnome application using Mono and includes support for user interfaces built with the Glade interface builder. Furthermore, Monos runtime can be embedded into applications for simplified packaging and shipping. In addition, the Mono project offers an IDE, debugger, and documentation browser.
<<lessSponsored by Novell the Mono project has an active and enthusiastic contributing community. Mono includes both developer tools and the infrastructure needed to run .NET client and server applications.
Mono includes a compiler for the C# language, an ECMA-compatible runtime engine (the Common Language Runtime, or CLR),and class libraries. The libraries include Microsoft .NET compatibility libraries (including ADO.NET, System.Windows.Forms and ASP.NET), Monos own and third party class libraries.Gtk#, a set of .NET bindings for the gtk+ toolkit and assorted GNOME libraries can be found in the later.
This library allows you to build fully native Gnome application using Mono and includes support for user interfaces built with the Glade interface builder. Furthermore, Monos runtime can be embedded into applications for simplified packaging and shipping. In addition, the Mono project offers an IDE, debugger, and documentation browser.
Download (62.8MB)
Added: 2007-05-16 License: Freely Distributable Price:
896 downloads
Mono-Readline 0.0.1
Mono-Readline is a simple little assembly for .Net (specifically Mono) that provides support for GNU Readline. more>>
Mono-Readline is a simple little assembly for .Net (specifically Mono) that provides support for GNU Readline support within Mono applications.
Mono-Readline project is based on the code of Martin Baulig in the Mono debugger. I just took it and made it all nice and autoconf/automake enabled.
Its pretty straight forward, but here is a short sample program:
using Mono.ReadLine;
using System;
using System.Reflection;
public class Test {
public static void Main(string[] args) {
GnuReadLine readline = new GnuReadLine();
Console.WriteLine("Monkeys!");
string the_prompt = "This is a test: ";
string result;
while (true) {
result = readline.ReadLine(the_prompt);
if (result != null) {
readline.AddHistory(result);
} else {
break;
}
}
}
}
You should be able to compile this with mcs -r:mono.readline test.cs and get a little executable program that keeps going until you hit CTRL-D. There is lots of other fun you could do such as setting up continuation prompts and what not. Basically, most of this is ripped from Martins code in the mono debugger.
But wait, odds are youre going to get some funky error saying it cant find the package or something like that. If thats the case, make sure you have MONO_PATH="/usr/local/lib" set before running the program and compiling. For example to compile run:
MONO_PATH="/usr/local/lib" mcs -r:mono.readline test.cs
And then to run type:
MONO_PATH="/usr/local/lib" mono test.exe
Im not a real Mono pro, but my hope is that this could possibly help someone else out. Im thinking that in the future I may also include a patch for IronPython.
As always, if you have comments or patches, please let me know.
<<lessMono-Readline project is based on the code of Martin Baulig in the Mono debugger. I just took it and made it all nice and autoconf/automake enabled.
Its pretty straight forward, but here is a short sample program:
using Mono.ReadLine;
using System;
using System.Reflection;
public class Test {
public static void Main(string[] args) {
GnuReadLine readline = new GnuReadLine();
Console.WriteLine("Monkeys!");
string the_prompt = "This is a test: ";
string result;
while (true) {
result = readline.ReadLine(the_prompt);
if (result != null) {
readline.AddHistory(result);
} else {
break;
}
}
}
}
You should be able to compile this with mcs -r:mono.readline test.cs and get a little executable program that keeps going until you hit CTRL-D. There is lots of other fun you could do such as setting up continuation prompts and what not. Basically, most of this is ripped from Martins code in the mono debugger.
But wait, odds are youre going to get some funky error saying it cant find the package or something like that. If thats the case, make sure you have MONO_PATH="/usr/local/lib" set before running the program and compiling. For example to compile run:
MONO_PATH="/usr/local/lib" mcs -r:mono.readline test.cs
And then to run type:
MONO_PATH="/usr/local/lib" mono test.exe
Im not a real Mono pro, but my hope is that this could possibly help someone else out. Im thinking that in the future I may also include a patch for IronPython.
As always, if you have comments or patches, please let me know.
Download (0.29MB)
Added: 2006-03-31 License: GPL (GNU General Public License) Price:
1305 downloads
MonoDevelop 0.15
MonoDevelop is a full-featured IDE for Mono and Gtk#. more>>
MonoDevelop is a project to port SharpDevelop to Gtk#. There are numerous goals that MonoDevelop hopes to achieve.
Main features:
- To create a best of breed development environment for Unix systems for C# and Mono.
- Since its written in Gtk#, and we like Gtk# and we get good support from Gtk#, most likely it will add functionality to improve the Gtk# experience.
- Today the IDE is a simple IDE and on Unix does not do GUI design, but we plan on adding a GUI designer.
- We want to integrate the tools we have been building so far, so things like MonoDoc, NUnit-Gtk and the debugger should target MonoDevelop.
<<lessMain features:
- To create a best of breed development environment for Unix systems for C# and Mono.
- Since its written in Gtk#, and we like Gtk# and we get good support from Gtk#, most likely it will add functionality to improve the Gtk# experience.
- Today the IDE is a simple IDE and on Unix does not do GUI design, but we plan on adding a GUI designer.
- We want to integrate the tools we have been building so far, so things like MonoDoc, NUnit-Gtk and the debugger should target MonoDevelop.
Download (3.1MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
810 downloads
Bitrock MonoStack 1.1.16
Bitrock MonoStack allows you to quickly and easily run ASP.NET on Linux. more>>
Bitrock MonoStack allows you to quickly and easily run ASP.NET on Linux. MonoStack includes Apache, mod_mono and XSP and hooks up to your existing Mono installation.
Bitrock MonoStack project saves you the time required to download, install and configure your own Mono ASP.NET development environment.
Bitrock MonoStack is free to download and use for both commercial and non-commercial purposes, under the terms of the Apache 2.0 license.
BitRock MonoStack is based on the following components:
- Apache 1.3.34
- mod_mono 1.1.16
- XSP 1.1.16
<<lessBitrock MonoStack project saves you the time required to download, install and configure your own Mono ASP.NET development environment.
Bitrock MonoStack is free to download and use for both commercial and non-commercial purposes, under the terms of the Apache 2.0 license.
BitRock MonoStack is based on the following components:
- Apache 1.3.34
- mod_mono 1.1.16
- XSP 1.1.16
Download (4.3MB)
Added: 2006-07-13 License: The Apache License 2.0 Price:
1201 downloads
Mono SQL Sharp for GTK Sharp 0.2
Mono SQL Sharp for GTK# is a GUI client for entering and running SQL commands and scripts. more>>
Mono SQL Sharp for GTK# is a GUI client for entering and running SQL commands and scripts. Database objects, such as, tables and table columns can be browsed.
Mono SQL Sharp for GTK Sharp is built for Mono 1.1.7 and GTK# 1.9.3 or higher. It works on Linux and Windows 2000/XP. It has support for various databases via Monos ADO.NET implementation and data providers.
Providers supported:
- Npgsql for PostgreSQL
- ByteFX.Data.MySqLClient for MySQL
- FirebirdSql.Data.Firebird for Firebird
- System.Data.SqlClient for Microsoft SQL Server 7.0/2000/2005
- System.Data.OracleClient for Oracle 8i, 9i, and 10g
- Mono.Data.SybaseClient for Sybase 12.x
- Mono.Data.SqliteClient for SQL Lite
- System.Data.Odbc for ODBC
- And whatever provider you add to the xml configuration settings file sqlsharpgtk.exe.config
Results can be shown in a grid or a text log. Files can be loaded into the SQL text editor or saved.
Mono SQL# for GTK# has a command-line version, sqlsharp.exe, which is included with Mono. Mono SQL# for GTK# is a separate project for the GTK# GUI version.
<<lessMono SQL Sharp for GTK Sharp is built for Mono 1.1.7 and GTK# 1.9.3 or higher. It works on Linux and Windows 2000/XP. It has support for various databases via Monos ADO.NET implementation and data providers.
Providers supported:
- Npgsql for PostgreSQL
- ByteFX.Data.MySqLClient for MySQL
- FirebirdSql.Data.Firebird for Firebird
- System.Data.SqlClient for Microsoft SQL Server 7.0/2000/2005
- System.Data.OracleClient for Oracle 8i, 9i, and 10g
- Mono.Data.SybaseClient for Sybase 12.x
- Mono.Data.SqliteClient for SQL Lite
- System.Data.Odbc for ODBC
- And whatever provider you add to the xml configuration settings file sqlsharpgtk.exe.config
Results can be shown in a grid or a text log. Files can be loaded into the SQL text editor or saved.
Mono SQL# for GTK# has a command-line version, sqlsharp.exe, which is included with Mono. Mono SQL# for GTK# is a separate project for the GTK# GUI version.
Download (0.67MB)
Added: 2005-08-08 License: GPL (GNU General Public License) Price:
1541 downloads
Team Foundation for Mono 0.5.0.1
Team Foundation for Mono is an implementation of the Team Foundation libraries and related client programs for the Mono platform more>>
Team Foundation for Mono is an implementation of the Team Foundation libraries and related client programs for the Mono .Net platform. Team Foundation is a collection of collaborative technologies that support a team effort to deliver a product from Microsoft that includes bug tracking, source control, and other capabilities.
This project focuses currently on the SCM related libraries and tools. It includes a fairly functional version of the TF client used to access the SCM capabilities of Team Foundation servers. In some respects, its usability exceeds that of the standard TF tool. It also includes some subcommands from the TF Power Tool, and leverages the Gnome Keyring when available. Team Foundation does not do file attribute tracking, but the included TF client in this project leverages libmagic to implement file attribute tracking on unix platforms.
Team Foundation is tightly integrated into the Visual Studio platform. This project will hopefully someday include a MonoDevelop plugin as well as implementations of the other non-SCM related Team Foundation libraries.
For registered developers, CodePlex is a publicly accessible example of a Team Foundation server used to host open source projects.
Enhancements:
- This release adds the "tf shelvesets" command (brief output only), support for writable working folders, "tf help < cmd >" with display of valid options for each command, the "tf branches" command (limited testing), the "tf online < list of files >" option, the "tf diff /brief" option, support for "tf add /recursive < path >", 20 new test cases for the tf client program, a "tf help /list" helper for shell completion, a progress indicator for GetCommand when setting permissions, the History.StopAfter option, and many bugfixes.
<<lessThis project focuses currently on the SCM related libraries and tools. It includes a fairly functional version of the TF client used to access the SCM capabilities of Team Foundation servers. In some respects, its usability exceeds that of the standard TF tool. It also includes some subcommands from the TF Power Tool, and leverages the Gnome Keyring when available. Team Foundation does not do file attribute tracking, but the included TF client in this project leverages libmagic to implement file attribute tracking on unix platforms.
Team Foundation is tightly integrated into the Visual Studio platform. This project will hopefully someday include a MonoDevelop plugin as well as implementations of the other non-SCM related Team Foundation libraries.
For registered developers, CodePlex is a publicly accessible example of a Team Foundation server used to host open source projects.
Enhancements:
- This release adds the "tf shelvesets" command (brief output only), support for writable working folders, "tf help < cmd >" with display of valid options for each command, the "tf branches" command (limited testing), the "tf online < list of files >" option, the "tf diff /brief" option, support for "tf add /recursive < path >", 20 new test cases for the tf client program, a "tf help /list" helper for shell completion, a progress indicator for GetCommand when setting permissions, the History.StopAfter option, and many bugfixes.
Download (0.27MB)
Added: 2007-08-13 License: MIT/X Consortium License Price:
803 downloads
Monkeys Memory 0.1.2
Monkeys Memory is an implementation of the classic game om memory. more>>
Monkeys Memory is an implementation of the classic game of memory. Classic Game of Memory written in mono where you can play against other people (on the same computer, network game is not implemented jet) or against Computer (there is 2 type of computer player).
There is more level of game from tiny level to very big one.
<<lessThere is more level of game from tiny level to very big one.
Download (0.18MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
854 downloads
GraphMonkey 1.7
GraphMonkey is a GTK#-based graphic calculator. more>>
GraphMonkey is a GTK#-based graphic calculator.
This software is written in C# with GTK#.The goal is to obtain a very simple and fast graphic calculator for mono. Its cross-platform: it works on GNU/Linux and Windows.
the software is under the gpl license.
<<lessThis software is written in C# with GTK#.The goal is to obtain a very simple and fast graphic calculator for mono. Its cross-platform: it works on GNU/Linux and Windows.
the software is under the gpl license.
Download (0.015MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1053 downloads
mod_haydn 0.0.6
mod_haydn is an apache module which allows you to embed MSIL bytecodes. more>>
mod_haydn is an apache module which allows you to embed MSIL bytecodes (the foundation of Microsofts CLR/.NET) into Apache. mod_haydn allows you to access all of Apaches API from any CLR/.NET enabled language.
Currently it only has partial support for the Apache 1.3 api, allowing you to handle requests (and get associated request information), set apache translation, authentication, and authorization handlers. Support is planned for Apache 2.0, and more specialized Apache API features.
Known Bugs:
Currently, when using Mono with the Boehm GC, you cannot handle multiple requests with the same process (which is needless to say, quite essential). This works fine without the Boehm GC engine. I assume that this is a Mono problem, and not an apache module problem (as others have also encountered this problem) -- however this is not verified yet.
<<lessCurrently it only has partial support for the Apache 1.3 api, allowing you to handle requests (and get associated request information), set apache translation, authentication, and authorization handlers. Support is planned for Apache 2.0, and more specialized Apache API features.
Known Bugs:
Currently, when using Mono with the Boehm GC, you cannot handle multiple requests with the same process (which is needless to say, quite essential). This works fine without the Boehm GC engine. I assume that this is a Mono problem, and not an apache module problem (as others have also encountered this problem) -- however this is not verified yet.
Download (0.010MB)
Added: 2006-05-15 License: BSD License Price:
1257 downloads
Consonance r375
Consonance is a .NET/Gtk# client for the OpenGroupware groupware server. more>>
Consonance is a .NET/Gtk# client for the OpenGroupware groupware server.
Consonance connects to the OpenGroupware.org groupware service via the ZideStore service; the ZideStore service must have a current version of the zOGI bundle installed.
All Consonance documentation and source code are copyright of Whitemice Consulting, (Adam Tauno Williams).
All Consonance documentation and source code are released under the GPL.
NOTE: As of 2007-05-28 Consonance and the ZOGI .NET client assembly is being targeted at .NET 2.0 in order to use Db4o as a client side cache. This means Mono users must have at least Mono 1.2.4. Earlier version of Mono contain a bug/deficiency when in .NET 2.0 mode that prevents them from being able to perform HTTP authentication. The GUI application Consonance requires Gtk# 2.8.3 or better.
Those who cry "Bloatware!" deflector - Consonance is a groupware client, not a PIM. It is intended from the beginning to be a large application, with significant resource requirements, with many features. Groupware is software for those with complex collaboration needs, those with simpler needs wont "get it". We are just fine with that; dont bother to try and explain to us how we are wrong because you have different needs.
<<lessConsonance connects to the OpenGroupware.org groupware service via the ZideStore service; the ZideStore service must have a current version of the zOGI bundle installed.
All Consonance documentation and source code are copyright of Whitemice Consulting, (Adam Tauno Williams).
All Consonance documentation and source code are released under the GPL.
NOTE: As of 2007-05-28 Consonance and the ZOGI .NET client assembly is being targeted at .NET 2.0 in order to use Db4o as a client side cache. This means Mono users must have at least Mono 1.2.4. Earlier version of Mono contain a bug/deficiency when in .NET 2.0 mode that prevents them from being able to perform HTTP authentication. The GUI application Consonance requires Gtk# 2.8.3 or better.
Those who cry "Bloatware!" deflector - Consonance is a groupware client, not a PIM. It is intended from the beginning to be a large application, with significant resource requirements, with many features. Groupware is software for those with complex collaboration needs, those with simpler needs wont "get it". We are just fine with that; dont bother to try and explain to us how we are wrong because you have different needs.
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
801 downloads
Cooka 0.3
Cooka is a very simple image viewer written in C# and compiled with Mono framework. more>>
Cooka is a very simple image viewer written in C# (less than 900 lines of code, comments included) and compiled with Mono framework. The project is really essential: it has a file system browser in order to select the folder containing images to display; a thumbs viewer useful to see a preview of the images within the selected folder and some information like images name, size and dimension; and finally a "view" area used to display the selected image.
In order to handle images and to enhance image viewing, Cooka provides a simple toolbar that allows users perform some basic operation such as rotate, zoom, set as background.
But, why Cooka is an old style image viewer ? Simply because its possible to hide all the "interactive" areas (using keyboard shortcut) and focalize your attention on image. All the actions will be performed using your keyboard.
<<lessIn order to handle images and to enhance image viewing, Cooka provides a simple toolbar that allows users perform some basic operation such as rotate, zoom, set as background.
But, why Cooka is an old style image viewer ? Simply because its possible to hide all the "interactive" areas (using keyboard shortcut) and focalize your attention on image. All the actions will be performed using your keyboard.
Download (0.039MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
974 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mono search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed