Profile
Achievement
denakitan's Recent Snippets
- All /
« Prev 1 Next »
Basic information on JavaScript from CodeAcademy.com's JavaScript track
0
776
posted 11 years ago by denakitan
Snippet showing a simple Flask application to illustrate the topics covered in the "Quickstart".
0
907
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
1406
posted 12 years ago by denakitan
Extremely simple snippet showing the basic structure of a Python program.
1
929
posted 12 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
1525
posted 12 years ago by denakitan
Example of the usage of Directory IO class and the parsing of strings to DateTime.
1
909
posted 12 years ago by denakitan
Snippet to illustrate how to bind a ComboBox to a Dictionary.
0
1250
posted 12 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
1064
posted 12 years ago by denakitan
Snippet to illustrate the three actions that happen in all LINQ query operations.
0
996
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
794
posted 13 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
768
posted 13 years ago by denakitan
Reference of simple operations with dates, such as formatting and arithmetic.
0
875
posted 13 years ago by denakitan
Snippet to verify whether or not a key exists in a python dictionary.
0
631
posted 13 years ago by denakitan