Giter Site home page Giter Site logo
package main

import (
    "toastsandwich/introduction"
    "toastsandwich/skills"
    "toastsandwich/socials"
    "toastsandwich/work"
)

func introduce() {
    fmt.Println("Hello everyone, I am Shreyas Mali")
    fmt.Println("I am a GoLang Developer and a Competitive Programmer")
}

func currentWork() {             
	work.add <- `Currently working on :
			 Liver Cirrosis Prediction System using Random Forest
			 as a web application [stack : Golang, HTML, CSS]`
	work.done <- struct{}{}

	work.add <-`Previous Projects :
			 1. KeyLogger            [stack : C++ and NodeJS]
			 2. ChatServer 		  [stack : Golang]
			 3. Database from scratch [stack : Golang] {incomplete}`
	work.done <- struct{}{}
}

func connect() {
    connectWithMe := map[socials.links]string {
		Instagram: "this.shrys",
		LinkedIn:  "Shreyas Mali",
    }
	fmt.Println(connectWithMe)
}

func init() {
	skills.Load()
}

func main() {
	introduct()
	go work()
	for {
		_,  ok := <-work.done
		select ok {
		case true:
		// go to next work
		case false:
		// do work until complete
		}
	}
	connect()
}

Shreyas Mali's Projects

c- icon c-

Here are my notes for C plus plus

cpp icon cpp

I will post all hacker rank solutions for cpp here.

cses-solutions icon cses-solutions

This repository consist solutions of most of the problems on CSES platform.

frame icon frame

A wrapper over standard golang packages

incus icon incus

Powerful system container and virtual machine manager

keylogger-tool-v1.0 icon keylogger-tool-v1.0

This tool will help you to monitor keystores of your victim and send you the log file via email

lcp icon lcp

Welcome to the Liver Cirrhosis Prediction System!

macchanger icon macchanger

Tool using which you can change your physical address or media access control

my-database icon my-database

this project is done with help of a book not my own creation.

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.