Tag : example

Title User Language Tags Description Date
Easy GWT Animations jerryvig Java

An example for how to do animations using the GWT framework.

July 7
helloworld.php mac2000 PHP April 22, 2011
A VB.NET example to list computers in your domain Gerson Amorim VB.NET You can type the "net view" DOS command to get the list of computers or shared resources in your workgroup. If you want to achieve a similar thing in the code the following example can help. April 18, 2011
LINQ Join example Hari Gopal Hari C# LINQ Join example April 7, 2011
Color Study 1 Stephen Chappell python

The following program was written to understand how two different color systems related to each other, RGB and HSV. The recipe could be better written and extended further to support other color systems in addition to the two it already uses, but it is a simple example of how one might go about to understand what others speak of when talking about color. The GUI is simple to use and responsive, and the code is a good demonstration of what may need to be written to produce a demonstration such as this one.

If you have suggestions or would like to vote this recipe down, please provide an explanation of the problem along with a solution that you would propose and implement to improve upon what is presented.

April 5, 2011
Function Pointer Example KYA C++ Illustrates how one would assign a function to a pointer and subsequently call it. March 14, 2011
C# WCF Self Hosting Example Kevin Shuma C# Self host a WCF web service from a console or WinForm application February 1, 2011
Test webpage for all common xhtml tags karlhorky XHTML

During the template design phase of a website, I like to break down my work into identifiable phases. One of such phases that I go through is writing the markup for the website. I typically write the markup for the website before I write any css styles in order to come up with the most semantic xhtml possible. One last step that I take before finishing the markup and start applying styles is adding this snippet's test content to my content element. The test content in this snippet allows for testing of styles on all common xhtml tags, effectively simulating the appearance of any webpage on your site. As long as you have included styling for all of these major xhtml tags, elements on this page should appear as they do in your final product.

December 3, 2010
CastByExample Schalk van Wyk C# Passing anonymous to and from method's call September 17, 2010
PDF Link Labeling Example Francesco Raucci ActionScript PDF Link Labeling Example August 24, 2010
LinqExamples Rob Horton C# Various examples of using Linq July 6, 2010
String Split - Example Ton Trevisan C# String Split - Example May 21, 2010
An example of using the Swing GUI library in Ioke Raynes Other Languages It creates a simple Swing window with a text field and a button. You enter text, press the button, and a window will pop up greeting you by the name you entered into the text field. May 7, 2010
jquery start example wza Other April 12, 2010
Vala - Timer Example athlon32 Timer Example Demonstrates using the Glib.Timer class in Vala April 9, 2010