This JSON schema defines the structure of a Data Source component used in Fliplet apps. The component includes a name, list of columns, entries (data), and access rules.
- Type: string
- Required: Yes
- Title: The name of the data source.
{ | |
"info": { | |
"_postman_id": "f567ff58-d7b1-41fd-a155-be287f1b5fe5", | |
"name": "LiteAPI v3", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", | |
"_exporter_id": "32115371" | |
}, | |
"item": [ | |
{ | |
"name": "data", |
python github_issues_to_csv.py
export ZSH="/Users/nicholas/.oh-my-zsh" | |
ZSH_THEME="powerlevel9k/powerlevel9k" | |
plugins=( | |
git | |
) | |
source $ZSH/oh-my-zsh.sh |
<script type="text/javascript"> | |
var gesturesSetUp = false; | |
var ua = navigator.userAgent.toLowerCase(); | |
var isAndroid = ua.indexOf("android") > -1; | |
document.addEventListener('textlayerrendered', function (e) { | |
if (gesturesSetUp || e.detail.pageNumber !== PDFViewerApplication.page) { | |
return; | |
} |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
cat file.log | grep 'edition_id=[0-9][0-9][0-9][0-9][0-9]' -o | sort | uniq -c | sort -nr | |
4670 edition_id=22579 | |
3554 edition_id=22627 | |
1911 edition_id=22586 | |
1168 edition_id=22482 | |
1128 edition_id=22651 | |
1035 edition_id=21786 | |
1014 edition_id=22462 | |
896 edition_id=22618 |
javascript:document.body.contentEditable%3D%27true%27%3B document.designMode%3D%27on%27%3B void 0 |
[ | |
{ | |
"no": 1, | |
"kanji": "一", | |
"keyword": "one" | |
}, | |
{ | |
"no": 2, | |
"kanji": "二", | |
"keyword": "two" |