Skip to content

Instantly share code, notes, and snippets.

@barakplasma
barakplasma / TelAvivDistrictIsrael.geojson
Last active January 25, 2016 17:49 — forked from yoavram/Tel Aviv District, Israel.json
a geojson file of Tel-Aviv district in Israel
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<html>
<a href="javascript:(function()%7Bstr%20%3D%20JSON.stringify(editorModel.runningExperiments)%3Balert(str)%7D)()">
<img src="https://static.wixstatic.com/media/101b4c_a38df22a1cc749b9943e66189570ced3~mv2.png/v1/fill/w_16,h_16,al_c/101b4c_a38df22a1cc749b9943e66189570ced3~mv2.png">
</a>
</html>
Fonts included in optional font features
Here's a comprehensive listing of which font families are included with each of the optional font features. Some font families may include multiple fonts for different weights and styles.
Arabic Script Supplemental Fonts: Aldhabi, Andalus, Arabic Typesetting, Microsoft Uighur, Sakkal Majalla, Simplified Arabic, Traditional Arabic, Urdu Typesetting
Bangla Script Supplemental Fonts: Shonar Bangla, Vrinda
Canadian Aboriginal Syllabics Supplemental Fonts: Euphemia
Cherokee Supplemental Fonts: Plantagenet Cherokee
Chinese (Simplified) Supplemental Fonts: DengXian, FangSong, KaiTi, SimHei
Chinese (Traditional) Supplemental Fonts: DFKai-SB, MingLiU, MingLiU_HKSCS, PMingLiU
Devanagari Supplemental Fonts: Aparajita, Kokila, Mangal, Sanskrit Text, Utsaah
Ethiopic Supplemental Fonts: Nyala
//By Michael Salaverry
//MichaelS@wix.com
//feature toggles at the end of the file for code reuse
/* Assignment Text
Week 1:
Please hold the whole assignment in the same file, and just comment out the last one you've completed. Repeat all parts necessary so that the assignment can run just be un-commenting a whole section
Do not use arrays.
//to win at https://www.mostexclusivewebsite.com/
var condition = function(){if(parseInt(document.getElementsByClassName('value')[0].innerText.replace(/[,]/g,''))>1569920){return true;}else{return false;}}
undefined
var waiting = function(){if (!condition()){setTimeout(waiting,60000);console.log("another 60 seconds",1569924-parseInt(document.getElementsByClassName('value')[0].innerText.replace(/[,]/g,'')));}else{alert("now!");}}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>HW-WK-5</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.3/lodash.js"></script>
<style id="jsbin-css">
.colorboxes {
margin: 10px;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
html {
background: url(http://i.imgur.com/Rksbpdu.jpg) no-repeat center fixed;
background-size: 100% 100%;
@barakplasma
barakplasma / index.html
Created January 2, 2017 17:43 — forked from anonymous/index.html
JS Bin smartphone in browser engine demo // source https://jsbin.com/haziyef
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="smartphone in browser engine demo">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
html {
background: url(http://i.imgur.com/Rksbpdu.jpg) no-repeat center fixed;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
textarea {
width: 100%;
}
@barakplasma
barakplasma / jsbin.zobogoj.css
Last active January 10, 2017 08:26 — forked from anonymous/index.html
JS Bin todo list homework// source https://jsbin.com/zobogoj
button {
color: white;
background: blue;
}
button:hover {
background: lightblue;
}
html{
font-family: Helvetica;