topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday November 6, 2025, 2:11 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 26 27 28 29 30 [31] 32 33next
751
Living Room / Psychtests.com - for assessing various aspects of functioning
« Last post by KenR on August 05, 2006, 09:08 AM »
Psychtests.com is dedicated to self-knowledge, motivation and improvement. Our contribution to these valuable ideals is an extensive collection of psychological tests which are professionally developed, entertaining and relevant to real people's lives.



from www.stumbleupon.com
752
Living Room / World's Tiniest Sculptures
« Last post by KenR on August 05, 2006, 08:53 AM »
Willard Wigan was born in Birmingham, England in 1957 and is the creator of the smallest works of art on earth. From being a traumatised and unrecognised dyslexic child, he is now emerging as the most globally celebrated micro-miniaturist of all time and is literally capable of turning a spec of dust into a vision of true beauty.



from www.stumbleupon.com
753
Living Room / Concert Ticket Generator
« Last post by KenR on August 04, 2006, 11:45 PM »
Now you never have to admit you missed the show. Just enter some text and click the 'Go' button. A picture of a concert ticket will be generated for you. Collect 'em, trade 'em, put 'em on your website, or e-mail 'em to your friends.



from www.dashes.com/anil/
754
Living Room / Color Changing Caller ID
« Last post by KenR on August 04, 2006, 11:32 PM »
Can’t be bothered to lift your hiney from the couch to see who’s ring-a-ding linging on your phone?  Then you’ll probably wanna pick up the Color-Call Caller ID System...

755
Living Room / Is IE7 or Firefox 2 safer?
« Last post by KenR on August 04, 2006, 07:22 PM »
...Both browsers are officially out in widely available public beta releases (Internet Explorer 7 Beta 3 and Firefox 2 Beta 1), so it’s a good time to compare how well each one performs.

For this report, I’ve put together an image gallery that shows exactly how the Windows XP version of each browser performs when faced with common security threats....



from KenR
756
Living Room / Metaphysik II - another cool game web game
« Last post by KenR on August 03, 2006, 06:50 PM »
Crazy ball game where you have to get the ball into a certain area. Very hard, but very addictive.



from www.stumbleupon.com
757
Living Room / xkcd.com - A webcomic of romance, sarcasm, math, and language.
« Last post by KenR on August 03, 2006, 06:44 PM »
Warning: this comic occasionally contains strong language (which may be unsuitable for children), unusual humor (which may be unsuitable for adults), and advanced mathematics (which may be unsuitable for liberal-arts majors).



from www.stumbleupon.com
758
Developer's Corner / The Mozart Programming System
« Last post by KenR on August 02, 2006, 09:56 PM »

http://www.mozart-oz.org/features.html

The Mozart Programming System is an advanced development platform for intelligent, distributed applications. The system is the result of a decade of research in programming language design and implementation, constraint-based inference, distributed computing, and human-computer interfaces.....

Programming

Object-oriented Programming
    Oz is a concurrent object-oriented language. In a first approach, Oz can be programmed in a very similar way to other such languages, like Java. With experience gained, programs tend to become simpler, for example, as they use the powerful concepts of dataflow execution and first-class procedures.
Concurrent Programming
    Oz is an eminently concurrent language. The Mozart system implements ultralightweight threads with preemptive fair scheduling. It easily supports applications with many thousands of threads. Dataflow synchronization is achieved transparently through logic variables.
Multi-Paradigm Programming
    Unlike most other programming languages which lock you into a single programming paradigm, Oz unifies into one simple and coherent framework the functional, object-oriented, and logic flavors of programming. This is possible due to the very general and powerful underlying paradigm of concurrent constraint programming.

Inferencing

Constraint Programming
    Oz is a powerful constraint language with logic variables, finite domains, finite sets, rational trees and record constraints. The system is competitive in performance with state-of-the-art commercial solutions, but is much more expressive and flexible, providing first-class computation spaces, programmable search strategies, a GUI for the interactive exploration of search trees, parallel search engines exploiting computer networks, and a programming interface to implement new and efficient constraint systems.
Logic Programming
    Oz goes beyond Horn-clauses to provide a unique and flexible approach to logic programming. Oz distinguishes between directed and undirected styles of declarative logic programming. For both, Oz lets you specify a program's logical semantics separately from its resolution strategy. Powerful tools and libraries are provided built on the concepts of first-class computation spaces and determinacy-driven disjunctions. Together with distribution, this makes Mozart an ideal platform for both intelligent multi-agent systems and parallel search.

Distribution

Open Distributed Computing
    The Mozart system is an ideal platform for open distributed computing: it makes the network completely transparent. The illusion of a common store is extended across multiple sites and automatically supported by very efficient protocols. In addition, full control is retained over network communication patterns, permitting very efficient use of network resources. Furthermore, reliable, fault tolerant applications can easily be developed.
Distributed Component-Based Programming
    Mozart provides first-class software component specifications (called functors) and software components (called modules). The module system facilitates application development and deployment. Both component specifications and components can be transparently referenced through URLs, absolute and relative, and loaded by need. Flexible security policies are implemented by module managers.
Mobile Agents
    With its dynamic component technology, open computing support, and full-featured implementation, Mozart is an ideal platform for serious programming with mobile agents. A computation can create new computations dynamically. Computations can roam the shared Mozart space at will. Each site has full control over what resources it makes available to incoming computations.
Separation of Concerns (Aspects)
    The Mozart system separates the concerns of application functionality, distribution structure, fault tolerance, and openness (application connectivity). The separation is almost perfect for the first two concerns and quite good for the last two. In the context of aspect-oriented programming, this can be seen as a ``vertical'' approach, where a few aspects are treated in depth, versus the ``horizontal'' approach of tools like AspectJ, which provide primitives for handling many aspects.

Platform Issues

Cross-Platform Compatibility
    Like Java, Oz is `write once, run everywhere' and provides automatic local and distributed garbage collection. The Oz virtual machine is portable and known to run on most flavors of Unix as well as on Windows.
GUI Programming
    The Mozart system comes with an object-oriented library that provides a high-level well integrated interface to Tcl/Tk. This is supplemented with QTk, a tool that supports a mixed declarative/procedural approach to user interface design. This needs only a fraction of the code of standard procedural approaches and is particularly well-suited for building context-sensitive interfaces.
Native Extension Modules
    The Mozart system was designed to be easily extended with new native functionality packaged as DLLs. Comprehensive support is provided for the convenient creation of DLLs. Thus, the Mozart system is not only aggressively open, but also an ideal very high-level glue language.



from www.stumbleupon.com
759
Living Room / Statistical Data Mining Tutorials
« Last post by KenR on August 02, 2006, 09:44 PM »
For those of you so inclined, here's a wonderful opportunity to get exposure to statistical techniques different than the Analysis of Variance models commonly described in scientific investigations.....

The following links point to a set of tutorials on many aspects of statistical data mining, including the foundations of probability, the foundations of statistical data analysis, and most of the classic machine learning and data mining algorithms.

These include classification algorithms such as decision trees, neural nets, Bayesian classifiers, Support Vector Machines and cased-based (aka non-parametric) learning. They include regression algorithms such as multivariate polynomial regression, MARS, Locally Weighted Regression, GMDH and neural nets. And they include other data mining operations such as clustering (mixture models, k-means and hierarchical), Bayesian networks and Reinforcement Learning.



from www.stumbleupon.com
760
Developer's Corner / Natural Docs - an alternative way to document your code
« Last post by KenR on August 02, 2006, 08:25 PM »
Natural Docs is an open-source, extensible, multi-language documentation generator.  You document your code in a natural syntax that reads like plain English.  Natural Docs then scans your code and builds high-quality HTML documentation from it.




FYI: Natural Docs is donationware.


from www.stumbleupon.com
761
Living Room / Storm the House
« Last post by KenR on August 02, 2006, 08:03 PM »
Here's a fun game to try. It starts a bit slow, but becomes more fun and challenging as you play.



from www.stumbleupon.com
762
Living Room / Here's a brilliant example of thinking outside the box in flash games
« Last post by KenR on August 01, 2006, 02:03 PM »
Use your mouse to collect the fruit, but don't hit the rockets. And try not to let the animals distract you!



from www.stumbleupon.com
763
Living Room / Psychology of Cyberspace - Article Index
« Last post by KenR on August 01, 2006, 01:53 PM »
Listed below is a list of links to all the articles and pages in the hypertext book (web site) The Psychology of Cyberspace.The articles are arranged chronologically, with the most recently written or revised ones appearing near the top. The most recent date of the article, its version number, and its approximate size are indicated....



from www.stumbleupon.com
764
+100 points for everyone who guessed that tech support at the hosting company would foul up the hardware replacement and take us offline for a day..

Yeah Mouser, I totally did!  :P
765
Living Room / Tea anyone - Bubble Tea that is....
« Last post by KenR on July 29, 2006, 05:06 PM »
Learn how to make and where to get supplies for Bubble Tea...

Bubble tea is also known as boba drink, pearl tea drink, boba ice tea, boba, boba nai cha, zhen zhou nai cha, pearl milk tea, pearl ice tea, black pearl tea, tapioca ball drink, BBT, PT, pearl shake, QQ (which means chewy in Chinese) and possible many others.

766
Living Room / Free Hosted Public Forums - very interesting service
« Last post by KenR on July 29, 2006, 04:56 PM »
Free Hosted Public Forums

Our forums are truly public, democratic and absolutely free. Nabble's advanced community filtering gives you only the best content without the need for moderation. Find forums that interest you or easily start your own in minutes.

Here is an image of some of their top-level forums



from www.monkeyfilter.com
767
Here's a fantastic site to browse if you're interested in customizing your desktop

768
Living Room / Check out the various uses of flash images on this site.
« Last post by KenR on July 27, 2006, 03:08 PM »
Welcome to the playground of one Mr Paul Neave, serial Flash fettler and interactive activist.  Paul says hello.  Hello!



from Anderson Hu
769
Developer's Corner / Flash art images for you to use
« Last post by KenR on July 27, 2006, 02:50 PM »
Creators of cartoon series put up complete multi-gigabyte flash raw image art for you to use in your work ...



from www.boingboing.com
770
Living Room / Click Anywhere...Visualization Page
« Last post by KenR on July 27, 2006, 02:33 PM »
Click as instructed and see how your responses to compare to others...



from www.stumbleupon.com
771
Living Room / Re: Zefrank Flower-Maker Website
« Last post by KenR on July 26, 2006, 05:21 PM »
I think it's actually a bunch or bouquet. In either case, I'll send you one.

Ken
772
Living Room / Zefrank Flower-Maker Website
« Last post by KenR on July 26, 2006, 11:56 AM »
Here's a cool site to create flowers with very little effort...



from http://maxt.dk/
773
Developer's Corner / Buttonator.com - drop and drag web buttons
« Last post by KenR on July 26, 2006, 11:49 AM »
Here's a great website for creating buttons of different styles for your websites...



from http://maxt.dk/
774
Living Room / Re: What are your favorite RSS Feeds?
« Last post by KenR on July 25, 2006, 08:54 PM »
Hey Housetier,

I hope you do find some pearls. If you do find some that you particularly like, please let us know. It's a fantastic database and probably has stuff for everyone.

Ken
Pages: prev1 ... 26 27 28 29 30 [31] 32 33next