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 / meteor-windows-vagrant-tutorial.md
Created December 24, 2015 20:24 — forked from gabrielhpugliese/meteor-windows-vagrant-tutorial.md
Tutorial for running Meteor in Windows using Vagrant

Tutorial: Meteor in Windows using Vagrant

BEFORE YOU CONTINUE:

  • Now, Meteor runs in any Windows without any line of this tutorial. Just download the Meteor binary! Yay!!
  • mrt is no longer used with Meteor 1.0

These days some people were discussing at meteor-talk group about running Meteor at Windows and I’ve recommended them using Vagrant. It’s a very developer-friendly piece of software that creates a virtual machine (VM) which let you run any operating system wanted and connect to it without big efforts of configuration (just make the initial installation and you have it working).

Many packages (I've tested) for running Meteor+Vagrant fails because Meteor writes its mongodb file and also other files inside local build folder into a shared folder between the Windows host and the Linux guest, and it simply does not work. So I've put my brain to work and found a solution: do symlinks inside the VM (but do not use ln. Use mount so git can follow it). It’s covered on

// ==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/*
@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')
}
@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;
<!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 / 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

@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 / 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 / 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