Showing posts with label Sample. Show all posts
Showing posts with label Sample. Show all posts

Friday, October 3, 2008

Silverlight 2 beta 2 Sockets with Policy Server Sample


This tutorial shows how to make connection between server and client using Silverlight 2 beta 2 Sockets.

Solution contains:
-Readme.rtf
-Policy Server
-Xml policy file
-Console Server
-Silverlight Client

Download Tutorial: http://www.codeplex.com/SilverlightSamples/Release/ProjectReleases.aspx?ReleaseId=17933

Sunday, August 24, 2008

Speed Reading


I made 2 Wpf Applications for speed reading training,becouse i didnt liked other versions that i founded in google=)

First one is Shulte's Table (Screenshot at top)
When you run application press space, other keys are Enter,1,2,q,w,a,s.
Source Code: http://www.codeplex.com/WPFSamples/Release/ProjectReleases.aspx?ReleaseId=16599

Second is The blinking text
Application show you sentences that is stored in Clipboard
Keys are 
1,2,3,4,5 - speed,
page up,page down - word count 
left Arrow - previous sentence
right Arrow -next sentence
down arrow - repeat sentence

Source code: http://www.codeplex.com/WPFSamples/Release/ProjectReleases.aspx?ReleaseId=16600


Saturday, August 23, 2008

Simple c# UDP/TCP Proxy


I wrote simple tcp udp c# proxy using sockets, only 120 lines of code, its redirects connection from localhost to somewhere and display all data that was sended / received( like packet sniffer).

Source Code: http://www.codeplex.com/WPFSamples/Release/ProjectReleases.aspx?ReleaseId=16580

Friday, June 20, 2008

Tuesday, June 17, 2008

Jumping balls on the desktop

Another desktop application.
When you run it you can add balls on to desktop, you can drag those balls move by keyboard or mouse, they will collide with windows icons.

Source Code: http://www.codeplex.com/WPFSamples/Release/ProjectReleases.aspx?ReleaseId=14536

Thursday, June 12, 2008

Desktop easer


Blog is open!

And this is first project that i uploaded here, named "desktop eraser", how it works?

  1. Run application
  2. Hold ctrl
  3. And erase windows, icons, taskbar,anything! =)

Source code: http://www.codeplex.com/WPFSamples/Release/ProjectReleases.aspx?ReleaseId=14535