Top "Map" questions

A dictionary maps keys to values allowing efficient retrieval of values by keys.

FFMPEG mux video and audio (from another video) - mapping issue

I would like to place the audio from a video to another video without an audio (in one command): ffmpeg.…

audio video map ffmpeg mux
Map with concurrent access

When you use a map in a program with concurrent access, is there any need to use a mutex in …

map go mutex
Shallow copy of a Map in Java

As I understand it, there are a couple of ways (maybe others as well) to create a shallow copy of …

java map clone shallow-copy
Bad idea to use String key in HashMap?

I understand that the String class' hashCode() method is not guarantied to generate unique hash codes for distinct String-s. I …

java string map hashcode
How does Java order items in a HashMap or a HashTable?

I was wondering how Java orders items in the Map (HashMap or Hashtable) when they are added. Are the keys …

java map hashtable hashmap hashcode
How to map CAPS LOCK key in VIM?

I'm using GVIM under Windows. And want to map CAPSLOCK to Ctrl+^ Any way to do this? Btw, I see …

map vim capslock
How to Get City Name by Latitude &Longitude in android?

I want to city name by current location but i have latitude and longitude.how to get it? i used …

android map gps location
How does one instantiate an array of maps in Java?

I can declare an array of maps using generics to specify the map type: private Map<String, Integer>[] …

java arrays generics map instantiation
LeafletJS: How to remove the zoom control

I'm trying to remove the zoom controls (+/-) on a LeafletJS map. I'm using the MapBox.js version of Leaflet …

javascript map leaflet mapbox
using map(int, raw_input().split())

Though I like python very much, When I need to get multiple integer inputs in the same line, I prefer …

python map raw-input