Main Page

From eqqon

Revision as of 09:47, 22 February 2009 by Zelenka (Talk | contribs)
Jump to: navigation, search
site overview
Audio | Audio | AudioWorx | AudioWorx D1 Terminal | NAS
C# | CSharp | SQLite and CSharp | Closing the IEnumerator gap | Ruby-like variable syntax | Navigating in Exception Stack Traces
RUBY | Ruby | The Future of Ruby | Ruby C Extension | FoxGUIb | FoxGUIb/FAQ
Blogs | Henon | Zelenka


Mischpult.jpg

Audio

60px-Awx_terminal_2008_01_27.png

The AudioWorx D1 Terminal is a text based Terminal developed for interaction with D1 DOM's via TCP/IP Telnet (port 23) or EIA232 serial interface. Several features support you to get easier access to the command line interface of the D1 DOM. read on ...




CSharp.jpg

C#

C# is very powerful while still remaining amazingly fast. But the language alone is not as effective as using it together with the Visual Studio IDE. The resulting developer performance is unbelievably high. Never before have software developers been more productive. C# Articles ...



Ruby-logo.jpg

Ruby

The Future of Ruby!

Yukihiro Matsumoto's C implementation of Ruby aka Main Ruby Implementation is considered the Quasi-Standard of the Ruby Language since there has never been an explicit language standard for Ruby. As the number of implementations grows, however, a formal standard seems to become necessary to prevent the horror scenario of various non-conform interpreters. Read on ...


Extending Ruby with C functions is quite easy. After you have learned the principles and worked through some ambiguous usage of the API functions you can make use of the power of Ruby in a C program. Then it is possible to save time and effort by only solving the time critical tasks in C and do the complex logic in Ruby. Check out this simple tutorial and get familiar with the Ruby C extension API quickly. Read on ....