I am creating a new variable in Camunda var userData = [ { name: "rajesh", age: 40 },{ name: "aara", age: 4 } ]
I am new to Kafka and trying to create a new topic on my local machine. I am following this https://medium.com/@maftabali2k13/setting-up-a-kafka-cluster-on-ec2-
I want to find the file whose size is less than 1M, so I write as find . -size -1M. But it seems not work indeed: find . -size -1M | xargs ls -lh -rw-rw-r-- 1 x
I wanted to web-scrape some "live information" from another website on my website. I "scraped" the data to my Google Spreadsheet. Problem: My Google Spreadsheet
I have an oracle query that i am using to collect records that have a buyer type code of VTEST but i also need to populate records in the same query that have c
So I created 2 bootstrap buttons, one for print/export the map canvas and the other is for Map Coordinate searching. I'm using Openlayers 3 and this extension o