Giter Club home page Giter Club logo

Typing SVG


MatrixCoder0101's GitHub Stats

Visitor's

count

MatrixCoder's Music Player

s4nx Playing Now

Github Stats's 🚀

Repo Stats 🔭

github card github card github card github card

🏆 GitHub Activity

Metrics

About_Me.js

function Personal(name, age, hobby) {     
    this.name = name;  
    this.age = age; 
    this.hobby = hobby; 
} 
  
Personal.prototype.info = function() { 
    return `Hi there, I'm ${this.name}, a ${this.age} year old who loves working with ${this.hobby}!`; 
} 
  
Personal.prototype.interesting = ['programming', 'video games', 'hanging out with friends']; 
  
var goutam = new Personal("Goutam", 17, "Node.js"); 
console.log(goutam.info()); 
console.log(`My interests include: ${goutam.interesting.join(', ')}.`);

Buy Me A Pizza

Connect with me ☎️




Goutam Kumar's Projects

ace icon ace

Ace (Ajax.org Cloud9 Editor)

acode icon acode

Acode - powerful text/code editor for android

acode-cli icon acode-cli

Acode plugin CLI tool to devlop plugins faster

acode-plugin-acodex icon acode-plugin-acodex

AcodeX is a plugin for the Acode app that adds terminal support, making coding more productive and efficient.

airavat icon airavat

A multifunctional Android RAT with GUI based Web Panel without port forwarding.

atlas-md icon atlas-md

Most Powerful and Feature packed WhatsApp bot Built with Baileys Multi Device support.

baileys icon baileys

Lightweight full-featured typescript/javascript WhatsApp Web API

bdroid icon bdroid

ANDROID BOTNET | ANDROID RAT | EASY TO USE | EASY TO CONTROL | WITHOUT ROOT | REMOTELY CONTROL ANDROID 2022

brython icon brython

Config files for my GitHub profile.

dogerat icon dogerat

A multifunctional Telegram based Android RAT without port forwarding.

formbricks icon formbricks

Open Source Surveys & Experience Management Solution

gesturerecognition icon gesturerecognition

A real time gesture recognition app using Tensorflow.JS, a pre-trained handpose model and the fingerpose library.

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.