Giter Site home page Giter Site logo

vinitshahdeo / hbd Goto Github PK

View Code? Open in Web Editor NEW
152.0 5.0 357.0 3.02 MB

:birthday: Coder's way of wishing Happy Birthday! :cake: :confetti_ball: :tada: :balloon:

Home Page: https://vinitshahdeo.github.io/HBD/

License: MIT License

HTML 57.26% CSS 5.18% JavaScript 37.56%
happy-birthday website code-snippets birthday birthday-wishes birthday-message hacktoberfest hacktoberfest2020

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

dwiputrias avatar ossamamehmood avatar rithika-hebbar avatar rsarthak avatar tamojeetk avatar vinitshahdeo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hbd's Issues

Birthday Wish from a Coder 👨‍💻 🎊

01001000 01000001 01010000 01010000 01011001 00100000 01000010 01001001 01010010 01010100 01001000 01000100 01000001 01011001 00101110 00100000 01001011 01000101 01000101 01010000 00100000 01000011 01001111 01000100 01001001 01001110 01000111 00100001

(It says: HAPPY BIRTHDAY. KEEP CODING! )🎂🥳

Coder's Way of Wishing 'HAPPY BIRTHDAY'

Happy Birthday

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!

01001000 01100001 01110000 
01110000 01111001 00100000 
01000010 01101001 01110010 
01110100 01101000 01100100 
01100001 01111001 00100001

Please refer to this medium article.

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.

NOTE: Multiple code-snippets from the same language are allowed if you've a better way of saying it.

Please check out this repo below for more beginner-friendly issues.

Hacktoberfest2020

UPDATE: Thank you so much for PRs!

Dark mode for the website

Can we try a dark mode with this website ?
It would be a little experiment to see how it comes up as.

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.