Skip to content

Instantly share code, notes, and snippets.

View roshnet's full-sized avatar
🏎️
working from cache

Roshan Sharma roshnet

🏎️
working from cache
View GitHub Profile
package main
import (
"fmt"
"math"
)
// =======================
// The structs' definition
// =======================
package main
import (
"fmt"
"math"
)
// =======================
// The structs' definition
// =======================
@roshnet
roshnet / counter.html
Created March 14, 2020 11:53
A simple Vue counter.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="./vue.js"></script>
<title>Document</title>
</head>
<body>
<div id="app">

Here's my index.vue file:

<template>
  <section>
    <p>Text</p>
  </section>
</template>

<script>
@roshnet
roshnet / required-tools.txt
Last active March 15, 2019 08:28
List of tools to install on a newly installed Debian-based Linux distro.
MINIMAL TOOL NAMES
git, npm, yarn, preload, sublime-text-3, numpy, pandas, matplotlib, scipy
INSTALLATIONS:
sudo apt update
sudo apt install git
sudo apt install preload
sudo apt install npm
@roshnet
roshnet / members.txt
Created December 14, 2018 07:04
Members' List
Abhinav (9410200787)
Haider Ali (9027517849)
Prateek Jain (9456213922)
Roshan Sharma (8266966965)