Underscore example:
_.each([1, 2, 3], function(num) { alert(num); });
#!/usr/bin/env python | |
""" | |
Copyright (c) 2014 Koen Bok / Podium BV / framerjs.com | |
Small web server script that you can drop in and run from every Framer Studio | |
project to serve it to the browser over http. This is great if you want to avoid | |
same origin policy errors in the browser, but also nice to preview it on another | |
device connected to the same network. |
# Font Squirrel Font-face Generator Configuration File | |
# Upload this file to the generator to recreate the settings | |
# you used to create these fonts. | |
{"mode":"expert","formats":["ttf","woff","eot","svg"],"tt_instructor":"default","options_subset":"advanced","subset_custom":"","subset_custom_range":"f000-f073,f200-f273","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0","rememberme":"Y"} |