Main Page

From eqqon

(Difference between revisions)
Jump to: navigation, search
m
 
(24 intermediate revisions not shown)
Line 1: Line 1:
 +
__NOTOC__
<div style="margin-left:100px; margin-right:100px;">
<div style="margin-left:100px; margin-right:100px;">
<div style="text-align:right;">
<div style="text-align:right;">
;site overview
;site overview
 +
;Audio | [[Audio]] <small>| [[Audio/AudioWorx|AudioWorx]] | [[Audio/Variodyn/AudioWorx D1 Terminal|AudioWorx D1 Terminal]]</small>
 +
;C# | [[CSharp]] <small>| [[SQLite and CSharp]] | [[GitSharp]] | [[Closing the Gap Between IEnumerator and IEnumerable|Closing the IEnumerator gap]] | [[Ruby-like instance variable syntax in C-Sharp|Ruby-like variable syntax]] | [[Navigating in Exception Stack Traces in Visual C-Sharp|Navigating in Exception Stack Traces]] </small><br>
;RUBY | [[Ruby]] <small>| [[The Future of Ruby]] | [[Ruby C Extension]] | [[FoxGUIb]] | [[FoxGUIb/FAQ]]</small><br>
;RUBY | [[Ruby]] <small>| [[The Future of Ruby]] | [[Ruby C Extension]] | [[FoxGUIb]] | [[FoxGUIb/FAQ]]</small><br>
-
;Audio | [[Audio]] <small>| [[Audio/AudioWorx|AudioWorx]] | [[Audio/Paging SIP|Paging SIP]] | [[Audio/Network-attached storage|NAS]] | [[Audio/Variodyn|Variodyn]]</small>
 
;Blogs  <small>| [[User:Henon|Henon]] | [[User:Zelenka|Zelenka]]</small>
;Blogs  <small>| [[User:Henon|Henon]] | [[User:Zelenka|Zelenka]]</small>
</div>
</div>
Line 10: Line 12:
<div style="float:left; margin-right:20px; ">[[Image:Mischpult.jpg]]</div>
<div style="float:left; margin-right:20px; ">[[Image:Mischpult.jpg]]</div>
-
 
+
<div>
=[[Audio]]=
=[[Audio]]=
-
<div style="display:none;">The '''AudioWorx''' project brings a framework for audio processing to the desktop. [[Audio/AudioWorx| read on ...]]
+
{{ArticleTeaser
-
----
+
|pagelink=[[Products/Director|director]]
-
</div>
+
|iconlink={{clickpic|Products/Director|http://www.eqqon.com/images/thumb/7/71/Director_V1.4_Splash.png/40px-Director_V1.4_Splash.png}}
-
'''Paging signalization over network''' using standard protocols. As paging systems come closer to the IT and telephony domain, it's protocols become more important. Most of the existing protocols used for paging systems are designed by the needs of the underlying hardware and the manufacturing company. There is no interoperability today, so the planning system engineer has to take a complete integrated solution from a single manufacturer. The way out of this undesirable situation is to use standard protocols coming from other domains. We extended the SIP protocol stack with the requirements of the paging system domain. [[Audio/Paging SIP|Read more ...]]
+
|headline=Public Address Management Software
-
----
+
|author=eqqon GmbH
-
'''Variodyn D1''' this is a fully digital distributed paging system. Only 10 different components allow to build small installations and grow up to very large installations of actually over hundred devices driving over 1000 loudspeaker lines. [[Audio/Variodyn|More on Variodyn ...]]
+
|intro=The '''director''' is a Public Address Management Software. You get a fast overview your system's status and can operate life- or text calls easy from a graphic user interface.
 +
}}
 +
{{ArticleTeaser
 +
|pagelink=[[Audio/Variodyn/AudioWorx D1 Terminal|AudioWorx]]
 +
|iconlink={{clickpic|Audio/Variodyn/AudioWorx D1 Terminal|http://www.eqqon.com/images/thumb/0/09/Awx_terminal_2008_01_27.png/60px-Awx_terminal_2008_01_27.png}}
 +
|headline=D1 Terminal
 +
|author=eqqon GmbH
 +
|intro=The '''AudioWorx D1 Terminal''' is a text based Terminal developed for interaction with Variodyn D1 DOM devices 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.
 +
}}
 +
 +
 +
 +
</div>
<div style="clear:both;"></div>
<div style="clear:both;"></div>
Line 25: Line 39:
<div style="float:left; margin-right:20px; ">[[Image:CSharp.jpg]]</div>
<div style="float:left; margin-right:20px; ">[[Image:CSharp.jpg]]</div>
-
= [[:Category:CSharp|C#]] =
+
= [[CSharp|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. [[:Category:CSharp|Browse our C# Resources ...]]
+
'''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. [[CSharp|C# Articles ...]]
 +
 
<div style="clear:both;"></div>
<div style="clear:both;"></div>
-
<div style=" float:right;">[[Image:Ruby_logo.gif]]</div>
+
 
 +
 
 +
<div style="float:left; margin-right:20px; ">[[Image:Ruby-logo.jpg]]</div>
=[[Ruby]]=
=[[Ruby]]=
'''The Future of Ruby!'''
'''The Future of Ruby!'''
-
Yukihiro Matsumoto's C implementation of [[Ruby]] aka '''M'''ain '''R'''uby '''I'''mplementation 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. [[The Future of Ruby|Read on ...]]
+
Yukihiro Matsumoto's C implementation of [[Ruby]] aka ''M''ain ''R''uby ''I''mplementation 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. [[The Future of Ruby|Read on ...]]
----
----
-
'''Extending Ruby with C functions''' is quiet easy. After you have learned the principles and worked through the ambiguous usage of the API functions you get the power of the Ruby language to your C program. Then it is possible to solve the time critical tasks at the C program and the complex part by Ruby.  We created a simple tutorial to get quickly familiar with the Ruby C extension API. [[Ruby C Extension|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. [[Ruby C Extension|Read on ...]].
-
<div style="clear:both; text-align:right;">[[Ruby|More on Ruby ...]]</div>
 
</div>
</div>

Latest revision as of 22:41, 25 June 2010

site overview
Audio | Audio | AudioWorx | AudioWorx D1 Terminal
C# | CSharp | SQLite and CSharp | GitSharp | 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

40px-Director_V1.4_Splash.png
 
Author: eqqon GmbH
director  -  Public Address Management Software
The director is a Public Address Management Software. You get a fast overview your system's status and can operate life- or text calls easy from a graphic user interface.   Read director ...


60px-Awx_terminal_2008_01_27.png
 
Author: eqqon GmbH
AudioWorx  -  D1 Terminal
The AudioWorx D1 Terminal is a text based Terminal developed for interaction with Variodyn D1 DOM devices 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 AudioWorx ...



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