Author: Ari Lerner.
AngularJS offers a single framework that can be used to build dynamic, client-centric applications. It provides:
- Module support
- DOM manipulation
- Animations
- Templating
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| from imgurpython import ImgurClient | |
| from creds import * | |
| import PIL | |
| from reportlab.pdfgen import canvas | |
| from reportlab.platypus import SimpleDocTemplate, Paragraph, Image, \ | |
| Spacer, PageBreak | |
| from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle |
Author: Ari Lerner.
AngularJS offers a single framework that can be used to build dynamic, client-centric applications. It provides:
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <iostream> | |
| #include <unistd.h> | |
| #include <boost/thread.hpp> | |
| #include <sys/mman.h> | |
| #include <poll.h> | |
| #include <arpa/inet.h> |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <iostream> | |
| #include <unistd.h> | |
| #include <boost/thread.hpp> | |
| #include <arpa/inet.h> | |
| #include <sys/socket.h> |
| from xml.dom import minidom | |
| import json | |
| config = { | |
| 'svg_file' : 'map.svg', | |
| 'js_file' : 'map.js', | |
| 'js_var' : 'svgMap' | |
| } | |
| svg = minidom.parse(config['svg_file']) |
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
| #!/usr/bin/python2 | |
| import sys | |
| import numpy | |
| from scipy.io import wavfile | |
| from scipy.signal import fftconvolve | |
| def usage(): | |
| print >> sys.stderr, "Usage: wavgrep.py --like|--similar|--this needle.wav haystack.wav" |