pyenv allows user to quickly switch beteen python versions
- -
brew install pyenv
poetry package manager
- -
brew install poetry
| *, *::before, *::after{ | |
| box-sizing: border-box; | |
| } | |
| :root{ | |
| // anchors <html /> to window, prevents "pulling" laout when dragging. | |
| overflow: hidden | |
| } | |
| body { | |
| // enables scrolling, prevents inheriting from :root / <html /> | |
| overflow: auto; |
| # Edit this configuration file to define what should be installed on | |
| # your system. Help is available in the configuration.nix(5) man page | |
| # and in the NixOS manual (accessible by running ‘nixos-help’). | |
| { config, pkgs, ... }: | |
| { | |
| nix = { | |
| package = pkgs.nixUnstable; | |
| extraOptions = '' |
| # From http://www.iyware.com/osx-yosemite-mamp-homebrew-development-setup/ | |
| # Install Homebrew | |
| xcode-select --install | |
| ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| brew doctor | |
| # Tap Repos | |
| brew tap homebrew/dupes | |
| brew tap homebrew/versions |
| The MIT License (MIT) | |
| Copyright (c) 2014 Tomas Kafka | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
| { | |
| // -------------------------------------------------------------------- | |
| // JSHint Configuration, Strict Edition | |
| // -------------------------------------------------------------------- | |
| // | |
| // This is a options template for [JSHint][1], using [JSHint example][2] | |
| // and [Ory Band's example][3] as basis and setting config values to | |
| // be most strict: | |
| // | |
| // * set all enforcing options to true |
| <div class="container"> | |
| <!--<nav class="side">Side Menu</nav>--> | |
| <nav class="top">Top Menu</nav> | |
| <header>Hero</header> | |
| <main> | |
| <article>1</article> | |
| <article>2</article> | |
| <article>3</article> | |
| <article>4</article> |
| // ---- | |
| // Sass (v3.3.4) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| /*! | |
| Video.js Default Styles (http://videojs.com) | |
| Version GENERATED_AT_BUILD | |
| Create your own skin at http://designer.videojs.com | |
| */ |
| <div class="container"> | |
| <div class="boundry"> | |
| <div class="block">1</div> | |
| </div> | |
| <div class="boundry"> | |
| <div class="block">2</div> | |
| </div> | |
| <div class="boundry"> | |
| <div class="block">3</div> | |
| </div><!-- |
| // ---- | |
| // Sass (v3.2.14) | |
| // Compass (v0.12.2) | |
| // ---- | |
| /*! | |
| Video.js Default Styles (http://videojs.com) | |
| Version GENERATED_AT_BUILD | |
| Create your own skin at http://designer.videojs.com | |
| */ |