
hyperquantum.be
HyperQuantum's websitePMP Party Music Player. A client-server music player. The Hyper programming language. An object-oriented programming language. You can contact me by e-mail:. See also, my blog.
http://www.hyperquantum.be/
PMP Party Music Player. A client-server music player. The Hyper programming language. An object-oriented programming language. You can contact me by e-mail:. See also, my blog.
http://www.hyperquantum.be/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.5 seconds
16x16
32x32
64x64
128x128
PAGES IN
THIS WEBSITE
2
SSL
EXTERNAL LINKS
20
SITE IP
46.30.213.41
LOAD TIME
0.497 sec
SCORE
6.2
HyperQuantum's website | hyperquantum.be Reviews
https://hyperquantum.be
PMP Party Music Player. A client-server music player. The Hyper programming language. An object-oriented programming language. You can contact me by e-mail:. See also, my blog.
The Hyper Programming Language
http://www.hyperquantum.be/hyper
The Hyper Programming Language. Free time, I'm working on my programming language called Hyper. Software, available under the GPLv3 license. Hyper is a compiled programming language for the development of high-level applications. It has an easy to parse syntax and focuses on writing portable code. The project is still in its initial stage of development. Feel free to look around and see what it's all about. Language and compiler status. Hyper on Launchpad.net. Back to HyperQuantum's website.
PMP – Party Music Player
http://www.hyperquantum.be/pmp
PMP Party Music Player. This project is still in a very early stage of development. It is not ready to replace your current media player. PMP is a client-server. Music system. The server, which plays music and manages and keeps track of music files, runs in the background and is controlled by one or more clients. The client serves only as a remote control for the server. There is a graphical client available, and also a (very limited) command-line client. PMP uses a queue. Git and the project is on GitHub.
TOTAL PAGES IN THIS WEBSITE
2
HyperQuantum's blog: Website moved again
http://hyperquantum.blogspot.com/2009/02/website-moved-again.html
About the development of my programming language Hyper and its compiler. Sunday, February 15, 2009. My website has moved again. The new location:. And the pages about Hyper are here:. I hope it's the last time I need to move my website. Having to update all links to it is not that much fun really. Subscribe to: Post Comments (Atom). Changing the iterate statement. View my complete profile.
HyperQuantum's blog: Having "pure" functions
http://hyperquantum.blogspot.com/2009/02/having-pure-functions.html
About the development of my programming language Hyper and its compiler. Saturday, February 07, 2009. I have been thinking on this new feature for some time, but I'm not sure if it's a good idea. Just in case, the keyword for it has already been reserved in the 0.4.2 release of the compiler front end. Now the implications of this new feature:. You can override a "const" procedure with a "pure" one. You can only override a "pure" procedure with a "pure" one. Operators. All these things would cause the...
HyperQuantum's blog: September 2007
http://hyperquantum.blogspot.com/2007_09_01_archive.html
About the development of my programming language Hyper and its compiler. Tuesday, September 04, 2007. First I would like to let you know there has been a new release of the compiler for Hyper. Version 0.3.36. I did not announce that version on my blog. Now, about memory management. As you might already now, the language will use a garbage collector. As a consequence of that, classes. Except that it cannot be stored outside of the stack and the guarantee that it will never. References are not yet implemen...
HyperQuantum's blog: July 2007
http://hyperquantum.blogspot.com/2007_07_01_archive.html
About the development of my programming language Hyper and its compiler. Monday, July 23, 2007. An extension to the type system. Why change Hyper's type system. The main reason is arrays. What will be the index operator's return type then? Logically it has to be something like pointer to pointer to int, because of the extra level of indirection that is needed. After all, you should be able to change the int pointer. But at this time the language disallows multiple levels of pointers. I looked back to the...
HyperQuantum's blog: January 2007
http://hyperquantum.blogspot.com/2007_01_01_archive.html
About the development of my programming language Hyper and its compiler. Monday, January 15, 2007. Hyper compiler 0.3.32 released. Today I have released a new version of the compiler. The most important new thing is support for the new namespace. System. This means that finally. All example programs are accepted by the compiler, including the new Hello World. So you can now use code like:. If x = y = z then. TODO : implement this. Filehyp:3:2: warning: TODO: implement this. Links to this post.
HyperQuantum's blog: February 2007
http://hyperquantum.blogspot.com/2007_02_01_archive.html
About the development of my programming language Hyper and its compiler. Saturday, February 24, 2007. Hyper compiler 0.3.33 released. I have released a new version of the compiler. Another thing: I don't really get any feedback of users yet. So if you. Try the compiler, please. Let me know what you think! Tell me the things you like, not just what you don't like. I have installed a visitor counter on my website some time ago, and it seems that I do have some visitors looking around. Yay!
HyperQuantum's blog: October 2008
http://hyperquantum.blogspot.com/2008_10_01_archive.html
About the development of my programming language Hyper and its compiler. Sunday, October 26, 2008. You probably already know that there are two important versions of the compiler in development: the "main" branch. With only a front-end (called "trunk" on Launchpad), and the "llvm" branch. With an experimental LLVM-based back-end. Their source code can be found on the Launchpad project page:. Https:/ code.launchpad.net/hyper. So currently I'm planning to do the following:. Finish the typerefactor code.
HyperQuantum's blog: December 2007
http://hyperquantum.blogspot.com/2007_12_01_archive.html
About the development of my programming language Hyper and its compiler. Wednesday, December 19, 2007. I am going to talk a bit about the iterate statement. In this post. If you don't know what it is, look at the web page behind the hyperlink. Collection. Such a collection does not have a first or last element iterator! Iterate v : c.iterator from c.begin to - c.end. It would require the programmer to remember using a "- " in front of the "end" iterator, because the "end" iterator does not point to a val...
HyperQuantum's blog: June 2008
http://hyperquantum.blogspot.com/2008_06_01_archive.html
About the development of my programming language Hyper and its compiler. Sunday, June 15, 2008. About the 0.4.0 release and the back end. Had a new release last month, with some big improvements. So the version number was not increased to 0.3.39, but to 0.4.0. I did a major internal restructuring of the compiler's semantic checking, as I wrote. And the compiler now finally has full Unicode support! The compiler with back end. The compiler sources are getting pretty big now. The main branch now has al...
HyperQuantum's blog: March 2007
http://hyperquantum.blogspot.com/2007_03_01_archive.html
About the development of my programming language Hyper and its compiler. Saturday, March 17, 2007. Hyper compiler 0.3.34 released. There it is again, another release. It has some very nice new features. The most exciting new thing of this release is ironically not the compiler, but the syntax highlighter. It was an easy improvement, almost nothing more than replacing the doctype. OK, this change is not very important to most people. But a totally different functionality has been added as well.
TOTAL LINKS TO THIS WEBSITE
20
Index of /
Home Page | HyperQuality
Skip to main content. Contact Center Interaction Monitoring. Contact Center Interaction Monitoring. Home Slider Avaya Announcement. Avaya Completes Acquisition of. Performant agents create amazing customer experiences. HyperQuality saved a leading telecommunications company $12 million. By measuring and improving on their call transfer process. A leading satellite media provider saves $17 million. With HyperQuality through improved contact center sales methodology. CONTACT CENTER INTERACTION MONITORING.
hyperquantal.com at Directnic
hyperquantal.net at Directnic
hyperquantics.com at Directnic
HyperQuantum's website
PMP Party Music Player. A client-server music player. The Hyper programming language. An object-oriented programming language. You can contact me by e-mail:. See also, my blog.
HyperQuantum's blog
About the development of my programming language Hyper and its compiler. Thursday, September 16, 2010. Using data-flow information in the language. What is 'data-flow information'? Well, it's something that is normally used in compilers for optimization. The compiler examines how the source code will be executed, and predicts what value(s) a variable can have at various locations in the source code; this is called data-flow analysis. Var i : int = 10. I = p # ERROR: p can be null. If (p =$ null) then.
Relocate
Hyper Quantum Pty Ltd
Hyper Quantum Pty Ltd. Hyper Quantum is based in the Canberra region. LyX Template as a tar.gz file. Thesis LyX Template as a tar.gz file. Font and keyboard set-up for (Debian) Linux. LGPL Ada software tools. Developed by Hyper Quantum. GPL Delphi software tools. Developed by Hyper Quantum.
hyperqubit.com
Разработка и продвижение сайтов. Обычный сайт-визитка содержит информацию об организации, фирме, компании, частном лице, деятельности, бренде, товарах, услугах, ценах, контактах. Это правильное решение для выхода компании в интернет. До 10 страниц, CMS, средства аналитики, базовое продвижение, форма обратной связи, прайсы, наполнение. Информационные разделы с различным дизайном, интеграция с соц. сетями, дополнительные модули. Предложите их миллионам покупателей. Заказать статью на Paytext.
Coming Soon - Future home of something quite cool
Future home of something quite cool. If you're the site owner. To launch this site. If you are a visitor. Please check back soon.