- Init a Javascript/typescript/nodejs monorepo
npm install -g json
yarn config set workspaces-experimental true
mkdir -p monorepo/packages && cd monorepo && yarn init -y
# Config package.json
scared | |
afraid | |
love | |
loved | |
hate | |
hated | |
desperate | |
worried | |
doubtful | |
anxious |
This recipe describes the classes, controllers, and jobs used by Standard Notes to build our own custom-fit Mailchimp replacement.
With the parts here, you should be able to put together your own email campaign system directly in your Rails app, removing the need to use an expensive online newsletter service.
I hereby claim:
To claim this, I am signing this object:
--- | |
- hosts: all | |
vars: | |
UBUNTU_COMMON_ROOT_PASSWORD: 'xxxxx' | |
UBUNTU_COMMON_DEPLOY_PASSWORD: 'xxxxx' | |
UBUNTU_COMMON_LOGWATCH_EMAIL: [email protected] | |
ubuntu_common_deploy_user_name: deploy | |
ubuntu_common_deploy_public_keys: | |
- ~/.ssh/id_rsa.pub |
#1B2B34,#4F5B66,#5FB3B3,#ffffff,#4F5B66,#FFFFFF,#5FB3B3,#EC5f67 |
var Module = (function () { | |
var _privateMethod = function () { | |
// private stuff | |
}; | |
var publicMethod = function () { | |
_privateMethod(); | |
}; | |
var app = angular.module('app', ['ngAnimate', 'fx.animations', 'ui.bootstrap', 'angularytics']); | |
app.config(function(AngularyticsProvider){ | |
AngularyticsProvider.setEventHandlers(['GoogleUniversal']); | |
}) | |
.run(function(Angularytics){ | |
Angularytics.init(); | |
}); | |
app.controller('MainController', ['$scope', '$timeout', '$q', function($scope, $timeout, $q){ |
// ---- | |
// Sass (v3.4.4) | |
// Compass (v1.0.1) | |
// ---- | |
@mixin am($args) { | |
@if length($args) == 1 { | |
[am-#{$args}] { | |
@content; | |
} |
{ | |
"folders": | |
[ | |
{ | |
"path": ".", | |
"folder_exclude_patterns": [ | |
".git", | |
"node_modules", | |
"vendor", | |
"bower_components", |