Planet of Bits

Menu

  • Home
  • Machine Learning
    • Statistics
    • Python
    • Linear Algebra
  • SAP
    • SAP Cloud Platform
    • SAPUI5
    • SAP Netweaver AS Java
    • SAP Portal
  • JEE Frameworks
    • Servlet
  • Java SE Core Technologies
    • Core Java
  • Scripting
    • jQuery
  • Others
    • Eclipse
    • JVM

Introduction to Linear Transformations

What is a Linear Transformation? It is a function (the word ‘transformation‘ means the same thing as the word ‘function‘) which takes vectors as inputs and produces vectors as outputs. Linear transformation is also called ‘Linear Map‘ or ‘Linear Mapping‘.

Nitin Gaur June 20, 2018 Linear Algebra, Machine Learning, Mathematics Read more

How to create a vector in Python using numpy

Mathematically, a vector is a tuple of n real numbers where n is an element of the Real (R) number space. Each number n (also called a scalar) represents a dimension. For example, the vector v = (x, y, z)

Nitin Gaur June 18, 2018 Machine Learning, Python Read more

Difference between ndarray and array in numpy

numpy.array() is just a method which returns an array object of the type ndarray. Since the name of the method is array, developers who are new to Python often tend to confuse that numpy.array returns an array object of some

Nitin Gaur June 13, 2018 Machine Learning, Python Read more

How to install a Python package in Eclipse

In my previous blog I talked about How to install Python PyDev plugin in Eclipse. In this blog, I’ll show how to install a python package in Eclipse using pip. pip is a tool for installing Python packages. To use

Nitin Gaur June 11, 2018 Machine Learning, Python Read more

How to install Python PyDev plugin in Eclipse

Eclipse is a favourite tool for Java/JEE developers (including me 🙂 ). When I started learning Python, I wanted to use Eclipse as my preferred IDE for Python development. I found out that PyDev is one good open source plugin

Nitin Gaur June 6, 2018 Eclipse, Machine Learning, Python Read more

How to change user name in Eclipse code templates

When a new code file is created, the author name in the @author is set to the value which is taken from the user.name environment variable. One way to override this value is to modify the eclipse.ini file. Following are

Nitin Gaur June 4, 2018 Core Java, Eclipse, Python Read more

How to change jQuery version used by SAPUI5

In my last blog I showed you how to find the version of the jQuery library being used by sap-ui-core.js. In this blog I’ll show you how to change the jQuery version used by SAPUI5 runtime environment to a custom

Nitin Gaur September 5, 2016 SAPUI5 Read more

How to find the jQuery version used by SAPUI5

The sap-ui-core.js is a part of the bootstrap section as shown below. It contains a copy of jQuery file. The version of the jQuery being used can be found by the command $.fn.jQuery. index.html <!DOCTYPE HTML> <html> <head> <meta http-equiv="X-UA-Compatible"

Nitin Gaur August 31, 2016 SAPUI5 Read more

Understanding sap.ui.define by Hello World

With the introduction of the function sap.ui.define in the version 1.28, SAPUI5 has introduced the support for Asynchronous Module Definition (AMD). Note A module is a JavaScript file that can be loaded and executed in a browser. Asynchronous Module Definition

Nitin Gaur August 25, 2016 SAPUI5 Read more

How to unlock or revert checked out activities in SAP Netweaver DTR

While working with source code files, it is often required to view, unlock or revert checked out activities in SAP Netweaver Design Time Repository (also known as the DTR). There is a web interface in the DTR which can be

Nitin Gaur August 4, 2016 SAP Netweaver AS Java Read more
  • « Previous
  • Next »

About

planetofbits.com publishes blogs related to Machine Learning, Python, SAPUI5, SAP Netweaver Technology Platform, Enterprise Application Development using Java/JEE and other useful tips and tricks related to software development.

All the code snippets, demo projects provided in the blogs/articles have been tested on local development systems and are free to use and share.

planetofbits.com is created and maintained by Nitin Gaur.

Stay in touch

  • Contact Form

Follow Us

  • Facebook
  • Twitter
  • LinkedIn

Legal

  • Privacy Policy
© 2014-2025 planetofbits.com  All rights reserved