Ruby

yablog: python tips: array computation

January 25, 2012
By

python tips : array computation. As previous post shows, for-loop calculation in array computations needs more processing time than vectorized calculation. There are some techniques for fasten calculation over arrays. Sample ...

Read more »

yablog: python tips: array computation with numpy

January 25, 2012
By

python tips : array computation with numpy. I compared performance of array computations. Listed below are results and codes of some experiments which introduced in the book named 'Python Scripting for Computational ...

Read more »

yablog: python tips: create shapefile with python

January 24, 2012
By

python tips : create shapefile with python. Long time has been passed since last post. Here, I want to show the way to create Shapefile, which is standard data format for geometry data, using python. Among several python ...

Read more »

htaccess for PHP Error Logging – An In-depth How-to …

January 11, 2012
By

Having a PHP error-handling strategy is a must for production environments and helps make your life easier in development environments. With this solution you will have real-time error-handling that avoids the public display ...

Read more »

htaccess for PHP Error Logging – An In-depth How-to …

January 11, 2012
By

Having a PHP error-handling strategy is a must for production environments and helps make your life easier in development environments. With this solution you will have real-time error-handling that avoids the public display ...

Read more »

PHP Error Handling Explained | LearnComputer

December 8, 2011
By

PHP error handling can be tricky if you don't know the built-in PHP error handling functionality. This tutorial PHP error handling API and techniques.

Read more »

Coder Priyu: Django Tips & Features before getting Started

December 3, 2011
By

Django Tips & Features before getting Started. 1. Dont hardcode MEDIA_ROOT and TEMPLATE_DIRS use. os.path.realpath(os.path.dirname)__file__)). hardcoding will cause problem while moving from dev->test->live. 2. ...

Read more »

Yipit Django Blog » Why You Need a Git Pre-Commit Hook and Why …

November 16, 2011
By

Django Tips and Best Practices. HOME · Why · Yipit on GitHub · Yipit.com · « How Yipit Deploys Django. Why You Need a Git Pre-Commit Hook and Why Most Are Wrong. Tweet. A pre-commit hook is a piece of code that runs ...

Read more »

Yipit Django Blog » How Yipit Deploys Django

November 9, 2011
By

Django Tips and Best Practices. HOME · Why · Yipit on GitHub · Yipit.com · « Extending Django Settings for the Real World. How Yipit Deploys Django. Tweet. If you're managing your own servers, and you don't use a tool like ...

Read more »

T-SQL Error Handling – SQL – Snipplr Social Snippet Repository

October 25, 2011
By

... SQL Server T-SQL stored procedure that takes a parameter · Python: error handling · error handling · Handling Ajax HTTP Error Response · Unable to delete or disable SQL Server job due to error regarding MSX server ...

Read more »