• Home
  • Archives

Ashish's Fun Board for Arduino and Freeduino

2012-07-14
diy
After playing with my Freeduino kit for some time, I was surprised with number of things my Freeduino board could handle. So I decided to put all my components which I received with the kit permenantely on a single PCB and say good bye to my bread board. My goals were to: Create a low cost board w ...

Read more ...

Share
  • arduino

Online Physics Game Created Using Silverlight And Farseer Engine

2011-04-25
dotnet
Read the article on creation of this game. ...

Read more ...

Share
  • c#
  • silverlight

A Simple Physics Game using Silverlight and Farseer Engine

2011-04-25
dotnet
These days, I have become very much interested in physics games. So I decided to search the internet for some good tutorials. In no time I discovered that such games were made using a 2D ‘Physics Engine’. After more searching, I found the Box 2D Physics Engine. I decided to write a small physics bas ...

Read more ...

Share
  • c#
  • silverlight

How To Play Your Favorite Melody with Arduino

2011-02-28
diy
In this tutorial, I will discuss how make Arduino play your favorite melody. There is a nice tutorial which illustrate the basic process here. But to play your favourite melody you will have to get the combination of notes, durations of individual notes and pauses as precise as possible. In this tu ...

Read more ...

Share
  • arduino

Event Log Monitor using C# and WebSocket (HTML 5)

2010-09-03
dotnet
This article is about creating a simple web based event log monitoring application that uses “server push” to update data. It shows how to use WebSocket to implement “server push” technology using C#. I have written a very simple multithreaded WebSocket server for the example presented in this arti ...

Read more ...

Share
  • c#
  • javascript

Quick and dirty network usage meter with C#

2010-04-03
dotnet
I have always been doubtful of my billing by my internet providers. I wanted to write some code that could help me get a rough estimate of bandwidth I was using in every session. In this article, I will show you how to create a very basic network usage meter for serial port/USB/mobile phone modems w ...

Read more ...

Share
  • c#
  • tools

Using Extension Methods With Typed Datasets

2009-10-02
dotnet
DataTable is one of the most widely used classes in .NET framework. In data layers of a typical ADO.NET application one can see lot of code to work with DataTable and DataRow. In this article I discuss how to do some common tasks involving datasets in more fashionable manner, in LINQ style. This is ...

Read more ...

Share
  • c#

Creating self updating animated charts with Fusion Charts and ASP.NET

2009-04-01
javascript
In this article I will show you, how to create cool self-updating charts using Fusion Charts , ASP.NET and some AJAX. If you are getting impatient to see how they look, click here to see a demo. You should read this article if : You want to integrated animated charts into your ASP.NET pages. You ar ...

Read more ...

Share
  • asp.net

Self updating animated charts with Fusion Charts and ASP.NET Demo

2009-04-01
javascript
function GenerateXMLForBarChart(x) { var arr = x.split(","); if (arr.length == 6) { var xml = ""; xml += ""; xml += ""; xml += ""; xml += ""; xml += ""; ...

Read more ...

Share
  • asp.net

Using Client-Side Custom Events in ASP.NET Applications

2009-02-13
javascript
These days many average developers like me find themselves breaking their heads to implement ‘desktop like’ behaviors for web applications. Many ASP.NET controls (like Button and ModalPopupExtender) have public properties for attaching javascript handlers to client side events. Now a common problem ...

Read more ...

Share
  • asp.net
  • Prev
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 11
  • Next

About Me


Twitter Follow GitHub User's stars
Software Architect who loves coding, electronics, machine learning and mushrooms.
Read my book :

Recents

  • Identifying Flute Notes Using CircuitPython, FFT, and a Budget Microphone
  • Creating a CNN to Classify Cats and Dogs for Kendryte K210 Boards
  • Training a Custom Model for a Kendryte K210 Board - Key Insights
  • A Custom 3D-Printed Stand for Maix Dock M1
  • A tool to discover software career paths based on skills

Tag Cloud

ai ar arduino asp.net astrophotography c# career cloud couchdb dhtml ebook esp8266 game ifttt iot javascript jobinterview led microscopy miscellaneous nlp nosql nostalgia python raspi ruby silverlight stablediffusion tinyml tools ws2812B

Categories

  • cloud1
  • diy21
  • dotnet20
  • javascript14
  • miscellaneous3
  • ml33
  • nostalgia8
  • tools7

Tags

  • ai1
  • ar1
  • arduino4
  • asp.net10
  • astrophotography3
  • c#7
  • career1
  • cloud1
  • couchdb3
  • dhtml1
  • ebook1
  • esp82667
  • game3
  • ifttt1
  • iot7
  • javascript4
  • jobinterview1
  • led1
  • microscopy5
  • miscellaneous3
  • nlp1
  • nosql2
  • nostalgia9
  • python17
  • raspi9
  • ruby1
  • silverlight6
  • stablediffusion1
  • tinyml11
  • tools14
  • ws2812B1

Archives

  • February 20251
  • August 20244
  • July 20241
  • June 20242
  • May 20241
  • April 20241
  • March 20242
  • February 20241
  • January 20242
  • December 20231
  • July 20233
  • June 20231
  • March 20231
  • February 20231
  • January 20231
  • November 20221
  • September 20221
  • August 20222
  • May 20221
  • February 20221
  • January 20221
  • December 20211
  • October 20211
  • August 20211
  • July 20212
  • June 20211
  • January 20211
  • December 20202
  • October 20202
  • July 20202
  • May 20203
  • February 20201
  • May 20171
  • July 20161
  • April 20161
  • February 20161
  • August 20151
  • July 20151
  • June 20151
  • May 20151
  • March 20151
  • August 20141
  • May 20141
  • November 20131
  • September 20131
  • July 20121
  • April 20112
  • February 20111
  • September 20101
  • April 20101
  • October 20091
  • April 20092
  • February 20091
  • January 20091
  • December 20082
  • September 20082
  • August 20082
  • April 20081
  • October 20071
  • September 20071
  • August 20071
  • June 20072
  • March 20071
  • January 20073
  • December 20064
  • November 20062
  • September 20061
  • August 20061
  • June 20064
  • July 20051
  • January 20021
  • July 20011
  • August 20001
  • June 20001
  • July 19991
  • June 19981
  • June 19971
© 2025 Ashish Patil
Powered by Hexo
Transistor icons created by surang - Flaticon