Google doc spreadsheets can be used as client-side-only data endpoints with the jsonp protocol
Here is a simple demo of my document that contains
name age
--------------
<head> | |
<link rel="stylesheet" type="text/css" href="radios.css"> | |
</head> | |
<body> | |
<div class=radios></div> | |
<script src='https://code.jquery.com/jquery-2.1.0.min.js'></script> | |
<script src='./radios.js'></script> | |
</body> |
// ==UserScript== | |
// @name Access free ChristianScience.com content - most content is out of copyright, from 1800's | |
// @namespace christianscience.com | |
// @version 0.2 | |
// @description enter something useful | |
// @match http://*.christianscience.com/* | |
// @copyright 2014+, @jakl | |
// ==/UserScript== | |
if (sharecode && $('#email').length) |
######### CHROME + JQUERY ############### | |
$('.phrase-checkbox').attr('checked') | |
undefined | |
$('.toggle-phrases').attr('checked') | |
undefined | |
$('.toggle-phrases').click() | |
[ <input class="toggle-phrases" type="checkbox"> ] |
class Import | |
def self.incomplete_locales | |
Locale.where(id: | |
self.phrases.all_globally_pending.joins( | |
'JOIN projects_locales'\ | |
' on phrases_projects.project_id = projects_locales.project_id'\ | |
' and projects_locales.status_id != 0' | |
).pluck('projects_locales.locale_id') | |
) | |
end |
node_modules/ |
node_modules/ |
Content-type: text/html | |
<title>JediSet</title><head><style type="text/css"> .bg { color: #00FF00; background: black; } </style></head><body class=bg><a href="http://github.com/jediknight304/jediset">JediSet Source at GitHub.com/Jediknight304</a><br /><pre>If looks like you aren't using any options, but options are kool | |
After your url which should end in .pl type a ? then any or all of these things | |
rows=7 or any number of columns you want besides 7 | |
cards=81 81 is the maximum; more defaults back to 81 | |
debug=4 numbers less than 4 will show less debug information | |
version=1 this is 1 or 0, and will show the current version of the program | |
help=1 this is also 1 or 0, and will show you a terminal manual page | |
listsets=1 show all sets (CHEATER) |
<td width="<%= width %>"> | |
<% if cell %> | |
<%= render partial: cell_partial, object: cell %> | |
<% end %> | |
</td> |