There are two types of markup in Liquid: Output and Tag.
- Output markup (which may resolve to text) is surrounded by
{{ matched pairs of curly brackets (ie, braces) }}- Tag markup (which cannot resolve to text) is surrounded by
There are two types of markup in Liquid: Output and Tag.
{{ matched pairs of curly brackets (ie, braces) }}| private void enableHTML5AppCache() { | |
| webView.getSettings().setDomStorageEnabled(true); | |
| // Set cache size to 8 mb by default. should be more than enough | |
| webView.getSettings().setAppCacheMaxSize(1024*1024*8); | |
| // This next one is crazy. It's the DEFAULT location for your app's cache | |
| // But it didn't work for me without this line | |
| webView.getSettings().setAppCachePath("/data/data/"+ getPackageName() +"/cache"); |
{ point | x = 42 } Reason? (overall weird sytnax)Since Twitter doesn't have an edit button, it's a suitable host for JavaScript modules.
Source tweet: https://twitter.com/rauchg/status/712799807073419264
const leftPad = await requireFromTwitter('712799807073419264');| var inviter = {} || inviter; | |
| inviter.userList = []; | |
| inviter.className = 'button-secondary-small'; | |
| inviter.refresh = function () { | |
| window.scrollTo(0, document.body.scrollHeight); | |
| window.scrollTo(document.body.scrollHeight, 0); | |
| window.scrollTo(0, document.body.scrollHeight); | |
| }; |
from @AlexanderPilipenko
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
| #!/bin/bash | |
| # Thanks to https://gist.github.com/wenzhixin/43cf3ce909c24948c6e7 | |
| # Execute this script in your home directory. Lines 17 and 21 will prompt you for a y/n | |
| # Install Oracle JDK 8 | |
| add-apt-repository ppa:webupd8team/java | |
| apt-get update | |
| apt-get install -y oracle-java8-installer | |
| apt-get install -y unzip make # NDK stuff |
| HTTPPort 8090 | |
| HTTPBindAddress 0.0.0.0 | |
| MaxHTTPConnections 200 | |
| MaxClients 100 | |
| MaxBandWidth 500000 | |
| CustomLog - | |
| <Feed camera.ffm> | |
| File /tmp/camera.ffm | |
| FileMaxSize 200M |