jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Knowledge / everything · hot matching “list”

4 shown · updated 1m ago · read only
  1. can I make choosing a file count as a user gesture? (stackoverflow.com)stack

    17 points by Geoff Nunes in stackoverflow.com · 16h ago · stack

    I am making a very simple video player. I want the video to display in full screen mode. I give the user two ways to choose a file to play. One works and one does not. The way that works listens to a div for a 'drop' event. The even triggers a routine that enters full screen and…
  2. Unix/Perl/Python: substitute list on big data set (stackoverflow.com)stack

    8 points by Subbeh in stackoverflow.com · 7y ago · stack

    I've got a mapping file of about 13491 key/value pairs which I need to use to replace the key with the value in a data set of about 500000 lines divided over 25 different files. Example mapping: value1,value2 Example input: field1,field2,**value1**,field4 Example output: field1,…