Practical Code Solutions
Solutions and Ideas on Programming, Statistics and Networking
Sunday, June 17, 2012
Getting Contents of a DIV With PHP's DOM
›
H i! Almost all of us use XML in our web sites. We can get contents with parsing XML files. But sometimes, we need another ways. The reaso...
4 comments:
Saturday, June 16, 2012
List Operations in Fuzuli Programming Language
›
Fuzuli , our new programming language and interpreter has several internal functions for list operations. Arrays are prominent objects of ...
Sorting data with Fuzuli
›
In this article, I want to show how to sort data vectors using Bubble sort and Quick sort. Bubble sort is known to be one of the most in-e...
Friday, June 15, 2012
How to create dynagen network topology with multible dynamips service
›
I explained "Using dynagen & dynamips for multible cisco router simulation" in the http://stdioe.blogspot.com/2012/06/using-...
1 comment:
Thursday, June 14, 2012
Calculating Levenshtein Distance Between Two Strings in Fuzuli
›
H i! I am so happy I can code with Fuzuli programming language. In this article, I'll show you how to calculate the distance between t...
‹
›
Home
View web version