denakitan


Member since 09/30/2011

16 snippets

3190 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 637 posted 11 years ago by denakitan
Snippet showing a simple Flask application to illustrate the topics covered in the "Quickstart".
0 753 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 1197 posted 11 years ago by denakitan
Extremely simple snippet showing the basic structure of a Python program.
1 760 posted 11 years ago by denakitan
Basic examples on the usage of the DateTime objects.
1 756 posted 11 years ago by denakitan
Examples of use of Enum type, like how to iterate its items.
1 726 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 1309 posted 11 years ago by denakitan
Basic examples on using information stored as Resources.
1 693 posted 11 years ago by denakitan
Example of the usage of Directory IO class and the parsing of strings to DateTime.
1 764 posted 11 years ago by denakitan
Snippet to illustrate how to bind a ComboBox to a Dictionary.
0 1065 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 894 posted 12 years ago by denakitan
Snippet to illustrate the three actions that happen in all LINQ query operations.
0 814 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 639 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 575 posted 12 years ago by denakitan
Reference of simple operations with dates, such as formatting and arithmetic.
0 700 posted 12 years ago by denakitan
Snippet to verify whether or not a key exists in a python dictionary.
0 481 posted 12 years ago by denakitan
« Prev 1 Next »