I wanted to recreated the image from this post: http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/build-an-html-email-template-from-scratch/
/* | |
* This piece of code uses jQuery | |
* | |
* I'm also using Showdown to convert my markdown to html. | |
* You can get a copy from | |
* http://softwaremaniacs.org/playground/showdown-highlight/showdown.js | |
* | |
* I'm also using Prism.js from http://prismjs.com/ | |
* to syntax-highlight my code. | |
* |
.PHONY: download_cfx, find_cfx, install_cfx, clean | |
init: | |
make install_cfx | |
download_cfx: | |
@wget -q -O cfx.zip https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/jetpack-sdk-latest.zip | |
@mkdir temp cfx | |
@unzip -q cfx.zip -d temp | |
@cp -r temp/*/. cfx |
by Keith Rosenberg (netpoetica)
Note: do this in some sort of project/ directory that makes sense. depot_tools are going to need to be in your path, so you may want to install them somewhere you are comfortable with.
git clone https://github.com/v8/v8.git
import smtplib, os | |
from email import Encoders | |
from email.Utils import COMMASPACE, formatdate | |
from email.MIMEText import MIMEText | |
from email.MIMEBase import MIMEBase | |
from email.MIMEMultipart import MIMEMultipart | |
import argparse | |
import sys | |
#INFO |
After installing the XDK, you may realize that it will NOT start. This is due to libc issues with the Node-webkit version installed along with the XDK. To solve this issue, we need to install a compatible version (easy way) or build the lastest node-webkit on our machine.
I only know of the easy way :-). So here it is.
- Install the XDK, if you have NOT. Take note of where it is installed. Most probably it will be:
The [debug][debug] module for Node.js is one of the most useful utilities when it comes to high-level debugging. The only problem with using it, would that the module eventually becomes a hard dependency in your project. Your project will NOT run if the package is not installed despite the fact that it is only needed in development mode.
One way to work around this to have a dummy function used in place of the real debug function, when users are in production mode.
var debug = process.env.DEBUG ? require("debug")("MyProject:Server") : function() {};
This way, the module is only loaded when the DEBUG environment variable is set. Therefore, the package can be added as a devDependency
to the project's package.json
rather than as a dependency
.
I hereby claim:
- I am GochoMugo on github.
- I am mugo (https://keybase.io/mugo) on keybase.
- I have a public key whose fingerprint is C11B 1DE3 B886 975F 3E1D 5524 7B6A 01CB 57AA 39E4
To claim this, I am signing this object:
Once you have created a remindme.cfg
with the contents as shown in the file,
place it in ~/.mackup
.
Now, trigger a backup:
$ mackup backup