/HBD

Coder's way of wishing Happy Birthday!

Primary LanguageHTMLMIT LicenseMIT


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

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

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.