author avatar

sreenadh

Wed Sep 18 2019

FF: Search for dom.event.clipboardevents.enabled in the search box. set to false. No more blocking of copy/pasting on bank login passwords

author avatar

manu

Wed Sep 18 2019

In go - A final parameter of a function signature maybe prefixed with three dots (...) to be invoked with zero or more arguments, this is called variadic parameter. Also, an empty interface interface{} can hold values of any type. Combine these together and you can have a function parameter ready to accept n similar type arguments of any type func someFun(firstParam, a ...interface{})

author avatar

manu

Wed Sep 18 2019

In go - A final parameter of a function signature maybe prefixed with three dots (...) to be invoked with zero or more arguments, this is called variadic parameter. Also, an empty interface interface{} can hold values of any type. Combine these together and you can have a function parameter ready to accept n similar type arguments of any type func someFun(firstParam, a ...interface{})

author avatar

revath

Thu Sep 05 2019

use dumpleases command to list all the ip's leased by udhcpd.

author avatar

revath

Tue Sep 03 2019

convert mp4 to gif on linux (ubuntu 18.04). ffmpeg -i firefox.mp4 firfox.gif (ffmpeg 3.4.4 )

author avatar

revath

Tue Sep 03 2019

screen record via adb. adb shell screenrecord /sdcard/firefox.mp4 CTRL+C to exit after recording.

author avatar

revath

Tue Sep 03 2019

screen record via adb. 1. adb shell 2. screenrecord /sdcard/firefox.mp4 3. CTRL+C to exit after recording.

Showing 38 to 40 of 66 results