Giter VIP home page Giter VIP logo

Hello, I'm Goutam!

Developer

An organism which converts caffeine to software.

module main

aboutMe :: struct {
  pronouns :: string[];
  languages :: string[];
  hobbies :: string[];
}

main :: func(): void {
  Goutam :: aboutMe = {
    pronouns: ["He", "Him"],
    languages: ["Java", "C++", "Android", "Python"],
    hobbies: ["Coding", "Reading"]
  };

  println "Pronouns: ${goutam.pronouns}";
  println "Languages I Know: ${goutam.languages}";
  println "My Hobbies: ${goutam.hobbies}";
}

About

Working towards empowering communities via open-source. Passionate about Software development. I have worked with vairous open-source organization Google Summer of Code'22&21, Summer of Bitcoin'22, Major League Hacking Prep Fellow, and also did technical content writing for GeeksforGeeks. Currently I am Mentor at Google Summer of Code 2023 and developer fellow at ETH India Fellowship.

Reach to me at [email protected]

Goutam Verma's Projects

cargame.github.io icon cargame.github.io

this is basic car game without using of any GUI and make by using simple while loop

collections.counter.py icon collections.counter.py

collections.Counter() A counter is a container that stores elements as dictionary keys, and their counts are stored as dictionary values.

counter-collection icon counter-collection

Customer 1: Purchased size 6 shoe for $55. Customer 2: Purchased size 6 shoe for $45. Customer 3: Size 6 no longer available, so no purchase. Customer 4: Purchased size 4 shoe for $40. Customer 5: Purchased size 18 shoe for $60. Customer 6: Size 10 not available, so no purchase. Total money earned =total

divmod icon divmod

One of the built-in functions of Python is divmod, which takes two arguments a and b and returns a tuple containing the quotient of a/b first and then the remainder a.

django-app1 icon django-app1

We’ll setup the database, create your first model, and get a quick introduction to Django’s automatically-generated admin site.

eclair icon eclair

A scala implementation of the Lightning Network.

eth-aware icon eth-aware

EthAware is monitoring tool is designed to monitor a Ethereum clients using Grafana and Prometheus. It includes a pre-built system usage metrics dashboard in JSON format and configuration files for Prometheus.

feedback-bot icon feedback-bot

FeedbackAI is a project designed to facilitate companies in gathering feedback from users through a Telegram bot.

finding-the-percent icon finding-the-percent

The provided code stub will read in a dictionary containing key/value pairs of name:[marks] for a list of students. Print the average of the marks array for the student name provided, showing 2 places after the decimal.

goutamverma-simplecms-e.s-gsoc2021- icon goutamverma-simplecms-e.s-gsoc2021-

SimpleCMS E.S is an android application which is able to mimics the functionality of Google Earth Studio and export files in .esp format. After exporting file it also save it locally under application specific folder.

hacktoberfest2021 icon hacktoberfest2021

Beginner-friendly repository for Hacktober Fest 2021. Start your contribution to open source through baby steps. 💜

keylogger.github.io icon keylogger.github.io

Keystroke logging, often referred to as keylogging or keyboard capturing, is the action of recording the keys struck on a keyboard, typically covertly, so that person using the keyboard is unaware that their actions are being monitored. Data can then be retrieved by the person operating the logging program.

list-hacker-rank icon list-hacker-rank

Consider a list (list = []). You can perform the following commands: insert i e: Insert integer at position . print: Print the list. remove e: Delete the first occurrence of integer . append e: Insert integer at the end of the list. sort: Sort the list. pop: Pop the last element from the list. reverse: Reverse the list. Initialize your list and read in the value of followed by lines of commands where each command will be of the types listed above. Iterate through each command in order and perform the corresponding operation on your list.

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.