Skip to content

Instantly share code, notes, and snippets.

View praveenscience's full-sized avatar
😻
Creative Kitteh

Praveen Kumar Purushothaman praveenscience

😻
Creative Kitteh
View GitHub Profile
@praveenscience
praveenscience / Praveen.css
Created August 31, 2022 12:52
Praveen Typora Theme
:root {
--side-bar-bg-color: #fafafa;
--control-text-color: #777;
}
@include-when-export url(https://fonts.loli.net/css?family=Open+Sans:400italic,700italic,700,400&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,400;1,500&display=swap');
@font-face {
font-family: "Open Sans";
@praveenscience
praveenscience / Welcome.md
Last active October 14, 2021 10:09
Hacktoberfest with Praveen

Let’s make Hacktoberfest 2021 Great Again!

Hacktoberfest is the month-long event held in October, to celebrate open source software. For the past seven years DigitalOcean along with its partners (including DEV) has run the campaign to promote opensource.

Let’s get connected on LinkedIn or Discord or Twitter or YouTube and start talking. You’ll find all the links above on the top!

  • Why Hacktoberfest?
  • What am I supposed to do?
  • Hacktoberfest Repositories
@praveenscience
praveenscience / list.md
Last active June 30, 2021 23:39
2022 Season To-Do list

2022 Season To-Do list

Well, MLH is now ready and I am in London. Here’s my nice and little ToDo list for this year!

  • Attend all the week long MLH events.
  • Attend London based in-person events.
  • Come in the Top 20 Hackers.
  • Collect most of the swags.
@praveenscience
praveenscience / settings.json
Last active November 1, 2021 06:36
My Visual Studio Code Settings
{
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.lineHeight": 21,
"editor.letterSpacing": 0.5,
"html.format.enable": true,
"html.format.preserveNewLines": true,
"files.trimTrailingWhitespace": true,
"editor.tabSize": 2,
// this isn't really underline but we hack it to be a thicker cursor
@praveenscience
praveenscience / README.md
Created October 30, 2017 14:48 — forked from shubhgo/README.md
D3 tree with weighted links and color coding

A tree visualization built using d3 and inspired from mbostock's work. Some of the features supported are:

  • Weighted edges
  • Color coded links
  • Links originate along the height of the node instead of the center of the node

The MIT License (MIT)

Copyright (c) 2014 Shubham Goel

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Conditional Formatting</title>
</head>
<body>
<h1>Conditional Formatting</h1>
<div class="col">
@praveenscience
praveenscience / proxima-nova.css
Created May 4, 2017 19:56
Proxima Nova WebFont
@font-face {
font-family: ProximaNova;
src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot);
src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.svg#wf) format("svg");
font-weight: 300;
font-style: normal
}
@font-face {
font-family: ProximaNova;
@praveenscience
praveenscience / fonts.less
Created February 10, 2017 11:54 — forked from joshuapekera/fonts.less
Proxima Nova Font Face
/* Typekit delayed loading of Ansyc Fonts */
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading p, .wf-loading a { visibility: hidden; }
/* Font-Face */
@font-face {
font-family: @sansFontFamily;
src: url(../fonts/proxima-nova/proximanova-regular-webfont.eot?1307578394);
src: url('../fonts/proxima-nova/proximanova-regular-webfont.eot?iefix') format('eot'),url(../fonts/proxima-nova/proximanova-regular-webfont.woff?1307578394) format('woff'),url(../fonts/proxima-nova/proximanova-regular-webfont.ttf?1307578394) format('truetype'),url('../fonts/proxima-nova/proximanova-regular-webfont.svg#webfont2rpW2ohz') format('svg')
}
// ==UserScript==
// @name Spamtracker
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Alerts you when new smokedetector messages show up
// @author NormalHuman
// @author Ferrybig
// @match *://chat.meta.stackexchange.com/*
// @match *://chat.stackexchange.com/*
// @match *://chat.stackoverflow.com/*