GithubHelp home page GithubHelp logo

ro0tk1t / badges Goto Github PK

View Code? Open in Web Editor NEW

This project forked from boennemann/badges

0.0 0.0 0.0 42 KB

:flower_playing_cards: Readme Badges – Gotta catch 'em all

CoffeeScript 66.22% JavaScript 33.78%

badges's Introduction

Hello, Im Rootkit!

  • 𝗜 𝗮𝗺 𝗮 𝗽𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗲𝗿
  • 𝗜 ❤️ 𝗟𝗼𝘄 𝗟𝗲𝘃𝗲𝗹 𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴!
package main

import (
    "fmt"
)

type aboutMe struct {
    Pronouns  []string
    Languages []string
    Hobbies   []string
    FunFact     string
}

func main(){
    Rootkit := aboutMe{
        Pronouns:  []string {"He", "Him"},
        Languages: []string {"Python", "Go", "JavaScript", "C++"},
        Hobbies:   []string {"Coding", "Reading", "Badminton", "Billiards", "Guitar"},
        FunFact:   "The first computer virus was created in 1983!",
    }

    fmt.Println("Pronouns: ", Rootkit.Pronouns)
    fmt.Println("Languages I Know: ", Rootkit.Languages)
    fmt.Println("My Hobbies: ", Rootkit.Hobbies)
    fmt.Println("Fun Fact: ", Rootkit.FunFact)
}

𝗪𝗵𝗮𝘁 𝗜 𝗨𝘀𝗲

𝗣𝘆𝘁𝗵𝗼𝗻


Golang


JavaScript


C++


Vim


𝗚𝗶𝘁


FireFox


Debian


𝗠𝘆 𝗦𝘁𝗮𝘁𝘀

Github stats

badges's People

Contributors

boennemann avatar christophwitzko avatar dbwiddis avatar ddavison avatar ellerbrock avatar filipposarzana avatar greenkeeper[bot] avatar greenkeeperio-bot avatar hong4rc avatar jstriebel avatar lewiscowper avatar moklick avatar nelsonic avatar neurone avatar tcyrus avatar wcoder avatar

Watchers

 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.