dailyhack icon indicating copy to clipboard operation
dailyhack copied to clipboard

πŸ±β€πŸ’» Tiny Tiny Hacks we use in our daily life.

Results 105 dailyhack issues
Sort by recently updated
recently updated
newest added

REF : http://stackoverflow.com/questions/5255571/passing-price-variable-to-paypal-with-custom-button You can use this form --> ``` ``` Or direct URL with gets --> `https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&businesss=XXXXXXXXX&lc=US&item_name=$mydescription&amount=$myprice&........`

dailyhack
coding

Want to subscribe to something temporarily or want to download something by giving your email ? Save your email id from getting spammed by using https://getnada.com/ as a 'temporary' email.

dailyhack
tool
trick
fun

I found a tool `LeaveMeAlone` on ProductHunt and It's quite awesome that I can unsubscribe without any data leak in 1-click and listed on single page(As they promise). ![image](https://user-images.githubusercontent.com/9165019/55799264-8f09a100-5aee-11e9-97d5-89a0c0d757aa.png) Here...

dailyhack
tool

### Linux can be installed On Chrome OS without removing Chrome OS! Chrome OS has tons of dis-advantages, The apps, Extestions and How things run. Fix this by Installing Linux...

dailyhack
trick

Massive productivity boost with https://www.alfredapp.com/ Quick app switching, built in clipboard and snippet management plus it pulls in contacts and search. It's a beast for MacOS!

dailyhack
tool
macos

Shows how much CPU your Mac OSx is using in the header bar! https://itunes.apple.com/us/app/runcat/id1429033973?mt=12

dailyhack
tool
macos

#### Stop iTunes from responding to the keyboard media keys ``` launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist 2> /dev/null ``` #### Disable the "Are you sure you want to open this application?"...

dailyhack
trick
macos
terminal

[![OneDevMinute](https://on.ahmda.ws/ba7768/c)](https://youtu.be/-wre2TFV4ws) [Part of the https://VSCode.pro course] β€” VSCode recently stopped displaying the split of VSCode default settings and users settings along with the settings.json file β€” hacker in me doesn't...

dailyhack
trick
coding
editor

Simply get day of week. πŸ’»JavaScript Snippets ``` var d = new Date("2012-09-10"); var n = d.getDay(); console.log(n); ``` It will show `1 ` πŸ’»PHP Snippet ``` ``` It will...

dailyhack
trick
coding
fun

![Screen Recording 2019-04-11 at 14 30 29](https://user-images.githubusercontent.com/1632391/55957760-6527ba00-5c67-11e9-80b5-2421a219a467.gif) Press `cmd + shift + 5` to show up the tool. [Read complete documentation](https://support.apple.com/en-us/HT201361).

dailyhack
trick
macos