Senduran's Blog

Sunday, December 19, 2021

Reducing image size with GIMP in batch mode

›
  First we define a function which contains all the needed procedures. and save the script in ~/.gimp-2.8/scripts with  .scm  extension. In ...
Sunday, May 17, 2020

JavaScript Arrow Function, Spread & Rest Operators And Destructuring Syntax

›
With ECMAScript6 (ES6) JavaScript got new syntax. Followings are some of the new syntax. Arrow Functions New syntax for defining a function ...
Sunday, May 3, 2020

How to draw a quarter circle in HTML Canvas

›
A circle can be drawn in the Canvas element using the arc  function. For example < html > < body > < canvas ...
1 comment:
Wednesday, April 8, 2020

Invoking a C function from Java using JNI

›
This is our C function which we need to invoke from Java hello.c #include <stdio.h> void sayHello() { printf( "Hello...
Sunday, January 28, 2018

WSO2 ESB - Sample Class Mediator

›
In WSO2 ESB / EI when we want to write our own logic of mediation, class mediators are very helpful. A class mediator can be written by e...
Monday, January 8, 2018

Invoking a SOAP back-end with apache ab

›
Following is a sample request to invoke a soap backend using apache ab ab -n 10 -c 5 -p req.xml -T "text/xml" -H "soapA...
Friday, November 10, 2017

Setting up WSO2 EI Cluster

›
This post explains on setting up a WSO2 Enterprise Integrator (WSO2 EI)'s 2 node non worker manager cluster in 5 simple steps. 1. S...
‹
›
Home
View web version

About Me

My photo
Senduran
I am currently working as a Software Engineer in WSO2. I studied at University of Peradeniya
View my complete profile
Powered by Blogger.