Skip to content

vinitshahdeo/HBD

Repository files navigation


██╗  ██╗ █████╗ ██████╗ ██████╗ ██╗   ██╗                           
██║  ██║██╔══██╗██╔══██╗██╔══██╗╚██╗ ██╔╝                           
███████║███████║██████╔╝██████╔╝ ╚████╔╝                            
██╔══██║██╔══██║██╔═══╝ ██╔═══╝   ╚██╔╝                             
██║  ██║██║  ██║██║     ██║        ██║                              
╚═╝  ╚═╝╚═╝  ╚═╝╚═╝     ╚═╝        ╚═╝                              
                                                                    
██████╗ ██╗██████╗ ████████╗██╗  ██╗██████╗  █████╗ ██╗   ██╗██╗    
██╔══██╗██║██╔══██╗╚══██╔══╝██║  ██║██╔══██╗██╔══██╗╚██╗ ██╔╝██║    
██████╔╝██║██████╔╝   ██║   ███████║██║  ██║███████║ ╚████╔╝ ██║    
██╔══██╗██║██╔══██╗   ██║   ██╔══██║██║  ██║██╔══██║  ╚██╔╝  ╚═╝    
██████╔╝██║██║  ██║   ██║   ██║  ██║██████╔╝██║  ██║   ██║   ██╗    
╚═════╝ ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝  ╚═╝╚═════╝ ╚═╝  ╚═╝   ╚═╝   ╚═╝    
                                                                    

Happy Birthday! - Coder's way of wishing

Happy Birthday View Demo Check Blog

99.9% of people just say "Happy Birthday" to each other over Social Networking Sites like Facebook and Twitter with the same 14 predictable letters. Why not say it with code? If you're a developer you already understand it!

check demo

01010111 01101001 01110011 01101000 01101001 01101110 01100111 00100000 
01111001 01101111 01110101 00100000 01100001 00100000 01110110 01100101 
01110010 01111001 00100000 01001000 01100001 01110000 01110000 01111001 
00100000 01000010 01101001 01110010 01110100 01101000 01100100 01100001 
01111001 00100001

Happy Birthday Maked People Smile

Designing a website to celebrate your loved one's day is always a great idea!

Click here to view live demo!

Find some more creative ways!

Kill it Vinit Shahdeo

I have also written a blog post. You can find few code snippets to make someone's birthday really special.

Run the below C code.

Click here to run online.

C code Run Online

#include <stdio.h>
char *secret = "ziBbeqjAs+cu";
unsigned long message = 10521325414783145265U;
int main(void) {
    while (message) {
        putchar(secret[message & 15] - 33);
        message >>= 4;
    }
}

Click here to view above gist!

Medium Story

Contributing

PRs Welcome GitHub issues GitHub pull requests

Do you have any creative idea of saying "Happy Birthday"?

console.log('Happy Birthday!');
  • Fork this repository.

  • Add your code-snippet inside examples/ folder.

  • Create PR. Your PR description should include the language of your code-snippet. It'll be better if you've provide a link to any online code sandbox where your code-snippet can be run.

  • Do not make any changes to other files.

Check this issue.

Thanks! I'm social!

Lemme know, if you've got better idea. I'd love to hear how these code snippets have helped you to impress someone.

     

Made with love by Vinit Shahdeo


🤗
Check out my other projects here!