denakitan


Member since 09/30/2011

16 snippets

3040 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

denakitan's Recent Snippets



« Prev 1 Next »
Basic information on JavaScript from CodeAcademy.com's JavaScript track
0 618 posted 11 years ago by denakitan
Snippet showing a simple Flask application to illustrate the topics covered in the "Quickstart".
0 736 posted 11 years ago by denakitan
Shows how to use WebClient class to retrieve HTML from an URL and then to use HtmlAgilityPack to parse it.
1 1172 posted 11 years ago by denakitan
Extremely simple snippet showing the basic structure of a Python program.
1 744 posted 11 years ago by denakitan
Basic examples on the usage of the DateTime objects.
1 734 posted 11 years ago by denakitan
Examples of use of Enum type, like how to iterate its items.
1 709 posted 11 years ago by denakitan
Utility class that abstracts the creation of a Excel spreadsheet through Interop, and helps on adding and format its contents.
1 1288 posted 11 years ago by denakitan
Basic examples on using information stored as Resources.
1 673 posted 11 years ago by denakitan
Example of the usage of Directory IO class and the parsing of strings to DateTime.
1 746 posted 11 years ago by denakitan
Snippet to illustrate how to bind a ComboBox to a Dictionary.
0 1044 posted 11 years ago by denakitan
Example of SQL syntax to add a new column to an existing table, define a default value to the columns for the existing rows and also add a check constraint to limit the values that the column can hold.
0 877 posted 12 years ago by denakitan
Snippet to illustrate the three actions that happen in all LINQ query operations.
0 782 posted 12 years ago by denakitan
Example of some random number generation mechanisms built-in Python. More details in the following link: http://docs.python.org/library/random.html
0 624 posted 12 years ago by denakitan
Basic thread example showing how to create a class inheriting from threading.Thread class. For more information, take a look at the following links: http://docs.python.org/library/thread.html http://docs.python.org/library/threading.html http://www.i...
0 557 posted 12 years ago by denakitan
Reference of simple operations with dates, such as formatting and arithmetic.
0 679 posted 12 years ago by denakitan
Snippet to verify whether or not a key exists in a python dictionary.
0 471 posted 12 years ago by denakitan
« Prev 1 Next »