Skip to content

Instantly share code, notes, and snippets.

View soham2008xyz's full-sized avatar
👨‍💻
Sprint-mode ON!

Soham Banerjee soham2008xyz

👨‍💻
Sprint-mode ON!
View GitHub Profile
@soham2008xyz
soham2008xyz / 0_reuse_code.js
Last active August 29, 2015 14:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@soham2008xyz
soham2008xyz / 1_ubuntu_terminal_command
Last active September 29, 2015 04:57 — forked from lucasdavila/1_ubuntu_terminal_command
Installing Source Code Pro fonts in ubuntu
# to execute this gist, run the line bellow in terminal
\curl -L https://gist.githubusercontent.com/soham2008xyz/3f6f27f533dfc9c324e0/raw/install_source_code_pro.sh | sh
@soham2008xyz
soham2008xyz / 1.html
Created September 29, 2015 05:44
HTML Lab Assignment
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Assignment 1</title>
</head>
<body background="http://cookusart.com/images/1/light-background/light-background-04.jpg" style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif">
<center>
<h1>Welcome to Internet Technology Lab</h1>
<b>This is bold text</b><br>
@soham2008xyz
soham2008xyz / 1.html
Last active November 25, 2015 18:44
JS Lab Assignment
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Assignment 1</title>
</head>
<body>
<h2>Factorial</h2>
<label for="">Enter Number</label>
<input type="number" id="num">
@soham2008xyz
soham2008xyz / Ionic Intro Tutorial with Splashscreen.markdown
Created October 1, 2015 18:39
Ionic Intro Tutorial with Splashscreen
@soham2008xyz
soham2008xyz / Tabs And Navigation: Nightly.markdown
Created October 8, 2015 21:35
Tabs And Navigation: Nightly

Tabs And Navigation: Nightly

Demo showing how each tab has its own history stack. Navigating between each tab remembers the correct back and forward views that were visited.

A Pen by Ionic on CodePen.

License.

@soham2008xyz
soham2008xyz / CSS Gooey Menu (Version 3).markdown
Created October 11, 2015 20:25
CSS Gooey Menu (Version 3)
@soham2008xyz
soham2008xyz / CSS Gooey Menu (Version 1).markdown
Created October 11, 2015 20:25
CSS Gooey Menu (Version 1)