Git Product home page Git Product logo

hbd's Introduction


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

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!


hbd's People

Contributors

vinitshahdeo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.