Skip to content

Instantly share code, notes, and snippets.

View pavelpascari's full-sized avatar
🎯
Focusing

Pavel Pascari pavelpascari

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am pavelpascari on github.
  • I am pascaripavel (https://keybase.io/pascaripavel) on keybase.
  • I have a public key ASAxq5WSm8kFbWmW2IVS-CCI7NHo3Rssl6fMZLDw2Q5FjQo

To claim this, I am signing this object:

@pavelpascari
pavelpascari / auth.ts
Created May 24, 2020 10:15 — forked from AndreaMinato/auth.ts
Typescript Vuex Module
import axios, { AxiosRequestConfig } from "axios";
import router from "@/router"; //shortcut to src
import { Module } from "vuex";
const authModule: Module<any, any> = {
state: {
loggedIn: false,
loginError: null,
username: null
@pavelpascari
pavelpascari / ASS.md
Created April 17, 2020 09:48 — forked from klaaspieter/ASS.md
Acronyms Seriously Suck - Elon Musk

From time to time, Musk will send out an e-mail to the entire company to enforce a new policy or let them know about something that's bothering him. One of the more famous e-mails arrived in May 2010 with the subject line: Acronyms Seriously Suck:

There is a creeping tendency to use made up acronyms at SpaceX. Excessive use of made up acronyms is a significant impediment to communication and keeping communication good as we grow is incredibly important. Individually, a few acronyms here and there may not seem so bad, but if a thousand people are making these up, over time the result will be a huge glossary that we have to issue to new employees. No one can actually remember all these acronyms and people don't want to seem dumb in a meeting, so they just sit there in ignorance. This is particularly tough on new employees.

That needs to stop immediately or I will take drastic action - I have given enough warning over the years. Unless an acronym is approved by me, it should not enter the SpaceX glossary.

@pavelpascari
pavelpascari / output.html
Created November 12, 2015 03:17 — forked from minivan/output.html
CourseWork. Assignment 1. Output.
<h1>Hello FAF, this is a document</h1>
<p>So we're trying to do interesting documents</p>
<p>They are actually quide <strong>hard</strong>
Not that <em>easy</em></p>
<p>What happens if we do ##this?</p>
<p>How about <code><em>this</strong></em>?</p>
@pavelpascari
pavelpascari / input.md
Last active March 2, 2016 12:24 — forked from minivan/input.md
CourseWork. Assignment 1. Input

Hello FAF, this is a document

So we're trying to do interesting documents

They are actually quide hard Not that easy

What happens if we do ##this?

How about *this*?