For over 5+ years we help companies reach their financial and branding goals. oDesk Software Co., Ltd is a values-driven technology agency dedicated

Gallery

Contacts

Address

108 Tran Dinh Xu, Nguyen Cu Trinh Ward, District 1, Ho Chi Minh City, Vietnam

E-Mail Address

info@odesk.me

Phone

(+84) 28 3636 7951

Hotline

(+84) 76 899 4959

Websites Development

Important Rules to Keep in Mind While Building Enterprise Apps

An enterprise app is an application or software used by a business to solve its enterprise problems. It integrates all aspects of a company’s operations and processes like accounting, human resources, manufacturing, marketing, sales, distribution, inventory and resource planning. “When done correctly, Enterprise Application integration really allows companies to realize the full benefit of their […]

Websites Development

Numpy Matrix Multiplication

NumPy, also known as Numerical Python, was created by Travis Oliphant, accomplished by blending the features of Numarray into a Numeric package. NumPy has acted as a “replacement” for Matlab (used for technical computing) in the past; How? The combination of NumPy with packages like SciPy (known as Scientific Python) and Mat−plotlib (plotting library), has been treated as a Python Alternative to […]

Websites Development

PHP Cheat Sheet

Variable Handling Functions   Variables in PHP are containers for storing data.  A variable name is preceded with a $ sign.  It must start with a variable or an underscore. A variable cannot be started with a number. A variable can only contain alphanumeric characters. Variables are case-sensitive. $Result and $result are treated as two different […]