Mohd Danish

Results 22 issues of Mohd Danish

Hello Guys, If you have anything to say or feedback. Let us know. Thanks!

Hacktoberfest

This is my collection of dev commands I'm using: ### To get the API execution time: `curl -s "" -o /dev/null -w "\n%{time_total}\n"`

dailyhack
coolhack
terminal

👀 What happens some that browser auto fill the password into password field and I don;t know which password is this. So, I use a small hack. just change the...

dailyhack
trick
fun

### Dynamic Email Template This tool will Generate Email Template Code with Dynamic Data as JSON object or API. Get the generated email template and add into Mailchimp, Sendgrid or...

dailyhack
tool
editor

Awesome Trick: Wanna download video or gif from twitter tweets? it's easy just mention and twitter handle. `@GetVideoBot` ![image](https://user-images.githubusercontent.com/9165019/58203501-da22f080-7cf7-11e9-800e-0038f8279b0d.png)

dailyhack
coolhack
trick

I just leanred this hack that you can get your GitHub Profile Photo URL by adding `.png` in the last of your github profile URL. Like this. GitHub Profile: [https://github.com/mddanihyusuf](https://github.com/mddanihyusuf)...

dailyhack
coolhack
trick
fun

Recently I add search input box into dailyhack.xyz and without search icon the input doesn't feel good according to UX. So, to add a icon inside input box need more...

dailyhack
coolhack
trick
coding
design
fun

Last week I build an tool to make quick JSON API for quick use and host them on GitHub Repository. Here is the tool: https://apiwithgithub.com [![Tool Demo](https://img.youtube.com/vi/WE2uyOpA11g/0.jpg)](https://www.youtube.com/watch?v=WE2uyOpA11g) 📢 Good New...

dailyhack
tool
trick

This is for adding contributors into README.md

How to make ASCII tables with a simple Python library. Like this: ![image](https://user-images.githubusercontent.com/9165019/57144727-51dbba80-6ddf-11e9-9d86-e5d92166bd5c.png) Use this Pythin Library: [https://pypi.org/project/terminaltables/](https://pypi.org/project/terminaltables/) Suggested by @sergio

dailyhack
coolhack
trick