brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
| HTML Before | |
| <div class="boxes"> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| </div> | |
| $(document).ready(function(){ | |
| var multiBox = $('.boxes div').size(); |
| /*BEGIN Xbox One Controller Styling*/ | |
| .controller.custom{ | |
| background: url(http://mrmcpowned.com/gamepad/xbox-assets/base.svgz); | |
| height: 630px; | |
| width: 750px; | |
| margin-left: -375px; | |
| margin-top: -285px; | |
| } | |
| .custom.white{ | |
| background: url(http://mrmcpowned.com/gamepad/xbox-assets/base-white.svgz); |
| #include <stdio.h> | |
| #include <cs50.h> | |
| #include <string.h> | |
| #include <ctype.h> | |
| /** | |
| * Caesar.c | |
| * A program that encrypts messages using Caesar’s cipher. Your program must | |
| * accept a single command-line argument: a non-negative integer. Let’s call it | |
| * k for the sake of discussion. If your program is executed without any |
| import { Component } from '@angular/core'; | |
| import { AngularFire, FirebaseObjectObservable } from 'angularfire2'; | |
| import {ActivatedRoute, Params} from "@angular/router"; | |
| import {Observer} from "rxjs"; | |
| @Component({ | |
| selector: 'app-detail', | |
| template: ` | |
| <h2>{{book.title}}</h2> | |
| <p>{{book.author}}</p> |
| // Example: https://codepen.io/marcelo-ribeiro/pen/OJmVOyW | |
| const accentsMap = new Map([ | |
| ["A", "Á|À|Ã|Â|Ä"], | |
| ["a", "á|à|ã|â|ä"], | |
| ["E", "É|È|Ê|Ë"], | |
| ["e", "é|è|ê|ë"], | |
| ["I", "Í|Ì|Î|Ï"], | |
| ["i", "í|ì|î|ï"], | |
| ["O", "Ó|Ò|Ô|Õ|Ö"], |
This step by step tutorial will show you how to set up a Node.js server with MongoDB to DigitalOcean using PM2, NGINX as reverse proxy and a SSL from LetsEncrypt. We will also add a custom domain name.
| image: docker:19.03.10 | |
| services: | |
| - docker:dind | |
| variables: | |
| REPOSITORY_URL: <repository-url> | |
| TASK_DEFINITION_NAME: <task-definition-name> | |
| CLUSTER_NAME: <cluster-name> | |
| SERVICE_NAME: <service-name |
| (function () { | |
| Error; | |
| console.log('aca') | |
| function e(t, n, o) { | |
| const r = o(); | |
| return t > 0 ? r.catch((r) => new Promise((e, t) => setTimeout(e, n)).then((r) => e(t - 1, n, o))) : r; | |
| } | |
| var t; | |
| !(function (e) { | |
| function t() { |
| extends Control | |
| # ensure that you attach this script to the parent node of your ui elements | |
| # ensure that you link the signal "resize" of this control node to this script | |
| # | |
| @export_enum("Horizontal","Vertical") var scaleMode = "Vertical" | |
| # cache for all labels and ther initial font size |