I want to add or apply : viewPager?.rotationY = 180F to my view pager just when app language is setted to fa or ps from en. or prevent applying that when langu
I have a spark dataframe in the below format: Name LD_Value A37 Map(10 -> 0.20,5 -> 0.30,17 -> 0.25) A39 Map(11 -> 0.40,6 -> 0.67,24 ->
I'm looking for a class in java that has key-value association, but without using hashes. Here is what I'm currently doing: Add values to a Hashtable. Get an
Ok here is my code: $tabularID = 0; $('a.swfselector').live('mouseover', function(event) { $tabularID= $(this).parent().attr('id'); $(t
I want to use Hadoop to process segmentation on large scale images (Pleiades image tif format) The idea is to split the image into tiles and distribute them to
I have a collection of object retrieved from the database such that the output is [{"id":"5"},{"id":"76"},{"id":"33"}]. I want the output to be: [5, 76, 33]. I
I have a simple method in the controller that returns me a list of days as JSON. (public JsonResult GetReservedDaysJson()) Result: ["2022-03-29","2022-03-30"]
Introduction I have a project where we help the IT community to organize better IT meetups (just like meetup.com but only for IT community) called https://codot